@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext");
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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: content-box;
          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,
optgroup,
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 {
  -webkit-box-sizing: border-box;
          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"] {
  -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 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 */ }

/*!
 *  Font Awesome 4.5.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.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-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 {
  -webkit-filter: none;
          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: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-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-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: ""; }

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0.25em; }

::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.2); }

body {
  scrollbar-face-color: black;
  scrollbar-track-color: gray; }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

:root {
  font-size: 10px; }

body {
  background-color: #fff;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  body h1 {
    text-align: center; }

.noscroll {
  overflow: hidden; }

* {
  outline: none; }

.disabled {
  pointer-events: none; }

.container {
  max-width: 800px; }

.red-box-counter {
  position: relative; }

.counter-red {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px;
  color: #333333;
  z-index: 10000;
  font-weight: bold; }

::-moz-selection {
  background: #FFF498; }

::selection {
  background: #FFF498; }

::-moz-selection {
  background: #FFF498; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

a {
  color: #0074D9;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #40a6ff; }

input[type="text"],
input[type="password"],
input[type="email"] {
  padding: 10px;
  color: black;
  text-align: left;
  letter-spacing: .05rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border-radius: 0px;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 100; }
  input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:active,
  input[type="password"]:focus,
  input[type="email"]:hover,
  input[type="email"]:active,
  input[type="email"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }

header {
  padding: 60px 0;
  background-size: cover;
  background-color: white;
  text-align: center; }
  header .logo {
    text-align: center; }
    header .logo img {
      margin: auto;
      margin-bottom: 125px; }
  header .text-container p {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 33px; }
  header .text-container .red {
    color: #fb5057; }
  header .button-container {
    margin-bottom: 50px; }

.pattern {
  background-image: url("../img/white-pattern.png"); }

section#start-page {
  text-align: center;
  padding-top: 15px; }
  section#start-page p.highlight {
    margin: 25px 0; }
  section#start-page .button-container {
    padding: 15px 0;
    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; }
    section#start-page .button-container .arrow-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      section#start-page .button-container .arrow-container img {
        margin: auto; }
    section#start-page .button-container .red-button {
      max-width: 55%; }
  section#start-page .email-container {
    min-height: 340px; }
  section#start-page .email-form {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    max-height: 0px;
    overflow: hidden;
    padding: 0 15px; }
    section#start-page .email-form.visible {
      max-height: 500px; }
    section#start-page .email-form h2, section#start-page .email-form p {
      font-size: 1.9rem;
      line-height: 2.5rem;
      font-weight: 900;
      color: #2c2c2c; }
    section#start-page .email-form .input-container {
      max-width: 55%;
      margin: auto auto 15px; }
      section#start-page .email-form .input-container input {
        width: 100%;
        max-width: 545px;
        padding: 23px;
        text-align: center;
        border: none;
        color: white;
        background-color: #001dff;
        font-weight: 500; }
        section#start-page .email-form .input-container input::-webkit-input-placeholder {
          color: white; }
        section#start-page .email-form .input-container input::-moz-placeholder {
          color: white; }
        section#start-page .email-form .input-container input:-moz-placeholder {
          color: white; }
        section#start-page .email-form .input-container input:-ms-input-placeholder {
          color: white; }
    section#start-page .email-form .red-button {
      margin-bottom: 25px;
      max-width: 55%; }

.red-button {
  background-color: #e6020e;
  border-radius: 15px;
  color: white;
  font-size: 2.0rem;
  font-weight: 900;
  padding: 2.5rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .red-button.light-red {
    background-color: #fb5057; }
    .red-button.light-red:hover {
      background-color: #c80000; }
  .red-button.noborder {
    border-radius: 0; }
  .red-button:hover {
    background-color: #c80000; }
  .red-button.inactive {
    background-color: #949393;
    cursor: auto; }
    .red-button.inactive:hover {
      background-color: #adadad; }
  .red-button.blue {
    background-color: #a2dee4; }
    .red-button.blue:hover {
      background-color: #7ad0d9; }

.red-box {
  background-color: #fb5057;
  color: white;
  padding: 40px 25px;
  text-align: center; }
  .red-box h1 {
    font-size: 2.4rem !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    margin: 20px 0 40px; }
  .red-box p {
    font-size: 2.4rem !important;
    font-weight: 700 !important; }
  .red-box .highlight {
    color: #ffff54; }
  .red-box .bold {
    font-weight: 900 !important; }

.yellow-box {
  background-color: #ffff54;
  color: white;
  padding: 40px 25px;
  text-align: center; }
  .yellow-box h1 {
    background-color: #333333;
    font-size: 2.4rem !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 40px;
    padding: 5px 10px; }
  .yellow-box h3 {
    margin-top: 0;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700; }
  .yellow-box .black-box {
    background-color: #333333;
    padding: 5px; }
  .yellow-box .bigger {
    font-size: 3rem; }
  .yellow-box p {
    text-align: justify;
    font-size: 2.4rem !important;
    font-weight: 700 !important; }
  .yellow-box .highlight {
    color: #ffff54; }
  .yellow-box .bold {
    font-weight: 900 !important; }

.white-box {
  background-image: url("../img/belepo/box.png");
  background-size: 100% 100%;
  padding: 40px 60px;
  min-height: 419px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .white-box p {
    font-weight: 900;
    font-size: 2.4rem;
    text-align: center; }
    .white-box p.blue {
      color: #001dff; }
    .white-box p.red {
      color: #fb5057; }
    .white-box p.center {
      text-align: center;
      margin: 25px 0; }

.text-container {
  margin-bottom: 40px; }
  .text-container.blog-text ul li, .text-container.blog-text ol li {
    margin-bottom: 0; }
  .text-container.margin-top {
    margin-top: 40px; }
  .text-container h1, .text-container h2, .text-container h4 {
    color: #fb5057;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: 900; }
  .text-container h2 {
    color: #333333;
    text-align: center; }
  .text-container h3 {
    text-align: center;
    margin-bottom: 25px; }
  .text-container h4 {
    color: #333333;
    text-align: center;
    font-weight: 400; }
  .text-container ul li, .text-container ol li {
    color: #333333;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 15px;
    text-align: justify; }
  .text-container p {
    font-size: 1.6rem;
    color: #333333;
    line-height: 2.8rem;
    text-align: justify; }
  .text-container .red {
    color: #fb5057; }
  .text-container .regular {
    font-weight: 400; }
  .text-container .bold, .text-container .bold {
    font-weight: 900; }
  .text-container .center {
    text-align: center;
    margin: 25px 0; }
  .text-container .larger {
    font-size: 1.8rem; }
  .text-container .bigger {
    font-size: 2.4rem;
    margin: 50px 0; }
  .text-container .discount {
    font-size: 4.0rem;
    color: #f00; }

.image-container {
  text-align: center; }
  .image-container.padding-top {
    padding-top: 60px; }
  .image-container.padding-bottom {
    padding-bottom: 60px; }
  .image-container img {
    margin: auto; }

#register-section {
  padding-bottom: 40px; }
  #register-section .form {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: #333333; }
    #register-section .form > div {
      -webkit-box-flex: 0.5;
          -ms-flex: 0.5;
              flex: 0.5; }
    #register-section .form .text-container {
      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; }
  #register-section .text-container {
    padding-left: 15px;
    margin-bottom: 0; }
    #register-section .text-container .package-counter {
      margin: 25px; }
      #register-section .text-container .package-counter > div {
        width: 50%;
        padding: 10px;
        text-align: center; }
    #register-section .text-container p, #register-section .text-container li {
      font-size: 1.7rem; }
  #register-section .red-button {
    max-width: 385px;
    margin: auto;
    font-size: 1.8rem; }
    #register-section .red-button.light-red {
      font-weight: 600; }
  #register-section .package h1 {
    margin-top: 15px !important;
    color: #333333;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px; }
  #register-section .package .infos {
    margin-bottom: 25px; }
    #register-section .package .infos .info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 1.4rem;
      color: #333333; }
      #register-section .package .infos .info-row.bold {
        font-weight: 900; }
        #register-section .package .infos .info-row.bold .name {
          text-transform: uppercase; }
      #register-section .package .infos .info-row.strike .number, #register-section .package .infos .info-row.strike .currency, #register-section .package .infos .info-row.strike .additional {
        text-decoration: line-through;
        -webkit-text-decoration-color: #fb5057;
                text-decoration-color: #fb5057;
        color: #fb5057; }
      #register-section .package .infos .info-row .name {
        min-width: 230px; }
      #register-section .package .infos .info-row .number {
        min-width: 75px;
        text-align: right;
        padding-right: 2px; }
      #register-section .package .infos .info-row .currency {
        min-width: 25px;
        /* text-transform: uppercase;  */
    }
      #register-section .package .infos .info-row .additional {
        min-width: 75px; }
  #register-section .register-form {
    background-color: #f2f2f2;
    padding: 15px; }
    #register-section .register-form .step {
      margin-bottom: 15px; }
      #register-section .register-form .step .title {
        font-weight: 900;
        margin-bottom: 5px; }
      #register-section .register-form .step .input {
        margin-bottom: 15px; }
        #register-section .register-form .step .input.multiple {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        #register-section .register-form .step .input label {
          display: block;
          font-weight: 300;
          margin-bottom: 0;
          font-size: 1.5rem; }
        #register-section .register-form .step .input input {
          width: 100%; }
      #register-section .register-form .step .description {
        font-size: 1.2rem; }
    #register-section .register-form .payment {
      border-radius: 10px;
      padding: 15px;
      background-color: #d9d9d9; }
      #register-section .register-form .payment img {
        margin: auto; }
      #register-section .register-form .payment .multiple input {
        max-width: 75px; }
      #register-section .register-form .payment .cvv {
        -webkit-box-flex: 0.4;
            -ms-flex: 0.4;
                flex: 0.4; }
      #register-section .register-form .payment .expiration {
        -webkit-box-flex: 0.6;
            -ms-flex: 0.6;
                flex: 0.6; }
        #register-section .register-form .payment .expiration .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }

@media (max-width: 767px) {
  #register-section .form {
    display: block; }
  #register-section .package .infos .info-row {
    font-size: 1rem; }
    #register-section .package .infos .info-row .name {
      min-width: 170px; } }

@media (max-width: 320px) {
  #register-section .package .infos .info-row {
    font-size: 0.9rem; }
    #register-section .package .infos .info-row .name {
      min-width: 150px; }
    #register-section .package .infos .info-row .number {
      min-width: 50px; } }

.vida-container p {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 50px;
  color: #333333;
  text-align: center; }

.vida-container .image {
  width: 80%;
  margin: auto; }

footer {
  background-color: #f2f2f2;
  color: #2c2c2c;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500; }
  footer .links {
    padding-top: 15px;
    font-weight: 800; }
    footer .links a, footer .links a:visited, footer .links a:hover, footer .links a:active {
      color: #2c2c2c; }
  footer .dot {
    padding: 0 15px; }
  footer .text {
    padding: 15px; }
    footer .text p {
      font-size: 1.2rem;
      margin: 0 auto; }

section#email-page {
  padding-top: 15px; }
  section#email-page header .text-container p {
    text-align: left;
    font-weight: 900; }
    section#email-page header .text-container p.heading {
      text-align: center;
      font-size: 24px; }
    section#email-page header .text-container p.center {
      text-align: center; }
  section#email-page .content .image-container {
    padding: 37px 0; }
  section#email-page .content .text-container {
    margin-bottom: 40px; }
    section#email-page .content .text-container h1 {
      color: #fb5057;
      font-size: 2.4rem;
      text-transform: uppercase;
      margin-bottom: 40px;
      margin-top: 30px;
      font-weight: 900; }
    section#email-page .content .text-container p {
      font-size: 16px;
      color: #333333;
      line-height: 3.0rem;
      text-align: justify; }
  section#email-page .bigger {
    font-size: 2.1rem; }
  section#email-page .spread {
    letter-spacing: 3px; }
  section#email-page .center-box {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 50px 0; }
  section#email-page .button-container {
    text-align: center;
    padding: 50px 0 100px; }
    section#email-page .button-container .red-button {
      color: #fff;
      max-width: 385px;
      margin: auto;
      text-decoration: none; }

