@charset "UTF-8";
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
body {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0; }

html {
  font-size: 62.5%; }

body {
  font: 13px/1.5 "Montserrat", sans-serif;
  color: #343434;
  transition: all .4s .3s ease-in;
  margin-top: calc(6rem + 50px); }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 30px;
  background-color: #191919;
  transition: background-color 0.25s ease; }
  .header .action-buttons {
    display: flex;
    margin-left: 10px;
    gap: 10px; }
    @media (max-width: 670px) {
      .header .action-buttons {
        position: fixed;
        top: 67px; } }
  .header .product__hunt_image {
    width: 190px;
    height: 100%; }
    @media (max-width: 420px) {
      .header .product__hunt_image {
        width: 160px; } }
    @media (max-width: 1540px) and (min-width: 1280px) {
      .header .product__hunt_image {
        width: 140px; } }
  .header .ip_freedom {
    text-decoration: none;
    color: white;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: right; }
    .header .ip_freedom:hover {
      text-decoration: none; }
  .header .logo {
    text-align: center; }
    .header .logo img {
      height: 40px; }
    .header .logo a {
      text-decoration: none; }
      .header .logo a:hover {
        text-decoration: none; }
  .header .language {
    display: none; }
  .header .languagemobile {
    float: left;
    width: 18%;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    height: 60px; }
    .header .languagemobile a {
      font-size: 18px;
      color: #343434;
      background-color: white;
      width: 100%;
      height: 100%;
      text-decoration: none;
      float: left;
      padding-top: 15px; }
      .header .languagemobile a:hover {
        background-color: #f26e28; }
  .header .button-cta {
    display: none; }
  @media only screen and (min-width: 700px) {
    .header {
      justify-content: space-between;
      height: 75px;
      padding: 20px 30px;
      background-color: transparent; }
      .header .logo img {
        height: 40px; }
      .header .logo span {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 75px;
        float: left; }
      .header .logo a {
        text-decoration: none; }
        .header .logo a:hover {
          text-decoration: none; }
      .header .language {
        display: block;
        float: left;
        width: 100%;
        position: absolute;
        top: 23px;
        text-align: center;
        left: 0;
        height: 75px; }
        .header .language a {
          font-size: 18px;
          color: white;
          text-decoration: none; }
      .header .languagemobile {
        display: none; } }
  @media only screen and (min-width: 700px) and (min-width: 900px) {
    .header .button-cta {
      display: inherit;
      text-align: center;
      margin: 18px 40px;
      max-width: 320px; } }
  @media only screen and (min-width: 700px) and (min-width: 991px) {
    .header .button-cta {
      display: inherit;
      text-align: center;
      margin: 10px 40px;
      max-width: 320px; } }
  @media only screen and (min-width: 700px) {
      .header .button-incta {
        display: inherit; } }
  @media only screen and (min-width: 700px) and (min-width: 991px) {
    .header .button-incta {
      display: inherit; } }

.scroll-bg {
  background-color: #000; }

.main .section:first-of-type {
  margin-top: 0;
  height: calc( 100vh - 0 ); }
  @media only screen and (min-width: 700px) {
    .main .section:first-of-type {
      margin-top: 0;
      height: calc( 100vh - 75px );
      min-height: 550px;
      padding-top: 120px; } }

.scrollbackup {
  opacity: 0;
  display: none;
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 5;
  background: #f26e28;
  color: #FFF;
  padding: 18px 19px;
  border-radius: 32px;
  -webkit-transition: transform .15s ease-in-out, opacity .25s ease-in-out;
  -moz-transition: transform .15s ease-in-out, opacity .25s ease-in-out;
  -o-transition: transform .15s ease-in-out, opacity .25s ease-in-out;
  transition: transform .15s ease-in-out, opacity .25s ease-in-out;
  cursor: pointer; }
  .scrollbackup i.fa {
    font-size: 22px; }
  .scrollbackup:hover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8); }

