#loader {
  background: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999999; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

html {
  font-family: "Rubik", sans-serif; }

body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.padding-box {
  padding-top: 50px;
  padding-bottom: 50px; }

@media all and (min-width: 768px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px; } }

@media all and (min-width: 992px) {
  .container {
    max-width: 970px; } }

@media all and (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

.button {
  display: inline-block;
  border-radius: 50px;
  border: 0;
  background: #d49134;
  font-weight: 400;
  text-decoration: none;
  color: white;
  padding: 20px 35px; }

.button:hover {
  background: black;
  color: white; }

.header {
  background: #f5f5f5; }

.header__image {
  line-height: 0; }

.header__image img {
  width: 100%;
  height: auto; }

.header__copy {
  padding: 30px 30px 60px 30px; }

.header__copy .h1 {
  font-size: 62px;
  font-weight: 900; }

.header__copy .h2 {
  color: black; }

.header__copy p span {
  color: #d49134; }

.header__copy .button {
  font-size: 18px; }

@media all and (min-width: 768px) {
  .header__copy {
    padding: 30px 30px 60px 30px; }
  .header__copy .h1 {
    font-size: 62px;
    font-weight: 900; }
  .header__copy .h2 {
    color: black; }
  .header__copy p span {
    color: #d49134; } }

@media all and (min-width: 1200px) {
  .header {
    display: flex;
    align-items: center; }
  .header__image {
    width: 50%; }
  .header__copy {
    width: 50%;
    padding: 30px 30px 30px 60px; }
  .header__copy .h1 {
    font-size: 52px; }
  .header__copy .h2 {
    font-size: 22px; } }

@media all and (min-width: 1300px) {
  .header__copy .h1 {
    font-size: 62px; } }

@media all and (min-width: 1500px) {
  .header__copy .h1 {
    font-size: 92px; }
  .header__copy .h2 {
    font-size: 42px; } }

.footer {
  padding: 20px 40px;
  text-align: center; }

.footer__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px; }

.footer__menu li {
  padding: 5px 0; }

.footer__menu li a {
  font-size: 14px; }

.footer__disclaimer {
  font-weight: 300; }

.footer img.brand {
  display: block;
  max-width: 200px;
  margin: 15px auto 0 auto;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.footer img.brand:hover {
  opacity: .65; }

@media all and (min-width: 600px) {
  .footer__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px; }
  .footer__menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px; }
  .footer__disclaimer {
    font-weight: 300; }
  .footer img.brand {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px; } }

body {
  font-size: 100%;
  font-weight: 400; }

body, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5; }

h1, h2, h3, h4, h5, h6, p, span, a, small, ul, ol, li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
  color: #7e5dad;
  font-weight: 700; }

p {
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 300; }

h1, .h1 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 20px; }

h2, .h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
  margin-bottom: 18px; }

h3, .h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
  margin-bottom: 16px; }

h4, .h4 {
  font-size: 1.125em;
  line-height: 1.11111111;
  margin-bottom: 14px; }

h5, .h5 {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 12px; }

h6, .h6 {
  font-size: .85em;
  line-height: 1;
  margin-bottom: 10px; }