.email-form {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  max-height: 0px;
  overflow: hidden;
  padding: 0 15px;
  text-align: center; }
  .email-form.visible {
    max-height: 500px;
    overflow-y: auto; }
  .email-form h2, .email-form p {
    font-size: 1.9rem;
    line-height: 2.5rem;
    font-weight: 900;
    color: #2c2c2c; }
  .email-form .input-container {
    margin: auto auto 15px; }
    .email-form .input-container input {
      width: 100%;
      max-width: 545px;
      padding: 23px;
      text-align: center;
      border: none;
      color: #1a1a1a;
      background-color: #a0e4e8;
      font-weight: 500; }
      .email-form .input-container input::-webkit-input-placeholder {
        color: #363636; }
      .email-form .input-container input::-moz-placeholder {
        color: #363636; }
      .email-form .input-container input:-moz-placeholder {
        color: #363636; }
      .email-form .input-container input:-ms-input-placeholder {
        color: #363636; }
  .email-form .red-button {
    margin-bottom: 25px;
    max-width: 55%; }

section#belepo-page {
  padding-top: 15px; }
  section#belepo-page .text-container.flex p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  section#belepo-page .text-container .button-container {
    text-align: center;
    padding: 50px 0; }
    section#belepo-page .text-container .button-container .red-button {
      max-width: 385px;
      margin: auto; }
  section#belepo-page .list-container {
    margin-bottom: 40px; }
    section#belepo-page .list-container h1 {
      color: #fb5057;
      font-size: 2.4rem;
      text-transform: uppercase;
      margin-bottom: 40px;
      margin-top: 30px;
      font-weight: 900;
      text-align: center; }
    section#belepo-page .list-container .point {
      color: #333333;
      font-size: 1.9rem;
      margin-bottom: 40px;
      padding-right: 100px;
      min-height: 55px;
      background-image: url("../img/belepo/pipa.png");
      background-position: right top;
      background-repeat: no-repeat; }
      section#belepo-page .list-container .point .number {
        display: block; }
      section#belepo-page .list-container .point .bold {
        font-weight: 900; }
  section#belepo-page .has-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.4rem;
    color: #333333; }
    section#belepo-page .has-info .info.bold {
      font-weight: 900; }
      section#belepo-page .has-info .info.bold .name {
        text-transform: uppercase; }
    section#belepo-page .has-info .info.strike .number, section#belepo-page .has-info .info.strike .currency, section#belepo-page .has-info .info.strike .additional {
      text-decoration: line-through;
      -webkit-text-decoration-color: #fb5057;
              text-decoration-color: #fb5057;
      color: #fb5057; }
    section#belepo-page .has-info .info .number {
      min-width: 75px;
      text-align: right;
      padding-right: 2px; }
    section#belepo-page .has-info .info .currency {
      min-width: 25px;
      /* text-transform: uppercase;  */
    }
    section#belepo-page .has-info .info .additional {
      min-width: 75px; }
  section#belepo-page .image-info-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px; }
    section#belepo-page .image-info-row .image-container {
      width: 20%; }
    section#belepo-page .image-info-row .info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 1.6rem; }

