.content-block.hero:after {
  background-image: url("/img/how_hero_01@1x.jpg"); }
  @media only screen and (min-width: 721px) {
    .content-block.hero:after {
      background-image: url("/img/how_hero_01@2x.jpg"); } }

@-webkit-keyframes fill-progress {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes fill-progress {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

#comparison {
  padding-top: 32px; }
  @media only screen and (max-width: 720px) {
    #comparison {
      padding-bottom: 64px; } }
  @media only screen and (min-width: 721px) {
    #comparison {
      padding-top: 20px; } }
  #comparison:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 64px;
    background-size: auto 64px;
    background-image: url("/img/look-arrows_mobile.svg"); }
    @media only screen and (min-width: 721px) {
      #comparison:after {
        height: 123px;
        background-size: auto 103px;
        background-image: url("/img/look-arrows_desktop.svg"); } }
  #comparison .shadow {
    border: 0 none;
    display: block;
    right: -30px;
    bottom: -20px;
    width: 40px;
    height: 120px;
    position: absolute;
    clip: rect(auto, 14px, auto, -12px);
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
    pointer-events: none;
    background-color: transparent;
    margin: 0 !important;
    padding: 0; }
    #comparison .shadow:after {
      content: "";
      position: absolute;
      top: 10px;
      bottom: 10px;
      left: 10px;
      right: 10px;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), color-stop(0%, transparent), to(rgba(0, 0, 0, 0.2)));
      background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
      -webkit-transform: rotate(-18deg);
              transform: rotate(-18deg);
      pointer-events: none; }
  #comparison .comparison-box.color-grey figure svg {
    position: absolute;
    width: auto;
    top: 0;
    left: -20px; }
    @media only screen and (min-width: 721px) {
      #comparison .comparison-box.color-grey figure svg {
        left: -42.5px;
        height: 255px; } }
  @media only screen and (max-width: 720px) {
    #comparison .comparison-box.color-blue .\34 3c95a37-f957-45ea-b1e7-1d4a35c338de {
      stroke: #1587d8; } }
  #comparison .comparitor {
    position: relative; }
    @media only screen and (max-width: 720px) {
      #comparison .comparitor {
        width: 320px;
        margin: 0 auto 32px; }
        #comparison .comparitor:last-of-type {
          margin-bottom: 0; } }
    #comparison .comparitor.first-active .comparison-box:last-of-type {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      -webkit-transition: opacity 850ms ease, visibility 10ms linear 850ms, z-index 0ms linear 850ms;
      transition: opacity 850ms ease, visibility 10ms linear 850ms, z-index 0ms linear 850ms; }
    #comparison .comparitor.first-active.alternate .comparison-box:last-of-type {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transition: opacity 850ms ease, visibility 10ms linear 0ms, z-index 0ms linear 0ms;
      transition: opacity 850ms ease, visibility 10ms linear 0ms, z-index 0ms linear 0ms; }
      #comparison .comparitor.first-active.alternate .comparison-box:last-of-type button.feature-toggle:before {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0.5;
        height: 1px;
        -webkit-animation: fill-progress 14s linear;
                animation: fill-progress 14s linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
    #comparison .comparitor.last-active .comparison-box:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      -webkit-transition: opacity 850ms ease, visibility 10ms linear 850ms, z-index 0ms linear 850ms;
      transition: opacity 850ms ease, visibility 10ms linear 850ms, z-index 0ms linear 850ms; }
    #comparison .comparitor.last-active.alternate .comparison-box:first-of-type {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transition: opacity 850ms ease, visibility 10ms linear 0ms, z-index 0ms linear 0ms;
      transition: opacity 850ms ease, visibility 10ms linear 0ms, z-index 0ms linear 0ms; }
      #comparison .comparitor.last-active.alternate .comparison-box:first-of-type button.feature-toggle:before {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0.5;
        height: 1px;
        -webkit-animation: fill-progress 14s linear;
                animation: fill-progress 14s linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  #comparison .comparison-box {
    position: relative;
    height: 398px;
    background-color: #fafafa;
    border-top-left-radius: 16px; }
    #comparison .comparison-box h2 {
      font-size: 24px;
      line-height: 28px; }
      @media only screen and (max-width: 720px) {
        #comparison .comparison-box h2 {
          padding-top: 24px;
          padding-left: 138px;
          height: 110px; } }
    #comparison .comparison-box h3 {
      font-size: 16px;
      line-height: 20px; }
      @media only screen and (max-width: 720px) {
        #comparison .comparison-box h3 {
          margin: 0 24px; } }
    @media only screen and (min-width: 721px) {
      #comparison .comparison-box {
        background-color: white;
        padding-top: 56px;
        height: 255px; }
        #comparison .comparison-box h3 {
          font-size: 18px;
          line-height: 22px; } }
    @media only screen and (min-width: 1140px) {
      #comparison .comparison-box {
        padding-top: 80px; }
        #comparison .comparison-box h2 {
          font-size: 32px;
          line-height: 36px; }
        #comparison .comparison-box h3 {
          font-size: 24px;
          line-height: 28px; } }
    #comparison .comparison-box footer, #comparison .comparison-box figure {
      -webkit-transition: background-color 200ms ease;
      transition: background-color 200ms ease; }
    @media only screen and (max-width: 720px) {
      #comparison .comparison-box.color-yellow {
        background-color: #fee380; } }
    #comparison .comparison-box.color-yellow footer {
      background-color: #ffcf26; }
    @media only screen and (min-width: 721px) {
      #comparison .comparison-box.color-yellow figure {
        background-color: #ffcf26; } }
    @media only screen and (max-width: 720px) {
      #comparison .comparison-box.color-grey {
        background-color: #e5e5e5; } }
    #comparison .comparison-box.color-grey footer {
      background-color: #b1b1b1; }
    @media only screen and (min-width: 721px) {
      #comparison .comparison-box.color-grey figure {
        background-color: #b1b1b1; } }
    @media only screen and (max-width: 720px) {
      #comparison .comparison-box.color-blue {
        background-color: #a5d2f6; } }
    #comparison .comparison-box.color-blue footer {
      color: white;
      background-color: #1993ea; }
    @media only screen and (min-width: 721px) {
      #comparison .comparison-box.color-blue figure {
        background-color: #1993ea; } }
    #comparison .comparison-box.color-blue button.feature-toggle {
      border-color: white; }
      #comparison .comparison-box.color-blue button.feature-toggle:before, #comparison .comparison-box.color-blue button.feature-toggle:after {
        background-color: white; }
    @media only screen and (max-width: 720px) {
      #comparison .comparison-box.color-green {
        background-color: #92da72; } }
    #comparison .comparison-box.color-green footer {
      color: white;
      background-color: #67bf3d; }
    @media only screen and (min-width: 721px) {
      #comparison .comparison-box.color-green figure {
        background-color: #67bf3d; } }
    #comparison .comparison-box.color-green button.feature-toggle {
      border-color: white; }
      #comparison .comparison-box.color-green button.feature-toggle:before, #comparison .comparison-box.color-green button.feature-toggle:after {
        background-color: white; }
    @media only screen and (max-width: 720px) {
      #comparison .comparison-box.color-grey-dark {
        color: white;
        background-color: #323232; } }
    #comparison .comparison-box.color-grey-dark footer {
      color: white;
      background-color: #323232; }
    @media only screen and (min-width: 721px) {
      #comparison .comparison-box.color-grey-dark figure {
        background-color: #323232; } }
    @media only screen and (max-width: 720px) {
      #comparison .comparison-box.color-grey-dark footer {
        background-color: #1f1f1f; } }
    #comparison .comparison-box.color-grey-dark button.feature-toggle {
      border-color: white; }
      #comparison .comparison-box.color-grey-dark button.feature-toggle:before, #comparison .comparison-box.color-grey-dark button.feature-toggle:after {
        background-color: white; }
    @media only screen and (min-width: 721px) {
      #comparison .comparison-box .flex-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*
				.deadspace { background-color: rgba((random(256)-1), (random(256)-1), (random(256)-1), .5); }
				.title { background-color: rgba((random(256)-1), (random(256)-1), (random(256)-1), .5); }
				.body { background-color: rgba((random(256)-1), (random(256)-1), (random(256)-1), .5); }
				*/ }
        #comparison .comparison-box .flex-wrapper:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: #fff;
          -webkit-transition: opacity 100ms ease 200ms;
          transition: opacity 100ms ease 200ms;
          opacity: 0; }
        #comparison .comparison-box .flex-wrapper .deadspace {
          width: 251px; } }
  @media only screen and (min-width: 721px) and (min-width: 721px) {
    #comparison .comparison-box .flex-wrapper .title {
      width: 170px; } }
  @media only screen and (min-width: 721px) and (min-width: 988px) {
    #comparison .comparison-box .flex-wrapper .title {
      width: 190px; } }
  @media only screen and (min-width: 721px) and (min-width: 1140px) {
    #comparison .comparison-box .flex-wrapper .title {
      width: 250px; } }
    @media only screen and (min-width: 721px) {
        #comparison .comparison-box .flex-wrapper .body {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
    #comparison .comparison-box .title {
      text-transform: uppercase; }
    #comparison .comparison-box button.feature-toggle {
      position: relative;
      display: inline-block;
      width: 35px;
      height: 35px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #323232;
      border-radius: 0;
      margin-bottom: 4px;
      margin-left: 20px;
      cursor: pointer;
      outline: 0 none;
      -webkit-transition: background-image 200ms ease;
      transition: background-image 200ms ease;
      vertical-align: middle; }
      @media only screen and (min-width: 721px) {
        #comparison .comparison-box button.feature-toggle {
          margin-left: 35px;
          margin-top: 28px;
          vertical-align: top; } }
      #comparison .comparison-box button.feature-toggle:before, #comparison .comparison-box button.feature-toggle:after {
        content: "";
        position: absolute;
        background-color: #323232; }
      #comparison .comparison-box button.feature-toggle:before {
        width: 1px;
        height: 13px;
        left: 16px;
        top: 10px; }
      #comparison .comparison-box button.feature-toggle:after {
        height: 1px;
        width: 13px;
        top: 16px;
        left: 10px; }
      #comparison .comparison-box button.feature-toggle.active:before {
        top: auto;
        bottom: 0;
        width: 100%;
        opacity: 0.8;
        height: 1px;
        -webkit-animation: fill-progress 14s ease;
                animation: fill-progress 14s ease; }
    #comparison .comparison-box footer {
      position: absolute;
      bottom: 0;
      background-color: #dbdbdb;
      width: 100%;
      line-height: 80px;
      height: 80px; }
      @media only screen and (min-width: 721px) {
        #comparison .comparison-box footer {
          text-align: right;
          line-height: 88px;
          height: 90px; } }
      #comparison .comparison-box footer .inset-container {
        position: relative;
        height: 80px; }
        @media only screen and (max-width: 720px) {
          #comparison .comparison-box footer .inset-container {
            width: auto;
            margin: 0 24px; } }
        @media only screen and (min-width: 721px) {
          #comparison .comparison-box footer .inset-container {
            height: 90px; } }
      #comparison .comparison-box footer .shadow {
        display: none; }
      #comparison .comparison-box footer .retractable {
        display: inline-block; }
        @media only screen and (max-width: 720px) {
          #comparison .comparison-box footer .retractable {
            font-size: 16px;
            line-height: 18px;
            padding-bottom: 4px;
            width: calc(100% - 60px);
            vertical-align: middle; } }
        @media only screen and (min-width: 721px) {
          #comparison .comparison-box footer .retractable {
            max-width: 1281px;
            -webkit-transition: max-width 400ms ease;
            transition: max-width 400ms ease;
            overflow: hidden;
            height: 90px;
            vertical-align: baseline; }
            #comparison .comparison-box footer .retractable.closed {
              max-width: 0; } }
      #comparison .comparison-box footer figure {
        position: absolute;
        bottom: 256px;
        left: -24px;
        margin: 0;
        padding: 0;
        width: 130px;
        height: 142px;
        overflow: hidden; }
        @media only screen and (min-width: 721px) {
          #comparison .comparison-box footer figure {
            bottom: 0;
            left: 0;
            width: 205px;
            height: 255px;
            background-color: #dbdbdb;
            border-top-left-radius: 30px;
            overflow: visible; }
            #comparison .comparison-box footer figure .shadow {
              display: block; } }
        #comparison .comparison-box footer figure svg {
          opacity: 1;
          -webkit-transition: opacity 400ms ease 100ms;
          transition: opacity 400ms ease 100ms; }

#how-it-works {
  text-align: center; }
  #how-it-works .how-it-works--mobile {
    margin: 0 auto;
    display: none; }
    @media only screen and (max-width: 720px) {
      #how-it-works .how-it-works--mobile {
        display: block; } }
  #how-it-works .how-it-works--desktop {
    display: none;
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 721px) {
      #how-it-works .how-it-works--desktop {
        display: block; } }
