@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css");
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  font-size: 18px; }
  @media screen and (max-width: 63.9375em) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 47.875em) {
    html {
      font-size: 12px; } }

body {
  font-family: Lato;
  width: 100%;
  margin: 0;
  color: #191d27;
  padding-top: 6.25rem;
  overflow-x: hidden; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 75rem; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

img {
  max-width: 100%; }

section {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  section:before, section:after {
    content: "";
    display: table; }
  section:after {
    clear: both; }
  @media screen and (max-width: 89.9375em) {
    section {
      padding: 0 1.25rem; } }

h1, h2 {
  font-size: 4.125rem;
  font-weight: 300;
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 74.9375em) {
    h1, h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.5px; }
  h3.subtitle {
    text-align: center;
    color: #bdbfc6;
    font-size: 1rem;
    margin: 0; }

h4 {
  font-size: 1rem;
  color: #6b6b6b;
  font-weight: 300; }

h5 {
  font-size: 0.75rem; }

h6 {
  font-size: 0.875rem;
  margin: 0; }

p {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  line-height: 1.25rem;
  color: #97989d; }

a {
  text-decoration: none;
  font-size: 15px;
  color: #22262d;
  cursor: pointer; }

span {
  font-size: 1.5rem; }

header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2; }

section.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.25rem;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }
  section.header:before, section.header:after {
    content: "";
    display: table; }
  section.header:after {
    clear: both; }
  section.header.smaller {
    height: 4.6875rem; }
    section.header.smaller .header-logo {
      width: 9.375rem; }
      @media screen and (max-width: 47.875em) {
        section.header.smaller .header-logo {
          width: 12.5rem; } }
  section.header .header-logo {
    width: 15rem;
    max-width: 240px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  section.header .block-left {
    width: 41.66667%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    section.header .block-left:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 63.9375em) {
      section.header .block-left {
        width: 33.33333%;
        float: left;
        padding-right: 0;
        padding-left: 0; }
        section.header .block-left:last-child:not(:first-child) {
          float: right; } }
  section.header .block-right {
    width: 58.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    section.header .block-right:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 63.9375em) {
      section.header .block-right {
        width: 66.66667%;
        float: left;
        padding-right: 0;
        padding-left: 0; }
        section.header .block-right:last-child:not(:first-child) {
          float: right; } }
  section.header ul.nav {
    padding: 0;
    margin: 0.3125rem 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 47.875em) {
      section.header ul.nav {
        position: absolute;
        display: none;
        width: 100%;
        background-color: #fff;
        padding: 0;
        left: 0;
        top: 70px; } }
    section.header ul.nav.active {
      display: block; }
    section.header ul.nav li {
      float: left;
      list-style-type: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 47.875em) {
        section.header ul.nav li {
          float: none;
          width: 100%;
          padding: 15px;
          border-top: 1px solid #000; } }
      @media screen and (max-width: 47.875em) {
        section.header ul.nav li:last-child {
          border-bottom: 1px solid #000; } }
    section.header ul.nav a {
      font-weight: 600; }
      section.header ul.nav a:hover {
        color: #dc1280; }
      section.header ul.nav a.register {
        cursor: pointer; }
        section.header ul.nav a.register:hover {
          color: #ffffff;
          background-color: #dc1280;
          border-color: #dc1280; }
  section.header a.register {
    border: 2px solid #e9e9e9;
    border-radius: 25px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    position: relative;
    overflow: hidden;
    display: block; }
    section.header a.register span {
      padding: 0.6875rem 1.25rem;
      font-size: 14px;
      display: block; }
    @media screen and (max-width: 47.875em) {
      section.header a.register {
        width: 100%;
        border: none;
        padding: 0; }
        section.header a.register span {
          padding: 0;
          font-size: inherit; }
        section.header a.register:hover {
          color: inherit; } }
  section.header .button-mobile {
    display: none; }
    @media screen and (max-width: 47.875em) {
      section.header .button-mobile {
        display: block;
        font-size: 25px;
        padding: 0 1.25rem;
        text-align: right; } }

footer {
  background-color: #303141;
  padding: 3.125rem 0 1.25rem; }

section.footer {
  border-bottom: 1px solid #4a4a5a;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  section.footer .block-left {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    position: relative; }
    section.footer .block-left .socials {
      margin-top: 2.8125rem; }
  section.footer .block-middle {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  section.footer .block-right {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3; }
    section.footer .block-right .footer-buttons {
      text-align: right; }
  section.footer a {
    display: inline-block;
    padding-left: 0.3125rem; }
    section.footer a:hover {
      color: #dc1280; }
  section.footer i {
    color: #fff;
    border: 1px solid #6d6d79;
    border-radius: 50%;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer; }
    section.footer i:hover {
      background-color: #ffffff;
      color: #000;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    section.footer i:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  section.footer ul li {
    list-style-type: none;
    padding: 0.1875rem 0; }
  section.footer ul a {
    font-size: 15px;
    color: #fff; }
  section.footer p {
    line-height: 1.25rem;
    color: #97989d;
    font-size: 13px;
    padding-top: 1.875rem; }
  section.footer .clear {
    display: none; }

@media screen and (max-width: 500px) {
  section.footer {
    display: block; }
    section.footer .clear {
      clear: both;
      display: block; }
    section.footer .block-left {
      width: 50%;
      float: left; }
    section.footer .block-middle {
      width: 50%;
      float: left; }
      section.footer .block-middle ul {
        margin: 0; }
    section.footer .block-right {
      padding-top: 3.125rem; }
      section.footer .block-right .footer-buttons {
        text-align: center; }
    section.footer p {
      padding: 0; } }

#banner-section {
  background-size: cover;
  background-position: center center;
  position: relative;
  opacity: 1;
  visibility: inherit;
  background-image: url("../extra/img/main_bg.jpg");
  color: #ffffff; }
  #banner-section:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 45.6%; }
  #banner-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 47.875em) {
    #banner-section {
      position: relative; }
      #banner-section:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 100%; }
      #banner-section > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  #banner-section img {
    display: block; }
  #banner-section h1 {
    font-weight: 300; }
    @media screen and (max-width: 47.875em) {
      #banner-section h1 {
        font-size: 7vmin; } }
  @media screen and (max-width: 74.9375em) {
    #banner-section h3 {
      font-size: 1.25rem; } }
  @media screen and (max-width: 47.875em) {
    #banner-section h3 {
      font-weight: normal; } }
  #banner-section .middle-text {
    width: 66.66667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden; }
    #banner-section .middle-text:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 47.875em) {
      #banner-section .middle-text {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (max-width: 47.875em) and (min-width: 47.9375em) {
    #banner-section .middle-text {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (max-width: 47.875em) {
        #banner-section .middle-text:last-child:not(:first-child) {
          float: right; } }
  #banner-section .bottom-bar {
    bottom: 0;
    background-image: url("../extra/img/banner_bottom.png");
    background-position: center;
    max-height: 108px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    display: block;
    height: 6.25rem; }
    @media screen and (min-width: 90em) {
      #banner-section .bottom-bar {
        background-repeat: round;
        background-position: initial;
        height: 6.75rem; } }
    @media screen and (max-width: 63.9375em) {
      #banner-section .bottom-bar {
        height: 3.125rem; } }
    @media screen and (max-width: 47.875em) {
      #banner-section .bottom-bar {
        display: none !important; } }
    #banner-section .bottom-bar p {
      width: 100%;
      text-align: center;
      margin: 0;
      line-height: 6.25rem;
      color: #ffffff;
      opacity: 0.7;
      line-height: 6.25rem; }
      @media screen and (max-width: 63.9375em) {
        #banner-section .bottom-bar p {
          line-height: 3.125rem; } }
      @media screen and (max-width: 47.875em) {
        #banner-section .bottom-bar p {
          font-size: 0.625rem; } }
    #banner-section .bottom-bar .bottom-bar-extra {
      background-image: url("../extra/img/banner_bottom_extra.png");
      position: absolute;
      width: 138px;
      height: 34px;
      left: 50%;
      bottom: 100%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      text-align: center; }
      #banner-section .bottom-bar .bottom-bar-extra i {
        -webkit-animation: arrow-jump 1s infinite;
        animation: arrow-jump 1s infinite; }