.belepo-popup {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 1000; }
  .belepo-popup .red-box p {
    font-weight: 400 !important; }
    .belepo-popup .red-box p.bold {
      font-weight: 700 !important; }

section#fotermek-page .white-box {
  font-size: 2.4rem;
  margin-bottom: 25px; }

section#fotermek-page .text-container.tick {
  padding-right: 75px; }
  section#fotermek-page .text-container.tick ul li {
    position: relative;
    margin: 15px 0;
    height: 60px; }
    section#fotermek-page .text-container.tick ul li::after {
      content: ' ';
      width: 40px;
      height: 40px;
      background-image: url("../img/fotermek/tick.png");
      background-size: cover;
      position: absolute;
      right: -75px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

section#fotermek-page .text-container h1 .black {
  color: #333333; }

section#fotermek-page .text-container .facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  section#fotermek-page .text-container .facts .red {
    padding-left: 7.5px; }
    section#fotermek-page .text-container .facts .red .box {
      background-color: #fb5057; }
      section#fotermek-page .text-container .facts .red .box li {
        color: white; }
  section#fotermek-page .text-container .facts .black {
    padding-right: 7.5px; }
    section#fotermek-page .text-container .facts .black .box {
      background-color: #c7c7c7; }
  section#fotermek-page .text-container .facts > div {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section#fotermek-page .text-container .facts > div .image-container {
      margin-bottom: 40px; }
    section#fotermek-page .text-container .facts > div .box {
      padding: 30px;
      margin-top: 15px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-radius: 10px; }
      section#fotermek-page .text-container .facts > div .box ul {
        margin: 0;
        padding-left: 15px; }
        section#fotermek-page .text-container .facts > div .box ul li {
          margin-bottom: 25px;
          font-size: 1.6rem;
          line-height: 2.8rem;
          text-align: left;
          font-weight: 300; }
          section#fotermek-page .text-container .facts > div .box ul li:nth-child(1) {
            min-height: 56px; }
          section#fotermek-page .text-container .facts > div .box ul li:nth-child(2) {
            min-height: 56px; }
          section#fotermek-page .text-container .facts > div .box ul li:nth-child(3) {
            min-height: 84px; }
          section#fotermek-page .text-container .facts > div .box ul li:last-child {
            margin-bottom: 0; }

section#fotermek-page .text-container .package {
  padding: 25px 0; }
  section#fotermek-page .text-container .package .info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #333333; }
    section#fotermek-page .text-container .package .info-row.bold {
      font-weight: 900; }
      section#fotermek-page .text-container .package .info-row.bold .name {
        text-transform: uppercase; }
    section#fotermek-page .text-container .package .info-row .name {
      min-width: 55%; }
    section#fotermek-page .text-container .package .info-row .number {
      min-width: 75px;
      text-align: right;
      padding-right: 2px; }
    section#fotermek-page .text-container .package .info-row .currency {
      min-width: 25px;
      /* text-transform: uppercase;  */
    }
    section#fotermek-page .text-container .package .info-row .additional {
      min-width: 75px; }

section#fotermek-page .button-container {
  padding: 15px 0;
  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; }
  section#fotermek-page .button-container .arrow-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    section#fotermek-page .button-container .arrow-container img {
      margin: auto; }
  section#fotermek-page .button-container .red-button {
    max-width: 55%; }

