/**
 * Default border-radius on elements
 *
 * @nuclide Global border-radius
 * @section Config
 */
/**
 * Gutter width
 *
 * @nuclide Gutter width
 * @section Config
 */
/**
 * Responsive breakpoints
 *
 * @nuclide Responsive breakpoints
 * @section Responsive
 */
/** @color Light sea green */
/** @color Licorice */
/** @color Tundora */
/** @color White */
/** @color Bittersweet */
/** @color Sunglow */
/** @color Acajou */
/** @color Anti Flash white */
/** @color Slate blue */
/** @color Azure */
/** @color Super pink */
/**
 * Color palette
 *
 * @nuclide Color palette
 * @section Colors
 */
.color-primary {
  color: #1fae96 !important;
}

.bg-primary {
  background-color: #1fae96 !important;
}

.color-headline {
  color: #141115 !important;
}

.bg-headline {
  background-color: #141115 !important;
}

.color-body {
  color: #404040 !important;
}

.bg-body {
  background-color: #404040 !important;
}

.color-background {
  color: #fff !important;
}

.bg-background {
  background-color: #fff !important;
}

.color-light-shade {
  color: #e9f1f7 !important;
}

.bg-light-shade {
  background-color: #e9f1f7 !important;
}

.color-shade {
  color: #4c2b36 !important;
}

.bg-shade {
  background-color: #4c2b36 !important;
}

.color-accent {
  color: #f3bb24 !important;
}

.bg-accent {
  background-color: #f3bb24 !important;
}

.color-accent-2 {
  color: #744FC6 !important;
}

.bg-accent-2 {
  background-color: #744FC6 !important;
}

.color-accent-3 {
  color: #3185FC !important;
}

.bg-accent-3 {
  background-color: #3185FC !important;
}

.color-accent-4 {
  color: #DB5ABA !important;
}

.bg-accent-4 {
  background-color: #DB5ABA !important;
}

.color-secondary {
  color: #ff6f59 !important;
}

.bg-secondary {
  background-color: #ff6f59 !important;
}

.color-alert {
  color: #ff6f59 !important;
}

.bg-alert {
  background-color: #ff6f59 !important;
}

.color-warning {
  color: #f3bb24 !important;
}

.bg-warning {
  background-color: #f3bb24 !important;
}

/**
 * Body font size
 *
 * @nuclide Body font size
 * @section Fonts
 */
/**
 * Headline font size
 *
 * @nuclide Body font size
 * @section Fonts
 */
/**
 * Set the body font with optional weight.
 *
 * @mixin
 * @section Fonts
 * @param $weight Font weight
 * @example
 *   @include bodyFont();
 *   @include bodyFont(400);
 */
/**
 * Set the headline font with optional weight.
 *
 * @mixin
 * @section Fonts
 * @example
 *   @include headlineFont();
 *   @include headlineFont(300);
 */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}
.icon-large {
  width: 2em;
  height: 2em;
}
.icon-xlarge {
  width: 3em;
  height: 3em;
}

.icon-chevron-right {
  width: 0.678571254em;
}

.icon-times-circle {
  width: 0.887142508em;
}