section.section {
  min-height: 85vh;
  overflow: auto; }
  section.section h1, section.section h2 {
    margin-top: 0; }
  section.section.section-invert {
    color: white;
    text-shadow: none;
    background-color: #191919; }
    section.section.section-invert h1, section.section.section-invert h2 {
      color: #f26e28;
      text-shadow: none; }
    section.section.section-invert .button {
      color: #343434; }

.second-step {
  position: relative; }

.second-step-text {
  position: absolute;
  top: 65%;
  left: 50%;
  font-size: 2vmin;
  transform: translate(-50%, -50%); }

@media (max-width: 992px) {
  .second-step-text {
    font-size: 1.7vmin; } }
@media (max-width: 898px) {
  .second-step-text {
    font-size: 1.5vmin; } }
@media (max-width: 719px) {
  .second-step-text {
    font-size: 4vmin; } }
nav.singleArticle ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0; }
  nav.singleArticle ul li {
    list-style: none;
    width: 50%;
    text-align: center; }
    nav.singleArticle ul li a {
      font-weight: 600;
      color: #f26e28;
      position: relative; }
      nav.singleArticle ul li a:hover {
        color: #7a2f07;
        transition: all 0.2s ease-in-out; }
      nav.singleArticle ul li a[rel=prev]:before {
        content: "«";
        position: absolute;
        left: -30px;
        top: 0;
        font-size: 38px;
        height: 0;
        line-height: 0.3em; }
      nav.singleArticle ul li a[rel=next]:before {
        content: "»";
        position: absolute;
        right: -30px;
        top: 0;
        font-size: 38px;
        height: 0;
        line-height: 0.3em; }

section.section.section-punch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 0;
  flex-direction: column;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/assets/img/bkg-punchline.jpg");
  background-repeat: no-repeat;
  background-size: auto, cover;
  height: auto !important; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.section.section-punch {
      display: block;
      flex: inherit; } }
  section.section.section-punch h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: white;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 25px; }
    @media (min-width: 768px) {
      section.section.section-punch h1 {
        font-size: 72px; } }
  section.section.section-punch h2 {
    font-size: 31px;
    font-weight: 600;
    text-transform: none; }
    @media (min-width: 768px) {
      section.section.section-punch h2 {
        font-size: 31px; } }
  section.section.section-punch .goingDown {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 25px 0; }
    section.section.section-punch .goingDown span {
      color: #fff;
      text-transform: uppercase;
      padding: 8px 0;
      border-top: 1px solid #fff; }
    section.section.section-punch .goingDown img {
      width: 54px;
      padding: 4px;
      -webkit-transition: opacity .15s ease-in-out, opacity .25s ease-in-out;
      -moz-transition: opacity .15s ease-in-out, opacity .25s ease-in-out;
      -o-transition: opacity .15s ease-in-out, opacity .25s ease-in-out;
      transition: opacity .15s ease-in-out, opacity .25s ease-in-out; }
    section.section.section-punch .goingDown:hover img {
      opacity: 0.7;
      -webkit-transition: opacity .15s ease-in-out, opacity .25s ease-in-out;
      -moz-transition: opacity .15s ease-in-out, opacity .25s ease-in-out;
      -o-transition: opacity .15s ease-in-out, opacity .25s ease-in-out;
      transition: opacity .15s ease-in-out, opacity .25s ease-in-out; }
  section.section.section-punch video {
    width: 100%; }

section.section.section-media {
  background-image: url("/assets/img/bkg-media.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

section.section.section-video {
  min-height: auto; }
  section.section.section-video iframe.video {
    width: 100%;
    height: 70vh; }

section.section.section-features, section.section.section-morefeatures {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 0;
  min-height: 40vh;
  text-align: center;
  padding-bottom: 2em;
  background-color: #f7f7f9; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.section.section-features, section.section.section-morefeatures {
      display: block;
      flex: inherit; } }
  section.section.section-features h2, section.section.section-morefeatures h2 {
    text-transform: none;
    margin-bottom: 50px; }
  section.section.section-features .feature, section.section.section-morefeatures .feature {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5.5em; }
  section.section.section-features i.fa, section.section.section-morefeatures i.fa {
    font-size: 3em; }
  section.section.section-features .description, section.section.section-morefeatures .description {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 0.5em; }
  @media only screen and (min-width: 700px) {
    section.section.section-features i.fa, section.section.section-morefeatures i.fa {
      font-size: 4em; }
    section.section.section-features .description, section.section.section-morefeatures .description {
      max-width: 300px;
      margin-top: 0;
      margin-left: 1em;
      font-size: 1.3em; } }
  section.section.section-features .planbox, section.section.section-morefeatures .planbox {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 30px;
    padding: 20px 20px 38px 20px;
    box-shadow: 0px 3px 10px rgba(105, 105, 105, 0.76); }
    section.section.section-features .planbox p.title, section.section.section-morefeatures .planbox p.title {
      font-size: 2em;
      font-weight: 600; }
    section.section.section-features .planbox p.subtitle, section.section.section-morefeatures .planbox p.subtitle {
      font-size: 1.7em; }
    section.section.section-features .planbox .featcontent, section.section.section-morefeatures .planbox .featcontent {
      margin: 20px 0;
      display: flex;
      align-items: center; }
      section.section.section-features .planbox .featcontent .imgcontent img, section.section.section-morefeatures .planbox .featcontent .imgcontent img {
        width: 60%;
        height: auto;
        vertical-align: middle; }
      section.section.section-features .planbox .featcontent span, section.section.section-morefeatures .planbox .featcontent span {
        font-size: 1.3em;
        font-weight: 400; }
  section.section.section-features #advantages .animationblock, section.section.section-morefeatures #advantages .animationblock {
    position: relative;
    height: 215px; }
    section.section.section-features #advantages .animationblock img, section.section.section-morefeatures #advantages .animationblock img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity .25s ease; }
      section.section.section-features #advantages .animationblock img.noanimate, section.section.section-morefeatures #advantages .animationblock img.noanimate {
        opacity: 0; }
      section.section.section-features #advantages .animationblock img.view, section.section.section-morefeatures #advantages .animationblock img.view {
        opacity: 1;
        transition-delay: .5s; }
    @media (min-width: 767px) {
      section.section.section-features #advantages .animationblock, section.section.section-morefeatures #advantages .animationblock {
        height: inherit; } }
  section.section.section-features #advantages span, section.section.section-morefeatures #advantages span {
    font-size: 2.75em;
    line-height: 1.25em;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    position: relative; }
    @media (min-width: 767px) {
      section.section.section-features #advantages span, section.section.section-morefeatures #advantages span {
        padding: 15px 0;
        margin-top: 30px; } }
    section.section.section-features #advantages span div.border, section.section.section-morefeatures #advantages span div.border {
      width: 0;
      height: 6px;
      background: #f26e28;
      display: block;
      clear: both;
      text-align: center;
      -webkit-transition: width .35s ease-in-out;
      -moz-transition: width .35s ease-in-out;
      -o-transition: width .35s ease-in-out;
      transition: width .35s ease-in-out;
      transition-delay: .40s;
      position: absolute;
      margin-top: 20px; }
      section.section.section-features #advantages span div.border.expand, section.section.section-morefeatures #advantages span div.border.expand {
        width: 200px; }
      section.section.section-features #advantages span div.border.right, section.section.section-morefeatures #advantages span div.border.right {
        right: 0; }
  section.section.section-features span.addressto, section.section.section-morefeatures span.addressto {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 600; }
  section.section.section-features .circle_feat, section.section.section-morefeatures .circle_feat {
    position: relative;
    width: 60%;
    height: 0;
    padding: 28% 0;
    margin: 1em auto;
    border-radius: 50%;
    border: 4px solid #191919;
    transition: all 0.3s ease; }
    section.section.section-features .circle_feat:hover, section.section.section-morefeatures .circle_feat:hover {
      border: 4px solid #f26e28;
      transition: all 0.3s ease; }
    section.section.section-features .circle_feat .imgcontent, section.section.section-morefeatures .circle_feat .imgcontent {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      align-items: center; }
      section.section.section-features .circle_feat .imgcontent img, section.section.section-morefeatures .circle_feat .imgcontent img {
        width: 70%;
        height: auto; }
    section.section.section-features .circle_feat .imgcontent:before, section.section.section-morefeatures .circle_feat .imgcontent:before {
      content: '';
      vertical-align: middle;
      display: inline-block;
      width: 14.5%;
      height: 100%; }
    section.section.section-features .circle_feat .imgcontent span, section.section.section-morefeatures .circle_feat .imgcontent span {
      color: white;
      vertical-align: middle;
      display: inline-block;
      width: 100%;
      font-size: 1.15em;
      font-weight: 600;
      text-align: center; }
    section.section.section-features .circle_feat .textcontent, section.section.section-morefeatures .circle_feat .textcontent {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      align-items: center; }
    section.section.section-features .circle_feat .textcontent:before, section.section.section-morefeatures .circle_feat .textcontent:before {
      content: '';
      vertical-align: middle;
      display: inline-block;
      width: 0;
      height: 100%; }
    section.section.section-features .circle_feat .textcontent span, section.section.section-morefeatures .circle_feat .textcontent span {
      color: white;
      vertical-align: middle;
      display: inline-block;
      width: 100%;
      font-size: 1.15em;
      font-weight: 600;
      text-align: center; }
      section.section.section-features .circle_feat .textcontent span small, section.section.section-morefeatures .circle_feat .textcontent span small {
        font-size: 1em;
        font-weight: 300;
        margin: 0;
        float: none;
        text-align: inherit;
        width: auto; }
    @media only screen and (min-width: 720px) {
      section.section.section-features .circle_feat .textcontent span, section.section.section-morefeatures .circle_feat .textcontent span {
        font-size: 75%; } }
    @media only screen and (min-width: 1024px) {
      section.section.section-features .circle_feat .textcontent span, section.section.section-morefeatures .circle_feat .textcontent span {
        font-size: 100%; } }
    @media only screen and (min-width: 1140px) {
      section.section.section-features .circle_feat .textcontent span, section.section.section-morefeatures .circle_feat .textcontent span {
        font-size: 110%; } }
    @media only screen and (min-width: 1280px) {
      section.section.section-features .circle_feat .textcontent span, section.section.section-morefeatures .circle_feat .textcontent span {
        font-size: 120%; } }
  section.section.section-features h3, section.section.section-morefeatures h3 {
    font-size: 2em; }

section.section.section-features {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.section.section-features {
      display: block;
      flex: inherit; } }
  section.section.section-features h2 {
    color: #343434; }

section.section.section-morefeatures {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.section.section-morefeatures {
      display: block;
      flex: inherit; } }
  section.section.section-morefeatures h2 {
    margin-top: 50px; }

#section-sectors .circle-wrapper {
  position: relative;
  margin: 40px; }
  @media only screen and (min-width: 515px) {
    #section-sectors .circle-wrapper {
      margin: inherit; } }
  #section-sectors .circle-wrapper #container-circle, #section-sectors .circle-wrapper #container-circle-2,
  #section-sectors .circle-wrapper #container-circle-3, #section-sectors .circle-wrapper #container-circle-4 {
    padding: 25px; }
    #section-sectors .circle-wrapper #container-circle svg path, #section-sectors .circle-wrapper #container-circle-2 svg path,
    #section-sectors .circle-wrapper #container-circle-3 svg path, #section-sectors .circle-wrapper #container-circle-4 svg path {
      stroke-width: 3px; }
  #section-sectors .circle-wrapper .imgcontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
    #section-sectors .circle-wrapper .imgcontent img {
      width: 45%;
      position: relative;
      transform: translateY(35%);
      margin: 12%; }