section#fotermek-page .package-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  section#fotermek-page .package-counter > div {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 900; }
  section#fotermek-page .package-counter .text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  section#fotermek-page .package-counter .counter {
    height: 100px;
    background-color: #a2dee4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    color: #333333; }

section#fotermek-page #register-section .package {
  padding: 0; }

@media (max-width: 767px) {
  section#fotermek-page .text-container.tick {
    padding-right: 0px;
    background: none; }
    section#fotermek-page .text-container.tick ul li::after {
      display: none; }
  section#fotermek-page .text-container .facts {
    display: block;
    margin-bottom: 25px; }
  section#fotermek-page .text-container .package .info-row {
    font-size: 1.2rem; }
    section#fotermek-page .text-container .package .info-row .name {
      min-width: 138px; } }

#fotermek-overlay {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 1000; }

section#foodal {
  padding-top: 15px; }
  section#foodal .fooldal-cta {
    padding: 0;
    height: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  section#foodal .red-button.arrow {
    background-image: url("../img/momstime/fooldal/arrow-bg.png");
    background-position: center;
    background-repeat: no-repeat; }
  section#foodal .text-container.border {
    border: 1px solid #333333;
    margin-top: 25px;
    padding: 25px; }
    section#foodal .text-container.border p {
      font-weight: 700; }
  section#foodal .text-container.align-left h2 {
    text-align: left;
    position: relative; }
    section#foodal .text-container.align-left h2 img {
      position: absolute;
      left: 320px;
      top: 0; }
  section#foodal .email-container {
    margin-bottom: 50px; }
    section#foodal .email-container .button-container {
      max-width: 65%;
      margin: auto;
      padding: 0 15px;
      text-align: center; }
      section#foodal .email-container .button-container .red-button {
        max-width: 385px;
        margin: auto; }
    section#foodal .email-container .email-form .red-button {
      max-width: 65%; }
  section#foodal .image-container.margin-bottom {
    margin-bottom: 50px; }
  section#foodal .returning-user-popup--overlay, section#foodal .exclusive-offer-popup--overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  section#foodal .returning-user-popup {
    background-color: white;
    padding: 25px;
    width: 50%;
    position: fixed;
    max-height: 95vh;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    section#foodal .returning-user-popup .email-form .red-button {
      max-width: 100%; }
    section#foodal .returning-user-popup .content-container {
      max-width: 65%;
      margin: auto; }
      section#foodal .returning-user-popup .content-container > div:first-of-type {
        margin-bottom: 35px; }
  section#foodal .exclusive-offer-popup {
    background-color: white;
    padding: 25px;
    width: 50%;
    position: fixed;
    max-height: 95vh;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    section#foodal .exclusive-offer-popup .content-container {
      max-width: 65%;
      margin: auto;
      margin-bottom: 15px; }
      section#foodal .exclusive-offer-popup .content-container > div:first-of-type {
        margin-bottom: 35px; }

@media (max-width: 767px) {
  section#foodal .fooldal-cta {
    margin-bottom: 15px; }
  section#foodal .returning-user-popup, section#foodal .exclusive-offer-popup {
    width: 95%; }
    section#foodal .returning-user-popup .content-container, section#foodal .exclusive-offer-popup .content-container {
      max-width: 100%; } }

section#keksz-page header .logo img {
  margin-bottom: 0; }

section#keksz-page .list-container {
  margin-top: 25px; }
  section#keksz-page .list-container .point {
    color: #333333;
    font-size: 1.9rem;
    margin-bottom: 40px;
    padding-right: 100px; }
    section#keksz-page .list-container .point .blue {
      color: #0621ff; }
    section#keksz-page .list-container .point .bold {
      font-weight: 900; }

section#keksz-page #register-section .text-container p.bold {
  text-transform: uppercase;
  font-size: 2.4rem; }

section#keksz-page #register-section .text-container ul {
  padding-left: 0; }
  section#keksz-page #register-section .text-container ul li {
    list-style-type: none; }

@media (max-width: 767px) {
  section#keksz-page .list-container .point {
    padding-right: 0; } }