html {
  background: #fff;
  color: #404040;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

html, input, textarea, button {
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

* {
  box-sizing: border-box;
}

h1, h2, .alpha {
  margin: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #141115;
}

h1, .alpha {
  line-height: 1.2;
}
h1 strong, .alpha strong {
  font-size: 3rem;
}
h1.smaller, .alpha.smaller {
  font-size: 1.125rem;
}

h2, .beta {
  font-size: 1.25rem;
  margin: 2.1875rem 0 0;
  font-weight: 600;
}
h2 + p, .beta + p {
  margin-top: 0.625rem;
}
@media (max-width: 550px) {
  h2, .beta {
    font-size: 1.125rem;
    margin: 1.25rem 0 0;
  }
}

h3 {
  font-weight: 500;
  margin: 1.5625rem 0 0;
}

h3:not(.margin) {
  margin-bottom: -1.5625rem;
}

p {
  margin: 1.5625rem 0 0;
}
p.extra-margin {
  margin-top: 2.5rem;
}
@media (max-width: 550px) {
  p {
    margin: 1rem 0 0;
  }
  p.extra-margin {
    margin-top: 1.5625rem;
  }
}

ul li:not(:first-child), ol li:not(:first-child) {
  margin: 1.5625rem 0 0;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #1fae96;
}
a:hover {
  color: #10574b;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

address {
  font-style: normal;
}

.wrapper {
  max-width: 77.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper.small {
  max-width: 53.5rem;
}
.wrapper.medium {
  max-width: 64rem;
}
.wrapper .wrapper {
  padding: 0;
}
.wrapper .wrapper.small {
  max-width: 48.5rem;
}

.uppercase {
  text-transform: uppercase;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.not-screen-reader {
  speak: none;
}

.no-js img.lazyload {
  display: none;
}

@media (max-width: 550px) {
  .wrapper {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
.text-center,
.has-text-align-center {
  text-align: center;
}

.u-flex {
  display: flex;
}

.u-block {
  display: block;
}

.u-justify-center {
  justify-content: center;
}

.u-align-center {
  align-items: center;
}

.u-expand {
  flex: 1;
}

.u-no-shrink {
  flex-shrink: 0;
}

.u-gap {
  margin: -1.25rem 0 0 -1.25rem;
}
.u-gap > * {
  padding: 1.25rem 0 0 1.25rem;
}

.u-gap-l {
  margin: -3.125rem 0 0 -3.125rem;
}
.u-gap-l > * {
  padding: 3.125rem 0 0 3.125rem;
}

.u-margin-top {
  margin-top: 2.5rem;
}

.u-margin-top-s {
  margin-top: 1.5625rem;
}

.u-margin-top-l {
  margin-top: 5rem;
}

.u-margin-top-xs {
  margin-top: 0.625rem;
}

.u-caps {
  text-transform: uppercase;
}

.u-hyphenate {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.u-break-out {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

.u-less-line-height {
  line-height: 1.2;
}

.u-blockquote {
  display: flex;
  padding: 0;
  margin: 1.5rem 0 0;
  font-weight: 300;
  font-size: 1.125rem;
}
.u-blockquote svg {
  display: block;
  font-size: 2.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.u-blockquote p {
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .u-blockquote svg {
    display: none;
  }
}

@media (max-width: 550px) {
  .u-margin-top {
    margin-top: 1.25rem;
  }
  .u-margin-top-s {
    margin-top: 0.9375rem;
  }
  .u-margin-top-l {
    margin-top: 2.5rem;
  }
  .u-margin-top-xs {
    margin-top: 0.3125rem;
  }
}
@media (max-width: 550px) {
  .u-hide-sm {
    display: none;
  }
}
.grid {
  display: grid;
}
.grid-gap {
  grid-gap: 3.125rem;
}
.grid-gap-y {
  grid-row-gap: 3.125rem;
}
.grid-gap-x {
  grid-column-gap: 3.125rem;
}
.grid-gap-small {
  grid-gap: 0.78125rem;
}
.grid-gap-medium {
  grid-gap: 1.5625rem;
}
.grid-gap-y-2 {
  grid-row-gap: 6.25rem;
}
.grid-cols-dense {
  grid-auto-flow: row dense;
}
.grid-rows-2 {
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
}
.grid-rows-2.dense {
  grid-auto-flow: column dense;
}
.grid-rows-3 {
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
}
.grid-rows-3.dense {
  grid-auto-flow: column dense;
}
.grid-rows-4 {
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 1fr);
}
.grid-rows-4.dense {
  grid-auto-flow: column dense;
}
.grid-rows-5 {
  grid-auto-flow: column;
  grid-template-rows: repeat(5, 1fr);
}
.grid-rows-5.dense {
  grid-auto-flow: column dense;
}
.grid-rows-6 {
  grid-auto-flow: column;
  grid-template-rows: repeat(6, 1fr);
}
.grid-rows-6.dense {
  grid-auto-flow: column dense;
}
.grid-rows-dense {
  grid-auto-flow: column dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-col-dist-1 > *:first-child {
  grid-column-end: span 3;
}
.grid-col-dist-3 > *:last-child {
  grid-column-end: span 3;
}
.grid-col-start-2 {
  grid-column-start: 2;
}
.grid-col-span-2 {
  grid-column-end: span 2;
}
.grid-col-start-3 {
  grid-column-start: 3;
}
.grid-col-span-3 {
  grid-column-end: span 3;
}
.grid-col-start-4 {
  grid-column-start: 4;
}
.grid-col-span-4 {
  grid-column-end: span 4;
}
.grid-col-start-5 {
  grid-column-start: 5;
}
.grid-col-span-5 {
  grid-column-end: span 5;
}
.grid-col-start-6 {
  grid-column-start: 6;
}
.grid-col-span-6 {
  grid-column-end: span 6;
}
@media (max-width: 1024px) {
  .grid-gap {
    grid-gap: 2.5rem;
  }
  .grid-gap-y {
    grid-row-gap: 2.5rem;
  }
  .grid-gap-x {
    grid-column-gap: 2.5rem;
  }
  .grid-gap-small {
    grid-gap: 0.625rem;
  }
  .grid-gap-medium {
    grid-gap: 1.25rem;
  }
  .grid-gap-y-2 {
    grid-row-gap: 5rem;
  }
  .grid-lg-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-lg-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-lg-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-lg-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-lg-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-lg-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-lg-col-start-1 {
    grid-column-start: 1;
  }
  .grid-lg-col-span-1 {
    grid-column-end: span 1;
  }
  .grid-lg-col-start-2 {
    grid-column-start: 2;
  }
  .grid-lg-col-span-2 {
    grid-column-end: span 2;
  }
  .grid-lg-col-start-3 {
    grid-column-start: 3;
  }
  .grid-lg-col-span-3 {
    grid-column-end: span 3;
  }
  .grid-lg-col-start-4 {
    grid-column-start: 4;
  }
  .grid-lg-col-span-4 {
    grid-column-end: span 4;
  }
  .grid-lg-col-start-5 {
    grid-column-start: 5;
  }
  .grid-lg-col-span-5 {
    grid-column-end: span 5;
  }
  .grid-lg-col-start-6 {
    grid-column-start: 6;
  }
  .grid-lg-col-span-6 {
    grid-column-end: span 6;
  }
  .grid-lg-cols-1.grid-reverse-single {
    display: flex;
    flex-direction: column-reverse;
  }
  .grid-lg-cols-1.grid-reverse-single > *:not(:first-child) {
    margin-top: 3.125rem;
  }
}
@media (max-width: 768px) {
  .grid-gap {
    grid-gap: 1.875rem;
  }
  .grid-gap-y {
    grid-row-gap: 1.875rem;
  }
  .grid-gap-x {
    grid-column-gap: 1.875rem;
  }
  .grid-gap-small {
    grid-gap: 0.46875rem;
  }
  .grid-gap-medium {
    grid-gap: 0.9375rem;
  }
  .grid-gap-y-2 {
    grid-row-gap: 3.75rem;
  }
  .grid-md-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-md-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-md-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-md-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-md-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-md-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-md-col-start-1 {
    grid-column-start: 1;
  }
  .grid-md-col-span-1 {
    grid-column-end: span 1;
  }
  .grid-md-col-start-2 {
    grid-column-start: 2;
  }
  .grid-md-col-span-2 {
    grid-column-end: span 2;
  }
  .grid-md-col-start-3 {
    grid-column-start: 3;
  }
  .grid-md-col-span-3 {
    grid-column-end: span 3;
  }
  .grid-md-col-start-4 {
    grid-column-start: 4;
  }
  .grid-md-col-span-4 {
    grid-column-end: span 4;
  }
  .grid-md-col-start-5 {
    grid-column-start: 5;
  }
  .grid-md-col-span-5 {
    grid-column-end: span 5;
  }
  .grid-md-col-start-6 {
    grid-column-start: 6;
  }
  .grid-md-col-span-6 {
    grid-column-end: span 6;
  }
  .grid-md-cols-1.grid-reverse-single {
    display: flex;
    flex-direction: column-reverse;
  }
  .grid-md-cols-1.grid-reverse-single > *:not(:first-child) {
    margin-top: 3.125rem;
  }
}
@media (max-width: 550px) {
  .grid-gap {
    grid-gap: 1.25rem;
  }
  .grid-gap-y {
    grid-row-gap: 1.25rem;
  }
  .grid-gap-x {
    grid-column-gap: 1.25rem;
  }
  .grid-gap-small {
    grid-gap: 0.3125rem;
  }
  .grid-gap-medium {
    grid-gap: 0.625rem;
  }
  .grid-gap-y-2 {
    grid-row-gap: 2.5rem;
  }
  .grid-sm-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-sm-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-sm-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-sm-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-sm-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-sm-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-sm-col-start-1 {
    grid-column-start: 1;
  }
  .grid-sm-col-span-1 {
    grid-column-end: span 1;
  }
  .grid-sm-col-start-2 {
    grid-column-start: 2;
  }
  .grid-sm-col-span-2 {
    grid-column-end: span 2;
  }
  .grid-sm-col-start-3 {
    grid-column-start: 3;
  }
  .grid-sm-col-span-3 {
    grid-column-end: span 3;
  }
  .grid-sm-col-start-4 {
    grid-column-start: 4;
  }
  .grid-sm-col-span-4 {
    grid-column-end: span 4;
  }
  .grid-sm-col-start-5 {
    grid-column-start: 5;
  }
  .grid-sm-col-span-5 {
    grid-column-end: span 5;
  }
  .grid-sm-col-start-6 {
    grid-column-start: 6;
  }
  .grid-sm-col-span-6 {
    grid-column-end: span 6;
  }
  .grid-sm-cols-1.grid-reverse-single {
    display: flex;
    flex-direction: column-reverse;
  }
  .grid-sm-cols-1.grid-reverse-single > *:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.logo {
  width: 7.5rem;
  height: 1.5rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/static/img/logo.png) no-repeat;
  background-size: 100%;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-hr {
  width: 12.5rem;
  height: 3.8125rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/static/img/logo-hr.svg) no-repeat;
  background-size: 100%;
}
.logo-hr a {
  display: block;
  width: 100%;
  height: 100%;
}

.button {
  padding: 0 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 1.875rem;
  border: none;
  background: #1fae96;
  text-decoration: none !important;
  text-align: center;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s background-color, 0.3s border-color, 0.3s width;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  min-width: 11.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3.75rem;
}
br + .button {
  margin-top: 0.5rem;
}
.button--form {
  border-radius: 5px;
}
.button--full {
  display: block;
  width: 100%;
}
.button.white {
  background: #fff;
  color: #141115;
}
.button.white:hover {
  background: #fff;
  color: black;
}
.button.black {
  background: #404040;
  color: #fff;
}
.button.black:hover {
  background: #141115;
  color: #fff;
}
.button.secondary {
  background: #ff6f59;
}
.button.secondary:hover {
  background: #ff4326;
}
.button.accent {
  background: #f3bb24;
  border-color: #f3bb24;
}
.button.accent:hover {
  background: #d8a10c;
}
.button.accent-2 {
  background: #744FC6;
  border-color: #744FC6;
}
.button.accent-2:hover {
  background: #5b37ab;
}
.button.accent-3 {
  background: #3185FC;
  border-color: #3185FC;
}
.button.accent-3:hover {
  background: #0468f6;
}
.button.accent-4 {
  background: #DB5ABA;
  border-color: #DB5ABA;
}
.button.accent-4:hover {
  background: #d230a8;
}
.button.outline {
  background: transparent;
  color: #141115;
  border: 2px solid #141115;
  line-height: 3.5rem;
}
.button.outline:hover {
  background: transparent;
  border-color: rgba(20, 17, 21, 0.5);
  color: rgba(20, 17, 21, 0.5);
}
.button.outline .spinner {
  border-color: #141115;
}
.button.outline .spinner::before {
  border-top-color: #141115;
}
.button.small {
  min-width: 0;
  height: 2.125rem;
  padding: 0 0.875rem;
  font-size: 0.875rem;
  border-radius: 1rem;
  line-height: 2.125rem;
}
.button.small.outline {
  line-height: 1.875rem;
}
.button:hover {
  color: #fff;
  background: #178371;
  border-color: #178371;
}
.button .button-text {
  white-space: nowrap;
}
.button .button-state {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1.875rem;
  line-height: 1;
  display: none;
}
.button .button-state .icon {
  display: block;
}
.button .button-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: none;
}
.button.loading {
  color: rgba(255, 255, 255, 0) !important;
}
.button.loading .button-spinner {
  display: block;
}
.button.done {
  color: rgba(255, 255, 255, 0) !important;
}
.button.done .button-state.done {
  display: block;
}
.button.done:hover .button-state.done {
  display: none;
}
.button.done:hover .button-state.close {
  display: block;
}

.input, .select, .textarea {
  border: 2px solid #eee;
  background: #fff;
  padding: 0 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 5px;
  width: 100%;
  flex: 1;
  height: 3.75rem;
  outline: none;
}
.input.white, .white.select, .white.textarea {
  border-color: #fff;
}
.input.white:hover, .white.select:hover, .white.textarea:hover, .input.white:focus, .white.select:focus, .white.textarea:focus {
  border-color: #fff;
}
.input.error, .error.select, .error.textarea {
  border-color: #ff6f59;
}
.input.error.white, .error.white.select, .error.white.textarea {
  border-color: #fff;
  color: #ff6f59;
}
.input.error.white::-webkit-input-placeholder, .error.white.select::-webkit-input-placeholder, .error.white.textarea::-webkit-input-placeholder {
  color: #ff6f59;
}
.input.error.white::-moz-input-placeholder, .error.white.select::-moz-input-placeholder, .error.white.textarea::-moz-input-placeholder {
  color: #ff6f59;
}
.input.error.white:-moz-input-placeholder, .error.white.select:-moz-input-placeholder, .error.white.textarea:-moz-input-placeholder {
  color: #ff6f59;
}
.input:hover, .select:hover, .textarea:hover {
  border-color: #d5d5d5;
}
.input:focus, .select:focus, .textarea:focus {
  border-color: #1fae96;
}

.textarea {
  height: 9.375rem;
  padding: 1.25rem;
}

.select {
  padding-right: 3.1875rem;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 491.996 491.996' style='enable-background:new 0 0 491.996 491.996;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.132,124.986l-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86c-7.208,0-13.964,2.792-19.036,7.86l-183.84,183.848 L62.056,108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968,2.788-19.036,7.856l-16.12,16.128 c-10.496,10.488-10.496,27.572,0,38.06l219.136,219.924c5.064,5.064,11.812,8.632,19.084,8.632h0.084 c7.212,0,13.96-3.572,19.024-8.632l218.932-219.328c5.072-5.064,7.856-12.016,7.864-19.224 C491.996,136.902,489.204,130.046,484.132,124.986z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A") #fff no-repeat calc(100% - 20px) center;
  background-size: 0.6875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.text-subtle {
  color: #737373;
}

.spinner {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: spinner 1.2s linear infinite;
}
.spinner:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  top: -0.375rem;
  left: -0.4375rem;
  width: 2.25rem;
  height: 2.25rem;
}

.spinner.small {
  transform: scale(0.6);
  animation: spinner-small 1.2s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-small {
  0% {
    transform: scale(0.6) rotate(0);
  }
  100% {
    transform: scale(0.6) rotate(360deg);
  }
}
.preamble {
  font-size: 130%;
}
.preamble p {
  margin: 0;
}

.img-circle {
  border-radius: 50%;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}
.resp-sharing-button__link:hover {
  color: #fff;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-size: 0.875rem;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
}

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
  border-color: #1a7576;
}

.resp-sharing-button--xing:hover .resp-sharing-button--xing:active {
  background-color: #114C4C;
  border-color: #114C4C;
}

.stat-value {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.stat-name {
  font-size: 1.125rem;
  font-weight: 600;
}

.client-logo {
  height: 3.75rem;
}

.menu {
  display: flex;
  align-items: center;
}
.menu .menu-link {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #404040;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.menu .menu-link:not(.active):hover span {
  border-bottom: 0.125rem solid #1fae96;
}
.menu .menu-link.active {
  color: #1fae96;
}
@media screen and (min-width: 1025px) {
  .menu .menu-item {
    position: relative;
    white-space: nowrap;
  }
  .menu .menu-item .button {
    margin-left: 1.25rem;
  }
  .menu .menu-item:hover .menu-submenu {
    top: 100%;
    opacity: 1;
    transform: translate(-50%, 0);
  }
  .menu .menu-submenu {
    position: absolute;
    top: -9999px;
    left: 50%;
    transform: translate(-50%, -20px);
    background: #fff;
    padding: 1.25rem;
    border-radius: 5px;
    box-shadow: 20px 20px 60px #d9d9d9;
    opacity: 0;
    transition: 0.3s opacity, 0.3s transform;
  }
}
@media (max-width: 1024px) {
  .menu {
    flex-direction: column;
    text-align: left;
  }
  .menu .menu-link,
  .menu .menu-item {
    width: 100%;
    text-align: left;
  }
  .menu .menu-submenu {
    padding: 0 0 0 1.25rem;
  }
  .menu .menu-submenu .menu-link {
    font-weight: normal;
  }
  .menu .menu-item .button {
    margin: 0.5rem 1.25rem;
  }
}

.signup-form {
  display: flex;
  flex-wrap: wrap;
}
.signup-form .button, .signup-form .input, .signup-form .textarea, .signup-form .select {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  border-radius: 5px;
}
.signup-form .button {
  margin-top: 0.625rem;
}
@media (max-width: 550px) {
  .signup-form {
    margin: 1.875rem auto 0;
    max-width: 100%;
    padding: 0;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100dvh;
  overflow: auto;
  z-index: 1000;
}
.popup.hidden {
  display: none;
}
.popup .popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.popup .popup-box {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -18.75rem;
  max-width: 37.5rem;
  width: 100%;
  padding: calc(env(safe-area-inset-top) + 2.5rem) 2.5rem calc(env(safe-area-inset-bottom) + 2.5rem);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.popup .popup-title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  text-align: center;
}
.popup .popup-body {
  margin-top: 2.5rem;
}
.popup .popup-close {
  border: none;
  background: none;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  font-size: 1.875rem;
  cursor: pointer;
  color: #404040;
  outline: none;
}
.popup .popup-close:hover {
  color: #0d0d0d;
}
.popup .popup-close .icon {
  display: block;
}
@media screen and (max-width: 37.5rem) {
  .popup {
    background: #fff;
  }
  .popup .popup {
    overflow: hidden;
  }
  .popup .popup-box {
    position: fixed;
    overflow: auto;
    margin-left: 0;
    right: 0;
    top: 0;
    box-shadow: none;
    left: 0;
    height: 100dvh;
  }
}

.faq {
  margin-top: 2.5rem;
}
.faq .faq-item {
  margin-top: 1.25rem;
  position: relative;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e2e2;
}
.faq .faq-item .faq-item-toggle {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.faq .faq-item .faq-item-toggle:checked ~ .faq-answer {
  display: block;
}
.faq .faq-item .faq-item-toggle:checked ~ .faq-question {
  color: #141115;
}
.faq .faq-item .faq-item-toggle:checked ~ .faq-question .icon {
  transform: rotate(90deg);
}
.faq .faq-question {
  display: flex;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #1fae96;
  font-weight: normal;
  cursor: pointer;
}
.faq .faq-question label {
  cursor: pointer;
}
.faq .faq-question .icon {
  position: relative;
  top: 0.125rem;
  margin-right: 0.625rem;
}
.faq .faq-answer {
  text-align: left;
  display: none;
}
.faq .faq-answer p {
  text-align: left;
  max-width: 100%;
}
@media (max-width: 550px) {
  .faq .faq-item {
    margin-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .faq .faq-question {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.clients {
  margin: -1.25rem 0 0 -2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.clients img {
  display: block;
  margin: 2.5rem 0 0 2.5rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .clients {
    margin: -1.25rem 0 0 -1.25rem;
  }
  .clients img {
    margin: 1.25rem 0 0 1.25rem;
  }
}

.clients-text {
  margin: 2.5rem auto 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  text-align: center;
}
.clients-text .button {
  margin-left: 0.25rem;
}
.clients-text br {
  display: none;
}
@media (max-width: 768px) {
  .clients-text br {
    display: block;
  }
  .clients-text .button {
    margin: 0.5rem 0 0;
  }
}

.city {
  position: relative;
}
.city .city-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.city .city-overlay .city-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: perspective(0) translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: bold;
}
.city .city-overlay .city-overlay-text.hover {
  display: none;
}
.city .city-overlay:hover .city-overlay-text {
  display: none;
}
.city .city-overlay:hover .city-overlay-text.hover {
  display: block;
}
.city .city-img {
  display: block;
}

.prev-next {
  position: relative;
  text-align: center;
  margin-top: 3.75rem;
  font-size: 1.125rem;
}
.prev-next a, .prev-next .page-numbers {
  margin: 0 1.25rem;
}
.prev-next .nav-links a, .prev-next .nav-links .page-numbers {
  margin: 0 0.625rem;
}
.prev-next .nav-links .prev, .prev-next .nav-links .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prev-next .nav-links .prev {
  left: 0;
}
.prev-next .nav-links .next {
  right: 0;
}

.plate {
  margin-top: 2.5rem;
  padding: 2.5rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 20px 20px 60px #c6cdd2, -20px -20px 60px #ffffff;
}

.feature h1 {
  margin: 0 0 0.5rem;
}
.feature p:last-child {
  margin: 0.5rem 0 0;
}
.feature .icon {
  display: block;
  margin-bottom: 0.5rem;
}

.testimonial {
  display: flex;
  align-items: center;
  padding: 0 3.75rem;
}
.testimonial-img {
  flex-shrink: 0;
  margin-right: 1.875rem;
}
.testimonial-title, .testimonial-company {
  font-weight: 700;
}
.testimonial blockquote {
  display: flex;
  padding: 0;
  margin: 1rem 0 0;
  font-weight: 300;
  font-size: 1.125rem;
}
.testimonial blockquote svg {
  display: block;
  font-size: 2.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.testimonial blockquote p {
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .testimonial {
    display: block;
  }
  .testimonial-img {
    float: right;
    max-width: 5rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .testimonial blockquote {
    font-style: italic;
  }
  .testimonial blockquote svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .testimonial {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .testimonial-title {
    clear: left;
    margin-top: 0.25rem;
  }
}

.dots {
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: center;
  margin-top: 3.75rem;
}
.dots-dot {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  overflow: hidden;
  background: #e9f1f7;
  border-radius: 50%;
  text-indent: -9999px;
}
.dots-dot.active {
  background: #1fae96;
}
@media (max-width: 768px) {
  .dots {
    margin-top: 1.875rem;
  }
}
@media (max-width: 550px) {
  .dots {
    margin-top: 1.25rem;
  }
}

.slider {
  position: relative;
}
.slider-slide {
  position: relative;
  z-index: 2;
}

.arrows {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
}
.arrows .wrapper {
  height: 100%;
}
.arrows-inner {
  position: relative;
  height: 100%;
}
.arrows-arrow {
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  border-top: 4px solid #e9f1f7;
  border-left: 4px solid #e9f1f7;
  background: transparent;
  outline: none;
  cursor: pointer;
  pointer-events: initial;
}
.arrows-arrow.left {
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.arrows-arrow.right {
  right: 0;
  transform: translateY(-50%) rotate(135deg);
}
.arrows-arrow:hover {
  border-color: #1fae96;
}
@media (max-width: 768px) {
  .arrows {
    display: none;
  }
}

.card {
  position: relative;
  background: #fff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 100ch;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.card--contact {
  padding-top: 4.6875rem;
  margin: 0 auto;
  max-width: 21.25rem;
  text-align: center;
  overflow: visible;
  background: none;
  box-shadow: none;
}
.card--contact .card-content {
  position: relative;
  padding-top: 6.875rem;
  background: #fff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  border-radius: 0.625rem;
}
.card--contact img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card--contact-plain {
  background: transparent;
  box-shadow: none;
  text-align: center;
  overflow: visible;
}
.card--contact-plain .card--contact .card-content {
  padding: 0;
}
.card--contact-plain img {
  display: block;
  margin: 0 auto 1.25rem;
}
.card-content {
  padding: 2.125rem 2.5rem;
}
.card-full-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.card-full-link:hover {
  text-decoration: underline;
}
.card-full-link + p {
  margin-top: 0.625rem;
}
.card-img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 0.625rem 0.625rem 0 0;
}
.card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s transform;
  transform: scale(1) translateZ(0);
  overflow: hidden;
}
.card:hover .card-img img {
  transform: scale(1.1) translateZ(0);
}
.card-banner {
  position: absolute;
  top: 1.875rem;
  right: -3.75rem;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  padding: 0.375rem;
  transform: rotate(45deg);
  width: 12.5rem;
  text-align: center;
}
.card-title {
  text-align: center;
  margin: 0 0 2.5rem;
}
.card-subtitle {
  color: #ff6f59;
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 50%;
  font-weight: 700;
}
.card h2:not(.card-title) {
  margin: 0;
}
.card-footer {
  padding: 0.875rem 2.5rem 0;
  margin-top: 1.5rem;
  margin-right: -2.5rem;
  margin-left: -2.5rem;
  border-top: 1px solid #e9f1f7;
}
@media (max-width: 550px) {
  .card-content {
    padding: 1.5625rem;
  }
  .card--contact {
    padding-top: 5.9375rem;
  }
}

.actions {
  display: flex;
  justify-content: center;
  margin: -1.875rem 0 0 -1.875rem;
}
.actions .button {
  margin: 1.875rem 0 0 1.875rem;
}
@media (max-width: 768px) {
  .actions {
    display: block;
    margin: 0;
  }
  .actions .button {
    display: block;
    margin: 1rem 0 0;
    width: 100%;
    border-radius: 5px;
  }
  .actions .button:first-child {
    margin-top: 0;
  }
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.25rem 5rem;
  background: #e9f1f7;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
}
.cookie-bar .button {
  font-size: 0.75rem;
}
.cookie-bar div {
  max-width: 100ch;
  margin: 0 auto;
  text-align: center;
}
.cookie-bar div + div {
  margin-top: 1rem;
}

.split {
  display: flex;
  margin-top: 1.5625rem;
}
.split > * {
  margin-top: 0 !important;
  flex: 0 0 50%;
}
.split > *:first-child {
  padding-right: 0.78125rem;
}
.split > *:last-child {
  padding-left: 0.78125rem;
}
@media (max-width: 550px) {
  .split {
    display: block;
    margin-top: 1rem;
  }
  .split > *:first-child {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .split > *:last-child {
    padding-left: 0;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.burger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: rgba(0, 0, 0, 0);
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
}

.burger:hover {
  opacity: 0.7;
}

.burger.is-active:hover {
  opacity: 0.7;
}

.burger.is-active .burger-inner,
.burger.is-active .burger-inner::before,
.burger.is-active .burger-inner::after {
  background-color: #000;
}

.burger-box {
  width: 32px;
  height: 10px;
  display: inline-block;
  position: relative;
}

.burger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.burger-inner, .burger-inner::before, .burger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.burger-inner::before, .burger-inner::after {
  content: "";
  display: block;
}

.burger-inner::before {
  top: -8px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.burger-inner::after {
  bottom: -8px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/*
   * Squeeze
   */
.burger.is-active .burger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.burger.is-active .burger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.burger.is-active .burger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.alert {
  padding: 1.25rem 0;
  background: #f3bb24;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
.alert a {
  color: #fff;
  text-decoration: underline;
}

.author {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.author img {
  display: block;
  margin-right: 0.5rem;
}

.testimonial-card-header {
  display: flex;
}
.testimonial-card-header-img {
  flex-shrink: 0;
  margin-right: 1.875rem;
}
.testimonial-card-footer {
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .testimonial-card-header {
    flex-direction: column;
  }
  .testimonial-card-header-img {
    display: flex;
    justify-content: center;
    margin: 0 0 1rem;
  }
  .testimonial-card-footer {
    align-items: normal;
    flex-direction: column;
  }
  .testimonial-card-footer-content {
    margin-bottom: 1rem;
  }
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
}
.site-header .site-header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 1.25rem 0;
}
.site-header .logo-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0, -50%);
}
.site-header .main-navigation {
  text-align: center;
}
.site-header .main-navigation .site-header-burger {
  position: fixed;
  top: 0.9375rem;
  right: 0.9375rem;
  margin-right: 0;
}
.site-header .site-header-burger {
  display: none;
  margin-right: -0.9375rem;
}
@media (max-width: 1024px) {
  .site-header .site-header-burger {
    display: block;
  }
  .site-header .main-navigation {
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    width: 18.75rem;
    background: #fff;
    box-shadow: 10px 20px 60px #d9d9d9;
    padding: 5rem 1.25rem 1.25rem;
    transform: translateX(100%);
    transition: 0.3s transform;
    overflow: auto;
  }
  .mobile-menu-open .site-header .main-navigation {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .site-header .site-header-inner {
    padding: 0.625rem 0;
  }
}

@media (max-width: 1024px) {
  .main-navigation-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: 0.3s opacity;
    z-index: 3;
    transform: translateX(100%);
  }
  .mobile-menu-open .main-navigation-overlay {
    opacity: 1;
    transform: translateX(0);
  }
}
body.blog-one-shell {
  --blog-one-brand: #1fae96;
  --blog-one-brand-soft: rgba(31, 174, 150, 0.08);
  --blog-one-headline: #141115;
  --blog-one-text: #404040;
  --blog-one-muted: #6b7280;
  --blog-one-surface: #ffffff;
  --blog-one-surface-soft: #f7fafb;
  --blog-one-border: rgba(20, 17, 21, 0.07);
  --blog-one-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

body.blog-one-shell .blog-one-shell__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

body.blog-one-shell .blog-one-shell__logo-mark {
  display: inline-flex;
}

body.blog-one-shell .blog-one-shell__logo-mark svg {
  display: block;
  width: auto;
  height: 22px;
}

body.blog-one-shell .blog-one-header {
  position: sticky;
  top: 0;
  z-index: 500;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--blog-one-border);
}

body.blog-one-shell .blog-one-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

body.blog-one-shell .blog-one-header__logo {
  display: inline-flex;
  color: var(--blog-one-headline);
  text-decoration: none;
}

body.blog-one-shell .blog-one-header__desktop {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

body.blog-one-shell .blog-one-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

body.blog-one-shell .blog-one-nav__item {
  position: relative;
}

body.blog-one-shell .blog-one-nav__trigger,
body.blog-one-shell .blog-one-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--blog-one-headline);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

body.blog-one-shell .blog-one-nav__trigger:hover,
body.blog-one-shell .blog-one-nav__link:hover,
body.blog-one-shell .blog-one-nav__item:hover > .blog-one-nav__trigger,
body.blog-one-shell .blog-one-nav__item:focus-within > .blog-one-nav__trigger {
  background: var(--blog-one-surface-soft);
  color: var(--blog-one-brand);
}

body.blog-one-shell .blog-one-nav__trigger:focus-visible,
body.blog-one-shell .blog-one-nav__link:focus-visible,
body.blog-one-shell .blog-one-header__cta:focus-visible,
body.blog-one-shell .blog-one-mobile-nav__toggle:focus-visible,
body.blog-one-shell .blog-one-mobile-nav__link:focus-visible,
body.blog-one-shell .blog-one-mobile-nav__cta:focus-visible,
body.blog-one-shell .blog-one-footer__links a:focus-visible,
body.blog-one-shell .blog-one-footer__cta:focus-visible,
body.blog-one-shell .blog-one-footer__legal a:focus-visible,
body.blog-one-shell .blog-one-footer__social-link:focus-visible {
  outline: 2px solid var(--blog-one-brand);
  outline-offset: 3px;
}

body.blog-one-shell .blog-one-nav__chevron {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
}

body.blog-one-shell .blog-one-nav__item:hover .blog-one-nav__chevron,
body.blog-one-shell .blog-one-nav__item:focus-within .blog-one-nav__chevron {
  transform: rotate(180deg);
}

body.blog-one-shell .blog-one-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 480px;
  padding: 20px;
  background: var(--blog-one-surface);
  border: 1px solid var(--blog-one-border);
  border-radius: 14px;
  box-shadow: var(--blog-one-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

body.blog-one-shell .blog-one-nav__dropdown--use-cases {
  min-width: 600px;
}

body.blog-one-shell .blog-one-nav__dropdown--narrow {
  min-width: 300px;
}

body.blog-one-shell .blog-one-nav__item:hover > .blog-one-nav__dropdown,
body.blog-one-shell .blog-one-nav__item:focus-within > .blog-one-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

body.blog-one-shell .blog-one-nav__eyebrow,
body.blog-one-shell .blog-one-mobile-nav__eyebrow {
  margin-bottom: 12px;
  color: var(--blog-one-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.blog-one-shell .blog-one-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

body.blog-one-shell .blog-one-nav__grid--single {
  grid-template-columns: 1fr;
}

body.blog-one-shell .blog-one-nav__card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: background 0.15s ease;
}

body.blog-one-shell .blog-one-nav__card:hover {
  background: var(--blog-one-surface-soft);
}

body.blog-one-shell .blog-one-nav__swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  border-radius: 8px;
  background: var(--blog-one-brand-soft);
  color: var(--blog-one-brand);
}

body.blog-one-shell .blog-one-nav__swatch--mobile {
  width: 28px;
  height: 28px;
  margin-top: 0;
  border-radius: 6px;
}

body.blog-one-shell .blog-one-nav__swatch--brand {
  background: var(--blog-one-brand-soft);
}

body.blog-one-shell .blog-one-nav__swatch--yellow {
  background: rgba(243, 187, 36, 0.16);
  color: #f3bb24;
}

body.blog-one-shell .blog-one-nav__swatch--blue {
  background: rgba(91, 184, 245, 0.16);
  color: #5bb8f5;
}

body.blog-one-shell .blog-one-nav__swatch--purple {
  background: rgba(116, 79, 198, 0.16);
  color: #744fc6;
}

body.blog-one-shell .blog-one-nav__swatch--orange {
  background: rgba(255, 111, 89, 0.16);
  color: #ff6f59;
}

body.blog-one-shell .blog-one-nav__swatch--pink {
  background: rgba(232, 132, 197, 0.16);
  color: #e884c5;
}

body.blog-one-shell .blog-one-nav__swatch--teal {
  background: rgba(77, 208, 184, 0.16);
  color: #4dd0b8;
}

body.blog-one-shell .blog-one-nav__swatch--naked {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 0;
  background: transparent;
}

body.blog-one-shell .blog-one-nav__icon-svg {
  display: block;
  width: 16px;
  height: 16px;
}

body.blog-one-shell .blog-one-nav__swatch--naked .blog-one-nav__icon-svg {
  width: 18px;
  height: 18px;
}

body.blog-one-shell .blog-one-nav__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.blog-one-shell .blog-one-nav__title {
  color: var(--blog-one-headline);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

body.blog-one-shell .blog-one-nav__description {
  color: var(--blog-one-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

body.blog-one-shell .blog-one-header__cta,
body.blog-one-shell .blog-one-mobile-nav__cta,
body.blog-one-shell .blog-one-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blog-one-brand);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.blog-one-shell .blog-one-header__cta {
  padding: 10px 24px;
  margin-left: 8px;
  font-weight: 600;
  line-height: 1.7;
  transition: all 0.3s ease;
}

body.blog-one-shell .blog-one-header__cta:hover,
body.blog-one-shell .blog-one-mobile-nav__cta:hover,
body.blog-one-shell .blog-one-footer__cta:hover {
  background: #19997f;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(31, 174, 150, 0.25);
}

body.blog-one-shell .blog-one-header__cta:hover {
  box-shadow: 0 4px 16px rgba(31, 174, 150, 0.3);
}

body.blog-one-shell .blog-one-mobile-nav {
  display: none;
  margin-left: auto;
}

body.blog-one-shell .blog-one-mobile-nav[open] {
  position: static;
}

body.blog-one-shell .blog-one-mobile-nav__toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  list-style: none;
}

body.blog-one-shell .blog-one-mobile-nav__toggle::-webkit-details-marker {
  display: none;
}

body.blog-one-shell .blog-one-mobile-nav__line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--blog-one-headline);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.blog-one-shell .blog-one-mobile-nav[open] .blog-one-mobile-nav__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.blog-one-shell .blog-one-mobile-nav[open] .blog-one-mobile-nav__line:nth-child(2) {
  opacity: 0;
}

body.blog-one-shell .blog-one-mobile-nav[open] .blog-one-mobile-nav__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.blog-one-shell .blog-one-mobile-nav__panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 24px 0 32px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--blog-one-border);
  box-shadow: 0 18px 36px rgba(20, 17, 21, 0.08);
}

body.blog-one-shell .blog-one-mobile-nav__inner {
  display: grid;
  gap: 24px;
}

body.blog-one-shell .blog-one-mobile-nav__section {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--blog-one-border);
}

body.blog-one-shell .blog-one-mobile-nav__section:last-of-type {
  padding-bottom: 0;
}

body.blog-one-shell .blog-one-mobile-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  color: var(--blog-one-headline);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

body.blog-one-shell .blog-one-mobile-nav__link .blog-one-nav__swatch--mobile {
  width: 28px;
  height: 28px;
}

body.blog-one-shell .blog-one-mobile-nav__link .blog-one-nav__swatch--mobile.blog-one-nav__swatch--naked {
  border-radius: 0;
}

body.blog-one-shell .blog-one-mobile-nav__cta {
  width: 100%;
  padding: 14px 24px;
}

body.blog-one-shell .blog-one-footer {
  margin-top: 48px;
  padding: 64px 0 0;
  background: var(--blog-one-headline);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

body.blog-one-shell .blog-one-footer__main {
  display: grid;
  grid-template-columns: 1.2fr 2.8fr;
  gap: 64px;
  padding-bottom: 48px;
}

body.blog-one-shell .blog-one-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.blog-one-shell .blog-one-footer__logo {
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
}

body.blog-one-shell .blog-one-footer__logo .blog-one-shell__logo-mark svg {
  height: 28px;
}

body.blog-one-shell .blog-one-footer__tagline,
body.blog-one-shell .blog-one-footer__contact,
body.blog-one-shell .blog-one-footer__copy,
body.blog-one-shell .blog-one-footer__legal a,
body.blog-one-shell .blog-one-footer__links a {
  color: rgba(255, 255, 255, 0.58);
}

body.blog-one-shell .blog-one-footer__tagline,
body.blog-one-shell .blog-one-footer__contact p {
  margin: 0;
}

body.blog-one-shell .blog-one-footer__contact {
  display: grid;
  gap: 2px;
  font-size: 13px;
}

body.blog-one-shell .blog-one-footer__contact a,
body.blog-one-shell .blog-one-footer__links a,
body.blog-one-shell .blog-one-footer__legal a {
  text-decoration: none;
  transition: color 0.2s ease;
}

body.blog-one-shell .blog-one-footer__contact a:hover,
body.blog-one-shell .blog-one-footer__links a:hover,
body.blog-one-shell .blog-one-footer__legal a:hover {
  color: #ffffff;
}

body.blog-one-shell .blog-one-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

body.blog-one-shell .blog-one-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  transition: background 0.2s ease, color 0.2s ease;
}

body.blog-one-shell .blog-one-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

body.blog-one-shell .blog-one-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

body.blog-one-shell .blog-one-footer__title {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.blog-one-shell .blog-one-footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.blog-one-shell .blog-one-footer__links li,
body.blog-one-shell .blog-one-footer__links li:not(:first-child) {
  margin: 0;
}

body.blog-one-shell .blog-one-footer__cta {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

body.blog-one-shell .blog-one-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.blog-one-shell .blog-one-footer__copy {
  font-size: 13px;
}

body.blog-one-shell .blog-one-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 1024px) {
  body.blog-one-shell .blog-one-header__desktop {
    display: none;
  }
  body.blog-one-shell .blog-one-mobile-nav {
    display: block;
  }
}
@media (max-width: 768px) {
  body.blog-one-shell .blog-one-header {
    padding: 10px 0;
  }
  body.blog-one-shell .blog-one-footer {
    margin-top: 40px;
    padding-top: 48px;
  }
  body.blog-one-shell .blog-one-footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body.blog-one-shell .blog-one-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  body.blog-one-shell .blog-one-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  body.blog-one-shell .blog-one-shell__container {
    padding: 0 20px;
  }
  body.blog-one-shell .blog-one-mobile-nav__panel {
    padding-bottom: 24px;
  }
  body.blog-one-shell .blog-one-footer__nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body.blog-one-shell .blog-one-footer__legal {
    gap: 14px 18px;
  }
}
.site-content {
  flex: 1;
  overflow: hidden;
}
.site-content .hero {
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  .site-content .hero {
    padding-top: 3.375rem;
  }
}

.site-footer {
  padding: 3.75rem 0;
  background: #e9f1f7;
  font-size: 0.875rem;
  color: #5a5a5a;
}
.site-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__nav li {
  font-size: 1rem;
}
.site-footer__nav li:not(:first-child) {
  margin-top: 0.5rem;
}
.site-footer .button + .button {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 1.875rem 0;
  }
}

.hero {
  position: relative;
  z-index: 3;
  padding: 5rem 0;
  text-align: left;
  line-height: 1.4;
  font-size: 1.125rem;
  overflow: hidden;
}
.hero .hero-inner {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  padding-bottom: 6.25rem;
  text-align: center;
}
.hero.hero--no-padding {
  padding-bottom: 2.5rem;
}
.hero.hero--no-padding .hero-inner {
  padding-bottom: 0;
}
.hero.hero--plain {
  padding-bottom: 0;
}
.hero.hero--plain .hero-inner {
  align-items: flex-start;
  text-align: left;
  padding-bottom: 0;
}
.hero.hero--plain .hero-title {
  max-width: 26ch;
  margin-bottom: 0;
}
.hero.hero--plain .hero-text p {
  margin-right: 0;
  margin-left: 0;
}
.hero .hero-title {
  margin-bottom: 3.75rem;
  font-size: 3rem;
  line-height: 1.3;
}
.hero .hero-sub-title {
  margin-top: 0.3125rem;
  margin-bottom: 1.875rem;
}
.hero .hero-img {
  margin-top: 1.875rem;
}
.hero .hero-cta {
  max-width: 28.125rem;
  margin: 1.875rem 0;
}
.hero .hero-cta .button {
  margin: 0 0.5rem;
}
.hero .hero-cta .button:first-child {
  margin-left: 0;
}
.hero .hero-text p {
  max-width: 37.5rem;
  max-width: 60ch;
  margin: 1.25rem auto 0;
  line-height: 1.7;
}
.hero .hero-text p strong {
  font-weight: 600;
  color: #141115;
}
.hero .hero-gfx {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.hero .hero-gfx-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 72.75rem;
  transform: translateX(-50%);
}
.hero .hero-gfx-left {
  left: 0;
}
.hero .hero-gfx-right {
  right: 0;
}
.hero + .section {
  margin-top: -7.5rem;
}
.hero--left .hero-inner {
  align-items: flex-start;
  text-align: left;
}
.hero--left .hero-title {
  max-width: 26ch;
  margin-bottom: 1.875rem;
}
.hero--left .hero-text p {
  margin-right: 0;
  margin-left: 0;
}
.hero--left .hero-content--image {
  padding-bottom: 6.25rem;
}
.hero--left .hero-content--image .hero-inner {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .hero--left .hero-content--image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6.25rem;
    gap: 2.5rem;
  }
  .hero--left .hero-content--image .hero-inner {
    padding-bottom: 0;
  }
  .hero--left .hero-content--image > img {
    max-width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .hero--left .hero-content--image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding-bottom: 0;
  }
  .hero--left .hero-content--image .hero-inner {
    width: 100%;
  }
  .hero--left .hero-content--image > img {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 3.75rem 0;
  }
  .hero .hero-gfx {
    display: none;
  }
  .hero .hero-inner {
    align-items: flex-start;
    text-align: left;
    padding-bottom: 0;
  }
  .hero .hero-title {
    max-width: 20ch;
    margin-bottom: 1.875rem;
  }
  .hero + .section {
    margin-top: 0;
  }
  .hero .hero-cta {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .hero {
    padding: 2.5rem 0;
  }
  .hero .hero-title {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
  }
  .hero .signup {
    margin-top: 1.875rem;
  }
  .hero .hero-text p {
    max-width: 100%;
    font-size: 1rem;
  }
  .hero .hero-cta {
    width: 100%;
  }
  .hero .hero-cta .button {
    display: block;
    margin: 1rem 0 0;
    width: 100%;
    border-radius: 5px;
  }
  .hero .hero-cta .button:first-child {
    margin-top: 0;
  }
}

.section {
  padding: 6.25rem 0;
  position: relative;
}
.section-less-padding {
  padding: 2.5rem 0;
}
.section-no-bottom-padding {
  padding-bottom: 0;
}
.section.splash, .section.splash-secondary, .section.splash-accent, .section.splash-primary, .section.splash-accent-2, .section.splash-accent-3, .section.splash-accent-4, .section.shade {
  color: #fff;
}
.section.splash h1, .section.splash .alpha, .section.splash-secondary h1, .section.splash-secondary .alpha, .section.splash-accent h1, .section.splash-accent .alpha, .section.splash-primary h1, .section.splash-primary .alpha, .section.splash-accent-2 h1, .section.splash-accent-2 .alpha, .section.splash-accent-3 h1, .section.splash-accent-3 .alpha, .section.splash-accent-4 h1, .section.splash-accent-4 .alpha, .section.shade h1, .section.shade .alpha {
  color: #fff;
}
.section.splash a:not(.button), .section.splash-secondary a:not(.button), .section.splash-accent a:not(.button), .section.splash-primary a:not(.button), .section.splash-accent-2 a:not(.button), .section.splash-accent-3 a:not(.button), .section.splash-accent-4 a:not(.button), .section.shade a:not(.button) {
  color: #fff;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
}
.section.shade {
  background: #4c2b36;
}
.section.light-shade {
  background: #e9f1f7;
}
.section.light-shade .card {
  box-shadow: 20px 20px 60px #c6cdd2, -20px -20px 60px #ffffff;
}
.section.splash, .section.splash-primary {
  background: #1fae96;
}
.section.splash-secondary {
  background: #ff6f59;
}
.section.splash-accent {
  background: #f3bb24;
}
.section.splash-accent-2 {
  background: #744FC6;
}
.section.splash-accent-3 {
  background: #3185FC;
}
.section.splash-accent-4 {
  background: #DB5ABA;
}
.section .section-anchor {
  position: absolute;
  top: -5rem;
}
.section .section-title {
  max-width: 34ch;
  margin-right: auto;
  margin-left: auto;
  font-weight: 900;
  text-align: center;
  font-size: 2.25rem;
}
.section .section-title--small {
  margin-left: 0;
  text-align: left;
  font-size: 1.25rem;
}
.section .section-title + .section-text p:first-child {
  margin: 2.5rem auto 0;
}
.section .section-content {
  margin-top: 3.75rem;
}
.section .section-text {
  max-width: 100ch;
  margin: 0 auto;
}
.section .section-text p {
  margin: 1.5625rem 0 0;
}
.section .section-featured-img {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.section .section-featured-img img {
  display: block;
  margin: 0 auto;
}
.section .section-footer {
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .section {
    padding: 5rem 0;
  }
  .section .section-text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 3.75rem 0;
  }
  .section-title {
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .section {
    padding: 2.5rem 0;
  }
}
@media (max-width: 550px) {
  .section {
    padding: 2.5rem 0;
  }
  .section .section-title {
    font-size: 1.75rem;
  }
  .section p, .section h1 {
    max-width: 100% !important;
  }
  .section .section-text p {
    margin: 1rem 0 0;
  }
}

.form {
  margin-top: 2.5rem;
}
.form .form-row {
  margin-top: 0.625rem;
}
.form .form-row .input, .form .form-row .textarea, .form .form-row .select, .form .form-row .button {
  display: block;
  width: 100%;
}
.form .form-error {
  margin-top: 0.625rem;
  border: 1px solid #ff6f59;
  padding: 0.625rem 0.9375rem;
  border-radius: 5px;
}
.form label span {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3125rem;
}

.page-content h3 {
  font-weight: 600;
}

.bordered-sections-section {
  display: flex;
}
.bordered-sections-section:not(:first-child) {
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #e9f1f7;
}
.bordered-sections-section-title {
  display: flex;
  margin: 0;
  line-height: 1.3;
}
.bordered-sections-section-title svg,
.bordered-sections-section-title .material-icons {
  position: relative;
  top: -0.0625rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.bordered-sections-section-title .material-icons {
  top: 0.0625rem;
}
@media (max-width: 768px) {
  .bordered-sections-section-title {
    display: block;
  }
  .bordered-sections-section-title svg {
    display: block;
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}

.article {
  padding-bottom: 5rem;
}
