/*plugins*/
/****Responsive breakpoints****/
/****Container sizes****/
/****main color variables****/
/****font defaults****/
/****link hover defaults****/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.text-color--blue {
  color: #1c45c9; }

.text-color--white {
  color: #fff; }

.mobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .mobile {
      display: none; } }

.mobile--flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .mobile--flexbox {
      display: none; } }

.desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktop {
      display: block; } }

.desktop--flexbox {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktop--flexbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.minFull img {
  min-width: 100%; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-family: "Europa", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.colored-content-block__text {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 41px 0; }
  @media only screen and (min-width: 768px) {
    .colored-content-block__text {
      margin: 0 0 57px 0;
      font-size: 22px; } }

.sans-serif {
  margin-top: 55px; }
  @media only screen and (min-width: 768px) {
    .sans-serif {
      margin-top: 74px; } }
  .sans-serif .content-block__image {
    margin-bottom: 20px !important; }
    @media only screen and (min-width: 768px) {
      .sans-serif .content-block__image {
        margin-bottom: 126px !important;
        -webkit-box-flex: 0 0 60% !important;
        -moz-box-flex: 0 0 60% !important;
        -webkit-flex: 0 0 60% !important;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        margin-right: 30%;
        margin-left: 10%; } }
  @media only screen and (min-width: 768px) {
    .sans-serif .colored-content-block__text {
      -webkit-box-flex: 0 0 90% !important;
      -moz-box-flex: 0 0 90% !important;
      -webkit-flex: 0 0 90% !important;
      -ms-flex: 0 0 90% !important;
      flex: 0 0 90% !important;
      margin-left: 10%; } }

.romantism {
  margin-top: 63px; }
  @media only screen and (min-width: 768px) {
    .romantism {
      margin-top: 124px; } }
  .romantism .content-block__image {
    margin-bottom: 20px !important; }
    @media only screen and (min-width: 768px) {
      .romantism .content-block__image {
        -webkit-box-flex: 0 0 80% !important;
        -moz-box-flex: 0 0 80% !important;
        -webkit-flex: 0 0 80% !important;
        -ms-flex: 0 0 80% !important;
        flex: 0 0 80% !important;
        margin-right: 10%;
        margin-left: 10%; } }
  @media only screen and (min-width: 768px) {
    .romantism .colored-content-block__text {
      -webkit-box-flex: 0 0 80% !important;
      -moz-box-flex: 0 0 80% !important;
      -webkit-flex: 0 0 80% !important;
      -ms-flex: 0 0 80% !important;
      flex: 0 0 80% !important;
      margin-right: 10%;
      margin-left: 10%;
      margin-bottom: 90px; } }

.catalan {
  margin-top: 57px; }
  @media only screen and (min-width: 768px) {
    .catalan {
      margin-top: 70px; } }
  .catalan .content-block__image {
    margin-bottom: 20px !important; }
    @media only screen and (min-width: 768px) {
      .catalan .content-block__image {
        margin-bottom: 80px !important;
        -webkit-box-flex: 0 0 70% !important;
        -moz-box-flex: 0 0 70% !important;
        -webkit-flex: 0 0 70% !important;
        -ms-flex: 0 0 70% !important;
        flex: 0 0 70% !important;
        margin-right: 20%;
        margin-left: 10%; } }
  .catalan .colored-content-block__text {
    -webkit-box-flex: 0 0 72%;
    -moz-box-flex: 0 0 72%;
    -webkit-flex: 0 0 72%;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    margin-right: 28%; }
    @media only screen and (min-width: 768px) {
      .catalan .colored-content-block__text {
        -webkit-box-flex: 0 0 80% !important;
        -moz-box-flex: 0 0 80% !important;
        -webkit-flex: 0 0 80% !important;
        -ms-flex: 0 0 80% !important;
        flex: 0 0 80% !important;
        margin-right: 10%;
        margin-left: 10%; } }

.colored-content-block__text--center-right {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .colored-content-block__text--center-right {
      text-align: right; } }

@media only screen and (min-width: 768px) {
  .colored-content-block__text--left-right {
    text-align: right; } }

.content-block {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 576px) {
    .content-block {
      padding-left: 20px;
      padding-right: 20px; } }
  .content-block:before, .content-block:after {
    content: " ";
    display: table; }
  .content-block:after {
    clear: both; }
  @media only screen and (min-width: 576px) {
    .content-block {
      width: 580px; } }
  @media only screen and (min-width: 768px) {
    .content-block {
      width: 760px; } }
  @media only screen and (min-width: 992px) {
    .content-block {
      width: 980px; } }
  @media only screen and (min-width: 1200px) {
    .content-block {
      width: 1180px; } }

.intro {
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .intro {
      margin-top: 108px; } }

.about {
  margin-top: 42px; }
  @media only screen and (min-width: 768px) {
    .about {
      margin-top: 100px; } }

.weights {
  margin-top: 46px; }
  @media only screen and (min-width: 768px) {
    .weights {
      margin-top: 104px; } }

.glyphs {
  margin-top: 64px; }
  @media only screen and (min-width: 768px) {
    .glyphs {
      margin-top: 137px;
      padding-top: 99px;
      border-top: 2px solid #b1b07a; } }

.specimen {
  margin-top: 38px; }
  @media only screen and (min-width: 768px) {
    .specimen {
      margin-top: 103px; } }

.content-block__text {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px 0; }
  .content-block__text a {
    color: #e0491a;
    text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .content-block__text {
      -webkit-box-flex: 0 0 85%;
      -moz-box-flex: 0 0 85%;
      -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
      flex: 0 0 85%;
      font-size: 20px; } }
  @media only screen and (min-width: 992px) {
    .content-block__text {
      -webkit-box-flex: 0 0 72%;
      -moz-box-flex: 0 0 72%;
      -webkit-flex: 0 0 72%;
      -ms-flex: 0 0 72%;
      flex: 0 0 72%; } }

.content-block__text--small {
  -webkit-box-flex: 0 0 77%;
  -moz-box-flex: 0 0 77%;
  -webkit-flex: 0 0 77%;
  -ms-flex: 0 0 77%;
  flex: 0 0 77%; }
  @media only screen and (min-width: 768px) {
    .content-block__text--small {
      -webkit-box-flex: 0 0 80%;
      -moz-box-flex: 0 0 80%;
      -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%; } }

.content-block__text--larger-font {
  font-size: 24px; }

.content-block__text--large-margin {
  margin-bottom: 64px; }

@media only screen and (min-width: 768px) {
  .content-block__text--huge-margin {
    margin-bottom: 100px; } }

.content-block__text--huge-plus-margin {
  margin-bottom: 58px; }
  @media only screen and (min-width: 768px) {
    .content-block__text--huge-plus-margin {
      margin-bottom: 136px; } }

.content-block__images {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.content-block__image {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 0; }
  .content-block__image img {
    margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .content-block__image {
      margin-bottom: 30px; } }
  .content-block__image.mobile-marg {
    margin-bottom: 30px; }
  .content-block__image.desktop:last-child {
    margin-bottom: 0; }

.content-block__image--largerMargin {
  margin-bottom: 150px; }

.content-block__image--largeMargin {
  margin-bottom: 100px; }

.content-block__image--tiny {
  -webkit-box-flex: 0 0 30%;
  -moz-box-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%; }

.content-block__image--smaller {
  -webkit-box-flex: 0 0 58%;
  -moz-box-flex: 0 0 58%;
  -webkit-flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%; }
  @media only screen and (min-width: 992px) {
    .content-block__image--smaller {
      -webkit-box-flex: 0 0 40%;
      -moz-box-flex: 0 0 40%;
      -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; } }

.content-block__image--small {
  -webkit-box-flex: 0 0 80%;
  -moz-box-flex: 0 0 80%;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%; }

.content-block__image--footer {
  -webkit-box-flex: 0 0 138px;
  -moz-box-flex: 0 0 138px;
  -webkit-flex: 0 0 138px;
  -ms-flex: 0 0 138px;
  flex: 0 0 138px;
  margin-bottom: 64px; }
  @media only screen and (min-width: 768px) {
    .content-block__image--footer {
      margin-bottom: 100px; } }

.features {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 66px; }
  @media only screen and (min-width: 576px) {
    .features {
      padding-left: 20px;
      padding-right: 20px; } }
  .features:before, .features:after {
    content: " ";
    display: table; }
  .features:after {
    clear: both; }
  @media only screen and (min-width: 576px) {
    .features {
      width: 580px; } }
  @media only screen and (min-width: 768px) {
    .features {
      width: 760px; } }
  @media only screen and (min-width: 992px) {
    .features {
      width: 980px; } }
  @media only screen and (min-width: 1200px) {
    .features {
      width: 1180px; } }
  @media only screen and (min-width: 768px) {
    .features {
      margin-top: 124px; } }

.feature {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-top: 2px solid #b1b07a;
  padding-top: 64px;
  margin-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .feature {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-top: 77px; }
      .feature:nth-child(odd) {
        padding-left: 72px; }
      .feature:nth-child(even) {
        padding-right: 72px; } }

.feature__text {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px 0; }
  @media only screen and (min-width: 768px) {
    .feature__text {
      font-size: 20px; } }

.footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 63px; }
  @media only screen and (min-width: 576px) {
    .footer {
      padding-left: 20px;
      padding-right: 20px; } }
  .footer:before, .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    clear: both; }
  @media only screen and (min-width: 576px) {
    .footer {
      width: 580px; } }
  @media only screen and (min-width: 768px) {
    .footer {
      width: 760px; } }
  @media only screen and (min-width: 992px) {
    .footer {
      width: 980px; } }
  @media only screen and (min-width: 1200px) {
    .footer {
      width: 1180px; } }
  @media only screen and (min-width: 768px) {
    .footer {
      margin-top: 140px; } }

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-size: 19px;
  font-family: "Europa",sans-serif; }

:-moz-placeholder {
  color: #a3a3a3;
  font-size: 19px;
  font-family: "Europa",sans-serif; }

::-moz-placeholder {
  color: #a3a3a3;
  font-size: 19px;
  font-family: "Europa",sans-serif; }

:-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 19px;
  font-family: "Europa",sans-serif; }

.submit-btn {
  width: 86px !important;
  padding: 0 !important;
  color: #fff; }
  .submit-btn:hover {
    background: #656464; }

#mc-embedded-subscribe-form {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 48px; }
  #mc-embedded-subscribe-form input {
    line-height: 48px;
    max-height: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    vertical-align: top; }
  @media only screen and (min-width: 768px) {
    #mc-embedded-subscribe-form {
      -webkit-box-flex: 0 0 60%;
      -moz-box-flex: 0 0 60%;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      margin-bottom: 110px; } }
  @media only screen and (min-width: 992px) {
    #mc-embedded-subscribe-form {
      -webkit-box-flex: 0 1 560px;
      -moz-box-flex: 0 1 560px;
      -webkit-flex: 0 1 560px;
      -ms-flex: 0 1 560px;
      flex: 0 1 560px; } }

