/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-preflight.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b {
  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 {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input {
  font-family: inherit; /* 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 {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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.
 */

/**
 * 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.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}
button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #dae4e9;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
img {
  max-width: 100%;
  height: auto;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}
input::-moz-placeholder {
  color: inherit;
  opacity: .5;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}
input::placeholder {
  color: inherit;
  opacity: .5;
}
button,
[role="button"] {
  cursor: pointer;
}

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-utilities.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */
.bg-brand-gradient-dark {
  background-color: #6a82fb;
}
.bg-brand-gradient {
  background-color: #9561e2;
}
.bg-brand-gradient-light {
  background-color: #fc5c7d;
}
.bg-trustpilot {
  background-color: #00b67a;
}
.bg-grey-darkest {
  background-color: #364349;
}
.bg-grey-darker {
  background-color: #596a73;
}
.bg-grey-light {
  background-color: #dae4e9;
}
.bg-grey-lighter {
  background-color: #f3f7f9;
}
.bg-grey-lightest {
  background-color: #fafcfc;
}
.bg-white {
  background-color: #fff;
}
.bg-red-light {
  background-color: #ef5753;
}
.bg-blue-darker {
  background-color: #103d60;
}
.bg-indigo-darker {
  background-color: #2f365f;
}
.hover\:bg-brand-gradient-dark:hover {
  background-color: #6a82fb;
}
.hover\:bg-black:hover {
  background-color: #222b2f;
}
.hover\:bg-grey-light:hover {
  background-color: #dae4e9;
}
.hover\:bg-grey-lighter:hover {
  background-color: #f3f7f9;
}
.hover\:bg-grey-lightest:hover {
  background-color: #fafcfc;
}
.hover\:bg-red:hover {
  background-color: #e3342f;
}
.border-brand-gradient-dark {
  border-color: #6a82fb;
}
.border-trustpilot {
  border-color: #00b67a;
}
.border-grey-lighter {
  border-color: #f3f7f9;
}
.border-white {
  border-color: #fff;
}
.border-red-light {
  border-color: #ef5753;
}
.border-green {
  border-color: #38c172;
}
.rounded {
  border-radius: .25rem;
}
.rounded-lg {
  border-radius: .5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-48 {
  height: 12rem;
}
.h-64 {
  height: 16rem;
}
.h-auto {
  height: auto;
}
.h-px {
  height: 1px;
}
.h-20px {
  height: 20px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-loose {
  line-height: 2;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}
.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}
.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.mt-1 {
  margin-top: .25rem;
}
.mr-1 {
  margin-right: .25rem;
}
.mb-1 {
  margin-bottom: .25rem;
}
.ml-1 {
  margin-left: .25rem;
}
.mt-2 {
  margin-top: .5rem;
}
.mr-2 {
  margin-right: .5rem;
}
.mb-2 {
  margin-bottom: .5rem;
}
.mr-3 {
  margin-right: .75rem;
}
.mb-3 {
  margin-bottom: .75rem;
}
.ml-3 {
  margin-left: .75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-px {
  margin-bottom: 1px;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-sm {
  max-width: 30rem;
}
.max-w-md {
  max-width: 40rem;
}
.max-w-lg {
  max-width: 50rem;
}
.max-w-2xl {
  max-width: 70rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mt-0 {
  margin-top: 0;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-mt-px {
  margin-top: -1px;
}
.-mr-px {
  margin-right: -1px;
}
.opacity-50 {
  opacity: .5;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}
.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}
.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: .25rem;
}
.pl-1 {
  padding-left: .25rem;
}
.pt-2 {
  padding-top: .5rem;
}
.pr-2 {
  padding-right: .5rem;
}
.pb-2 {
  padding-bottom: .5rem;
}
.pl-2 {
  padding-left: .5rem;
}
.pt-3 {
  padding-top: .75rem;
}
.pb-3 {
  padding-bottom: .75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-px {
  padding-top: 1px;
}
.pl-px {
  padding-left: 1px;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.pin-t {
  top: 0;
}
.pin-r {
  right: 0;
}
.pin-b {
  bottom: 0;
}
.pin-l {
  left: 0;
}
.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-brand-gradient-dark {
  color: #6a82fb;
}
.text-brand-gradient {
  color: #9561e2;
}
.text-brand-gradient-light {
  color: #fc5c7d;
}
.text-brand-link {
  color: #6a82fb;
}
.text-grey-darkest {
  color: #364349;
}
.text-grey-darker {
  color: #596a73;
}
.text-grey-dark {
  color: #70818a;
}
.text-grey {
  color: #9babb4;
}
.text-grey-light {
  color: #dae4e9;
}
.text-white {
  color: #fff;
}
.text-orange {
  color: #f6993f;
}
.text-yellow {
  color: #ffed4a;
}
.text-green {
  color: #38c172;
}
.text-indigo {
  color: #6574cd;
}
.text-purple {
  color: #9561e2;
}
.text-pink {
  color: #f66d9b;
}
.hover\:text-brand-link:hover {
  color: #6a82fb;
}
.hover\:text-white:hover {
  color: #fff;
}
.hover\:text-blue:hover {
  color: #3490dc;
}
.text-xs {
  font-size: .75rem;
}
.text-sm {
  font-size: .875rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-5xl {
  font-size: 3rem;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.tracking-wide {
  letter-spacing: .05em;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.break-words {
  word-wrap: break-word;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-12 {
  width: 3rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-48 {
  width: 12rem;
}
.w-64 {
  width: 16rem;
}
.w-auto {
  width: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.33333%;
}
.w-full {
  width: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */
body,
html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  letter-spacing: .025em;
  color: #364349;
  line-height: 1.5;
}
body {
  background: rgb(235, 237, 240); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgb(235, 237, 240) 0%, rgb(245, 246, 250) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient-background {
  background-color: #6a82fb;
  color: #fafcfc; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background-image: url('https://static.affinitweet.com/images/overlay.png'), linear-gradient(120deg, #6a82fb 0%, #fc5c7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
::-webkit-input-placeholder {
  color: #aaa !important;
}
:-moz-placeholder {
  color: #aaa !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #aaa !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aaa !important;
}
::-ms-input-placeholder {
  color: #aaa !important;
}
::placeholder {
  color: #aaa !important;
}
input[type=text] {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 16rem;
  background-color: #fafcfc;
  color: #364349;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  border-radius: 9999px;
  border-color: #f3f7f9;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 300;
  display: block;
}
input:focus {
  border-color: #6a82fb;
}
input {
  outline: none;
}
ul {
  list-style: none;
  padding: 0;
}
h1,
h2,
h3 {
  font-weight: 300;
}
a.link {
  text-decoration: none;
  color: #6a82fb;
  cursor: pointer;
}
a.link:hover {
  text-decoration: underline;
  color: #8392ff;
  cursor: pointer;
}

/*******************************************************/

/********************** BOUTONS ************************/

/*******************************************************/
.btn-basic {
  text-decoration: none;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 9999px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 16rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-basic:hover {
  -webkit-transform: translate3d(0, -1px, 0);
          transform: translate3d(0, -1px, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
.btn-light {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #9babb4;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .05em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-light:hover {
  color: #364349;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-brand {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 9999px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 16rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #fff;
  background-color: #6a82fb;
  color: #fafcfc; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background-image: url('https://static.affinitweet.com/images/overlay.png'), linear-gradient(120deg, #6a82fb 0%, #fc5c7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn-brand:hover {
  -webkit-transform: translate3d(0, -1px, 0);
          transform: translate3d(0, -1px, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

/*******************************************************/

/********************* DROPDOWNS ***********************/

/*******************************************************/
.dropdown.dropdown-sidebar {
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
}
.dropdown-sidebar > ul {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  z-index: 10;
}
.dropdown-sidebar > ul:after {
  left: 21px;
  top: -8px;
}
.dropdown {
  position: relative;
  display: inline-block;
  color: #364349;
  text-decoration: none;
}
.dropdown.left > ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: .25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  padding-top: .25rem;
  padding-bottom: .25rem;
  z-index: 10;
  top: 40px;
}
.dropdown.left > ul:after {
  margin-left: 20px;
  top: -8px;
}
.dropdown.right > ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: .25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  padding-top: .25rem;
  padding-bottom: .25rem;
  z-index: 10;
  right: 0;
  top: 40px;
}
.dropdown.right > ul:after {
  right: 0;
  margin-right: 6px;
  top: -8px;
}
.dropdown.right-lang > ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: .25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  padding-top: .25rem;
  padding-bottom: .25rem;
  z-index: 10;
  right: 0;
  top: 40px;
}
.dropdown.right-lang > ul:after {
  right: 0;
  margin-right: 12px;
  top: -8px;
}

/* Zone transparente entre le lien du dropdown et le menu du dropdown pour éviter une zone vide où il se renroullerait */
.dropdown > ul:before {
  position: absolute;
  width: 100%;
  content: ' ';
  top: -12px;
  height: 12px;
}
.dropdown > ul:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.dropdown:hover > ul {
  display: block;
}
.dropdown > a {
  color: #fafcfc;
  cursor: pointer;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  border-radius: 9999px;
  float: left;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.dropdown > a:hover {
  color: #6a82fb;
  background-color: #fafcfc;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.dropdown > ul > li {
  white-space: nowrap;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
}
.dropdown > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  border-radius: .25rem;
  text-decoration: none;
  color: #364349;
}
.dropdown > ul > li > a:hover {
  background-color: #fafcfc;
  color: #6a82fb;
}

/*******************************************************/

/*********************** BADGES ************************/

/*******************************************************/
.hot {
  color: #fff;
  padding-top: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-left: .75rem;
  border-radius: 9999px;
  font-size: 10px;
}
.popular:before {
  content: 'POP';
}
.popular {
  background-color: #6a82fb;
}
.new:before {
  content: 'NEW';
}
.new {
  background-color: #fc5c7d;
}

/*******************************************************/

/******************** TRANSITIONS **********************/

/*******************************************************/
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-speed-enter-active,
.fade-speed-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-speed-enter,
.fade-speed-leave-to {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.slide-down-enter-active,
.slide-down-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.slide-down-enter,
.slide-down-leave-to {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.feature-loader {
  -webkit-animation-duration: 2s;
     animation-duration: 2s;
}

/*******************************************************/

/************************ APP **************************/

/*******************************************************/
#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #fafcfc;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
header {
  height: 4rem;
  z-index: 40;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  line-height: 1.25;
}
header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#app > div > nav {
  width: 100%;
  max-width: 17rem;
  line-height: 1.25;
  overflow: scroll;
  position: fixed;
  top: 0;
  margin-top: 4rem;
  bottom: 0;
  left: 0;
  max-height: 100vh;
  background-color: #fafcfc;
  z-index: 20;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
#app > div > nav > ul:first-child {
  margin-top: .5rem;
}
#app > div > nav > ul {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}
#app > div > nav > ul > li {
  margin-top: .25rem;
  margin-bottom: .25rem;
}
#app > div > nav > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #9babb4;
  margin-bottom: .75rem;
}
#app > div > nav > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  color: #364349;
}
#app > div > nav > ul > li > ul > li > a:hover {
  background-color: #f3f7f9;
  color: #6a82fb;
}
#cookiesBanner {
  position: fixed;
  font-size: .75rem;
  z-index: 40;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fafcfc;
  text-align: center;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
#cookiesBanner svg {
  margin-left: .85rem;
  margin-top: .85rem;
  color: #9babb4;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#cookiesBanner svg:hover {
  color: #e3342f;
}
footer {
  border-top-width: 1px;
  background-color: #f3f7f9;
  font-size: .875rem;
  color: #9babb4;
}
footer a {
  text-decoration: none;
  color: #9babb4;
}
footer a:hover {
  color: #596a73;
}
footer .f-title {
  position: relative;
  color: #70818a;
  letter-spacing: .05em;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .f-title:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #ccc;
  left: 0;
  bottom: -5px;
}
@media (min-width: 576px) {
#cookiesBanner {
    font-size: .75rem;
}
}
@media (min-width: 992px) {
#cookiesBanner {
    font-size: .875rem;
}
}

/*******************************************************/

/********************** LANDING ************************/

/*******************************************************/
#landing_page {
  margin-top: 0;
  overflow: hidden;
  background-color: #f3f7f9;
}
#landing {
  position: relative;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  background-color: #6a82fb;
  color: #fafcfc; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background-image: url('https://static.affinitweet.com/images/overlay.png'), linear-gradient(120deg, #6a82fb 0%, #fc5c7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
#landing > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100vh;
}
#landing .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  height: 100%;
}
#landing .title img {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#landing .title h1,
#trustpilot-overview h1 {
  letter-spacing: 0;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.25;
}
#landing .title h2,
#trustpilot-overview h2 {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}
#landing .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#landing .cards img {
  position: relative;
  width: 20rem;
  height: auto;
  border-radius: .5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
#highlights,
#statistics,
#posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#highlights h1,
#statistics h1,
#posts h1,
#get-in-touch h1 {
  font-weight: 700;
  color: #6a82fb;
  margin-bottom: 2rem;
}
#highlights > div,
#statistics > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 80rem;
}
#highlights > div > div,
#statistics > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1.5rem;
}
#highlights > div > div > div,
#statistics > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  border-radius: .5rem;
  padding: 1rem;
  cursor: pointer;
}
#highlights > div > div > div h3 {
  border-bottom-width: 1px;
  padding-bottom: .25rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  text-align: center;
}
#highlights > div > div > div p {
  text-align: center;
  margin-top: .5rem;
}
#highlights > div > div > div:hover,
#statistics > div > div > div:hover,
#posts > div > div > a:hover {
  background-color: #fafcfc;
}
#trustpilot-overview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fafcfc;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  color: #596a73;
}
#trustpilot-overview img {
  width: 16rem;
  margin-bottom: 1.5rem;
}
#trustpilot-overview h2 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#trustpilot-overview h2 span {
  color: #fff;
  background-color: #00b67a;
  border-radius: .25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  margin-left: .25rem;
  margin-right: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  letter-spacing: .05em;
}
#statistics h3 {
  font-size: 3rem;
  padding-bottom: .25rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  text-align: center;
}
#statistics p {
  text-align: center;
  margin-top: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  text-transform: uppercase;
  margin-bottom: .75rem;
}
#features-overview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #6a82fb;
  color: #fafcfc; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background-image: url('https://static.affinitweet.com/images/overlay.png'), linear-gradient(120deg, #6a82fb 0%, #fc5c7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  color: #fff;
  overflow: hidden;
}
#features-overview > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
#features-overview .card {
  display: none;
  position: relative;
  width: 33.33333%;
}
#features-overview .card img {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 2rem;
  width: 16rem;
  height: auto;
  border-radius: .5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