section#pohar-page {
  padding-top: 15px; }
  section#pohar-page header .logo img {
    margin-bottom: 0; }
  section#pohar-page .margin-bottom {
    margin-bottom: 50px; }
  section#pohar-page .white-box {
    font-size: 2.4rem;
    margin-bottom: 25px; }
  section#pohar-page .text-container.tick {
    padding-right: 75px; }
    section#pohar-page .text-container.tick ul li {
      position: relative;
      margin: 15px 0;
      height: 60px; }
      section#pohar-page .text-container.tick ul li::after {
        content: ' ';
        width: 40px;
        height: 40px;
        background-image: url("../img/fotermek/tick.png");
        background-size: cover;
        position: absolute;
        right: -75px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  section#pohar-page .text-container h1 .black {
    color: #333333; }
  section#pohar-page .text-container .facts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    section#pohar-page .text-container .facts .red {
      padding-left: 7.5px; }
      section#pohar-page .text-container .facts .red .box {
        background-color: #fb5057; }
        section#pohar-page .text-container .facts .red .box li {
          color: white; }
    section#pohar-page .text-container .facts .black {
      padding-right: 7.5px; }
      section#pohar-page .text-container .facts .black .box {
        background-color: #c7c7c7; }
    section#pohar-page .text-container .facts > div {
      -webkit-box-flex: 0.5;
          -ms-flex: 0.5;
              flex: 0.5;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      section#pohar-page .text-container .facts > div .image-container {
        margin-bottom: 40px; }
      section#pohar-page .text-container .facts > div .box {
        padding: 30px;
        margin-top: 15px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-radius: 10px; }
        section#pohar-page .text-container .facts > div .box ul {
          margin: 0;
          padding-left: 15px; }
          section#pohar-page .text-container .facts > div .box ul li {
            margin-bottom: 25px;
            font-size: 1.6rem;
            line-height: 2.8rem;
            text-align: left;
            font-weight: 300; }
            section#pohar-page .text-container .facts > div .box ul li:nth-child(1) {
              min-height: 56px; }
            section#pohar-page .text-container .facts > div .box ul li:nth-child(2) {
              min-height: 56px; }
            section#pohar-page .text-container .facts > div .box ul li:nth-child(3) {
              min-height: 84px; }
            section#pohar-page .text-container .facts > div .box ul li:last-child {
              margin-bottom: 0; }
  section#pohar-page .text-container .package {
    padding: 25px 0; }
    section#pohar-page .text-container .package .info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 1.8rem;
      line-height: 3rem;
      color: #333333; }
      section#pohar-page .text-container .package .info-row.bold {
        font-weight: 900; }
        section#pohar-page .text-container .package .info-row.bold .name {
          text-transform: uppercase; }
      section#pohar-page .text-container .package .info-row .name {
        min-width: 55%; }
      section#pohar-page .text-container .package .info-row .number {
        min-width: 75px;
        text-align: right;
        padding-right: 2px; }
      section#pohar-page .text-container .package .info-row .currency {
        min-width: 25px;
        /* text-transform: uppercase;  */
      }
      section#pohar-page .text-container .package .info-row .additional {
        min-width: 75px; }
  section#pohar-page .button-container {
    padding: 15px 0;
    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; }
    section#pohar-page .button-container .arrow-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      section#pohar-page .button-container .arrow-container img {
        margin: auto; }
    section#pohar-page .button-container .red-button {
      max-width: 385px; }
  section#pohar-page .package-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section#pohar-page .package-counter > div {
      width: 33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 2.2rem;
      text-transform: uppercase;
      font-weight: 900; }
    section#pohar-page .package-counter .text {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    section#pohar-page .package-counter .counter {
      height: 100px;
      background-color: #a2dee4;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 10px;
      color: #333333; }
  section#pohar-page #register-section .package {
    padding: 0; }

section#feliratkozas .no-focus {
  opacity: 0.2; }

section#feliratkozas .popup-overlay {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 1000; }

section#feliratkozas .headline {
  max-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0; }
  section#feliratkozas .headline img {
    max-height: 75px; }
  section#feliratkozas .headline a {
    color: black;
    text-decoration: underline; }

section#feliratkozas .yellow-box {
  border: 3px solid #333333; }

section#feliratkozas .info-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px auto; }
  section#feliratkozas .info-row .text-container, section#feliratkozas .info-row .image-container, section#feliratkozas .info-row ul, section#feliratkozas .info-row .button-container {
    width: 50%; }
  section#feliratkozas .info-row ul li {
    list-style-type: none;
    margin-bottom: 25px;
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section#feliratkozas .info-row ul li:before {
      content: ' ';
      width: 25px;
      height: 25px;
      background-image: url("../img/fotermek/tick.png");
      background-size: cover;
      position: absolute;
      left: -40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  section#feliratkozas .info-row .text-container h2 {
    font-size: 2.2rem; }
  section#feliratkozas .info-row .text-container .button-container {
    margin: auto;
    text-align: center;
    width: 90%; }
  section#feliratkozas .info-row .text-container input {
    margin-bottom: 35px;
    width: 100%; }