section.section.section-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 0;
  min-height: 40vh; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.section.section-info {
      display: block;
      flex: inherit; } }
  section.section.section-info.legals {
    text-align: center; }
    section.section.section-info.legals p,
    section.section.section-info.legals small {
      font-weight: 400; }
      section.section.section-info.legals p a,
      section.section.section-info.legals small a {
        font-weight: 400; }
    section.section.section-info.legals a {
      font-weight: 400; }
    section.section.section-info.legals small {
      font-size: 10px;
      margin: 68px 0 0 0;
      float: left;
      text-align: center;
      width: 100%; }
      section.section.section-info.legals small a {
        color: white; }
  section.section.section-info .steps img {
    width: 80%;
    height: auto;
    margin: 15px 0; }
  @media only screen and (min-width: 480px) {
    section.section.section-info .steps img {
      width: 100%; } }
  section.section.section-info .circle_feat {
    position: relative;
    width: 100%;
    height: 0;
    padding: 49% 0;
    margin: 1em auto;
    border-radius: 50%;
    border: 3px solid #f26e28; }
    section.section.section-info .circle_feat.big__icon {
      width: 100%; }
      section.section.section-info .circle_feat.big__icon img.topsingle {
        width: 60px;
        margin-left: -8px; }
    section.section.section-info .circle_feat.engagecircle {
      width: 87%;
      height: 0;
      padding: 42.478% 0; }
    section.section.section-info .circle_feat img.topsingle {
      width: 70px;
      top: 14px;
      left: 36%;
      position: absolute; }
    section.section.section-info .circle_feat .textcontent {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      align-items: center; }
    section.section.section-info .circle_feat .textcontent:before {
      content: "";
      vertical-align: middle;
      display: inline-block;
      width: 0;
      height: 100%; }
    section.section.section-info .circle_feat .textcontent span {
      color: white;
      vertical-align: middle;
      display: inline-block;
      width: 100%;
      font-size: 1.15em;
      font-weight: 600;
      text-align: center; }
      section.section.section-info .circle_feat .textcontent span.engagement {
        font-size: 140%;
        padding: 13px;
        line-height: 1.3em;
        margin-top: 50px; }
      @media only screen and (min-width: 480px) {
        section.section.section-info .circle_feat .textcontent span.engagement {
          font-size: 160%; } }
      section.section.section-info .circle_feat .textcontent span small {
        font-size: 1em;
        font-weight: 300;
        margin: 0;
        float: none;
        text-align: inherit;
        width: auto; }
    @media (max-width: 404px) {
      section.section.section-info .circle_feat.big__icon img.topsingle {
        width: 80px;
        margin-left: -6px; } }
    @media only screen and (min-width: 480px) {
      section.section.section-info .circle_feat .textcontent span.engagement {
        font-size: 210%; }
      section.section.section-info .circle_feat img.topsingle {
        width: 94px; }
      section.section.section-info .circle_feat.big__icon img.topsingle {
        width: 108px;
        margin-left: 0; } }
    @media only screen and (min-width: 720px) {
      section.section.section-info .circle_feat .textcontent span {
        font-size: 75%; }
        section.section.section-info .circle_feat .textcontent span.engagement {
          font-size: 75%; }
      section.section.section-info .circle_feat img.topsingle {
        width: 30px; }
      section.section.section-info .circle_feat.big__icon img.topsingle {
        width: 40px;
        margin-left: -3px; } }
    @media only screen and (min-width: 1024px) {
      section.section.section-info .circle_feat .textcontent span {
        font-size: 84%; }
        section.section.section-info .circle_feat .textcontent span.engagement {
          font-size: 84%; }
      section.section.section-info .circle_feat img.topsingle {
        width: 45px; } }
    @media only screen and (min-width: 1177px) {
      section.section.section-info .circle_feat .textcontent span {
        font-size: 84%; }
        section.section.section-info .circle_feat .textcontent span.engagement {
          font-size: 84%; }
      section.section.section-info .circle_feat img.topsingle {
        width: 45px; } }
    @media only screen and (min-width: 1280px) {
      section.section.section-info .circle_feat .textcontent span {
        font-size: 120%; }
        section.section.section-info .circle_feat .textcontent span.engagement {
          font-size: 108%; }
      section.section.section-info .circle_feat img.topsingle {
        width: 50px; }
      section.section.section-info .circle_feat.big__icon img.topsingle {
        width: 60px;
        margin-left: -3px; } }
  section.section.section-info .buttonWrapper {
    margin-top: 4em; }
  section.section.section-info h2 {
    font-size: 1.6rem;
    color: white;
    text-transform: none;
    margin-bottom: 50px; }
  section.section.section-info cite {
    clear: both;
    font-size: 1em; }
  section.section.section-info em {
    display: block;
    margin: 8px; }
    section.section.section-info em a {
      color: #fff;
      opacity: 1;
      text-decoration: none; }
      section.section.section-info em a:hover {
        opacity: 0.8; }
  @media only screen and (min-width: 700px) {
    section.section.section-info.legals p {
      margin-top: 30px;
      padding: 0 10em; }
    section.section.section-info h2 {
      font-size: 40px; }
    section.section.section-info cite {
      font-size: 1.4em; } }

section.section-subpunch {
  text-align: left;
  overflow: visible;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 7em 0;
  background-color: #191919; }
  section.section-subpunch h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: white;
    text-transform: none;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      section.section-subpunch h1 {
        font-size: 72px; } }
  section.section-subpunch h2 {
    font-size: 38px;
    font-weight: 600;
    color: white;
    text-transform: none; }
    @media (min-width: 768px) {
      section.section-subpunch h2 {
        font-size: 48px; } }
  section.section-subpunch h1, section.section-subpunch h2, section.section-subpunch h3, section.section-subpunch h4, section.section-subpunch h5, section.section-subpunch p, section.section-subpunch ul li, section.section-subpunch ol li, section.section-subpunch a {
    color: #ffffff; }
  section.section-subpunch p {
    display: block;
    text-align: left;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1.5em;
    padding: 18px; }
  section.section-subpunch ul li, section.section-subpunch ol li {
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: 200;
    text-align: left;
    list-style: square;
    margin: 14px 0; }
  section.section-subpunch#plans .feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  section.section-subpunch#plans .planbox {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 30px;
    padding: 20px 20px 38px 20px;
    box-shadow: 0px 3px 10px rgba(105, 105, 105, 0.76); }
    section.section-subpunch#plans .planbox p {
      color: #343434;
      text-align: center; }
      section.section-subpunch#plans .planbox p.title {
        font-size: 2em;
        font-weight: 600; }
      section.section-subpunch#plans .planbox p.subtitle {
        font-size: 1.7em; }
    section.section-subpunch#plans .planbox .featcontent {
      margin: 20px 0;
      display: flex;
      align-items: center; }
      section.section-subpunch#plans .planbox .featcontent .imgcontent img {
        width: 60%;
        height: auto;
        vertical-align: middle; }
      section.section-subpunch#plans .planbox .featcontent span {
        font-size: 1.3em;
        font-weight: 400; }