#features-overview .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#features-overview .features div {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#posts > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 60rem;
}
#posts > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
#posts > div > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #364349;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  cursor: pointer;
}
#posts > div > div > a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: .75rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#posts > div > div > a span {
  font-size: .875rem;
  color: #9babb4;
  white-space: nowrap;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#get-in-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}
@media (min-width: 576px) {
#landing .title {
    margin-top: 1.5rem;
}
#landing .title img {
    display: none;
}
#highlights > div > div,
  #statistics > div > div {
    width: 50%;
}
#features-overview .card img {
    width: 20rem;
}
#features-overview .features div {
    width: 50%;
}
}
@media (min-width: 768px) {
#landing .title h1 {
    font-size: 3rem;
}
#landing .title h2 {
    font-size: 1.875rem;
    margin-top: 0;
}
#trustpilot-overview h1 {
    font-size: 1.875rem;
}
#trustpilot-overview h2 {
    font-size: 1.25rem;
}
#features-overview .features div {
    width: 33.33333%;
}
#posts > div > div > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#posts > div > div > a h3,
  #posts > div > div > a span {
    -ms-flex-item-align: center;
        align-self: center;
}
}
@media (min-width: 992px) {
#highlights > div > div,
  #statistics > div > div {
    width: 33.33333%;
}
#features-overview .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#features-overview .features {
    width: 66.66667%;
}
#features-overview .features div {
    width: 25%;
}
}

