﻿article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  background: #f5f4ea;
  min-width: 18.75rem;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}
body {
  position: relative;
  min-height: 100vh;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: #d9d7ce;
}
::-webkit-scrollbar-thumb {
  background: #b3b0aa;
}
html {
  text-size-adjust: 100%;
  color: #494b4d;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Noto Sans', '.SFNSDisplay-Regular', Arial, sans-serif;
}
hr,
.hr {
  display: block;
  clear: both;
  height: 0;
  margin: 1.625rem 0 1.6875rem 0;
  border: 0;
  outline: none;
  border-top: 2px solid #d9d7ce;
}
.c-footer hr,
.c-footer .hr {
  border-color: #f5f4ea;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #00769c;
  text-decoration: none;
  cursor: pointer;
  background-image: linear-gradient(to right, #fffbcc 50%, #a1e5cf 50%);
  background-repeat: no-repeat;
  background-size: 200% 2px;
  background-position: 100% calc(100% - 1px);
  text-shadow: 2px 0 0 #f5f4ea, -2px 0 0 #f5f4ea;
}
a:not([class]):focus,
a:not([class]):hover {
  color: #00769c;
  text-shadow: none;
  animation: animateGradient 300ms forwards;
}
.c-footer a,
.b-post__pattern a {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
}
@keyframes animateGradient {
  0% {
    background-position: 100% 100%;
  }
  99% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 100%;
    background-size: 200% 7px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  color: #1593ba;
  font-family: 'Raleway', '.SFNSDisplay-Regular', Arial, sans-serif;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.875rem;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .h1,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6 {
  margin-top: 2.1875rem;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #1593ba;
}
h1,
.h1 {
  font-size: 2.625rem;
  line-height: 1.1;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.375rem;
}
p,
.p {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0.875rem;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}
p small,
.p small {
  display: inline-block;
  font-size: 1rem;
}
.p--small {
  font-size: 1rem;
}
small a,
.p--small a {
  background-size: 200% 1px;
}
.p--small {
  margin-bottom: 0.875rem;
}
.p--small small {
  font-size: inherit;
}
.p--large {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
.p--large a {
  color: #1593ba;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.75rem 1.75rem;
  list-style: disc outside;
}
p + ul,
p + ol {
  margin-top: 1.75rem;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul {
  list-style-image: url('./bullet.svg');
}
li {
  font-size: 1.125rem;
  margin-bottom: 0.4375rem;
}
li li,
li:not([class]) p {
  font-size: inherit;
  line-height: inherit;
}
li:last-child {
  margin-bottom: 0;
}
ol {
  list-style: decimal outside;
}
time {
  display: block;
  text-transform: uppercase;
  color: #888c91;
}
time abbr[title] {
  border: none;
  background-image: none;
  text-decoration: none;
}
p time,
li time {
  font-size: 1rem;
}
::selection {
  color: #f95f7a;
  background: #fffbcc;
  text-shadow: none;
}
cite a {
  color: inherit;
}
.p--quote:before {
  display: inline-block;
  line-height: 1;
  content: '\201C';
  width: 0.6em;
  margin-left: -0.6em;
  opacity: 0.7;
}
.p--quote:after {
  content: '\201D';
  opacity: 0.7;
  margin-left: 0.3em;
}
cite {
  border: none;
  font-style: normal;
}
cite a {
  color: inherit;
}
blockquote {
  margin: 1.75rem 0;
  padding: 0 1.75rem;
  border-left: 0.125rem solid #a1e5cf;
}
blockquote p {
  color: #888c91;
}
blockquote .p--large + .p--small:last-child {
  margin-top: -0.875rem;
}
@media screen and (max-width: 26.1875rem) {
  blockquote {
    padding: 0;
    border-left: 0;
  }
  blockquote .p--large {
    font-size: 1.125rem;
  }
  blockquote .p--large:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  blockquote .p--large + .p--small:last-child {
    margin-top: 0;
  }
}
blockquote:last-child {
  margin-bottom: 0;
}
mark {
  color: inherit;
  background: #fffbcc;
  text-shadow: none;
}
del,
strike {
  color: #888c91;
  text-decoration: none;
  background-image: linear-gradient(to left, #e55c5c 0%, #e55c5c 100%);
  background-position: 0 60%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
q {
  font-style: italic;
}
q:before {
  content: '\201C';
}
q:after {
  content: '\201D';
}
abbr[title],
acronym[title] {
  border: none;
  text-decoration: none;
  background-image: linear-gradient(
    to left,
    rgba(73, 75, 77, 0) 50%,
    rgba(73, 75, 77, 0.5) 50%
  );
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: 2px 1px;
}
pre,
code {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: 'Operator Mono', Monaco, Consolas, monospace;
  font-weight: 300;
  background: #282a36;
  color: #f8f8f2;
}
pre {
  clear: both;
  overflow: auto;
  margin: 2.625rem 0;
  padding: 1.75rem 1.75em;
  box-shadow: inset 0 1px 7px #303233;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre code {
  display: block;
  color: #f8f8f2;
  font-size: inherit;
  line-height: inherit;
  background: none;
  padding: 0;
}
pre::-webkit-scrollbar {
  height: 14px;
  width: 14px;
}
pre::-webkit-scrollbar-track {
  background-color: #6272a4;
  border-radius: 0px;
}
pre::-webkit-scrollbar-thumb {
  background-color: #bd93f9;
  border-radius: 0px;
}
pre::selection {
  text-shadow: none;
  background-color: #5a5f80;
}
code {
  display: inline-block;
  position: relative;
  padding: 0 0.25rem;
  color: #888c91;
  background: #fff;
}
p > code,
li > code {
  font-size: 0.875rem;
  margin-bottom: -0.125rem;
  border-bottom: 0.125rem solid #a1e5cf;
}
p iframe {
  margin: 1.75rem 0 0.875rem 0;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.4375rem;
}
sup {
  top: -0.4375rem;
}
.e-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: max-content;
  font-weight: 500;
}
.e-label--radio,
.e-label--checkbox {
  cursor: pointer;
}
.e-label--radio span:before {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.21875rem 0.4375rem 0.21875rem 0;
  border: 0.125rem solid #1593ba;
  background: #fff;
  border-radius: 100%;
}
.e-label--radio input:checked + span:before {
  background: #1593ba;
  box-shadow: inset 0 0 0 0.125rem #fffbcc;
}
.e-button {
  display: inline-block;
  border: 0;
  outline: 0;
  appearance: none;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  height: 3.0625rem;
  line-height: 1.9375rem;
  padding: 0.4375rem 2.1875rem;
  font-family: 'Noto Sans', '.SFNSDisplay-Regular', Arial, sans-serif;
  text-align: center;
  color: #fffbcc;
  background: #1593ba;
  font-weight: 500;
  border-radius: 0.3125rem;
  border: 0.125rem solid #1593ba;
  border-bottom-color: #00769c;
  box-shadow: 0 0 0 0.125rem #f5f4ea, 0.125rem 0.125rem 0 0.125rem #a1e5cf;
  text-shadow: 0.0625rem 0.0625rem rgba(0, 118, 156, 0.8);
  transition: color 100ms, box-shadow 100ms, border-color 100ms,
    background-color 100ms;
}
.e-button:focus,
.e-button:hover {
  color: #1593ba;
  text-shadow: none;
  border-color: #a1e5cf;
  background-color: #fffbcc;
  box-shadow: 0 0 0 0.125rem #f5f4ea, 0 0 0 0.25rem #1593ba;
}
.e-button:disabled {
  filter: saturate(0.3);
  opacity: 0.6;
  pointer-events: none;
}
.e-button--bg1,
.e-button--bg2 {
  text-shadow: none;
  background-color: #fff;
  border-color: transparent;
}
.e-button--bg1:focus,
.e-button--bg1:hover,
.e-button--bg2:focus,
.e-button--bg2:hover {
  border-color: #fffbcc;
}
.e-button--bg1 {
  color: #f95f7a;
  box-shadow: 0 0 0 0.125rem #f95f7a, 0.125rem 0.125rem 0 0.125rem #fffbcc;
}
.e-button--bg1:focus,
.e-button--bg1:hover {
  color: #f95f7a;
  box-shadow: 0 0 0 0.125rem #f95f7a, 0 0 0 0.25rem #fffbcc;
}
.e-button--bg2 {
  color: #1593ba;
  box-shadow: 0 0 0 0.125rem #1593ba, 0.125rem 0.125rem 0 0.125rem #a1e5cf;
}
.e-button--bg2:focus,
.e-button--bg2:hover {
  color: #1593ba;
  box-shadow: 0 0 0 0.125rem #1593ba, 0 0 0 0.25rem #a1e5cf;
}
.e-button--bg1.e-button--shadow:not(:focus):not(:hover) {
  box-shadow: 0 0 0 0.125rem #f95f7a, 0.125rem 0.125rem 0 0.125rem #fffbcc,
    4px 4px 0 4px #eb6983, 8px 8px 0 4px #eb6983, 12px 12px 0 4px #eb6983,
    16px 16px 0 4px #eb6983, 20px 20px 0 4px #eb6983, 24px 24px 0 4px #eb6983,
    28px 28px 0 4px #eb6983, 32px 32px 0 4px #eb6983, 36px 36px 0 4px #eb6983,
    40px 40px 0 4px #eb6983, 44px 44px 0 4px #eb6983, 48px 48px 0 4px #eb6983,
    52px 52px 0 4px #eb6983, 56px 56px 0 4px #eb6983, 60px 60px 0 4px #eb6983,
    64px 64px 0 4px #eb6983, 68px 68px 0 4px #eb6983, 72px 72px 0 4px #eb6983,
    76px 76px 0 4px #eb6983, 80px 80px 0 4px #eb6983;
}
.e-button--bg2.e-button--shadow:not(:focus):not(:hover) {
  box-shadow: 0 0 0 0.125rem #1593ba, 0.125rem 0.125rem 0 0.125rem #a1e5cf,
    4px 4px 0 4px #2b8bae, 8px 8px 0 4px #2b8bae, 12px 12px 0 4px #2b8bae,
    16px 16px 0 4px #2b8bae, 20px 20px 0 4px #2b8bae, 24px 24px 0 4px #2b8bae,
    28px 28px 0 4px #2b8bae, 32px 32px 0 4px #2b8bae, 36px 36px 0 4px #2b8bae,
    40px 40px 0 4px #2b8bae, 44px 44px 0 4px #2b8bae, 48px 48px 0 4px #2b8bae,
    52px 52px 0 4px #2b8bae, 56px 56px 0 4px #2b8bae, 60px 60px 0 4px #2b8bae,
    64px 64px 0 4px #2b8bae, 68px 68px 0 4px #2b8bae, 72px 72px 0 4px #2b8bae,
    76px 76px 0 4px #2b8bae, 80px 80px 0 4px #2b8bae;
} /*! Checkbox (element) */
.e-checkbox {
  cursor: pointer;
}
.e-checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 2.625rem;
}
.e-checkbox span:after,
.e-checkbox span:before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 100ms, opacity 50ms;
}
.e-checkbox span:before {
  background: #fff;
  border-radius: 0.375rem;
  border: 0.125rem solid #1593ba;
  box-shadow: 0 0 0 0.125rem #f5f4ea, 0.125rem 0.125rem 0 0.125rem #a1e5cf;
  height: 1.75rem;
  width: 1.75rem;
}
.e-checkbox span:after {
  background: #1593ba;
  border-radius: 0.1875rem;
  color: #fffbcc;
  content: '✓';
  font-size: 0.75rem;
  height: 1.125rem;
  line-height: 1.125rem;
  opacity: 0;
  margin-left: 0.3125rem;
  text-align: center;
  width: 1.125rem;
}
.e-checkbox input:checked ~ span:after {
  opacity: 1;
}
.e-checkbox:focus span:before,
.e-checkbox:hover span:before {
  background: #fffbcc;
}
.e-checkbox input:disabled ~ span {
  cursor: default;
}
.e-checkbox input:disabled ~ span:after,
.e-checkbox input:disabled ~ span:before {
  filter: saturate(0.3);
  opacity: 0.6;
}
.e-field {
  display: block;
  outline: none;
  appearance: none;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  height: 2.625rem;
  padding: 0.4375rem 0.875rem;
  margin: 0.4375rem 0;
  max-width: 25rem;
  width: 100%;
  clear: both;
  font-family: 'Noto Sans', '.SFNSDisplay-Regular', Arial, sans-serif;
  color: #888c91;
  background: #fff;
  border-radius: 5px;
  border: 0.125rem solid #1593ba;
  box-shadow: 0 0 0 0.125rem #f5f4ea, 0.125rem 0.125rem 0 0.125rem #a1e5cf;
  transition: border 100ms, box-shadow 100ms, background-color 100ms;
}
.e-field:focus,
.e-field:hover {
  color: #494b4d;
  border-color: #a1e5cf;
  box-shadow: 0 0 0 0.125rem #f5f4ea, 0 0 0 0.25rem #1593ba;
}
.e-field:focus {
  background-color: #fffbcc;
}
.e-field:disabled {
  filter: saturate(0.3);
  opacity: 0.6;
  pointer-events: none;
}
.e-field--area {
  height: auto;
  max-width: none;
  min-height: 5.6875rem;
}
@keyframes animateStar {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}
.e-star {
  display: block;
  fill: #fffbcc;
}
.u-dark-alt .e-star {
  fill: #a1e5cf;
}
.e-star--blink {
  /* animation: animateStar 3s cubic-bezier(0, 0.6, 0.4, 1) infinite; */
}
.b-block {
  margin: 0 auto;
  padding: 0 7%;
  max-width: 71.25rem;
}
.b-post {
  position: relative;
}
.b-post__body {
  margin-top: 1.75rem;
}
.b-post__body p:not([class]),
.b-post__body .p--small {
  max-width: 45rem;
}
.b-post__body ul:not([class]),
.b-post__body ol:not([class]) {
  max-width: 43.25rem;
}
.wf-notosans-n4-active .b-post__body {
  line-height: 1.7;
}
.b-post__date {
  margin-bottom: 0;
}
.b-post__title {
  margin-bottom: 2.1875rem;
}
.b-post__title + .b-post__date {
  margin-top: -1.3125rem;
}
.b-post__title + .p--large {
  margin-top: -0.4375rem;
}
.b-post--excerpt .b-post__title {
  margin-bottom: 0.875rem;
}
.b-post--excerpt .b-post__title + .b-post__date {
  margin-top: -0.4375rem;
}
.b-post--excerpt .b-post__body {
  margin-top: 0.4375rem;
}
.b-post__image,
.b-post__pattern {
  overflow: hidden;
  margin: 1.75rem 0;
  margin-left: -8.13953%;
  margin-right: -8.13953%;
  padding: 1.75rem 8.13953%;
}
.b-post__image iframe,
.b-post__pattern iframe {
  display: block;
  width: 100%;
}
.b-post__image {
  background: #d9d7ce;
}
.b-post__image a {
  text-shadow: none;
  background: none;
}
.b-post__pattern {
  background: rgba(255, 255, 255, 0.6);
}
.b-post__image--centred img {
  margin: 0 auto;
}
@media screen and (max-width: 36.1875rem) {
  .b-post__title > .nbsp:after {
    display: inline-block;
    content: '\a';
    speak: none;
  }
  .b-post__title .u-long {
    display: block;
    hyphens: auto;
    font-size: 80%;
  }
  .b-post__body > pre {
    margin-left: -8.13953%;
    margin-right: -8.13953%;
  }
}
@media screen and (min-width: 36.25rem) {
  .b-post__image {
    margin-right: 0;
    padding-right: 1.75rem;
  }
}
.b-boxed {
  max-width: 44.625rem;
  padding: 1.75rem 1.75rem;
  margin: 2.1875rem 0.375rem 2.1875rem 0.25rem;
  background: #fffbcc;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0 0.125rem #f5f4ea, 0 0 0 0.25rem #fffbcc,
    0.125rem 0.125rem 0 0.25rem #f95f7a;
}
.b-boxed--light {
  background: #fff;
  box-shadow: 0 0 0 0.125rem #f5f4ea, 0 0 0 0.25rem #fff,
    0.125rem 0.125rem 0 0.25rem #a1e5cf;
}
.b-boxed--dark {
  background: #f95f7a;
  box-shadow: 0 0 0 0.125em #fffbcc, 0 0 0 0.25rem #f95f7a,
    0.125rem 0.125rem 0 0.25rem #fffbcc;
}
@media screen and (max-width: 26.1875rem) {
  .b-boxed {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    border-radius: 0;
  }
}
.b-boxed--spec {
  color: #f95f7a;
  padding: 1.3125rem 1.75rem 0.875rem 1.75rem;
  list-style-type: circle;
  list-style-position: inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.b-boxed--spec li {
  flex: 0 1 50%;
  font-size: 1rem;
}
@media screen and (min-width: 36.25rem) {
  .b-boxed--spec li {
    flex-basis: 25%;
  }
}
.b-form__list {
  margin: 0;
  list-style: none;
}
.b-form__item {
  font-size: inherit;
  margin-bottom: 1.75rem;
}
.b-form__item:last-child {
  margin-bottom: 0;
}
.b-form__item--submit {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.b-form__item--submit .e-loading {
  margin-left: 0.875rem;
}
.e-loading {
  height: 2.625rem;
  user-select: none;
  width: 2.625rem;
}
.b-bio {
  max-width: 35rem;
}
.b-bio__image {
  overflow: hidden;
  width: 6.125rem;
  height: 6.125rem;
  margin: 0 auto 0.875rem auto;
  border: 0.1875rem solid #fffbcc;
  box-shadow: 0 0 0 0.1875rem #f95f7a;
  border-radius: 100%;
}
.c-footer .b-bio__image {
  margin-top: -0.4375rem;
}
.b-bio__main {
  text-align: center;
}
@media screen and (min-width: 26.25rem) {
  .b-bio__image {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (min-width: 36.25rem) {
  .b-bio__image {
    width: 7.875rem;
    height: 7.875rem;
  }
}
@media screen and (min-width: 75rem) {
  .c-footer .b-bio__image {
    margin-top: -0.875rem;
  }
}
@media screen and (min-width: 36.25rem) and (max-width: 74.9375rem) {
  .b-bio__image {
    float: left;
    margin-right: 0.875rem;
    margin-bottom: 1.3125rem;
  }
  .b-bio__main {
    text-align: left;
  }
}
.b-blog__title {
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 75rem) {
  .c-footer .b-blog__item:nth-of-type(1n + 4) {
    display: none;
  }
}
@media screen and (min-width: 36.25rem) and (max-width: 74.9375rem) {
  .b-blog__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .b-blog__item {
    flex: 1 1 50%;
    max-width: calc(50% - 1.3125rem);
  }
  .b-blog__item [rel='bookmark'] {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.b-hire {
  display: block;
  overflow: hidden;
  background: none;
  border-radius: 0.625rem;
  max-width: 25rem;
}
.b-hire__image {
  width: 100%;
}
.b-newsletter {
  position: relative;
}
.b-newsletter .e-label--radio {
  margin-left: 0.875rem;
}
.b-newsletter .b-form__item:nth-child(2) {
  display: flex;
}
.b-newsletter .b-form__item:nth-child(2) .e-label {
  flex: 0 1 auto;
}
.b-newsletter__header {
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 60rem) {
  .b-newsletter .e-field {
    max-width: none;
    margin-bottom: 0;
  }
  .b-newsletter .e-button {
    height: 2.625rem;
    line-height: 1.3125rem;
  }
  .b-newsletter .b-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .b-newsletter .b-form__item {
    order: 1;
    flex: 0 1 auto;
    margin: 0;
  }
  .b-newsletter .b-form__item:nth-child(1) {
    width: 70%;
    max-width: 25rem;
    padding-right: 0.875rem;
  }
  .b-newsletter .b-form__item:nth-child(2) {
    order: 3;
    width: 100%;
    margin-top: 1.75rem;
  }
}
.b-pagination {
  display: flex;
  justify-content: space-between;
}
.b-pagination .e-button {
  flex: 0 0 auto;
}
.b-folio {
  z-index: 2000;
  position: relative;
  margin: 1.3125rem 0;
}
.b-folio__list {
  padding: 0;
  margin: 0 -0.4375rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.b-folio__item {
  z-index: 2010;
  display: block;
  position: relative;
  margin: 0.4375rem;
  font-size: inherit;
  line-height: inherit;
  flex: 0 1 auto;
  width: 48%;
  width: calc(50% - 0.875rem);
  border-radius: 0.4375rem;
  perspective: 500px;
}
.b-folio__label {
  z-index: 2012;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.375rem;
  line-height: 1.75rem;
  padding: 0 0.875rem;
  opacity: 0;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  transition: opacity 200ms ease;
  text-shadow: 2px 2px 0 rgba(73, 75, 77, 0.2);
}
.b-folio__image {
  z-index: 2011;
  position: absolute;
  top: 0;
  left: 0;
  top: calc(0% + 0.4375rem);
  left: calc(0% + 0.65625rem);
  opacity: 1;
  width: 100%;
  border-radius: 0.4375rem;
  width: calc(100% - 1.3125rem);
  transform-style: preserve-3d;
  transform: rotateY(30deg) rotateX(2deg) translateX(7%);
  transition: opacity 200ms, filter 200ms, transform 200ms;
  backface-visibility: hidden;
}
.b-folio__link {
  display: block;
  text-shadow: none;
  background-image: none;
  background-color: #a1e5cf;
  z-index: 2011;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-bottom: 66.66667%;
  transition: background 200ms ease;
  background: #a1e5cf;
  box-shadow: 0 0 0 1px #a1e5cf, inset 0 0 0 1px #a1e5cf,
    inset 0 0 0 3px rgba(255, 251, 204, 0.8);
}
.b-folio__link:hover,
.b-folio__link:focus {
  background-color: rgba(217, 215, 206, 0);
}
.b-folio__link:hover .b-folio__image,
.b-folio__link:focus .b-folio__image {
  opacity: 0.1;
  filter: grayscale(1);
  transform-origin: 50% 50%;
  transform: scaleX(0.9) scaleY(0.9);
}
.b-folio__link:hover .b-folio__label,
.b-folio__link:focus .b-folio__label {
  opacity: 1;
}
@media screen and (min-width: 48rem) {
  .b-folio {
    margin: 0.875rem 0;
  }
  .b-folio__item {
    margin: 0.875rem;
    width: 30%;
    width: calc(33.33333% - 1.75rem);
  }
  .b-folio__list {
    margin: 0 -0.875rem;
  }
}
.b-sector {
  position: relative;
  overflow: hidden;
  padding: 2.1875rem;
  background: #fff;
  width: 100%;
  max-width: 36.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
}
.b-sector > * {
  flex: 0 1 auto;
  max-width: 100%;
}
.b-sector .e-star {
  position: absolute;
  right: 0.4375rem;
  width: 6.25rem;
  height: 6.25rem;
  bottom: 0.875rem;
}
.b-sector__header {
  margin-bottom: 0.875rem;
}
.b-sector__main {
  flex: 1 1 auto;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 36.25rem) {
  .b-sector--rtl {
    align-items: flex-end;
    text-align: right;
  }
  .b-sector--rtl .e-star {
    left: 0.4375rem;
    top: 1.3125rem;
    right: auto;
    bottom: auto;
  }
}
.b-nav {
  z-index: 5000;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f95f7a;
  transition: transform 200ms linear;
  transform: translateZ(0);
}
.b-nav::-webkit-scrollbar {
  width: 7px;
}
.b-nav::-webkit-scrollbar-track {
  background: #bf5a56;
}
.b-nav::-webkit-scrollbar-thumb {
  border-top: 3px solid #bf5a56;
  background: #f95f7a;
}
.b-nav::-webkit-scrollbar-thumb:hover {
  background: #f95f7a;
}
.js-app .b-nav:after {
  z-index: 5001;
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  background: transparent
    repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 20px,
      #f95f7a 20px,
      #f95f7a 40px
    );
  background-size: 150% 100%;
  transition: opacity 300ms;
}
.js-loading .b-nav {
  transition: transform 100ms linear;
  transform: translateZ(0) translateY(0) !important;
}
.js-loading .b-nav:after {
  opacity: 0.8;
  transition: opacity 100ms;
  pointer-events: none;
}
.js-loading-anim .b-nav:after {
  animation: progress 1s linear reverse infinite;
}
@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -56.56854px 0;
  }
}
.b-nav__link {
  position: relative;
  display: block;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 3.0625rem;
  padding: 0 0.4375rem;
  text-transform: uppercase;
  text-align: center;
  background: none;
  border: 0;
}
.b-nav__link:focus,
.b-nav__link:hover {
  color: #fffbcc;
}
.b-nav__link svg {
  display: inline-block;
  vertical-align: -0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
  overflow: visible;
}
.b-nav__link[type='button'] {
  padding: 0 0.875rem;
}
.b-nav__link[href*='bluesky'] svg {
  width: 2.125rem;
}
.b-nav__list {
  list-style: none;
  width: auto;
  margin: 0 auto;
}
.b-nav > .b-nav__list {
  height: 3.0625rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.js .b-nav > .b-nav__list {
  flex-wrap: wrap;
  overflow: hidden;
  padding-right: 3.5rem;
}
.js-nav .b-nav > .b-nav__list {
  flex-wrap: nowrap;
  overflow: visible;
}
.b-nav__item {
  display: block;
  margin: 0;
  font-size: inherit;
  line-height: 1;
  white-space: nowrap;
  flex: 1 1 auto;
  border-right: 2px solid rgba(191, 90, 86, 0.5);
}
.b-nav__item--icons {
  padding: 0 0.875rem;
  text-align: right;
  border-right: 0;
  flex-grow: 4;
}
.b-nav__item--icons .b-nav__link {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.4375rem !important;
}
.js .b-nav__list > .b-nav__item--icons {
  margin-right: -3.5rem;
}
.b-nav__list > .b-nav__item--active .b-nav__link {
  color: #fffbcc;
}
.b-nav__more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3.5rem;
}
.b-nav__more:hover:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 150%;
  height: 150%;
}
.b-nav__dropdown {
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  width: auto;
  list-style: none;
  margin: 0.4375rem;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #f95f7a;
  box-shadow: 0 0 0 3px rgba(73, 75, 77, 0.2);
  opacity: 0;
  transform: scale(0.6);
  transform-origin: 100% 0;
  transition: transform 300ms cubic-bezier(0.65, 0.25, 0.35, 1.6),
    opacity 300ms cubic-bezier(0.65, 0.25, 0.35, 1.6);
  pointer-events: none;
}
.b-nav__dropdown:after,
.b-nav__dropdown:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  bottom: 100%;
  right: 10px;
  border: 10px solid transparent;
  border-bottom-color: #f95f7a;
}
.b-nav__dropdown:after {
  border-width: 7px;
  border-bottom-color: #fff;
  margin-right: 3px;
}
.b-nav__dropdown .b-nav__item {
  border-bottom: 2px solid #d9d7ce;
  border-right: 0;
}
.b-nav__dropdown .b-nav__item:last-child {
  border-bottom: 0;
}
.b-nav__dropdown .b-nav__link {
  text-align: left;
  padding: 0 0.875rem;
  color: #f95f7a;
}
.b-nav__dropdown .b-nav__link:focus,
.b-nav__dropdown .b-nav__link:hover {
  color: #1593ba;
}
.b-nav__dropdown--hover,
.b-nav__dropdown--active {
  opacity: 1;
  display: block;
  transform: none;
  pointer-events: all;
}
.b-nav--min > .b-nav__list {
  justify-content: flex-start;
}
.b-nav--min .b-nav__item {
  flex-grow: 0;
}
.b-nav--pinned {
  transform: translateZ(0) translateY(0);
}
.b-nav--unpinned {
  transform: translateZ(0) translateY(-100%);
}
.no-js .b-nav {
  overflow-x: auto;
  overflow-y: hidden;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: touch;
  min-height: min-content;
}
.no-js .b-nav__list {
  min-width: min-content;
}
@media screen and (min-width: 75rem) {
  .b-nav {
    right: 27%;
  }
}
@media screen and (min-width: 92.59259rem) {
  .b-nav {
    right: 25rem;
  }
}
@keyframes animateSpin {
  100% {
    transform: rotate(360deg);
  }
}
.c-hero {
  z-index: 1500;
  position: relative;
  padding-top: 3.0625rem;
  padding-bottom: 0;
  background: #a1e5cf;
  overflow: hidden;
}
.c-hero .b-block {
  position: relative;
  margin-top: 5%;
}
.c-hero .e-star {
  z-index: 1530;
  position: absolute;
  display: none;
  opacity: 0.5;
  transform: scale(0.5);
}
.c-hero .e-star {
  width: 8.33333%;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.c-hero .e-star:nth-of-type(1),
.c-hero .e-star:nth-of-type(3) {
  width: 6.25%;
  height: 110px;
  margin-left: -37.5px;
  margin-top: -55px;
}
.c-hero .e-star:nth-of-type(1) {
  left: 52%;
  top: 118%;
}
.c-hero .e-star:nth-of-type(2) {
  top: 36%;
  left: 78%;
  animation-delay: 1s;
}
.c-hero .e-star:nth-of-type(3) {
  top: 160%;
  left: 92%;
  animation-delay: 2s;
}
.c-hero__logo {
  position: relative;
  z-index: 1510;
  display: block;
  margin-bottom: -2%;
  width: 55%;
  left: -5%;
}
.c-hero__logo img {
  width: 100%;
}
.c-hero__bg {
  z-index: 1502;
  position: relative;
}
.c-hero__bg div {
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 20%;
}
.c-hero__bg svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.c-hero__bg svg path {
  transform: scale(1);
}
.c-hero__bg .st0 {
  fill: #f2f0e6;
}
.c-hero__bg .st1 {
  stroke: #fffbcc;
}
.c-hero__bg .st2 {
  stroke: #abe9d5;
}
.c-hero__bg .st1,
.c-hero__bg .st2 {
  fill: none;
  stroke-width: 7;
  stroke-miterlimit: 10;
}
.c-hero__crane {
  position: absolute;
  right: 3.5%;
  top: 0;
  width: 40%;
  max-width: 31.25rem;
}
.c-hero__crane:before,
.c-hero__crane:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 104%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.c-hero__crane:before {
  z-index: 1501;
  background-image: url('./origami-crane-bg.svg');
  margin-top: -3.2%;
  margin-left: -0.8%;
}
.c-hero__crane:after {
  z-index: 1520;
  background-image: url('./origami-crane--small.png');
}
@media screen and (min-width: 36.25rem) {
  .c-hero__crane:after {
    background-image: url('./origami-crane.png');
  }
}
.c-hero__burst {
  z-index: 1499;
  position: absolute;
  top: -100%;
  left: 50%;
  height: 0;
  width: 100%;
}
.c-hero__burst:after {
  position: absolute;
  display: block;
  content: '';
  top: 0%;
  left: -25%;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  /* animation: animateSpin 50s linear infinite; */
  background: url('./starburst.svg') center center no-repeat;
  background-size: 100% auto;
  opacity: 0.1;
}
@media screen and (min-width: 48rem) {
  .c-hero .e-star {
    display: block;
  }
}
@media screen and (max-width: 47.9375rem) {
  .c-hero .b-block {
    margin-top: 5%;
  }
}
@media screen and (max-width: 36.1875rem) {
  .c-hero .b-block {
    margin-top: 6%;
  }
  .c-hero__logo {
    width: 65%;
  }
  .c-hero__crane {
    width: 40%;
    right: 2%;
    top: 14%;
  }
  .c-hero__bg svg path {
    transform: scale(0.5);
  }
}
.c-steps {
  margin-bottom: 2.625rem;
}
.c-hero + .c-steps {
  z-index: 2000;
  position: relative;
}
.c-steps__item {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 48rem) {
  .c-steps {
    margin-bottom: 0;
  }
  .c-hero + .c-steps {
    margin-top: -11%;
  }
  .c-steps__list {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -0.875rem;
    margin-right: -0.875rem;
    height: 18.75rem;
  }
  .c-steps__list hr {
    display: none;
  }
  .c-steps__item {
    width: 33.333%;
    padding: 0 0.875rem;
    margin: 0;
  }
  .c-steps__item:nth-of-type(2) {
    align-self: center;
  }
  .c-steps__item:nth-of-type(3) {
    align-self: flex-end;
  }
  .c-steps__item .e-button {
    margin-top: 0.875rem;
  }
}
.c-sectors {
  z-index: 2001;
  position: relative;
  margin: 0 auto 3.5rem auto;
  max-width: 36.25rem;
}
.c-sectors__list {
  position: relative;
}
.c-sectors__item {
  margin-bottom: 1.75rem;
  box-shadow: 0 1.75rem 0 -0.875rem rgba(73, 75, 77, 0.1);
}
.c-sectors__item:first-child:after {
  z-index: -1;
  content: '';
  position: absolute;
  display: block;
  opacity: 0.5;
  top: 3.0625rem;
  left: 2.1875rem;
  right: 2.1875rem;
  bottom: 3.0625rem;
  background: #d9d7ce;
}
@media screen and (max-width: 36.1875rem) {
  .c-sectors {
    margin-left: -8.13953%;
    margin-right: -8.13953%;
    max-width: none;
  }
  .c-sectors .b-sector {
    padding-left: 7%;
    padding-right: 7%;
    max-width: none;
  }
}
@media screen and (min-width: 48rem) {
  .c-sectors {
    max-width: none;
  }
  .c-sectors__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 24.0625rem;
    width: 100%;
  }
  .c-sectors__item {
    flex: 0 1 auto;
    width: 47%;
    height: 21.875rem;
    max-width: 28.125rem;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .c-sectors__item:first-child {
    box-shadow: 1.75rem 0 0 -0.875rem rgba(73, 75, 77, 0.1);
  }
  .c-sectors__item:first-child:after {
    left: 0;
    right: 0;
  }
  .c-sectors__item:last-child {
    box-shadow: -1.75rem 0 0 -0.875rem rgba(73, 75, 77, 0.1);
    align-self: flex-end;
  }
}
.c-folio {
  margin: 3.5rem 0;
  text-align: center;
}
.c-folio__header {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 47.9375rem) {
  .c-folio .b-folio__item:nth-child(1n + 3) {
    display: none;
  }
}
.c-clients {
  border-top: 5px solid #f95f7a;
  box-shadow: inset 0 3px 0 0 #fffbcc;
  padding: 3.0625rem 0 3.5rem 0;
  text-align: center;
}
.c-clients blockquote {
  display: inline-block;
  border: 0;
}
.c-clients blockquote:not(:first-of-type):before {
  display: inline-block;
  vertical-align: top;
  content: '';
  height: 2px;
  width: 10%;
  margin-top: -0.875rem;
  background: #fffbcc;
  box-shadow: 0 4px 0 -2px rgba(191, 90, 86, 0.5);
}
.c-clients blockquote .p--large {
  max-width: 42.5rem;
}
.c-clients__header {
  margin-bottom: 0.875rem;
}
.c-clients__footer {
  margin-top: 0.875rem;
}
.c-footer {
  position: relative;
  background: #fff;
  padding-top: 0.4375rem;
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.1);
}
.c-footer .b-block {
  padding-top: 2.625rem;
  padding-bottom: 1.75rem;
}
.c-footer .b-hire {
  margin: 1.75rem auto;
}
.c-footer .iScrollVerticalScrollbar {
  top: 2px !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 14px !important;
  background: #fff !important;
}
.c-footer .iScrollVerticalScrollbar .iScrollIndicator {
  background: rgba(215, 214, 210, 0.7) !important;
  border: 3px solid #fff !important;
  border-radius: 10px !important;
}
.c-footer .iScrollVerticalScrollbar .iScrollIndicator:hover {
  background: #d7d6d2 !important;
}
.c-footer .iScrollVerticalScrollbar[style*='opacity: 0'] {
  opacity: 1 !important;
}
.c-footer .iScrollVerticalScrollbar[style*='opacity: 0'] .iScrollIndicator {
  background: rgba(215, 214, 210, 0.3) !important;
}
.c-footer
  .iScrollVerticalScrollbar[style*='opacity: 0']
  .iScrollIndicator:hover {
  background: #d7d6d2 !important;
}
.c-footer::-webkit-scrollbar {
  width: 14px;
}
.c-footer::-webkit-scrollbar-track {
  background: #fff;
}
.c-footer:hover::-webkit-scrollbar-thumb {
  background: rgba(215, 214, 210, 0.7);
}
.c-footer::-webkit-scrollbar-thumb {
  background: rgba(215, 214, 210, 0.3);
  border: 3px solid #fff;
  border-radius: 10px;
}
.c-footer::-webkit-scrollbar-thumb:hover {
  background: #d7d6d2;
}
@media screen and (min-width: 36.25rem) {
  .c-footer .b-hire {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 75rem) {
  .c-footer {
    z-index: 6000;
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 27%;
    max-width: 25rem;
    transform: translateZ(0);
    background: #fff;
  }
  .c-footer .b-block {
    padding: 1.75rem 1.75rem;
  }
}
@media only print {
  .c-footer {
    display: none;
    visibility: hidden;
  }
}
.c-main {
  z-index: 1000;
  position: relative;
  overflow: hidden;
  padding: 6.125rem 0 4.375rem 0;
}
.c-main--home {
  padding: 0 !important;
}
.c-main--home .b-block {
  max-width: 75rem;
}
@media screen and (min-width: 36.25rem) {
  .c-main {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 75rem) {
  .c-main {
    margin-right: 27%;
  }
}
@media screen and (min-width: 92.59259rem) {
  .c-main {
    margin-right: 25rem;
  }
}
.token.comment {
  color: #6272a4;
}
.token.prolog {
  color: #cfcfc2;
}
.token.tag {
  color: #dc68aa;
}
.token.entity {
  color: #8be9fd;
}
.token.atrule {
  color: #62ef75;
}
.token.url {
  color: #66d9ef;
}
.token.selector {
  color: #cfcfc2;
}
.token.string {
  color: #f1fa8c;
}
.token.property {
  color: #ffb86c;
}
.token.important {
  color: #ff79c6;
  font-weight: bold;
}
.token.punctuation {
  color: #f8f8f2;
}
.token.number {
  color: #bd93f9;
}
.token.function {
  color: #50fa7b;
}
.token.class-name {
  color: #ffb86c;
}
.token.keyword {
  color: #ff79c6;
}
.token.boolean {
  color: #ffb86c;
}
.token.operator {
  color: #8be9fd;
}
.token.char {
  color: #ff879d;
}
.token.regex {
  color: #50fa7b;
}
.token.variable {
  color: #50fa7b;
}
.token.constant {
  color: #ffb86c;
}
.token.symbol {
  color: #ffb86c;
}
.token.builtin {
  color: #ff79c6;
}
.token.attr-value {
  color: #7ec699;
}
.token.deleted {
  color: #e2777a;
}
.token.namespace {
  color: #e2777a;
}
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token {
  color: #ff79c6;
}
.language-cpp .token.string {
  color: #8be9fd;
}
.language-c .token.string {
  color: #8be9fd;
}
.language-css .token.selector {
  color: #50fa7b;
}
.language-css .token.property {
  color: #ffb86c;
}
.language-java span.token.class-name {
  color: #8be9fd;
}
.language-java .token.class-name {
  color: #8be9fd;
}
.language-markup .token.attr-value {
  color: #66d9ef;
}
.language-markup .token.tag {
  color: #50fa7b;
}
.language-objectivec .token.property {
  color: #66d9ef;
}
.language-objectivec .token.string {
  color: #50fa7b;
}
.language-php .token.boolean {
  color: #8be9fd;
}
.language-php .token.function {
  color: #ff79c6;
}
.language-php .token.keyword {
  color: #66d9ef;
}
.language-ruby .token.symbol {
  color: #8be9fd;
}
.language-ruby .token.class-name {
  color: #cfcfc2;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
  white-space: inherit;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
.b-fitvid {
  display: block;
  position: relative;
  width: 100%;
}
.b-fitvid embed,
.b-fitvid iframe,
.b-fitvid object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.u-vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.u-dim {
  color: #888c91;
}
.u-bright {
  color: #494b4d;
}
.u-error {
  color: #e55c5c;
}
.u-dark,
.u-dark-alt {
  color: #fff;
  background: #f95f7a;
}
.u-dark a:not([class]),
.u-dark-alt a:not([class]) {
  color: inherit;
  text-shadow: none;
  background-image: linear-gradient(
    to right,
    rgba(255, 251, 204, 0.5) 0%,
    rgba(255, 251, 204, 0.5) 100%
  );
}
.u-dark a:not([class]):focus,
.u-dark a:not([class]):hover,
.u-dark-alt a:not([class]):focus,
.u-dark-alt a:not([class]):hover {
  background-image: linear-gradient(
    to right,
    rgba(191, 90, 86, 0.5) 0%,
    rgba(191, 90, 86, 0.5) 100%
  );
}
.u-dark h1,
.u-dark h2,
.u-dark h3,
.u-dark .h1,
.u-dark .h2,
.u-dark .h3,
.u-dark-alt h1,
.u-dark-alt h2,
.u-dark-alt h3,
.u-dark-alt .h1,
.u-dark-alt .h2,
.u-dark-alt .h3 {
  color: #fffbcc;
  text-shadow: 3px 3px 0 rgba(191, 90, 86, 0.5);
}
.u-dark blockquote,
.u-dark-alt blockquote {
  border-color: #fffbcc;
}
.u-dark blockquote p,
.u-dark-alt blockquote p {
  color: inherit;
}
.u-dark .u-dim,
.u-dark-alt .u-dim {
  color: #fffbcc;
}
.u-dark .u-bright,
.u-dark-alt .u-bright {
  color: #fff;
}
.u-dark-alt {
  background: #1593ba;
}
.u-dark-alt .u-dim {
  color: #a1e5cf;
}
.u-dark-alt h1,
.u-dark-alt h2,
.u-dark-alt h3,
.u-dark-alt .h1,
.u-dark-alt .h2,
.u-dark-alt .h3 {
  color: #a1e5cf;
  text-shadow: 3px 3px 0 rgba(0, 118, 156, 0.5);
}
.u-dark-alt blockquote {
  border-color: #a1e5cf;
}