#table-section h2 {
  margin: 1.875rem 0; }

.insider {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3.125rem 6.25rem;
  text-align: center;
  position: relative;
  margin-top: 3.125rem; }
  .insider:before, .insider:after {
    content: "";
    display: table; }
  .insider:after {
    clear: both; }
  @media screen and (max-width: 74.9375em) {
    .insider {
      padding: 3.125rem 1.25rem; } }
  @media screen and (max-width: 63.9375em) {
    .insider {
      padding: 3.125rem 0.625rem; } }
  @media screen and (max-width: 47.875em) {
    .insider {
      padding: 0 1.5625rem; } }

.info:before, .info:after {
  content: "";
  display: table; }

.info:after {
  clear: both; }

.starter, .business, .enterprise {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  border-radius: 5px;
  padding: 1.875rem 0.625rem 0 0.625rem;
  position: relative; }
  .starter:last-child:not(:first-child), .business:last-child:not(:first-child), .enterprise:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 47.875em) {
    .starter, .business, .enterprise {
      width: 100%;
      margin-top: 0 !important;
      margin-bottom: 1.875rem; } }

.starter {
  border: 2px solid #e8e8e8;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  @media screen and (max-width: 47.875em) {
    .starter {
      border: 2px solid #e8e8e8;
      border-radius: 5px; } }

.enterprise {
  border: 2px solid #e8e8e8;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  @media screen and (max-width: 47.875em) {
    .enterprise {
      border: 2px solid #e8e8e8;
      border-radius: 5px; } }

.business {
  border: 2px solid #b82588;
  position: relative;
  margin-top: -30px; }
  .business .price {
    padding-top: 1.75rem; }
  .business .choose {
    margin-bottom: 3.75rem; }
  @media screen and (max-width: 47.875em) {
    .business {
      border: 2px solid #e8e8e8;
      border-radius: 5px; } }

.price:after {
  content: '';
  width: 55%;
  height: 2px;
  background-color: #e8e8e8;
  display: block;
  margin: auto;
  margin-top: 0.9375rem; }