section.section.section-team {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 0;
  flex-direction: column;
  text-align: center;
  min-height: 550px;
  padding-top: 120px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.section.section-team {
      display: block;
      flex: inherit; } }
  section.section.section-team h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
    color: white;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 25px; }
    @media (min-width: 768px) {
      section.section.section-team h1 {
        font-size: 72px; } }
  section.section.section-team h2 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    text-transform: none; }
  section.section.section-team h4 {
    margin-bottom: -10px; }
  section.section.section-team .teamMember {
    position: relative;
    float: left;
    height: 100%;
    width: 100%; }
    section.section.section-team .teamMember .teamIdentity {
      width: 30%;
      display: flex;
      justify-content: space-around;
      float: left; }
      section.section.section-team .teamMember .teamIdentity .teamPict {
        width: 90px;
        height: 90px;
        overflow: hidden;
        border-radius: 100%;
        float: left;
        margin-top: 15px;
        border: 3px solid white; }
        section.section.section-team .teamMember .teamIdentity .teamPict img {
          width: 100%;
          height: auto; }
    section.section.section-team .teamMember .teamDescribe {
      width: 70%;
      float: left;
      margin-bottom: 80px; }
      section.section.section-team .teamMember .teamDescribe p {
        font-size: 1em; }
        section.section.section-team .teamMember .teamDescribe p.titleName {
          font-size: 1.6em;
          font-weight: 600;
          line-height: 1em; }
          section.section.section-team .teamMember .teamDescribe p.titleName small {
            font-size: 0.7em;
            font-weight: 400; }
    section.section.section-team .teamMember .socialBusiness {
      position: absolute;
      bottom: 0;
      right: 0;
      float: right;
      width: 70%;
      padding: 10px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
      section.section.section-team .teamMember .socialBusiness a {
        margin: 4px 0 15px 0;
        padding: 4px 7px 0px;
        border: 2px solid #fff;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        width: 25%;
        float: left;
        display: -ms-flexbox;
        display: block; }
        section.section.section-team .teamMember .socialBusiness a img {
          width: 100%;
          height: auto;
          position: relative; }
        section.section.section-team .teamMember .socialBusiness a:hover {
          background-color: #000; }
    @media only screen and (max-width: 515px) {
      section.section.section-team .teamMember .teamIdentity {
        width: 100%; }
      section.section.section-team .teamMember .teamDescribe {
        width: 100%; }
        section.section.section-team .teamMember .teamDescribe p {
          font-size: 1em; }
          section.section.section-team .teamMember .teamDescribe p.titleName {
            font-size: 1.6em;
            font-weight: 600;
            line-height: 1em; }
            section.section.section-team .teamMember .teamDescribe p.titleName small {
              font-size: 0.7em;
              font-weight: 400; }
      section.section.section-team .teamMember .socialBusiness {
        width: 100%; }
        section.section.section-team .teamMember .socialBusiness a {
          margin: 4px 0 15px 0;
          padding: 4px 7px 0px;
          border: 2px solid #fff;
          -moz-border-radius: 9px;
          -webkit-border-radius: 9px;
          border-radius: 9px;
          width: 25%;
          float: left;
          display: -ms-flexbox;
          display: block; } }

.flex-centered {
  display: flex;
  justify-content: center; }
  .flex-centered img {
    width: 300px; }

.icons__container {
  float: right;
  margin-right: 70px; }

.made_in_canada {
  width: 120px;
  height: 120px; }

.footer_left_container {
  width: 40%;
  margin-right: 16px; }
  @media (max-width: 768px) {
    .footer_left_container {
      width: 100%;
      margin-left: 16px;
      margin-bottom: 16px; } }

.copyright_message {
  margin-bottom: 40px; }
  .copyright_message a {
    color: #fff; }

.footer_right_container {
  width: 60%;
  margin-left: 16px; }
  @media (max-width: 768px) {
    .footer_right_container {
      width: 100%;
      gap: 10px; } }

.footer_container {
  display: flex;
  align-items: flex-start;
  padding: 7em 10px; }
  @media (max-width: 768px) {
    .footer_container {
      flex-direction: column; } }

.footer__logo {
  width: 260px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .footer__logo {
      width: 100%; }
      .footer__logo div {
        padding: 12px; } }

.menus_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px; }

.menu_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  gap: 12px; }
  .menu_container .main__heading {
    font-size: 18px;
    margin-bottom: 40px; }
  .menu_container a {
    font-size: 18px;
    color: white;
    text-decoration: none; }
    .menu_container a:hover {
      color: #fff; }

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 0;
  color: white;
  background-color: #191919;
  border-bottom: 70px solid #191919; }
  .footer .ip_freedom {
    text-decoration: none;
    color: white;
    letter-spacing: 4px;
    font-weight: bold;
    float: right; }
    .footer .ip_freedom:hover {
      text-decoration: none; }
  .footer .logo {
    float: left; }
    .footer .logo img {
      height: 20px; }
    .footer .logo a {
      text-decoration: none; }
      .footer .logo a:hover {
        text-decoration: none; }
  .footer .logo-sec .mention {
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
    bottom: -6px; }
  .footer .logo-sec a {
    float: left; }
  .footer .logo-sec img {
    height: 28px; }
  @media only screen and (min-width: 700px) {
    .footer .logo-sec {
      display: flex;
      align-items: center; }
      .footer .logo-sec .mention {
        bottom: 2px;
        margin-left: 0; }
      .footer .logo-sec img {
        height: 35px; } }
  .footer .list-social-links {
    display: flex;
    align-items: center;
    font-size: 1em;
    line-height: 1em; }
    .footer .list-social-links a {
      margin-left: 1em;
      font-size: 1.4em; }
  @media only screen and (min-width: 700px) {
    .footer {
      padding: 20px 30px;
      margin-bottom: 0; }
      .footer .logo img {
        height: 50px; }
      .footer .logo a {
        text-decoration: none; }
        .footer .logo a:hover {
          text-decoration: none; }
      .footer .list-social-links {
        font-size: 1.4em; } }

.cta-footer {
  position: fixed;
  bottom: 20px;
  z-index: 10;
  height: 60px;
  padding-top: 20px;
  width: 100%;
  background-color: transparent;
  text-align: center; }
  @media only screen and (min-width: 700px) {
    .cta-footer {
      display: none; } }

.menu {
  position: absolute;
  right: 0;
  display: none;
  margin-right: 332px; }
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .menu ul li {
      float: left; }
      .menu ul li a {
        display: block;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        color: #ffffff;
        font-size: 1em;
        font-weight: 300; }
        .menu ul li a:hover {
          color: rgba(255, 255, 255, 0.6); }
        .menu ul li a.active {
          color: rgba(255, 255, 255, 0.6);
          border-bottom: 1px solid white; }
        .menu ul li a.phonenumber {
          font-size: 3em;
          color: #fff;
          margin-left: 55px;
          line-height: 0.8em; }
          .menu ul li a.phonenumber:hover {
            color: white; }
        @media only screen and (min-width: 1315px) {
          .menu ul li a {
            font-size: 1.15em; } }
        @media only screen and (min-width: 1435px) {
          .menu ul li a {
            font-size: 1.3845em; } }

.dropdown:hover .nav-bar {
  transform: scaleY(1); }

.nav-bar {
  transform: scaleY(0);
  transform-origin: top;
  width: max-content;
  transition: all .4s;
  margin-top: 23px;
  padding: 10px;
  position: absolute;
  top: 0px;
  background-color: #000;
  min-width: 150px;
  color: #fff;
  box-shadow: 0 5px 5px 4px rgba(0, 0, 0, 0.3); }

.main-nav-bar {
  display: flex;
  list-style: none;
  margin-left: auto; }

.main-nav-bar li {
  margin-right: 20px; }

.main-nav-bar li a,
.main-nav-bar li ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  text-decoration: none; }

.main-nav-bar li a i {
  color: #d8d2d2; }

.main-nav-bar li a:hover i {
  color: rgba(255, 255, 255, 0.6); }

.main-nav-bar li a:hover,
.main-nav-bar li ul li a:hover {
  color: rgba(255, 255, 255, 0.6); }

.main-nav-bar li ul {
  list-style: none; }

.dropdown {
  position: relative; }

@media only screen and (max-width: 1279px) {
  .main-nav-bar {
    display: none; } }
/*
 * Made by Erik Terwan
 * 24th of November 2015
 * All rights reserved
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */
#menuToggle {
  position: absolute;
  display: block;
  right: 15px;
  top: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none; }
  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none; }
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  #menuToggle span:first-child {
    transform-origin: 0% 0%; }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%; }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: white; }
    #menuToggle input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
    #menuToggle input:checked ~ span:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, -1px); }
  #menuToggle input:checked ~ ul {
    transform: none; }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  gap: 0.7rem;
  height: 110vh;
  margin-top: -3vh;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: #191919;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  #menu li a {
    padding: 4px 0;
    font-size: 25px;
    color: #ffffff;
    text-decoration: none; }
  #menu li input:checked ~ a {
    transform: translate(100%, 0); }

form#ctaForm {
  display: flex;
  text-align: center;
  flex-direction: column; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    form#ctaForm {
      flex: inherit;
      display: block; } }
  form#ctaForm .form-section {
    width: 100%;
    padding: 0 1em; }
  form#ctaForm .button-primary {
    margin-top: 2em;
    background: none; }
  form#ctaForm .page {
    transition: all 0.3s;
    opacity: 1;
    width: 100%; }
    form#ctaForm .page[data-slide="show"] {
      transform: translateX(0);
      opacity: 1; }
    form#ctaForm .page[data-slide="hideLeft"] {
      transform: translateX(-100vw);
      opacity: 0; }
    form#ctaForm .page[data-slide="hideRight"] {
      transform: translateX(100vw);
      opacity: 0; }
      @media only screen and (max-width: 515px) {
        form#ctaForm .page[data-slide="hideRight"] {
          display: none; } }
    @media screen and (max-height: 600px) {
      form#ctaForm .page {
        height: 100vh !important; } }
  form#ctaForm .page-confirm .fa {
    color: #4CAF50; }
  form#ctaForm .page-confirm .message p {
    padding: 0 1em;
    color: #4CAF50;
    font-size: 1.2em;
    line-height: 1.3em; }
  form#ctaForm .page-confirm .success, form#ctaForm .page-confirm .error {
    display: none; }

