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

::selection {
  color: #1c1c1c;
  background-color: #c4c4c4;
}

body {
  font-size: 20px;
  line-height: 1.6;
  color: #c4c4c4;
  background-color: #1c1c1c;
}

.page {
  margin-bottom: 8em;
}

.wrapper {
  max-width: 48rem;
  margin: 4rem auto 4rem auto;
}

@media (max-width: 48rem) {
  body {
    font-size: 18px;
  }
  .wrapper {
    width: 90%;
    margin: 3rem auto 2rem auto;
  }
}
a, .a {
  color: mediumorchid;
  text-decoration: none;
  position: relative;
  border-bottom: 0.18rem solid transparent;
  transition: border 0.15s;
}
a:hover, a:focus, .a:hover, .a:focus {
  text-decoration: none;
  border-bottom: 0.15em solid;
}
a strong, .a strong {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #c4c4c4;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2rem;
}

h2 {
  margin-top: 2.5rem;
  font-size: 1.5rem;
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem;
}

b,
strong {
  color: #c4c4c4;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
}

abbr {
  font-size: 85%;
  font-weight: 700;
  color: #c4c4c4;
  text-transform: uppercase;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

strong {
  color: #c4c4c4;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

hr {
  margin-bottom: 4em;
  max-width: 30%;
  border: 0.1em solid rgba(255, 255, 255, 0.1);
}

img {
  margin: 2.5rem auto;
  display: block;
  max-width: 100%;
}

header {
  overflow: hidden;
  margin-bottom: 5rem;
}

.logo {
  font-size: 3.5rem;
  font-weight: 700;
  color: mediumorchid;
}
.logo .logosvg {
  height: 3rem;
  position: relative;
  top: 0px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.menu {
  float: left;
}
.menu ul {
  list-style-type: none;
  margin-bottom: 0rem;
  padding: 0rem;
}
.menu li {
  display: inline-block;
  margin-right: 1rem;
}
.menu li:last-child {
  margin-right: 0px;
}
.menu li a {
  color: #777;
  font-size: 20px;
  font-weight: 400;
  display: block;
  height: 2rem;
}
.menu li a .smaller {
  font-size: 0.85em;
}

.social {
  float: right;
  margin-top: 1.75rem;
}
.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
}
.social li a {
  display: block;
  color: #777;
  text-align: center;
  font-size: 1.5rem;
  width: 2.5rem;
}
.social li a:focus {
  border: none;
}
.social li a:focus:focus:hover {
  border-bottom: 0.15em solid;
}

@media (max-width: 48rem) {
  header {
    margin-bottom: 2rem;
  }
  .menu,
  .social {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0px;
  }
  .logo {
    margin-top: 5rem;
  }
  .logo .logosvg {
    display: block;
    margin: -9rem auto 5rem auto;
    height: 3rem;
  }
}
article.blog {
  margin-bottom: 2em;
}
article.blog:last-of-type {
  margin-bottom: 6em;
}
article.blog p {
  margin-bottom: 0.5rem;
}
article.post {
  margin-bottom: 4em;
}
article p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
article p.lead {
  font-size: 1.15em;
  margin-bottom: 3rem;
}
article p a {
  border-bottom: 0.09em solid mediumorchid;
}
article li ul {
  margin-bottom: 0;
}
article li + li {
  margin-top: 0rem;
}

.oversize {
  margin: 2.5rem 0 2.5rem -15%;
  max-width: 130%;
}

@media (max-width: 48rem) {
  .oversize {
    margin: inherit;
    max-width: 100%;
  }
}
.page-title-container,
.post-title-container {
  width: 100%;
  margin-bottom: 6rem;
  height: 20rem;
  text-align: center;
  position: relative;
}
.page-title-container h1,
.post-title-container h1 {
  font-weight: 700;
  font-size: 4.25rem;
  border: 0;
}
.page-title-container h1 a,
.post-title-container h1 a {
  display: block;
  position: relative;
  border-bottom: 0;
}
.page-title-container h1 a:hover, .page-title-container h1 a:focus,
.post-title-container h1 a:hover,
.post-title-container h1 a:focus {
  border-bottom: 0;
}
.page-title-container h1 a:after,
.post-title-container h1 a:after {
  color: inherit;
  content: "";
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: 0%;
  border-bottom: 0.15em solid;
  transition: width 0.25s ease-in-out;
}
.page-title-container h1 a:hover:after,
.post-title-container h1 a:hover:after {
  width: 100%;
}
.page-title-container .heading-container,
.post-title-container .heading-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.post-meta {
  font-weight: 400;
  font-size: 22px;
  color: #777;
}
.post-meta span {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85em;
}
.post-meta span a {
  color: #777;
  text-transform: lowercase;
  margin: 0.2em 0.25em;
}

@media (max-width: 48rem) {
  .page-title,
  .post-title {
    height: 10rem;
    margin-bottom: 2rem;
  }
  .page-title h1,
  .post-title h1 {
    font-size: 2.5rem;
  }
  .post-meta {
    font-size: 18px;
  }
}
.hero-heading-blog h1 {
  font-size: 3.25rem;
  margin: auto 5rem;
}
.hero-heading-post h1 {
  font-size: 4.5rem;
  margin: auto 5rem;
}
.hero-heading h1 {
  color: #fff !important;
}
.hero-heading span {
  color: #ccc !important;
}
.hero-heading a {
  color: #fff !important;
}

@media (max-width: 48rem) {
  .hero-heading h1 {
    font-size: 2rem;
    margin: initial;
  }
}
.bleed-hero-container {
  width: 130%;
  height: 130%;
  margin: 0 -15% 0 -15%;
}

@media (max-width: 48rem) {
  .bleed-hero-container {
    width: 110%;
    margin: 0 -5% -5%;
  }
}
.post-source-img {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  visibility: hidden;
  bottom: 0;
  left: 0;
}
.post-source-img span {
  font-size: 0.85em;
  padding: 0.5rem;
}
.post-source-img .source {
  color: #fff;
  padding: 0.5rem;
}
.post-source-img .source-text {
  color: #ccc;
  margin-left: 3rem;
}
.post-source-img:hover {
  visibility: visible;
  transition: all 0.5s ease;
}
.post-source-img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.75rem;
  visibility: visible;
}
.post-source-img:hover:before {
  color: #fff;
}

.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 4em;
}

