/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 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;
}

/**
 * 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"], /* 1 */
[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 */
}

/**
 * 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, /* 1 */
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;
}

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

html {
  overflow-y: scroll;
}

body,
html {
  height: 100%;
}

body {
  background-color: #efeeed;
  color: #697377;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

body::before {
  border: 0 solid #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

a {
  color: #00a8ea;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0083b7;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a, button {
  cursor: pointer;
  transition: all 0.1s ease-in;
}

a:hover,
button:hover {
  text-decoration: none;
}

p {
  margin: 0 0 14px;
}

.menu-wrapper {
  background: rgba(255, 255, 255, 0.98);
  font-size: 17px;
  height: 100%;
  left: 0;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0;
  opacity: 0;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 8000;
}

.menu-wrapper.open {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
}

.menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  position: relative;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
}

.menu-wrapper p {
  color: #697377;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.menu-list li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all .2s;
}

.menu-list:hover > li {
  opacity: .5;
}

.menu-list:hover > li:hover {
  opacity: 1;
}

.menu-list li a {
  display: block;
  font-weight: bold;
  padding-bottom: 20px;
  width: 100%;
}

/* Menu */
.menu {
  color: #959da0;
  cursor: pointer;
  display: none;
  height: 27px;
  left: 20px;
  letter-spacing: .06em;
  position: fixed;
  top: 10px;
  width: 25px;
  z-index: 8001;
}

.menu.show {
  display: block;
}

.menu:hover {
  color: #959da0;
}

.menu span {
  padding: 5px 5px 5px 35px;
}

.menu i {
  background: #959da0;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  height: 4px;
  line-height: 0.4;
  position: relative;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  width: 25px;
}

.menu i::before,
.menu i::after {
  background: #959da0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 25px;
}

.menu i::before {
  top: -8px;
}

.menu:hover i::before {
  top: -10px;
}

.menu i::after {
  bottom: -8px;
}

.menu:hover i::after {
  bottom: -10px;
}

.menu.active i {
  background: transparent;
}

.menu.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.menu.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

/* Header */
.header {
  background-image: linear-gradient(#efeeed 0%, rgba(239, 238, 237, 0.9) 30%, rgba(239, 238, 237, 0.7) 50%, rgba(239, 238, 237, 0.4) 70%, rgba(239, 238, 237, 0.1) 100%);
  border: 0 solid #fff;
  color: #00a8ea;
  display: none;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  letter-spacing: .06em;
  padding: 15px 20px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: all .2s;
  z-index: 1030;
}

.header.show {
  display: block;
}

.header-text {
  color: #959da0;
  left: 0;
  line-height: 52px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.header .start,
.header .previous {
  display: none;
  position: relative;
  z-index: 1000;
}

.header .start.show,
.header .previous.show {
  display: inline-block;
}

/* Hero */
svg:not(:root) {
  overflow: hidden;
}

.hero img {
  margin-bottom: .8em;
  max-width: 100%;
  width: 65%;
}

.hero-website {
  height: 200px;
  position: relative;
  z-index: 1;
}

.hero-website + h1 {
  position: relative;
  z-index: 2;
}

.hero-website img {
  max-width: 400px;
  position: relative;
  width: 100%;
  z-index: 100;
}

.hero-website .browser-outline {
  left: 50%;
  max-width: 370px;
  opacity: .7;
  position: absolute;
  top: -8px;
  transform: translateX(-55%);
  width: 100%;
  z-index: 99;
}

.hero-device {
  margin: 0 auto 3em;
  max-width: 632px;
  min-height: 194px;
  overflow: hidden;
  position: relative;
}

.device img,
.line {
  display: block;
  width: 90%;
}

.d-iphone {
  bottom: 0;
  display: inline-block;
  left: 342px;
  position: absolute;
  width: 105px;
  z-index: 6;
}

.d-android {
  bottom: 0;
  display: inline-block;
  left: 222px;
  position: absolute;
  width: 113px;
  z-index: 6;
}

.d-ipad {
  display: block;
  margin: 0 auto;
  width: 232px;
  z-index: 5;
}

.line {
  display: block;
  height: 1px;
  margin: 0 auto;
  position: relative;
  z-index: 7;
}

/* Content */
.container {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 100;
}

.content {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
}

.content h1 {
  color: #424956;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 10px 0 0.67em;
  text-transform: uppercase;
}

.content p {
  font-size: .9em;
  margin: auto;
  max-width: 800px;
}

.content .btn {
  margin: 30px 0 0;
}

/* Button */
.btn {
  background: #e2276f;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
  outline: none;
  padding: 10px 21px;
  text-transform: uppercase;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover {
  background: #bd1958;
  color: #fff;
}

.btn i {
  font-size: 1.5em;
  line-height: 1;
  padding-left: 5px;
}

.btn-icon {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: .5em 0;
  outline: none;
  vertical-align: top;
  width: 31%;
}

.btn-icon img {
  height: 60px;
  outline: none;
  transition: all .2s;
  width: 60px;
}

.btn-icon img:hover {
  transform: scale(1.07);
}

.btn-icon p {
  color: #424956;
  font-size: .7em;
  font-weight: 600;
  margin: 16px 0 14px;
}

/* Question */
.question {
  margin: 0 auto;
  max-width: 750px;
}

.question h2 {
  color: #424956;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 auto 10px;
}

.question > p {
  font-size: .8em;
  margin: 0 auto 2em;
  max-width: 700px;
}

/* Footer */
.footer {
  background: #efeeed;
  border: 0 solid #fff;
  bottom: 0;
  color: #959da0;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  letter-spacing: .06em;
  padding: 15px 20px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  z-index: 101;
}

#budget,
#counter,
#thanks {
  float: right;
}

#counter {
  display: none;
}

#counter.show {
  display: block;
}

#thanks {
  display: none;
  text-transform: uppercase;
}