a.button, button.button {
  color: #343434;
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 28px;
  border: none; }
  a.button.button-primary, button.button.button-primary {
    color: white;
    background-color: rgba(67, 67, 67, 0.76);
    border: solid 3px white;
    padding: 1rem 3rem;
    text-decoration: none; }
    a.button.button-primary:hover, button.button.button-primary:hover {
      background-color: rgba(47, 47, 47, 0.8); }
  a.button.button-secondary, button.button.button-secondary {
    background-color: #f26e28;
    font-size: 1.6rem;
    padding: .8em 2.3em; }
    a.button.button-secondary:hover, button.button.button-secondary:hover {
      background-color: #f37e40; }
  a.button.button-dark, button.button.button-dark {
    color: white;
    background-color: rgba(67, 67, 67, 0.76);
    border: solid 3px white;
    padding: 1rem 3rem;
    text-decoration: none; }
    a.button.button-dark:hover, button.button.button-dark:hover {
      background-color: rgba(47, 47, 47, 0.8); }
  @media screen and (max-width: 1500px) {
    a.button.button-secondary, a.buttonbutton.button.button-secondary, button.button.button-secondary, button.buttonbutton.button.button-secondary {
      padding: 0.8rem 1.7rem !important;
      font-size: 1.3rem !important; } }
  @media screen and (max-width: 1200px) {
    a.button.button-secondary, a.buttonbutton.button.button-secondary, button.button.button-secondary, button.buttonbutton.button.button-secondary {
      font-size: 1.3rem; } }
  @media screen and (max-width: 991px) {
    a.button.button-secondary, a.buttonbutton.button.button-secondary, button.button.button-secondary, button.buttonbutton.button.button-secondary {
      font-size: 1.1rem; } }

.text-link {
  color: white; }

.orange_link {
  color: #F48549; }

.bold-letter {
  font-weight: bold; }

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

.padding_inline_zero {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.read_more_btn {
  border-radius: 300px;
  border: 1px solid white;
  padding-inline: 10px;
  color: white;
  text-decoration: none;
  padding-block: 4px;
  float: right; }
  .read_more_btn:hover {
    text-decoration: none; }

h2.page_title,
.page_title {
  font-size: 18px;
  letter-spacing: 2px;
  color: white; }

.margin-top-80 {
  margin-top: 80px; }

.rounded-shadow-container {
  border-radius: 300px;
  border: 4px solid black;
  width: 400px;
  padding: 10px;
  margin-top: 30px;
  box-shadow: 9px 8px 0px 4px rgba(186, 184, 184, 0.75);
  -webkit-box-shadow: 14px 8px 0px 4px rgba(186, 184, 184, 0.75);
  -moz-box-shadow: 9px 8px 0px 4px rgba(186, 184, 184, 0.75);
  margin-bottom: 10px; }
  @media (max-width: 567px) {
    .rounded-shadow-container {
      width: 100%; } }

.hide-mobile {
  display: none !important; }
  @media only screen and (min-width: 700px) {
    .hide-mobile {
      display: inherit !important; } }

.no-overflow {
  overflow: hidden; }

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

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

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.row-eq-height {
  display: block; }

@media only screen and (min-width: 515px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
.list-unstyled, .list-inline {
  padding: 0;
  margin: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block; }

.form-checkbox-list label {
  float: left; }
.form-checkbox-list ul {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }
.form-checkbox-list li {
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%; }
  .form-checkbox-list li:hover label {
    color: #FFFFFF; }
  .form-checkbox-list li:hover .check {
    border: 5px solid #FFFFFF; }
  .form-checkbox-list li input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .form-checkbox-list li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    text-align: left;
    text-transform: inherit;
    padding: 22px 0;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.25s linear; }
  .form-checkbox-list li label.sector {
    padding: 10px 45px; }
  .form-checkbox-list li .check {
    display: block;
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 32px;
    width: 32px;
    top: 12px;
    left: 0;
    z-index: 5;
    transition: border .25s linear; }
  .form-checkbox-list li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear; }
.form-checkbox-list input[type=radio]:checked ~ .check {
  border: 5px solid white; }
.form-checkbox-list input[type=radio]:checked ~ .check::before {
  background: white; }
.form-checkbox-list input[type=radio]:checked ~ label {
  color: white; }

[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 15px;
  left: 0;
  border: 0 solid rgba(255, 255, 255, 0);
  opacity: 0; }

.myinput[type="checkbox"] + label div {
  display: inline-block;
  line-height: 16px;
  font-size: 24px;
  height: 32px;
  width: 32px;
  margin: 0 4px 0 0;
  float: left;
  border: 4px solid #fff;
  border-radius: 3px;
  color: transparent;
  padding: 3px; }

.myinput[type="checkbox"] + label span {
  line-height: 1.7em;
  margin-left: 4px; }

.myinput[type="checkbox"]:checked + label div {
  color: white; }

.lightbox-wrapper, #contact-us, #faqSection, #termOfUse, #privacy {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the collapsible content. Note: hidden by default */ }
  .lightbox-wrapper .collapsible, #contact-us .collapsible, #faqSection .collapsible, #termOfUse .collapsible, #privacy .collapsible {
    color: #ffffff;
    cursor: pointer;
    padding: 18px 27px 18px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    background-color: transparent; }
    .lightbox-wrapper .collapsible:after, #contact-us .collapsible:after, #faqSection .collapsible:after, #termOfUse .collapsible:after, #privacy .collapsible:after {
      font-family: 'FontAwesome';
      position: absolute;
      top: 14px;
      right: 15px;
      content: "\f107";
      font-size: 1.7em;
      font-weight: bold; }
  .lightbox-wrapper .active, #contact-us .active, #faqSection .active, #termOfUse .active, #privacy .active {
    border-bottom: 1px solid white; }
    .lightbox-wrapper .active:after, #contact-us .active:after, #faqSection .active:after, #termOfUse .active:after, #privacy .active:after {
      font-family: 'FontAwesome';
      position: absolute;
      top: 10px;
      right: 15px;
      content: "\f106";
      font-size: 1.7em;
      font-weight: bold; }
  .lightbox-wrapper .content, #contact-us .content, #faqSection .content, #termOfUse .content, #privacy .content {
    padding: 0 18px;
    display: none;
    overflow: hidden; }
    .lightbox-wrapper .content p, #contact-us .content p, #faqSection .content p, #termOfUse .content p, #privacy .content p {
      color: #ffffff;
      display: block;
      text-align: left;
      -webkit-margin-before: 0em;
      -webkit-margin-after: 1.5em;
      padding: 18px; }
    .lightbox-wrapper .content ul li, .lightbox-wrapper .content ol li, #contact-us .content ul li, #contact-us .content ol li, #faqSection .content ul li, #faqSection .content ol li, #termOfUse .content ul li, #termOfUse .content ol li, #privacy .content ul li, #privacy .content ol li {
      color: #ffffff;
      font-size: 1.6rem;
      line-height: 1.3em;
      font-weight: 200;
      text-align: left;
      list-style: square;
      margin: 14px 0; }

.short-animate {
  transition: .5s ease-in-out; }

.long-animate {
  transition: .5s .5s ease-in-out; }