.related-posts {
  padding-left: 0;
  list-style: none;
  font-weight: normal;
}
.related-posts a {
  color: #c4c4c4;
}
.related-posts li {
  margin-top: 1rem;
}
.related-posts li small {
  font-size: 0.75em;
  color: #777;
}
.related-posts li + li {
  margin-top: 0rem;
}

.tag-box {
  margin: 2rem 0;
}
.tag-box span {
  text-align: center;
  display: block;
}
.tag-box ul {
  text-align: center;
  color: #777;
  list-style-type: none;
  margin: 0.5em 0 1.5em 0;
  padding: 0px;
}
.tag-box ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0.5rem;
}
.tag-box ul li a {
  color: var --text-color;
}
.tag-box hr:first-child {
  margin-top: 4em;
  margin-bottom: 1.5em;
}

.searchbox {
  position: relative;
  overflow: hidden;
  margin-top: 0.3rem;
  text-align: center;
}
.searchbox input {
  outline: none;
}
.searchbox input[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.searchbox input::-webkit-search-decoration,
.searchbox input::-webkit-search-cancel-button {
  display: none;
}
.searchbox span.icon-search {
  color: inherit;
  position: absolute;
  margin-left: 0.6em;
  margin-top: 0.6em;
  z-index: 1;
}
.searchbox input[type=search] {
  width: 50%;
  color: #777;
  background: #404040;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  padding: 9px 10px 9px 38px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
.searchbox input[type=search]:focus {
  color: #c4c4c4;
  background: #404040;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  width: 70%;
  opacity: 1;
}
.searchbox input:-moz-placeholder {
  color: #777;
}
.searchbox input::-webkit-input-placeholder {
  color: #777;
}
@media (max-width: 48rem) {
  .searchbox input[type=search] {
    width: 70%;
  }
  .searchbox input[type=search]:focus {
    width: 80%;
  }
}

.me {
  width: 15rem;
  border-radius: 100%;
  position: relative;
}

@media (max-width: 50em) {
  .me {
    width: 15rem;
    margin-top: -4.8rem;
  }
}
.readmore {
  position: relative;
  text-align: right;
}
.readmore a {
  font-size: 1.15em;
  color: mediumorchid;
  position: relative;
  border-bottom: 0;
}
.readmore a:hover, .readmore a:focus {
  border-bottom: 0;
}
.readmore a:after {
  color: inherit;
  content: "";
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: 0%;
  border-bottom: 0.15em solid;
  transition: width 0.25s ease-in-out;
}
.readmore a:hover:after {
  width: 100%;
}
.readmore::before {
  position: absolute;
  top: -125px;
  width: 100%;
  height: 125px;
  content: "";
  display: block;
  background: -moz-linear-gradient(bottom, #1c1c1c 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #1c1c1c 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #1c1c1c 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 10;
}

.notice {
  padding: 1rem 1rem 1rem 5rem;
  background-color: #404040;
  font-size: 0.85em;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  position: relative;
}
.notice:before {
  background-color: #d6e3ea;
  border: 1px solid rgba(200, 212, 218, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4rem;
  content: "";
}
.notice:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23596267' d='M12 17q.425 0 .713-.288T13 16v-4q0-.425-.288-.712T12 11t-.712.288T11 12v4q0 .425.288.713T12 17m0-8q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  display: block;
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -37.5%);
}
.notice p:last-child {
  margin-bottom: 0;
}

.notice-alert {
  padding: 1rem 1rem 1rem 5rem;
  background-color: #404040;
  font-size: 0.85em;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  position: relative;
}
.notice-alert:before {
  background-color: #eae6ca;
  border: 1px solid rgba(222, 218, 192, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4rem;
  content: "";
}
.notice-alert:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%2377703a' d='M2.725 21q-.275 0-.5-.137t-.35-.363t-.137-.488t.137-.512l9.25-16q.15-.25.388-.375T12 3t.488.125t.387.375l9.25 16q.15.25.138.513t-.138.487t-.35.363t-.5.137zm1.725-2h15.1L12 6zM12 18q.425 0 .713-.288T13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18m0-3q.425 0 .713-.288T13 14v-3q0-.425-.288-.712T12 10t-.712.288T11 11v3q0 .425.288.713T12 15m0-2.5'/%3E%3C/svg%3E");
  display: block;
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -37.5%);
}
.notice-alert p:last-child {
  margin-bottom: 0;
}

.notice-success {
  padding: 1rem 1rem 1rem 5rem;
  background-color: #404040;
  font-size: 0.85em;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  position: relative;
}
.notice-success:before {
  background-color: #d6ead8;
  border: 1px solid rgba(202, 220, 204, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4rem;
  content: "";
}
.notice-success:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23506b53' d='m10.6 13.4l-2.15-2.15q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7L9.9 15.5q.3.3.7.3t.7-.3l5.65-5.65q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z'/%3E%3C/svg%3E");
  display: block;
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -37.5%);
}
.notice-success p:last-child {
  margin-bottom: 0;
}