@media (max-width: 767px) {
  section#feliratkozas .info-row .text-container, section#feliratkozas .info-row .image-container, section#feliratkozas .info-row ul, section#feliratkozas .info-row .button-container {
    width: 100%; } }

.header-box {
  color: black;
  padding: 40px 25px;
  text-align: center; }
  .header-box h1 {
    font-size: 2.4rem !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    margin: 20px 0 40px; }
  .header-box p {
    font-size: 2.4rem !important;
    font-weight: 400 !important; }
  .header-box .highlight {
    color: #ffff54; }
  .header-box .bold {
    font-weight: 900 !important; }

section#pohar-rendeles-page header .logo img {
  margin-bottom: 0; }

section#pohar-rendeles-page .text-container.tick {
  padding-right: 135px;
  margin-top: 25px;
  background-image: url("../img/fotermek/tick.png");
  background-position: right center;
  background-repeat: no-repeat; }

section#pohar-rendeles-page .text-container h1 .black {
  color: #333333; }

section#pohar-rendeles-page .text-container .facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  section#pohar-rendeles-page .text-container .facts .red {
    padding-left: 7.5px; }
    section#pohar-rendeles-page .text-container .facts .red .box {
      background-color: #fb5057;
      border: 1px solid #fb5057; }
      section#pohar-rendeles-page .text-container .facts .red .box li {
        color: white; }
  section#pohar-rendeles-page .text-container .facts .black {
    padding-right: 7.5px; }
    section#pohar-rendeles-page .text-container .facts .black .box {
      border: 1px solid black; }
  section#pohar-rendeles-page .text-container .facts > div {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section#pohar-rendeles-page .text-container .facts > div .image-container {
      margin-bottom: 40px; }
    section#pohar-rendeles-page .text-container .facts > div .box {
      padding: 15px;
      margin-top: 15px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      section#pohar-rendeles-page .text-container .facts > div .box ul {
        margin: 0;
        padding-left: 15px; }
        section#pohar-rendeles-page .text-container .facts > div .box ul li {
          margin-bottom: 25px;
          font-size: 1.9rem;
          line-height: 2.8rem;
          text-align: left;
          font-weight: 300; }
          section#pohar-rendeles-page .text-container .facts > div .box ul li:last-child {
            margin-bottom: 0; }

section#pohar-rendeles-page .text-container .package .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333333; }
  section#pohar-rendeles-page .text-container .package .info-row.bold {
    font-weight: 900; }
    section#pohar-rendeles-page .text-container .package .info-row.bold .name {
      text-transform: uppercase; }
  section#pohar-rendeles-page .text-container .package .info-row .name {
    min-width: 55%; }
  section#pohar-rendeles-page .text-container .package .info-row .number {
    min-width: 75px;
    text-align: right;
    padding-right: 2px; }
  section#pohar-rendeles-page .text-container .package .info-row .currency {
    min-width: 25px;
    /* text-transform: uppercase;  */
  }
  section#pohar-rendeles-page .text-container .package .info-row .additional {
    min-width: 75px; }

section#pohar-rendeles-page .button-container {
  padding: 15px 0;
  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; }
  section#pohar-rendeles-page .button-container .arrow-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    section#pohar-rendeles-page .button-container .arrow-container img {
      margin: auto; }
  section#pohar-rendeles-page .button-container .red-button {
    max-width: 55%; }

section#pohar-rendeles-page .package-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  section#pohar-rendeles-page .package-counter > div {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 900; }
  section#pohar-rendeles-page .package-counter .text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  section#pohar-rendeles-page .package-counter .counter {
    height: 100px;
    background-color: #f5ad09;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

section#pohar-rendeles-page #register-section .text-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  section#pohar-rendeles-page #register-section .text-container p span {
    margin-right: 5px; }

section#pohar-rendeles-page #register-section .package {
  padding: 0; }

.dark-border {
  border: 1px solid #333333;
  margin-bottom: 25px;
  padding: 15px; }
  .dark-border.alpha {
    opacity: 0.5; }