.relative-input {
  width: 66%;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #fff;
  background: #fff;
  color: #a3a3a3;
  float: left;
  height: 50px;
  max-height: 50px;
  position: relative;
  font-size: 22px; }
  .relative-input label {
    position: absolute;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 15px;
    line-height: 40px;
    z-index: 1;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.2); }
  .relative-input input {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    z-index: 2;
    font-size: 17px;
    position: relative;
    color: #000; }
    .relative-input input:focus + label {
      display: none; }

.btn {
  width: 34%;
  border: 1px solid #e0491a;
  background: #e0491a;
  font-size: 20px;
  cursor: pointer;
  transition: .3s opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1px;
  color: #fff; }
  .btn:hover {
    opacity: 0.5; }

#mc_embed_signup {
  width: 438px;
  color: #fff !important;
  margin: 0 auto; }

@media (max-width: 667px) {
  .relative-input, .btn {
    width: 100%; }

  #mc_embed_signup {
    width: 100%; } }
.footer__text {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  line-height: 30px; }
  .footer__text a {
    color: #e0491a;
    text-decoration: underline; }
  @media only screen and (min-width: 576px) {
    .footer__text {
      -webkit-box-flex: 0 0 80%;
      -moz-box-flex: 0 0 80%;
      -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%; } }
  @media only screen and (min-width: 768px) {
    .footer__text {
      -webkit-box-flex: 0 0 60%;
      -moz-box-flex: 0 0 60%;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      font-size: 20px; } }