#thanks.show {
  display: block;
}

/* Result */
.result {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 0 20px 40px;
  margin: 70px -15px;
}

.result .price-container {
  margin: 1.6em 0 1em;
}

.result h1 {
  font-size: 28px;
  margin-bottom: .2em;
  margin-top: 28px;
  text-transform: none;
}

.result h2 {
  color: #e2276f;
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
}

.result .breakdown {
  display: block;
  font-size: .9em;
  letter-spacing: .06em;
  padding: 10px 15px 15px;
}

.result .breakdown .show {
  display: block;
}

.result .breakdown .hide {
  display: none;
}

.result .breakdown.shown .show {
  display: none;
}

.result .breakdown.shown .hide {
  display: block;
}

.result .btn {
  margin-top: 0;
}

.result .pick-us p {
  font-size: .8em;
  margin: 0 auto 2em;
  width: 90%;
}

.result .how {
  display: block;
  font-size: 0.75em;
  margin-top: 40px;
}

.breakdown-container {
  display: none;
  margin-bottom: 2em;
}

.breakdown-container.show {
  display: block;
}

.breakdown-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breakdown-container li {
  border-bottom: 1px solid #e1e1e1;
  font-size: .8em;
  height: 100px;
  padding: 20px 0 20px 74px;
  position: relative;
}

.breakdown-container li img {
  height: 60px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 60px;
}

.breakdown-container p {
  line-height: 23px;
  margin: 0;
  text-align: left;
}

.breakdown-question {
  padding-top: 6px;
}

.breakdown-answer {
  color: #424956;
  font-weight: bold;
}

.breakdown-answer span {
  font-size: 13px;
  font-weight: normal;
}

/* Modals */
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8888;
}

.modal::before {
  background: rgba(255,255,255,.98);
  bottom: 0;
  content: '';
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal.show {
  display: block;
}

.close {
  background: none;
  color: #aaa;
  font-family: helvetica, arial, sans-serif;
  font-size: 36px;
  font-weight: 100;
  padding: 5px 20px;
  position: fixed;
  right: 0;
  top: -5px;
  z-index: 9999;
}

.modal-dialog {
  margin: 10px;
  position: relative;
}

.modal-body {
  padding: 15px 25px;
}

.modal h5 {
  color: #424956;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}

.modal p {
  font-size: 14px;
}

.modal p:first-of-type {
  margin-bottom: 40px;
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fade-in-down {
  animation-duration: .7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

.bounce-in-left {
  animation-delay: 1.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInLeft;
}

.bounce-in-left-t {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

.bounce-in-right {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation-delay: .7s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

/* Tablet size */
@media (min-width: 768px) {
  body::before {
    border-width: 10px;
  }

  /* Menu */
  .menu {
    left: 30px;
    top: 20px;
  }

  .menu i {
    font-size: 14px;
  }

  .menu-wrapper {
    font-size: 37px;
  }

  .menu-wrapper p {
    font-size: 18px;
  }

  .menu-list li a {
    padding: 20px;
  }

  /* Header */
  .header {
    font-size: 14px;
    border-width: 10px 10px 0;
  }

  /* Content */
  .content h1 {
    font-size: 38px;
  }

  .content p {
    font-size: 1em;
  }

  /* Button */
  .btn {
    font-size: .9em;
    padding: 14px 25px;
  }

  .btn-icon {
    width: 25%;
  }

  .btn-icon img {
    height: 120px;
    width: 120px;
  }

  .btn-icon p {
    font-size: .9em;
  }

  /* Question */
  .question h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .question > p {
    font-size: .9em;
  }

  /* Footer */
  .footer {
    border-width: 0 10px 10px;
    font-size: 14px;
  }

  /* Result */
  .result {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 45px;
    width: 83.33333333%;
  }

  .result h1 {
    font-size: 34px;
  }

  .result .pick-us p {
    font-size: .85em;
  }

  .breakdown li {
    font-size: .9em;
  }

  /* Modal */
  .modal p {
    font-size: 18px;
  }

  .modal-dialog {
    margin: 100px auto;
    width: 600px;
  }

  .modal-body {
    padding: 30px 40px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

/* Desktop size */
@media (min-width: 992px) {
  body::before {
    border-width: 14px;
  }

  /* Menu */
  .menu {
    left: 40px;
    top: 30px;
  }

  /* Header */
  .header {
    border-width: 14px 14px 0;
    padding: 20px 30px;
  }

  .header-text {
    line-height: 60px;
  }

  /* Content */
  .content h1 {
    font-size: 48px;
  }

  .content p {
    font-size: 1.2em;
  }

  /* Button */
  .btn-icon {
    width: 23%;
  }

  .btn-icon img {
    height: 170px;
    width: 170px;
  }

  .btn-icon p {
    font-size: .9em;
  }

  /* Question */
  .question {
    max-width: 950px;
  }

  .question h2 {
    font-size: 42px;
    margin-bottom: 24px;
  }

  .question > p {
    font-size: 1em;
  }

  /* Footer */
  .footer {
    border-width: 0 14px 14px;
  }

  /* Result */
  .result {
    padding: 0 40px 65px;
    width: 58.33333333%;
  }

  .result h1 {
    font-size: 42px;
  }

  .result h2 {
    font-size: 50px;
  }

  .result .pick-us p {
    font-size: .9em;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