.price .extra {
  position: absolute;
  top: -4px;
  right: -40px;
  width: 50%; }
  @media screen and (max-width: 89.9375em) {
    .price .extra {
      right: -15px;
      width: 43%; } }
  @media screen and (max-width: 74.9375em) {
    .price .extra {
      right: -11px;
      width: 40%; } }
  @media screen and (max-width: 63.9375em) {
    .price .extra {
      right: 0;
      width: 100%;
      text-align: right; } }
  @media screen and (max-width: 47.875em) {
    .price .extra {
      right: -2px; } }

.price span.name {
  font-size: 2.375rem; }
  @media screen and (max-width: 74.9375em) {
    .price span.name {
      font-size: 1.75rem; } }

.price span.number {
  font-size: 3rem;
  color: #b13188;
  display: block;
  line-height: 3rem;
  margin-top: 0.625rem; }
  @media screen and (max-width: 74.9375em) {
    .price span.number {
      font-size: 2.125rem;
      line-height: 2.125rem; } }

.price span.sub_number {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #b13188;
  display: block;
  font-weight: bold;
  margin-bottom: 0.9375rem; }
  @media screen and (max-width: 74.9375em) {
    .price span.sub_number {
      font-size: 0.625rem; } }

.price span.strikethrough {
  position: relative;
  color: #a5a5a5; }
  .price span.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #000000;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  @media screen and (max-width: 74.9375em) {
    .price span.strikethrough {
      font-size: 0.875rem; } }
  @media screen and (max-width: 47.875em) {
    .price span.strikethrough {
      font-size: 1.25rem; } }
  .price span.strikethrough.no-line {
    font-size: 1.125rem;
    display: inline-block;
    margin-top: 0.5625rem; }
    .price span.strikethrough.no-line:before {
      display: none; }
    @media screen and (max-width: 74.9375em) {
      .price span.strikethrough.no-line {
        font-size: 0.875rem;
        margin: 0;
        display: inherit; } }
    @media screen and (max-width: 47.875em) {
      .price span.strikethrough.no-line {
        font-size: inherit; } }

.compare {
  padding: 1.5625rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .compare:before, .compare:after {
    content: "";
    display: table; }
  .compare:after {
    clear: both; }
  .compare.both {
    display: block;
    margin: auto; }
    .compare.both:before, .compare.both:after {
      content: "";
      display: table; }
    .compare.both:after {
      clear: both; }
    .compare.both .left-side, .compare.both .right-side {
      float: left;
      width: 50%; }
    .compare.both .left-side {
      text-align: right; }
    .compare.both .right-side {
      text-align: left; }
  .compare .left-side, .compare .right-side {
    padding: 0 0.625rem; }
  .compare span.number-compare {
    font-size: 1rem;
    display: block;
    font-weight: bold;
    width: 100%; }
  .compare span.percent {
    font-size: 0.75rem;
    color: #b82588; }
    .compare span.percent span {
      font-size: 0.75rem;
      color: #959595; }

.properties ul {
  list-style-type: none;
  padding-left: 50px;
  margin: 0 20px; }
  @media screen and (max-width: 74.9375em) {
    .properties ul {
      margin: 0; } }

.properties li {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  text-align: left;
  position: relative;
  font-size: 0.9375rem;
  color: #000; }
  @media screen and (max-width: 47.875em) {
    .properties li {
      padding: 0.625rem 0; } }
  .properties li:before {
    content: '';
    background-image: url("../extra/img/tick_update.png");
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: -36px; }
    @media screen and (max-width: 47.875em) {
      .properties li:before {
        width: 18px;
        height: 18px;
        left: -30px;
        top: 5px; } }
  .properties li.negative {
    color: #b7b6b7; }
    .properties li.negative:before {
      background-image: url("../extra/img/negative.png"); }
  .properties li span {
    font-size: 0.625rem; }
    @media screen and (max-width: 47.875em) {
      .properties li span {
        font-size: 0.8125rem; } }

.choose {
  margin: 1.875rem 0; }
  .choose .button {
    color: #fff;
    border: 2px solid transparent;
    padding: 0.875rem 1.6875rem;
    background: -webkit-linear-gradient(45deg, #542672 0%, #d4137f 100%);
    background: linear-gradient(45deg, #542672 0%, #d4137f 100%);
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    width: auto; }
    @media screen and (max-width: 63.9375em) {
      .choose .button {
        padding: 0.625rem; } }
    .choose .button:hover {
      background-color: inherit;
      border: 2px solid transparent; }
    .choose .button.hovered {
      background: none;
      border: 2px solid #e9e9e9;
      -webkit-transition: 1s ease;
      transition: 1s ease;
      color: #b7b6b7; }
      .choose .button.hovered:hover {
        color: #ffffff;
        background-color: #dc1280;
        border-color: #dc1280; }

.alert {
  text-align: center;
  background: -webkit-linear-gradient(45deg, #542672 0%, #d4137f 100%);
  background: linear-gradient(45deg, #542672 0%, #d4137f 100%);
  padding: 0.625rem 0; }
  .alert h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0;
    padding: 0.625rem 0;
    color: #ffffff; }
  .alert p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    padding: 0.625rem 0;
    color: #ffffff; }

#aff-section {
  background-size: cover;
  background-position: center center;
  max-height: 712px;
  opacity: 1;
  visibility: inherit;
  background-image: url("../extra/img/marketizer_aff.jpg");
  color: #ffffff; }

.middle {
  padding: 5rem 0;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .middle:before, .middle:after {
    content: "";
    display: table; }
  .middle:after {
    clear: both; }
  @media screen and (max-width: 89.9375em) {
    .middle {
      padding: 5rem 1.25rem; } }
  .middle h2 {
    text-align: left; }
  .middle h3 {
    font-weight: 300; }
  .middle a {
    color: #ff67cc;
    display: inline;
    font-size: 13px;
    letter-spacing: 0.5px; }
    .middle a.button {
      color: #e9e9e9;
      text-transform: uppercase; }
  .middle p {
    color: #97989d;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.5px;
    max-width: 500px; }

.middle-button {
  padding-top: 2.5rem; }

#people-section {
  background-size: cover;
  background-position: center 150px;
  background-image: url("../extra/img/people.jpg");
  background-repeat: no-repeat;
  position: relative;
  max-height: 837px;
  margin: 3.125rem 0;
  height: 52.3125rem; }
  @media screen and (max-width: 74.9375em) {
    #people-section {
      background-position: center 80px; } }
  @media screen and (max-width: 47.875em) {
    #people-section {
      background-position: -350px 110px; } }
  @media all and (max-width: 675px) {
    #people-section {
      background: 0;
      height: inherit; } }

.people-section-middle {
  text-align: left;
  margin: auto;
  max-width: 1000px;
  padding: 0 1.25rem; }
  @media screen and (max-width: 74.9375em) {
    .people-section-middle {
      background-position: center 0; } }
  @media screen and (max-width: 47.875em) {
    .people-section-middle {
      width: 80%;
      margin: 0; } }
  @media all and (max-width: 675px) {
    .people-section-middle {
      width: 100%; } }
  .people-section-middle h2 {
    text-align: left; }
  .people-section-middle p {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.5px;
    max-width: 500px; }
  .people-section-middle a {
    color: #ff67cc;
    display: inline;
    font-size: 13px;
    letter-spacing: 0.5px; }

#solution-section .solution-section-list {
  padding: 3.125rem 9.375rem 1.25rem; }
  @media screen and (max-width: 63.9375em) {
    #solution-section .solution-section-list {
      padding: 3.125rem; } }

#solution-section .row-item {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 47.875em) {
    #solution-section .row-item {
      display: block;
      margin-bottom: 3.125rem; } }

#solution-section .left, #solution-section .right {
  width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 47.875em) {
    #solution-section .left, #solution-section .right {
      width: 100%; } }

#solution-section .txt-right .left {
  text-align: right;
  padding-right: 3.75rem; }
  @media screen and (max-width: 47.875em) {
    #solution-section .txt-right .left {
      padding: 0;
      text-align: center;
      padding-bottom: 0.9375rem; } }

