/*
Theme Name: Flame
Theme URI: http://flamehealth.com/
Author: RJC Digital
Author URI: http://rjcdigital.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Flame
Tags:
*/
#login_error{
    display: none;
  }
  .grid {
    margin: auto;
    text-align: left;
  }
  
  .grid::after {
    clear: both;
    content: '';
    display: table;
  }
  
  .grid__col {
    display: inline-block;
    float: left;
  }
  
  .grid__col--marginBottom {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  
  .grid__col--float\(left\) {
    float: left;
  }
  
  .grid__col--float\(none\) {
    float: none;
  }
  
  .grid__col--float\(right\) {
    float: right;
  }
  
  .grid--align {
    font-size: 0;
  }
  
  .grid--align::before {
    content: '';
    display: inline-block;
    width: 100%;
  }
  
  .grid--align::after {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 100%;
  }
  
  .grid__col--align {
    display: inline-block;
    float: none;
    font-size: initial;
    position: relative;
    vertical-align: top;
  }
  
  .grid--align\(center\) {
    text-align: center;
  }
  
  .grid--align\(justify\) {
    text-align: justify;
  }
  
  .grid--align\(left\) {
    text-align: left;
  }
  
  .grid--align\(right\) {
    text-align: right;
  }
  
  .grid {
    max-width: 18.75rem;
  }
  
  .grid__col {
    margin-left: 3.3333333333%;
    margin-right: 3.3333333333%;
    min-height: 0.0625rem;
  }
  
  .container\@base {
    margin: auto;
    max-width: 17.5rem;
  }
  
  .container\@base--grid {
    margin: auto;
    max-width: 18.75rem;
  }
  
  .container\@base--grid::after {
    clear: both;
    content: '';
    display: table;
  }
  
  .container\@base--half {
    margin: auto;
    max-width: calc(8.75rem);
  }
  
  .hidden\@base {
    display: none;
    visibility: hidden;
  }
  
  .grid__col--1\@base {
    width: 1.6666666667%;
  }
  
  .grid__col--push\(1\)\@base {
    left: 8.3333333333%;
    position: relative;
  }
  
  .grid__col--pull\(1\)\@base {
    position: relative;
    right: 8.3333333333%;
  }
  
  .grid__col--2\@base {
    width: 10%;
  }
  
  .grid__col--push\(2\)\@base {
    left: 16.6666666667%;
    position: relative;
  }
  
  .grid__col--pull\(2\)\@base {
    position: relative;
    right: 16.6666666667%;
  }
  
  .grid__col--3\@base {
    width: 18.3333333333%;
  }
  
  .grid__col--push\(3\)\@base {
    left: 25%;
    position: relative;
  }
  
  .grid__col--pull\(3\)\@base {
    position: relative;
    right: 25%;
  }
  
  .grid__col--4\@base {
    width: 26.6666666667%;
  }
  
  .grid__col--push\(4\)\@base {
    left: 33.3333333333%;
    position: relative;
  }
  
  .grid__col--pull\(4\)\@base {
    position: relative;
    right: 33.3333333333%;
  }
  
  .grid__col--5\@base {
    width: 35%;
  }
  
  .grid__col--push\(5\)\@base {
    left: 41.6666666667%;
    position: relative;
  }
  
  .grid__col--pull\(5\)\@base {
    position: relative;
    right: 41.6666666667%;
  }
  
  .grid__col--6\@base {
    width: 43.3333333333%;
  }
  
  .grid__col--push\(6\)\@base {
    left: 50%;
    position: relative;
  }
  
  .grid__col--pull\(6\)\@base {
    position: relative;
    right: 50%;
  }
  
  .grid__col--7\@base {
    width: 51.6666666667%;
  }
  
  .grid__col--push\(7\)\@base {
    left: 58.3333333333%;
    position: relative;
  }
  
  .grid__col--pull\(7\)\@base {
    position: relative;
    right: 58.3333333333%;
  }
  
  .grid__col--8\@base {
    width: 60%;
  }
  
  .grid__col--push\(8\)\@base {
    left: 66.6666666667%;
    position: relative;
  }
  
  .grid__col--pull\(8\)\@base {
    position: relative;
    right: 66.6666666667%;
  }
  
  .grid__col--9\@base {
    width: 68.3333333333%;
  }
  
  .grid__col--push\(9\)\@base {
    left: 75%;
    position: relative;
  }
  
  .grid__col--pull\(9\)\@base {
    position: relative;
    right: 75%;
  }
  
  .grid__col--10\@base {
    width: 76.6666666667%;
  }
  
  .grid__col--push\(10\)\@base {
    left: 83.3333333333%;
    position: relative;
  }
  
  .grid__col--pull\(10\)\@base {
    position: relative;
    right: 83.3333333333%;
  }
  
  .grid__col--11\@base {
    width: 85%;
  }
  
  .grid__col--push\(11\)\@base {
    left: 91.6666666667%;
    position: relative;
  }
  
  .grid__col--pull\(11\)\@base {
    position: relative;
    right: 91.6666666667%;
  }
  
  .grid__col--12\@base {
    width: 93.3333333333%;
  }
  
  .grid__col--push\(12\)\@base {
    left: 100%;
    position: relative;
  }
  
  .grid__col--pull\(12\)\@base {
    position: relative;
    right: 100%;
  }
  
  @media screen and (min-width: 22.5rem) {
    .grid {
      max-width: 22.25rem;
    }
    .grid__col {
      margin-left: 2.808988764%;
      margin-right: 2.808988764%;
      min-height: 0.0625rem;
    }
    .container\@base {
      margin: auto;
      max-width: 21rem;
    }
    .container\@base--grid {
      margin: auto;
      max-width: 22.25rem;
    }
    .container\@base--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@base--half {
      margin: auto;
      max-width: calc(10.5rem);
    }
    .hidden\@base {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@base {
      width: 2.7153558052%;
    }
    .grid__col--push\(1\)\@base {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@base {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@base {
      width: 11.0486891386%;
    }
    .grid__col--push\(2\)\@base {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@base {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@base {
      width: 19.3820224719%;
    }
    .grid__col--push\(3\)\@base {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@base {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@base {
      width: 27.7153558052%;
    }
    .grid__col--push\(4\)\@base {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@base {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@base {
      width: 36.0486891386%;
    }
    .grid__col--push\(5\)\@base {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@base {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@base {
      width: 44.3820224719%;
    }
    .grid__col--push\(6\)\@base {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@base {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@base {
      width: 52.7153558052%;
    }
    .grid__col--push\(7\)\@base {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@base {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@base {
      width: 61.0486891386%;
    }
    .grid__col--push\(8\)\@base {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@base {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@base {
      width: 69.3820224719%;
    }
    .grid__col--push\(9\)\@base {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@base {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@base {
      width: 77.7153558052%;
    }
    .grid__col--push\(10\)\@base {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@base {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@base {
      width: 86.0486891386%;
    }
    .grid__col--push\(11\)\@base {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@base {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@base {
      width: 94.3820224719%;
    }
    .grid__col--push\(12\)\@base {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@base {
      position: relative;
      right: 100%;
    }
    .container\@mq1 {
      margin: auto;
      max-width: 21rem;
    }
    .container\@mq1--grid {
      margin: auto;
      max-width: 22.25rem;
    }
    .container\@mq1--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq1--half {
      margin: auto;
      max-width: calc(10.5rem);
    }
    .hidden\@mq1 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq1 {
      width: 2.7153558052%;
    }
    .grid__col--push\(1\)\@mq1 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq1 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq1 {
      width: 11.0486891386%;
    }
    .grid__col--push\(2\)\@mq1 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq1 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq1 {
      width: 19.3820224719%;
    }
    .grid__col--push\(3\)\@mq1 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq1 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq1 {
      width: 27.7153558052%;
    }
    .grid__col--push\(4\)\@mq1 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq1 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq1 {
      width: 36.0486891386%;
    }
    .grid__col--push\(5\)\@mq1 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq1 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq1 {
      width: 44.3820224719%;
    }
    .grid__col--push\(6\)\@mq1 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq1 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq1 {
      width: 52.7153558052%;
    }
    .grid__col--push\(7\)\@mq1 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq1 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq1 {
      width: 61.0486891386%;
    }
    .grid__col--push\(8\)\@mq1 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq1 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq1 {
      width: 69.3820224719%;
    }
    .grid__col--push\(9\)\@mq1 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq1 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq1 {
      width: 77.7153558052%;
    }
    .grid__col--push\(10\)\@mq1 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq1 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq1 {
      width: 86.0486891386%;
    }
    .grid__col--push\(11\)\@mq1 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq1 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq1 {
      width: 94.3820224719%;
    }
    .grid__col--push\(12\)\@mq1 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq1 {
      position: relative;
      right: 100%;
    }
  }
  
  @media screen and (min-width: 36.25rem) {
    .grid {
      max-width: 35.25rem;
    }
    .grid__col {
      margin-left: 1.7730496454%;
      margin-right: 1.7730496454%;
      min-height: 0.0625rem;
    }
    .container\@base {
      margin: auto;
      max-width: 34rem;
    }
    .container\@base--grid {
      margin: auto;
      max-width: 35.25rem;
    }
    .container\@base--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@base--half {
      margin: auto;
      max-width: calc(17rem);
    }
    .hidden\@base {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@base {
      width: 4.7872340426%;
    }
    .grid__col--push\(1\)\@base {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@base {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@base {
      width: 13.1205673759%;
    }
    .grid__col--push\(2\)\@base {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@base {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@base {
      width: 21.4539007092%;
    }
    .grid__col--push\(3\)\@base {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@base {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@base {
      width: 29.7872340426%;
    }
    .grid__col--push\(4\)\@base {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@base {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@base {
      width: 38.1205673759%;
    }
    .grid__col--push\(5\)\@base {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@base {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@base {
      width: 46.4539007092%;
    }
    .grid__col--push\(6\)\@base {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@base {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@base {
      width: 54.7872340426%;
    }
    .grid__col--push\(7\)\@base {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@base {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@base {
      width: 63.1205673759%;
    }
    .grid__col--push\(8\)\@base {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@base {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@base {
      width: 71.4539007092%;
    }
    .grid__col--push\(9\)\@base {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@base {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@base {
      width: 79.7872340426%;
    }
    .grid__col--push\(10\)\@base {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@base {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@base {
      width: 88.1205673759%;
    }
    .grid__col--push\(11\)\@base {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@base {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@base {
      width: 96.4539007092%;
    }
    .grid__col--push\(12\)\@base {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@base {
      position: relative;
      right: 100%;
    }
    .container\@mq1 {
      margin: auto;
      max-width: 34rem;
    }
    .container\@mq1--grid {
      margin: auto;
      max-width: 35.25rem;
    }
    .container\@mq1--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq1--half {
      margin: auto;
      max-width: calc(17rem);
    }
    .hidden\@mq1 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq1 {
      width: 4.7872340426%;
    }
    .grid__col--push\(1\)\@mq1 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq1 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq1 {
      width: 13.1205673759%;
    }
    .grid__col--push\(2\)\@mq1 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq1 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq1 {
      width: 21.4539007092%;
    }
    .grid__col--push\(3\)\@mq1 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq1 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq1 {
      width: 29.7872340426%;
    }
    .grid__col--push\(4\)\@mq1 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq1 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq1 {
      width: 38.1205673759%;
    }
    .grid__col--push\(5\)\@mq1 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq1 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq1 {
      width: 46.4539007092%;
    }
    .grid__col--push\(6\)\@mq1 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq1 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq1 {
      width: 54.7872340426%;
    }
    .grid__col--push\(7\)\@mq1 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq1 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq1 {
      width: 63.1205673759%;
    }
    .grid__col--push\(8\)\@mq1 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq1 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq1 {
      width: 71.4539007092%;
    }
    .grid__col--push\(9\)\@mq1 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq1 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq1 {
      width: 79.7872340426%;
    }
    .grid__col--push\(10\)\@mq1 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq1 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq1 {
      width: 88.1205673759%;
    }
    .grid__col--push\(11\)\@mq1 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq1 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq1 {
      width: 96.4539007092%;
    }
    .grid__col--push\(12\)\@mq1 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq1 {
      position: relative;
      right: 100%;
    }
    .container\@mq2 {
      margin: auto;
      max-width: 34rem;
    }
    .container\@mq2--grid {
      margin: auto;
      max-width: 35.25rem;
    }
    .container\@mq2--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq2--half {
      margin: auto;
      max-width: calc(17rem);
    }
    .hidden\@mq2 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq2 {
      width: 4.7872340426%;
    }
    .grid__col--push\(1\)\@mq2 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq2 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq2 {
      width: 13.1205673759%;
    }
    .grid__col--push\(2\)\@mq2 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq2 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq2 {
      width: 21.4539007092%;
    }
    .grid__col--push\(3\)\@mq2 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq2 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq2 {
      width: 29.7872340426%;
    }
    .grid__col--push\(4\)\@mq2 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq2 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq2 {
      width: 38.1205673759%;
    }
    .grid__col--push\(5\)\@mq2 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq2 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq2 {
      width: 46.4539007092%;
    }
    .grid__col--push\(6\)\@mq2 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq2 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq2 {
      width: 54.7872340426%;
    }
    .grid__col--push\(7\)\@mq2 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq2 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq2 {
      width: 63.1205673759%;
    }
    .grid__col--push\(8\)\@mq2 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq2 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq2 {
      width: 71.4539007092%;
    }
    .grid__col--push\(9\)\@mq2 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq2 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq2 {
      width: 79.7872340426%;
    }
    .grid__col--push\(10\)\@mq2 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq2 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq2 {
      width: 88.1205673759%;
    }
    .grid__col--push\(11\)\@mq2 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq2 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq2 {
      width: 96.4539007092%;
    }
    .grid__col--push\(12\)\@mq2 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq2 {
      position: relative;
      right: 100%;
    }
  }
  
  @media screen and (min-width: 47.5rem) {
    .grid {
      max-width: 46.5rem;
    }
    .grid__col {
      margin-left: 1.3440860215%;
      margin-right: 1.3440860215%;
      min-height: 0.0625rem;
    }
    .container\@base {
      margin: auto;
      max-width: 45.25rem;
    }
    .container\@base--grid {
      margin: auto;
      max-width: 46.5rem;
    }
    .container\@base--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@base--half {
      margin: auto;
      max-width: calc(22.625rem);
    }
    .hidden\@base {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@base {
      width: 5.6451612903%;
    }
    .grid__col--push\(1\)\@base {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@base {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@base {
      width: 13.9784946237%;
    }
    .grid__col--push\(2\)\@base {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@base {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@base {
      width: 22.311827957%;
    }
    .grid__col--push\(3\)\@base {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@base {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@base {
      width: 30.6451612903%;
    }
    .grid__col--push\(4\)\@base {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@base {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@base {
      width: 38.9784946237%;
    }
    .grid__col--push\(5\)\@base {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@base {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@base {
      width: 47.311827957%;
    }
    .grid__col--push\(6\)\@base {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@base {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@base {
      width: 55.6451612903%;
    }
    .grid__col--push\(7\)\@base {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@base {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@base {
      width: 63.9784946237%;
    }
    .grid__col--push\(8\)\@base {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@base {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@base {
      width: 72.311827957%;
    }
    .grid__col--push\(9\)\@base {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@base {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@base {
      width: 80.6451612903%;
    }
    .grid__col--push\(10\)\@base {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@base {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@base {
      width: 88.9784946237%;
    }
    .grid__col--push\(11\)\@base {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@base {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@base {
      width: 97.311827957%;
    }
    .grid__col--push\(12\)\@base {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@base {
      position: relative;
      right: 100%;
    }
    .container\@mq1 {
      margin: auto;
      max-width: 45.25rem;
    }
    .container\@mq1--grid {
      margin: auto;
      max-width: 46.5rem;
    }
    .container\@mq1--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq1--half {
      margin: auto;
      max-width: calc(22.625rem);
    }
    .hidden\@mq1 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq1 {
      width: 5.6451612903%;
    }
    .grid__col--push\(1\)\@mq1 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq1 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq1 {
      width: 13.9784946237%;
    }
    .grid__col--push\(2\)\@mq1 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq1 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq1 {
      width: 22.311827957%;
    }
    .grid__col--push\(3\)\@mq1 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq1 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq1 {
      width: 30.6451612903%;
    }
    .grid__col--push\(4\)\@mq1 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq1 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq1 {
      width: 38.9784946237%;
    }
    .grid__col--push\(5\)\@mq1 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq1 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq1 {
      width: 47.311827957%;
    }
    .grid__col--push\(6\)\@mq1 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq1 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq1 {
      width: 55.6451612903%;
    }
    .grid__col--push\(7\)\@mq1 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq1 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq1 {
      width: 63.9784946237%;
    }
    .grid__col--push\(8\)\@mq1 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq1 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq1 {
      width: 72.311827957%;
    }
    .grid__col--push\(9\)\@mq1 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq1 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq1 {
      width: 80.6451612903%;
    }
    .grid__col--push\(10\)\@mq1 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq1 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq1 {
      width: 88.9784946237%;
    }
    .grid__col--push\(11\)\@mq1 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq1 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq1 {
      width: 97.311827957%;
    }
    .grid__col--push\(12\)\@mq1 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq1 {
      position: relative;
      right: 100%;
    }
    .container\@mq2 {
      margin: auto;
      max-width: 45.25rem;
    }
    .container\@mq2--grid {
      margin: auto;
      max-width: 46.5rem;
    }
    .container\@mq2--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq2--half {
      margin: auto;
      max-width: calc(22.625rem);
    }
    .hidden\@mq2 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq2 {
      width: 5.6451612903%;
    }
    .grid__col--push\(1\)\@mq2 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq2 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq2 {
      width: 13.9784946237%;
    }
    .grid__col--push\(2\)\@mq2 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq2 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq2 {
      width: 22.311827957%;
    }
    .grid__col--push\(3\)\@mq2 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq2 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq2 {
      width: 30.6451612903%;
    }
    .grid__col--push\(4\)\@mq2 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq2 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq2 {
      width: 38.9784946237%;
    }
    .grid__col--push\(5\)\@mq2 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq2 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq2 {
      width: 47.311827957%;
    }
    .grid__col--push\(6\)\@mq2 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq2 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq2 {
      width: 55.6451612903%;
    }
    .grid__col--push\(7\)\@mq2 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq2 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq2 {
      width: 63.9784946237%;
    }
    .grid__col--push\(8\)\@mq2 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq2 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq2 {
      width: 72.311827957%;
    }
    .grid__col--push\(9\)\@mq2 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq2 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq2 {
      width: 80.6451612903%;
    }
    .grid__col--push\(10\)\@mq2 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq2 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq2 {
      width: 88.9784946237%;
    }
    .grid__col--push\(11\)\@mq2 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq2 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq2 {
      width: 97.311827957%;
    }
    .grid__col--push\(12\)\@mq2 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq2 {
      position: relative;
      right: 100%;
    }
    .container\@mq3 {
      margin: auto;
      max-width: 45.25rem;
    }
    .container\@mq3--grid {
      margin: auto;
      max-width: 46.5rem;
    }
    .container\@mq3--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq3--half {
      margin: auto;
      max-width: calc(22.625rem);
    }
    .hidden\@mq3 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq3 {
      width: 5.6451612903%;
    }
    .grid__col--push\(1\)\@mq3 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq3 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq3 {
      width: 13.9784946237%;
    }
    .grid__col--push\(2\)\@mq3 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq3 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq3 {
      width: 22.311827957%;
    }
    .grid__col--push\(3\)\@mq3 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq3 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq3 {
      width: 30.6451612903%;
    }
    .grid__col--push\(4\)\@mq3 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq3 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq3 {
      width: 38.9784946237%;
    }
    .grid__col--push\(5\)\@mq3 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq3 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq3 {
      width: 47.311827957%;
    }
    .grid__col--push\(6\)\@mq3 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq3 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq3 {
      width: 55.6451612903%;
    }
    .grid__col--push\(7\)\@mq3 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq3 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq3 {
      width: 63.9784946237%;
    }
    .grid__col--push\(8\)\@mq3 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq3 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq3 {
      width: 72.311827957%;
    }
    .grid__col--push\(9\)\@mq3 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq3 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq3 {
      width: 80.6451612903%;
    }
    .grid__col--push\(10\)\@mq3 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq3 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq3 {
      width: 88.9784946237%;
    }
    .grid__col--push\(11\)\@mq3 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq3 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq3 {
      width: 97.311827957%;
    }
    .grid__col--push\(12\)\@mq3 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq3 {
      position: relative;
      right: 100%;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .grid {
      max-width: 57.25rem;
    }
    .grid__col {
      margin-left: 1.0917030568%;
      margin-right: 1.0917030568%;
      min-height: 0.0625rem;
    }
    .container\@base {
      margin: auto;
      max-width: 55rem;
    }
    .container\@base--grid {
      margin: auto;
      max-width: 57.25rem;
    }
    .container\@base--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@base--half {
      margin: auto;
      max-width: calc(27.5rem);
    }
    .hidden\@base {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@base {
      width: 6.1499272198%;
    }
    .grid__col--push\(1\)\@base {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@base {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@base {
      width: 14.4832605531%;
    }
    .grid__col--push\(2\)\@base {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@base {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@base {
      width: 22.8165938865%;
    }
    .grid__col--push\(3\)\@base {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@base {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@base {
      width: 31.1499272198%;
    }
    .grid__col--push\(4\)\@base {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@base {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@base {
      width: 39.4832605531%;
    }
    .grid__col--push\(5\)\@base {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@base {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@base {
      width: 47.8165938865%;
    }
    .grid__col--push\(6\)\@base {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@base {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@base {
      width: 56.1499272198%;
    }
    .grid__col--push\(7\)\@base {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@base {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@base {
      width: 64.4832605531%;
    }
    .grid__col--push\(8\)\@base {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@base {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@base {
      width: 72.8165938865%;
    }
    .grid__col--push\(9\)\@base {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@base {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@base {
      width: 81.1499272198%;
    }
    .grid__col--push\(10\)\@base {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@base {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@base {
      width: 89.4832605531%;
    }
    .grid__col--push\(11\)\@base {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@base {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@base {
      width: 97.8165938865%;
    }
    .grid__col--push\(12\)\@base {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@base {
      position: relative;
      right: 100%;
    }
    .container\@mq1 {
      margin: auto;
      max-width: 55rem;
    }
    .container\@mq1--grid {
      margin: auto;
      max-width: 57.25rem;
    }
    .container\@mq1--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq1--half {
      margin: auto;
      max-width: calc(27.5rem);
    }
    .hidden\@mq1 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq1 {
      width: 6.1499272198%;
    }
    .grid__col--push\(1\)\@mq1 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq1 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq1 {
      width: 14.4832605531%;
    }
    .grid__col--push\(2\)\@mq1 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq1 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq1 {
      width: 22.8165938865%;
    }
    .grid__col--push\(3\)\@mq1 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq1 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq1 {
      width: 31.1499272198%;
    }
    .grid__col--push\(4\)\@mq1 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq1 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq1 {
      width: 39.4832605531%;
    }
    .grid__col--push\(5\)\@mq1 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq1 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq1 {
      width: 47.8165938865%;
    }
    .grid__col--push\(6\)\@mq1 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq1 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq1 {
      width: 56.1499272198%;
    }
    .grid__col--push\(7\)\@mq1 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq1 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq1 {
      width: 64.4832605531%;
    }
    .grid__col--push\(8\)\@mq1 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq1 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq1 {
      width: 72.8165938865%;
    }
    .grid__col--push\(9\)\@mq1 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq1 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq1 {
      width: 81.1499272198%;
    }
    .grid__col--push\(10\)\@mq1 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq1 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq1 {
      width: 89.4832605531%;
    }
    .grid__col--push\(11\)\@mq1 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq1 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq1 {
      width: 97.8165938865%;
    }
    .grid__col--push\(12\)\@mq1 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq1 {
      position: relative;
      right: 100%;
    }
    .container\@mq2 {
      margin: auto;
      max-width: 55rem;
    }
    .container\@mq2--grid {
      margin: auto;
      max-width: 57.25rem;
    }
    .container\@mq2--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq2--half {
      margin: auto;
      max-width: calc(27.5rem);
    }
    .hidden\@mq2 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq2 {
      width: 6.1499272198%;
    }
    .grid__col--push\(1\)\@mq2 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq2 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq2 {
      width: 14.4832605531%;
    }
    .grid__col--push\(2\)\@mq2 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq2 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq2 {
      width: 22.8165938865%;
    }
    .grid__col--push\(3\)\@mq2 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq2 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq2 {
      width: 31.1499272198%;
    }
    .grid__col--push\(4\)\@mq2 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq2 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq2 {
      width: 39.4832605531%;
    }
    .grid__col--push\(5\)\@mq2 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq2 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq2 {
      width: 47.8165938865%;
    }
    .grid__col--push\(6\)\@mq2 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq2 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq2 {
      width: 56.1499272198%;
    }
    .grid__col--push\(7\)\@mq2 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq2 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq2 {
      width: 64.4832605531%;
    }
    .grid__col--push\(8\)\@mq2 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq2 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq2 {
      width: 72.8165938865%;
    }
    .grid__col--push\(9\)\@mq2 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq2 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq2 {
      width: 81.1499272198%;
    }
    .grid__col--push\(10\)\@mq2 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq2 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq2 {
      width: 89.4832605531%;
    }
    .grid__col--push\(11\)\@mq2 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq2 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq2 {
      width: 97.8165938865%;
    }
    .grid__col--push\(12\)\@mq2 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq2 {
      position: relative;
      right: 100%;
    }
    .container\@mq3 {
      margin: auto;
      max-width: 55rem;
    }
    .container\@mq3--grid {
      margin: auto;
      max-width: 57.25rem;
    }
    .container\@mq3--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq3--half {
      margin: auto;
      max-width: calc(27.5rem);
    }
    .hidden\@mq3 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq3 {
      width: 6.1499272198%;
    }
    .grid__col--push\(1\)\@mq3 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq3 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq3 {
      width: 14.4832605531%;
    }
    .grid__col--push\(2\)\@mq3 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq3 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq3 {
      width: 22.8165938865%;
    }
    .grid__col--push\(3\)\@mq3 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq3 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq3 {
      width: 31.1499272198%;
    }
    .grid__col--push\(4\)\@mq3 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq3 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq3 {
      width: 39.4832605531%;
    }
    .grid__col--push\(5\)\@mq3 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq3 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq3 {
      width: 47.8165938865%;
    }
    .grid__col--push\(6\)\@mq3 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq3 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq3 {
      width: 56.1499272198%;
    }
    .grid__col--push\(7\)\@mq3 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq3 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq3 {
      width: 64.4832605531%;
    }
    .grid__col--push\(8\)\@mq3 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq3 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq3 {
      width: 72.8165938865%;
    }
    .grid__col--push\(9\)\@mq3 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq3 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq3 {
      width: 81.1499272198%;
    }
    .grid__col--push\(10\)\@mq3 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq3 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq3 {
      width: 89.4832605531%;
    }
    .grid__col--push\(11\)\@mq3 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq3 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq3 {
      width: 97.8165938865%;
    }
    .grid__col--push\(12\)\@mq3 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq3 {
      position: relative;
      right: 100%;
    }
    .container\@mq4 {
      margin: auto;
      max-width: 55rem;
    }
    .container\@mq4--grid {
      margin: auto;
      max-width: 57.25rem;
    }
    .container\@mq4--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq4--half {
      margin: auto;
      max-width: calc(27.5rem);
    }
    .hidden\@mq4 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq4 {
      width: 6.1499272198%;
    }
    .grid__col--push\(1\)\@mq4 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq4 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq4 {
      width: 14.4832605531%;
    }
    .grid__col--push\(2\)\@mq4 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq4 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq4 {
      width: 22.8165938865%;
    }
    .grid__col--push\(3\)\@mq4 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq4 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq4 {
      width: 31.1499272198%;
    }
    .grid__col--push\(4\)\@mq4 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq4 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq4 {
      width: 39.4832605531%;
    }
    .grid__col--push\(5\)\@mq4 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq4 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq4 {
      width: 47.8165938865%;
    }
    .grid__col--push\(6\)\@mq4 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq4 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq4 {
      width: 56.1499272198%;
    }
    .grid__col--push\(7\)\@mq4 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq4 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq4 {
      width: 64.4832605531%;
    }
    .grid__col--push\(8\)\@mq4 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq4 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq4 {
      width: 72.8165938865%;
    }
    .grid__col--push\(9\)\@mq4 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq4 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq4 {
      width: 81.1499272198%;
    }
    .grid__col--push\(10\)\@mq4 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq4 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq4 {
      width: 89.4832605531%;
    }
    .grid__col--push\(11\)\@mq4 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq4 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq4 {
      width: 97.8165938865%;
    }
    .grid__col--push\(12\)\@mq4 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq4 {
      position: relative;
      right: 100%;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .grid {
      max-width: 77.5rem;
    }
    .grid__col {
      margin-left: 0.8064516129%;
      margin-right: 0.8064516129%;
      min-height: 0.0625rem;
    }
    .container\@base {
      margin: auto;
      max-width: 76.25rem;
    }
    .container\@base--grid {
      margin: auto;
      max-width: 77.5rem;
    }
    .container\@base--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@base--half {
      margin: auto;
      max-width: calc(38.125rem);
    }
    .hidden\@base {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@base {
      width: 6.7204301075%;
    }
    .grid__col--push\(1\)\@base {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@base {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@base {
      width: 15.0537634409%;
    }
    .grid__col--push\(2\)\@base {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@base {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@base {
      width: 23.3870967742%;
    }
    .grid__col--push\(3\)\@base {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@base {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@base {
      width: 31.7204301075%;
    }
    .grid__col--push\(4\)\@base {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@base {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@base {
      width: 40.0537634409%;
    }
    .grid__col--push\(5\)\@base {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@base {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@base {
      width: 48.3870967742%;
    }
    .grid__col--push\(6\)\@base {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@base {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@base {
      width: 56.7204301075%;
    }
    .grid__col--push\(7\)\@base {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@base {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@base {
      width: 65.0537634409%;
    }
    .grid__col--push\(8\)\@base {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@base {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@base {
      width: 73.3870967742%;
    }
    .grid__col--push\(9\)\@base {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@base {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@base {
      width: 81.7204301075%;
    }
    .grid__col--push\(10\)\@base {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@base {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@base {
      width: 90.0537634409%;
    }
    .grid__col--push\(11\)\@base {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@base {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@base {
      width: 98.3870967742%;
    }
    .grid__col--push\(12\)\@base {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@base {
      position: relative;
      right: 100%;
    }
    .container\@mq1 {
      margin: auto;
      max-width: 76.25rem;
    }
    .container\@mq1--grid {
      margin: auto;
      max-width: 77.5rem;
    }
    .container\@mq1--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq1--half {
      margin: auto;
      max-width: calc(38.125rem);
    }
    .hidden\@mq1 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq1 {
      width: 6.7204301075%;
    }
    .grid__col--push\(1\)\@mq1 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq1 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq1 {
      width: 15.0537634409%;
    }
    .grid__col--push\(2\)\@mq1 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq1 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq1 {
      width: 23.3870967742%;
    }
    .grid__col--push\(3\)\@mq1 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq1 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq1 {
      width: 31.7204301075%;
    }
    .grid__col--push\(4\)\@mq1 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq1 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq1 {
      width: 40.0537634409%;
    }
    .grid__col--push\(5\)\@mq1 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq1 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq1 {
      width: 48.3870967742%;
    }
    .grid__col--push\(6\)\@mq1 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq1 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq1 {
      width: 56.7204301075%;
    }
    .grid__col--push\(7\)\@mq1 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq1 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq1 {
      width: 65.0537634409%;
    }
    .grid__col--push\(8\)\@mq1 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq1 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq1 {
      width: 73.3870967742%;
    }
    .grid__col--push\(9\)\@mq1 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq1 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq1 {
      width: 81.7204301075%;
    }
    .grid__col--push\(10\)\@mq1 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq1 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq1 {
      width: 90.0537634409%;
    }
    .grid__col--push\(11\)\@mq1 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq1 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq1 {
      width: 98.3870967742%;
    }
    .grid__col--push\(12\)\@mq1 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq1 {
      position: relative;
      right: 100%;
    }
    .container\@mq2 {
      margin: auto;
      max-width: 76.25rem;
    }
    .container\@mq2--grid {
      margin: auto;
      max-width: 77.5rem;
    }
    .container\@mq2--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq2--half {
      margin: auto;
      max-width: calc(38.125rem);
    }
    .hidden\@mq2 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq2 {
      width: 6.7204301075%;
    }
    .grid__col--push\(1\)\@mq2 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq2 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq2 {
      width: 15.0537634409%;
    }
    .grid__col--push\(2\)\@mq2 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq2 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq2 {
      width: 23.3870967742%;
    }
    .grid__col--push\(3\)\@mq2 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq2 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq2 {
      width: 31.7204301075%;
    }
    .grid__col--push\(4\)\@mq2 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq2 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq2 {
      width: 40.0537634409%;
    }
    .grid__col--push\(5\)\@mq2 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq2 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq2 {
      width: 48.3870967742%;
    }
    .grid__col--push\(6\)\@mq2 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq2 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq2 {
      width: 56.7204301075%;
    }
    .grid__col--push\(7\)\@mq2 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq2 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq2 {
      width: 65.0537634409%;
    }
    .grid__col--push\(8\)\@mq2 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq2 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq2 {
      width: 73.3870967742%;
    }
    .grid__col--push\(9\)\@mq2 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq2 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq2 {
      width: 81.7204301075%;
    }
    .grid__col--push\(10\)\@mq2 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq2 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq2 {
      width: 90.0537634409%;
    }
    .grid__col--push\(11\)\@mq2 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq2 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq2 {
      width: 98.3870967742%;
    }
    .grid__col--push\(12\)\@mq2 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq2 {
      position: relative;
      right: 100%;
    }
    .container\@mq3 {
      margin: auto;
      max-width: 76.25rem;
    }
    .container\@mq3--grid {
      margin: auto;
      max-width: 77.5rem;
    }
    .container\@mq3--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq3--half {
      margin: auto;
      max-width: calc(38.125rem);
    }
    .hidden\@mq3 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq3 {
      width: 6.7204301075%;
    }
    .grid__col--push\(1\)\@mq3 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq3 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq3 {
      width: 15.0537634409%;
    }
    .grid__col--push\(2\)\@mq3 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq3 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq3 {
      width: 23.3870967742%;
    }
    .grid__col--push\(3\)\@mq3 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq3 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq3 {
      width: 31.7204301075%;
    }
    .grid__col--push\(4\)\@mq3 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq3 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq3 {
      width: 40.0537634409%;
    }
    .grid__col--push\(5\)\@mq3 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq3 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq3 {
      width: 48.3870967742%;
    }
    .grid__col--push\(6\)\@mq3 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq3 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq3 {
      width: 56.7204301075%;
    }
    .grid__col--push\(7\)\@mq3 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq3 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq3 {
      width: 65.0537634409%;
    }
    .grid__col--push\(8\)\@mq3 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq3 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq3 {
      width: 73.3870967742%;
    }
    .grid__col--push\(9\)\@mq3 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq3 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq3 {
      width: 81.7204301075%;
    }
    .grid__col--push\(10\)\@mq3 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq3 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq3 {
      width: 90.0537634409%;
    }
    .grid__col--push\(11\)\@mq3 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq3 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq3 {
      width: 98.3870967742%;
    }
    .grid__col--push\(12\)\@mq3 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq3 {
      position: relative;
      right: 100%;
    }
    .container\@mq4 {
      margin: auto;
      max-width: 76.25rem;
    }
    .container\@mq4--grid {
      margin: auto;
      max-width: 77.5rem;
    }
    .container\@mq4--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq4--half {
      margin: auto;
      max-width: calc(38.125rem);
    }
    .hidden\@mq4 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq4 {
      width: 6.7204301075%;
    }
    .grid__col--push\(1\)\@mq4 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq4 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq4 {
      width: 15.0537634409%;
    }
    .grid__col--push\(2\)\@mq4 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq4 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq4 {
      width: 23.3870967742%;
    }
    .grid__col--push\(3\)\@mq4 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq4 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq4 {
      width: 31.7204301075%;
    }
    .grid__col--push\(4\)\@mq4 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq4 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq4 {
      width: 40.0537634409%;
    }
    .grid__col--push\(5\)\@mq4 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq4 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq4 {
      width: 48.3870967742%;
    }
    .grid__col--push\(6\)\@mq4 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq4 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq4 {
      width: 56.7204301075%;
    }
    .grid__col--push\(7\)\@mq4 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq4 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq4 {
      width: 65.0537634409%;
    }
    .grid__col--push\(8\)\@mq4 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq4 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq4 {
      width: 73.3870967742%;
    }
    .grid__col--push\(9\)\@mq4 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq4 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq4 {
      width: 81.7204301075%;
    }
    .grid__col--push\(10\)\@mq4 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq4 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq4 {
      width: 90.0537634409%;
    }
    .grid__col--push\(11\)\@mq4 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq4 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq4 {
      width: 98.3870967742%;
    }
    .grid__col--push\(12\)\@mq4 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq4 {
      position: relative;
      right: 100%;
    }
    .container\@mq5 {
      margin: auto;
      max-width: 76.25rem;
    }
    .container\@mq5--grid {
      margin: auto;
      max-width: 77.5rem;
    }
    .container\@mq5--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq5--half {
      margin: auto;
      max-width: calc(38.125rem);
    }
    .hidden\@mq5 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq5 {
      width: 6.7204301075%;
    }
    .grid__col--push\(1\)\@mq5 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq5 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq5 {
      width: 15.0537634409%;
    }
    .grid__col--push\(2\)\@mq5 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq5 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq5 {
      width: 23.3870967742%;
    }
    .grid__col--push\(3\)\@mq5 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq5 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq5 {
      width: 31.7204301075%;
    }
    .grid__col--push\(4\)\@mq5 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq5 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq5 {
      width: 40.0537634409%;
    }
    .grid__col--push\(5\)\@mq5 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq5 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq5 {
      width: 48.3870967742%;
    }
    .grid__col--push\(6\)\@mq5 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq5 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq5 {
      width: 56.7204301075%;
    }
    .grid__col--push\(7\)\@mq5 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq5 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq5 {
      width: 65.0537634409%;
    }
    .grid__col--push\(8\)\@mq5 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq5 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq5 {
      width: 73.3870967742%;
    }
    .grid__col--push\(9\)\@mq5 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq5 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq5 {
      width: 81.7204301075%;
    }
    .grid__col--push\(10\)\@mq5 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq5 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq5 {
      width: 90.0537634409%;
    }
    .grid__col--push\(11\)\@mq5 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq5 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq5 {
      width: 98.3870967742%;
    }
    .grid__col--push\(12\)\@mq5 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq5 {
      position: relative;
      right: 100%;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .grid {
      max-width: 88.125rem;
    }
    .grid__col {
      margin-left: 0.7092198582%;
      margin-right: 0.7092198582%;
      min-height: 0.0625rem;
    }
    .container\@base {
      margin: auto;
      max-width: 86.875rem;
    }
    .container\@base--grid {
      margin: auto;
      max-width: 88.125rem;
    }
    .container\@base--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@base--half {
      margin: auto;
      max-width: calc(43.4375rem);
    }
    .hidden\@base {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@base {
      width: 6.914893617%;
    }
    .grid__col--push\(1\)\@base {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@base {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@base {
      width: 15.2482269504%;
    }
    .grid__col--push\(2\)\@base {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@base {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@base {
      width: 23.5815602837%;
    }
    .grid__col--push\(3\)\@base {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@base {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@base {
      width: 31.914893617%;
    }
    .grid__col--push\(4\)\@base {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@base {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@base {
      width: 40.2482269504%;
    }
    .grid__col--push\(5\)\@base {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@base {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@base {
      width: 48.5815602837%;
    }
    .grid__col--push\(6\)\@base {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@base {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@base {
      width: 56.914893617%;
    }
    .grid__col--push\(7\)\@base {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@base {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@base {
      width: 65.2482269504%;
    }
    .grid__col--push\(8\)\@base {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@base {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@base {
      width: 73.5815602837%;
    }
    .grid__col--push\(9\)\@base {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@base {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@base {
      width: 81.914893617%;
    }
    .grid__col--push\(10\)\@base {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@base {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@base {
      width: 90.2482269504%;
    }
    .grid__col--push\(11\)\@base {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@base {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@base {
      width: 98.5815602837%;
    }
    .grid__col--push\(12\)\@base {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@base {
      position: relative;
      right: 100%;
    }
    .container\@mq1 {
      margin: auto;
      max-width: 86.875rem;
    }
    .container\@mq1--grid {
      margin: auto;
      max-width: 88.125rem;
    }
    .container\@mq1--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq1--half {
      margin: auto;
      max-width: calc(43.4375rem);
    }
    .hidden\@mq1 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq1 {
      width: 6.914893617%;
    }
    .grid__col--push\(1\)\@mq1 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq1 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq1 {
      width: 15.2482269504%;
    }
    .grid__col--push\(2\)\@mq1 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq1 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq1 {
      width: 23.5815602837%;
    }
    .grid__col--push\(3\)\@mq1 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq1 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq1 {
      width: 31.914893617%;
    }
    .grid__col--push\(4\)\@mq1 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq1 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq1 {
      width: 40.2482269504%;
    }
    .grid__col--push\(5\)\@mq1 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq1 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq1 {
      width: 48.5815602837%;
    }
    .grid__col--push\(6\)\@mq1 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq1 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq1 {
      width: 56.914893617%;
    }
    .grid__col--push\(7\)\@mq1 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq1 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq1 {
      width: 65.2482269504%;
    }
    .grid__col--push\(8\)\@mq1 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq1 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq1 {
      width: 73.5815602837%;
    }
    .grid__col--push\(9\)\@mq1 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq1 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq1 {
      width: 81.914893617%;
    }
    .grid__col--push\(10\)\@mq1 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq1 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq1 {
      width: 90.2482269504%;
    }
    .grid__col--push\(11\)\@mq1 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq1 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq1 {
      width: 98.5815602837%;
    }
    .grid__col--push\(12\)\@mq1 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq1 {
      position: relative;
      right: 100%;
    }
    .container\@mq2 {
      margin: auto;
      max-width: 86.875rem;
    }
    .container\@mq2--grid {
      margin: auto;
      max-width: 88.125rem;
    }
    .container\@mq2--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq2--half {
      margin: auto;
      max-width: calc(43.4375rem);
    }
    .hidden\@mq2 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq2 {
      width: 6.914893617%;
    }
    .grid__col--push\(1\)\@mq2 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq2 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq2 {
      width: 15.2482269504%;
    }
    .grid__col--push\(2\)\@mq2 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq2 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq2 {
      width: 23.5815602837%;
    }
    .grid__col--push\(3\)\@mq2 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq2 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq2 {
      width: 31.914893617%;
    }
    .grid__col--push\(4\)\@mq2 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq2 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq2 {
      width: 40.2482269504%;
    }
    .grid__col--push\(5\)\@mq2 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq2 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq2 {
      width: 48.5815602837%;
    }
    .grid__col--push\(6\)\@mq2 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq2 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq2 {
      width: 56.914893617%;
    }
    .grid__col--push\(7\)\@mq2 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq2 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq2 {
      width: 65.2482269504%;
    }
    .grid__col--push\(8\)\@mq2 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq2 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq2 {
      width: 73.5815602837%;
    }
    .grid__col--push\(9\)\@mq2 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq2 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq2 {
      width: 81.914893617%;
    }
    .grid__col--push\(10\)\@mq2 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq2 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq2 {
      width: 90.2482269504%;
    }
    .grid__col--push\(11\)\@mq2 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq2 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq2 {
      width: 98.5815602837%;
    }
    .grid__col--push\(12\)\@mq2 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq2 {
      position: relative;
      right: 100%;
    }
    .container\@mq3 {
      margin: auto;
      max-width: 86.875rem;
    }
    .container\@mq3--grid {
      margin: auto;
      max-width: 88.125rem;
    }
    .container\@mq3--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq3--half {
      margin: auto;
      max-width: calc(43.4375rem);
    }
    .hidden\@mq3 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq3 {
      width: 6.914893617%;
    }
    .grid__col--push\(1\)\@mq3 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq3 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq3 {
      width: 15.2482269504%;
    }
    .grid__col--push\(2\)\@mq3 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq3 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq3 {
      width: 23.5815602837%;
    }
    .grid__col--push\(3\)\@mq3 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq3 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq3 {
      width: 31.914893617%;
    }
    .grid__col--push\(4\)\@mq3 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq3 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq3 {
      width: 40.2482269504%;
    }
    .grid__col--push\(5\)\@mq3 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq3 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq3 {
      width: 48.5815602837%;
    }
    .grid__col--push\(6\)\@mq3 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq3 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq3 {
      width: 56.914893617%;
    }
    .grid__col--push\(7\)\@mq3 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq3 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq3 {
      width: 65.2482269504%;
    }
    .grid__col--push\(8\)\@mq3 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq3 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq3 {
      width: 73.5815602837%;
    }
    .grid__col--push\(9\)\@mq3 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq3 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq3 {
      width: 81.914893617%;
    }
    .grid__col--push\(10\)\@mq3 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq3 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq3 {
      width: 90.2482269504%;
    }
    .grid__col--push\(11\)\@mq3 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq3 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq3 {
      width: 98.5815602837%;
    }
    .grid__col--push\(12\)\@mq3 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq3 {
      position: relative;
      right: 100%;
    }
    .container\@mq4 {
      margin: auto;
      max-width: 86.875rem;
    }
    .container\@mq4--grid {
      margin: auto;
      max-width: 88.125rem;
    }
    .container\@mq4--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq4--half {
      margin: auto;
      max-width: calc(43.4375rem);
    }
    .hidden\@mq4 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq4 {
      width: 6.914893617%;
    }
    .grid__col--push\(1\)\@mq4 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq4 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq4 {
      width: 15.2482269504%;
    }
    .grid__col--push\(2\)\@mq4 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq4 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq4 {
      width: 23.5815602837%;
    }
    .grid__col--push\(3\)\@mq4 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq4 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq4 {
      width: 31.914893617%;
    }
    .grid__col--push\(4\)\@mq4 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq4 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq4 {
      width: 40.2482269504%;
    }
    .grid__col--push\(5\)\@mq4 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq4 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq4 {
      width: 48.5815602837%;
    }
    .grid__col--push\(6\)\@mq4 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq4 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq4 {
      width: 56.914893617%;
    }
    .grid__col--push\(7\)\@mq4 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq4 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq4 {
      width: 65.2482269504%;
    }
    .grid__col--push\(8\)\@mq4 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq4 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq4 {
      width: 73.5815602837%;
    }
    .grid__col--push\(9\)\@mq4 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq4 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq4 {
      width: 81.914893617%;
    }
    .grid__col--push\(10\)\@mq4 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq4 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq4 {
      width: 90.2482269504%;
    }
    .grid__col--push\(11\)\@mq4 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq4 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq4 {
      width: 98.5815602837%;
    }
    .grid__col--push\(12\)\@mq4 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq4 {
      position: relative;
      right: 100%;
    }
    .container\@mq5 {
      margin: auto;
      max-width: 86.875rem;
    }
    .container\@mq5--grid {
      margin: auto;
      max-width: 88.125rem;
    }
    .container\@mq5--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq5--half {
      margin: auto;
      max-width: calc(43.4375rem);
    }
    .hidden\@mq5 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq5 {
      width: 6.914893617%;
    }
    .grid__col--push\(1\)\@mq5 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq5 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq5 {
      width: 15.2482269504%;
    }
    .grid__col--push\(2\)\@mq5 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq5 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq5 {
      width: 23.5815602837%;
    }
    .grid__col--push\(3\)\@mq5 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq5 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq5 {
      width: 31.914893617%;
    }
    .grid__col--push\(4\)\@mq5 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq5 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq5 {
      width: 40.2482269504%;
    }
    .grid__col--push\(5\)\@mq5 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq5 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq5 {
      width: 48.5815602837%;
    }
    .grid__col--push\(6\)\@mq5 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq5 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq5 {
      width: 56.914893617%;
    }
    .grid__col--push\(7\)\@mq5 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq5 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq5 {
      width: 65.2482269504%;
    }
    .grid__col--push\(8\)\@mq5 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq5 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq5 {
      width: 73.5815602837%;
    }
    .grid__col--push\(9\)\@mq5 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq5 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq5 {
      width: 81.914893617%;
    }
    .grid__col--push\(10\)\@mq5 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq5 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq5 {
      width: 90.2482269504%;
    }
    .grid__col--push\(11\)\@mq5 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq5 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq5 {
      width: 98.5815602837%;
    }
    .grid__col--push\(12\)\@mq5 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq5 {
      position: relative;
      right: 100%;
    }
    .container\@mq6 {
      margin: auto;
      max-width: 86.875rem;
    }
    .container\@mq6--grid {
      margin: auto;
      max-width: 88.125rem;
    }
    .container\@mq6--grid::after {
      clear: both;
      content: '';
      display: table;
    }
    .container\@mq6--half {
      margin: auto;
      max-width: calc(43.4375rem);
    }
    .hidden\@mq6 {
      display: none;
      visibility: hidden;
    }
    .grid__col--1\@mq6 {
      width: 6.914893617%;
    }
    .grid__col--push\(1\)\@mq6 {
      left: 8.3333333333%;
      position: relative;
    }
    .grid__col--pull\(1\)\@mq6 {
      position: relative;
      right: 8.3333333333%;
    }
    .grid__col--2\@mq6 {
      width: 15.2482269504%;
    }
    .grid__col--push\(2\)\@mq6 {
      left: 16.6666666667%;
      position: relative;
    }
    .grid__col--pull\(2\)\@mq6 {
      position: relative;
      right: 16.6666666667%;
    }
    .grid__col--3\@mq6 {
      width: 23.5815602837%;
    }
    .grid__col--push\(3\)\@mq6 {
      left: 25%;
      position: relative;
    }
    .grid__col--pull\(3\)\@mq6 {
      position: relative;
      right: 25%;
    }
    .grid__col--4\@mq6 {
      width: 31.914893617%;
    }
    .grid__col--push\(4\)\@mq6 {
      left: 33.3333333333%;
      position: relative;
    }
    .grid__col--pull\(4\)\@mq6 {
      position: relative;
      right: 33.3333333333%;
    }
    .grid__col--5\@mq6 {
      width: 40.2482269504%;
    }
    .grid__col--push\(5\)\@mq6 {
      left: 41.6666666667%;
      position: relative;
    }
    .grid__col--pull\(5\)\@mq6 {
      position: relative;
      right: 41.6666666667%;
    }
    .grid__col--6\@mq6 {
      width: 48.5815602837%;
    }
    .grid__col--push\(6\)\@mq6 {
      left: 50%;
      position: relative;
    }
    .grid__col--pull\(6\)\@mq6 {
      position: relative;
      right: 50%;
    }
    .grid__col--7\@mq6 {
      width: 56.914893617%;
    }
    .grid__col--push\(7\)\@mq6 {
      left: 58.3333333333%;
      position: relative;
    }
    .grid__col--pull\(7\)\@mq6 {
      position: relative;
      right: 58.3333333333%;
    }
    .grid__col--8\@mq6 {
      width: 65.2482269504%;
    }
    .grid__col--push\(8\)\@mq6 {
      left: 66.6666666667%;
      position: relative;
    }
    .grid__col--pull\(8\)\@mq6 {
      position: relative;
      right: 66.6666666667%;
    }
    .grid__col--9\@mq6 {
      width: 73.5815602837%;
    }
    .grid__col--push\(9\)\@mq6 {
      left: 75%;
      position: relative;
    }
    .grid__col--pull\(9\)\@mq6 {
      position: relative;
      right: 75%;
    }
    .grid__col--10\@mq6 {
      width: 81.914893617%;
    }
    .grid__col--push\(10\)\@mq6 {
      left: 83.3333333333%;
      position: relative;
    }
    .grid__col--pull\(10\)\@mq6 {
      position: relative;
      right: 83.3333333333%;
    }
    .grid__col--11\@mq6 {
      width: 90.2482269504%;
    }
    .grid__col--push\(11\)\@mq6 {
      left: 91.6666666667%;
      position: relative;
    }
    .grid__col--pull\(11\)\@mq6 {
      position: relative;
      right: 91.6666666667%;
    }
    .grid__col--12\@mq6 {
      width: 98.5815602837%;
    }
    .grid__col--push\(12\)\@mq6 {
      left: 100%;
      position: relative;
    }
    .grid__col--pull\(12\)\@mq6 {
      position: relative;
      right: 100%;
    }
  }
  
  @media screen and (max-width: 99.99375rem) {
    .container--off\@mq6 {
      margin: auto;
      display: block;
      float: none;
      max-width: 76.25rem;
    }
  }
  
  @media screen and (max-width: 79.99375rem) {
    .container--off\@mq6 {
      margin: auto;
      display: block;
      float: none;
      max-width: 55rem;
    }
    .container--off\@mq5 {
      margin: auto;
      display: block;
      float: none;
      max-width: 55rem;
    }
  }
  
  @media screen and (max-width: 57.24375rem) {
    .container--off\@mq6 {
      margin: auto;
      display: block;
      float: none;
      max-width: 45.25rem;
    }
    .container--off\@mq5 {
      margin: auto;
      display: block;
      float: none;
      max-width: 45.25rem;
    }
    .container--off\@mq4 {
      margin: auto;
      display: block;
      float: none;
      max-width: 45.25rem;
    }
  }
  
  @media screen and (max-width: 47.49375rem) {
    .container--off\@mq6 {
      margin: auto;
      display: block;
      float: none;
      max-width: 34rem;
    }
    .container--off\@mq5 {
      margin: auto;
      display: block;
      float: none;
      max-width: 34rem;
    }
    .container--off\@mq4 {
      margin: auto;
      display: block;
      float: none;
      max-width: 34rem;
    }
    .container--off\@mq3 {
      margin: auto;
      display: block;
      float: none;
      max-width: 34rem;
    }
  }
  
  @media screen and (max-width: 36.24375rem) {
    .container--off\@mq6 {
      margin: auto;
      display: block;
      float: none;
      max-width: 21rem;
    }
    .container--off\@mq5 {
      margin: auto;
      display: block;
      float: none;
      max-width: 21rem;
    }
    .container--off\@mq4 {
      margin: auto;
      display: block;
      float: none;
      max-width: 21rem;
    }
    .container--off\@mq3 {
      margin: auto;
      display: block;
      float: none;
      max-width: 21rem;
    }
    .container--off\@mq2 {
      margin: auto;
      display: block;
      float: none;
      max-width: 21rem;
    }
  }
  
  @media screen and (max-width: 22.49375rem) {
    .container--off\@mq6 {
      margin: auto;
      display: block;
      float: none;
      max-width: 17.5rem;
    }
    .container--off\@mq5 {
      margin: auto;
      display: block;
      float: none;
      max-width: 17.5rem;
    }
    .container--off\@mq4 {
      margin: auto;
      display: block;
      float: none;
      max-width: 17.5rem;
    }
    .container--off\@mq3 {
      margin: auto;
      display: block;
      float: none;
      max-width: 17.5rem;
    }
    .container--off\@mq2 {
      margin: auto;
      display: block;
      float: none;
      max-width: 17.5rem;
    }
    .container--off\@mq1 {
      margin: auto;
      display: block;
      float: none;
      max-width: 17.5rem;
    }
  }
  
  .test-grid {
    border: 0.0625rem dashed #f44336;
    overflow: hidden;
  }
  
  .test-grid .grid__col {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border: 0.0625rem dotted #000000;
    min-height: 2.5rem;
    text-align: center;
  }
  
  body::before {
    background-color: #dddddd;
    content: 'base';
    display: none;
    font-weight: bold;
    padding: 10px;
  }
  
  @media screen and (min-width: 22.5rem) {
    body::before {
      content: 'mq1';
    }
  }
  
  @media screen and (min-width: 36.25rem) {
    body::before {
      content: 'mq2';
    }
  }
  
  @media screen and (min-width: 47.5rem) {
    body::before {
      content: 'mq3';
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    body::before {
      content: 'mq4';
    }
  }
  
  @media screen and (min-width: 80rem) {
    body::before {
      content: 'mq5';
    }
  }
  
  @media screen and (min-width: 100rem) {
    body::before {
      content: 'mq6';
    }
  }
  
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  [dir='rtl'] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  * {
    box-sizing: border-box;
    /* Opera/IE 8+ */
    outline: 0;
  }
  
  a:focus, textarea:focus, input:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
  }
  
  html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    overflow-x: hidden;
  }
  
  body {
    width: 100%;
    min-width: 300px;
    color: #929292;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 0px;
    padding: 0;
    margin: 0px;
    margin: 0;
    overflow-x: hidden;
  }
  
  /*
  .parallax {
    transform-style: preserve-3d;
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  */
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  /***** global *****/
  * {
    padding: 0px;
    padding: 0;
    margin: 0px;
    margin: 0;
  }
  
  strong,
  b {
    font-weight: bold;
  }
  
  em,
  i {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
  }
  
  strong em,
  em strong,
  b i,
  i b {
    font-style: italic;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #AC1105;
    text-rendering: optimizeLegibility;
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    margin: 0px 0px 16px;
    margin: 0 0 1rem;
  }
  
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: .65em;
    color: #666666;
  }
  
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1;
  }
  
  @media screen and (min-width: 57.25rem) {
    h1 {
      font-size: 80px;
      font-size: 5rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 80rem) {
    h1 {
      font-size: 90px;
      font-size: 5.625rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 100rem) {
    h1 {
      font-size: 100px;
      font-size: 6.25rem;
      line-height: 1;
    }
  }
  
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
  }
  
  @media screen and (min-width: 80rem) {
    h2 {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 100rem) {
    h2 {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 1;
    }
  }
  
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
  }
  
  @media screen and (min-width: 57.25rem) {
    h3 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.1666666667;
    }
  }
  
  @media screen and (min-width: 80rem) {
    h3 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 100rem) {
    h3 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1;
    }
  }
  
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
  
  @media screen and (min-width: 47.5rem) {
    h4 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    h4 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.3333333333;
    }
  }
  
  @media screen and (min-width: 80rem) {
    h4 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.3333333333;
    }
  }
  
  @media screen and (min-width: 100rem) {
    h4 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.3333333333;
    }
  }
  
  h5 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
  }
  
  @media screen and (min-width: 57.25rem) {
    h5 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 80rem) {
    h5 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 100rem) {
    h5 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1;
    }
  }
  
  hr {
    display: block;
    height: 0.125rem;
    margin: 0 auto;
    clear: both;
    width: 100%;
    border: 0;
    background-color: #bbbbbb;
    padding: 0px;
    padding: 0;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  
  p,
  ul,
  ol,
  dl {
    font-family: "Montserrat", sans-serif, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    color: #929292;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  
  @media screen and (min-width: 57.25rem) {
    p,
    ul,
    ol,
    dl {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.3888888889;
    }
  }
  
  @media screen and (min-width: 80rem) {
    p,
    ul,
    ol,
    dl {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.3888888889;
    }
  }
  
  @media screen and (min-width: 100rem) {
    p,
    ul,
    ol,
    dl {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  }
  
  a {
    color: currentColor;
    transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
  
  a:hover, a:active {
    outline: none;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  
  @media screen and (min-width: 57.25rem) {
    a:hover {
      color: #929292;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    a:hover i {
      color: initial;
    }
  }
  
  abbr {
    border-bottom: 1px dotted currentColor;
    cursor: help;
    text-transform: uppercase;
  }
  
  strong {
    font-synthesis: none;
  }
  
  dt {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  
  dd {
    border-bottom: 1px solid #000000;
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  
  sub, sup {
    display: inline-block;
    font-size: .75em;
    line-height: 1em;
    position: relative;
  }
  
  sup {
    vertical-align: super;
  }
  
  sub {
    vertical-align: sub;
  }
  
  img {
    display: block;
    vertical-align: middle;
    border: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  .clearfix:before, .clearfix:after {
    content: '';
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  pre {
    display: block;
    color: #666666;
    background-color: #dddddd;
    border-radius: 4px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important;
    /* 1999+ Mozilla  */
    white-space: -pre-wrap;
    /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;
    /* Opera 7 and up */
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    padding: 0.625rem;
    margin: 0px 0px 10px;
    margin: 0 0 0.625rem;
    line-height: 1.25;
  }
  
  iframe {
    width: 100%;
  }
  
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  a {
    text-decoration: none;
  }
  
  svg {
    max-width: 100%;
    max-height: 100%;
  }
  
  .highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
  }
  
  .highlight pre code:first-child {
    display: inline-block;
    padding-right: 45px;
  }
  
  .highlight pre code {
    font-size: inherit;
    color: #333333;
  }
  
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  
  code {
    color: #666666;
    background-color: #dddddd;
    border-radius: 4px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 2px 4px;
    padding: 0.125rem 0.25rem;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0 0.5rem;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
  }
  
  caption {
    color: currentColor;
    text-align: left;
  }
  
  tr:last-child th, tr:last-child td {
    border-width: 0.0625rem 0;
  }
  
  th {
    text-align: left;
    color: currentColor;
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
  }
  
  th, td {
    position: relative;
    vertical-align: middle;
    border-width: 0.0625rem 0 0;
    border-style: solid;
    border-color: currentColor;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  
  th:after, td:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: 0;
    width: 0.0625rem;
    height: 2em;
    background-color: currentColor;
    margin: auto;
  }
  
  th:first-child, td:first-child {
    padding-left: 0;
  }
  
  th:last-child:after, td:last-child:after {
    content: none;
  }
  
  .form-group {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    position: relative;
  }
  
  .form-group [class^="fa-"] {
    position: absolute;
    right: 2%;
    top: 55%;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, input, optgroup, select, textarea {
    font-family: inherit;
    color: inherit;
    margin-left: 0;
    margin-right: 0;
  }
  
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  
  .form-inline label {
    margin-right: 16px;
  }
  
  label {
    display: block;
    max-width: 100%;
    color: #929292;
    font-family: "Montserrat", sans-serif, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  
  input {
    font-family: "Montserrat", sans-serif, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    padding: 6px 0px 8px;
    padding: 0.375rem 0 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border-color: currentColor;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    border-bottom: 1px solid;
    box-shadow: none;
    display: block;
    text-transform: none !important;
    transition-duration: .3s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    width: 100%;
  }
  
  @media screen and (min-width: 57.25rem) {
    input {
      font-size: 25px;
      font-size: 1.5625rem;
    }
  }
  
  input[type="submit"] {
    background-color: #AC1105;
    border-radius: 2px;
    border: 1px solid;
    padding: 15px 25px 10px 25px;
    width: auto;
    cursor: pointer;
    margin: auto;
    color: #fff;
  }
  
  input[type="submit"]:hover {
    color: #AC1105;
    background-color: #FFFFFF;
    border: 1px solid;
  }
  
  input[type=email]:valid,
  input[type=tel]:valid,
  input[type=url]:valid {
    color: #4caf50;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  
  input[type=email]:valid:focus,
  input[type=tel]:valid:focus,
  input[type=url]:valid:focus {
    background-color: rgba(76, 175, 80, 0.2);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  
  input[type=email]:invalid,
  input[type=tel]:invalid,
  input[type=url]:invalid {
    color: #f44336;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  
  input[type=email]:invalid:focus,
  input[type=tel]:invalid:focus,
  input[type=url]:invalid:focus {
    background-color: rgba(244, 67, 54, 0.2);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  
  ::-webkit-input-placeholder {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    color: currentColor;
    opacity: 1;
    position: relative;
    text-transform: uppercase;
  }
  
  ::-moz-placeholder {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    color: currentColor;
    opacity: .5;
    position: relative;
    text-transform: uppercase;
  }
  
  :-ms-input-placeholder {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    color: currentColor;
    opacity: .5;
    position: relative;
    text-transform: uppercase;
  }
  
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background: #616161;
    color: #FFFFFF;
    opacity: 1;
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  .form-control[disabled]::-webkit-input-placeholder,
  .form-control[readonly]::-webkit-input-placeholder,
  fieldset[disabled] .form-control ::-webkit-input-placeholder {
    color: #616161;
  }
  
  /* style all input elements with a required attribute */
  input:required,
  select:required,
  textarea:required {
    border-bottom-color: #f44336;
  }
  
  /**
   * style input elements that have a required
   * attribute and a focus state
   */
  input:required:focus,
  select:required:focus,
  textarea:required:focus {
    border-bottom-color: #929292;
    color: #f44336;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 0 #000000;
  }
  
  /**
   * style input elements that have a required
   * attribute and a hover state
   */
  input:required:hover,
  select:required:hover,
  textarea:required:hover {
    opacity: 1;
  }
  
  .checkbox,
  .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
  }
  
  .checkbox label,
  .radio label {
    min-height: 20px;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    float: left;
    text-align: left;
  }
  
  .checkbox input[type=checkbox],
  .checkbox-inline input[type=checkbox],
  .radio input[type=radio],
  .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    left: 0;
  }
  
  input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
    width: auto;
    margin: 0;
    height: auto;
    display: inline-block;
  }
  
  input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid;
  }
  
  input[type=checkbox]:checked {
    background: #929292;
  }
  
  label input[type=checkbox] {
    margin-left: 5px;
  }
  
  input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  
  .checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
  }
  
  .checkbox input[type=checkbox],
  .checkbox-inline input[type=checkbox],
  .radio input[type=radio],
  .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 7px;
  }
  
  .radio.disabled,
  .checkbox.disabled {
    color: #616161;
  }
  
  .radio.disabled label,
  .checkbox.disabled label {
    color: #616161;
  }
  
  textarea.form-control {
    height: auto;
  }
  
  textarea {
    background: transparent;
    width: 100%;
    display: block;
  }
  
  select {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    height: 52px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #FFFFFF;
    padding: 0;
    padding-left: 20px;
    padding-top: 5px;
    text-align: center;
    background-image: url(assets/img/svg/select.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96%;
  }
  
  select.input-sm {
    height: 30px;
    line-height: 30px;
  }
  
  select.input-lg {
    height: 60px;
    line-height: 60px;
  }
  
  select[multiple], select[size] {
    height: auto;
  }
  
  input[type=number] {
    color: #000000;
  }
  
  .input-count {
    background-color: #929292;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
  }
  
  input[type=number].input-count__input,
  .input-count__input {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 2.2;
    padding: 0.25rem 0;
  }
  
  @media screen and (min-width: 36.25rem) {
    input[type=number].input-count__input,
    .input-count__input {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 0.188rem 0;
    }
  }
  
  .input-count__change {
    background-color: #929292;
    border: none;
    color: #FFFFFF;
    float: left;
    width: 10%;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0.35rem 0;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
  }
  
  @media screen and (min-width: 36.25rem) {
    .input-count__change {
      font-size: 28px;
      font-size: 1.75rem;
      padding: 0.19rem 0;
    }
  }
  
  .input-count__change--minus {
    left: 0;
  }
  
  .input-count__change.invalid {
    background-color: transparent;
  }
  
  .input-count__change--plus {
    right: 0;
  }
  
  #focusedInput {
    border-color: #cccccc;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
  }
  
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
  }
  
  .has-success .checkbox,
  .has-success .checkbox label,
  .has-success .checkbox-inline,
  .has-success .checkbox-inline label,
  .has-success .control-label,
  .has-success .control-label label,
  .has-success .help-block,
  .has-success .radio,
  .has-success .radio-inline,
  .has-success.checkbox label,
  .has-success.checkbox-inline label,
  .has-success.radio label,
  .has-success.radio-inline label {
    color: #4caf50;
  }
  
  .has-success.form-group-inline label {
    color: #FFFFFF;
  }
  
  .has-success .form-control {
    border-color: #4caf50;
    background-color: #4caf50;
    color: #FFFFFF;
  }
  
  .has-success.form-group-inline {
    border-color: #4caf50;
    background-color: #4caf50;
    color: #FFFFFF;
  }
  
  .form-group.has-success [class^="fa-"],
  .input-group-icon.has-success [class^="fa-"] {
    color: #FFFFFF;
  }
  
  .form-group.has-success .form-icon .svg,
  .input-group-icon.has-success select + .form-icon .svg {
    color: #FFFFFF;
    fill: #FFFFFF;
  }
  
  .form-group.has-success .help-block {
    color: #4caf50;
  }
  
  .has-success .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  
  .has-success .form-control::-moz-placeholder {
    color: #FFFFFF;
  }
  
  .has-warning .checkbox,
  .has-warning .checkbox label,
  .has-warning .checkbox-inline,
  .has-warning .checkbox-inline label,
  .has-warning .control-label,
  .has-warning .control-label label,
  .has-warning .help-block,
  .has-warning .radio,
  .has-warning .radio-inline,
  .has-warning.checkbox label,
  .has-warning.checkbox-inline label,
  .has-warning.radio label,
  .has-warning.radio-inline label {
    color: #ff9800;
  }
  
  .has-warning.form-group-inline label {
    color: #FFFFFF;
  }
  
  .has-warning .form-control {
    border-color: #ff9800;
    background-color: #ff9800;
    color: #FFFFFF;
  }
  
  .has-warning.form-group-inline {
    border-color: #ff9800;
    background-color: #ff9800;
    color: #FFFFFF;
  }
  
  .form-group.has-warning [class^="fa-"],
  .input-group-icon.has-warning [class^="fa-"] {
    color: #FFFFFF;
  }
  
  .form-group.has-warning .form-icon .svg,
  .input-group-icon.has-warning select + .form-icon .svg {
    color: #FFFFFF;
    fill: #FFFFFF;
  }
  
  .form-group.has-warning .help-block {
    color: #ff9800;
  }
  
  .has-warning .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  
  .has-warning .form-control::-moz-placeholder {
    color: #FFFFFF;
  }
  
  .has-error .checkbox,
  .has-error .checkbox label,
  .has-error .checkbox-inline,
  .has-error .checkbox-inline label,
  .has-error .control-label,
  .has-error .control-label label,
  .has-error .help-block,
  .has-error .radio,
  .has-error .radio-inline,
  .has-error.checkbox label,
  .has-error.checkbox-inline label,
  .has-error.radio label,
  .has-error.radio-inline label {
    color: #f44336;
  }
  
  .has-error.form-group-inline label {
    color: #FFFFFF;
  }
  
  .has-error .form-control {
    border-color: #f44336;
    background-color: #f44336;
    color: #FFFFFF;
  }
  
  .has-error.form-group-inline {
    border-color: #f44336;
    background-color: #f44336;
    color: #FFFFFF;
  }
  
  .form-group.has-error [class^="fa-"],
  .input-group-icon.has-error [class^="fa-"] {
    color: #FFFFFF;
  }
  
  .form-group.has-error .form-icon .svg,
  .input-group-icon.has-error select + .form-icon .svg {
    color: #FFFFFF;
    fill: #FFFFFF;
  }
  
  .form-group.has-error .help-block {
    color: #f44336;
  }
  
  .has-error .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  
  .has-error .form-control::-moz-placeholder {
    color: #FFFFFF;
  }
  
  .has-info .checkbox,
  .has-info .checkbox label,
  .has-info .checkbox-inline,
  .has-info .checkbox-inline label,
  .has-info .control-label,
  .has-info .control-label label,
  .has-info .help-block,
  .has-info .radio,
  .has-info .radio-inline,
  .has-info.checkbox label,
  .has-info.checkbox-inline label,
  .has-info.radio label,
  .has-info.radio-inline label {
    color: #03a9f4;
  }
  
  .has-info.form-group-inline label {
    color: #FFFFFF;
  }
  
  .has-info .form-control {
    border-color: #03a9f4;
    background-color: #03a9f4;
    color: #FFFFFF;
  }
  
  .has-info.form-group-inline {
    border-color: #03a9f4;
    background-color: #03a9f4;
    color: #FFFFFF;
  }
  
  .form-group.has-info [class^="fa-"],
  .input-group-icon.has-info [class^="fa-"] {
    color: #FFFFFF;
  }
  
  .form-group.has-info .form-icon .svg,
  .input-group-icon.has-info select + .form-icon .svg {
    color: #FFFFFF;
    fill: #FFFFFF;
  }
  
  .form-group.has-info .help-block {
    color: #03a9f4;
  }
  
  .has-info .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  
  .has-info .form-control::-moz-placeholder {
    color: #FFFFFF;
  }
  
  .has-muted .checkbox,
  .has-muted .checkbox label,
  .has-muted .checkbox-inline,
  .has-muted .checkbox-inline label,
  .has-muted .control-label,
  .has-muted .control-label label,
  .has-muted .help-block,
  .has-muted .radio,
  .has-muted .radio-inline,
  .has-muted.checkbox label,
  .has-muted.checkbox-inline label,
  .has-muted.radio label,
  .has-muted.radio-inline label {
    color: #616161;
  }
  
  .has-muted.form-group-inline label {
    color: #FFFFFF;
  }
  
  .has-muted .form-control {
    border-color: #616161;
    background-color: #616161;
  }
  
  .has-muted.form-group-inline {
    border-color: #616161;
    background-color: #616161;
    color: #FFFFFF;
  }
  
  .form-group.has-muted [class^="fa-"],
  .input-group-icon.has-muted [class^="fa-"] {
    color: #FFFFFF;
  }
  
  .form-group.has-muted .form-icon .svg,
  .input-group-icon.has-muted select + .form-icon .svg {
    color: #FFFFFF;
    fill: #FFFFFF;
  }
  
  .form-group.has-muted .help-block {
    color: #616161;
  }
  
  .has-muted .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  
  .has-muted .form-control::-moz-placeholder {
    color: #FFFFFF;
  }
  
  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background-color: #f44336;
    text-align: center;
    padding: 0.67rem 1.5rem;
    margin-bottom: 0;
    border: 0.2rem solid transparent;
    float: left;
    width: 100%;
    transition: all .3s linear;
  }
  
  .inputfile--blue + label {
    background-color: #03a9f4;
  }
  
  .inputfile:focus + label,
  .inputfile + label:hover {
    background-color: #f44336;
  }
  
  .inputfile--blue:focus + label,
  .inputfile--blue + label:hover {
    background-color: #03a9f4;
  }
  
  .inputfile + label {
    cursor: pointer;
    /* "hand" cursor */
  }
  
  .inputfile:focus + label {
    margin-bottom: 0;
  }
  
  .inputfile + label * {
    pointer-events: none;
  }
  
  .inputfile + label span {
    display: block;
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Bebas Neue", cursive;
    font-weight: 100;
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .inputfile-svg {
    display: inline-block;
    width: 30px;
    position: relative;
    top: 3px;
  }
  
  .c-quote {
    padding-right: 0%;
    text-align: center;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-quote {
      padding-right: 20%;
      text-align: left;
    }
  }
  
  .c-img {
    border-radius: 0 70px 0 0;
    overflow: hidden;
  }
  
  .c-img img {
    width: 100%;
    height: auto;
  }
  
  .c-imgMargin {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .l-masthead {
    position: relative;
    background-color: #fff;
    padding-top: 1.125rem;
    padding-bottom: 1.25rem;
    z-index: 100;
    border-bottom: 1px solid #AC1105;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-masthead {
      padding-top: 0.9375rem;
      padding-bottom: 1.0625rem;
    }
  }
  
  @media screen and (max-width: 47.49375rem) {
    .l-masthead--right--mobile {
      text-align: right;
    }
  }
  
  .l-masthead__ctas {
    display: none;
    text-align: right;
  }
  
  .l-masthead__ctas .l-main__button {
    border: 1px solid;
    margin-left: 5px;
    min-width: 100px;
    color: #929292;
    display: inline-block;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-masthead__ctas {
      display: block;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .l-masthead__ctas .l-main__button {
      margin-left: 10px;
      min-width: 145px;
      color: #929292;
    }
  }
  
  .l-masthead__homeLink {
    display: inline-block;
  }
  
  .l-masthead__homeLink img {
    float: right;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-masthead__homeLink img {
      margin-top: 10px;
      float: left;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .l-masthead__homeLink img {
      margin-top: 0px;
      float: left;
    }
  }
  
  .l-logo {
    width: 180px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-logo {
      float: none;
      margin: initial;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .l-logo {
      width: 270px;
    }
  }
  
  .l-main {
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
  }
  
  .l-main__first {
    margin-left: 0;
  }
  
  .l-search__ctaIcon {
    transform: rotate(180deg);
    width: 22px;
    float: right;
    margin-left: 15px;
  }
  
  .l-search__ctaIcon svg {
    fill: #FFFFFF;
  }
  
  .l-search__ctaLabel {
    display: block;
    float: initial;
    margin-top: 5px;
  }
  
  .l-search__cta {
    cursor: pointer;
    transform: rotate(270deg);
    position: absolute;
    right: -45px;
    background: #AC1105;
    top: 290px;
    width: 140px;
    color: #FFFFFF;
    z-index: 999;
    padding: 15px 20px 40px;
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 0.7142857143;
  }
  
  @media screen and (min-width: 80rem) {
    .l-search__cta {
      top: 70vh;
    }
  }
  
  .l-search__slideOutInner {
    width: 95%;
  }
  
  @media screen and (min-width: 80rem) {
    .l-search__slideOutInner {
      width: 1000px;
    }
  }
  
  .l-search__slideOutClose {
    position: absolute;
    right: 30px;
    top: 35px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .l-search__wrapper:hover .l-search__slideOut {
    transform: translateX(-100%);
  }
  
  .l-search__slideOut {
    position: absolute;
    z-index: 999;
    border-radius: 70px 0px 0 0;
    max-width: 1000px;
    left: 100%;
    background: #F6F6F6;
    border: 1px solid #AC1105;
    border-right: 0;
    padding: 2em;
    top: 240px;
    transition: transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
    width: 95%;
  }
  
  @media screen and (min-width: 80rem) {
    .l-search__slideOut {
      top: 65vh;
    }
  }
  
  .l-search__slideOutButton {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    color: #AC1105;
    font-size: 25px;
    padding-top: 15px;
    padding-left: 10px;
    cursor: pointer;
  }
  
  .l-search__slideOutButton svg {
    margin-left: 10px;
    fill: #AC1105;
  }
  
  .l-search__slideOutTitle {
    color: #AC1105;
    margin-bottom: 0;
  }
  
  .l-search__slideOutInput {
    margin-top: 10px;
  }
  
  .l-main__line {
    width: 45px;
    height: 4px;
    float: none;
    background: #FFFFFF;
    display: block;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-main__line {
      float: left;
    }
  }
  
  .l-main__lines {
    width: 180px;
    position: absolute;
    top: 62px;
    left: -90px;
    display: none;
  }
  
  @media screen and (min-width: 80rem) {
    .l-main__lines {
      left: -100px;
      top: 65px;
      display: block;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .l-main__lines {
      left: -80px;
      top: 70px;
      width: 180px;
    }
  }
  
  .l-main__button:hover span {
    color: #FFFFFF;
  }
  
  .l-main__button:hover .l-main__button__overlay-mask {
    opacity: 1;
    -webkit-clip-path: polygon(0 110%, 100% 100%, 150% 0, 0 0);
    -moz-clip-path: polygon(0 110%, 100% 100%, 150% 0, 0 0);
    -ms-clip-path: polygon(0 110%, 100% 100%, 150% 0, 0 0);
    clip-path: polygon(0 110%, 100% 100%, 150% 0, 0 0);
  }
  
  .l-main__button__overlay-mask {
    opacity: 0;
    transition-duration: 0.5s;
    -webkit-clip-path: polygon(0 100%, -50% 100%, 0% 0, 0 0);
    -moz-clip-path: polygon(0 100%, -50% 100%, 0% 0, 0 0);
    -ms-clip-path: polygon(0 100%, -50% 100%, 0% 0, 0 0);
    clip-path: polygon(0 100%, -50% 100%, 0% 0, 0 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .l-main__button__overlay-mask .l-main__button__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #929292;
  }
  
  .l-main__button.l-main__buttonWhite .l-main__button__overlay-mask .l-main__button__overlay {
    background-color: #AC1105;
  }
  
  .l-main__button.l-main__buttonYellow {
    background: #f9b233;
  }
  
  .l-main__button.l-main__buttonRed {
    background: #AC1105;
  }
  
  .l-main__button.l-main__buttonWhite {
    background: #FFFFFF;
    color: #AC1105;
    border: 1px solid #AC1105;
  }
  
  .l-main__button {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 0.7142857143;
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0px solid;
    border-color: #929292;
    padding: 20px 25px 15px 25px;
    width: auto;
    transition-duration: .3s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-main__button {
      font-size: 20px;
      font-size: 1.25rem;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .l-main__button {
      font-size: 25px;
      font-size: 1.5625rem;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .l-main__button {
      font-size: 25px;
      font-size: 1.5625rem;
    }
  }
  
  .l-main__button span {
    z-index: 999;
    position: relative;
  }
  
  .l-main__button--grey {
    background-color: #929292;
  }
  
  @media screen and (max-width: 79.99375rem) {
    .l-main__button--grey {
      display: none !important;
    }
  }
  
  .l-main__button--grey span {
    color: #fff;
  }
  
  .l-main__button--grey:hover span {
    color: #929292;
  }
  
  .l-main__button--grey .l-main__button__overlay {
    background-color: #fff;
    color: #929292;
  }
  
  .l-footer {
    margin-top: 50px;
    position: relative;
    z-index: 1;
    background-color: #666666;
    color: #FFFFFF;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-footer {
      padding-top: 70px;
      padding-top: 4.375rem;
      padding-bottom: 100px;
      padding-bottom: 6.25rem;
    }
  }
  
  .l-footer__noMargin .l-footer {
    margin-top: 0em;
  }
  
  .l-footer__address {
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-footer__address {
      text-align: left;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .l-footer__address {
      margin-top: 15px;
      margin-bottom: 15px;
    }
  }
  
  .l-footer__copy p {
    color: #FFFFFF;
  }
  
  .l-footer__padding {
    padding-top: 35px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-footer__padding {
      padding-top: 50px;
    }
  }
  
  .l-footer__copySmall p {
    font-size: 15px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 35px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-footer__copySmall p {
      text-align: left;
      width: 80%;
      margin-bottom: 0;
    }
  }
  
  .l-footer__navItem {
    text-align: center;
    margin: 0;
    margin-bottom: 2.5px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-footer__navItem {
      text-align: left;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .l-footer__navItem {
      margin-bottom: 3.5px;
    }
  }
  
  .l-footer__navItem a {
    color: #FFFFFF;
  }
  
  .l-footer__navItem a:hover {
    color: #AC1105;
  }
  
  .l-footer__map iframe {
    width: 100%;
    border-radius: 0 70px 0 0;
    height: 250px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .l-footer__map iframe {
      height: 450px;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .l-footer__map iframe {
      height: 420px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .l-footer__map iframe {
      height: 440px;
    }
  }
  
  .l-footer__homeLink .l-logo {
    width: 80%;
  }
  
  .c-accordion__header {
    display: block;
    cursor: pointer;
    margin: 0;
  }
  
  .c-accordion__content {
    background-color: #fff;
    position: relative;
    transition: max-height 0.25s ease-in-out;
    overflow: hidden;
    max-height: 1500px;
  }
  
  @media screen and (max-width: 47.49375rem) {
    .c-accordion__content {
      margin-top: 20px;
    }
  }
  
  .c-accordion__content--slow {
    transition-duration: 1s;
  }
  
  .c-productDetails__accordionContent {
    max-height: 500px;
  }
  
  .c-product__form {
    max-height: 65rem;
  }
  
  .c-accordion__content--closed {
    max-height: 0;
  }
  
  @media screen and (max-width: 47.49375rem) {
    .c-productDetails__accordionContent.c-accordion__content--closed {
      max-height: none;
    }
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-accordion__content--mobileOnly {
      max-height: none;
      overflow: visible;
    }
  }
  
  .c-accordion__header:after {
    transition: transform 0.25s linear;
    animation: none;
    transform: rotate(90deg);
  }
  
  .c-accordion__header:not(.c-accordion__header--closed):after {
    transform: rotate(-90deg);
  }
  
  .c-accordion__header .c-accordion__header--more {
    display: inline-block;
  }
  
  .c-accordion__header:not(.c-accordion__header--closed) .c-accordion__header--more {
    display: none;
  }
  
  .c-accordion__header .c-accordion__header--less {
    display: none;
  }
  
  .c-accordion__header:not(.c-accordion__header--closed) .c-accordion__header--less {
    display: inline-block;
  }
  
  .c-accordion__content--preopen {
    overflow: hidden;
  }
  
  .c-nav .grid {
    height: 100%;
  }
  
  .c-navClose {
    cursor: pointer;
  }
  
  .c-nav {
    background: radial-gradient(circle, #ac1105 -12%, #4f0600 100%);
    width: 100vw;
    position: fixed;
    top: 0;
    height: 100vh;
    border-radius: 0 70px 0 0;
    z-index: 1000;
    overflow: scroll;
    padding-top: 40px;
    padding-top: 2.5rem;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-nav {
      width: 80vw;
    }
  }
  
  .c-nav--open {
    transform: translateX(0);
  }
  
  .c-navLink {
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  
  .c-nav__item {
    list-style: none;
  }
  
  .c-nav__rightLink,
  .c-nav__leftLink {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.3;
    margin-bottom: 10px;
    transition: opacity 0.25s linear;
    text-transform: uppercase;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-nav__rightLink,
    .c-nav__leftLink {
      font-size: 80px;
      font-size: 5rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-nav__rightLink,
    .c-nav__leftLink {
      font-size: 90px;
      font-size: 5.625rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .c-nav__rightLink,
    .c-nav__leftLink {
      font-size: 100px;
      font-size: 6.25rem;
      line-height: 1;
    }
  }
  
  .c-nav__rightLink:hover,
  .c-nav__leftLink:hover {
    opacity: 1;
    color: #fff;
  }
  
  .c-nav__leftSubMenu {
    overflow: hidden;
    list-style: none;
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-nav__leftSubMenu {
      max-height: 0;
      transition: max-height 0.25s ease;
    }
  }
  
  .c-nav__leftSubMenu a {
    color: #FFFFFF;
    opacity: 0.5;
  }
  
  .c-nav__leftSubMenu a:hover {
    opacity: 1;
  }
  
  .c-nav__leftSubMenu li:last-child {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  
  .c-nav__item:hover .c-nav__leftSubMenu {
    max-height: 500px;
  }
  
  .c-navClose {
    position: absolute;
    right: 50px;
    top: 50px;
  }
  
  .c-navClose h3 {
    color: #FFFFFF;
  }
  
  .c-navLeftActive {
    opacity: 1 !important;
  }
  
  .c-nav__left {
    padding-left: 1.25rem;
    margin-top: 10%;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-nav__left {
      padding-left: 4em;
      margin-top: 5%;
    }
  }
  
  .c-nav__right {
    padding-left: 1.25rem;
    padding-bottom: 3em;
    margin-top: 5%;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-nav__right {
      padding-left: 2em;
      padding-bottom: 0;
      border-left: 1px solid #FFFFFF;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-nav__right {
      padding-left: 3em;
    }
  }
  
  .c-nav__leftLink--active {
    opacity: 1;
  }
  
  .c-inPageNav {
    padding: 20px 0px;
    padding: 1.25rem 0;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-inPageNav {
      padding: 20px;
      padding: 1.25rem;
    }
  }
  
  .c-inPageNav ul {
    list-style: none;
  }
  
  .c-inPageNav ul li {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  
  .c-inPageNav .c-nav__rightLink {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    opacity: 1;
    text-transform: none;
  }
  
  [data-name="bh_id"] {
    display: none;
  }
  
  .c-item {
    border: 1px solid;
    border-radius: 0 50px 0 0;
  }
  
  .c-item__title {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-item__title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.1666666667;
    }
  }
  
  .c-item__title--white {
    color: white;
  }
  
  .c-gridDemo .grid__col {
    background-color: #6A5749;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    color: #fff;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  
  .c-links {
    position: relative;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-links {
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
    }
  }
  
  .c-links-col p {
    line-height: 35px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-links-col p {
      line-height: 50px;
    }
  }
  
  .c-links-col p a {
    text-decoration: underline;
  }
  
  .c-links-col p a:hover {
    color: #AC1105;
  }
  
  .c-links-col {
    column-count: 1;
    column-gap: 30px;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-links-col {
      column-count: 2;
      column-gap: 20px;
      text-align: left;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-links-col {
      column-count: 3;
      column-gap: 40px;
      padding-top: 15px;
    }
  }
  
  .c-links__title {
    color: #AC1105;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-links__title {
      text-align: left;
    }
  }
  
  .c-links__subtitle {
    color: #AC1105;
    text-decoration: underline;
    padding-top: 15px;
  }
  
  .c-logo {
    margin-bottom: 20px;
  }
  
  .c-links-col ul {
    list-style: none;
  }
  
  .c-links-col a {
    text-decoration: underline;
  }
  
  .c-links-col ul {
    margin: 0;
    padding: 0;
  }
  
  .c-links-col ul li {
    margin-bottom: 10px;
  }
  
  .c-links-col > ul > li > a {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    color: #AC1105;
    margin-bottom: 10px;
    display: inline-block;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-links-col > ul > li > a {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.1666666667;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-links-col > ul > li > a {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .c-links-col > ul > li > a {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1;
    }
  }
  
  .c-icon-links {
    z-index: 1;
    position: relative;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 0;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-icon-links {
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
    }
  }
  
  .c-icon-links__title {
    color: #AC1105;
    padding-bottom: 20px;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-icon-links__title {
      text-align: left;
    }
  }
  
  .c-icon-links__block {
    border: 1px solid;
    border-radius: 0 70px 0 0;
    color: #929292;
    text-align: center;
    overflow: hidden;
    padding: 10px 0 0px 0;
    position: relative;
    margin-bottom: 20px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-icon-links__block {
      padding: 30px 0 20px 0;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-icon-links__block {
      margin-bottom: 0;
    }
  }
  
  .c-icon-links__block:hover .c-icon-links__img path {
    fill: #FFFFFF !important;
  }
  
  .c-icon-links__block:hover .c-icon-links__copy p {
    color: #FFFFFF;
  }
  
  .c-icon-links__block:hover .c-icon-links__overlay-mask {
    opacity: 1;
    -webkit-clip-path: polygon(0 110%, 100% 100%, 150% 0, 0 0);
    -moz-clip-path: polygon(0 110%, 100% 100%, 150% 0, 0 0);
    -ms-clip-path: polygon(0 110%, 100% 100%, 150% 0, 0 0);
    clip-path: polygon(0 110%, 100% 100%, 150% 0, 0 0);
  }
  
  .c-icon-links__overlay-mask {
    opacity: 0;
    transition-duration: 0.5s;
    -webkit-clip-path: polygon(0 100%, -50% 100%, 0% 0, 0 0);
    -moz-clip-path: polygon(0 100%, -50% 100%, 0% 0, 0 0);
    -ms-clip-path: polygon(0 100%, -50% 100%, 0% 0, 0 0);
    clip-path: polygon(0 100%, -50% 100%, 0% 0, 0 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
  }
  
  .c-icon-links__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .c-icon-links__overlay--red {
    background-color: #AC1105;
  }
  
  .c-icon-links__img--red path {
    fill: #AC1105;
  }
  
  .c-icon-links__overlay--yellow {
    background-color: #f9b233;
  }
  
  .c-icon-links__img--yellow path {
    fill: #f9b233;
  }
  
  .c-icon-links__overlay--blue {
    background-color: #1d71b8;
  }
  
  .c-icon-links__img--blue path {
    fill: #1d71b8;
  }
  
  .c-icon-links__overlay--teal {
    background-color: #00a19a;
  }
  
  .c-icon-links__img--teal path {
    fill: #00a19a;
  }
  
  .c-icon-links__overlay--greenlight {
    background-color: #95c11e;
  }
  
  .c-icon-links__img--greenlight path {
    fill: #95c11e;
  }
  
  .c-icon-links__overlay--greendark {
    background-color: #048c36;
  }
  
  .c-icon-links__img--greendark path {
    fill: #048c36;
  }
  
  .c-icon-links__overlay--cream {
    background-color: #feebd8;
  }
  
  .c-icon-links__overlay--greyblue {
    background-color: #c2cfd6;
  }
  
  .c-icon-links__overlay--darkgreen {
    background-color: #cbbf99;
  }
  
  .c-icon-links__overlay--darkpurple {
    background-color: #d5cbc7;
  }
  
  .c-icon-links__overlay--darkorange {
    background-color: #deb373;
  }
  
  .c-icon-links__overlay--lightblue {
    background-color: #2082EF;
  }
  
  .c-icon-links__overlay--lightgrey {
    background-color: #666666;
  }
  
  .c-icon-links__img--cream path {
    fill: #feebd8;
  }
  
  .c-icon-links__img--greyblue path {
    fill: #c2cfd6;
  }
  
  .c-icon-links__img--darkgreen path {
    fill: #cbbf99;
  }
  
  .c-icon-links__img--darkpurple path {
    fill: #d5cbc7;
  }
  
  .c-icon-links__img--darkorange path {
    fill: #deb373;
  }
  
  .c-icon-links__img--lightblue path {
    fill: #2082EF;
  }
  
  .c-icon-links__img--lightgrey path {
    fill: #666666;
  }
  
  .c-icon-links__img {
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .c-icon-links__img svg {
    margin: 0 auto;
    width: 80px;
    height: 65px;
    display: block;
  }
  
  .c-icon-links__copy p {
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-size: 18px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-icon-links__copy p {
      font-size: 20px;
    }
  }
  
  .c-sign-up {
    position: relative;
    padding-top: 25px;
    padding-top: 1.5625rem;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-sign-up {
      text-align: left;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-sign-up {
      padding-top: 50px;
      padding-top: 3.125rem;
    }
  }
  
  .c-signup__intro {
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-signup__intro {
      text-align: left;
    }
  }
  
  .c-sign-up__title {
    color: #AC1105;
  }
  
  .c-signup__form {
    background: #F6F6F6;
    border: 1px solid;
    border-radius: 0 70px 0 0;
    color: #929292;
    padding: 2em 1em 1em 1em;
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-signup__form {
      padding: 2em 2em 1em 2em;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-signup__form {
      margin-top: 60px;
      margin-top: 3.75rem;
      margin-bottom: 60px;
      margin-bottom: 3.75rem;
      padding: 3em 3em 2em 3em;
    }
  }
  
  .c-signup__form input {
    margin-bottom: 25px;
  }
  
  .c-signup__submit__button {
    float: right;
    margin-top: 16px;
    border: 1px solid #929292;
  }
  
  .c-cta-strip {
    position: relative;
    width: 100%;
    background-image: linear-gradient(to right, #AC1105, #4C1D19);
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-cta-strip {
      padding-top: 25px;
      padding-top: 1.5625rem;
      padding-bottom: 40px;
      padding-bottom: 2.5rem;
      padding-left: 50px;
      padding-left: 3.125rem;
      padding-right: 50px;
      padding-right: 3.125rem;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-cta-strip {
      margin-top: 50px;
      margin-top: 3.125rem;
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
      padding-left: 50px;
      padding-left: 3.125rem;
      padding-right: 50px;
      padding-right: 3.125rem;
      text-align: inherit;
    }
  }
  
  .c-cta-strip--white {
    background: transparent !important;
    padding: 0;
    margin-bottom: 0;
  }
  
  .c-cta-strip--white .c-cta-strip__title {
    color: #AC1105;
  }
  
  .c-cta-strip--white input[type=text] {
    color: #AC1105 !important;
    border-bottom-color: #AC1105;
  }
  
  .c-cta-strip--white input[type=text]::placeholder {
    color: #AC1105;
  }
  
  .c-cta-strip--white input[type=submit]:hover {
    background-color: #AC1105 !important;
    color: #fff !important;
  }
  
  .c-cta-strip--noMarginBottom {
    margin-bottom: 0;
  }
  
  .c-cta-strip--noMarginTop {
    margin-top: 0;
  }
  
  .c-cta-strip__title {
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-top: 15px;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-cta-strip__title {
      margin-bottom: 0px;
      padding-top: 15px;
      text-align: left;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-cta-strip__title {
      margin-bottom: 0;
      padding-top: 10px;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .c-cta-strip__title {
      margin-bottom: 0;
      padding-top: 0;
    }
  }
  
  .c-cta-strip__cta {
    text-align: center;
  }
  
  @media screen and (min-width: 80rem) {
    .c-cta-strip__cta {
      text-align: right;
    }
  }
  
  .c-cta-strip__button {
    display: inline-block;
    margin-left: 0px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-cta-strip__button {
      position: relative;
      top: -5px;
      margin-left: 20px;
      vertical-align: bottom;
    }
  }
  
  .c-cta-strip__logo {
    display: inline-block;
  }
  
  .c-social-feed {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-social-feed {
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
    }
  }
  
  .c-social-feed__title {
    color: #AC1105;
  }
  
  .c-social-feed__iconWrapper {
    text-align: left;
    margin-top: 20px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-social-feed__iconWrapper {
      text-align: right;
      margin-top: 0;
    }
  }
  
  .c-social-feed__icon svg {
    fill: #FFFFFF;
    stroke: #666666;
    stroke-miterlimit: 10;
    stroke-width: 1.14px;
  }
  
  .c-social-feed__icon {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
  
  .c-social-feed__icon span {
    display: none;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-social-feed__icon {
      font-size: 16px;
      font-size: 1rem;
      line-height: 2;
      margin-right: 20px;
    }
    .c-social-feed__icon span {
      display: block;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-social-feed__icon {
      margin-left: 30px;
    }
  }
  
  .c-social-feed__icon:hover {
    color: #AC1105;
  }
  
  .c-social-feed__icon:hover svg {
    fill: #AC1105 !important;
    stroke: #FFFFFF;
  }
  
  .c-social-feed__icon svg {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-social-feed__icon svg {
      width: 80px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-social-feed__icon svg {
      width: 100px;
    }
  }
  
  .c-blogPost {
    border-radius: 0 70px 0 0;
    border: 1px solid #666666;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 30px 40px;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-blogPost {
      margin-bottom: 60px;
    }
  }
  
  .c-blogPost__icon {
    position: relative;
  }
  
  .c-blogPost__icon img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
  }
  
  .c-blogPost__icon:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  
  .c-blogPost__subTitle {
    position: relative;
    font-size: 13px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-blogPost__subTitle {
      font-size: 16px;
    }
  }
  
  .c-blogPost__subTitle:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  
  .c-blogPost__title {
    position: relative;
    padding-top: 15px;
    font-size: 40px;
    color: #AC1105;
  }
  
  .c-blogPost__title:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 30px;
  }
  
  @media screen and (min-width: 100rem) {
    .c-blogPost__title:before {
      top: 35px;
    }
  }
  
  .c-blogPost__image {
    right: 0;
    top: -1px;
    height: 101%;
    margin-top: 2em;
    border-radius: 0 70px 0 0;
    overflow: hidden;
  }
  
  .c-blogPost__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-blogPost__image {
      position: absolute;
      width: 40%;
      margin-top: 0;
    }
  }
  
  .c-blogPost__excerpt {
    position: relative;
  }
  
  .c-blogPost__excerpt:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 15px;
  }
  
  .c-blogPost__cta {
    position: relative;
    margin-top: 50px;
  }
  
  .c-blogPost__cta p {
    color: #AC1105;
    font-size: 13px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-blogPost__cta p {
      font-size: 16px;
    }
  }
  
  .c-blogPost__cta:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  
  .c-boxedCopy {
    background: #bbbbbb;
    margin-bottom: 20px;
    border-radius: 0 70px 0 0;
    padding: 30px 30px;
    font-size: 16px;
    position: relative;
    color: #000000;
    z-index: 9;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-boxedCopy {
      margin-bottom: 60px;
    }
  }
  
  .c-blogSidebar {
    padding-left: 60px;
  }
  
  .c-blogSidebarTitle {
    color: #AC1105;
    text-decoration: underline;
  }
  
  .c-blogSidebarSpacer {
    padding-top: 50px;
  }
  
  .c-blogSidebarLinks ul {
    list-style: none;
  }
  
  .c-blogSidebarLinks a {
    padding-bottom: 15px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .c-blogSidebarLinks a.active,
  .c-blogSidebarLinks a[aria-current="page"],
  .c-blogSidebarLinks a:hover {
    color: #AC1105;
  }
  
  .c-blogFeed {
    margin-top: 2.5em;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-blogFeed {
      margin-top: -7em;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-blogFeed {
      margin-top: -0em;
    }
  }
  
  .c-article {
    position: relative;
    padding-top: 0;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-article {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      margin-top: -5px;
      margin-top: -0.3125rem;
    }
  }
  
  .c-articleCopy {
    margin-top: 50px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-articleCopy {
      margin-top: 30px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-articleCopy {
      padding-right: 50px;
      margin-top: 0;
    }
  }
  
  .c-articleCopy__paragraph {
    padding-top: 10px;
  }
  
  .c-articleCopy__paragraph p {
    text-align: center;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-articleCopy__paragraph {
      padding-top: 0px;
      column-count: 2;
      column-gap: 40px;
    }
    .c-articleCopy__paragraph p {
      text-align: left;
    }
  }
  
  .c-articleSiderbar h3 {
    color: #AC1105;
  }
  
  .c-articleSiderbar ul {
    list-style: none;
  }
  
  .c-articleSiderbar ul li {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
  }
  
  .c-articleSiderbar ul li.current-cat-parent > a,
  .c-articleSiderbar ul li:hover > a,
  .c-articleSiderbar ul li.current-cat > a {
    color: #AC1105;
  }
  
  .c-articleSiderbar ul ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
  }
  
  .c-articleTitle {
    position: relative;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-articleTitle {
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-articleTitle {
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
    }
  }
  
  .c-articleTitle__title {
    color: #AC1105;
    text-align: center;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-articleTitle__title {
      text-align: left;
    }
  }
  
  .c-articleTitle__subTitle {
    color: #929292;
    text-align: center;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-articleTitle__subTitle {
      text-align: left;
    }
  }
  
  .c-articleTitle__nav {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    color: #AC1105;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media screen and (min-width: 36.25rem) {
    .c-articleTitle__nav {
      text-align: left;
    }
  }
  
  .c-articleTitle__intro {
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
  }
  
  @media screen and (min-width: 80rem) {
    .c-articleTitle__intro {
      margin-bottom: 0;
      padding-right: 50px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .l-main__lines.c-articleTitle__lines {
      left: -100px;
      top: 140px;
      display: block;
    }
  }
  
  .c-articleTitle__grey {
    background: #F6F6F6;
  }
  
  .c-articleTitle__triangleUpLeft {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-articleTitle__triangleUpLeft {
      height: 130%;
      -webkit-clip-path: polygon(0 100%, 0 0, 100% 0%, 0% 100%);
      clip-path: polygon(0 100%, 0 0, 100% 0%, 0% 100%);
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-articleTitle__triangleUpLeft {
      height: 100vh;
    }
  }
  
  .c-threeCol {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #AC1105, #4C1D19);
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-threeCol {
      margin-top: 50px;
      margin-top: 3.125rem;
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      padding-top: 100px;
      padding-top: 6.25rem;
      padding-bottom: 100px;
      padding-bottom: 6.25rem;
    }
  }
  
  .c-threeCol--noMarginBottom {
    margin-bottom: 0;
  }
  
  .c-threeCol__button {
    margin-top: 2em;
    display: inline-block;
  }
  
  .c-threeCol__button:hover {
    color: #FFFFFF;
  }
  
  .c-threeCol__title {
    color: #FFFFFF;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-threeCol__title {
      text-align: left;
    }
  }
  
  .c-threeCol__plus {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    z-index: 0;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-threeCol__plus {
      width: 250px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-threeCol__plus {
      width: 400px;
    }
  }
  
  .c-threeCol__icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .c-threeCol__icon svg {
    width: 100px;
    fill: #FFFFFF;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-threeCol__icon {
      float: left;
    }
  }
  
  .c-threeCol__col {
    padding-top: 30px;
    position: relative;
    z-index: 9;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-threeCol__col {
      text-align: left;
    }
  }
  
  .c-threeCol__heading {
    color: #FFFFFF;
    clear: both;
    width: 100%;
  }
  
  .c-threeCol__copy p {
    color: #FFFFFF;
    padding-right: 20px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-threeCol__copy p {
      padding-right: 25%;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .c-threeCol__copy p {
      padding-right: 35%;
    }
  }
  
  .c-slider {
    position: relative;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-slider {
      margin-bottom: 25px;
      margin-bottom: 1.5625rem;
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-slider {
      margin-bottom: 0;
      padding-top: 30px;
      padding-top: 1.875rem;
      padding-bottom: 0;
    }
  }
  
  .c-slider .grid {
    position: relative;
    z-index: 99;
  }
  
  .c-slider__slider {
    position: relative;
    z-index: 1;
  }
  
  .c-slider__arrow {
    transform: translateY(-50%);
    width: auto;
    top: 50%;
    z-index: 10;
    position: absolute;
    cursor: pointer;
  }
  
  .c-slider__arrow svg {
    width: 20px;
    fill: #666666;
  }
  
  .c-slider__arrow--left {
    left: 1.25rem;
  }
  
  .c-slider__arrow--right {
    right: 1.25rem;
  }
  
  .c-jobListingSlider .c-slider__arrow--left {
    left: -1.25rem;
  }
  
  .c-jobListingSlider .c-slider__arrow--right {
    right: -1.25rem;
  }
  
  .c-slider__triangleUpLeft {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: radial-gradient(circle, #f39200 -12%, #ac1105 100%);
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-slider__triangleUpLeft {
      height: 145%;
      -webkit-clip-path: polygon(0 100%, 0 0, 100% 0%, 0% 100%);
      clip-path: polygon(0 100%, 0 0, 100% 0%, 0% 100%);
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-slider__triangleUpLeft {
      height: 60vh;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-slider__triangleUpLeft {
      height: 90vh;
    }
  }
  
  .c-slider__button {
    background-color: #AC1105;
    color: #FFFFFF;
    display: inline-block;
  }
  
  .c-slider__title {
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-slider__title {
      text-align: left;
      margin-bottom: 0;
      margin-top: 20px;
    }
  }
  
  .c-slider__intro {
    clear: both;
    padding-top: 10px;
    text-align: center;
  }
  
  .c-slider__intro p {
    color: #FFFFFF;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-slider__intro {
      text-align: left;
    }
    .c-slider__intro p {
      padding-right: 80px;
      text-align: left;
    }
  }
  
  .c-slider__button {
    margin-top: 20px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-slider__button {
      margin-top: 50px;
    }
  }
  
  .c-slider__text {
    padding-left: 0px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-slider__text {
      padding-left: 50px;
    }
  }
  
  .c-slider__img img {
    width: 80%;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-slider__img img {
      width: 90%;
      margin: 0 auto;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-slider__img img {
      width: 80%;
    }
  }
  
  .c-banner {
    position: relative;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-banner {
      margin-bottom: 25px;
      margin-bottom: 1.5625rem;
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-banner {
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 200px;
      padding-bottom: 12.5rem;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-banner {
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      padding-top: 100px;
      padding-top: 6.25rem;
      padding-bottom: 200px;
      padding-bottom: 12.5rem;
    }
  }
  
  .c-banner .grid {
    position: relative;
    z-index: 99;
  }
  
  .c-banner .c-signup__form {
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 80rem) {
    .c-banner .grid {
      display: flex;
      align-items: center;
    }
  }
  
  .c-banner__text {
    min-height: 480px;
    display: flex;
    align-items: center;
  }
  
  @media screen and (min-width: 80rem) {
    .c-banner__text {
      display: block;
    }
  }
  
  .c-banner__inner {
    margin-top: -20px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-banner__inner {
      display: flex;
      overflow: hidden;
    }
  }
  
  .c-banner__red {
    background: radial-gradient(circle, #f39200 -12%, #ac1105 100%);
  }
  
  .c-banner__green {
    background: radial-gradient(circle, #95C11F -12%, #006633 100%);
  }
  
  .c-banner__purple {
    background: radial-gradient(circle, #a13fca -12%, #662483 100%);
  }
  
  .c-banner__blue {
    background: radial-gradient(circle, #36A9E1 -12%, #29235C 100%);
  }
  
  .c-banner__yellow {
    background: radial-gradient(circle, #ffcb6b -12%, #FFA500 100%);
  }
  
  .c-banner__teal {
    background: radial-gradient(circle, #00d1c7 -12%, #00a19a 100%);
  }
  
  .c-banner__cream {
    background: radial-gradient(circle, #feebd8 -12%, #fbc997 100%);
  }
  
  .c-banner__greyblue {
    background: radial-gradient(circle, #c2cfd6 -12%, #506975 100%);
  }
  
  .c-banner__darkgreen {
    background: radial-gradient(circle, #cbbf99 -12%, #9b8b46 100%);
  }
  
  .c-banner__darkpurple {
    background: radial-gradient(circle, #d5cbc7 -12%, #ac9491 100%);
  }
  
  .c-banner__darkorange {
    background: radial-gradient(circle, #deb373 -12%, #a86518 100%);
  }
  
  .c-banner__lightblue {
    background: radial-gradient(circle, #2082EF -12%, #479DEA 100%);
  }
  
  .c-banner__lightgrey {
    background: radial-gradient(circle, #666666 -12%, #868687 100%);
  }
  
  .c-banner__triangleUpLeft {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-banner__triangleUpLeft {
      height: 130%;
      -webkit-clip-path: polygon(0 100%, 0 0, 100% 0%, 0% 100%);
      clip-path: polygon(0 100%, 0 0, 100% 0%, 0% 100%);
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-banner__triangleUpLeft {
      height: 90vh;
      min-height: 900px;
      max-height: 900px;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .c-banner__triangleUpLeft {
      height: 90vh;
      min-height: 1000px;
      max-height: 1000px;
    }
  }
  
  .c-banner__title {
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-banner__title {
      text-align: left;
      margin-bottom: 0;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-banner__title {
      font-size: 100px;
      line-height: 100px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-banner__title {
      font-size: 150px;
      line-height: 140px;
    }
  }
  
  .c-banner__intro {
    clear: both;
    padding-top: 10px;
    text-align: center;
  }
  
  .c-banner__intro p {
    color: #FFFFFF;
    padding-right: 0px;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-banner__intro {
      text-align: left;
    }
    .c-banner__intro p {
      padding-right: 10%;
      text-align: left;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-banner__intro p {
      padding-right: 50%;
    }
  }
  
  .c-banner__intro--full p {
    padding-right: 0;
  }
  
  .c-banner__img {
    margin-top: 0px;
  }
  
  .c-banner__img img {
    width: 80%;
    margin: 0 auto;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-banner__img img {
      width: 90%;
      margin: 0 auto;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-banner__img img {
      width: 80%;
    }
  }
  
  .c-video {
    position: relative;
    width: 100%;
  }
  
  .c-video__placeholder {
    width: 100%;
  }
  
  .c-video__placeholder video {
    display: block;
  }
  
  .c-video__placeholder img {
    width: 100%;
    object-fit: cover;
  }
  
  .c-video__play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin-top: -50px;
  }
  
  @media screen and (min-width: 80rem) {
    .c-video__play {
      margin-top: -100px;
    }
  }
  
  .c-video__play svg {
    fill: #FFFFFF;
    width: 100px;
  }
  
  @media screen and (min-width: 80rem) {
    .c-video__play svg {
      width: 200px;
    }
  }
  
  .c-jobSearch {
    border-top: 1px solid #AC1105;
    position: relative;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-jobSearch {
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-jobSearch {
      padding-top: 100px;
      padding-top: 6.25rem;
      padding-bottom: 50px;
      padding-bottom: 3.125rem;
    }
  }
  
  .c-jobSearch__CheckboxWrapper {
    margin-bottom: 40px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-jobSearch__CheckboxWrapper {
      margin-bottom: 0;
    }
  }
  
  .c-jobSearch__title {
    color: #AC1105;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-jobSearch__title {
      text-align: left;
    }
  }
  
  .c-jobSearch__Checkbox {
    padding-right: 50px;
  }
  
  @media screen and (min-width: 80rem) {
    .c-jobSearch__Checkbox {
      padding-right: 0;
      width: 100%;
    }
  }
  
  .c-jobSearch__Checkbox label {
    padding-top: 5px;
  }
  
  .c-jobSearch__intro {
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
  }
  
  @media screen and (min-width: 80rem) {
    .c-jobSearch__intro {
      margin-bottom: 0;
      padding-right: 50px;
    }
  }
  
  .c-jobSearch__Select {
    margin-bottom: 15px;
  }
  
  .c-jobSearch__submitButton {
    float: right;
  }
  
  @media screen and (min-width: 80rem) {
    .l-main__lines.c-jobSearch__lines {
      left: -100px;
      top: 140px;
      display: block;
    }
  }
  
  .c-jobSearch__grey {
    background: #F6F6F6;
  }
  
  .c-jobSearch__triangleUpLeft {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-jobSearch__triangleUpLeft {
      height: 130%;
      -webkit-clip-path: polygon(0 100%, 0 0, 100% 0%, 0% 100%);
      clip-path: polygon(0 100%, 0 0, 100% 0%, 0% 100%);
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-jobSearch__triangleUpLeft {
      height: 90vh;
      min-height: 800px;
    }
  }
  
  .c-job__column {
    vertical-align: top;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  
  @media screen and (min-width: 36.25rem) {
    .c-job__column {
      width: 49%;
      padding: 0px 10px;
      padding: 0 0.625rem;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-job__column {
      width: 32%;
    }
  }
  
  .c-job__column .c-postBlock {
    margin-bottom: 0;
  }
  
  .c-jobListing {
    margin-bottom: 2em;
    padding-top: 2em;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-jobListing {
      padding-top: 0;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-jobListingInner {
      padding-right: 40px;
    }
  }
  
  .c-jobListingSlider {
    margin-top: 0 !important;
    background: transparent !important;
    padding-top: 0em !important;
  }
  
  @media screen and (min-width: 80rem) {
    .c-jobListingSlider {
      padding-top: 5em !important;
    }
  }
  
  .c-jobListing__paragraph ul {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  
  .c-imgBlock__img {
    width: 70%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-bottom: 35px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-imgBlock__img {
      float: left;
      margin-bottom: 0;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-imgBlock__img {
      float: none;
      margin: 0 auto;
      width: 90%;
    }
  }
  
  .c-textBlock {
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-textBlock {
      display: flex;
      align-items: center;
      height: 100%;
      text-align: left;
    }
  }
  
  .c-textBlock__title {
    color: #AC1105;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-textBlock__title--rightAlign {
      text-align: right;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-textBlock__content--rightAlign {
      text-align: right;
    }
  }
  
  .c-textBlock__button {
    margin-top: 1em;
    display: inline-block;
    background: #AC1105;
    color: #FFFFFF;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-textBlock__button {
      margin-top: 2em;
    }
  }
  
  .c-logos {
    padding-left: 0px;
    margin-top: 30px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-logos {
      padding-left: 50px;
      margin-top: 0;
    }
  }
  
  .c-logosPanel {
    padding-bottom: 40px;
  }
  
  .c-logos__img {
    padding: 1.5em;
  }
  
  .c-logos__img img {
    max-width: 145px;
    margin: 0 auto;
  }
  
  .c-imgTextPanel {
    background: linear-gradient(to right bottom, #F6F6F6 50%, #ffffff 50%);
    position: relative;
    margin-top: -50px;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-imgTextPanel {
      padding-top: 80px;
      padding-top: 5rem;
      padding-bottom: 100px;
      padding-bottom: 6.25rem;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-imgTextPanel {
      padding-top: 100px;
      padding-top: 6.25rem;
      padding-bottom: 70px;
      padding-bottom: 4.375rem;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-imgTextPanel {
      padding-top: 100px;
      padding-top: 6.25rem;
      padding-bottom: 150px;
      padding-bottom: 9.375rem;
    }
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-imgTextPanel--reducedPadding {
      padding-top: 80px;
      padding-top: 5rem;
      padding-bottom: 80px;
      padding-bottom: 5rem;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-imgTextPanel--reducedPadding {
      padding-top: 80px;
      padding-top: 5rem;
      padding-bottom: 80px;
      padding-bottom: 5rem;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-imgTextPanel--reducedPadding {
      padding-top: 80px;
      padding-top: 5rem;
      padding-bottom: 80px;
      padding-bottom: 5rem;
    }
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-imgTextPanel .grid {
      display: flex;
    }
  }
  
  .c-postBlock {
    border-radius: 0 70px 0 0;
    border: 1px solid #666666;
    background: #FFFFFF;
    margin-bottom: 0px;
    padding: 30px 40px;
    position: relative;
    z-index: 9;
    transition: transform 0.25s ease;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-postBlock {
      margin-bottom: 60px;
    }
  }
  
  .c-postBlock:hover {
    transform: scale(1.05);
  }
  
  .c-postBlock__icon {
    position: relative;
  }
  
  .c-postBlock__icon svg {
    width: 50px;
    fill: #AC1105;
    height: auto;
    margin-bottom: 20px;
  }
  
  .c-postBlock__icon:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  
  .c-postBlock__subTitle {
    position: relative;
    font-size: 13px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-postBlock__subTitle {
      font-size: 16px;
    }
  }
  
  .c-postBlock__subTitle:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  
  .c-postBlock__title {
    position: relative;
    padding-top: 20px;
    color: #AC1105;
    font-size: 40px;
  }
  
  @media screen and (min-width: 36.25rem) {
    .c-postBlock__title {
      padding-top: 0;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.1666666667;
    }
  }
  
  .c-postBlock__title:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 30px;
  }
  
  @media screen and (min-width: 100rem) {
    .c-postBlock__title:before {
      top: 35px;
    }
  }
  
  .c-postBlock__excerpt {
    position: relative;
  }
  
  .c-postBlock__excerpt:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 15px;
  }
  
  .c-postBlock__cta {
    position: relative;
    margin-top: 50px;
  }
  
  .c-postBlock__cta p {
    color: #AC1105;
    font-size: 13px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-postBlock__cta p {
      font-size: 16px;
    }
  }
  
  .c-postBlock__cta:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #666666;
    display: Block;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  
  .c-textWidget {
    border-radius: 0 70px 0 0;
    background: #666666;
    margin-bottom: 20px;
    padding: 40px 30px;
    position: relative;
    z-index: 9;
    margin-top: 40px;
    border: 1px solid #AC1105;
  }
  
  .c-textWidget .c-threeCol__plus {
    width: 100px;
    bottom: -7px;
  }
  
  .c-textWidget__Title {
    color: #FFFFFF;
  }
  
  .c-textWidget__Copy p {
    font-size: 16px;
    color: #fff;
  }
  
  .c-socialPostFeed {
    overflow: hidden;
    background: linear-gradient(to right bottom, #ffffff 50%, #F6F6F6 50%);
    position: relative;
    margin-bottom: -50px;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-socialPostFeed {
      padding-bottom: 150px;
      padding-bottom: 9.375rem;
    }
  }
  
  .c-socialPostFeed__plus {
    position: absolute;
    bottom: -65px;
    right: -60px;
    width: 180px;
    z-index: 0;
    fill: transparent;
    stroke: #AC1105;
    stroke-width: 2px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-socialPostFeed__plus {
      width: 450px;
      bottom: -160px;
      right: -160px;
    }
  }
  
  .c-socialPostFeed__pageNav {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  
  .c-textServicesPanel {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  @media screen and (min-width: 80rem) {
    .c-textServicesPanel {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  
  .c-iconServices {
    padding-left: 0px;
    margin-top: 30px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-iconServices {
      padding-left: 50px;
      margin-top: 0;
    }
  }
  
  .c-iconServices__block {
    text-align: center;
    margin-bottom: 3.5em;
    transition: transform 0.25s ease;
  }
  
  .c-iconServices__block:hover {
    transform: scale(1.05);
  }
  
  .c-iconServices__img svg {
    width: 100px;
    height: 80px;
    margin: 0 auto;
    display: block;
  }
  
  @media screen and (min-width: 80rem) {
    .c-iconServices__img svg {
      width: 112px;
      height: 90px;
    }
  }
  
  .c-iconServices__copy {
    text-transform: uppercase;
    margin-top: 20px;
  }
  
  .c-textSliderPanel {
    background: linear-gradient(to right bottom, #ffffff 20%, #F6F6F6 80%);
    position: relative;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
    margin-top: -100px;
    margin-top: -6.25rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-textSliderPanel {
      background: linear-gradient(to right bottom, #ffffff 50%, #F6F6F6 50%);
      padding-top: 120px;
      padding-top: 7.5rem;
      padding-bottom: 70px;
      padding-bottom: 4.375rem;
      margin-top: -100px;
      margin-top: -6.25rem;
      margin-bottom: -50px;
      margin-bottom: -3.125rem;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-textSliderPanel {
      padding-top: 180px;
      padding-top: 11.25rem;
      padding-bottom: 70px;
      padding-bottom: 4.375rem;
      margin-top: -100px;
      margin-top: -6.25rem;
      margin-bottom: -50px;
      margin-bottom: -3.125rem;
    }
  }
  
  .c-textSliderPanel .c-textBlock {
    margin-top: 40px;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-textSliderPanel .c-textBlock {
      text-align: left;
    }
  }
  
  .c-textSliderPanel__slider {
    position: relative;
  }
  
  @media screen and (min-width: 80rem) {
    .c-textSliderPanel__slider {
      margin-top: 0;
    }
  }
  
  .c-textSliderPanel__lines {
    top: 155px;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-textSliderPanel__lines {
      top: 180px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-textSliderPanel__lines {
      top: 230px;
    }
  }
  
  .c-textSliderPanel .c-textBlock__inner {
    padding-right: 0px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-textSliderPanel .c-textBlock__inner {
      padding-right: 40px;
    }
  }
  
  .c-textSliderPanel__centerItem .c-postBlock__title {
    font-size: 40px;
  }
  
  .c-textSliderPanel__centerItem .c-postBlock__excerpt p {
    font-size: 18px;
  }
  
  .c-textSliderPanel__leftItem, .c-textSliderPanel__rightItem {
    position: relative;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-textSliderPanel__leftItem, .c-textSliderPanel__rightItem {
      padding-top: 40px;
      padding-top: 2.5rem;
      padding-bottom: 40px;
      padding-bottom: 2.5rem;
    }
    .c-textSliderPanel__leftItem .c-postBlock__title, .c-textSliderPanel__rightItem .c-postBlock__title {
      font-size: 30px;
    }
    .c-textSliderPanel__leftItem .c-postBlock__excerpt p, .c-textSliderPanel__rightItem .c-postBlock__excerpt p {
      font-size: 15px;
    }
  }
  
  .c-textSliderPanel__chevronLeft, .c-textSliderPanel__chevronRight {
    width: 20px;
    height: auto;
    position: absolute;
    top: 45%;
    display: none;
  }
  
  .c-textSliderPanel__chevronLeft svg, .c-textSliderPanel__chevronRight svg {
    fill: #666666;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-textSliderPanel__chevronLeft, .c-textSliderPanel__chevronRight {
      display: block;
    }
  }
  
  .c-textSliderPanel__chevronLeft {
    left: -50px;
  }
  
  @media screen and (min-width: 80rem) {
    .c-textSliderPanel__chevronLeft {
      left: 0;
    }
  }
  
  .c-textSliderPanel__chevronRight {
    right: -50px;
  }
  
  .c-textBlockBg {
    margin-top: 40px;
    margin-top: 2.5rem;
    background: radial-gradient(circle, #36A9E1 -12%, #29235C 100%);
    color: #FFFFFF;
    text-align: center;
    padding: 2em;
  }
  
  .c-textBlockBg_Copy h2 {
    color: #FFFFFF;
  }
  
  .c-textBlockBg_Copy p {
    color: #FFFFFF;
  }
  
  .c-textBlockBg__red {
    background: radial-gradient(circle, #f39200 -12%, #ac1105 100%);
  }
  
  .c-textBlockBg__green {
    background: radial-gradient(circle, #95C11F -12%, #006633 100%);
  }
  
  .c-textBlockBg__purple {
    background: radial-gradient(circle, #a13fca -12%, #662483 100%);
  }
  
  .c-textBlockBg__blue {
    background: radial-gradient(circle, #36A9E1 -12%, #29235C 100%);
  }
  
  .c-textBlockBg__yellow {
    background: radial-gradient(circle, #ffcb6b -12%, #FFA500 100%);
  }
  
  .c-textBlockBg__teal {
    background: radial-gradient(circle, #00d1c7 -12%, #00a19a 100%);
  }
  
  .c-textBlockBg__cream {
    background: radial-gradient(circle, #feebd8 -12%, #fbc997 100%);
  }
  
  .c-textBlockBg__greyblue {
    background: radial-gradient(circle, #c2cfd6 -12%, #506975 100%);
  }
  
  .c-textBlockBg__darkgreen {
    background: radial-gradient(circle, #cbbf99 -12%, #9b8b46 100%);
  }
  
  .c-textBlockBg__darkpurple {
    background: radial-gradient(circle, #d5cbc7 -12%, #ac9491 100%);
  }
  
  .c-textBlockBg__darkorange {
    background: radial-gradient(circle, #deb373 -12%, #a86518 100%);
  }
  
  .c-textBlockBg__lightblue {
    background: radial-gradient(circle, #2082EF -12%, #479DEA 100%);
  }
  
  .c-textBlockBg__lightgrey {
    background: radial-gradient(circle, #666666 -12%, #868687 100%);
  }
  
  .c-testimonialPanel {
    background: linear-gradient(to right bottom, #F6F6F6 50%, #ffffff 50%);
    position: relative;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-testimonialPanel {
      padding-top: 80px;
      padding-top: 5rem;
      padding-bottom: 80px;
      padding-bottom: 5rem;
      display: flex;
      overflow: hidden;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-testimonialPanel {
      padding-top: 100px;
      padding-top: 6.25rem;
      padding-bottom: 100px;
      padding-bottom: 6.25rem;
      min-height: 650px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-testimonialPanel {
      padding-top: 100px;
      padding-top: 6.25rem;
      padding-bottom: 100px;
      padding-bottom: 6.25rem;
    }
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-testimonials .grid {
      display: flex;
      overflow: hidden;
      position: relative;
    }
  }
  
  .c-testimonials__chevronLeft {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -20px;
  }
  
  .c-testimonials__chevronLeft svg {
    fill: #666666;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-testimonials__chevronLeft {
      left: 0px;
    }
  }
  
  .c-testimonials__chevronRight {
    width: 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -20px;
  }
  
  .c-testimonials__chevronRight svg {
    fill: #666666;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-testimonials__chevronRight {
      right: 0px;
    }
  }
  
  .c-testimonials__clientName {
    text-align: center;
    display: flex;
    align-items: center;
    text-align: left;
  }
  
  .c-testimonials__clientName div {
    width: 100%;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-testimonials__clientName {
      padding-left: 100px;
      padding-left: 6.25rem;
      text-align: left;
    }
    .c-testimonials__clientName div {
      width: 100%;
      text-align: left;
    }
  }
  
  .c-testimonials__quote {
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-testimonials__quote {
      padding-left: 80px;
      padding-left: 5rem;
      text-align: left;
    }
  }
  
  .c-testimonials__headline {
    font-family: "Montserrat", sans-serif, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -1px;
    color: #666666;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-testimonials__headline {
      font-size: 30px;
      line-height: 45px;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-testimonials__headline {
      font-size: 40px;
      line-height: 55px;
      padding-right: 50px;
      padding-right: 3.125rem;
    }
  }
  
  .c-testimonials__SubHeading {
    font-family: "Montserrat", sans-serif, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    color: #AC1105;
    font-size: 25px;
  }
  
  @media screen and (min-width: 80rem) {
    .c-testimonials__SubHeading {
      font-size: 30px;
    }
  }
  
  .c-intro {
    position: relative;
    text-align: center;
    background: #F6F6F6;
    z-index: 1;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  
  .c-intro p {
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-intro {
      margin-top: -170px;
      background: transparent;
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-intro {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  
  .c-intro__triangleUp {
    width: 100%;
    background: #F6F6F6;
    position: relative;
    z-index: -2;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-intro__triangleUp {
      -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 100%, 50% 0, 100% 100%, 0% 100%);
      height: 550px;
      margin-top: -410px;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-intro__triangleUp {
      margin-top: -350px;
    }
  }
  
  .c-intro__title {
    margin-top: 0px;
    text-align: center;
    color: #929292;
  }
  
  .c-colourIconSlider {
    position: relative;
    background: #F6F6F6;
    padding-top: 0;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    position: relative;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-colourIconSlider {
      padding-top: 10px;
      padding-top: 0.625rem;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-colourIconSlider {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  }
  
  .c-colourIconSlider__iconSlideOut {
    position: absolute;
    color: #FFFFFF;
    top: 0;
    width: 95%;
    right: -95%;
    z-index: 999;
    border-radius: 70px 0px 0 0;
    transition: right 0.4s ease-in-out;
    -webkit-transition: right 0.4s ease-in-out;
    padding: 1.5em;
  }
  
  @media screen and (min-width: 36.25rem) {
    .c-colourIconSlider__iconSlideOut {
      padding: 1.5em;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .c-colourIconSlider__iconSlideOut {
      width: 90%;
      right: -90%;
    }
  }
  
  .c-colourIconSlider__icon:hover .c-colourIconSlider__iconSlideOut {
    right: 0px;
  }
  
  .c-colourIconSlider__iconSlideOutTitle {
    color: #FFFFFF;
    margin-top: 20px;
  }
  
  .c-colourIconSlider__iconSlideOutCopy {
    padding-top: 4px;
  }
  
  .c-colourIconSlider__iconSlideOutCopy p {
    color: #FFFFFF;
  }
  
  @media screen and (min-width: 80rem) {
    .c-colourIconSlider__iconSlideOutCopy {
      padding-left: 30px;
    }
  }
  
  .c-colourIconSlider__button {
    margin-top: 22px;
    float: left;
  }
  
  @media screen and (min-width: 80rem) {
    .c-colourIconSlider__button {
      float: right;
    }
  }
  
  .c-colourIconSlider__iconSlideOutIcon {
    margin-top: 5px;
    text-align: center;
  }
  
  .c-colourIconSlider__iconSlideOutIcon svg {
    fill: #FFFFFF;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-colourIconSlider__iconSlideOutIcon {
      margin-top: 5px;
    }
  }
  
  .c-colourIconSlider__iconSlideOut--red {
    background: #AC1105;
  }
  
  .c-colourIconSlider__iconSlideOut--yellow {
    background: #f9b233;
  }
  
  .c-colourIconSlider__iconSlideOut--teal {
    background: #00a19a;
  }
  
  .c-colourIconSlider__iconSlideOut--blue {
    background: #1d71b8;
  }
  
  .c-colourIconSlider__iconSlideOut--greendark {
    background: #048c36;
  }
  
  .c-colourIconSlider__iconSlideOut--greenlight {
    background: #95c11e;
  }
  
  .c-colourIconSlider__iconSlideOut--cream {
    background: #feebd8;
  }
  
  .c-colourIconSlider__iconSlideOut--greyblue {
    background: #c2cfd6;
  }
  
  .c-colourIconSlider__iconSlideOut--darkgreen {
    background: #cbbf99;
  }
  
  .c-colourIconSlider__iconSlideOut--darkpurple {
    background: #d5cbc7;
  }
  
  .c-colourIconSlider__iconSlideOut--darkorange {
    background: #deb373;
  }
  
  .c-colourIconSlider__iconSlideOut--lightblue {
    background: #2082EF;
  }
  
  .c-colourIconSlider__iconSlideOut--lightgrey {
    background: #666666;
  }
  
  .c-colourIconSlider__iconSlideOut .grid {
    float: left;
    margin-left: 2.5%;
    padding-top: 15px;
  }
  
  @media screen and (min-width: 36.25rem) {
    .c-colourIconSlider__iconSlideOut .grid {
      padding-top: 31px;
    }
  }
  
  .c-colourIconSlider__paragraph {
    padding-top: 10px;
  }
  
  .c-colourIconSlider__paragraph p {
    text-align: center;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-colourIconSlider__paragraph {
      padding-top: 40px;
      column-count: 2;
      column-gap: 40px;
    }
    .c-colourIconSlider__paragraph p {
      text-align: left;
    }
  }
  
  .c-colourIconSlider__icon {
    height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
  }
  
  .c-colourIconSlider__icon svg {
    display: block;
    margin: 0 auto;
    width: 95px;
    height: 70px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-colourIconSlider__icon svg {
      width: 95px;
      height: 80px;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-colourIconSlider__icon {
      height: 150px;
    }
    .c-colourIconSlider__icon svg {
      width: 100px;
      height: 80px;
      margin: 0 auto;
    }
  }
  
  .c-colourIconSlider__lines {
    position: absolute;
    right: 0;
    background: red;
    height: 100%;
  }
  
  .c-colourIconSlider__line {
    width: 8px;
    height: 100%;
    float: left;
  }
  
  .c-colourIconSlider__line--red {
    background: #AC1105;
  }
  
  .c-colourIconSlider__line--yellow {
    background: #f9b233;
  }
  
  .c-colourIconSlider__line--blue {
    background: #1d71b8;
  }
  
  .c-colourIconSlider__line--teal {
    background: #00a19a;
  }
  
  .c-colourIconSlider__line--greenlight {
    background: #95c11e;
  }
  
  .c-colourIconSlider__line--greendark {
    background: #048c36;
  }
  
  .c-colourIconSlider__line--greendark {
    background: #048c36;
  }
  
  .c-colourIconSlider__line--cream {
    background: #feebd8;
  }
  
  .c-colourIconSlider__line--greyblue {
    background: #c2cfd6;
  }
  
  .c-colourIconSlider__line--darkgreen {
    background: #cbbf99;
  }
  
  .c-colourIconSlider__line--darkpurple {
    background: #d5cbc7;
  }
  
  .c-colourIconSlider__line--darkorange {
    background: #deb373;
  }
  
  .c-colourIconSlider__line--lightblue {
    background: #2082EF;
  }
  
  .c-colourIconSlider__line--lightgrey {
    background: #666666;
  }
  
  .c-colourIconSlider__icon--red {
    fill: #AC1105;
  }
  
  .c-colourIconSlider__icon--yellow {
    fill: #f9b233;
  }
  
  .c-colourIconSlider__icon--blue {
    fill: #1d71b8;
  }
  
  .c-colourIconSlider__icon--teal {
    fill: #00a19a;
  }
  
  .c-colourIconSlider__icon--greenlight {
    fill: #95c11e;
  }
  
  .c-colourIconSlider__icon--greendark {
    fill: #048c36;
  }
  
  .c-colourIconSlider__icon--cream {
    fill: #feebd8;
  }
  
  .c-colourIconSlider__icon--greyblue {
    fill: #c2cfd6;
  }
  
  .c-colourIconSlider__icon--darkgreen {
    fill: #cbbf99;
  }
  
  .c-colourIconSlider__icon--darkpurple {
    fill: #d5cbc7;
  }
  
  .c-colourIconSlider__icon--darkorange {
    fill: #deb373;
  }
  
  .c-colourIconSlider__icon--lightblue {
    fill: #2082EF;
  }
  
  .c-colourIconSlider__icon--lightgrey {
    fill: #666666;
  }
  
  .c-alerts {
    border-radius: 0 70px 0 0;
    background: #F6F6F6;
    margin-bottom: 20px;
    padding: 30px 40px;
    position: relative;
    z-index: 9;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-alerts {
      margin-bottom: 60px;
    }
  }
  
  .c-alerts__Title {
    color: #AC1105;
    text-align: left;
  }
  
  .c-alerts__Input {
    margin-bottom: 10px;
  }
  
  .c-alerts__Select {
    background-color: Transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
  }
  
  .c-alerts__submitButton {
    width: 100%;
    margin-top: 20px;
  }
  
  .c-alerts input {
    width: 100%;
  }
  
  .c-twoColCopy {
    position: relative;
    background: #F6F6F6;
    padding-top: 0;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-twoColCopy {
      padding-top: 0;
      padding-bottom: 100px;
      padding-bottom: 6.25rem;
      margin-bottom: 50px;
      margin-bottom: 3.125rem;
      margin-top: -5px;
      margin-top: -0.3125rem;
    }
  }
  
  .c-twoColCopy__paragraph {
    padding-top: 10px;
  }
  
  .c-twoColCopy__paragraph ul,
  .c-twoColCopy__paragraph p {
    text-align: center;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-twoColCopy__paragraph {
      padding-top: 40px;
      column-count: 2;
      column-gap: 40px;
    }
    .c-twoColCopy__paragraph ul,
    .c-twoColCopy__paragraph p {
      text-align: left;
    }
  }
  
  .c-twoColCopy__paragraph--single {
    column-count: 1 !important;
  }
  
  .c-twoColCopy__paragraph--single p {
    text-align: center !important;
  }
  
  .c-twoColCopy__list {
    margin-left: 20px;
  }
  
  .c-twoColCopy img {
    display: inline-block;
  }
  
  .c-twoColCopy__paragraph h2 {
    text-align: center;
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-twoColCopy__paragraph h2 {
      text-align: left;
    }
  }
  
  .c-twoColCopy blockquote p {
    color: #AC1105;
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-twoColCopy blockquote p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5;
    }
  }
  
  @media screen and (min-width: 57.25rem) {
    .c-twoColCopy blockquote p {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.3333333333;
    }
  }
  
  @media screen and (min-width: 80rem) {
    .c-twoColCopy blockquote p {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.3333333333;
    }
  }
  
  @media screen and (min-width: 100rem) {
    .c-twoColCopy blockquote p {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.3333333333;
    }
  }
  
  .c-twoColCopy__paragraph ul {
    padding-left: 20px;
  }
  
  .c-navToggle {
    height: 1.875rem;
    width: 2.1875rem;
    display: block;
    cursor: pointer;
    z-index: 30;
    transition: transform 0.25s linear;
    position: relative;
    margin-top: 6px;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-navToggle {
      margin-top: 14px;
    }
  }
  
  .c-nav .c-navToggle {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 30px;
    top: 30px;
  }
  
  .c-nav .c-navToggle__line {
    background-color: #fff;
  }
  
  .c-navToggle__line {
    width: 35px;
    height: 3px;
    background: #929292;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.15s ease-in-out;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-navToggle__line {
      width: 45px;
      height: 4px;
    }
  }
  
  .c-navToggle__line--1 {
    top: 0;
  }
  
  .c-navToggle__line--2 {
    top: calc(50%);
    transform: translateY(-50%);
  }
  
  .c-navToggle__line--3 {
    bottom: 0;
  }
  
  .c-navToggle--open .c-navToggle__line--1 {
    transform: rotate(-45deg);
    top: 50%;
    width: 1.8125rem;
    left: 0.125rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-navToggle--open .c-navToggle__line--1 {
      /*left:  px2rem(10);*/
    }
  }
  
  .c-navToggle--open .c-navToggle__line--2 {
    opacity: 0;
    width: 0;
    left: 50%;
    right: 50%;
  }
  
  .c-navToggle--open .c-navToggle__line--3 {
    transform: rotate(45deg);
    top: 50%;
    left: auto;
    width: 1.8125rem;
    right: 0.1875rem;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-navToggle--open .c-navToggle__line--3 {
      /*right:  px2rem(9);*/
    }
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-navToggle--open:hover {
      transform: rotate(90deg);
    }
  }
  
  .login h1 {
    text-align: left;
  }
  
  .login h1 a {
    background-image: url(assets/img/jpg/myflame-health-black.jpg);
    background-size: contain;
    width: 315px;
    height: 81px;
    margin: 0 0 1.25rem;
    display: none;
  }
  
  .login .message.register {
    display: none;
  }
  
  .login #login {
    width: auto;
    border: 0;
  }
  
  .login form {
    border-radius: 1.875rem 1.875rem 0 0;
  }
  
  .login #backtoblog a, .login #nav a {
    color: #000;
  }
  
  .login.login-action-register form h2 {
    display: none;
  }
  
  *:focus {
    outline: 0 !important;
  }
  
  div.wpcf7-response-output {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
  
  .c-textSliderPanel__slider .slick-list {
    padding: 22px 0px;
    padding: 1.375rem 0;
  }
  
  @media screen and (max-width: 57.24375rem) {
    .c-textSliderPanel__slider .slick-list {
      box-sizing: content-box !important;
    }
  }
  
  .c-textSliderPanel__slider .c-textSliderPanel__slide {
    padding: 0px 10px;
    padding: 0 0.625rem;
  }
  
  .c-textSliderPanel__slide .c-postBlock {
    margin-bottom: 0;
  }
  
  .page-numbers.current {
    color: #AC1105;
  }
  
  .c-myAccount {
    padding: 0px;
    padding: 0;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-myAccount {
      padding: 20px 40px;
      padding: 1.25rem 2.5rem;
      min-height: 43.75rem;
    }
  }
  
  .wpcf7 span:not(.acf-spinner),
  .acf-form span:not(.acf-spinner) {
    display: block;
  }
  
  select[data-multiple="1"] {
    height: 31.25rem;
  }
  
  .c-searchform > .grid {
    border: 1px solid #AC1105;
    padding: 20px;
    padding: 1.25rem;
  }
  
  @media screen and (max-width: 47.49375rem) {
    .c-searchform .l-main__button {
      margin: 20px auto 0;
      display: inline-block;
    }
  }
  
  .c-searchform .l-search__slideOutButton {
    padding-top: 0;
  }
  
  .c-searchform input[type="text"] {
    margin: 0;
    color: #fff;
  }
  
  .c-searchform input[type="submit"] {
    background-color: #fff;
  }
  
  .c-inPageForm {
    padding: 30px 0px 10px;
    padding: 1.875rem 0 0.625rem;
  }
  
  input[type="submit"] {
    font-family: "Bebas Neue", cursive, "Lucida Grande", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .page-template-my-account .c-inPageForm .grid__col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .page-template-my-account .c-inPageForm .grid__col input[type="submit"] {
    margin-left: 0;
  }
  
  .page-template-my-account .c-inPageForm .grid__col input[type="text"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .acf-field select option {
    font-size: 26px;
  }
  
  .c-default-text {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  
  .c-default-text ul {
    margin-left: 40px;
    margin-left: 2.5rem;
  }
  
  .job-button {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  
  @media screen and (min-width: 80rem) {
    .job-button {
      margin-top: 0;
    }
  }
  
  .c-jobs__apply--rhc {
    display: none;
    text-align: center;
  }
  
  @media screen and (min-width: 47.5rem) {
    .c-jobs__apply--rhc {
      display: block;
    }
  }
  
  .c-searchform__links {
    padding-top: 20px;
    padding-top: 1.25rem;
    clear: both;
  }
  
  .c-searchform__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .c-searchform__links ul li {
    display: inline-block;
  }
  
  .c-searchform__links ul li li:not(:last-child) {
    border-right: 1px solid #AC1105;
    padding-right: 5px;
    padding-right: 0.3125rem;
  }
  
  /******************* helper classes ********************/
  /* helper classes */
  .h-titleLines {
    position: relative;
  }
  
  .h-titleLines:before {
    position: absolute;
    bottom: auto;
    left: auto;
    right: calc(100% + 40px);
    top: 50%;
    content: "";
    background-image: url(assets/img/svg/lines.svg);
    width: 1000px;
    color: #AC1105;
    height: 1.25rem;
    transform: translateY(-100%);
    background-position: center right 0;
  }
  
  [data-color="scheme-1"].h-color--bg {
    background-color: #6A5749 !important;
  }
  
  [data-color="scheme-1"] .h-color--bg {
    background-color: #6A5749;
  }
  
  [data-color="red"].h-color--bg {
    background-color: #AC1105 !important;
  }
  
  [data-color="red"] .h-color--bg {
    background-color: #AC1105;
  }
  
  [data-color="red-2"].h-color--bg {
    background-color: #4C1D19 !important;
  }
  
  [data-color="red-2"] .h-color--bg {
    background-color: #4C1D19;
  }
  
  [data-color="yellow"].h-color--bg {
    background-color: #f9b233 !important;
  }
  
  [data-color="yellow"] .h-color--bg {
    background-color: #f9b233;
  }
  
  [data-color="blue"].h-color--bg {
    background-color: #1d71b8 !important;
  }
  
  [data-color="blue"] .h-color--bg {
    background-color: #1d71b8;
  }
  
  [data-color="teal"].h-color--bg {
    background-color: #00a19a !important;
  }
  
  [data-color="teal"] .h-color--bg {
    background-color: #00a19a;
  }
  
  [data-color="green"].h-color--bg {
    background-color: #95c11e !important;
  }
  
  [data-color="green"] .h-color--bg {
    background-color: #95c11e;
  }
  
  [data-color="green-2"].h-color--bg {
    background-color: #048c36 !important;
  }
  
  [data-color="green-2"] .h-color--bg {
    background-color: #048c36;
  }
  
  [data-color="grey-1"].h-color--bg {
    background-color: #dddddd !important;
  }
  
  [data-color="grey-1"] .h-color--bg {
    background-color: #dddddd;
  }
  
  [data-color="grey-2"].h-color--bg {
    background-color: #bbbbbb !important;
  }
  
  [data-color="grey-2"] .h-color--bg {
    background-color: #bbbbbb;
  }
  
  [data-color="grey-3"].h-color--bg {
    background-color: #929292 !important;
  }
  
  [data-color="grey-3"] .h-color--bg {
    background-color: #929292;
  }
  
  [data-color="grey-4"].h-color--bg {
    background-color: #666666 !important;
  }
  
  [data-color="grey-4"] .h-color--bg {
    background-color: #666666;
  }
  
  [data-color="grey-5"].h-color--bg {
    background-color: #555555 !important;
  }
  
  [data-color="grey-5"] .h-color--bg {
    background-color: #555555;
  }
  
  [data-color="grey-6"].h-color--bg {
    background-color: #F6F6F6 !important;
  }
  
  [data-color="grey-6"] .h-color--bg {
    background-color: #F6F6F6;
  }
  
  [data-color="black"].h-color--bg {
    background-color: #000000 !important;
  }
  
  [data-color="black"] .h-color--bg {
    background-color: #000000;
  }
  
  /*# sourceMappingURL=style.css.map */
  