.lightbox-wrapper {
  position: fixed;
  top: -100vh;
  bottom: 100vh;
  left: 0;
  right: 0;
  background: white;
  z-index: 501;
  opacity: 0;
  overflow: scroll;
  padding-bottom: 25px; }
  .lightbox-wrapper:target {
    top: 0%;
    bottom: 0%;
    opacity: 1; }
    .lightbox-wrapper:target ~ #lightbox-controls {
      top: 0px; }
    .lightbox-wrapper:target ~ #lightbox-controls #close-lightbox:after {
      width: 50px; }
    .lightbox-wrapper:target ~ #lightbox-controls #close-lightbox:before {
      height: 50px; }
  .lightbox-wrapper.formtolead {
    background: #191919; }
  .lightbox-wrapper .lightbox-content {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateX(0); }
  .lightbox-wrapper a {
    color: white; }
  .lightbox-wrapper h1 {
    margin: 11% 33px 4%; }
  .lightbox-wrapper p {
    margin: 30px 33px; }

#lightbox-controls {
  position: fixed;
  height: 70px;
  width: 70px;
  top: -70px;
  right: 0;
  z-index: 502;
  background: rgba(0, 0, 0, 0.1); }

#close-lightbox {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 50px;
  width: 50px;
  text-indent: -5000px;
  right: 10px;
  top: 10px;
  transform: rotate(45deg); }
  #close-lightbox:before, #close-lightbox:after {
    content: '';
    display: block;
    position: absolute;
    background: white;
    border-radius: 2px; }
  #close-lightbox:before {
    height: 0px;
    width: 3px;
    left: 24px;
    top: 0;
    transition: .5s .5s ease-in-out; }
  #close-lightbox:after {
    width: 0px;
    height: 3px;
    top: 24px;
    left: 0;
    transition: .5s 1s ease-in-out; }

#apropos a, #faq a, #conditionsutilisation a, #confidentialite a, #contact a,
#aboutus a, #termsofuse a, #privacy a, #contactus a {
  color: #191919;
  font-weight: 400; }
#apropos ul li, #apropos ul p, #apropos ol li, #apropos ol p, #faq ul li, #faq ul p, #faq ol li, #faq ol p, #conditionsutilisation ul li, #conditionsutilisation ul p, #conditionsutilisation ol li, #conditionsutilisation ol p, #confidentialite ul li, #confidentialite ul p, #confidentialite ol li, #confidentialite ol p, #contact ul li, #contact ul p, #contact ol li, #contact ol p,
#aboutus ul li,
#aboutus ul p,
#aboutus ol li,
#aboutus ol p, #termsofuse ul li, #termsofuse ul p, #termsofuse ol li, #termsofuse ol p, #privacy ul li, #privacy ul p, #privacy ol li, #privacy ol p, #contactus ul li, #contactus ul p, #contactus ol li, #contactus ol p {
  font-size: 1.6rem;
  margin: 15px 0;
  font-weight: 200; }
  #apropos ul li ul li, #apropos ul p ul li, #apropos ol li ul li, #apropos ol p ul li, #faq ul li ul li, #faq ul p ul li, #faq ol li ul li, #faq ol p ul li, #conditionsutilisation ul li ul li, #conditionsutilisation ul p ul li, #conditionsutilisation ol li ul li, #conditionsutilisation ol p ul li, #confidentialite ul li ul li, #confidentialite ul p ul li, #confidentialite ol li ul li, #confidentialite ol p ul li, #contact ul li ul li, #contact ul p ul li, #contact ol li ul li, #contact ol p ul li,
  #aboutus ul li ul li,
  #aboutus ul p ul li,
  #aboutus ol li ul li,
  #aboutus ol p ul li, #termsofuse ul li ul li, #termsofuse ul p ul li, #termsofuse ol li ul li, #termsofuse ol p ul li, #privacy ul li ul li, #privacy ul p ul li, #privacy ol li ul li, #privacy ol p ul li, #contactus ul li ul li, #contactus ul p ul li, #contactus ol li ul li, #contactus ol p ul li {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.6;
    list-style: square;
    list-style-position: outside;
    margin-left: 8px; }
  #apropos ul li ol, #apropos ul p ol, #apropos ol li ol, #apropos ol p ol, #faq ul li ol, #faq ul p ol, #faq ol li ol, #faq ol p ol, #conditionsutilisation ul li ol, #conditionsutilisation ul p ol, #conditionsutilisation ol li ol, #conditionsutilisation ol p ol, #confidentialite ul li ol, #confidentialite ul p ol, #confidentialite ol li ol, #confidentialite ol p ol, #contact ul li ol, #contact ul p ol, #contact ol li ol, #contact ol p ol,
  #aboutus ul li ol,
  #aboutus ul p ol,
  #aboutus ol li ol,
  #aboutus ol p ol, #termsofuse ul li ol, #termsofuse ul p ol, #termsofuse ol li ol, #termsofuse ol p ol, #privacy ul li ol, #privacy ul p ol, #privacy ol li ol, #privacy ol p ol, #contactus ul li ol, #contactus ul p ol, #contactus ol li ol, #contactus ol p ol {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.6;
    list-style-position: outside;
    margin-left: 8px; }
#apropos ul li, #faq ul li, #conditionsutilisation ul li, #confidentialite ul li, #contact ul li,
#aboutus ul li, #termsofuse ul li, #privacy ul li, #contactus ul li {
  list-style: square; }

h1, h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase; }
  h1 strong, h2 strong {
    font-weight: bold; }
  @media only screen and (min-width: 700px) {
    h1, h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.5em;
  font-weight: normal; }
  h4 strong {
    font-weight: normal; }
  @media only screen and (min-width: 700px) {
    h4 {
      font-size: 2.15em; } }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.25em; }

p {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.6; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

@keyframes swing-top-right-bck {
  0% {
    transform: rotate3d(1, 1, 0, 0deg);
    transform-origin: 100% 0; }
  100% {
    transform: rotate3d(1, 1, 0, -180deg);
    transform-origin: 100% 0; } }
@keyframes vibrate {
  0% {
    transform: translate(0); }
  20% {
    transform: translate(-2px, 2px); }
  40% {
    transform: translate(-2px, -2px); }
  60% {
    transform: translate(2px, 2px); }
  80% {
    transform: translate(2px, -2px); }
  100% {
    transform: translate(0); } }
.swing-top-right-bck {
  animation: vibrate 0.2s linear 2 both; }

#carousel {
  position: relative;
  width: 60%;
  margin: 0 auto; }

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px; }

#slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative; }

#slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif; }
  #slides li .profile {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around; }
    #slides li .profile .profilePict {
      position: relative;
      width: 75px;
      height: 75px;
      overflow: hidden;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 3px solid #f26e28; }
      #slides li .profile .profilePict img {
        width: 100%;
        height: auto; }
  #slides li .authorContainer {
    display: flex;
    flex-direction: column;
    justify-items: center; }
    #slides li .authorContainer .socialComments {
      position: relative;
      width: 100%;
      float: left;
      padding: 15px 0; }
      #slides li .authorContainer .socialComments a {
        padding: 8px;
        text-align: center;
        text-decoration: none; }
        #slides li .authorContainer .socialComments a img {
          max-width: 100%;
          width: 70px; }

/* Styling for prev and next buttons */
.btn-bar {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%; }

#buttons {
  padding: 0 0 5px 0;
  float: right;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap; }
  #buttons a {
    text-align: center;
    font-size: 50px;
    float: left;
    outline: 0;
    margin: 0;
    text-decoration: none;
    display: block; }

a#prev, a#next {
  height: 0;
  border-style: solid;
  margin: 5px; }

a#prev {
  border-width: 15px 30px 15px 0;
  border-color: transparent #666 transparent transparent; }
  a#prev:hover {
    border-color: transparent #f26e28 transparent transparent; }

a#next {
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #666; }
  a#next:hover {
    border-color: transparent transparent transparent #f26e28; }

.quote-phrase, .quote-author {
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  font-family: "Montserrat", sans-serif;
  font-style: italic; }

.quote-phrase {
  height: 200px;
  font-size: 17px;
  line-height: 1.33em;
  color: #191919;
  font-style: italic; }

.quote-marks {
  font-style: normal;
  font-size: 225px;
  line-height: 1.2em;
  padding: 0 3px 3px;
  position: absolute;
  left: 0;
  top: -70px;
  z-index: 0;
  opacity: 0.1; }