#solution-section .txt-right .right {
  border-left: 2px solid rgba(0, 0, 0, 0.08);
  padding-left: 3.75rem; }
  @media screen and (max-width: 47.875em) {
    #solution-section .txt-right .right {
      padding: 0;
      border: none !important;
      text-align: center; } }

@media screen and (max-width: 47.875em) {
  #solution-section .txt-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

#solution-section .txt-left .left {
  text-align: right;
  padding-right: 3.75rem;
  border-right: 2px solid rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 47.875em) {
    #solution-section .txt-left .left {
      padding: 0;
      text-align: center;
      border: none !important;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding-bottom: 0.9375rem; } }

#solution-section .txt-left .right {
  padding-left: 3.75rem;
  border: none; }
  @media screen and (max-width: 47.875em) {
    #solution-section .txt-left .right {
      padding: 0;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: center; } }

#contact-section {
  padding: 0 6.25rem;
  margin: 3.125rem 0; }
  @media screen and (max-width: 47.875em) {
    #contact-section {
      padding: 0 1.875rem; } }
  #contact-section section {
    padding: 0; }
  #contact-section .contact {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #contact-section .contact:before, #contact-section .contact:after {
      content: "";
      display: table; }
    #contact-section .contact:after {
      clear: both; }
    @media screen and (max-width: 63.9375em) {
      #contact-section .contact {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #contact-section h3 {
    margin: 0;
    font-weight: bold; }
    @media screen and (max-width: 63.9375em) {
      #contact-section h3 {
        text-align: center; } }
  #contact-section h4 {
    text-align: center;
    padding: 0 6.25rem; }
    @media screen and (max-width: 63.9375em) {
      #contact-section h4 {
        padding: 0; } }
  #contact-section .left {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 47.9375em) {
      #contact-section .left {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #contact-section .left:last-child:not(:first-child) {
      float: right; }
    #contact-section .left span {
      font-size: 0.8125rem; }
    @media screen and (max-width: 63.9375em) {
      #contact-section .left {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        padding: 0; }
        #contact-section .left:last-child:not(:first-child) {
          float: right; } }
  #contact-section .right {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0.625rem 1.875rem; }
    @media print, screen and (min-width: 47.9375em) {
      #contact-section .right {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #contact-section .right:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 63.9375em) {
      #contact-section .right {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        margin-top: 1.875rem; }
        #contact-section .right:last-child:not(:first-child) {
          float: right; } }
  #contact-section .data-box {
    padding: 1.25rem 0; }
    @media screen and (max-width: 63.9375em) {
      #contact-section .data-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media screen and (max-width: 47.875em) {
      #contact-section .data-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    #contact-section .data-box .data-group {
      padding-bottom: 0.3125rem; }
      @media screen and (max-width: 47.875em) {
        #contact-section .data-box .data-group {
          width: 150px; } }
    #contact-section .data-box .data-item {
      padding-left: 2.5rem;
      margin: 0.625rem 0;
      position: relative; }
    #contact-section .data-box h3, #contact-section .data-box a {
      line-height: 1.4375rem;
      font-weight: normal;
      font-size: 1rem; }
      @media screen and (max-width: 74.9375em) {
        #contact-section .data-box h3, #contact-section .data-box a {
          text-align: left; } }
      @media screen and (max-width: 63.9375em) {
        #contact-section .data-box h3, #contact-section .data-box a {
          font-size: 0.875rem; } }
    #contact-section .data-box i {
      position: absolute;
      left: 0;
      font-size: 1.375rem; }
      #contact-section .data-box i.fa-map-marker {
        font-size: 1.875rem; }
    #contact-section .data-box a {
      color: #ff67cc;
      text-decoration: underline; }
  #contact-section .socials {
    display: inline-block; }
    @media screen and (max-width: 63.9375em) {
      #contact-section .socials {
        text-align: center;
        display: block; } }
    #contact-section .socials i {
      color: #cdcdcd;
      border: 1px solid #cdcdcd;
      border-radius: 50%;
      position: relative;
      width: 2.625rem;
      height: 2.625rem;
      cursor: pointer;
      margin-right: 0.3125rem; }
      #contact-section .socials i:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 1.25rem; }
      #contact-section .socials i:hover {
        background-color: #dc1280;
        color: #ffffff;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }

#savings-section {
  margin-top: 3.125rem;
  border-bottom: 1px solid #e9e9e9; }

.savings-table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 47.875em) {
    .savings-table {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 63.9375em) {
    .savings-table a {
      font-size: 0.8125rem; } }
  .savings-table .saving-button {
    padding: 1.25rem 0 3.125rem 0; }
  .savings-table .left {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    border-right: 1px solid #e9e9e9; }
    @media screen and (max-width: 47.875em) {
      .savings-table .left {
        border: 0; } }
    .savings-table .left p {
      width: 80%; }
  .savings-table .right {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    position: relative; }
    .savings-table .right h3 a {
      color: #d5427c;
      font-size: 1.125rem; }
    .savings-table .right .saving-button {
      position: absolute;
      bottom: 0; }
      @media screen and (max-width: 47.875em) {
        .savings-table .right .saving-button {
          position: static; } }
  .savings-table .right-texts {
    width: 70%;
    padding-left: 1.5625rem; }
    @media screen and (max-width: 63.9375em) {
      .savings-table .right-texts {
        width: 100%; } }
    @media screen and (max-width: 47.875em) {
      .savings-table .right-texts {
        padding: 0; } }
  .savings-table h2 {
    text-align: left; }

#opportunities-section {
  margin: 3.125rem 0; }
  #opportunities-section h2 {
    padding: 1.25rem 0; }
  #opportunities-section h3.subtitle {
    padding-bottom: 4.375rem; }
  #opportunities-section .opp-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    opacity: 1;
    visibility: inherit;
    background-image: url("../extra/img/opportunities_bg.png");
    color: #ffffff;
    margin-top: 3.125rem; }
    #opportunities-section .opp-bg:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 30.3%; }
    #opportunities-section .opp-bg > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (max-width: 74.9375em) {
      #opportunities-section .opp-bg {
        margin-top: 0; } }
    @media screen and (max-width: 47.875em) {
      #opportunities-section .opp-bg {
        position: relative; }
        #opportunities-section .opp-bg:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 50%; }
        #opportunities-section .opp-bg > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }

#test-section {
  margin: 3.125rem 0; }
  #test-section h2 {
    padding: 1.25rem 0; }
  #test-section h3.subtitle {
    padding-bottom: 3.125rem; }
  #test-section .buttons-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 2.5rem 0; }
    @media screen and (max-width: 47.875em) {
      #test-section .buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 1.25rem 0; } }
    #test-section .buttons-wrapper .button-left, #test-section .buttons-wrapper .button-right {
      padding: 0 0.625rem; }
      @media screen and (max-width: 47.875em) {
        #test-section .buttons-wrapper .button-left, #test-section .buttons-wrapper .button-right {
          padding: 0.625rem; } }
    #test-section .buttons-wrapper .button-right p {
      text-align: center;
      font-size: 0.75rem;
      padding-top: 0.625rem;
      line-height: 1.125rem; }
  #test-section .test-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    opacity: 1;
    visibility: inherit;
    background-image: url("../extra/img/test_bg.jpg");
    color: #ffffff;
    margin-top: 3.125rem;
    border-bottom: 1px solid #f6f6f6; }
    #test-section .test-bg:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 42.07012%; }
    #test-section .test-bg > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (max-width: 74.9375em) {
      #test-section .test-bg {
        margin-top: 0; } }
    @media screen and (max-width: 47.875em) {
      #test-section .test-bg {
        position: relative; }
        #test-section .test-bg:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 50%; }
        #test-section .test-bg > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }

#opinions-section {
  margin: 3.125rem 0; }
  #opinions-section h3 {
    text-align: center; }
  #opinions-section .slider {
    margin: 6.25rem 0;
    position: relative; }
  #opinions-section .opinion-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  #opinions-section .opinion-person {
    position: relative;
    margin: 0 1.25rem; }
    #opinions-section .opinion-person.first {
      width: 12.5rem; }
    #opinions-section .opinion-person.second {
      width: 16.25rem; }
    #opinions-section .opinion-person.third {
      width: 23.75rem; }
    #opinions-section .opinion-person.fourth {
      width: 20rem; }
    @media screen and (max-width: 63.9375em) {
      #opinions-section .opinion-person {
        margin: 0 3.125rem; } }
  #opinions-section .opinion-pic {
    position: relative;
    right: -20px;
    text-align: right; }
    #opinions-section .opinion-pic.left {
      text-align: left;
      left: -20px; }
  #opinions-section .opinion-box {
    border: 2px solid #e8e8e8;
    padding: 1.25rem;
    margin-bottom: 6.25rem;
    border-radius: 9px;
    position: relative;
    border-bottom-right-radius: 0; }
    #opinions-section .opinion-box.left {
      border-bottom-left-radius: 0; }
      #opinions-section .opinion-box.left:after {
        background-image: url(../extra/img/hint-left.png);
        left: -2px; }
    #opinions-section .opinion-box:after {
      content: '';
      position: absolute;
      right: -2px;
      background-image: url(../extra/img/hint-right.png);
      width: 35px;
      height: 45px;
      background-size: cover;
      background-repeat: no-repeat;
      bottom: -45px; }
    #opinions-section .opinion-box h3 {
      text-align: left;
      margin-top: 0; }
    #opinions-section .opinion-box span {
      font-size: 0.6875rem; }

#analitic-section {
  background-size: cover;
  background-position: center center;
  position: relative;
  opacity: 1;
  visibility: inherit;
  background-image: url("../extra/img/analitic_bg2.jpg");
  color: #ffffff;
  border-bottom: 1px solid #f6f6f6;
  position: relative; }
  #analitic-section:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 55.35%; }
  #analitic-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 74.9375em) {
    #analitic-section {
      position: relative; }
      #analitic-section:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 70%; }
      #analitic-section > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (max-width: 63.9375em) {
    #analitic-section {
      position: relative; }
      #analitic-section:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 80%; }
      #analitic-section > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (max-width: 47.875em) {
    #analitic-section:before {
      padding: 0; } }
  #analitic-section .intro-wrapper {
    position: absolute;
    top: 10%;
    width: 100%; }
    @media screen and (max-width: 47.875em) {
      #analitic-section .intro-wrapper {
        position: static;
        top: 0; } }
  #analitic-section .bottom-text {
    text-align: center;
    padding-bottom: 1.875rem; }
    @media screen and (max-width: 47.875em) {
      #analitic-section .bottom-text {
        padding: 1.375rem 0; } }
    #analitic-section .bottom-text span {
      font-size: 1.375rem; }
  @media screen and (max-width: 47.875em) {
    #analitic-section h2 {
      padding-top: 1.375rem; } }
  #analitic-section h3 {
    font-weight: normal; }
    #analitic-section h3.subtitle {
      margin: 1.875rem 0;
      color: #ffffff;
      font-weight: normal; }
  #analitic-section h4 {
    color: #ffffff; }
  #analitic-section .item {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 8.75rem; }
    @media screen and (max-width: 47.875em) {
      #analitic-section .item {
        position: static;
        text-align: center;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin: 2.5rem auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    #analitic-section .item span {
      font-size: 0.9rem;
      margin-top: -25px; }
      @media screen and (max-width: 74.9375em) {
        #analitic-section .item span {
          font-size: 0.875rem;
          bottom: 8px; } }
      @media screen and (max-width: 47.875em) {
        #analitic-section .item span {
          padding-top: 0;
          font-size: 1.125rem;
          position: static;
          margin-top: -15px; } }
      #analitic-section .item span.break {
        bottom: -15px; }
        @media screen and (max-width: 74.9375em) {
          #analitic-section .item span.break {
            bottom: -5px; } }
        @media screen and (max-width: 47.875em) {
          #analitic-section .item span.break {
            bottom: 0; } }
    #analitic-section .item.time {
      left: 17%;
      bottom: 10%;
      -webkit-transform: translate(-17%, 10%);
      -ms-transform: translate(-17%, 10%);
      transform: translate(-17%, 10%); }
      @media screen and (max-width: 74.9375em) {
        #analitic-section .item.time {
          left: 14%;
          -webkit-transform: translate(-14%, 10%);
          -ms-transform: translate(-14%, 10%);
          transform: translate(-14%, 10%); } }
      @media screen and (max-width: 63.9375em) {
        #analitic-section .item.time {
          left: 10%;
          -webkit-transform: translate(-10%, 10%);
          -ms-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%); } }
    #analitic-section .item.calendar {
      left: 15%;
      bottom: 30%;
      -webkit-transform: translate(-15%, 30%);
      -ms-transform: translate(-15%, 30%);
      transform: translate(-15%, 30%); }
    #analitic-section .item.user {
      bottom: 40%;
      left: 25%;
      -webkit-transform: translate(-25%, 40%);
      -ms-transform: translate(-25%, 40%);
      transform: translate(-25%, 40%); }
    #analitic-section .item.address {
      bottom: 30%;
      left: 40%;
      -webkit-transform: translate(-40%, 30%);
      -ms-transform: translate(-40%, 30%);
      transform: translate(-40%, 30%); }
    #analitic-section .item.phone {
      bottom: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
    #analitic-section .item.source {
      bottom: 25%;
      left: 60%;
      -webkit-transform: translate(-60%, 25%);
      -ms-transform: translate(-60%, 25%);
      transform: translate(-60%, 25%); }
    #analitic-section .item.mail {
      bottom: 40%;
      left: 70%;
      -webkit-transform: translate(-70%, 40%);
      -ms-transform: translate(-70%, 40%);
      transform: translate(-70%, 40%); }
    #analitic-section .item.social {
      bottom: 23%;
      left: 75%;
      -webkit-transform: translate(-75%, 23%);
      -ms-transform: translate(-75%, 23%);
      transform: translate(-75%, 23%); }
    #analitic-section .item.visits {
      bottom: 30%;
      left: 88%;
      -webkit-transform: translate(-88%, 30%);
      -ms-transform: translate(-88%, 30%);
      transform: translate(-88%, 30%); }
    #analitic-section .item.browse {
      bottom: 5%;
      left: 85%;
      -webkit-transform: translate(-85%, 5%);
      -ms-transform: translate(-85%, 5%);
      transform: translate(-85%, 5%); }

