@charset "UTF-8";
/*
Theme Name: Hur Mycket?
Theme URI: https://hurmycket.co
Description: Hur Mycket?
Author: CLIFFHANGER MEDIA
Author URI: https://cliffhanger.media
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css?family=Chivo");
@import url("https://use.typekit.net/wyq1fcu.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

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

html, body {
  height: 100%;
}

body {
  font-family: "freight-text-pro", serif;
  background: #fbfbfb;
  background-size: 10%;
}
body.error404 {
  background: url(assets/img/error_404.jpg);
  background-size: cover;
  background-position: center;
}

.wow {
  visibility: hidden;
}

img {
  width: 100%;
  height: auto;
}
img.img-rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #111111;
  font-weight: 800;
  line-height: 1.2;
}

h1 {
  font-size: 4rem;
  margin-bottom: 1.25rem;
  display: block;
}
@media only screen and (max-width: 64em) {
  h1 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 2.75rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 48em) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 48em) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
  color: #6411ad;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 48em) {
  h5, .h5 {
    font-size: 1rem;
  }
}

p {
  font-family: "freight-text-pro", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #3c4246;
  line-height: 1.618;
}
@media only screen and (max-width: 48em) {
  p {
    font-size: 1.25rem;
  }
}
p.xl-copy {
  font-size: 1.5rem;
}
p.columned-text {
  column-count: 2;
  column-gap: 3.125rem;
  -moz-column-count: 2;
  -moz-column-gap: 3.125rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3.125rem;
}
@media only screen and (max-width: 64em) {
  p.columned-text {
    -column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
p.no-p-margin {
  margin-bottom: 0;
}
p a:link,
p a:visited {
  position: relative;
  color: #3c4246;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
p a:link:after,
p a:visited:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 100%;
  background: rgba(100, 17, 173, 0.2);
  z-index: -1;
}
p a:link:hover,
p a:visited:hover {
  color: #6411ad;
}

a:link,
a:visited {
  color: #0077b6;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:link:hover,
a:visited:hover {
  color: #0077b6;
}

.arrow-down {
  font-size: 1.25em;
  color: #0077b6;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  padding-right: 20px;
  cursor: pointer;
}
.arrow-down:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  width: 14px;
  height: 8px;
}
.arrow-down.btn-close:after {
  transform: rotate(180deg);
  top: 4px;
}

.link-arrow,
p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 400;
  color: #0077b6;
  border-bottom: none;
}
.link-arrow:after,
p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 7px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
}
.link-arrow:hover,
p a.link-arrow:hover {
  color: #2e0850;
  border-bottom: none;
}

.hero-sub {
  text-shadow: 0px 0px 12px rgba(17, 17, 17, 0.5);
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 64em) {
  .hero-description {
    font-size: 1.225rem;
  }
}
@media only screen and (max-width: 75em) {
  .hero-description {
    font-size: 1rem;
  }
}

strong {
  font-weight: 700;
}

.italic,
em {
  font-style: italic;
}

blockquote {
  background: #ebebeb;
  border-left: 4px solid #6411ad;
  color: #111111;
  margin: 1rem 0;
  padding: 1rem 10px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.618;
}

blockquote:before {
  color: #111111;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.white {
  color: #ffffff;
}

.rh-r {
  color: #6411ad;
}

.rh-r-bg {
  background: #6411ad;
  display: inline-block;
  padding: 1.75rem 2rem 1rem 2rem;
  text-transform: uppercase;
  line-height: 1;
}

.rh-category {
  text-transform: uppercase;
  color: #6411ad;
  font-size: 1.25em;
  margin-bottom: 0;
}

.sm-co {
  font-size: 0.875rem;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.uc {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.absolute-bottom {
  position: absolute;
  bottom: 0.5rem;
  padding: 0 1.5rem;
  width: 100%;
  font-size: 1.5rem;
}

.type-margin-0 {
  margin-bottom: 0;
}

.clear {
  clear: both;
}

.site-fixed-width {
  max-width: 90rem;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  overflow: auto;
}

.relative {
  position: relative;
}

.wavy-divider {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.wavy-divider.wavy-top {
  top: 0;
  left: 0;
}
.wavy-divider.wavy-bottom {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.content {
  width: 100%;
  float: left;
  padding: 2rem 0;
}
.content__pt {
  padding-top: 90px;
  padding-bottom: 0;
}
.content.white-bg {
  background: #ffffff;
}
.content.dark-bg {
  background: #111111;
}
.content.half-content {
  width: 50%;
  float: right;
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .content.half-content {
    width: 100%;
    float: left;
  }
}
.content.half-content .container-fluid {
  padding: 0;
}
.content.half-content .row {
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .content.half-content .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.content.half-content .col-xs-12 {
  padding: 0;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 64em) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.container-block__text {
  max-width: 64rem;
}
.container-block__image {
  max-width: 75rem;
}
.container-block__image img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
.row.nested {
  padding: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.row-header {
  padding: 1.25rem 0;
  -webkit-transition: padding 300ms;
  -moz-transition: padding 300ms;
  -ms-transition: padding 300ms;
  -o-transition: padding 300ms;
  transition: padding 300ms;
}
@media only screen and (max-width: 48em) {
  .row.row-header {
    padding: 0.5rem 0;
  }
}
.row.no-pb {
  padding-bottom: 0;
}
.row.no-pt {
  padding-top: 0;
}
.row.less-pt {
  padding-top: 2rem;
}
.row.less-pb {
  padding-bottom: 2rem;
}
.row.no-padding {
  padding: 0;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Custom margins */