/*******************************************************/

/********************** PROFILE ************************/

/*******************************************************/
#profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
#profile > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: fixed;
  z-index: 10;
  left: 0;
  height: 3rem;
  padding-left: .5rem;
  padding-right: .5rem;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  background-color: #fafcfc;
}
#profile > nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: .5rem;
}
#profile > nav a:hover {
  background-color: #f3f7f9;
  cursor: pointer;
}
#profile h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #9babb4;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
@media (min-width: 992px) {
#profile nav {
    display: none;
}
}

/*******************************************************/

/********************* ANIMATION ***********************/

/*******************************************************/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes jello {
0%,
  to {
    -webkit-transform: none;
            transform: none;
}
}
@keyframes jello {
0%,
  to {
    -webkit-transform: none;
            transform: none;
}
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 576px) {
.sm\:block {
    display: block;
}
.sm\:hidden {
    display: none;
}
.sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sm\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.sm\:h-24 {
    height: 6rem;
}
.sm\:h-48 {
    height: 12rem;
}
.sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}
.sm\:mb-0 {
    margin-bottom: 0;
}
.sm\:ml-0 {
    margin-left: 0;
}
.sm\:mr-2 {
    margin-right: .5rem;
}
.sm\:ml-2 {
    margin-left: .5rem;
}
.sm\:mr-4 {
    margin-right: 1rem;
}
.sm\:mr-6 {
    margin-right: 1.5rem;
}
.sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.sm\:pr-2 {
    padding-right: .5rem;
}
.sm\:pl-2 {
    padding-left: .5rem;
}
.sm\:text-left {
    text-align: left;
}
.sm\:text-4xl {
    font-size: 2.25rem;
}
.sm\:w-1\/2 {
    width: 50%;
}
}
@media (min-width: 768px) {
.md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
}
@media (min-width: 992px) {
.lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.lg\:mt-0 {
    margin-top: 0;
}
.lg\:max-w-300px {
    max-width: 17rem;
}
.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.lg\:pt-4 {
    padding-top: 1rem;
}
.lg\:pb-4 {
    padding-bottom: 1rem;
}
.lg\:pl-6 {
    padding-left: 1.5rem;
}
.lg\:text-left {
    text-align: left;
}
.lg\:text-justify {
    text-align: justify;
}
.lg\:w-1\/2 {
    width: 50%;
}
.lg\:w-1\/4 {
    width: 25%;
}
}

/*# sourceMappingURL=app.css.map?h=bc8544c90c5c82abd46d76f479a89c11*/