blockquote {
  padding: 0 0 4px 15px;
  margin: 0 0 2rem -1rem;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: #777;
  border-left: 3px solid #777;
}
blockquote p:last-child {
  margin-bottom: 0;
}

@media (max-width: 48rem) {
  blockquote {
    margin: 0 0 2rem 0;
  }
}
table {
  font-size: 0.85em;
  background-color: #404040;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
}

thead {
  text-align: left;
  background-color: #222;
  border-bottom: 1px solid #292929;
}

td,
th {
  padding: 0.25rem 0.5rem;
}

table th:not(:first-child) {
  border-left: 1px solid #292929;
}

table td:not(:first-child) {
  border-left: 1px solid #292929;
}

table tr:not(:first-child) td {
  border-top: 1px solid #292929;
}

code,
pre {
  font-family: Menlo, Monaco, Courier, monospace, serif;
}

code {
  padding: 0.25em 0.5em;
  font-size: 0.85em;
  background-color: #404040;
  border-radius: 0.3em;
}

code.highlighter-rouge {
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

pre code {
  padding: 0;
  font-size: 1em;
  color: inherit;
  background-color: transparent;
}

figure, .figure {
  margin-left: -1rem;
  margin-right: -1rem;
}
figure > *:first-child, .figure > *:first-child {
  padding: 1rem;
  background: #404040;
}
figure > figcaption, figure > .figcaption, .figure > figcaption, .figure > .figcaption {
  font-size: smaller;
  color: #9a9a9a;
  text-align: center;
  font-style: italic;
  margin-top: 0.5rem;
  padding: 0 1rem;
}

.highlight {
  margin-bottom: 1.5rem;
  font-size: 0.75em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: var(--code-bg-color);
  backface-visibility: hidden;
  filter: drop-shadow(-0.25em 0.375em 3px rgba(255, 255, 255, 0.1));
  border-radius: 0.3em;
  position: relative;
}
.highlight:before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  background-color: #222;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' d='M13 3l6 6v12h-14v-18h8'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='14' stroke-dashoffset='14' stroke-width='1' d='M12.5 3v5.5h6.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.7s' dur='0.2s' values='14;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='8' stroke-dashoffset='8' d='M10 13l-2 2l2 2'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.9s' dur='0.2s' values='8;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='8' stroke-dashoffset='8' d='M14 13l2 2l-2 2'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='1.1s' dur='0.2s' values='8;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  line-height: 1;
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1);
}
.highlight pre {
  line-height: 1.6;
  margin-bottom: 0;
  overflow-x: auto;
}
.highlight .lineno {
  display: inline-block;
  padding-right: 0.25rem;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.highlight table {
  width: 90%;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  font-size: inherit;
}
.highlight table td, .highlight table th {
  padding: 0.25rem 0.5rem;
}
.highlight table td:not(:first-child) {
  border-left: 0;
}
.highlight table td.gutter {
  background: #222;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  width: 6%;
}
.highlight table td.code {
  position: relative;
  width: 90%;
}

@media (max-width: 48rem) {
  td.code:before {
    display: none;
  }
}
/* Source: http://codepen.io/bulby97/pen/fcvay */
.glitch {
  position: relative;
  animation: glitch 2s steps(100) infinite;
}

@keyframes glitch {
  0% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  1% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  2% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  3% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  4% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  5% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  6% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  7% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  8% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  9% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  10% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  11% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  12% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  13% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  14% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  15% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  16% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  17% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  18% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  19% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  20% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  21% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  22% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  23% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  24% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  25% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  26% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  27% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  28% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  29% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  30% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  31% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  32% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  33% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  34% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  35% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  36% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  37% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  38% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  39% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  40% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  41% {
    text-shadow: 50px 0 0 blue, -50px 0 0 lime;
  }
  42% {
    text-shadow: 0 0 0 blue, 0 0 0 lime;
  }
  43% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  44% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  45% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  46% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  47% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  48% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  49% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  50% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  51% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  52% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  53% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  54% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  55% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  56% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  57% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  58% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  59% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  60% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  61% {
    text-shadow: 30px 0 0 red, -30px 0 0 lime;
  }
  62% {
    text-shadow: 0 0 0 red, 0 0 0 lime;
  }
  63% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  64% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  65% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  66% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  67% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  68% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  69% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  70% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  71% {
    text-shadow: 70px 0 0 red, -70px 0 0 blue;
  }
  72% {
    text-shadow: 0 0 0 red, 0 0 0 blue;
  }
  73% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  74% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  75% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  76% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  77% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  78% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  79% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  80% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  81% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  82% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  83% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  84% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  85% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  86% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  87% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  88% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  89% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  90% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  91% {
    text-shadow: 60px 0 0 lime, -60px 0 0 blue;
  }
  92% {
    text-shadow: 0 0 0 lime, 0 0 0 blue;
  }
  92% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  93% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  94% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  95% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  96% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  97% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  98% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  99% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  100% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
}
/* Custom */
.go-home {
  text-align: center;
}

/*
 * Monokai style for Pygments syntax highlighter, for use with Jekyll
 * Copied from http://jwarby.github.io/jekyll-pygments-themes/
 */
.highlight pre {
  background-color: #272822;
}

.highlight .hll {
  background-color: #272822;
}

.highlight .c {
  color: #75715e;
} /* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010;
} /* Error */
.highlight .k {
  color: #66d9ef;
} /* Keyword */
.highlight .l {
  color: #ae81ff;
} /* Literal */
.highlight .n {
  color: #f8f8f2;
} /* Name */
.highlight .o {
  color: #f92672;
} /* Operator */
.highlight .p {
  color: #f8f8f2;
} /* Punctuation */
.highlight .cm {
  color: #75715e;
} /* Comment.Multiline */
.highlight .cp {
  color: #75715e;
} /* Comment.Preproc */
.highlight .c1 {
  color: #75715e;
} /* Comment.Single */
.highlight .cs {
  color: #75715e;
} /* Comment.Special */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .kc {
  color: #66d9ef;
} /* Keyword.Constant */
.highlight .kd {
  color: #66d9ef;
} /* Keyword.Declaration */
.highlight .kn {
  color: #f92672;
} /* Keyword.Namespace */
.highlight .kp {
  color: #66d9ef;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #66d9ef;
} /* Keyword.Reserved */
.highlight .kt {
  color: #66d9ef;
} /* Keyword.Type */
.highlight .ld {
  color: #e6db74;
} /* Literal.Date */
.highlight .m {
  color: #ae81ff;
} /* Literal.Number */
.highlight .s {
  color: #e6db74;
} /* Literal.String */
.highlight .na {
  color: #a6e22e;
} /* Name.Attribute */
.highlight .nb {
  color: #f8f8f2;
} /* Name.Builtin */
.highlight .nc {
  color: #a6e22e;
} /* Name.Class */
.highlight .no {
  color: #66d9ef;
} /* Name.Constant */
.highlight .nd {
  color: #a6e22e;
} /* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
} /* Name.Entity */
.highlight .ne {
  color: #a6e22e;
} /* Name.Exception */
.highlight .nf {
  color: #a6e22e;
} /* Name.Function */
.highlight .nl {
  color: #f8f8f2;
} /* Name.Label */
.highlight .nn {
  color: #f8f8f2;
} /* Name.Namespace */
.highlight .nx {
  color: #a6e22e;
} /* Name.Other */
.highlight .py {
  color: #f8f8f2;
} /* Name.Property */
.highlight .nt {
  color: #f92672;
} /* Name.Tag */
.highlight .nv {
  color: #f8f8f2;
} /* Name.Variable */
.highlight .ow {
  color: #f92672;
} /* Operator.Word */
.highlight .w {
  color: #f8f8f2;
} /* Text.Whitespace */
.highlight .mf {
  color: #ae81ff;
} /* Literal.Number.Float */
.highlight .mh {
  color: #ae81ff;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #ae81ff;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #ae81ff;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #e6db74;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #e6db74;
} /* Literal.String.Char */
.highlight .sd {
  color: #e6db74;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #e6db74;
} /* Literal.String.Double */
.highlight .se {
  color: #ae81ff;
} /* Literal.String.Escape */
.highlight .sh {
  color: #e6db74;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #e6db74;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #e6db74;
} /* Literal.String.Other */
.highlight .sr {
  color: #e6db74;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #e6db74;
} /* Literal.String.Single */
.highlight .ss {
  color: #e6db74;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f8f8f2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #f8f8f2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #f8f8f2;
} /* Name.Variable.Instance */
.highlight .il {
  color: #ae81ff;
} /* Literal.Number.Integer.Long */
/* Generic Heading & Diff Header */
.highlight .gu {
  color: #75715e;
} /* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd {
  color: #f92672;
} /* Generic.Deleted & Diff Deleted */
.highlight .gi {
  color: #a6e22e;
} /* Generic.Inserted & Diff Inserted */
.pagination {
  overflow: hidden;
  max-width: 30%;
  margin: 0 auto 4rem auto;
  color: #777;
}
.pagination > ul {
  overflow: hidden;
  list-style: none;
  max-height: 3rem;
  padding: 0;
  margin: 2rem 0;
}
.pagination hr {
  max-width: 100%;
  margin-bottom: 0;
}

.pagination-item {
  display: inline-block;
  width: auto;
}
.pagination-item-prev {
  margin-bottom: 0;
  float: left;
}
.pagination-item-prev a {
  color: mediumorchid;
  position: relative;
  border-bottom: 0;
}
.pagination-item-prev a:hover, .pagination-item-prev a:focus {
  border-bottom: 0;
}
.pagination-item-prev a:after {
  color: inherit;
  content: "";
  position: absolute;
  bottom: -0.15em;
  right: 0;
  width: 0%;
  border-bottom: 0.15em solid;
  transition: width 0.25s ease-in-out;
}
.pagination-item-prev a:hover:after {
  width: 100%;
}
.pagination-item-next {
  margin-left: -1px;
  text-align: right;
  float: right;
}
.pagination-item-next a {
  color: mediumorchid;
  position: relative;
  border-bottom: 0;
}
.pagination-item-next a:hover, .pagination-item-next a:focus {
  border-bottom: 0;
}
.pagination-item-next a:after {
  color: inherit;
  content: "";
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: 0%;
  border-bottom: 0.15em solid;
  transition: width 0.25s ease-in-out;
}
.pagination-item-next a:hover:after {
  width: 100%;
}

footer {
  font-size: 0.85em;
  color: #777;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.logo-css {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cmask id='lineMdCloudAltPrintLoop0'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' d='M7 19h11c2.21 0 4 -1.79 4 -4c0 -2.21 -1.79 -4 -4 -4h-1v-1c0 -2.76 -2.24 -5 -5 -5c-2.42 0 -4.44 1.72 -4.9 4h-0.1c-2.76 0 -5 2.24 -5 5c0 2.76 2.24 5 5 5Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.45s' values='64;0'/%3E%3Cset fill='freeze' attributeName='opacity' begin='0.525s' to='0'/%3E%3C/path%3E%3Cg fill='%23fff' stroke='none' opacity='0'%3E%3Ccircle cx='12' cy='10' r='6'%3E%3Canimate attributeName='cx' begin='0.525s' dur='22.5s' repeatCount='indefinite' values='12;11;12;13;12'/%3E%3C/circle%3E%3Crect width='9' height='8' x='8' y='12'/%3E%3Crect width='15' height='12' x='1' y='8' rx='6'%3E%3Canimate attributeName='x' begin='0.525s' dur='15.75s' repeatCount='indefinite' values='1;0;1;2;1'/%3E%3C/rect%3E%3Crect width='13' height='10' x='10' y='10' rx='5'%3E%3Canimate attributeName='x' begin='0.525s' dur='12.75s' repeatCount='indefinite' values='10;9;10;11;10'/%3E%3C/rect%3E%3Cset fill='freeze' attributeName='opacity' begin='0.525s' to='1'/%3E%3C/g%3E%3Cg fill='%23000' fill-opacity='0' stroke='none'%3E%3Ccircle cx='12' cy='10' r='4'%3E%3Canimate attributeName='cx' begin='0.525s' dur='22.5s' repeatCount='indefinite' values='12;11;12;13;12'/%3E%3C/circle%3E%3Crect width='9' height='6' x='8' y='12'/%3E%3Crect width='11' height='8' x='3' y='10' rx='4'%3E%3Canimate attributeName='x' begin='0.525s' dur='15.75s' repeatCount='indefinite' values='3;2;3;4;3'/%3E%3C/rect%3E%3Crect width='9' height='6' x='12' y='12' rx='3'%3E%3Canimate attributeName='x' begin='0.525s' dur='12.75s' repeatCount='indefinite' values='12;11;12;13;12'/%3E%3C/rect%3E%3Cset fill='freeze' attributeName='fill-opacity' begin='0.525s' to='1'/%3E%3C/g%3E%3Cg stroke='none'%3E%3Cpath fill='%23fff' d='M6 11h12v0h-12z'%3E%3Canimate fill='freeze' attributeName='d' begin='0.525s' dur='0.165s' values='M6 11h12v0h-12z;M6 11h12v11h-12z'/%3E%3C/path%3E%3Cpath fill='%23000' d='M8 13h8v0h-8z'%3E%3Canimate fill='freeze' attributeName='d' begin='0.555s' dur='0.105s' values='M8 13h8v0h-8z;M8 13h8v7h-8z'/%3E%3C/path%3E%3Cpath fill='%23fff' fill-opacity='0' d='M9 12h6v1H9zM9 14h6v1H9zM9 16h6v1H9zM9 18h6v1H9z'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='0.6s' dur='0.075s' values='0;1'/%3E%3CanimateMotion begin='0.675s' calcMode='linear' dur='1.125s' path='M0 0v2' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/mask%3E%3Crect width='24' height='24' fill='white' mask='url(%23lineMdCloudAltPrintLoop0)'/%3E%3C/svg%3E");
}

.material-symbols--check-circle-outline-rounded {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m10.6 13.8l-2.15-2.15q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7L9.9 15.9q.3.3.7.3t.7-.3l5.65-5.65q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
}

.line-md--alert {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' d='M12 3l9 17h-18l9 -17Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='6' stroke-dashoffset='6' d='M12 10v4'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.6s' dur='0.2s' values='6;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='2' stroke-dashoffset='2' d='M12 17v0.01'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.8s' dur='0.2s' values='2;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.line-md--document-code {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' d='M13 3l6 6v12h-14v-18h8'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='14' stroke-dashoffset='14' stroke-width='1' d='M12.5 3v5.5h6.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.7s' dur='0.2s' values='14;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='8' stroke-dashoffset='8' d='M10 13l-2 2l2 2'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.9s' dur='0.2s' values='8;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='8' stroke-dashoffset='8' d='M14 13l2 2l-2 2'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='1.1s' dur='0.2s' values='8;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.material-symbols--info-outline {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M11 17h2v-6h-2zm1-8q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
}

.material-symbols--invert-colors-outline {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 21q-3.325 0-5.663-2.312T4 13.1q0-1.65.625-3.05t1.725-2.5L12 2l5.65 5.55q1.1 1.1 1.725 2.5T20 13.1q0 3.275-2.337 5.588T12 21m0-2V4.8L7.75 9q-.875.825-1.312 1.863T6 13.1q0 2.425 1.75 4.163T12 19'/%3E%3C/svg%3E");
}

.material-symbols--language {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12 2q2.075 0 3.888.788t3.174 2.15t2.15 3.175T22 12q0 2.05-.788 3.875t-2.15 3.188t-3.175 2.15T12 22m0-2.05q.65-.9 1.125-1.875T13.9 16h-3.8q.3 1.1.775 2.075T12 19.95m-2.6-.4q-.45-.825-.787-1.713T8.05 16H5.1q.725 1.25 1.813 2.175T9.4 19.55m5.2 0q1.4-.45 2.488-1.375T18.9 16h-2.95q-.225.95-.562 1.838T14.6 19.55M4.25 14h3.4q-.075-.5-.112-.987T7.5 12t.038-1.012T7.65 10h-3.4q-.125.5-.187.988T4 12t.063 1.013t.187.987m5.4 0h4.7q.075-.5.113-.987T14.5 12t-.038-1.012T14.35 10h-4.7q-.075.5-.112.988T9.5 12t.038 1.013t.112.987m6.7 0h3.4q.125-.5.188-.987T20 12t-.062-1.012T19.75 10h-3.4q.075.5.113.988T16.5 12t-.038 1.013t-.112.987m-.4-6h2.95q-.725-1.25-1.812-2.175T14.6 4.45q.45.825.788 1.713T15.95 8M10.1 8h3.8q-.3-1.1-.775-2.075T12 4.05q-.65.9-1.125 1.875T10.1 8m-5 0h2.95q.225-.95.563-1.838T9.4 4.45Q8 4.9 6.912 5.825T5.1 8'/%3E%3C/svg%3E");
}

.line-md--search {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='40' stroke-dashoffset='40' d='M10.76 13.24c-2.34 -2.34 -2.34 -6.14 0 -8.49c2.34 -2.34 6.14 -2.34 8.49 0c2.34 2.34 2.34 6.14 0 8.49c-2.34 2.34 -6.14 2.34 -8.49 0Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.5s' values='40;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M10.5 13.5l-7.5 7.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.5s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.line-md--clipboard-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='16' stroke-dashoffset='16' d='M12 3h7v8'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.2s' values='16;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' stroke-width='1' d='M14.5 3.5v3h-5v-3'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.9s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='48' stroke-dashoffset='48' d='M19 17v4h-14v-18h7'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.2s' dur='0.6s' values='48;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='10' stroke-dashoffset='10' d='M21 14h-8.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='1.1s' dur='0.2s' values='10;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='6' stroke-dashoffset='6' d='M12 14l3 3M12 14l3 -3'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='1.3s' dur='0.2s' values='6;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.line-md--light-dark-loop {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cmask id='lineMdLightDarkLoop0'%3E%3Ccircle cx='7.5' cy='7.5' r='5.5' fill='%23fff'/%3E%3Ccircle cx='7.5' cy='7.5' r='5.5'%3E%3Canimate fill='freeze' attributeName='cx' dur='0.4s' values='7.5;11'/%3E%3Canimate fill='freeze' attributeName='r' dur='0.4s' values='5.5;6.5'/%3E%3C/circle%3E%3C/mask%3E%3Cmask id='lineMdLightDarkLoop1'%3E%3Cg fill='%23fff'%3E%3Ccircle cx='12' cy='9' r='5.5'%3E%3Canimate fill='freeze' attributeName='cy' begin='1s' dur='0.5s' values='9;15'/%3E%3C/circle%3E%3Cg fill-opacity='0'%3E%3Cuse href='%23lineMdLightDarkLoop2' transform='rotate(-75 12 15)'/%3E%3Cuse href='%23lineMdLightDarkLoop2' transform='rotate(-25 12 15)'/%3E%3Cuse href='%23lineMdLightDarkLoop2' transform='rotate(25 12 15)'/%3E%3Cuse href='%23lineMdLightDarkLoop2' transform='rotate(75 12 15)'/%3E%3Cset fill='freeze' attributeName='fill-opacity' begin='1.5s' to='1'/%3E%3CanimateTransform attributeName='transform' dur='5s' repeatCount='indefinite' type='rotate' values='0 12 15;50 12 15'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M0 10h26v5h-26z'/%3E%3Cpath stroke='%23fff' stroke-dasharray='26' stroke-dashoffset='26' stroke-width='2' d='M22 12h-22'%3E%3Canimate attributeName='d' dur='6s' repeatCount='indefinite' values='M22 12h-22;M24 12h-22;M22 12h-22'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.5s' dur='0.4s' values='26;0'/%3E%3C/path%3E%3C/mask%3E%3Csymbol id='lineMdLightDarkLoop2'%3E%3Cpath d='M11 18h2L12 20z' opacity='0'%3E%3Canimate fill='freeze' attributeName='d' begin='1.5s' dur='0.4s' values='M11 18h2L12 20z;M10.5 21.5h3L12 24z'/%3E%3Cset fill='freeze' attributeName='opacity' begin='1.5s' to='1'/%3E%3C/path%3E%3C/symbol%3E%3C/defs%3E%3Cg fill='white'%3E%3Crect width='13' height='13' x='1' y='1' mask='url(%23lineMdLightDarkLoop0)'/%3E%3Cpath d='M-2 11h28v13h-28z' mask='url(%23lineMdLightDarkLoop1)' transform='rotate(-45 12 12)'/%3E%3C/g%3E%3C/svg%3E");
}

.line-md--github-loop {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cmask id='lineMdGithubLoop0' width='24' height='24' x='0' y='0'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='9.5' cy='9' rx='1.5' ry='1'/%3E%3Cellipse cx='14.5' cy='9' rx='1.5' ry='1'/%3E%3C/g%3E%3C/mask%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='32' stroke-dashoffset='32' d='M12 4c1.67 0 2.61 0.4 3 0.5c0.53 -0.43 1.94 -1.5 3.5 -1.5c0.34 1 0.29 2.22 0 3c0.75 1 1 2 1 3.5c0 2.19 -0.48 3.58 -1.5 4.5c-1.02 0.92 -2.11 1.37 -3.5 1.5c0.65 0.54 0.5 1.87 0.5 2.5c0 0.73 0 3 0 3M12 4c-1.67 0 -2.61 0.4 -3 0.5c-0.53 -0.43 -1.94 -1.5 -3.5 -1.5c-0.34 1 -0.29 2.22 0 3c-0.75 1 -1 2 -1 3.5c0 2.19 0.48 3.58 1.5 4.5c1.02 0.92 2.11 1.37 3.5 1.5c-0.65 0.54 -0.5 1.87 -0.5 2.5c0 0.73 0 3 0 3'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.7s' values='32;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='10' stroke-dashoffset='10' d='M9 19c-1.406 0-2.844-.563-3.688-1.188C4.47 17.188 4.22 16.157 3 15.5'%3E%3Canimate attributeName='d' dur='3s' repeatCount='indefinite' values='M9 19c-1.406 0-2.844-.563-3.688-1.188C4.47 17.188 4.22 16.157 3 15.5;M9 19c-1.406 0-3-.5-4-.5-.532 0-1 0-2-.5;M9 19c-1.406 0-2.844-.563-3.688-1.188C4.47 17.188 4.22 16.157 3 15.5'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.8s' dur='0.2s' values='10;0'/%3E%3C/path%3E%3C/g%3E%3Crect width='8' height='4' x='8' y='11' fill='white' mask='url(%23lineMdGithubLoop0)'%3E%3Canimate attributeName='y' dur='10s' keyTimes='0;0.45;0.46;0.54;0.55;1' repeatCount='indefinite' values='11;11;7;7;11;11'/%3E%3C/rect%3E%3C/svg%3E");
}

.line-md--linkedin {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='4' cy='4' r='2' fill='white' fill-opacity='0'%3E%3Canimate fill='freeze' attributeName='fill-opacity' dur='0.15s' values='0;1'/%3E%3C/circle%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M4 10v10'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.15s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M10 10v10'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.45s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='24' stroke-dashoffset='24' d='M10 15c0 -2.76 2.24 -5 5 -5c2.76 0 5 2.24 5 5v5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.65s' dur='0.2s' values='24;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.line-md--twitter-x-alt {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M8.5 2h2.5L11 2h-2.5zM13 2h2.5L15.5 2h-2.5zM10.5 2h5v0h-5zM8.5 2h5v0h-5zM10 2h3.5L13.5 2h-3.5z'%3E%3Canimate fill='freeze' attributeName='d' dur='0.8s' keyTimes='0;0.3;0.5;1' values='M8.5 2h2.5L11 2h-2.5zM13 2h2.5L15.5 2h-2.5zM10.5 2h5v0h-5zM8.5 2h5v0h-5zM10 2h3.5L13.5 2h-3.5z;M8.5 2h2.5L11 22h-2.5zM13 2h2.5L15.5 22h-2.5zM10.5 2h5v2h-5zM8.5 20h5v2h-5zM10 2h3.5L13.5 22h-3.5z;M8.5 2h2.5L11 22h-2.5zM13 2h2.5L15.5 22h-2.5zM10.5 2h5v2h-5zM8.5 20h5v2h-5zM10 2h3.5L13.5 22h-3.5z;M1 2h2.5L18.5 22h-2.5zM5.5 2h2.5L23 22h-2.5zM3 2h5v2h-5zM16 20h5v2h-5zM18.5 2h3.5L5 22h-3.5z'/%3E%3C/path%3E%3C/svg%3E");
}

.line-md--email {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' d='M4 5h16c0.55 0 1 0.45 1 1v12c0 0.55 -0.45 1 -1 1h-16c-0.55 0 -1 -0.45 -1 -1v-12c0 -0.55 0.45 -1 1 -1Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='24' stroke-dashoffset='24' d='M3 6.5l9 5.5l9 -5.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.6s' dur='0.2s' values='24;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.line-md--rss {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='19' r='0' fill='white'%3E%3Canimate fill='freeze' attributeName='r' dur='0.2s' values='0;2'/%3E%3C/circle%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='16' stroke-dashoffset='16' d='M4 11c2.39 0 4.68 0.95 6.36 2.64c1.69 1.68 2.64 3.97 2.64 6.36'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.2s' dur='0.3s' values='16;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='28' stroke-dashoffset='28' d='M4 4c4.24 0 8.31 1.69 11.31 4.69c3 3 4.69 7.07 4.69 11.31'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.6s' dur='0.4s' values='28;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.line-md--youtube {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-opacity='0' d='M12 11L12 12L12 13z'%3E%3Canimate fill='freeze' attributeName='d' begin='0.6s' dur='0.2s' values='M12 11L12 12L12 13z;M10 8.5L16 12L10 15.5z'/%3E%3Cset fill='freeze' attributeName='fill-opacity' begin='0.6s' to='1'/%3E%3C/path%3E%3Cpath fill='none' stroke='white' stroke-dasharray='64' stroke-dashoffset='64' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5c9 0 9 0 9 7c0 7 0 7 -9 7c-9 0 -9 0 -9 -7c0 -7 0 -7 9 -7Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3C/svg%3E");
}

html {
  visibility: visible;
  opacity: 1;
}

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