.copyrights {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 35px;
  margin-top: 0; }

.gallery {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 44px; }
  @media only screen and (min-width: 576px) {
    .gallery {
      padding-left: 20px;
      padding-right: 20px; } }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }
  @media only screen and (min-width: 576px) {
    .gallery {
      width: 580px; } }
  @media only screen and (min-width: 768px) {
    .gallery {
      width: 760px; } }
  @media only screen and (min-width: 992px) {
    .gallery {
      width: 980px; } }
  @media only screen and (min-width: 1200px) {
    .gallery {
      width: 1180px; } }
  @media only screen and (min-width: 768px) {
    .gallery {
      margin-top: 55px; } }

.gallery__images {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 58px;
  margin-left: -10px; }
  @media only screen and (min-width: 768px) {
    .gallery__images {
      margin-bottom: 75px;
      margin-left: -27px; } }

.gallery__image {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 0 0 10px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .gallery__image {
      -webkit-box-flex: 0 0 25%;
      -moz-box-flex: 0 0 25%;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      padding: 0 0 0 27px;
      margin-bottom: 27px; } }

header {
  z-index: 10;
  background-color: #e0491a;
  padding: 20px 0 7px 0;
  position: fixed;
  top: -120px;
  width: 100%;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s; }
  @media only screen and (min-width: 768px) {
    header {
      padding: 33px 0 28px 0; } }