.quote-author {
  font-style: normal;
  font-size: 18px;
  line-height: 1.2em;
  color: #191919;
  font-weight: 400;
  height: 30px; }
  .quote-author span {
    color: #f26e28; }
  .quote-author small {
    display: block;
    font-size: 0.6em;
    line-height: 1.25em;
    margin-bottom: 10px; }

.quoteContainer, .authorContainer {
  display: table;
  width: 100%; }

@media only screen and (max-width: 515px) {
  #carousel {
    width: 100%;
    margin: 0; }

  #slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px; }

  #slides ul {
    list-style: none;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    position: relative; }

  #slides li {
    width: 100%;
    height: 250px; }
    #slides li .authorContainer {
      display: flex;
      flex-direction: column;
      justify-items: center; }
      #slides li .authorContainer .socialComments {
        position: relative;
        width: 100%;
        float: left;
        padding: 15px 0; }
        #slides li .authorContainer .socialComments a {
          padding: 8px;
          text-align: center;
          text-decoration: none; }
          #slides li .authorContainer .socialComments a img {
            max-width: 100%;
            width: 70px; }

  .quote-phrase, .quote-author {
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    font-family: "Montserrat", sans-serif;
    font-style: italic; }

  .quote-phrase {
    height: 200px;
    font-size: 13px;
    line-height: 1.33em;
    color: #191919;
    font-style: italic; }

  .quote-marks {
    font-style: normal;
    font-size: 225px;
    line-height: 1.2em;
    padding: 0 3px 3px;
    position: absolute;
    left: 0;
    top: -70px;
    z-index: 0;
    opacity: 0.1; }

  .quote-author {
    font-style: normal;
    font-size: 18px;
    line-height: 1.2em;
    color: #191919;
    font-weight: 400;
    height: 30px; }
    .quote-author span {
      color: #f26e28; }
    .quote-author small {
      font-size: 0.6em; }

  .quoteContainer, .authorContainer {
    display: table;
    width: 100%; } }
form.form label {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 2.3em;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase; }
  @media only screen and (min-width: 700px) {
    form.form label {
      font-size: 2.4em;
      letter-spacing: 1px; } }
