@charset "UTF-8";
/*!
 *# Aurora Stylesheet */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;

  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;

  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;

  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;

  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;

  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;

  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;

  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;

  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;

  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;

  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;

  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  /* 1 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 1 */
  max-width: 100%;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;

  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;

  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  display: none;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer; }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  display: inline-block;
  height: 100%;
  /* position: trick to center content vertically */
  content: '';
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  margin-right: 5%;
  /* dimensions: handling large content */
  margin-left: 5%;
  padding: 25px 25px 0;
  max-height: 95%;
  border-bottom: 25px solid transparent;
  /* styling */
  background: #fff;
  vertical-align: middle;
  /* position: centering vertical and horizontal */
  text-align: left;
  /* reset white-space wrapping */
  white-space: normal;
  cursor: auto; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
  width: 25px;
  border: none;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  text-align: center;
  font-family: Arial, sans-serif;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  /* styling */
  cursor: pointer; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  padding: 0;
  border: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  -webkit-overflow-scrolling: touch;
  padding: 0;
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-right: 0;
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    padding: 10px 10px 0;
    max-height: 98%;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

.site-header {
  padding: 1.4rem 1.1rem;
  background: #fff;
  box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  color: #000; }
  .site-header .logo-link {
    display: block;
    margin: 0 auto 0 0;
    max-width: 26rem; }

.entry-title {
  margin: 1.3rem 0 3.7rem;
  text-transform: lowercase; }
  .entry-title::before {
    margin-right: 0.2em;
    content: '//'; }

.entry-content a {
  box-shadow: inset 0 -0.2rem rgba(233, 83, 176, 0.5);
  color: #e953b0;
  text-decoration: none;
  text-shadow: -0.1rem 0 #fff, -0.1rem 0.1rem #fff, 0.1rem 0 #fff, 0.1rem 0.1rem #fff;
  transition: color 0.2s ease; }
  .entry-content a:hover, .entry-content a:focus {
    color: #000; }

.single-page-home {
  background: url("../images/peony-guts.jpg") repeat center center fixed;
  color: #fff;
  font-size: 1.9rem; }
  .single-page-home .site-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .single-page-home .site-main::after {
      height: 7.5rem;
      content: ''; }

.home-logo {
  margin: 0;
  padding: 2rem 1.1rem;
  max-width: 40rem;
  filter: drop-shadow(0.1rem 0.1rem 0 rgba(0, 0, 0, 0.7)); }

.home-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem auto 11rem;
  max-width: 96rem;
  list-style: none;
  font-family: "Sorts Mill Goudy", serif; }
  .home-menu .menu-item {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 1.6rem 3.3rem;
    width: 26.6rem; }
  .home-menu a {
    text-decoration: none;
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.6), 0 0 0 transparent, 0 0 0 transparent;
    transition: text-shadow 0.5s ease-out; }
    .home-menu a:hover {
      text-shadow: 0.1rem 0.1rem 0.1rem black, 0 0 1rem #b20050, 0 0 3.8rem #ca0057; }

.single-page-bio main {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
  @media (max-width: 32rem) {
    .single-page-bio main {
      -ms-flex-direction: column;
          flex-direction: column; } }

.single-page-bio article {
  padding: 0 1.1rem; }

.bio-content {
  -ms-flex: 1 0 53%;
      flex: 1 0 53%;
  min-width: 30rem; }
  @media (max-width: 32rem) {
    .bio-content {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

.bio-image {
  -ms-flex: 1 1 47%;
      flex: 1 1 47%;
  background: url("../images/in-plastic.jpg") no-repeat center center;
  background-size: cover; }

.single-page-pariah {
  background: url("../images/softly-pink-roses.jpg") repeat center center;
  background-attachment: fixed; }
  .single-page-pariah .site-main {
    overflow: hidden;
    margin: 2em auto;
    padding: 1em 1.5em;
    width: 55em;
    border: 12px solid #000;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 0.9em; }
  .single-page-pariah .rose {
    display: inline-block;
    width: 2.4rem;
    height: 3.1rem;
    background: no-repeat center center transparent; }
    .single-page-pariah .rose.rose-left {
      background-image: url("../images/tiny-rose-left.gif"); }
    .single-page-pariah .rose.rose-right {
      background-image: url("../images/tiny-rose-right.gif"); }
    .single-page-pariah .rose.rose-x {
      width: 2.8rem;
      background-image: url("../images/tiny-rose-x.gif"); }
  .single-page-pariah .issue-3 a:link {
    color: #41cb36; }
  .single-page-pariah .issue-2 a:link {
    color: #036de2; }
  .single-page-pariah .issue-1 a:link {
    color: #f06; }
  .single-page-pariah h1 {
    margin: 0 0 0.3em;
    color: #000;
    text-align: center;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-size: 3.5em;
    font-family: 'Times New Roman', Times, serif; }
  .single-page-pariah .quote-wrap {
    text-align: center; }
  .single-page-pariah blockquote {
    margin: 1em 0 0.25em;
    font-style: italic; }
  .single-page-pariah .attrib {
    margin: 0.25em 0 1em;
    color: #ffa3d4; }
  .single-page-pariah .forsaken {
    margin: 0 0 0.5em;
    text-align: center;
    font-size: 1.9em;
    font-family: "Brush Script MT"; }
  .single-page-pariah .issue {
    overflow: hidden; }
  .single-page-pariah .issue ~ .issue {
    margin-top: 4em; }
  .single-page-pariah .pariah-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0.5em auto; }
  .single-page-pariah .pariah-cover img {
    margin: 0 0.1rem; }
  .single-page-pariah .pariah-cover .flank {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 20rem; }
  .single-page-pariah h2 {
    font-size: 1.3em; }
  .single-page-pariah .info {
    float: left; }
  .single-page-pariah .buy {
    float: right;
    text-align: right; }
  .single-page-pariah .buy-link {
    display: block;
    margin: 0.5em 0 0 auto;
    width: 150px;
    height: 150px;
    background: url(../images/buy.gif) center center;
    text-align: left;
    text-indent: -9000px; }

/**
 * Yucky Puppy
 */
.single-page-yucky {
  min-width: 0; }
  .single-page-yucky .site-main {
    background: #fff;
    color: #000;
    text-align: center;
    font-family: 'Times New Roman', Times, serif; }
  .single-page-yucky h1 {
    margin: 0.25em auto 0;
    max-width: 648px;
    font-size: 4em;
    line-height: 1; }
    .single-page-yucky h1 span {
      display: block;
      overflow: hidden;
      margin: 0 auto;
      padding: 8.8% 0.5rem 0;
      height: 0;
      background: url("../images/yucky.title.png") no-repeat bottom center;
      background-size: contain;
      text-indent: -9000px; }
  .single-page-yucky h1,
  .single-page-yucky p {
    padding: 0 0.5rem; }
  .single-page-yucky p {
    margin: 0.7em 0; }
  .single-page-yucky .tagline {
    font-weight: 700;
    font-style: italic; }
  .single-page-yucky .images {
    margin: 1.5em 0;
    padding: 1em;
    background: #000; }
    @media screen and (min-width: 700px) {
      .single-page-yucky .images {
        padding: 1.1% 0; } }
    .single-page-yucky .images ul,
    .single-page-yucky .images li {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none; }
    .single-page-yucky .images ul {
      position: relative;
      margin: 0 auto; }
      @media screen and (min-width: 700px) {
        .single-page-yucky .images ul {
          width: 32%; } }
    .single-page-yucky .images li {
      width: 100%; }
      .single-page-yucky .images li ~ li {
        margin: 1em 0 0; }
      @media screen and (min-width: 700px) {
        .single-page-yucky .images li ~ li {
          position: absolute;
          top: 0;
          right: 100%;
          margin: 0 3.7%; }
        .single-page-yucky .images li ~ li ~ li {
          right: auto;
          left: 100%; } }
  .single-page-yucky img {
    display: block;
    max-width: 100%;
    border: 0; }
  .single-page-yucky .acquire-me {
    margin: 2em 0 3em; }
    .single-page-yucky .acquire-me button,
    .single-page-yucky .acquire-me .button {
      position: relative;
      display: inline-block;
      margin: 0 auto;
      padding: 0.4em 1em;
      border: 1px solid #000;
      border-radius: 3px;
      background: #000;
      color: #ff8d8d;
      text-decoration: none;
      font-size: 1.5em;
      font-family: 'Times New Roman', Times, serif;
      line-height: 1em;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      @media screen and (min-width: 700px) {
        .single-page-yucky .acquire-me button,
        .single-page-yucky .acquire-me .button {
          font-size: 2em; } }
      .single-page-yucky .acquire-me button:active,
      .single-page-yucky .acquire-me .button:active {
        top: 1px; }
      .single-page-yucky .acquire-me button:focus,
      .single-page-yucky .acquire-me .button:focus {
        outline: 0; }
      .single-page-yucky .acquire-me button small,
      .single-page-yucky .acquire-me .button small {
        display: inline-block;
        vertical-align: bottom;
        font-size: 0.8em; }
    .single-page-yucky .acquire-me p {
      margin: 2em 0 1em; }
    .single-page-yucky .acquire-me a {
      display: inline-block;
      padding: 0.2em 0.3em;
      border-radius: 2px;
      background: #f9bfbf;
      color: #000; }
      .single-page-yucky .acquire-me a:active {
        color: #fff; }
  .single-page-yucky .featherlight-content {
    padding: 0;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8); }
  .single-page-yucky .featherlight-close-icon {
    background: transparent;
    color: #fff;
    opacity: 0.6; }
    .single-page-yucky .featherlight-close-icon:hover {
      opacity: 1; }

/**
 * Base styles
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  line-height: 1.4; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-height: 100vh;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif; }
  body.admin-bar {
    min-height: calc( 100vh - 32px); }
    @media (max-width: 782px) {
      body.admin-bar {
        min-height: calc( 100vh - 46px); } }

::-moz-selection {
  background-color: rgba(233, 83, 176, 0.16);
  text-shadow: none; }

::selection {
  background-color: rgba(233, 83, 176, 0.16);
  text-shadow: none; }

a {
  color: inherit; }

main {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 1.1rem auto;
  padding: 0 1.1rem;
  width: 100%; }

.alignleft,
.alignright {
  margin: 0 0 2rem; }

.alignleft {
  float: left;
  margin-right: 2rem; }

.alignright {
  float: right;
  margin-left: 2rem; }

.aligncenter {
  display: block;
  margin: 4rem auto; }

.alignnone {
  display: inline-block; }

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 1.6em; }

h1,
h2 {
  font-weight: 400;
  font-family: "Cormorant Garamond", serif; }

img,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

.icon-ny {
  width: 163px;
  height: 121px;
  background-image: url("data:image/png;base64,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"); }

.icon-logo {
  width: 557px;
  height: 52px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='557px' height='52px' viewBox='0 0 557 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E        %3Ctitle%3EAURORA LINNEA%3C/title%3E    %3Cdesc%3ECreated with Sketch.%3C/desc%3E    %3Cdefs%3E%3C/defs%3E    %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='nonzero'%3E        %3Cpath d='M25.496,49.848 C24.848,49.848 24.488,50.136 24.488,50.568 C24.488,51.072 24.848,51.144 26.72,51.144 L28.16,51.144 C29.024,51.072 29.528,51.072 30.032,51.072 L36.296,51.144 L39.392,51.144 C41.192,51.072 42.56,51.072 43.496,51.072 L45.872,51.072 C47.528,51.144 48.68,51.144 48.968,51.144 L49.904,51.144 C51.056,51.144 51.128,51.144 51.128,50.568 C51.128,50.136 50.768,49.92 50.264,49.92 C44.288,49.92 43.28,49.488 43.28,46.824 C43.28,45.6 43.352,44.16 43.424,42.432 C43.568,39.48 43.712,36.744 43.856,34.08 C44,30.552 44.216,26.232 44.504,21.048 C45.008,11.616 45.224,6.072 45.224,2.328 C45.224,0.384 45.152,0.096 44.648,0.096 C44.216,0.096 43.856,0.456 43.136,1.536 C43.136,1.536 37.304,9.816 25.64,26.232 C14.552,42.072 11.816,45.744 10.376,47.616 C8.864,49.488 7.712,49.992 5.336,49.992 C4.616,49.992 3.536,49.92 2.168,49.848 L1.736,49.848 C1.304,49.848 0.944,50.064 0.944,50.352 C0.944,50.784 1.376,51.144 1.952,51.144 C8.216,51.072 8.288,51.072 9.728,51.072 C14.48,51.072 15.992,51.072 17.288,51.144 L18.368,51.144 C20.312,51.144 20.6,51.072 20.6,50.496 C20.6,49.992 20.096,49.776 19.088,49.776 L17.648,49.776 C16.712,49.848 15.992,49.848 15.848,49.848 C14.048,49.848 12.752,49.272 12.752,48.408 C12.752,47.976 12.968,47.472 13.616,46.68 C14.264,45.672 14.84,44.808 15.488,44.016 C16.208,42.936 17,41.784 17.72,40.632 C19.304,38.328 19.664,37.824 21.32,35.952 C33.128,35.952 33.128,35.952 33.128,36.672 C33.128,36.888 33.128,36.888 33.056,37.752 C32.912,38.688 32.768,40.344 32.552,42.864 C32.264,46.752 31.976,48.48 31.616,48.984 C31.112,49.56 29.6,49.92 27.8,49.92 C27.584,49.92 26.792,49.92 25.856,49.848 L25.496,49.848 Z M34.424,17.232 C34.352,19.968 34.064,23.208 33.2,33.936 C31.544,34.08 30.248,34.152 26.936,34.152 C25.208,34.152 24.704,34.152 22.76,33.936 C23.264,33.36 23.768,32.64 24.2,31.92 C25.856,29.4 27.584,26.88 29.24,24.432 C30.536,22.632 32.264,20.256 34.424,17.232 Z M65.6,1.536 C63.44,1.536 63.152,1.608 63.152,2.184 C63.152,2.616 63.224,2.616 64.448,2.616 C66.536,2.616 67.76,3.048 67.76,3.768 C67.76,4.416 67.472,5.28 65.888,8.808 C65.024,10.752 58.976,25.944 57.536,29.832 C53.648,39.912 53.648,39.912 53.648,42.576 C53.648,45.384 54.584,47.616 56.528,49.344 C58.4,50.928 62.432,51.936 67.184,51.936 C71.72,51.936 75.752,50.64 78.992,48.192 C83.096,45.024 86.624,39.12 90.944,28.032 L95.192,16.944 C96.128,14.424 97.136,12.048 98.072,9.744 C98.576,8.52 99.08,7.296 99.512,6.072 C100.088,4.344 100.376,3.768 100.808,3.336 C101.096,2.976 102.32,2.544 102.968,2.616 L105.704,2.76 C106.208,2.76 106.784,2.4 106.784,2.112 C106.784,1.752 106.424,1.68 105.272,1.68 C99.872,1.68 99.584,1.68 95.984,1.536 C94.328,1.464 94.328,1.464 94.184,1.464 C93.32,1.464 92.816,1.752 92.816,2.256 C92.816,2.688 92.888,2.688 94.4,2.688 C96.992,2.688 97.784,2.976 97.784,4.056 C97.784,5.136 95.696,10.896 91.592,20.904 C85.04,37.104 84.032,39.264 81.656,42.72 C78.344,47.544 74.456,50.064 70.208,50.064 C66.68,50.064 64.448,47.76 64.448,44.088 C64.448,40.488 64.952,38.976 71.216,23.208 C75.248,13.056 77.624,7.152 78.2,5.568 C79.136,3.048 79.568,2.832 82.592,2.76 C84.752,2.76 85.04,2.688 85.04,2.04 C85.04,1.608 84.968,1.608 83.744,1.608 L80,1.608 C78.344,1.68 77.12,1.68 76.472,1.68 C75.464,1.68 73.952,1.68 72.152,1.608 C70.424,1.536 69.128,1.536 68.408,1.536 L65.6,1.536 Z M111.536,2.544 L113.12,2.616 C113.696,2.616 113.696,2.616 113.912,2.688 C114.92,2.832 115.424,3.192 115.424,3.768 C115.424,4.272 115.28,4.776 114.272,7.152 C114.056,7.656 108.944,20.76 106.28,27.6 C102.032,38.4 98.36,47.76 98.072,48.336 C97.424,49.704 96.488,49.992 93.032,50.064 C91.52,50.136 91.232,50.208 91.232,50.712 C91.232,50.928 91.376,51.072 91.808,51.072 L92.744,51.072 C93.176,51.144 93.752,51.144 94.04,51.144 L98.216,51.144 C101.384,51.144 101.384,51.144 104.552,51.072 L110.888,51.072 C114.848,51.072 114.848,51.072 114.848,50.496 C114.848,50.064 114.776,50.064 113.12,50.064 C110.6,50.064 109.016,49.56 109.016,48.84 C109.016,48.696 109.088,48.48 109.16,48.264 C109.376,47.76 109.592,47.184 109.736,46.68 C110.24,45.312 110.816,43.944 111.392,42.504 C112.328,40.128 113.264,37.752 114.128,35.448 C115.424,32.28 116.72,28.896 118.088,25.368 C123.344,25.656 125.144,26.736 125.144,29.832 C125.144,30.48 125,31.848 124.784,33.36 C123.56,42.216 123.56,42.216 123.56,43.512 C123.56,49.344 126.152,51.864 132.056,51.864 C137.312,51.864 140.408,50.208 140.408,47.472 C140.408,46.68 139.904,46.176 139.112,46.176 C137.816,46.176 136.88,47.256 136.808,48.768 C136.808,50.136 136.376,50.712 135.368,50.712 C134.432,50.712 133.856,49.848 133.856,48.624 C133.856,47.688 133.928,46.968 134.144,44.736 C134.648,39.12 134.936,35.52 134.936,33.792 C134.936,30.408 133.712,28.104 131.12,26.736 C129.824,26.088 128.168,25.512 124.856,24.72 C137.672,24.36 145.808,19.032 145.808,11.112 C145.808,4.92 140.768,1.32 132.344,1.536 C125.576,1.68 125.576,1.68 124.784,1.68 C123.92,1.68 122.84,1.68 121.688,1.608 C115.352,1.392 115.352,1.392 114.56,1.392 C110.6,1.392 110.312,1.464 110.312,2.184 C110.312,2.4 110.528,2.544 110.888,2.544 L111.536,2.544 Z M118.664,23.568 C119.24,22.128 119.528,21.336 120.608,18.744 C121.472,16.728 122.264,14.712 123.056,12.624 C124.64,8.592 125.216,7.152 126.368,4.56 C127.016,3.12 127.16,2.976 127.808,2.976 C132.2,2.976 134.576,5.568 134.576,10.32 C134.576,17.664 128.384,23.856 121.04,23.856 C120.32,23.856 119.816,23.784 118.664,23.568 Z M178.064,0.456 C171.584,0.456 164.96,3.192 159.056,8.304 C150.128,15.936 144.872,26.448 144.872,36.816 C144.872,46.248 150.56,51.936 159.92,51.936 C176.48,51.936 193.112,34.872 193.112,17.88 C193.112,7.368 187.136,0.456 178.064,0.456 Z M176.768,2.112 C180.512,2.112 182.456,5.352 182.456,11.4 C182.456,18.816 178.136,32.64 173.168,40.92 C169.64,46.896 165.32,50.352 161.432,50.352 C157.76,50.352 155.6,47.544 155.6,42.648 C155.6,34.872 158.984,22.92 163.592,14.784 C168.416,6.144 172.592,2.112 176.768,2.112 Z M206.648,2.544 L208.232,2.616 C208.808,2.616 208.808,2.616 209.024,2.688 C210.032,2.832 210.536,3.192 210.536,3.768 C210.536,4.272 210.392,4.776 209.384,7.152 C209.168,7.656 204.056,20.76 201.392,27.6 C197.144,38.4 193.472,47.76 193.184,48.336 C192.536,49.704 191.6,49.992 188.144,50.064 C186.632,50.136 186.344,50.208 186.344,50.712 C186.344,50.928 186.488,51.072 186.92,51.072 L187.856,51.072 C188.288,51.144 188.864,51.144 189.152,51.144 L193.328,51.144 C196.496,51.144 196.496,51.144 199.664,51.072 L206,51.072 C209.96,51.072 209.96,51.072 209.96,50.496 C209.96,50.064 209.888,50.064 208.232,50.064 C205.712,50.064 204.128,49.56 204.128,48.84 C204.128,48.696 204.2,48.48 204.272,48.264 C204.488,47.76 204.704,47.184 204.848,46.68 C205.352,45.312 205.928,43.944 206.504,42.504 C207.44,40.128 208.376,37.752 209.24,35.448 C210.536,32.28 211.832,28.896 213.2,25.368 C218.456,25.656 220.256,26.736 220.256,29.832 C220.256,30.48 220.112,31.848 219.896,33.36 C218.672,42.216 218.672,42.216 218.672,43.512 C218.672,49.344 221.264,51.864 227.168,51.864 C232.424,51.864 235.52,50.208 235.52,47.472 C235.52,46.68 235.016,46.176 234.224,46.176 C232.928,46.176 231.992,47.256 231.92,48.768 C231.92,50.136 231.488,50.712 230.48,50.712 C229.544,50.712 228.968,49.848 228.968,48.624 C228.968,47.688 229.04,46.968 229.256,44.736 C229.76,39.12 230.048,35.52 230.048,33.792 C230.048,30.408 228.824,28.104 226.232,26.736 C224.936,26.088 223.28,25.512 219.968,24.72 C232.784,24.36 240.92,19.032 240.92,11.112 C240.92,4.92 235.88,1.32 227.456,1.536 C220.688,1.68 220.688,1.68 219.896,1.68 C219.032,1.68 217.952,1.68 216.8,1.608 C210.464,1.392 210.464,1.392 209.672,1.392 C205.712,1.392 205.424,1.464 205.424,2.184 C205.424,2.4 205.64,2.544 206,2.544 L206.648,2.544 Z M213.776,23.568 C214.352,22.128 214.64,21.336 215.72,18.744 C216.584,16.728 217.376,14.712 218.168,12.624 C219.752,8.592 220.328,7.152 221.48,4.56 C222.128,3.12 222.272,2.976 222.92,2.976 C227.312,2.976 229.688,5.568 229.688,10.32 C229.688,17.664 223.496,23.856 216.152,23.856 C215.432,23.856 214.928,23.784 213.776,23.568 Z M254.888,49.848 C254.24,49.848 253.88,50.136 253.88,50.568 C253.88,51.072 254.24,51.144 256.112,51.144 L257.552,51.144 C258.416,51.072 258.92,51.072 259.424,51.072 L265.688,51.144 L268.784,51.144 C270.584,51.072 271.952,51.072 272.888,51.072 L275.264,51.072 C276.92,51.144 278.072,51.144 278.36,51.144 L279.296,51.144 C280.448,51.144 280.52,51.144 280.52,50.568 C280.52,50.136 280.16,49.92 279.656,49.92 C273.68,49.92 272.672,49.488 272.672,46.824 C272.672,45.6 272.744,44.16 272.816,42.432 C272.96,39.48 273.104,36.744 273.248,34.08 C273.392,30.552 273.608,26.232 273.896,21.048 C274.4,11.616 274.616,6.072 274.616,2.328 C274.616,0.384 274.544,0.096 274.04,0.096 C273.608,0.096 273.248,0.456 272.528,1.536 C272.528,1.536 266.696,9.816 255.032,26.232 C243.944,42.072 241.208,45.744 239.768,47.616 C238.256,49.488 237.104,49.992 234.728,49.992 C234.008,49.992 232.928,49.92 231.56,49.848 L231.128,49.848 C230.696,49.848 230.336,50.064 230.336,50.352 C230.336,50.784 230.768,51.144 231.344,51.144 C237.608,51.072 237.68,51.072 239.12,51.072 C243.872,51.072 245.384,51.072 246.68,51.144 L247.76,51.144 C249.704,51.144 249.992,51.072 249.992,50.496 C249.992,49.992 249.488,49.776 248.48,49.776 L247.04,49.776 C246.104,49.848 245.384,49.848 245.24,49.848 C243.44,49.848 242.144,49.272 242.144,48.408 C242.144,47.976 242.36,47.472 243.008,46.68 C243.656,45.672 244.232,44.808 244.88,44.016 C245.6,42.936 246.392,41.784 247.112,40.632 C248.696,38.328 249.056,37.824 250.712,35.952 C262.52,35.952 262.52,35.952 262.52,36.672 C262.52,36.888 262.52,36.888 262.448,37.752 C262.304,38.688 262.16,40.344 261.944,42.864 C261.656,46.752 261.368,48.48 261.008,48.984 C260.504,49.56 258.992,49.92 257.192,49.92 C256.976,49.92 256.184,49.92 255.248,49.848 L254.888,49.848 Z M263.816,17.232 C263.744,19.968 263.456,23.208 262.592,33.936 C260.936,34.08 259.64,34.152 256.328,34.152 C254.6,34.152 254.096,34.152 252.152,33.936 C252.656,33.36 253.16,32.64 253.592,31.92 C255.248,29.4 256.976,26.88 258.632,24.432 C259.928,22.632 261.656,20.256 263.816,17.232 Z M347.624,2.328 C347.984,2.4 348.2,2.4 348.416,2.4 C348.848,2.4 349.064,2.184 349.064,1.752 C349.064,1.248 348.704,0.96 347.984,0.96 L347.48,0.96 C344.888,1.032 340.64,1.104 335.312,1.104 L326.888,1.032 C326.528,0.96 326.24,0.96 325.952,0.96 C325.232,0.96 324.8,1.248 324.8,1.68 C324.8,2.04 325.16,2.256 325.808,2.256 C326.024,2.256 326.528,2.256 327.104,2.184 L328.832,2.184 C330.272,2.184 330.92,2.544 330.92,3.264 C330.92,3.768 330.56,4.776 329.552,7.152 L313.064,47.04 L312.488,48.624 C312.272,49.2 312.128,49.344 311.768,49.488 C311.12,49.704 309.464,49.92 307.664,49.92 C305.288,49.992 305.144,50.064 305.144,50.64 C305.144,51 305.432,51.144 306.008,51.144 L306.368,51.144 C311.408,50.856 312.344,50.856 315.656,50.856 C316.952,50.856 319.4,50.856 322.856,50.928 C325.952,51 339.776,51.072 344.024,51.072 C346.328,51.072 346.544,51 346.832,50.28 C347.048,49.704 347.264,49.2 347.48,48.696 C349.784,43.296 351.728,37.896 351.728,36.96 C351.728,36.6 351.44,36.312 351.08,36.312 C350.648,36.312 350.576,36.456 350.144,37.68 C349.496,39.336 348.488,41.352 347.264,43.08 C344.528,46.824 341.792,48.696 337.976,49.2 C336.392,49.416 332.936,49.704 331.64,49.704 C325.016,49.704 323.864,49.56 323.864,48.768 C323.864,48.696 324.008,48.408 324.152,48.12 C324.44,47.688 324.656,47.112 324.728,46.536 L325.376,44.736 L326.888,41.208 C328.112,38.472 329.264,35.592 330.344,32.496 C331.784,28.896 333.224,25.296 334.736,21.768 C335.816,19.248 336.824,16.656 337.76,13.992 C341.288,4.632 341.576,3.984 342.224,3.12 C342.656,2.472 343.304,2.328 346.688,2.328 L347.624,2.328 Z M370.376,1.104 C368.504,1.104 368.216,1.248 368.216,1.752 C368.216,2.112 368.36,2.184 369.296,2.184 C372.896,2.184 374.12,2.4 374.12,3.264 C374.12,3.336 374.048,3.552 373.976,3.768 C373.76,4.344 373.616,4.848 373.472,5.424 C372.176,8.736 372.032,9.024 370.664,12.48 C368.792,17.304 366.848,22.128 364.904,26.952 C363.032,31.488 361.232,36.168 359.504,40.92 L357.344,46.176 C355.976,49.704 355.832,49.848 352.016,50.064 C350.432,49.992 350.432,49.992 350.216,49.992 C349.712,49.992 349.352,50.208 349.352,50.64 C349.352,51.072 349.352,51.072 351.44,51.072 L369.224,51.072 C373.4,51.072 373.4,51.072 373.4,50.64 C373.4,50.352 373.256,50.28 372.176,50.208 C368.432,49.92 367.568,49.632 367.568,48.912 C367.568,48.12 369.152,43.944 374.552,30.408 C375.344,28.248 374.984,29.328 375.776,27.168 C376.64,25.008 377.504,22.848 378.368,20.616 C379.448,17.736 382.184,10.608 383.84,6.432 C384.848,3.984 385.208,3.336 385.856,2.832 C386.648,2.328 387.152,2.256 390.392,2.256 C391.544,2.256 391.688,2.184 391.688,1.752 C391.688,1.32 391.328,1.104 390.464,1.104 L370.376,1.104 Z M404.792,1.104 C403.064,1.176 401.768,1.176 400.256,1.176 C398.096,1.176 396.44,1.104 393.92,1.032 C392.912,0.96 392.408,0.96 392.048,0.96 C391.328,0.96 390.896,1.248 390.896,1.824 C390.896,2.4 391.4,2.616 392.696,2.616 L393.704,2.616 C394.424,2.544 395.072,2.544 395.432,2.544 C397.16,2.544 398.672,3.12 398.672,3.84 C398.672,3.912 398.6,4.056 398.528,4.272 C398.312,4.416 398.168,4.92 398.096,5.568 C397.88,6.288 397.592,7.152 397.232,8.16 L394.496,16.008 C392.768,20.616 391.112,25.224 389.456,29.76 C388.736,31.992 387.944,34.224 387.152,36.528 C382.688,49.272 382.472,49.776 380.24,49.704 C375.344,49.848 374.912,49.92 374.912,50.64 C374.912,50.928 375.272,51.144 375.92,51.144 C376.352,51.144 376.712,51.144 378.08,51.072 C379.448,51 381.248,50.928 382.76,50.928 L384.128,50.928 C388.952,51.072 388.952,51.072 389.672,51.072 C392.336,51.072 392.48,51 392.48,50.496 C392.48,49.92 391.76,49.704 389.528,49.704 L388.232,49.704 C387.512,49.776 386.936,49.776 386.72,49.776 C385.496,49.776 384.92,49.56 384.92,49.128 C384.92,48.912 388.808,37.824 396.512,15.792 C398.672,9.6 398.672,9.6 399.68,6.936 C405.296,27.744 407.312,35.016 410.696,47.472 L411.2,49.2 L411.488,50.28 C411.632,51 411.92,51.432 412.28,51.432 C412.784,51.432 412.856,51.36 414.224,48.192 C415.952,44.16 418.616,37.248 424.592,21.048 C428.768,9.672 430.64,4.632 430.928,3.984 C431.504,2.76 431.792,2.544 433.304,2.544 L435.176,2.544 C436.4,2.616 436.4,2.616 436.544,2.616 C437.624,2.616 438.2,2.328 438.2,1.824 C438.2,1.392 437.768,1.104 436.976,1.104 C436.4,1.104 435.608,1.104 435.032,1.176 C432.512,1.32 432.512,1.32 431.792,1.32 C430.928,1.32 429.776,1.32 427.976,1.176 C426.032,1.104 425.168,1.104 424.52,1.104 C422.432,1.104 421.64,1.32 421.64,2.04 C421.64,2.472 422,2.616 422.792,2.616 C424.52,2.616 424.52,2.616 425.168,2.544 C427.04,2.472 427.328,2.472 428.12,2.472 C428.768,2.472 428.984,2.688 428.984,3.336 C428.984,4.272 423.296,20.112 417.752,34.584 C416.744,31.128 415.016,24.576 412.424,14.856 C409.976,5.856 409.904,5.568 409.04,1.608 C408.968,1.176 408.824,1.104 407.816,1.104 L404.792,1.104 Z M450.584,1.104 C448.856,1.176 447.56,1.176 446.048,1.176 C443.888,1.176 442.232,1.104 439.712,1.032 C438.704,0.96 438.2,0.96 437.84,0.96 C437.12,0.96 436.688,1.248 436.688,1.824 C436.688,2.4 437.192,2.616 438.488,2.616 L439.496,2.616 C440.216,2.544 440.864,2.544 441.224,2.544 C442.952,2.544 444.464,3.12 444.464,3.84 C444.464,3.912 444.392,4.056 444.32,4.272 C444.104,4.416 443.96,4.92 443.888,5.568 C443.672,6.288 443.384,7.152 443.024,8.16 L440.288,16.008 C438.56,20.616 436.904,25.224 435.248,29.76 C434.528,31.992 433.736,34.224 432.944,36.528 C428.48,49.272 428.264,49.776 426.032,49.704 C421.136,49.848 420.704,49.92 420.704,50.64 C420.704,50.928 421.064,51.144 421.712,51.144 C422.144,51.144 422.504,51.144 423.872,51.072 C425.24,51 427.04,50.928 428.552,50.928 L429.92,50.928 C434.744,51.072 434.744,51.072 435.464,51.072 C438.128,51.072 438.272,51 438.272,50.496 C438.272,49.92 437.552,49.704 435.32,49.704 L434.024,49.704 C433.304,49.776 432.728,49.776 432.512,49.776 C431.288,49.776 430.712,49.56 430.712,49.128 C430.712,48.912 434.6,37.824 442.304,15.792 C444.464,9.6 444.464,9.6 445.472,6.936 C451.088,27.744 453.104,35.016 456.488,47.472 L456.992,49.2 L457.28,50.28 C457.424,51 457.712,51.432 458.072,51.432 C458.576,51.432 458.648,51.36 460.016,48.192 C461.744,44.16 464.408,37.248 470.384,21.048 C474.56,9.672 476.432,4.632 476.72,3.984 C477.296,2.76 477.584,2.544 479.096,2.544 L480.968,2.544 C482.192,2.616 482.192,2.616 482.336,2.616 C483.416,2.616 483.992,2.328 483.992,1.824 C483.992,1.392 483.56,1.104 482.768,1.104 C482.192,1.104 481.4,1.104 480.824,1.176 C478.304,1.32 478.304,1.32 477.584,1.32 C476.72,1.32 475.568,1.32 473.768,1.176 C471.824,1.104 470.96,1.104 470.312,1.104 C468.224,1.104 467.432,1.32 467.432,2.04 C467.432,2.472 467.792,2.616 468.584,2.616 C470.312,2.616 470.312,2.616 470.96,2.544 C472.832,2.472 473.12,2.472 473.912,2.472 C474.56,2.472 474.776,2.688 474.776,3.336 C474.776,4.272 469.088,20.112 463.544,34.584 C462.536,31.128 460.808,24.576 458.216,14.856 C455.768,5.856 455.696,5.568 454.832,1.608 C454.76,1.176 454.616,1.104 453.608,1.104 L450.584,1.104 Z M498.176,1.248 L493.208,1.248 C490.976,1.176 489.464,1.176 488.96,1.176 C486.656,1.176 486.296,1.248 486.296,1.896 C486.296,2.328 486.584,2.328 488.816,2.328 C491.552,2.328 492.272,2.472 492.272,2.976 C492.272,3.768 491.12,6.72 487.448,15.504 C486.296,18.312 485.216,21.12 484.136,23.856 C481.616,30.12 478.016,39.12 476.576,42.288 C475.928,43.8 475.28,45.312 474.632,46.896 C473.768,48.984 473.768,49.056 473.336,49.488 C472.832,49.92 472.472,49.92 470.6,49.992 C467.72,49.992 467,50.136 467,50.712 C467,51.072 467.288,51.216 467.936,51.216 L468.368,51.216 C470.672,51.144 488.024,51.072 493.352,51.072 L506.672,51.144 C507.68,51.144 507.968,50.784 508.4,48.912 C508.76,47.688 509.192,46.536 509.552,45.456 C512.288,38.472 512.576,37.752 512.576,36.744 C512.576,36.312 512.36,36.024 512.072,36.024 C511.784,36.024 511.568,36.24 511.352,36.744 C511.064,37.536 510.488,39.048 509.624,41.208 C508.472,44.088 507.392,45.528 505.448,46.752 C501.992,48.84 498.248,49.704 492.488,49.704 C490.688,49.704 490.688,49.704 486.44,49.416 C485.648,49.416 485.288,49.2 485.288,48.696 C485.288,48.336 485.36,47.976 485.576,47.616 C485.936,46.752 486.296,45.96 486.584,45.24 C487.664,42.648 488.816,39.912 489.896,37.104 C491.192,34.008 492.488,30.696 493.784,27.384 C494.072,26.88 494.288,26.304 494.504,25.656 L495.44,25.656 C496.736,25.656 499.112,25.944 499.904,26.232 C501.416,26.736 502.208,27.96 502.208,29.616 C502.208,30.48 501.776,33.216 501.56,34.008 C501.056,35.664 501.056,35.664 501.056,36.024 C501.056,36.384 501.2,36.528 501.632,36.528 C501.848,36.528 501.992,36.456 502.064,36.096 C503.936,30.624 507.464,21.408 509.264,17.304 C509.48,16.944 509.552,16.728 509.552,16.584 C509.552,16.368 509.408,16.224 509.12,16.224 C508.616,16.224 508.328,16.512 508.04,17.304 C506.384,22.128 503.072,24.288 497.528,24.288 C496.664,24.288 496.232,24.288 495.008,24.216 C495.44,23.136 495.44,23.136 496.016,21.84 C496.592,20.328 497.6,17.808 498.824,14.424 C502.784,4.056 503,3.48 503.432,2.976 C503.72,2.544 503.936,2.544 509.552,2.616 C516.608,2.76 518.048,3.696 518.048,7.872 C518.048,9.312 517.904,10.248 517.544,12.12 C517.256,13.488 517.184,13.776 517.184,14.064 C517.184,14.352 517.328,14.496 517.616,14.496 C517.976,14.496 518.192,14.208 518.408,13.344 C519.56,8.952 520.568,5.496 521.36,2.976 C521.576,2.544 521.72,2.112 521.72,1.824 C521.72,1.248 521.288,1.176 518.48,1.176 L498.176,1.248 Z M530.504,49.848 C529.856,49.848 529.496,50.136 529.496,50.568 C529.496,51.072 529.856,51.144 531.728,51.144 L533.168,51.144 C534.032,51.072 534.536,51.072 535.04,51.072 L541.304,51.144 L544.4,51.144 C546.2,51.072 547.568,51.072 548.504,51.072 L550.88,51.072 C552.536,51.144 553.688,51.144 553.976,51.144 L554.912,51.144 C556.064,51.144 556.136,51.144 556.136,50.568 C556.136,50.136 555.776,49.92 555.272,49.92 C549.296,49.92 548.288,49.488 548.288,46.824 C548.288,45.6 548.36,44.16 548.432,42.432 C548.576,39.48 548.72,36.744 548.864,34.08 C549.008,30.552 549.224,26.232 549.512,21.048 C550.016,11.616 550.232,6.072 550.232,2.328 C550.232,0.384 550.16,0.096 549.656,0.096 C549.224,0.096 548.864,0.456 548.144,1.536 C548.144,1.536 542.312,9.816 530.648,26.232 C519.56,42.072 516.824,45.744 515.384,47.616 C513.872,49.488 512.72,49.992 510.344,49.992 C509.624,49.992 508.544,49.92 507.176,49.848 L506.744,49.848 C506.312,49.848 505.952,50.064 505.952,50.352 C505.952,50.784 506.384,51.144 506.96,51.144 C513.224,51.072 513.296,51.072 514.736,51.072 C519.488,51.072 521,51.072 522.296,51.144 L523.376,51.144 C525.32,51.144 525.608,51.072 525.608,50.496 C525.608,49.992 525.104,49.776 524.096,49.776 L522.656,49.776 C521.72,49.848 521,49.848 520.856,49.848 C519.056,49.848 517.76,49.272 517.76,48.408 C517.76,47.976 517.976,47.472 518.624,46.68 C519.272,45.672 519.848,44.808 520.496,44.016 C521.216,42.936 522.008,41.784 522.728,40.632 C524.312,38.328 524.672,37.824 526.328,35.952 C538.136,35.952 538.136,35.952 538.136,36.672 C538.136,36.888 538.136,36.888 538.064,37.752 C537.92,38.688 537.776,40.344 537.56,42.864 C537.272,46.752 536.984,48.48 536.624,48.984 C536.12,49.56 534.608,49.92 532.808,49.92 C532.592,49.92 531.8,49.92 530.864,49.848 L530.504,49.848 Z M539.432,17.232 C539.36,19.968 539.072,23.208 538.208,33.936 C536.552,34.08 535.256,34.152 531.944,34.152 C530.216,34.152 529.712,34.152 527.768,33.936 C528.272,33.36 528.776,32.64 529.208,31.92 C530.864,29.4 532.592,26.88 534.248,24.432 C535.544,22.632 537.272,20.256 539.432,17.232 Z' fill='currentColor'%3E%3C/path%3E    %3C/g%3E%3C/svg%3E"); }

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 2rem auto;
  padding: 2rem;
  width: 100%; }
  .gallery li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 33.333%;
        flex: 33.333%;
    margin: 0; }
  .gallery a {
    display: block; }

/*# sourceMappingURL=maps/aurora.css.map */