.quiz-container h1 {
  color: #E32929;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700; }

.quiz-container h2 {
  color: white;
  font-weight: bold;
  text-align: center; }

.quiz-container .black {
  color: #333333; }

.quiz-container .input-container {
  margin-bottom: 15px; }
  .quiz-container .input-container input {
    margin: 40px auto;
    width: 100%; }

.quiz-container .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .quiz-container .button-container div {
    width: 33%; }
  .quiz-container .button-container img:first-of-type {
    position: relative;
    top: -35px;
    left: -55px; }
  .quiz-container .button-container img:last-of-type {
    position: relative;
    top: -35px;
    right: -55px; }
  .quiz-container .button-container .yellow-button {
    background-color: #E32929;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase; }
    .quiz-container .button-container .yellow-button:hover {
      background-color: #950000; }

.quiz-container .description {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  width: 65%;
  margin: auto; }

.quiz-container .quiz-header {
  position: relative; }
  .quiz-container .quiz-header .quiz-baba {
    position: absolute;
    right: 0;
    bottom: 0; }

.quiz-container .quiz-body {
  background-color: #333333;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.quiz-container .quiz-content {
  background-color: #FFF533;
  height: 95%;
  width: 95%; }

.quiz-container .quiz-progress {
  margin-bottom: 60px; }
  .quiz-container .quiz-progress img {
    margin: auto; }

.quiz-container .quiz-question {
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px; }

.quiz-container .question-container {
  width: 95%;
  margin: auto;
  padding: 35px 0; }

.quiz-container .option-select {
  background-color: #E32929;
  border-radius: 25px;
  text-align: center;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 1.6rem;
  color: white;
  cursor: pointer; }
  .quiz-container .option-select:hover {
    background-color: #950000; }

.quiz-container .quiz-options-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .quiz-container .quiz-options-2 .option img {
    max-height: 200px;
    margin-bottom: 25px; }

.quiz-container .quiz-options-3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 150px; }
  .quiz-container .quiz-options-3 .option {
    width: 20%; }
    .quiz-container .quiz-options-3 .option:nth-child(2) {
      -ms-flex-item-align: end;
          align-self: flex-end; }

.quiz-container .quiz-options-4 .option-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px; }

.quiz-container .quiz-options-4 .option {
  width: 30%; }
  .quiz-container .quiz-options-4 .option .option-select {
    padding: 15px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media (max-width: 767px) {
  .quiz-container .description {
    text-align: left;
    width: 50%;
    margin: 15px 0; }
  .quiz-container .quiz-body {
    height: auto;
    padding: 15px 0; }
  .quiz-container .quiz-question {
    margin-bottom: 15px; }
  .quiz-container .question-container {
    padding-bottom: 25px; }
  .quiz-container .quiz-options-4 .option {
    width: 48%; }
    .quiz-container .quiz-options-4 .option .option-select {
      height: 140px; }
  .quiz-container .button-container .yellow-button {
    width: 50%; } }

#successful-payment .popup-overlay {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 1000; }
  #successful-payment .popup-overlay .red-box {
    padding: 100px;
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 900; }

#successful-payment .payment-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.validation-error-popup ul {
  width: 50%;
  margin: auto;
  text-align: left; }

.validation-error-popup li {
  text-transform: uppercase;
  font-weight: 500; }

.autism-container {
  border: 8px solid #f00;
  background: #A1E5E9;
  padding: 15px;
  margin-bottom: 25px; }
  .autism-container .text-container {
    margin: 0; }
  .autism-container .table-container {
    padding: 15px 0; }
    .autism-container .table-container .tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .autism-container .table-container .tr .td {
        -webkit-box-flex: 0.5;
            -ms-flex: 0.5;
                flex: 0.5;
        font-size: 1.6rem; }
        .autism-container .table-container .tr .td.bold {
          font-weight: 700; }

#default-popupp .popup-overlay {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 1000; }
  #default-popupp .popup-overlay .red-box {
    padding: 100px;
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 900; }

.blog-text {
  font-size: 1.6rem;
  line-height: 3rem; }
  .blog-text div {
    font-size: 1.6rem;
    line-height: 3rem; }

.upsell-ribbon-popup--overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.upsell-ribbon-popup {
  background-color: white;
  padding: 25px;
  width: 50%;
  position: fixed;
  max-height: 95vh;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .upsell-ribbon-popup h1 {
    color: red;
    font-size: 16px;
    text-align: left; }
  @media (max-width: 767px) {
    .upsell-ribbon-popup {
      width: 95%; } }
  .upsell-ribbon-popup h3 {
    margin-bottom: 30px; }
  .upsell-ribbon-popup .bold {
    font-weight: 700; }
  .upsell-ribbon-popup .purkez-button {
    background-color: rgba(230, 2, 14, 0.35); }
  .upsell-ribbon-popup .content-container {
    max-width: 65%;
    margin: auto; }
    @media (max-width: 767px) {
      .upsell-ribbon-popup .content-container {
        max-width: 100%; } }
    .upsell-ribbon-popup .content-container > div:first-of-type {
      margin-bottom: 35px; }
  .upsell-ribbon-popup .buttons {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 45px; }
    @media (max-width: 767px) {
      .upsell-ribbon-popup .buttons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .upsell-ribbon-popup .buttons > div {
      max-width: 250px;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .upsell-ribbon-popup .buttons > div {
          margin-bottom: 25px; } }