.header--active {
  top: 0; }

.header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 576px) {
    .header {
      padding-left: 20px;
      padding-right: 20px; } }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  @media only screen and (min-width: 576px) {
    .header {
      width: 580px; } }
  @media only screen and (min-width: 768px) {
    .header {
      width: 760px; } }
  @media only screen and (min-width: 992px) {
    .header {
      width: 980px; } }
  @media only screen and (min-width: 1200px) {
    .header {
      width: 1180px; } }

.header__logo {
  -webkit-box-flex: 0 0 143px;
  -moz-box-flex: 0 0 143px;
  -webkit-flex: 0 0 143px;
  -ms-flex: 0 0 143px;
  flex: 0 0 143px; }
  @media only screen and (min-width: 768px) {
    .header__logo {
      -webkit-box-flex: 0 0 255px;
      -moz-box-flex: 0 0 255px;
      -webkit-flex: 0 0 255px;
      -ms-flex: 0 0 255px;
      flex: 0 0 255px; } }

.header__menu {
  -webkit-box-flex: 1 0 40%;
  -moz-box-flex: 1 0 40%;
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 992px) {
    .header__menu {
      -webkit-box-flex: 1 0 60%;
      -moz-box-flex: 1 0 60%;
      -webkit-flex: 1 0 60%;
      -ms-flex: 1 0 60%;
      flex: 1 0 60%;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }

.header__menu--mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 992px) {
    .header__menu--mobile {
      display: none; } }