@media only screen and (max-width: 64em) {
  .xs2 {
    margin-bottom: 2rem;
  }
  .xs2:last-of-type {
    margin-bottom: 0;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stretch-xs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 91em) {
  .container {
    width: 90rem;
  }
}
@media only screen and (max-width: 64em) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

.mt-1 {
  margin-top: 0.875rem;
}

.mb-1 {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 64em) {
  .mb-md-1 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 48em) {
  .mb-sm-1 {
    margin-bottom: 2rem;
  }
}

.ml-1 {
  margin-left: 1.5rem;
}

.pb-1 {
  padding-bottom: 1.25rem;
}

.state--scrolled .row-header {
  padding: 1rem 0;
}
@media only screen and (max-width: 48em) {
  .state--scrolled .row-header {
    padding: 0.35rem 0 1rem 0;
  }
}

.full-height {
  height: 100%;
}

.aligner {
  display: flex;
  align-items: center;
  height: 100%;
}

.huge-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity, 0.4s;
  -moz-transition: opacity, 0.4s;
  -ms-transition: opacity, 0.4s;
  -o-transition: opacity, 0.4s;
  transition: opacity, 0.4s;
}
.huge-overlay__toggled {
  opacity: 0.98;
  z-index: 1;
}

.main-nav__list {
  font-size: 4rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 800;
}
.main-nav__list li {
  margin: 1rem 0;
}
.main-nav__list li a:link,
.main-nav__list li a:visited {
  color: #111111;
}
.main-nav__list li a:link:hover,
.main-nav__list li a:visited:hover {
  color: #6411ad;
}
@media only screen and (max-width: 48em) {
  .main-nav__list {
    font-size: 3rem;
  }
  .main-nav__list li {
    margin: 0.5rem 0;
  }
}
.main-nav__cta {
  margin-top: 3rem;
}
.main-nav__cta li {
  display: inline-block;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 48em) {
  .main-nav__cta li {
    margin-bottom: 0.5rem;
  }
}

.header {
  background: transparent;
  width: 100%;
  position: fixed;
  z-index: 2;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.header.fixed-header {
  background: #ffffff;
}

.main-logo a {
  display: inline-block;
}
.main-logo img {
  width: 212px;
}

.nav-icon-5 {
  width: 35px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-5 span {
  background-color: #111111;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 4px;
  transition-duration: 500ms;
}

.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.nav-icon-5 span:nth-child(2) {
  top: 13px;
  left: 0px;
  opacity: 1;
}

.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.nav-icon-5:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
  background-color: #6411ad;
}

.nav-icon-5:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
  background-color: #6411ad;
}