.button-banner {
  white-space: nowrap;
  font-size: 13px;
  font-weight: normal;
  border-width: 0;
  border-radius: 1.875rem;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(75deg, #482383 0%, #e01180 75%) transparent;
  background: linear-gradient(15deg, #482383 0%, #e01180 75%) transparent;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.568627) 0 4px 10px -3px;
  box-shadow: rgba(0, 0, 0, 0.568627) 0 4px 10px -3px;
  text-align: left;
  line-height: 14px;
  padding: 20px 40px;
  letter-spacing: 3px;
  border-color: rgba(255, 255, 255, 0.498039);
  color: white;
  text-transform: uppercase;
  width: 195px;
  margin: 5.625rem auto; }
  @media screen and (max-width: 74.9375em) {
    .button-banner {
      font-size: 12px;
      width: 185px;
      margin: 1.25rem auto; } }
  @media screen and (max-width: 47.875em) {
    .button-banner {
      text-align: center;
      padding: 10px 0;
      width: 150px;
      letter-spacing: 0.7px; } }

.button {
  border: 2px solid #cdcdcd;
  border-radius: 30px;
  display: block;
  text-transform: uppercase;
  color: #929395;
  font-size: 13px;
  width: 117px;
  padding: 0.75rem 1.5625rem;
  background-color: transparent;
  cursor: pointer; }
  .button:hover {
    background-color: #dc1280;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border: 2px solid transparent;
    color: #ffffff; }
  @media screen and (max-width: 74.9375em) {
    .button {
      width: 100%; } }
  .button.choose {
    color: #fff;
    border: none;
    padding: 0.875rem 1.6875rem;
    background: -webkit-linear-gradient(45deg, #542672 0%, #d4137f 100%);
    background: linear-gradient(45deg, #542672 0%, #d4137f 100%);
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    width: auto; }
    .button.choose:hover {
      background-color: inherit;
      border: 0; }
  .button.test {
    width: 191px;
    text-align: center; }
    @media screen and (max-width: 47.875em) {
      .button.test {
        margin: auto; } }
  .button.test-big {
    width: 212px;
    text-align: center; }
    @media screen and (max-width: 47.875em) {
      .button.test-big {
        margin: auto; } }
  .button.gradient {
    background: -webkit-linear-gradient(45deg, #542672 0%, #d4137f 100%);
    background: linear-gradient(45deg, #542672 0%, #d4137f 100%);
    color: #fff;
    border: 2px solid transparent;
    cursor: pointer; }

.button-contact {
  cursor: pointer;
  outline: none;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  border-radius: 25px;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #4a2871 0%, #e01180 100%);
  background: linear-gradient(45deg, #4a2871 0%, #e01180 100%);
  border: 0;
  float: right; }
  @media screen and (max-width: 47.875em) {
    .button-contact {
      float: none;
      display: block;
      margin: 1.25rem auto 0; } }

.button-footer {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  border-radius: 25px;
  color: #fff; }
  .button-footer.test {
    background-color: #49495c;
    margin-right: 0.625rem; }
    .button-footer.test:hover {
      color: #fff; }
    @media screen and (max-width: 47.875em) {
      .button-footer.test {
        margin-right: 0;
        margin-bottom: 0.625rem; } }
  .button-footer.account {
    background: -webkit-linear-gradient(45deg, #4a2871 0%, #e01180 100%);
    background: linear-gradient(45deg, #4a2871 0%, #e01180 100%); }
    .button-footer.account:hover {
      color: #fff; }

.popup_background {
  position: fixed;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  display: none; }
  .popup_background.active {
    display: block; }

.popup_content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  color: #000;
  z-index: 999999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.4);
  width: 80%;
  height: 70%; }
  @media screen and (max-width: 63.9375em) {
    .popup_content {
      height: 55%; } }
  @media screen and (max-width: 47.875em) {
    .popup_content {
      height: 50vh;
      width: 100%; } }
  .popup_content.active {
    display: block; }
  .popup_content.form {
    position: fixed;
    width: 50%;
    height: auto;
    padding: 1.875rem;
    background-color: #fff; }
    @media screen and (max-width: 47.875em) {
      .popup_content.form {
        width: 90%; } }
    .popup_content.form h3 {
      font-size: 2.5rem;
      font-weight: 300;
      margin: 1.25rem 0; }
    .popup_content.form h4 {
      font-size: 1.3125rem; }
    .popup_content.form.active {
      display: block; }

.popup-form .form-group {
  display: block; }
  .popup-form .form-group .half {
    width: 100%; }

.popup-form .form-action {
  display: inline-block; }

iframe {
  position: relative;
  width: 100%;
  height: 100%; }
  iframe:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%; }
  iframe > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.video {
  height: 100%; }

.popup_close.close {
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
  font-size: 1.5625rem;
  z-index: 5; }
  @media screen and (max-width: 47.875em) {
    .popup_close.close {
      right: 0; } }
  .popup_close.close i {
    color: #ffffff; }

.fadeInDown {
  opacity: 0;
  top: -50%;
  position: relative; }

.fadeInUp {
  bottom: -50%;
  opacity: 0;
  position: relative; }

@-webkit-keyframes arrow-jump {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

.form-group {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 47.875em) {
    .form-group {
      display: block; } }
  .form-group textarea, .form-group input {
    border-width: 0 0 1px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 6px 0 4px;
    padding: 10px 2px 6px;
    border-bottom-color: #d9dada;
    color: #b4b4b4;
    overflow: hidden;
    word-wrap: break-word;
    resize: none;
    font-family: Lato;
    width: 100%;
    cursor: pointer; }
    .form-group textarea:focus, .form-group input:focus {
      outline: none; }
  .form-group textarea {
    height: 13.6875rem; }
  .form-group span {
    pointer-events: none;
    display: block;
    color: #a8a8a8;
    width: 100%;
    text-align: left;
    padding: 10px 2px 6px;
    font-weight: 400;
    font-size: 0.785rem;
    position: absolute;
    left: 0;
    top: 6px;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    -webkit-transition: transform .2s linear; }
    @media screen and (max-width: 47.875em) {
      .form-group span {
        padding: 0;
        top: 15px; } }

.form-group .half {
  width: 49%;
  float: left;
  position: relative;
  margin-bottom: 0.625rem; }
  .form-group .half.full {
    width: 100%; }
  .form-group .half.has-focus span {
    -webkit-transform: translate3d(0, -19px, 0) scale(0.8);
    transform: translate3d(0, -19px, 0) scale(0.8);
    color: #dc1280; }
  .form-group .half.has-focus textarea, .form-group .half.has-focus input {
    border-bottom-color: #dc1280;
    color: grey; }
  @media screen and (max-width: 47.875em) {
    .form-group .half {
      width: 100%;
      float: none;
      margin-bottom: 1.875rem; } }

.form-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1.25rem; }

.slider-nav {
  width: 12.1875rem;
  border: 2px solid #d7d7d7;
  border-radius: 25px;
  padding: 0.625rem 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto; }
  @media all and (max-width: 600px) {
    .slider-nav {
      width: 100%; } }
  .slider-nav .leftArrow, .slider-nav .rightArrow {
    font-size: 1.875rem;
    color: #861f77;
    cursor: pointer; }
  .slider-nav .dots-container {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center; }
    .slider-nav .dots-container li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      padding: 0;
      cursor: pointer; }
      .slider-nav .dots-container li.slick-active button:before {
        opacity: .75;
        color: #861f77;
        cursor: pointer; }
    .slider-nav .dots-container button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slider-nav .dots-container button:before {
        font-size: 35px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
        content: "•";
        text-align: center;
        opacity: 0.25;
        color: black;
        cursor: pointer;
        -webkit-font-smoothing: antialiased; }
  .slider-nav .dots-container-wrapper {
    margin: 0;
    padding: 0; }

.slick-slide img {
  display: initial; }

.slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.errors, .popup-errors {
  background: -webkit-linear-gradient(45deg, #542672 0%, #d4137f 100%);
  background: linear-gradient(45deg, #542672 0%, #d4137f 100%);
  border-radius: 10px;
  margin-bottom: 0.9375rem; }
  .errors h4, .popup-errors h4 {
    margin: 0;
    padding: 0.625rem 0;
    color: #fff;
    font-weight: 400; }
  @media screen and (max-width: 47.875em) {
    .errors, .popup-errors {
      width: 100%;
      border-radius: 0; } }

.popup_content.form .popup-errors h4 {
  font-size: 0.9375rem;
  padding: 1.25rem;
  line-height: 1.25rem; }

.popup_content.form .popup-errors-btn {
  display: none; }
  .popup_content.form .popup-errors-btn.active {
    display: block; }

.popup_content.form button {
  margin: auto; }

/*# sourceMappingURL=app.css.map */