.header__menu--desktop {
  display: none; }
  @media only screen and (min-width: 992px) {
    .header__menu--desktop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.header__menu-item {
  color: #fff;
  margin-left: 11px;
  line-height: 20px; }
  .header__menu-item:hover {
    text-decoration: underline; }
  @media only screen and (min-width: 992px) {
    .header__menu-item {
      margin-left: 19px;
      font-size: 18px; } }

.header__menu-item--borders {
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 10px 15px; }
  .header__menu-item--borders:hover {
    background-color: #e2522b; }

.hero {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 44px; }
  @media only screen and (min-width: 576px) {
    .hero {
      padding-left: 20px;
      padding-right: 20px; } }
  .hero:before, .hero:after {
    content: " ";
    display: table; }
  .hero:after {
    clear: both; }
  @media only screen and (min-width: 576px) {
    .hero {
      width: 580px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      width: 760px; } }
  @media only screen and (min-width: 992px) {
    .hero {
      width: 980px; } }
  @media only screen and (min-width: 1200px) {
    .hero {
      width: 1180px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      margin-top: 72px; } }

.hero__text {
  -webkit-box-flex: 0 0 74%;
  -moz-box-flex: 0 0 74%;
  -webkit-flex: 0 0 74%;
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 0 80px 0; }
  @media only screen and (min-width: 576px) {
    .hero__text {
      -webkit-box-flex: 0 0 80%;
      -moz-box-flex: 0 0 80%;
      -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      font-size: 20px; } }
  @media only screen and (min-width: 768px) {
    .hero__text {
      -webkit-box-flex: 0 0 60%;
      -moz-box-flex: 0 0 60%;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      margin-bottom: 166px; } }

.hero__img {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 65px; }
  .hero__img img {
    margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .hero__img {
      margin-bottom: 156px; } }

.hero__menu {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0; }
  .hero__menu li {
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .hero__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      align-items: baseline;
      margin-bottom: 38px; }
      .hero__menu li {
        margin-bottom: 0;
        margin-left: 19px; } }

.hero__menu-item {
  color: #fff;
  font-size: 18px; }
  .hero__menu-item:hover {
    text-decoration: underline; }

.hero__button {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 10px 15px;
  margin-bottom: 38px; }

.links {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #b1b07a;
  margin-top: 40px;
  padding-top: 55px; }
  @media only screen and (min-width: 576px) {
    .links {
      padding-left: 20px;
      padding-right: 20px; } }
  .links:before, .links:after {
    content: " ";
    display: table; }
  .links:after {
    clear: both; }
  @media only screen and (min-width: 576px) {
    .links {
      width: 580px; } }
  @media only screen and (min-width: 768px) {
    .links {
      width: 760px; } }
  @media only screen and (min-width: 992px) {
    .links {
      width: 980px; } }
  @media only screen and (min-width: 1200px) {
    .links {
      width: 1180px; } }
  .links p {
    font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .links {
      margin-top: 82px;
      padding-top: 84px; } }

.links__list {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  list-style: none;
  margin: 0 0 110px 0;
  padding: 0; }
  .links__list li {
    border-top: 2px solid #b1b07a;
    border-left: 2px solid #b1b07a;
    border-right: 2px solid #b1b07a; }
    .links__list li:last-child {
      border-bottom: 2px solid #b1b07a; }
  @media only screen and (min-width: 768px) {
    .links__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      .links__list li {
        -webkit-box-flex: 0 0 33%;
        -moz-box-flex: 0 0 33%;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        border-top: 2px solid #b1b07a;
        border-left: 2px solid #b1b07a;
        border-bottom: 2px solid #b1b07a;
        border-right: none; }
        .links__list li:last-child {
          border-right: 2px solid #b1b07a; } }
  @media only screen and (min-width: 992px) {
    .links__list li {
      -webkit-box-flex: 0 0 300px;
      -moz-box-flex: 0 0 300px;
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px; } }

.links__list--products {
  margin-bottom: 17px; }
  @media only screen and (min-width: 768px) {
    .links__list--products {
      margin-bottom: 0; } }

.links__list-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 26px; }

.links__list-item--pages {
  text-decoration: underline;
  line-height: 120px;
  color: #e0491a; }
  @media only screen and (min-width: 768px) {
    .links__list-item--pages {
      line-height: 120px;
      font-size: 22px; } }
  @media only screen and (min-width: 992px) {
    .links__list-item--pages {
      line-height: 120px;
      font-size: 24px; } }

.links__list-item--disabled {
  background-color: #f6f6f6;
  color: #9c9c9c;
  position: relative; }
  .links__list-item--disabled span {
    position: absolute;
    float: right;
    line-height: 12px;
    font-size: 12px;
    right: 10px;
    top: 10px; }

.links__list-item-type {
  margin-top: 42px;
  margin-bottom: 0; }

.links__list-description {
  margin-top: 29px;
  margin-bottom: 0;
  font-size: 14px !important; }
  .links__list-description a {
    color: #e0491a;
    text-decoration: underline; }

.links__list-price {
  margin-top: 24px;
  margin-bottom: 0; }

.links__image {
  -webkit-box-flex: 0 0 65%;
  -moz-box-flex: 0 0 65%;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%; }
  @media only screen and (min-width: 768px) {
    .links__image {
      margin-bottom: 69px; } }
  @media only screen and (min-width: 992px) {
    .links__image {
      -webkit-box-flex: 0 0 39%;
      -moz-box-flex: 0 0 39%;
      -webkit-flex: 0 0 39%;
      -ms-flex: 0 0 39%;
      flex: 0 0 39%; } }

.paddle_button--styled {
  background: #e0491a !important;
  width: 142px;
  line-height: 42px;
  font-family: "Europa", sans-serif !important;
  font-size: 20px !important;
  font-weight: normal !important;
  border: none !important;
  margin-bottom: 37px;
  margin-top: 22px;
  padding: 0 !important; }
  .paddle_button--styled:hover {
    background-color: #e2522b !important;
    text-decoration: underline !important; }

.redeem-button {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #e0491a;
  font-size: 20px;
  padding: 38px 33px 33px;
  text-align: center;
  margin-bottom: 76px;
  border-top: 2px solid #b1b07a;
  border-left: 2px solid #b1b07a;
  border-right: 2px solid #b1b07a;
  border-bottom: 2px solid #b1b07a; }
  .redeem-button:hover {
    text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .redeem-button {
      -webkit-box-flex: 0 0 99%;
      -moz-box-flex: 0 0 99%;
      -webkit-flex: 0 0 99%;
      -ms-flex: 0 0 99%;
      flex: 0 0 99%;
      padding-top: 30px;
      margin-bottom: 83px;
      border-top: none; } }
  @media only screen and (min-width: 992px) {
    .redeem-button {
      -webkit-box-flex: 0 0 900px;
      -moz-box-flex: 0 0 900px;
      -webkit-flex: 0 0 900px;
      -ms-flex: 0 0 900px;
      flex: 0 0 900px; } }

.page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-content--orange {
  background-color: #e0491a; }

.page-content--gray {
  background-color: #b5af9e; }

.page-content--deeppurple {
  background-color: #231a1d; }

#redeem {
  background-color: #DF491A;
  color: #fff;
  font-size: 20px; }

.redeem-footer {
  background-color: #e0491a;
  color: #fff !important; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 576px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media only screen and (min-width: 576px) {
    .container {
      width: 580px; } }
  @media only screen and (min-width: 768px) {
    .container {
      width: 760px; } }
  @media only screen and (min-width: 992px) {
    .container {
      width: 980px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      width: 1180px; } }

section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section p {
    margin-top: 0;
    margin-bottom: 27px;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 576px;
    text-align: center; }
    section p.text--narrow {
      margin-bottom: 36px; }
      @media only screen and (min-width: 768px) {
        section p.text--narrow {
          padding: 0 8%; } }
    section p.errors {
      color: #000;
      margin-bottom: 20px; }
    section p.redeem-copyrights {
      margin-top: 315px; }
    section p.redeem-copyrights__addon {
      margin-top: 10px; }
    section p a {
      text-decoration: underline;
      color: #fff; }

.redeem-img {
  -webkit-box-flex: 0 0 70%;
  -moz-box-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  margin-bottom: 122px;
  margin-top: 173px; }

.redeem-icon {
  margin-bottom: 34px; }

.redeem-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 31px; }
  .redeem-form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }
  @media only screen and (min-width: 768px) {
    .redeem-form {
      -webkit-box-flex: 0 0 45%;
      -moz-box-flex: 0 0 45%;
      -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%; } }

.redeem-input {
  height: 51px;
  line-height: 51px;
  border: none;
  background-color: #fff;
  color: #000;
  padding: 0;
  padding-left: 16px;
  margin-bottom: 15px;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  .redeem-input:focus {
    outline: #4b2f25 solid 2px; }
  @media only screen and (min-width: 768px) {
    .redeem-input {
      -webkit-box-flex: 0 1 350px;
      -moz-box-flex: 0 1 350px;
      -webkit-flex: 0 1 350px;
      -ms-flex: 0 1 350px;
      flex: 0 1 350px; } }

.redeem-submit {
  padding: 0;
  height: 51px;
  line-height: 51px;
  border: none;
  text-align: center;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-color: #000;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .redeem-submit {
      -webkit-box-flex: 0 1 350px;
      -moz-box-flex: 0 1 350px;
      -webkit-flex: 0 1 350px;
      -ms-flex: 0 1 350px;
      flex: 0 1 350px; } }

.redeem-submit--download {
  -webkit-box-flex: 0 1 212px;
  -moz-box-flex: 0 1 212px;
  -webkit-flex: 0 1 212px;
  -ms-flex: 0 1 212px;
  flex: 0 1 212px; }

/*# sourceMappingURL=style.css.map */