blockquote {
  border-left: 6px solid #d49134;
  padding: 20px 20px 20px 40px;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 30px;
  background: #f4f4f4;
  font-weight: 300;
  color: #222; }

blockquote p {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  color: #222; }

p > a {
  text-decoration: underline; }

a {
  color: #7e5dad; }

a:hover {
  color: #d49134; }

a, a:hover, a:active, a:focus {
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  -ms-transition: all 230ms ease-in-out;
  -o-transition: all 230ms ease-in-out;
  transition: all 230ms ease-in-out; }

ul, ol {
  list-style-position: outside;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 40px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ul ul, ol ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 15px; }

ol ol, ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-left: 15px; }

b, strong {
  font-weight: 700; }

i {
  font-style: italic; }

@media all and (min-width: 768px) {
  p {
    line-height: 1.375; }
  h1, .h1 {
    font-size: 2.5em;
    line-height: 1.125; }
  h2, .h2 {
    font-size: 2em;
    line-height: 1.25; }
  h3, .h3 {
    font-size: 1.5em;
    line-height: 1.25; }
  h4, .h4 {
    font-size: 1.2em;
    line-height: 1.22222222; }
  h5, .h5 {
    font-size: 1em;
    line-height: 1; }
  h6, .h6 {
    font-size: .85em;
    line-height: 1; } }

@media all and (min-width: 992px) {
  h1, .h1 {
    font-size: 3em;
    line-height: 1.05; }
  h2, .h2 {
    font-size: 2.25em;
    line-height: 1.25; }
  h3, .h3 {
    font-size: 1.75em;
    line-height: 1.25; } }

/* Customize the label (the container) */
.checkbox {
  display: inline-block !important;
  position: relative;
  padding-left: 30px;
  margin: 6px 20px 12px 0;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 21px; }

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark-box {
  position: absolute;
  top: 0px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: white;
  border: 1px solid black; }

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark-box {
  background-color: #f1f1f1; }

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark-box {
  background-color: white; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-box:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark-box:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox .checkmark-box:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  margin-bottom: 20px; }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  color: #000;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.add-red {
  color: red; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 8px; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #000;
  padding: 10px 10px 10px 35px;
  border: 0;
  border-bottom: 1px solid #888;
  cursor: pointer;
  user-select: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: "Rubik", sans-serif; }

.select-items div {
  font-weight: normal;
  border: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background: #f1f1f1; }

/* The radiobutton */
.radiobutton {
  display: inline-block !important;
  position: relative;
  padding-left: 27px;
  margin: 10px 30px 0 0 !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px !important;
  font-weight: 400 !important; }

.radiobutton * {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

/* Hide the browser's default radio button */
.radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid black;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.radiobutton:hover input ~ .checkmark {
  background-color: #ddd; }

/* When the radio button is checked, add a blue background */
.radiobutton input:checked ~ .checkmark {
  background-color: white; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radiobutton input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radiobutton .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d49134; }

@media all and (min-width: 768px) {
  .select-items, .select-selected {
    max-width: 50%; } }

.formulario {
  background: #f1f1f1; }

.formulario .h3 {
  margin-bottom: 40px;
  color: #d49134; }

.formulario *:focus {
  outline: 0; }

.formulario span.fa {
  width: 100%;
  position: relative; }

.formulario span.fa:before {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #d49134;
  font-size: 20px; }

.formulario span.fa.fa-envelope:before {
  font-size: 15px;
  top: 11px; }

.formulario span.fa.fa-comment:before {
  font-size: 17px; }

.formulario input,
.formulario textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #888;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: black;
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "Rubik", sans-serif;
  padding-left: 35px; }

.formulario textarea {
  max-height: 150px; }

.formulario .button:disabled {
  opacity: .5;
  pointer-events: none; }

.formulario .button {
  font-size: 18px;
  padding: 15px 30px;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin: 30px 0; }

.formulario label {
  color: #333; }

.select-selected:before {
  content: "\f07a";
  left: 0;
  top: 0;
  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;
  color: #d49134;
  font-size: 18px;
  position: absolute;
  top: 12px;
  left: 9px; }

form#el-formulario {
  position: relative; }

.no-valid {
  border-color: red !important; }

.no-valid ::-webkit-input-placeholder {
  /* Edge */
  color: red !important; }

.no-valid :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red !important; }

.no-valid ::placeholder {
  color: red !important; }

.mensaje-error {
  color: red;
  font-size: 14px;
  padding-bottom: 20px;
  opacity: 0; }

@media all and (min-width: 768px) {
  .mensaje-error {
    position: absolute;
    right: 0;
    bottom: 0;
    color: red;
    font-size: 14px; } }

.bienvenida {
  background: #d49134; }

.bienvenida * {
  color: white; }

.tablas {
  background: #f1f1f1;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px; }

.tablas__tabla {
  background: white;
  border-radius: 20px;
  margin-bottom: 50px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.tablas__tabla .fa-star-half-o,
.tablas__tabla .fa-star {
  color: #d49134;
  margin: 0 2px 10px 2px;
  font-size: 25px; }

.tablas__tabla-hero {
  padding: 30px; }

.tablas__tabla-hero .h3 {
  color: black; }

.tablas__tabla-hero .h1 {
  margin: 0;
  font-size: 70px; }

.tablas__tabla-hero small {
  font-weight: 300; }

.tablas__tabla-hosting {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 20px 0;
  line-height: 1.5em; }

.tablas__tabla-caracteristicas {
  padding: 30px;
  border-bottom: 1px solid #DDD; }

.tablas__tabla-caracteristicas ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left; }

.tablas__tabla-caracteristicas ul li.incluido,
.tablas__tabla-caracteristicas ul li.no-incluido {
  padding: 5px 0; }

.tablas__tabla-caracteristicas ul li.incluido:before,
.tablas__tabla-caracteristicas ul li.no-incluido:before {
  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;
  margin-right: 10px; }

.tablas__tabla-caracteristicas ul li.incluido:before {
  content: "\f00c";
  color: green; }

.tablas__tabla-caracteristicas ul li.no-incluido {
  color: #aaa;
  text-decoration: line-through; }

.tablas__tabla-caracteristicas ul li.no-incluido:before {
  content: "\f00d";
  color: red; }

.tablas__tabla-accion {
  padding: 30px; }

.tablas__tabla-accion .button {
  display: block;
  margin-bottom: 20px;
  font-size: 20px; }

.tablas__tabla-accion a {
  font-size: 14px; }

@media all and (min-width: 768px) {
  .tablas__contenedor {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
  .tablas__tabla {
    width: 31%;
    margin-bottom: 0; }
  .tablas__tabla-hero .h1 {
    font-size: 50px; } }

@media all and (min-width: 992px) {
  .tablas__contenedor {
    max-width: 970px; } }

@media all and (min-width: 1200px) {
  .tablas__contenedor {
    max-width: 1170px; } }

.testimonios h3 {
  margin-bottom: 40px; }

.testimonios i {
  display: none; }

.testimonios .owl-nav {
  display: none; }

.testimonios .item p, .testimonios .item .h4 {
  padding-left: 50px; }

.testimonios .item p {
  max-width: 800px;
  position: relative; }

.testimonios .item p:before {
  content: ' " ';
  position: absolute;
  left: 0;
  color: #7e5dad;
  top: -20px;
  font-size: 80px;
  font-weight: 700; }

.testimonios .item .h4 {
  color: black;
  font-size: 14px;
  font-weight: 400; }

.testimonios .item .h4:before {
  content: "";
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 50px;
  background: #aaa; }

@media all and (min-width: 992px) {
  .testimonios i {
    display: block;
    float: right;
    color: #f1f1f1;
    font-size: 120px;
    position: relative;
    top: -20px; } }

@media all and (min-width: 1200px) {
  .testimonios i {
    font-size: 200px;
    top: -60px; } }
