.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .beer-slider *, .beer-slider:before, .beer-slider:after,
  .beer-slider *:before,
  .beer-slider *:after {
    box-sizing: border-box; }
  .beer-slider img, .beer-slider svg {
    vertical-align: bottom; }
  .beer-slider > * {
    height: 100%; }
  .beer-slider > img {
    max-width: 100%;
    height: auto; }
  .beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s; }
  .beer-reveal > :first-child {
    width: 200%;
    max-width: none;
    height: 100%; }
  .beer-reveal > img:first-child {
    height: auto; }
  .beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  touch-action: auto; }
  .beer-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 300vh; }
  .beer-range::-moz-range-thumb {
    -webkit-appearance: none;
    height: 300vh; }
  .beer-range::-ms-tooltip {
    display: none; }
  .beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s; }
  .beer-handle:before, .beer-handle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    border-top: solid 2px;
    border-left: solid 2px;
    transform-origin: 0 0; }
  .beer-handle:before {
    left: 10px;
    transform: rotate(-45deg); }
  .beer-handle:after {
    right: 0;
    transform: rotate(135deg); }
  .beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
  .beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  content: attr(data-beer-label);
  position: absolute;
  top: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.75); }
  .beer-slider[data-beer-label]:after {
  right: 1.5rem; }
  .beer-reveal[data-beer-label]:after {
  left: 1.5rem; }
  .beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
  content: none; }
  .beer-ready .beer-reveal, .beer-ready .beer-handle {
  opacity: 1; }
  #zendesk_faq_adminMenu_wrapper {
    width: 100%;
    max-width:80%;
}
  #zendesk_faq_adminMenu_wrapper .faqSelector {
	display: block;
	height: 300px;
    overflow: scroll;
    border: 1px solid black;
    padding: 0px 0 0 10px;
    background: #ffffff;
}
  #zendesk_faq_adminMenu_wrapper .faqSelector li {
    cursor: pointer;
}
  #zendesk_faq_adminMenu_wrapper .faqSelector li:hover,
#zendesk_faq_adminMenu_wrapper .faqSelector li.selected {
	background: #1f2636;
	color:#ffffff;
}
  #article_category_list {
    padding: 0 1em 1em;
    display: inline-block;
}
  #article_category_list p {
    margin: 0 0 0.5em 0;
}
  #article_category_list label {
    display: block;
    margin-bottom: 0.25em;
}
  #zendesk_form_table {
    border-collapse: separate;
    border-spacing: 0 15px;
}
  #zendesk_form_table th {
    padding: 20px 10px 0px 0;
    line-height: 1;
}
  #zendesk_form_table h2 {
    margin: 1em 0 0;
}
  #zendesk_form_table tbody tr {
    width:100%;
}
  #zendesk_form_table tbody td {
    padding: 0;
    vertical-align: top;
    border: 1px solid #000000;
}
  #zendesk_form_table td#editting_msg_wrapper {
    margin-bottom: 0;
    padding: 0;
    line-height: 0;
}
  #zendesk_form_table td#editting_msg_wrapper.show {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
    color:#cc3939;
}
  #zendesk_form_table tbody h3.heading {
    margin: 0;
    padding: 0;
    background: #999999;
    padding: 0.5em;
}
  #zendesk_form_table tbody label {
    display: block;
    margin:0.5em;
    font-size:14px;
}
  #zendesk_form_table tbody .preview_wrapper {
    padding: 1em;
}
  #zendesk_form_table tbody .preview_wrapper img {
    max-width: 100% !important;
    height: auto !important;
}
  #zendesk_form_table tbody .faq_title {
    font-weight: bold;
}
  /* active faq */
  #zendesk_form_table tbody td.selected {
    background: #1e2536;
}
  #zendesk_form_table tbody td.selected .preview_wrapper {
    color: #ffffff;
    border-top: 1px solid #426380;
}
  #zendesk_form_table tbody td.selected h3.heading {
    background: #1f2636;
    background: linear-gradient(180deg, #426380 0%, #1f2636 100%);
    color: #fefefe;
}
  /* Apply a default padding if legacy cellpadding attribute is missing */
  table:not([cellpadding]) th,
table:not([cellpadding]) td {
  padding: 0.4rem;
}
  /* Set default table styles if a table has a positive border attribute and no inline css */
  table[border]:not([border="0"]):not([style*="border-width"]) th,
table[border]:not([border="0"]):not([style*="border-width"]) td {
  border-width: 1px;
}
  /* Set default table styles if a table has a positive border attribute and no inline css */
  table[border]:not([border="0"]):not([style*="border-style"]) th,
table[border]:not([border="0"]):not([style*="border-style"]) td {
  border-style: solid;
}
  /* Set default table styles if a table has a positive border attribute and no inline css */
  table[border]:not([border="0"]):not([style*="border-color"]) th,
table[border]:not([border="0"]):not([style*="border-color"]) td {
  border-color: #ccc;
}
  .mce-content-body:not([dir=rtl]) blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
  .mce-content-body[dir=rtl] blockquote {
  border-right: 2px solid #ccc;
  margin-right: 1.5rem;
  padding-right: 1rem;
}
  /* skin */
  .tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  vertical-align: initial;
  white-space: normal;
}
  .tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
  /* stylelint-disable-line no-duplicate-selectors */
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}
  .tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}
  .tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}
  .tox-tinymce {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}
  .tox-tinymce-inline {
  border: none;
  box-shadow: none;
}
  .tox-tinymce-inline .tox-editor-header {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
}
  .tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}
  .tox-tinymce *:focus,
.tox-tinymce-aux *:focus {
  outline: none;
}
  button::-moz-focus-inner {
  border: 0;
}
  .tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}
  .tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
  .tox .accessibility-issue__description {
  align-items: stretch;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
}
  .tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}
  .tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
  .tox .accessibility-issue__description > *:last-child:not(:only-child) {
  border-color: #cccccc;
  border-style: solid;
}
  .tox .accessibility-issue__repair {
  margin-top: 16px;
}
  .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: rgba(32, 122, 183, 0.1);
  border-color: rgba(32, 122, 183, 0.4);
  color: #222f3e;
}
  .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description > *:last-child {
  border-color: rgba(32, 122, 183, 0.4);
}
  .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #207ab7;
}
  .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
  fill: #207ab7;
}
  .tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
  color: #207ab7;
}
  .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: rgba(255, 165, 0, 0.1);
  border-color: rgba(255, 165, 0, 0.5);
  color: #222f3e;
}
  .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description > *:last-child {
  border-color: rgba(255, 165, 0, 0.5);
}
  .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #cc8500;
}
  .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
  fill: #cc8500;
}
  .tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
  color: #cc8500;
}
  .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: rgba(204, 0, 0, 0.1);
  border-color: rgba(204, 0, 0, 0.4);
  color: #222f3e;
}
  .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description > *:last-child {
  border-color: rgba(204, 0, 0, 0.4);
}
  .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #c00;
}
  .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
  fill: #c00;
}
  .tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
  color: #c00;
}
  .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  border-color: rgba(120, 171, 70, 0.4);
  color: #222f3e;
}
  .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  border-color: rgba(120, 171, 70, 0.4);
}
  .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #78AB46;
}
  .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
  fill: #78AB46;
}
  .tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
  color: #78AB46;
}
  .tox .tox-dialog__body-content .accessibility-issue__header h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  margin-top: 0;
}
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 4px 4px 8px;
}
  .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description > *:last-child {
  border-left-width: 1px;
  padding-left: 4px;
}
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description > *:last-child {
  border-right-width: 1px;
  padding-right: 4px;
}
  .tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
  .tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}
  .tox .tox-button {
  background-color: #207ab7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #207ab7;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
  .tox .tox-button[disabled] {
  background-color: #207ab7;
  background-image: none;
  border-color: #207ab7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
  .tox .tox-button:focus:not(:disabled) {
  background-color: #1c6ca1;
  background-image: none;
  border-color: #1c6ca1;
  box-shadow: none;
  color: #fff;
}
  .tox .tox-button:hover:not(:disabled) {
  background-color: #1c6ca1;
  background-image: none;
  border-color: #1c6ca1;
  box-shadow: none;
  color: #fff;
}
  .tox .tox-button:active:not(:disabled) {
  background-color: #185d8c;
  background-image: none;
  border-color: #185d8c;
  box-shadow: none;
  color: #fff;
}
  .tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
  .tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
  .tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}
  .tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}
  .tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
  .tox .tox-button-link--sm {
  font-size: 14px;
}
  .tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
  .tox .tox-button--naked[disabled] {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
  .tox .tox-button--naked:hover:not(:disabled) {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-button--naked:focus:not(:disabled) {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-button--naked:active:not(:disabled) {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}
  .tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}
  .tox .tox-checkbox {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}
  .tox .tox-checkbox__input {
  /* Hide from view but visible to screen readers */
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
  .tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}
  .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}
  .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #207ab7;
}
  .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #207ab7;
}
  .tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
  .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}
  .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}
  .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}
  .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
  .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}
  .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
  .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}
  .tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #207ab7;
  padding: calc(4px - 1px);
}
  .tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}
  .tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}
  .tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}
  .tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}
  .tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}
  .tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}
  .tox {
  /* stylelint-disable-next-line no-descending-specificity */
}
  .tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}
  .tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
  .tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #cccccc;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}
  .tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}
  .tox .tox-collection__group-heading {
  background-color: #e6e6e6;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
  .tox .tox-collection__item {
  align-items: center;
  color: #222f3e;
  cursor: pointer;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
  .tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}
  .tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
  .tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
  .tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #fff;
  color: #222f3e;
}
  .tox .tox-collection--list .tox-collection__item--active {
  background-color: #dee0e2;
}
  .tox .tox-collection--toolbar .tox-collection__item--enabled {
  background-color: #c8cbcf;
  color: #222f3e;
}
  .tox .tox-collection--toolbar .tox-collection__item--active {
  background-color: #dee0e2;
}
  .tox .tox-collection--grid .tox-collection__item--enabled {
  background-color: #c8cbcf;
  color: #222f3e;
}
  .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #dee0e2;
  color: #222f3e;
}
  .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}
  .tox .tox-collection__item-icon,
.tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
  .tox .tox-collection__item-icon svg,
.tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}
  .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}
  .tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  -ms-flex-preferred-size: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-transform: none;
  word-break: break-all;
}
  .tox .tox-collection__item-accessory {
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}
  .tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}
  .tox .tox-collection__item-caret::after {
  content: '';
  font-size: 0;
  min-height: inherit;
}
  .tox .tox-collection__item-caret svg {
  fill: #222f3e;
}
  .tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
  .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}
  .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}
  .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}
  .tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}
  .tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}
  .tox .tox-collection--horizontal .tox-collection__item {
  height: 34px;
  margin: 2px 0 3px 0;
  padding: 0 4px;
}
  .tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}
  .tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}
  .tox .tox-collection__item-container {
  display: flex;
}
  .tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}
  .tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}
  .tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}
  .tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}
  .tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}
  .tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}
  .tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}
  .tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}
  .tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}
  .tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}
  .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}
  .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}
  .tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}
  .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}
  .tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}
  .tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}
  .tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}
  .tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid #cccccc;
}
  .tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}
  .tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}
  .tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}
  .tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}
  .tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}
  .tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}
  .tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
  .tox .tox-sv-palette-spectrum {
  height: 100%;
}
  .tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
  width: 225px;
}
  .tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}
  .tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}
  .tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}
  .tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
  height: 100%;
  width: 100%;
}
  .tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
  width: 20px;
}
  .tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}
  .tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
  .tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}
  .tox .tox-rgb-form input {
  width: 6em;
}
  .tox .tox-rgb-form input.tox-invalid {
  /* Need !important to override Chrome's focus styling unfortunately */
  border: 1px solid red !important;
}
  .tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}
  .tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}
  .tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}
  .tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}
  .tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}
  .tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}
  .tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}
  .tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}
  .tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}
  .tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches {
  margin: 2px 0 3px 4px;
}
  .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px 0;
}
  .tox .tox-swatches__row {
  display: flex;
}
  .tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}
  .tox .tox-swatch:hover,
.tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}
  .tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}
  .tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}
  .tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}
  .tox .tox-swatches__picker-btn svg {
  height: 24px;
  width: 24px;
}
  .tox .tox-swatches__picker-btn:hover {
  background: #dee0e2;
}
  .tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}
  .tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}
  .tox .tox-comment-thread {
  background: #fff;
  position: relative;
}
  .tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}
  .tox .tox-comment {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 8px 16px 8px;
  position: relative;
}
  .tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}
  .tox .tox-comment__date {
  color: rgba(34, 47, 62, 0.7);
  font-size: 12px;
}
  .tox .tox-comment__body {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: none;
  text-transform: initial;
}
  .tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
}
  .tox .tox-comment__expander {
  padding-top: 8px;
}
  .tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}
  .tox .tox-comment__body p {
  margin: 0;
}
  .tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}
  .tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
  .tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}
  .tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}
  .tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 16px;
}
  .tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}
  .tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}
  .tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}
  .tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}
  .tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
  .tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}
  .tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}
  .tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
  .tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
}
  .tox .tox-conversations {
  margin: 8px;
}
  .tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}
  .tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
.tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
.tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}
  .tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}
  .tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
.tox[dir=rtl] .tox-comment__edit > *:last-child,
.tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}
  .tox .tox-user {
  align-items: center;
  display: flex;
}
  .tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}
  .tox .tox-user__name {
  color: rgba(34, 47, 62, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
  .tox:not([dir=rtl]) .tox-user__avatar svg {
  margin-right: 8px;
}
  .tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}
  .tox[dir=rtl] .tox-user__avatar svg {
  margin-left: 8px;
}
  .tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}
  .tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}
  .tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
  .tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}
  .tox .tox-dialog {
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}
  @media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    width: calc(100vw - 16px);
  }
}
  .tox .tox-dialog-inline {
  z-index: 1100;
}
  .tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}
  .tox .tox-dialog__header .tox-button {
  z-index: 1;
}
  .tox .tox-dialog__draghandle {
  cursor: -webkit-grab;
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
  .tox .tox-dialog__draghandle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
  .tox .tox-dialog__dismiss {
  margin-left: auto;
}
  .tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}
  .tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}
  @media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}
  .tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 16px 16px;
}
  @media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}
  .tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
}
  .tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(32, 122, 183, 0.1);
}
  .tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #207ab7;
  color: #207ab7;
}
  .tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
  max-height: 650px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}
  .tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}
  .tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}
  .tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}
  .tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
  .tox .tox-dialog__body-content a {
  color: #207ab7;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
}
  .tox .tox-dialog__body-content a:hover,
.tox .tox-dialog__body-content a:focus {
  color: #185d8c;
  -webkit-text-decoration: none;
  text-decoration: none;
}
  .tox .tox-dialog__body-content a:active {
  color: #185d8c;
  -webkit-text-decoration: none;
  text-decoration: none;
}
  .tox .tox-dialog__body-content svg {
  fill: #222f3e;
}
  .tox .tox-dialog__body-content ul {
  display: block;
  list-style-type: disc;
  margin-bottom: 16px;
  -webkit-margin-end: 0;
          margin-right: 0;
  -webkit-margin-start: 0;
          margin-left: 0;
  -webkit-padding-start: 2.5rem;
          padding-left: 2.5rem;
}
  .tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
  .tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
  .tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}
  .tox .tox-dialog__body-content .tox-form__group h1:first-child,
.tox .tox-dialog__body-content .tox-form__group h2:first-child,
.tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}
  .tox .tox-dialog__body-content .tox-form__group h1:last-child,
.tox .tox-dialog__body-content .tox-form__group h2:last-child,
.tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}
  .tox .tox-dialog__body-content .tox-form__group h1:only-child,
.tox .tox-dialog__body-content .tox-form__group h2:only-child,
.tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
  .tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}
  .tox .tox-dialog--width-md {
  max-width: 800px;
}
  .tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}
  .tox .tox-dialog__body-content--centered {
  text-align: center;
}
  .tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
  .tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
  display: flex;
}
  .tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
  .tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}
  .tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}
  .tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #cccccc;
}
  .tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}
  .tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}
  .tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}
  .tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
}
  .tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
  .tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}
  .tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
  .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}
  .tox.tox-platform-ie {
  /* IE11 CSS styles go here */
}
  .tox.tox-platform-ie .tox-dialog-wrap {
  position: -ms-device-fixed;
}
  @media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}
  .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}
  .tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}
  @media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}
  .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}
  body.tox-dialog__disable-scroll {
  overflow: hidden;
}
  .tox .tox-dropzone-container {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #cccccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}
  .tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}
  .tox .tox-edit-area {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
  overflow: hidden;
  position: relative;
}
  .tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
  position: absolute;
  width: 100%;
}
  .tox.tox-inline-edit-area {
  border: 1px dotted #cccccc;
}
  .tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
  .tox .tox-editor-header {
  z-index: 1;
}
  .tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none;
  transition: box-shadow 0.5s;
}
  .tox.tox-tinymce--toolbar-bottom .tox-editor-header,
.tox.tox-tinymce-inline .tox-editor-header {
  margin-bottom: -1px;
}
  .tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: transparent;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
}
  .tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
  .tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}
  .tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}
  .tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}
  .tox .tox-control-wrap {
  flex: 1;
  position: relative;
}
  .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}
  .tox .tox-control-wrap svg {
  display: block;
}
  .tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
  .tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}
  .tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}
  .tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}
  .tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}
  .tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}
  .tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}
  .tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}
  .tox .tox-autocompleter {
  max-width: 25em;
}
  .tox .tox-autocompleter .tox-menu {
  max-width: 25em;
}
  .tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}
  .tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}
  .tox .tox-color-input .tox-textfield {
  z-index: -1;
}
  .tox .tox-color-input span {
  border-color: rgba(34, 47, 62, 0.2);
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}
  .tox .tox-color-input span:hover:not([aria-disabled=true]),
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #207ab7;
  cursor: pointer;
}
  .tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  content: '';
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}
  .tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}
  .tox:not([dir=rtl]) .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
  .tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}
  .tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}
  .tox[dir="rtl"] .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
  .tox[dir="rtl"] .tox-color-input .tox-textfield {
  padding-right: 36px;
}
  .tox[dir="rtl"] .tox-color-input span {
  right: 6px;
}
  .tox .tox-label,
.tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}
  .tox .tox-toolbar-label {
  padding: 0 8px;
}
  .tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}
  .tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}
  .tox .tox-form-group--maximize {
  flex: 1;
}
  .tox .tox-form__group--error {
  color: #c00;
}
  .tox .tox-form__group--collection {
  display: flex;
}
  .tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}
  .tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}
  .tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}
  .tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}
  .tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}
  .tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
}
  .tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}
  .tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}
  .tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}
  .tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-listboxfield .tox-listbox--select,
.tox .tox-textarea {
  -webkit-appearance: none;
      -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 4.75px;
  resize: none;
  width: 100%;
}
  .tox .tox-textfield[disabled],
.tox .tox-textarea[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
  .tox .tox-textfield:focus,
.tox .tox-listboxfield .tox-listbox--select:focus,
.tox .tox-textarea:focus {
  background-color: #fff;
  border-color: #207ab7;
  box-shadow: none;
  outline: none;
}
  .tox .tox-toolbar-textfield {
  border-width: 0;
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
}
  .tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #207ab7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}
  .tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}
  .tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}
  .tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}
  .tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}
  .tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
  .tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}
  .tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
  .tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}
  .tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}
  .tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}
  .tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}
  .tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}
  .tox .tox-selectfield select {
  -webkit-appearance: none;
      -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 4.75px;
  resize: none;
  width: 100%;
}
  .tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
  .tox .tox-selectfield select::-ms-expand {
  display: none;
}
  .tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #207ab7;
  box-shadow: none;
  outline: none;
}
  .tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
  .tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}
  .tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}
  .tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}
  .tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}
  .tox .tox-textarea {
  -webkit-appearance: textarea;
      -moz-appearance: textarea;
          appearance: textarea;
  white-space: pre-wrap;
}
  .tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}
  .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}
  .tox.tox-tinymce.tox-fullscreen,
.tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}
  .tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}
  .tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}
  .tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}
  .tox .tox-image-tools {
  width: 100%;
}
  .tox .tox-image-tools__toolbar {
  align-items: center;
  display: flex;
  justify-content: center;
}
  .tox .tox-image-tools__image {
  background-color: #666;
  height: 380px;
  overflow: auto;
  position: relative;
  width: 100%;
}
  .tox .tox-image-tools__image,
.tox .tox-image-tools__image + .tox-image-tools__toolbar {
  margin-top: 8px;
}
  .tox .tox-image-tools__image-bg {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}
  .tox .tox-image-tools__toolbar > .tox-spacer {
  flex: 1;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}
  .tox .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
  .tox .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}
  .tox .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}
  .tox .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}
  .tox .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}
  .tox .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}
  .tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
  margin-left: 8px;
}
  .tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
  margin-left: 32px;
}
  .tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
  margin-left: 32px;
}
  .tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
  margin-right: 8px;
}
  .tox[dir=rtl] .tox-image-tools__toolbar > .tox-button + .tox-slider {
  margin-right: 32px;
}
  .tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider + .tox-button {
  margin-right: 32px;
}
  .tox .tox-insert-table-picker {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
  .tox .tox-insert-table-picker > div {
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}
  .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px 0;
}
  .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: rgba(32, 122, 183, 0.5);
  border-color: rgba(32, 122, 183, 0.5);
}
  .tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}
  .tox:not([dir=rtl]) {
  /* stylelint-disable-next-line no-descending-specificity */
}
  .tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}
  .tox[dir=rtl] {
  /* stylelint-disable-next-line no-descending-specificity */
}
  .tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}
  .tox {
  /* stylelint-disable */
  /* stylelint-enable */
}
  .tox .tox-menu {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}
  .tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0;
}
  .tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 4px;
}
  .tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 4px;
}
  .tox .tox-menu__label h1,
.tox .tox-menu__label h2,
.tox .tox-menu__label h3,
.tox .tox-menu__label h4,
.tox .tox-menu__label h5,
.tox .tox-menu__label h6,
.tox .tox-menu__label p,
.tox .tox-menu__label blockquote,
.tox .tox-menu__label code {
  margin: 0;
}
  .tox .tox-menubar {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg height=%2739px%27 viewBox=%270 0 40 39px%27 width=%2740%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270%27 y=%2738px%27 width=%27100%27 height=%271%27 fill=%27%23cccccc%27/%3E%3C/svg%3E") left 0 top 0 #fff;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 4px 0 4px;
}
  .tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
  border-top: 1px solid #cccccc;
}
  /* Deprecated. Remove in next major release */
  .tox .tox-mbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 34px;
  justify-content: center;
  margin: 2px 0 3px 0;
  outline: none;
  overflow: hidden;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}
  .tox .tox-mbtn[disabled] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
  .tox .tox-mbtn:focus:not(:disabled) {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-mbtn--active {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}
  .tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}
  .tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}
  .tox .tox-notification {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
}
  .tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}
  .tox .tox-notification a {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
  .tox .tox-notification--in {
  opacity: 1;
}
  .tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}
  .tox .tox-notification--success p {
  color: #222f3e;
}
  .tox .tox-notification--success a {
  color: #547831;
}
  .tox .tox-notification--success svg {
  fill: #222f3e;
}
  .tox .tox-notification--error {
  background-color: #f8dede;
  border-color: #f2bfbf;
  color: #222f3e;
}
  .tox .tox-notification--error p {
  color: #222f3e;
}
  .tox .tox-notification--error a {
  color: #c00;
}
  .tox .tox-notification--error svg {
  fill: #222f3e;
}
  .tox .tox-notification--warn,
.tox .tox-notification--warning {
  background-color: #fffaea;
  border-color: #ffe89d;
  color: #222f3e;
}
  .tox .tox-notification--warn p,
.tox .tox-notification--warning p {
  color: #222f3e;
}
  .tox .tox-notification--warn a,
.tox .tox-notification--warning a {
  color: #222f3e;
}
  .tox .tox-notification--warn svg,
.tox .tox-notification--warning svg {
  fill: #222f3e;
}
  .tox .tox-notification--info {
  background-color: #d9edf7;
  border-color: #779ecb;
  color: #222f3e;
}
  .tox .tox-notification--info p {
  color: #222f3e;
}
  .tox .tox-notification--info a {
  color: #222f3e;
}
  .tox .tox-notification--info svg {
  fill: #222f3e;
}
  .tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
  .tox .tox-notification__body > * {
  margin: 0;
}
  .tox .tox-notification__body > * + * {
  margin-top: 1rem;
}
  .tox .tox-notification__icon {
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
  .tox .tox-notification__icon svg {
  display: block;
}
  .tox .tox-notification__dismiss {
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
  .tox .tox-notification .tox-progress-bar {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}
  .tox .tox-pop {
  display: inline-block;
  position: relative;
}
  .tox .tox-pop--resizing {
  transition: width 0.1s ease;
}
  .tox .tox-pop--resizing .tox-toolbar,
.tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}
  .tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}
  .tox .tox-pop--transition::before,
.tox .tox-pop--transition::after {
  transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
}
  .tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  min-width: 0;
  overflow: hidden;
}
  .tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}
  .tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}
  .tox .tox-pop::before,
.tox .tox-pop::after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}
  .tox .tox-pop.tox-pop--inset::before,
.tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
}
  .tox .tox-pop.tox-pop--bottom::before,
.tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}
  .tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}
  .tox .tox-pop.tox-pop--bottom::before {
  border-color: #cccccc transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}
  .tox .tox-pop.tox-pop--top::before,
.tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}
  .tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}
  .tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #cccccc transparent;
  border-width: 9px;
  margin-left: -9px;
}
  .tox .tox-pop.tox-pop--left::before,
.tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
  .tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}
  .tox .tox-pop.tox-pop--left::before {
  border-color: transparent #cccccc transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}
  .tox .tox-pop.tox-pop--right::before,
.tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
  .tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}
  .tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #cccccc;
  border-width: 10px;
  margin-left: -1px;
}
  .tox .tox-pop.tox-pop--align-left::before,
.tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}
  .tox .tox-pop.tox-pop--align-right::before,
.tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}
  .tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  min-height: 0;
}
  .tox .tox-sidebar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
  .tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}
  .tox .tox-sidebar__pane-container {
  display: flex;
}
  .tox .tox-sidebar__pane {
  display: flex;
}
  .tox .tox-sidebar--sliding-closed {
  opacity: 0;
}
  .tox .tox-sidebar--sliding-open {
  opacity: 1;
}
  .tox .tox-sidebar--sliding-growing,
.tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}
  .tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}
  .tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}
  .tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 24px;
  justify-content: center;
  position: relative;
}
  .tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}
  .tox .tox-slider__handle {
  background-color: #207ab7;
  border: 2px solid #185d8c;
  border-radius: 3px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}
  .tox .tox-source-code {
  overflow: auto;
}
  .tox .tox-spinner {
  display: flex;
}
  .tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
  .tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}
  .tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}
  @keyframes tam-bouncing-dots {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
  .tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}
  .tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}
  .tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: normal;
  height: 18px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: uppercase;
}
  .tox .tox-statusbar__text-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  overflow: hidden;
}
  .tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
  .tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}
  .tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}
  .tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  -webkit-text-decoration: none;
  text-decoration: none;
}
  .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
  .tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -8px;
  padding-left: 1ch;
}
  .tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.7);
}
  .tox .tox-statusbar__resize-handle:focus svg {
  background-color: #dee0e2;
  border-radius: 1px;
  box-shadow: 0 0 0 2px #dee0e2;
}
  .tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}
  .tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 1ch;
}
  .tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}
  .tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}
  .tox .tox-throbber {
  z-index: 1299;
}
  .tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
  .tox .tox-tbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 34px;
  justify-content: center;
  margin: 2px 0 3px 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  width: 34px;
}
  .tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}
  .tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}
  .tox .tox-tbtn:focus {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
}
  .tox .tox-tbtn:hover {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-tbtn:hover svg {
  fill: #222f3e;
}
  .tox .tox-tbtn:active {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-tbtn:active svg {
  fill: #222f3e;
}
  .tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
  .tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}
  .tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-tbtn--enabled > *,
.tox .tox-tbtn--enabled:hover > * {
  transform: none;
}
  .tox .tox-tbtn--enabled svg,
.tox .tox-tbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}
  .tox .tox-tbtn:active > * {
  transform: none;
}
  .tox .tox-tbtn--md {
  height: 51px;
  width: 51px;
}
  .tox .tox-tbtn--lg {
  flex-direction: column;
  height: 68px;
  width: 68px;
}
  .tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
  .tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}
  .tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
  .tox .tox-tbtn--select {
  margin: 2px 0 3px 0;
  padding: 0 4px;
  width: auto;
}
  .tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}
  .tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
  .tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
  .tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}
  .tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 2px 0 3px 0;
  overflow: hidden;
}
  .tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #dee0e2 inset;
}
  .tox .tox-split-button:focus {
  background: #dee0e2;
  box-shadow: none;
  color: #222f3e;
}
  .tox .tox-split-button > * {
  border-radius: 0;
}
  .tox .tox-split-button__chevron {
  width: 16px;
}
  .tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
  .tox .tox-split-button .tox-tbtn {
  margin: 0;
}
  .tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
  width: 30px;
}
  .tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}
  .tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: transparent;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
  .tox .tox-toolbar-overlord {
  background-color: #fff;
}
  .tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg height=%2739px%27 viewBox=%270 0 40 39px%27 width=%2740%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270%27 y=%2738px%27 width=%27100%27 height=%271%27 fill=%27%23cccccc%27/%3E%3C/svg%3E") left 0 top 0 #fff;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0;
}
  .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}
  .tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}
  .tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}
  .tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
  border-top: 1px solid #cccccc;
  margin-top: -1px;
}
  .tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
  .tox .tox-pop .tox-toolbar {
  border-width: 0;
}
  .tox .tox-toolbar--no-divider {
  background-image: none;
}
  .tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child,
.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary {
  border-top: 1px solid #cccccc;
}
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
  .tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 4px 0 4px;
}
  .tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}
  .tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}
  .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}
  .tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid #cccccc;
}
  .tox .tox-tooltip {
  display: inline-block;
  padding: 8px;
  position: relative;
}
  .tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  padding: 4px 8px;
  text-transform: none;
}
  .tox .tox-tooltip__arrow {
  position: absolute;
}
  .tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
  .tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
  .tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
  .tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
  .tox .tox-well {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}
  .tox .tox-well > *:first-child {
  margin-top: 0;
}
  .tox .tox-well > *:last-child {
  margin-bottom: 0;
}
  .tox .tox-well > *:only-child {
  margin: 0;
}
  .tox .tox-custom-editor {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: flex;
  flex: 1;
  position: relative;
}
  /* stylelint-disable */
  .tox {
  /* stylelint-enable */
}
  .tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
  .tox .tox-tab {
  cursor: pointer;
}
  .tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}
  .tox .tox-image-tools-edit-panel {
  height: 60px;
}
  .tox .tox-image-tools__sidebar {
  height: 60px;
}
  /* UI Oxide */
  .mce-content-body .mce-item-anchor {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%278%27%20height%3D%2712%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M0%200L8%200%208%2012%204.09117821%209%200%2012z%27%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
  cursor: default;
  display: inline-block;
  height: 12px !important;
  padding: 0 2px;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
      user-select: all;
  width: 8px !important;
}
  .mce-content-body .mce-item-anchor[data-mce-selected] {
  outline-offset: 1px;
}
  .tox-comments-visible .tox-comment {
  background-color: #fff0b7;
}
  .tox-comments-visible .tox-comment--active {
  background-color: #ffe168;
}
  .tox-checklist > li:not(.tox-checklist--hidden) {
  list-style: none;
  margin: 0.25em 0;
}
  .tox-checklist > li:not(.tox-checklist--hidden)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  cursor: pointer;
  height: 1em;
  margin-left: -1.5em;
  margin-top: 0.125em;
  position: absolute;
  width: 1em;
}
  .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}
  [dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
  margin-left: 0;
  margin-right: -1.5em;
}
  /* stylelint-disable */
  /* http://prismjs.com/ */
  /**
  * prism.js default theme for JavaScript, CSS and HTML
  * Based on dabblet (http://dabblet.com)
  * @author Lea Verou
  */
  code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
  pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
  pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
  @media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
  /* Code blocks */
  pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
  :not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}
  /* Inline code */
  :not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
  .token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
  .token.punctuation {
  color: #999;
}
  .namespace {
  opacity: 0.7;
}
  .token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
  .token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
  .token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}
  .token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
  .token.function,
.token.class-name {
  color: #DD4A68;
}
  .token.regex,
.token.important,
.token.variable {
  color: #e90;
}
  .token.important,
.token.bold {
  font-weight: bold;
}
  .token.italic {
  font-style: italic;
}
  .token.entity {
  cursor: help;
}
  /* stylelint-enable */
  .mce-content-body {
  word-wrap: break-word;
  word-wrap: break-word;
}
  .mce-content-body .mce-visual-caret {
  background-color: black;
  background-color: currentColor;
  position: absolute;
}
  .mce-content-body .mce-visual-caret-hidden {
  display: none;
}
  .mce-content-body *[data-mce-caret] {
  left: -1000px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 0;
}
  .mce-content-body .mce-offscreen-selection {
  left: -2000000px;
  max-width: 1000000px;
  position: absolute;
}
  .mce-content-body *[contentEditable=false] {
  cursor: default;
}
  .mce-content-body *[contentEditable=true] {
  cursor: text;
}
  .tox-cursor-format-painter {
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
}
  .mce-content-body figure.align-left {
  float: left;
}
  .mce-content-body figure.align-right {
  float: right;
}
  .mce-content-body figure.image.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
  .mce-preview-object {
  border: 1px solid gray;
  display: inline-block;
  line-height: 0;
  margin: 0 2px 0 2px;
  position: relative;
}
  .mce-preview-object .mce-shim {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
  .mce-preview-object[data-mce-selected="2"] .mce-shim {
  display: none;
}
  .mce-object {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
  border: 1px dashed #aaa;
}
  .mce-pagebreak {
  border: 1px dashed #aaa;
  cursor: default;
  display: block;
  height: 5px;
  margin-top: 15px;
  page-break-before: always;
  width: 100%;
}
  @media print {
  .mce-pagebreak {
    border: 0;
  }
}
  .tiny-pageembed .mce-shim {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
  .tiny-pageembed[data-mce-selected="2"] .mce-shim {
  display: none;
}
  .tiny-pageembed {
  display: inline-block;
  position: relative;
}
  .tiny-pageembed--21by9,
.tiny-pageembed--16by9,
.tiny-pageembed--4by3,
.tiny-pageembed--1by1 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
  .tiny-pageembed--21by9 {
  padding-top: 42.857143%;
}
  .tiny-pageembed--16by9 {
  padding-top: 56.25%;
}
  .tiny-pageembed--4by3 {
  padding-top: 75%;
}
  .tiny-pageembed--1by1 {
  padding-top: 100%;
}
  .tiny-pageembed--21by9 iframe,
.tiny-pageembed--16by9 iframe,
.tiny-pageembed--4by3 iframe,
.tiny-pageembed--1by1 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
  .mce-content-body[data-mce-placeholder] {
  position: relative;
}
  .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  color: rgba(34, 47, 62, 0.7);
  content: attr(data-mce-placeholder);
  position: absolute;
}
  .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  left: 1px;
}
  .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
  right: 1px;
}
  .mce-content-body div.mce-resizehandle {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 1298;
}
  .mce-content-body div.mce-resizehandle:hover {
  background-color: #4099ff;
}
  .mce-content-body div.mce-resizehandle:nth-of-type(1) {
  cursor: nwse-resize;
}
  .mce-content-body div.mce-resizehandle:nth-of-type(2) {
  cursor: nesw-resize;
}
  .mce-content-body div.mce-resizehandle:nth-of-type(3) {
  cursor: nwse-resize;
}
  .mce-content-body div.mce-resizehandle:nth-of-type(4) {
  cursor: nesw-resize;
}
  .mce-content-body .mce-resize-backdrop {
  z-index: 10000;
}
  .mce-content-body .mce-clonedresizable {
  cursor: default;
  opacity: 0.5;
  outline: 1px dashed black;
  position: absolute;
  z-index: 10001;
}
  .mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
  border: 0;
}
  .mce-content-body .mce-resize-helper {
  background: #555;
  background: rgba(0, 0, 0, 0.75);
  border: 1px;
  border-radius: 3px;
  color: white;
  display: none;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 5px 10px;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
  z-index: 10002;
}
  .tox-rtc-user-selection {
  position: relative;
}
  .tox-rtc-user-cursor {
  bottom: 0;
  cursor: default;
  position: absolute;
  top: 0;
  width: 2px;
}
  .tox-rtc-user-cursor::before {
  background-color: inherit;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 8px;
}
  .tox-rtc-user-cursor:hover::after {
  background-color: inherit;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  content: attr(data-user);
  display: block;
  font-size: 12px;
  font-weight: bold;
  left: -5px;
  min-height: 8px;
  min-width: 8px;
  padding: 0 12px;
  position: absolute;
  top: -11px;
  white-space: nowrap;
  z-index: 1000;
}
  .tox-rtc-user-selection--1 .tox-rtc-user-cursor {
  background-color: #2dc26b;
}
  .tox-rtc-user-selection--2 .tox-rtc-user-cursor {
  background-color: #e03e2d;
}
  .tox-rtc-user-selection--3 .tox-rtc-user-cursor {
  background-color: #f1c40f;
}
  .tox-rtc-user-selection--4 .tox-rtc-user-cursor {
  background-color: #3598db;
}
  .tox-rtc-user-selection--5 .tox-rtc-user-cursor {
  background-color: #b96ad9;
}
  .tox-rtc-user-selection--6 .tox-rtc-user-cursor {
  background-color: #e67e23;
}
  .tox-rtc-user-selection--7 .tox-rtc-user-cursor {
  background-color: #aaa69d;
}
  .tox-rtc-user-selection--8 .tox-rtc-user-cursor {
  background-color: #f368e0;
}
  .tox-rtc-remote-image {
  background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.2%29%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.2%29%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.2%29%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
  border: 1px solid #ccc;
  min-height: 240px;
  min-width: 320px;
}
  .mce-match-marker {
  background: #aaa;
  color: #fff;
}
  .mce-match-marker-selected {
  background: #39f;
  color: #fff;
}
  .mce-match-marker-selected::-moz-selection {
  background: #39f;
  color: #fff;
}
  .mce-match-marker-selected::selection {
  background: #39f;
  color: #fff;
}
  .mce-content-body img[data-mce-selected],
.mce-content-body video[data-mce-selected],
.mce-content-body audio[data-mce-selected],
.mce-content-body object[data-mce-selected],
.mce-content-body embed[data-mce-selected],
.mce-content-body table[data-mce-selected] {
  outline: 3px solid #b4d7ff;
}
  .mce-content-body hr[data-mce-selected] {
  outline: 3px solid #b4d7ff;
  outline-offset: 1px;
}
  .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
  outline: 3px solid #b4d7ff;
}
  .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
  outline: 3px solid #b4d7ff;
}
  .mce-content-body *[contentEditable=false][data-mce-selected] {
  cursor: not-allowed;
  outline: 3px solid #b4d7ff;
}
  .mce-content-body.mce-content-readonly *[contentEditable=true]:focus,
.mce-content-body.mce-content-readonly *[contentEditable=true]:hover {
  outline: none;
}
  .mce-content-body *[data-mce-selected="inline-boundary"] {
  background-color: #b4d7ff;
}
  .mce-content-body .mce-edit-focus {
  outline: 3px solid #b4d7ff;
}
  .mce-content-body td[data-mce-selected],
.mce-content-body th[data-mce-selected] {
  position: relative;
}
  .mce-content-body td[data-mce-selected]::-moz-selection,
.mce-content-body th[data-mce-selected]::-moz-selection {
  background: none;
}
  .mce-content-body td[data-mce-selected]::selection,
.mce-content-body th[data-mce-selected]::selection {
  background: none;
}
  .mce-content-body td[data-mce-selected] *,
.mce-content-body th[data-mce-selected] * {
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
  .mce-content-body td[data-mce-selected]::after,
.mce-content-body th[data-mce-selected]::after {
  background-color: rgba(180, 215, 255, 0.7);
  border: 1px solid rgba(180, 215, 255, 0.7);
  bottom: -1px;
  content: '';
  left: -1px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -1px;
  top: -1px;
}
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mce-content-body td[data-mce-selected]::after,
  .mce-content-body th[data-mce-selected]::after {
    border-color: rgba(0, 84, 180, 0.7);
  }
}
  .mce-content-body img::-moz-selection {
  background: none;
}
  .mce-content-body img::selection {
  background: none;
}
  .ephox-snooker-resizer-bar {
  background-color: #b4d7ff;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  .ephox-snooker-resizer-cols {
  cursor: col-resize;
}
  .ephox-snooker-resizer-rows {
  cursor: row-resize;
}
  .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
  opacity: 1;
}
  .mce-spellchecker-word {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%274%27%20height%3D%274%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%23ff0000%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-opacity%3D%27.75%27%20d%3D%27M0%203L2%201%204%203%27%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
  height: 2rem;
}
  .mce-spellchecker-grammar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%274%27%20height%3D%274%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%2300A835%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20d%3D%27M0%203L2%201%204%203%27%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
}
  .mce-toc {
  border: 1px solid gray;
}
  .mce-toc h2 {
  margin: 4px;
}
  .mce-toc li {
  list-style-type: none;
}
  table[style*="border-width: 0px"],
.mce-item-table:not([border]),
.mce-item-table[border="0"],
table[style*="border-width: 0px"] td,
.mce-item-table:not([border]) td,
.mce-item-table[border="0"] td,
table[style*="border-width: 0px"] th,
.mce-item-table:not([border]) th,
.mce-item-table[border="0"] th,
table[style*="border-width: 0px"] caption,
.mce-item-table:not([border]) caption,
.mce-item-table[border="0"] caption {
  border: 1px dashed #bbb;
}
  .mce-visualblocks p,
.mce-visualblocks h1,
.mce-visualblocks h2,
.mce-visualblocks h3,
.mce-visualblocks h4,
.mce-visualblocks h5,
.mce-visualblocks h6,
.mce-visualblocks div:not([data-mce-bogus]),
.mce-visualblocks section,
.mce-visualblocks article,
.mce-visualblocks blockquote,
.mce-visualblocks address,
.mce-visualblocks pre,
.mce-visualblocks figure,
.mce-visualblocks figcaption,
.mce-visualblocks hgroup,
.mce-visualblocks aside,
.mce-visualblocks ul,
.mce-visualblocks ol,
.mce-visualblocks dl {
  background-repeat: no-repeat;
  border: 1px dashed #bbb;
  margin-left: 3px;
  padding-top: 10px;
}
  .mce-visualblocks p {
  background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
}
  .mce-visualblocks h1 {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
}
  .mce-visualblocks h2 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
}
  .mce-visualblocks h3 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
}
  .mce-visualblocks h4 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
}
  .mce-visualblocks h5 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
}
  .mce-visualblocks h6 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
}
  .mce-visualblocks div:not([data-mce-bogus]) {
  background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
}
  .mce-visualblocks section {
  background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
}
  .mce-visualblocks article {
  background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
}
  .mce-visualblocks blockquote {
  background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
}
  .mce-visualblocks address {
  background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
}
  .mce-visualblocks pre {
  background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
}
  .mce-visualblocks figure {
  background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
}
  .mce-visualblocks figcaption {
  border: 1px dashed #bbb;
}
  .mce-visualblocks hgroup {
  background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
}
  .mce-visualblocks aside {
  background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
}
  .mce-visualblocks ul {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
}
  .mce-visualblocks ol {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
}
  .mce-visualblocks dl {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
}
  .mce-visualblocks:not([dir=rtl]) p,
.mce-visualblocks:not([dir=rtl]) h1,
.mce-visualblocks:not([dir=rtl]) h2,
.mce-visualblocks:not([dir=rtl]) h3,
.mce-visualblocks:not([dir=rtl]) h4,
.mce-visualblocks:not([dir=rtl]) h5,
.mce-visualblocks:not([dir=rtl]) h6,
.mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
.mce-visualblocks:not([dir=rtl]) section,
.mce-visualblocks:not([dir=rtl]) article,
.mce-visualblocks:not([dir=rtl]) blockquote,
.mce-visualblocks:not([dir=rtl]) address,
.mce-visualblocks:not([dir=rtl]) pre,
.mce-visualblocks:not([dir=rtl]) figure,
.mce-visualblocks:not([dir=rtl]) figcaption,
.mce-visualblocks:not([dir=rtl]) hgroup,
.mce-visualblocks:not([dir=rtl]) aside,
.mce-visualblocks:not([dir=rtl]) ul,
.mce-visualblocks:not([dir=rtl]) ol,
.mce-visualblocks:not([dir=rtl]) dl {
  margin-left: 3px;
}
  .mce-visualblocks[dir=rtl] p,
.mce-visualblocks[dir=rtl] h1,
.mce-visualblocks[dir=rtl] h2,
.mce-visualblocks[dir=rtl] h3,
.mce-visualblocks[dir=rtl] h4,
.mce-visualblocks[dir=rtl] h5,
.mce-visualblocks[dir=rtl] h6,
.mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
.mce-visualblocks[dir=rtl] section,
.mce-visualblocks[dir=rtl] article,
.mce-visualblocks[dir=rtl] blockquote,
.mce-visualblocks[dir=rtl] address,
.mce-visualblocks[dir=rtl] pre,
.mce-visualblocks[dir=rtl] figure,
.mce-visualblocks[dir=rtl] figcaption,
.mce-visualblocks[dir=rtl] hgroup,
.mce-visualblocks[dir=rtl] aside,
.mce-visualblocks[dir=rtl] ul,
.mce-visualblocks[dir=rtl] ol,
.mce-visualblocks[dir=rtl] dl {
  background-position-x: right;
  margin-right: 3px;
}
  .mce-nbsp,
.mce-shy {
  background: #aaa;
}
  .mce-shy::after {
  content: '-';
}
  *, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ; }
  ::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ; }
  ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ; }
  .\!container {
  width: 100% !important; }
  .container {
  width: 100%; }
  @media (min-width: 320px) {
  .\!container {
    max-width: 320px !important; }
  .container {
    max-width: 320px; } }
  @media (min-width: 480px) {
  .\!container {
    max-width: 480px !important; }
  .container {
    max-width: 480px; } }
  @media (min-width: 640px) {
  .\!container {
    max-width: 640px !important; }
  .container {
    max-width: 640px; } }
  @media (min-width: 864px) {
  .\!container {
    max-width: 864px !important; }
  .container {
    max-width: 864px; } }
  @media (min-width: 1088px) {
  .\!container {
    max-width: 1088px !important; }
  .container {
    max-width: 1088px; } }
  @media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important; }
  .container {
    max-width: 1280px; } }
  @media (min-width: 1600px) {
  .\!container {
    max-width: 1600px !important; }
  .container {
    max-width: 1600px; } }
  @media (min-width: 1800px) {
  .\!container {
    max-width: 1800px !important; }
  .container {
    max-width: 1800px; } }
  @media (min-width: 2000px) {
  .\!container {
    max-width: 2000px !important; }
  .container {
    max-width: 2000px; } }
  @media (min-width: 2192px) {
  .\!container {
    max-width: 2192px !important; }
  .container {
    max-width: 2192px; } }
  @media (min-width: 3280px) {
  .\!container {
    max-width: 3280px !important; }
  .container {
    max-width: 3280px; } }
  @media (min-width: 3840px) {
  .\!container {
    max-width: 3840px !important; }
  .container {
    max-width: 3840px; } }
  .container-page{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)}
  .field{line-height:1.5rem;padding:.375rem 1.125rem;display:block;margin-bottom:1.5rem;width:22rem;max-width:100%;border:2px solid #16668b;color:#303030;background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .field:not(:disabled):hover{border-color:#e7c067;outline:none}
  .field:not(:disabled):focus,.field:not(:disabled):hover:focus{border-color:#cda351;color:#303030;outline:none}
  @media(-ms-high-contrast: active),(forced-colors: active){.field:not(:disabled):focus+label,.field:not(:disabled):hover:focus+label{outline:2px solid #fff}}
  .field:disabled{cursor:not-allowed;background-color:#fff;border-color:#394766;color:#919191}
  .--has-error .field{border-color:#fd8962}
  .--has-error .checkradio+label::before{border-color:#fd8962}
  .--has-error .checkradio:not(:checked)+label::after{content:"";position:absolute;border-bottom:solid 2px #fd8962}
  .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
  .visible {
  visibility: visible; }
  .invisible {
  visibility: hidden; }
  .static {
  position: static; }
  .fixed {
  position: fixed; }
  .absolute {
  position: absolute; }
  .relative {
  position: relative; }
  .sticky {
  position: -webkit-sticky;
  position: sticky; }
  .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }
  .bottom-0 {
  bottom: 0px; }
  .bottom-1 {
  bottom: 1px; }
  .bottom-10 {
  bottom: 10px; }
  .bottom-12 {
  bottom: 12px; }
  .bottom-16 {
  bottom: 16px; }
  .bottom-2 {
  bottom: 2px; }
  .bottom-20 {
  bottom: 20px; }
  .bottom-24 {
  bottom: 24px; }
  .bottom-28 {
  bottom: 28px; }
  .bottom-30 {
  bottom: 30px; }
  .bottom-32 {
  bottom: 32px; }
  .bottom-34 {
  bottom: 34px; }
  .bottom-4 {
  bottom: 4px; }
  .bottom-40 {
  bottom: 40px; }
  .bottom-48 {
  bottom: 48px; }
  .bottom-54 {
  bottom: 54px; }
  .bottom-6 {
  bottom: 6px; }
  .bottom-8 {
  bottom: 8px; }
  .left-0 {
  left: 0px; }
  .left-1 {
  left: 1px; }
  .left-1\/2 {
  left: 50%; }
  .left-10 {
  left: 10px; }
  .left-12 {
  left: 12px; }
  .left-16 {
  left: 16px; }
  .left-2 {
  left: 2px; }
  .left-20 {
  left: 20px; }
  .left-24 {
  left: 24px; }
  .left-28 {
  left: 28px; }
  .left-30 {
  left: 30px; }
  .left-32 {
  left: 32px; }
  .left-34 {
  left: 34px; }
  .left-4 {
  left: 4px; }
  .left-40 {
  left: 40px; }
  .left-48 {
  left: 48px; }
  .left-54 {
  left: 54px; }
  .left-6 {
  left: 6px; }
  .left-8 {
  left: 8px; }
  .right-0 {
  right: 0px; }
  .right-1 {
  right: 1px; }
  .right-10 {
  right: 10px; }
  .right-12 {
  right: 12px; }
  .right-16 {
  right: 16px; }
  .right-2 {
  right: 2px; }
  .right-20 {
  right: 20px; }
  .right-24 {
  right: 24px; }
  .right-28 {
  right: 28px; }
  .right-30 {
  right: 30px; }
  .right-32 {
  right: 32px; }
  .right-34 {
  right: 34px; }
  .right-4 {
  right: 4px; }
  .right-40 {
  right: 40px; }
  .right-48 {
  right: 48px; }
  .right-54 {
  right: 54px; }
  .right-6 {
  right: 6px; }
  .right-8 {
  right: 8px; }
  .top-0 {
  top: 0px; }
  .top-1 {
  top: 1px; }
  .top-10 {
  top: 10px; }
  .top-12 {
  top: 12px; }
  .top-16 {
  top: 16px; }
  .top-2 {
  top: 2px; }
  .top-20 {
  top: 20px; }
  .top-24 {
  top: 24px; }
  .top-28 {
  top: 28px; }
  .top-30 {
  top: 30px; }
  .top-32 {
  top: 32px; }
  .top-34 {
  top: 34px; }
  .top-4 {
  top: 4px; }
  .top-40 {
  top: 40px; }
  .top-48 {
  top: 48px; }
  .top-54 {
  top: 54px; }
  .top-6 {
  top: 6px; }
  .top-8 {
  top: 8px; }
  .z-1 {
  z-index: 1; }
  .z-10 {
  z-index: 10; }
  .z-2 {
  z-index: 2; }
  .z-200 {
  z-index: 200; }
  .z-500 {
  z-index: 500; }
  .z-650 {
  z-index: 650; }
  .col-span-12 {
  grid-column: span 12 / span 12; }
  .float-left {
  float: left; }
  .\!m-0 {
  margin: 0px !important; }
  .m-0 {
  margin: 0px; }
  .m-1 {
  margin: 1px; }
  .m-10 {
  margin: 10px; }
  .m-12 {
  margin: 12px; }
  .m-16 {
  margin: 16px; }
  .m-2 {
  margin: 2px; }
  .m-20 {
  margin: 20px; }
  .m-24 {
  margin: 24px; }
  .m-28 {
  margin: 28px; }
  .m-30 {
  margin: 30px; }
  .m-32 {
  margin: 32px; }
  .m-34 {
  margin: 34px; }
  .m-4 {
  margin: 4px; }
  .m-40 {
  margin: 40px; }
  .m-48 {
  margin: 48px; }
  .m-54 {
  margin: 54px; }
  .m-6 {
  margin: 6px; }
  .m-8 {
  margin: 8px; }
  .mx-0 {
  margin-left: 0px;
  margin-right: 0px; }
  .mx-1 {
  margin-left: 1px;
  margin-right: 1px; }
  .mx-10 {
  margin-left: 10px;
  margin-right: 10px; }
  .mx-12 {
  margin-left: 12px;
  margin-right: 12px; }
  .mx-16 {
  margin-left: 16px;
  margin-right: 16px; }
  .mx-2 {
  margin-left: 2px;
  margin-right: 2px; }
  .mx-20 {
  margin-left: 20px;
  margin-right: 20px; }
  .mx-24 {
  margin-left: 24px;
  margin-right: 24px; }
  .mx-28 {
  margin-left: 28px;
  margin-right: 28px; }
  .mx-30 {
  margin-left: 30px;
  margin-right: 30px; }
  .mx-32 {
  margin-left: 32px;
  margin-right: 32px; }
  .mx-34 {
  margin-left: 34px;
  margin-right: 34px; }
  .mx-4 {
  margin-left: 4px;
  margin-right: 4px; }
  .mx-40 {
  margin-left: 40px;
  margin-right: 40px; }
  .mx-48 {
  margin-left: 48px;
  margin-right: 48px; }
  .mx-54 {
  margin-left: 54px;
  margin-right: 54px; }
  .mx-6 {
  margin-left: 6px;
  margin-right: 6px; }
  .mx-8 {
  margin-left: 8px;
  margin-right: 8px; }
  .mx-auto {
  margin-left: auto;
  margin-right: auto; }
  .my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }
  .my-1 {
  margin-top: 1px;
  margin-bottom: 1px; }
  .my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }
  .my-12 {
  margin-top: 12px;
  margin-bottom: 12px; }
  .my-16 {
  margin-top: 16px;
  margin-bottom: 16px; }
  .my-2 {
  margin-top: 2px;
  margin-bottom: 2px; }
  .my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }
  .my-24 {
  margin-top: 24px;
  margin-bottom: 24px; }
  .my-28 {
  margin-top: 28px;
  margin-bottom: 28px; }
  .my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }
  .my-32 {
  margin-top: 32px;
  margin-bottom: 32px; }
  .my-34 {
  margin-top: 34px;
  margin-bottom: 34px; }
  .my-4 {
  margin-top: 4px;
  margin-bottom: 4px; }
  .my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }
  .my-48 {
  margin-top: 48px;
  margin-bottom: 48px; }
  .my-54 {
  margin-top: 54px;
  margin-bottom: 54px; }
  .my-6 {
  margin-top: 6px;
  margin-bottom: 6px; }
  .my-8 {
  margin-top: 8px;
  margin-bottom: 8px; }
  .my-\[132px\] {
  margin-top: 132px;
  margin-bottom: 132px; }
  .\!mb-0 {
  margin-bottom: 0px !important; }
  .mb-0 {
  margin-bottom: 0px; }
  .mb-1 {
  margin-bottom: 1px; }
  .mb-10 {
  margin-bottom: 10px; }
  .mb-12 {
  margin-bottom: 12px; }
  .mb-16 {
  margin-bottom: 16px; }
  .mb-2 {
  margin-bottom: 2px; }
  .mb-20 {
  margin-bottom: 20px; }
  .mb-24 {
  margin-bottom: 24px; }
  .mb-28 {
  margin-bottom: 28px; }
  .mb-30 {
  margin-bottom: 30px; }
  .mb-32 {
  margin-bottom: 32px; }
  .mb-34 {
  margin-bottom: 34px; }
  .mb-4 {
  margin-bottom: 4px; }
  .mb-40 {
  margin-bottom: 40px; }
  .mb-48 {
  margin-bottom: 48px; }
  .mb-54 {
  margin-bottom: 54px; }
  .mb-6 {
  margin-bottom: 6px; }
  .mb-8 {
  margin-bottom: 8px; }
  .ml-0 {
  margin-left: 0px; }
  .ml-1 {
  margin-left: 1px; }
  .ml-10 {
  margin-left: 10px; }
  .ml-12 {
  margin-left: 12px; }
  .ml-16 {
  margin-left: 16px; }
  .ml-2 {
  margin-left: 2px; }
  .ml-20 {
  margin-left: 20px; }
  .ml-24 {
  margin-left: 24px; }
  .ml-28 {
  margin-left: 28px; }
  .ml-30 {
  margin-left: 30px; }
  .ml-32 {
  margin-left: 32px; }
  .ml-34 {
  margin-left: 34px; }
  .ml-4 {
  margin-left: 4px; }
  .ml-40 {
  margin-left: 40px; }
  .ml-48 {
  margin-left: 48px; }
  .ml-54 {
  margin-left: 54px; }
  .ml-6 {
  margin-left: 6px; }
  .ml-8 {
  margin-left: 8px; }
  .ml-auto {
  margin-left: auto; }
  .mr-0 {
  margin-right: 0px; }
  .mr-1 {
  margin-right: 1px; }
  .mr-10 {
  margin-right: 10px; }
  .mr-12 {
  margin-right: 12px; }
  .mr-16 {
  margin-right: 16px; }
  .mr-2 {
  margin-right: 2px; }
  .mr-20 {
  margin-right: 20px; }
  .mr-24 {
  margin-right: 24px; }
  .mr-28 {
  margin-right: 28px; }
  .mr-30 {
  margin-right: 30px; }
  .mr-32 {
  margin-right: 32px; }
  .mr-34 {
  margin-right: 34px; }
  .mr-4 {
  margin-right: 4px; }
  .mr-40 {
  margin-right: 40px; }
  .mr-48 {
  margin-right: 48px; }
  .mr-54 {
  margin-right: 54px; }
  .mr-6 {
  margin-right: 6px; }
  .mr-8 {
  margin-right: 8px; }
  .mt-0 {
  margin-top: 0px; }
  .mt-1 {
  margin-top: 1px; }
  .mt-10 {
  margin-top: 10px; }
  .mt-12 {
  margin-top: 12px; }
  .mt-16 {
  margin-top: 16px; }
  .mt-2 {
  margin-top: 2px; }
  .mt-20 {
  margin-top: 20px; }
  .mt-24 {
  margin-top: 24px; }
  .mt-28 {
  margin-top: 28px; }
  .mt-30 {
  margin-top: 30px; }
  .mt-32 {
  margin-top: 32px; }
  .mt-34 {
  margin-top: 34px; }
  .mt-4 {
  margin-top: 4px; }
  .mt-40 {
  margin-top: 40px; }
  .mt-48 {
  margin-top: 48px; }
  .mt-54 {
  margin-top: 54px; }
  .mt-6 {
  margin-top: 6px; }
  .mt-8 {
  margin-top: 8px; }
  .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  .block {
  display: block; }
  .inline-block {
  display: inline-block; }
  .inline {
  display: inline; }
  .flex {
  display: flex; }
  .inline-flex {
  display: inline-flex; }
  .table {
  display: table; }
  .grid {
  display: grid; }
  .contents {
  display: contents; }
  .\!hidden {
  display: none !important; }
  .hidden {
  display: none; }
  .aspect-\[384\/67\] {
  aspect-ratio: 384/67; }
  .size-full {
  width: 100%;
  height: 100%; }
  .h-0 {
  height: 0px; }
  .h-1 {
  height: 1px; }
  .h-10 {
  height: 10px; }
  .h-12 {
  height: 12px; }
  .h-16 {
  height: 16px; }
  .h-2 {
  height: 2px; }
  .h-2\/5 {
  height: 40%; }
  .h-20 {
  height: 20px; }
  .h-24 {
  height: 24px; }
  .h-28 {
  height: 28px; }
  .h-3\/5 {
  height: 60%; }
  .h-30 {
  height: 30px; }
  .h-32 {
  height: 32px; }
  .h-34 {
  height: 34px; }
  .h-4 {
  height: 4px; }
  .h-40 {
  height: 40px; }
  .h-48 {
  height: 48px; }
  .h-54 {
  height: 54px; }
  .h-6 {
  height: 6px; }
  .h-8 {
  height: 8px; }
  .h-\[160px\] {
  height: 160px; }
  .h-\[250px\] {
  height: 250px; }
  .h-\[52px\] {
  height: 52px; }
  .h-\[var\(--header-height\)\] {
  height: var(--header-height); }
  .h-\[var\(--header-logo-height\)\] {
  height: var(--header-logo-height); }
  .h-auto {
  height: auto; }
  .h-full {
  height: 100%; }
  .max-h-0 {
  max-height: 0px; }
  .max-h-1 {
  max-height: 1px; }
  .max-h-10 {
  max-height: 10px; }
  .max-h-12 {
  max-height: 12px; }
  .max-h-16 {
  max-height: 16px; }
  .max-h-2 {
  max-height: 2px; }
  .max-h-20 {
  max-height: 20px; }
  .max-h-24 {
  max-height: 24px; }
  .max-h-28 {
  max-height: 28px; }
  .max-h-30 {
  max-height: 30px; }
  .max-h-32 {
  max-height: 32px; }
  .max-h-34 {
  max-height: 34px; }
  .max-h-4 {
  max-height: 4px; }
  .max-h-40 {
  max-height: 40px; }
  .max-h-48 {
  max-height: 48px; }
  .max-h-54 {
  max-height: 54px; }
  .max-h-6 {
  max-height: 6px; }
  .max-h-8 {
  max-height: 8px; }
  .max-h-full {
  max-height: 100%; }
  .min-h-0 {
  min-height: 0px; }
  .min-h-1 {
  min-height: 1px; }
  .min-h-10 {
  min-height: 10px; }
  .min-h-12 {
  min-height: 12px; }
  .min-h-16 {
  min-height: 16px; }
  .min-h-2 {
  min-height: 2px; }
  .min-h-20 {
  min-height: 20px; }
  .min-h-24 {
  min-height: 24px; }
  .min-h-28 {
  min-height: 28px; }
  .min-h-30 {
  min-height: 30px; }
  .min-h-32 {
  min-height: 32px; }
  .min-h-34 {
  min-height: 34px; }
  .min-h-4 {
  min-height: 4px; }
  .min-h-40 {
  min-height: 40px; }
  .min-h-48 {
  min-height: 48px; }
  .min-h-54 {
  min-height: 54px; }
  .min-h-6 {
  min-height: 6px; }
  .min-h-8 {
  min-height: 8px; }
  .min-h-\[240px\] {
  min-height: 240px; }
  .\!w-full {
  width: 100% !important; }
  .w-0 {
  width: 0px; }
  .w-1 {
  width: 1px; }
  .w-1\/2 {
  width: 50%; }
  .w-1\/4 {
  width: 25%; }
  .w-10 {
  width: 10px; }
  .w-12 {
  width: 12px; }
  .w-16 {
  width: 16px; }
  .w-2 {
  width: 2px; }
  .w-20 {
  width: 20px; }
  .w-24 {
  width: 24px; }
  .w-28 {
  width: 28px; }
  .w-3\/4 {
  width: 75%; }
  .w-30 {
  width: 30px; }
  .w-32 {
  width: 32px; }
  .w-34 {
  width: 34px; }
  .w-4 {
  width: 4px; }
  .w-40 {
  width: 40px; }
  .w-48 {
  width: 48px; }
  .w-54 {
  width: 54px; }
  .w-6 {
  width: 6px; }
  .w-8 {
  width: 8px; }
  .w-\[104px\] {
  width: 104px; }
  .w-\[160px\] {
  width: 160px; }
  .w-\[250px\] {
  width: 250px; }
  .w-\[60px\] {
  width: 60px; }
  .w-\[80\%\] {
  width: 80%; }
  .w-\[90\%\] {
  width: 90%; }
  .w-auto {
  width: auto; }
  .w-full {
  width: 100%; }
  .min-w-0 {
  min-width: 0px; }
  .min-w-1 {
  min-width: 1px; }
  .min-w-10 {
  min-width: 10px; }
  .min-w-12 {
  min-width: 12px; }
  .min-w-16 {
  min-width: 16px; }
  .min-w-2 {
  min-width: 2px; }
  .min-w-20 {
  min-width: 20px; }
  .min-w-24 {
  min-width: 24px; }
  .min-w-28 {
  min-width: 28px; }
  .min-w-30 {
  min-width: 30px; }
  .min-w-32 {
  min-width: 32px; }
  .min-w-34 {
  min-width: 34px; }
  .min-w-4 {
  min-width: 4px; }
  .min-w-40 {
  min-width: 40px; }
  .min-w-48 {
  min-width: 48px; }
  .min-w-54 {
  min-width: 54px; }
  .min-w-6 {
  min-width: 6px; }
  .min-w-8 {
  min-width: 8px; }
  .min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }
  .max-w-0 {
  max-width: 0px; }
  .max-w-1 {
  max-width: 1px; }
  .max-w-10 {
  max-width: 10px; }
  .max-w-12 {
  max-width: 12px; }
  .max-w-16 {
  max-width: 16px; }
  .max-w-2 {
  max-width: 2px; }
  .max-w-20 {
  max-width: 20px; }
  .max-w-24 {
  max-width: 24px; }
  .max-w-28 {
  max-width: 28px; }
  .max-w-30 {
  max-width: 30px; }
  .max-w-32 {
  max-width: 32px; }
  .max-w-34 {
  max-width: 34px; }
  .max-w-4 {
  max-width: 4px; }
  .max-w-40 {
  max-width: 40px; }
  .max-w-48 {
  max-width: 48px; }
  .max-w-54 {
  max-width: 54px; }
  .max-w-6 {
  max-width: 6px; }
  .max-w-8 {
  max-width: 8px; }
  .max-w-\[30rem\] {
  max-width: 30rem; }
  .max-w-\[31rem\] {
  max-width: 31rem; }
  .max-w-\[520px\] {
  max-width: 520px; }
  .max-w-site {
  max-width: 3840px; }
  .flex-1 {
  flex: 1 1 0%; }
  .flex-\[100\%\] {
  flex: 100%; }
  .flex-none {
  flex: none; }
  .shrink-0 {
  flex-shrink: 0; }
  .grow {
  flex-grow: 1; }
  .basis-7\/12 {
  flex-basis: 58.333333%; }
  .basis-auto {
  flex-basis: auto; }
  .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
  .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
  .translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
  .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
  .cursor-default {
  cursor: default; }
  .cursor-pointer {
  cursor: pointer; }
  .resize {
  resize: both; }
  .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .flex-row {
  flex-direction: row; }
  .flex-col {
  flex-direction: column; }
  .flex-wrap {
  flex-wrap: wrap; }
  .flex-nowrap {
  flex-wrap: nowrap; }
  .items-start {
  align-items: flex-start; }
  .items-end {
  align-items: flex-end; }
  .items-center {
  align-items: center; }
  .justify-start {
  justify-content: flex-start; }
  .justify-end {
  justify-content: flex-end; }
  .\!justify-center {
  justify-content: center !important; }
  .justify-center {
  justify-content: center; }
  .\!justify-between {
  justify-content: space-between !important; }
  .justify-between {
  justify-content: space-between; }
  .justify-around {
  justify-content: space-around; }
  .gap-0 {
  gap: 0px; }
  .gap-1 {
  gap: 1px; }
  .gap-10 {
  gap: 10px; }
  .gap-12 {
  gap: 12px; }
  .gap-16 {
  gap: 16px; }
  .gap-2 {
  gap: 2px; }
  .gap-20 {
  gap: 20px; }
  .gap-24 {
  gap: 24px; }
  .gap-28 {
  gap: 28px; }
  .gap-30 {
  gap: 30px; }
  .gap-32 {
  gap: 32px; }
  .gap-34 {
  gap: 34px; }
  .gap-4 {
  gap: 4px; }
  .gap-40 {
  gap: 40px; }
  .gap-48 {
  gap: 48px; }
  .gap-54 {
  gap: 54px; }
  .gap-6 {
  gap: 6px; }
  .gap-8 {
  gap: 8px; }
  .gap-x-0 {
  column-gap: 0px; }
  .gap-x-1 {
  column-gap: 1px; }
  .gap-x-10 {
  column-gap: 10px; }
  .gap-x-12 {
  column-gap: 12px; }
  .gap-x-16 {
  column-gap: 16px; }
  .gap-x-2 {
  column-gap: 2px; }
  .gap-x-20 {
  column-gap: 20px; }
  .gap-x-24 {
  column-gap: 24px; }
  .gap-x-28 {
  column-gap: 28px; }
  .gap-x-30 {
  column-gap: 30px; }
  .gap-x-32 {
  column-gap: 32px; }
  .gap-x-34 {
  column-gap: 34px; }
  .gap-x-4 {
  column-gap: 4px; }
  .gap-x-40 {
  column-gap: 40px; }
  .gap-x-48 {
  column-gap: 48px; }
  .gap-x-54 {
  column-gap: 54px; }
  .gap-x-6 {
  column-gap: 6px; }
  .gap-x-8 {
  column-gap: 8px; }
  .gap-x-\[clamp\(8px\2c 1\.2vw\2c 20px\)\] {
  column-gap: max(8px, min(1.2vw, 20px)); }
  .gap-y-0 {
  row-gap: 0px; }
  .gap-y-1 {
  row-gap: 1px; }
  .gap-y-10 {
  row-gap: 10px; }
  .gap-y-12 {
  row-gap: 12px; }
  .gap-y-16 {
  row-gap: 16px; }
  .gap-y-2 {
  row-gap: 2px; }
  .gap-y-20 {
  row-gap: 20px; }
  .gap-y-24 {
  row-gap: 24px; }
  .gap-y-28 {
  row-gap: 28px; }
  .gap-y-30 {
  row-gap: 30px; }
  .gap-y-32 {
  row-gap: 32px; }
  .gap-y-34 {
  row-gap: 34px; }
  .gap-y-4 {
  row-gap: 4px; }
  .gap-y-40 {
  row-gap: 40px; }
  .gap-y-48 {
  row-gap: 48px; }
  .gap-y-54 {
  row-gap: 54px; }
  .gap-y-6 {
  row-gap: 6px; }
  .gap-y-8 {
  row-gap: 8px; }
  .gap-y-\[clamp\(8px\2c 1vw\2c 16px\)\] {
  row-gap: max(8px, min(1vw, 16px)); }
  .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(28px * var(--tw-space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(34px * var(--tw-space-x-reverse));
  margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40px * var(--tw-space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(48px * var(--tw-space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(54px * var(--tw-space-x-reverse));
  margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6px * var(--tw-space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse))); }
  .space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))); }
  .space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse)); }
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse)); }
  .space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse)); }
  .space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse)); }
  .space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse)); }
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse)); }
  .space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse)); }
  .space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse)); }
  .space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(28px * var(--tw-space-y-reverse)); }
  .space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse)); }
  .space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse)); }
  .space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(34px * var(--tw-space-y-reverse)); }
  .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse)); }
  .space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse)); }
  .space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse)); }
  .space-y-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(54px * var(--tw-space-y-reverse)); }
  .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse)); }
  .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse)); }
  .overflow-hidden {
  overflow: hidden; }
  .overflow-visible {
  overflow: visible; }
  .overflow-y-auto {
  overflow-y: auto; }
  .whitespace-nowrap {
  white-space: nowrap; }
  .rounded-4 {
  border-radius: 4px; }
  .rounded-8 {
  border-radius: 8px; }
  .rounded-full {
  border-radius: 100%; }
  .rounded-lg {
  border-radius: 0.5rem; }
  .rounded-xl {
  border-radius: 0.75rem; }
  .rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
  .rounded-tl-none {
  border-top-left-radius: 0px; }
  .border-1 {
  border-width: 1px; }
  .border-gold-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 223, 145, var(--tw-border-opacity)); }
  .border-shade-60 {
  --tw-border-opacity: 1;
  border-color: rgba(66, 99, 128, var(--tw-border-opacity)); }
  .bg-\[\#B8863D\] {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 134, 61, var(--tw-bg-opacity)); }
  .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); }
  .bg-marine-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 52, 86, var(--tw-bg-opacity)); }
  .bg-marine-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 29, 52, var(--tw-bg-opacity)); }
  .bg-shade-85 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 37, 54, var(--tw-bg-opacity)); }
  .bg-shade-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 28, 41, var(--tw-bg-opacity)); }
  .bg-opacity-60 {
  --tw-bg-opacity: 0.6; }
  .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
  .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
  .bg-insider-signup-mobile {
  background-image: url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-insider-signup-mobile.600f9583fe749830.webp); }
  .bg-none {
  background-image: none; }
  .from-\[\#2E3B53\] {
  --tw-gradient-from: #2E3B53 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(46, 59, 83, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
  .from-black {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
  .from-shade-70 {
  --tw-gradient-from: #394766 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(57, 71, 102, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
  .to-\[\#12141E\] {
  --tw-gradient-to: #12141E var(--tw-gradient-to-position); }
  .to-shade-85 {
  --tw-gradient-to: #1E2536 var(--tw-gradient-to-position); }
  .bg-\[length\:135\%\] {
  background-size: 135%; }
  .bg-\[position\:left\2c top_-10\%\] {
  background-position: left,top -10%; }
  .bg-no-repeat {
  background-repeat: no-repeat; }
  .fill-shade-20 {
  fill: #53DBDD; }
  .fill-shade-80 {
  fill: #263144; }
  .object-contain {
  object-fit: contain; }
  .object-cover {
  object-fit: cover; }
  .object-center {
  object-position: center; }
  .\!p-20 {
  padding: 20px !important; }
  .p-0 {
  padding: 0px; }
  .p-1 {
  padding: 1px; }
  .p-10 {
  padding: 10px; }
  .p-12 {
  padding: 12px; }
  .p-16 {
  padding: 16px; }
  .p-2 {
  padding: 2px; }
  .p-20 {
  padding: 20px; }
  .p-24 {
  padding: 24px; }
  .p-28 {
  padding: 28px; }
  .p-30 {
  padding: 30px; }
  .p-32 {
  padding: 32px; }
  .p-34 {
  padding: 34px; }
  .p-4 {
  padding: 4px; }
  .p-40 {
  padding: 40px; }
  .p-48 {
  padding: 48px; }
  .p-54 {
  padding: 54px; }
  .p-6 {
  padding: 6px; }
  .p-8 {
  padding: 8px; }
  .px-0 {
  padding-left: 0px;
  padding-right: 0px; }
  .px-1 {
  padding-left: 1px;
  padding-right: 1px; }
  .px-10 {
  padding-left: 10px;
  padding-right: 10px; }
  .px-12 {
  padding-left: 12px;
  padding-right: 12px; }
  .px-16 {
  padding-left: 16px;
  padding-right: 16px; }
  .px-2 {
  padding-left: 2px;
  padding-right: 2px; }
  .px-20 {
  padding-left: 20px;
  padding-right: 20px; }
  .px-24 {
  padding-left: 24px;
  padding-right: 24px; }
  .px-28 {
  padding-left: 28px;
  padding-right: 28px; }
  .px-30 {
  padding-left: 30px;
  padding-right: 30px; }
  .px-32 {
  padding-left: 32px;
  padding-right: 32px; }
  .px-34 {
  padding-left: 34px;
  padding-right: 34px; }
  .px-4 {
  padding-left: 4px;
  padding-right: 4px; }
  .px-40 {
  padding-left: 40px;
  padding-right: 40px; }
  .px-48 {
  padding-left: 48px;
  padding-right: 48px; }
  .px-54 {
  padding-left: 54px;
  padding-right: 54px; }
  .px-6 {
  padding-left: 6px;
  padding-right: 6px; }
  .px-8 {
  padding-left: 8px;
  padding-right: 8px; }
  .px-\[var\(--page-margin\)\] {
  padding-left: var(--page-margin);
  padding-right: var(--page-margin); }
  .py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }
  .py-1 {
  padding-top: 1px;
  padding-bottom: 1px; }
  .py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }
  .py-12 {
  padding-top: 12px;
  padding-bottom: 12px; }
  .py-16 {
  padding-top: 16px;
  padding-bottom: 16px; }
  .py-2 {
  padding-top: 2px;
  padding-bottom: 2px; }
  .py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }
  .py-24 {
  padding-top: 24px;
  padding-bottom: 24px; }
  .py-28 {
  padding-top: 28px;
  padding-bottom: 28px; }
  .py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }
  .py-32 {
  padding-top: 32px;
  padding-bottom: 32px; }
  .py-34 {
  padding-top: 34px;
  padding-bottom: 34px; }
  .py-4 {
  padding-top: 4px;
  padding-bottom: 4px; }
  .py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }
  .py-48 {
  padding-top: 48px;
  padding-bottom: 48px; }
  .py-54 {
  padding-top: 54px;
  padding-bottom: 54px; }
  .py-6 {
  padding-top: 6px;
  padding-bottom: 6px; }
  .py-8 {
  padding-top: 8px;
  padding-bottom: 8px; }
  .py-\[calc\(\(var\(--header-height\)-var\(--header-logo-height\)\)\/2\)\] {
  padding-top: calc((var(--header-height) - var(--header-logo-height)) / 2);
  padding-bottom: calc((var(--header-height) - var(--header-logo-height)) / 2); }
  .pb-0 {
  padding-bottom: 0px; }
  .pb-1 {
  padding-bottom: 1px; }
  .pb-10 {
  padding-bottom: 10px; }
  .pb-12 {
  padding-bottom: 12px; }
  .pb-16 {
  padding-bottom: 16px; }
  .pb-2 {
  padding-bottom: 2px; }
  .pb-20 {
  padding-bottom: 20px; }
  .pb-24 {
  padding-bottom: 24px; }
  .pb-28 {
  padding-bottom: 28px; }
  .pb-30 {
  padding-bottom: 30px; }
  .pb-32 {
  padding-bottom: 32px; }
  .pb-34 {
  padding-bottom: 34px; }
  .pb-4 {
  padding-bottom: 4px; }
  .pb-40 {
  padding-bottom: 40px; }
  .pb-48 {
  padding-bottom: 48px; }
  .pb-54 {
  padding-bottom: 54px; }
  .pb-6 {
  padding-bottom: 6px; }
  .pb-8 {
  padding-bottom: 8px; }
  .pl-0 {
  padding-left: 0px; }
  .pl-1 {
  padding-left: 1px; }
  .pl-10 {
  padding-left: 10px; }
  .pl-12 {
  padding-left: 12px; }
  .pl-16 {
  padding-left: 16px; }
  .pl-2 {
  padding-left: 2px; }
  .pl-20 {
  padding-left: 20px; }
  .pl-24 {
  padding-left: 24px; }
  .pl-28 {
  padding-left: 28px; }
  .pl-30 {
  padding-left: 30px; }
  .pl-32 {
  padding-left: 32px; }
  .pl-34 {
  padding-left: 34px; }
  .pl-4 {
  padding-left: 4px; }
  .pl-40 {
  padding-left: 40px; }
  .pl-48 {
  padding-left: 48px; }
  .pl-54 {
  padding-left: 54px; }
  .pl-6 {
  padding-left: 6px; }
  .pl-8 {
  padding-left: 8px; }
  .pr-0 {
  padding-right: 0px; }
  .pr-1 {
  padding-right: 1px; }
  .pr-10 {
  padding-right: 10px; }
  .pr-12 {
  padding-right: 12px; }
  .pr-16 {
  padding-right: 16px; }
  .pr-2 {
  padding-right: 2px; }
  .pr-20 {
  padding-right: 20px; }
  .pr-24 {
  padding-right: 24px; }
  .pr-28 {
  padding-right: 28px; }
  .pr-30 {
  padding-right: 30px; }
  .pr-32 {
  padding-right: 32px; }
  .pr-34 {
  padding-right: 34px; }
  .pr-4 {
  padding-right: 4px; }
  .pr-40 {
  padding-right: 40px; }
  .pr-48 {
  padding-right: 48px; }
  .pr-54 {
  padding-right: 54px; }
  .pr-6 {
  padding-right: 6px; }
  .pr-8 {
  padding-right: 8px; }
  .pt-0 {
  padding-top: 0px; }
  .pt-1 {
  padding-top: 1px; }
  .pt-10 {
  padding-top: 10px; }
  .pt-12 {
  padding-top: 12px; }
  .pt-16 {
  padding-top: 16px; }
  .pt-2 {
  padding-top: 2px; }
  .pt-20 {
  padding-top: 20px; }
  .pt-24 {
  padding-top: 24px; }
  .pt-28 {
  padding-top: 28px; }
  .pt-30 {
  padding-top: 30px; }
  .pt-32 {
  padding-top: 32px; }
  .pt-34 {
  padding-top: 34px; }
  .pt-4 {
  padding-top: 4px; }
  .pt-40 {
  padding-top: 40px; }
  .pt-48 {
  padding-top: 48px; }
  .pt-54 {
  padding-top: 54px; }
  .pt-6 {
  padding-top: 6px; }
  .pt-8 {
  padding-top: 8px; }
  .pt-\[270px\] {
  padding-top: 270px; }
  .text-left {
  text-align: left; }
  .text-center {
  text-align: center; }
  .text-right {
  text-align: right; }
  .align-top {
  vertical-align: top; }
  .font-body {
  font-family: noto-sans, sans-serif; }
  .font-display {
  font-family: maiola, serif; }
  .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem; }
  .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem; }
  .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem; }
  .text-5xl {
  font-size: 3rem;
  line-height: 1; }
  .text-6xl {
  font-size: 3.75rem;
  line-height: 1; }
  .text-7xl {
  font-size: 4.5rem;
  line-height: 1; }
  .text-8xl {
  font-size: 6rem;
  line-height: 1; }
  .text-9xl {
  font-size: 8rem;
  line-height: 1; }
  .text-\[10px\] {
  font-size: 10px; }
  .text-\[14px\] {
  font-size: 14px; }
  .text-\[18px\] {
  font-size: 18px; }
  .text-\[30px\] {
  font-size: 30px; }
  .text-\[42px\] {
  font-size: 42px; }
  .text-base {
  font-size: 1rem;
  line-height: 1.5rem; }
  .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem; }
  .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; }
  .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem; }
  .text-xs {
  font-size: 0.75rem;
  line-height: 1rem; }
  .font-bold {
  font-weight: 700; }
  .font-medium {
  font-weight: 500; }
  .font-normal {
  font-weight: 400; }
  .font-semibold {
  font-weight: 600; }
  .capitalize {
  text-transform: capitalize; }
  .italic {
  font-style: italic; }
  .\!leading-0 {
  line-height: 0 !important; }
  .leading-0 {
  line-height: 0; }
  .leading-none {
  line-height: 1; }
  .leading-tight {
  line-height: 1.25; }
  .\!text-shade-20 {
  --tw-text-opacity: 1 !important;
  color: rgba(83, 219, 221, var(--tw-text-opacity)) !important; }
  .text-\[\#035583\] {
  --tw-text-opacity: 1;
  color: rgba(3, 85, 131, var(--tw-text-opacity)); }
  .text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity)); }
  .text-gold-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity)); }
  .text-gold-30 {
  --tw-text-opacity: 1;
  color: rgba(205, 163, 81, var(--tw-text-opacity)); }
  .text-grey-20 {
  --tw-text-opacity: 1;
  color: rgba(199, 199, 199, var(--tw-text-opacity)); }
  .text-shade-20 {
  --tw-text-opacity: 1;
  color: rgba(83, 219, 221, var(--tw-text-opacity)); }
  .text-shade-90 {
  --tw-text-opacity: 1;
  color: rgba(24, 28, 41, var(--tw-text-opacity)); }
  .underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
  .no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none; }
  .opacity-0 {
  opacity: 0; }
  .shadow {
  --tw-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 0.25rem 0.5rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow); }
  .shadow-accordion {
  --tw-shadow: 0 2px 4px 1px var(--tw-shadow-color);
  --tw-shadow-colored: 0 2px 4px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow); }
  .shadow-inner-dark {
  --tw-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 0 1px 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow); }
  .shadow-marine-inset {
  --tw-shadow: inset 1px 1px 2px 0px rgba(5, 123, 179, 0.3), inset 0px 10px 8px 0px rgba(0, 29, 52, 0.15);
  --tw-shadow-colored: inset 1px 1px 2px 0px var(--tw-shadow-color), inset 0px 10px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow); }
  .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow); }
  .shadow-soft {
  --tw-shadow: 4px 4px 16px rgba(0, 0, 0, 0.26), 4px 4px 8px rgba(0, 0, 0, 0.42);
  --tw-shadow-colored: 4px 4px 16px var(--tw-shadow-color), 4px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow); }
  .shadow-tabs {
  --tw-shadow: 0 4px 6px 2px rgba(0,0,0,0.42);
  --tw-shadow-colored: 0 4px 6px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow); }
  .shadow-shade-95 {
  --tw-shadow-color: #0F1119;
  --tw-shadow: var(--tw-shadow-colored); }
  .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
  .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
  .transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; }
  .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; }
  .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; }
  .duration-300 {
  transition-duration: 300ms; }
  .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
  .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .text-shadow {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.6); }
  .\[text-shadow\:none\] {
  text-shadow: none; }
  .is-hidden{visibility:hidden;display:none;opacity:0}
  .screen-reader-only:not(:focus),.screen-reader-only:not(:active),.screen-reader-text:not(:focus),.screen-reader-text:not(:active){clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
  :root{--page-margin: 0.785rem;--header-height: 3rem;--header-logo-height: 2rem;--footer-content-height: 3.75rem;--admin-bar-height: 46px;--events-tooltip-arrow-left: 2rem;--scrollbar-width: 22px;--window-inner-height: 100vh;--window-inner-width: 100vw;--window-inner-mainnav: calc(83% + var(--page-margin) * 2)}
  @media(min-width: 782px){:root{--admin-bar-height: 32px}}
  @media(min-width: 40em){:root{--page-margin: 1rem}}
  @media(min-width: 54em){:root{--page-margin: 1.5rem;--navbar-height: 2.0625rem}}
  @media(min-width: 68em){:root{--page-margin: 2.25rem}}
  .absolute-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
  @media screen and (-ms-high-contrast: black-on-white){.ct-desert{filter:contrast(0) brightness(0) saturate(0)}}
  @media screen and (-ms-high-contrast: white-on-black){.ct-aquatic{fill:#16668b}}
  .featured-news__post__more-button,.microsoft-insiders__cta,.games-landing__section__button,.page-not-found-landing__link,.slider-section.slider-navstyle-text .slick-dots li button,.news-section__more-link,.learn-to-play-section__feature__cta,.widget__cta,.insiders-profile__widget-enrolled-betas-resend-invitation-btn,.insiders-profile__steam-signin-button a,.insiders-member-counter__button,.insiders-member-counter__cta,.insiders-faqs__button,.insiders-events__lower-content-button,.insiders-events__card-content-details-footer-button,.insiders-events__card-content-session-details-button,.insiders-events__card-content-upload-dxdiag-button,.insiders-become-insider__cta,.insider-subscribe__cta,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap;margin-bottom:1.5rem;border:1px solid rgba(0,0,0,0);transition:background-color 300ms ease;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .15em .3em rgba(0,0,0,.6);vertical-align:bottom;-webkit-text-decoration:none;text-decoration:none}
  .featured-news__post__more-button [class*=icon],.microsoft-insiders__cta [class*=icon],.games-landing__section__button [class*=icon],.page-not-found-landing__link [class*=icon],.slider-section.slider-navstyle-text .slick-dots li button [class*=icon],.news-section__more-link [class*=icon],.learn-to-play-section__feature__cta [class*=icon],.widget__cta [class*=icon],.insiders-profile__widget-enrolled-betas-resend-invitation-btn [class*=icon],.insiders-profile__steam-signin-button a [class*=icon],.insiders-member-counter__button [class*=icon],.insiders-member-counter__cta [class*=icon],.insiders-faqs__button [class*=icon],.insiders-events__lower-content-button [class*=icon],.insiders-events__card-content-details-footer-button [class*=icon],.insiders-events__card-content-session-details-button [class*=icon],.insiders-events__card-content-upload-dxdiag-button [class*=icon],.insiders-become-insider__cta [class*=icon],.insider-subscribe__cta [class*=icon],input[type=submit] [class*=icon]{width:1em;height:1em}
  .featured-news__post__more-button [class*=icon].--is-at-start,.microsoft-insiders__cta [class*=icon].--is-at-start,.games-landing__section__button [class*=icon].--is-at-start,.page-not-found-landing__link [class*=icon].--is-at-start,.slider-section.slider-navstyle-text .slick-dots li button [class*=icon].--is-at-start,.news-section__more-link [class*=icon].--is-at-start,.learn-to-play-section__feature__cta [class*=icon].--is-at-start,.widget__cta [class*=icon].--is-at-start,.insiders-profile__widget-enrolled-betas-resend-invitation-btn [class*=icon].--is-at-start,.insiders-profile__steam-signin-button a [class*=icon].--is-at-start,.insiders-member-counter__button [class*=icon].--is-at-start,.insiders-member-counter__cta [class*=icon].--is-at-start,.insiders-faqs__button [class*=icon].--is-at-start,.insiders-events__lower-content-button [class*=icon].--is-at-start,.insiders-events__card-content-details-footer-button [class*=icon].--is-at-start,.insiders-events__card-content-session-details-button [class*=icon].--is-at-start,.insiders-events__card-content-upload-dxdiag-button [class*=icon].--is-at-start,.insiders-become-insider__cta [class*=icon].--is-at-start,.insider-subscribe__cta [class*=icon].--is-at-start,input[type=submit] [class*=icon].--is-at-start{margin-right:.5em;margin-left:-0.25em}
  .featured-news__post__more-button [class*=icon].--is-at-end,.microsoft-insiders__cta [class*=icon].--is-at-end,.games-landing__section__button [class*=icon].--is-at-end,.page-not-found-landing__link [class*=icon].--is-at-end,.slider-section.slider-navstyle-text .slick-dots li button [class*=icon].--is-at-end,.news-section__more-link [class*=icon].--is-at-end,.learn-to-play-section__feature__cta [class*=icon].--is-at-end,.widget__cta [class*=icon].--is-at-end,.insiders-profile__widget-enrolled-betas-resend-invitation-btn [class*=icon].--is-at-end,.insiders-profile__steam-signin-button a [class*=icon].--is-at-end,.insiders-member-counter__button [class*=icon].--is-at-end,.insiders-member-counter__cta [class*=icon].--is-at-end,.insiders-faqs__button [class*=icon].--is-at-end,.insiders-events__lower-content-button [class*=icon].--is-at-end,.insiders-events__card-content-details-footer-button [class*=icon].--is-at-end,.insiders-events__card-content-session-details-button [class*=icon].--is-at-end,.insiders-events__card-content-upload-dxdiag-button [class*=icon].--is-at-end,.insiders-become-insider__cta [class*=icon].--is-at-end,.insider-subscribe__cta [class*=icon].--is-at-end,input[type=submit] [class*=icon].--is-at-end{margin-left:.5em;margin-right:-0.25em}
  .featured-news__post__more-button:disabled,.microsoft-insiders__cta:disabled,.games-landing__section__button:disabled,.page-not-found-landing__link:disabled,.slider-section.slider-navstyle-text .slick-dots li button:disabled,.news-section__more-link:disabled,.learn-to-play-section__feature__cta:disabled,.widget__cta:disabled,.insiders-profile__widget-enrolled-betas-resend-invitation-btn:disabled,.insiders-profile__steam-signin-button a:disabled,.insiders-member-counter__button:disabled,.insiders-member-counter__cta:disabled,.insiders-faqs__button:disabled,.insiders-events__lower-content-button:disabled,.insiders-events__card-content-details-footer-button:disabled,.insiders-events__card-content-session-details-button:disabled,.insiders-events__card-content-upload-dxdiag-button:disabled,.insiders-become-insider__cta:disabled,.insider-subscribe__cta:disabled,input[type=submit]:disabled{cursor:not-allowed;opacity:.6;box-shadow:0 .15em .2rem rgba(0,0,0,.6)}
  .su-spoiler-title{font-size:1rem !important;color:#ffdf91 !important;padding:.375rem 1.125rem .375rem 2em !important;background:linear-gradient(180deg, #394766, #1E2536) !important;line-height:1.5 !important;border:1px solid #426380 !important;box-shadow:0 2px 4px 1px #0f1119 !important}
  .su-spoiler-icon{width:1em !important;color:#c7c7c7 !important;top:0 !important;height:100% !important;display:inline-flex !important;justify-content:center;align-items:center;left:1em !important}
  .su-spoiler-content{padding:1.125rem !important;background-color:#1e2536 !important}
  @media screen and (-ms-high-contrast: black-on-white),(-ms-high-contrast: white-on-black){.su-spoiler-content{border:1px solid #000;border-top:0}}
  .su-pullquote{padding:1.5rem !important;border-color:#3d80a6 !important;background-color:#003456;min-width:13em}
  .post-template-default .su-spoiler-style-default .su-spoiler-title,.post-template-default .su-spoiler-title{padding-left:7px;padding-right:7px;padding:.375rem 1.125rem !important}
  .post-template-default .su-spoiler-icon-arrow .su-spoiler-icon{position:unset;padding:7px 7px;font-size:unset}
  .post-template-default .su-spoiler-icon-arrow .su-spoiler-icon::before{position:absolute;top:5px;right:5px;width:30px;height:30px;content:"";background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-with-gradient.ab1849.svg);background-repeat:no-repeat;background-size:contain;transform:rotate(90deg)}
  .post-template-default .su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon::before{right:5px;content:"";transform:rotate(-90deg)}
  .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}
  .slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}
  .slick-list{position:relative;display:block;overflow:hidden;width:76%;margin:0 auto;padding:0}
  .slick-list:focus{outline:none}
  .slick-list.dragging{cursor:pointer;cursor:hand}
  .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
  .slick-track::before,.slick-track::after{display:table;content:""}
  .slick-track::after{clear:both}
  .slick-loading .slick-track{visibility:hidden}
  .slick-slide{display:none;float:left;height:100%;min-height:1px}
  [dir=rtl] .slick-slide{float:right}
  .slick-slide img{display:block}
  .slick-slide.slick-loading img{display:none}
  .slick-slide.slick-dragging img{pointer-events:none}
  .slick-initialized .slick-slide{display:block}
  .slick-loading .slick-slide{visibility:hidden}
  .slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}
  .slick-prev,.slick-next{position:absolute;top:45%;display:block;width:46px;height:55px;z-index:2;padding:0;transform:translate(0, -50%);font-size:0;line-height:0;cursor:pointer;color:rgba(0,0,0,0);border:none;outline:none;background:rgba(0,0,0,0);background-size:150px;background-repeat:no-repeat;background-position:87% 50%}
  .slick-prev:hover,.slick-next:hover{background-position-x:15%}
  .slick-prev{left:1rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pointer-left-shadow-hover.bcfb35.svg)}
  .slick-next{right:1rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pointer-right-shadow-hover.25fce9.svg)}
  .slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}
  .slick-dots li{padding:0;margin:0 5px;cursor:pointer;position:relative;display:inline-block}
  .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:rgba(0,0,0,0);border:0;outline:none}
  html{font-size:14px}
  @media(min-width: 20em){html{font-size:15px}}
  @media(min-width: 54em){html{font-size:18px}}
  @media(min-width: 80em){html{font-size:22px}}
  @media(min-width: 137em){html{font-size:28px}}
  @media(min-width: 275em){html{font-size:32px}}
  body{line-height:1.5;font-family:noto-sans,sans-serif;color:#e2e2e2;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}
  h1,h2,h3,h4,h5,h6{margin:0;line-height:1.5}
  h1>span:not(.product__title__text),h2>span:not(.product__title__text){color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) h1>span:not(.product__title__text),html:not(.is-safari) h2>span:not(.product__title__text){background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  h1{font-size:2.413270972rem}
  h2{font-size:1.999396rem}
  h3{font-size:1.706698rem}
  h4{font-size:1.414rem}
  h5{font-size:1.207rem}
  h6{font-size:1rem}
  h1,.h1{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:2.413270972rem}
  h1>span,.h1>span{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) h1>span,html:not(.is-safari) .h1>span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  h1.--secondary,.h1.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .mce-content-body h1,.mce-content-body .h1{color:#000}
  h2,.h2{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.999396rem}
  h2>span,.h2>span{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) h2>span,html:not(.is-safari) .h2>span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  h2.--secondary,.h2.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .mce-content-body h2,.mce-content-body .h2{color:#000}
  h3,.h3{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.706698rem}
  h3.--secondary,.h3.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .mce-content-body h3,.mce-content-body .h3{color:#000}
  h4,.h4{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.414rem}
  h4.--secondary,.h4.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .mce-content-body h4,.mce-content-body .h4{color:#000}
  h5,.h5{display:block;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.207rem;font-weight:400;letter-spacing:.06em}
  h5.--secondary,.h5.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .mce-content-body h5,.mce-content-body .h5{color:#000}
  h6,.h6{display:block;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-family:noto-sans,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.06em}
  h6.--secondary,.h6.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .mce-content-body h6,.mce-content-body .h6{color:#000}
  p{margin:0;padding:0;margin-bottom:1.5rem}
  a{color:inherit}
  a.link__style--none{-webkit-text-decoration:none;text-decoration:none}
  .link{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .link:hover{color:#98f1f0}
  .link:focus{color:#98f1f0}
  .link:active{color:#fff}
  address{font-style:normal}
  blockquote{padding:1.5rem;margin:0 0 1.5rem;background-color:#003456;border-left:5px solid #3d80a6}
  blockquote>p:last-of-type{margin-bottom:0}
  cite{font-size:.8536067893rem;font-style:italic;display:inline-block;padding-top:calc(1.5rem/2)}
  cite:before{content:"— ";display:inline}
  ul,ol{padding:0;margin:0;list-style:none}
  ul.bulleted:not(.unstyled){margin:0 0 1.5rem}
  ul.bulleted:not(.unstyled) li{margin-bottom:calc(1.5rem/2)}
  ul.bulleted:not(.unstyled) ul li:first-of-type,ul.bulleted:not(.unstyled) ol li:first-of-type{padding-top:calc(1.5rem/2)}
  ul.bulleted:not(.unstyled) li{text-indent:-1em;margin-left:1em}
  ul.bulleted:not(.unstyled) li:before{color:inherit;width:1rem;text-indent:0;display:inline-block;content:"";width:.4em;height:.4em;border-radius:50%;background:linear-gradient(180deg, #E7C067, #B8862D);margin-right:.6em;vertical-align:top;margin-top:calc(1.5rem/2 - .2em)}
  ul.bulleted:not(.unstyled) li li,ul.bulleted:not(.unstyled) li ul li{margin-left:1.5rem}
  ul.bulleted:not(.unstyled) li li:before,ul.bulleted:not(.unstyled) li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  ul.bulleted:not(.unstyled) li li li:before,ul.bulleted:not(.unstyled) li li ul li:before,ul.bulleted:not(.unstyled) li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  ul.bulleted:not(.unstyled) li li li li:before,ul.bulleted:not(.unstyled) li li li ul li:before,ul.bulleted:not(.unstyled) li li ul li li:before,ul.bulleted:not(.unstyled) li li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li li li:before,ul.bulleted:not(.unstyled) li ul li li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  ul.bulleted:not(.unstyled) li li li li li:before,ul.bulleted:not(.unstyled) li li li li ul li:before,ul.bulleted:not(.unstyled) li li li ul li li:before,ul.bulleted:not(.unstyled) li li li ul li ul li:before,ul.bulleted:not(.unstyled) li li ul li li li:before,ul.bulleted:not(.unstyled) li li ul li li ul li:before,ul.bulleted:not(.unstyled) li li ul li ul li li:before,ul.bulleted:not(.unstyled) li li ul li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li li li li:before,ul.bulleted:not(.unstyled) li ul li li li ul li:before,ul.bulleted:not(.unstyled) li ul li li ul li li:before,ul.bulleted:not(.unstyled) li ul li li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li li li:before,ul.bulleted:not(.unstyled) li ul li ul li li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  ul.bulleted:not(.unstyled) li li li li li li:before,ul.bulleted:not(.unstyled) li li li li li ul li:before,ul.bulleted:not(.unstyled) li li li li ul li li:before,ul.bulleted:not(.unstyled) li li li li ul li ul li:before,ul.bulleted:not(.unstyled) li li li ul li li li:before,ul.bulleted:not(.unstyled) li li li ul li li ul li:before,ul.bulleted:not(.unstyled) li li li ul li ul li li:before,ul.bulleted:not(.unstyled) li li li ul li ul li ul li:before,ul.bulleted:not(.unstyled) li li ul li li li li:before,ul.bulleted:not(.unstyled) li li ul li li li ul li:before,ul.bulleted:not(.unstyled) li li ul li li ul li li:before,ul.bulleted:not(.unstyled) li li ul li li ul li ul li:before,ul.bulleted:not(.unstyled) li li ul li ul li li li:before,ul.bulleted:not(.unstyled) li li ul li ul li li ul li:before,ul.bulleted:not(.unstyled) li li ul li ul li ul li li:before,ul.bulleted:not(.unstyled) li li ul li ul li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li li li li li:before,ul.bulleted:not(.unstyled) li ul li li li li ul li:before,ul.bulleted:not(.unstyled) li ul li li li ul li li:before,ul.bulleted:not(.unstyled) li ul li li li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li li ul li li li:before,ul.bulleted:not(.unstyled) li ul li li ul li li ul li:before,ul.bulleted:not(.unstyled) li ul li li ul li ul li li:before,ul.bulleted:not(.unstyled) li ul li li ul li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li li li li:before,ul.bulleted:not(.unstyled) li ul li ul li li li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li li li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  @media screen and (-ms-high-contrast: black-on-white),(-ms-high-contrast: white-on-black){ul.bulleted:not(.unstyled) li:before{background:#16668b;filter:brightness(0.25)}ul.bulleted:not(.unstyled) li li:before,ul.bulleted:not(.unstyled) li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}ul.bulleted:not(.unstyled) li li li:before,ul.bulleted:not(.unstyled) li li ul li:before,ul.bulleted:not(.unstyled) li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li:before{background:#16668b;border:0 none}ul.bulleted:not(.unstyled) li li li li:before,ul.bulleted:not(.unstyled) li li li ul li:before,ul.bulleted:not(.unstyled) li li ul li li:before,ul.bulleted:not(.unstyled) li li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li li li:before,ul.bulleted:not(.unstyled) li ul li li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}ul.bulleted:not(.unstyled) li li li li li:before,ul.bulleted:not(.unstyled) li li li li ul li:before,ul.bulleted:not(.unstyled) li li li ul li li:before,ul.bulleted:not(.unstyled) li li li ul li ul li:before,ul.bulleted:not(.unstyled) li li ul li li li:before,ul.bulleted:not(.unstyled) li li ul li li ul li:before,ul.bulleted:not(.unstyled) li li ul li ul li li:before,ul.bulleted:not(.unstyled) li li ul li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li li li li:before,ul.bulleted:not(.unstyled) li ul li li li ul li:before,ul.bulleted:not(.unstyled) li ul li li ul li li:before,ul.bulleted:not(.unstyled) li ul li li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li li li:before,ul.bulleted:not(.unstyled) li ul li ul li li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li ul li:before{background:#16668b;border:0 none}ul.bulleted:not(.unstyled) li li li li li li:before,ul.bulleted:not(.unstyled) li li li li li ul li:before,ul.bulleted:not(.unstyled) li li li li ul li li:before,ul.bulleted:not(.unstyled) li li li li ul li ul li:before,ul.bulleted:not(.unstyled) li li li ul li li li:before,ul.bulleted:not(.unstyled) li li li ul li li ul li:before,ul.bulleted:not(.unstyled) li li li ul li ul li li:before,ul.bulleted:not(.unstyled) li li li ul li ul li ul li:before,ul.bulleted:not(.unstyled) li li ul li li li li:before,ul.bulleted:not(.unstyled) li li ul li li li ul li:before,ul.bulleted:not(.unstyled) li li ul li li ul li li:before,ul.bulleted:not(.unstyled) li li ul li li ul li ul li:before,ul.bulleted:not(.unstyled) li li ul li ul li li li:before,ul.bulleted:not(.unstyled) li li ul li ul li li ul li:before,ul.bulleted:not(.unstyled) li li ul li ul li ul li li:before,ul.bulleted:not(.unstyled) li li ul li ul li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li li li li li:before,ul.bulleted:not(.unstyled) li ul li li li li ul li:before,ul.bulleted:not(.unstyled) li ul li li li ul li li:before,ul.bulleted:not(.unstyled) li ul li li li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li li ul li li li:before,ul.bulleted:not(.unstyled) li ul li li ul li li ul li:before,ul.bulleted:not(.unstyled) li ul li li ul li ul li li:before,ul.bulleted:not(.unstyled) li ul li li ul li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li li li li:before,ul.bulleted:not(.unstyled) li ul li ul li li li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li li ul li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li li li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li li ul li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li ul li li:before,ul.bulleted:not(.unstyled) li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}}
  ol.numbered:not(.unstyled){margin:0 0 1.5rem;counter-reset:default-counter}
  ol.numbered:not(.unstyled) li{margin-bottom:calc(1.5rem/2)}
  ol.numbered:not(.unstyled) ul li:first-of-type,ol.numbered:not(.unstyled) ol li:first-of-type{padding-top:calc(1.5rem/2)}
  ol.numbered:not(.unstyled) li{text-indent:-1em;margin-left:1em}
  ol.numbered:not(.unstyled) li:before{color:inherit;width:1rem;text-indent:0;display:inline-block}
  ol.numbered:not(.unstyled)[start="1"]{counter-reset:continued-counter 0}
  ol.numbered:not(.unstyled)[start="2"]{counter-reset:continued-counter 1}
  ol.numbered:not(.unstyled)[start="3"]{counter-reset:continued-counter 2}
  ol.numbered:not(.unstyled)[start="4"]{counter-reset:continued-counter 3}
  ol.numbered:not(.unstyled)[start="5"]{counter-reset:continued-counter 4}
  ol.numbered:not(.unstyled)[start="6"]{counter-reset:continued-counter 5}
  ol.numbered:not(.unstyled)[start="7"]{counter-reset:continued-counter 6}
  ol.numbered:not(.unstyled)[start="8"]{counter-reset:continued-counter 7}
  ol.numbered:not(.unstyled)[start="9"]{counter-reset:continued-counter 8}
  ol.numbered:not(.unstyled)[start="10"]{counter-reset:continued-counter 9}
  ol.numbered:not(.unstyled)[start] li{counter-increment:continued-counter}
  ol.numbered:not(.unstyled)[start] li::before{content:counter(continued-counter) ". """;content:counter(continued-counter) ". "/""}
  ol.numbered:not(.unstyled)[start] li li:before{content:counter(continued-counter, lower-alpha) ". """;content:counter(continued-counter, lower-alpha) ". "/""}
  ol.numbered:not(.unstyled)[start] li li li:before{content:counter(continued-counter, lower-roman) ". """;content:counter(continued-counter, lower-roman) ". "/""}
  ol.numbered:not(.unstyled) li{counter-increment:default-counter}
  ol.numbered:not(.unstyled) li:before{content:counter(default-counter) ". """;content:counter(default-counter) ". "/"";font-weight:bold;font-family:maiola,serif;font-feature-settings:"lnum";font-variant-numeric:lining-nums;border:0;height:auto;margin-top:0;color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) ol.numbered:not(.unstyled) li:before{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  ol.numbered:not(.unstyled) li li:before{content:counter(default-counter, lower-alpha) ". """;content:counter(default-counter, lower-alpha) ". "/""}
  ol.numbered:not(.unstyled) li li li:before{content:counter(default-counter, lower-roman) ". """;content:counter(default-counter, lower-roman) ". "/""}
  ul.zebra,ol.zebra{margin:0 0 1.5rem}
  ul.zebra li,ol.zebra li{margin-bottom:calc(1.5rem/2)}
  ul.zebra ul li:first-of-type,ul.zebra ol li:first-of-type,ol.zebra ul li:first-of-type,ol.zebra ol li:first-of-type{padding-top:calc(1.5rem/2)}
  ul.zebra li,ol.zebra li{padding-left:calc(1.5rem/2);padding-right:calc(1.5rem/2)}
  ul.zebra li:nth-child(even),ol.zebra li:nth-child(even){padding-top:calc(1.5rem/2);padding-bottom:calc(1.5rem/2);background-color:rgba(24,28,41,.4)}
  ul.zebra li:last-of-type,ol.zebra li:last-of-type{margin-bottom:0}
  dl:after{display:block;content:"";clear:both}
  dt{font-weight:700}
  dd{margin-left:0;margin-bottom:1.5rem}
  .alignleft,.--align-left{text-align:left}
  .aligncenter,.--align-center{text-align:center}
  .alignright,.--align-right{text-align:right}
  .caption{font-size:.8536067893rem;color:#c7c7c7;font-weight:400}
  .mce-content-body{padding:1em;color:#000}
  .mce-content-body a:not(.button):not(.cta-button){color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline}
  .mce-content-body a.button[data-mce-selected],.mce-content-body a.cta-button[data-mce-selected]{margin-bottom:1.5rem;padding:.375rem 1.125rem}
  .mce-content-body ul,.mce-content-body ol{margin-left:1em;padding-left:1em}
  .mce-content-body ul.bulleted li,.mce-content-body ul.numbered li,.mce-content-body ol.bulleted li,.mce-content-body ol.numbered li{text-indent:0;margin-left:0;margin-bottom:revert}
  .mce-content-body ul.bulleted li:before,.mce-content-body ul.numbered li:before,.mce-content-body ol.bulleted li:before,.mce-content-body ol.numbered li:before{display:none}
  .mce-content-body ul{list-style:disc}
  .mce-content-body ol{list-style:decimal}
  .accordion{width:100%;margin:1.5rem 0}
  .accordion>h1:not(.accordion__title__bar),.accordion>h2:not(.accordion__title__bar),.accordion>h3:not(.accordion__title__bar),.accordion>h4:not(.accordion__title__bar),.accordion>h5:not(.accordion__title__bar),.accordion>h6:not(.accordion__title__bar){position:relative;margin:0}
  .accordion>h1:not(.accordion__title__bar)::before,.accordion>h2:not(.accordion__title__bar)::before,.accordion>h3:not(.accordion__title__bar)::before,.accordion>h4:not(.accordion__title__bar)::before,.accordion>h5:not(.accordion__title__bar)::before,.accordion>h6:not(.accordion__title__bar)::before{content:"";position:absolute;top:auto;bottom:0;height:2px;min-height:2px;width:100%;background:linear-gradient(90deg, rgba(184, 134, 45, 0) 0%, #B8862D 10%, #FFDF91 50%, #B8862D 90%, rgba(184, 134, 45, 0) 100%)}
  .accordion .accordion__title__bar{position:relative;margin:0;padding-top:0;padding-bottom:0;background-color:#1e2536}
  .accordion .accordion__title__container{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;cursor:pointer;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;width:100%;position:relative;background:linear-gradient(180deg, #394766, #1E2536);border:1px solid #426380;box-shadow:0 2px 4px 1px #0f1119}
  .accordion .accordion__title__container.--is-closed .accordion__pointer{transform:rotate(180deg);filter:drop-shadow(-1px -3px 3px #0F1119)}
  .accordion .accordion__title__container:focus-visible{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:-2px}
  .accordion .accordion__title__container:disabled,.accordion .accordion__title__container:disabled:focus{cursor:not-allowed;background:#181c29;border-color:#394766;color:#623e26}
  .accordion .accordion__title{padding-right:1rem;font-family:noto-sans,sans-serif;font-size:1.207rem;font-weight:400;line-height:1.5rem;color:#ffdf91;text-align:left;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  .accordion .accordion__pointer{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerUp);min-width:1.5rem;min-height:1.5rem;filter:drop-shadow(-2px 3px 3px #0F1119)}
  .accordion .accordion__panel{padding:1.125rem;background-color:#1e2536}
  .accordion .accordion__panel>*:first-child(){padding-top:0;margin-top:0}
  .accordion .accordion__panel ol:not(.toc__list){margin:0 0 1.5rem;counter-reset:default-counter}
  .accordion .accordion__panel ol:not(.toc__list) li{margin-bottom:calc(1.5rem/2)}
  .accordion .accordion__panel ol:not(.toc__list) ul li:first-of-type,.accordion .accordion__panel ol:not(.toc__list) ol li:first-of-type{padding-top:calc(1.5rem/2)}
  .accordion .accordion__panel ol:not(.toc__list) li{text-indent:-1em;margin-left:1em}
  .accordion .accordion__panel ol:not(.toc__list) li:before{color:inherit;width:1rem;text-indent:0;display:inline-block}
  .accordion .accordion__panel ol:not(.toc__list)[start="1"]{counter-reset:continued-counter 0}
  .accordion .accordion__panel ol:not(.toc__list)[start="2"]{counter-reset:continued-counter 1}
  .accordion .accordion__panel ol:not(.toc__list)[start="3"]{counter-reset:continued-counter 2}
  .accordion .accordion__panel ol:not(.toc__list)[start="4"]{counter-reset:continued-counter 3}
  .accordion .accordion__panel ol:not(.toc__list)[start="5"]{counter-reset:continued-counter 4}
  .accordion .accordion__panel ol:not(.toc__list)[start="6"]{counter-reset:continued-counter 5}
  .accordion .accordion__panel ol:not(.toc__list)[start="7"]{counter-reset:continued-counter 6}
  .accordion .accordion__panel ol:not(.toc__list)[start="8"]{counter-reset:continued-counter 7}
  .accordion .accordion__panel ol:not(.toc__list)[start="9"]{counter-reset:continued-counter 8}
  .accordion .accordion__panel ol:not(.toc__list)[start="10"]{counter-reset:continued-counter 9}
  .accordion .accordion__panel ol:not(.toc__list)[start] li{counter-increment:continued-counter}
  .accordion .accordion__panel ol:not(.toc__list)[start] li::before{content:counter(continued-counter) ". """;content:counter(continued-counter) ". "/""}
  .accordion .accordion__panel ol:not(.toc__list)[start] li li:before{content:counter(continued-counter, lower-alpha) ". """;content:counter(continued-counter, lower-alpha) ". "/""}
  .accordion .accordion__panel ol:not(.toc__list)[start] li li li:before{content:counter(continued-counter, lower-roman) ". """;content:counter(continued-counter, lower-roman) ". "/""}
  .accordion .accordion__panel ol:not(.toc__list) li{counter-increment:default-counter}
  .accordion .accordion__panel ol:not(.toc__list) li:before{content:counter(default-counter) ". """;content:counter(default-counter) ". "/"";font-weight:bold;font-family:maiola,serif;font-feature-settings:"lnum";font-variant-numeric:lining-nums;border:0;height:auto;margin-top:0;color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .accordion .accordion__panel ol:not(.toc__list) li:before{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .accordion .accordion__panel ol:not(.toc__list) li li:before{content:counter(default-counter, lower-alpha) ". """;content:counter(default-counter, lower-alpha) ". "/""}
  .accordion .accordion__panel ol:not(.toc__list) li li li:before{content:counter(default-counter, lower-roman) ". """;content:counter(default-counter, lower-roman) ". "/""}
  .accordion .accordion__panel ul{margin:0 0 1.5rem}
  .accordion .accordion__panel ul li{margin-bottom:calc(1.5rem/2)}
  .accordion .accordion__panel ul ul li:first-of-type,.accordion .accordion__panel ul ol li:first-of-type{padding-top:calc(1.5rem/2)}
  .accordion .accordion__panel ul li{text-indent:-1em;margin-left:1em}
  .accordion .accordion__panel ul li:before{color:inherit;width:1rem;text-indent:0;display:inline-block;content:"";width:.4em;height:.4em;border-radius:50%;background:linear-gradient(180deg, #E7C067, #B8862D);margin-right:.6em;vertical-align:top;margin-top:calc(1.5rem/2 - .2em)}
  .accordion .accordion__panel ul li li,.accordion .accordion__panel ul li ul li{margin-left:1.5rem}
  .accordion .accordion__panel ul li li:before,.accordion .accordion__panel ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .accordion .accordion__panel ul li li li:before,.accordion .accordion__panel ul li li ul li:before,.accordion .accordion__panel ul li ul li li:before,.accordion .accordion__panel ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .accordion .accordion__panel ul li li li li:before,.accordion .accordion__panel ul li li li ul li:before,.accordion .accordion__panel ul li li ul li li:before,.accordion .accordion__panel ul li li ul li ul li:before,.accordion .accordion__panel ul li ul li li li:before,.accordion .accordion__panel ul li ul li li ul li:before,.accordion .accordion__panel ul li ul li ul li li:before,.accordion .accordion__panel ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .accordion .accordion__panel ul li li li li li:before,.accordion .accordion__panel ul li li li li ul li:before,.accordion .accordion__panel ul li li li ul li li:before,.accordion .accordion__panel ul li li li ul li ul li:before,.accordion .accordion__panel ul li li ul li li li:before,.accordion .accordion__panel ul li li ul li li ul li:before,.accordion .accordion__panel ul li li ul li ul li li:before,.accordion .accordion__panel ul li li ul li ul li ul li:before,.accordion .accordion__panel ul li ul li li li li:before,.accordion .accordion__panel ul li ul li li li ul li:before,.accordion .accordion__panel ul li ul li li ul li li:before,.accordion .accordion__panel ul li ul li li ul li ul li:before,.accordion .accordion__panel ul li ul li ul li li li:before,.accordion .accordion__panel ul li ul li ul li li ul li:before,.accordion .accordion__panel ul li ul li ul li ul li li:before,.accordion .accordion__panel ul li ul li ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .accordion .accordion__panel ul li li li li li li:before,.accordion .accordion__panel ul li li li li li ul li:before,.accordion .accordion__panel ul li li li li ul li li:before,.accordion .accordion__panel ul li li li li ul li ul li:before,.accordion .accordion__panel ul li li li ul li li li:before,.accordion .accordion__panel ul li li li ul li li ul li:before,.accordion .accordion__panel ul li li li ul li ul li li:before,.accordion .accordion__panel ul li li li ul li ul li ul li:before,.accordion .accordion__panel ul li li ul li li li li:before,.accordion .accordion__panel ul li li ul li li li ul li:before,.accordion .accordion__panel ul li li ul li li ul li li:before,.accordion .accordion__panel ul li li ul li li ul li ul li:before,.accordion .accordion__panel ul li li ul li ul li li li:before,.accordion .accordion__panel ul li li ul li ul li li ul li:before,.accordion .accordion__panel ul li li ul li ul li ul li li:before,.accordion .accordion__panel ul li li ul li ul li ul li ul li:before,.accordion .accordion__panel ul li ul li li li li li:before,.accordion .accordion__panel ul li ul li li li li ul li:before,.accordion .accordion__panel ul li ul li li li ul li li:before,.accordion .accordion__panel ul li ul li li li ul li ul li:before,.accordion .accordion__panel ul li ul li li ul li li li:before,.accordion .accordion__panel ul li ul li li ul li li ul li:before,.accordion .accordion__panel ul li ul li li ul li ul li li:before,.accordion .accordion__panel ul li ul li li ul li ul li ul li:before,.accordion .accordion__panel ul li ul li ul li li li li:before,.accordion .accordion__panel ul li ul li ul li li li ul li:before,.accordion .accordion__panel ul li ul li ul li li ul li li:before,.accordion .accordion__panel ul li ul li ul li li ul li ul li:before,.accordion .accordion__panel ul li ul li ul li ul li li li:before,.accordion .accordion__panel ul li ul li ul li ul li li ul li:before,.accordion .accordion__panel ul li ul li ul li ul li ul li li:before,.accordion .accordion__panel ul li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  @media screen and (-ms-high-contrast: black-on-white),(-ms-high-contrast: white-on-black){.accordion .accordion__panel ul li:before{background:#16668b;filter:brightness(0.25)}.accordion .accordion__panel ul li li:before,.accordion .accordion__panel ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.accordion .accordion__panel ul li li li:before,.accordion .accordion__panel ul li li ul li:before,.accordion .accordion__panel ul li ul li li:before,.accordion .accordion__panel ul li ul li ul li:before{background:#16668b;border:0 none}.accordion .accordion__panel ul li li li li:before,.accordion .accordion__panel ul li li li ul li:before,.accordion .accordion__panel ul li li ul li li:before,.accordion .accordion__panel ul li li ul li ul li:before,.accordion .accordion__panel ul li ul li li li:before,.accordion .accordion__panel ul li ul li li ul li:before,.accordion .accordion__panel ul li ul li ul li li:before,.accordion .accordion__panel ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.accordion .accordion__panel ul li li li li li:before,.accordion .accordion__panel ul li li li li ul li:before,.accordion .accordion__panel ul li li li ul li li:before,.accordion .accordion__panel ul li li li ul li ul li:before,.accordion .accordion__panel ul li li ul li li li:before,.accordion .accordion__panel ul li li ul li li ul li:before,.accordion .accordion__panel ul li li ul li ul li li:before,.accordion .accordion__panel ul li li ul li ul li ul li:before,.accordion .accordion__panel ul li ul li li li li:before,.accordion .accordion__panel ul li ul li li li ul li:before,.accordion .accordion__panel ul li ul li li ul li li:before,.accordion .accordion__panel ul li ul li li ul li ul li:before,.accordion .accordion__panel ul li ul li ul li li li:before,.accordion .accordion__panel ul li ul li ul li li ul li:before,.accordion .accordion__panel ul li ul li ul li ul li li:before,.accordion .accordion__panel ul li ul li ul li ul li ul li:before{background:#16668b;border:0 none}.accordion .accordion__panel ul li li li li li li:before,.accordion .accordion__panel ul li li li li li ul li:before,.accordion .accordion__panel ul li li li li ul li li:before,.accordion .accordion__panel ul li li li li ul li ul li:before,.accordion .accordion__panel ul li li li ul li li li:before,.accordion .accordion__panel ul li li li ul li li ul li:before,.accordion .accordion__panel ul li li li ul li ul li li:before,.accordion .accordion__panel ul li li li ul li ul li ul li:before,.accordion .accordion__panel ul li li ul li li li li:before,.accordion .accordion__panel ul li li ul li li li ul li:before,.accordion .accordion__panel ul li li ul li li ul li li:before,.accordion .accordion__panel ul li li ul li li ul li ul li:before,.accordion .accordion__panel ul li li ul li ul li li li:before,.accordion .accordion__panel ul li li ul li ul li li ul li:before,.accordion .accordion__panel ul li li ul li ul li ul li li:before,.accordion .accordion__panel ul li li ul li ul li ul li ul li:before,.accordion .accordion__panel ul li ul li li li li li:before,.accordion .accordion__panel ul li ul li li li li ul li:before,.accordion .accordion__panel ul li ul li li li ul li li:before,.accordion .accordion__panel ul li ul li li li ul li ul li:before,.accordion .accordion__panel ul li ul li li ul li li li:before,.accordion .accordion__panel ul li ul li li ul li li ul li:before,.accordion .accordion__panel ul li ul li li ul li ul li li:before,.accordion .accordion__panel ul li ul li li ul li ul li ul li:before,.accordion .accordion__panel ul li ul li ul li li li li:before,.accordion .accordion__panel ul li ul li ul li li li ul li:before,.accordion .accordion__panel ul li ul li ul li li ul li li:before,.accordion .accordion__panel ul li ul li ul li li ul li ul li:before,.accordion .accordion__panel ul li ul li ul li ul li li li:before,.accordion .accordion__panel ul li ul li ul li ul li li ul li:before,.accordion .accordion__panel ul li ul li ul li ul li ul li li:before,.accordion .accordion__panel ul li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}}
  .accordion .accordion__panel a:not([class]){color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer}
  .accordion .accordion__panel a:not([class]):hover,.accordion .accordion__panel a:not([class]):focus{color:#98f1f0}
  .accordion .accordion__panel a:not([class]):active{color:#fff}
  .accordion.flyout{position:relative}
  .accordion.flyout .accordion__panel{position:absolute;width:100%;z-index:1}
  .accordion.flyout .accordion__title{font-size:1rem}
  .accordion.flyout .accordion__title__bar{z-index:0}
  .bargraph-table{margin:0;width:100%}
  .bargraph-table thead,.bargraph-table tbody,.bargraph-table tfoot,.bargraph-table tr{background-color:rgba(0,0,0,0)}
  .bargraph-table th,.bargraph-table tr:first-child{font-family:inherit;color:inherit;font-weight:inherit}
  .bargraph-table th{color:#fff;text-transform:uppercase;font-size:14px}
  .bargraph-table th.no-horiz-pad{padding-left:0;padding-right:0}
  .bargraph-table th,.bargraph-table td{padding:.455rem;text-align:left}
  .bargraph-table th.align-right,.bargraph-table td.align-right{text-align:right}
  .bargraph-table th.align-center,.bargraph-table td.align-center{text-align:center}
  .bargraph-table tbody tr:nth-child(even){background:none}
  .bargraph-table .graph-line{background:#2e3d55;display:block;height:100%;position:absolute;top:0;width:1px}
  .bargraph-table .graph-line.graph-line--25{left:25%}
  .bargraph-table .graph-line.graph-line--50{left:50%}
  .bargraph-table .graph-line.graph-line--75{left:75%}
  .bargraph-table .bargraph-table__label-cell{white-space:nowrap;width:1em}
  @media(min-width: 80em){.bargraph-table .bargraph-table__label-cell{padding-right:15px}}
  .bargraph-table .bargraph-table__stat-cell{border-left:1px solid rgba(205,163,81,.5);white-space:nowrap;width:1em}
  @media(min-width: 80em){.bargraph-table .bargraph-table__stat-cell{padding-left:15px}}
  .bargraph-table .bargraph-table__bargraph-cell{border-left:2px solid #cda351;border-right:1px solid rgba(205,163,81,.5);padding-left:0;padding-right:0;position:relative;width:calc(100% - 2em)}
  .dark-content-box .bargraph-table tbody tr:nth-child(odd){background:none}
  .card{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .card>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.card{padding:1.5rem}}
  @media(min-width: 80em){.card{padding:1.5rem 1.875rem}}
  .card.--light{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#034D70, #001D34)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.card.--light{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#034D70, #001D34)}}
  .card.--light.--flat:not(--solid){background-image:linear-gradient(#034D70, #001D34)}
  .card.--light.--solid:not(--flat){background-color:#003456;background-blend-mode:overlay;background-size:256px;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.card.--light.--solid:not(--flat){background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp)}}
  .card.--light.--flat.--solid{background-image:none;background-color:#003456}
  .card.--light.--has-glow::after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background:radial-gradient(ellipse 40% 4.5rem at 0 0, rgba(22, 102, 139, 0.9), rgba(22, 102, 139, 0));z-index:0}
  .card.--light.--has-glow>*{position:relative;z-index:1}
  .card.--dark{background-color:rgba(0,0,0,0);background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#263144, #0F1119)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.card.--dark{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#263144, #0F1119)}}
  .card.--dark.--flat:not(--solid){background-color:rgba(0,0,0,0);background-image:linear-gradient(#263144, #0F1119)}
  .card.--dark.--solid:not(--flat){background-color:rgba(0,0,0,0);background-color:#181c29;background-blend-mode:overlay;background-size:256px;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.card.--dark.--solid:not(--flat){background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp)}}
  .card.--dark.--flat.--solid{background-color:rgba(0,0,0,0);background-image:none;background-color:#181c29}
  .card.--dark.--has-glow::after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background:radial-gradient(ellipse 40% 4.5rem at 0 0, rgba(57, 71, 102, 0.9), rgba(57, 71, 102, 0));z-index:0}
  .card.--dark.--has-glow>*{position:relative;z-index:1}
  .card.--tight{padding:.75rem}
  .card.--standard{padding:1.125rem}
  .card.--flat:not(--solid){background-image:linear-gradient(#394766, #181C29)}
  .card.--solid:not(--flat){background-color:#263144;background-blend-mode:overlay;background-size:256px;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.card.--solid:not(--flat){background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp)}}
  .card.--flat.--solid{background-image:none;background-color:#263144}
  .card.--has-glow:not(--light):not(--dark)::after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background:radial-gradient(ellipse 40% 4.5rem at 0 0, rgba(66, 99, 128, 0.9), rgba(66, 99, 128, 0));z-index:0}
  .card.--has-glow:not(--light):not(--dark)>*{position:relative;z-index:1}
  .card.--text-gold{color:#ffdf91}
  .card .pattern-overlay{top:0;right:0;width:100%;height:100%;pointer-events:none;position:absolute;background-position:right;background-repeat:repeat-y}
  .card .pattern-overlay.--pattern-vertical{bottom:0;z-index:2;background-position:bottom;background-repeat:repeat-x}
  .card .pattern-overlay.rus{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-rus-right-desk.ede774211c0cc73f.webp)}
  .card .pattern-overlay.rus.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-rus-bottom-desk.62f59002ffff957c.webp)}
  .card .pattern-overlay.mon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mongol-right-desk.7e639ccd9d4a7a0f.webp)}
  .card .pattern-overlay.mon.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mongol-bottom-desk.c0979382ec0ee77e.webp)}
  .card .pattern-overlay.hre{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-hre-right-desk.81595f6874d12177.webp)}
  .card .pattern-overlay.hre.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-hre-bottom-desk.f2c075145810ea0b.webp)}
  .card .pattern-overlay.fre{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-french-right-desk.367760bc267e8f1a.webp)}
  .card .pattern-overlay.fre.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-french-bottom-desk.ae3b3438097d8d98.webp)}
  .card .pattern-overlay.eng{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-english-right-desk.57824868d2beea8f.webp)}
  .card .pattern-overlay.eng.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-english-bottom-desk.6b6a41679ddf4217.webp)}
  .card .pattern-overlay.del{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-sultanate-right-desk.82080f2f0a1762b7.webp)}
  .card .pattern-overlay.del.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-sultanate-bottom-desk.2707cd779ac76641.webp)}
  .card .pattern-overlay.chi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-chinese-right-desk.0cbec65ae7178e1c.webp)}
  .card .pattern-overlay.chi.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-chinese-bottom-desk.b588f77eebf26eb5.webp)}
  .card .pattern-overlay.abb{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-abbasid-right-desk.8c130b0387f48c09.webp)}
  .card .pattern-overlay.abb.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-abbasid-bottom-desk.b217b92d86671c5d.webp)}
  .card .pattern-overlay.mal{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mal-right-desk.74d376540735cb55.webp)}
  .card .pattern-overlay.mal.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mal-bottom-desk.474c0b3b7645d9a2.webp)}
  .card .pattern-overlay.ott{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-ott-right-desk.92a3ffb045b1bc08.webp)}
  .card .pattern-overlay.ott.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-ott-bottom-desk.f80281bd7f636305.webp)}
  @media screen and (-ms-high-contrast: white-on-black),(-ms-high-contrast: black-on-white){.card{background-image:none;background-color:#000;border:solid 1px #fff}}
  .card ol{margin:0 0 1.5rem;counter-reset:default-counter}
  .card ol li{margin-bottom:calc(1.5rem/2)}
  .card ol ul li:first-of-type,.card ol ol li:first-of-type{padding-top:calc(1.5rem/2)}
  .card ol li{text-indent:-1em;margin-left:1em}
  .card ol li:before{color:inherit;width:1rem;text-indent:0;display:inline-block}
  .card ol[start="1"]{counter-reset:continued-counter 0}
  .card ol[start="2"]{counter-reset:continued-counter 1}
  .card ol[start="3"]{counter-reset:continued-counter 2}
  .card ol[start="4"]{counter-reset:continued-counter 3}
  .card ol[start="5"]{counter-reset:continued-counter 4}
  .card ol[start="6"]{counter-reset:continued-counter 5}
  .card ol[start="7"]{counter-reset:continued-counter 6}
  .card ol[start="8"]{counter-reset:continued-counter 7}
  .card ol[start="9"]{counter-reset:continued-counter 8}
  .card ol[start="10"]{counter-reset:continued-counter 9}
  .card ol[start] li{counter-increment:continued-counter}
  .card ol[start] li::before{content:counter(continued-counter) ". """;content:counter(continued-counter) ". "/""}
  .card ol[start] li li:before{content:counter(continued-counter, lower-alpha) ". """;content:counter(continued-counter, lower-alpha) ". "/""}
  .card ol[start] li li li:before{content:counter(continued-counter, lower-roman) ". """;content:counter(continued-counter, lower-roman) ". "/""}
  .card ol li{counter-increment:default-counter}
  .card ol li:before{content:counter(default-counter) ". """;content:counter(default-counter) ". "/"";font-weight:bold;font-family:maiola,serif;font-feature-settings:"lnum";font-variant-numeric:lining-nums;border:0;height:auto;margin-top:0;color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .card ol li:before{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .card ol li li:before{content:counter(default-counter, lower-alpha) ". """;content:counter(default-counter, lower-alpha) ". "/""}
  .card ol li li li:before{content:counter(default-counter, lower-roman) ". """;content:counter(default-counter, lower-roman) ". "/""}
  .card ul:not(.unstyled){margin:0 0 1.5rem}
  .card ul:not(.unstyled) li{margin-bottom:calc(1.5rem/2)}
  .card ul:not(.unstyled) ul li:first-of-type,.card ul:not(.unstyled) ol li:first-of-type{padding-top:calc(1.5rem/2)}
  .card ul:not(.unstyled) li{text-indent:-1em;margin-left:1em}
  .card ul:not(.unstyled) li:before{color:inherit;width:1rem;text-indent:0;display:inline-block;content:"";width:.4em;height:.4em;border-radius:50%;background:linear-gradient(180deg, #E7C067, #B8862D);margin-right:.6em;vertical-align:top;margin-top:calc(1.5rem/2 - .2em)}
  .card ul:not(.unstyled) li li,.card ul:not(.unstyled) li ul li{margin-left:1.5rem}
  .card ul:not(.unstyled) li li:before,.card ul:not(.unstyled) li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .card ul:not(.unstyled) li li li:before,.card ul:not(.unstyled) li li ul li:before,.card ul:not(.unstyled) li ul li li:before,.card ul:not(.unstyled) li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .card ul:not(.unstyled) li li li li:before,.card ul:not(.unstyled) li li li ul li:before,.card ul:not(.unstyled) li li ul li li:before,.card ul:not(.unstyled) li li ul li ul li:before,.card ul:not(.unstyled) li ul li li li:before,.card ul:not(.unstyled) li ul li li ul li:before,.card ul:not(.unstyled) li ul li ul li li:before,.card ul:not(.unstyled) li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .card ul:not(.unstyled) li li li li li:before,.card ul:not(.unstyled) li li li li ul li:before,.card ul:not(.unstyled) li li li ul li li:before,.card ul:not(.unstyled) li li li ul li ul li:before,.card ul:not(.unstyled) li li ul li li li:before,.card ul:not(.unstyled) li li ul li li ul li:before,.card ul:not(.unstyled) li li ul li ul li li:before,.card ul:not(.unstyled) li li ul li ul li ul li:before,.card ul:not(.unstyled) li ul li li li li:before,.card ul:not(.unstyled) li ul li li li ul li:before,.card ul:not(.unstyled) li ul li li ul li li:before,.card ul:not(.unstyled) li ul li li ul li ul li:before,.card ul:not(.unstyled) li ul li ul li li li:before,.card ul:not(.unstyled) li ul li ul li li ul li:before,.card ul:not(.unstyled) li ul li ul li ul li li:before,.card ul:not(.unstyled) li ul li ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .card ul:not(.unstyled) li li li li li li:before,.card ul:not(.unstyled) li li li li li ul li:before,.card ul:not(.unstyled) li li li li ul li li:before,.card ul:not(.unstyled) li li li li ul li ul li:before,.card ul:not(.unstyled) li li li ul li li li:before,.card ul:not(.unstyled) li li li ul li li ul li:before,.card ul:not(.unstyled) li li li ul li ul li li:before,.card ul:not(.unstyled) li li li ul li ul li ul li:before,.card ul:not(.unstyled) li li ul li li li li:before,.card ul:not(.unstyled) li li ul li li li ul li:before,.card ul:not(.unstyled) li li ul li li ul li li:before,.card ul:not(.unstyled) li li ul li li ul li ul li:before,.card ul:not(.unstyled) li li ul li ul li li li:before,.card ul:not(.unstyled) li li ul li ul li li ul li:before,.card ul:not(.unstyled) li li ul li ul li ul li li:before,.card ul:not(.unstyled) li li ul li ul li ul li ul li:before,.card ul:not(.unstyled) li ul li li li li li:before,.card ul:not(.unstyled) li ul li li li li ul li:before,.card ul:not(.unstyled) li ul li li li ul li li:before,.card ul:not(.unstyled) li ul li li li ul li ul li:before,.card ul:not(.unstyled) li ul li li ul li li li:before,.card ul:not(.unstyled) li ul li li ul li li ul li:before,.card ul:not(.unstyled) li ul li li ul li ul li li:before,.card ul:not(.unstyled) li ul li li ul li ul li ul li:before,.card ul:not(.unstyled) li ul li ul li li li li:before,.card ul:not(.unstyled) li ul li ul li li li ul li:before,.card ul:not(.unstyled) li ul li ul li li ul li li:before,.card ul:not(.unstyled) li ul li ul li li ul li ul li:before,.card ul:not(.unstyled) li ul li ul li ul li li li:before,.card ul:not(.unstyled) li ul li ul li ul li li ul li:before,.card ul:not(.unstyled) li ul li ul li ul li ul li li:before,.card ul:not(.unstyled) li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  @media screen and (-ms-high-contrast: black-on-white),(-ms-high-contrast: white-on-black){.card ul:not(.unstyled) li:before{background:#16668b;filter:brightness(0.25)}.card ul:not(.unstyled) li li:before,.card ul:not(.unstyled) li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.card ul:not(.unstyled) li li li:before,.card ul:not(.unstyled) li li ul li:before,.card ul:not(.unstyled) li ul li li:before,.card ul:not(.unstyled) li ul li ul li:before{background:#16668b;border:0 none}.card ul:not(.unstyled) li li li li:before,.card ul:not(.unstyled) li li li ul li:before,.card ul:not(.unstyled) li li ul li li:before,.card ul:not(.unstyled) li li ul li ul li:before,.card ul:not(.unstyled) li ul li li li:before,.card ul:not(.unstyled) li ul li li ul li:before,.card ul:not(.unstyled) li ul li ul li li:before,.card ul:not(.unstyled) li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.card ul:not(.unstyled) li li li li li:before,.card ul:not(.unstyled) li li li li ul li:before,.card ul:not(.unstyled) li li li ul li li:before,.card ul:not(.unstyled) li li li ul li ul li:before,.card ul:not(.unstyled) li li ul li li li:before,.card ul:not(.unstyled) li li ul li li ul li:before,.card ul:not(.unstyled) li li ul li ul li li:before,.card ul:not(.unstyled) li li ul li ul li ul li:before,.card ul:not(.unstyled) li ul li li li li:before,.card ul:not(.unstyled) li ul li li li ul li:before,.card ul:not(.unstyled) li ul li li ul li li:before,.card ul:not(.unstyled) li ul li li ul li ul li:before,.card ul:not(.unstyled) li ul li ul li li li:before,.card ul:not(.unstyled) li ul li ul li li ul li:before,.card ul:not(.unstyled) li ul li ul li ul li li:before,.card ul:not(.unstyled) li ul li ul li ul li ul li:before{background:#16668b;border:0 none}.card ul:not(.unstyled) li li li li li li:before,.card ul:not(.unstyled) li li li li li ul li:before,.card ul:not(.unstyled) li li li li ul li li:before,.card ul:not(.unstyled) li li li li ul li ul li:before,.card ul:not(.unstyled) li li li ul li li li:before,.card ul:not(.unstyled) li li li ul li li ul li:before,.card ul:not(.unstyled) li li li ul li ul li li:before,.card ul:not(.unstyled) li li li ul li ul li ul li:before,.card ul:not(.unstyled) li li ul li li li li:before,.card ul:not(.unstyled) li li ul li li li ul li:before,.card ul:not(.unstyled) li li ul li li ul li li:before,.card ul:not(.unstyled) li li ul li li ul li ul li:before,.card ul:not(.unstyled) li li ul li ul li li li:before,.card ul:not(.unstyled) li li ul li ul li li ul li:before,.card ul:not(.unstyled) li li ul li ul li ul li li:before,.card ul:not(.unstyled) li li ul li ul li ul li ul li:before,.card ul:not(.unstyled) li ul li li li li li:before,.card ul:not(.unstyled) li ul li li li li ul li:before,.card ul:not(.unstyled) li ul li li li ul li li:before,.card ul:not(.unstyled) li ul li li li ul li ul li:before,.card ul:not(.unstyled) li ul li li ul li li li:before,.card ul:not(.unstyled) li ul li li ul li li ul li:before,.card ul:not(.unstyled) li ul li li ul li ul li li:before,.card ul:not(.unstyled) li ul li li ul li ul li ul li:before,.card ul:not(.unstyled) li ul li ul li li li li:before,.card ul:not(.unstyled) li ul li ul li li li ul li:before,.card ul:not(.unstyled) li ul li ul li li ul li li:before,.card ul:not(.unstyled) li ul li ul li li ul li ul li:before,.card ul:not(.unstyled) li ul li ul li ul li li li:before,.card ul:not(.unstyled) li ul li ul li ul li li ul li:before,.card ul:not(.unstyled) li ul li ul li ul li ul li li:before,.card ul:not(.unstyled) li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}}
  .card__title{font-family:noto-sans,sans-serif;font-size:1.207rem;color:#ffdf91;margin-bottom:.375rem}
  .divider{background:linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d 25%, #FFDF91 50%, #b8862d 75%, rgba(184, 134, 45, 0) 100%);margin:3rem 0;height:2px}
  .divider.--secondary{background:linear-gradient(90deg, rgba(66, 99, 128, 0), #426380 25%, 75%, rgba(66, 99, 128, 0) 100%)}
  .divider.--tight{margin:calc(1.5rem/2) 0}
  ::-ms-clear{display:none}
  .field-container .toggle__radio--group{display:inline-flex;width:-webkit-min-content;width:-moz-min-content;width:min-content;position:relative}
  .field-container .toggle__radio--group:before{content:"";position:absolute;display:inline-block;min-width:1rem;width:100%;height:1rem;border:2px solid #426380;border-radius:.75rem;background-image:linear-gradient(to bottom, #394766, #1E2536);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);margin-right:.5rem;margin-top:.25rem}
  .field-container .toggle__radio--slider{position:absolute;width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#ffdf91;background-image:linear-gradient(60deg, #CDA351, #FFDF91, #CDA351);border-radius:50%;left:3px;top:calc(.25rem + 2px);transition:left .2s ease;box-shadow:0 0 .3rem rgba(0,0,0,.5)}
  .field-container .toggle__radio input:checked:nth-child(2)~.toggle__radio--slider{left:50%}
  .field-container .toggle__radio input:checked:nth-child(3)~.toggle__radio--slider{left:100%}
  .field-container .toggle__buttons{display:flex;margin:0}
  .field-container .toggle__buttons .button{flex-basis:50%;z-index:2;margin:0;border-image:none;border:1px solid #cda351;box-shadow:0 0 12px -2px rgba(0,0,0,.33)}
  .field-container .toggle__buttons .button:hover{border-image:none}
  .field-container .toggle__buttons .button:first-child{border-right:0;border-radius:2rem 0 0 2rem}
  .field-container .toggle__buttons .button:last-child{border-left:0;border-radius:0 2rem 2rem 0}
  .field-container .toggle__buttons .button.--secondary{z-index:1}
  label,legend{display:block;padding:calc(1.5rem/2) 0 calc(1.5rem/4);font-weight:bold}
  label.--required:after,legend.--required:after{content:"*";margin-left:.5rem}
  label.checkradio-group-label,legend.checkradio-group-label{margin-bottom:calc(1.5rem/2)}
  legend{margin-bottom:.75rem}
  *::-ms-input-placeholder{color:#6a6a6a}
  *::placeholder{color:#6a6a6a}
  input{line-height:1.5rem;padding:.375rem 1.125rem;display:block;margin-bottom:1.5rem;width:22rem;max-width:100%;border:2px solid #16668b;color:#303030;background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  input:not(:disabled):hover{border-color:#e7c067;outline:none}
  input:not(:disabled):focus,input:not(:disabled):hover:focus{border-color:#cda351;color:#303030;outline:none}
  @media(-ms-high-contrast: active),(forced-colors: active){input:not(:disabled):focus+label,input:not(:disabled):hover:focus+label{outline:2px solid #fff}}
  input:disabled{cursor:not-allowed;background-color:#fff;border-color:#394766;color:#919191}
  .--has-error input{border-color:#fd8962}
  fieldset{padding:0;border:none}
  .checkbox-a11y{position:relative}
  [type=checkbox]{visibility:hidden;display:none;opacity:0}
  [type=checkbox]+label{position:relative;display:flex;align-items:flex-start;font-weight:normal;padding:0;cursor:pointer;margin-bottom:1.5rem}
  [type=checkbox]+label:before{content:"";display:inline-block;min-width:1rem;width:1rem;height:1rem;border:2px solid #418fa3;background-image:linear-gradient(to bottom, #394766, #1E2536);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);margin-right:.5rem;margin-top:.25rem}
  [type=checkbox]+label:hover::before,[type=checkbox]+label:focus::before{background:linear-gradient(to bottom, #426380, #2E3D55);border-color:#e7c067}
  [type=checkbox]:checked+label::before{background:linear-gradient(to bottom, #394766, #1E2536);border-color:#cda351}
  [type=checkbox]:checked+label::after{position:absolute;top:calc(.25rem + 2px);left:0;width:1rem;text-align:center}
  [type=checkbox]:disabled+label{cursor:not-allowed}
  [type=checkbox]:disabled+label::before{background:linear-gradient(to bottom, #263144, #181C29);border-color:#394766}
  .--has-error [type=checkbox]+label::before{border-color:#fd8962}
  .--has-error [type=checkbox]:not(:checked)+label::after{content:"";position:absolute;border-bottom:solid 2px #fd8962}
  [type=checkbox]:checked+label::after{content:"✓";color:#ffdf91;font-weight:bold;text-shadow:0 0 3px rgba(0,0,0,.5);line-height:calc(1rem - 4px)}
  [type=checkbox]:focus-visible+label::before{background-image:-webkit-gradient(linear, left top, left bottom, from(#426380), to(#2E3D55));border-color:#53dbdd}
  [type=checkbox]:checked:focus-visible+label::before{background-image:-webkit-gradient(linear, left top, left bottom, from(#426380), to(#2E3D55));border-color:#ffdf91;color:#ffdf91}
  [type=checkbox].toggle+label{font-size:22px;line-height:2em}
  [type=checkbox].toggle+label>div{font-size:1em;line-height:2em}
  [type=checkbox].toggle+label::before{min-width:3.5em;width:3.5em;height:1.5em;border-radius:1.5rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-toggle-sprite.291fa3.svg),linear-gradient(to bottom, #394766, #1E2536);background-repeat:no-repeat,no-repeat;background-size:175%,100%;background-position:calc(-3.5em + 16px),0}
  [type=checkbox].toggle+label::after{content:"";position:absolute;width:calc(1.5em - 6px);height:calc(1.5em - 6px);background-color:#ffdf91;background-image:linear-gradient(60deg, #CDA351, #FFDF91, #CDA351);border-radius:50%;left:calc(6px/2);top:calc(0.25em + 1.5px);transition:left .2s ease;box-shadow:0 0 .3em rgba(0,0,0,.5)}
  @media(min-width: 80em){[type=checkbox].toggle+label::after{top:calc(0.25em + 3px)}}
  [type=checkbox].toggle:checked+label::before{content:"";background-position:7px,0}
  [type=checkbox].toggle:checked+label::after{left:calc(3.5em - (1.5em - 3px))}
  [type=checkbox].toggle:focus-visible+label::before{border-color:#418198;border-width:3px}
  [type=checkbox].toggle:focus-visible+label::after{background-image:linear-gradient(135deg, #418198, #53DBDD, #418198)}
  [type=checkbox].toggle:checked:focus-visible+label::before{border-color:#ffdf91;color:#ffdf91}
  [type=checkbox].toggle:checked:focus-visible+label::after{background-image:linear-gradient(135deg, #CDA351, white, #CDA351)}
  [type=checkbox].--required+label>span:after{content:"*";margin-left:.5rem;color:#fd8962}
  .checkbox-a11y [type=checkbox]{position:absolute;visibility:visible;display:inline-block;width:100%;height:100%;margin-bottom:0}
  .checkbox-a11y [type=checkbox]:focus-visible+label{outline:2px solid #fff}
  @media(-ms-high-contrast: active),(forced-colors: active){.checkbox-a11y [type=checkbox]{outline:2px solid #fff}}
  .radiogroup__horizontal{position:relative;display:flex;justify-content:space-around}
  .radiogroup__horizontal>div{text-align:center}
  .radiogroup__horizontal>div label{padding-bottom:1.25rem}
  .radiogroup__horizontal.--divider::before{content:"";position:absolute;bottom:2rem;left:auto;background:#ffdf91;width:66.666%;height:2px}
  [type=radio]{visibility:hidden;display:none;opacity:0}
  [type=radio]+label{position:relative;display:flex;align-items:flex-start;font-weight:normal;padding:0;cursor:pointer;margin-bottom:1.5rem}
  [type=radio]+label:before{content:"";display:inline-block;min-width:1rem;width:1rem;height:1rem;border:2px solid #418fa3;background-image:linear-gradient(to bottom, #394766, #1E2536);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);margin-right:.5rem;margin-top:.25rem}
  [type=radio]+label:hover::before,[type=radio]+label:focus::before{background:linear-gradient(to bottom, #426380, #2E3D55);border-color:#e7c067}
  [type=radio]:checked+label::before{background:linear-gradient(to bottom, #394766, #1E2536);border-color:#cda351}
  [type=radio]:checked+label::after{position:absolute;top:calc(.25rem + 2px);left:0;width:1rem;text-align:center}
  [type=radio]:disabled+label{cursor:not-allowed}
  [type=radio]:disabled+label::before{background:linear-gradient(to bottom, #263144, #181C29);border-color:#394766}
  .--has-error [type=radio]+label::before{border-color:#fd8962}
  .--has-error [type=radio]:not(:checked)+label::after{content:"";position:absolute;border-bottom:solid 2px #fd8962}
  [type=radio]+label::before{border-radius:50%}
  [type=radio]:focus+label::before{border-color:#418198}
  [type=radio]:focus+label::after{background-image:linear-gradient(135deg, #418198, #53DBDD, #418198)}
  [type=radio]:checked+label::after{content:"";width:calc(1rem - 4px);height:calc(1rem - 4px);background:linear-gradient(60deg, #CDA351, #FFDF91, #CDA351);border-radius:50%;left:2px;box-shadow:0 0 .3rem rgba(0,0,0,.5)}
  @media(-ms-high-contrast: active),(forced-colors: active){[type=radio]:checked+label::after{background:#000 !important;filter:invert(1)}}
  [type=radio].--required+label>span:after{content:"*";margin-left:.5rem;color:#fd8962}
  [type=radio].toggle+label{min-width:75px;padding:0 .75rem;color:#e7c067;font-weight:700;font-size:.8536067893rem}
  [type=radio].toggle+label::before{content:""}
  [type=radio].toggle+label span{position:absolute;left:50%;transform:translate(-50%, -29px)}
  .radiogroup__horizontal [type=radio]+label::before{position:absolute;bottom:0;left:calc(50% - .5rem)}
  .radiogroup__horizontal [type=radio]+label::after{position:absolute;bottom:2px;left:calc(50% - .5rem + 2px)}
  .radiogroup__horizontal [type=radio]:checked+label::after{left:calc(50% - .5rem + 2px);top:auto}
  .checkbox-a11y [type=radio]{position:absolute;visibility:visible;display:inline-block;width:100%;margin-bottom:0;margin-top:1.8rem;height:100%}
  .checkbox-a11y [type=radio]:focus-visible+label{outline:2px solid #fff}
  input[type=submit]{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));width:auto;border-radius:0}
  input[type=submit] [class*=icon]{fill:url(#iconGradientLight)}
  input[type=submit]:not(:disabled):hover,input[type=submit]:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  input[type=submit]:not(:disabled):hover [class*=icon],input[type=submit]:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  input[type=submit]:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  textarea{line-height:1.5rem;padding:.375rem 1.125rem;display:block;margin-bottom:1.5rem;width:22rem;max-width:100%;border:2px solid #16668b;color:#303030;background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  textarea:not(:disabled):hover{border-color:#e7c067;outline:none}
  textarea:not(:disabled):focus,textarea:not(:disabled):hover:focus{border-color:#cda351;color:#303030;outline:none}
  @media(-ms-high-contrast: active),(forced-colors: active){textarea:not(:disabled):focus+label,textarea:not(:disabled):hover:focus+label{outline:2px solid #fff}}
  textarea:disabled{cursor:not-allowed;background-color:#fff;border-color:#394766;color:#919191}
  .--has-error textarea{border-color:#fd8962}
  select{line-height:1.5rem;padding:.375rem 1.125rem;display:block;margin-bottom:1.5rem;width:22rem;max-width:100%;border:2px solid #16668b;color:#303030;background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  select:not(:disabled):hover{border-color:#e7c067;outline:none}
  select:not(:disabled):focus,select:not(:disabled):hover:focus{border-color:#cda351;color:#303030;outline:none}
  @media(-ms-high-contrast: active),(forced-colors: active){select:not(:disabled):focus+label,select:not(:disabled):hover:focus+label{outline:2px solid #fff}}
  select:disabled{cursor:not-allowed;background-color:#fff;border-color:#394766;color:#919191}
  .--has-error select{border-color:#fd8962}
  select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#e7c067;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2216%22%20y1%3D%224.433%22%20x2%3D%2216%22%20y2%3D%2227.567%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cda351%22%2F%3E%3Cstop%20offset%3D%22.333%22%20stop-color%3D%22%239d6b2c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e8c168%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M27.8%204.433C26%206.133%2022.333%207.767%2016%207.767S6%206.133%204.2%204.433L0%209.167l16%2018.4%2016-18.4-4.2-4.734z%22%20fill%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E"),linear-gradient(to bottom, #394766, #1E2536);background-repeat:no-repeat,no-repeat;background-size:1.5rem auto,auto auto;background-position:right .5rem top 50%,0 0;cursor:pointer}
  @media(min-width: 20.125rem){select{min-width:auto}}
  select::ms-expand{display:none}
  select option{font-weight:normal;background:#181c29;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);border:2px solid #cda351}
  select:not(:disabled):hover{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2216%22%20y1%3D%224.433%22%20x2%3D%2216%22%20y2%3D%2227.567%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8c168%22%2F%3E%3Cstop%20offset%3D%22.333%22%20stop-color%3D%22%23b9873d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffe093%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M27.8%204.433C26%206.133%2022.333%207.767%2016%207.767S6%206.133%204.2%204.433L0%209.167l16%2018.4%2016-18.4-4.2-4.734z%22%20fill%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E"),linear-gradient(to bottom, #426380, #2E3D55);color:#ffdf91}
  select:not(:disabled):focus,select:not(:disabled):focus:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2216%22%20y1%3D%224.433%22%20x2%3D%2216%22%20y2%3D%2227.567%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8c168%22%2F%3E%3Cstop%20offset%3D%22.333%22%20stop-color%3D%22%23b9873d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffe093%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M27.8%204.433C26%206.133%2022.333%207.767%2016%207.767S6%206.133%204.2%204.433L0%209.167l16%2018.4%2016-18.4-4.2-4.734z%22%20fill%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E"),linear-gradient(to bottom, #394766, #1E2536);color:#ffdf91}
  select:disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2216%22%20y1%3D%224.433%22%20x2%3D%2216%22%20y2%3D%2227.567%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cda351%22%2F%3E%3Cstop%20offset%3D%22.333%22%20stop-color%3D%22%239d6b2c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e8c168%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M27.8%204.433C26%206.133%2022.333%207.767%2016%207.767S6%206.133%204.2%204.433L0%209.167l16%2018.4%2016-18.4-4.2-4.734z%22%20fill%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E");border-color:#394766;color:#b8862d}
  @media(min-width: 68em){select{background-size:1rem auto,auto auto}}
  input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);margin:0 0 1.5rem 0;padding:0;width:100%;border:none;box-shadow:none}
  input[type=range]::-moz-focus-outer{border:0}
  input[type=range]:focus{outline:0;border:none}
  @media(-ms-high-contrast: active),(forced-colors: active){input[type=range]:focus{outline:2px solid #fff}}
  input[type=range]:focus::-webkit-slider-runnable-track{border-color:#e7c067}
  input[type=range]:focus::-ms-fill-lower{border-color:#e7c067}
  input[type=range]:focus::-ms-fill-upper{border-color:#e7c067}
  input[type=range]::-webkit-slider-runnable-track{cursor:default;-webkit-transition:all .2s ease;transition:all .2s ease;box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);min-width:1rem;width:100%;height:30px;border:2px solid #426380;border-radius:1.5rem;background-image:linear-gradient(to bottom, #394766, #1E2536);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);padding:0 2px;margin-right:.5rem;margin-top:.25rem}
  input[type=range]::-webkit-slider-thumb{box-shadow:4px 4px 4px rgba(0,0,0,.2),0 0 4px hsla(0,0%,5%,.2);background:linear-gradient(60deg, #CDA351, #FFDF91, #CDA351);border:none;border-radius:50%;box-sizing:border-box;cursor:default;height:22px;width:22px;margin-top:2px;-webkit-appearance:none;appearance:none}
  input[type=range]::-moz-range-track{box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);cursor:default;-moz-transition:all .2s ease;transition:all .2s ease;width:100%;background:#eceff1;border:2px solid #cfd8dc;border-radius:5px;height:15px}
  input[type=range]::-moz-range-thumb{box-shadow:4px 4px 4px rgba(0,0,0,.2),0 0 4px hsla(0,0%,5%,.2);background:linear-gradient(60deg, #CDA351, #FFDF91, #CDA351);border:none;border-radius:50%;box-sizing:border-box;cursor:default;height:22px;width:22px;margin-top:2px}
  input[type=range]::-ms-track{cursor:default;height:30px;-ms-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:11px 0;color:rgba(0,0,0,0)}
  input[type=range]::-ms-fill-lower{box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);background:hsl(204,15.1515151515%,88.5294117647%);border:2px solid #cfd8dc;border-radius:10px}
  input[type=range]::-ms-fill-upper{box-shadow:1px 1px 1px rgba(0,0,0,.2),0 0 1px hsla(0,0%,5%,.2);background:#eceff1;border:2px solid #cfd8dc;border-radius:10px}
  input[type=range]::-ms-thumb{box-shadow:4px 4px 4px rgba(0,0,0,.2),0 0 4px hsla(0,0%,5%,.2);background:linear-gradient(60deg, #CDA351, #FFDF91, #CDA351);border:none;border-radius:50%;box-sizing:border-box;cursor:default;height:22px;width:22px;margin-top:2px;margin-top:calc(30px/4)}
  input[type=range]:disabled::-webkit-slider-thumb,input[type=range]:disabled::-moz-range-thumb,input[type=range]:disabled::-ms-thumb,input[type=range]:disabled::-webkit-slider-runnable-track,input[type=range]:disabled::-ms-fill-lower,input[type=range]:disabled::-ms-fill-upper{cursor:not-allowed}
  .range__datalist datalist{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);display:flex;justify-content:space-between}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .range__datalist datalist{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .range__datalist datalist option{font-weight:700}
  .form-row{display:flex;flex-wrap:wrap;margin-left:calc(1.875rem/-2);margin-right:calc(1.875rem/-2)}
  .form-row .form-cell{flex-grow:1;display:block;margin-left:.9375rem;margin-right:.9375rem}
  .form-error{font-size:.8536067893rem;color:#fd8962;margin-top:-1.125rem}
  .form-group-error{padding:calc(1.5rem/4);background-color:#900802;color:#e2e2e2}
  .form-instructions{font-size:.8536067893rem;display:block;margin-top:-1.125rem}
  .games-sub__nav:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}
  .game-page__subnav{background:#000 url(/wp-content/themes/ageOfEmpires/public/images/swoosh.ae77de5186fd478e.webp) 0 1.5rem no-repeat;background-size:100%;background-position-y:1rem}
  @media screen and (max-width: 54em){.game-page__subnav{background-position-y:5rem}}
  .game-page__subnav .mobile__page__subnav ul#menu-games-submenu{display:none !important}
  @media(min-width: calc(54em + 1px)){.game-page__subnav .mobile__page__subnav ul#menu-games-submenu{display:grid !important;grid-template-columns:1fr 1fr;grid-column-gap:20px}.game-page__subnav .mobile__page__subnav ul#menu-games-submenu .page__subnav__link{width:100%}}
  @media(min-width: 964px){.game-page__subnav .mobile__page__subnav ul#menu-games-submenu{grid-template-columns:1fr 1fr 1fr}}
  @media(min-width: 80em){.game-page__subnav .mobile__page__subnav ul#menu-games-submenu{grid-template-columns:1fr 1fr 1fr 1fr}}
  @media(min-width: 100em){.game-page__subnav .mobile__page__subnav ul#menu-games-submenu{grid-template-columns:1fr 1fr 1fr 1fr 1fr}}
  .game-page__subnav .mobile__page__subnav ul#menu-games-submenu li{min-width:250px}
  .game-page__subnav .mobile__page__subnav.--open ul#menu-games-submenu{display:inline-block !important}
  .games__page__subnav{display:inline-block !important;width:100%;text-align:center}
  .games__page__subnav .page__subnav__link{width:30%;margin-right:2.5%;display:inline-block !important;margin-bottom:25px;position:relative}
  @media(min-width: 910px){.games__page__subnav .page__subnav__link{width:100%;margin-right:1.5%}}
  .games__page__subnav .page__subnav__item.page__subnav__item a::after{-webkit-mask-size:75%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}
  .games__page__subnav .page__subnav__item.icon-accolades a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/accolades.b961f4.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/accolades.b961f4.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .games__page__subnav .page__subnav__item.icon-info a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/info.e34f94.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/info.e34f94.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .games__page__subnav .page__subnav__item.icon-mods a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods2.370511.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods2.370511.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .games__page__subnav .page__subnav__item.icon-civilizations a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/civilizations.1f684f.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/civilizations.1f684f.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .games__page__subnav .page__subnav__item.icon-wars a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/lancer.9c3f95.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/lancer.9c3f95.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .games__page__subnav .page__subnav__item.icon-immortal-pillars a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/immortal-pillars.107af5.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/immortal-pillars.107af5.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .games__page__subnav .page__subnav__item.icon-heavenly-spear a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/heavenly-spear.ea33ba.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/heavenly-spear.ea33ba.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .games__page__subnav .page__subnav__item.icon-obsidian-mirror a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/obsidian-mirror.f0b2f2.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/obsidian-mirror.f0b2f2.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media screen and (-ms-high-contrast: white-on-black),(-ms-high-contrast: black-on-white){.games__page__subnav .page__subnav__item.icon-accolades a::after,.games__page__subnav .page__subnav__item.icon-info a::after,.games__page__subnav .page__subnav__item.icon-mods a::after,.games__page__subnav .page__subnav__item.icon-civilizations a::after,.games__page__subnav .page__subnav__item.icon-wars a::after{background:#fff}}
  .games__page__subnav .page__subnav__item [data-lottie]{left:0;margin:0 0 0 .5rem;position:absolute}
  .games__page__subnav .page__subnav__item [data-lottie] svg{max-width:1.5rem;max-height:1.5rem}
  @media(min-width: 68em){.games__page__subnav .page__subnav__item [data-lottie]{margin:0 0 0 .25rem}}
  @media(min-width: 40em){.games__page__subnav .page__subnav__item [data-lottie]{margin:0 0 0 5px}}
  .game-trailers{padding-top:3rem;padding-bottom:3rem}
  .game-trailers h2{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .game-trailers h2{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .game-trailers__grid{display:grid;grid-template-columns:100%;grid-gap:1.5rem;gap:1.5rem}
  @media(min-width: 80em){.game-trailers__grid{grid-template-columns:calc(50% - .75rem) calc(50% - .75rem)}}
  @media(min-width: 40em){.game-trailers__grid{grid-template-columns:calc(33.334% - 1rem) calc(33.334% - 1rem) calc(33.334% - 1rem)}}
  .game-trailer__container{position:relative}
  .game-trailer__container::before{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";border:2px solid rgba(0,0,0,0);pointer-events:none;z-index:1}
  .game-trailer__container:hover::before,.game-trailer__container:focus-visible::before{border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-width:2px;border-image-slice:4;border-style:solid}
  .game-trailer__video{cursor:pointer;margin-bottom:1.5rem;-webkit-text-decoration:none;text-decoration:none}
  .game-trailer__video:focus-visible img{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:1px}
  .game-trailer__thumbnail{display:inline-block;width:100%}
  .game-trailer__thumbnail img{width:100%;display:block;margin-bottom:-1px}
  .game-trailer__video-title{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;margin-top:-0.375rem !important;display:flex;justify-content:space-between}
  .game-trailer__audio-desc{display:flex;padding-left:1rem}
  .game-trailer__audio-desc svg{fill:url(#iconGradient);width:3rem;height:auto}
  .game-trailer__audio-desc:hover svg{fill:url(#iconGradientHover)}
  .hightlight-heading{color:#ffdf91;text-shadow:none;padding:.75rem 0;width:100%;position:relative;margin-left:auto;margin-right:auto}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .hightlight-heading{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(none)}}
  .hightlight-heading::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 54em){.hightlight-heading{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 0%;white-space:nowrap}}
  @media(min-width: 68em){.hightlight-heading{width:100%}.hightlight-heading::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .page-title.--globe{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .page-title.--globe span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .page-title.--globe span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .page-title.--globe::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/lobby-globe.e269b5.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/lobby-globe.e269b5.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.page-title.--globe{text-indent:0}.page-title.--globe::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.page-title.--globe{font-size:2.413270972rem}}
  .page-title.--globe::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.page-title.--globe{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.page-title.--globe{width:83.3333333333%}.page-title.--globe::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  #languageSwitcherForm{padding:1rem 0}
  #languageSwitcherForm>*{display:inline-block}
  #languageSwitcherForm label{margin:0 .25rem}
  #languageSwitcherForm #languageSelect{line-height:1.5rem;padding:.055rem .5rem;font-size:.7rem;width:11rem;vertical-align:inherit;margin-bottom:0}
  #languageSwitcherForm .nda_content{padding:1.125rem;margin:1.5rem 0;background-color:#1e2536}
  #languageSwitcherForm .nda_content>*:first-child(){padding-top:0;margin-top:0}
  #languageSwitcherForm .nda_content .divider{margin:1.5rem 0 1rem}
  #languageSwitcherForm .nda_container:not(:empty){margin-top:1.5rem}
  #languageSwitcherForm .nda_container h2{padding-top:0}
  #languageSwitcherForm .nda_container ul,#languageSwitcherForm .nda_container ol{margin:0 0 1rem 1rem}
  #languageSwitcherForm .nda_container ul{list-style:disc}
  #languageSwitcherForm .nda_container ol{list-style:auto}
  #languageSwitcherForm .nda_container.--checkbox{margin-bottom:1.5rem}
  #languageSwitcherForm .nda_container.--success{display:none}
  #languageSwitcherForm .nda_container.--error{margin-top:0}
  #languageSwitcherForm .nda_container.--error:not(:empty){padding-bottom:1rem}
  @media(max-width: 40em){body.single-learn_to_play .page-container{width:100%}}
  body.single-learn_to_play .--ltp-hero .leaderboard__hero__title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  body.single-learn_to_play .--ltp-hero .leaderboard__hero__title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) body.single-learn_to_play .--ltp-hero .leaderboard__hero__title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  body.single-learn_to_play .--ltp-hero .leaderboard__hero__title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/knowledgebase.e6effb.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/knowledgebase.e6effb.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){body.single-learn_to_play .--ltp-hero .leaderboard__hero__title{text-indent:0}body.single-learn_to_play .--ltp-hero .leaderboard__hero__title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){body.single-learn_to_play .--ltp-hero .leaderboard__hero__title{font-size:2.413270972rem}}
  body.single-learn_to_play .--ltp-hero .leaderboard__hero__title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){body.single-learn_to_play .--ltp-hero .leaderboard__hero__title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){body.single-learn_to_play .--ltp-hero .leaderboard__hero__title{width:83.3333333333%}body.single-learn_to_play .--ltp-hero .leaderboard__hero__title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  @media(max-width: 40em){body.single-learn_to_play .--ltp-hero .leaderboard__hero__title{text-align:left;text-indent:0;padding-left:.375rem}body.single-learn_to_play .--ltp-hero .leaderboard__hero__title:before{content:none}}
  body.single-learn_to_play .su-tooltip{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}
  body.single-learn_to_play .qtip-dark{background:#000;color:#fff;font-size:.75em}
  #learn-to-play{padding-top:1.5rem;counter-reset:ltp-lesson-counter;scroll-behavior:smooth}
  #learn-to-play .section_wrapper{padding-left:26px;width:100%}
  #learn-to-play .section_wrapper .lesson__wrapper{box-shadow:0 .25rem .5rem rgba(0,0,0,.6);min-height:200px;box-sizing:border-box;padding:0}
  @media screen and (max-width: 40em){#learn-to-play .section_wrapper .lesson__wrapper{padding:0}}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls{position:absolute;z-index:999;background-color:#181c29;right:40px;bottom:0;width:auto;height:48px;border-radius:16px 16px 0px 0px;padding:8px}
  @media screen and (max-width: 40em){#learn-to-play .section_wrapper .lesson__wrapper .zoom-controls{height:38px;padding:6px 8px;right:8px}}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button{width:30px;height:100%;vertical-align:top}
  @media screen and (max-width: 40em){#learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button{height:26px}}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button span{display:block;width:100%;height:100%}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button span.zoom_out{display:none}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_prev,#learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_next{cursor:pointer}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_prev svg,#learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_next svg{fill:url(#iconGradient)}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_prev:hover,#learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_next:hover{fill:url(#iconGradientHover)}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_zoom{width:32px;cursor:pointer}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_zoom .zoom_in svg,#learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_zoom .zoom_out svg{fill:url(#iconGradient)}
  #learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_zoom .zoom_in:hover,#learn-to-play .section_wrapper .lesson__wrapper .zoom-controls button.btn_zoom .zoom_out:hover{fill:url(#iconGradientHover)}
  #learn-to-play .section--padding{padding-top:0;padding-bottom:35px}
  #learn-to-play .ltp-section .row{position:relative;display:flex}
  #learn-to-play .ltp-section .column{padding-left:0}
  #learn-to-play .ltp-section:last-child .section_scroller{height:calc(100% - 66px)}
  #learn-to-play .ltp-section:last-child .section_wrapper .section__footer .section__footer--button{display:none}
  #learn-to-play .lesson_heading{position:relative;font-weight:bold;font-size:1.999396rem;color:#cda351;background:linear-gradient(90deg, #FFDF91 0%, #CDA351 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:.25em;padding-top:0;padding-left:4px;line-height:1.4}
  @media screen and (max-width: 80em){#learn-to-play .lesson_heading{margin-bottom:.75em;padding-top:0;line-height:1.2}}
  @media screen and (max-width: 68em){#learn-to-play .lesson_heading{line-height:1}}
  #learn-to-play .lesson_heading:before,#learn-to-play .lesson_heading:after{content:"";display:block;position:absolute;top:33px;left:-22px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/bullet.96e4fb.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/bullet.96e4fb.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;width:16px;height:16px;-webkit-mask-size:contain;mask-size:contain}
  @media screen and (max-width: 137em){#learn-to-play .lesson_heading:before,#learn-to-play .lesson_heading:after{top:28px}}
  @media screen and (max-width: 80em){#learn-to-play .lesson_heading:before,#learn-to-play .lesson_heading:after{top:17px}}
  @media screen and (max-width: 68em){#learn-to-play .lesson_heading:before,#learn-to-play .lesson_heading:after{top:10px}}
  #learn-to-play .lesson_heading:before{background:#000;top:33.5px}
  @media screen and (max-width: 137em){#learn-to-play .lesson_heading:before{top:28.5px}}
  @media screen and (max-width: 80em){#learn-to-play .lesson_heading:before{top:17.5px}}
  @media screen and (max-width: 68em){#learn-to-play .lesson_heading:before{top:10.5px}}
  #learn-to-play .ltp-heading{color:#ffdf91;font-family:noto-sans,sans-serif;font-size:1.414rem;font-weight:bold;padding-left:.5rem;letter-spacing:.04em}
  #learn-to-play .ltp-toc .row{border-width:2px;border-style:solid;border-image:linear-gradient(135deg, #B8862D 0%, #FFDF91 50%, #B8862D 100%);border-image-slice:1}
  #learn-to-play .table-of-contents{display:grid;grid-template-columns:40% auto;position:relative}
  @media screen and (max-width: 68em){#learn-to-play .table-of-contents:before,#learn-to-play .table-of-contents:after{content:"";display:block;height:16px;width:16px;position:absolute;left:11px;top:24px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/bullet.96e4fb.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/bullet.96e4fb.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;z-index:5}#learn-to-play .table-of-contents:before{background:#000;left:11.5px;top:25.5px}}
  @media screen and (max-width: 54em){#learn-to-play .table-of-contents:before,#learn-to-play .table-of-contents:after{top:20px}#learn-to-play .table-of-contents:before{top:21.5px}}
  @media screen and (max-width: 40em){#learn-to-play .table-of-contents:before,#learn-to-play .table-of-contents:after{top:13px}#learn-to-play .table-of-contents:before{top:14.5px}}
  #learn-to-play .lesson_progress{line-height:1;position:relative}
  @media screen and (max-width: 68em){#learn-to-play .lesson_progress{width:4.5rem;height:100%;text-align:right}}
  #learn-to-play .lesson_progress .progress-text{line-height:1;justify-content:center;position:absolute;display:flex;width:100%;height:100%;align-items:center;font-size:12px}
  @media screen and (max-width: 68em){#learn-to-play .lesson_progress .progress-text{width:2.5rem;left:0px}#learn-to-play .lesson_progress .progress-ring{width:24px;height:24px}}
  #learn-to-play .lesson_progress .progress-ring .progress_circle{transition:stroke-dashoffset .35s;transform:rotate(-90deg);transform-origin:50% 50%;stroke-dasharray:132;stroke-dashoffset:132}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="100"]{stroke-dashoffset:0}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="90"]{stroke-dashoffset:13.2}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="80"]{stroke-dashoffset:26.4}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="70"]{stroke-dashoffset:39.6}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="60"]{stroke-dashoffset:52.8}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="50"]{stroke-dashoffset:66}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="40"]{stroke-dashoffset:79.2}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="30"]{stroke-dashoffset:92.4}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="20"]{stroke-dashoffset:105.6}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="10"]{stroke-dashoffset:118.8}
  #learn-to-play .lesson_progress .progress-ring .progress_circle[data-length="0"]{stroke-dashoffset:132}
  #learn-to-play .related-lessons{position:relative}
  @media screen and (max-width: 68em){#learn-to-play .related-lessons:before{background:linear-gradient(90deg, rgba(0, 0, 0, 0) 39%, #B8862D 40%, #B8862D 50%, rgba(0, 0, 0, 0) 51%);content:"";display:block;width:42px;height:100%;position:absolute;left:0;top:29px;z-index:0}}
  #learn-to-play .related-lessons ul{margin-left:0;display:flex;flex-direction:column;height:100%}
  #learn-to-play .related-lessons li{position:relative;box-sizing:border-box;flex:1 auto;margin:0;padding:0;font-weight:bold;list-style-type:none}
  #learn-to-play .related-lessons li a{padding:1rem .5rem;z-index:22;position:relative;height:100%;display:flex;align-items:center;justify-content:space-between;-webkit-text-decoration:none;text-decoration:none}
  @media screen and (max-width: 40em){#learn-to-play .related-lessons li a{padding:.5rem}}
  #learn-to-play .related-lessons li span{padding-right:8px;display:inline-block;vertical-align:middle}
  #learn-to-play .related-lessons li .lesson_position{font-weight:bold}
  #learn-to-play .chapters ul{position:relative;margin:1.25rem 2rem}
  @media screen and (max-width: 68em){#learn-to-play .chapters ul{margin-left:0}}
  #learn-to-play .chapters ul li{position:relative;z-index:1;padding-left:2em;margin-bottom:26px;line-height:33px}
  @media screen and (max-width: 68em){#learn-to-play .chapters ul li{padding-left:50px;margin-bottom:17px;line-height:1.5rem}}
  #learn-to-play .chapters ul li a{font-weight:bold;color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline;font-size:.8536067893rem}
  #learn-to-play .chapters ul li a:hover{color:#98f1f0}
  #learn-to-play .chapters ul li a:before,#learn-to-play .chapters ul li a:after{content:"";display:block;height:16px;width:16px;position:absolute;left:11px;top:11px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/bullet.96e4fb.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/bullet.96e4fb.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;z-index:5}
  @media screen and (max-width: 68em){#learn-to-play .chapters ul li a:before,#learn-to-play .chapters ul li a:after{top:4px}}
  #learn-to-play .chapters ul li a:before{background:#000;left:11.5px;top:12.5px}
  @media screen and (max-width: 68em){#learn-to-play .chapters ul li a:before{top:5px}}
  #learn-to-play .chapters ul li:not(:last-child):before{background:linear-gradient(90deg, rgba(0, 0, 0, 0) 39%, #B8862D 40%, #B8862D 50%, rgba(0, 0, 0, 0) 51%);content:"";display:block;width:42px;height:44px;position:absolute;left:0;top:26px;z-index:0}
  @media screen and (max-width: 68em){#learn-to-play .chapters ul li:not(:last-child):before{top:8.5px;height:42px}}
  @media screen and (max-width: 54em){#learn-to-play .chapters ul li:not(:last-child):before{height:37px}}
  #learn-to-play .chapters ul li[data-section-complete="100"]:not(:last-child):before{background:linear-gradient(90deg, rgba(0, 0, 0, 0) 39%, #85fc89 40%, #85fc89 50%, rgba(0, 0, 0, 0) 51%);height:41px;position:absolute;left:0;top:30px}
  @media screen and (max-width: 68em){#learn-to-play .chapters ul li[data-section-complete="100"]:not(:last-child):before{height:calc(100% - 5px)}}
  #learn-to-play .chapters ul li[data-section-complete="100"] a:before,#learn-to-play .chapters ul li[data-section-complete="100"] a:after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/check.fa255f.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/check.fa255f.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;background:#85fc89;width:24px;height:24px;top:.5rem;top:8px;left:6px;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  @media screen and (max-width: 68em){#learn-to-play .chapters ul li[data-section-complete="100"] a:before,#learn-to-play .chapters ul li[data-section-complete="100"] a:after{left:6px;top:2px}}
  #learn-to-play .chapters ul li[data-section-complete="100"] a:before{background:#000;left:6px;top:10px}
  @media screen and (max-width: 68em){#learn-to-play .chapters ul li[data-section-complete="100"] a:before{left:7.5px;top:3.5px}}
  @media(forced-colors: active){#learn-to-play .chapters ul li[data-section-complete="100"] a:after{filter:invert(1)}}
  #learn-to-play .chapters span{font-weight:bold}
  #learn-to-play .section_scroller{width:26px;position:absolute;height:calc(100% - 28px);top:66px;background:linear-gradient(90deg, rgba(0, 0, 0, 0) 39%, #B8862D 40%, #B8862D 50%, rgba(0, 0, 0, 0) 51%)}
  @media screen and (max-width: 80em){#learn-to-play .section_scroller{top:59px}}
  @media screen and (max-width: 68em){#learn-to-play .section_scroller{top:54px}}
  #learn-to-play .section_scroller .to_next_section,#learn-to-play .section_scroller .to_prev_section{width:26px;height:30px;display:block;position:absolute;left:-0.5px;-webkit-mask-size:24px;mask-size:24px;filter:drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.6));cursor:pointer}
  #learn-to-play .section_scroller .to_next_section svg,#learn-to-play .section_scroller .to_prev_section svg{width:24px}
  #learn-to-play .section_scroller .to_next_section:focus-visible,#learn-to-play .section_scroller .to_prev_section:focus-visible{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:1px}
  #learn-to-play .section_scroller .to_next_section{top:-18px}
  #learn-to-play .section_scroller .to_prev_section{bottom:-13px;z-index:1}
  #learn-to-play .ltp-content__wrapper{display:flex;flex-wrap:wrap;background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c.1e3590af6a90faa8.webp),linear-gradient(180deg, #2E3D55, #181C29);background-blend-mode:overlay normal;position:relative;color:#c7c7c7;font-family:noto-sans,sans-serif;padding:.75rem .5rem}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){#learn-to-play .ltp-content__wrapper{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c@2x.5cf913e9647bfc85.webp),linear-gradient(180deg, #2E3D55, #181C29)}}
  #learn-to-play .ltp-content__wrapper .alpha-trigger-list,#learn-to-play .ltp-content__wrapper .alpha-video-list{order:1}
  #learn-to-play .ltp-content__wrapper .alpha_trigger_quicknav,#learn-to-play .ltp-content__wrapper .alpha_video_quicknav{order:0}
  #learn-to-play .ltp-content__wrapper .section__footer{order:2}
  #learn-to-play .ltp-content__wrapper .alpha_trigger_quicknav,#learn-to-play .ltp-content__wrapper .alpha_video_quicknav{margin-bottom:1rem}
  #learn-to-play .slideWrapper{position:relative}
  #learn-to-play .slideWrapper .mobile_wrapper{position:relative}
  #learn-to-play .slideWrapper .mobile_wrapper img{display:block;position:absolute;top:0;left:0;z-index:0;opacity:0;transition:opacity ease-in 500ms}
  #learn-to-play .slideWrapper .mobile_wrapper img.active{position:relative;width:100%;z-index:1;opacity:1}
  #learn-to-play .mapWrapper{position:relative}
  #learn-to-play .mapWrapper .mobile_wrapper{height:auto;width:715px;position:relative;overflow:hidden}
  @media screen and (max-width: 40em){#learn-to-play .mapWrapper .mobile_wrapper{width:100%}}
  #learn-to-play .mapWrapper .mobile_wrapper button{position:absolute;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:bold;font-size:27px;position:relative;cursor:pointer;z-index:1;height:0;outline:none;width:60px;height:60px}
  #learn-to-play .mapWrapper .mobile_wrapper button span{display:block;position:relative}
  #learn-to-play .mapWrapper .mobile_wrapper button .anim-map-point{position:absolute;top:0;z-index:-1}
  @media screen and (max-width: 40em){#learn-to-play .mapWrapper .mobile_wrapper button{width:30px;height:30px}#learn-to-play .mapWrapper .mobile_wrapper button span{font-size:1rem}}
  #learn-to-play .mapWrapper img{display:block;position:relative;transform:scale(1);width:715px}
  #learn-to-play .mark_self_complete{list-style-type:none}
  #learn-to-play .mark_self_complete label{font-family:noto-sans,sans-serif;font-weight:bold;font-size:1rem}
  #learn-to-play .mark_self_complete label:before{content:"";display:inline-block;vertical-align:text-top;height:1em;width:1em;position:relative;padding:0px;cursor:pointer;background-size:20em 22em;background-position:-2em -8.25em;margin-left:0;margin-top:3px}
  #learn-to-play .mark_self_complete input[type=checkbox]{visibility:hidden;position:absolute}
  #learn-to-play .mark_self_complete input[type=checkbox]:checked+label:before{background-position:-2em -6em}
  #learn-to-play .mark_self_complete[data-completed="1"] label:before{background-position:-2em -6em}
  #learn-to-play .mark_self_complete .content_section_completed{font-family:noto-sans,sans-serif;font-weight:bold;font-size:1rem}
  #learn-to-play .mark_self_complete .content_section_completed:before{content:"";display:inline-block;vertical-align:text-top;height:1em;width:1em;position:relative;padding:0px;cursor:pointer;background-size:20em 22em;background-position:-2em -6em;margin-right:0}
  #learn-to-play .only_one .zoom-controls{background-color:#181c29;left:calc(100% - 94px)}
  #learn-to-play .only_one .zoom-controls .btn_prev,#learn-to-play .only_one .zoom-controls .btn_next{display:none}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn .mobile_wrapper button{z-index:-1}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn .mobile_wrapper button.active{z-index:1}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn .mobile_wrapper button:focus-visible{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:1px}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn .zoom-controls button{z-index:10}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn .zoom-controls button span{display:block}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn .zoom-controls button span.zoom_in{display:none}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn .zoom-controls button span.zoom_out{display:block}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn .zoom-controls button:focus-visible{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:1px}
  #learn-to-play .section_wrapper .lesson__wrapper.zoomIn.centered .mobile_wrapper button{z-index:-1}
  #learn-to-play .alpha-trigger-list,#learn-to-play .alpha-video-list,#learn-to-play .alpha_trigger_quicknav,#learn-to-play .alpha_video_quicknav,#learn-to-play .alpha-video-stamps{counter-reset:ltp-alpha-counter;list-style-type:none}
  #learn-to-play .alpha-trigger-list,#learn-to-play .alpha-video-list,#learn-to-play .content_inner,#learn-to-play .alpha_trigger_quicknav,#learn-to-play .alpha_video_quicknav{width:100%}
  #learn-to-play .alpha-video-stamps{position:relative;width:calc(100% - 30px);margin:0 auto;z-index:999}
  #learn-to-play .alpha-video-stamps li{display:inline-block;vertical-align:top;position:absolute;top:-20px;margin-left:-15px}
  #learn-to-play .alpha-video-stamps li:before{content:"";display:block;width:3px;height:15px;margin:-13px auto -5px;background:#c6c2c1}
  #learn-to-play .alpha-video-stamps li .anim-map-point{width:30px;height:34px;position:relative;top:.25em;left:0;display:block;z-index:999}
  #learn-to-play .alpha-video-stamps li .anim-map-point:after{display:block;opacity:1;position:absolute;left:0;top:0;z-index:9999;content:counter(ltp-alpha-counter, upper-alpha);counter-increment:ltp-alpha-counter;display:grid;align-items:center;text-align:center;color:#e3d9b6;font-weight:bold;font-size:.75em;width:32px;height:30px}
  #learn-to-play .alpha-trigger-list>li,#learn-to-play .alpha-video-list>li{position:relative;display:grid;grid-template-columns:[col] 30px [col] 1fr;grid-template-rows:[row] auto [row] auto;align-items:center;height:0;overflow:hidden;left:5%;opacity:0;transition:all 500ms ease-in;margin:0}
  #learn-to-play .alpha-trigger-list>li .anim-map-point,#learn-to-play .alpha-video-list>li .anim-map-point{width:32px;height:32px;position:relative;top:0;left:0}
  #learn-to-play .alpha-trigger-list>li .anim-map-point:after,#learn-to-play .alpha-video-list>li .anim-map-point:after{display:block;position:absolute;left:0;top:0;z-index:1;content:counter(ltp-alpha-counter, upper-alpha);counter-increment:ltp-alpha-counter;display:grid;align-items:center;text-align:center;color:#fff;font-weight:bold;font-size:.75em;width:32px;height:30px}
  #learn-to-play .alpha-trigger-list>li.active,#learn-to-play .alpha-video-list>li.active{height:auto;overflow:visible;left:0%;opacity:1}
  #learn-to-play .alpha-trigger-list .ltp-content,#learn-to-play .alpha-video-list .ltp-content{grid-row:row 2;grid-column:col/span1;margin-top:.5em}
  #learn-to-play .alpha-trigger-list .ltp-content ul,#learn-to-play .alpha-trigger-list .ltp-content ol,#learn-to-play .alpha-video-list .ltp-content ul,#learn-to-play .alpha-video-list .ltp-content ol{margin:0 0 1rem 1rem}
  #learn-to-play .alpha-trigger-list .ltp-content ul,#learn-to-play .alpha-video-list .ltp-content ul{list-style:disc}
  #learn-to-play .alpha-trigger-list .ltp-content ol,#learn-to-play .alpha-video-list .ltp-content ol{list-style:auto}
  #learn-to-play .active_video_quicknav,#learn-to-play .active_trigger_quicknav{display:none}
  #learn-to-play .alpha_trigger_quicknav li a,#learn-to-play .alpha_trigger_quicknav li button,#learn-to-play .alpha_video_quicknav li a,#learn-to-play .alpha_video_quicknav li button{position:relative;display:flex;justify-content:flex-start;align-items:center;padding:0 0 .25em;color:#53dbdd;cursor:pointer}
  #learn-to-play .alpha_trigger_quicknav li a span,#learn-to-play .alpha_trigger_quicknav li button span,#learn-to-play .alpha_video_quicknav li a span,#learn-to-play .alpha_video_quicknav li button span{-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:#53dbdd;text-decoration-color:#53dbdd;padding-left:5px}
  #learn-to-play .alpha_trigger_quicknav li a .anim-map-point,#learn-to-play .alpha_trigger_quicknav li button .anim-map-point,#learn-to-play .alpha_video_quicknav li a .anim-map-point,#learn-to-play .alpha_video_quicknav li button .anim-map-point{width:32px;height:32px;position:relative;top:0;left:0}
  #learn-to-play .alpha_trigger_quicknav li a .anim-map-point svg,#learn-to-play .alpha_trigger_quicknav li button .anim-map-point svg,#learn-to-play .alpha_video_quicknav li a .anim-map-point svg,#learn-to-play .alpha_video_quicknav li button .anim-map-point svg{min-width:32px}
  #learn-to-play .alpha_trigger_quicknav li a .anim-map-point:after,#learn-to-play .alpha_trigger_quicknav li button .anim-map-point:after,#learn-to-play .alpha_video_quicknav li a .anim-map-point:after,#learn-to-play .alpha_video_quicknav li button .anim-map-point:after{display:block;position:absolute;left:0;top:0;z-index:1;content:counter(ltp-alpha-counter, upper-alpha);counter-increment:ltp-alpha-counter;display:grid;align-items:center;text-align:center;color:#fff;font-weight:bold;font-size:.65em;width:32px;height:32px}
  #learn-to-play .alpha_trigger_quicknav li.active a,#learn-to-play .alpha_trigger_quicknav li a:hover,#learn-to-play .alpha_video_quicknav li.active a,#learn-to-play .alpha_video_quicknav li a:hover{color:#98f1f0;-webkit-text-decoration-color:#98f1f0;text-decoration-color:#98f1f0}
  #learn-to-play .alpha_trigger_quicknav li.active a span,#learn-to-play .alpha_trigger_quicknav li a:hover span,#learn-to-play .alpha_video_quicknav li.active a span,#learn-to-play .alpha_video_quicknav li a:hover span{-webkit-text-decoration-color:#98f1f0;text-decoration-color:#98f1f0}
  #learn-to-play .alpha_trigger_quicknav li.active a:before,#learn-to-play .alpha_trigger_quicknav li a:hover:before,#learn-to-play .alpha_video_quicknav li.active a:before,#learn-to-play .alpha_video_quicknav li a:hover:before{background-position:calc(33.33333% + 1px) 0}
  #learn-to-play .mapVideoWrapper{position:relative;padding-bottom:39.5%;height:0;text-align:center;font-size:0}
  #learn-to-play .mapVideoWrapper canvas,#learn-to-play .mapVideoWrapper video{font-size:0;display:inline-block;vertical-align:top}
  #learn-to-play .mapVideoWrapper canvas{width:20%}
  #learn-to-play .mapVideoWrapper video{width:60%;height:auto;z-index:100;margin:0 auto}
  #learn-to-play .mapVideoWrapper video:focus-visible{border:4px #fff solid}
  #learn-to-play .mapVideoWrapper.mob_view{padding-bottom:56.5%}
  #learn-to-play .mapVideoWrapper.mob_view canvas{display:none}
  #learn-to-play .mapVideoWrapper.mob_view video{width:100%}
  #learn-to-play .mapVideo progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:calc(60% - 30px);height:10px;margin:-30px auto 20px;position:relative;color:#be0100}
  #learn-to-play .mapVideo progress[value]::-webkit-progress-bar{background-color:#303032}
  #learn-to-play .mapVideo progress[value]::-webkit-progress-value{background-color:#be0100}
  #learn-to-play .mapVideo .mob_view+.videoProgress progress[value]{width:calc(100% - 30px)}
  #learn-to-play .mapYoutubeWrapper{position:relative;padding-bottom:56.25%;padding-top:0;height:0}
  #learn-to-play .mapYoutubeWrapper iframe{position:absolute;top:0;left:0;right:0;width:100%;height:100%}
  #learn-to-play .section__footer{max-width:100%;width:100%;display:flex;justify-content:space-between;align-items:flex-end;margin:0}
  #learn-to-play .section__footer ol{margin:0}
  #learn-to-play .section__footer--back2top{position:relative;color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;padding-right:1.75rem;margin-left:auto}
  #learn-to-play .section__footer--back2top::after{content:"";position:absolute;top:4px;right:0;width:1.5rem;height:1.091rem;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-up.a97412.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-up.a97412.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  #learn-to-play .section__footer--back2top:hover::after{background:#fff}
  #learn-to-play .section__footer--button{position:relative;margin-bottom:0;padding-right:2rem}
  #learn-to-play .section__footer--button::after{content:"";position:absolute;right:.5rem;width:1.091rem;height:100%;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;background-position:center right}
  @media all and (max-width: 68em){#learn-to-play .table-of-contents{display:grid;grid-auto-flow:column;grid-template-columns:1fr auto;grid-template-rows:1fr auto}#learn-to-play .related-lessons ul{margin-bottom:0;padding-left:42px}#learn-to-play .related-lessons .current_lesson{position:relative}#learn-to-play .related-lessons .current_lesson:before{content:"";display:block;position:absolute;top:1rem;left:-1.65rem;width:24px;height:18px}#learn-to-play ol{margin-left:0}#learn-to-play .alpha_trigger_quicknav,#learn-to-play .alpha_video_quicknav{height:auto;padding:.5em;background-color:#263144;box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42)}#learn-to-play .active_video_quicknav,#learn-to-play .active_trigger_quicknav{background:linear-gradient(180deg, #394766 0%, #1E2536 100%);border:2px solid #6eb5dc;display:block;font-size:1.227272em;font-weight:normal;line-height:1.5em;padding:.5em;position:relative;transition:color .3s, background .3s}#learn-to-play .active_video_quicknav:before,#learn-to-play .active_video_quicknav:after,#learn-to-play .active_trigger_quicknav:before,#learn-to-play .active_trigger_quicknav:after{content:"";background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-down.2bae71.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-down.2bae71.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;display:block;width:28px;height:20px;position:absolute;top:calc(50% - 11px);right:1rem}#learn-to-play .active_video_quicknav:before,#learn-to-play .active_trigger_quicknav:before{background:#000;top:calc(50% - 9px);right:calc(1rem - 2px)}#learn-to-play .active_video_quicknav:hover,#learn-to-play .active_trigger_quicknav:hover{color:#fff;cursor:pointer}#learn-to-play .active_video_quicknav .anim-map-point,#learn-to-play .active_trigger_quicknav .anim-map-point{width:30px;height:34px;position:relative;top:.25em;left:0;display:inline-block;vertical-align:bottom;z-index:999}#learn-to-play .only_one .alpha_trigger_quicknav,#learn-to-play .only_one .alpha_video_quicknav,#learn-to-play .only_one .active_video_quicknav,#learn-to-play .only_one .active_trigger_quicknav{display:none}}
  @media all and (min-width: 54em){#learn-to-play .ltp-content__wrapper{padding:1.5rem 1.8rem}#learn-to-play .ltp-content__wrapper .alpha_trigger_quicknav,#learn-to-play .ltp-content__wrapper .alpha_video_quicknav,#learn-to-play .ltp-content__wrapper .alpha-trigger-list,#learn-to-play .ltp-content__wrapper .alpha-video-list,#learn-to-play .ltp-content__wrapper .section__footer{order:unset}#learn-to-play .ltp-content__wrapper .alpha_trigger_quicknav,#learn-to-play .ltp-content__wrapper .alpha_video_quicknav{margin-bottom:0}#learn-to-play .alpha-trigger-list,#learn-to-play .alpha_trigger_quicknav,#learn-to-play .alpha-video-list,#learn-to-play .alpha_video_quicknav{display:inline-block;vertical-align:top;margin-left:0}#learn-to-play .alpha-trigger-list,#learn-to-play .alpha-video-list,#learn-to-play .content_inner{width:67%}#learn-to-play .alpha-trigger-list li:after,#learn-to-play .alpha-video-list li:after,#learn-to-play .content_inner li:after{top:1.25em;font-size:.65em}#learn-to-play .alpha-video-list{margin-left:auto;margin-right:auto}#learn-to-play .content_inner{margin-left:0;margin-right:auto}#learn-to-play .alpha_trigger_quicknav,#learn-to-play .alpha_video_quicknav{width:29%;margin-left:1rem}#learn-to-play .alpha_trigger_quicknav li,#learn-to-play .alpha_video_quicknav li{margin-bottom:.25rem}#learn-to-play .alpha-video-stamps{width:calc(60% - 30px)}#learn-to-play .mapWrapper{height:auto;width:auto}#learn-to-play .mapWrapper .mobile_wrapper{height:auto;width:auto;position:relative}#learn-to-play .mapWrapper .mobile_wrapper button{width:60px;height:60px;font-size:24px}#learn-to-play .mapWrapper img{width:100%}}
  .--loader__active{content:"";top:0;left:0;width:100%;height:100%;position:absolute;z-index:600;background-color:#181c29}
  .--loader__active.body-loader svg{height:100vh !important}
  .--loader__active.mods-loader,.--loader__active.mods-newest-loader{margin:0 -1rem;width:calc(100% + 2rem)}
  .--loader__active.mods-loader svg,.--loader__active.mods-newest-loader svg{width:100% !important;height:40% !important;margin-top:-45px}
  .--loader__active.mods-newest-loader svg{height:300px !important}
  .--loader__active.checkout-loader,.--loader__active.vis-loader{background-color:rgba(24,28,41,.5)}
  .template-stats-global .--loader__active{width:100vw;height:calc(100vh - var(--header-height));top:var(--header-height);position:fixed}
  @media(min-width: 68em){.template-stats-global .--loader__active{height:calc(100vh - (var(--header-height) + var(--navbar-height)));top:calc(var(--header-height) + var(--navbar-height))}}
  .template-stats-global.admin-bar .--loader__active{height:calc(100vh - (var(--header-height) + var(--admin-bar-height)));top:calc(var(--header-height) + var(--admin-bar-height))}
  @media(min-width: 68em){.template-stats-global.admin-bar .--loader__active{height:calc(100vh - (var(--header-height) + var(--navbar-height) + var(--admin-bar-height)));top:calc(var(--header-height) + var(--navbar-height) + var(--admin-bar-height))}}
  .--loader__container-active:not(.js-header-loader){box-shadow:none !important}
  .--loader__container-active.js-header-loader{height:163px}
  .--loader__container-active.js-header-loader .--loader__active{background-color:rgba(0,0,0,0)}
  .--loader__container-active.stats-mode-age,.--loader__container-active.stats-mode-container,.--loader__container-active.js-stats-loader,.--loader__container-active.js-campaign-stats-loader{height:500px !important}
  .--loader__container-active.stats-mode-age .--loader__active,.--loader__container-active.stats-mode-container .--loader__active,.--loader__container-active.js-stats-loader .--loader__active,.--loader__container-active.js-campaign-stats-loader .--loader__active{background-color:#1e2536}
  .--loader__container-active.js-global-stats-loader{margin:0 -15px}
  .--loader__container-active.js-global-stats-loader .--loader__active{position:absolute;z-index:10;width:100%;height:auto;padding-bottom:100vh;display:flex;justify-content:center;background-color:rgba(24,28,41,.7)}
  .--loader__container-active.js-global-stats-loader .--loader__active svg{width:100%;height:100%;transform:translate3d(0px, 0px, 0px);max-width:800px;margin:0 auto}
  .--loader__container-active.modal__stats--match{height:350px}
  @media screen and (max-width: 40em){#learn-to-play{background:linear-gradient(270deg, #034D70 0%, rgba(3, 77, 112, 0) 100%)}}
  #learn-to-play .related-lessons li{background:linear-gradient(180deg, #09597D 0%, #003456 100%)}
  #learn-to-play .related-lessons li a{color:#ffdf91;background-repeat:no-repeat;background-size:auto 100%;background-position:top right}
  #learn-to-play .related-lessons li a .lesson_ident{font-family:noto-sans,sans-serif}
  #learn-to-play .related-lessons li a .lesson_ident .lesson_position{color:#c7c7c7}
  #learn-to-play .related-lessons li a .lesson_ident .lesson_title{text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  #learn-to-play .related-lessons li.current_lesson a{background-color:#0f1119;background-image:none !important}
  #learn-to-play .chapters{position:relative;overflow:hidden}
  @media screen and (min-width: 40em){#learn-to-play .chapters{background:linear-gradient(270deg, #034D70 0%, rgba(3, 77, 112, 0) 100%)}}
  #learn-to-play .chapters__background{display:inline-block;position:absolute;width:auto;height:100%;bottom:0;right:0}
  @media screen and (min-width: 80em){#learn-to-play .chapters__background{width:100%;max-height:100%;bottom:0;left:0}}
  .mobile__mods__subnav__control{display:none;align-items:center;justify-content:space-between;width:100%;font-family:noto-sans,sans-serif;font-weight:600;line-height:1.5rem;color:#ffdf91;background:linear-gradient(#394766, #1E2536);text-shadow:1px 1px 0 rgba(0,0,0,.6);border:2px solid #64a6cd}
  .mobile__mods__subnav__control .mobile__mod__nav-icon{display:inline-block;vertical-align:middle;width:calc(var(--header-logo-height) - .25rem);height:calc(var(--header-logo-height) - .25rem);max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);margin:.5rem}
  .mobile__mods__subnav__control .mod__mobile__pointer{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerUp);filter:drop-shadow(-2px 3px 3px #0F1119);margin-right:1rem;transform:rotate(180deg)}
  .mods__subnav__wrapper{position:relative;display:flex;flex-flow:row wrap;align-items:center;justify-content:space-around;margin:-0.9rem 0 0 0;padding:0}
  .mods__subnav__item{background-color:#013f63;background-size:256px;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp);position:relative;width:23%;margin-bottom:0;background-blend-mode:overlay}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.mods__subnav__item{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp)}}
  .mods__subnav__item.--active::after{content:"";position:absolute;top:-2px;left:-1px;height:calc(100% + 3px);width:calc(100% + 2px);border:3px solid;border-color:#cda351;border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-image-slice:5;z-index:0}
  @media screen and (max-width: 880px){.mods__subnav__item{width:47%}}
  .mods__subnav__item .icon.--mods-subnav{height:1.75rem;width:1.75rem;padding:.35rem;background-color:#013f63}
  .mods__subnav__item--active{position:relative}
  .mods__subnav__item--active::after{content:"";position:absolute;top:-5px;left:-5px;height:calc(100% + 10px);width:calc(100% + 9px);background:linear-gradient(#394766, #181C29);border:30px solid;border-color:#cda351;border-image-slice:50;z-index:-1}
  .mods__subnav__title{padding:0 .25rem;color:#ffdf91;text-align:left;text-shadow:1px 1px 0 rgba(0,0,0,.6);font-family:noto-sans,sans-serif;font-size:.8536067893rem;font-weight:400;line-height:1.5rem}
  @media screen and (max-width: 501px){.mobile__mods__subnav.--open{position:relative;margin:-1.5rem 0 0 0;border:2px solid #64a6cd}.mobile__mods__subnav.--open .mobile__mods__subnav__control{display:flex;border-width:0;border-bottom:2px solid #64a6cd}.mobile__mods__subnav.--open .mods__subnav__title{line-height:2.5rem}.mobile__mods__subnav.--open .--mods-subnav{height:2.5rem;width:2.5rem}.mobile__mods__subnav.--open .mod__mobile__pointer{transform:rotate(0deg)}.mobile__mods__subnav.--open .mods__subnav__wrapper{flex-flow:column;align-items:center;justify-content:flex-start;width:90%;margin:1rem auto .5rem auto;padding:0}.mobile__mods__subnav.--open .mods__subnav__wrapper .mods__subnav__item{width:100%}}
  .mods-filters{position:relative}
  .mods-filters:before{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background-image:url(/wp-content/themes/ageOfEmpires/public/images/swoosh.ae77de5186fd478e.webp);background-position:50% 60%;background-repeat:no-repeat;background-size:100% auto;opacity:.25}
  .mods-filters__search {
  overflow: hidden;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgba(38, 49, 68, var(--tw-bg-opacity));
  padding-left: 16px; }
  .mods-list-item.group.relative.rounded-4.mods-filters__search.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  .mods-filters__search{box-shadow:inset 5px 5px 13px 0px rgba(28,36,50,.9),inset -5px -5px 10px 0px rgba(48,62,86,.9),5px -5px 10px 0px rgba(28,36,50,.2),-5px 5px 10px 0px rgba(28,36,50,.2)}
  .mods-filters__search input {
  margin: 0px;
  height: 54px;
  border-radius: 4px;
  border-style: none;
  background-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity));
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px; }
  .mods-list-item.group.relative.mods-filters__search input.overflow-hidden.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  .mods-filters__search input::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity)); }
  .mods-filters__search input::placeholder {
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity)); }
  .mods-filters__search input{color:#FFDF91 !important;width:100%}
  .mods-filters__tags-list p {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity)); }
  .mods-filters__tags-list__included,.mods-filters__tags-list__excluded {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.mods-filters__tags-list__included.flex-col.justify-between,.mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.mods-filters__tags-list__excluded.flex-col.justify-between{height:100%}
  #poll-form .mods-filters__tags-list__included>div,#poll-form .mods-filters__tags-list__excluded>div{flex:0 0 auto}
  #poll-form .mods-filters__tags-list__included>div label,#poll-form .mods-filters__tags-list__excluded>div label{padding:0;border-width:1.5px}
  #poll-form .mods-filters__tags-list__included>div label:has(:checked),#poll-form .mods-filters__tags-list__excluded>div label:has(:checked){position:relative}
  #poll-form .mods-filters__tags-list__included>div label:has(:checked)::before,#poll-form .mods-filters__tags-list__excluded>div label:has(:checked)::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
  .mods-filters__tags-list__tag {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity)); }
  .mods-list-item.group.relative.mods-filters__tags-list__tag.overflow-hidden.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.mods-filters__tags-list__tag.flex-col.justify-between{height:100%}
  #poll-form .mods-filters__tags-list__tag>div{flex:0 0 auto}
  #poll-form .mods-filters__tags-list__tag>div label{padding:0;border-width:1.5px}
  #poll-form .mods-filters__tags-list__tag>div label:has(:checked){position:relative}
  #poll-form .mods-filters__tags-list__tag>div label:has(:checked)::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
  .mods-filters__tags-list__tag{background:linear-gradient(0deg, #12141E 0%, #2E3B53 100%);box-shadow:inset -1px -1px 2px 0px rgba(13,16,23,.5),inset 1px 1px 2px 0px rgba(51,64,91,.3)}
  .mods-filters__tags-list__tag span {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(32, 40, 57, var(--tw-bg-opacity)); }
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.mods-filters__tags-list__tag span.flex-col.justify-between{height:100%}
  #poll-form .mods-filters__tags-list__tag span>div{flex:0 0 auto}
  #poll-form .mods-filters__tags-list__tag span>div label{padding:0;border-width:1.5px}
  #poll-form .mods-filters__tags-list__tag span>div label:has(:checked){position:relative}
  #poll-form .mods-filters__tags-list__tag span>div label:has(:checked)::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
  .mods-filters__tags-list__tag span{box-shadow:inset 1px 1px 3px 0px rgba(13,16,23,.9),inset -1px -1px 2px 0px rgba(51,64,91,.9),inset 1px -1px 2px 0px rgba(13,16,23,.2),inset -1px 1px 2px 0px rgba(13,16,23,.2),inset 1px 1px 2px 0px rgba(51,64,91,.3)}
  .mods-filters__tags-list__tag span svg {
  height: auto;
  width: 70%; }
  .mods-filters__tags-list__tag::after{content:"";margin-left: 4px;display: block;height: 10px;width: 10px}
  .mods-filters__tags-list__tag .two-column-section__content picture::after{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
  .mods-filters__tags-list__tag .two-column-section__content picture img::after{width:100%;display:block;height:100%;object-fit:cover}
  @media(max-width: 68em){.mods-filters__tags-list__tag .two-column-section__content picture::after{width:100%;display:block;position:relative;height:auto}.mods-filters__tags-list__tag .two-column-section__content picture img::after{width:100%}}
  .mods-filters__tags-list__tag::after{background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/close-alt.693df7.svg)}
  .mods-filters__tags-list__included .mods-filters__tags-list__tag span {
  --tw-text-opacity: 1;
  color: rgba(83, 219, 221, var(--tw-text-opacity)); }
  .mods-filters__tags-list__excluded .mods-filters__tags-list__tag span {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity)); }
  @media(min-width: 80em){.mods-filters__game-select{max-width:250px}}
  .mods-button {
  display: flex;
  height: 54px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 145, var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none; }
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.mods-button.flex-col.justify-between{height:100%}
  #poll-form .mods-button>div{flex:0 0 auto}
  #poll-form .mods-button>div label{padding:0;border-width:1.5px}
  #poll-form .mods-button>div label:has(:checked){position:relative}
  #poll-form .mods-button>div label:has(:checked)::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
  .mods-button{background:linear-gradient(180deg, #FFDF91 0%, #F6CC74 25%, #E8B75B, 50%, #D9A04A 75%, #B8863D 100%);box-shadow:inset -1px -1px 2px 0px rgba(114,93,54,.5),inset 1px 1px 2px 0px rgba(255,255,152,.3)}
  .mods-button .icon{fill:#000;width:1rem}
  .mods-button-alt {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 223, 145, var(--tw-border-opacity));
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none; }
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.mods-button-alt.flex-col.justify-between{height:100%}
  .mods-list-item.group.relative.mods-button-alt.overflow-hidden.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  #poll-form .mods-button-alt>div{flex:0 0 auto}
  #poll-form .mods-button-alt>div label{padding:0;border-width:1.5px}
  #poll-form .mods-button-alt>div label:has(:checked){position:relative}
  #poll-form .mods-button-alt>div label:has(:checked)::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
  .mods-button-alt{background:linear-gradient(90deg, rgb(3, 77, 112) 0%, rgb(0, 29, 52) 100%);box-shadow:inset 1px 1px 2px 0px rgba(5,123,179,.3),inset 0px 10px 8px 0px rgba(0,29,52,.15)}
  .mods-button-alt:hover{background:linear-gradient(90deg, rgb(0, 29, 52) 0%, rgb(3, 77, 112) 100%)}
  .mods-button-alt.--flat{background:#003456}
  .mods-button-alt.--flat:hover{background:#034d70}
  .mods-button-alt .icon{width:1rem;flex-shrink:0}
  .mods-dropdown {
  position: relative;
  z-index: 1;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity)); }
  .mods-list-item.group.mods-dropdown.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  .mods-dropdown:focus-within,.mods-dropdown:has(>.mods-button[aria-expanded=true]){z-index:201}
  .mods-dropdown>.mods-button[aria-expanded=true] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 145, var(--tw-bg-opacity));
  background-image: none; }
  .mods-dropdown__options {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  width: 100%;
  --tw-translate-y: calc(100% - 4px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 145, var(--tw-bg-opacity)); }
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].mods-dropdown__options.p-24.flex.flex-col.justify-between{height:100%}
  .mods-list-item.group.relative.rounded-4.mods-dropdown__options.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  .template-insider-survey .steam .steam-link .mods-dropdown__options,.template-insider-survey .steam .platform-link .mods-dropdown__options,.template-insider-survey .platform .steam-link .mods-dropdown__options,.template-insider-survey .platform .platform-link .mods-dropdown__options{display:none}
  .mod-status-btn.mods-dropdown__options{display:none}
  .mods-dropdown__options{background:linear-gradient(178deg, rgb(255, 223, 145) 0%, rgb(246, 204, 116) 50%, rgb(232, 183, 91) 100%);box-shadow:inset -1px -1px 2px 0px rgba(114,93,54,.5),inset 1px 1px 2px 0px rgba(255,255,152,.3)}
  .mods-dropdown>.mods-button[aria-expanded=true]+.mods-dropdown__options {
  display: flex; }
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.mods-dropdown>.mods-button[aria-expanded=true]+.mods-dropdown__options.flex-col.justify-between{height:100%}
  #poll-form .mods-dropdown>.mods-button[aria-expanded=true]+.mods-dropdown__options>div{flex:0 0 auto}
  #poll-form .mods-dropdown>.mods-button[aria-expanded=true]+.mods-dropdown__options>div label{padding:0;border-width:1.5px}
  #poll-form .mods-dropdown>.mods-button[aria-expanded=true]+.mods-dropdown__options>div label:has(:checked){position:relative}
  #poll-form .mods-dropdown>.mods-button[aria-expanded=true]+.mods-dropdown__options>div label:has(:checked)::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
  .mods-tag__icon {
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity)); }
  .mods-tag--included .mods-tag__icon,.mods-tag--excluded .mods-tag__icon{background:#2e3b53;background:#000}
  .mods-tag--included .mods-tag__icon {
  --tw-text-opacity: 1;
  color: rgba(83, 219, 221, var(--tw-text-opacity)); }
  .mods-tag--excluded .mods-tag__icon {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity)); }
  .mods-tag__icon svg {
  width: 70%; }
  .mods__sub-nav {
  position: relative;
  z-index: 100;
  padding-bottom: 16px; }
  .mods-list-item.group.mods__sub-nav.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  @media (max-width: 1280px) {
  .mods__sub-nav {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); } }
  @media (min-width: 1280px) {
  .mods__sub-nav {
    margin-top: -27px; } }
  body.page-mods-single .mods__sub-nav {
  padding-top: 16px; }
  .mods__sub-nav__item {
  padding: 0px;background-image:none; }
  .mods__sub-nav__item a {
  display: flex;
  height: 45px;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  padding-right: 16px;
  padding-left: 47px;
  font-size: 18px;
  font-weight: 700; }
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.mods__sub-nav__item a.flex-col.justify-between{height:100%}
  #poll-form .mods__sub-nav__item a>div{flex:0 0 auto}
  #poll-form .mods__sub-nav__item a>div label{padding:0;border-width:1.5px}
  #poll-form .mods__sub-nav__item a>div label:has(:checked){position:relative}
  #poll-form .mods__sub-nav__item a>div label:has(:checked)::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
  .mods__sub-nav__item a{border:1px solid rgba(255,223,145,.75);background:linear-gradient(90deg, rgb(3, 77, 112) 0%, rgb(0, 29, 52) 100%);box-shadow:inset 1px 1px 2px 0px rgba(5,123,179,.3),inset 0px 10px 8px 0px rgba(0,29,52,.15)}
  .mods__sub-nav__item a:hover{background:linear-gradient(90deg, rgb(0, 29, 52) 0%, rgb(3, 77, 112) 100%)}
  .mods__sub-nav__item a::after{content:"";position: absolute;left: 16px;top: 50%;height: 25px;width: 25px;background-size: contain;background-position: center;background-repeat: no-repeat}
  .mods__sub-nav__item:not(.current-menu-item) a::before {
  display: none; }
  .template-insider-survey .steam .steam-link .mods__sub-nav__item:not(.current-menu-item) a::before,.template-insider-survey .steam .platform-link .mods__sub-nav__item:not(.current-menu-item) a::before,.template-insider-survey .platform .steam-link .mods__sub-nav__item:not(.current-menu-item) a::before,.template-insider-survey .platform .platform-link .mods__sub-nav__item:not(.current-menu-item) a::before{display:none}
  .mod-status-btn.mods__sub-nav__item:not(.current-menu-item) a::before{display:none}
  .mods__sub-nav__item.current-menu-item a{border:none}
  .mods__sub-nav__item.current-menu-item a::before{content:"";position:absolute;top:-3px;left:-3px;height:calc(100% + 6px);width:calc(100% + 6px);border:3px solid;border-color:#cda351;border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-image-slice:4;background-image:none;z-index:0}
  .mods-filters__tags-list__clear {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 223, 145, var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px; }
  .mods-filters__tags-list__clear:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none; }
  .mods-list-order-btn {
  position: relative;
  aspect-ratio: 1 / 1; }
  .mods-list-item.group.mods-list-order-btn.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  .mods-list-order-btn::after{content:"";position: absolute;top: 0px;left: 0px;display: block;height: 100%;width: 100%}
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].mods-list-order-btn.p-24.flex.flex-col.justify-between::after{height:100%}
  .mods-list-order-btn .two-column-section__content picture::after{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
  .mods-list-order-btn .two-column-section__content picture img::after{width:100%;display:block;height:100%;object-fit:cover}
  @media(max-width: 68em){.mods-list-order-btn .two-column-section__content picture::after{width:100%;display:block;position:relative;height:auto}.mods-list-order-btn .two-column-section__content picture img::after{width:100%}}
  .mods-list-order-btn::after{background-image:url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2721%27 viewBox=%270 0 32 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0 1.26C0 0.564127 0.580826 0 1.2973 0H30.7027C31.4192 0 32 0.564127 32 1.26C32 1.95587 31.4192 2.52 30.7027 2.52H1.2973C0.580826 2.52 0 1.95587 0 1.26ZM0 9.66C0 8.96414 0.580826 8.4 1.2973 8.4H15.1351C15.8516 8.4 16.4324 8.96414 16.4324 9.66C16.4324 10.3559 15.8516 10.92 15.1351 10.92H1.2973C0.580826 10.92 0 10.3559 0 9.66ZM0 18.06C0 17.3641 0.580826 16.8 1.2973 16.8H16.8649C17.5813 16.8 18.1622 17.3641 18.1622 18.06C18.1622 18.7559 17.5813 19.32 16.8649 19.32H1.2973C0.580826 19.32 0 18.7559 0 18.06Z%27 fill=%27black%27/%3E%3Cpath d=%27M25.4611 5.40905C25.9677 4.91699 26.789 4.91699 27.2957 5.40905L31.62 9.6091C32.1266 10.1012 32.1266 10.8988 31.62 11.3909C31.1133 11.883 30.2921 11.883 29.7854 11.3909L27.6757 9.34198V19.74C27.6757 20.4359 27.0948 21 26.3784 21C25.6619 21 25.0811 20.4359 25.0811 19.74V9.34198L22.9713 11.3909C22.4647 11.883 21.6434 11.883 21.1368 11.3909C20.6301 10.8988 20.6301 10.1012 21.1368 9.6091L25.4611 5.40905Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");background-size:26px auto;background-position:center;background-repeat:no-repeat}
  @media(forced-colors: active)and (prefers-color-scheme: dark){.mods-list-order-btn::after{filter:invert(1)}}
  .mods-list-order-btn[data-order=DESC]::after{background-image:url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2721%27 viewBox=%270 0 32 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0 19.74C0 20.4359 0.580826 21 1.2973 21H30.7027C31.4192 21 32 20.4359 32 19.74C32 19.0441 31.4192 18.48 30.7027 18.48H1.2973C0.580826 18.48 0 19.0441 0 19.74ZM0 11.34C0 12.0359 0.580826 12.6 1.2973 12.6H15.1351C15.8516 12.6 16.4324 12.0359 16.4324 11.34C16.4324 10.6441 15.8516 10.08 15.1351 10.08H1.2973C0.580826 10.08 0 10.6441 0 11.34ZM0 2.94C0 3.63586 0.580826 4.2 1.2973 4.2H16.8649C17.5813 4.2 18.1622 3.63586 18.1622 2.94C18.1622 2.24414 17.5813 1.68 16.8649 1.68H1.2973C0.580826 1.68 0 2.24414 0 2.94Z%27 fill=%27black%27/%3E%3Cpath d=%27M25.4611 15.591C25.9677 16.083 26.789 16.083 27.2957 15.591L31.62 11.3909C32.1266 10.8988 32.1266 10.1012 31.62 9.6091C31.1133 9.11702 30.2921 9.11702 29.7854 9.6091L27.6757 11.658V1.26C27.6757 0.564144 27.0948 0 26.3784 0C25.6619 0 25.0811 0.564144 25.0811 1.26V11.658L22.9713 9.6091C22.4647 9.11702 21.6434 9.11702 21.1368 9.6091C20.6301 10.1012 20.6301 10.8988 21.1368 11.3909L25.4611 15.591Z%27 fill=%27black%27/%3E%3C/svg%3E%0A")}
  .mods-list-item{position:relative}
  .mods-list-item:not(.--featured){box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mods-list-item:hover{filter:brightness(1.2)}
  .mods-list-item.--featured>div{background-color:#000;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mods-list-item.--featured>div:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:all .25s;background:linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.6) 100%)}
  .mods-list-item.--featured:hover{padding:0 !important}
  .mods-list-item.--featured:hover>div:after{opacity:.75}
  .mods-list-item.group.relative.rounded-4.overflow-hidden.min-h-\[240px\].w-full.p-24.flex.flex-col.justify-between{height:100%}
  .mods-list-item.--featured>div{background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}
  .mods-list-item__thumbnail-container{background-color:#000}
  .mods-list-item__info{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.mods-list-item__info{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  .mods-list-item p{text-shadow:1px 1px 5px rgba(0,0,0,.75)}
  .modal .modal__close-btn-container .modal__close{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerUp)}
  .modal .modal__close-btn-container .modal__close:hover{fill:url(#iconGradientHover)}
  .modal .modal__internal{background-color:rgba(0,0,0,0);background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#263144, #0F1119);border-width:2px;border-image-slice:2;border-style:solid;border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.modal .modal__internal{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#263144, #0F1119)}}
  .modal .modal__internal .--center{text-align:center}
  .modal .modal__internal .--smaller{font-size:.75rem;margin-bottom:1rem}
  .modal .modal__internal .--smallest{font-size:.6rem;margin-bottom:.25rem}
  .modal .modal__internal .--margin-top{margin-top:1.5rem;margin-bottom:0}
  .modal .modal__internal .--no-padding{padding:0}
  .modal .modal__header{text-align:center;background:rgba(0,0,0,.45)}
  .modal .modal__header h2{line-height:1em}
  .modal .modal__header p:last-child{margin-bottom:0;padding-bottom:.75rem}
  .modal .modal__header.--border+.modal__content{border-image:linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d 25%, #FFDF91 50%, #b8862d 75%, rgba(184, 134, 45, 0) 100%);border-image-slice:2 0 0 0;border-image-width:auto}
  .modal .modal__content a:not(.button){-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .modal .modal__content a:not(.button):hover{color:#98f1f0}
  .modal .modal__content a:not(.button):focus{color:#98f1f0}
  .modal .modal__content a:not(.button):active{color:#fff}
  .modal .modal__content .insider-welcome-modal ul,.modal .modal__content .insider-welcome-modal ol,.modal .modal__content .insider-reacceptance-modal ul,.modal .modal__content .insider-reacceptance-modal ol{margin-left:1.5rem;list-style:auto}
  @media(min-width: 68em){.modal .modal__columns{display:flex;gap:1em;justify-content:space-around}}
  .modal .modal__stats--match{background:#263144;box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42);border:none}
  .modal .modal__stats--match .modal__content{text-align:center;padding:1.5rem 1.818rem;margin-bottom:0}
  .modal .modal__stats--match .modal__content .match-results .match-results__table{margin-bottom:1.5rem}
  .modal .modal__stats--match .modal__content .button{margin-bottom:0}
  .modal.media .modal__content .media-image img{width:100%;display:block}
  .modal.media figure img{width:100%}
  .modal.media figure figcaption{padding:.5rem 1rem}
  .modal.media .videoWrapper{position:relative;padding-bottom:56.25%;height:0}
  .modal.media .videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}
  .progress.primary .progress-meter{background-color:#762123}
  .progress.secondary .progress-meter{background-color:#d59147}
  .progress.success .progress-meter{background-color:#669f40}
  .progress.warning .progress-meter{background-color:#cca655}
  .progress.alert .progress-meter{background-color:#d96f60}
  .progress-meter{position:relative;display:block;width:0;height:100%;background-color:#762123}
  .progress-meter-text{top:50%;left:50%;transform:translate(-50%, -50%);position:absolute;margin:0;font-size:.75rem;font-weight:700;color:#fff;white-space:nowrap}
  progress{width:100%;display:block;height:20px;margin-bottom:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;border:0;background:rgba(0,0,0,0)}
  progress::-webkit-progress-bar{background:rgba(0,0,0,0);border-radius:0}
  progress::-webkit-progress-value{background:#762123;border-radius:0}
  progress::-moz-progress-bar{background:#762123;border-radius:0}
  progress.primary{color:#762123}
  progress.primary::-webkit-progress-value{background:#762123}
  progress.primary::-moz-progress-bar{background:#762123}
  progress.secondary{color:#d59147}
  progress.secondary::-webkit-progress-value{background:#d59147}
  progress.secondary::-moz-progress-bar{background:#d59147}
  progress.success{color:#669f40}
  progress.success::-webkit-progress-value{background:#669f40}
  progress.success::-moz-progress-bar{background:#669f40}
  progress.warning{color:#cca655}
  progress.warning::-webkit-progress-value{background:#cca655}
  progress.warning::-moz-progress-bar{background:#cca655}
  progress.alert{color:#d96f60}
  progress.alert::-webkit-progress-value{background:#d96f60}
  progress.alert::-moz-progress-bar{background:#d96f60}
  div.bargraph,progress.bargraph{position:relative;height:1.5rem;line-height:1.5em}
  div.bargraph.bargraph--high-val,progress.bargraph.bargraph--high-val{color:#f19d17}
  div.bargraph.bargraph--high-val::-webkit-progress-value,progress.bargraph.bargraph--high-val::-webkit-progress-value{background:#f19d17}
  div.bargraph.bargraph--high-val::-moz-progress-bar,progress.bargraph.bargraph--high-val::-moz-progress-bar{background:#f19d17}
  div.bargraph.bargraph--med-val,progress.bargraph.bargraph--med-val{color:#d18a12}
  div.bargraph.bargraph--med-val::-webkit-progress-value,progress.bargraph.bargraph--med-val::-webkit-progress-value{background:#d18a12}
  div.bargraph.bargraph--med-val::-moz-progress-bar,progress.bargraph.bargraph--med-val::-moz-progress-bar{background:#d18a12}
  div.bargraph.bargraph--low-val,progress.bargraph.bargraph--low-val{color:#b87412}
  div.bargraph.bargraph--low-val::-webkit-progress-value,progress.bargraph.bargraph--low-val::-webkit-progress-value{background:#b87412}
  div.bargraph.bargraph--low-val::-moz-progress-bar,progress.bargraph.bargraph--low-val::-moz-progress-bar{background:#b87412}
  div.bargraph.bargraph--em-val,progress.bargraph.bargraph--em-val{color:#8c0a26}
  div.bargraph.bargraph--em-val.stacked,progress.bargraph.bargraph--em-val.stacked{position:absolute;top:.4em}
  div.bargraph.bargraph--em-val::before,progress.bargraph.bargraph--em-val::before{content:attr(data-param);font-weight:600;color:#fff;position:absolute;left:1rem;opacity:0;transition:opacity .5s}
  div.bargraph.bargraph--em-val.show_data::before,progress.bargraph.bargraph--em-val.show_data::before{opacity:1}
  div.bargraph.bargraph--em-val::-webkit-progress-value,progress.bargraph.bargraph--em-val::-webkit-progress-value{background:linear-gradient(to right, #900100 0.06%, #C9670C 99.91%)}
  div.bargraph.bargraph--em-val::-moz-progress-bar,progress.bargraph.bargraph--em-val::-moz-progress-bar{background:#553b75}
  div.bargraph.bargraph--em-val.usage::-webkit-progress-value,progress.bargraph.bargraph--em-val.usage::-webkit-progress-value{background:linear-gradient(to right, #1a5782 0%, #0d8585 90%)}
  .phoenix_stats div.bargraph.bargraph--high-val,.phoenix_stats progress.bargraph.bargraph--high-val{color:#16668b}
  .phoenix_stats div.bargraph.bargraph--high-val::-webkit-progress-value,.phoenix_stats progress.bargraph.bargraph--high-val::-webkit-progress-value{background:#16668b}
  .phoenix_stats div.bargraph.bargraph--high-val::-moz-progress-bar,.phoenix_stats progress.bargraph.bargraph--high-val::-moz-progress-bar{background:#16668b}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--high-val{color:#675e52}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--high-val::-webkit-progress-value{background:#675e52}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--high-val::-moz-progress-bar{background:#675e52}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--em-val{color:#675e52;margin-top:.3rem}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--em-val.stacked{position:absolute;top:.1em}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--em-val::before{content:attr(data-label) attr(data-param);font-weight:600;color:#fff;position:absolute;left:1rem;opacity:0;transition:opacity .5s}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--em-val.show_data::before{opacity:1}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--em-val::-webkit-progress-value{background:linear-gradient(to right, #1a5782 0%, #0d8585 90%)}
  .phoenix_stats#chart-maps progress.bargraph.bargraph--em-val::-moz-progress-bar{background:#675e52}
  #chart-civs-wins h4,#chart-time-played h4{margin-bottom:1.455rem}
  .stats-mode-age #chart-civs-wins h4,.stats-mode-age #chart-time-played h4{margin-top:0}
  @media(min-width: 54em){#chart-civs-wins th,#chart-time-played th{width:40%}#chart-civs-wins th:first-child,#chart-time-played th:first-child{width:20%}#chart-civs-wins th.table__header--min,#chart-time-played th.table__header--min{width:1%}#chart-civs-wins th.table__header--max,#chart-time-played th.table__header--max{max-width:5rem}}
  .stats-career__container--2col progress.bargraph.bargraph--em-val.conquers::-webkit-progress-value,.stats-career__container--2col progress.bargraph.bargraph--em-val.won::-webkit-progress-value{background:linear-gradient(to right, #034D70 0.06%, #4B8AB1 99.91%)}
  .stats-career__container--2col progress.bargraph.bargraph--em-val:before{content:attr(data-param);opacity:1}
  #chart-maps-top-play progress.bargraph.bargraph--high-val::-webkit-progress-value{background:rgba(0,0,0,0)}
  #chart-maps-top-play progress.bargraph.bargraph--em-val::-webkit-progress-value{background:linear-gradient(to right, #b02323 0%, #d17a00 100%)}
  #chart-maps-top-play progress.bargraph.bargraph--em-val:before{content:attr(data-param);opacity:1}
  #chart-civs progress.bargraph.bargraph--em-val.played::-webkit-progress-value{background:linear-gradient(to right, #034D70 0.06%, #4B8AB1 99.91%)}
  #chart-civs progress.bargraph.bargraph--em-val:before{content:attr(data-param);opacity:1}
  #chart-maps-top-play th{width:70%}
  #chart-maps-top-play th:first-child{width:30%}
  #chart-maps-top-play progress.bargraph.bargraph--em-val:before{content:attr(data-param);opacity:1}
  #poll-form :focus-visible{outline:3px solid #1d4ed8;outline-offset:2px}
  #poll-form .skip-link:focus{transform:translateY(0)}
  #poll-form figure{position:relative;margin:0}
  #poll-form figcaption{background:linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 100%);color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  #poll-form input[type=checkbox]{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px;margin:0}
  #poll-form .grid>div,#poll-form .flex>div{flex:0 0 auto}
  #poll-form .grid>div label,#poll-form .flex>div label{padding:0;border-width:1.5px}
  #poll-form .grid>div label:has(:checked),#poll-form .flex>div label:has(:checked){position:relative}
  #poll-form .grid>div label:has(:checked)::before,#poll-form .flex>div label:has(:checked)::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
  #poll-form .fieldset-error{scroll-margin-top:var(--header-height)}
  .admin-bar #poll-form .fieldset-error{scroll-margin-top:calc(var(--header-height) + var(--admin-bar-height))}
  .stats-achievements-list .thumbnail{margin:0 2px}
  .stats-achievements-list__description{float:left;width:100%}
  @media(min-width: 54em){.stats-achievements-list__description{width:calc(100% - 100px)}}
  @media(min-width: 80em){.stats-achievements-list__description{width:calc(100% - 200px)}}
  .stats-achievements-list__percentage{color:#790807;float:right;font-size:24px;font-weight:bold;line-height:1;margin-bottom:1rem;text-align:right;width:100%}
  .stats-achievements-list__percentage sup{top:auto}
  @media(min-width: 54em){.stats-achievements-list__percentage{font-size:36px;width:80px}}
  @media(min-width: 80em){.stats-achievements-list__percentage{font-size:48px;width:120px}}
  .stats-achievements-list__progress{background:#442504;border:2px solid #87753e;border-radius:3px;box-shadow:0 0 0 1px #000;clear:both;padding:3px}
  .stats-achievements-list progress{color:#d4c37a;height:100%}
  .stats-achievements-list progress::-webkit-progress-value{background:linear-gradient(#d4c37a, #87753e);box-shadow:inset 2px 2px 0 hsla(0,0%,100%,.2),inset -2px -2px 0 rgba(0,0,0,.2)}
  .stats-achievements-list progress::-moz-progress-bar{background:linear-gradient(#d4c37a, #87753e);box-shadow:inset 2px 2px 0 hsla(0,0%,100%,.2),inset -2px -2px 0 rgba(0,0,0,.2)}
  .stats-achievements-list .stats-achievements-max .thumbnail{border:4px solid #debd21;margin:0}
  .stats-achievements-list .stats-achievements-max progress{color:#debd21}
  .stats-achievements-list .stats-achievements-max progress::-webkit-progress-value{background:linear-gradient(#debd21, #cfaf4b)}
  .stats-achievements-list .stats-achievements-max progress::-moz-progress-bar{background:linear-gradient(#debd21, #cfaf4b)}
  .stats-banner{align-items:center;background:url(/wp-content/themes/ageOfEmpires/public/images/main_banner.ffc3eed84ca2ac2d.webp) no-repeat center center;background-size:cover;display:flex;height:310px;position:relative}
  .stats-banner__inner{text-align:center;width:100%}
  @media(min-width: 54em){.stats-banner{height:250px}}
  @media(min-width: 40em){.stats-banner{height:140px}}
  .stats-banner>.row{position:relative}
  .stats-banner .lead{color:#fefefe;line-height:1.2;margin:0}
  .stats-banner--aoeiide{position:relative;padding:2rem;height:auto;background:url(/wp-content/themes/ageOfEmpires/public/images/hero-news-desk.685af36db5dba262.webp) no-repeat top center;background-size:cover}
  .stats-banner--aoeiide::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(1/6*100%)}
  .stats-banner--aoeiide::after{content:"";display:table;clear:both}
  @media(min-width: 40em){.stats-banner--aoeiide{height:auto;position:relative;background-image:url(/wp-content/themes/ageOfEmpires/public/images/hero-news-mobile.e73bd7a231230e31.webp);background-position:20% 0}.stats-banner--aoeiide::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(1/3*100%)}.stats-banner--aoeiide::after{content:"";display:table;clear:both}}
  @media(min-width: 54em){.stats-banner--aoeiide{height:auto}}
  .stats-banner--aoeiiide{position:relative;padding:2rem;height:auto;background:url(/wp-content/themes/ageOfEmpires/public/images/heros/age3de-landinghero-desk.2549db13f482607f.webp) no-repeat top center;background-size:cover}
  .stats-banner--aoeiiide::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(1/6*100%)}
  .stats-banner--aoeiiide::after{content:"";display:table;clear:both}
  @media(min-width: 40em){.stats-banner--aoeiiide{height:auto;position:relative;background-image:url(/wp-content/themes/ageOfEmpires/public/images/hero-news-mobile.e73bd7a231230e31.webp);background-position:20% 0}.stats-banner--aoeiiide::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(1/3*100%)}.stats-banner--aoeiiide::after{content:"";display:table;clear:both}}
  @media(min-width: 54em){.stats-banner--aoeiiide{height:auto}}
  .stats-banner.stats-multiplayer-banner h1{margin-bottom:.25em}
  .stats-banner .button.cta{margin-top:1rem}
  .stats-banner button.gamertag-search{margin-left:10px}
  @media(min-width: 54em){.stats-banner .button.cta{margin-top:2rem;font-size:1.15rem}}
  @media(min-width: 40em){.campaign-results-container{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:40px;grid-row-gap:33px}}
  @media(min-width: 80em){.campaign-results-container{grid-template-columns:repeat(3, 1fr)}}
  .campaign-card{box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42);margin-bottom:1.4rem}
  @media(min-width: 40em){.campaign-card{padding:0px !important;margin-bottom:0;width:100%}}
  .campaign-card:not(:last-child){padding-right:5px}
  .campaign-card--greyScale{filter:blur(0.25px) grayscale(82%)}
  .campaign-card__img-wrapper{background-image:url(/wp-content/themes/ageOfEmpires/public/images/framebox-bigbg.bc338e5209ce2606.webp);line-height:0}
  .campaign-card__img-wrapper img{width:100%}
  .campaign-card__content{padding:8px 14px 14px;text-align:center}
  .campaign-card__content.frame-box{width:100%;margin:0}
  .campaign-card__content.frame-box h4{min-height:48px;color:#e7c067;font-family:maiola,serif}
  .campaign-card__content-scenarios{margin-bottom:.85em}
  .campaign-card__content-progress{background:#0f1119;border:2px solid #ffdf91;height:22px;margin-bottom:.666rem}
  .campaign-card__content-progress progress{width:100%;display:block;margin-bottom:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;border:0;background:#0f1119;color:#c9670c;height:100%}
  .campaign-card__content-progress progress::-webkit-progress-bar{background:#0f1119}
  .campaign-card__content-progress progress::-webkit-progress-value{background:linear-gradient(90deg, #900100, #C9670C)}
  .campaign-card__content-progress--max progress::-webkit-progress-value{background:linear-gradient(90deg, #034D70, #4B8AB1)}
  .stats-mode-age,.stats-mode-container,.stats__table-wrapper,.stats__section-wrapper,[class^=stats__modal] .modal__internal{padding:1.455rem;margin-bottom:1.455rem;box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42);position:relative}
  .stats-mode-age.--has-texture:not(.card),.stats-mode-container.--has-texture:not(.card),.stats__table-wrapper.--has-texture:not(.card),.stats__section-wrapper.--has-texture:not(.card),[class^=stats__modal] .modal__internal.--has-texture:not(.card){background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c.1e3590af6a90faa8.webp),linear-gradient(0deg, #002845, #013F63);background-blend-mode:overlay,normal;height:auto}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.stats-mode-age.--has-texture:not(.card),.stats-mode-container.--has-texture:not(.card),.stats__table-wrapper.--has-texture:not(.card),.stats__section-wrapper.--has-texture:not(.card),[class^=stats__modal] .modal__internal.--has-texture:not(.card){background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c@2x.5cf913e9647bfc85.webp),linear-gradient(0deg, #002845, #013F63)}}
  .stats-mode-age h3,.stats-mode-container h3,.stats__table-wrapper h3,.stats__section-wrapper h3,[class^=stats__modal] .modal__internal h3{color:#ffdf91;font-family:maiola,serif;font-size:1.533rem;margin-bottom:1rem;padding-top:0}
  @media(min-width: 80em){.stats-mode-age h3,.stats-mode-container h3,.stats__table-wrapper h3,.stats__section-wrapper h3,[class^=stats__modal] .modal__internal h3{font-size:1.682rem;margin-bottom:1rem}}
  .stats-mode-age h4,.stats-mode-container h4,.stats__table-wrapper h4,.stats__section-wrapper h4,[class^=stats__modal] .modal__internal h4{position:relative;color:#ffdf91;font-size:1.125rem;padding-bottom:.25rem;margin-bottom:0}
  @media(min-width: 80em){.stats-mode-age h4,.stats-mode-container h4,.stats__table-wrapper h4,.stats__section-wrapper h4,[class^=stats__modal] .modal__internal h4{font-size:1.455rem}}
  .stats-mode-age hr,.stats-mode-container hr,.stats__table-wrapper hr,.stats__section-wrapper hr,[class^=stats__modal] .modal__internal hr{margin:10px 0;border:none}
  .stats-mode-age dl,.stats-mode-container dl,.stats__table-wrapper dl,.stats__section-wrapper dl,[class^=stats__modal] .modal__internal dl{margin-bottom:1.25rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;align-content:center}
  .stats-mode-age dl::after,.stats-mode-container dl::after,.stats__table-wrapper dl::after,.stats__section-wrapper dl::after,[class^=stats__modal] .modal__internal dl::after{display:none}
  .stats-mode-age dl dt,.stats-mode-container dl dt,.stats__table-wrapper dl dt,.stats__section-wrapper dl dt,[class^=stats__modal] .modal__internal dl dt{position:relative;font-weight:bold;color:#c7c7c7;font-size:1rem;font-weight:normal;line-height:1rem;margin-bottom:0;padding-left:calc(0.875rem + .5rem);vertical-align:middle}
  .stats-mode-age dl dt.units-destroyed:before,.stats-mode-age dl dt.units-lost:before,.stats-mode-age dl dt.buildings-raised:before,.stats-mode-age dl dt.buildings-lost:before,.stats-mode-container dl dt.units-destroyed:before,.stats-mode-container dl dt.units-lost:before,.stats-mode-container dl dt.buildings-raised:before,.stats-mode-container dl dt.buildings-lost:before,.stats__table-wrapper dl dt.units-destroyed:before,.stats__table-wrapper dl dt.units-lost:before,.stats__table-wrapper dl dt.buildings-raised:before,.stats__table-wrapper dl dt.buildings-lost:before,.stats__section-wrapper dl dt.units-destroyed:before,.stats__section-wrapper dl dt.units-lost:before,.stats__section-wrapper dl dt.buildings-raised:before,.stats__section-wrapper dl dt.buildings-lost:before,[class^=stats__modal] .modal__internal dl dt.units-destroyed:before,[class^=stats__modal] .modal__internal dl dt.units-lost:before,[class^=stats__modal] .modal__internal dl dt.buildings-raised:before,[class^=stats__modal] .modal__internal dl dt.buildings-lost:before{content:"";position:absolute;top:0;left:0;display:block;width:1rem;height:1rem}
  .stats-mode-age dl dt.units-destroyed:before,.stats-mode-container dl dt.units-destroyed:before,.stats__table-wrapper dl dt.units-destroyed:before,.stats__section-wrapper dl dt.units-destroyed:before,[class^=stats__modal] .modal__internal dl dt.units-destroyed:before{background-color:#ffdf91}
  .stats-mode-age dl dt.units-lost:before,.stats-mode-container dl dt.units-lost:before,.stats__table-wrapper dl dt.units-lost:before,.stats__section-wrapper dl dt.units-lost:before,[class^=stats__modal] .modal__internal dl dt.units-lost:before{background-color:#a94010}
  .stats-mode-age dl dt.buildings-raised:before,.stats-mode-container dl dt.buildings-raised:before,.stats__table-wrapper dl dt.buildings-raised:before,.stats__section-wrapper dl dt.buildings-raised:before,[class^=stats__modal] .modal__internal dl dt.buildings-raised:before{background-color:#bfe9fd}
  .stats-mode-age dl dt.buildings-lost:before,.stats-mode-container dl dt.buildings-lost:before,.stats__table-wrapper dl dt.buildings-lost:before,.stats__section-wrapper dl dt.buildings-lost:before,[class^=stats__modal] .modal__internal dl dt.buildings-lost:before{background-color:#8ad1f4}
  .stats-mode-age dl.high-score dt,.stats-mode-container dl.high-score dt,.stats__table-wrapper dl.high-score dt,.stats__section-wrapper dl.high-score dt,[class^=stats__modal] .modal__internal dl.high-score dt{padding-left:0}
  .stats-mode-age dl dd,.stats-mode-container dl dd,.stats__table-wrapper dl dd,.stats__section-wrapper dl dd,[class^=stats__modal] .modal__internal dl dd{color:#fff;font-size:.6875rem;font-weight:700;margin-bottom:0}
  @media(min-width: 80em){.stats-mode-age dl dd,.stats-mode-container dl dd,.stats__table-wrapper dl dd,.stats__section-wrapper dl dd,[class^=stats__modal] .modal__internal dl dd{font-size:1rem}}
  .stats-mode-age small,.stats-mode-container small,.stats__table-wrapper small,.stats__section-wrapper small,[class^=stats__modal] .modal__internal small{display:block;color:#c7c7c7;padding:.5rem 0}
  .stats-mode-age .heading_help,.stats-mode-container .heading_help,.stats__table-wrapper .heading_help,.stats__section-wrapper .heading_help,[class^=stats__modal] .modal__internal .heading_help{display:flex;justify-content:space-between;flex-direction:column}
  @media(min-width: 54em){.stats-mode-age .heading_help,.stats-mode-container .heading_help,.stats__table-wrapper .heading_help,.stats__section-wrapper .heading_help,[class^=stats__modal] .modal__internal .heading_help{flex-direction:row;align-items:center}}
  .stats-mode-age .heading_help h3,.stats-mode-container .heading_help h3,.stats__table-wrapper .heading_help h3,.stats__section-wrapper .heading_help h3,[class^=stats__modal] .modal__internal .heading_help h3{margin-bottom:0}
  .stats-mode-age a.how_help_link,.stats-mode-container a.how_help_link,.stats__table-wrapper a.how_help_link,.stats__section-wrapper a.how_help_link,[class^=stats__modal] .modal__internal a.how_help_link{display:block;width:auto;color:#53dbdd;transition:color .3s;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:1.4rem}
  @media(min-width: 80em){.stats-mode-age a.how_help_link,.stats-mode-container a.how_help_link,.stats__table-wrapper a.how_help_link,.stats__section-wrapper a.how_help_link,[class^=stats__modal] .modal__internal a.how_help_link{margin-bottom:0}}
  .stats-mode-age a.how_help_link:hover,.stats-mode-container a.how_help_link:hover,.stats__table-wrapper a.how_help_link:hover,.stats__section-wrapper a.how_help_link:hover,[class^=stats__modal] .modal__internal a.how_help_link:hover{color:#98f1f0}
  .stats-mode-age .game-mode-section__filters,.stats-mode-container .game-mode-section__filters,.stats__table-wrapper .game-mode-section__filters,.stats__section-wrapper .game-mode-section__filters,[class^=stats__modal] .modal__internal .game-mode-section__filters{margin-bottom:2rem;text-align:center}
  @media(min-width: 80em){.stats-mode-age .game-mode-section__filters,.stats-mode-container .game-mode-section__filters,.stats__table-wrapper .game-mode-section__filters,.stats__section-wrapper .game-mode-section__filters,[class^=stats__modal] .modal__internal .game-mode-section__filters{display:flex;align-items:baseline;margin-bottom:0;text-align:left}.stats-mode-age .game-mode-section__filters #game_mode_input_type,.stats-mode-container .game-mode-section__filters #game_mode_input_type,.stats__table-wrapper .game-mode-section__filters #game_mode_input_type,.stats__section-wrapper .game-mode-section__filters #game_mode_input_type,[class^=stats__modal] .modal__internal .game-mode-section__filters #game_mode_input_type{width:12rem}}
  .stats-mode-age .game-mode-section__filters select,.stats-mode-container .game-mode-section__filters select,.stats__table-wrapper .game-mode-section__filters select,.stats__section-wrapper .game-mode-section__filters select,[class^=stats__modal] .modal__internal .game-mode-section__filters select{padding-right:2rem}
  @media(min-width: 80em){.stats-mode-age .game-mode-section__filters select,.stats-mode-container .game-mode-section__filters select,.stats__table-wrapper .game-mode-section__filters select,.stats__section-wrapper .game-mode-section__filters select,[class^=stats__modal] .modal__internal .game-mode-section__filters select{width:auto;margin-right:1rem}}
  .stats-mode-age .stats-overview__equal.js-victories-loader,.stats-mode-container .stats-overview__equal.js-victories-loader,.stats__table-wrapper .stats-overview__equal.js-victories-loader,.stats__section-wrapper .stats-overview__equal.js-victories-loader,[class^=stats__modal] .modal__internal .stats-overview__equal.js-victories-loader{display:block}
  .stats-mode-age .stats-overview__equal.js-victories-loader .progress-circle--donut,.stats-mode-container .stats-overview__equal.js-victories-loader .progress-circle--donut,.stats__table-wrapper .stats-overview__equal.js-victories-loader .progress-circle--donut,.stats__section-wrapper .stats-overview__equal.js-victories-loader .progress-circle--donut,[class^=stats__modal] .modal__internal .stats-overview__equal.js-victories-loader .progress-circle--donut{width:100%}
  .stats-mode-age .stats-civs__height-placeholder,.stats-mode-container .stats-civs__height-placeholder,.stats__table-wrapper .stats-civs__height-placeholder,.stats__section-wrapper .stats-civs__height-placeholder,[class^=stats__modal] .modal__internal .stats-civs__height-placeholder{min-height:1715px}
  .stats-mode-age #chart-victorytype .labelName,.stats-mode-age #chart-victorytype .labelValue,.stats-mode-age #chart-victorytype .lines,.stats-mode-container #chart-victorytype .labelName,.stats-mode-container #chart-victorytype .labelValue,.stats-mode-container #chart-victorytype .lines,.stats__table-wrapper #chart-victorytype .labelName,.stats__table-wrapper #chart-victorytype .labelValue,.stats__table-wrapper #chart-victorytype .lines,.stats__section-wrapper #chart-victorytype .labelName,.stats__section-wrapper #chart-victorytype .labelValue,.stats__section-wrapper #chart-victorytype .lines,[class^=stats__modal] .modal__internal #chart-victorytype .labelName,[class^=stats__modal] .modal__internal #chart-victorytype .labelValue,[class^=stats__modal] .modal__internal #chart-victorytype .lines{display:none}
  .stats-mode-age #victorytype_static_labels,.stats-mode-container #victorytype_static_labels,.stats__table-wrapper #victorytype_static_labels,.stats__section-wrapper #victorytype_static_labels,[class^=stats__modal] .modal__internal #victorytype_static_labels{display:block;position:relative;width:auto;height:100%;list-style-type:none;font-size:.6875rem;line-height:22px;color:#e3d9b7;padding-left:.875rem;margin:0}
  .stats-mode-age #victorytype_static_labels li,.stats-mode-container #victorytype_static_labels li,.stats__table-wrapper #victorytype_static_labels li,.stats__section-wrapper #victorytype_static_labels li,[class^=stats__modal] .modal__internal #victorytype_static_labels li{background:none;padding:0;margin:0;font-size:.6875rem;line-height:1rem}
  .stats-mode-age #victorytype_static_labels li.vic_type_military,.stats-mode-age #victorytype_static_labels li.vic_type_economy,.stats-mode-age #victorytype_static_labels li.vic_type_technology,.stats-mode-container #victorytype_static_labels li.vic_type_military,.stats-mode-container #victorytype_static_labels li.vic_type_economy,.stats-mode-container #victorytype_static_labels li.vic_type_technology,.stats__table-wrapper #victorytype_static_labels li.vic_type_military,.stats__table-wrapper #victorytype_static_labels li.vic_type_economy,.stats__table-wrapper #victorytype_static_labels li.vic_type_technology,.stats__section-wrapper #victorytype_static_labels li.vic_type_military,.stats__section-wrapper #victorytype_static_labels li.vic_type_economy,.stats__section-wrapper #victorytype_static_labels li.vic_type_technology,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_military,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_economy,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_technology{position:relative;padding-left:calc(0.625rem + .75rem);margin-bottom:.625rem;line-height:1rem;font-weight:normal}
  .stats-mode-age #victorytype_static_labels li.vic_type_military:before,.stats-mode-age #victorytype_static_labels li.vic_type_economy:before,.stats-mode-age #victorytype_static_labels li.vic_type_technology:before,.stats-mode-container #victorytype_static_labels li.vic_type_military:before,.stats-mode-container #victorytype_static_labels li.vic_type_economy:before,.stats-mode-container #victorytype_static_labels li.vic_type_technology:before,.stats__table-wrapper #victorytype_static_labels li.vic_type_military:before,.stats__table-wrapper #victorytype_static_labels li.vic_type_economy:before,.stats__table-wrapper #victorytype_static_labels li.vic_type_technology:before,.stats__section-wrapper #victorytype_static_labels li.vic_type_military:before,.stats__section-wrapper #victorytype_static_labels li.vic_type_economy:before,.stats__section-wrapper #victorytype_static_labels li.vic_type_technology:before,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_military:before,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_economy:before,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_technology:before{content:"";position:absolute;top:0;left:0;display:block;width:1rem;height:1rem}
  .stats-mode-age #victorytype_static_labels li.vic_type_military:before,.stats-mode-container #victorytype_static_labels li.vic_type_military:before,.stats__table-wrapper #victorytype_static_labels li.vic_type_military:before,.stats__section-wrapper #victorytype_static_labels li.vic_type_military:before,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_military:before{background:#ffdf91}
  .stats-mode-age #victorytype_static_labels li.vic_type_economy:before,.stats-mode-container #victorytype_static_labels li.vic_type_economy:before,.stats__table-wrapper #victorytype_static_labels li.vic_type_economy:before,.stats__section-wrapper #victorytype_static_labels li.vic_type_economy:before,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_economy:before{background:#bf6a29}
  .stats-mode-age #victorytype_static_labels li.vic_type_technology:before,.stats-mode-container #victorytype_static_labels li.vic_type_technology:before,.stats__table-wrapper #victorytype_static_labels li.vic_type_technology:before,.stats__section-wrapper #victorytype_static_labels li.vic_type_technology:before,[class^=stats__modal] .modal__internal #victorytype_static_labels li.vic_type_technology:before{background:#a94010}
  .stats-mode-age #chart-wins,.stats-mode-age #chart-units,.stats-mode-age #chart-buildings,.stats-mode-age #chart-victorytype,.stats-mode-container #chart-wins,.stats-mode-container #chart-units,.stats-mode-container #chart-buildings,.stats-mode-container #chart-victorytype,.stats__table-wrapper #chart-wins,.stats__table-wrapper #chart-units,.stats__table-wrapper #chart-buildings,.stats__table-wrapper #chart-victorytype,.stats__section-wrapper #chart-wins,.stats__section-wrapper #chart-units,.stats__section-wrapper #chart-buildings,.stats__section-wrapper #chart-victorytype,[class^=stats__modal] .modal__internal #chart-wins,[class^=stats__modal] .modal__internal #chart-units,[class^=stats__modal] .modal__internal #chart-buildings,[class^=stats__modal] .modal__internal #chart-victorytype{display:flex;justify-content:center}
  .stats-mode-age #chart-wins svg,.stats-mode-age #chart-units svg,.stats-mode-age #chart-buildings svg,.stats-mode-age #chart-victorytype svg,.stats-mode-container #chart-wins svg,.stats-mode-container #chart-units svg,.stats-mode-container #chart-buildings svg,.stats-mode-container #chart-victorytype svg,.stats__table-wrapper #chart-wins svg,.stats__table-wrapper #chart-units svg,.stats__table-wrapper #chart-buildings svg,.stats__table-wrapper #chart-victorytype svg,.stats__section-wrapper #chart-wins svg,.stats__section-wrapper #chart-units svg,.stats__section-wrapper #chart-buildings svg,.stats__section-wrapper #chart-victorytype svg,[class^=stats__modal] .modal__internal #chart-wins svg,[class^=stats__modal] .modal__internal #chart-units svg,[class^=stats__modal] .modal__internal #chart-buildings svg,[class^=stats__modal] .modal__internal #chart-victorytype svg{width:7.5rem;height:100%}
  .stats-mode-age #chart-wins .background,.stats-mode-age #chart-units .background,.stats-mode-age #chart-buildings .background,.stats-mode-age #chart-victorytype .background,.stats-mode-container #chart-wins .background,.stats-mode-container #chart-units .background,.stats-mode-container #chart-buildings .background,.stats-mode-container #chart-victorytype .background,.stats__table-wrapper #chart-wins .background,.stats__table-wrapper #chart-units .background,.stats__table-wrapper #chart-buildings .background,.stats__table-wrapper #chart-victorytype .background,.stats__section-wrapper #chart-wins .background,.stats__section-wrapper #chart-units .background,.stats__section-wrapper #chart-buildings .background,.stats__section-wrapper #chart-victorytype .background,[class^=stats__modal] .modal__internal #chart-wins .background,[class^=stats__modal] .modal__internal #chart-units .background,[class^=stats__modal] .modal__internal #chart-buildings .background,[class^=stats__modal] .modal__internal #chart-victorytype .background{fill:#a94010}
  .stats-mode-age #chart-wins .foreground,.stats-mode-age #chart-units .foreground,.stats-mode-age #chart-buildings .foreground,.stats-mode-age #chart-victorytype .foreground,.stats-mode-container #chart-wins .foreground,.stats-mode-container #chart-units .foreground,.stats-mode-container #chart-buildings .foreground,.stats-mode-container #chart-victorytype .foreground,.stats__table-wrapper #chart-wins .foreground,.stats__table-wrapper #chart-units .foreground,.stats__table-wrapper #chart-buildings .foreground,.stats__table-wrapper #chart-victorytype .foreground,.stats__section-wrapper #chart-wins .foreground,.stats__section-wrapper #chart-units .foreground,.stats__section-wrapper #chart-buildings .foreground,.stats__section-wrapper #chart-victorytype .foreground,[class^=stats__modal] .modal__internal #chart-wins .foreground,[class^=stats__modal] .modal__internal #chart-units .foreground,[class^=stats__modal] .modal__internal #chart-buildings .foreground,[class^=stats__modal] .modal__internal #chart-victorytype .foreground{fill:#ffdf91 !important}
  @media(min-width: 80em){.stats-mode-age #chart-wins text,.stats-mode-age #chart-units text,.stats-mode-age #chart-buildings text,.stats-mode-age #chart-victorytype text,.stats-mode-container #chart-wins text,.stats-mode-container #chart-units text,.stats-mode-container #chart-buildings text,.stats-mode-container #chart-victorytype text,.stats__table-wrapper #chart-wins text,.stats__table-wrapper #chart-units text,.stats__table-wrapper #chart-buildings text,.stats__table-wrapper #chart-victorytype text,.stats__section-wrapper #chart-wins text,.stats__section-wrapper #chart-units text,.stats__section-wrapper #chart-buildings text,.stats__section-wrapper #chart-victorytype text,[class^=stats__modal] .modal__internal #chart-wins text,[class^=stats__modal] .modal__internal #chart-units text,[class^=stats__modal] .modal__internal #chart-buildings text,[class^=stats__modal] .modal__internal #chart-victorytype text{font-size:1.864rem}}
  .stats-mode-age #chart-buildings .background,.stats-mode-container #chart-buildings .background,.stats__table-wrapper #chart-buildings .background,.stats__section-wrapper #chart-buildings .background,[class^=stats__modal] .modal__internal #chart-buildings .background{fill:#8ad1f4}
  .stats-mode-age #chart-buildings .foreground,.stats-mode-container #chart-buildings .foreground,.stats__table-wrapper #chart-buildings .foreground,.stats__section-wrapper #chart-buildings .foreground,[class^=stats__modal] .modal__internal #chart-buildings .foreground{fill:#bfe9fd !important}
  @media(min-width: 80em){.stats-mode-age #chart-buildings text,.stats-mode-container #chart-buildings text,.stats__table-wrapper #chart-buildings text,.stats__section-wrapper #chart-buildings text,[class^=stats__modal] .modal__internal #chart-buildings text{font-size:1.864rem}}
  .stats-mode-age #chart-units text,.stats-mode-age #chart-buildings text,.stats-mode-container #chart-units text,.stats-mode-container #chart-buildings text,.stats__table-wrapper #chart-units text,.stats__table-wrapper #chart-buildings text,.stats__section-wrapper #chart-units text,.stats__section-wrapper #chart-buildings text,[class^=stats__modal] .modal__internal #chart-units text,[class^=stats__modal] .modal__internal #chart-buildings text{display:none}
  .stats-mode-age .progress-stats,.stats-mode-container .progress-stats,.stats__table-wrapper .progress-stats,.stats__section-wrapper .progress-stats,[class^=stats__modal] .modal__internal .progress-stats{margin:0;padding:0;text-align:center;height:auto;width:100%;display:flex;flex-direction:column;justify-content:center}
  @media(min-width: 80em){.stats-mode-age .progress-stats,.stats-mode-container .progress-stats,.stats__table-wrapper .progress-stats,.stats__section-wrapper .progress-stats,[class^=stats__modal] .modal__internal .progress-stats{text-align:left}}
  .stats-mode-age .progress-stats li,.stats-mode-container .progress-stats li,.stats__table-wrapper .progress-stats li,.stats__section-wrapper .progress-stats li,[class^=stats__modal] .modal__internal .progress-stats li{display:flex;justify-content:center}
  .stats-mode-age .progress-stats li div,.stats-mode-container .progress-stats li div,.stats__table-wrapper .progress-stats li div,.stats__section-wrapper .progress-stats li div,[class^=stats__modal] .modal__internal .progress-stats li div{display:block;color:#c7c7c7;min-width:6.4rem;padding:0;font-weight:bold;margin-bottom:.5rem;font-size:.933em}
  @media(min-width: 80em){.stats-mode-age .progress-stats li div,.stats-mode-container .progress-stats li div,.stats__table-wrapper .progress-stats li div,.stats__section-wrapper .progress-stats li div,[class^=stats__modal] .modal__internal .progress-stats li div{font-size:.636rem}}
  .stats-mode-age .progress-stats li div span,.stats-mode-container .progress-stats li div span,.stats__table-wrapper .progress-stats li div span,.stats__section-wrapper .progress-stats li div span,[class^=stats__modal] .modal__internal .progress-stats li div span{color:#fff;font-size:1.267em}
  @media(min-width: 80em){.stats-mode-age .progress-stats li div span,.stats-mode-container .progress-stats li div span,.stats__table-wrapper .progress-stats li div span,.stats__section-wrapper .progress-stats li div span,[class^=stats__modal] .modal__internal .progress-stats li div span{font-size:1.4rem}}
  .stats-mode-age .progress-stats li:after,.stats-mode-container .progress-stats li:after,.stats__table-wrapper .progress-stats li:after,.stats__section-wrapper .progress-stats li:after,[class^=stats__modal] .modal__internal .progress-stats li:after{display:none}
  .stats-mode-age .progress-stats li.dividers.gold.slim,.stats-mode-container .progress-stats li.dividers.gold.slim,.stats__table-wrapper .progress-stats li.dividers.gold.slim,.stats__section-wrapper .progress-stats li.dividers.gold.slim,[class^=stats__modal] .modal__internal .progress-stats li.dividers.gold.slim{position:relative;width:100%;margin:.25rem 0 .66rem;height:2px}
  .stats-mode-age .progress-stats li.dividers.gold.slim::before,.stats-mode-container .progress-stats li.dividers.gold.slim::before,.stats__table-wrapper .progress-stats li.dividers.gold.slim::before,.stats__section-wrapper .progress-stats li.dividers.gold.slim::before,[class^=stats__modal] .modal__internal .progress-stats li.dividers.gold.slim::before{content:"";position:absolute;top:auto;bottom:0;height:2px;min-height:2px;width:100%;background:linear-gradient(90deg, rgba(184, 134, 45, 0) 0%, #B8862D 10%, #FFDF91 50%, #B8862D 90%, rgba(184, 134, 45, 0) 100%)}
  .stats-mode-age .progress-circle__box,.stats-mode-container .progress-circle__box,.stats__table-wrapper .progress-circle__box,.stats__section-wrapper .progress-circle__box,[class^=stats__modal] .modal__internal .progress-circle__box{display:flex;justify-content:center;align-items:center}
  .stats-mode-age .sleeve,.stats-mode-container .sleeve,.stats__table-wrapper .sleeve,.stats__section-wrapper .sleeve,[class^=stats__modal] .modal__internal .sleeve{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:flex-start}
  @media(min-width: 54em){.stats-mode-age .sleeve,.stats-mode-container .sleeve,.stats__table-wrapper .sleeve,.stats__section-wrapper .sleeve,[class^=stats__modal] .modal__internal .sleeve{flex-direction:row;flex-wrap:nowrap}}
  .stats-mode-age .sleeve>*,.stats-mode-container .sleeve>*,.stats__table-wrapper .sleeve>*,.stats__section-wrapper .sleeve>*,[class^=stats__modal] .modal__internal .sleeve>*{margin-bottom:1.4rem;margin-right:0;width:100%}
  @media(min-width: 54em){.stats-mode-age .sleeve>*,.stats-mode-container .sleeve>*,.stats__table-wrapper .sleeve>*,.stats__section-wrapper .sleeve>*,[class^=stats__modal] .modal__internal .sleeve>*{flex-basis:20%;margin-right:1rem;margin-bottom:0}.stats-mode-age .sleeve>*:last-child,.stats-mode-container .sleeve>*:last-child,.stats__table-wrapper .sleeve>*:last-child,.stats__section-wrapper .sleeve>*:last-child,[class^=stats__modal] .modal__internal .sleeve>*:last-child{margin-right:0}}
  .stats-mode-age .sleeve .stats__rating-box,.stats-mode-container .sleeve .stats__rating-box,.stats__table-wrapper .sleeve .stats__rating-box,.stats__section-wrapper .sleeve .stats__rating-box,[class^=stats__modal] .modal__internal .sleeve .stats__rating-box{padding:.545em;background:#263144}
  @media(min-width: 54em){.stats-mode-age .sleeve .stats__rating-box,.stats-mode-container .sleeve .stats__rating-box,.stats__table-wrapper .sleeve .stats__rating-box,.stats__section-wrapper .sleeve .stats__rating-box,[class^=stats__modal] .modal__internal .sleeve .stats__rating-box{padding-top:1rem}}
  .stats-mode-age .sleeve .stats__rating-box .rank_value,.stats-mode-container .sleeve .stats__rating-box .rank_value,.stats__table-wrapper .sleeve .stats__rating-box .rank_value,.stats__section-wrapper .sleeve .stats__rating-box .rank_value,[class^=stats__modal] .modal__internal .sleeve .stats__rating-box .rank_value{display:block;color:#fff;font-weight:bold;font-size:.865rem;margin-bottom:.5rem}
  @media(min-width: 80em){.stats-mode-age .sleeve .stats__rating-box .rank_value,.stats-mode-container .sleeve .stats__rating-box .rank_value,.stats__table-wrapper .sleeve .stats__rating-box .rank_value,.stats__section-wrapper .sleeve .stats__rating-box .rank_value,[class^=stats__modal] .modal__internal .sleeve .stats__rating-box .rank_value{font-size:1.4rem}}
  .stats-mode-age .sleeve .stats__rating-box .rank_current,.stats-mode-container .sleeve .stats__rating-box .rank_current,.stats__table-wrapper .sleeve .stats__rating-box .rank_current,.stats__section-wrapper .sleeve .stats__rating-box .rank_current,[class^=stats__modal] .modal__internal .sleeve .stats__rating-box .rank_current{font-weight:bold;color:#c7c7c7;font-size:.636rem}
  @media(min-width: 80em){.stats-mode-age .sleeve .stats__rating-box .rank_current,.stats-mode-container .sleeve .stats__rating-box .rank_current,.stats__table-wrapper .sleeve .stats__rating-box .rank_current,.stats__section-wrapper .sleeve .stats__rating-box .rank_current,[class^=stats__modal] .modal__internal .sleeve .stats__rating-box .rank_current{font-size:1rem}}
  @media all and (min-width: 1024px)and (max-width: 1210px){.stats-mode-age .sleeve .stats__rating-box .rank_current,.stats-mode-container .sleeve .stats__rating-box .rank_current,.stats__table-wrapper .sleeve .stats__rating-box .rank_current,.stats__section-wrapper .sleeve .stats__rating-box .rank_current,[class^=stats__modal] .modal__internal .sleeve .stats__rating-box .rank_current{font-size:16px}}
  .stats-mode-age progress.bargraph.bargraph--em-val:before,.stats-mode-container progress.bargraph.bargraph--em-val:before,.stats__table-wrapper progress.bargraph.bargraph--em-val:before,.stats__section-wrapper progress.bargraph.bargraph--em-val:before,[class^=stats__modal] .modal__internal progress.bargraph.bargraph--em-val:before{font-size:1rem;font-weight:bold;color:#fff}
  .stats__select{color:#ffdf91;text-align:left;text-shadow:1px 1px 0 rgba(0,0,0,.6);font-size:.875rem;max-width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-bottom:1.4rem;padding-right:2.25rem}
  @media(min-width: 80em){.stats__select{font-size:1.125rem;margin-bottom:1.455rem;max-width:75%}}
  .stats__select.--wauto{width:auto}
  .stats-career__container--2col #chart-victorytype .slice{fill:#bf6a29}
  .stats-career__container--2col #chart-victorytype .slice:first-child{fill:#a94010}
  .stats-career__container--2col #chart-victorytype .slice:last-child{fill:#ffdf91}
  .stats-mode-age .sleeve{text-align:center}
  @media(min-width: 54em){.stats-mode-age .sleeve>*{flex-basis:50%}}
  .stats-mode-age #chart-wins th,.stats-mode-age #chart-units th,.stats-mode-age #chart-buildings th,.stats-mode-age #chart-victorytype th{width:auto}
  .stats-mode-age #chart-wins svg,.stats-mode-age #chart-units svg,.stats-mode-age #chart-buildings svg,.stats-mode-age #chart-victorytype svg{overflow:visible;width:10rem;max-width:100%}
  .stats-mode-age #chart-wins text,.stats-mode-age #chart-units text,.stats-mode-age #chart-buildings text,.stats-mode-age #chart-victorytype text{font-size:.8536067893rem}
  .stats-mode-age .chart--area{display:flex;justify-content:center}
  .stats-mode-age .chart-legend{display:flex;flex-direction:column;padding:1rem 0;margin:auto}
  @media(min-width: 80em){.stats-mode-age .chart-legend{flex-direction:row;justify-content:space-around;padding:1.818rem 0;width:33%}}
  .stats-mode-age .chart-legend--timeTo,.stats-mode-age .chart-legend--timeIn{flex:1 0 auto;font-size:1.207rem;margin-bottom:.5rem}
  .stats-mode-age .chart-legend--timeTo i,.stats-mode-age .chart-legend--timeIn i{display:inline-block;width:24px;height:24px;vertical-align:middle}
  @media(min-width: 80em){.stats-mode-age .chart-legend--timeTo,.stats-mode-age .chart-legend--timeIn{margin-bottom:0}}
  .stats-mode-age .chart-legend--timeTo i{background-color:#a94010}
  .stats-mode-age .chart-legend--timeIn i{background-color:#d59147}
  .stats-mode-age .chart-legend span{font-size:16px;color:#fff;vertical-align:middle;line-height:1em;padding-left:5px}
  .stats-mode-age .chart-circle .labelName text{transform:translate(-0.5rem, 88px)}
  @media(min-width: 40em){.stats-mode-age .chart-circle .labelName text{transform:none}}
  .stats-mode-age .chart-circle .labelName text:last-child{transform:translate(-0.5rem, 88px)}
  @media(min-width: 40em){.stats-mode-age .chart-circle .labelName text:last-child{transform:none}}
  .stats-mode-age #chart-victorytype .labelName,.stats-mode-age #chart-victorytype .labelValue,.stats-mode-age #chart-victorytype .lines{display:block}
  .stats-gamer-info .gamerpic-thumb{border:2px solid #b98b14;margin-bottom:1em;max-width:94px}
  @media(min-width: 54em){.stats-gamer-info .gamerpic-thumb{max-width:100%}}
  .stats-gamer-info h4{color:#fefefe;margin-bottom:5px;word-wrap:break-word;word-wrap:break-word}
  .stats-gamer-info p{color:#f1e9d0;word-wrap:break-word;word-wrap:break-word}
  .stats-gamer-info .stat{color:#fefefe}
  .stats-gamer-info .stat-label{color:#f1e9d0}
  .header-stats-sign-in__inner{display:flex;flex-direction:column;justify-content:space-between;vertical-align:middle;align-items:center;margin:auto}
  .header-stats-sign-in__inner h4{margin-bottom:1rem}
  @media(min-width: 54em){.header-stats-sign-in__inner{flex-direction:row}.header-stats-sign-in__inner h4,.header-stats-sign-in__inner .button{margin-bottom:0px}}
  @media(min-width: 40em){.header-stats{padding:0 10px}}
  .header-stats.frame-box{padding:.667rem;margin-left:0;margin-bottom:1.455rem;box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42)}
  @media(min-width: 40em){.header-stats.frame-box{padding:1.455rem}}
  .header-stats.--w-100{width:100%}
  .stats-frame{margin-top:-145px}
  @media(min-width: 40em){.stats-frame{margin-top:-40px}}
  .stats-header label{color:#f1e9d0}
  .stats-header__avatar{width:158px;text-align:center;float:left}
  .stats-header__avatar img{width:118px;height:118px;border:1px solid #b4924a}
  .stats-header__username{float:left;padding-right:20px}
  .stats-header__middle{position:relative;width:auto;overflow:hidden}
  .stats-header__middle-top label{display:block}
  .stats-header__middle-bottom{width:100%;position:absolute;bottom:-20px}
  .stats-header__middle-bottom .section-nav__link{font-size:18px}
  @media(min-width: 40em){.stats-header__middle-bottom{bottom:-90px;left:-10px}.stats-header__middle-bottom .section-nav__link{font-size:14px;height:42px;line-height:42px}}
  .stats-header__nav-mobile{margin-bottom:20px}
  .stats-header__nav-mobile .section-nav__link{font-size:12px;height:42px;line-height:42px}
  .stats-header__placeholder{width:158px}
  @media(min-width: 40em){.stats-header__placeholder{display:none}}
  .stats-header__middle-inner{width:100%;display:flex;justify-content:space-between}
  .stats-header__middle-inner .frame-box{max-width:33%;width:calc(33% - 79px);flex:1 0 auto;margin-right:10px}
  @media(min-width: 40em){.stats-header__middle-inner .frame-box{width:calc(34% - 10px)}}
  .stats-header__badge-data{position:absolute;top:60px;width:100%;text-align:center}
  .stats-header__badge-data span{font-size:22px;letter-spacing:.05rem;font-weight:700;color:#f1e9d0}
  .stats-header__badge-data span.stats-header__badge-label{font-size:16px;display:block}
  .stats-header__video-badge{position:relative;width:180px}
  .stats-header__badge{height:160px;position:relative}
  .stats-header__badge--food{background:url(/wp-content/themes/ageOfEmpires/public/images/badges/badge-food.83bcaa56bfec4ef6.webp);background-repeat:no-repeat;background-size:180px 180px}
  .stats-header__badge-value{color:#fff;text-align:center;top:35%;left:30%;position:absolute;font-size:45px;line-height:45px}
  .stats-header__stat-right{width:50%;float:right;display:flex;justify-content:space-between;position:static}
  .stats-header__stat-right div{flex:1 0 auto;text-align:right}
  .stats-header__stat{color:#fff}
  .stats-header__stat--lg{font-size:45px;line-height:51px}
  .stats-header__stat--md{font-size:32px;line-height:38px}
  .stats-header__stat--sm{font-size:30px;line-height:30px}
  @media(min-width: 40em){.stats-header__stat--sm{font-size:24px;line-height:30px}}
  .stats-header__label{color:#f1e9d0}
  .stats-header__label--lg{font-size:18px;line-height:22px}
  @media(min-width: 40em){.stats-header__label--lg{font-size:12px;line-height:18px}}
  .stats-header__label--sm{font-size:16px;line-height:24px}
  .stats-header__radial{height:170px;width:170px}
  @media(max-width: 54em){.stats-listings .stats__addtl-info-box{position:absolute;bottom:0}}
  .stats-listings .arrow-badge-hr:not(:first-child){margin-top:2rem}
  .stats-listings__showNoResults{position:relative;background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(180deg, #2E3D55 0%, #181C29 100%);background-blend-mode:overlay,normal;box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42);min-height:7.5rem;padding:2rem;margin-bottom:0 !important;text-align:center}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.stats-listings__showNoResults{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(180deg, #2E3D55 0%, #181C29 100%)}}
  .stats-listings__showNoResults p{color:#fff;margin-bottom:.5rem}
  .stats-listings__showNoResults p a{-webkit-text-decoration:underline;text-decoration:underline;color:#53dbdd}
  .stats-listings__showNoResults p a:hover{color:#98f1f0}
  .stats-listings__showNoResults p:last-child{margin-bottom:0}
  .stats-listings .stats__list{display:flex;flex-wrap:wrap;align-items:stretch;line-height:1.2;margin:0;color:#c7c7c7}
  @media(min-width: 80em){.stats-listings .stats__list-wrapper{padding:1rem;flex-basis:50%}}
  .stats-listings .stats__list-wrapper:first-child{margin-bottom:1rem}
  .stats-listings .stats__list .sm{font-size:.8em}
  .stats-listings .stats__list sub{bottom:auto}
  .stats-listings .stats__list dt,.stats-listings .stats__list dd{display:flex;align-items:center;background-color:#263144;margin:0}
  @media(min-width: 80em){.stats-listings .stats__list dt,.stats-listings .stats__list dd{display:block}}
  .stats-listings .stats__list dt{padding:.7em 10px;width:60%}
  .stats-listings .stats__list dt:nth-child(3){background-color:rgba(0,0,0,0)}
  .stats-listings .stats__list dd{padding:.5em 10px;width:40%}
  .stats-listings .stats__list dd:nth-child(4){background-color:rgba(0,0,0,0)}
  @media(min-width: 40em){.stats-listings .columns:first-child dt:first-of-type,.stats-listings .columns:first-child dd:first-of-type{border-top:0}}
  .stats-listings .opponent-type:first-child{padding-right:20px}
  .stats-toggle-visibility.hide,.stats-age1-toggle-visibility.hide,.stats-mode-container .stats-mp-toggle-visibility.hide,.stats-career__container--2col .stats-mp-toggle-visibility.hide{display:none !important}
  .progress-stats{margin:0 auto 1rem;text-align:center;white-space:nowrap;height:48px}
  @media(min-width: 40em){.progress-stats{display:flex;width:100%;justify-content:center}}
  .progress-stats li{color:#f1e9d0;display:inline-block;font-size:1rem;font-weight:700;line-height:1;margin:auto;padding:0 2rem;position:relative;width:auto}
  @media(min-width: 40em){.progress-stats li{margin:0}}
  .progress-stats li span{color:#fff;display:block;font-size:2rem}
  @media(min-width: 40em){.progress-meter text{font-size:20px !important}}
  .stats-matches{display:flex}
  .stats-matches .game-stats{display:flex;flex-direction:column;flex:1 1 100%;justify-content:space-between}
  @media(min-width: 40em){.stats-matches .game-stats{display:block}}
  @media(min-width: 54em){.stats-matches .game-stats{flex-direction:row}}
  @media(min-width: 40em){.stats-matches .game-stats__equal{text-align:center}.stats-matches .game-stats__equal h2{margin-bottom:1.5rem}}
  .stats-matches .game-stats .no-results.recent-matches{margin:1rem 0;text-align:center}
  .stats-matches .pagination-container{padding:0 0 !important;margin-bottom:0}
  .stats-matches .pagination-container.mpmatches-pagination .pagination,.stats-matches .pagination-container.mpmatches-pagination .search-results__pagination .nav-links,.search-results__pagination .stats-matches .pagination-container.mpmatches-pagination .nav-links{width:100%;justify-content:flex-start;background:none;box-shadow:none}
  .stats-career__container--2col .stats-matches .pagination-container.mpmatches-pagination .pagination,.stats-career__container--2col .stats-matches .pagination-container.mpmatches-pagination .search-results__pagination .nav-links,.search-results__pagination .stats-career__container--2col .stats-matches .pagination-container.mpmatches-pagination .nav-links{justify-content:flex-end}
  .stats-matches .pagination-title,.stats-matches ul.pagination,.stats-matches .search-results__pagination ul.nav-links,.search-results__pagination .stats-matches ul.nav-links{max-width:none;margin-bottom:0 !important}
  @media(min-width: 40em){.stats-matches .pagination-title{margin-bottom:.75rem !important}}
  .stats-career__container--2col>.stats__cols--2col{display:block}
  @media(min-width: 100em){.stats-career__container--2col>.stats__cols--2col{display:flex}}
  .stats-career__container--2col>.stats__cols--2col>.col{width:100%}
  .stats-career__container--2col>.stats__cols--2col>.col .stats-matches select{padding-right:2rem}
  @media(min-width: 80em){.stats-career__container--2col>.stats__cols--2col>.col .stats-matches select{width:auto;margin-right:1rem}}
  @media(min-width: 40em){.stats-career__container--2col>.stats__cols--2col>.col .stats__cols--2col{justify-content:space-between;flex-direction:row}.stats-career__container--2col>.stats__cols--2col>.col .stats__cols--2col .col{flex-basis:calc(49% - .25rem)}}
  .stats-career__container--2col>.stats__cols--2col .stats-constructs dl{margin-top:0}
  .stats-career__container--2col>.stats__cols--2col .stats-constructs dl:nth-child(even){background-color:#263144}
  .stats-career__container--2col>.stats__cols--2col .stats-constructs dl dt,.stats-career__container--2col>.stats__cols--2col .stats-constructs dl dd{height:auto;padding:10px}
  .stats-career__container--2col>.stats__cols--2col .stats-matches{height:100%;flex-direction:column}
  .stats-career__container--2col>.stats__cols--2col .stats-matches .game-stats{height:100%;display:flex;flex-direction:column;justify-content:space-between}
  .stats-career__container--2col>.stats__cols--2col .stats-matches .game-stats .heading_help{flex-direction:column;align-items:flex-start}
  .stats-career__container--2col>.stats__cols--2col .stats-matches .game-stats .results-container{width:100%}
  .stats-career__container--2col>.stats__cols--2col .stats-matches .game-stats .pagination-container.mpmatches-pagination .pagination,.stats-career__container--2col>.stats__cols--2col .stats-matches .game-stats .pagination-container.mpmatches-pagination .search-results__pagination .nav-links,.search-results__pagination .stats-career__container--2col>.stats__cols--2col .stats-matches .game-stats .pagination-container.mpmatches-pagination .nav-links{justify-content:flex-end}
  .match-details-modal__inner{border:2px solid #010101;border-bottom:4px solid #010101;border-right:4px solid #010101;margin:0 auto;box-shadow:5px 5px 1px rgba(0,0,0,.1);text-align:center;padding:40px}
  .icon_matchReplay{margin:0 5px}
  .icon_matchReplay span{display:none}
  @media(min-width: 80em){.icon_matchReplay span{display:inline-block;width:1.5rem;height:1.5rem;background:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/match-replay.d96d4c.svg) top center no-repeat;text-indent:-9999em;background-size:contain}}
  .stats-match-header a.how_help_link{display:block;width:100%;color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline;transition:color .3s}
  .stats-match-header a.how_help_link:hover{color:#98f1f0}
  .stats-match-header__flexer{margin-bottom:1.455rem;text-align:left}
  @media(min-width: 40em){.stats-match-header__flexer{display:flex;justify-content:space-between;align-items:center}}
  .stats-match-header__flexer:last-child{align-items:flex-end;margin-bottom:0}
  .stats-match-header__map_image{width:158px;height:118px;float:left;background:#eee;margin-right:20px;display:none}
  .stats-match-header__map-name h4{font-size:1.455rem;line-height:1.5rem}
  .stats-match-header__meta{color:#c7c7c7}
  @media(min-width: 54em){.stats-match-header__meta{font-size:1rem}}
  .stats-match-header__match-data{margin-bottom:1rem}
  @media(min-width: 54em){.stats-match-header__match-data{margin-bottom:0}}
  .stats-match-header__label{margin-right:10px}
  .stats-match-header__value{font-weight:700}
  @media(min-width: 40em){.stats-match-header__left{margin-bottom:20px;text-align:center}.stats-match-header__left:after{display:block;content:"";clear:both}}
  .stats-match-header__right{text-align:right}
  @media(min-width: 40em){.stats-match-header__right{text-align:center}.stats-match-header__right:after{display:block;content:"";clear:both}}
  .stats-match-header__social{margin-bottom:0}
  .stats-match-header__social ul{padding:0;margin:0;display:flex;justify-content:flex-start;align-items:center}
  @media(min-width: 40em){.stats-match-header__social ul{width:auto;margin:auto;justify-content:center}}
  @media(min-width: 54em){.stats-match-header__social ul{justify-content:flex-end}}
  .stats-match-header__social ul li{list-style:none;text-align:center;line-height:1em;color:#c7c7c7;margin:0 .5rem 0 0}
  @media(min-width: 54em){.stats-match-header__social ul li{font-size:1rem}}
  .stats-match-header__social ul li svg{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerUp);cursor:pointer;width:1.455rem;height:1.455rem}
  .stats-match-header__social ul li svg:hover{fill:url(#iconGradientHover)}
  .stats-match-header__page-title{text-indent:-1.3em;padding-left:calc(12% + .8em);color:#ffdf91;font-size:1.8rem;line-height:1.5em;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;text-align:left;width:auto;padding:0 0 0 2.4rem;margin:0 0 .5rem 0}
  .stats-match-header__page-title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/age-two.a787f4.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/age-two.a787f4.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.stats-match-header__page-title{text-indent:0}.stats-match-header__page-title::before{flex:0 0 1em;top:0}}
  .stats-match-header__page-title::before{background-repeat:no-repeat;-webkit-mask-image:none;mask-image:none;background-size:contain}
  .stats-match-header__page-title.age1::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/game-age1.4b9bdbcb03db0810.webp)}
  .stats-match-header__page-title.age2::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/game-age2.c7cebbc070bd6766.webp)}
  .stats-match-header__page-title.age3::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/game-age3.e6aae6efecb0b7c2.webp)}
  .stats-match-header__page-title.age4::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/game-age4.aecae3b7d49ddd75.webp)}
  .stats-match-header__page-title.ageMyth::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/game-ageMyth.0d577f2e3456ee78.webp)}
  .stats-match-header__page-title::after{content:none}
  @media(min-width: 40em){.stats-match-header__page-title{text-indent:-1.3em}}
  @media(min-width: 54em){.stats-match-header__page-title{text-indent:0}}
  @media(min-width: 80em){.stats-match-header__page-title{font-size:1.864rem;line-height:1em;display:flex;align-items:center;padding:0;margin:0 0 .5rem 0}.stats-match-header__page-title::before{width:2rem;height:2rem}}
  .stats-match-header__matchtype{font-weight:bold;color:#c7c7c7;font-size:1.207rem;text-transform:capitalize}
  @media(min-width: 80em){.stats-match-header__matchtype{font-size:1.414rem}}
  .stats-match-details-section{padding-top:1.5rem;padding-bottom:1.5rem}
  .stats-match-details-players td,.stats-match-details-players span{color:#4c473b}
  .stats-match-details-players>.frame-box{padding:0}
  .stats-match-details-players__th{background:#3d2e21;text-align:center;color:#f1e9d0;font-size:15px;line-height:32px}
  .stats-match-details-players__content,.stats-match-details-players__inner-content{background-color:rgba(0,0,0,0)}
  .stats-match-details-players__inner-td{padding:0;height:64px}
  .stats-match-details-players__inner-td--civ-img-wrapper{width:64px}
  .stats-match-details-players__row{background:rgba(248,245,232,.5)}
  .stats-match-details-players__row:nth-child(even){background:rgba(115,71,22,.1)}
  .stats-match-details-players__civ-image{width:64px;height:64px;background:#eee;float:left;margin-right:10px}
  .stats-match-details-players__gamertag{text-align:left}
  .stats-match-details-players__civname span{display:block;padding:.25rem 0;font-size:15px;line-height:32px;width:100%}
  .stats-match-details-players__player-info--right .stats-match-details-players__civ-image{margin-right:0;margin-left:10px}
  .stats-match-details-players__player-info h5{color:#4c473b;font-size:24px;line-height:42px}
  .stats-match-details-players__player-info span{font-size:15px;line-height:20px;background:blue;padding:.125rem 1rem;text-shadow:0px 1px 0px #000;width:100%;display:inline-block;text-align:center;color:#fff}
  .stats-match-details-players__total-score{font-size:24px;line-height:32px;text-align:center;width:150px}
  .stats-match-details-players__total-score span{display:block}
  .stats-match-details-players__team{text-align:center;font-size:24px;line-height:32px}
  .stats-match-details-players__team span{display:block}
  .stats-match-details-players__outcome{font-family:maiola,serif;width:160px;font-size:24px;line-height:32px}
  .stats-match-details-players__outcome--win{color:#36af00}
  .stats-match-details-players__outcome--right{text-align:right}
  .stats__hero{position:relative}
  .mystats-section{padding-top:0}
  @media(min-width: 55em){.mystats-section{padding-top:2rem}}
  .mystats-section__stats-main{z-index:1;position:relative}
  .stats-mystats-pad{padding-top:5px}
  .stats-mystats-header{margin-top:1rem}
  .stats-mystats-header .frame-box__inner--light{overflow:visible !important}
  .my-stats-nav__inner{min-height:103px}
  .my-stats-nav__top{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c.1e3590af6a90faa8.webp),linear-gradient(180deg, #2E3D55, #181C29);background-blend-mode:overlay normal;box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42);height:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;align-content:center;padding:.8rem;margin-bottom:1rem}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.my-stats-nav__top{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c@2x.5cf913e9647bfc85.webp),linear-gradient(180deg, #2E3D55, #181C29)}}
  @media(min-width: 40em){.my-stats-nav__top{margin-bottom:1.5rem;padding:1.455rem 1.818rem}}
  .my-stats-nav__top--inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
  .my-stats-nav__top .js-matchLink div{margin-bottom:.8rem}
  .my-stats-nav__top .js-matchLink div a{-webkit-text-decoration:underline;text-decoration:underline}
  @media(min-width: 54em){.my-stats-nav__top .js-matchLink div{margin-bottom:0}.my-stats-nav__filters select{width:17rem;margin-bottom:0}}
  .my-stats-nav__avatar{height:2.87875rem;width:2.87875rem;overflow:hidden;margin-right:20px;flex:0 0 auto}
  .my-stats-nav__avatar img{height:100%;width:100%;object-fit:cover}
  .my-stats-nav__avatar img.--fallback{height:calc(100% + 2px);width:calc(100% + 2px);margin:-1px}
  .my-stats-nav__gamertag{flex:0 0 auto;display:flex;align-items:center}
  .my-stats-nav__gamertag h2{font-size:1.207rem;line-height:150%;color:#ffdf91;text-shadow:2px 2px 0px #000;font-family:noto-sans,sans-serif}
  @media(min-width: 40em){.my-stats-nav__gamertag h2{font-size:2rem}}
  .my-stats-nav__gamertag h2.--hide,.my-stats-nav__gamertag h2>span{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
  .my-stats-nav__gamertag span{font-size:18px}
  .my-stats-nav__ranks{display:flex;flex:1 1 auto;justify-content:flex-end;flex-direction:column}
  @media(min-width: 54em){.my-stats-nav__ranks{flex-direction:row}}
  .my-stats-nav__ranks span{display:block;margin-left:0em}
  @media(min-width: 54em){.my-stats-nav__ranks span{display:flex;margin-left:1em;font-size:1.2em}}
  .my-stats-nav__ranks span b{padding-right:.5em;padding-left:.5em}
  .my-stats-nav__bottom{display:flex;position:absolute;width:calc(100% - 20px)}
  .my-stats-nav__bottom:after{display:block;content:"";clear:both}
  @media(min-width: 54em){.my-stats-nav__bottom{width:calc(100% - 30px)}}
  @media(min-width: 40em){.my-stats-nav__bottom{width:100%;display:block;position:static}}
  .my-stats-nav__bottom .frame-box{padding:0;margin-right:10px;width:23%}
  @media(min-width: 40em){.my-stats-nav__bottom .frame-box{width:100%;margin-right:0;margin-bottom:15px}}
  .my-stats-nav__bottom .frame-box__inner{border:none !important;overflow:visible !important}
  .my-stats-nav__bottom .frame-box__inner--min-height{min-height:145px}
  .my-stats-nav__bottom .frame-box__inner--button{overflow:visible !important}
  .my-stats-nav__bottom .frame-box:last-child{margin-right:0;float:right}
  .my-stats-nav__bottom .frame-box .section-nav__link{height:40px;line-height:40px;font-weight:bold}
  .my-stats-nav .page__subnav--nowrap .stats__page__subnav .page__subnav__link-campaign a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/campaigns.67dc75.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/campaigns.67dc75.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .my-stats-nav .page__subnav--nowrap .stats__page__subnav .page__subnav__link-career a::after,.my-stats-nav .page__subnav--nowrap .stats__page__subnav .page__subnav__link-career span::after{content:"";background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/multiplayer.f225b9.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/multiplayer.f225b9.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .my-stats-nav .page__subnav--nowrap .stats__page__subnav .page__subnav__link-singleplayer a::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-singleplayer.94dd83.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-singleplayer.94dd83.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .my-stats-nav .page__subnav--nowrap .stats__page__subnav .page__subnav__link-ranked a::after,.my-stats-nav .page__subnav--nowrap .stats__page__subnav .page__subnav__link-ranked span::after{content:"";background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-rankbg.2a2f64.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-rankbg.2a2f64.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .my-stats-search__top{margin-bottom:.6125rem}
  .my-stats-search__top .button{height:2.45rem;line-height:2.45rem;font-size:calc(2.45rem/2);font-family:trajan-pro-3,serif;padding:0;background:url(/wp-content/themes/ageOfEmpires/public/images/ui/nav-link-texture.97e5710e9cfb38ed.webp) repeat center top,url(/wp-content/themes/ageOfEmpires/public/images/ui/nav-active-texture.d5db6ce157150017.webp) repeat center top;border-radius:0;border:2px solid #2d2a23;vertical-align:middle;width:100%}
  .my-stats-search__search{display:flex}
  .my-stats-search__search form{display:flex;width:100%}
  .my-stats-search__search .search-field{flex-grow:1}
  .my-stats-search__search input{margin-bottom:0}
  .my-stats-search__search .btn-aoe{flex-grow:0}
  .my-stats-search__search .btn--search{flex-grow:0;font-size:20px;height:2.45rem;line-height:2.45rem;margin-left:5px}
  .my-stats-search__search .btn--search i{line-height:2.45rem}
  @media(max-width: 40em){.stats-nav .columns{margin-bottom:10px}}
  table{width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:1.5rem}
  td,th{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem}
  th,tr:first-child{font-family:maiola,serif;color:#ffdf91;font-weight:bold}
  tr{text-align:left}
  tr:nth-child(even){background-color:rgba(0,0,0,.3)}
  .mods__tag.--edit,.mods__button.--edit{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/edit.19df82.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/edit.19df82.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .mods__tag.--event,.mods__button.--event{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/event.4ac829.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/event.4ac829.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .mods__tag.--info,.mods__button.--info{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/info.e34f94.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/info.e34f94.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .footer{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}
  .footer__content{background:#000 url(/wp-content/themes/ageOfEmpires/public/images/swoosh.ae77de5186fd478e.webp) 0 1.5rem no-repeat;background-size:100%;background-position-y:3.5rem}
  @media(min-width: 54em){.footer__content{background-position-y:1rem}}
  .publisher,.rating {
  margin: 0px;
  height: 100px; }
  @media (min-width: 480px) {
  .publisher,.rating {
    height: 100%; } }
  .publisher img,.rating img {
  height: 100%;
  max-width: none;
  object-fit: contain; }
  .publisher img.rating__image,.rating img.rating__image{height:calc(var(--footer-content-height) - 16px)}
  .publisher img.xbox-game-studio-logo.--b-w,.rating img.xbox-game-studio-logo.--b-w{display:none}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.publisher img.worlds-edge-footer-logo,.publisher img.xbox-game-studio-logo,.rating img.worlds-edge-footer-logo,.rating img.xbox-game-studio-logo{filter:contrast(0) brightness(0) saturate(0)}}
  .footer__links{font-size:.8536067893rem;margin:calc(1.5rem/2) auto calc(1.5rem/2) calc(10% - .5rem)}
  @media(min-width: 54em){.footer__links{margin-left:-0.5rem}}
  @media(min-width: 205em){.footer__links{margin-top:0}}
  .copyright{font-size:.8536067893rem}
  .insider-subscribe__card{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .insider-subscribe__card>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insider-subscribe__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.insider-subscribe__card{padding:1.5rem}}
  @media(min-width: 80em){.insider-subscribe__card{padding:1.5rem 1.875rem}}
  .insider-subscribe__cta{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;font-family:maiola,serif;font-weight:700;color:#000;border-color:#ffdf91;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);text-shadow:1px 1px 2px rgba(255,223,145,.8);position:relative;z-index:1;margin:0 auto calc(1.5rem/2)}
  .insider-subscribe__cta .button-animation{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}
  .insider-subscribe__cta [class*=icon]{fill:#000}
  .insider-subscribe__cta::after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background:linear-gradient(to bottom, #FFDF91, #B8862D);z-index:-2}
  .insider-subscribe__cta:hover,.insider-subscribe__cta:focus{color:#2a1715}
  .insider-subscribe__cta:active{color:#190d0c}
  .insider-subscribe__cta:active::after{background:#ffdf91;z-index:-1}
  .insider-subscribe__cta:active [class*=icon]{fill:#190d0c}
  .insider-subscribe__cta:disabled{border-color:#e7c067;text-shadow:none;opacity:1}
  .insider-subscribe__cta:disabled::after{background:#cda351;z-index:-1}
  .insider-subscribe__cta:not(.js-cta-button):hover,.insider-subscribe__cta:not(.js-cta-button):focus{color:#000}
  .insider-subscribe__cta:not(.js-cta-button):hover [class*=icon],.insider-subscribe__cta:not(.js-cta-button):focus [class*=icon]{fill:#45281f}
  .insider-subscribe__cta:not(.js-cta-button):hover:after,.insider-subscribe__cta:not(.js-cta-button):focus:after{background:linear-gradient(to bottom, #FFDF91, #9F6C2D)}
  .insider-subscribe__disclaimer{color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;font-size:.8536067893rem}
  .insider-subscribe__disclaimer:hover,.insider-subscribe__disclaimer:focus{color:#98f1f0}
  .insider-subscribe__disclaimer:active{color:#fff}
  .insiders-become-insider{padding-top:calc(1.5rem/2);padding-bottom:calc(1.5rem/2);border-width:0 0 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}
  @media(min-width: 54em){.insiders-become-insider{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-insider-splashone-right-desk.53576da6eb862baf.webp);background-size:cover;background-position:bottom right;background-position-y:bottom;padding-top:3rem;padding-bottom:3rem}}
  .insiders-become-insider__bg-image-mobile{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);padding:1.125rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-insider-splashone-right-mobile.99c74b1be6769c5a.webp);background-position-x:center;background-repeat:no-repeat;background-size:100%;background-color:#181c29;padding-top:calc(1.5rem*12);overflow:visible;max-width:30rem}
  @media(min-width: 54em){.insiders-become-insider__bg-image-mobile{padding:1.5rem}}
  @media(min-width: 80em){.insiders-become-insider__bg-image-mobile{padding:1.5rem 1.875rem}}
  @media(min-width: 54em){.insiders-become-insider__bg-image-mobile{display:none}}
  .insiders-become-insider__card{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-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);padding-bottom:1.5rem;max-width:30rem;margin-left:auto;margin-right:auto}
  .insiders-become-insider__card>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-become-insider__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.insiders-become-insider__card{padding:1.5rem}}
  @media(min-width: 80em){.insiders-become-insider__card{padding:1.5rem 1.875rem}}
  @media(min-width: 54em){.insiders-become-insider__card{border:none;max-width:60%;margin-left:0}}
  @media(min-width: 80em){.insiders-become-insider__card{max-width:50%}}
  .insiders-become-insider__cta{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;font-family:maiola,serif;font-weight:700;color:#000;border-color:#ffdf91;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);text-shadow:1px 1px 2px rgba(255,223,145,.8);position:relative;z-index:1;margin:0 auto 1.5rem}
  .insiders-become-insider__cta .button-animation{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}
  .insiders-become-insider__cta [class*=icon]{fill:#000}
  .insiders-become-insider__cta::after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background:linear-gradient(to bottom, #FFDF91, #B8862D);z-index:-2}
  .insiders-become-insider__cta:hover,.insiders-become-insider__cta:focus{color:#2a1715}
  .insiders-become-insider__cta:active{color:#190d0c}
  .insiders-become-insider__cta:active::after{background:#ffdf91;z-index:-1}
  .insiders-become-insider__cta:active [class*=icon]{fill:#190d0c}
  .insiders-become-insider__cta:disabled{border-color:#e7c067;text-shadow:none;opacity:1}
  .insiders-become-insider__cta:disabled::after{background:#cda351;z-index:-1}
  .insiders-become-insider__cta:not(.js-cta-button):hover,.insiders-become-insider__cta:not(.js-cta-button):focus{color:#000}
  .insiders-become-insider__cta:not(.js-cta-button):hover [class*=icon],.insiders-become-insider__cta:not(.js-cta-button):focus [class*=icon]{fill:#45281f}
  .insiders-become-insider__cta:not(.js-cta-button):hover:after,.insiders-become-insider__cta:not(.js-cta-button):focus:after{background:linear-gradient(to bottom, #FFDF91, #9F6C2D)}
  @media(min-width: 54em){.insiders-become-insider__cta{flex:1;margin-right:calc(1.5rem/2);margin-bottom:0}}
  .insiders-become-insider__disclaimer{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .insiders-become-insider__disclaimer:hover{color:#98f1f0}
  .insiders-become-insider__disclaimer:focus{color:#98f1f0}
  .insiders-become-insider__disclaimer:active{color:#fff}
  .insiders-become-insider__disclaimer{display:block;font-size:.8536067893rem}
  section.insiders-events{border-width:0 0 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;z-index:300;padding-top:0;margin-top:-1.5rem}
  .insiders-events__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);margin-top:4.5rem;max-width:30rem}
  @media(min-width: 54em){.insiders-events__page-container{max-width:unset}}
  .insiders-events__heading{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.414rem}
  .insiders-events__heading.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-events__cards{max-width:30rem;margin:0 auto 1.5rem}
  @media(min-width: 54em){.insiders-events__cards{max-width:unset}.insiders-events__cards.one{max-width:41.6666666667%}}
  @media(min-width: 80em){.insiders-events__cards.one{max-width:33.3333333333%}}
  .insiders-events__cards.two{display:flex;flex-direction:column;grid-column-gap:1.5rem;margin:0 auto;justify-content:center}
  @media(min-width: 54em){.insiders-events__cards.two{flex-direction:row;margin-bottom:1.5rem}.insiders-events__cards.two article.insiders-events__card{width:41.6666666667%}}
  @media(min-width: 80em){.insiders-events__cards.two article.insiders-events__card{width:33.3333333333%}}
  @media(min-width: 54em){.insiders-events__cards.default{display:grid;grid-column-gap:1.5rem;grid-row-gap:1.5rem;grid-template-columns:repeat(2, minmax(0, 1fr))}}
  @media(min-width: 68em){.insiders-events__cards.default{max-width:unset;display:grid;grid-column-gap:1.5rem;grid-row-gap:1.5rem;grid-template-columns:repeat(3, minmax(0, 1fr))}}
  @media(min-width: 80em){.insiders-events__cards.default{max-width:unset;display:grid;grid-column-gap:1.5rem;grid-row-gap:1.5rem;grid-template-columns:repeat(3, minmax(0, 1fr))}}
  .insiders-events__header.one{text-align:center}
  article.insiders-events__card{position:relative;border:6px solid rgba(0,0,0,0);border-radius:16px;background:linear-gradient(to top right, #263143, #263143);background-clip:padding-box;margin-top:1.5rem;margin-bottom:1.5rem;justify-self:center;font-size:.8536067893rem}
  @media(min-width: 54em){article.insiders-events__card{margin-bottom:unset;display:flex;flex-direction:column}}
  article.insiders-events__card::after{position:absolute;top:-6px;bottom:-6px;left:-6px;right:-6px;background:linear-gradient(to top right, #263143, #263143);content:"";z-index:-1;border-radius:16px}
  article.insiders-events__card.inbeta,article.insiders-events__card:focus article.insiders-events__card.--extra-card{position:relative;border:6px solid rgba(0,0,0,0);border-radius:16px;background:linear-gradient(to top right, #E7C067, #B8862D, #CDA351, #B8862D);background-clip:padding-box}
  article.insiders-events__card.inbeta::after,article.insiders-events__card:focus::after,article.insiders-events__card.--extra-card:after{position:absolute;top:-6px;bottom:-6px;left:-6px;right:-6px;background:linear-gradient(to top right, #E7C067, #B8862D, #CDA351, #B8862D);content:"";z-index:-1;border-radius:16px}
  .insiders-events__card-header{border-radius:12px 12px 0 0;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#034D70, #001D34);margin-bottom:0;padding-top:calc(1.5rem/2)}
  .insiders-events__card-header>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-events__card-header{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.insiders-events__card-header{padding:1.5rem}}
  @media(min-width: 80em){.insiders-events__card-header{padding:1.5rem 1.875rem}}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-events__card-header{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#034D70, #001D34)}}
  @media(min-width: 54em){.insiders-events__card-header{padding-top:calc(1.5rem/8);padding-right:calc(1.5rem/2);padding-left:calc(1.5rem/2);padding-bottom:calc(1.5rem/2)}}
  .insiders-events__card-sub-heading{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.207rem;display:flex;justify-content:space-between;align-items:center;padding-top:0;margin-bottom:0}
  .insiders-events__card-sub-heading.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-events__card-heading{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;color:#ffdf91;font-size:1.414rem;line-height:1.2;color:#f0f0f0;padding-top:0;margin-bottom:0}
  .insiders-events__card-heading.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-events__card-header-icon-wrap{display:flex;align-items:center}
  .insiders-events__card-header-icon{margin-left:6px;margin-right:6px;line-height:0}
  .insiders-events__card-header-icon.--steam{width:25px;height:25px}
  .insiders-events__card-header-icon.--xbox{width:24px;height:24px}
  .insiders-events__card-header-icon:nth-last-child(1){margin-right:0px}
  .insiders-events__card-header-icon svg{width:100%;height:auto}
  .insiders-events__card-body{position:relative;margin:0 auto;width:100%;height:100%}
  .--extra-card .insiders-events__card-body{overflow:hidden;border-radius:0 0 12px 12px;background:linear-gradient(to top right, #263143, #263143)}
  @media(min-width: 54em){.--extra-card .insiders-events__card-header{padding-top:calc(1.5rem/4)}}
  .--extra-card .insiders-events__card-body-desktop-picture img{width:100%}
  .insiders-events__bg-image{width:100%;height:100%;margin:0 auto;border-radius:0px 0px 12px 12px;max-width:30rem}
  @media(min-width: 54em){.insiders-events__bg-image{max-width:unset;margin:unset}}
  picture.insiders-events__card-body-desktop-picture,img.insiders-events__card-body-desktop-image{border-radius:0 0 12px 12px;position:relative;display:flex;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center}
  .insiders-events__card-content p{font-size:.8536067893rem}
  @media(min-width: 68em){.insiders-events__card-content p{font-size:.7072135785rem}}
  .insiders-events__card-content-alert{background:#296920;background:radial-gradient(ellipse at center, rgb(41, 105, 32), rgb(18, 83, 21));display:flex;justify-content:center;align-items:center;padding-top:calc(1.5rem/2);padding-bottom:calc(1.5rem/2);margin-bottom:calc(1.5rem/2)}
  .insiders-events__card-content-alert svg{margin-right:calc(1.5rem/3)}
  .insiders-events__card-content-alert p{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:.8536067893rem;margin:0;padding:0}
  .insiders-events__card-content-alert p.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-events__card-content-wrap{position:absolute;bottom:calc(1.5rem/2);left:0;right:0;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);display:flex;flex-direction:column;max-height:100%}
  @media(min-width: 68em){.insiders-events__card-content-wrap{max-height:unset;top:unset}}
  .insiders-events__card-content-wrap.reveal-access-key-hidden{display:none}
  .insiders-events__card-content{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);margin-bottom:calc(1.5rem/4);padding-bottom:calc(1.5rem/2)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-events__card-content{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  .event-card-hidden{display:none}
  .event-card-show{display:flex}
  .insiders-events__card-content-program-requirements,.insiders-events__card-content-system-requirements,.insiders-events__card-content-next-invites{display:flex;flex-direction:column;padding-top:calc(1.5rem/2);padding-bottom:0}
  .insiders-events__card-content-next-invites{display:flex;flex-direction:column;padding-left:0;padding-right:0;width:100%}
  .insiders-events__card-content-system-requirements,.insiders-events__card-content-program-requirements{padding-left:calc(1.5rem/2);padding-right:calc(1.5rem/2)}
  .insiders-events__card-content-system-requirements .complete .icon,.insiders-events__card-content-program-requirements .complete .icon{fill:url(#iconGradientSuccess)}
  .insiders-events__card-content-system-requirements .warning .icon,.insiders-events__card-content-program-requirements .warning .icon{fill:url(#iconGradientLight)}
  .insiders-events__card-content-system-requirements .inadequate .icon,.insiders-events__card-content-program-requirements .inadequate .icon{fill:url(#iconGradientWarning)}
  .insiders-events__card-content-system-requirements .inadequate .link,.insiders-events__card-content-program-requirements .inadequate .link{float:right}
  .insiders-events__card-content-system-requirements{padding-left:0;padding-right:0}
  .insiders-events__card-content-program-requirements{padding-left:calc(1.5rem/2);padding-right:calc(1.5rem/2);padding-bottom:calc(1.5rem/4)}
  .insiders__event-requirement-tip{padding-left:calc(1.5rem/2);padding-right:calc(1.5rem/2)}
  .insiders-events__card-content-next-invites{margin-top:auto}
  .insiders-events__card-content-program-requirements-heading,.insiders-events__card-content-system-requirements-heading,.insiders-events__card-content-next-invites-heading{display:block;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;font-family:noto-sans,sans-serif;font-weight:400;color:#ffdf91;font-size:.8536067893rem;text-transform:unset;letter-spacing:-0.05em;line-height:1;padding-top:0;margin-bottom:0}
  .insiders-events__card-content-program-requirements-heading.--secondary,.insiders-events__card-content-system-requirements-heading.--secondary,.insiders-events__card-content-next-invites-heading.--secondary{font-family:noto-sans-condensed;font-weight:700}
  @media(min-width: 68em){.insiders-events__card-content-program-requirements-heading,.insiders-events__card-content-system-requirements-heading,.insiders-events__card-content-next-invites-heading{font-size:.7072135785rem}}
  .insiders-events__card-content-program-requirements-heading{margin-bottom:calc(1.5rem/2)}
  .insiders-events__card-content-program-requirements ul li p,.insiders-events__card-content-system-requirements ul li p{margin-bottom:calc(1.5rem/3)}
  .insiders-events__card-content-program-requirements ul li p span,.insiders-events__card-content-system-requirements ul li p span{padding-top:1px}
  .insiders-events__card-content-program-requirements ul li p .icon,.insiders-events__card-content-system-requirements ul li p .icon{width:24px;height:auto}
  .insider-events__card-content-buttons{width:100%;display:flex;flex-direction:column;margin:0 auto;padding-left:calc(1.5rem/2);padding-right:calc(1.5rem/2)}
  .insiders-events__card-content-upload-dxdiag-button{line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));margin:0 auto 1.5rem}
  .insiders-events__card-content-upload-dxdiag-button [class*=icon]{fill:url(#iconGradientLight)}
  .insiders-events__card-content-upload-dxdiag-button:not(:disabled):hover,.insiders-events__card-content-upload-dxdiag-button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .insiders-events__card-content-upload-dxdiag-button:not(:disabled):hover [class*=icon],.insiders-events__card-content-upload-dxdiag-button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .insiders-events__card-content-upload-dxdiag-button:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  .insiders-events__card-content-session-details-button{line-height:1.5rem;padding:0rem .75rem;border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-style:solid;color:#ffdf91;background:rgba(0,0,0,0);border-image-slice:1;border-width:1px;font-size:.8536067893rem;margin:0 auto;padding-left:0;width:100%;text-align:left;justify-content:start;padding-top:2px}
  .insiders-events__card-content-session-details-button [class*=icon]{fill:url(#iconGradientLight)}
  .insiders-events__card-content-session-details-button:not(:disabled):hover,.insiders-events__card-content-session-details-button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFF0C5, #C49545);color:#fff0c5;background-color:#6f4828}
  .insiders-events__card-content-session-details-button:not(:disabled):hover [class*=icon],.insiders-events__card-content-session-details-button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  @media(min-width: 68em){.insiders-events__card-content-session-details-button{font-size:.7072135785rem}}
  .insiders-events__card-content-session-details-button:not(:last-child){margin-bottom:calc(1.5rem/2)}
  .insiders-events__card-content-session-details-button .icon{margin-right:calc(1.5rem/4);margin-left:calc(1.5rem/4)}
  @media(min-width: 54em){.insiders-events__card-content-session-details-button .icon{margin-right:calc(1.5rem/8)}}
  .insiders-events__card-content-next-invites p{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;color:#f0f0f0;font-size:1.414rem;padding:0;margin:0 auto;text-align:center}
  .insiders-events__card-content-next-invites p.--secondary{font-family:noto-sans-condensed;font-weight:700}
  @media(min-width: 68em){.insiders-events__card-content-next-invites p{font-size:1.207rem}}
  .insiders-events__card-content-details{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);position:absolute;bottom:calc(1.5rem/2);left:0;right:0;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);padding:calc(1.5rem/4);flex-direction:column;max-height:100%}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-events__card-content-details{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  .tooltip-wrap{position:relative}
  .tooltip .tooltiptext{visibility:hidden;width:140px;background-color:#555;color:#fff;font-size:.7072135785rem;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;top:-54px;left:50%;margin-left:-75px;opacity:0;transition:opacity .3s}
  .tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}
  .tooltip-wrap:hover .tooltiptext{visibility:visible;opacity:1}
  .insiders-events__card-content-details p{font-size:.8536067893rem;margin-bottom:0}
  @media(min-width: 68em){.insiders-events__card-content-details p{font-size:.7072135785rem}}
  .insiders-events__card-content-details-date{padding-top:calc(1.5rem/8)}
  .insiders-events__card-content-details-date-heading{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;color:#ffdf91;color:#f0f0f0;font-size:.8536067893rem;padding:0;margin:0 0 0;text-align:center;line-height:1.3;display:flex;justify-content:center}
  .insiders-events__card-content-details-date-heading.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-events__card-content-details-date-to{display:block}
  .insiders-events__card-content-details-to-date{display:block}
  .insiders-events__card-content-details-body{padding-top:calc(1.5rem/4);padding-bottom:calc(1.5rem/4)}
  table.insiders-events__card-content-system-requirements-table{margin-bottom:calc(1.5rem/4)}
  table.insiders-events__card-content-system-requirements-table tr{display:flex;justify-content:space-between}
  table.insiders-events__card-content-system-requirements-table tr:nth-child(even){background-color:unset}
  table.insiders-events__card-content-system-requirements-table th,table.insiders-events__card-content-system-requirements-table td{padding:0;margin:0}
  table.insiders-events__card-content-system-requirements-table thead th{display:block;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;font-family:noto-sans,sans-serif;font-weight:400;color:#ffdf91;font-size:.8536067893rem;text-transform:unset;letter-spacing:-0.05em;line-height:1;padding-top:0;margin-bottom:calc(1.5rem/3)}
  table.insiders-events__card-content-system-requirements-table thead th.--secondary{font-family:noto-sans-condensed;font-weight:700}
  @media(min-width: 68em){table.insiders-events__card-content-system-requirements-table thead th{font-size:.7072135785rem}}
  table.insiders-events__card-content-system-requirements-table tbody tr{padding-left:calc(1.5rem/6);padding-right:calc(1.5rem/6)}
  table.insiders-events__card-content-system-requirements-table tbody tr.complete{background:linear-gradient(45deg, rgb(41, 105, 32), rgb(18, 83, 21))}
  table.insiders-events__card-content-system-requirements-table tbody tr.warning{background:#533421;background:linear-gradient(45deg, #533421, #7d4f29)}
  table.insiders-events__card-content-system-requirements-table tbody tr.inadequate{background:#7a0d07;background:linear-gradient(45deg, #b00801, #7a0d07)}
  table.insiders-events__card-content-system-requirements-table tbody td{line-height:1.5;font-family:noto-sans,sans-serif;font-weight:400;color:#e2e2e2;font-size:.8536067893rem;padding-top:calc(1.5rem/8);margin-bottom:calc(1.5rem/8);display:flex}
  table.insiders-events__card-content-system-requirements-table tbody td p{padding-top:2px;margin-bottom:0;margin-left:calc(1.5rem/8);font-size:.8536067893rem;display:flex;align-items:center}
  @media(min-width: 68em){table.insiders-events__card-content-system-requirements-table tbody td p{font-size:.7072135785rem}}
  table.insiders-events__card-content-system-requirements-table td .icon{width:24px;height:auto}
  table.insiders-events__card-content-system-requirements-table tfoot td{width:100%;text-align:center;display:flex;justify-content:center}
  table.insiders-events__card-content-system-requirements-table tfoot small{line-height:1.5;font-family:noto-sans,sans-serif;font-weight:400;font-size:.7072135785rem;padding-top:0;padding-bottom:calc(1.5rem/4);color:#e2e2e2}
  @media(min-width: 68em){table.insiders-events__card-content-system-requirements-table tfoot small{font-size:.6036823121rem}}
  .insiders-events__card-content-details-footer{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding-left:calc(1.5rem/2);padding-right:calc(1.5rem/2);padding-bottom:calc(1.5rem/2);display:flex;flex-direction:column;align-items:center;flex:0 1 100%}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-events__card-content-details-footer{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  .insiders-events__card-content-details-footer.--row{flex-direction:column-reverse;flex:0 1 100%;justify-content:end}
  @media(min-width: 96em){.insiders-events__card-content-details-footer.--row{flex-direction:row;justify-content:space-between}}
  .insider-events__card-content-details-footer-buttons{display:flex;flex:0 1 100%;justify-content:space-between;padding:0;margin-bottom:0}
  .insiders-events__card-content-details-footer-button{line-height:1.5rem;padding:0rem .75rem;border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-style:solid;color:#ffdf91;background:rgba(0,0,0,0);border-image-slice:1;border-width:1px;margin-bottom:0;padding-left:calc(1.5rem/4);padding-right:calc(1.5rem/4);align-self:center;font-size:.7072135785rem}
  .insiders-events__card-content-details-footer-button [class*=icon]{fill:url(#iconGradientLight)}
  .insiders-events__card-content-details-footer-button:not(:disabled):hover,.insiders-events__card-content-details-footer-button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFF0C5, #C49545);color:#fff0c5;background-color:#6f4828}
  .insiders-events__card-content-details-footer-button:not(:disabled):hover [class*=icon],.insiders-events__card-content-details-footer-button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  @media(min-width: 68em){.insiders-events__card-content-details-footer-button{font-size:.6036823121rem}}
  @media(min-width: 96em){.insiders-events__card-content-details-footer-button{align-self:end;width:auto}}
  .insiders-events__card-content-details-footer-button .icon{margin-right:calc(1.5rem/4);font-size:1rem}
  @media(min-width: 54em){.insiders-events__card-content-details-footer-button .icon{margin-right:calc(1.5rem/8)}}
  .insiders-events__card-content-details-footer-button span{display:flex;align-items:center;line-height:0;padding:calc(1.5rem/2) 0;pointer-events:none}
  .insiders-events__card-content.reveal-access-key-hidden{display:none}
  .insiders-events__reveal-access-key-btn-group{display:flex;flex-direction:column;padding:1.5rem;position:relative;padding-top:1.5rem;padding-bottom:calc(1.5rem/2);height:102px;justify-content:center}
  .insiders-events__reveal-xbox-login-info{padding-top:calc(1.5rem/4);padding-bottom:0;height:102px;display:flex;justify-content:center;flex-direction:column}
  .insiders-events__reveal-xbox-login-info p{margin-bottom:0;text-align:center;font-size:.8536067893rem;display:flex}
  @media(min-width: 68em){.insiders-events__reveal-xbox-login-info p{font-size:.7072135785rem}}
  .insiders-events__reveal-xbox-login-info p svg{margin-bottom:0;text-align:center;font-size:.7072135785rem;width:28px;height:28px;fill:#fff}
  .insiders-events__reveal-xbox-login-info p span{margin-left:10px}
  header.insiders-events__card-header .icon{fill:url(#iconGradientSuccess)}
  .insiders-events__reveal-access-key-back{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);position:absolute;bottom:1.5rem;left:0;right:0;margin-left:1.5rem;margin-right:1.5rem;display:flex;flex-direction:column;max-height:100%;padding:calc(1.5rem/2) calc(1.5rem/2) calc(1.5rem/3)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-events__reveal-access-key-back{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 68em){.insiders-events__reveal-access-key-back{overflow-y:unset;max-height:unset;top:unset}}
  .reveal-access-key-header p,.reveal-access-key-footer p{text-align:center;font-size:.8536067893rem}
  @media(min-width: 68em){.reveal-access-key-header p,.reveal-access-key-footer p{font-size:.7072135785rem}}
  .reveal-access-key-header p{margin-bottom:0;line-height:1}
  .reveal-access-key-footer p{margin-bottom:0}
  .insiders-events__reveal-access-key-btn.cta-button{margin:0 auto}
  .insiders-events__reveal-access-key-pre{width:100%;margin:0 auto;text-align:center;margin-bottom:calc(1.5rem/8);height:21px;line-height:1;font-size:1.207rem}
  @media(min-width: 68em){.insiders-events__reveal-access-key-pre{font-size:.8536067893rem}}
  .insiders-events__reveal-access-key-back.reveal-access-key-hidden,.insiders-events__reveal-access-key-btn-group.reveal-access-key-hidden{display:none}
  .reveal-access-key-btn-return{width:30px;height:30px;position:absolute;top:-15px;right:-15px}
  .reveal-access-key-btn-return .icon{width:100%;pointer-events:none;margin:0;padding:0}
  .insiders-events__lower-content{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);width:91.6666666667%;margin:0 auto;padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-events__lower-content{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.insiders-events__lower-content{width:83.3333333333%}}
  @media(min-width: 68em){.insiders-events__lower-content{width:66.6666666667%}}
  .insiders-events__lower-content-buttons{display:flex;justify-content:center}
  .insiders-events__lower-content-button{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0))}
  .insiders-events__lower-content-button [class*=icon]{fill:url(#iconGradientLight)}
  .insiders-events__lower-content-button:not(:disabled):hover,.insiders-events__lower-content-button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .insiders-events__lower-content-button:not(:disabled):hover [class*=icon],.insiders-events__lower-content-button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .insiders-events__lower-content-button:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  .insiders-faqs{border-width:0 0 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}
  .insiders-faqs__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-direction:column;position:relative}
  .insiders-faqs__bg-image-mobile{position:relative;max-width:30rem;margin:0 auto;top:0;left:0;width:100%;height:100%}
  @media(min-width: 54em){.insiders-faqs__bg-image-mobile{max-width:unset;margin:unset}}
  .insiders-faqs__mobile-picture{top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center;display:flex}
  @media(min-width: 54em){.insiders-faqs__mobile-picture{display:none}}
  .insiders-faqs__bg-image-card-container-desktop{position:relative;margin:0 auto;width:100%}
  @media(min-width: 54em){.insiders-faqs__bg-image-desktop{position:absolute;top:0;left:0;width:100%;height:817px}}
  picture.insiders-faqs__desktop-picture{display:none}
  @media(min-width: 54em){picture.insiders-faqs__desktop-picture{display:block}}
  picture.insiders-faqs__desktop-picture,img.insiders-faqs__desktop-image{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center}
  .insiders-faqs__card{max-width:30rem;margin-left:auto;margin-right:auto;padding-top:1.5rem}
  @media(max-width: 54em){.insiders-faqs__card{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}}
  @media(min-width: 54em){.insiders-faqs__card{max-width:60%;margin-left:0}}
  @media(min-width: 80em){.insiders-faqs__card{max-width:50%}}
  .insiders-faqs__card-heading{padding-top:0}
  .insiders-faqs__button-group{text-align:center;display:flex;flex-direction:column}
  @media(max-width: 54em){.insiders-faqs__button-group{margin-top:1.5rem}}
  @media(min-width: 54em){.insiders-faqs__button-group{flex-direction:row;justify-content:center}}
  .insiders-faqs__button{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0))}
  .insiders-faqs__button [class*=icon]{fill:url(#iconGradientLight)}
  .insiders-faqs__button:not(:disabled):hover,.insiders-faqs__button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .insiders-faqs__button:not(:disabled):hover [class*=icon],.insiders-faqs__button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .insiders-faqs__button:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  @media(min-width: 54em){.insiders-faqs__button{margin:1.5rem}}
  .insiders-faqs__disclaimer{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .insiders-faqs__disclaimer:hover{color:#98f1f0}
  .insiders-faqs__disclaimer:focus{color:#98f1f0}
  .insiders-faqs__disclaimer:active{color:#fff}
  .insiders-faqs__disclaimer{display:block;font-size:.8536067893rem}
  .insider-faq-accordian .accordion__panel ul[type=circle] li,.insider-faq-accordian .accordion__panel ul li,.insider-faq-accordian .accordion__panel ol[type=circle] li,.insider-faq-accordian .accordion__panel ol li{margin-left:1.5rem;margin-bottom:calc(1.5rem/2)}
  .insider-faq-accordian .accordion__panel ul[type=circle] li ul,.insider-faq-accordian .accordion__panel ul li ul,.insider-faq-accordian .accordion__panel ol[type=circle] li ul,.insider-faq-accordian .accordion__panel ol li ul{margin-top:calc(1.5rem/2)}
  .insider-faq-accordian .accordion__panel ul[type=circle] li,.insider-faq-accordian .accordion__panel ul li,.insider-faq-accordian .accordion__panel ol[type=circle] li ul li,.insider-faq-accordian .accordion__panel ol li ul li{list-style:disc}
  .insider-faq-accordian .accordion__panel ol[type=circle] li,.insider-faq-accordian .accordion__panel ol li{list-style:decimal}
  .insiders-member-counter{border-width:0 0 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;background-color:#181c29;overflow:visible;padding-top:calc(1.5rem/2);padding-bottom:calc(1.5rem/2)}
  @media(min-width: 54em){.insiders-member-counter{padding-top:3rem;padding-bottom:3rem}}
  .insiders-member-counter__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-direction:column;position:relative}
  .insiders-member-counter__bg-image-card-container{position:relative;margin:0 auto;width:100%}
  @media(min-width: 54em){.insiders-member-counter__bg-image-card-container{border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-width:2px;border-image-slice:4;border-style:solid}}
  .insiders-member-counter__bg-image{top:0;left:0;width:100%;height:100%;position:relative;max-width:30rem;margin:0 auto}
  @media(min-width: 54em){.insiders-member-counter__bg-image{max-width:unset;margin:unset}}
  .insiders-member-counter__mobile-picture{top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center;display:flex}
  @media(min-width: 54em){.insiders-member-counter__mobile-picture{display:none}.insiders-member-counter__bg-image{position:absolute;top:0;left:0;width:100%;height:100%}}
  @media(min-width: 80em){.insiders-member-counter__bg-image{position:relative}}
  picture.insiders-member-counter__desktop-picture{display:none}
  @media(min-width: 54em){picture.insiders-member-counter__desktop-picture{display:block}}
  picture.insiders-member-counter__desktop-picture,img.insiders-member-counter__desktop-image{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center}
  @media(min-width: 80em){picture.insiders-member-counter__desktop-picture,img.insiders-member-counter__desktop-image{position:relative;height:auto;display:flex;min-height:720px}}
  @media(min-width: 137em){picture.insiders-member-counter__desktop-picture,img.insiders-member-counter__desktop-image{min-height:unset}}
  .insiders-member-counter__card-container{position:relative;top:0;width:100%;height:100%}
  @media(min-width: 80em){.insiders-member-counter__card-container{position:absolute}}
  .insiders-member-counter__card-wrap{position:relative;width:100%;height:100%;padding-top:1.5rem;padding-bottom:1.5rem}
  .insiders-member-counter__card{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);max-width:30rem;margin-left:auto;margin-right:auto;margin-bottom:0}
  .insiders-member-counter__card>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-member-counter__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.insiders-member-counter__card{padding:1.5rem}}
  @media(min-width: 80em){.insiders-member-counter__card{padding:1.5rem 1.875rem}}
  @media(max-width: 54em){.insiders-member-counter__card{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}}
  @media(min-width: 54em){.insiders-member-counter__card{max-width:58.3333333333%;margin-right:1.5rem;margin-bottom:6rem;top:1.5rem}.insiders-member-counter__card.--left-align{margin-right:auto;margin-left:1.5rem}}
  @media(min-width: 80em){.insiders-member-counter__card{max-width:58.3333333333%;right:0;position:relative;top:0;display:flex;flex-direction:column}}
  .insiders-member-counter__card .page-title__container{margin-bottom:0;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg-mobile.58439e464608bb63.webp)}
  @media(min-width: 40em){.insiders-member-counter__card .page-title__container{background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg.2127afc7169ddd8e.webp)}}
  @media(min-width: 125em){.insiders-member-counter__card .page-title__container{background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg-4k.51591d9cd743f88c.webp)}}
  .insiders-member-counter__card .page-title__container .page-title.--contained{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .insiders-member-counter__card .page-title__container .page-title.--contained span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .insiders-member-counter__card .page-title__container .page-title.--contained span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  @media(min-width: 68em){.insiders-member-counter__card .page-title__container .page-title.--contained{font-size:2.413270972rem}}
  .insiders-member-counter__card .page-title__container .page-title.--contained::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.insiders-member-counter__card .page-title__container .page-title.--contained{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.insiders-member-counter__card .page-title__container .page-title.--contained{width:83.3333333333%}.insiders-member-counter__card .page-title__container .page-title.--contained::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  @media(min-width: 54em){h2.insiders-member-counter__card-heading{white-space:normal;font-size:1.999396rem}}
  .insiders-member-counter__heading-highlight-container{z-index:1;position:relative}
  .insiders-member-counter__heading-highlight{color:#ffdf91;text-shadow:none;padding:.75rem 0;width:100%;position:relative;margin-left:auto;margin-right:auto;border-width:2px 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;font-size:1.414rem;text-align:center}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .insiders-member-counter__heading-highlight{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(none)}}
  .insiders-member-counter__heading-highlight::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 54em){.insiders-member-counter__heading-highlight{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 0%;white-space:nowrap}}
  @media(min-width: 68em){.insiders-member-counter__heading-highlight{width:100%}.insiders-member-counter__heading-highlight::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .insiders-member-counter__line-break{display:block}
  @media(min-width: 54em){.insiders-member-counter__line-break{display:none}}
  .insiders-member-counter__footer{text-align:center;display:flex;flex-direction:column}
  @media(min-width: 54em){.insiders-member-counter__footer{flex-direction:row;margin-top:1.5rem}}
  .insiders-member-counter__cta{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;font-family:maiola,serif;font-weight:700;color:#000;border-color:#ffdf91;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);text-shadow:1px 1px 2px rgba(255,223,145,.8);position:relative;z-index:1;width:80%;margin:0 auto 1.5rem}
  .insiders-member-counter__cta .button-animation{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}
  .insiders-member-counter__cta [class*=icon]{fill:#000}
  .insiders-member-counter__cta::after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background:linear-gradient(to bottom, #FFDF91, #B8862D);z-index:-2}
  .insiders-member-counter__cta:hover,.insiders-member-counter__cta:focus{color:#2a1715}
  .insiders-member-counter__cta:active{color:#190d0c}
  .insiders-member-counter__cta:active::after{background:#ffdf91;z-index:-1}
  .insiders-member-counter__cta:active [class*=icon]{fill:#190d0c}
  .insiders-member-counter__cta:disabled{border-color:#e7c067;text-shadow:none;opacity:1}
  .insiders-member-counter__cta:disabled::after{background:#cda351;z-index:-1}
  .insiders-member-counter__cta:not(.js-cta-button):hover,.insiders-member-counter__cta:not(.js-cta-button):focus{color:#000}
  .insiders-member-counter__cta:not(.js-cta-button):hover [class*=icon],.insiders-member-counter__cta:not(.js-cta-button):focus [class*=icon]{fill:#45281f}
  .insiders-member-counter__cta:not(.js-cta-button):hover:after,.insiders-member-counter__cta:not(.js-cta-button):focus:after{background:linear-gradient(to bottom, #FFDF91, #9F6C2D)}
  @media(min-width: 54em){.insiders-member-counter__cta{flex:1;margin-right:calc(1.5rem/2);margin-bottom:0}}
  .insiders-member-counter__button{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));width:80%;margin:0 auto}
  .insiders-member-counter__button [class*=icon]{fill:url(#iconGradientLight)}
  .insiders-member-counter__button:not(:disabled):hover,.insiders-member-counter__button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .insiders-member-counter__button:not(:disabled):hover [class*=icon],.insiders-member-counter__button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .insiders-member-counter__button:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  @media(min-width: 54em){.insiders-member-counter__button{flex:1;margin-left:calc(1.5rem/2);margin-bottom:0}}
  .insiders-member-counter__disclaimer{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .insiders-member-counter__disclaimer:hover{color:#98f1f0}
  .insiders-member-counter__disclaimer:focus{color:#98f1f0}
  .insiders-member-counter__disclaimer:active{color:#fff}
  .insiders-member-counter__disclaimer{display:block;font-size:.8536067893rem}
  .insiders-navigation-menu{border-width:0 0 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;z-index:5}
  .insiders-navigation-menu__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-direction:column;position:relative}
  .insiders-navigation-menu__bg-image-mobile{position:absolute;top:0;left:0;width:100%;height:100%}
  @media(min-width: 54em){.insiders-navigation-menu__bg-image-mobile{max-width:unset;margin:unset}}
  .insiders-navigation-menu__mobile-picture{top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center;display:flex;align-items:start}
  @media(min-width: 54em){.insiders-navigation-menu__mobile-picture{display:none}}
  .insiders-navigation-menu__bg-image-card-container-desktop{position:relative;margin:0 auto;width:100%}
  @media(min-width: 54em){.insiders-navigation-menu__bg-image-desktop{position:absolute;top:0;left:0;width:100%;height:100%}}
  picture.insiders-navigation-menu__desktop-picture{display:none}
  @media(min-width: 54em){picture.insiders-navigation-menu__desktop-picture{display:block}}
  picture.insiders-navigation-menu__desktop-picture,img.insiders-navigation-menu__desktop-image{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center}
  .insiders-navigation-menu__js-dropdown-menu{position:relative;display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;margin:0;padding:0}
  .insiders-navigation-menu__menu-wrapper{max-width:30rem;display:flex;grid-column-gap:1.5rem}
  @media(max-width: 54em){.insiders-navigation-menu__menu-wrapper{display:none;grid-gap:calc(1.5rem/2);margin:calc(1.5rem/2) auto 0 auto;padding:0 calc(1.5rem/4)}}
  @media(min-width: 54em){.insiders-navigation-menu__menu-wrapper{max-width:unset;margin:unset}}
  .insiders-navigation-menu__menu-link{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#034D70, #001D34);margin-bottom:0;padding:0;position:relative;display:grid;width:100%;height:100%}
  .insiders-navigation-menu__menu-link>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-navigation-menu__menu-link{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.insiders-navigation-menu__menu-link{padding:1.5rem}}
  @media(min-width: 80em){.insiders-navigation-menu__menu-link{padding:1.5rem 1.875rem}}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-navigation-menu__menu-link{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#034D70, #001D34)}}
  @media(max-width: 54em){.insiders-navigation-menu__menu-link{width:100%;padding:0}}
  @media(min-width: 54em){.insiders-navigation-menu__menu-link{padding:0}}
  .insiders-navigation-menu__menu-link:hover,.insiders-navigation-menu__menu-link:focus,.insiders-navigation-menu__menu-link:active,.insiders-navigation-menu__menu-link.active{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(180deg, #16668B, #002845)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-navigation-menu__menu-link:hover,.insiders-navigation-menu__menu-link:focus,.insiders-navigation-menu__menu-link:active,.insiders-navigation-menu__menu-link.active{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(180deg, #16668B, #002845)}}
  .insiders-navigation-menu__menu-link:hover:after,.insiders-navigation-menu__menu-link:focus:after,.insiders-navigation-menu__menu-link:active:after,.insiders-navigation-menu__menu-link.active:after{content:"";pointer-events:none;position:absolute;top:-3px;left:-2px;height:calc(100% + 6px);width:calc(100% + 4px);border:3px solid;border-color:#cda351;border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-image-slice:4;z-index:0}
  .insiders-navigation-menu__menu-link a{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);display:flex;align-items:center;width:100%;height:100%;padding:calc(1.5rem/4) !important}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .insiders-navigation-menu__menu-link a{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .insiders-navigation-menu__menu-link a::before{position:relative;top:0;left:0;width:27px;height:100%;content:"";margin-right:calc(1.5rem/4);background-repeat:no-repeat;background-size:contain}
  .insiders-navigation-menu__menu-link.icon-beta-opportunities a::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-beta-opps.38bdc1.svg)}
  .insiders-navigation-menu__menu-link.icon-forum a::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/forum.625a23.svg)}
  .insiders-navigation-menu__menu-link.icon-settings a::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/settings.776d4c.svg)}
  .insiders-navigation-menu__menu-link.icon-faq a::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-knowledgebase.cb69f7.svg)}
  .insiders-navigation-menu__menu-link.icon-mod-mods a::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mod-mods.db4ba8.svg)}
  .insiders-navigation-menu__menu-link.icon-mod-subscribed a::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mod-subscribed.0ca578.svg)}
  .insiders-navigation-menu__menu-link.icon-mod-mymods a::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mod-mymods.21d0a3.svg)}
  .insiders-navigation-menu__menu-link.icon-mod-upload a::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mod-upload.341ef3.svg)}
  .insiders-navigation-menu__menu-link.--hide{display:none}
  .insiders-navigation-menu__menu-link.--open{display:none}
  .insiders-navigation-menu__button{display:flex;cursor:pointer;align-items:center;justify-content:space-between;width:30rem;max-width:100%;margin:0 auto;font-family:noto-sans-condensed;font-weight:600;line-height:2rem;color:#ffdf91;background:linear-gradient(#394766, #1E2536);text-shadow:1px 1px 0 rgba(0,0,0,.6);border:1px solid #64a6cd;border-width:0}
  @media(min-width: 54em){.insiders-navigation-menu__button{display:none}}
  .insiders-navigation-menu__button-icon{display:inline-block;vertical-align:middle;width:calc(var(--header-logo-height) - .25rem);height:calc(var(--header-logo-height) - .25rem);max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);margin:.5rem}
  .insiders-navigation-menu__button-pointer{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerUp);filter:drop-shadow(-2px 3px 3px #0F1119);margin-right:1rem;transform:rotate(180deg)}
  @media(max-width: 54em){.insiders-navigation-menu__mobile-nav{position:relative}.insiders-navigation-menu__mobile-nav.--open .insiders-navigation-menu__button-pointer{transform:rotate(0deg)}.insiders-navigation-menu__mobile-nav.--open .insiders-navigation-menu__menu-wrapper{display:grid}}
  .insiders-navigation{border-width:2px 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}
  .insiders-navigation__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-direction:column;position:relative}
  .insiders-navigation__bg-image-mobile{position:absolute;top:0;left:0;width:100%;height:100%}
  @media(min-width: 54em){.insiders-navigation__bg-image-mobile{max-width:unset;margin:unset}}
  .insiders-navigation__mobile-picture{top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center;display:flex;align-items:center}
  @media(min-width: 54em){.insiders-navigation__mobile-picture{display:none}}
  .insiders-navigation__bg-image-card-container-desktop{position:relative;margin:0 auto;width:100%}
  @media(min-width: 54em){.insiders-navigation__bg-image-desktop{position:absolute;top:0;left:0;width:100%;height:100%}}
  picture.insiders-navigation__desktop-picture{display:none}
  @media(min-width: 54em){picture.insiders-navigation__desktop-picture{display:block}}
  picture.insiders-navigation__desktop-picture,img.insiders-navigation__desktop-image{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center}
  .insiders-navigation__row{max-width:30rem;margin:0 auto}
  @media(min-width: 54em){.insiders-navigation__row{max-width:unset;margin:unset;display:grid;grid-column-gap:1.5rem;grid-template-columns:auto auto auto auto}}
  .insiders-navigation__card-container{display:flex;width:100%;height:100%}
  .insiders-navigation__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#034D70, #001D34);margin-bottom:0;display:flex;position:relative}
  .insiders-navigation__card>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-navigation__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.insiders-navigation__card{padding:1.5rem}}
  @media(min-width: 80em){.insiders-navigation__card{padding:1.5rem 1.875rem}}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-navigation__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#034D70, #001D34)}}
  @media(min-width: 54em){.insiders-navigation__card{padding:0}}
  @media(max-width: 54em){.insiders-navigation__card{padding:0;margin-bottom:calc(1.5rem/2)}}
  .insiders-navigation__card svg{background:rgba(0,0,0,0);fill:url(#iconGradientLight)}
  .insiders-navigation__card.--beta-opp svg{width:25px}
  @media(min-width: 54em){.insiders-navigation__card.--beta-opp svg{width:28px}}
  @media(min-width: 80em){.insiders-navigation__card.--beta-opp svg{width:30px}}
  .insiders-navigation__card.--faq svg{width:30px}
  @media(min-width: 54em){.insiders-navigation__card.--faq svg{width:34px}}
  @media(min-width: 80em){.insiders-navigation__card.--faq svg{width:38px}}
  .insiders-navigation__card a{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);display:flex;align-items:center;width:100%;height:100%;padding-left:calc(1.5rem/4)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .insiders-navigation__card a{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  @media(max-width: 54em){.insiders-navigation__card a{padding:calc(1.5rem/4)}}
  .insiders-navigation__card a:hover:after,.insiders-navigation__card a:focus:after,.insiders-navigation__card a:active:after,.insiders-navigation__card a.active:after{content:"";position:absolute;top:-3px;left:-3px;height:calc(100% + 6px);width:calc(100% + 6px);border:3px solid;border-color:#cda351;border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-image-slice:4;z-index:0}
  .insiders-navigation__card a span{display:flex;align-items:center;width:100%;height:100%;padding:calc(1.5rem/4)}
  .page-template-template-insider-landing .page-title__container{margin-bottom:0}
  .insiders-profile{border-width:0 0 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}
  .insiders-profile.--y-offset{margin-top:0;padding-top:0;position:relative;overflow:visible;margin-top:calc(1.5rem/2)}
  .insiders-profile__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)}
  .insiders-profile__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);background-color:rgba(0,0,0,0);background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#263144, #0F1119);display:flex;flex-direction:column;max-width:30rem;margin:0 auto}
  .insiders-profile__card>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-profile__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.insiders-profile__card{padding:1.5rem}}
  @media(min-width: 80em){.insiders-profile__card{padding:1.5rem 1.875rem}}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-profile__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#263144, #0F1119)}}
  .insiders-profile__card a:not(.button):not(.insiders-button){-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .insiders-profile__card a:not(.button):not(.insiders-button):hover{color:#98f1f0}
  .insiders-profile__card a:not(.button):not(.insiders-button):focus{color:#98f1f0}
  .insiders-profile__card a:not(.button):not(.insiders-button):active{color:#fff}
  @media(min-width: 54em){.insiders-profile__card{max-width:unset;margin:unset}}
  @media(min-width: 68em){.insiders-profile__card{flex-direction:row;justify-content:space-between}}
  .insiders-profile__header-content-area{position:relative}
  .insiders-profile__header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem;text-align:center}
  @media(min-width: 54em){.insiders-profile__header{flex-direction:row;text-align:left}}
  .insiders-profile__avatar{width:150px;height:auto;border-radius:50%;display:flex;flex-direction:column;justify-content:flex-end;margin-right:5px;margin-bottom:1.5rem}
  @media(min-width: 54em){.insiders-profile__avatar{margin-bottom:unset}}
  .insiders-profile__avatar img{width:100%;height:auto;border-radius:50%;border:1px solid rgba(0,0,0,0);background-image:linear-gradient(#CDA351, #CDA351),linear-gradient(to bottom, #FFDF91, #B8862D);background-origin:border-box;background-clip:content-box,border-box}
  .insiders-profile__header-headings-area{width:100%}
  .insiders-profile__header-heading-text{font-family:noto-sans,sans-serif;font-size:1.999396rem;line-height:1em;padding-top:0;color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .insiders-profile__header-heading-text{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .insiders-profile__header-sub-heading{display:flex;margin:0 auto;justify-content:center}
  @media(min-width: 54em){.insiders-profile__header-sub-heading{justify-content:unset;margin-left:5px}}
  .insiders-profile__header-sub-heading-item:not(:last-child){margin-right:calc(1.5rem/2)}
  .insiders-profile__header-sub-heading-item{display:flex;align-items:center}
  .insiders-profile__xbox-icon,.insiders-profile__steam-icon{width:30px;height:30px;margin-right:6px}
  .insiders-profile__xbox-icon svg,.insiders-profile__steam-icon svg{width:100%;height:auto}
  .insiders-profile__xbox-name a,.insiders-profile__xbox-name p,.insiders-profile__steam-name a,.insiders-profile__steam-name p{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;color:#ffdf91;font-family:noto-sans,sans-serif;font-size:1rem;margin-bottom:0;padding:0;line-height:1}
  .insiders-profile__xbox-name a.--secondary,.insiders-profile__xbox-name p.--secondary,.insiders-profile__steam-name a.--secondary,.insiders-profile__steam-name p.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-profile__steam-signin-button a{padding:.375rem 1.125rem;border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-style:solid;color:#ffdf91;background:rgba(0,0,0,0);border-image-slice:1;border-width:1px;line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;margin-top:0;margin-bottom:0;margin-left:2px}
  .insiders-profile__steam-signin-button a [class*=icon]{fill:url(#iconGradientLight)}
  .insiders-profile__steam-signin-button a:not(:disabled):hover,.insiders-profile__steam-signin-button a:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFF0C5, #C49545);color:#fff0c5;background-color:#6f4828}
  .insiders-profile__steam-signin-button a:not(:disabled):hover [class*=icon],.insiders-profile__steam-signin-button a:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .insiders-profile__insider-annoucements-heading{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;color:#ffdf91;font-size:1.207rem;line-height:1;margin-bottom:calc(1.5rem/3)}
  .insiders-profile__insider-annoucements-heading.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-profile__insider-annoucements ul{margin:0 0 1.5rem;margin-bottom:0}
  .insiders-profile__insider-annoucements ul li{margin-bottom:calc(1.5rem/2)}
  .insiders-profile__insider-annoucements ul ul li:first-of-type,.insiders-profile__insider-annoucements ul ol li:first-of-type{padding-top:calc(1.5rem/2)}
  .insiders-profile__insider-annoucements ul li{text-indent:-1em;margin-left:1em}
  .insiders-profile__insider-annoucements ul li:before{color:inherit;width:1rem;text-indent:0;display:inline-block;content:"";width:.4em;height:.4em;border-radius:50%;background:linear-gradient(180deg, #E7C067, #B8862D);margin-right:.6em;vertical-align:top;margin-top:calc(1.5rem/2 - .2em)}
  .insiders-profile__insider-annoucements ul li li,.insiders-profile__insider-annoucements ul li ul li{margin-left:1.5rem}
  .insiders-profile__insider-annoucements ul li li:before,.insiders-profile__insider-annoucements ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .insiders-profile__insider-annoucements ul li li li:before,.insiders-profile__insider-annoucements ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .insiders-profile__insider-annoucements ul li li li li:before,.insiders-profile__insider-annoucements ul li li li ul li:before,.insiders-profile__insider-annoucements ul li li ul li li:before,.insiders-profile__insider-annoucements ul li li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li li li:before,.insiders-profile__insider-annoucements ul li ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .insiders-profile__insider-annoucements ul li li li li li:before,.insiders-profile__insider-annoucements ul li li li li ul li:before,.insiders-profile__insider-annoucements ul li li li ul li li:before,.insiders-profile__insider-annoucements ul li li li ul li ul li:before,.insiders-profile__insider-annoucements ul li li ul li li li:before,.insiders-profile__insider-annoucements ul li li ul li li ul li:before,.insiders-profile__insider-annoucements ul li li ul li ul li li:before,.insiders-profile__insider-annoucements ul li li ul li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li li li li:before,.insiders-profile__insider-annoucements ul li ul li li li ul li:before,.insiders-profile__insider-annoucements ul li ul li li ul li li:before,.insiders-profile__insider-annoucements ul li ul li li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li li li:before,.insiders-profile__insider-annoucements ul li ul li ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .insiders-profile__insider-annoucements ul li li li li li li:before,.insiders-profile__insider-annoucements ul li li li li li ul li:before,.insiders-profile__insider-annoucements ul li li li li ul li li:before,.insiders-profile__insider-annoucements ul li li li li ul li ul li:before,.insiders-profile__insider-annoucements ul li li li ul li li li:before,.insiders-profile__insider-annoucements ul li li li ul li li ul li:before,.insiders-profile__insider-annoucements ul li li li ul li ul li li:before,.insiders-profile__insider-annoucements ul li li li ul li ul li ul li:before,.insiders-profile__insider-annoucements ul li li ul li li li li:before,.insiders-profile__insider-annoucements ul li li ul li li li ul li:before,.insiders-profile__insider-annoucements ul li li ul li li ul li li:before,.insiders-profile__insider-annoucements ul li li ul li li ul li ul li:before,.insiders-profile__insider-annoucements ul li li ul li ul li li li:before,.insiders-profile__insider-annoucements ul li li ul li ul li li ul li:before,.insiders-profile__insider-annoucements ul li li ul li ul li ul li li:before,.insiders-profile__insider-annoucements ul li li ul li ul li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li li li li li:before,.insiders-profile__insider-annoucements ul li ul li li li li ul li:before,.insiders-profile__insider-annoucements ul li ul li li li ul li li:before,.insiders-profile__insider-annoucements ul li ul li li li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li li ul li li li:before,.insiders-profile__insider-annoucements ul li ul li li ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li li ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li li ul li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li li li li:before,.insiders-profile__insider-annoucements ul li ul li ul li li li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li li li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  @media screen and (-ms-high-contrast: black-on-white),(-ms-high-contrast: white-on-black){.insiders-profile__insider-annoucements ul li:before{background:#16668b;filter:brightness(0.25)}.insiders-profile__insider-annoucements ul li li:before,.insiders-profile__insider-annoucements ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.insiders-profile__insider-annoucements ul li li li:before,.insiders-profile__insider-annoucements ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li:before{background:#16668b;border:0 none}.insiders-profile__insider-annoucements ul li li li li:before,.insiders-profile__insider-annoucements ul li li li ul li:before,.insiders-profile__insider-annoucements ul li li ul li li:before,.insiders-profile__insider-annoucements ul li li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li li li:before,.insiders-profile__insider-annoucements ul li ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.insiders-profile__insider-annoucements ul li li li li li:before,.insiders-profile__insider-annoucements ul li li li li ul li:before,.insiders-profile__insider-annoucements ul li li li ul li li:before,.insiders-profile__insider-annoucements ul li li li ul li ul li:before,.insiders-profile__insider-annoucements ul li li ul li li li:before,.insiders-profile__insider-annoucements ul li li ul li li ul li:before,.insiders-profile__insider-annoucements ul li li ul li ul li li:before,.insiders-profile__insider-annoucements ul li li ul li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li li li li:before,.insiders-profile__insider-annoucements ul li ul li li li ul li:before,.insiders-profile__insider-annoucements ul li ul li li ul li li:before,.insiders-profile__insider-annoucements ul li ul li li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li li li:before,.insiders-profile__insider-annoucements ul li ul li ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li ul li:before{background:#16668b;border:0 none}.insiders-profile__insider-annoucements ul li li li li li li:before,.insiders-profile__insider-annoucements ul li li li li li ul li:before,.insiders-profile__insider-annoucements ul li li li li ul li li:before,.insiders-profile__insider-annoucements ul li li li li ul li ul li:before,.insiders-profile__insider-annoucements ul li li li ul li li li:before,.insiders-profile__insider-annoucements ul li li li ul li li ul li:before,.insiders-profile__insider-annoucements ul li li li ul li ul li li:before,.insiders-profile__insider-annoucements ul li li li ul li ul li ul li:before,.insiders-profile__insider-annoucements ul li li ul li li li li:before,.insiders-profile__insider-annoucements ul li li ul li li li ul li:before,.insiders-profile__insider-annoucements ul li li ul li li ul li li:before,.insiders-profile__insider-annoucements ul li li ul li li ul li ul li:before,.insiders-profile__insider-annoucements ul li li ul li ul li li li:before,.insiders-profile__insider-annoucements ul li li ul li ul li li ul li:before,.insiders-profile__insider-annoucements ul li li ul li ul li ul li li:before,.insiders-profile__insider-annoucements ul li li ul li ul li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li li li li li:before,.insiders-profile__insider-annoucements ul li ul li li li li ul li:before,.insiders-profile__insider-annoucements ul li ul li li li ul li li:before,.insiders-profile__insider-annoucements ul li ul li li li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li li ul li li li:before,.insiders-profile__insider-annoucements ul li ul li li ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li li ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li li ul li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li li li li:before,.insiders-profile__insider-annoucements ul li ul li ul li li li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li li ul li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li li li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li li ul li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li ul li li:before,.insiders-profile__insider-annoucements ul li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}}
  @media(min-width: 68em){.insiders-profile__insider-annoucements ul{margin:0 0 1.5rem}}
  .insiders-profile__insider-annoucements ul li{display:flex;margin-left:calc(1.5rem*2) .2;margin-bottom:calc(1.5rem/3)}
  .insiders-profile__insider-annoucements ul li:before{left:calc(1.5rem/1) .5;position:absolute}
  .insiders-profile__insider-annoucements ul li p{margin-bottom:0}
  .insiders-profile__insider-annoucements ul li a{color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer}
  .insiders-profile__insider-annoucements ul li a:hover,.insiders-profile__insider-annoucements ul li a:focus{color:#98f1f0}
  .insiders-profile__insider-annoucements ul li a:active{color:#fff}
  @media(min-width: 68em){.insiders-profile__sidebar{width:41.6666666667%}}
  .insiders-profile__widget-enrolled-betas{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#034D70, #001D34);padding:calc(1.5rem/2)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.insiders-profile__widget-enrolled-betas{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#034D70, #001D34)}}
  .insiders-profile__widget-enrolled-betas-heading{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;color:#ffdf91;font-size:1.207rem;line-height:1;padding-top:0;margin-bottom:calc(1.5rem/4)}
  .insiders-profile__widget-enrolled-betas-heading.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-profile__widget-enrolled-betas ul{margin-left:1.5rem}
  .insiders-profile__widget-enrolled-betas ul li{margin-bottom:calc(1.5rem/2)}
  .insiders-profile__widget-enrolled-betas ul li a{color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer}
  .insiders-profile__widget-enrolled-betas ul li a:hover,.insiders-profile__widget-enrolled-betas ul li a:focus{color:#98f1f0}
  .insiders-profile__widget-enrolled-betas ul li a:active{color:#fff}
  .insiders-profile__widget-enrolled-betas-resend-invitation{display:flex}
  .insiders-profile__widget-enrolled-betas-resend-invitation-btn{padding:.375rem 1.125rem;border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-style:solid;color:#ffdf91;background:rgba(0,0,0,0);border-image-slice:1;border-width:1px;line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;margin:0 auto}
  .insiders-profile__widget-enrolled-betas-resend-invitation-btn [class*=icon]{fill:url(#iconGradientLight)}
  .insiders-profile__widget-enrolled-betas-resend-invitation-btn:not(:disabled):hover,.insiders-profile__widget-enrolled-betas-resend-invitation-btn:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFF0C5, #C49545);color:#fff0c5;background-color:#6f4828}
  .insiders-profile__widget-enrolled-betas-resend-invitation-btn:not(:disabled):hover [class*=icon],.insiders-profile__widget-enrolled-betas-resend-invitation-btn:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .insiders-profile__widget-enrolled-betas-resend-invitation-btn svg{margin-right:4px}
  .page-template-template-insider-landing .page-title__container{margin-bottom:0}
  .insiders-video-player-tabs{border-width:0 0 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}
  .insiders-video-player-tabs__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-direction:column;padding-top:3rem;padding-bottom:3rem}
  @media(min-width: 68em){.insiders-video-player-tabs__page-container{flex-direction:row}}
  .insiders-video-player-tabs__content{position:relative;width:100%;margin-bottom:1.5rem}
  @media(min-width: 68em){.insiders-video-player-tabs__content{width:66.6666666667%;margin-bottom:0}}
  .insiders-video-player-tabs__video-meta h4{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.414rem;margin-bottom:0}
  .insiders-video-player-tabs__video-meta h4.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .insiders-video-player-tabs__video-meta h5{font-size:1rem;line-height:1.5;font-family:noto-sans,sans-serif;font-weight:400;margin-bottom:0}
  .frame-box{background-color:rgba(0,0,0,0);background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#263144, #0F1119);width:100%}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.frame-box{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#263144, #0F1119)}}
  @media(min-width: 54em){.frame-box{margin-left:1.5rem;padding:calc(1.5rem/4) calc(1.5rem/2) calc(1.5rem/2)}}
  @media(min-width: 68em){.frame-box{width:33.3333333333%}}
  .frame-box label{padding-top:0}
  #video-btns{display:none}
  .stream__info{display:flex;align-items:center;justify-content:space-between}
  .stream__views{display:flex;align-items:center}
  @media(min-width: 54em){.stream__host__avatar{width:2.25rem;height:2.25rem}}
  .mod__info{display:flex;align-items:center;justify-content:space-between}
  @media(min-width: 68em){.mods__mobile-menu{display:none}}
  .mods__subnav-block[data-game-id=ageiv] a[data-game-id=ageiv]{display:none}
  .mods__subnav-block[data-game-id=ageiii] a[data-game-id=ageiii]{display:none}
  .mods__subnav-block[data-game-id=ageii] a[data-game-id=ageii]{display:none}
  .mods__subnav-block[data-game-id=agei] a[data-game-id=agei]{display:none}
  .mods__subnav-block[data-game-id=aom] a[data-game-id=aom]{display:none}
  .pagination,.search-results__pagination .nav-links{line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;display:inline-flex;justify-content:space-between;align-items:center;background:linear-gradient(#034D70, #001D34);box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .pagination__number,.search-results__pagination .nav-next,.search-results__pagination .nav-previous{margin:0;display:flex;align-items:center;justify-content:center;line-height:1;min-width:2.25rem;height:2.25rem;color:#ffdf91}
  .pagination__number:not(.--current):not(.--ellipsis):hover,.search-results__pagination .nav-next:not(.--current):not(.--ellipsis):hover,.search-results__pagination .nav-previous:not(.--current):not(.--ellipsis):hover,.pagination__number:not(.--current):not(.--ellipsis):focus,.search-results__pagination .nav-next:not(.--current):not(.--ellipsis):focus,.search-results__pagination .nav-previous:not(.--current):not(.--ellipsis):focus{color:#fff}
  .pagination__number.--current,.search-results__pagination .--current.nav-next,.search-results__pagination .--current.nav-previous{border:1px solid #418198;pointer-events:none;border-radius:4px}
  .pagination__number.--ellipsis,.search-results__pagination .--ellipsis.nav-next,.search-results__pagination .--ellipsis.nav-previous{color:#c7c7c7}
  @media(min-width: 80em){.pagination__number,.search-results__pagination .nav-next,.search-results__pagination .nav-previous{font-size:.7072135785rem;min-width:1.5rem;height:1.5rem}}
  .pagination__control{align-self:center;margin:0;min-width:2.25rem;text-align:center}
  .pagination__control:not(.disabled):hover{cursor:pointer}
  .pagination__control:not(.disabled):hover .icon{fill:url(#iconGradientHover)}
  .pagination__control.--start,.pagination__control.--left,.pagination__control.--right,.pagination__control.--last{display:inline-block;margin-left:.5rem;margin-bottom:-0.25rem;height:1.5rem;width:1.5rem}
  .pagination__control.--start::before,.pagination__control.--left::before,.pagination__control.--right::before,.pagination__control.--last::before{content:"";height:100%;width:100%;display:inline-block}
  @media(forced-colors: active){.pagination__control.--start::before,.pagination__control.--left::before,.pagination__control.--right::before,.pagination__control.--last::before{filter:invert(1)}}
  .pagination__control.--start::before{background:#e7c067;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/page-start.7f5289.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/page-start.7f5289.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .pagination__control.--left::before{background:#e7c067;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-left.5c6e6e.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-left.5c6e6e.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .pagination__control.--right::before{background:#e7c067;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .pagination__control.--last::before{background:#e7c067;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/page-end.c787aa.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/page-end.c787aa.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .pagination__select{width:5.5em;margin:.35em .75em}
  @media(min-width: 54em){.widget-container{display:flex;flex-wrap:wrap;margin-left:calc(1.5rem/-2);margin-right:calc(1.5rem/-2)}.widget-container::after{content:"";flex-grow:1;display:block;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);flex:1 1 40%}}
  .widget{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#034D70, #001D34);padding:.75rem;position:relative;color:#c7c7c7;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);margin-bottom:1.5rem;text-shadow:1px 1px 0 rgba(0,0,0,.6);margin-left:auto;margin-right:auto;width:100%}
  .widget>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.widget{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#034D70, #001D34)}}
  @media(min-width: 30em){.widget{width:80%}}
  @media(min-width: 54em){.widget{flex-grow:1;display:block;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);flex:1 1 40%;display:flex;flex-direction:column;justify-content:space-between}}
  @media(min-width: 80em){.widget{flex:1 1 20%}}
  .widget__subtitle,.widget__title{font-size:1.207rem;color:#ffdf91;font-weight:bold;margin-top:0;margin-bottom:.75rem}
  .widget__subtitle{font-family:noto-sans-condensed;margin-bottom:.375rem}
  .widget__thumbnail{display:block;margin-left:-1.125rem;margin-right:-1.125rem;margin-bottom:.375rem;border-bottom:1px solid #cda351;position:relative}
  .widget__thumbnail img{vertical-align:top}
  @media(min-width: 54em){.widget__thumbnail{margin-bottom:.75rem}}
  .widget__author{display:flex;align-items:center;justify-content:flex-start;font-size:1.207rem;color:#e2e2e2;font-family:noto-sans-condensed;font-weight:bold}
  @media(min-width: 54em){.widget__author{font-size:1rem}}
  .widget__avatar{width:2.25rem;height:2.25rem;margin:.375rem .5rem .375rem 0;border-radius:50%}
  @media(min-width: 54em){.widget__avatar{width:1.5rem;height:1.5rem}}
  .widget__description{padding-top:0;margin-bottom:0;font-family:noto-sans-condensed}
  @media(min-width: 54em){.widget__description{font-size:.8536067893rem}}
  .widget__metric{font-family:noto-sans-condensed;font-size:1.207rem;color:#fff;font-weight:bold}
  @media(min-width: 54em){.widget__metric{font-size:1rem}}
  .widget__cta{line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-style:solid;color:#ffdf91;background:rgba(0,0,0,0);border-image-slice:1;border-width:1px;width:100%;margin-top:1.5rem;margin-bottom:0}
  .widget__cta [class*=icon]{fill:url(#iconGradientLight)}
  .widget__cta:not(:disabled):hover,.widget__cta:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFF0C5, #C49545);color:#fff0c5;background-color:#6f4828}
  .widget__cta:not(:disabled):hover [class*=icon],.widget__cta:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  @media(min-width: 54em){.widget__cta{margin-top:.75rem}}
  .insider-survey-welcome-accordian.accordion .accordion__title__container{cursor:default}
  .anniversary__slider{padding:0;position:relative;transition:opacity .25s ease}
  .anniversary__slider__slide{margin-bottom:-0.5rem}
  .anniversary__slider .slick-list{width:100%}
  .anniversary__slider .anniversary__slider__controls__container{position:relative}
  .anniversary__slider .anniversary__slider__controls{position:absolute;bottom:0;right:1.5rem;padding:0;border-radius:1.5rem;margin:0;background:rgba(0,0,0,.6);display:flex}
  .anniversary__slider .anniversary__slider__controls button{width:1rem;height:1rem;padding:.25rem;box-sizing:content-box;cursor:pointer}
  @media screen and (max-width: 68em){.anniversary__slider .anniversary__slider__controls button{width:1.5rem;height:1.5rem}}
  .anniversary__slider .anniversary__slider__controls button svg{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);display:block;fill:url(#iconGradientHover)}
  .anniversary__slider .anniversary__slider__controls button.active{display:none}
  .anniversary__slider .anniversary__slider__controls button:focus{border:6px solid #fff}
  .anniversary__slider .anniversary__slider__controls{height:1.5rem;bottom:.5rem;right:.25rem}
  @media screen and (max-width: 68em){.anniversary__slider .anniversary__slider__controls{bottom:.65rem;background:none}}
  .anniversary__slider .slide__anchor,.anniversary__slider .slide__image{width:100%;display:block}
  .anniversary__slider .slide__anchor:focus-visible{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:-2px}
  .anniversary__slider .slick-dots{bottom:1rem;left:0;right:0;width:auto}
  .anniversary__slider .slick-dots li{padding:0;margin:.25rem;vertical-align:top;box-shadow:1px 1px 3px rgba(0,0,0,.6);border-radius:50%}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.anniversary__slider .slick-dots li{background:#000;box-shadow:none;border-radius:50%}}
  .anniversary__slider .slick-dots li button{width:1rem;height:1rem;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media screen and (max-width: 68em){.anniversary__slider .slick-dots li button{width:1.5rem;height:1.5rem}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.anniversary__slider .slick-dots li button{filter:brightness(5) contrast(0.25)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.anniversary__slider .slick-dots li button{filter:brightness(5)}}
  @media(-ms-high-contrast: active),(forced-colors: active){.anniversary__slider .slick-dots li button{background-color:#fff}.anniversary__slider .slick-dots li button:focus-visible{filter:brightness(10)}}
  .anniversary__slider .slick-dots li.slick-active button{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media(-ms-high-contrast: active),(forced-colors: active){.anniversary__slider .slick-dots li.slick-active button{background-color:#fff}}
  .anniversary__slider .slick-dots li button:focus-visible{background:#fff}
  @media(max-width: 40em){.anniversary__slider .slick-dots{bottom:.75rem}.anniversary__slider .slick-next,.anniversary__slider .slick-prev{margin-top:-1rem}.anniversary__slider.slick-dotted .slide__anchor{margin-bottom:4rem}}
  .anniversary__slider .heading__home--container{width:100%;height:1px;overflow:hidden;position:absolute}
  .anniversary__slider{padding-bottom:3rem}
  .anniversary__slider .anniversary__slider__controls{bottom:3.75rem;right:.75rem}
  @media screen and (max-width: 68em){.anniversary__slider .anniversary__slider__controls{bottom:.65rem;background:none}}
  @media(-ms-high-contrast: active),(forced-colors: active){.anniversary__slider .anniversary__slider__controls .slide-pause,.anniversary__slider .anniversary__slider__controls .slide-play{background:#fff}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.anniversary__slider .anniversary__slider__controls .slide-pause,.anniversary__slider .anniversary__slider__controls .slide-play{filter:contrast(1)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.anniversary__slider .anniversary__slider__controls .slide-pause,.anniversary__slider .anniversary__slider__controls .slide-play{filter:invert(1)}}
  .anniversary__slider .slick-dots{bottom:-2.5rem}
  .streaming__slider{padding:0;position:relative;transition:opacity .25s ease}
  .streaming__slider__slide{margin-bottom:-0.5rem}
  .streaming__slider .slick-list{width:100%}
  .streaming__slider .streaming__slider__controls__container{position:relative}
  .streaming__slider .streaming__slider__controls{position:absolute;bottom:0;right:1.5rem;padding:0;border-radius:1.5rem;margin:0;background:rgba(0,0,0,.6);display:flex}
  .streaming__slider .streaming__slider__controls button{width:1rem;height:1rem;padding:.25rem;box-sizing:content-box;cursor:pointer}
  @media screen and (max-width: 68em){.streaming__slider .streaming__slider__controls button{width:1.5rem;height:1.5rem}}
  .streaming__slider .streaming__slider__controls button svg{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);display:block;fill:url(#iconGradientHover)}
  .streaming__slider .streaming__slider__controls button.active{display:none}
  .streaming__slider .streaming__slider__controls button:focus{border:6px solid #fff}
  .streaming__slider .streaming__slider__controls{height:1.5rem;bottom:.5rem;right:.25rem}
  @media screen and (max-width: 68em){.streaming__slider .streaming__slider__controls{bottom:.65rem;background:none}}
  .streaming__slider .slide__anchor,.streaming__slider .slide__image{width:100%;display:block}
  .streaming__slider .slide__anchor:focus-visible{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:-2px}
  .streaming__slider .slick-dots{bottom:1rem;left:0;right:0;width:auto}
  .streaming__slider .slick-dots li{padding:0;margin:.25rem;vertical-align:top;box-shadow:1px 1px 3px rgba(0,0,0,.6);border-radius:50%}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.streaming__slider .slick-dots li{background:#000;box-shadow:none;border-radius:50%}}
  .streaming__slider .slick-dots li button{width:1rem;height:1rem;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media screen and (max-width: 68em){.streaming__slider .slick-dots li button{width:1.5rem;height:1.5rem}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.streaming__slider .slick-dots li button{filter:brightness(5) contrast(0.25)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.streaming__slider .slick-dots li button{filter:brightness(5)}}
  @media(-ms-high-contrast: active),(forced-colors: active){.streaming__slider .slick-dots li button{background-color:#fff}.streaming__slider .slick-dots li button:focus-visible{filter:brightness(10)}}
  .streaming__slider .slick-dots li.slick-active button{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media(-ms-high-contrast: active),(forced-colors: active){.streaming__slider .slick-dots li.slick-active button{background-color:#fff}}
  .streaming__slider .slick-dots li button:focus-visible{background:#fff}
  @media(max-width: 40em){.streaming__slider .slick-dots{bottom:.75rem}.streaming__slider .slick-next,.streaming__slider .slick-prev{margin-top:-1rem}.streaming__slider.slick-dotted .slide__anchor{margin-bottom:4rem}}
  .awards__slider{padding:0;position:relative;transition:opacity .25s ease}
  .awards__slider__slide{margin-bottom:-0.5rem}
  .awards__slider .slick-list{width:100%}
  .awards__slider .awards__slider__controls__container{position:relative}
  .awards__slider .awards__slider__controls{position:absolute;bottom:0;right:1.5rem;padding:0;border-radius:1.5rem;margin:0;background:rgba(0,0,0,.6);display:flex}
  .awards__slider .awards__slider__controls button{width:1rem;height:1rem;padding:.25rem;box-sizing:content-box;cursor:pointer}
  @media screen and (max-width: 68em){.awards__slider .awards__slider__controls button{width:1.5rem;height:1.5rem}}
  .awards__slider .awards__slider__controls button svg{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);display:block;fill:url(#iconGradientHover)}
  .awards__slider .awards__slider__controls button.active{display:none}
  .awards__slider .awards__slider__controls button:focus{border:6px solid #fff}
  .awards__slider .awards__slider__controls{height:1.5rem;bottom:.5rem;right:.25rem}
  @media screen and (max-width: 68em){.awards__slider .awards__slider__controls{bottom:.65rem;background:none}}
  .awards__slider .slide__anchor,.awards__slider .slide__image{width:100%;display:block}
  .awards__slider .slide__anchor:focus-visible{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:-2px}
  .awards__slider .slick-dots{bottom:1rem;left:0;right:0;width:auto}
  .awards__slider .slick-dots li{padding:0;margin:.25rem;vertical-align:top;box-shadow:1px 1px 3px rgba(0,0,0,.6);border-radius:50%}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.awards__slider .slick-dots li{background:#000;box-shadow:none;border-radius:50%}}
  .awards__slider .slick-dots li button{width:1rem;height:1rem;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media screen and (max-width: 68em){.awards__slider .slick-dots li button{width:1.5rem;height:1.5rem}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.awards__slider .slick-dots li button{filter:brightness(5) contrast(0.25)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.awards__slider .slick-dots li button{filter:brightness(5)}}
  @media(-ms-high-contrast: active),(forced-colors: active){.awards__slider .slick-dots li button{background-color:#fff}.awards__slider .slick-dots li button:focus-visible{filter:brightness(10)}}
  .awards__slider .slick-dots li.slick-active button{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media(-ms-high-contrast: active),(forced-colors: active){.awards__slider .slick-dots li.slick-active button{background-color:#fff}}
  .awards__slider .slick-dots li button:focus-visible{background:#fff}
  @media(max-width: 40em){.awards__slider .slick-dots{bottom:.75rem}.awards__slider .slick-next,.awards__slider .slick-prev{margin-top:-1rem}.awards__slider.slick-dotted .slide__anchor{margin-bottom:4rem}}
  .awards__slider{padding-bottom:3rem}
  .awards__slider .awards__slider__controls{bottom:3.75rem;right:.75rem}
  @media screen and (max-width: 68em){.awards__slider .awards__slider__controls{bottom:.65rem;background:none}}
  @media(-ms-high-contrast: active),(forced-colors: active){.awards__slider .awards__slider__controls .slide-pause,.awards__slider .awards__slider__controls .slide-play{background:#fff}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.awards__slider .awards__slider__controls .slide-pause,.awards__slider .awards__slider__controls .slide-play{filter:contrast(1)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.awards__slider .awards__slider__controls .slide-pause,.awards__slider .awards__slider__controls .slide-play{filter:invert(1)}}
  .awards__slider .slick-dots{bottom:-2.5rem}
  .awards__slider__container .slick-dots{bottom:-1.75rem}
  .awards__slider .slick-dots li.awards__slider__controls,.awards__slider .slick-dots div.awards__slider__controls{height:1rem;padding:0;margin:.25rem;display:inline-block;position:relative;bottom:auto;left:auto;right:auto;background:none}
  .awards__slider .slick-dots li.awards__slider__controls button,.awards__slider .slick-dots div.awards__slider__controls button{vertical-align:top;box-sizing:border-box;-webkit-mask-size:100%;mask-size:100%;font-size:0}
  .awards__slider .slick-dots li.awards__slider__controls .slide-pause,.awards__slider .slick-dots div.awards__slider__controls .slide-pause{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pause.033a15.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pause.033a15.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .awards__slider .slick-dots li.awards__slider__controls .slide-play,.awards__slider .slick-dots div.awards__slider__controls .slide-play{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/play.85835a.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/play.85835a.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media(-ms-high-contrast: active),(forced-colors: active){.awards__slider .slick-dots li.awards__slider__controls .slide-pause,.awards__slider .slick-dots li.awards__slider__controls .slide-play,.awards__slider .slick-dots div.awards__slider__controls .slide-pause,.awards__slider .slick-dots div.awards__slider__controls .slide-play{background:#fff}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.awards__slider .slick-dots li.awards__slider__controls .slide-pause,.awards__slider .slick-dots li.awards__slider__controls .slide-play,.awards__slider .slick-dots div.awards__slider__controls .slide-pause,.awards__slider .slick-dots div.awards__slider__controls .slide-play{filter:contrast(1)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.awards__slider .slick-dots li.awards__slider__controls .slide-pause,.awards__slider .slick-dots li.awards__slider__controls .slide-play,.awards__slider .slick-dots div.awards__slider__controls .slide-pause,.awards__slider .slick-dots div.awards__slider__controls .slide-play{filter:invert(1)}}
  .anniversary__gear{background-image:url(/wp-content/themes/ageOfEmpires/public/images/anniversary/bg-buynow-gearshop-v3-mobile.ec0d8a3c0625a49b.webp);background-repeat:no-repeat;background-position:100% 0%;background-size:100% auto}
  @media(min-width: 80em){.anniversary__gear{background-image:url(/wp-content/themes/ageOfEmpires/public/images/anniversary/bg-buynow-gearshop-v3-desk.5c02e7ebcef97f71.webp)}}
  @media(min-width: 205em){.anniversary__gear{background-image:url(/wp-content/themes/ageOfEmpires/public/images/anniversary/bg-buynow-gearshop-v3-4k.d493b2fd08114adb.webp)}}
  .anniversary__gear__grid{display:grid;grid-gap:0 1.5rem;gap:0 1.5rem;grid-template-columns:calc(50% - .75rem) calc(50% - .75rem)}
  @media(min-width: 80em){.anniversary__gear__grid{grid-template-columns:calc(33.334% - 1rem) calc(33.334% - 1rem) calc(33.334% - 1rem)}}
  .anniversary__gear__grid-item,.anniversary__gear__image{display:block}
  .anniversary__gear__grid-item{position:relative}
  .anniversary__gear__grid-item::before{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";border:2px solid rgba(0,0,0,0);pointer-events:none;z-index:1}
  .anniversary__gear__grid-item:hover::before,.anniversary__gear__grid-item:focus-visible::before{border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-width:2px;border-image-slice:4;border-style:solid}
  @media(min-width: 40em){.anniversary__gear__grid-item:nth-of-type(1n+4){margin-top:1.5rem}}
  @media(max-width: 80em){.anniversary__gear__grid-item__grid-item{margin-bottom:1.5rem}}
  .anniversary__streaming{padding-top:0;transition:opacity .25s ease}
  .anniversary__streaming__grid{display:grid;grid-template-columns:100%;grid-gap:0 1.5rem;gap:0 1.5rem}
  @media(min-width: 40em){.anniversary__streaming__grid{grid-template-columns:66.6667% 33.3334%}}
  .anniversary__streaming__grid .twitch-title{display:flex;align-items:center;position:relative;color:#ffdf91;font-size:1.5em;font-family:maiola,serif;font-weight:700;background-color:rgba(0,0,0,.45);line-height:1em;z-index:1;padding:.5rem 1rem;min-height:3rem}
  @media(min-width: 40em){.anniversary__streaming__grid .twitch-title{padding:1rem;min-height:100px}}
  @media(min-width: 54em){.anniversary__streaming__grid .twitch-title{padding:1rem 2rem}}
  .anniversary__streaming__grid .twitch-play{position:absolute;top:0;left:0;display:block;height:100%;width:100%;z-index:2;cursor:pointer}
  .anniversary__streaming__grid .twitch-play .play-icon{background-color:rgba(0,0,0,.35)}
  .anniversary__streaming__grid .js-stream-loader{cursor:pointer}
  .streaming__grid .media-wrapper{height:0;width:100%;line-height:0;position:relative;padding-bottom:56.25%}
  .streaming__grid .media-wrapper .loader,.streaming__grid .media-wrapper picture,.streaming__grid .media-wrapper iframe{top:0;left:0;border:0;width:100%;height:100%;position:absolute}
  .streaming__grid .media-wrapper iframe{z-index:100}
  .streaming__grid .media-wrapper .loader{position:absolute !important}
  .streaming__grid .media-wrapper .loader .streaming-loader{background:rgba(0,0,0,0)}
  .streaming__grid-item{display:flex;flex-direction:column}
  .streaming__grid__advertisement{margin-top:2.3334rem}
  @media(min-width: 40em){.streaming__grid__advertisement{margin-top:auto}}
  .streaming__grid .advertisement__link,.streaming__grid .advertisement__image{display:block;width:100%}
  .streaming__grid .slick-list{width:100%}
  .streaming__grid .slick-next,.streaming__grid .slick-prev{top:50%}
  .streaming__grid .slick-prev{left:-0.75rem}
  .streaming__grid .slick-next{right:-0.75rem}
  .streaming__grid .slide__anchor,.streaming__grid .slide__image{width:100%;display:block}
  .streaming__grid .slide__anchor:focus-visible{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:-2px}
  .streaming__grid .slick-dots{bottom:-1.5rem;left:0;right:0;width:auto}
  .streaming__grid .slick-dots li{padding:0;margin:.25rem;vertical-align:top;box-shadow:1px 1px 3px rgba(0,0,0,.6);border-radius:50%}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.streaming__grid .slick-dots li{background:#000;box-shadow:none;border-radius:50%}}
  .streaming__grid .slick-dots li button{width:1rem;height:1rem;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media screen and (max-width: 68em){.streaming__grid .slick-dots li button{width:1.5rem;height:1.5rem}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.streaming__grid .slick-dots li button{filter:brightness(5) contrast(0.25)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.streaming__grid .slick-dots li button{filter:brightness(5)}}
  @media(-ms-high-contrast: active),(forced-colors: active){.streaming__grid .slick-dots li button{background-color:#fff}.streaming__grid .slick-dots li button:focus-visible{filter:brightness(10)}}
  .streaming__grid .slick-dots li.slick-active button{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media(-ms-high-contrast: active),(forced-colors: active){.streaming__grid .slick-dots li.slick-active button{background-color:#fff}}
  .streaming__grid .slick-dots li button:focus-visible{background:#fff}
  @media(max-width: 54em){.streaming__grid-item.--primary{margin-bottom:1.5rem}}
  @media(max-width: 40em){.streaming__grid-item.--secondary{margin-bottom:2.5rem}}
  .anniversary__trailers{z-index:250}
  .centered-section{position:relative;padding:3rem 0}
  .centered-section:not(.--underlap):not(.--no-image){min-height:29rem}
  @media(max-width: 68em){.centered-section{padding:3rem 1rem}}
  .centered-section .centered-section__content{position:relative}
  .centered-section .centered-section__content .centered-section__picture img{width:100%;display:block}
  .centered-section .centered-content{display:flex;flex-direction:column}
  .centered-section .centered-content .pattern-overlay{top:0;right:0;width:100%;height:100%;pointer-events:none;position:absolute;background-position:right;background-repeat:repeat-y}
  .centered-section .centered-content .pattern-overlay.--pattern-vertical{bottom:0;z-index:2;background-position:bottom;background-repeat:repeat-x}
  .centered-section .centered-content .pattern-overlay.rus{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-rus-right-desk.ede774211c0cc73f.webp)}
  .centered-section .centered-content .pattern-overlay.rus.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-rus-bottom-desk.62f59002ffff957c.webp)}
  .centered-section .centered-content .pattern-overlay.mon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mongol-right-desk.7e639ccd9d4a7a0f.webp)}
  .centered-section .centered-content .pattern-overlay.mon.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mongol-bottom-desk.c0979382ec0ee77e.webp)}
  .centered-section .centered-content .pattern-overlay.hre{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-hre-right-desk.81595f6874d12177.webp)}
  .centered-section .centered-content .pattern-overlay.hre.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-hre-bottom-desk.f2c075145810ea0b.webp)}
  .centered-section .centered-content .pattern-overlay.fre{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-french-right-desk.367760bc267e8f1a.webp)}
  .centered-section .centered-content .pattern-overlay.fre.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-french-bottom-desk.ae3b3438097d8d98.webp)}
  .centered-section .centered-content .pattern-overlay.eng{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-english-right-desk.57824868d2beea8f.webp)}
  .centered-section .centered-content .pattern-overlay.eng.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-english-bottom-desk.6b6a41679ddf4217.webp)}
  .centered-section .centered-content .pattern-overlay.del{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-sultanate-right-desk.82080f2f0a1762b7.webp)}
  .centered-section .centered-content .pattern-overlay.del.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-sultanate-bottom-desk.2707cd779ac76641.webp)}
  .centered-section .centered-content .pattern-overlay.chi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-chinese-right-desk.0cbec65ae7178e1c.webp)}
  .centered-section .centered-content .pattern-overlay.chi.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-chinese-bottom-desk.b588f77eebf26eb5.webp)}
  .centered-section .centered-content .pattern-overlay.abb{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-abbasid-right-desk.8c130b0387f48c09.webp)}
  .centered-section .centered-content .pattern-overlay.abb.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-abbasid-bottom-desk.b217b92d86671c5d.webp)}
  .centered-section .centered-content .pattern-overlay.mal{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mal-right-desk.74d376540735cb55.webp)}
  .centered-section .centered-content .pattern-overlay.mal.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mal-bottom-desk.474c0b3b7645d9a2.webp)}
  .centered-section .centered-content .pattern-overlay.ott{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-ott-right-desk.92a3ffb045b1bc08.webp)}
  .centered-section .centered-content .pattern-overlay.ott.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-ott-bottom-desk.f80281bd7f636305.webp)}
  .centered-section .centered-content picture img{width:100%;display:block}
  .centered-section .centered-content .content-title{padding-top:0}
  .centered-section .centered-content .pattern-overlay{z-index:0}
  .centered-section .centered-content .tag-container{display:grid;grid-auto-columns:1fr;grid-auto-flow:column;grid-gap:.75em}
  @media(max-width: 68em){.centered-section .centered-content .tag-container{display:block}}
  .centered-section .centered-content .tag-container .tag{text-align:center;z-index:2}
  .centered-section .centered-content .tag-container .tag.--solid{background:rgb(41.0004007779,49.8223957197,71.9965992221)}
  .centered-section .centered-content .tag-container .tag .tag-title{display:block;color:#ffdf91}
  .centered-section .centered-content .tag-container .tag .tag-subtitle{display:block}
  .columns-section{position:relative;min-height:29rem}
  .columns-section.--image-border .column img{border:1px solid #cda351}
  .columns-section.--nth-based-width .columns-container{column-gap:0}
  .columns-section.--nth-based-width .column .text .column-title{text-align:left}
  .columns-section.--nth-based-width .column:first-child:nth-last-child(2),.columns-section.--nth-based-width .column:first-child:nth-last-child(2)~.column{flex:0 0 42.5%;margin:0 2.5%}
  .columns-section.--nth-based-width .column:first-child:nth-last-child(2){margin-left:5%}
  .columns-section.--nth-based-width .column:first-child:nth-last-child(2)~.column{margin-right:5%}
  .columns-section.--nth-based-width .column:first-child:nth-last-child(4),.columns-section.--nth-based-width .column:first-child:nth-last-child(4)~.column{flex:0 0 23.5%;margin:0 1%}
  .columns-section__content{position:relative}
  .columns-section__content .columns-container:not(.--flex):not(.--flex-wrap):not(.mobile){display:grid;grid-auto-columns:1fr;grid-auto-flow:column;grid-gap:1.5rem}
  .columns-section__content .columns-container.--flex{display:flex;justify-content:center;column-gap:3%}
  .columns-section__content .columns-container.--flex-wrap{display:flex;justify-content:center;column-gap:3%;flex-wrap:wrap;margin:0 -2%}
  .columns-section__content .columns-container .column{display:flex;flex-direction:column}
  .columns-section__content .columns-container .column .pattern-overlay{top:0;right:0;width:100%;height:100%;pointer-events:none;position:absolute;background-position:right;background-repeat:repeat-y}
  .columns-section__content .columns-container .column .pattern-overlay.--pattern-vertical{bottom:0;z-index:2;background-position:bottom;background-repeat:repeat-x}
  .columns-section__content .columns-container .column .pattern-overlay.rus{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-rus-right-desk.ede774211c0cc73f.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.rus.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-rus-bottom-desk.62f59002ffff957c.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.mon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mongol-right-desk.7e639ccd9d4a7a0f.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.mon.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mongol-bottom-desk.c0979382ec0ee77e.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.hre{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-hre-right-desk.81595f6874d12177.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.hre.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-hre-bottom-desk.f2c075145810ea0b.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.fre{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-french-right-desk.367760bc267e8f1a.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.fre.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-french-bottom-desk.ae3b3438097d8d98.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.eng{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-english-right-desk.57824868d2beea8f.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.eng.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-english-bottom-desk.6b6a41679ddf4217.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.del{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-sultanate-right-desk.82080f2f0a1762b7.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.del.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-sultanate-bottom-desk.2707cd779ac76641.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.chi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-chinese-right-desk.0cbec65ae7178e1c.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.chi.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-chinese-bottom-desk.b588f77eebf26eb5.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.abb{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-abbasid-right-desk.8c130b0387f48c09.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.abb.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-abbasid-bottom-desk.b217b92d86671c5d.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.mal{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mal-right-desk.74d376540735cb55.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.mal.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mal-bottom-desk.474c0b3b7645d9a2.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.ott{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-ott-right-desk.92a3ffb045b1bc08.webp)}
  .columns-section__content .columns-container .column .pattern-overlay.ott.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-ott-bottom-desk.f80281bd7f636305.webp)}
  .columns-section__content .columns-container .column .text{flex:1;max-width:100%;padding:1rem 1.5rem}
  .columns-section__content .columns-container .column .text .column-title{padding-top:0}
  .columns-section__content .columns-container .column .text .title,.columns-section__content .columns-container .column .text .sub-title,.columns-section__content .columns-container .column .text .column-title,.columns-section__content .columns-container .column .text .column-sub-title{text-align:center}
  .columns-section__content .columns-container .column .text .title.--has-sub-title,.columns-section__content .columns-container .column .text .column-title.--has-sub-title{margin-bottom:0}
  .columns-section__content .columns-container .column .text .sub-title,.columns-section__content .columns-container .column .text .column-sub-title{display:block}
  .columns-section__content .columns-container .column img{width:100%;display:block}
  .columns-section__content .columns-container.--flex .column,.columns-section__content .columns-container.--flex-wrap .column{flex:0 0 30%}
  .columns-section__content .slick-slide{margin-left:.75rem;margin-right:.75rem}
  .columns-section__content .column__nav__container{position:absolute;top:50%;width:100%;z-index:1}
  .columns-section__content .column__nav__container .column__nav__arrows{display:flex;justify-content:space-between}
  .columns-section__content .column__nav__container .column__nav__arrows.--prev svg{display:inline-block;vertical-align:middle;width:1.125rem;height:1.125rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerHoverLeftRight)}
  @media(max-width: 1280px){.columns-section__content .column__nav__container .column__nav__arrows.--prev svg{width:64px;height:64px}}
  @media(max-width: 320px){.columns-section__content .column__nav__container .column__nav__arrows.--prev svg{width:32px;height:32px}}
  .columns-section__content .column__nav__container .column__nav__arrows.--next svg{display:inline-block;vertical-align:middle;width:1.125rem;height:1.125rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerHoverLeftRight)}
  @media(max-width: 1280px){.columns-section__content .column__nav__container .column__nav__arrows.--next svg{width:64px;height:64px}}
  @media(max-width: 320px){.columns-section__content .column__nav__container .column__nav__arrows.--next svg{width:32px;height:32px}}
  @media screen and (-ms-high-contrast: black-on-white){.columns-section__content .column__nav__container .column__nav__arrows .--prev svg{display:inline-block;vertical-align:middle;width:1.125rem;height:1.125rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:#16668b}}
  @media screen and (-ms-high-contrast: black-on-white)and (max-width: 1280px){.columns-section__content .column__nav__container .column__nav__arrows .--prev svg{width:64px;height:64px}}
  @media screen and (-ms-high-contrast: black-on-white)and (max-width: 320px){.columns-section__content .column__nav__container .column__nav__arrows .--prev svg{width:32px;height:32px}}
  @media screen and (-ms-high-contrast: black-on-white){.columns-section__content .column__nav__container .column__nav__arrows .--next svg{display:inline-block;vertical-align:middle;width:1.125rem;height:1.125rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:#16668b}}
  @media screen and (-ms-high-contrast: black-on-white)and (max-width: 1280px){.columns-section__content .column__nav__container .column__nav__arrows .--next svg{width:64px;height:64px}}
  @media screen and (-ms-high-contrast: black-on-white)and (max-width: 320px){.columns-section__content .column__nav__container .column__nav__arrows .--next svg{width:32px;height:32px}}
  .columns-section__content .mobile{display:none}
  .columns-section__content .mobile img{width:100%}
  @media(max-width: 68em){.columns-section__content .columns-container,.columns-section__content .columns-container.--flex{display:none}.columns-section__content .mobile{display:block}}
  .game-campaigns{position:relative;min-height:29rem}
  .game-campaigns h3{margin:0}
  .game-campaigns__grid-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.36rem;gap:1.36rem}
  @media(max-width: 68em){.game-campaigns__grid-layout{display:inline-block;width:100%}}
  .game-campaigns__card .card{min-height:auto;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}
  @media(min-width: 68em){.game-campaigns__card .card{min-height:300px}}
  .game-campaigns__thumbnail{line-height:0}
  .game-campaigns__thumbnail img{width:100%}
  .game-slider{position:relative}
  .game-slider h3{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .game-slider h3{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .game-slider__content{display:grid;grid-template-columns:30% 70%;grid-gap:10px;gap:10px}
  .game-slider__content .slider-box{padding:5px}
  .game-slider__content .slider-text{width:100%;text-align:left;display:inline-block;min-height:17.25rem;margin-bottom:0}
  @media(max-width: 68em){.game-slider__content{display:inline-block;width:100%}.game-slider__content .slider-box{height:550px}.game-slider__content .slider-text{width:100%;min-height:auto}}
  @media(max-width: 500px){.game-slider__content .slider-box{height:400px}}
  #beer-slider{height:100%}
  #beer-slider img{height:100%}
  .beer-slider[data-beer-label]:after,.beer-reveal[data-beer-label]:after{display:none !important}
  .beer-range:focus~.beer-handle,.beer-handle,.beer-handle:hover{width:100px;height:100%;border-radius:0;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/before-after.a6159fa4834c632a.webp);background-position-x:50%;background-position-y:50%;background-size:390%;background-color:hsla(0,0%,100%,0);border:none}
  .beer-range:focus~.beer-handle:before,.beer-handle:before,.beer-handle:hover:before{display:none}
  .beer-range:focus~.beer-handle:after,.beer-handle:after,.beer-handle:hover:after{display:none}
  .beer-range:focus~.beer-handle{outline-width:2px;outline-style:solid;outline-color:#fff;outline-offset:1px}
  @media screen and (-ms-high-contrast: black-on-white),(-ms-high-contrast: white-on-black){.beer-handle{filter:contrast(0) brightness(100) saturate(0)}}
  .post.--gamepass .post__info{height:3.5rem}
  .post.--gamepass .post__title{border-width:2px 0 0;border-image-slice:2;border-image-source:linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d 15%, #FFDF91 50%, #b8862d 85%, rgba(184, 134, 45, 0) 100%);border-style:solid;height:3.5rem}
  .post.--gamepass .post__title__text{height:3.5rem;display:block;padding:0}
  .post.--gamepass .post__thumbnail{display:flex;align-items:center;padding-top:0;background-color:#1b1b1b}
  .post.--gamepass .post__thumbnail__image{position:relative;width:unset}
  .post.--gamepass .post__thumbnail__overlay{display:flex;align-items:center;min-width:50%;color:#fff;padding:calc(1.5rem/4) calc(1.5rem/2);height:100%;margin-bottom:0;font-size:.6036823121rem}
  @media(min-width: 54em)and (max-width: 68em){.post.--gamepass .post__thumbnail__overlay{font-size:.5001510456rem}}
  .post.--gamepass .post__title__icon{height:100%;width:100%;fill:#ffdf91}
  .post.--gamepass svg{height:3.2rem}
  @media(min-width: 54em)and (max-width: 68em){.post.--gamepass svg{margin-left:0;max-width:calc(100% - 2rem)}}
  .page-template-page-stats .stats__table-wrapper,.page-template-page-stats .stats__section-wrapper,.page-stats-match-details .stats__table-wrapper,.page-stats-match-details .stats__section-wrapper,.page-stats-game .stats__table-wrapper,.page-stats-game .stats__section-wrapper{background-color:#263144}
  .page-template-page-stats .stats__table-wrapper.stats-matches,.page-template-page-stats .stats__section-wrapper.stats-matches,.page-stats-match-details .stats__table-wrapper.stats-matches,.page-stats-match-details .stats__section-wrapper.stats-matches,.page-stats-game .stats__table-wrapper.stats-matches,.page-stats-game .stats__section-wrapper.stats-matches{flex-direction:column}
  .page-template-page-stats .stats__table-wrapper .match-results,.page-template-page-stats .stats__section-wrapper .match-results,.page-stats-match-details .stats__table-wrapper .match-results,.page-stats-match-details .stats__section-wrapper .match-results,.page-stats-game .stats__table-wrapper .match-results,.page-stats-game .stats__section-wrapper .match-results{clear:both}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results,.page-template-page-stats .stats__section-wrapper .match-results,.page-stats-match-details .stats__table-wrapper .match-results,.page-stats-match-details .stats__section-wrapper .match-results,.page-stats-game .stats__table-wrapper .match-results,.page-stats-game .stats__section-wrapper .match-results{width:100%;max-width:38rem;margin:0 auto}}
  .page-template-page-stats .stats__table-wrapper .match-results table,.page-template-page-stats .stats__section-wrapper .match-results table,.page-stats-match-details .stats__table-wrapper .match-results table,.page-stats-match-details .stats__section-wrapper .match-results table,.page-stats-game .stats__table-wrapper .match-results table,.page-stats-game .stats__section-wrapper .match-results table{font-family:noto-sans,sans-serif;font-weight:700;color:#fff;background:rgba(0,0,0,0)}
  .page-template-page-stats .stats__table-wrapper .match-results table[class=body],.page-template-page-stats .stats__table-wrapper .match-results .match-results__table,.page-template-page-stats .stats__section-wrapper .match-results table[class=body],.page-template-page-stats .stats__section-wrapper .match-results .match-results__table,.page-stats-match-details .stats__table-wrapper .match-results table[class=body],.page-stats-match-details .stats__table-wrapper .match-results .match-results__table,.page-stats-match-details .stats__section-wrapper .match-results table[class=body],.page-stats-match-details .stats__section-wrapper .match-results .match-results__table,.page-stats-game .stats__table-wrapper .match-results table[class=body],.page-stats-game .stats__table-wrapper .match-results .match-results__table,.page-stats-game .stats__section-wrapper .match-results table[class=body],.page-stats-game .stats__section-wrapper .match-results .match-results__table{font-weight:normal;color:#c7c7c7;margin-bottom:0}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results table[class=body] td,.page-template-page-stats .stats__table-wrapper .match-results .match-results__table td,.page-template-page-stats .stats__section-wrapper .match-results table[class=body] td,.page-template-page-stats .stats__section-wrapper .match-results .match-results__table td,.page-stats-match-details .stats__table-wrapper .match-results table[class=body] td,.page-stats-match-details .stats__table-wrapper .match-results .match-results__table td,.page-stats-match-details .stats__section-wrapper .match-results table[class=body] td,.page-stats-match-details .stats__section-wrapper .match-results .match-results__table td,.page-stats-game .stats__table-wrapper .match-results table[class=body] td,.page-stats-game .stats__table-wrapper .match-results .match-results__table td,.page-stats-game .stats__section-wrapper .match-results table[class=body] td,.page-stats-game .stats__section-wrapper .match-results .match-results__table td{padding:0 0 .666rem}}
  .page-template-page-stats .stats__table-wrapper .match-results th,.page-template-page-stats .stats__table-wrapper .match-results tr:first-child,.page-template-page-stats .stats__section-wrapper .match-results th,.page-template-page-stats .stats__section-wrapper .match-results tr:first-child,.page-stats-match-details .stats__table-wrapper .match-results th,.page-stats-match-details .stats__table-wrapper .match-results tr:first-child,.page-stats-match-details .stats__section-wrapper .match-results th,.page-stats-match-details .stats__section-wrapper .match-results tr:first-child,.page-stats-game .stats__table-wrapper .match-results th,.page-stats-game .stats__table-wrapper .match-results tr:first-child,.page-stats-game .stats__section-wrapper .match-results th,.page-stats-game .stats__section-wrapper .match-results tr:first-child{font-family:inherit;color:inherit}
  .page-template-page-stats .stats__table-wrapper .match-results thead tr,.page-template-page-stats .stats__section-wrapper .match-results thead tr,.page-stats-match-details .stats__table-wrapper .match-results thead tr,.page-stats-match-details .stats__section-wrapper .match-results thead tr,.page-stats-game .stats__table-wrapper .match-results thead tr,.page-stats-game .stats__section-wrapper .match-results thead tr{background-color:#1e2536}
  .page-template-page-stats .stats__table-wrapper .match-results thead tr th,.page-template-page-stats .stats__section-wrapper .match-results thead tr th,.page-stats-match-details .stats__table-wrapper .match-results thead tr th,.page-stats-match-details .stats__section-wrapper .match-results thead tr th,.page-stats-game .stats__table-wrapper .match-results thead tr th,.page-stats-game .stats__section-wrapper .match-results thead tr th{color:#c7c7c7;line-height:1em;text-transform:none;font-size:.733rem;border-bottom:2px solid #cda351}
  .page-template-page-stats .stats__table-wrapper .match-results thead tr th:last-child,.page-template-page-stats .stats__section-wrapper .match-results thead tr th:last-child,.page-stats-match-details .stats__table-wrapper .match-results thead tr th:last-child,.page-stats-match-details .stats__section-wrapper .match-results thead tr th:last-child,.page-stats-game .stats__table-wrapper .match-results thead tr th:last-child,.page-stats-game .stats__section-wrapper .match-results thead tr th:last-child{border-right:1px solid #1e2536}
  @media(min-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results thead tr th,.page-template-page-stats .stats__section-wrapper .match-results thead tr th,.page-stats-match-details .stats__table-wrapper .match-results thead tr th,.page-stats-match-details .stats__section-wrapper .match-results thead tr th,.page-stats-game .stats__table-wrapper .match-results thead tr th,.page-stats-game .stats__section-wrapper .match-results thead tr th{font-size:.875rem}}
  .page-template-page-stats .stats__table-wrapper .match-results thead,.page-template-page-stats .stats__table-wrapper .match-results tbody,.page-template-page-stats .stats__table-wrapper .match-results tfoot,.page-template-page-stats .stats__section-wrapper .match-results thead,.page-template-page-stats .stats__section-wrapper .match-results tbody,.page-template-page-stats .stats__section-wrapper .match-results tfoot,.page-stats-match-details .stats__table-wrapper .match-results thead,.page-stats-match-details .stats__table-wrapper .match-results tbody,.page-stats-match-details .stats__table-wrapper .match-results tfoot,.page-stats-match-details .stats__section-wrapper .match-results thead,.page-stats-match-details .stats__section-wrapper .match-results tbody,.page-stats-match-details .stats__section-wrapper .match-results tfoot,.page-stats-game .stats__table-wrapper .match-results thead,.page-stats-game .stats__table-wrapper .match-results tbody,.page-stats-game .stats__table-wrapper .match-results tfoot,.page-stats-game .stats__section-wrapper .match-results thead,.page-stats-game .stats__section-wrapper .match-results tbody,.page-stats-game .stats__section-wrapper .match-results tfoot{background-color:rgba(0,0,0,0)}
  .page-template-page-stats .stats__table-wrapper .match-results thead th,.page-template-page-stats .stats__table-wrapper .match-results thead tr:first-child,.page-template-page-stats .stats__table-wrapper .match-results tbody th,.page-template-page-stats .stats__table-wrapper .match-results tbody tr:first-child,.page-template-page-stats .stats__table-wrapper .match-results tfoot th,.page-template-page-stats .stats__table-wrapper .match-results tfoot tr:first-child,.page-template-page-stats .stats__section-wrapper .match-results thead th,.page-template-page-stats .stats__section-wrapper .match-results thead tr:first-child,.page-template-page-stats .stats__section-wrapper .match-results tbody th,.page-template-page-stats .stats__section-wrapper .match-results tbody tr:first-child,.page-template-page-stats .stats__section-wrapper .match-results tfoot th,.page-template-page-stats .stats__section-wrapper .match-results tfoot tr:first-child,.page-stats-match-details .stats__table-wrapper .match-results thead th,.page-stats-match-details .stats__table-wrapper .match-results thead tr:first-child,.page-stats-match-details .stats__table-wrapper .match-results tbody th,.page-stats-match-details .stats__table-wrapper .match-results tbody tr:first-child,.page-stats-match-details .stats__table-wrapper .match-results tfoot th,.page-stats-match-details .stats__table-wrapper .match-results tfoot tr:first-child,.page-stats-match-details .stats__section-wrapper .match-results thead th,.page-stats-match-details .stats__section-wrapper .match-results thead tr:first-child,.page-stats-match-details .stats__section-wrapper .match-results tbody th,.page-stats-match-details .stats__section-wrapper .match-results tbody tr:first-child,.page-stats-match-details .stats__section-wrapper .match-results tfoot th,.page-stats-match-details .stats__section-wrapper .match-results tfoot tr:first-child,.page-stats-game .stats__table-wrapper .match-results thead th,.page-stats-game .stats__table-wrapper .match-results thead tr:first-child,.page-stats-game .stats__table-wrapper .match-results tbody th,.page-stats-game .stats__table-wrapper .match-results tbody tr:first-child,.page-stats-game .stats__table-wrapper .match-results tfoot th,.page-stats-game .stats__table-wrapper .match-results tfoot tr:first-child,.page-stats-game .stats__section-wrapper .match-results thead th,.page-stats-game .stats__section-wrapper .match-results thead tr:first-child,.page-stats-game .stats__section-wrapper .match-results tbody th,.page-stats-game .stats__section-wrapper .match-results tbody tr:first-child,.page-stats-game .stats__section-wrapper .match-results tfoot th,.page-stats-game .stats__section-wrapper .match-results tfoot tr:first-child{font-family:inherit;color:#c7c7c7}
  .page-template-page-stats .stats__table-wrapper .match-results tbody tr:nth-child(odd),.page-template-page-stats .stats__section-wrapper .match-results tbody tr:nth-child(odd),.page-stats-match-details .stats__table-wrapper .match-results tbody tr:nth-child(odd),.page-stats-match-details .stats__section-wrapper .match-results tbody tr:nth-child(odd),.page-stats-game .stats__table-wrapper .match-results tbody tr:nth-child(odd),.page-stats-game .stats__section-wrapper .match-results tbody tr:nth-child(odd){background:rgba(0,0,0,0)}
  .page-template-page-stats .stats__table-wrapper .match-results tbody tr:nth-child(even),.page-template-page-stats .stats__section-wrapper .match-results tbody tr:nth-child(even),.page-stats-match-details .stats__table-wrapper .match-results tbody tr:nth-child(even),.page-stats-match-details .stats__section-wrapper .match-results tbody tr:nth-child(even),.page-stats-game .stats__table-wrapper .match-results tbody tr:nth-child(even),.page-stats-game .stats__section-wrapper .match-results tbody tr:nth-child(even){background-color:#1e2536}
  .page-template-page-stats .stats__table-wrapper .match-results td,.page-template-page-stats .stats__section-wrapper .match-results td,.page-stats-match-details .stats__table-wrapper .match-results td,.page-stats-match-details .stats__section-wrapper .match-results td,.page-stats-game .stats__table-wrapper .match-results td,.page-stats-game .stats__section-wrapper .match-results td{position:relative;font-size:1rem;color:#c7c7c7}
  .page-template-page-stats .stats__table-wrapper .match-results td a,.page-template-page-stats .stats__table-wrapper .match-results td button,.page-template-page-stats .stats__section-wrapper .match-results td a,.page-template-page-stats .stats__section-wrapper .match-results td button,.page-stats-match-details .stats__table-wrapper .match-results td a,.page-stats-match-details .stats__table-wrapper .match-results td button,.page-stats-match-details .stats__section-wrapper .match-results td a,.page-stats-match-details .stats__section-wrapper .match-results td button,.page-stats-game .stats__table-wrapper .match-results td a,.page-stats-game .stats__table-wrapper .match-results td button,.page-stats-game .stats__section-wrapper .match-results td a,.page-stats-game .stats__section-wrapper .match-results td button{color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline}
  .page-template-page-stats .stats__table-wrapper .match-results td a::hover,.page-template-page-stats .stats__table-wrapper .match-results td button::hover,.page-template-page-stats .stats__section-wrapper .match-results td a::hover,.page-template-page-stats .stats__section-wrapper .match-results td button::hover,.page-stats-match-details .stats__table-wrapper .match-results td a::hover,.page-stats-match-details .stats__table-wrapper .match-results td button::hover,.page-stats-match-details .stats__section-wrapper .match-results td a::hover,.page-stats-match-details .stats__section-wrapper .match-results td button::hover,.page-stats-game .stats__table-wrapper .match-results td a::hover,.page-stats-game .stats__table-wrapper .match-results td button::hover,.page-stats-game .stats__section-wrapper .match-results td a::hover,.page-stats-game .stats__section-wrapper .match-results td button::hover{color:#98f1f0}
  .page-template-page-stats .stats__table-wrapper .match-results td.bargraph-table__label-cell,.page-template-page-stats .stats__section-wrapper .match-results td.bargraph-table__label-cell,.page-stats-match-details .stats__table-wrapper .match-results td.bargraph-table__label-cell,.page-stats-match-details .stats__section-wrapper .match-results td.bargraph-table__label-cell,.page-stats-game .stats__table-wrapper .match-results td.bargraph-table__label-cell,.page-stats-game .stats__section-wrapper .match-results td.bargraph-table__label-cell{color:#c7c7c7}
  .page-template-page-stats .stats__table-wrapper .match-results td.bargraph-table__bargraph-cell:nth-child(2),.page-template-page-stats .stats__section-wrapper .match-results td.bargraph-table__bargraph-cell:nth-child(2),.page-stats-match-details .stats__table-wrapper .match-results td.bargraph-table__bargraph-cell:nth-child(2),.page-stats-match-details .stats__section-wrapper .match-results td.bargraph-table__bargraph-cell:nth-child(2),.page-stats-game .stats__table-wrapper .match-results td.bargraph-table__bargraph-cell:nth-child(2),.page-stats-game .stats__section-wrapper .match-results td.bargraph-table__bargraph-cell:nth-child(2){border-left:2px solid #cda351;border-right:2px solid #cda351}
  .page-template-page-stats .stats__table-wrapper .match-results .match-results__avatar,.page-template-page-stats .stats__section-wrapper .match-results .match-results__avatar,.page-stats-match-details .stats__table-wrapper .match-results .match-results__avatar,.page-stats-match-details .stats__section-wrapper .match-results .match-results__avatar,.page-stats-game .stats__table-wrapper .match-results .match-results__avatar,.page-stats-game .stats__section-wrapper .match-results .match-results__avatar{width:1.5rem}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results .match-results__avatar,.page-template-page-stats .stats__section-wrapper .match-results .match-results__avatar,.page-stats-match-details .stats__table-wrapper .match-results .match-results__avatar,.page-stats-match-details .stats__section-wrapper .match-results .match-results__avatar,.page-stats-game .stats__table-wrapper .match-results .match-results__avatar,.page-stats-game .stats__section-wrapper .match-results .match-results__avatar{padding-bottom:.333rem}}
  .page-template-page-stats .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-template-page-stats .stats__table-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-template-page-stats .stats__section-wrapper .match-results .match-results__avatar-wrapper,.page-template-page-stats .stats__section-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-stats-match-details .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-stats-match-details .stats__table-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-stats-match-details .stats__section-wrapper .match-results .match-results__avatar-wrapper,.page-stats-match-details .stats__section-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-stats-game .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-stats-game .stats__table-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-stats-game .stats__section-wrapper .match-results .match-results__avatar-wrapper,.page-stats-game .stats__section-wrapper .match-results .match-results__mobile-avatar-wrapper{display:inline-block;width:1.5rem;height:1.5rem;margin-right:.5rem;overflow:hidden}
  .page-template-page-stats .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-template-page-stats .stats__section-wrapper .match-results .match-results__avatar-wrapper,.page-stats-match-details .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-stats-match-details .stats__section-wrapper .match-results .match-results__avatar-wrapper,.page-stats-game .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-stats-game .stats__section-wrapper .match-results .match-results__avatar-wrapper{vertical-align:middle}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-template-page-stats .stats__section-wrapper .match-results .match-results__avatar-wrapper,.page-stats-match-details .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-stats-match-details .stats__section-wrapper .match-results .match-results__avatar-wrapper,.page-stats-game .stats__table-wrapper .match-results .match-results__avatar-wrapper,.page-stats-game .stats__section-wrapper .match-results .match-results__avatar-wrapper{display:none}}
  @media(min-width: 55em){.page-template-page-stats .stats__table-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-template-page-stats .stats__section-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-stats-match-details .stats__table-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-stats-match-details .stats__section-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-stats-game .stats__table-wrapper .match-results .match-results__mobile-avatar-wrapper,.page-stats-game .stats__section-wrapper .match-results .match-results__mobile-avatar-wrapper{display:none}}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results .match-results__gamertag,.page-template-page-stats .stats__section-wrapper .match-results .match-results__gamertag,.page-stats-match-details .stats__table-wrapper .match-results .match-results__gamertag,.page-stats-match-details .stats__section-wrapper .match-results .match-results__gamertag,.page-stats-game .stats__table-wrapper .match-results .match-results__gamertag,.page-stats-game .stats__section-wrapper .match-results .match-results__gamertag{display:flex}}
  .page-template-page-stats .stats__table-wrapper .match-results__header,.page-template-page-stats .stats__section-wrapper .match-results__header,.page-stats-match-details .stats__table-wrapper .match-results__header,.page-stats-match-details .stats__section-wrapper .match-results__header,.page-stats-game .stats__table-wrapper .match-results__header,.page-stats-game .stats__section-wrapper .match-results__header{color:#53dbdd}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results__header,.page-template-page-stats .stats__section-wrapper .match-results__header,.page-stats-match-details .stats__table-wrapper .match-results__header,.page-stats-match-details .stats__section-wrapper .match-results__header,.page-stats-game .stats__table-wrapper .match-results__header,.page-stats-game .stats__section-wrapper .match-results__header{display:none}}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label,.page-template-page-stats .stats__section-wrapper .match-results__sort-label,.page-stats-match-details .stats__table-wrapper .match-results__sort-label,.page-stats-match-details .stats__section-wrapper .match-results__sort-label,.page-stats-game .stats__table-wrapper .match-results__sort-label,.page-stats-game .stats__section-wrapper .match-results__sort-label{padding:0}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label:first-child,.page-template-page-stats .stats__section-wrapper .match-results__sort-label:first-child,.page-stats-match-details .stats__table-wrapper .match-results__sort-label:first-child,.page-stats-match-details .stats__section-wrapper .match-results__sort-label:first-child,.page-stats-game .stats__table-wrapper .match-results__sort-label:first-child,.page-stats-game .stats__section-wrapper .match-results__sort-label:first-child{min-width:180px}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label:nth-child(2),.page-template-page-stats .stats__section-wrapper .match-results__sort-label:nth-child(2),.page-stats-match-details .stats__table-wrapper .match-results__sort-label:nth-child(2),.page-stats-match-details .stats__section-wrapper .match-results__sort-label:nth-child(2),.page-stats-game .stats__table-wrapper .match-results__sort-label:nth-child(2),.page-stats-game .stats__section-wrapper .match-results__sort-label:nth-child(2){min-width:130px}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label:nth-child(3),.page-template-page-stats .stats__table-wrapper .match-results__sort-label:last-child,.page-template-page-stats .stats__section-wrapper .match-results__sort-label:nth-child(3),.page-template-page-stats .stats__section-wrapper .match-results__sort-label:last-child,.page-stats-match-details .stats__table-wrapper .match-results__sort-label:nth-child(3),.page-stats-match-details .stats__table-wrapper .match-results__sort-label:last-child,.page-stats-match-details .stats__section-wrapper .match-results__sort-label:nth-child(3),.page-stats-match-details .stats__section-wrapper .match-results__sort-label:last-child,.page-stats-game .stats__table-wrapper .match-results__sort-label:nth-child(3),.page-stats-game .stats__table-wrapper .match-results__sort-label:last-child,.page-stats-game .stats__section-wrapper .match-results__sort-label:nth-child(3),.page-stats-game .stats__section-wrapper .match-results__sort-label:last-child{min-width:150px}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label .sort-trigger,.page-template-page-stats .stats__section-wrapper .match-results__sort-label .sort-trigger,.page-stats-match-details .stats__table-wrapper .match-results__sort-label .sort-trigger,.page-stats-match-details .stats__section-wrapper .match-results__sort-label .sort-trigger,.page-stats-game .stats__table-wrapper .match-results__sort-label .sort-trigger,.page-stats-game .stats__section-wrapper .match-results__sort-label .sort-trigger{color:#c7c7c7;cursor:pointer;display:flex;align-items:center;text-align:left;font-size:.6875rem;font-weight:bold;height:100%;margin:0;padding:.625rem .455rem;transition:all .3s ease-in-out;width:100%}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label .sort-trigger span,.page-template-page-stats .stats__section-wrapper .match-results__sort-label .sort-trigger span,.page-stats-match-details .stats__table-wrapper .match-results__sort-label .sort-trigger span,.page-stats-match-details .stats__section-wrapper .match-results__sort-label .sort-trigger span,.page-stats-game .stats__table-wrapper .match-results__sort-label .sort-trigger span,.page-stats-game .stats__section-wrapper .match-results__sort-label .sort-trigger span{display:inline-block}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label .sort-trigger span::after,.page-template-page-stats .stats__section-wrapper .match-results__sort-label .sort-trigger span::after,.page-stats-match-details .stats__table-wrapper .match-results__sort-label .sort-trigger span::after,.page-stats-match-details .stats__section-wrapper .match-results__sort-label .sort-trigger span::after,.page-stats-game .stats__table-wrapper .match-results__sort-label .sort-trigger span::after,.page-stats-game .stats__section-wrapper .match-results__sort-label .sort-trigger span::after{content:"";display:inline-block;position:absolute;margin-top:-2px;margin-left:.5rem;height:1rem;width:1rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/sort-none.867b61.svg);background-position:right center;background-repeat:no-repeat;background-size:1rem}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label .sort-trigger.is-active-asc span::after,.page-template-page-stats .stats__section-wrapper .match-results__sort-label .sort-trigger.is-active-asc span::after,.page-stats-match-details .stats__table-wrapper .match-results__sort-label .sort-trigger.is-active-asc span::after,.page-stats-match-details .stats__section-wrapper .match-results__sort-label .sort-trigger.is-active-asc span::after,.page-stats-game .stats__table-wrapper .match-results__sort-label .sort-trigger.is-active-asc span::after,.page-stats-game .stats__section-wrapper .match-results__sort-label .sort-trigger.is-active-asc span::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/sort-up.3ec3e0.svg)}
  .page-template-page-stats .stats__table-wrapper .match-results__sort-label .sort-trigger.is-active-desc span::after,.page-template-page-stats .stats__section-wrapper .match-results__sort-label .sort-trigger.is-active-desc span::after,.page-stats-match-details .stats__table-wrapper .match-results__sort-label .sort-trigger.is-active-desc span::after,.page-stats-match-details .stats__section-wrapper .match-results__sort-label .sort-trigger.is-active-desc span::after,.page-stats-game .stats__table-wrapper .match-results__sort-label .sort-trigger.is-active-desc span::after,.page-stats-game .stats__section-wrapper .match-results__sort-label .sort-trigger.is-active-desc span::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/sort-down.c15a58.svg)}
  .page-template-page-stats .stats__table-wrapper .match-results__row,.page-template-page-stats .stats__section-wrapper .match-results__row,.page-stats-match-details .stats__table-wrapper .match-results__row,.page-stats-match-details .stats__section-wrapper .match-results__row,.page-stats-game .stats__table-wrapper .match-results__row,.page-stats-game .stats__section-wrapper .match-results__row{align-items:center;font-size:14px;opacity:1;transition:opacity .4s ease-out, transform .4s ease-out}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results__row,.page-template-page-stats .stats__section-wrapper .match-results__row,.page-stats-match-details .stats__table-wrapper .match-results__row,.page-stats-match-details .stats__section-wrapper .match-results__row,.page-stats-game .stats__table-wrapper .match-results__row,.page-stats-game .stats__section-wrapper .match-results__row{display:block;padding:10px;position:relative}.page-template-page-stats .stats__table-wrapper .match-results__row:last-child,.page-template-page-stats .stats__section-wrapper .match-results__row:last-child,.page-stats-match-details .stats__table-wrapper .match-results__row:last-child,.page-stats-match-details .stats__section-wrapper .match-results__row:last-child,.page-stats-game .stats__table-wrapper .match-results__row:last-child,.page-stats-game .stats__section-wrapper .match-results__row:last-child{border-bottom:0}}
  .page-template-page-stats .stats__table-wrapper .match-results__row.not-loaded,.page-template-page-stats .stats__section-wrapper .match-results__row.not-loaded,.page-stats-match-details .stats__table-wrapper .match-results__row.not-loaded,.page-stats-match-details .stats__section-wrapper .match-results__row.not-loaded,.page-stats-game .stats__table-wrapper .match-results__row.not-loaded,.page-stats-game .stats__section-wrapper .match-results__row.not-loaded{opacity:0;transform:translateX(30px)}
  .page-template-page-stats .stats__table-wrapper .match-results__row:nth-child(even),.page-template-page-stats .stats__section-wrapper .match-results__row:nth-child(even),.page-stats-match-details .stats__table-wrapper .match-results__row:nth-child(even),.page-stats-match-details .stats__section-wrapper .match-results__row:nth-child(even),.page-stats-game .stats__table-wrapper .match-results__row:nth-child(even),.page-stats-game .stats__section-wrapper .match-results__row:nth-child(even){background:rgba(0,0,0,.1)}
  .page-template-page-stats .stats__table-wrapper .match-results__row:hover,.page-template-page-stats .stats__section-wrapper .match-results__row:hover,.page-stats-match-details .stats__table-wrapper .match-results__row:hover,.page-stats-match-details .stats__section-wrapper .match-results__row:hover,.page-stats-game .stats__table-wrapper .match-results__row:hover,.page-stats-game .stats__section-wrapper .match-results__row:hover{background:rgba(0,0,0,.5)}
  .page-template-page-stats .stats__table-wrapper .match-results__cell,.page-template-page-stats .stats__section-wrapper .match-results__cell,.page-stats-match-details .stats__table-wrapper .match-results__cell,.page-stats-match-details .stats__section-wrapper .match-results__cell,.page-stats-game .stats__table-wrapper .match-results__cell,.page-stats-game .stats__section-wrapper .match-results__cell{padding:.666rem .455rem;text-transform:capitalize}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results__cell,.page-template-page-stats .stats__section-wrapper .match-results__cell,.page-stats-match-details .stats__table-wrapper .match-results__cell,.page-stats-match-details .stats__section-wrapper .match-results__cell,.page-stats-game .stats__table-wrapper .match-results__cell,.page-stats-game .stats__section-wrapper .match-results__cell{width:100%;display:block;padding:0 0 .8rem;text-align:left}.page-template-page-stats .stats__table-wrapper .match-results__cell:after,.page-template-page-stats .stats__section-wrapper .match-results__cell:after,.page-stats-match-details .stats__table-wrapper .match-results__cell:after,.page-stats-match-details .stats__section-wrapper .match-results__cell:after,.page-stats-game .stats__table-wrapper .match-results__cell:after,.page-stats-game .stats__section-wrapper .match-results__cell:after{display:block;content:"";clear:both}}
  .page-template-page-stats .stats__table-wrapper .match-results__cell a .fa,.page-template-page-stats .stats__section-wrapper .match-results__cell a .fa,.page-stats-match-details .stats__table-wrapper .match-results__cell a .fa,.page-stats-match-details .stats__section-wrapper .match-results__cell a .fa,.page-stats-game .stats__table-wrapper .match-results__cell a .fa,.page-stats-game .stats__section-wrapper .match-results__cell a .fa{color:#b8862d;transition:all .3s ease-in-out}
  .page-template-page-stats .stats__table-wrapper .match-results__cell a:hover,.page-template-page-stats .stats__table-wrapper .match-results__cell a:focus,.page-template-page-stats .stats__section-wrapper .match-results__cell a:hover,.page-template-page-stats .stats__section-wrapper .match-results__cell a:focus,.page-stats-match-details .stats__table-wrapper .match-results__cell a:hover,.page-stats-match-details .stats__table-wrapper .match-results__cell a:focus,.page-stats-match-details .stats__section-wrapper .match-results__cell a:hover,.page-stats-match-details .stats__section-wrapper .match-results__cell a:focus,.page-stats-game .stats__table-wrapper .match-results__cell a:hover,.page-stats-game .stats__table-wrapper .match-results__cell a:focus,.page-stats-game .stats__section-wrapper .match-results__cell a:hover,.page-stats-game .stats__section-wrapper .match-results__cell a:focus{-webkit-text-decoration:underline;text-decoration:underline}
  .page-template-page-stats .stats__table-wrapper .match-results__cell a:hover .fa,.page-template-page-stats .stats__table-wrapper .match-results__cell a:focus .fa,.page-template-page-stats .stats__section-wrapper .match-results__cell a:hover .fa,.page-template-page-stats .stats__section-wrapper .match-results__cell a:focus .fa,.page-stats-match-details .stats__table-wrapper .match-results__cell a:hover .fa,.page-stats-match-details .stats__table-wrapper .match-results__cell a:focus .fa,.page-stats-match-details .stats__section-wrapper .match-results__cell a:hover .fa,.page-stats-match-details .stats__section-wrapper .match-results__cell a:focus .fa,.page-stats-game .stats__table-wrapper .match-results__cell a:hover .fa,.page-stats-game .stats__table-wrapper .match-results__cell a:focus .fa,.page-stats-game .stats__section-wrapper .match-results__cell a:hover .fa,.page-stats-game .stats__section-wrapper .match-results__cell a:focus .fa{color:#b8862d}
  .page-template-page-stats .stats__table-wrapper .match-results__cell .fa,.page-template-page-stats .stats__section-wrapper .match-results__cell .fa,.page-stats-match-details .stats__table-wrapper .match-results__cell .fa,.page-stats-match-details .stats__section-wrapper .match-results__cell .fa,.page-stats-game .stats__table-wrapper .match-results__cell .fa,.page-stats-game .stats__section-wrapper .match-results__cell .fa{color:#b8862d;font-size:1.5rem}
  .page-template-page-stats .stats__table-wrapper .match-results__cell--link .match-results__mobile-value,.page-template-page-stats .stats__section-wrapper .match-results__cell--link .match-results__mobile-value,.page-stats-match-details .stats__table-wrapper .match-results__cell--link .match-results__mobile-value,.page-stats-match-details .stats__section-wrapper .match-results__cell--link .match-results__mobile-value,.page-stats-game .stats__table-wrapper .match-results__cell--link .match-results__mobile-value,.page-stats-game .stats__section-wrapper .match-results__cell--link .match-results__mobile-value{color:#53dbdd;-webkit-text-decoration:underline;text-decoration:underline}
  .page-template-page-stats .stats__table-wrapper .match-results__cell.match-results__civname .match-results__mobile-value,.page-template-page-stats .stats__table-wrapper .match-results__cell.match-results__team .match-results__mobile-value,.page-template-page-stats .stats__table-wrapper .match-results__cell.match-results__winloss .match-results__mobile-value,.page-template-page-stats .stats__section-wrapper .match-results__cell.match-results__civname .match-results__mobile-value,.page-template-page-stats .stats__section-wrapper .match-results__cell.match-results__team .match-results__mobile-value,.page-template-page-stats .stats__section-wrapper .match-results__cell.match-results__winloss .match-results__mobile-value,.page-stats-match-details .stats__table-wrapper .match-results__cell.match-results__civname .match-results__mobile-value,.page-stats-match-details .stats__table-wrapper .match-results__cell.match-results__team .match-results__mobile-value,.page-stats-match-details .stats__table-wrapper .match-results__cell.match-results__winloss .match-results__mobile-value,.page-stats-match-details .stats__section-wrapper .match-results__cell.match-results__civname .match-results__mobile-value,.page-stats-match-details .stats__section-wrapper .match-results__cell.match-results__team .match-results__mobile-value,.page-stats-match-details .stats__section-wrapper .match-results__cell.match-results__winloss .match-results__mobile-value,.page-stats-game .stats__table-wrapper .match-results__cell.match-results__civname .match-results__mobile-value,.page-stats-game .stats__table-wrapper .match-results__cell.match-results__team .match-results__mobile-value,.page-stats-game .stats__table-wrapper .match-results__cell.match-results__winloss .match-results__mobile-value,.page-stats-game .stats__section-wrapper .match-results__cell.match-results__civname .match-results__mobile-value,.page-stats-game .stats__section-wrapper .match-results__cell.match-results__team .match-results__mobile-value,.page-stats-game .stats__section-wrapper .match-results__cell.match-results__winloss .match-results__mobile-value{font-weight:bold}
  .page-template-page-stats .stats__table-wrapper .match-results__mobile-label,.page-template-page-stats .stats__section-wrapper .match-results__mobile-label,.page-stats-match-details .stats__table-wrapper .match-results__mobile-label,.page-stats-match-details .stats__section-wrapper .match-results__mobile-label,.page-stats-game .stats__table-wrapper .match-results__mobile-label,.page-stats-game .stats__section-wrapper .match-results__mobile-label{font-size:.733rem;line-height:1.5em;font-weight:normal;display:block;padding-right:1em}
  @media(min-width: 54em){.page-template-page-stats .stats__table-wrapper .match-results__mobile-label,.page-template-page-stats .stats__section-wrapper .match-results__mobile-label,.page-stats-match-details .stats__table-wrapper .match-results__mobile-label,.page-stats-match-details .stats__section-wrapper .match-results__mobile-label,.page-stats-game .stats__table-wrapper .match-results__mobile-label,.page-stats-game .stats__section-wrapper .match-results__mobile-label{display:none}}
  .page-template-page-stats .stats__table-wrapper .match-results__mobile-value,.page-template-page-stats .stats__section-wrapper .match-results__mobile-value,.page-stats-match-details .stats__table-wrapper .match-results__mobile-value,.page-stats-match-details .stats__section-wrapper .match-results__mobile-value,.page-stats-game .stats__table-wrapper .match-results__mobile-value,.page-stats-game .stats__section-wrapper .match-results__mobile-value{font-weight:bold;color:#c7c7c7;cursor:pointer}
  @media(min-width: 40em){.page-template-page-stats .stats__table-wrapper .match-results__mobile-value,.page-template-page-stats .stats__section-wrapper .match-results__mobile-value,.page-stats-match-details .stats__table-wrapper .match-results__mobile-value,.page-stats-match-details .stats__section-wrapper .match-results__mobile-value,.page-stats-game .stats__table-wrapper .match-results__mobile-value,.page-stats-game .stats__section-wrapper .match-results__mobile-value{display:block;text-align:left}}
  .page-template-page-stats .stats__table-wrapper .match-results__winloss-value--win,.page-template-page-stats .stats__section-wrapper .match-results__winloss-value--win,.page-stats-match-details .stats__table-wrapper .match-results__winloss-value--win,.page-stats-match-details .stats__section-wrapper .match-results__winloss-value--win,.page-stats-game .stats__table-wrapper .match-results__winloss-value--win,.page-stats-game .stats__section-wrapper .match-results__winloss-value--win{color:#85fc89;font-weight:bold}
  .page-template-page-stats .stats__table-wrapper .match-results__winloss-value--loss,.page-template-page-stats .stats__section-wrapper .match-results__winloss-value--loss,.page-stats-match-details .stats__table-wrapper .match-results__winloss-value--loss,.page-stats-match-details .stats__section-wrapper .match-results__winloss-value--loss,.page-stats-game .stats__table-wrapper .match-results__winloss-value--loss,.page-stats-game .stats__section-wrapper .match-results__winloss-value--loss{color:#fd8962}
  .page-template-page-stats .stats__table-wrapper .match-results__alert,.page-template-page-stats .stats__section-wrapper .match-results__alert,.page-stats-match-details .stats__table-wrapper .match-results__alert,.page-stats-match-details .stats__section-wrapper .match-results__alert,.page-stats-game .stats__table-wrapper .match-results__alert,.page-stats-game .stats__section-wrapper .match-results__alert{align-items:center;min-height:198px}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .clans-search-results .clan-logo,.page-template-page-stats .stats__section-wrapper .clans-search-results .clan-logo,.page-stats-match-details .stats__table-wrapper .clans-search-results .clan-logo,.page-stats-match-details .stats__section-wrapper .clans-search-results .clan-logo,.page-stats-game .stats__table-wrapper .clans-search-results .clan-logo,.page-stats-game .stats__section-wrapper .clans-search-results .clan-logo{clear:none;float:left;width:20%}.page-template-page-stats .stats__table-wrapper .clans-search-results .clan-logo .clan-logo-container,.page-template-page-stats .stats__section-wrapper .clans-search-results .clan-logo .clan-logo-container,.page-stats-match-details .stats__table-wrapper .clans-search-results .clan-logo .clan-logo-container,.page-stats-match-details .stats__section-wrapper .clans-search-results .clan-logo .clan-logo-container,.page-stats-game .stats__table-wrapper .clans-search-results .clan-logo .clan-logo-container,.page-stats-game .stats__section-wrapper .clans-search-results .clan-logo .clan-logo-container{margin:0}}
  .page-template-page-stats .stats__table-wrapper .clans-search-results .clan-name,.page-template-page-stats .stats__section-wrapper .clans-search-results .clan-name,.page-stats-match-details .stats__table-wrapper .clans-search-results .clan-name,.page-stats-match-details .stats__section-wrapper .clans-search-results .clan-name,.page-stats-game .stats__table-wrapper .clans-search-results .clan-name,.page-stats-game .stats__section-wrapper .clans-search-results .clan-name{text-align:left;width:40%}
  .page-template-page-stats .stats__table-wrapper .clans-search-results .clan-name .fa::before,.page-template-page-stats .stats__section-wrapper .clans-search-results .clan-name .fa::before,.page-stats-match-details .stats__table-wrapper .clans-search-results .clan-name .fa::before,.page-stats-match-details .stats__section-wrapper .clans-search-results .clan-name .fa::before,.page-stats-game .stats__table-wrapper .clans-search-results .clan-name .fa::before,.page-stats-game .stats__section-wrapper .clans-search-results .clan-name .fa::before{margin-left:30px}
  @media(max-width: 54em){.page-template-page-stats .stats__table-wrapper .clans-search-results .clan-name,.page-template-page-stats .stats__section-wrapper .clans-search-results .clan-name,.page-stats-match-details .stats__table-wrapper .clans-search-results .clan-name,.page-stats-match-details .stats__section-wrapper .clans-search-results .clan-name,.page-stats-game .stats__table-wrapper .clans-search-results .clan-name,.page-stats-game .stats__section-wrapper .clans-search-results .clan-name{clear:none;float:left;width:80%}}
  .page-template-page-stats .stats__table-wrapper .clans-search-results .clan-name h4,.page-template-page-stats .stats__table-wrapper .clans-search-results .clan-name .sort-trigger,.page-template-page-stats .stats__section-wrapper .clans-search-results .clan-name h4,.page-template-page-stats .stats__section-wrapper .clans-search-results .clan-name .sort-trigger,.page-stats-match-details .stats__table-wrapper .clans-search-results .clan-name h4,.page-stats-match-details .stats__table-wrapper .clans-search-results .clan-name .sort-trigger,.page-stats-match-details .stats__section-wrapper .clans-search-results .clan-name h4,.page-stats-match-details .stats__section-wrapper .clans-search-results .clan-name .sort-trigger,.page-stats-game .stats__table-wrapper .clans-search-results .clan-name h4,.page-stats-game .stats__table-wrapper .clans-search-results .clan-name .sort-trigger,.page-stats-game .stats__section-wrapper .clans-search-results .clan-name h4,.page-stats-game .stats__section-wrapper .clans-search-results .clan-name .sort-trigger{padding-left:20px;text-align:left}
  .page-template-page-stats .stats__table-wrapper.--dark,.page-template-page-stats .stats__section-wrapper.--dark,.page-stats-match-details .stats__table-wrapper.--dark,.page-stats-match-details .stats__section-wrapper.--dark,.page-stats-game .stats__table-wrapper.--dark,.page-stats-game .stats__section-wrapper.--dark{background-color:#1e2536}
  @media(min-width: 54em){.page-template-page-stats .stats__table-wrapper.--dark table thead tr,.page-template-page-stats .stats__section-wrapper.--dark table thead tr,.page-stats-match-details .stats__table-wrapper.--dark table thead tr,.page-stats-match-details .stats__section-wrapper.--dark table thead tr,.page-stats-game .stats__table-wrapper.--dark table thead tr,.page-stats-game .stats__section-wrapper.--dark table thead tr{background-color:#263144}.page-template-page-stats .stats__table-wrapper.--dark table thead tr th:last-child,.page-template-page-stats .stats__section-wrapper.--dark table thead tr th:last-child,.page-stats-match-details .stats__table-wrapper.--dark table thead tr th:last-child,.page-stats-match-details .stats__section-wrapper.--dark table thead tr th:last-child,.page-stats-game .stats__table-wrapper.--dark table thead tr th:last-child,.page-stats-game .stats__section-wrapper.--dark table thead tr th:last-child{border-right:1px solid #263144}}
  .page-template-page-stats .stats__table-wrapper.--dark table tbody tr:nth-child(odd),.page-template-page-stats .stats__section-wrapper.--dark table tbody tr:nth-child(odd),.page-stats-match-details .stats__table-wrapper.--dark table tbody tr:nth-child(odd),.page-stats-match-details .stats__section-wrapper.--dark table tbody tr:nth-child(odd),.page-stats-game .stats__table-wrapper.--dark table tbody tr:nth-child(odd),.page-stats-game .stats__section-wrapper.--dark table tbody tr:nth-child(odd){background-color:#263144}
  @media(min-width: 54em){.page-template-page-stats .stats__table-wrapper.--dark table tbody tr:nth-child(odd),.page-template-page-stats .stats__section-wrapper.--dark table tbody tr:nth-child(odd),.page-stats-match-details .stats__table-wrapper.--dark table tbody tr:nth-child(odd),.page-stats-match-details .stats__section-wrapper.--dark table tbody tr:nth-child(odd),.page-stats-game .stats__table-wrapper.--dark table tbody tr:nth-child(odd),.page-stats-game .stats__section-wrapper.--dark table tbody tr:nth-child(odd){background:rgba(0,0,0,0)}}
  .page-template-page-stats .stats__table-wrapper.--dark table tbody tr:nth-child(even),.page-template-page-stats .stats__section-wrapper.--dark table tbody tr:nth-child(even),.page-stats-match-details .stats__table-wrapper.--dark table tbody tr:nth-child(even),.page-stats-match-details .stats__section-wrapper.--dark table tbody tr:nth-child(even),.page-stats-game .stats__table-wrapper.--dark table tbody tr:nth-child(even),.page-stats-game .stats__section-wrapper.--dark table tbody tr:nth-child(even){background-color:#2e3d55}
  @media(min-width: 54em){.page-template-page-stats .stats__table-wrapper.--dark table tbody tr:nth-child(even),.page-template-page-stats .stats__section-wrapper.--dark table tbody tr:nth-child(even),.page-stats-match-details .stats__table-wrapper.--dark table tbody tr:nth-child(even),.page-stats-match-details .stats__section-wrapper.--dark table tbody tr:nth-child(even),.page-stats-game .stats__table-wrapper.--dark table tbody tr:nth-child(even),.page-stats-game .stats__section-wrapper.--dark table tbody tr:nth-child(even){background-color:#263144}}
  .page-template-page-stats .stats__table-footer,.page-stats-match-details .stats__table-footer,.page-stats-game .stats__table-footer{font-size:.66rem;padding-top:1rem}
  .media-section .media-section__content.content_media_slider picture img{padding:.75em;cursor:zoom-in}
  .media-section .media-container{position:relative}
  .media-section .media-image #modal_display{width:100%;display:block}
  .media-section .slick-list{width:90%}
  @media(min-width: 68em){.media-section .slick-list{width:100%}}
  .media-section .carousel__nav__container{left:0;bottom:50%;width:100%;position:absolute;pointer-events:none;transform:translateY(50%)}
  .media-section .carousel__nav__container .carousel__nav__arrows{display:flex;justify-content:space-between;pointer-events:auto}
  .media-section .carousel__nav__container .carousel__nav__arrows.--prev svg{display:inline-block;vertical-align:middle;width:1.125rem;height:1.125rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerHoverLeftRight)}
  .media-section .carousel__nav__container .carousel__nav__arrows.--next svg{display:inline-block;vertical-align:middle;width:1.125rem;height:1.125rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerHoverLeftRight)}
  @media(max-width: 68em){.media-section .mobile{display:block}}
  .media-section.carousel-modal .carousel__nav__arrow{position:absolute;transform:translateY(-50%)}
  .media-section.carousel-modal .carousel__nav__arrow.--prev{left:-1rem}
  .media-section.carousel-modal .carousel__nav__arrow.--next{right:-1rem}
  @media(min-width: 68em){.media-section.carousel-modal .carousel__nav__arrow.--prev{left:-2rem}.media-section.carousel-modal .carousel__nav__arrow.--next{right:-2rem}}
  @media(min-width: 30em)and (max-width: 68em){.learn-to-play-section__content{max-width:83.3333333333%;margin-left:auto;margin-right:auto}}
  @media(min-width: 80em){.learn-to-play-section__content{width:83.3333333333%;margin-left:16.6666666667%}}
  @media(min-width: 205em){.learn-to-play-section__content{width:66.6666666667%;margin-left:33.3333333333%}}
  .learn-to-play-section__header{display:flex;align-items:center;justify-content:flex-start}
  .learn-to-play-section__header .section__title__more{display:none}
  @media(min-width: 54em){.learn-to-play-section__header .section__title__more{display:inline-flex;margin-left:2rem}}
  .learn-to-play-section__feature{margin-bottom:1.5rem}
  @media(min-width: 68em){.learn-to-play-section__feature{display:grid;grid-gap:1.5rem;grid-template-columns:1fr 1fr 1fr}.learn-to-play-section__feature .learn-to-play-section__video{grid-column:1/3}}
  .learn-to-play-section__video{position:relative;display:block;background-color:#000;margin-bottom:1.5rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .learn-to-play-section__video::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(9/16*100%)}
  .learn-to-play-section__video::after{content:"";display:table;clear:both}
  .learn-to-play-section__video iframe{position:absolute;width:calc(100% - 1px)}
  @media(min-width: 68em){.learn-to-play-section__video{margin-bottom:0}}
  .learn-to-play-section__video__title{line-height:1.5rem;padding:0rem .75rem;margin:0;position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.8);font-family:noto-sans-condensed;color:#c7c7c7;font-size:.8536067893rem;font-weight:normal}
  .learn-to-play-section__video__title>*{max-height:3em;overflow:hidden;display:block;text-overflow:ellipsis}
  .learn-to-play-section__feature__info{background-color:rgba(0,0,0,0);background-color:#181c29;background-blend-mode:overlay;background-size:256px;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp);padding:.75rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);box-shadow:0 none}
  .learn-to-play-section__feature__info>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.learn-to-play-section__feature__info{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp)}}
  .learn-to-play-section__feature__info::after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background:radial-gradient(ellipse 40% 4.5rem at 0 0, rgba(57, 71, 102, 0.9), rgba(57, 71, 102, 0));z-index:0}
  .learn-to-play-section__feature__info>*{position:relative;z-index:1}
  .learn-to-play-section__feature__info>*:last-child{margin-bottom:0}
  @media(min-width: 68em){.learn-to-play-section__feature__info{grid-column:3/4;display:flex;flex-direction:column}}
  .learn-to-play-section__feature__title{font-family:maiola,serif;font-size:1.414rem;color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);margin:0}
  .learn-to-play-section__feature__description{color:#c7c7c7;flex-grow:999}
  @media(min-width: 54em){.learn-to-play-section__feature__description{font-size:.7072135785rem}}
  .learn-to-play-section__feature__cta{line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));width:100%}
  .learn-to-play-section__feature__cta [class*=icon]{fill:url(#iconGradientLight)}
  .learn-to-play-section__feature__cta:not(:disabled):hover,.learn-to-play-section__feature__cta:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .learn-to-play-section__feature__cta:not(:disabled):hover [class*=icon],.learn-to-play-section__feature__cta:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .learn-to-play-section__feature__cta:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  @media(min-width: 20em){.learn-to-play-section__feature__cta{width:auto}}
  @media(min-width: 54em){.learn-to-play-section__feature__cta{font-size:.7072135785rem;width:100%}}
  .learn-to-play-section__thumbnails{padding:0}
  @media(min-width: 40em){.learn-to-play-section__thumbnails{display:flex;flex-wrap:wrap;margin-left:calc(1.5rem/-2);margin-right:calc(1.5rem/-2)}.learn-to-play-section__thumbnails>*,.learn-to-play-section__thumbnails::after{flex-grow:1;display:block;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);flex-basis:40%}.learn-to-play-section__thumbnails::after{content:""}}
  @media(min-width: 54em){.learn-to-play-section__thumbnails .play-icon{top:40%}}
  @media(min-width: 68em){.learn-to-play-section__thumbnails>*{flex-basis:30%}}
  .news-section.--semi{background-color:#0f1119;background-size:100% auto;background-repeat:no-repeat}
  @media(min-width: 80em){.news-section.--semi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-news-section-bg-right-desk.5ec321552bff9b28.webp)}}
  @media(min-width: 205em){.news-section.--semi{background-position:100% 0}}
  .news-section.--semi.--aom,.single-games-aom-data .news-section.--semi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-newsthumbs-myth-zeus-4k.11149c0c7d5efced.webp)}
  .single-games-aoe-data .news-section.--semi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-newsthumbs-agede-babylon-4k.f816eed6583dbc17.webp)}
  .single-games-aoeiide-data .news-section.--semi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-newsthumbs-age2de-elephant-4k.bef200a5eceb9571.webp)}
  .single-games-aoeiiide-data .news-section.--semi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-newsthumbs-age3de-cannon-4k.85fdbe4c4f865c3c.webp)}
  @media(max-width: 54em){.home .news-section{padding-top:3rem}}
  .news-section__category-select{width:22rem}
  @media(min-width: 80em){.--semi .news-section__content{width:66.6666666667%;flex-grow:0}}
  .news-section__header{margin-bottom:1.125rem}
  .news-section__header .section__title{display:inline-block;margin-right:1.5em}
  .news-section__header .section__title+.news-section__more-link{vertical-align:.25rem}
  .news-section__header .button{margin-bottom:1em}
  .--full .news-section__listing>*{margin-bottom:1.5rem}
  @media(min-width: 40em){.--full .news-section__listing{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2, minmax(0, 1fr));margin-bottom:1.5rem}.--full .news-section__listing>*{margin-bottom:0}}
  @media(min-width: 68em){.--full .news-section__listing{grid-template-columns:repeat(3, minmax(0, 1fr))}}
  .--semi .news-section__listing>*{margin-bottom:1.5rem}
  @media(min-width: 40em){.--semi .news-section__listing{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2, minmax(0, 1fr));margin-bottom:1.5rem}.--semi .news-section__listing>*{margin-bottom:0}}
  .--inline .news-section__listing>*{margin-bottom:1.5rem}
  @media(min-width: 40em){.--inline .news-section__listing{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2, minmax(0, 1fr));margin-bottom:1.5rem}.--inline .news-section__listing>*{margin-bottom:0}}
  @media(min-width: 68em){.--inline .news-section__listing{grid-template-columns:repeat(3, minmax(0, 1fr))}}
  .news-section__more-link{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-style:solid;color:#ffdf91;background:rgba(0,0,0,0);border-image-slice:1;border-width:1px}
  .news-section__more-link [class*=icon]{fill:url(#iconGradientLight)}
  .news-section__more-link:not(:disabled):hover,.news-section__more-link:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFF0C5, #C49545);color:#fff0c5;background-color:#6f4828}
  .news-section__more-link:not(:disabled):hover [class*=icon],.news-section__more-link:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .news-section__more-link:not(.--mobile-only){visibility:hidden;display:none;opacity:0}
  @media(min-width: 40em){.news-section__more-link{line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;margin-bottom:0;vertical-align:middle;margin-left:1.5rem}.news-section__more-link:not(.--mobile-only){visibility:visible;display:inline-flex;opacity:1}}
  .news-section__mobile-more-link-container{text-align:center}
  @media(min-width: 40em){.news-section__mobile-more-link-container{visibility:hidden;display:none;opacity:0}}
  .news-section__controls{display:flex;flex-wrap:wrap;margin-left:calc(1.5rem/-2);margin-right:calc(1.5rem/-2);justify-content:space-between}
  .news-section__controls>*{margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);flex:1 1 40%;margin-bottom:1.5rem}
  @media(min-width: 68em){.news-section__controls>*{flex:0 0 auto}.news-section__category-select{font-size:.8536067893rem}}
  .leaderboard{width:100%;margin:0 -0.375rem}
  .leaderboard tr:first-child{font-family:inherit;color:inherit;font-weight:inherit}
  .leaderboard-section{padding-top:0;min-height:40em}
  .leaderboard__hero__title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%;text-align:center}
  .leaderboard__hero__title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .leaderboard__hero__title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  @media(min-width: 68em){.leaderboard__hero__title{font-size:2.413270972rem}}
  .leaderboard__hero__title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.leaderboard__hero__title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.leaderboard__hero__title{width:83.3333333333%}.leaderboard__hero__title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .template-stats-global .leaderboard__hero__title,.page-template-page-stats .leaderboard__hero__title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .template-stats-global .leaderboard__hero__title span,.page-template-page-stats .leaderboard__hero__title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .template-stats-global .leaderboard__hero__title span,html:not(.is-safari) .page-template-page-stats .leaderboard__hero__title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .template-stats-global .leaderboard__hero__title::before,.page-template-page-stats .leaderboard__hero__title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats.7f371f.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats.7f371f.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.template-stats-global .leaderboard__hero__title,.page-template-page-stats .leaderboard__hero__title{text-indent:0}.template-stats-global .leaderboard__hero__title::before,.page-template-page-stats .leaderboard__hero__title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.template-stats-global .leaderboard__hero__title,.page-template-page-stats .leaderboard__hero__title{font-size:2.413270972rem}}
  .template-stats-global .leaderboard__hero__title::after,.page-template-page-stats .leaderboard__hero__title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.template-stats-global .leaderboard__hero__title,.page-template-page-stats .leaderboard__hero__title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.template-stats-global .leaderboard__hero__title,.page-template-page-stats .leaderboard__hero__title{width:83.3333333333%}.template-stats-global .leaderboard__hero__title::after,.page-template-page-stats .leaderboard__hero__title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .banner--aoede .leaderboard__hero__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/game-age1-128.f65629d7b3e7bbf3.webp);-webkit-mask-image:none;mask-image:none;background-size:contain}
  .banner--aoeiide .leaderboard__hero__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/game-age2-128.0af8dd7a26069907.webp);-webkit-mask-image:none;mask-image:none;background-size:contain}
  thead .leaderboard__row{position:relative}
  .leaderboard__row{height:.75rem}
  .leaderboard__row:nth-child(odd):not(:first-child){background-color:#1e2536}
  .leaderboard__row>*:first-of-type{padding-left:1ch}
  .leaderboard__row>*:last-of-type{padding-right:1ch}
  .leaderboard__row .leaderboard__cell{height:auto;text-align:left;padding-left:.5rem}
  .leaderboard__row .leaderboard__cell.--stat{margin-right:.5rem;visibility:hidden;display:none;opacity:0}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--stat{visibility:visible;display:table-cell;opacity:1}}
  .leaderboard__row .leaderboard__cell.--icon{padding:0;margin-right:.5rem;visibility:hidden;display:none;opacity:0}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--icon{visibility:visible;display:table-cell;opacity:1}}
  .leaderboard__row .leaderboard__cell.--icon img{margin-left:1.5em;margin-bottom:-0.5rem}
  .leaderboard__row .leaderboard__cell.--win-rate{padding:6px;color:#fff;overflow:hidden;font-weight:700;visibility:hidden;display:none;opacity:0}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--win-rate{visibility:visible;display:table-cell;opacity:1}}
  .leaderboard__row .leaderboard__cell.--win-rate .leaderboard__win-rate{width:100%;padding:0 .5em;margin:.2em 2px;position:relative;background:linear-gradient(to right, #8f0000, #d17915)}
  .leaderboard__row .leaderboard__cell.--win-rate .leaderboard__win-rate span{z-index:2;position:relative}
  .leaderboard__row .leaderboard__cell.--win-rate .leaderboard__win-rate:before,.leaderboard__row .leaderboard__cell.--win-rate .leaderboard__win-rate:after{content:"";top:0;left:0;z-index:1;height:100%;position:absolute;width:100%;display:block}
  .leaderboard__row .leaderboard__cell.--win-rate .leaderboard__win-rate:before{background:linear-gradient(to right, #8f0000, #d17915)}
  .leaderboard__row .leaderboard__cell.--win-rate .leaderboard__win-rate:after{z-index:0;width:180px;background-color:#263144}
  .leaderboard__row .leaderboard__cell.--streak{font-weight:bold;margin-right:.5rem;visibility:hidden;display:none;opacity:0}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--streak{visibility:visible;display:table-cell;opacity:1}}
  .leaderboard__row .leaderboard__cell.--losing-streak{background:#fd8962;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-coldstreak.974330.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-coldstreak.974330.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:.5rem;mask-position:.5rem;height:100%;margin-right:.5rem;visibility:hidden;display:none;opacity:0}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--losing-streak{visibility:visible;display:table-cell;opacity:1}}
  .leaderboard__row .leaderboard__cell.--winning-streak{font-weight:bold;color:#86fc8a;margin-right:.5rem;white-space:nowrap;visibility:hidden;display:none;opacity:0}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--winning-streak{visibility:visible;display:table-cell;opacity:1}}
  .leaderboard__row .leaderboard__cell.--winning-streak .--icon{background:#86fc8a;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-hotstreak.101b3b.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-hotstreak.101b3b.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;display:inline-block;margin-left:.5rem;margin-bottom:-0.25rem;height:1.5rem;width:1.5rem}
  .leaderboard__row .leaderboard__cell.--rank{font-weight:bold;text-shadow:1px 1px 0 rgba(0,0,0,.6);color:#fff;padding-left:.125rem;padding-right:.125rem}
  @media(min-width: 40em){.leaderboard__row .leaderboard__cell.--rank{line-height:1.5rem;padding:.375rem 1.125rem}}
  .leaderboard__row .leaderboard__cell.--wins{color:#90ee90;font-weight:bold;visibility:hidden;display:none;opacity:0}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--wins{visibility:visible;display:table-cell;opacity:1}}
  .leaderboard__row .leaderboard__cell.--loss{color:#fd8962;visibility:hidden;display:none;opacity:0}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--loss{visibility:visible;display:table-cell;opacity:1}}
  .leaderboard__row .leaderboard__cell.--leader{display:flex;overflow:hidden;padding-left:.125rem;padding-right:.125rem;word-break:break-word}
  @media(min-width: 40em){.leaderboard__row .leaderboard__cell.--leader{line-height:1.5rem;padding:.375rem 1.125rem}}
  .leaderboard__row .leaderboard__cell.--leader .leader__link{font-weight:bold;color:#53dbdd;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  .leaderboard__row .leaderboard__cell.--detail{position:relative;visibility:visible;display:table-cell;opacity:1}
  @media(min-width: 68em){.leaderboard__row .leaderboard__cell.--detail{visibility:hidden;display:none;opacity:0}}
  .leaderboard__row .leaderboard__cell.--detail .leaderboard__detail__btn{position:absolute;display:flex;align-items:center;justify-content:center;top:.5rem;right:1.5rem;width:1.25rem;height:1.25rem}
  .leaderboard__row .leaderboard__cell.--detail .leaderboard__detail__btn__icon{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-details.a67ca5.svg);cursor:pointer;width:100%;height:100%}
  .leaderboard__heading{visibility:hidden;display:none;opacity:0;font-size:.8536067893rem;font-family:noto-sans,sans-serif;font-weight:700;text-align:left;vertical-align:top}
  .leaderboard__heading:has(>.sort.--asc),.leaderboard__heading:has(>.sort.--desc){text-wrap:nowrap}
  .leaderboard__heading .sort{-webkit-mask-size:cover;mask-size:cover;display:inline-block;width:1em;height:1em}
  .leaderboard__heading .sort.--asc{background:#ffdf91;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/move-up.a60c2c.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/move-up.a60c2c.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .leaderboard__heading .sort.--desc{background:#ffdf91;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/move-down.393c65.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/move-down.393c65.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .leaderboard__heading:hover{cursor:pointer}
  .leaderboard__heading.--detail-btn:hover{cursor:default}
  .leaderboard__heading:first-of-type:before{content:"";display:block;position:absolute;width:100%;height:0;bottom:0;left:0;border-width:0 0 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}
  .leaderboard__heading.--detail{visibility:visible;display:table-cell;opacity:1;padding-left:.125rem;padding-right:.125rem}
  @media(min-width: 40em){.leaderboard__heading.--detail{line-height:1.5rem;padding:.375rem 1.125rem}}
  .leaderboard__heading.--detail-btn{text-align:right;visibility:visible;display:block;opacity:1}
  @media(min-width: 68em){.leaderboard__heading.--detail-btn{visibility:hidden;display:none;opacity:0}.leaderboard__heading.--stat{visibility:visible;display:table-cell;opacity:1}}
  .leader__avatar{height:1.5rem;margin-right:.5em}
  .leaderboard__title{text-align:right;flex-grow:0;font-family:noto-sans-condensed;display:inline-block;margin-left:1rem}
  .leaderboard__title .h4{border-width:0 0 2px;border-image-slice:2;border-image-source:linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d 15%, #FFDF91 50%, #b8862d 85%, rgba(184, 134, 45, 0) 100%);border-style:solid;text-align:left;padding-top:0}
  .leaderboard__help-link{line-height:1.5rem;margin-left:1rem;padding-left:3rem;display:flex;margin:auto 0}
  .leaderboard__help-link .--icon{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/info.e34f94.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/info.e34f94.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;height:1.25rem;width:1.25rem;margin:0 .5rem}
  .leaderboard__filters .leaderboard__filter{width:15em;flex-grow:0;padding-left:.75em}
  .leaderboard__filters .leaderboard__filter.--small{width:7em}
  .leaderboard__filters .leaderboard__filter.--medium{width:9.5em}
  .leaderboard__filters .leaderboard__filter.--flex{width:auto;padding-right:2em}
  .leaderboard__filters .leaderboard__filter.--controller{display:none}
  .leaderboard__filters .form-cell{flex-grow:0}
  .leaderboard__search{display:block;margin-left:.9375rem;margin-right:.9375rem;position:relative;display:flex;flex-flow:row nowrap;flex-grow:0;align-items:center;width:11rem}
  .leaderboard__search .leaderboard__search__btn{position:absolute;display:flex;align-items:center;justify-content:center;top:.5rem;right:.5rem;width:1.25rem;height:1.25rem}
  .leaderboard__search .leaderboard__search__btn__icon{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/search.8ab2ef.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/search.8ab2ef.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;cursor:pointer;width:100%;height:100%}
  .leaderboard__search input{width:11rem;min-width:14rem}
  .leaderboard-section__pagination{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem}
  .leaderboard-section__pagination .last-updated{font-size:.8536067893rem;margin:auto .75rem;vertical-align:bottom;text-align:right}
  .leaderboard__detail .form-cell.--wins{color:#90ee90}
  .leaderboard__detail .form-cell.--loss{color:#fd8962}
  .leaderboard__detail .form-cell label{font-family:maiola,serif;color:#ffdf91;font-weight:bold;font-size:1.25rem;padding-top:.375rem}
  .leaderboard__detail .form-cell label::after{content:":"}
  @media(min-width: 68em){.leaderboard__detail .form-cell label{font-size:63.8841195206rem}}
  .leaderboard__detail .form-cell .leaderboard__detail__value{font-size:1.05rem;margin-top:1px}
  .leaderboard__detail .form-cell .leaderboard__detail__value.--win-rate{width:auto;flex-grow:1;color:#fff;font-weight:700}
  .leaderboard__detail .form-cell .leaderboard__detail__value.--win-rate .leaderboard__win-rate{width:100%;padding:0 .5rem;overflow:hidden;position:relative}
  .leaderboard__detail .form-cell .leaderboard__detail__value.--streak{margin-right:.5rem}
  .leaderboard__detail .form-cell .leaderboard__detail__value.--losing-streak{background:#fd8962;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-coldstreak.974330.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-coldstreak.974330.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;height:100%;width:100%;margin-top:-0.5rem}
  .leaderboard__detail .form-cell .leaderboard__detail__value.--winning-streak{font-weight:bold;color:#86fc8a;margin-right:.5rem;text-align:left;white-space:nowrap}
  .leaderboard__detail .form-cell .leaderboard__detail__value.--winning-streak .--icon{background:#86fc8a;-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-hotstreak.101b3b.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/stats-hotstreak.101b3b.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;display:inline-block;margin-left:.5rem;height:1.5rem;width:1.5rem;-webkit-mask-size:100%;mask-size:100%}
  #modal-leaderboard-mobile-detail .modal__internal{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){#modal-leaderboard-mobile-detail .modal__internal{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  #modal-leaderboard-mobile-detail .leaderboard__detail{padding:12px;text-shadow:1px 1px 0 rgba(0,0,0,.6);font-weight:bold}
  #modal-leaderboard-mobile-detail .leaderboard__detail .form-cell{display:flex;align-items:flex-start;gap:.5rem}
  #modal-leaderboard-mobile-detail .leaderboard__detail .form-cell label{flex-shrink:0;white-space:nowrap;padding:0}
  #modal-leaderboard-mobile-detail .leaderboard__detail .leaderboard__detail__value{display:flex;align-items:flex-start;margin-top:3px;word-break:break-word}
  .awards{position:relative}
  .awards h2,.awards .h2,.awards h3,.awards .h3,.awards h4,.awards .h4{color:#fff}
  .awards h3,.awards .h3,.awards h4,.awards .h4{margin-bottom:0;font-family:noto-sans,sans-serif}
  .awards__background{display:block}
  .awards__content{text-align:center}
  .awards__slider{position:relative;padding:0 0 1.5rem 0;margin-bottom:2rem;transition:opacity .25s ease}
  @media(max-width: 68em){.awards__slider{padding-top:0}}
  .awards__slider .slick-list{width:100%;padding:0 22%}
  .awards__slider .slick-track{display:flex;align-items:center}
  .awards__slider .slick-dots{bottom:-2.5rem;left:0;right:0;width:auto}
  .awards__slider .slick-dots li{padding:0;margin:1rem;vertical-align:top;box-shadow:1px 1px 3px rgba(0,0,0,.6);border-radius:50%}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.awards__slider .slick-dots li{background:#000;box-shadow:none;border-radius:50%}}
  .awards__slider .slick-dots li button{width:1rem;height:1rem;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media screen and (max-width: 68em){.awards__slider .slick-dots li button{width:1.5rem;height:1.5rem}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.awards__slider .slick-dots li button{filter:brightness(5) contrast(0.25)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.awards__slider .slick-dots li button{filter:brightness(5)}}
  @media(-ms-high-contrast: active),(forced-colors: active){.awards__slider .slick-dots li button{background-color:#fff}.awards__slider .slick-dots li button:focus-visible{filter:brightness(10)}}
  .awards__slider .slick-dots li.slick-active button{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media(-ms-high-contrast: active),(forced-colors: active){.awards__slider .slick-dots li.slick-active button{background-color:#fff}}
  .awards__slider .slick-dots li button:focus-visible{background:#fff}
  .awards__grid{display:flex;flex-wrap:wrap;justify-content:center}
  .awards__grid__item{width:165px;margin:1rem;padding:0 1rem;position:relative}
  .awards .award__source.--small{font-size:.7072135785rem}
  @supports(-webkit-line-clamp: 2){.awards .award__source.--small{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}}
  .awards__slider__branch{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);left:0;top:1.5rem;width:22%;height:auto;position:absolute;pointer-events:none;fill:url(#laurelGradient)}
  @media(min-width: 40em){.awards__slider__branch{top:0}}
  .awards__slider__branch.--left,.awards__slider__branch.--right{max-width:16.6667vw}
  .awards__slider__branch.--right{right:0;left:auto}
  .awards__slider__branch.--full{right:0;top:auto;bottom:0;width:100%;height:100%;transform:none}
  @media(min-width: 40em){.awards__grid__item{width:185px}.awards__slider__branch.--left,.awards__slider__branch.--right{max-width:10vw}}
  @media(max-width: 54em){.awards{padding-top:0}}
  @media(min-width: 54em){.awards__background{top:0;left:0;width:100%;height:100%;overflow:hidden;position:absolute}.awards__background img{width:100%;display:block;height:100%;object-fit:cover;object-position:top center}.awards__content{max-width:62.25%}}
  @media(min-width: 80em){.awards__content{max-width:50%}}
  @media(min-width: 100em){.awards__grid__item{flex-basis:calc(33.3334% - 2rem)}}
  .carousel__outer-container,.slider__outer-container{position:relative}
  .slider-section{position:relative;min-height:29rem}
  .slider-section .section-title{padding:0 calc(44px + .5rem)}
  .slider-section .section-title h3{margin-bottom:2rem}
  .slider-section .slick-dots{display:none}
  .slider-section.slider-navpos-top .slider-wrapper,.slider-section.slider-navpos-bottom .slider-wrapper{display:flex;flex-direction:column}
  .slider-section.slider-navpos-top .slider-wrapper .slick-dots,.slider-section.slider-navpos-bottom .slider-wrapper .slick-dots{position:relative;bottom:auto;margin:0}
  .slider-section.slider-navpos-top{padding-top:1.5rem}
  .slider-section.slider-navpos-top .slider-wrapper .slick-dots{order:0;padding-bottom:1.5rem}
  .slider-section.slider-navpos-top .slider-wrapper .slick-list{order:1}
  .slider-section.slider-navpos-top .slider-section__content .slider__nav__container{bottom:calc((100% - 5.25rem)/2 + .75rem);top:auto}
  .slider-section.slider-navpos-bottom{padding-bottom:1.5rem}
  .slider-section.slider-navpos-bottom .slider-section__content .slider__nav__container{top:calc((100% - 5.25rem)/2 + .75rem);bottom:auto}
  .slider-section.slider-navstyle-dots{left:0;right:0;width:auto}
  .slider-section.slider-navstyle-dots li{padding:0;margin:.25rem;vertical-align:top;box-shadow:1px 1px 3px rgba(0,0,0,.6);border-radius:50%}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.slider-section.slider-navstyle-dots li{background:#000;box-shadow:none;border-radius:50%}}
  .slider-section.slider-navstyle-dots li button{width:1rem;height:1rem;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-hollow.b6c6fe.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media screen and (max-width: 68em){.slider-section.slider-navstyle-dots li button{width:1.5rem;height:1.5rem}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.slider-section.slider-navstyle-dots li button{filter:brightness(5) contrast(0.25)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.slider-section.slider-navstyle-dots li button{filter:brightness(5)}}
  @media(-ms-high-contrast: active),(forced-colors: active){.slider-section.slider-navstyle-dots li button{background-color:#fff}.slider-section.slider-navstyle-dots li button:focus-visible{filter:brightness(10)}}
  .slider-section.slider-navstyle-dots li.slick-active button{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pip-filled.d260bc.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media(-ms-high-contrast: active),(forced-colors: active){.slider-section.slider-navstyle-dots li.slick-active button{background-color:#fff}}
  .slider-section.slider-navstyle-dots li button:focus-visible{background:#fff}
  .slider-section.slider-navstyle-dots .slick-dots{margin:0}
  .slider-section.slider-navstyle-dots .slick-dots li::before{content:none}
  .slider-section.slider-navstyle-text .slick-dots li{text-indent:0;margin:0 1em;width:auto}
  .slider-section.slider-navstyle-text .slick-dots li::before{content:none}
  .slider-section.slider-navstyle-text .slick-dots li button{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));width:auto;box-sizing:content-box;margin-bottom:0;border-radius:2px;border:none;box-shadow:0 .15em .3em rgba(0,0,0,.5)}
  .slider-section.slider-navstyle-text .slick-dots li button [class*=icon]{fill:url(#iconGradientLight)}
  .slider-section.slider-navstyle-text .slick-dots li button:not(:disabled):hover,.slider-section.slider-navstyle-text .slick-dots li button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .slider-section.slider-navstyle-text .slick-dots li button:not(:disabled):hover [class*=icon],.slider-section.slider-navstyle-text .slick-dots li button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .slider-section.slider-navstyle-text .slick-dots li button:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  .slider-section .slider-section__content{position:relative}
  .slider-section .slider-section__content .slider__nav__container{position:absolute;bottom:calc(50% + .75rem);width:100%;z-index:1}
  .slider-section .slider-section__content .slider__nav__container .slider__nav__arrows{display:flex;justify-content:space-between}
  .slider-section .slider-section__content .slider__nav__container .slider__nav__arrows button{cursor:pointer}
  .slider-section .slider-section__content .slider-container{width:calc(100% - 4rem);margin:0 auto;z-index:2}
  .slider-section .slider-section__content .slider-container .slick-list{width:100%}
  .slider-section .slider-section__content .slider-container .slick-slide{margin-left:.75rem;margin-right:.75rem}
  @media(min-width: 68em){.slider-section .slider-section__content .slider-container .slick-slide{margin-left:0;margin-right:0}}
  .slider-section .slider-section__content .slider-container .slider-content{display:flex;flex-direction:row;position:relative;overflow:hidden}
  .slider-section .slider-section__content .slider-container .slider-content .slide-img{position:relative}
  .slider-section .slider-section__content .slider-container .slider-content .slide-img.--object-cover{height:100%;object-fit:cover;object-position:center}
  .slider-section .slider-section__content .slider-container .slider-content .slide-img img{width:100%}
  .slider-section .slider-section__content .slider-container .slider-content .slide-text-container{flex-basis:auto;margin-bottom:0}
  .slider-section .slider-section__content .slider-container .slider-content .slide-title{padding-top:0}
  .slider-section .slider-section__content .slider-container .slider-content .slide-caption{position:absolute;bottom:0;width:100%;height:auto;background-color:rgba(0,0,0,.85);color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.6);padding:1rem;font-size:small}
  @media(max-width: 68em){.slider-section .slider-section__content .slider-container .slider-content{display:flex;flex-direction:column}.slider-section .slider-section__content .slider-container .slider-content .slide-img,.slider-section .slider-section__content .slider-container .slider-content .slide-text-container,.slider-section .slider-section__content .slider-container .slider-content .slide-text{width:100%}.slider-section .slider-section__content .slider-container .slider-content .slide-text{margin-bottom:inherit}.slider-section .slider-section__content .slider-container.slider-fixed .slick-list{width:calc(100% - 2.5rem)}}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide{height:500px;max-height:100%;margin:.5rem .5rem 1.5rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  @media(min-width: 137em){.slider-section .slider-section__content .slider-container.slider-fixed .slick-slide{height:600px}}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide>div,.slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slide-wrapper,.slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content{height:100%}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content{overflow-x:hidden !important}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content::-webkit-scrollbar{display:none}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card-container{position:relative}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card-container::after{content:"";display:block;bottom:1.5rem;position:relative;left:0;width:100%;height:2rem;background:linear-gradient(to bottom, rgba(24, 28, 41, 0) 0%, #181c29 100%)}
  @media(min-width: 68em){.slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card-container::after{position:-webkit-sticky;position:sticky;bottom:1.5rem}}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card{position:relative;width:100%;height:100%;padding:0;box-shadow:none;overflow-y:scroll;-webkit-overflow-scrolling:touch}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card::-webkit-scrollbar{width:10px}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card::-webkit-scrollbar-track{margin:10px;border-radius:5px}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card::-webkit-scrollbar-thumb{background:linear-gradient(60deg, #CDA351, #FFDF91, #CDA351);border-radius:5px}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card::-webkit-scrollbar-thumb:hover{background:#e7c067}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card .text-inner{padding:1rem calc(1.5rem - 10px) 1rem 1.5rem;min-height:100%}
  @media(min-width: 68em){.slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card .text-inner{padding:1.5rem calc(1.875rem - 10px) 1.5rem 1.875rem}}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card .text-inner>*:first-child{margin-top:0}
  .slider-section .slider-section__content .slider-container.slider-fixed .slick-slide .slider-content .card .text-inner>*:last-child{margin-bottom:0}
  .slider-section.image-content-slider .slider__nav__arrow{position:absolute;transform:translateY(-50%)}
  .slider-section.image-content-slider .slider__nav__arrow.--prev{left:-1rem}
  .slider-section.image-content-slider .slider__nav__arrow.--next{right:-1rem}
  @media(min-width: 68em){.slider-section.image-content-slider .slider__nav__arrow.--prev{left:-2rem}.slider-section.image-content-slider .slider__nav__arrow.--next{right:-2rem}}
  .system-requirements{min-height:29rem}
  .system-requirements picture{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
  .system-requirements picture img{width:100%;object-fit:cover}
  .system-requirements__content{position:relative}
  .system-requirements__content .system-requirements-title{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);position:relative;z-index:100}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .system-requirements__content .system-requirements-title{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .system-requirements__content.topleft{text-align:left}
  .system-requirements__content.topright{text-align:right}
  .system-requirements__content .two-col-text{width:65%;text-align:left;display:inline-block;min-height:17.25rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}
  .system-requirements__content .two-col-text.--one-col{width:50%;grid-template-columns:100%}
  .system-requirements__content .two-col-text button{margin-bottom:0;margin-right:1rem}
  @media(max-width: 68em){.system-requirements__content picture{position:relative;width:100%;height:auto;display:inline-block}.system-requirements__content picture img{width:100%}.system-requirements__content.topleft,.system-requirements__content.topright{text-align:left}.system-requirements__content .two-col-text{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;width:100% !important;min-height:auto;display:inline-block}}
  .teaser__section{padding-left:calc(var(--page-margin)*2);padding-right:calc(var(--page-margin)*2);height:736px;position:relative;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}
  .teaser__wrapper{position:relative;display:inline-block;width:100%;height:580px;padding-left:var(--page-margin);padding-right:var(--page-margin);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);border:1px solid #9f6c2d;margin-top:1.5rem}
  .teaser__wrapper.--topleft{text-align:left}
  .teaser__wrapper.--topright{text-align:right}
  .teaser__title{padding:0;margin:0;color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .teaser__title{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .teaser__content{font-size:.8536067893rem;position:relative;z-index:1;text-align:left;margin-top:1.5rem;width:45%;min-width:550px;display:inline-block;padding:1.5rem;max-height:410px}
  .teaser__image{position:absolute;display:inline-block;top:0;left:0;width:100%;height:100%;z-index:0}
  .teaser__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
  @media screen and (max-width: 54em){.teaser__section{height:auto;padding-bottom:6rem}.teaser__wrapper{padding-left:0;padding-right:0;height:170px}.teaser__image{position:relative;top:auto;left:auto}.teaser__content{margin-top:-5px;height:auto;width:100%;min-width:100%}}
  .two-column,.two-column-section{position:relative}
  @media(min-width: 68em){.two-column picture,.two-column-section picture{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}}
  .two-column picture img,.two-column-section picture img{width:100%;display:block;height:100%;object-fit:cover;object-position:top center}
  .two-column-section:not(.--contained){padding-top:0;padding-bottom:0}
  .two-column-section__content{position:relative}
  .alignleft .two-column-section__content{text-align:left}
  .alignright .two-column-section__content{text-align:right}
  .two-column-section__content.content_block_image .card{display:flex;gap:1.5rem}
  .two-column-section__content.content_block_image .card .teaser-title{padding-top:0;line-height:1em}
  .two-column-section__content.content_block_image .two-col-text{width:auto;max-width:100%;flex:1 1}
  @media(min-width: 68em){.two-column-section__content{padding:3rem 0rem}.two-column-section__content.content_block_contained{padding:3rem 5rem}}
  .two-column-section__content.--full-bg{padding:1.5rem}
  .two-column-section__content.--full-bg .two-col-text{margin-bottom:0}
  .two-column-section__content.topleft{text-align:left}
  .two-column-section__content.topleft .two-col-image{order:2}
  .two-column-section__content.topleft .two-col-image.--streaming{text-align:right}
  .two-column-section__content.topleft .two-col-image.--streaming iframe{aspect-ratio:16/9;width:100%;height:auto}
  .two-column-section__content.topcenter{text-align:center}
  .two-column-section__content.topright{text-align:right}
  .two-column-section__content .two-col-text{border:0;width:50%;text-align:left;display:inline-block;min-height:17.25rem}
  .two-column-section__content .two-col-text .pattern-overlay{top:0;right:0;width:100%;height:100%;pointer-events:none;position:absolute;background-position:right;background-repeat:repeat-y}
  .two-column-section__content .two-col-text .pattern-overlay.--pattern-vertical{bottom:0;z-index:2;background-position:bottom;background-repeat:repeat-x}
  .two-column-section__content .two-col-text .pattern-overlay.rus{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-rus-right-desk.ede774211c0cc73f.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.rus.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-rus-bottom-desk.62f59002ffff957c.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.mon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mongol-right-desk.7e639ccd9d4a7a0f.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.mon.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mongol-bottom-desk.c0979382ec0ee77e.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.hre{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-hre-right-desk.81595f6874d12177.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.hre.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-hre-bottom-desk.f2c075145810ea0b.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.fre{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-french-right-desk.367760bc267e8f1a.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.fre.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-french-bottom-desk.ae3b3438097d8d98.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.eng{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-english-right-desk.57824868d2beea8f.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.eng.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-english-bottom-desk.6b6a41679ddf4217.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.del{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-sultanate-right-desk.82080f2f0a1762b7.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.del.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-sultanate-bottom-desk.2707cd779ac76641.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.chi{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-chinese-right-desk.0cbec65ae7178e1c.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.chi.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-chinese-bottom-desk.b588f77eebf26eb5.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.abb{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-abbasid-right-desk.8c130b0387f48c09.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.abb.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-abbasid-bottom-desk.b217b92d86671c5d.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.mal{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mal-right-desk.74d376540735cb55.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.mal.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-mal-bottom-desk.474c0b3b7645d9a2.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.ott{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-ott-right-desk.92a3ffb045b1bc08.webp)}
  .two-column-section__content .two-col-text .pattern-overlay.ott.--pattern-vertical{background-image:url(/wp-content/themes/ageOfEmpires/public/images/civs/patterns/fp-bg-civ-ott-bottom-desk.f80281bd7f636305.webp)}
  .two-column-section__content .two-col-image{width:50%}
  .two-column-section__content .two-col-image.--sm{width:33%}
  .two-column-section__content .two-col-image img{box-shadow:0 .25rem .5rem rgba(0,0,0,.6);width:100%}
  .two-column-section__content .two-col-image.--fill-height img{object-fit:cover;height:100%}
  .two-column-section__content .two-col-image.--fill-width img{height:auto}
  @media(max-width: 68em){.two-column-section__content img{display:block}.two-column-section__content.topleft,.two-column-section__content.topcenter,.two-column-section__content.topright{text-align:left;padding-right:0}.two-column-section__content .two-col-text{width:100%;min-height:auto;margin-top:1.5rem}.two-column-section__content .two-col-image{width:100%}.two-column-section__content.content_block_contained picture{width:100%;display:block;position:relative;height:auto}.two-column-section__content.content_block_contained picture img{width:100%}.two-column-section__content.content_block_contained .two-col-text{margin-top:0;margin-bottom:0}.two-column-section__content.content_block_contained .two-col-image{width:100%}}
  .block .two-column-section__content picture{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
  .block .two-column-section__content picture img{width:100%;display:block;height:100%;object-fit:cover}
  @media(max-width: 68em){.block .two-column-section__content picture{width:100%;display:block;position:relative;height:auto}.block .two-column-section__content picture img{width:100%}}
  .title-section.padding-bottom{padding-top:0}
  .title-section.padding-top{padding-bottom:0}
  .title-section.padding-none{padding-top:0;padding-bottom:0}
  .title-section .section-title{padding-top:0;margin-bottom:0}
  .image-only-section.--image-only-heading{box-shadow:0 0 1.25rem rgba(0,0,0,.33);-webkit-clip-path:inset(0 0 -1.25rem 0);clip-path:inset(0 0 -1.25rem 0)}
  .image-only-section.--image-only-heading .teaser-title{filter:drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75))}
  .image-only-section.--image-only-heading .content_block_image_only{position:relative;height:300px;overflow:hidden}
  @media(min-width: 68em){.image-only-section.--image-only-heading .content_block_image_only{height:500px}}
  @media(min-width: 137em){.image-only-section.--image-only-heading .content_block_image_only{height:600px}}
  .image-only-section.--image-only-heading .content_block_image_only::before{content:"";top:0;left:0;width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,.5);background:linear-gradient(rgba(27, 27, 27, 0.35), rgba(27, 27, 27, 0.65))}
  .image-only-section.--image-only-heading .content_block_image_only>.page-container{position:absolute;left:50%;transform:translate(-50%, 0);margin:0 auto;bottom:3rem;z-index:1}
  .image-only-section.--image-only-heading .content_block_image_only img{object-position:center;height:300px}
  @media(min-width: 68em){.image-only-section.--image-only-heading .content_block_image_only img{height:500px}}
  @media(min-width: 137em){.image-only-section.--image-only-heading .content_block_image_only img{height:600px}}
  .image-only-section.--mamlouks:before{content:" ";position:absolute;background:url(/wp-content/themes/ageOfEmpires/public/images/logos/mamlouks-shadow-gradient.1cfb9f1f2a77e795.webp) no-repeat center/80%;width:100%;height:65%;z-index:2;transform:translateY(15%)}
  @media(min-width: 68em){.image-only-section.--mamlouks:before{background-size:contain}}
  .image-only-section.--mamlouks .content_block_image_only>.page-container{bottom:1rem}
  .image-only-section.--centered .teaser-title{text-align:center}
  .overflow-container{position:relative}
  .overflow-scrollbox{overflow-x:scroll;scroll-behavior:smooth}
  .overflow-scrollbox::before,.overflow-scrollbox::after{display:block;position:absolute;top:0;left:0;content:"";height:100%;width:37.5px;background:#000;background:linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%)}
  .overflow-scrollbox::after{left:auto;right:0;background:linear-gradient(270deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%)}
  .overflow-scrollbox .image-only{max-width:none;cursor:zoom-out}
  .overflow-scrollbox .image-only.--scaled{max-height:450px;cursor:zoom-in}
  .overflow-button{position:absolute;top:0;display:block;width:70px;height:100%;z-index:2;padding:0;font-size:0;line-height:0;cursor:pointer;color:rgba(0,0,0,0);border:none;outline:none}
  .overflow-button::before{display:block;content:"";height:100%;width:70px;background:rgba(0,0,0,0);background-size:150px;background-repeat:no-repeat;background-position:97% 50%}
  .overflow-button:disabled{opacity:.33;transition:opacity .15s}
  .overflow-button:hover{background-position-x:15%}
  .overflow-button.--scroll-left{left:0}
  .overflow-button.--scroll-left::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pointer-left-shadow-hover.bcfb35.svg)}
  .overflow-button.--scroll-right{right:0}
  .overflow-button.--scroll-right::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/icon-pointer-right-shadow-hover.25fce9.svg)}
  .overflow-page-container{overflow:visible}
  .overflow-page-container button.--scroll-left{left:-70px}
  @media screen and (max-width: 40em){.overflow-page-container button.--scroll-left{left:-45px}}
  .overflow-page-container button.--scroll-right{right:-70px}
  @media screen and (max-width: 40em){.overflow-page-container button.--scroll-right{right:-45px}}
  .video-bkg-section{display:flex;position:relative;box-shadow:0 0 1.25rem rgba(0,0,0,.33);background-size:contain;padding:0}
  .video-bkg-section-text-overlay{position:absolute;bottom:1.5rem;left:0;width:100%;text-align:center;font-family:maiola,serif;font-weight:bold;font-size:1.2rem;text-shadow:2px 2px 4px #000;color:#ffdf91}
  .video-bkg-section .iframe-embed{aspect-ratio:1920/1080;max-width:80%;max-height:80%;margin:5% auto}
  .video-bkg-section .iframe-embed iframe{width:100%;height:auto;border:2px solid #ffdf91;aspect-ratio:16/9;background:#000;box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42)}
  .video-bkg-section .iframe-embed iframe:not([width]){border:none}
  .video-bkg-section video+.iframe-embed{position:absolute;width:100%;height:100%;max-width:100%;padding:3% 20%;margin:0}
  .video__controls{display:flex;position:absolute;padding:0;border-radius:1.5rem;margin:0;background:rgba(0,0,0,.6);height:1.5rem;bottom:.75rem;right:.75rem}
  @media screen and (max-width: 68em){.video__controls{bottom:.65rem;background:none}}
  .video__controls button{width:1rem;height:1rem;padding:.25rem;box-sizing:content-box;cursor:pointer}
  @media screen and (max-width: 68em){.video__controls button{width:1.5rem;height:1.5rem}}
  .video__controls button svg{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);display:block;fill:url(#iconGradientHover)}
  .video__controls button.active{display:none}
  .video__controls button:focus{border:6px solid #fff}
  @media(-ms-high-contrast: active),(forced-colors: active){.video-pause,.video-play{background:#fff}}
  @media(-ms-high-contrast: black-on-white),(forced-colors: active)and (prefers-color-scheme: light){.video-pause,.video-play{filter:contrast(1)}}
  @media(-ms-high-contrast: white-on-black),(forced-colors: active)and (prefers-color-scheme: dark){.video-pause,.video-play{filter:invert(1)}}
  .twitch-stream{position:relative;padding-top:0}
  .twitch-stream__player{position:relative;width:100%;padding-top:56.25%}
  .twitch-stream__player iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
  .twitch-stream__fallback{display:none;position:relative;width:100%}
  .twitch-stream__fallback-text{padding:0 .5rem .5rem;text-align:center;margin:0}
  .twitch-stream__fallback-text p{margin-bottom:0}
  .twitch-stream__fallback-text--dark{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.5)}
  .twitch-stream__fallback-text--dark .twitch-stream__fallback-message{color:hsla(0,0%,100%,.9)}
  .twitch-stream__fallback-text--dark a{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.8)}
  .twitch-stream__fallback-text--light{color:#000;text-shadow:1px 1px 2px hsla(0,0%,100%,.8),0 0 8px hsla(0,0%,100%,.6)}
  .twitch-stream__fallback-text--light .twitch-stream__fallback-message{color:rgba(0,0,0,.9)}
  .twitch-stream__fallback-text--light a{color:#000 !important;text-shadow:1px 1px 2px hsla(0,0%,100%,.8)}
  .twitch-stream__fallback-heading{margin:0;padding:0}
  .twitch-stream__fallback-message{margin:0}
  .twitch-stream__fallback-image img{display:block;width:100%;height:auto}
  .twitch-stream__error{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(20,20,30,.95);color:#fff;padding:2rem;text-align:center;align-items:center;justify-content:center;flex-direction:column;z-index:10}
  .twitch-stream__error-icon{width:48px;height:48px;margin-bottom:1rem}
  .twitch-stream__error-icon svg{width:100%;height:100%;fill:#f59e0b}
  .twitch-stream__error-message{max-width:600px;line-height:1.6;font-size:.95rem}
  .twitch-stream__error-message br{margin-bottom:.5rem}
  .twitch-stream.is-offline .twitch-stream__player{display:none}
  .twitch-stream.is-offline .twitch-stream__fallback{display:block}
  .twitch-stream.has-error .twitch-stream__error{display:flex}
  .template-gutenberg main hr,.page-template-template-gutenberg main hr{background:linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d 25%, #FFDF91 50%, #b8862d 75%, rgba(184, 134, 45, 0) 100%);margin:3rem 0;height:2px}
  .template-gutenberg main a:not([class]),.page-template-template-gutenberg main a:not([class]){-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .template-gutenberg main a:not([class]):hover,.page-template-template-gutenberg main a:not([class]):hover{color:#98f1f0}
  .template-gutenberg main a:not([class]):focus,.page-template-template-gutenberg main a:not([class]):focus{color:#98f1f0}
  .template-gutenberg main a:not([class]):active,.page-template-template-gutenberg main a:not([class]):active{color:#fff}
  .template-gutenberg main>*:not(.wp-block-post-featured-image):not(.--no-page-container),.page-template-template-gutenberg main>*:not(.wp-block-post-featured-image):not(.--no-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)}
  .template-gutenberg main .wp-block-cover.--no-page-container,.page-template-template-gutenberg main .wp-block-cover.--no-page-container{margin-bottom:0}
  .template-gutenberg main .wp-block-cover .wp-block-video.--video-with-cover,.page-template-template-gutenberg main .wp-block-cover .wp-block-video.--video-with-cover{width:50%;margin-bottom:1.5rem}
  @media(max-width: 40em){.template-gutenberg main .wp-block-cover .wp-block-video.--video-with-cover,.page-template-template-gutenberg main .wp-block-cover .wp-block-video.--video-with-cover{width:100%}}
  @media(max-width: 80em){.template-gutenberg main .wp-block-cover .wp-block-video.--video-with-cover,.page-template-template-gutenberg main .wp-block-cover .wp-block-video.--video-with-cover{width:75%}}
  @media(max-width: 40em){.template-gutenberg main .sections .page-container,.page-template-template-gutenberg main .sections .page-container{width:100%}.page-template-page-stats .page-container,.page-stats-match-details .page-container,.page-stats-game .page-container{width:100%}}
  .stats__cols--2col{display:flex;flex-direction:column;position:relative}
  @media(min-width: 80em){.stats__cols--2col{justify-content:space-between;flex-direction:row}}
  .stats__cols--2col .col{display:block;flex-basis:100%}
  @media(min-width: 80em){.stats__cols--2col .col{flex-basis:calc(49% - .25rem)}}
  .stats__cols--2col .col>div{margin-bottom:1.5rem}
  @media(min-width: 80em){.stats__cols--2col .col>div{margin-bottom:0}}
  .stats__cols--2col .col .dark-content-box{padding:0}
  .stats__cols--2col .col dl{color:#c7c7c7;margin-top:.625rem;margin-bottom:0}
  .stats__cols--2col .col dl+div{padding:1rem}
  @media(min-width: 54em){.stats__cols--2col .col .stats__cols--2col{flex-direction:row}}
  .stats__cols--2col.--two-thirds .col{flex-basis:66%}
  @media(min-width: 80em){.stats__cols--2col.--two-thirds .col:last-child{flex-basis:calc(33% - 1.818rem);margin-left:1.818rem}}
  @media(max-width: 40em){.featured-news.--sage-of-empires{margin-top:0 !important}}
  @media(max-width: 1087px){.featured-news.--sage-of-empires{margin-top:-10% !important}}
  @media(min-width: 1088px){.featured-news.--sage-of-empires{margin-top:-17% !important}}
  .search-results__page-title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .search-results__page-title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .search-results__page-title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .search-results__page-title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/search.8ab2ef.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/search.8ab2ef.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.search-results__page-title{text-indent:0}.search-results__page-title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.search-results__page-title{font-size:2.413270972rem}}
  .search-results__page-title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.search-results__page-title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.search-results__page-title{width:83.3333333333%}.search-results__page-title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .search-results__description{color:#c7c7c7}
  .search-results__post-listing>*{margin-bottom:1.5rem}
  @media(min-width: 40em){.search-results__post-listing{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2, minmax(0, 1fr));margin-bottom:1.5rem}.search-results__post-listing>*{margin-bottom:0}}
  @media(min-width: 68em){.search-results__post-listing{grid-template-columns:repeat(3, minmax(0, 1fr))}}
  .search-results__pagination{text-align:right;padding-bottom:3rem}
  .search-results__pagination .nav-next,.search-results__pagination .nav-previous{display:flex;align-items:center}
  .search-results__pagination .nav-next::before,.search-results__pagination .nav-previous::after{content:"";width:1em;height:1em;display:inline-block}
  .search-results__pagination .nav-previous{order:2;padding-left:1em}
  .search-results__pagination .nav-previous::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;margin-left:.25em}
  .search-results__pagination .nav-next{order:1;padding-right:1em;position:relative}
  .search-results__pagination .nav-next::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-left.5c6e6e.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-left.5c6e6e.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;margin-right:.25em}
  .search-results__pagination .nav-next::after{content:"";width:2px;height:100%;background:linear-gradient(to right, #3D80A6 0%,#3D80A6 50%, #181C29 50%, #181C29 100%);background:linear-gradient(to right, #3D80A6 0% 50%, #181C29 50% 100%);position:absolute;top:0;right:0;margin-left:-1px}
  @media(min-width: 1091px){body.template-university-landing .university-landing-logo,body.template-university-program .university-landing-logo{height:31vw}}
  @media(max-width: 1090px){body.template-university-landing .university-landing-logo,body.template-university-program .university-landing-logo{height:62vw}}
  body.template-university-landing .university-landing-logo img,body.template-university-program .university-landing-logo img{display:none}
  body.template-university-landing .site-container header,body.template-university-program .site-container header{border-width:2px 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;position:relative;z-index:200;padding-top:0;padding-bottom:0;overflow:visible}
  body.template-university-landing .site-container header .page-container,body.template-university-program .site-container header .page-container{padding-bottom:3rem}
  body.template-university-landing .site-container .page__video-hero-container,body.template-university-program .site-container .page__video-hero-container{position:relative;line-height:0}
  body.template-university-landing .site-container .page__video-hero-container .button-group,body.template-university-program .site-container .page__video-hero-container .button-group{position:relative;padding:1em}
  @media(min-width: 54em){body.template-university-landing .site-container .page__video-hero-container .button-group,body.template-university-program .site-container .page__video-hero-container .button-group{width:100%;position:absolute;bottom:-2em}}
  body.template-university-landing .site-container .page__video-playPauseBtn,body.template-university-program .site-container .page__video-playPauseBtn{cursor:pointer;position:absolute;top:1rem;right:2rem;content:"";display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;height:2.181818rem;width:2.181818rem;border-radius:50%;background-color:#181c29;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);z-index:5}
  @media screen and (max-width: 836px){body.template-university-landing .site-container .page__video-playPauseBtn,body.template-university-program .site-container .page__video-playPauseBtn{right:1rem}}
  body.template-university-landing .site-container .page__video-playPauseBtn .front-page__video-pause-icon,body.template-university-landing .site-container .page__video-playPauseBtn .front-page__video-play-icon,body.template-university-program .site-container .page__video-playPauseBtn .front-page__video-pause-icon,body.template-university-program .site-container .page__video-playPauseBtn .front-page__video-play-icon{pointer-events:none;display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);height:1.5rem;width:1.5rem}
  body.template-university-landing .site-container .page__video-playPauseBtn .page__video-pause-icon,body.template-university-program .site-container .page__video-playPauseBtn .page__video-pause-icon{display:none}
  body.template-university-landing .site-container .page__hero,body.template-university-program .site-container .page__hero{padding:0;border-width:0 0 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}
  body.template-university-landing .site-container .page__hero__clip-paths,body.template-university-program .site-container .page__hero__clip-paths{position:absolute;top:200%;left:200%;opacity:0;width:0;height:0}
  body.template-university-landing .site-container .page__hero__container,body.template-university-program .site-container .page__hero__container{display:flex;flex-wrap:wrap}
  @media(min-width: 54em){body.template-university-landing .site-container .page__hero__container,body.template-university-program .site-container .page__hero__container{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}}
  body.template-university-landing .content_block_contained,body.template-university-program .content_block_contained{position:relative;padding:3rem 5rem}
  @media(max-width: 68em){body.template-university-landing .content_block_contained,body.template-university-program .content_block_contained{border:none !important;padding:0}}
  body.template-university-landing .content_block_contained img,body.template-university-program .content_block_contained img{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}
  @media(min-width: 68em){body.template-university-landing .content_block_contained img,body.template-university-program .content_block_contained img{position:absolute}}
  body.template-university-landing .card.badge::after,body.template-university-program .card.badge::after{content:"";background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/ABadge_Final.30c403c078035ac8.webp);background-size:100% 100%;display:none;width:5em;height:5em;position:absolute;bottom:.2em;right:.2em}
  @media(min-width: 54em){body.template-university-landing .card.badge::after,body.template-university-program .card.badge::after{display:inline-block}}
  body.template-university-landing .four-column-section,body.template-university-program .four-column-section{position:relative;padding:3rem 5rem}
  body.template-university-landing .four-column-section .tag-container,body.template-university-program .four-column-section .tag-container{display:block;grid-template-columns:repeat(2, 1fr);grid-gap:1.5rem}
  @media(min-width: 80em){body.template-university-landing .four-column-section .tag-container,body.template-university-program .four-column-section .tag-container{grid-template-columns:repeat(4, 1fr)}}
  @media(min-width: 54em){body.template-university-landing .four-column-section .tag-container,body.template-university-program .four-column-section .tag-container{display:grid}}
  body.template-university-landing .four-column-section .tag-container .tag,body.template-university-program .four-column-section .tag-container .tag{display:flex;flex-direction:column}
  body.template-university-landing .four-column-section .tag-container .tag .img-container img,body.template-university-program .four-column-section .tag-container .tag .img-container img{position:relative;bottom:-10px;width:100%}
  body.template-university-landing .four-column-section .tag-container .tag .tag-content,body.template-university-program .four-column-section .tag-container .tag .tag-content{text-align:center;flex:1}
  body.template-university-landing .four-column-section .tag-container .tag .tag-content .tag-subtitle,body.template-university-program .four-column-section .tag-container .tag .tag-content .tag-subtitle{display:block}
  body.template-university-landing .four-column-section .tag-container .tag .tag-content p,body.template-university-program .four-column-section .tag-container .tag .tag-content p{text-align:left}
  body.template-university-landing .four-column-section .content-container,body.template-university-program .four-column-section .content-container{padding:0}
  @media(min-width: 54em){body.template-university-landing .four-column-section .content-container,body.template-university-program .four-column-section .content-container{padding:0 5rem}}
  .events__hero__title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%;text-indent:unset}
  .events__hero__title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .events__hero__title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .events__hero__title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/event-calendar.f019c8.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/event-calendar.f019c8.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.events__hero__title{text-indent:0}.events__hero__title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.events__hero__title{font-size:2.413270972rem}}
  .events__hero__title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.events__hero__title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.events__hero__title{width:83.3333333333%}.events__hero__title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .events__hero__title::before{-webkit-mask-size:100%;mask-size:100%}
  @media(min-width: 54em){.single-events .event__layout{position:relative;display:grid;grid-column-gap:1.875rem;column-gap:1.875rem;grid-template-columns:minmax(0, 1fr) 33.3333333333%}}
  .single-events .event__title{font-family:noto-sans,sans-serif;padding-top:0;padding-left:calc(2rem + .5em);background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp);background-repeat:no-repeat;background-size:2rem;line-height:1em;min-height:2rem;margin-bottom:1rem}
  .single-events .event__title.age1{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .single-events .event__title.age3{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .single-events .event__title.age4{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age4-64.5beecbdfd5e656ea.webp)}
  .single-events .event__title.ageM{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-ageofmyth-64.e796df0b9b6320a4.webp)}
  @media screen and (max-width: 40em){.single-events .event__title{font-size:1.414rem}}
  .single-events .event__range{position:relative;padding-left:calc(2rem + .5em);font-size:1.706698rem;color:#fff;font-weight:bold;line-height:1.1}
  @media screen and (max-width: 40em){.single-events .event__range{font-size:1.414rem}}
  .single-events .event__range::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/event-calendar.f019c8.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/event-calendar.f019c8.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100%;mask-size:100%;content:"";height:2rem;width:2rem;display:block;position:absolute;left:0;top:0}
  .single-events .event__range span{display:inline}
  .single-events .event__body{padding-top:1.5rem}
  @media(min-width: 54em){.single-events .event__body{grid-column:1/2;overflow:hidden}.single-events .event__body>*:first-child(){padding-top:0;margin-top:0}}
  .single-events .event__body dl{margin:2rem 0px}
  .single-events .event__body dl dt{color:#ffdf91}
  .single-events .event__body dl dt span{color:#c7c7c7;font-weight:normal}
  .single-events .event__body legend{font-weight:normal;line-height:1;color:#c7c7c7}
  .single-events .event__body .social__links{display:flex;justify-content:left;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}
  @media screen and (max-width: 40em){.single-events .event__body .social__links{justify-content:space-evenly}}
  .single-events .event__body .social__links--link .button{width:100%;margin:0}
  @media screen and (max-width: 40em){.single-events .event__body .social__links--link .button{padding-left:.5rem;padding-right:.5rem}}
  .single-events .event__body .social__links--link .button.button-liquipedia{line-height:2rem;padding-top:.15rem;padding-bottom:.15rem}
  .single-events .event__body .social__links--link .button.button-liquipedia .event__social--icon{width:2rem;height:2rem;line-height:2rem}
  .single-events .event__body .social__links--link .event__social--title{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .single-events .event__body .social__links--link .event__social--title:hover{color:#98f1f0}
  .single-events .event__body .social__links--link .event__social--title:focus{color:#98f1f0}
  .single-events .event__body .social__links--link .event__social--title:active{color:#fff}
  .single-events .event__body .social__links--link .event__social--icon{display:inline-block;width:1rem;height:1rem;margin-right:.5rem;flex-shrink:0}
  @media(min-width: 54em){.single-events .event__sidebar{grid-column:2/3;text-align:center}}
  .single-events .event__sidebar .button{margin-left:auto;margin-right:auto}
  .single-events .event__sidebar>a:first-child{margin-top:1.5rem}
  .single-events .event__sidebar h3{margin-top:.5rem;margin-bottom:1rem}
  .single-events .event__content--thumbnail{margin-bottom:1.5rem}
  .single-events .event__upcoming{position:relative;padding:.5rem 1rem .5rem 3rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));transition:background-color 300ms ease;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .15em .3em rgba(0,0,0,.6);color:#fff;font-weight:bold;text-align:left}
  .single-events .event__upcoming::before{content:"";width:3rem;height:100%;position:absolute;left:0;top:.33rem;background-position:.5rem .5rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp);background-repeat:no-repeat;background-size:2rem;line-height:1em;min-height:2rem;margin-bottom:1rem}
  .single-events .event__upcoming.age1::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .single-events .event__upcoming.age3::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .single-events .event__upcoming.age4::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age4-64.5beecbdfd5e656ea.webp)}
  .single-events .event__upcoming.ageM::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-ageofmyth-64.e796df0b9b6320a4.webp)}
  .single-events .event__upcoming--title a{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .single-events .event__upcoming--title a:hover{color:#98f1f0}
  .single-events .event__upcoming--title a:focus{color:#98f1f0}
  .single-events .event__upcoming--title a:active{color:#fff}
  .events__container{overflow:visible}
  .events__container .--hidden-mobile{display:none}
  @media(min-width: 54em){.events__container .--hidden-mobile{display:block}}
  .events__container .--hidden-mobile.events__nav{display:flex}
  .events__container .--shown-mobile{display:none}
  @media(max-width: 54em){.events__container .--shown-mobile{display:block}}
  .events__cols--2col{display:flex;flex-direction:column;position:relative}
  @media(min-width: 54em){.events__cols--2col{justify-content:space-between;flex-direction:row}}
  .events__cols--2col .col{position:relative;display:block;flex-basis:100%}
  @media(min-width: 54em){.events__cols--2col.--two-thirds .col{flex-basis:75%}.events__cols--2col.--two-thirds .col:first-child{flex-basis:calc(25% - 1.818rem);margin-right:1.818rem}}
  @media screen and (-ms-high-contrast: none){.events__sidebar{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c.1e3590af6a90faa8.webp),linear-gradient(180deg, #2E3D55, #181C29)}}
  @media screen and (-ms-high-contrast: none)and (-webkit-min-device-pixel-ratio: 2),screen and (-ms-high-contrast: none)and (min-resolution: 192dpi){.events__sidebar{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c@2x.5cf913e9647bfc85.webp),linear-gradient(180deg, #2E3D55, #181C29)}}
  .events__sidebar>div.accordion{padding:0;margin:0}
  @media(min-width: 54em){.events__sidebar>div.accordion{padding:0}.events__sidebar>div.accordion .accordion__title__bar{display:none}.events__sidebar>div.accordion .accordion__panel{padding:.5rem 1.125rem;background:rgba(0,0,0,0)}}
  .events__sidebar hr{background:linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d 25%, #FFDF91 50%, #b8862d 75%, rgba(184, 134, 45, 0) 100%);margin:3rem 0;height:2px;margin:0 0 1rem 0}
  .events__sidebar legend{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.414rem;text-align:center;margin-bottom:0}
  .events__sidebar legend.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .events__sidebar legend:not(.events__sidebar--header){padding-top:0}
  .events__sidebar legend span{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .events__sidebar legend span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .events__sidebar legend.events__sidebar--header{display:none}
  @media(min-width: 54em){.events__sidebar legend.events__sidebar--header{display:block;padding-bottom:.75rem;line-height:1}}
  .events__sidebar--header{background:linear-gradient(180deg, #09597D 0%, #003456 100%)}
  .events__selector--games,.events__selector--types{display:flex;justify-content:flex-start;flex-wrap:wrap}
  .events__selector--games label,.events__selector--types label{padding-right:1rem;margin-bottom:1rem}
  @media(min-width: 54em){.events__selector--games,.events__selector--types{display:block}}
  .events__loader{position:absolute !important;width:100%}
  .events__loader.--loader__container-active{height:100%}
  .events__nav{display:flex;justify-content:space-between;margin:.8rem 0;color:#b8862d}
  .events__nav .date__container{display:flex;justify-content:center;height:32px;flex:1;position:relative;padding:0 1rem;margin-top:3px;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 39%, #B8862D 40%, #B8862D 50%, rgba(0, 0, 0, 0) 51%);text-align:center}
  .events__nav .date__container--label{background:#181c29;padding:0 1rem}
  .events__nav .date__container--label span{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;font-size:1.414rem;color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);padding-top:0;margin-bottom:0;margin-top:-3px;line-height:1em}
  .events__nav .date__container--label span.--secondary{font-family:noto-sans-condensed;font-weight:700}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .events__nav .date__container--label span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .events__nav .date__container--label>.js-event-range{background:#181c29;padding:0}
  .events__nav .date__container--label>.js-event-range span{display:inline;filter:none !important}
  .events__nav .date__container:before,.events__nav .date__container:after{content:"";display:block;position:absolute;left:-16px;top:6px;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/bullet.96e4fb.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/bullet.96e4fb.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;width:16px;height:16px;-webkit-mask-size:contain;mask-size:contain}
  .events__nav .date__container:after{left:auto;right:-16px}
  .events__nav .next,.events__nav .prev{position:relative;width:32px;height:32px;left:-3.5px;margin:0;cursor:pointer;flex:0 1 auto}
  .events__nav .next:disabled,.events__nav .prev:disabled{cursor:not-allowed}
  .events__nav .next::after,.events__nav .prev::after{content:"";position:absolute;top:0;left:0;width:32px;height:32px;-webkit-mask-size:32px;mask-size:32px;filter:drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.6))}
  @media(-ms-high-contrast: active),(forced-colors: active){.events__nav .next::after,.events__nav .prev::after{background:#000 !important;filter:invert(1)}}
  .events__nav .next{left:auto;right:-3.5px}
  .events__nav .next::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  .events__nav .prev{z-index:1}
  .events__nav .prev::after{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-left.5c6e6e.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-left.5c6e6e.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media(min-width: 54em){.events__subnav{display:none}}
  .events__subnav.page__subnav--nowrap .page__subnav__wrapper{margin:2rem 0}
  .events__subnav.page__subnav--nowrap .page__subnav__wrapper .page__subnav__link{padding:0;overflow:hidden}
  .events__subnav.page__subnav--nowrap .page__subnav__wrapper .page__subnav__link span{padding:0;justify-content:center;font-size:1rem;border-radius:0}
  .events__subnav.page__subnav--nowrap .page__subnav__wrapper .page__subnav__link span::before,.events__subnav.page__subnav--nowrap .page__subnav__wrapper .page__subnav__link span::after{content:none}
  .events__subnav.page__subnav--nowrap .page__subnav__wrapper .page__subnav__link:first-child{border-radius:.727rem 0px 0px .727rem}
  .events__subnav.page__subnav--nowrap .page__subnav__wrapper .page__subnav__link:last-child{border-radius:0 .727rem .727rem 0}
  .events__subnav.page__subnav--nowrap .page__subnav__wrapper .page__subnav__link.is-current{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c.1e3590af6a90faa8.webp),linear-gradient(180deg, #16668B, #002845);color:#e2e2e2}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.events__subnav.page__subnav--nowrap .page__subnav__wrapper .page__subnav__link.is-current{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-30c@2x.5cf913e9647bfc85.webp),linear-gradient(180deg, #16668B, #002845)}}
  .events__tooltip{display:none}
  .events__tooltip,.events__listitem{position:relative;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);padding:1rem;border-radius:8px;background:linear-gradient(to bottom, #034D70 64px, #277298 100%);color:#ffdf91;max-width:100%}
  .events__tooltip.--age1,.events__listitem.--age1{background:linear-gradient(to bottom, #64A6CD 64px, rgb(133.2781219512, 185.1080829268, 215.7348780488) 100%)}
  .events__tooltip.--age2,.events__listitem.--age2{background:linear-gradient(to bottom, #C49545 64px, rgb(206.5990489796, 168.0423591837, 102.4139510204) 100%)}
  .events__tooltip.--age3,.events__listitem.--age3{background:linear-gradient(to bottom, #0d8585 64px, rgb(16.9189657534, 173.0940342466, 173.0940342466) 100%)}
  .events__tooltip.--age4,.events__listitem.--age4{background:linear-gradient(to bottom, #3F5373 64px, rgb(78.5776348315, 103.5229157303, 143.4353651685) 100%)}
  .events__tooltip.--ageM,.events__listitem.--ageM{background:linear-gradient(to bottom, #1a5782 64px, rgb(33.3355, 111.5457115385, 166.6775) 100%)}
  .events__tooltip--container,.events__listitem--container{z-index:1;translate:-125px -26px}
  .events__tooltip--container .events__tooltip::after,.events__listitem--container .events__tooltip::after{content:"";width:0;height:0;border-left:20px solid rgba(0,0,0,0);border-right:20px solid rgba(0,0,0,0);border-top:20px solid #277298;position:absolute;bottom:-19px;left:var(--events-tooltip-arrow-left)}
  .events__tooltip--container[x-placement=bottom-start],.events__tooltip--container[x-placement=bottom],.events__listitem--container[x-placement=bottom-start],.events__listitem--container[x-placement=bottom]{translate:-125px 26px}
  .events__tooltip--container[x-placement=bottom-start] .events__tooltip::after,.events__tooltip--container[x-placement=bottom] .events__tooltip::after,.events__listitem--container[x-placement=bottom-start] .events__tooltip::after,.events__listitem--container[x-placement=bottom] .events__tooltip::after{border-left:20px solid rgba(0,0,0,0);border-right:20px solid rgba(0,0,0,0);border-bottom:20px solid #034d70;border-top:none;bottom:auto;top:-19px}
  .events__tooltip--close-btn-container,.events__listitem--close-btn-container{position:absolute;display:flex;top:.5rem;right:.5rem;border-radius:50%;box-shadow:4px 4px 16px rgba(0,0,0,.26),4px 4px 8px rgba(0,0,0,.42);z-index:650}
  .events__tooltip--close-btn-container:focus,.events__listitem--close-btn-container:focus{outline:solid 1px #fff}
  .events__tooltip--close-btn-container .tooltip__close,.events__listitem--close-btn-container .tooltip__close{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerUp);fill:url(#iconGradientLight);cursor:pointer}
  .events__tooltip--close-btn-container .tooltip__close:hover,.events__listitem--close-btn-container .tooltip__close:hover{fill:url(#iconGradientHover)}
  .events__tooltip--content,.events__listitem--content{margin-bottom:.5rem}
  .events__tooltip--title,.events__tooltip--dates,.events__listitem--title,.events__listitem--dates{padding:0;margin:0 0 .25rem}
  .events__tooltip--title,.events__listitem--title{padding-left:calc(2rem + .3em);padding-right:1.5rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp);background-repeat:no-repeat;background-size:2rem;line-height:1em;min-height:2rem;font-size:1.706698rem}
  .events__tooltip--title.age1,.events__listitem--title.age1{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .events__tooltip--title.age3,.events__listitem--title.age3{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .events__tooltip--title.age4,.events__listitem--title.age4{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age4-64.5beecbdfd5e656ea.webp)}
  .events__tooltip--title.ageM,.events__listitem--title.ageM{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-ageofmyth-64.e796df0b9b6320a4.webp)}
  .events__tooltip--dates,.events__listitem--dates{text-indent:-1.3em;padding-left:calc(12% + .8em);padding-left:0;color:#fff;font-family:noto-sans,sans-serif;font-size:1.414rem}
  .events__tooltip--dates::before,.events__listitem--dates::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/event-calendar.f019c8.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/event-calendar.f019c8.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.events__tooltip--dates,.events__listitem--dates{text-indent:0}.events__tooltip--dates::before,.events__listitem--dates::before{flex:0 0 1em;top:0}}
  .events__tooltip--dates::before,.events__listitem--dates::before{-webkit-mask-size:100%;mask-size:100%;width:2rem;height:2rem}
  .events__tooltip--dates>div,.events__listitem--dates>div{display:inline-block;padding-left:.25rem}
  .events__tooltip--info,.events__listitem--info{margin-bottom:.25rem;line-height:1.25em}
  .events__tooltip--info span,.events__listitem--info span{color:#fff}
  @media screen and (min-width: 80em){.events__tooltip--info,.events__listitem--info{font-size:.8rem}.events__tooltip--info:first-child,.events__listitem--info:first-child{margin-bottom:1rem}}
  .events__tooltip .button,.events__listitem .button{position:relative;padding-right:2rem;margin-bottom:0}
  .events__tooltip .button:not(:hover),.events__listitem .button:not(:hover){padding:1px calc(2rem + 1px) 1px calc(.75rem + 1px);border-width:0}
  .events__tooltip .button::before,.events__listitem .button::before{content:"";position:absolute;width:1rem;height:1rem;top:calc(50% - .5rem);right:.5rem;background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/pointer-right.efff3d.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}
  @media screen and (min-width: 80em){.events__listainer{display:flex;justify-content:space-between}}
  .events__list--heading{text-align:center}
  .events__list hr{background:linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d 25%, #FFDF91 50%, #b8862d 75%, rgba(184, 134, 45, 0) 100%);margin:3rem 0;height:2px;margin:0 0 1rem 0}
  .events__listitem{margin-bottom:1rem;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @media screen and (min-width: 80em){.events__listitem{justify-content:space-between;display:flex}}
  .events__listitem .button{margin-top:1rem}
  .events__listitem--title{color:#fff}
  @media screen and (min-width: 80em){.events__listitem--right{text-align:right;justify-content:space-between;display:flex;flex-direction:column}.events__listitem--right .button{margin-top:0}}
  .events__select{display:none;align-items:baseline;margin:2rem 0;text-align:left;gap:1rem}
  @media screen and (min-width: 80em){.events__select{margin-top:0;justify-content:flex-end}}
  .events__select .events__input{flex-basis:50%;width:auto;margin-bottom:0;padding-left:.5rem;padding-right:2rem}
  @media screen and (min-width: 80em){.events__select .events__input{flex-basis:auto}}
  .events__page--buttons{display:flex;justify-content:center;padding:2rem 1rem 0}
  .vis-timeline{border-color:#b8862d;background:linear-gradient(180deg, #034D70 0%, rgba(3, 77, 112, 0) 100%)}
  .vis-timeline .vis-labelset .vis-label,.vis-timeline .vis-foreground .vis-group{border-bottom:none}
  .vis-timeline .vis-time-axis.vis-foreground .vis-text{color:#919191;font-size:.7rem;padding:2px 6px}
  .vis-timeline .vis-time-axis.vis-foreground .vis-text.vis-major{font-size:.6rem;padding-top:0}
  .vis-timeline .vis-time-axis .vis-grid.vis-major,.vis-timeline .vis-time-axis .vis-grid.vis-minor{border-color:rgba(158,158,158,.25);height:100% !important}
  .vis-timeline .vis-panel.vis-left{display:none}
  .vis-timeline .vis-panel.vis-center{border-bottom:none}
  .vis-timeline .vis-panel.vis-center .vis-content{transition:all .5s ease 0s}
  .vis-timeline .vis-panel.vis-left,.vis-timeline .vis-panel.vis-right{border:none}
  .vis-timeline .vis-panel .vis-shadow{box-shadow:none}
  .vis-item.vis-range{border-radius:8px;background-color:#c49545;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 0 .25rem 0px rgba(0,0,0,.15);border-color:rgba(0,0,0,0)}
  .vis-item.vis-range.age1{background-color:#64a6cd}
  .vis-item.vis-range.age2{background-color:#c49545}
  .vis-item.vis-range.age3{background-color:#0d8585}
  .vis-item.vis-range.age4{background-color:#3f5373}
  .vis-item.vis-range.ageM{background-color:#1a5782}
  .vis-item.vis-range .vis-item-overflow{display:flex;cursor:pointer;overflow:hidden}
  .month .vis-item.vis-range .vis-item-overflow,.year .vis-item.vis-range .vis-item-overflow{overflow:visible}
  .month .vis-item.vis-range .vis-item-overflow.--overflow-hidden,.year .vis-item.vis-range .vis-item-overflow.--overflow-hidden{overflow:hidden}
  .vis-item.vis-range .vis-item-overflow::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}
  .vis-item.vis-range .vis-item-overflow .vis-item-content{max-width:100%;height:100%;padding-left:3rem;font-size:.8rem}
  .month .vis-item.vis-range .vis-item-overflow .vis-item-content,.year .vis-item.vis-range .vis-item-overflow .vis-item-content{padding-left:calc(3rem - 0.25rem + 2px)}
  .vis-item.vis-range .vis-item-overflow .vis-item-content>div{overflow:hidden;text-overflow:ellipsis}
  .month .vis-item.vis-range .vis-item-overflow .vis-item-content>div,.year .vis-item.vis-range .vis-item-overflow .vis-item-content>div{padding-left:.25rem}
  .vis-item.vis-range .vis-item-overflow .vis-item-content>div .--hidden{width:0}
  .vis-item.vis-range .vis-item-overflow .vis-item-content span{font-family:maiola,serif;font-size:1rem;font-weight:700}
  .vis-item.vis-range .vis-item-content:before{content:" ";width:40px;height:100%;display:block;position:absolute;top:0;left:.5rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp);background-size:40px;background-position:center;background-repeat:no-repeat}
  .vis-item.vis-range.age1 .vis-item-content:before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .vis-item.vis-range.age3 .vis-item-content:before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .vis-item.vis-range.age4 .vis-item-content:before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age4-64.5beecbdfd5e656ea.webp)}
  .vis-item.vis-range.ageM .vis-item-content:before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-ageofmyth-64.e796df0b9b6320a4.webp)}
  .aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9)}
  .\!aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9) !important}
  @media(min-width: 40em){.sm\:aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9)}.sm\:\!aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9) !important}}
  @media(min-width: 54em){.md\:aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9)}.md\:\!aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9) !important}}
  @media(min-width: 68em){.nav\:aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9)}.nav\:\!aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9) !important}}
  @media(min-width: 80em){.lg\:aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9)}.lg\:\!aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9) !important}}
  @media(min-width: 100em){.xl\:aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9)}.xl\:\!aspect-dynamic{aspect-ratio:var(--aspect-width, 16)/var(--aspect-height, 9) !important}}
  .page-not-found-landing__page-title__container{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg-mobile.58439e464608bb63.webp);border-width:0 0 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;padding-top:.5rem;padding-bottom:.5rem;padding:.5rem var(--page-margin);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:9rem;z-index:1;position:relative;margin-bottom:1.5rem}
  @media(min-width: 40em){.page-not-found-landing__page-title__container{background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg.2127afc7169ddd8e.webp)}}
  @media(min-width: 125em){.page-not-found-landing__page-title__container{background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg-4k.51591d9cd743f88c.webp)}}
  .page-not-found-landing__page-title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .page-not-found-landing__page-title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .page-not-found-landing__page-title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .page-not-found-landing__page-title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/question.ff638b.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/question.ff638b.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.page-not-found-landing__page-title{text-indent:0}.page-not-found-landing__page-title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.page-not-found-landing__page-title{font-size:2.413270972rem}}
  .page-not-found-landing__page-title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.page-not-found-landing__page-title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.page-not-found-landing__page-title{width:83.3333333333%}.page-not-found-landing__page-title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .page-not-found-landing__card{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);background-image:none;background-color:#263144;text-align:center;margin-left:auto;margin-right:auto}
  .page-not-found-landing__card>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.page-not-found-landing__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.page-not-found-landing__card{padding:1.5rem}}
  @media(min-width: 80em){.page-not-found-landing__card{padding:1.5rem 1.875rem;max-width:49em;margin-bottom:5em}}
  .page-not-found-landing__link{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));margin-bottom:0}
  .page-not-found-landing__link [class*=icon]{fill:url(#iconGradientLight)}
  .page-not-found-landing__link:not(:disabled):hover,.page-not-found-landing__link:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .page-not-found-landing__link:not(:disabled):hover [class*=icon],.page-not-found-landing__link:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .page-not-found-landing__link:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  .buy__page-title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%;left:0;right:0}
  .buy__page-title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .buy__page-title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .buy__page-title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/buynow.42c5ce.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/buynow.42c5ce.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.buy__page-title{text-indent:0}.buy__page-title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.buy__page-title{font-size:2.413270972rem}}
  .buy__page-title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.buy__page-title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.buy__page-title{width:83.3333333333%}.buy__page-title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .buy-now__page__subnav .page__subnav__link{width:15%;white-space:nowrap}
  @media screen and (max-width: 880px){.buy-now__page__subnav .page__subnav__link{width:3.5rem}.buy-now__page__subnav .page__subnav__link a{padding-left:0;padding-right:0;padding-top:.25rem;padding-bottom:.25rem;min-height:3.5rem;align-items:center;flex-direction:column;justify-content:flex-end;line-height:inherit}.buy-now__page__subnav .page__subnav__link a::before{width:3.5rem;height:3.5rem;background-image:none}.buy-now__page__subnav .page__subnav__link a::after{position:absolute;left:0;width:3.5rem;height:3.5rem;background-size:2.5rem;background-position:.5rem .5rem}}
  @media screen and (max-width: 601px){.buy-now__page__subnav .page__subnav__link a{padding:0;padding-left:2.65rem;align-items:flex-start;justify-content:center}.buy-now__page__subnav .page__subnav__link a:after{width:2.25rem !important;background-size:1.5rem !important}}
  .buy-now__page__subnav .game-4 a::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age4-64.5beecbdfd5e656ea.webp)}
  .buy-now__page__subnav .game-3 a::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .buy-now__page__subnav .game-2 a::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp)}
  .buy-now__page__subnav .game-1 a::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .buy-now__page__subnav .game-myth a::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-ageofmyth-64.e796df0b9b6320a4.webp)}
  .buy-now__page__subnav .buy-now__gear-shop a::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/gearshop.18e84e.svg);background-position:center center;background-size:1.25rem auto}
  @media screen and (max-width: 880px){.buy-now__page__subnav .buy-now__gear-shop a::after{background-size:2rem auto}}
  .buy-now__game-pass__wrapper{display:flex;flex:row nowrap;justify-content:space-between;min-height:675px;margin-top:3rem;margin-bottom:3rem;background-color:#171717;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  @media screen and (max-width: 54em){.buy-now__game-pass__wrapper{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-gamepass-mobile.4678ac2e95d8eade.webp);background-position:top center;background-size:100%;background-repeat:no-repeat}.buy-now__game-pass__wrapper .buy-now__game-pass__info{padding-top:40%;width:100%}}
  .buy-now__game-pass__background{width:calc(100% - 21rem);background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-gamepass-desk.8747563eed63fbe7.webp);background-position:top right;background-repeat:no-repeat;background-size:contain}
  @media screen and (max-width: 54em){.buy-now__game-pass__background{display:none;background-image:none}}
  .buy-now__game-pass__info{width:20rem;padding:1.875rem 0 1.5rem 1.5rem}
  .buy-now__game-pass__info svg{width:221px;height:2.56082rem;fill:#fff}
  @media screen and (max-width: 54em){.buy-now__game-pass__info{padding:1.875rem 1.5rem}}
  .buy-now__game-pass__link-wrapper{display:flex;flex-flow:row;align-content:center}
  @media screen and (max-width: 880px){.buy-now__game-pass__link-wrapper{flex-flow:column}}
  .gamepass__logowrapper{height:2.56082rem}
  .gamepass__logowrapper .gamepass__logo{width:10rem;height:100%;margin-left:-0.9rem}
  .gamepass__heading{margin-bottom:1rem;font-family:sans-serif;font-size:1.706698rem;font-weight:500;line-height:1.25;color:#c7c7c7}
  .gamepass__paragraph{font-family:sans-serif;line-height:1.25;color:#c7c7c7}
  .game-pass__container{display:inline-block;margin:.5rem 0 1.5rem 0}
  .game-pass__button{display:flex;flex-flow:row nowrap;align-items:center;padding:0 1rem;background-color:#9bf00b;line-height:1.8rem;font-weight:700;color:#054b16}
  .game-pass__button:hover{background-color:#8bd80a}
  .game-pass__button .gamepass__chevron{height:.85rem;width:.85rem;margin-left:.5rem}
  .gamepass__disclaimer{font-family:sans-serif;font-size:.68rem;line-height:1.25;color:#c7c7c7}
  .game-pass__text-link__basic{color:#9bf00b;-webkit-text-decoration:underline;text-decoration:underline}
  .gamepass__easy-steps{margin-bottom:1rem;font-family:sans-serif;font-size:1rem;line-height:1.25;font-weight:500;color:#c7c7c7}
  .gamepass__easy-steps__list{list-style:none;counter-reset:my-awesome-counter}
  .gamepass__easy-steps__list li{counter-increment:my-awesome-counter;font-size:.818rem}
  .gamepass__easy-steps__list li::before{margin-right:1rem;content:counter(my-awesome-counter);color:#9bf00b;font-weight:700;font-size:1rem}
  .product{border-width:2px 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;position:relative;margin-top:6rem;padding-top:15%;border-bottom-width:0}
  .product[data-game]{background-repeat:no-repeat;background-size:100%;margin-top:0}
  .product[data-game] .product__img-wrapper img{margin-top:-2.75rem;margin-left:-1.81rem;width:100%;height:auto;border:2px solid #cda351;box-shadow:4px 4px 8px rgba(0,0,0,.42)}
  @media screen and (max-width: 1100px){.product[data-game] .product__img-wrapper img{position:relative;margin-left:2rem;margin-top:0}}
  @media screen and (max-width: 530px){.product[data-game] .product__img-wrapper img{margin-left:0}}
  .product[data-game=gameaoe4]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age4anni-4k.6f8d05fbd136e60e.webp)}
  @media screen and (max-width: 1100px){.product[data-game=gameaoe4]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age4anni-mobile.5c327428141ec875.webp)}}
  .product[data-game=gameaoe4]+.product[data-game=gameaoe4]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=gameaoe4]+.product[data-game=gameaoe4] .product__card{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}
  .product[data-game=gameaoe4]+.product[data-game=gameaoe4] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=gameaoe4]+.product[data-game=gameaoe4].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=gameaoe3DE]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age3de-v3-desk.33a1212b29886431.webp)}
  @media screen and (max-width: 1100px){.product[data-game=gameaoe3DE]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age3de-v3-mobile.1ba44b21abd83b29.webp)}}
  .product[data-game=gameaoe3DE]+.product[data-game=gameaoe3DE]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=gameaoe3DE]+.product[data-game=gameaoe3DE] .product__card{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}
  .product[data-game=gameaoe3DE]+.product[data-game=gameaoe3DE] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=gameaoe3DE]+.product[data-game=gameaoe3DE].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=gameaoe2DE]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age2de-v2-desk.edea051e0ff7d0c7.webp)}
  @media screen and (max-width: 1100px){.product[data-game=gameaoe2DE]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age2de-v2-mobile.7a13e304e0c72883.webp)}}
  .product[data-game=gameaoe2DE]+.product[data-game=gameaoe2DE]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=gameaoe2DE]+.product[data-game=gameaoe2DE] .product__card{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}
  .product[data-game=gameaoe2DE]+.product[data-game=gameaoe2DE] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=gameaoe2DE]+.product[data-game=gameaoe2DE].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=ameaoeDE]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-agede-v2-desk.eb3361f990ebf91a.webp)}
  @media screen and (max-width: 1100px){.product[data-game=ameaoeDE]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-agede-v2-mobile.9640d228b6a93a9f.webp)}}
  .product[data-game=ameaoeDE]+.product[data-game=gameaoeDE]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=ameaoeDE]+.product[data-game=gameaoeDE] .product__card{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}
  .product[data-game=ameaoeDE]+.product[data-game=gameaoeDE] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=ameaoeDE]+.product[data-game=gameaoeDE].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=gameaoemyth]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-retold-v3.fe12657851e80632.webp)}
  .product[data-game=gameaoemyth]+.product[data-game=gameaoemyth]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=gameaoemyth]+.product[data-game=gameaoemyth] .product__card{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}
  .product[data-game=gameaoemyth]+.product[data-game=gameaoemyth] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=gameaoemyth]+.product[data-game=gameaoemyth].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=gameaoe3]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age3-v2-desk.6b2ea97ecd0b0782.webp)}
  @media screen and (max-width: 1100px){.product[data-game=gameaoe3]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age3-v2-mobile.b216349a55a69627.webp)}}
  .product[data-game=gameaoe3]+.product[data-game=gameaoe3]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=gameaoe3]+.product[data-game=gameaoe3] .product__card{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}
  .product[data-game=gameaoe3]+.product[data-game=gameaoe3] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=gameaoe3]+.product[data-game=gameaoe3].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=gameaoe2HD]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age2hd-v2-desk.9aaa9eea3c0b7a38.webp)}
  @media screen and (max-width: 1100px){.product[data-game=gameaoe2HD]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age2hd-v2-mobile.831dc68276569034.webp)}}
  .product[data-game=gameaoe2HD]+.product[data-game=gameaoe2HD]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=gameaoe2HD]+.product[data-game=gameaoe2HD] .product__card{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}
  .product[data-game=gameaoe2HD]+.product[data-game=gameaoe2HD] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=gameaoe2HD]+.product[data-game=gameaoe2HD].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=gearshop]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-gearshop-v3-desk.e6cc164d8958df98.webp)}
  @media screen and (max-width: 1100px){.product[data-game=gearshop]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-gearshop-v3-mobile.c422382f1b7d8ce7.webp)}}
  .product[data-game=gearshop]+.product[data-game=gearshop]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=gearshop]+.product[data-game=gearshop] .product__card{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}
  .product[data-game=gearshop]+.product[data-game=gearshop] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=gearshop]+.product[data-game=gearshop].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=anniversaryCollection]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-25annicollection-desk.c2c647db8e1440fd.webp)}
  @media screen and (max-width: 1100px){.product[data-game=anniversaryCollection]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-25annicollection-mobile.d5961e7e533a4c8c.webp)}}
  .product[data-game=anniversaryCollection]+.product[data-game=anniversaryCollection]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=anniversaryCollection]+.product[data-game=anniversaryCollection] .product__card{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}
  .product[data-game=anniversaryCollection]+.product[data-game=anniversaryCollection] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=anniversaryCollection]+.product[data-game=anniversaryCollection].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=aoe2deDeluxeBundle]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age2de-deluxe-desk.0b43753873bf9fa1.webp)}
  @media screen and (max-width: 1100px){.product[data-game=aoe2deDeluxeBundle]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-age2de-deluxe-mobile.a1239793ce4f40bb.webp)}}
  .product[data-game=aoe2deDeluxeBundle]+.product[data-game=aoe2deDeluxeBundle]{margin-top:-1.6rem;padding-top:0;border-top-width:0;background-image:none}
  .product[data-game=aoe2deDeluxeBundle]+.product[data-game=aoe2deDeluxeBundle] .product__card{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}
  .product[data-game=aoe2deDeluxeBundle]+.product[data-game=aoe2deDeluxeBundle] .product__img-wrapper img{margin-top:.5rem}
  @media(min-width: 1100px){.product[data-game=aoe2deDeluxeBundle]+.product[data-game=aoe2deDeluxeBundle].--sale-active .product__img-wrapper img{margin-top:-4.75rem}}
  .product[data-game=anthologyBundle]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-anthology-desk.bf5c28fd703dcf2e.webp)}
  @media screen and (max-width: 1100px){.product[data-game=anthologyBundle]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-anthology-mobile.ee9f342d0e428f60.webp)}}
  .product[data-game=definitiveCollectionBundle]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-decollection-desk.89dd223266f8e99c.webp)}
  @media screen and (max-width: 1100px){.product[data-game=definitiveCollectionBundle]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-decollection-mobile.523274b0f4c5b958.webp)}}
  .product[data-game=definitiveEditionBundle]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-debundle-desk.b643fb8dcace850a.webp)}
  @media screen and (max-width: 1100px){.product[data-game=definitiveEditionBundle]{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-buynow-debundle-mobile.0a81d63566fb8958.webp)}}
  .product.--sale-active .purchase__option[data-sale]{position:relative;margin-bottom:2rem}
  .product.--sale-active .purchase__option[data-sale] .sale-banner{left:-1px;right:-1px;top:100%;padding:.25rem .5rem;text-shadow:none;position:absolute}
  .product.--sale-active .purchase__option[data-sale] .sale-banner:before,.product.--sale-active .purchase__option[data-sale] .sale-banner:after{display:none}
  @media(min-width: 1100px){.product.--sale-active .product__img-wrapper img{top:-4.75rem}}
  .product .sale-banner{display:flex;flex-wrap:nowrap;padding:.25rem 1.25rem;color:#0f1119;font-weight:700;font-family:noto-sans,sans-serif;background:linear-gradient(180deg, #85fc89 0%, #44c25c 100%)}
  .product .sale-banner span{width:70%;display:block}
  .product .sale-banner:before,.product .sale-banner:after{content:"";display:none;height:1.5rem}
  .product .sale-banner:before{width:29.25%}
  .product .sale-banner:after{width:17rem}
  @media(min-width: 68em){.product .sale-banner{padding:.25rem 0}.product .sale-banner:before,.product .sale-banner:after{display:block}}
  .product__card{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem 1.125rem 1.125rem 0;position:relative;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);display:flex;flex-flow:column;margin-bottom:1.5rem}
  .product__card>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.product__card{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media screen and (max-width: 1100px){.product__card{padding:1.25rem}}
  .product__card__top{display:flex;flex-flow:row nowrap;justify-content:space-between}
  @media screen and (max-width: 1100px){.product__card__top{flex-wrap:wrap}}
  .product__img-wrapper{position:relative;width:30%}
  @media screen and (max-width: 1100px){.product__img-wrapper{order:0;width:40%}.product__img-wrapper img{position:relative}}
  @media screen and (max-width: 530px){.product__img-wrapper{width:50%}}
  .product__info{width:70%}
  @media screen and (max-width: 1100px){.product__info{margin-top:1.5rem;width:100%;order:2}}
  .product__title{font-family:maiola,serif;font-weight:bold;font-size:1.706698rem;line-height:1.5;margin-top:0;margin-bottom:.75rem;color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  .product__description{margin-bottom:1.5rem;padding-bottom:1rem}
  .product__description.border{border-bottom-width:2px 0;border-image-slice:2;border-image-source:linear-gradient(90deg, rgba(66, 99, 128, 0), #426380 25%, 75%, rgba(66, 99, 128, 0) 100%);border-style:solid;border-top:none}
  .product__description .promo{width:100%;margin-bottom:.25rem}
  .product__description ul{margin:0 0 1.5rem;margin-left:1.5rem}
  .product__description ul li{margin-bottom:calc(1.5rem/2)}
  .product__description ul ul li:first-of-type,.product__description ul ol li:first-of-type{padding-top:calc(1.5rem/2)}
  .product__description ul li{text-indent:-1em;margin-left:1em}
  .product__description ul li:before{color:inherit;width:1rem;text-indent:0;display:inline-block;content:"";width:.4em;height:.4em;border-radius:50%;background:linear-gradient(180deg, #E7C067, #B8862D);margin-right:.6em;vertical-align:top;margin-top:calc(1.5rem/2 - .2em)}
  .product__description ul li li,.product__description ul li ul li{margin-left:1.5rem}
  .product__description ul li li:before,.product__description ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .product__description ul li li li:before,.product__description ul li li ul li:before,.product__description ul li ul li li:before,.product__description ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .product__description ul li li li li:before,.product__description ul li li li ul li:before,.product__description ul li li ul li li:before,.product__description ul li li ul li ul li:before,.product__description ul li ul li li li:before,.product__description ul li ul li li ul li:before,.product__description ul li ul li ul li li:before,.product__description ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .product__description ul li li li li li:before,.product__description ul li li li li ul li:before,.product__description ul li li li ul li li:before,.product__description ul li li li ul li ul li:before,.product__description ul li li ul li li li:before,.product__description ul li li ul li li ul li:before,.product__description ul li li ul li ul li li:before,.product__description ul li li ul li ul li ul li:before,.product__description ul li ul li li li li:before,.product__description ul li ul li li li ul li:before,.product__description ul li ul li li ul li li:before,.product__description ul li ul li li ul li ul li:before,.product__description ul li ul li ul li li li:before,.product__description ul li ul li ul li li ul li:before,.product__description ul li ul li ul li ul li li:before,.product__description ul li ul li ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .product__description ul li li li li li li:before,.product__description ul li li li li li ul li:before,.product__description ul li li li li ul li li:before,.product__description ul li li li li ul li ul li:before,.product__description ul li li li ul li li li:before,.product__description ul li li li ul li li ul li:before,.product__description ul li li li ul li ul li li:before,.product__description ul li li li ul li ul li ul li:before,.product__description ul li li ul li li li li:before,.product__description ul li li ul li li li ul li:before,.product__description ul li li ul li li ul li li:before,.product__description ul li li ul li li ul li ul li:before,.product__description ul li li ul li ul li li li:before,.product__description ul li li ul li ul li li ul li:before,.product__description ul li li ul li ul li ul li li:before,.product__description ul li li ul li ul li ul li ul li:before,.product__description ul li ul li li li li li:before,.product__description ul li ul li li li li ul li:before,.product__description ul li ul li li li ul li li:before,.product__description ul li ul li li li ul li ul li:before,.product__description ul li ul li li ul li li li:before,.product__description ul li ul li li ul li li ul li:before,.product__description ul li ul li li ul li ul li li:before,.product__description ul li ul li li ul li ul li ul li:before,.product__description ul li ul li ul li li li li:before,.product__description ul li ul li ul li li li ul li:before,.product__description ul li ul li ul li li ul li li:before,.product__description ul li ul li ul li li ul li ul li:before,.product__description ul li ul li ul li ul li li li:before,.product__description ul li ul li ul li ul li li ul li:before,.product__description ul li ul li ul li ul li ul li li:before,.product__description ul li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  @media screen and (-ms-high-contrast: black-on-white),(-ms-high-contrast: white-on-black){.product__description ul li:before{background:#16668b;filter:brightness(0.25)}.product__description ul li li:before,.product__description ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.product__description ul li li li:before,.product__description ul li li ul li:before,.product__description ul li ul li li:before,.product__description ul li ul li ul li:before{background:#16668b;border:0 none}.product__description ul li li li li:before,.product__description ul li li li ul li:before,.product__description ul li li ul li li:before,.product__description ul li li ul li ul li:before,.product__description ul li ul li li li:before,.product__description ul li ul li li ul li:before,.product__description ul li ul li ul li li:before,.product__description ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.product__description ul li li li li li:before,.product__description ul li li li li ul li:before,.product__description ul li li li ul li li:before,.product__description ul li li li ul li ul li:before,.product__description ul li li ul li li li:before,.product__description ul li li ul li li ul li:before,.product__description ul li li ul li ul li li:before,.product__description ul li li ul li ul li ul li:before,.product__description ul li ul li li li li:before,.product__description ul li ul li li li ul li:before,.product__description ul li ul li li ul li li:before,.product__description ul li ul li li ul li ul li:before,.product__description ul li ul li ul li li li:before,.product__description ul li ul li ul li li ul li:before,.product__description ul li ul li ul li ul li li:before,.product__description ul li ul li ul li ul li ul li:before{background:#16668b;border:0 none}.product__description ul li li li li li li:before,.product__description ul li li li li li ul li:before,.product__description ul li li li li ul li li:before,.product__description ul li li li li ul li ul li:before,.product__description ul li li li ul li li li:before,.product__description ul li li li ul li li ul li:before,.product__description ul li li li ul li ul li li:before,.product__description ul li li li ul li ul li ul li:before,.product__description ul li li ul li li li li:before,.product__description ul li li ul li li li ul li:before,.product__description ul li li ul li li ul li li:before,.product__description ul li li ul li li ul li ul li:before,.product__description ul li li ul li ul li li li:before,.product__description ul li li ul li ul li li ul li:before,.product__description ul li li ul li ul li ul li li:before,.product__description ul li li ul li ul li ul li ul li:before,.product__description ul li ul li li li li li:before,.product__description ul li ul li li li li ul li:before,.product__description ul li ul li li li ul li li:before,.product__description ul li ul li li li ul li ul li:before,.product__description ul li ul li li ul li li li:before,.product__description ul li ul li li ul li li ul li:before,.product__description ul li ul li li ul li ul li li:before,.product__description ul li ul li li ul li ul li ul li:before,.product__description ul li ul li ul li li li li:before,.product__description ul li ul li ul li li li ul li:before,.product__description ul li ul li ul li li ul li li:before,.product__description ul li ul li ul li li ul li ul li:before,.product__description ul li ul li ul li ul li li li:before,.product__description ul li ul li ul li ul li li ul li:before,.product__description ul li ul li ul li ul li ul li li:before,.product__description ul li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}}
  .product__description a{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .product__description a:hover{color:#98f1f0}
  .product__description a:focus{color:#98f1f0}
  .product__description a:active{color:#fff}
  .product__purchase-options{width:17rem;display:flex;flex-flow:column;align-items:flex-end;justify-content:flex-start}
  @media screen and (max-width: 1100px){.product__purchase-options{order:1;width:50%}}
  .purchase__option{background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));box-shadow:0 .25rem .5rem rgba(0,0,0,.6);color:#ffdf91;position:relative;display:flex;align-items:center;justify-content:center;padding:1.5rem;margin-bottom:0;height:6rem;width:12rem;border:0;border-radius:8px}
  .purchase__option:not(:disabled):hover,.purchase__option:not(:disabled):focus{background-color:#277298;transition:opacity .16s ease-in-out}
  .purchase__option::after{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .16s ease-in-out;background:linear-gradient(to bottom, #FFDF91, #B8862D);padding:2px;-webkit-mask:linear-gradient(#fff 0, #fff 0) content-box,linear-gradient(#fff 0, #fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
  .purchase__option:not(:disabled):hover,.purchase__option:not(:disabled):focus{border-image:none;border-width:0;border-style:none}
  .purchase__option:not(:disabled):hover::after,.purchase__option:not(:disabled):focus::after{opacity:1}
  .purchase__option.insert-coin{padding:0}
  @media screen and (max-width: 600px){.purchase__option{height:4rem;width:9rem;padding:1rem;max-width:calc(100% - 1rem)}.purchase__option .sale-banner{padding-left:0;padding-right:0;text-align:center}}
  .purchase__option+.purchase__option{margin-top:.75rem}
  .purchase__option.steam,.purchase__option.steam_mac{padding:0;border:0;object-fit:cover}
  .purchase__option.gamepass{padding:1rem}
  @media screen and (max-width: 600px){.purchase__option.gamepass{padding:.5rem}}
  .purchase__option.xbox{height:12rem}
  @media screen and (max-width: 600px){.purchase__option.xbox{max-height:10rem;max-width:10rem}}
  @media screen and (max-width: 530px){.purchase__option.xbox{height:auto}}
  .purchase__option.windows_store,.purchase__option.mac_store{padding:0;height:unset;border-radius:8px;position:relative;overflow:hidden}
  .purchase__option.mac_store{border-radius:11px}
  @media(forced-colors: active){.purchase__option.gamepass_xbox .purchase__option__image,.purchase__option.gamepass .purchase__option__image,.purchase__option.xbox .purchase__option__image,.purchase__option.playstation .purchase__option__image{filter:brightness(0.25)}.purchase__option.steam .purchase__option__image{filter:invert(1)}}
  @media(forced-colors: active)and (prefers-color-scheme: dark){.purchase__option.steam .purchase__option__image,.purchase__option.playstation .purchase__option__image,.purchase__option.gamepass_xbox .purchase__option__image,.purchase__option.gamepass .purchase__option__image{filter:contrast(1)}}
  .purchase__option__image{height:100%;width:100%;object-fit:fill;font-family:"object-fit: fill";vertical-align:top}
  @media(min-width: 40em){.product__system-reqs{display:flex;flex-wrap:wrap;margin-left:calc(1.5rem/-2);margin-right:calc(1.5rem/-2)}}
  .product__system-reqs__block{margin-bottom:1.5rem}
  .product__system-reqs__block:last-of-type{margin-bottom:0}
  @media(min-width: 40em){.product__system-reqs__block{margin-bottom:0;flex-grow:1;display:block;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);flex:1 1 40%}}
  .product__system-reqs__block+.product__system-reqs__block{border:none}
  .product__system-reqs__header{font-size:.8536067893rem;letter-spacing:.06em;line-height:1.5;color:#e7c067;text-shadow:1px 1px 0 rgba(0,0,0,.6);font-weight:400;margin:0}
  .product__system-reqs__list{margin:0 0 1.5rem;padding-bottom:0;margin-left:1.5rem;font-size:.8536067893rem;line-height:1.5}
  .product__system-reqs__list li{margin-bottom:calc(1.5rem/2)}
  .product__system-reqs__list ul li:first-of-type,.product__system-reqs__list ol li:first-of-type{padding-top:calc(1.5rem/2)}
  .product__system-reqs__list li{text-indent:-1em;margin-left:1em}
  .product__system-reqs__list li:before{color:inherit;width:1rem;text-indent:0;display:inline-block;content:"";width:.4em;height:.4em;border-radius:50%;background:linear-gradient(180deg, #E7C067, #B8862D);margin-right:.6em;vertical-align:top;margin-top:calc(1.5rem/2 - .2em)}
  .product__system-reqs__list li li,.product__system-reqs__list li ul li{margin-left:1.5rem}
  .product__system-reqs__list li li:before,.product__system-reqs__list li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .product__system-reqs__list li li li:before,.product__system-reqs__list li li ul li:before,.product__system-reqs__list li ul li li:before,.product__system-reqs__list li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .product__system-reqs__list li li li li:before,.product__system-reqs__list li li li ul li:before,.product__system-reqs__list li li ul li li:before,.product__system-reqs__list li li ul li ul li:before,.product__system-reqs__list li ul li li li:before,.product__system-reqs__list li ul li li ul li:before,.product__system-reqs__list li ul li ul li li:before,.product__system-reqs__list li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  .product__system-reqs__list li li li li li:before,.product__system-reqs__list li li li li ul li:before,.product__system-reqs__list li li li ul li li:before,.product__system-reqs__list li li li ul li ul li:before,.product__system-reqs__list li li ul li li li:before,.product__system-reqs__list li li ul li li ul li:before,.product__system-reqs__list li li ul li ul li li:before,.product__system-reqs__list li li ul li ul li ul li:before,.product__system-reqs__list li ul li li li li:before,.product__system-reqs__list li ul li li li ul li:before,.product__system-reqs__list li ul li li ul li li:before,.product__system-reqs__list li ul li li ul li ul li:before,.product__system-reqs__list li ul li ul li li li:before,.product__system-reqs__list li ul li ul li li ul li:before,.product__system-reqs__list li ul li ul li ul li li:before,.product__system-reqs__list li ul li ul li ul li ul li:before{background:linear-gradient(180deg, #E7C067, #B8862D);border:0 none;border-radius:50%}
  .product__system-reqs__list li li li li li li:before,.product__system-reqs__list li li li li li ul li:before,.product__system-reqs__list li li li li ul li li:before,.product__system-reqs__list li li li li ul li ul li:before,.product__system-reqs__list li li li ul li li li:before,.product__system-reqs__list li li li ul li li ul li:before,.product__system-reqs__list li li li ul li ul li li:before,.product__system-reqs__list li li li ul li ul li ul li:before,.product__system-reqs__list li li ul li li li li:before,.product__system-reqs__list li li ul li li li ul li:before,.product__system-reqs__list li li ul li li ul li li:before,.product__system-reqs__list li li ul li li ul li ul li:before,.product__system-reqs__list li li ul li ul li li li:before,.product__system-reqs__list li li ul li ul li li ul li:before,.product__system-reqs__list li li ul li ul li ul li li:before,.product__system-reqs__list li li ul li ul li ul li ul li:before,.product__system-reqs__list li ul li li li li li:before,.product__system-reqs__list li ul li li li li ul li:before,.product__system-reqs__list li ul li li li ul li li:before,.product__system-reqs__list li ul li li li ul li ul li:before,.product__system-reqs__list li ul li li ul li li li:before,.product__system-reqs__list li ul li li ul li li ul li:before,.product__system-reqs__list li ul li li ul li ul li li:before,.product__system-reqs__list li ul li li ul li ul li ul li:before,.product__system-reqs__list li ul li ul li li li li:before,.product__system-reqs__list li ul li ul li li li ul li:before,.product__system-reqs__list li ul li ul li li ul li li:before,.product__system-reqs__list li ul li ul li li ul li ul li:before,.product__system-reqs__list li ul li ul li ul li li li:before,.product__system-reqs__list li ul li ul li ul li li ul li:before,.product__system-reqs__list li ul li ul li ul li ul li li:before,.product__system-reqs__list li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #e7c067}
  @media screen and (-ms-high-contrast: black-on-white),(-ms-high-contrast: white-on-black){.product__system-reqs__list li:before{background:#16668b;filter:brightness(0.25)}.product__system-reqs__list li li:before,.product__system-reqs__list li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.product__system-reqs__list li li li:before,.product__system-reqs__list li li ul li:before,.product__system-reqs__list li ul li li:before,.product__system-reqs__list li ul li ul li:before{background:#16668b;border:0 none}.product__system-reqs__list li li li li:before,.product__system-reqs__list li li li ul li:before,.product__system-reqs__list li li ul li li:before,.product__system-reqs__list li li ul li ul li:before,.product__system-reqs__list li ul li li li:before,.product__system-reqs__list li ul li li ul li:before,.product__system-reqs__list li ul li ul li li:before,.product__system-reqs__list li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}.product__system-reqs__list li li li li li:before,.product__system-reqs__list li li li li ul li:before,.product__system-reqs__list li li li ul li li:before,.product__system-reqs__list li li li ul li ul li:before,.product__system-reqs__list li li ul li li li:before,.product__system-reqs__list li li ul li li ul li:before,.product__system-reqs__list li li ul li ul li li:before,.product__system-reqs__list li li ul li ul li ul li:before,.product__system-reqs__list li ul li li li li:before,.product__system-reqs__list li ul li li li ul li:before,.product__system-reqs__list li ul li li ul li li:before,.product__system-reqs__list li ul li li ul li ul li:before,.product__system-reqs__list li ul li ul li li li:before,.product__system-reqs__list li ul li ul li li ul li:before,.product__system-reqs__list li ul li ul li ul li li:before,.product__system-reqs__list li ul li ul li ul li ul li:before{background:#16668b;border:0 none}.product__system-reqs__list li li li li li li:before,.product__system-reqs__list li li li li li ul li:before,.product__system-reqs__list li li li li ul li li:before,.product__system-reqs__list li li li li ul li ul li:before,.product__system-reqs__list li li li ul li li li:before,.product__system-reqs__list li li li ul li li ul li:before,.product__system-reqs__list li li li ul li ul li li:before,.product__system-reqs__list li li li ul li ul li ul li:before,.product__system-reqs__list li li ul li li li li:before,.product__system-reqs__list li li ul li li li ul li:before,.product__system-reqs__list li li ul li li ul li li:before,.product__system-reqs__list li li ul li li ul li ul li:before,.product__system-reqs__list li li ul li ul li li li:before,.product__system-reqs__list li li ul li ul li li ul li:before,.product__system-reqs__list li li ul li ul li ul li li:before,.product__system-reqs__list li li ul li ul li ul li ul li:before,.product__system-reqs__list li ul li li li li li:before,.product__system-reqs__list li ul li li li li ul li:before,.product__system-reqs__list li ul li li li ul li li:before,.product__system-reqs__list li ul li li li ul li ul li:before,.product__system-reqs__list li ul li li ul li li li:before,.product__system-reqs__list li ul li li ul li li ul li:before,.product__system-reqs__list li ul li li ul li ul li li:before,.product__system-reqs__list li ul li li ul li ul li ul li:before,.product__system-reqs__list li ul li ul li li li li:before,.product__system-reqs__list li ul li ul li li li ul li:before,.product__system-reqs__list li ul li ul li li ul li li:before,.product__system-reqs__list li ul li ul li li ul li ul li:before,.product__system-reqs__list li ul li ul li ul li li li:before,.product__system-reqs__list li ul li ul li ul li li ul li:before,.product__system-reqs__list li ul li ul li ul li ul li li:before,.product__system-reqs__list li ul li ul li ul li ul li ul li:before{background:rgba(0,0,0,0);border:1px solid #16668b}}
  .product__system-reqs__list li{margin-bottom:.5rem}
  .product__system-reqs__list li:last-child{margin-bottom:0}
  .product__expansions{grid-column:1/-1;margin-left:1.25rem;padding:1.25rem;background-color:#263144}
  @media(min-width: 68em){.product__expansions{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:1.875rem;grid-row-gap:1.5rem}}
  @media screen and (max-width: 1100px){.product__expansions{margin-left:0}}
  .product__expansions__header{font-size:1.414rem;line-height:1.5;font-family:maiola,serif;color:#ffdf91;font-weight:bold;text-shadow:1px 1px 0 rgba(0,0,0,.6);margin-bottom:calc(1.5rem/2)}
  @media(min-width: 68em){.product__expansions__header{margin:0;margin-bottom:-0.75rem;grid-column:1/-1}}
  .product__expansion{margin-bottom:1.5rem;display:grid;grid-template-columns:80px 1fr;grid-gap:.75rem}
  .product__expansion__thumbnail{background-color:#777;float:left;margin-right:.75rem;margin-bottom:.75rem;height:auto}
  .product__expansion__title{font-size:.8536067893rem;color:#e7c067;margin:0;padding-top:0}
  .product__expansion__description{font-size:.8536067893rem}
  @media(min-width: 68em){.product__expansion{grid-template-columns:152px 1fr}.product__expansion__thumbnail{margin-right:1.875rem;min-height:7.125rem}}
  .template-careers .site-container hr.divider{margin:15px 0}
  .careers-page-content{margin-top:-15px;padding-top:4.5rem;padding-bottom:8.625rem;background-color:#0f1119}
  .careers-page-content .responsive-grid{padding-left:calc(var(--page-margin)*2);padding-right:calc(var(--page-margin)*2)}
  .careers-page-content .responsive-grid__row{display:grid;grid-template-columns:60% 40%;grid-column-gap:0px;grid-row-gap:0px;background:#1e2536;padding:.375rem}
  .careers-page-content .responsive-grid__row:nth-child(2n+3){background:#0f1119}
  .careers-page-content .responsive-grid__row.--grid-header{background:#0f1119;padding:.375rem}
  @media screen and (max-width: 54em){.careers-page-content .responsive-grid__row.--grid-header{grid-template-columns:60% 40%}}
  .careers-page-content .responsive-grid__col{color:#b9b9b9;font-size:.8536067893rem;font-weight:100}
  .careers-page-content .responsive-grid__col:first-child{color:#6ce7e7}
  .careers-page-content .responsive-grid__col:first-child a{color:#6ce7e7}
  .careers-page-content .responsive-grid__col:first-child a:hover{-webkit-text-decoration:underline;text-decoration:underline}
  .careers-page-content .responsive-grid__col.--header-text{color:#ffdf91;font-weight:400;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  @media screen and (max-width: 54em){.careers-page-content{margin-top:-0.75rem}}
  .games-landing__hero{position:relative;background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/bg-gameslanding-hero-mobile.78bb11a50b40f514.webp);background-size:auto 100%;padding:0}
  .games-landing__hero::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(2.5/1*100%)}
  .games-landing__hero::after{content:"";display:table;clear:both}
  @media(min-width: 54em){.games-landing__hero{position:relative;background:rgba(0,0,0,0);padding-top:0;height:44vw;max-height:70vh;min-height:18rem;overflow:visible;margin-bottom:5vw}.games-landing__hero::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(2.4/1*100%)}.games-landing__hero::after{display:table;clear:both;content:"";width:100%;height:13vw;background-image:url(/wp-content/themes/ageOfEmpires/public/images/swoosh.ae77de5186fd478e.webp),url(/wp-content/themes/ageOfEmpires/public/images/swoosh-mask.e4f60d.svg);background-size:100% 100%,100% 100%;background-position:0 101%,0 101%;position:absolute;bottom:-3vw;z-index:150}}
  @media(min-width: 240em){.games-landing__hero{margin-bottom:5.5rem}.games-landing__hero::after{height:16rem;bottom:-5.5rem}}
  .games-landing__hero__clip-paths{position:absolute;top:200%;left:200%;opacity:0;width:0;height:0}
  .games-landing__hero__container{position:absolute;top:0;left:0;width:100%;height:100%}
  @media(min-width: 54em){.games-landing__hero__container{display:flex;flex-direction:row}}
  .games-landing__hero__part{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:8vw;position:relative}
  .games-landing__hero__part:hover::before{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background-color:rgba(231,192,103,.25);mix-blend-mode:overlay}
  .games-landing__hero__part.--age4{height:19.92%;-webkit-clip-path:url(#GLPMobileHeroClip1);clip-path:url(#GLPMobileHeroClip1)}
  .games-landing__hero__part.--age3{height:24.94%;margin-top:-9.36%;-webkit-clip-path:url(#GLPMobileHeroClip2);clip-path:url(#GLPMobileHeroClip2)}
  .games-landing__hero__part.--age2{height:21.23%;margin-top:-7.69%;-webkit-clip-path:url(#GLPMobileHeroClip3);clip-path:url(#GLPMobileHeroClip3)}
  .games-landing__hero__part.--age1{height:22.6%;margin-top:-7.23%;-webkit-clip-path:url(#GLPMobileHeroClip4);clip-path:url(#GLPMobileHeroClip4)}
  .games-landing__hero__part.--myth{height:22.31%;margin-top:-8.3%;-webkit-clip-path:url(#GLPMobileHeroClip5);clip-path:url(#GLPMobileHeroClip5)}
  @media(min-width: 54em){.games-landing__hero__part{flex:1 1 auto;background-position:50% 50%;background-size:cover}.games-landing__hero__part.--age1,.games-landing__hero__part.--age2,.games-landing__hero__part.--age3,.games-landing__hero__part.--age4,.games-landing__hero__part.--myth{height:auto;margin-top:0;-webkit-clip-path:none;clip-path:none}.games-landing__hero__part.--age1{order:1;flex-basis:18%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-agede.548a605d18ecd90f.webp)}}
  @media(min-width: 54em)and (min-width: 125em){.games-landing__hero__part.--age1{background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-agede@4k.9f9e927ef4e1d7c2.webp)}}
  @media(min-width: 54em){.games-landing__hero__part.--age2{order:2;flex-basis:20%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-age2de.43a4936709273e3e.webp)}}
  @media(min-width: 54em)and (min-width: 125em){.games-landing__hero__part.--age2{background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-age2de@4k.f2e4d9011c645867.webp)}}
  @media(min-width: 54em){.games-landing__hero__part.--age3{order:4;flex-basis:20%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-age3de.1f61634b71612cd7.webp)}}
  @media(min-width: 54em)and (min-width: 125em){.games-landing__hero__part.--age3{background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-age3de@4k.5cf6b04a04f24344.webp)}}
  @media(min-width: 54em){.games-landing__hero__part.--age4{order:3;flex-basis:22%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-age4.1619ea0a5ea4d217.webp)}}
  @media(min-width: 54em)and (min-width: 125em){.games-landing__hero__part.--age4{background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-age4@4k.ed8f96dd0ae4bde9.webp)}}
  @media(min-width: 54em){.games-landing__hero__part.--myth{order:5;flex-basis:18%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-myth.7b032fd4e878de01.webp)}}
  @media(min-width: 54em)and (min-width: 125em){.games-landing__hero__part.--myth{background-image:url(/wp-content/themes/ageOfEmpires/public/images/gameslanding/gameslanding-hero-slice-myth@4k.0807a0af4ca42b75.webp)}}
  @media(min-width: 240em){.games-landing__hero__part{padding-bottom:9rem}}
  .games-landing__hero__logo{visibility:hidden;display:none;opacity:0}
  @media(min-width: 54em){.games-landing__hero__logo{visibility:visible;display:block;opacity:1;transform:translateY(50%);position:relative;z-index:350}}
  .games-landing__section{background-image:url(/wp-content/themes/ageOfEmpires/public/images/glp-temp-mobile.7970f66f3973456c.webp);background-position:50% 0;background-size:100% auto;background-repeat:no-repeat;border-bottom:2px solid #e7c067;background-color:#181c29}
  .games-landing__section:nth-of-type(even){background-color:#0f1119}
  @media(min-width: 54em){.games-landing__section{background-image:url(/wp-content/themes/ageOfEmpires/public/images/glp-temp-desk.6311e51e2f58a62e.webp);background-position:0 0;background-size:cover;min-height:50vw;padding-top:6rem;padding-bottom:9rem;display:flex;align-items:flex-end}.games-landing__section .page-container{display:flex;align-items:center}.games-landing__section:nth-child(odd){background-image:url(/wp-content/themes/ageOfEmpires/public/images/glp-temp-desk-reverse.69c4975dcd424c96.webp);background-position:100% 0}.games-landing__section:nth-child(odd) .page-container{flex-direction:row-reverse}}
  .games-landing__section__info{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);width:100%;max-width:30rem;margin-left:auto;margin-right:auto}
  .games-landing__section__info>*:first-child(){padding-top:0;margin-top:0}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.games-landing__section__info{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em){.games-landing__section__info{padding:1.5rem}}
  @media(min-width: 80em){.games-landing__section__info{padding:1.5rem 1.875rem}}
  @media(min-width: 54em){.games-landing__section__info{max-width:60%;margin-left:0;margin-right:0}}
  @media(min-width: 80em){.games-landing__section__info{max-width:50%}}
  .games-landing__section__logo{display:block;width:80%;max-width:30rem;margin:0 auto;transform:translateY(15%);position:relative;z-index:350}
  .games-landing__section__logo img{width:100%;object-fit:contain;font-family:"object-fit: contain"}
  @media(min-width: 54em){.games-landing__section__logo{flex:1 1 40%;transform:none}}
  .games-landing__section__button-group{display:flex;flex-wrap:wrap;align-items:center;margin-left:calc(1.5rem/-2);margin-right:calc(1.5rem/-2);justify-content:center;padding-top:.75rem}
  .games-landing__section__button-group>*{margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);flex:1 1 100%}
  @media(min-width: 80em){.games-landing__section__button-group>*{flex:0 1 40%}.games-landing__section__button-group:not(.--singleton)>*{flex-grow:1}.games-landing__section__button-group:not(.--singleton)::after{content:"";flex:1 1 40%;flex-grow:1;display:block;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2)}}
  .games-landing__section__button{line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0))}
  .games-landing__section__button [class*=icon]{fill:url(#iconGradientLight)}
  .games-landing__section__button:not(:disabled):hover,.games-landing__section__button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .games-landing__section__button:not(:disabled):hover [class*=icon],.games-landing__section__button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .games-landing__section__button:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  .games-landing__section__icon-group{display:flex;flex-wrap:wrap;align-items:center;margin-left:calc(1.5rem/-2);margin-right:calc(1.5rem/-2);justify-content:center}
  .games-landing__section__icon-group>*{margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);flex:0 1 auto}
  .games-landing__section__icon-link{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem}
  .games-landing__section__icon-link .icon{display:inline-block;vertical-align:middle;width:3rem;height:3rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);margin-bottom:2px}
  .games-landing__section__icon-link .icon__text{font-size:.8536067893rem;color:#ffdf91}
  .template-insider-landing .page-title__container{margin-bottom:0;min-height:173px}
  .template-insider-landing .page-title__container .page-title.--contained{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .template-insider-landing .page-title__container .page-title.--contained span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .template-insider-landing .page-title__container .page-title.--contained span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .template-insider-landing .page-title__container .page-title.--contained::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/insider.46ea04.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/insider.46ea04.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.template-insider-landing .page-title__container .page-title.--contained{text-indent:0}.template-insider-landing .page-title__container .page-title.--contained::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.template-insider-landing .page-title__container .page-title.--contained{font-size:2.413270972rem}}
  .template-insider-landing .page-title__container .page-title.--contained::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.template-insider-landing .page-title__container .page-title.--contained{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.template-insider-landing .page-title__container .page-title.--contained{width:83.3333333333%}.template-insider-landing .page-title__container .page-title.--contained::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .template-insider-survey .insider-survey__page__title .page-title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .template-insider-survey .insider-survey__page__title .page-title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .template-insider-survey .insider-survey__page__title .page-title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .template-insider-survey .insider-survey__page__title .page-title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/insider.46ea04.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/insider.46ea04.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.template-insider-survey .insider-survey__page__title .page-title{text-indent:0}.template-insider-survey .insider-survey__page__title .page-title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.template-insider-survey .insider-survey__page__title .page-title{font-size:2.413270972rem}}
  .template-insider-survey .insider-survey__page__title .page-title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.template-insider-survey .insider-survey__page__title .page-title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.template-insider-survey .insider-survey__page__title .page-title{width:83.3333333333%}.template-insider-survey .insider-survey__page__title .page-title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .template-insider-survey .conditional{display:none}
  .template-insider-survey input[type=checkbox],.template-insider-survey input[type=radio]{display:inherit;visibility:visible;position:absolute}
  .template-insider-survey button.small_icon .icon{height:1rem;width:1rem}
  .template-insider-survey #languageSwitcherForm>*{display:inline-block}
  .template-insider-survey .insider-greeting{font-size:2rem;font-weight:lighter}
  .template-insider-survey .insider-greeting #value_gamertag{font-weight:bold;color:#ffdf91}
  .template-insider-survey #languageSelect{line-height:1.5rem;padding:.055rem .5rem;font-size:.7rem;width:11rem;vertical-align:inherit;margin-bottom:0}
  .template-insider-survey .nda-container{max-height:32vh;overflow-y:scroll;margin-bottom:1em;padding:1em}
  .template-insider-survey .nda-container.--resizable{max-height:none;resize:vertical;overflow:auto;min-height:12rem}
  .template-insider-survey .steam .steam-link .hidden,.template-insider-survey .steam .platform-link .hidden,.template-insider-survey .platform .steam-link .hidden,.template-insider-survey .platform .platform-link .hidden{display:none}
  .template-insider-survey .steam .steam-link .js-steam-delete:hover .steam-personaname,.template-insider-survey .steam .steam-link .js-steam-delete:hover .platform-username,.template-insider-survey .steam .steam-link .js-platform-delete:hover .steam-personaname,.template-insider-survey .steam .steam-link .js-platform-delete:hover .platform-username,.template-insider-survey .steam .platform-link .js-steam-delete:hover .steam-personaname,.template-insider-survey .steam .platform-link .js-steam-delete:hover .platform-username,.template-insider-survey .steam .platform-link .js-platform-delete:hover .steam-personaname,.template-insider-survey .steam .platform-link .js-platform-delete:hover .platform-username,.template-insider-survey .platform .steam-link .js-steam-delete:hover .steam-personaname,.template-insider-survey .platform .steam-link .js-steam-delete:hover .platform-username,.template-insider-survey .platform .steam-link .js-platform-delete:hover .steam-personaname,.template-insider-survey .platform .steam-link .js-platform-delete:hover .platform-username,.template-insider-survey .platform .platform-link .js-steam-delete:hover .steam-personaname,.template-insider-survey .platform .platform-link .js-steam-delete:hover .platform-username,.template-insider-survey .platform .platform-link .js-platform-delete:hover .steam-personaname,.template-insider-survey .platform .platform-link .js-platform-delete:hover .platform-username{display:none}
  .template-insider-survey .steam .steam-link .js-steam-delete:hover .steam-disconnect,.template-insider-survey .steam .steam-link .js-steam-delete:hover .platform-disconnect,.template-insider-survey .steam .steam-link .js-platform-delete:hover .steam-disconnect,.template-insider-survey .steam .steam-link .js-platform-delete:hover .platform-disconnect,.template-insider-survey .steam .platform-link .js-steam-delete:hover .steam-disconnect,.template-insider-survey .steam .platform-link .js-steam-delete:hover .platform-disconnect,.template-insider-survey .steam .platform-link .js-platform-delete:hover .steam-disconnect,.template-insider-survey .steam .platform-link .js-platform-delete:hover .platform-disconnect,.template-insider-survey .platform .steam-link .js-steam-delete:hover .steam-disconnect,.template-insider-survey .platform .steam-link .js-steam-delete:hover .platform-disconnect,.template-insider-survey .platform .steam-link .js-platform-delete:hover .steam-disconnect,.template-insider-survey .platform .steam-link .js-platform-delete:hover .platform-disconnect,.template-insider-survey .platform .platform-link .js-steam-delete:hover .steam-disconnect,.template-insider-survey .platform .platform-link .js-steam-delete:hover .platform-disconnect,.template-insider-survey .platform .platform-link .js-platform-delete:hover .steam-disconnect,.template-insider-survey .platform .platform-link .js-platform-delete:hover .platform-disconnect{display:inherit}
  .template-insider-survey .steam .steam-alert.card,.template-insider-survey .steam .platform-alert.card,.template-insider-survey .platform .steam-alert.card,.template-insider-survey .platform .platform-alert.card{box-shadow:none}
  .template-insider-survey .steam .steam-alert.card p,.template-insider-survey .steam .platform-alert.card p,.template-insider-survey .platform .steam-alert.card p,.template-insider-survey .platform .platform-alert.card p{margin-bottom:0}
  .template-insider-survey .steam .steam-alert.card a,.template-insider-survey .steam .platform-alert.card a,.template-insider-survey .platform .steam-alert.card a,.template-insider-survey .platform .platform-alert.card a{-webkit-text-decoration:underline;text-decoration:underline}
  .template-insider-survey .survey-summary .card{box-shadow:none;padding:.5rem 1.85rem}
  .template-insider-survey .survey-summary .info-label{color:#ffdf91}
  .template-insider-survey .survey-summary .survey-confirmation-cards,.template-insider-survey .survey-summary .survey-questions{margin-left:calc(1.5rem/-2);margin-right:calc(1.5rem/-2);justify-content:space-between;display:flex;flex-wrap:wrap}
  .template-insider-survey .survey-summary .survey-confirmation-cards>*,.template-insider-survey .survey-summary .survey-questions>*{flex-grow:1;display:block;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);margin-bottom:1.5rem;width:100%}
  @media(min-width: 40em){.template-insider-survey .survey-summary .survey-confirmation-cards,.template-insider-survey .survey-summary .survey-questions{flex-wrap:wrap}.template-insider-survey .survey-summary .survey-confirmation-cards>*,.template-insider-survey .survey-summary .survey-questions>*{flex-grow:1;display:block;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);flex:1 1 auto;margin-bottom:1.5rem;flex:1 1 20%}}
  .template-insider-survey .survey-summary .survey-communication-preferences{text-align:center}
  .template-insider-survey .survey-summary .survey-contact-preferences{margin:0 2.5rem}
  .template-insider-survey .survey-summary .summary-answer{display:none}
  .template-insider-survey .survey-summary .summary-answer.complete{display:inherit}
  .template-insider-survey .survey-summary .summary-answer.complete.inline{display:inline}
  .template-insider-survey .survey-summary .completion-list{margin-left:1rem}
  .template-insider-survey .survey-summary .survey-summary-card{text-align:center}
  .template-insider-survey .survey-summary .survey-summary-card .complete{display:block}
  .template-insider-survey .survey-summary .survey-summary-card .incomplete{display:none}
  .template-insider-survey .survey-summary .survey-summary-card.incomplete .complete{display:none}
  .template-insider-survey .survey-summary .survey-summary-card.incomplete .incomplete{display:block}
  .template-insider-survey .survey-summary .survey-question{flex-grow:1;display:block;margin-left:.75rem;margin-right:.75rem;margin-bottom:1.5rem;flex:1 1 45%}
  .template-insider-survey .survey-summary .survey-question.availability_summary{display:none}
  .microsoft-insiders__hero__title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .microsoft-insiders__hero__title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .microsoft-insiders__hero__title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .microsoft-insiders__hero__title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/insider.46ea04.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/insider.46ea04.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.microsoft-insiders__hero__title{text-indent:0}.microsoft-insiders__hero__title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.microsoft-insiders__hero__title{font-size:2.413270972rem}}
  .microsoft-insiders__hero__title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.microsoft-insiders__hero__title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.microsoft-insiders__hero__title{width:83.3333333333%}.microsoft-insiders__hero__title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .microsoft-insiders__cta{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;font-family:maiola,serif;font-weight:700;color:#000;border-color:#ffdf91;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);text-shadow:1px 1px 2px rgba(255,223,145,.8);position:relative;z-index:1;display:inline-block}
  .microsoft-insiders__cta .button-animation{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}
  .microsoft-insiders__cta [class*=icon]{fill:#000}
  .microsoft-insiders__cta::after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;content:"";background:linear-gradient(to bottom, #FFDF91, #B8862D);z-index:-2}
  .microsoft-insiders__cta:hover,.microsoft-insiders__cta:focus{color:#2a1715}
  .microsoft-insiders__cta:active{color:#190d0c}
  .microsoft-insiders__cta:active::after{background:#ffdf91;z-index:-1}
  .microsoft-insiders__cta:active [class*=icon]{fill:#190d0c}
  .microsoft-insiders__cta:disabled{border-color:#e7c067;text-shadow:none;opacity:1}
  .microsoft-insiders__cta:disabled::after{background:#cda351;z-index:-1}
  .microsoft-insiders__cta:not(.js-cta-button):hover,.microsoft-insiders__cta:not(.js-cta-button):focus{color:#000}
  .microsoft-insiders__cta:not(.js-cta-button):hover [class*=icon],.microsoft-insiders__cta:not(.js-cta-button):focus [class*=icon]{fill:#45281f}
  .microsoft-insiders__cta:not(.js-cta-button):hover:after,.microsoft-insiders__cta:not(.js-cta-button):focus:after{background:linear-gradient(to bottom, #FFDF91, #9F6C2D)}
  .page-template-page-mods-create .page-title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .page-template-page-mods-create .page-title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .page-template-page-mods-create .page-title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .page-template-page-mods-create .page-title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mod-upload.341ef3.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mod-upload.341ef3.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.page-template-page-mods-create .page-title{text-indent:0}.page-template-page-mods-create .page-title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.page-template-page-mods-create .page-title{font-size:2.413270972rem}}
  .page-template-page-mods-create .page-title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.page-template-page-mods-create .page-title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.page-template-page-mods-create .page-title{width:83.3333333333%}.page-template-page-mods-create .page-title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .section__medium__top{padding-top:1.5rem}
  #mod-detail>section{padding-top:0}
  #mods-list-main{display:flex}
  @media screen and (max-width: 1600px){#mods-list-main{display:block}}
  .main__mods__details__wrapper{display:flex;flex-flow:row wrap;gap:16px 0}
  .main__mods__details__wrapper .main__mods__details__body{width:calc(100% - 20rem);padding-right:2rem;display:flex;flex-direction:column;gap:24px}
  @media screen and (max-width: 1300px){.main__mods__details__wrapper .main__mods__details__body{width:100%;padding-right:0}}
  @media screen and (max-width: 864px){.main__mods__details__wrapper .main__mods__details__body{margin-top:24px}}
  .main__mods__details__wrapper .main__mods__details__aside{width:20rem}
  @media screen and (max-width: 1300px){.main__mods__details__wrapper .main__mods__details__aside{width:100%;padding-right:0}.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__ratings,.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__game,.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__info{width:50%;margin:0 auto 1.5rem auto}}
  @media screen and (max-width: 600px){.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__ratings,.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__game,.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__info{width:100%;margin:0 auto 1.5rem auto}}
  @media screen and (max-width: 1300px){.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__related{width:100%;padding-right:0}.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__related .mods__details__related__wrapper{display:flex;flex-flow:row wrap;justify-content:space-between}}
  @media screen and (max-width: 775px){.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__related{width:100%;margin-top:2rem;padding-right:0}.main__mods__details__wrapper .main__mods__details__aside .aside__mods__details__related .mods__details__related__wrapper{display:flex;flex-flow:column;justify-content:flex-start}}
  #js-mod-detail-rating{scroll-margin-top:130px}
  .mods__pages__content{display:flex;flex-flow:row wrap;flex-basis:100%}
  .mods__pages__content .mods__pages__content__main,.mods__pages__content .mods__landing__pages__content__main{width:100%;min-height:1045px;padding-right:0}
  @media screen and (max-width: 1600px){.mods__pages__content .mods__pages__content__main,.mods__pages__content .mods__landing__pages__content__main{width:100%}}
  @media screen and (max-width: 600px){.mods__pages__content .mods__pages__content__main,.mods__pages__content .mods__landing__pages__content__main{width:100%}.mods__pages__content .mods__pages__content__main .mods-form__select,.mods__pages__content .mods__landing__pages__content__main .mods-form__select{width:100%}}
  .mods__pages__content .mods__landing__pages__content__main{display:flex;flex-flow:row nowrap}
  .mods__pages__content .mods__landing__pages__content__main .mods__landing__page__split__feed{width:49%;margin-right:2%}
  .mods__pages__content .mods__landing__pages__content__main .mods__landing__page__split__feed:nth-child(even){margin-right:0%}
  .mods__pages__content .mods__landing__pages__content__main .search-results__content{display:flex;flex-flow:row wrap}
  @media screen and (max-width: 1000px){.mods__pages__content .mods__landing__pages__content__main{flex-flow:column}.mods__pages__content .mods__landing__pages__content__main .mods__landing__page__split__feed{width:100%}.mods__pages__content .mods__landing__pages__content__main .mods__landing__page__split__feed+.mods__landing__page__split__feed{margin-left:0}.mods__pages__content .mods__landing__pages__content__main .search-results__content{margin-left:0}}
  .mods__pages__content .mods__pages__content__main .search-results__content{display:flex;flex-flow:row wrap}
  @media screen and (max-width: 1000px){.mods__pages__content .mods__pages__content__main{flex-flow:column}.mods__pages__content .mods__pages__content__main .mods__landing__page__split__feed{width:100%}.mods__pages__content .mods__pages__content__main .mods__landing__page__split__feed+.mods__landing__page__split__feed{margin-left:0}.mods__pages__content .mods__pages__content__main .search-results__content{margin-left:0}}
  .mods__pages__content .mods__pages__content__aside{width:16rem}
  @media screen and (max-width: 1600px){.mods__pages__content .mods__pages__content__aside{width:100%}.mods__pages__content .mods__pages__content__aside .mod__create__tag__list{display:flex;flex-flow:row wrap}}
  @media screen and (max-width: 600px){.mods__pages__content .mods__pages__content__aside{width:100%}.mods__pages__content .mods__pages__content__aside .mods-form__select{width:100%}}
  .mods__create__page__wrapper{display:flex;flex-flow:row wrap}
  .mods__create__page__wrapper .mods__create__page__main{width:calc(100% - 16rem);min-height:800px;padding-right:2rem}
  @media screen and (max-width: 1150px){.mods__create__page__wrapper .mods__create__page__main{width:100%;padding-right:0}}
  @media screen and (max-width: 600px){.mods__create__page__wrapper .mods__create__page__main{width:100%;padding-right:0}}
  @media screen and (max-width: 1150px){.mods__create__page__wrapper .mods__create__page__aside{width:100%;padding-right:0}.mods__create__page__wrapper .mods__create__page__aside .mod__create__tag__list{display:flex;flex-flow:row wrap}}
  .mods__details__top__info{margin-bottom:2rem;padding:0;border-width:0;border-bottom-width:2px;border-image-slice:2;border-image-source:linear-gradient(90deg, rgba(184, 134, 45, 0), #B8862D 25%, #FFDF91 50%, #B8862D 75%, rgba(184, 134, 45, 0) 100%);border-bottom-style:solid}
  .mods__details__top__info.err-nocontent{border-bottom-width:0}
  .mods__search__heading__wrapper{display:flex;order:2;flex-flow:row nowrap;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}
  .mods__search__heading__wrapper .mod__search__headings{display:block;width:calc(100% - 16rem)}
  @media screen and (max-width: 501px){.mods__search__heading__wrapper .mod__search__headings{width:100%}}
  .mods__search__heading__wrapper .mods__filter__menu__wrapper{position:relative;display:block;width:100%;margin-top:0;margin-bottom:0}
  @media screen and (max-width: 1600px){.mods__search__heading__wrapper .mods__filter__menu__wrapper{margin-bottom:1rem}}
  @media screen and (max-width: 501px){.mods__search__heading__wrapper .mods__filter__menu__wrapper{width:100%;margin:1rem 0}.mods__search__heading__wrapper{flex-flow:column-reverse;align-items:flex-start}}
  .mod__search__heading{display:block;font-weight:700;font-style:normal;margin:0 0 calc(1.5rem/2);padding:calc(1.5rem/2) 0 0;font-family:maiola,serif;line-height:1.5;color:#ffdf91;font-size:1.706698rem;margin:0;padding:0}
  .mod__search__heading.--secondary{font-family:noto-sans-condensed;font-weight:700}
  .mods__filter__menu__wrapper{background-color:#181c29;z-index:500}
  .mods__filter__menu__wrapper .mods__filter__menu__control{display:none;cursor:pointer;align-items:center;justify-content:space-between;width:100%;font-family:noto-sans,sans-serif;font-weight:600;line-height:2rem;color:#ffdf91;background:linear-gradient(#394766, #1E2536);text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  .mods__filter__menu__wrapper .mods__filter__menu__control .mod__filter__nav-icon{display:inline-block;vertical-align:middle;width:calc(var(--header-logo-height) - .25rem);height:calc(var(--header-logo-height) - .25rem);max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);margin:.5rem}
  .mods__filter__menu__wrapper .mods__filter__menu__control .mod__filter__pointer{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#pointerUp);filter:drop-shadow(-2px 3px 3px #0F1119);margin-right:1rem;transform:rotate(180deg)}
  @media screen and (max-width: 1600px){.mods__filter__menu__wrapper .mods__filter__menu__control{display:flex;border:2px solid #64a6cd}}
  .mods__filter__menu__wrapper .mods__filter__menu__title{font-size:100%;font-family:noto-sans,sans-serif;font-weight:600;line-height:2rem;color:#ffdf91;display:inline-block;padding:0;margin:0}
  @media(min-width: 501px)and (max-width: 650px){.mods__filter__menu__wrapper .mods__filter__menu__control{width:35%;margin-left:65%}.mods__filter__menu__wrapper .mods__filter__menu__title{display:none}}
  .mods__filter__menu__wrapper .mods__filters__wrapper{background-color:#181c29;display:none}
  @media(min-width: 1601px){.mods__filter__menu__wrapper .mods__filters__wrapper{display:block;width:16rem;padding:2.5rem 0 0 1rem}.mods__filter__menu__wrapper .mods__filters__wrapper.modPage__subscribe-mymods{padding-top:.75rem}}
  .mods__filter__menu__wrapper.--open{position:relative;padding:0}
  .mods__filter__menu__wrapper.--open .mods__filters__wrapper{padding:2.5rem .5rem 1rem;width:16rem;border-top-width:0}
  @media screen and (max-width: 1600px){.mods__filter__menu__wrapper.--open .mods__filters__wrapper{display:block;width:100%}}
  @media(max-width: 1600px){.mods__filter__menu__wrapper.--open .mods__filters__wrapper{padding-top:.75rem;border:2px solid #64a6cd}}
  .mods__filter__menu__wrapper.--open .mod__filter__pointer{transform:rotate(0deg)}
  .mods__details__review__row+.mods__details__review__row{margin-top:30px}
  .mods__page__creator__wrapper{display:flex;align-items:center;margin-bottom:.35rem;font-size:.8536067893rem}
  .mods__page__creator__wrapper.--reviews{margin-bottom:0;font-size:.8rem;color:#c7c7c7}
  .mods__page__creator__wrapper.--single__mod .mods__page__creator__name{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);display:inline-block;margin:0;padding:0 2.5rem .25rem 0;font-weight:700;font-style:normal;font-size:1.7067rem;font-family:maiola,serif;line-height:1.5}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .mods__page__creator__wrapper.--single__mod .mods__page__creator__name{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .mods__page__creator__avatar{width:1.25rem;margin-right:.2rem;vertical-align:middle;border-radius:50%;border:1px solid #fff0c5}
  .mods__page__creator__wrapper.--reviews .mods__page__creator__avatar{width:1.75rem;margin-right:.5rem}
  .mods__page__creator__wrapper.--single__mod .mods__page__creator__avatar{width:2.75rem;margin-right:.5rem}
  .mods__linked__creator{display:inline-block;margin-bottom:.25rem;-webkit-text-decoration:none;text-decoration:none}
  .mods__linked__creator:hover .mods__page__creator__avatar{border-color:#53dbdd}
  .mods__linked__creator:hover .mods__page__creator__wrapper{color:#53dbdd}
  .aside__mods__details__related .search__results__thumbnail{width:8rem}
  .mods__selector__wrapper{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mods__selector__wrapper .mods__selector{position:relative;cursor:pointer;display:flex;flex-direction:column}
  .mods__selector__wrapper .mods__selector .mods__selector__trigger{pointer-events:none;position:relative;display:flex;align-items:center;justify-content:space-between;font-weight:500;color:#ffdf91;line-height:2.5rem}
  .mods__selector__wrapper .mods__selector .mods__selector__trigger .mods__selector__icon{pointer-events:none;width:2.5rem;height:2.5rem}
  .mods__selector__wrapper .mods__selector .mods__selector__trigger .mods__selector__icon__svg{pointer-events:none;margin:.35rem}
  .mods__selector__wrapper .mods__selector .mods__selector__trigger .mods__selector__name{pointer-events:none;flex-grow:2;padding-left:.5rem}
  .mods__selector__wrapper .mods__selector .mods__selector__trigger .select__icon{position:relative;height:2.5rem;width:1rem;margin-right:.5rem}
  .mods__selector__wrapper .mods__selector .mods__selector__trigger .select__icon::before{content:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2216%22%20y1%3D%224.433%22%20x2%3D%2216%22%20y2%3D%2227.567%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cda351%22%2F%3E%3Cstop%20offset%3D%22.333%22%20stop-color%3D%22%239d6b2c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e8c168%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M27.8%204.433C26%206.133%2022.333%207.767%2016%207.767S6%206.133%204.2%204.433L0%209.167l16%2018.4%2016-18.4-4.2-4.734z%22%20fill%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E");position:absolute;top:.25rem;width:1rem;height:1rem;transition:all .5s}
  .mods__selector__wrapper .mods__selector[data-iconid=game-1] .mods__selector__icon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .mods__selector__wrapper .mods__selector[data-iconid=game-2] .mods__selector__icon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp)}
  .mods__selector__wrapper .mods__selector[data-iconid=game-3] .mods__selector__icon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .mods__selector__wrapper .mods__selector[data-iconid=game-4] .mods__selector__icon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age4-64.5beecbdfd5e656ea.webp)}
  .mods__selector__wrapper .mods__selector[data-iconid=game-1001] .mods__selector__icon{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-ageofmyth-64.e796df0b9b6320a4.webp)}
  .mods__selector__wrapper .mods__selector[data-iconid=game-1001] .mods__selector__name{font-size:.85rem;white-space:pre}
  .mods__selector__wrapper .mods__selector__options{opacity:0;visibility:hidden;pointer-events:none;position:absolute;display:block;top:101%;left:-0.5%;right:-0.5%;border:2px solid #16668b;background-color:#013f63;transition:all .5s;z-index:2}
  .mods__selector__wrapper .mods__selector__options .mods__selector__title{cursor:pointer;position:relative;display:block;padding:0 1.5rem;font-family:noto-sans-condensed;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#ffdf91;background:#181c29;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);line-height:2rem;transition:all .5s}
  .mods__selector__wrapper .mods__selector__options .mods__selector__title:hover{cursor:pointer;background-color:#013f63}
  .mods__selector__wrapper .mods__selector__options .mods__selector__title.selected{background-color:#181c29}
  .mods__selector__wrapper .mods__selector__options .mods__selector__title+.mods__selector__title{border-top:1px solid #cda351}
  .mods__selector__wrapper .mods__selector__options .mods__selector__title[data-status=disabled]{cursor:auto;cursor:initial;color:#919191}
  .mods__selector__wrapper .mods__selector__options .mods__selector__title[data-status=disabled]:hover{cursor:auto;cursor:initial;background:#181c29}
  .mods__selector__wrapper.--game__selector{margin-bottom:1.5rem}
  .mods__selector__wrapper.--game__selector .mods__selector{background-color:#013f63;background-blend-mode:overlay;background-size:256px;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp);border:1px solid rgba(0,0,0,0)}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.mods__selector__wrapper.--game__selector .mods__selector{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp)}}
  .mods__selector__wrapper.--game__selector .mods__selector:hover{border:1px solid #ffdf91}
  .mods__selector__wrapper.--game__selector .mods__selector__icon{background-color:#013f63;background-size:1.8rem 1.8rem;background-position:.25rem .35rem;background-repeat:no-repeat}
  .mods__selector__wrapper.--game__selector.--open .mods__selector__options{opacity:1;visibility:visible;pointer-events:all}
  .mods__selector__wrapper.--sort__selector{width:calc(100% - 3.25rem);padding:0}
  .mods__selector__wrapper.--sort__selector .mods__selector__icon{width:2rem;height:2rem}
  .mods__selector__wrapper.--sort__selector .mods__selector__icon__svg{margin-left:.35rem}
  @media screen and (max-width: 501px){.mods__selector__wrapper.--sort__selector{width:calc(100% - 3.75rem)}}
  .mods__selector__wrapper.--sort__selector .mods__selector{color:#ffdf91;background-color:#394766;background-image:linear-gradient(0deg, #181C29, rgba(24, 28, 41, 0));border:1px solid #4b8ab1}
  .mods__selector__wrapper.--sort__selector .mods__selector [class*=icon]{fill:url(#iconGradientLight)}
  .mods__selector__wrapper.--sort__selector .mods__selector:not(:disabled):hover,.mods__selector__wrapper.--sort__selector .mods__selector:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#3f5373;background-image:linear-gradient(0deg, #1E2536, rgba(30, 37, 54, 0))}
  .mods__selector__wrapper.--sort__selector .mods__selector:not(:disabled):hover [class*=icon],.mods__selector__wrapper.--sort__selector .mods__selector:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .mods__selector__wrapper.--sort__selector .mods__selector:disabled{background-color:#263144;background-image:linear-gradient(0deg, #181C29, rgba(24, 28, 41, 0))}
  .mods__selector__wrapper.--sort__selector .mods__selector .mods__selector__name{pointer-events:none;flex-grow:2;padding-left:1.125rem}
  .mods__selector__wrapper.--sort__selector.--open .mods__selector__options{opacity:1;visibility:visible;pointer-events:all}
  .mod__search__sort__wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-bottom:1.5rem}
  .mod__search__sort__order{color:#ffdf91;background-color:#394766;background-image:linear-gradient(0deg, #181C29, rgba(24, 28, 41, 0));cursor:pointer;display:flex;align-items:center;padding:0 .45rem;height:2.5rem;border:1px solid rgba(0,0,0,0);border-bottom-color:#181c29;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mod__search__sort__order [class*=icon]{fill:url(#iconGradientLight)}
  .mod__search__sort__order:not(:disabled):hover,.mod__search__sort__order:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#3f5373;background-image:linear-gradient(0deg, #1E2536, rgba(30, 37, 54, 0))}
  .mod__search__sort__order:not(:disabled):hover [class*=icon],.mod__search__sort__order:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .mod__search__sort__order:disabled{background-color:#263144;background-image:linear-gradient(0deg, #181C29, rgba(24, 28, 41, 0))}
  .mod__search__sort__order.sort__direction__asc .mods__sort_order_icon{transform:rotate(180deg)}
  .mod__search__sort__order.sort__direction__desc .mods__sort_order_icon{transform:rotate(0deg)}
  .mod__search__field{position:relative;display:flex;flex-flow:row nowrap;align-items:center}
  .mod__search__field input{line-height:1.5rem;padding:.375rem 1.125rem;display:block;margin-bottom:1.5rem;width:22rem;max-width:100%;border:2px solid #16668b;color:#303030;background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mod__search__field input:not(:disabled):hover{border-color:#e7c067;outline:none}
  .mod__search__field input:not(:disabled):focus,.mod__search__field input:not(:disabled):hover:focus{border-color:#cda351;color:#303030;outline:none}
  @media(-ms-high-contrast: active),(forced-colors: active){.mod__search__field input:not(:disabled):focus+label,.mod__search__field input:not(:disabled):hover:focus+label{outline:2px solid #fff}}
  .mod__search__field input:disabled{cursor:not-allowed;background-color:#fff;border-color:#394766;color:#919191}
  .--has-error .mod__search__field input{border-color:#fd8962}
  .mod__search__field input{width:100%;background-color:#001d34;color:#e2e2e2;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mod__search__field input::-ms-input-placeholder{color:#e2e2e2}
  .mod__search__field input::placeholder{color:#e2e2e2}
  .mod__search__field input:not(:disabled):focus,.mod__search__field input:not(:disabled):hover:focus{color:#e2e2e2}
  .mod__search__field .mod__search__btn{position:absolute;display:flex;align-items:center;justify-content:center;top:.5rem;right:.5rem;width:1.6rem;height:1.25rem;background-color:#001d34}
  .mod__search__field .mod__search__btn__icon{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight);cursor:pointer;width:100%;height:100%}
  .mod__search__filter__type{display:block}
  .mod__flagged__alert-banner{display:none;display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:flex-start;margin-bottom:1.5rem;padding:.25rem 1rem;line-height:1.5rem;background:linear-gradient(90deg, #900802, #510607)}
  .mod__flagged__alert-banner .flagged__alert__icon{width:1.5rem;margin-right:.5rem}
  .mod__flagged__alert-banner .flagged__alert__icon path,.mod__flagged__alert-banner .flagged__alert__icon circle{fill:#ffdf91}
  .mod__flagged__alert-banner .flagged__alert__message{color:#ffdf91;font-size:.7072135785rem}
  .mod__flagged__alert-banner .flagged__alert__message a{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .mod__flagged__alert-banner .flagged__alert__message a:hover{color:#98f1f0}
  .mod__flagged__alert-banner .flagged__alert__message a:focus{color:#98f1f0}
  .mod__flagged__alert-banner .flagged__alert__message a:active{color:#fff}
  .mod__search__filter__tag__heading{display:block;margin-bottom:.5rem;font-size:1.207rem;font-weight:700;font-style:normal;font-family:maiola,serif;color:#ffdf91;line-height:unset}
  .mod__search__filter__tag__container,.mod__create__tag__list{padding:0;margin:0;margin-left:0}
  @media screen and (max-width: 600px){.mod__search__filter__tag__container,.mod__create__tag__list{display:flex}}
  .mod__search__filter__tag__container.--hide__checkbox,.mod__create__tag__list.--hide__checkbox{display:flex;flex-flow:row wrap}
  .mod__search__filter__tag__item,.mods__details__tag__item{margin-bottom:.5rem;margin-left:.75rem;line-height:1.5}
  .mod__search__filter__tag__item label,.mods__details__tag__item label{display:inline-flex;margin-bottom:.35rem;padding-left:1.7rem;font-family:noto-sans,sans-serif;font-size:.8536067893rem;color:#e2e2e2;font-weight:500;background-repeat:no-repeat;background-size:1rem,100%;background-position:.25rem,0;border-top:1px solid #034d70;border-bottom:1px solid #001d34;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mod__search__filter__tag__item label .tag__title,.mods__details__tag__item label .tag__title{margin:0 1.5rem 0 0;padding:0 .25rem;background-color:#263144}
  .mod__search__filter__tag__item [type=checkbox]+label::before,.mods__details__tag__item [type=checkbox]+label::before{position:absolute;top:-0.17rem;right:-0.35rem;width:1.15rem;height:1.15rem;background:linear-gradient(#034D70, #001D34);border:2px groove #64a6cd;border-color:#64a6cd}
  @media screen and (max-width: 600px){.mod__search__filter__tag__item [type=checkbox]+label::before,.mods__details__tag__item [type=checkbox]+label::before{right:-5px}}
  .mod__search__filter__tag__item [type=checkbox]:checked+label::after,.mods__details__tag__item [type=checkbox]:checked+label::after{position:absolute;left:unset;right:4px;margin-top:.03rem}
  .mod__search__filter__tag__container.--hide__checkbox .mod__search__filter__tag__item,.mod__search__filter__tag__container.--hide__checkbox .mods__details__tag__item{margin-right:10px}
  .mod__search__filter__tag__container.--hide__checkbox .mod__search__filter__tag__item [type=checkbox]+label::before,.mod__search__filter__tag__container.--hide__checkbox .mod__search__filter__tag__item [type=checkbox]:checked+label::after,.mod__search__filter__tag__container.--hide__checkbox .mods__details__tag__item [type=checkbox]+label::before,.mod__search__filter__tag__container.--hide__checkbox .mods__details__tag__item [type=checkbox]:checked+label::after{display:none}
  .mod__search__filter__tag__container.--hide__checkbox .mod__search__filter__tag__item .tag__title,.mod__search__filter__tag__container.--hide__checkbox .mods__details__tag__item .tag__title{margin-right:1px}
  .mod__search__filter__tag__item.--active label,.mods__details__tag__item.--active label{border-top:1px solid #d8b25d;border-bottom:1px solid #7e532b}
  .mod__search__filter__tag__item.--active label::before,.mods__details__tag__item.--active label::before{border:1px groove #cda351}
  .mod_Artificial_Intelligence label,.mod_Artificial_Intelligence .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-ai-base.bc04ab.svg),linear-gradient(#034D70, #001D34)}
  .mod_Artificial_Intelligence.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-ai-active.299577.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Bundle label,.mod_Bundle .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-bundle-base.b2000f.svg),linear-gradient(#034D70, #001D34)}
  .mod_Bundle.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-bundle-active.264db0.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Campaign label,.mod_Campaign .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-campaign-base.8cfb85.svg),linear-gradient(#034D70, #001D34)}
  .mod_Campaign.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-campaign-active.9f1433.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Crafted_Map label,.mod_Crafted_Map .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-map-crafted-base.ad7f69.svg),linear-gradient(#034D70, #001D34)}
  .mod_Crafted_Map.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-map-crafted-active.03f681.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Data_Mod label,.mod_Data_Mod .mods__details__tag__title::before,.mod_Dataset label,.mod_Dataset .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-data-base.ffbb22.svg),linear-gradient(#034D70, #001D34)}
  .mod_Data_Mod.--active label,.mod_Dataset.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-data-active.8acf89.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Event label,.mod_Event .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-event-base.84c057.svg),linear-gradient(#034D70, #001D34)}
  .mod_Event.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-event-active.3f7725.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Game_Mode label,.mod_Game_Mode .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-gamemode-base.21203f.svg),linear-gradient(#034D70, #001D34)}
  .mod_Game_Mode.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-gamemode-active.778de4.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Generated_Map label,.mod_Generated_Map .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-map-generated-base.5050d1.svg),linear-gradient(#034D70, #001D34)}
  .mod_Generated_Map.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-map-generated-active.c883b1.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Graphics label,.mod_Graphics .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-graphics-base.9cb5ee.svg),linear-gradient(#034D70, #001D34)}
  .mod_Graphics.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-graphics-active.6209a5.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Menu_Background label,.mod_Menu_Background .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-menubg-base.012c7b.svg),linear-gradient(#034D70, #001D34)}
  .mod_Menu_Background.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-menubg-active.afc6b7.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Movie label,.mod_Movie .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-movie-base.c08fcd.svg),linear-gradient(#034D70, #001D34)}
  .mod_Movie.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-movie-active.10b5cb.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Music label,.mod_Music .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-music-base.349205.svg),linear-gradient(#034D70, #001D34)}
  .mod_Music.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-music-active.317263.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Return_of_Rome label,.mod_Return_of_Rome .mods__details__tag__title::before,.mod_Multiplayer_scenarios label,.mod_Multiplayer_scenarios .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-multi-scenario-base.f13ce2.svg),linear-gradient(#034D70, #001D34)}
  .mod_Return_of_Rome.--active label,.mod_Multiplayer_scenarios.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-multi-scenario-active.045226.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Official label,.mod_Official .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-official-base.e0a337.svg),linear-gradient(#034D70, #001D34)}
  .mod_Official.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-official-active.21d9f5.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Other label,.mod_Other .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-other-base.a256fc.svg),linear-gradient(#034D70, #001D34)}
  .mod_Other.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-other-active.1613e5.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Random_Maps label,.mod_Random_Maps .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-randommap-base.ba4b4b.svg),linear-gradient(#034D70, #001D34)}
  .mod_Random_Maps.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-randommap-active.b5dc48.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Scenarios label,.mod_Scenarios .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-scenario-base.ae4683.svg),linear-gradient(#034D70, #001D34)}
  .mod_Scenarios.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-scenario-active.794f92.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Single-player_scenarios label,.mod_Single-player_scenarios .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-single-scenario-base.a8edd0.svg),linear-gradient(#034D70, #001D34)}
  .mod_Single-player_scenarios.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-single-scenario-active.d6e99d.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Sounds label,.mod_Sounds .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-sound-base.781ff4.svg),linear-gradient(#034D70, #001D34)}
  .mod_Sounds.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-sound-active.606a35.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Speech label,.mod_Speech .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-speech-base.c7d6bc.svg),linear-gradient(#034D70, #001D34)}
  .mod_Speech.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-speech-active.07a102.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Terrain label,.mod_Terrain .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-terrain-base.38109e.svg),linear-gradient(#034D70, #001D34)}
  .mod_Terrain.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-terrain-active.40b815.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Taunt label,.mod_Taunt .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-taunt-base.e36e86.svg),linear-gradient(#034D70, #001D34)}
  .mod_Taunt.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-taunt-active.31dcbb.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Text label,.mod_Text .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-text-base.b0b54e.svg),linear-gradient(#034D70, #001D34)}
  .mod_Text.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-text-active.827091.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_Tuning_Pack label,.mod_Tuning_Pack .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-tuningpack-base.e79e16.svg),linear-gradient(#034D70, #001D34)}
  .mod_Tuning_Pack.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-tuningpack-active.5c9664.svg),linear-gradient(#D8B25D, #7E532B)}
  .mod_User_Interface label,.mod_User_Interface .mods__details__tag__title::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-ui-base.8a5c52.svg),linear-gradient(#034D70, #001D34)}
  .mod_User_Interface.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-ui-active.f327a3.svg),linear-gradient(#D8B25D, #7E532B)}
  .reset__filters__button{margin-top:1.5rem}
  .reset__filters__button *{pointer-events:none}
  .reset__filters__button svg{height:1.5rem;width:1.5rem;margin-right:.5rem;fill:url(#iconGradientLight)}
  .mods__details-page{min-height:500px}
  .mods__details__tag__item{position:relative;margin-bottom:.35rem;border-image-source:linear-gradient(to bottom, #034D70, #001D34);border-width:1px;border-image-slice:1;border-style:solid;box-shadow:0 .25rem .5rem rgba(0,0,0,.6);line-height:1.5rem}
  .mods__details__tag__item .mods__details__tag__title{padding-left:1.75rem;padding-right:.35rem;font-family:noto-sans,sans-serif;font-size:.8536067893rem;color:#e2e2e2;font-weight:500}
  .mods__details__tag__item .mods__details__tag__title::before{position:absolute;height:1.5rem;width:1.5rem;top:0;left:0;content:"";background-repeat:no-repeat;background-size:1.1rem,100%;background-position:.25rem,0}
  .mods__details__top__info .mods__details__title{margin-bottom:.35rem;font-family:noto-sans,sans-serif;font-size:1.414rem;color:#ffdf91;padding:0}
  .mods__details__top__sub{display:flex;flex-flow:column}
  .mods__details__top__sub .mods__cta__plain{margin-bottom:1.5rem}
  .mods__details__top__sub .mods__cta__plain span,.mods__details__top__sub .mods__cta__plain svg{pointer-events:none}
  @media screen and (max-width: 750px){.mods__details__top__sub{flex-flow:row wrap}.mods__details__top__sub .mods__cta__plain{margin-right:1.5rem}}
  .mods__details__top__sub .details__edit__btn__icon{height:1.5rem;width:1.5rem;margin-right:.25rem;fill:#cda351}
  .main__mods__details__media .mods__gallery{margin-bottom:2rem}
  .main__mods__details__media .mods__gallery__prev,.main__mods__details__media .mods__gallery__next{z-index:10;position:absolute;top:50%;transform:translateY(-50%);height:78px;width:78px;border:1px solid #979797;color:#d1d1d1;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:all .15s ease-in-out}
  .main__mods__details__media .mods__gallery__prev:not([disabled]):hover,.main__mods__details__media .mods__gallery__next:not([disabled]):hover{background-color:rgba(0,0,0,.8)}
  .main__mods__details__media .mods__gallery__prev[disabled],.main__mods__details__media .mods__gallery__next[disabled]{cursor:not-allowed;opacity:.5}
  .main__mods__details__media .mods__gallery__prev svg,.main__mods__details__media .mods__gallery__next svg{width:15px}
  @media screen and (max-width: 54em){.main__mods__details__media .mods__gallery__prev,.main__mods__details__media .mods__gallery__next{height:48px;width:48px}.main__mods__details__media .mods__gallery__prev svg,.main__mods__details__media .mods__gallery__next svg{width:9px}}
  @media screen and (max-width: 40em){.main__mods__details__media .mods__gallery__prev,.main__mods__details__media .mods__gallery__next{height:34px;width:34px}.main__mods__details__media .mods__gallery__prev svg,.main__mods__details__media .mods__gallery__next svg{width:5px}}
  .main__mods__details__media .mods__gallery__prev{left:20px}
  .main__mods__details__media .mods__gallery__next{right:20px}
  .main__mods__details__media .mods__image-wrapper{display:flex;width:100%;min-height:580px;position:relative;align-items:center;justify-content:center;background-color:#111;overflow:hidden;border-radius:4px}
  @media screen and (max-width: 1600px){.main__mods__details__media .mods__image-wrapper{min-height:auto}}
  .main__mods__details__media .mods__image-wrapper img+img{display:none}
  .main__mods__details__media .mods__image-wrapper .mod-update-badge{width:3rem;height:3rem}
  .main__mods__details__media .mods__image-wrapper .mod-update-badge__icon{width:1.25rem;height:1.25rem}
  .main__mods__details__media .mods__image-main-display{display:block}
  .main__mods__details__media .mod__details__feature__image__wrapper{position:relative;height:auto;flex:1 1 auto;background-size:cover;background-position:50% top;transition:all .2s ease}
  .main__mods__details__media .mod__details__feature__image__wrapper::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(9/16*100%)}
  .main__mods__details__media .mod__details__feature__image__wrapper::after{content:"";display:table;clear:both}
  .main__mods__details__media .mod__details__feature__image__wrapper.--default__thumbnail{background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/modtiles/Inkedthumbnail.c8b70a8949d320b5.webp)}
  .main__mods__details__media .mods__thumbs-wrapper{display:flex;flex-flow:row nowrap;gap:.5rem;width:100%;margin-top:.75rem;overflow-x:auto;scroll-behavior:smooth}
  @media screen and (min-width: 1700px){.main__mods__details__media .mods__thumbs-wrapper{margin-bottom:1.5rem}}
  @media screen and (max-width: 1300px){.main__mods__details__media .mods__thumbs-wrapper{margin-bottom:1.5rem}}
  .main__mods__details__media .mod__search__thumbnail{cursor:pointer;object-fit:cover;flex:0 0 auto;width:150px;height:auto;aspect-ratio:16/9;background-repeat:no-repeat;background-size:100%;border-radius:4px;opacity:.6;transition:opacity .2s ease}
  @media screen and (max-width: 768px){.main__mods__details__media .mod__search__thumbnail{width:120px}}
  .main__mods__details__media .mod__search__thumbnail:hover{opacity:.8}
  .main__mods__details__media .mod__search__thumbnail.is-active{opacity:1;outline:2px solid #ffdf91;outline-offset:2px}
  .mods__cta__plain{cursor:pointer;display:flex;align-items:center;line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;border-image-source:linear-gradient(180deg, #FFDF91, #B8862D);border-style:solid;color:#ffdf91;background:rgba(0,0,0,0);border-image-slice:1;border-width:1px}
  .mods__cta__plain:hover{border-image-source:linear-gradient(180deg, #8D602E, #C49545);color:#fff0c5;background-color:#6f4828}
  .aside__mods__details__ratings{display:flex;flex-flow:column;align-items:center;margin-bottom:1.5rem;padding:.35rem 0;background:linear-gradient(to right, #181C29 0%, #1E2536 3%, #003456 9%, #013F63 12%, #034D70 15%, #09597D 20%, #09597D 80%, #013F63 84%, #003456 88%, #1E2536 94%, #181C29 97%)}
  .aside__mods__details__ratings .mods__details__ratings__count.--likes{color:#ffdf91;font-size:1.5rem}
  .aside__mods__details__ratings .mods__details__ratings__count.--ratings{color:#ffdf91}
  .aside__mods__details__ratings .mods__details__ratings__title{color:#ffdf91;font-size:.5rem}
  .mods__details__reviews__wrapper .mods__review__heading__row{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-bottom:16px}
  .mods__details__review__title__row{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:space-between;height:42px;padding-left:42px}
  .mods__details__review__title__row .mods__details__review__title{color:#ffdf91;font-weight:600;font-size:18px;min-height:1.5rem}
  .mods__details__review__block{position:relative;padding:16px;border-radius:8px;border-top-left-radius:0;background-color:#263144;box-shadow:0 4px 6px 2px rgba(0,0,0,.42)}
  .mods__details__review__block:before{position:absolute;top:0;transform:translateY(-100%);left:0;height:42px;width:42px;content:"";background-color:#263144;-webkit-clip-path:polygon(0 0, 0% 100%, 100% 100%);clip-path:polygon(0 0, 0% 100%, 100% 100%)}
  .mods__details__review__block .mods__details__review__text{font-size:.8rem;color:#c7c7c7}
  .mods__details__review__block .mods__details__review__details__wrapper{display:flex;align-items:center;justify-content:flex-end;margin-top:.75rem}
  .mods__details__review__block .mods__details__review__details__wrapper .mods__details__review__version{font-size:.8rem;color:#c7c7c7}
  .mods__details__review__block .mods__details__review__details__wrapper .mods__details__review__report{cursor:pointer}
  .mods__details__review__block .mods__details__review__details__wrapper .mods__details__review__report svg{width:.75rem;height:.75rem;margin-left:.25rem;pointer-events:none}
  .mods__details__review__block .mods__details__review__details__wrapper .mods__details__review__report svg path,.mods__details__review__block .mods__details__review__details__wrapper .mods__details__review__report svg circle{fill:#ba0800}
  .mods__details__review__block .mods__details__review__details__wrapper .mods__details__review__report.--hide{display:none}
  .mod__ratings--wrapper{align-items:center;font-size:.6036823121rem;height:1.5rem}
  .mods-list-featured .mod__ratings--wrapper{position:relative;width:auto;height:auto}
  @media(min-width: 80em)and (max-width: 100em){.mod__ratings--wrapper .js-mod-detail-rating{flex-wrap:wrap;justify-content:center}}
  .mod__ratings--count{padding-right:.5rem;color:#e7c067;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  .mods-list-featured .mod__ratings--count{text-align:left;list-style:1rem;font-size:.5001510456rem}
  .mod__ratings--average{position:relative;width:8rem;height:1.33rem}
  .mod__ratings--average::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/wp-content/themes/ageOfEmpires/public/images/ui/stars-outline.ac5fb3.svg) no-repeat;background-size:contain}
  .mod__ratings--average::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(5deg, #B8862D 0%, #FFDF91 45%, #FFDF91 55%, #B8862D 100%);-webkit-mask:url(/wp-content/themes/ageOfEmpires/public/images/ui/stars-filled.59b515.svg) no-repeat;mask:url(/wp-content/themes/ageOfEmpires/public/images/ui/stars-filled.59b515.svg) no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-clip-path:inset(0 calc(100% - var(--rating-percent)) 0 0);clip-path:inset(0 calc(100% - var(--rating-percent)) 0 0);opacity:1}
  .mod__ratings--average.--tiles{width:4rem;height:.66rem}
  .mod__ratings--average.--tiles+.mod__ratings--count{font-size:.8em}
  .mod__ratings--average.--details__main{width:10rem;height:1.66rem}
  .mod__ratings--average.--reviews__heading,.mod__ratings--average.--reviews{width:7rem;height:1.16rem}
  .mods-list-featured .mod__ratings--average.--reviews__heading,.mods-list-featured .mod__ratings--average.--reviews{width:6rem;height:.99rem}
  .mod__ratings--average[data-ratingAverage="0"]{--rating-percent: 0%}
  .mod__ratings--average[data-ratingAverage="0.5"]{--rating-percent: 10%}
  .mod__ratings--average[data-ratingAverage="1"]{--rating-percent: 20%}
  .mod__ratings--average[data-ratingAverage="1.5"]{--rating-percent: 30%}
  .mod__ratings--average[data-ratingAverage="2"]{--rating-percent: 40%}
  .mod__ratings--average[data-ratingAverage="2.5"]{--rating-percent: 50%}
  .mod__ratings--average[data-ratingAverage="3"]{--rating-percent: 60%}
  .mod__ratings--average[data-ratingAverage="3.5"]{--rating-percent: 70%}
  .mod__ratings--average[data-ratingAverage="4"]{--rating-percent: 80%}
  .mod__ratings--average[data-ratingAverage="4.5"]{--rating-percent: 90%}
  .mod__ratings--average[data-ratingAverage="5"]{--rating-percent: 100%}
  .report__success__return{margin-bottom:1.5rem;font-size:1.5rem}
  .mods__report__sucess-content a{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;color:#53dbdd}
  .mods__report__sucess-content a:hover{color:#98f1f0}
  .mods__report__sucess-content a:focus{color:#98f1f0}
  .mods__report__sucess-content a:active{color:#fff}
  .aside__mods__details__game::before{content:"";height:32px;width:32px;background-position:center;background-size:cover;background-repeat:no-repeat}
  .aside__mods__details__game[data-iconid=game-1]::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .aside__mods__details__game[data-iconid=game-2]::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp)}
  .aside__mods__details__game[data-iconid=game-3]::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .aside__mods__details__game[data-iconid=game-4]::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age4-64.5beecbdfd5e656ea.webp)}
  .aside__mods__details__game[data-iconid=game-1001]::before{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-ageofmyth-64.e796df0b9b6320a4.webp)}
  .aside__mods__details__info .mods__details__info__title{font-size:.7rem}
  .aside__mods__details__info .mods__details__info__creator{display:flex;flex-flow:row nowrap;align-items:center;margin:20px 0}
  .aside__mods__details__info .mods__details__info__creator .mods__details__avatar{width:2rem;margin-right:.5rem;border-radius:50%;border:1px solid #fff0c5}
  .aside__mods__details__info .mods__details__info__creator .mods__details__name{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);display:block;font-size:1rem;font-weight:600}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .aside__mods__details__info .mods__details__info__creator .mods__details__name{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .aside__mods__details__info .mods__details__info__creator .mods__details__name a{color:#e2e2e2}
  .aside__mods__details__info .mods__details__stats__wrapper{padding:1rem;background-color:hsla(0,0%,100%,.1)}
  .aside__mods__details__info .mods__details__stats__wrapper .mods__details__stat__row{display:flex;flex-flow:row nowrap;align-items:center;font-size:.75rem}
  .aside__mods__details__info .mods__details__stats__wrapper .mods__details__stat__row .mods__details__stat__title{width:40%;text-align:right}
  .aside__mods__details__info .mods__details__stats__wrapper .mods__details__stat__row .mods__details__stat__detail{padding-left:.75rem;font-weight:600;color:#fff}
  .aside__mods__details__info .mods__details__stats__wrapper .mods__details__stat__row+.mods__details__stat__row{margin-top:.75rem}
  .aside__mods__details__info .mods__details__stats__btn,.aside__mods__details__info .mod__details__install{display:flex;flex-flow:row nowrap;align-items:center;margin:1.5rem auto .5rem auto}
  .aside__mods__details__info .mods__details__stats__btn svg,.aside__mods__details__info .mod__details__install svg{height:1.5rem;width:1.5rem;margin-right:.25rem;fill:url(#iconGradientLight)}
  dl.has-update{position:relative;margin-bottom:0}
  dl.has-update::after{content:"";position:absolute;bottom:-5px;left:-12px;right:-12px;height:38px;background:linear-gradient(135deg, #FFDF91 0%, #F6CC74 25%, #E8B75B 50%, #D59F47 75%, #B8863D 100%);border-radius:4px;z-index:0}
  dl.has-update dt,dl.has-update dd{position:relative;z-index:1}
  .main__mods__details__tabs{position:relative}
  .main__mods__details__tabs #tabbed-interface{border:1px solid #000;text-align:center;margin:0 10%}
  .main__mods__details__tabs .tabs__list__row .tab__button{cursor:pointer;padding:16px 22px;margin-bottom:0;font-size:18px;line-height:1;background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#2E3D55, rgb(37.0458015267, 49.1259541985, 68.4541984733));color:#ffdf91;border-radius:4px 4px 0 0;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:1px -10px 10px -10px rgba(0,0,0,.5) inset}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.main__mods__details__tabs .tabs__list__row .tab__button{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#2E3D55, rgb(37.0458015267, 49.1259541985, 68.4541984733))}}
  .main__mods__details__tabs .tabs__list__row .tab__button.active{background-color:#394766;background-blend-mode:overlay;background-size:256px;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp);background-position:0px 50px;color:#f6d076;box-shadow:none}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.main__mods__details__tabs .tabs__list__row .tab__button.active{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp)}}
  .main__mods__details__tabs .main__mods__details__report__btn{cursor:pointer;position:absolute;top:8px;right:0;display:flex;flex-flow:row nowrap;align-items:center;color:#fb5636;font-size:18px}
  .main__mods__details__tabs .main__mods__details__report__btn .--computer{display:block}
  .main__mods__details__tabs .main__mods__details__report__btn .--mobile{display:none}
  .main__mods__details__tabs .main__mods__details__report__btn svg{width:1rem;height:1rem;margin-right:.35rem;pointer-events:none}
  .main__mods__details__tabs .main__mods__details__report__btn svg path,.main__mods__details__tabs .main__mods__details__report__btn svg circle{fill:#fb5636}
  .main__mods__details__tabs .main__mods__details__report__btn:hover{color:#fd8962}
  .main__mods__details__tabs .main__mods__details__report__btn:hover svg path,.main__mods__details__tabs .main__mods__details__report__btn:hover svg circle{fill:#fd8962}
  @media screen and (max-width: 600px){.main__mods__details__tabs .main__mods__details__report__btn{position:relative;margin-top:10px;top:unset;right:unset;bottom:unset;left:unset}.main__mods__details__tabs .main__mods__details__report__btn .--computer{display:none}.main__mods__details__tabs .main__mods__details__report__btn .--mobile{display:block}}
  .main__mods__details__tabs .main__mods__details__report__btn span{pointer-events:none}
  .main__mods__details__tabs .content__panel{word-break:break-word;padding:34px 22px;color:#c7c7c7;font-size:16px}
  .main__mods__details__tabs .content__panel>*:last-child{margin-bottom:0}
  .main__mods__details__tabs .content__panel.hide{display:none}
  .main__mods__details__body .content__panel a,.main__mods__details__body .mods__create__previous__changelist a{cursor:pointer;color:#53dbdd}
  .main__mods__details__body .content__panel a:hover,.main__mods__details__body .mods__create__previous__changelist a:hover{-webkit-text-decoration:underline;text-decoration:underline}
  .main__mods__details__body .content__panel ol,.main__mods__details__body .content__panel ul,.main__mods__details__body .mods__create__previous__changelist ol,.main__mods__details__body .mods__create__previous__changelist ul{margin-left:1.5rem;margin-bottom:1.5rem;padding-left:1.5rem}
  .main__mods__details__body .content__panel ol li+li,.main__mods__details__body .content__panel ul li+li,.main__mods__details__body .mods__create__previous__changelist ol li+li,.main__mods__details__body .mods__create__previous__changelist ul li+li{margin-top:.35rem}
  .main__mods__details__body .content__panel ol,.main__mods__details__body .mods__create__previous__changelist ol{list-style:decimal}
  .main__mods__details__body .content__panel ul,.main__mods__details__body .mods__create__previous__changelist ul{list-style:disc}
  .main__mods__details__body .content__panel .mod-update-date,.main__mods__details__body .mods__create__previous__changelist .mod-update-date{font-size:1.25rem}
  .main__mods__details__body .content__panel .mod-update-date+p,.main__mods__details__body .mods__create__previous__changelist .mod-update-date+p{margin-left:1rem}
  .mod__detail_rate__mod__btn svg,.mod__detail_rate__mod__btn span{pointer-events:none}
  .mods__details__rating__heading{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;margin:1.5rem 0}
  @media screen and (max-width: 600px){.mods__details__rating__heading{flex-flow:column;justify-content:center}}
  .mods__details__rating__heading .mods__details__rating__left{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}
  @media screen and (max-width: 600px){.mods__details__rating__heading .mods__details__rating__discuss__btn{margin-top:1.5rem}}
  .mods__details__rating__heading .mods__details__rating__discuss__btn .cta-button{margin-bottom:0}
  @media screen and (max-width: 600px){.mods__details__rating__heading .mods__details__rating__rate__btn{margin-top:1.5rem}}
  .mods__details__rating__heading .mods__details__rating__rate__btn .cta-button{margin-bottom:0}
  .mods__details__rating__heading .mods__details__rating__rate__btn .mods__details__rating__star{width:1rem;height:1rem;margin:.35rem}
  .mods__details__rating__heading .mods__details__rating__rate__btn .mods__details__rating__star path{fill:#45281f}
  .mods__details__rating__heading .mods__details__rating__count{font-size:.8rem;color:#c7c7c7}
  .mods__details__rating__title,.mods__details__related__title{padding-right:.5rem;font-size:1.5rem;font-family:maiola,serif;color:#ffdf91}
  .mods__details__related__title{display:block;margin-bottom:.5rem}
  .mods__single__pagination{margin:2rem 0 0 1rem}
  .mods-list__pagination .pagination-container{display:flex}
  .pagination__mods-stats{display:flex;flex-flow:row nowrap;padding:.25rem 1rem;line-height:1.5rem;font-size:.7072135785rem;color:#ffdf91;background:linear-gradient(#034D70, #001D34);box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .pagination__mods-stats .current,.pagination__mods-stats .ellipsis,.pagination__mods-stats button{display:inline-block;margin:0 1rem;line-height:1.25rem}
  .pagination__mods-stats .current{cursor:pointer;padding:0 .25rem;border:1px solid #418198;border-radius:4px}
  .pagination__mods-stats button{cursor:pointer;color:#ffdf91}
  .pagination__mods-stats .ellipsis{position:relative}
  .pagination__mods-stats .ellipsis::before{content:"..."}
  #modal-mod-detail-rate-btn .modal__container,#modal-mod-detail-report-btn .modal__container{width:55%}
  @media screen and (max-width: 600px){#modal-mod-detail-rate-btn .modal__container,#modal-mod-detail-report-btn .modal__container{width:80%}}
  .mod__details__modals label{line-height:1.5;font-family:maiola,serif;font-size:1.5rem;color:#ffdf91;-webkit-font-smoothing:antialiased}
  .mod__details__modals label.mods__form__label--required .is__required{position:relative}
  .mod__details__modals label.mods__form__label--required .is__required::after{position:absolute;top:-0.6rem;right:-1.45rem;content:"﹡";color:#ba0800;font-size:1.75rem;font-weight:500}
  .mod__details__modals .mods__page__star__ratings{margin-bottom:1.5rem}
  .mod__details__modals.--review__mod .mod__form__input,.mod__details__modals.--review__mod .mod__submit__textarea{width:100%}
  .mod__modal__heading{position:relative;padding-bottom:1rem}
  .mod__modal__heading:after{content:"";display:block;width:50%;border-bottom:1px solid #426380}
  .mod__modal__title{color:#ffdf91;text-shadow:1px 1px 0 rgba(0,0,0,.6);display:inline-block;margin:0;padding:0 2.5rem .25rem 0;font-weight:700;font-style:normal;font-size:1.7067rem;font-family:maiola,serif;line-height:1.5}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .mod__modal__title{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:none;filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.6))}}
  .mod__modal__modname{display:block;font-family:noto-sans-condensed;font-weight:600;font-style:normal;font-size:1.25rem;color:#e7c067;line-height:1}
  .mod__modal__sub__title{color:#c7c7c7;font-size:.5rem}
  .review-success{display:none}
  .search__results__delete__wrapper,.search__results__delete__error__wrapper{position:absolute;display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;width:100%;height:100%;padding:.25rem .45rem}
  .search__results__delete__wrapper::after,.search__results__delete__error__wrapper::after{content:"";position:absolute;top:-2px;left:-1px;height:calc(100% + 3px);width:calc(100% + 2px);border:4px solid;border-color:#cda351;border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-image-slice:5;z-index:0}
  .search__results__delete__wrapper .delete__verify,.search__results__delete__wrapper .delete__error,.search__results__delete__error__wrapper .delete__verify,.search__results__delete__error__wrapper .delete__error{padding-right:.35rem;font-size:.75rem}
  .search__results__delete__wrapper .delete__error,.search__results__delete__error__wrapper .delete__error{color:#fb5636}
  .search__results__delete__wrapper .mod__delete__title,.search__results__delete__error__wrapper .mod__delete__title{font-size:.85rem;font-weight:600}
  .search__results__delete__wrapper .mods__delete__confirmation__wrapper,.search__results__delete__error__wrapper .mods__delete__confirmation__wrapper{display:flex;flex-flow:column;align-items:stretch;justify-content:space-evenly}
  .search__results__delete__wrapper .mods__delete__confirmation__wrapper .mods__delete__btn,.search__results__delete__error__wrapper .mods__delete__confirmation__wrapper .mods__delete__btn{line-height:1.5rem;padding:0rem .75rem;font-size:.8536067893rem;cursor:pointer;margin-bottom:0;z-index:10}
  .search__results__delete__wrapper .mods__delete__confirmation__wrapper .mods__delete__btn .mods__subscribe__delete__icon,.search__results__delete__error__wrapper .mods__delete__confirmation__wrapper .mods__delete__btn .mods__subscribe__delete__icon{width:1rem;height:1rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:-89px -0.02rem;background-repeat:no-repeat;background-size:500%}
  .search__results__delete__wrapper .mods__delete__confirmation__wrapper .mods__delete__btn:hover .mods__subscribe__delete__icon,.search__results__delete__error__wrapper .mods__delete__confirmation__wrapper .mods__delete__btn:hover .mods__subscribe__delete__icon{background-position:-89px -0.97rem;background-size:500%}
  .alert__message__wrapper{width:100%;padding:.5rem;line-height:1.5rem;background-color:#1e2536}
  .alert__message__wrapper p{margin-bottom:0}
  .mods-detail__error-container{display:none}
  .mods-detail__error-container.--open{display:block;margin-bottom:1.5rem;padding:0 .5rem;line-height:1.5;background-color:#1e2536}
  .star__rating__wrapper .form__error__message{display:none}
  .star__rating__wrapper.form__error{border:2px solid #fb5636;padding:5px}
  .star__rating__wrapper.form__error .form__error__message{display:block;margin-bottom:0;font-size:.75rem;color:#fb5636;text-align:right}
  .star__rating__wrapper input:not(:disabled):hover{border-color:rgba(0,0,0,0);outline:none}
  .star__rating__wrapper [type=radio]+label{position:relative;display:flex;align-items:center;font-weight:normal;padding:0;cursor:pointer;margin-bottom:1.5rem}
  .star__rating__wrapper [type=radio]+label::before{content:"";display:inline-block;width:.01rem;height:.01rem;border:0 solid rgba(0,0,0,0);background-image:none;box-shadow:none;margin-right:0}
  .star__rating__wrapper [type=radio]+label:hover::before,.star__rating__wrapper [type=radio]+label:focus::before{background:none;border-color:rgba(0,0,0,0)}
  .star__rating__wrapper [type=radio]:checked+label::before{background:none;border-color:rgba(0,0,0,0)}
  .star__rating__wrapper [type=radio]:checked+label::after{position:absolute;top:50%;left:0;width:.01rem;text-align:center;transform:translateY(-50%)}
  .star__rating__wrapper [type=radio]:disabled+label{cursor:not-allowed}
  .star__rating__wrapper [type=radio]:disabled+label::before{background:none;border-color:rgba(0,0,0,0)}
  .--has-error .star__rating__wrapper [type=radio]+label::before{border-color:rgba(0,0,0,0)}
  .star__rating__wrapper [type=radio]+label::before{border-radius:50%}
  .star__rating__wrapper [type=radio]:checked+label::after{content:"";width:.01rem;height:.01rem;background:none;border-radius:0;left:0;box-shadow:none}
  .star__rating__wrapper .star__rating{width:-webkit-min-content;width:-moz-min-content;width:min-content;padding:.3rem}
  .star__rating__wrapper .star__rating .star__rating__selectors{position:relative;height:40px;width:240px;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/star-rating-sprite.388c1a.svg);background-position:-10px -10px;background-size:100%}
  .star__rating__wrapper .star__rating label{position:absolute;height:100%;background-size:100%}
  .star__rating__wrapper .star__rating:checked+label::after{content:"";background:none}
  .star__rating__wrapper .star__rating input:focus+label{outline:.25rem solid #add8e6}
  .star__rating__wrapper .star__rating input,.star__rating__wrapper .star__rating label>span{border:0;padding:0;margin:0;position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
  .star__rating__wrapper .star__rating label:nth-of-type(1){z-index:10;width:40px;background-size:590%;background-position:-10px 45px}
  .star__rating__wrapper .star__rating label:nth-of-type(2){z-index:9;background-size:286%;width:84px;background-position:-10px 45px}
  .star__rating__wrapper .star__rating label:nth-of-type(3){z-index:8;background-size:184%;width:130px;background-position:-10px 45px}
  .star__rating__wrapper .star__rating label:nth-of-type(4){z-index:7;background-size:132%;width:182px;background-position:-10px 45px}
  .star__rating__wrapper .star__rating label:nth-of-type(5){background-size:100%;width:240px;background-position:-10px 45px}
  .star__rating__wrapper .star__rating input:checked+label,.star__rating__wrapper .star__rating input:focus+label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/star-rating-sprite.388c1a.svg)}
  .star__rating__wrapper .star__rating input:checked+label:hover,.star__rating__wrapper .star__rating label:hover{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/star-rating-sprite.388c1a.svg)}
  .mod__flag__modal__list [type=checkbox]+label{margin-bottom:.75rem}
  .error_msg{display:none}
  .error_msg .form__error__message{font-size:.75rem;color:#fb5636}
  .mods-cta-button svg{position:absolute;z-index:-1}
  .mods-cta-button .mods__cta__plain__icon{position:relative;z-index:1}
  .mods-discuss-button{margin-bottom:0}
  .mods-discuss-button svg{position:absolute;z-index:-1}
  .mods-discuss-button .js-lottie svg{position:relative;z-index:1}
  .mods__create__page__wrapper .form__item{margin-bottom:1.5rem}
  .mods__create__page__wrapper .form__item .form__error__message{display:none}
  .mods__create__page__wrapper .mod__form__input{line-height:1.5rem;padding:.375rem 1.125rem;display:block;margin-bottom:1.5rem;width:22rem;max-width:100%;border:2px solid #16668b;color:#303030;background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mods__create__page__wrapper .mod__form__input:not(:disabled):hover{border-color:#e7c067;outline:none}
  .mods__create__page__wrapper .mod__form__input:not(:disabled):focus,.mods__create__page__wrapper .mod__form__input:not(:disabled):hover:focus{border-color:#cda351;color:#303030;outline:none}
  @media(-ms-high-contrast: active),(forced-colors: active){.mods__create__page__wrapper .mod__form__input:not(:disabled):focus+label,.mods__create__page__wrapper .mod__form__input:not(:disabled):hover:focus+label{outline:2px solid #fff}}
  .mods__create__page__wrapper .mod__form__input:disabled{cursor:not-allowed;background-color:#fff;border-color:#394766;color:#919191}
  .--has-error .mods__create__page__wrapper .mod__form__input{border-color:#fd8962}
  .mods__create__page__wrapper .mod__form__input{width:100%}
  .mods__create__page__wrapper label.form__label{line-height:1.5;font-family:maiola,serif;font-size:1.5rem;color:#ffdf91;-webkit-font-smoothing:antialiased}
  .mods__create__page__wrapper label.form__label.mods__form__label--required .is__required{position:relative}
  .mods__create__page__wrapper label.form__label.mods__form__label--required .is__required::after{position:absolute;top:-0.6rem;right:-1.45rem;content:"﹡";color:#ba0800;font-size:1.75rem;font-weight:500}
  .mods__create__page__wrapper .mod__create__tag__list label{font-family:noto-sans-condensed;font-size:.9rem}
  .mods__create__page__wrapper .mod__form__instruction{display:block;font-family:noto-sans,sans-serif;font-size:.85rem;color:#e2e2e2;font-weight:500}
  .mods__create__page__wrapper .mod__form__instruction.--tinyTextarea{text-align:right}
  .mods__create__page__wrapper .form__api-error,.mods__create__page__wrapper .warning{display:none}
  .mods__create__page__wrapper textarea{width:100%;margin-bottom:0;color:#303030;font-size:.85rem}
  .mods__create__page__wrapper .dropzone{cursor:pointer;height:2rem;width:100%;font-family:noto-sans,sans-serif;color:#419eae;font-weight:500;border:3px dashed #034d70}
  .mods__create__page__wrapper .dropzone .dz-button{color:#419eae}
  .mods__create__page__wrapper .mod__submit__textarea{padding:.5rem;height:12rem;color:#303030;overflow-y:scroll;overflow-x:hidden}
  .mods__create__page__wrapper .form__item.form__error input,.mods__create__page__wrapper .form__item.form__error textarea{border-color:#fb5636}
  .mods__create__page__wrapper .form__item.form__error .form__game__select__btn__wrapper .form__game__select .age__info{border:2px solid #fb5636}
  .mods__create__page__wrapper .form__item.form__error .mod__create__tag__list{border:2px solid #fb5636}
  .mods__create__page__wrapper .form__item.form__error .form__error__message{display:block;margin-top:-1rem;font-size:.9rem;color:#fb5636}
  .mods__create__page__wrapper .form__item.form__error .form__error__message.--error_topspace{margin-top:.55rem}
  .mods__create__page__wrapper .form__item.form__error .form__error__message.--error_textarea{margin-top:.55rem}
  .mods__create__page__wrapper .form__item.form__error .dropzone{border-color:#fb5636}
  .mods__create__page__wrapper .mods-form__mod-files .dz-file-preview{position:relative;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-end;width:100%;padding:.25rem;background-color:#001d34}
  .mods__create__page__wrapper .mods-form__mod-files .dz-details{line-height:1rem}
  .mods__create__page__wrapper .mods-form__mod-files .dz-image img[data-dz-thumbnail]{width:2.5rem;height:2.5rem;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-zip.ddab0c.svg);background-repeat:no-repeat}
  .mods__create__page__wrapper .mods-form__mod-files .dz-size{font-size:.75rem}
  .mods__create__page__wrapper .mods-form__mod-files .dz-sort{display:block}
  .mods__create__page__wrapper .mods-form__mod-files .sr-only{display:none}
  .mods__create__page__wrapper .mods-form__mod-files .create__edit__image__delete{width:1.5rem;height:1.5rem}
  .mods__create__page__wrapper .mods-form__mod-files .create__edit__image__delete polygon,.mods__create__page__wrapper .mods-form__mod-files .create__edit__image__delete path{fill:#d30800}
  .mods__create__page__wrapper .mods-form__mod-files .dz-up,.mods__create__page__wrapper .mods-form__mod-files .dz-down{display:none}
  .mods__create__page__wrapper .mods-form__mod-files .dz-remove{cursor:pointer;position:absolute;top:.75rem;right:.5rem}
  .mods__create__page__wrapper .mod__submit__image .dz-filename,.mods__create__page__wrapper .mod__submit__image .dz-size{display:none}
  .create__form__submit .mod__form__instruction{display:block;font-family:noto-sans,sans-serif;font-size:.7072135785rem;color:#e2e2e2;font-weight:500}
  .mods__submit__error{display:none;margin-top:1rem;font-size:.9rem;color:#fb5636}
  .review__success__message{display:none}
  .review__success__message .review__success__return{margin-bottom:1rem}
  .review__success__message .review__success__return__title{padding-left:.5rem;color:#ffdf91;font-weight:500;font-size:1.25rem}
  .review__success__message .review__success__return__review{margin-bottom:2rem;padding:.5rem;background-color:#263144;border-radius:8px;border-top-left-radius:0}
  .form__game__select__btn__wrapper{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;margin:10px 0 1.5rem 0}
  @media screen and (max-width: 499px){.form__game__select__btn__wrapper{flex-flow:column}}
  .form__game__select__btn__wrapper .form__game__select{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(180deg, #034D70, #001D34);cursor:pointer;position:relative;display:flex;align-items:center;width:23%;height:3rem}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.form__game__select__btn__wrapper .form__game__select{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(180deg, #034D70, #001D34)}}
  .form__game__select__btn__wrapper .form__game__select.--selected::after{content:"";position:absolute;top:-2px;left:-1px;height:calc(100% + 3px);width:calc(100% + 2px);border:3px solid;border-color:#cda351;border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-image-slice:5;z-index:0}
  .form__game__select__btn__wrapper .form__game__select:hover{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(180deg, #16668B, #002845);cursor:pointer;position:relative;display:flex;align-items:center;width:23%;height:3rem}
  @media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.form__game__select__btn__wrapper .form__game__select:hover{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(180deg, #16668B, #002845)}}
  @media screen and (max-width: 499px){.form__game__select__btn__wrapper .form__game__select{width:100%}.form__game__select__btn__wrapper .form__game__select+.form__game__select{margin-top:.75rem}}
  .form__game__select__btn__wrapper .form__game__select.ageI .form__age__title{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/filter-bg-agede-4k.1a37b585fc0e1fdf.webp)}
  .form__game__select__btn__wrapper .form__game__select.ageII .form__age__title{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/filter-bg-age2de-4k.945fe266e5fa7d71.webp)}
  .form__game__select__btn__wrapper .form__game__select.ageIII .form__age__title{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/filter-bg-age3de-4k.ae476d7f56cf1cd1.webp)}
  .form__game__select__btn__wrapper .form__game__select.ageIV .form__age__title{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/filter-bg-age4.b72fc899d6617113.webp)}
  .form__game__select__btn__wrapper .form__game__select.ageMyth .form__age__title{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/filter-bg-myth-retold-4k.afa4fbc8b29ae068.webp)}
  .form__game__select__btn__wrapper .age__bkg{width:100%;background-position:.25rem center;background-repeat:no-repeat;background-size:2.25rem;pointer-events:none}
  .form__game__select__btn__wrapper .ageI .age__bkg{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .form__game__select__btn__wrapper .ageII .age__bkg{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp)}
  .form__game__select__btn__wrapper .ageIII .age__bkg{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .form__game__select__btn__wrapper .ageIV .age__bkg{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age4-64.5beecbdfd5e656ea.webp)}
  .form__game__select__btn__wrapper .ageMyth .age__bkg{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/game-myth.0d577f2e3456ee78.webp)}
  .form__game__select__btn__wrapper .age__info{display:flex;justify-content:space-between;width:100%;color:#e7c067}
  .form__game__select__btn__wrapper .age__info .form__age__title{position:relative;width:100%;padding-left:3rem;line-height:3rem;text-align:left;font-size:1rem;text-shadow:1px 1px 0 rgba(0,0,0,.6);background-position:center right;background-repeat:no-repeat;background-size:contain}
  @media(min-width: 500px)and (max-width: 1000px){.form__game__select__btn__wrapper .age__info .form__age__title{font-size:0}}
  .form__game__select__btn__wrapper .form__game__select:hover .form__age__title{color:#fff}
  .mod__submit__textarea{background-color:#fff}
  .mods__create__previous__changelist{padding:.5rem;max-height:300px;overflow-y:scroll;color:#c7c7c7;font-size:.81rem;background-color:#003456}
  .mods__create__previous__changelist h4{font-size:1rem}
  .mods__create__previous__changelist p{color:#c7c7c7;font-size:.81rem}
  .dz-file-display{display:flex;flex-flow:row nowrap;margin-top:1.5rem}
  .dz-file-display .dz-image-preview{display:flex;flex-flow:column}
  .dz-file-display .dz-image-preview+.dz-image-preview{margin-left:1rem}
  .dz-file-display .dz-image-preview .dz-details{position:relative}
  .dz-file-display .dz-image-preview .dz-details *{color:rgba(0,0,0,0)}
  .dz-file-display .dz-image-preview .dz-details .dz-image img{border:1px solid #9f6c2d;line-height:0}
  .dz-file-display .dz-image-preview .dz-details .dz-detail-text{display:none}
  .dz-file-display .dz-image-preview .dz-sort{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end;height:2rem;background-color:#001d34;margin-top:-10px;border:1px solid #001d34}
  .dz-file-display .dz-image-preview .dz-sort .create__edit__image__delete,.dz-file-display .dz-image-preview .dz-sort .create__edit__image__down,.dz-file-display .dz-image-preview .dz-sort .create__edit__image__up{width:1.5rem;height:1.5rem}
  .dz-file-display .dz-image-preview .dz-sort .create__edit__image__delete polygon,.dz-file-display .dz-image-preview .dz-sort .create__edit__image__delete path,.dz-file-display .dz-image-preview .dz-sort .create__edit__image__down polygon,.dz-file-display .dz-image-preview .dz-sort .create__edit__image__down path,.dz-file-display .dz-image-preview .dz-sort .create__edit__image__up polygon,.dz-file-display .dz-image-preview .dz-sort .create__edit__image__up path{fill:#53dbdd}
  .dz-file-display .dz-image-preview .dz-sort .dz-up,.dz-file-display .dz-image-preview .dz-sort .dz-down,.dz-file-display .dz-image-preview .dz-sort .dz-remove{cursor:pointer;display:block;height:1.5rem;width:1.5rem}
  .dz-file-display .dz-image-preview .dz-sort .dz-up[disabled=disabled],.dz-file-display .dz-image-preview .dz-sort .dz-down[disabled=disabled],.dz-file-display .dz-image-preview .dz-sort .dz-remove[disabled=disabled]{display:none}
  .dz-file-display .dz-image-preview .sr-only{display:none}
  .loader__overlay.--active::before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.1);z-index:600}
  .page-container{position:relative}
  #mods-create-loader.--active{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(28,28,28,.92);z-index:600}
  .mods-all__modslist-load-error,.mods-all__newest-load-error,.mods-single__related-load-error{display:none;padding:.5rem;font-size:.75rem;color:#c7c7c7;border:1px solid #c7c7c7;background-color:#1e2536}
  .mods-listings__games-load-error,.mods-listings__tags-load-error,.mods-create__edit-load-error,.api__error{margin-bottom:1.5rem;padding:.5rem;font-size:.75rem;color:#c7c7c7;border:1px solid #c7c7c7;background-color:#1e2536}
  .modifier__class__wrapper{position:absolute;bottom:10px;right:10px;display:flex;flex-flow:row nowrap;justify-content:flex-end;height:1.5rem;width:4rem}
  .mod-update-badge{position:absolute;top:0;right:0;z-index:10;width:2rem;height:2rem;background:linear-gradient(135deg, #FFDF91 0%, #F6CC74 25%, #E8B75B 50%, #D59F47 75%, #B8863D 100%);-webkit-clip-path:polygon(100% 0, 0 0, 100% 100%);clip-path:polygon(100% 0, 0 0, 100% 100%);cursor:help}
  .mod-update-badge__icon{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/gameupdate.b24092.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/gameupdate.b24092.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;fill:#181c29;position:absolute;right:.25rem;top:.2rem;width:.75em;height:.75em}
  .mod-status-btn{position:relative;cursor:pointer;display:block;height:1.5rem;width:1.5rem;background:linear-gradient(180deg, #FFDF91 0%, #F6CC74 25%, #E8B75B 50%, #D59F47 75%, #B8863D 100%);box-shadow:-1px -1px 1px 0px rgba(88,72,41,.5019607843) inset,1px 1px 1px 0px rgba(255,255,165,.3019607843) inset,0px 2px 8px 0px rgba(0,0,0,.2509803922);border-radius:4px}
  .mod-status-btn:hover{background:linear-gradient(270deg, #FFDF91 0%, #F6CC74 25%, #E8B75B 50%, #D59F47 75%, #B8863D 100%)}
  .mod-status-btn::after{content:"";display:block;background-size:8rem;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.75);transform-origin:center}
  @media(forced-colors: active){.mod-status-btn::after{filter:invert(1)}}
  .mod-status-btn*{pointer-events:none}
  .mod-status-btn.hidden{display:none}
  .mod-status-btn+.mod-status-btn{margin-left:.25rem}
  .mod-status-btn.--subscribed::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:0 0}
  .mod-status-btn.--subscribed::after:hover{background-position:0 -1.6rem}
  .mod-status-btn.--subscribe::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:-1.6rem 0}
  .mod-status-btn.--subscribe::after:hover{background-position:-1.6rem -1.6rem}
  .mod-status-btn.--install::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:-1.6rem 0}
  .mod-status-btn.--install::after:hover{background-position:-1.6rem -1.6rem}
  .mod-status-btn.--removed::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:-3.2rem 0}
  .mod-status-btn.--removed::after:hover{background-position:-3.2rem -1.6rem}
  .mod-status-btn.--update-avail::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:0 0}
  .mod-status-btn.--update-avail::after:hover{background-position:0 -1.6rem}
  .mod-status-btn.--installed::after{pointer-events:none;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:0 0}
  .mod-status-btn.--installed::after[data-gameid="1"]{cursor:pointer;pointer-events:auto}
  .mod-status-btn.--editable::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:-4.8rem 0}
  .mod-status-btn.--editable::after:hover{background-position:-4.8rem -1.6rem}
  .mod-status-btn.--delete::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mods-icons-sprite.8b5335.svg);background-position:-6.5rem 0}
  .mod-status-btn.--delete::after:hover{background-position:-6.5rem -1.53rem}
  .mod-status-btn.--unsubscribe::after{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/mod-unsubscribe.79cbce.svg);background-position:center;background-size:contain}
  .mod__search__criteria__tag__container{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;background-color:#001d34}
  .mod__search__criteria__tag__container::-webkit-scrollbar{display:none}
  .mod__search__criteria__tag__container.--overflows{-webkit-mask-image:linear-gradient(to right, black 80%, transparent 100%);mask-image:linear-gradient(to right, black 80%, transparent 100%)}
  .mod__search__criteria__tag{height:1rem;width:1rem;display:block;background-repeat:no-repeat;background-size:.75rem;background-position:center;display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;flex-shrink:0}
  .mod__search__criteria__tag svg{width:80%;height:auto}
  .mod__search__criteria__tag.mod_Artificial_Intelligence{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-ai-base.bc04ab.svg)}
  .mod__search__criteria__tag.mod_Campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-campaign-base.8cfb85.svg)}
  .mod__search__criteria__tag.mod_Custom_Campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-campaign-base.8cfb85.svg)}
  .mod__search__criteria__tag.mod_Data_Mod,.mod__search__criteria__tag.mod_Dataset{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-data-base.ffbb22.svg)}
  .mod__search__criteria__tag.mod_Event{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-event-base.84c057.svg)}
  .mod__search__criteria__tag.mod_Graphics{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-graphics-base.9cb5ee.svg)}
  .mod__search__criteria__tag.mod_Language{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-speech-base.c7d6bc.svg)}
  .mod__search__criteria__tag.mod_Menu_Background{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-menubg-base.012c7b.svg)}
  .mod__search__criteria__tag.mod_Movie{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-movie-base.c08fcd.svg)}
  .mod__search__criteria__tag.mod_Multiplayer_scenarios{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-multi-scenario-base.f13ce2.svg)}
  .mod__search__criteria__tag.mod_Return_of_Rome{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-multi-scenario-base.f13ce2.svg)}
  .mod__search__criteria__tag.mod_Music{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-music-base.349205.svg)}
  .mod__search__criteria__tag.mod_Other{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-other-base.a256fc.svg)}
  .mod__search__criteria__tag.mod_Official{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-official-base.e0a337.svg)}
  .mod__search__criteria__tag.mod_Random_Maps{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-randommap-base.ba4b4b.svg)}
  .mod__search__criteria__tag.mod_Scenarios{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-scenario-base.ae4683.svg)}
  .mod__search__criteria__tag.mod_Single-player_scenarios{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-single-scenario-base.a8edd0.svg)}
  .mod__search__criteria__tag.mod_Sounds{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-sound-base.781ff4.svg)}
  .mod__search__criteria__tag.mod_Speech{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-speech-base.c7d6bc.svg)}
  .mod__search__criteria__tag.mod_Taunt{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-taunt-base.e36e86.svg)}
  .mod__search__criteria__tag.mod_Terrain{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-terrain-base.38109e.svg)}
  .mod__search__criteria__tag.mod_Text{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-text-base.b0b54e.svg)}
  .mod__search__criteria__tag.mod_User_Interface{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-ui-base.8a5c52.svg)}
  .mods-notifications .modal__container{width:100%;max-width:420px}
  .mods__form__create .form__item{margin-bottom:1.5rem}
  .mods__form__create .mod__form__input{line-height:1.5rem;padding:.375rem 1.125rem;display:block;margin-bottom:1.5rem;width:22rem;max-width:100%;border:2px solid #16668b;color:#303030;background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  .mods__form__create .mod__form__input:not(:disabled):hover{border-color:#e7c067;outline:none}
  .mods__form__create .mod__form__input:not(:disabled):focus,.mods__form__create .mod__form__input:not(:disabled):hover:focus{border-color:#cda351;color:#303030;outline:none}
  @media(-ms-high-contrast: active),(forced-colors: active){.mods__form__create .mod__form__input:not(:disabled):focus+label,.mods__form__create .mod__form__input:not(:disabled):hover:focus+label{outline:2px solid #fff}}
  .mods__form__create .mod__form__input:disabled{cursor:not-allowed;background-color:#fff;border-color:#394766;color:#919191}
  .--has-error .mods__form__create .mod__form__input{border-color:#fd8962}
  .mods__form__create .mod__form__input{background-color:unset;width:100%;color:#e2e2e2}
  .mods__form__create label{line-height:1.5;font-family:maiola,serif;color:#ffdf91;-webkit-font-smoothing:antialiased}
  .mods__form__create label.mods__form__label--required .is__required{position:relative}
  .mods__form__create label.mods__form__label--required .is__required::after{position:absolute;top:-0.6rem;right:-1.45rem;content:"﹡";color:#ba0800;font-size:1.75rem;font-weight:500}
  .mods__form__create .form__api-error,.mods__form__create .warning{display:none}
  .mods__form__create .mod__form__wysiwyg textarea{width:100%;margin-bottom:0}
  .mods__form__create .dropzone{cursor:pointer;height:2rem;width:100%;font-family:noto-sans,sans-serif;color:#034d70;font-weight:500;border:3px dashed #034d70}
  .mods__form__create .tag__mods{margin-bottom:0}
  @media screen and (max-width: 600px){.mods__form__create .tag__mods{margin-left:.75rem}}
  .mods__form__create .tag__mods label{padding:0;font-family:noto-sans,sans-serif;font-size:.8536067893rem;color:#e2e2e2;font-weight:500}
  .mods__form__create .mod__form__instruction{display:block;font-family:noto-sans,sans-serif;font-size:.7072135785rem;color:#e2e2e2;font-weight:500}
  .form__game__select__btn__wrapper{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;margin-bottom:1.5rem}
  @media screen and (max-width: 499px){.form__game__select__btn__wrapper{flex-flow:column}}
  .form__game__select__btn__wrapper .age__bkg{width:100%;background-position:.25rem center;background-repeat:no-repeat;background-size:2.25rem}
  .form__game__select__btn__wrapper .ageI .age__bkg{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age1-64.4f9965abfd5c8969.webp)}
  .form__game__select__btn__wrapper .ageII .age__bkg{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age2-64.0340c1ca05065db5.webp)}
  .form__game__select__btn__wrapper .ageIII .age__bkg{background-image:url(/wp-content/themes/ageOfEmpires/public/images/icon-game-age3-64.aab3441ed159a413.webp)}
  .form__game__select__btn__wrapper .age__info{display:flex;justify-content:space-between;width:100%}
  .form__game__select__btn__wrapper .age__info .form__age__title{position:relative;width:100%;padding-left:3rem;line-height:3rem;color:#e7c067;font-size:1rem;text-shadow:1px 1px 0 rgba(0,0,0,.6);background-position:center right;background-repeat:no-repeat;background-size:contain}
  @media(min-width: 500px)and (max-width: 1000px){.form__game__select__btn__wrapper .age__info .form__age__title{font-size:0}}
  .mod__create__tag__list{padding:0;margin:0}
  @media screen and (max-width: 600px){.mod__create__tag__list{display:flex}}
  .tag__mods{line-height:1.5}
  .tag__mods label{display:inline-flex;margin-bottom:.35rem;padding-left:1.7rem;background-repeat:no-repeat;background-size:1rem,100%;background-position:.25rem,0;border-top:1px solid #034d70;border-bottom:1px solid #001d34}
  .tag__mods label .tag__title{margin:0 1.5rem;padding:0 .25rem;background-color:#263144}
  .tag__mods [type=checkbox]+label::before{position:absolute;right:-7px;width:1.15rem;height:1.15rem;background:linear-gradient(#034D70, #001D34);border:2px groove #64a6cd;border-color:#64a6cd}
  @media screen and (max-width: 600px){.tag__mods [type=checkbox]+label::before{right:-5px}}
  .tag__mods [type=checkbox]:checked+label::after{right:8px;position:absolute;left:unset}
  .tag__mods.--active label{border-top:1px solid #d8b25d;border-bottom:1px solid #7e532b}
  .tag__mods.--active label::before{border:1px groove #cda351}
  .tag__mods.ai label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-ai-base.bc04ab.svg),linear-gradient(#034D70, #001D34)}
  .tag__mods.ai.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-ai-active.299577.svg),linear-gradient(#D8B25D, #7E532B)}
  .tag__mods.campaign label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-campaign-base.8cfb85.svg),linear-gradient(#034D70, #001D34)}
  .tag__mods.campaign.--active label{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/modTags/mod-tag-campaign-active.9f1433.svg),linear-gradient(#D8B25D, #7E532B)}
  .news-landing__page-title__container{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg-mobile.58439e464608bb63.webp);border-width:0 0 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;padding-top:.5rem;padding-bottom:.5rem;padding:.5rem var(--page-margin);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:9rem;z-index:1;position:relative;margin-bottom:1.5rem;margin-bottom:0}
  @media(min-width: 40em){.news-landing__page-title__container{background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg.2127afc7169ddd8e.webp)}}
  @media(min-width: 125em){.news-landing__page-title__container{background-image:url(/wp-content/themes/ageOfEmpires/public/images/defaults/default-title-bg-4k.51591d9cd743f88c.webp)}}
  .news-landing__page-title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .news-landing__page-title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .news-landing__page-title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .news-landing__page-title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/news.4e92d3.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/news.4e92d3.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.news-landing__page-title{text-indent:0}.news-landing__page-title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.news-landing__page-title{font-size:2.413270972rem}}
  .news-landing__page-title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.news-landing__page-title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.news-landing__page-title{width:83.3333333333%}.news-landing__page-title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  @media(max-width: 40em){.news-landing__page-title{font-size:1.414rem;text-align:center}}
  .featured-news{padding:0;overflow:visible;overflow:initial;margin-top:-0.75rem}
  @media(min-width: 40em)and (max-width: 54em){.featured-news{max-width:36em;margin-left:auto;margin-right:auto}}
  .featured-news__post{box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}
  @media(min-width: 54em){.featured-news__post{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6);display:flex}.featured-news__post>*:first-child(){padding-top:0;margin-top:0}}
  @media(min-width: 54em)and (-webkit-min-device-pixel-ratio: 2),(min-width: 54em)and (min-resolution: 192dpi){.featured-news__post{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(min-width: 54em)and (min-width: 54em){.featured-news__post{padding:1.5rem}}
  @media(min-width: 54em)and (min-width: 80em){.featured-news__post{padding:1.5rem 1.875rem}}
  .featured-news__post__thumbnail{position:relative}
  .featured-news__post__thumbnail::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(9/16*100%)}
  .featured-news__post__thumbnail::after{content:"";display:table;clear:both}
  .featured-news__post__thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
  @media(min-width: 54em){.featured-news__post__thumbnail{flex:1 1 40%;margin-right:1.5rem}.featured-news__post__thumbnail::before,.featured-news__post__thumbnail::after{display:none}}
  @media(min-width: 80em){.featured-news__post__thumbnail{margin-right:1.875rem}}
  .featured-news__post__thumbnail__container{background-color:rgba(0,0,0,.5);color:#acacac}
  @media(min-width: 54em){.featured-news__post__thumbnail__container{position:relative;height:100%}.featured-news__post__thumbnail__container::before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:calc(9/16*100%)}.featured-news__post__thumbnail__container::after{content:"";display:table;clear:both}}
  .featured-news__post__type{border-width:0 0 2px;border-image-slice:2;border-image-source:linear-gradient(90deg, rgba(184, 134, 45, 0), #b8862d 15%, #FFDF91 50%, #b8862d 85%, rgba(184, 134, 45, 0) 100%);border-style:solid;position:absolute;bottom:0;left:0;width:100%}
  .featured-news__post__type__text{font-family:noto-sans,sans-serif;font-size:.8536067893rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);padding:calc(1.5rem/4) 1.5rem calc(1.5rem/4) calc(1.5rem/2);background:linear-gradient(90deg, #263144, calc(100% - 1.5rem * 0.5), rgba(38, 49, 68, 0));display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .featured-news__post__info{width:100%}
  @media(max-width: 54em){.featured-news__post__info{background-blend-mode:overlay;background-size:256px,100%;background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c.eaf168554c7325e0.webp),linear-gradient(#394766, #181C29);padding:1.125rem;position:relative;margin-bottom:1.5rem;color:#c7c7c7;text-shadow:1px 1px 0 rgba(0,0,0,.6);box-shadow:0 .25rem .5rem rgba(0,0,0,.6)}.featured-news__post__info>*:first-child(){padding-top:0;margin-top:0}}
  @media(max-width: 54em)and (-webkit-min-device-pixel-ratio: 2),(max-width: 54em)and (min-resolution: 192dpi){.featured-news__post__info{background-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/textile-60c@2x.c59bd628ea0f5703.webp),linear-gradient(#394766, #181C29)}}
  @media(max-width: 54em)and (min-width: 54em){.featured-news__post__info{padding:1.5rem}}
  @media(max-width: 54em)and (min-width: 80em){.featured-news__post__info{padding:1.5rem 1.875rem}}
  @media(min-width: 54em){.featured-news__post__info{flex-grow:1;display:block;margin-left:calc(1.5rem/2);margin-right:calc(1.5rem/2);padding:0;flex:1 1 40%}}
  .featured-news__post__title{font-family:maiola,serif;font-size:1.706698rem;padding:0;margin:0;text-shadow:1px 1px 0 rgba(0,0,0,.6)}
  .featured-news__post__excerpt{color:#c7c7c7;margin-bottom:calc(1.5rem/2)}
  .featured-news__post__more-button{line-height:1.5rem;padding:.375rem 1.125rem;font-size:1rem;color:#ffdf91;background-color:#09597d;background-image:linear-gradient(0deg, #003456, rgba(0, 52, 86, 0));margin-bottom:0}
  .featured-news__post__more-button [class*=icon]{fill:url(#iconGradientLight)}
  .featured-news__post__more-button:not(:disabled):hover,.featured-news__post__more-button:not(:disabled):focus{border-image-source:linear-gradient(to bottom, #FFDF91, #B8862D);border-width:1px;border-image-slice:1;border-style:solid;color:#fff0c5;background-color:#277298;background-image:linear-gradient(0deg, #034D70, rgba(3, 77, 112, 0))}
  .featured-news__post__more-button:not(:disabled):hover [class*=icon],.featured-news__post__more-button:not(:disabled):focus [class*=icon]{fill:url(#iconGradientHover)}
  .featured-news__post__more-button:disabled{background-color:#013f63;background-image:linear-gradient(0deg, #001D34, rgba(0, 29, 52, 0))}
  .featured-news__post__more-button .icon{margin-right:.25em}
  .template-profile video{background:rgba(0,0,0,0)}
  .template-profile .profile-modal-wrapper{position:absolute}
  .template-profile .tooltip .icon{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;max-width:100%;max-height:100%;text-align:center;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;fill:url(#iconGradientLight)}
  .template-profile .tooltip .icon:hover,.template-profile .tooltip .icon:focus{fill:url(#iconGradientHover)}
  .template-profile input[type=checkbox],.template-profile input[type=radio]{display:inherit;visibility:visible;position:absolute}
  .template-profile .page-title__container{margin-bottom:0}
  .template-profile .page-title__container .profile__page__title .page-title{color:#ffdf91;font-size:1.999396rem;font-family:maiola,serif;font-weight:bold;font-feature-settings:"lnum";font-variant-numeric:lining-nums;padding:calc(1.5rem/4) 12%;text-indent:-1.3em;padding-left:calc(12% + .8em);width:100%;position:relative;margin-left:auto;margin-right:auto;white-space:normal;word-wrap:anywhere;text-indent:0;padding-left:12%}
  .template-profile .page-title__container .profile__page__title .page-title span{color:#ffdf91}
  @supports(-webkit-background-clip: text){html:not(.is-safari) .template-profile .page-title__container .profile__page__title .page-title span{background:linear-gradient(to right, #FFDF91, #CDA351);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}
  .template-profile .page-title__container .profile__page__title .page-title::before{background:linear-gradient(135deg, #B8862D, #FFDF91, #B8862D);-webkit-mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/profile.c9ab80.svg);mask-image:url(/wp-content/themes/ageOfEmpires/public/images/ui/icons/profile.c9ab80.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;content:"";display:inline-block;width:1em;height:1em;margin-right:.3em;vertical-align:middle;position:relative;top:-0.12em}
  @media(min-width: 40em){.template-profile .page-title__container .profile__page__title .page-title{text-indent:0}.template-profile .page-title__container .profile__page__title .page-title::before{flex:0 0 1em;top:0}}
  @media(min-width: 68em){.template-profile .page-title__container .profile__page__title .page-title{font-size:2.413270972rem}}
  .template-profile .page-title__container .profile__page__title .page-title::after{border-width:2px 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;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35%,#001D34 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.85) 10%, #001D34 35% 65%, rgba(3, 77, 112, 0.85) 90%, rgba(3, 77, 112, 0) 100%);z-index:-1}
  @media(min-width: 40em){.template-profile .page-title__container .profile__page__title .page-title{display:flex;align-items:center;justify-content:center;padding:calc(1.5rem/4) 12%;white-space:normal}}
  @media(min-width: 68em){.template-profile .page-title__container .profile__page__title .page-title{width:83.3333333333%}.template-profile .page-title__container .profile__page__title .page-title::after{background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40%,#001D34 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%);background:linear-gradient(to right, rgba(3, 77, 112, 0) 0%, rgba(3, 77, 112, 0.75) 20%, #001D34 40% 60%, rgba(3, 77, 112, 0.75) 80%, rgba(3, 77, 112, 0) 100%)}}
  .template-profile .user-info-container{display:flex;width:100%}
  .template-profile .user-info-container #avatar-container{max-width:7em}
  .template-profile .user-info-container #avatar-container #avatar{width:100%;border-radius:50%}
  .template-profile .user-info-container .user-info{flex-grow:1;margin-left:.5em}
  .template-profile .user-info-container .user-info .icon{fill:#fff}
  .template-profile .user-info-container .user-info span{margin-right:1em}
  .template-profile .user-info-container .last-login{justify-self:flex-end}
  .template-profile .user-info-container .last-login .login-time{color:#f6d076}
  @media(max-width: 782px){.template-profile .user-info-container{display:inherit}.template-profile .user-info-container .user-info{margin-left:0}}
  .template-profile .card__title.--absolute{position:absolute}
  @media(max-width: 782px){.template-profile .card__title.--absolute{position:relative}}
  .template-profile .preferred-email-info{display:flex}
  .template-profile .preferred-email-info #email-status-container{font-weight:bold;padding:.75rem 1rem .375rem}
  .template-profile .preferred-email-info #email-status-container #status-unverified{color:orange}
  .template-profile .preferred-email-info #email-status-container #status-sent{display:none}
  @media(max-width: 782px){.template-profile .preferred-email-info{display:inherit}.template-profile .preferred-email-info .email-status{padding:0 0 0}}
  .template-profile #insider-settings .non-accordion{cursor:auto}
  .template-profile #insider-settings .steam-id,.template-profile #insider-settings .playstation-id{display:none}
  .template-profile #insider-settings .js-steam-connect,.template-profile #insider-settings .js-playstation-connect{display:block}
  .template-profile #insider-settings #insider-steam,.template-profile #insider-settings #insider-playstation{display:none}
  .template-profile #insider-settings .complete{display:none}
  .template-profile #insider-settings .incomplete{display:inline-block}
  .template-profile #insider-settings .beta-settings .incomplete{display:none}
  .template-profile #insider-settings[data-steamlinked="1"] .steam-settings .complete{display:inline-block}
  .template-profile #insider-settings[data-steamlinked="1"] .steam-settings .incomplete{display:none}
  .template-profile #insider-settings[data-steamlinked="1"] .steam-settings .steam-id{display:block}
  .template-profile #insider-settings[data-steamlinked="1"] .steam-settings .js-steam-connect{display:none}
  .template-profile #insider-settings[data-steamlinked="1"] .steam-settings #insider-steam{display:block}
  .template-profile #insider-settings[data-playstationlinked="1"] .playstation-settings .complete{display:inline-block}
  .template-profile #insider-settings[data-playstationlinked="1"] .playstation-settings .incomplete{display:none}
  .template-profile #insider-settings[data-playstationlinked="1"] .playstation-settings .playstation-id{display:block}
  .template-profile #insider-settings[data-playstationlinked="1"] .playstation-settings .js-playstation-connect{display:none}
  .template-profile #insider-settings[data-playstationlinked="1"] .playstation-settings #insider-playstation{display:block}
  .template-profile #insider-settings .dx-upload-date{display:none}
  .template-profile #insider-settings #upload-dxdiag{pointer-events:none;display:inline}
  .template-profile #insider-settings #update-dxdiag{pointer-events:none;display:none}
  .template-profile #insider-settings #insider-delete-dxdiag{display:none}
  .template-profile #insider-settings[data-dxdiaglinked="1"] .dxdiag-settings .complete{display:inline-block}
  .template-profile #insider-settings[data-dxdiaglinked="1"] .dxdiag-settings .incomplete{display:none}
  .template-profile #insider-settings[data-dxdiaglinked="1"] .dxdiag-settings .dx-upload-date{display:flex;justify-content:flex-end}
  .template-profile #insider-settings[data-dxdiaglinked="1"] .dxdiag-settings #insider-delete-dxdiag{display:block}
  .template-profile #insider-settings[data-dxdiaglinked="1"] .dxdiag-settings #upload-dxdiag{display:none}
  .template-profile #insider-settings[data-dxdiaglinked="1"] .dxdiag-settings #update-dxdiag{display:inline}
  .template-profile #insider-settings .--gold{color:#cda351}
  .template-profile #insider-settings .conditional{display:none}
  @media(min-width: 80em){.template-profile .insider-uploaddx-modal .modal-content-container{display:flex;flex-flow:row nowrap;justify-content:space-between;flex-basis:50%}.template-profile .insider-uploaddx-modal .modal-content-container .modal-content,.template-profile .insider-uploaddx-modal .modal-content-container .gpu-content{flex:1 1 50%}}
  #civs-and-maps{overflow:visible}
  #civs-and-maps .page__subnav--nowrap .stats__page__subnav{justify-content:flex-start}
  #civs-and-maps .page__subnav--nowrap .stats__page__subnav .page__subnav__link{margin-left:0;flex-basis:50%}
  @media(min-width: 40em){#civs-and-maps .page__subnav--nowrap .stats__page__subnav .page__subnav__link{margin-right:.909rem;flex-basis:33%}}
  @media(min-width: 54em){#civs-and-maps .page__subnav--nowrap .stats__page__subnav .page__subnav__link{flex-basis:25%}}
  #civs-and-maps .civ-game-map-selectors{display:flex;justify-content:space-between}
  #civs-and-maps .civ-game-map-selectors .stats__select{display:none}
  #civs-and-maps .stats__cols--2col{z-index:1}
  #civs-and-maps .stats__cols--2col h3{margin-bottom:.5rem}
  #civs-and-maps .stats__cols--2col .match-results .bargraph-table .bargraph-table__bargraph-cell:last-child{border-right:none}
  #civs-and-maps .--loader__container-active+.stats__cols--2col{min-height:540px}
  .style-guide__icon-container{margin:.5rem 1.5rem .5rem 0;display:inline-block;position:relative;cursor:pointer}
  .style-guide__icon-container [data-lottie] svg{max-width:1.5rem;max-height:1.5rem}
  .university-landing__faq-section{background-image:url(/wp-content/themes/ageOfEmpires/public/images/bgs/uofa-splash-faq-right-desk.8fec20a254e01bc1.webp);background-repeat:no-repeat;background-position-x:right}
  .university-landing__faq-section .university-landing__faq-wrapper{width:50%}
  @media screen and (max-width: 1280px){.university-landing__faq-section .university-landing__faq-wrapper{width:70%}}
  @media screen and (max-width: 1028px){.university-landing__faq-section .university-landing__faq-wrapper{width:60%}}
  @media screen and (max-width: 860px){.university-landing__faq-section .university-landing__faq-wrapper{width:100%}.university-landing__faq-section{padding-top:39vw}}
  @media screen and (max-width: 600px){.university-landing__faq-section{padding-top:23rem}}
  body.template-university-admin .main .user-info-container{display:flex;width:100%;padding-bottom:1em}
  body.template-university-admin .main .user-info-container #avatar-container{max-width:7em}
  body.template-university-admin .main .user-info-container #avatar-container #avatar{width:100%;border-radius:50%}
  body.template-university-admin .main .user-info-container .user-info{flex-grow:1;margin-left:.5em}
  body.template-university-admin .main .user-info-container .user-info .icon{fill:#fff}
  body.template-university-admin .main .user-info-container .user-info span{margin-right:1em}
  body.template-university-admin .main .user-info-container .last-login .login-time{color:#cda351}
  @media(max-width: 782px){body.template-university-admin .main .user-info-container{display:inherit}body.template-university-admin .main .user-info-container .user-info{margin-left:0}}
  body.template-university-admin .main .top-section{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:1em}
  @media screen and (max-width: 40em){body.template-university-admin .main .top-section{display:block}}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper label{position:relative;padding-top:1em;padding-bottom:2em}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_length{float:left}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:4px;position:absolute}
  @media screen and (max-width: 40em){body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_length{display:block;float:none}body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_length select{width:100%}}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_filter{float:right;text-align:right}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;margin-left:3px}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_filter .dataTables_info{clear:both;float:left;padding-top:.755em}
  @media screen and (max-width: 40em){body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_filter{display:block;float:none}body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_filter input{width:100%}}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;cursor:pointer;border:1px solid rgba(0,0,0,0);border-radius:2px}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333;border:1px solid #979797;background-color:#fff;background:linear-gradient(to bottom, white 0%, #dcdcdc 100%)}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666;border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#fff;border:1px solid #111;background-color:#585858;background:linear-gradient(to bottom, #585858 0%, #111 100%)}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper .dataTables_paginate .paginate_button.ellipsis{padding:0 1em}
  body.template-university-admin .main .enrollment-data .dataTables_wrapper th,body.template-university-admin .main .enrollment-data .dataTables_wrapper tr:first-child{color:inherit;font-family:inherit;font-weight:inherit}
  body.template-university-signup .main section:first-of-type{background-image:url(/wp-content/themes/ageOfEmpires/public/images/uofa-splash-register-right-desk.058b875153b88870.webp);background-repeat:no-repeat;background-position-x:right}
  @media(max-width: 80em){body.template-university-signup .main section:first-of-type{background-image:url(/wp-content/themes/ageOfEmpires/public/images/uofa-register-bg-mobile.172e1e4bbefe242c.webp);background-size:contain}}
  body.template-university-signup .main .profile-nav__label{visibility:visible;display:flex;opacity:1}
  .page-title__container.university-signup__hero{margin-bottom:0;background-image:url(/wp-content/themes/ageOfEmpires/public/images/heros/uofa-bg-title-mobile.792178195ead3dce.webp)}
  @media(min-width: 40em){.page-title__container.university-signup__hero{background-image:url(/wp-content/themes/ageOfEmpires/public/images/heros/uofa-bg-title-desk.e5ee4a6a7ad8947f.webp)}}
  @media(min-width: 137em){.page-title__container.university-signup__hero{background-image:url(/wp-content/themes/ageOfEmpires/public/images/heros/uofa-bg-title-4k.54886a1f953e947b.webp)}}
  .university__registration-wrapper{display:flex;flex-flow:row nowrap}
  .university__registration-wrapper .university__logo-float-right img{display:block;height:15rem;margin:0 auto;visibility:visible}
  @media screen and (max-width: 80em){.university__registration-wrapper{flex-flow:column-reverse}.university__registration-wrapper .university__logo-float-right img{visibility:hidden}}
  .university__registration-form{width:65%}
  @media screen and (max-width: 80em){.university__registration-form{width:100%}}
  .university__registration-form label{display:inline-block;line-height:1.5;font-family:maiola,serif;font-size:1.5rem;color:#ffdf91;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}
  .university__registration-form label.is__required{position:relative}
  .university__registration-form label.is__required::after{position:absolute;top:0;right:-1.45rem;content:"﹡";color:#ba0800;font-size:1.75rem;font-weight:500}
  .university__registration-form input{width:95%;color:#e2e2e2}
  .university__registration-form #state{max-width:22rem}
  .university__registration-form .university__dob_fields{display:flex;flex-flow:row nowrap}
  .university__registration-form .university__2digit-select{width:4.5rem;margin-right:.575rem}
  .university__registration-form .university__4digit-select{width:6rem}
  .university__registration-form .university__intruction-text{color:#fd8962}
  .university__registration-form .university__avatar-wrapper{display:flex;align-items:center;margin-bottom:2rem;font-size:1.5rem}
  .university__registration-form .university__avatar-wrapper .avatar{width:2rem;margin-right:.5rem;border-radius:50%;border:1px solid #fff0c5}
  .university__registration-form .registration_messages{position:absolute;color:#60e06e}
  @media(min-width: 54em){body.template-university-program .site-container,body.single-required-reading .site-container{overflow:visible;overflow:initial}}
  body.template-university-program .university-landing-page__hero img,body.single-required-reading .university-landing-page__hero img{object-position:top}
  @media(max-width: 54em){body.template-university-program .university-landing-page__hero .button-group>*,body.single-required-reading .university-landing-page__hero .button-group>*{max-width:50% !important}}
  body.template-university-program .university-landing-logo,body.single-required-reading .university-landing-logo{width:100%;margin:0 auto;text-align:center}
  body.template-university-program .university-landing-logo img,body.single-required-reading .university-landing-logo img{object-fit:cover;font-family:"object-fit: cover";height:100%}
  body.template-university-program .page-title.--contained,body.single-required-reading .page-title.--contained{white-space:break-spaces}
  @media(min-width: 40em){body.template-university-program .page-title.--contained,body.single-required-reading .page-title.--contained{white-space:break-spaces}}
  .university-program__card-wrapper{display:flex;flex-flow:row wrap;justify-content:space-between}
  .university-program__card-wrapper .illuminated-history{width:49%}
  .university-program__card-wrapper .illuminated-history.card{padding:0}
  .university-program__card-wrapper .illuminated-history .university__section-hero-campaign{height:18vw;background-repeat:no-repeat;background-size:cover}
  .university-program__card-wrapper .illuminated-history.program-description{width:100%;margin-bottom:1.5rem}
  .university-program__card-wrapper .illuminated-history.program-description .university__section-hero-campaign{padding:1rem 1.5rem;height:100%}
  .university-program__card-wrapper .illuminated-history.program-description .card{width:45%}
  @media screen and (max-width: 68em){.university-program__card-wrapper .illuminated-history.program-description .card{width:100%}}
  .university-program__card-wrapper .illuminated-history.normans .university__section-hero-campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/03-norman-bayeux-desk.2c199b47c978df79.webp)}
  .university-program__card-wrapper .illuminated-history.normans.--complete .university__section-hero-campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/complete-norman-lincoln-desk.34c9739963dd84fd.webp)}
  .university-program__card-wrapper .illuminated-history.thyw .university__section-hero-campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/03-hundredyears-cocherel-desk.c346b10f85397f63.webp)}
  .university-program__card-wrapper .illuminated-history.thyw.--complete .university__section-hero-campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/complete-hundredyears-desk.bba7ced779c45f1b.webp)}
  .university-program__card-wrapper .illuminated-history.tme .university__section-hero-campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/07-mongol-fallofxiangyang-desk.80a806ca76444d75.webp)}
  .university-program__card-wrapper .illuminated-history.tme.--complete .university__section-hero-campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/complete-mongol-fallofxiangyang-desk.434dd9dd719eada8.webp)}
  .university-program__card-wrapper .illuminated-history.trom .university__section-hero-campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/02-riseofmoscow-moscow-desk.f418ccc0b8f0253d.webp)}
  .university-program__card-wrapper .illuminated-history.trom.--complete .university__section-hero-campaign{background-image:url(/wp-content/themes/ageOfEmpires/public/images/university/complete-riseofmoscow-kazan-desk.730401723aa9b1f1.webp)}
  .university-program__card-wrapper .illuminated-history.--complete{position:relative}
  .university-program__card-wrapper .illuminated-history.--complete::before{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;content:"";border:3px solid rgba(0,0,0,0);border-image-source:url(/wp-content/themes/ageOfEmpires/public/images/ui/outline.2b3c61.svg);border-width:3px;border-image-slice:4;border-style:solid;z-index:1}
  .university-program__card-wrapper .illuminated-history .university__card-body-wrapper{padding:1.5rem}
  .university-program__card-wrapper .illuminated-history .univeristy__section-title-wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}
  .university-program__card-wrapper .illuminated-history .univeristy__section-title{font-family:noto-sans,sans-serif;font-size:1.5rem;color:#ffdf91;margin-bottom:.375rem}
  .university-program__card-wrapper .illuminated-history .university__progress-group{display:flex;flex-flow:row nowrap;align-items:center}
  .university-program__card-wrapper .illuminated-history .university__progress-group label{display:flex;flex-flow:row nowrap;width:10rem;margin-right:.5rem}
  .university-program__card-wrapper .illuminated-history .university__progress-group label svg path{fill:#e2e2e2}
  .university-program__card-wrapper .illuminated-history .university__progress-group label .university__icon-campaign{margin-bottom:4px;width:1.5rem;height:1.5rem}
  .university-program__card-wrapper .illuminated-history .university__progress-group label .university__icon-module{margin-bottom:4px;width:1.5rem;height:1.5rem}
  .university-program__card-wrapper .illuminated-history .university__progress-group label span{margin-left:10px}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container{width:100%;height:8px;position:relative;background:#1b1b1b;border-radius:25px;padding:1px}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container .university__progress-percentage{width:100%;height:100%;background-color:#e2e2e2;border-radius:8px}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container .university__progress-percentage+.university__progress-percentage{margin-left:.5%}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container .university__progress-percentage.--complete{background-color:#e2e2e2}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container.--modules{display:flex;flex-flow:row nowrap;background:rgba(0,0,0,0)}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container.--modules .university__progress-percentage{background-color:#1b1b1b;border-radius:0}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container.--modules .university__progress-percentage:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container.--modules .university__progress-percentage:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}
  .university-program__card-wrapper .illuminated-history .university__progress-group .university__progress-container.--modules .university__progress-percentage.--complete{background-color:#e2e2e2}
  .university-program__card-wrapper .illuminated-history .university__progress-group.--complete .university__progress-percentage{background-color:#ffdf91 !important}
  .university-program__card-wrapper .illuminated-history .university__progress-group.--complete label svg path{fill:#ffdf91}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list{padding-top:1rem}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article{text-indent:0;margin-left:0;margin-bottom:.5rem}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article::before{display:none}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article+.university__module-article{margin-top:.3rem}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article a{position:relative;display:flex;flex-flow:row nowrap;flex-grow:0;flex-shrink:0;align-items:flex-start;width:100%;padding-left:0;font-size:.85rem;line-height:1.4;color:#41acb9;-webkit-text-decoration:underline;text-decoration:underline}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article a::before{content:"";position:absolute;left:.3rem;top:.5em;width:.4em;height:.4em;border-radius:50%;background:linear-gradient(180deg, #E7C067, #B8862D);flex-shrink:0}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article a span{padding-left:1.5rem}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article a svg{margin-top:.25rem}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article .university__icon-next,.university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article .university__icon-completed{position:absolute;left:0;top:0;display:none;width:1rem;height:1rem;overflow:hidden}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article.--complete a::before{display:none}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article.--complete .university__icon-completed{display:block}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article.--complete .university__icon-completed polygon{fill:#ffdf91}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article:first-child:not(.--complete) a::before{display:none}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article:first-child:not(.--complete) .university__icon-next{display:block}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article:first-child:not(.--complete) .university__icon-next path{fill:#9bf00b}
  .university-program__card-wrapper .illuminated-history .university-section__module-article-list .university__module-article:first-child:not(.--complete) .university__icon-completed{display:none}
  .university-program__card-wrapper .button-group .cta-button .university__icon-completed{display:none;width:1rem;height:1rem;margin-right:.5rem}
  .university-program__card-wrapper .button-group .cta-button.--complete .university__icon-completed{display:block}
  .university-program__card-wrapper .button-group .cta-button.--complete .university__icon-completed polygon{fill:#ffdf91}
  @media screen and (max-width: 960px){.university-program__card-wrapper .illuminated-history{width:100%}.university-program__card-wrapper .illuminated-history .university__section-hero-campaign{height:35vw}}
  .univeristy__progress-circle-wrapper{width:2.5rem;height:2.5rem;background-color:#1b1b1b;border-radius:50%}
  .univeristy__progress-circle-wrapper .univeristy__progress-circle__slice,.univeristy__progress-circle-wrapper .univeristy__progress-circle__fill{width:2.5rem;height:2.5rem;position:absolute;-webkit-backface-visibility:hidden;transition:transform 1s;border-radius:50%}
  .univeristy__progress-circle-wrapper .univeristy__progress-circle__slice{clip:rect(0px, 2.5rem, 2.5rem, 1.25rem)}
  .univeristy__progress-circle-wrapper .univeristy__progress-circle__slice .univeristy__progress-circle__fill{clip:rect(0px, 1.25rem, 2.5rem, 0px);background-color:#e2e2e2}
  .univeristy__progress-circle-wrapper .univeristy__progress-circle__overlay{width:1.75rem;height:1.75rem;position:absolute;margin-left:.375rem;margin-top:.375rem;background-color:#394766;border-radius:50%}
  .univeristy__progress-circle-wrapper[data-progress="0"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="0"] .univeristy__progress-circle__fill{transform:rotate(0deg)}
  .univeristy__progress-circle-wrapper[data-progress="0"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(0deg)}
  .univeristy__progress-circle-wrapper[data-progress="1"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="1"] .univeristy__progress-circle__fill{transform:rotate(1.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="1"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(3.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="2"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="2"] .univeristy__progress-circle__fill{transform:rotate(3.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="2"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(7.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="3"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="3"] .univeristy__progress-circle__fill{transform:rotate(5.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="3"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(10.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="4"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="4"] .univeristy__progress-circle__fill{transform:rotate(7.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="4"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(14.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="5"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="5"] .univeristy__progress-circle__fill{transform:rotate(9deg)}
  .univeristy__progress-circle-wrapper[data-progress="5"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(18deg)}
  .univeristy__progress-circle-wrapper[data-progress="6"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="6"] .univeristy__progress-circle__fill{transform:rotate(10.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="6"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(21.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="7"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="7"] .univeristy__progress-circle__fill{transform:rotate(12.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="7"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(25.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="8"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="8"] .univeristy__progress-circle__fill{transform:rotate(14.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="8"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(28.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="9"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="9"] .univeristy__progress-circle__fill{transform:rotate(16.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="9"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(32.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="10"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="10"] .univeristy__progress-circle__fill{transform:rotate(18deg)}
  .univeristy__progress-circle-wrapper[data-progress="10"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(36deg)}
  .univeristy__progress-circle-wrapper[data-progress="11"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="11"] .univeristy__progress-circle__fill{transform:rotate(19.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="11"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(39.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="12"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="12"] .univeristy__progress-circle__fill{transform:rotate(21.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="12"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(43.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="13"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="13"] .univeristy__progress-circle__fill{transform:rotate(23.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="13"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(46.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="14"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="14"] .univeristy__progress-circle__fill{transform:rotate(25.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="14"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(50.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="15"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="15"] .univeristy__progress-circle__fill{transform:rotate(27deg)}
  .univeristy__progress-circle-wrapper[data-progress="15"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(54deg)}
  .univeristy__progress-circle-wrapper[data-progress="16"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="16"] .univeristy__progress-circle__fill{transform:rotate(28.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="16"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(57.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="17"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="17"] .univeristy__progress-circle__fill{transform:rotate(30.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="17"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(61.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="18"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="18"] .univeristy__progress-circle__fill{transform:rotate(32.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="18"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(64.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="19"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="19"] .univeristy__progress-circle__fill{transform:rotate(34.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="19"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(68.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="20"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="20"] .univeristy__progress-circle__fill{transform:rotate(36deg)}
  .univeristy__progress-circle-wrapper[data-progress="20"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(72deg)}
  .univeristy__progress-circle-wrapper[data-progress="21"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="21"] .univeristy__progress-circle__fill{transform:rotate(37.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="21"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(75.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="22"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="22"] .univeristy__progress-circle__fill{transform:rotate(39.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="22"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(79.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="23"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="23"] .univeristy__progress-circle__fill{transform:rotate(41.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="23"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(82.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="24"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="24"] .univeristy__progress-circle__fill{transform:rotate(43.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="24"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(86.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="25"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="25"] .univeristy__progress-circle__fill{transform:rotate(45deg)}
  .univeristy__progress-circle-wrapper[data-progress="25"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(90deg)}
  .univeristy__progress-circle-wrapper[data-progress="26"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="26"] .univeristy__progress-circle__fill{transform:rotate(46.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="26"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(93.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="27"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="27"] .univeristy__progress-circle__fill{transform:rotate(48.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="27"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(97.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="28"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="28"] .univeristy__progress-circle__fill{transform:rotate(50.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="28"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(100.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="29"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="29"] .univeristy__progress-circle__fill{transform:rotate(52.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="29"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(104.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="30"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="30"] .univeristy__progress-circle__fill{transform:rotate(54deg)}
  .univeristy__progress-circle-wrapper[data-progress="30"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(108deg)}
  .univeristy__progress-circle-wrapper[data-progress="31"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="31"] .univeristy__progress-circle__fill{transform:rotate(55.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="31"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(111.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="32"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="32"] .univeristy__progress-circle__fill{transform:rotate(57.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="32"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(115.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="33"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="33"] .univeristy__progress-circle__fill{transform:rotate(59.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="33"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(118.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="34"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="34"] .univeristy__progress-circle__fill{transform:rotate(61.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="34"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(122.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="35"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="35"] .univeristy__progress-circle__fill{transform:rotate(63deg)}
  .univeristy__progress-circle-wrapper[data-progress="35"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(126deg)}
  .univeristy__progress-circle-wrapper[data-progress="36"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="36"] .univeristy__progress-circle__fill{transform:rotate(64.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="36"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(129.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="37"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="37"] .univeristy__progress-circle__fill{transform:rotate(66.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="37"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(133.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="38"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="38"] .univeristy__progress-circle__fill{transform:rotate(68.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="38"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(136.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="39"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="39"] .univeristy__progress-circle__fill{transform:rotate(70.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="39"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(140.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="40"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="40"] .univeristy__progress-circle__fill{transform:rotate(72deg)}
  .univeristy__progress-circle-wrapper[data-progress="40"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(144deg)}
  .univeristy__progress-circle-wrapper[data-progress="41"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="41"] .univeristy__progress-circle__fill{transform:rotate(73.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="41"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(147.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="42"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="42"] .univeristy__progress-circle__fill{transform:rotate(75.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="42"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(151.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="43"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="43"] .univeristy__progress-circle__fill{transform:rotate(77.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="43"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(154.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="44"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="44"] .univeristy__progress-circle__fill{transform:rotate(79.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="44"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(158.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="45"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="45"] .univeristy__progress-circle__fill{transform:rotate(81deg)}
  .univeristy__progress-circle-wrapper[data-progress="45"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(162deg)}
  .univeristy__progress-circle-wrapper[data-progress="46"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="46"] .univeristy__progress-circle__fill{transform:rotate(82.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="46"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(165.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="47"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="47"] .univeristy__progress-circle__fill{transform:rotate(84.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="47"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(169.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="48"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="48"] .univeristy__progress-circle__fill{transform:rotate(86.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="48"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(172.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="49"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="49"] .univeristy__progress-circle__fill{transform:rotate(88.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="49"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(176.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="50"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="50"] .univeristy__progress-circle__fill{transform:rotate(90deg)}
  .univeristy__progress-circle-wrapper[data-progress="50"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(180deg)}
  .univeristy__progress-circle-wrapper[data-progress="51"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="51"] .univeristy__progress-circle__fill{transform:rotate(91.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="51"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(183.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="52"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="52"] .univeristy__progress-circle__fill{transform:rotate(93.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="52"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(187.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="53"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="53"] .univeristy__progress-circle__fill{transform:rotate(95.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="53"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(190.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="54"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="54"] .univeristy__progress-circle__fill{transform:rotate(97.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="54"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(194.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="55"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="55"] .univeristy__progress-circle__fill{transform:rotate(99deg)}
  .univeristy__progress-circle-wrapper[data-progress="55"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(198deg)}
  .univeristy__progress-circle-wrapper[data-progress="56"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="56"] .univeristy__progress-circle__fill{transform:rotate(100.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="56"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(201.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="57"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="57"] .univeristy__progress-circle__fill{transform:rotate(102.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="57"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(205.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="58"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="58"] .univeristy__progress-circle__fill{transform:rotate(104.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="58"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(208.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="59"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="59"] .univeristy__progress-circle__fill{transform:rotate(106.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="59"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(212.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="60"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="60"] .univeristy__progress-circle__fill{transform:rotate(108deg)}
  .univeristy__progress-circle-wrapper[data-progress="60"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(216deg)}
  .univeristy__progress-circle-wrapper[data-progress="61"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="61"] .univeristy__progress-circle__fill{transform:rotate(109.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="61"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(219.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="62"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="62"] .univeristy__progress-circle__fill{transform:rotate(111.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="62"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(223.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="63"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="63"] .univeristy__progress-circle__fill{transform:rotate(113.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="63"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(226.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="64"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="64"] .univeristy__progress-circle__fill{transform:rotate(115.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="64"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(230.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="65"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="65"] .univeristy__progress-circle__fill{transform:rotate(117deg)}
  .univeristy__progress-circle-wrapper[data-progress="65"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(234deg)}
  .univeristy__progress-circle-wrapper[data-progress="66"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="66"] .univeristy__progress-circle__fill{transform:rotate(118.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="66"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(237.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="67"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="67"] .univeristy__progress-circle__fill{transform:rotate(120.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="67"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(241.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="68"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="68"] .univeristy__progress-circle__fill{transform:rotate(122.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="68"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(244.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="69"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="69"] .univeristy__progress-circle__fill{transform:rotate(124.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="69"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(248.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="70"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="70"] .univeristy__progress-circle__fill{transform:rotate(126deg)}
  .univeristy__progress-circle-wrapper[data-progress="70"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(252deg)}
  .univeristy__progress-circle-wrapper[data-progress="71"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="71"] .univeristy__progress-circle__fill{transform:rotate(127.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="71"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(255.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="72"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="72"] .univeristy__progress-circle__fill{transform:rotate(129.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="72"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(259.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="73"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="73"] .univeristy__progress-circle__fill{transform:rotate(131.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="73"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(262.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="74"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="74"] .univeristy__progress-circle__fill{transform:rotate(133.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="74"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(266.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="75"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="75"] .univeristy__progress-circle__fill{transform:rotate(135deg)}
  .univeristy__progress-circle-wrapper[data-progress="75"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(270deg)}
  .univeristy__progress-circle-wrapper[data-progress="76"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="76"] .univeristy__progress-circle__fill{transform:rotate(136.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="76"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(273.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="77"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="77"] .univeristy__progress-circle__fill{transform:rotate(138.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="77"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(277.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="78"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="78"] .univeristy__progress-circle__fill{transform:rotate(140.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="78"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(280.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="79"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="79"] .univeristy__progress-circle__fill{transform:rotate(142.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="79"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(284.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="80"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="80"] .univeristy__progress-circle__fill{transform:rotate(144deg)}
  .univeristy__progress-circle-wrapper[data-progress="80"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(288deg)}
  .univeristy__progress-circle-wrapper[data-progress="81"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="81"] .univeristy__progress-circle__fill{transform:rotate(145.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="81"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(291.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="82"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="82"] .univeristy__progress-circle__fill{transform:rotate(147.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="82"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(295.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="83"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="83"] .univeristy__progress-circle__fill{transform:rotate(149.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="83"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(298.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="84"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="84"] .univeristy__progress-circle__fill{transform:rotate(151.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="84"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(302.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="85"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="85"] .univeristy__progress-circle__fill{transform:rotate(153deg)}
  .univeristy__progress-circle-wrapper[data-progress="85"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(306deg)}
  .univeristy__progress-circle-wrapper[data-progress="86"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="86"] .univeristy__progress-circle__fill{transform:rotate(154.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="86"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(309.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="87"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="87"] .univeristy__progress-circle__fill{transform:rotate(156.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="87"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(313.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="88"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="88"] .univeristy__progress-circle__fill{transform:rotate(158.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="88"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(316.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="89"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="89"] .univeristy__progress-circle__fill{transform:rotate(160.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="89"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(320.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="90"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="90"] .univeristy__progress-circle__fill{transform:rotate(162deg)}
  .univeristy__progress-circle-wrapper[data-progress="90"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(324deg)}
  .univeristy__progress-circle-wrapper[data-progress="91"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="91"] .univeristy__progress-circle__fill{transform:rotate(163.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="91"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(327.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="92"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="92"] .univeristy__progress-circle__fill{transform:rotate(165.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="92"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(331.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="93"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="93"] .univeristy__progress-circle__fill{transform:rotate(167.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="93"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(334.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="94"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="94"] .univeristy__progress-circle__fill{transform:rotate(169.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="94"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(338.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="95"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="95"] .univeristy__progress-circle__fill{transform:rotate(171deg)}
  .univeristy__progress-circle-wrapper[data-progress="95"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(342deg)}
  .univeristy__progress-circle-wrapper[data-progress="96"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="96"] .univeristy__progress-circle__fill{transform:rotate(172.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="96"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(345.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="97"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="97"] .univeristy__progress-circle__fill{transform:rotate(174.6deg)}
  .univeristy__progress-circle-wrapper[data-progress="97"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(349.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="98"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="98"] .univeristy__progress-circle__fill{transform:rotate(176.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="98"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(352.8deg)}
  .univeristy__progress-circle-wrapper[data-progress="99"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="99"] .univeristy__progress-circle__fill{transform:rotate(178.2deg)}
  .univeristy__progress-circle-wrapper[data-progress="99"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(356.4deg)}
  .univeristy__progress-circle-wrapper[data-progress="100"] .univeristy__progress-circle__slice.full,.univeristy__progress-circle-wrapper[data-progress="100"] .univeristy__progress-circle__fill{transform:rotate(180deg)}
  .univeristy__progress-circle-wrapper[data-progress="100"] .univeristy__progress-circle__fill.univeristy__progress-circle__bar{transform:rotate(360deg)}
  .univeristy__progress-circle-wrapper.--complete .univeristy__progress-circle__fill{background-color:#ffdf91}
  body.required-reading-template-default .page-title__container.university__articles-hero{background-image:url(/wp-content/themes/ageOfEmpires/public/images/heros/uofa-bg-title-desk.e5ee4a6a7ad8947f.webp)}
  body.required-reading-template-default .page-title__container.university__articles-hero .page-title.--contained{display:flex;flex-flow:row nowrap;align-items:flex-start}
  body.required-reading-template-default .page-title__container.university__articles-hero .page-title.--contained::before{background:none;-webkit-mask-image:none;mask-image:none;content:none}
  body.required-reading-template-default .page-title__container.university__articles-hero .page-title.--contained .university-hero__collaboration-logo{height:100%;max-height:4rem;margin-right:.5rem;margin-top:.73rem}
  body.required-reading-template-default .university__required-reading-article{background-image:none}
  body.required-reading-template-default .university__module-status{display:flex;flex-flow:column}
  @media screen and (min-width: 1201px){body.required-reading-template-default .university__module-status{display:none}}
  body.required-reading-template-default .university__module-status .illuminated-history{width:100%}
  body.required-reading-template-default .university__article__layout{display:flex;flex-flow:row-reverse;justify-content:space-between}
  body.required-reading-template-default .university__sidebar{position:relative;width:24rem;display:none}
  @media screen and (min-width: 1201px){body.required-reading-template-default .university__sidebar{display:block}}
  body.required-reading-template-default .university__sidebar .university-article_module-status-module{top:5rem;width:24rem;position:-webkit-sticky;position:sticky;z-index:calc(500/2)}
  body.required-reading-template-default .university__sidebar .university-article_module-status-module.--bottom{position:absolute;bottom:10px}
  body.required-reading-template-default .university__sidebar .illuminated-history{width:100%}
  body.required-reading-template-default .article__body{min-height:30rem;width:100%}
  body.required-reading-template-default .article__body video{height:auto}
  @media screen and (min-width: 1201px){body.required-reading-template-default .article__body{width:calc(100% - 27rem)}}
  body.required-reading-template-default .university-article__instructor{padding-top:.5rem}
  body.required-reading-template-default .university-article__instructor .university-article__instructor-name{font-family:noto-sans,sans-serif;font-size:1rem;font-weight:600;color:#ffdf91}
  body.required-reading-template-default .university-article__instructor span{display:block}
  .hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
  .hover\:bg-gold-35:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 149, 69, var(--tw-bg-opacity)); }
  .focus\:outline-1:focus {
  outline-width: 1px; }
  .focus\:outline-white:focus {
  outline-color: #FFFFFF; }
  .focus-visible\:focus-outline-sync-\[-2px\]:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #FFFFFF;
  outline-offset: -2px; }
  .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed; }
  .disabled\:border-shade-70:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(57, 71, 102, var(--tw-border-opacity)); }
  .disabled\:bg-shade-90:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 28, 41, var(--tw-bg-opacity)); }
  .disabled\:text-gold-70:disabled {
  --tw-text-opacity: 1;
  color: rgba(98, 62, 38, var(--tw-text-opacity)); }
  .disabled\:focus\:cursor-not-allowed:focus:disabled {
  cursor: not-allowed; }
  .disabled\:focus\:border-shade-70:focus:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(57, 71, 102, var(--tw-border-opacity)); }
  .disabled\:focus\:bg-shade-90:focus:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 28, 41, var(--tw-bg-opacity)); }
  .disabled\:focus\:text-gold-70:focus:disabled {
  --tw-text-opacity: 1;
  color: rgba(98, 62, 38, var(--tw-text-opacity)); }
  .group:hover .group-hover\:block {
  display: block; }
  .group:hover .group-hover\:bg-gold-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 108, 45, var(--tw-bg-opacity)); }
  .group:hover .group-hover\:fill-white {
  fill: #FFFFFF; }
  .group:focus .group-focus\:fill-white {
  fill: #FFFFFF; }
  .active\:bg-gold-35.--active {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 149, 69, var(--tw-bg-opacity)); }
  .admin-bar .admin-bar\:top-\[var\(--admin-bar-height\)\] {
  top: var(--admin-bar-height); }
  .flyout .flyout\:absolute {
  position: absolute; }
  .flyout .flyout\:relative {
  position: relative; }
  .flyout .flyout\:z-0 {
  z-index: 0; }
  .flyout .flyout\:z-1 {
  z-index: 1; }
  .flyout .flyout\:w-full {
  width: 100%; }
  .flyout .flyout\:text-\[16px\] {
  font-size: 16px; }
  .self-flyout\:relative.flyout {
  position: relative; }
  @media screen and (-ms-high-contrast: white-on-black), (-ms-high-contrast: black-on-white) {
  .high-contrast-wb\:border-1 {
    border-width: 1px; }
  .high-contrast-wb\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)); }
  .high-contrast-wb\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); } }
  @media screen and (-ms-high-contrast: black-on-white) {
  .group:hover .high-contrast-bw\:group-hover\:fill-grey-70 {
    fill: #464646; }
  .group:focus .high-contrast-bw\:group-focus\:fill-grey-70 {
    fill: #464646; } }
  @media (max-width: 480px) {
  .mobileWide-max\:pt-\[12rem\] {
    padding-top: 12rem; } }
  @media (max-width: 640px) {
  .sm-max\:w-full {
    width: 100%; }
  .sm-max\:flex-col {
    flex-direction: column; } }
  @media (max-width: 864px) {
  .md-max\:hidden {
    display: none; }
  .md-max\:\!w-full {
    width: 100% !important; }
  .md-max\:w-full {
    width: 100%; }
  .md-max\:flex-col {
    flex-direction: column; } }
  @media (max-width: 1280px) {
  .lg-max\:mb-20 {
    margin-bottom: 20px; }
  .lg-max\:ml-auto {
    margin-left: auto; }
  .lg-max\:w-full {
    width: 100%; }
  .lg-max\:flex-1 {
    flex: 1 1 0%; }
  .lg-max\:flex-col {
    flex-direction: column; }
  .lg-max\:flex-wrap {
    flex-wrap: wrap; }
  .lg-max\:\!justify-start {
    justify-content: flex-start !important; } }
  @media (max-width: 3280px) {
  .contentMax-max\:flex {
    display: flex; }
  .contentMax-max\:flex-col {
    flex-direction: column; } }
  @media (min-width: 320px) {
  .xs\:text-\[calc\(10px\+0\.2vw\)\] {
    font-size: calc(10px + 0.2vw); } }
  @media (min-width: 480px) {
  .mobileWide\:h-\[calc\(var\(--footer-content-height\)-10px\)\] {
    height: calc(var(--footer-content-height) - 10px); }
  .mobileWide\:h-\[var\(--footer-content-height\)\] {
    height: var(--footer-content-height); }
  .mobileWide\:flex-\[unset\] {
    flex: unset; } }
  @media (min-width: 640px) {
  .sm\:min-h-\[125px\] {
    min-height: 125px; }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:flex-row {
    flex-direction: row; }
  .sm\:gap-16 {
    gap: 16px; } }
  @media (min-width: 864px) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6; }
  .md\:mr-0 {
    margin-right: 0px; }
  .md\:hidden {
    display: none; }
  .md\:w-\[67\%\] {
    width: 67%; }
  .md\:w-full {
    width: 100%; }
  .md\:max-w-\[60\%\] {
    max-width: 60%; }
  .md\:flex-nowrap {
    flex-wrap: nowrap; }
  .md\:gap-y-16 {
    row-gap: 16px; }
  .md\:bg-insider-signup-desktop {
    background-image: url(/wp-content/themes/ageOfEmpires/public/images/bgs/bg-insider-signup-desk.3b838e4825db86ed.webp); }
  .md\:bg-cover {
    background-size: cover; }
  .md\:bg-\[position\:bottom\2c left\] {
    background-position: bottom,left; }
  .md\:pb-\[158px\] {
    padding-bottom: 158px; }
  .md\:pt-\[100px\] {
    padding-top: 100px; }
  .md\:text-\[48px\] {
    font-size: 48px; }
  .md\:text-\[calc\(10px\+0\.3vw\)\] {
    font-size: calc(10px + 0.3vw); } }
  @media (min-width: 1088px) {
  .nav\:absolute {
    position: absolute; }
  .nav\:relative {
    position: relative; }
  .nav\:z-1 {
    z-index: 1; }
  .nav\:z-400 {
    z-index: 400; }
  .nav\:ml-16 {
    margin-left: 16px; }
  .nav\:ml-8 {
    margin-left: 8px; }
  .nav\:block {
    display: block; }
  .nav\:inline-block {
    display: inline-block; }
  .nav\:flex {
    display: flex; }
  .nav\:hidden {
    display: none; }
  .nav\:aspect-auto {
    aspect-ratio: auto; }
  .nav\:aspect-square {
    aspect-ratio: 1 / 1; }
  .nav\:h-\[var\(--navbar-height\)\] {
    height: var(--navbar-height); }
  .nav\:h-auto {
    height: auto; }
  .nav\:min-h-\[125px\] {
    min-height: 125px; }
  .nav\:w-1\/3 {
    width: 33.333333%; }
  .nav\:w-auto {
    width: auto; }
  .nav\:w-full {
    width: 100%; }
  .nav\:\!basis-1\/3 {
    flex-basis: 33.333333% !important; }
  .nav\:basis-2\/3 {
    flex-basis: 66.666667%; }
  .nav\:basis-5\/12 {
    flex-basis: 41.666667%; }
  .nav\:basis-auto {
    flex-basis: auto; }
  .nav\:flex-row {
    flex-direction: row; }
  .nav\:flex-nowrap {
    flex-wrap: nowrap; }
  .nav\:items-center {
    align-items: center; }
  .nav\:items-stretch {
    align-items: stretch; }
  .nav\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px; }
  .nav\:text-left {
    text-align: left; } }
  @media screen and (-ms-high-contrast: white-on-black), (-ms-high-contrast: black-on-white) {
  @media (min-width: 1088px) {
    .high-contrast-wb\:nav\:bg-white {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } } }
  @media (min-width: 1280px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4; }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6; }
  .lg\:min-h-\[140px\] {
    min-height: 140px; }
  .lg\:max-w-\[342px\] {
    max-width: 342px; }
  .lg\:max-w-\[50\%\] {
    max-width: 50%; }
  .lg\:flex-row {
    flex-direction: row; }
  .lg\:flex-wrap {
    flex-wrap: wrap; }
  .lg\:items-start {
    align-items: flex-start; }
  .lg\:items-center {
    align-items: center; }
  .lg\:justify-end {
    justify-content: flex-end; }
  .lg\:justify-between {
    justify-content: space-between; }
  .lg\:pb-\[43px\] {
    padding-bottom: 43px; }
  .lg\:pl-28 {
    padding-left: 28px; }
  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem; } }
  @media (min-width: 1600px) {
  .xl\:col-span-4 {
    grid-column: span 4 / span 4; }
  .xl\:\!basis-auto {
    flex-basis: auto !important; }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media (min-width: 3280px) {
  .contentMax\:mt-0 {
    margin-top: 0px; } }
  @media (min-width: 3840px) {
  .siteMax\:text-\[16px\] {
    font-size: 16px; } }

/*# sourceMappingURL=main.657bff.css.map*/