form.form .form-group {
  text-align: left;
  margin-bottom: 1.4em; }
  form.form .form-group input[type=text], form.form .form-group input[type=email] {
    width: 100%;
    padding: 15px 30px;
    background-color: #F8F8F8;
    border: 1px solid #979797; }
  form.form .form-group textarea {
    width: 100%;
    height: 150px;
    padding: 16px 30px;
    box-sizing: border-box;
    border: 1px solid #979797;
    background-color: #f8f8f8;
    resize: none; }
  form.form .form-group input::-webkit-input-placeholder {
    color: #3b3c3c !important; }
  form.form .form-group input:-moz-placeholder {
    color: #3b3c3c !important; }
  form.form .form-group input::-moz-placeholder {
    color: #3b3c3c !important; }
  form.form .form-group input:-ms-input-placeholder {
    color: #3b3c3c !important; }
form.form .form-error {
  display: none;
  margin-bottom: 1em;
  padding: 10px;
  color: #f26e28;
  line-height: 1.2em;
  background: #ffffff; }

@media only screen and (min-width: 480px) {
  video {
    width: 100%; } }
@media only screen and (min-width: 1280px) {
  #menuToggle {
    display: none; }

  .menu {
    display: block; }

  .header .button-cta {
    margin: 0; } }
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.hidden-sm {
  display: none; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 540px) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 1000px) {
    .container {
      width: 75%;
      max-width: 1000px; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.3333333333%; }

.col-2-sm {
  width: 12.6666666667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.3333333333%; }

.col-5-sm {
  width: 37.6666666667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.3333333333%; }

.col-8-sm {
  width: 62.6666666667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.3333333333%; }

.col-11-sm {
  width: 87.6666666667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 720px) {
  .col-1 {
    width: 4.3333333333%; }

  .col-2 {
    width: 12.6666666667%; }

  .col-3 {
    width: 21%; }

  .col-4 {
    width: 29.3333333333%; }

  .col-5 {
    width: 37.6666666667%; }

  .col-6 {
    width: 46%; }

  .col-7 {
    width: 54.3333333333%; }

  .col-8 {
    width: 62.6666666667%; }

  .col-9 {
    width: 71%; }

  .col-10 {
    width: 79.3333333333%; }

  .col-11 {
    width: 87.6666666667%; }

  .col-12 {
    width: 96%; }

  .hidden-sm {
    display: block; } }
/*
 * Recommended to use import if you're building the site through gulp.
 * @import "node_modules/normalize.css/normalize";
 * Normalize included to make sure it will work when installing the theme via ruby gem
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

body {
  -webkit-overflow-scrolling: touch; }

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

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.site__content {
  flex: 1; }

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

img::selection {
  background: transparent; }

figure {
  margin: 0; }

.blur {
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="16" /></filter></svg>#filter');
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  transition: filter 400ms, -webkit-filter 400ms; }
  .blur.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0); }

.dark-bg {
  background-color: #313237; }

.hidden {
  display: none;
  visibility: hidden; }

.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%; }
  @media only screen and (min-width: 36em) {
    .container {
      margin: 0 auto;
      max-width: 540px; } }
  @media only screen and (min-width: 48em) {
    .container {
      margin: 0 auto;
      max-width: 720px; } }
  @media only screen and (min-width: 62em) {
    .container {
      margin: 0 auto;
      max-width: 960px; } }
  @media only screen and (min-width: 75em) {
    .container {
      margin: 0 auto;
      max-width: 1170px; } }

.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  font-size: 11px;
  font-family: inherit;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  background-color: #222325;
  text-align: center;
  border: 0;
  border-radius: 0;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  outline: 0; }
  .btn::after,
  input[type="submit"]::after,
  input[type="reset"]::after,
  input[type="button"]::after {
    display: none; }
  .btn:hover,
  .btn :focus,
  .btn :active,
  input[type="submit"]:hover,
  input[type="submit"] :focus,
  input[type="submit"] :active,
  input[type="reset"]:hover,
  input[type="reset"] :focus,
  input[type="reset"] :active,
  input[type="button"]:hover,
  input[type="button"] :focus,
  input[type="button"] :active {
    color: #fff;
    background-color: #44464a;
    outline: 0; }

.btn + .btn {
  margin-top: 2em; }
  @media only screen and (min-width: 350px) {
    .btn + .btn {
      margin-top: 0;
      margin-left: 2em; } }

button:disabled {
  cursor: not-allowed;
  opacity: .65;
  transition: background-color .2s ease; }
  button:disabled:hover,
  button:disabled :focus {
    background-color: #222325; }

.post-card {
  display: block;
  position: relative;
  width: 100%;
  min-height: 250px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.25rem;
  border-bottom: 0;
  transition: box-shadow .25s ease; }
  .post-card:hover, .post-card:focus {
    border-bottom: 0;
    box-shadow: 0 2px 40px 0 rgba(153, 155, 168, 0.3); }
  @media only screen and (min-width: 48em) {
    .post-card {
      width: 48.4375%;
      margin-right: 3.125%; }
      .post-card:last-of-type, .post-card:nth-child(2n+2) {
        margin-right: 0; } }
  @media only screen and (min-width: 75em) {
    .post-card {
      width: 31.25%;
      margin-right: 3.125%; }
      .post-card:nth-child(2n+2) {
        margin-right: 3.125%; }
      .post-card:last-of-type, .post-card:nth-child(3n+3) {
        margin-right: 0; } }
  .post-card__label {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 2; }
  .post-card__inner {
    display: block;
    position: relative;
    padding: 1.875rem 1.25rem 0.625rem;
    width: 100%;
    color: #838c8d;
    border-bottom: 0; }
    .post-card__inner:focus, .post-card__inner:hover {
      color: #838c8d;
      border-bottom: 0; }
  .post-card__header {
    margin-bottom: 0.75rem; }
  .post-card__meta {
    font-size: 0.875rem; }

.post-card__thumb {
  margin: 0;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .post-card__thumb::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%; }
  .post-card__thumb > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }

.label {
  padding: 0px 10px;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 20px;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  transition: all 0.2s ease; }
  .label:focus, .label:hover {
    color: #fff;
    background-color: #277cea;
    border: 2px solid #277cea; }

.pagination {
  display: flex;
  justify-content: center;
  margin: 1.25rem auto; }

input,
textarea {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #ededed;
  outline: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: transparent; }
  input:focus,
  textarea:focus {
    border-color: #277cea;
    transition: border-color .25s; }

.form__input {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 35px; }
  .form__input::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #277cea;
    z-index: 5;
    transition: width 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition-delay: .1s; }
  .form__input::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff6161;
    z-index: 4;
    transition: width 0.45s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .form__input:hover::after,
  .form__input :focus::after,
  .form__input :active::after {
    width: 100%; }
  .form__input:hover::before,
  .form__input :focus::before,
  .form__input :active::after {
    width: 100%; }
  .form__input.error:hover::after,
  .form__input.error :focus::after,
  .form__input.error :active::after {
    width: 0%; }
  .form__input.error:hover::before,
  .form__input.error :focus::before,
  .form__input.error :active::after {
    width: 0%; }

.error input {
  border-bottom-color: #ff6161; }
.error textarea {
  border-bottom-color: #ff6161; }

.error-data {
  color: #ff6161;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -21px; }

.modal {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow-y: auto;
  z-index: 999; }

.modal__inner {
  flex: 0 1 auto;
  position: relative;
  margin: 1.875em;
  width: auto;
  max-width: 768px;
  outline: 0;
  opacity: 0;
  transform: translateY(200px);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1050; }

.modal__content {
  position: relative;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px; }
  .modal__content h1 {
    text-align: center; }

.modal__close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #313237;
  cursor: pointer; }
  .modal__close-button:hover {
    background-color: transparent; }

.modal__overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1040;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity 1s ease 0.1s; }

body.modal--open {
  overflow: hidden; }

table {
  display: table;
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ededed;
  border-radius: 4px;
  font-size: 14.5px; }
  table th {
    background-color: #f9f9f9; }
  table th,
  table td {
    padding: 6px 13px;
    border: 1px solid #ededed; }

.table-container {
  border: 1px solid white;
  max-width: 700px; }

.table-row-container {
  display: flex; }

.table-row-container:not(:last-child) {
  border-bottom: 1px solid white; }

.table-column-first {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%; }
.table-column-second {
  border-left: 1px solid white;
  width: 70%;
  padding: 5px 10px; }

.privacy-policy-subheading {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4em; }

.highlight table td {
  padding: 5px; }

.highlight table pre {
  margin: 0; }

.highlight .cm {
  color: #999988;
  font-style: italic; }

.highlight .cp {
  color: #999999;
  font-weight: bold; }

.highlight .c1 {
  color: #999988;
  font-style: italic; }

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

.highlight .c, .highlight .cd {
  color: #999988;
  font-style: italic; }

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

.highlight .ge {
  color: #000000;
  font-style: italic; }

.highlight .gr {
  color: #aa0000; }

.highlight .gh {
  color: #999999; }

.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

.highlight .go {
  color: #888888; }

.highlight .gp {
  color: #555555; }

.highlight .gs {
  font-weight: bold; }

.highlight .gu {
  color: #aaaaaa; }

.highlight .gt {
  color: #aa0000; }

.highlight .kc {
  color: #000000;
  font-weight: bold; }

.highlight .kd {
  color: #000000;
  font-weight: bold; }

.highlight .kn {
  color: #000000;
  font-weight: bold; }

.highlight .kp {
  color: #000000;
  font-weight: bold; }

.highlight .kr {
  color: #000000;
  font-weight: bold; }

.highlight .kt {
  color: #445588;
  font-weight: bold; }

.highlight .k, .highlight .kv {
  color: #000000;
  font-weight: bold; }

.highlight .mf {
  color: #009999; }

.highlight .mh {
  color: #009999; }

.highlight .il {
  color: #009999; }

.highlight .mi {
  color: #009999; }

.highlight .mo {
  color: #009999; }

.highlight .m, .highlight .mb, .highlight .mx {
  color: #009999; }

.highlight .sb {
  color: #d14; }

.highlight .sc {
  color: #d14; }

.highlight .sd {
  color: #d14; }

.highlight .s2 {
  color: #d14; }

.highlight .se {
  color: #d14; }

.highlight .sh {
  color: #d14; }

.highlight .si {
  color: #d14; }

.highlight .sx {
  color: #d14; }

.highlight .sr {
  color: #009926; }

.highlight .s1 {
  color: #d14; }

.highlight .ss {
  color: #990073; }

.highlight .s {
  color: #d14; }

.highlight .na {
  color: #008080; }

.highlight .bp {
  color: #999999; }

.highlight .nb {
  color: #0086B3; }

.highlight .nc {
  color: #445588;
  font-weight: bold; }

.highlight .no {
  color: #008080; }

.highlight .nd {
  color: #3c5d5d;
  font-weight: bold; }

.highlight .ni {
  color: #800080; }

.highlight .ne {
  color: #990000;
  font-weight: bold; }

.highlight .nf {
  color: #990000;
  font-weight: bold; }

.highlight .nl {
  color: #990000;
  font-weight: bold; }

.highlight .nn {
  color: #555555; }

.highlight .nt {
  color: #000080; }

.highlight .vc {
  color: #008080; }

.highlight .vg {
  color: #008080; }

.highlight .vi {
  color: #008080; }

.highlight .nv {
  color: #008080; }

.highlight .ow {
  color: #000000;
  font-weight: bold; }

.highlight .o {
  color: #000000;
  font-weight: bold; }

.highlight .w {
  color: #bbbbbb; }

.highlight {
  background-color: #f8f8f8; }

.hero {
  margin: 3.75rem auto 0;
  min-height: 36.25rem;
  width: 100%;
  position: relative;
  background-color: #dde5ea;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
  @media only screen and (min-width: 62em) {
    .hero {
      margin: 0 auto;
      height: 36em; } }
  .hero::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 56, 81, 0.8); }

.hero--small {
  margin: 3.75rem auto 0;
  min-height: 8.75rem;
  width: 100%;
  position: relative;
  background-color: #313237; }
  @media only screen and (min-width: 62em) {
    .hero--small {
      height: 12.5em; } }
  .hero--small::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 56, 81, 0.8); }

.hero__wrap {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 90%;
  z-index: 1; }
  @media only screen and (min-width: 48em) {
    .hero__wrap {
      max-width: 40em; } }
  .hero__wrap .hero__title {
    font-size: 1.8em;
    color: #fff; }
    @media only screen and (min-width: 48em) {
      .hero__wrap .hero__title {
        padding: 1rem 0;
        font-size: 2.625em;
        line-height: 3.125rem; } }

.page-content {
  max-width: 52.5rem;
  margin: 0 auto;
  padding: 2.5em 0; }
  @media only screen and (min-width: 48em) {
    .page-content {
      padding: 3.75rem 0; } }

.blog {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/assets/img/bkg-punchline.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 10em; }

.post-list {
  padding-top: 2.5em;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 auto; }
  @media only screen and (min-width: 48em) {
    .post-list {
      padding-top: 5em; } }

.post-content {
  max-width: 52.5rem;
  margin: 0 auto;
  padding-top: 2.5em; }
  @media only screen and (min-width: 48em) {
    .post-content {
      padding-top: 5em; } }

.comments {
  padding: 50px 0;
  background-color: #fafafa; }

.controls__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.375rem 0 1.25rem;
  border-top: 1px solid #ededed; }
  .controls__inner .prev {
    align-items: flex-start;
    text-align: left; }
  .controls__inner .next {
    align-items: flex-end;
    text-align: right; }

.controls__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .controls__item span {
    font-size: 0.875rem;
    color: #838c8d; }
  .controls__item a {
    color: #313237;
    font-weight: bold;
    border-bottom: 0; }
    .controls__item a svg {
      transition: all .2s linear; }
    .controls__item a:hover {
      color: #277cea;
      border-bottom: 0; }
      .controls__item a:hover svg {
        fill: #277cea; }