.nav-icon-5:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
  background-color: #6411ad;
}

.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}

.nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}

.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}

.nav-icon-5.open:hover span {
  background-color: #6411ad;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background: #ffffff;
}
footer .main-nav__cta {
  margin-top: 0;
}

.flexible-content h1 {
  margin-bottom: 0;
}
.flexible-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.flexible-content h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
.flexible-content p {
  margin-bottom: 1rem;
}
.flexible-content ul, .flexible-content ol {
  margin-bottom: 1rem;
}
.flexible-content ul {
  color: #3c4246;
  list-style-type: disc;
  margin-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.618;
}
@media only screen and (max-width: 48em) {
  .flexible-content ul {
    font-size: 1.25rem;
    margin-left: 1.25rem;
  }
}

@media only screen and (max-width: 75em) {
  .fl-align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 75em) {
  .fl-full-size-sm img {
    width: 100%;
  }
}

@media only screen and (max-width: 75em) {
  .fl-reorder-sm {
    order: 2;
  }
}

@media only screen and (max-width: 75em) {
  .fl-mb2-sm {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 64em) {
  .fl-mb2-md {
    margin-bottom: 2rem;
  }
}

.btn {
  display: inline-block;
  padding: 1.25rem 2.5rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-primary {
  background: rgba(100, 17, 173, 0.1);
  color: #390a63;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.btn.btn-primary:after {
  font-family: "remixicon" !important;
  content: "\ea6c";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform, 0.2s;
  -moz-transition: transform, 0.2s;
  -ms-transition: transform, 0.2s;
  -o-transition: transform, 0.2s;
  transition: transform, 0.2s;
}
.btn.btn-primary + a {
  margin-left: 1rem;
}
.btn.btn-primary:hover {
  color: #7f16db;
  background: rgba(100, 17, 173, 0.16);
}
.btn.btn-primary:hover:after {
  transform: translate(4px, 0);
}
.btn.btn-secondary {
  background: rgba(17, 17, 17, 0.05);
  color: #111111;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.btn.btn-secondary:hover {
  background: rgba(17, 17, 17, 0.1);
  color: #111111;
}

.up-top__btn,
a.up-top__btn {
  padding: 0.75rem 1rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: rgba(17, 17, 17, 0.05);
  color: #111111;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 64em) {
  .up-top__btn,
a.up-top__btn {
    right: 1rem;
    bottom: 1rem;
  }
}

.scroll-top {
  width: 20px;
}

a.btn-article {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 0.875rem 1.5rem;
  margin-right: 0.75rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
a.btn-article:hover {
  background: #0077b6;
  color: #ffffff;
}
a.btn-article.btn-arrow:after {
  font-family: "remixicon" !important;
  content: "\ea4e";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform, 0.2s;
  -moz-transition: transform, 0.2s;
  -ms-transition: transform, 0.2s;
  -o-transition: transform, 0.2s;
  transition: transform, 0.2s;
}
a.btn-article.btn-active {
  background: #0077b6;
  color: #ffffff;
}
a.btn-article.btn-active:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 64em) {
  a.btn-article {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.site-introduction {
  padding-top: 7.5rem;
  padding-bottom: 0;
}
.site-introduction p {
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
}
@media only screen and (max-width: 48em) {
  .site-introduction p {
    font-size: 1.5rem;
  }
}

.site-seo {
  background: whitesmoke;
}
.site-seo h2 {
  margin-bottom: 0.875rem;
}
.site-seo p {
  margin-bottom: 0;
}

.site-collabs h2 {
  margin-bottom: 0.875rem;
}
.site-collabs__logos div {
  margin-bottom: 1rem;
}
.site-collabs__logos div a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  filter: grayscale(80%);
}
.site-collabs__logos div a:hover img {
  filter: grayscale(0);
}

.card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.card.top-rad {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.card img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.card__content {
  padding: 1rem 0;
}

.article-item {
  margin-bottom: 2rem;
}
.article-item h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.article-item__img-holder {
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.article-item__timestamp {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.62);
}
.article-item__tags li {
  display: inline-block;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.article-item__tags li a {
  display: block;
  padding: 0.5rem 0.875rem;
  background: rgba(0, 119, 182, 0.05);
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.article-item__tags li a:hover {
  background: rgba(0, 119, 182, 0.12);
}
.article-item img {
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -ms-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}
.article-item:hover img {
  transform: scale(1.06);
}
.article-item:active img {
  transform: scale(1.2);
}

.author-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
.author-meta__img {
  max-width: 58px;
}
.author-meta__img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.author-meta__info {
  margin-left: 1rem;
}
.author-meta__info__name {
  display: block;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 64em) {
  .author-meta span.author-meta__info__name {
    line-height: 1;
  }
  .author-meta span {
    line-height: 1.3;
  }
}

.author-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  max-width: 90px;
}

.article-buttons {
  display: flex;
  padding-top: 2rem;
}
@media only screen and (max-width: 64em) {
  .article-buttons {
    flex-direction: column;
    text-align: center;
  }
}

.article-toc {
  display: none;
  padding: 1.5rem;
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.article-toc ul.article-toc__list {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.article-tldr {
  display: none;
  padding: 1.5rem;
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.article-tldr p:last-of-type {
  margin-bottom: 0;
}

.faq-accordion {
  line-height: 1.3;
}
.faq-accordion__item {
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.faq-accordion__question a:link,
.faq-accordion__question a:visited {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0077b6;
}
.faq-accordion__question a:link:hover,
.faq-accordion__question a:visited:hover {
  color: rgba(0, 119, 182, 0.75);
}
.faq-accordion__question a:link .btn-text,
.faq-accordion__question a:visited .btn-text {
  margin-right: auto;
}
.faq-accordion__question a:link .ico-down,
.faq-accordion__question a:visited .ico-down {
  display: flex;
  align-self: flex-end;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.faq-accordion__question a:link.answer-toggled .ico-down,
.faq-accordion__question a:visited.answer-toggled .ico-down {
  transform: rotate(180deg);
}
.faq-accordion__answer {
  display: none;
  padding: 0 1.5rem 1.5rem 1.5rem;
  font-family: "freight-text-pro", serif;
  color: #3c4246;
  font-size: 1.25rem;
  line-height: 1.618;
}

.category-item {
  margin-bottom: 2rem;
}
.category-item__img {
  position: relative;
  overflow: hidden;
  background: #111;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.category-item__img img {
  position: relative;
  display: block;
}
.category-item__img-text {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}
@media only screen and (max-width: 48em) {
  .category-item__img-text {
    font-size: 1.5rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .category-item {
    margin-bottom: 1rem;
  }
}

.section-header {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #111111;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .section-header {
    padding-bottom: 0.75rem;
  }
}
.section-header__title {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  margin-right: auto;
}
@media only screen and (max-width: 48em) {
  .section-header__title {
    font-size: 1.25rem;
  }
}
.section-header a.section-header__btn {
  display: flex;
  outline: none;
  border: none;
  padding: 0.5rem 1.25rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0077b6;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  cursor: pointer;
  align-items: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.section-header a.section-header__btn:after {
  font-family: "remixicon" !important;
  content: "\ea6c";
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform, 0.2s;
  -moz-transition: transform, 0.2s;
  -ms-transition: transform, 0.2s;
  -o-transition: transform, 0.2s;
  transition: transform, 0.2s;
}
.section-header a.section-header__btn:hover {
  color: #ffffff;
  background: #0077b6;
}
.section-header a.section-header__btn:hover:after {
  transform: translate(4px, 0);
}

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