/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

.row {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 1440px) {
    .row {
      max-width: 1052px; } }

.row::before, .row::after {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.small-collapse > .column, .row.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.small-uncollapse > .column, .row.small-uncollapse > .columns {
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (min-width: 480px) {
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 992px) {
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; } }

.row.expanded {
  max-width: none; }

.column, .columns {
  width: 100%;
  float: left; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter, .small-push-0, .small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 480px) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 992px) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter, .large-push-0, .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

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,
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,
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,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (min-width: 0em) and (max-width: 992px) {
  .hide-nav-small-screen {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .show-nav-for-small-screen {
    display: none !important; } }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

/* PopUp styling
------------------------------------ */
.popUp-login {
  position: fixed;
  overflow: auto;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0; }
  @media all and (min-width: 992px) {
    .popUp-login {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media all and (max-width: 992px) {
    .popUp-login {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media all and (max-width: 479px) {
    .popUp-login {
      background-color: #fff; } }

.popUp-content {
  width: 520px;
  max-width: 100%;
  margin: 50px 0px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.44);
  display: inline-block;
  overflow: hidden; }
  @media all and (max-width: 479px) {
    .popUp-content {
      margin-top: 0px;
      box-shadow: none; } }

.popUp-LContent-header {
  width: 100%;
  padding: 32px;
  background-color: #fff;
  display: table;
  font-weight: 600; }
  .popUp-LContent-header span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
    .popUp-LContent-header span svg {
      height: 60px;
      width: auto;
      fill: #3d4250; }

@media all and (max-width: 479px) {
  svg.pushowl-logo {
    display: none; } }

.shopify-authentication .popUp-LContent-header span svg {
  height: 90px; }

.shopify-authentication .popUp-authentication-box .login-authentication-box .secondary-button {
  margin-right: 72px; }
  @media all and (max-width: 479px) {
    .shopify-authentication .popUp-authentication-box .login-authentication-box .secondary-button {
      margin-right: 0px; } }

.shopify-authentication .store-input-row {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .shopify-authentication .store-input-row input[type="text"] {
    padding-right: 9em; }
  .shopify-authentication .store-input-row #error-message {
    position: absolute;
    top: calc(100% + 4px);
    color: red;
    font-size: 11px;
    font-weight: 400; }

.popUp-1st .popUp-LContent-header {
  height: 160px; }

.popUp-authentication-box {
  width: 100%;
  height: auto;
  padding: 32px; }
  @media all and (max-width: 479px) {
    .popUp-authentication-box {
      padding: 16px 16px 32px 16px; } }
  .popUp-authentication-box .form-row {
    margin-top: 16px; }
    .popUp-authentication-box .form-row:first-of-type {
      margin-top: 0px; }
  .popUp-authentication-box .login-authentication-box {
    margin-top: 24px; }
    @media all and (max-width: 479px) {
      .popUp-authentication-box .login-authentication-box .button-form-sIn {
        display: flex;
        flex-direction: column; } }
    .popUp-authentication-box .login-authentication-box .authentication-button {
      width: 210px;
      text-transform: uppercase; }
      .popUp-authentication-box .login-authentication-box .authentication-button:hover {
        background: #57f0b8;
        color: #fff; }
      @media all and (max-width: 479px) {
        .popUp-authentication-box .login-authentication-box .authentication-button {
          width: 100%;
          margin-top: 16px; } }
    @media all and (max-width: 479px) {
      .popUp-authentication-box .login-authentication-box a {
        order: 2; } }
    .popUp-authentication-box .login-authentication-box a .secondary-button {
      background-color: transparent;
      color: #7f8cb0;
      height: 48px;
      margin-right: 32px;
      font-size: 12px; }
      .popUp-authentication-box .login-authentication-box a .secondary-button:hover {
        color: #3d4250; }
      @media all and (max-width: 479px) {
        .popUp-authentication-box .login-authentication-box a .secondary-button {
          margin-right: 0px; } }
  .popUp-authentication-box .result-login-text {
    color: #7f8cb0; }
    .popUp-authentication-box .result-login-text.success {
      color: #49d5a2; }
    .popUp-authentication-box .result-login-text.error {
      color: #fa436b; }

.login-button-popUp {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 56px;
  margin-top: 10px;
  text-align: left;
  padding: 0px 18px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .login-button-popUp:first-child {
    margin-top: 0px; }
  .login-button-popUp.login-fb {
    background-color: #3b5998;
    color: #fff; }
    .login-button-popUp.login-fb:hover {
      background-color: #1d315b; }
  .login-button-popUp.login-shopify {
    background-color: #7AB55C;
    color: #fff; }
    .login-button-popUp.login-shopify:hover {
      background-color: #5E8E3E; }
  .login-button-popUp.login-gm, .login-button-popUp.login-po {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.6); }
    .login-button-popUp.login-gm:hover, .login-button-popUp.login-po:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-color: #808DB1; }
  .login-button-popUp.login-po svg {
    fill: #7f8cb0;
    top: 0px; }
  .login-button-popUp .svgIcon-use {
    position: relative;
    top: -2px;
    fill: white;
    vertical-align: middle; }
  .login-button-popUp .button-login-text {
    padding-left: 18px; }
    .login-button-popUp .button-login-text span {
      display: block; }
      .login-button-popUp .button-login-text span:nth-child(2) {
        font-size: 12px;
        opacity: 0.7;
        margin-left: 2px; }

.button-close {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 15px;
  font-size: 30px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0px;
  cursor: pointer; }
  @media all and (max-width: 479px) {
    .button-close {
      top: -10px;
      right: 0;
      color: #3d4250; } }

.divider-popUP {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 40px 0px 40px; }
  .divider-popUP a {
    position: relative;
    top: -8px;
    background-color: #FFFFFF;
    padding: 0px 20px;
    cursor: pointer; }

.swap-box-RL {
  width: 100%;
  background-color: #f2f3f7;
  color: #1d315b;
  height: 64px;
  line-height: 64px;
  font-size: 16px; }

.swap-redirect-pUp {
  cursor: pointer;
  color: #808db0; }
  .swap-redirect-pUp:hover {
    color: #3d4250; }

.label-input-register {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4251;
  font-weight: 400;
  text-align: left; }

.hidden {
  display: none; }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

/* Header styling - to do (need to fixed)
------------------------------------ */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000; }
  header.static {
    padding: 30px 0;
    transition: all 300ms ease; }
    @media all and (max-width: 992px) {
      header.static {
        margin-top: 0px;
        background-color: rgba(255, 255, 255, 0.9);
        height: 80px;
        padding: 25px 0px;
        box-shadow: 0px 1px 100px 0 rgba(140, 140, 140, 0.21); } }
    @media all and (max-width: 479px) {
      header.static {
        height: 52px;
        padding: 13px 0px; } }
  header.colorNav {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 100px 0 rgba(140, 140, 140, 0.21);
    padding-top: 10px;
    padding-bottom: 10px; }
    header.colorNav #signIn {
      color: #808db0;
      transition: all 0.3s ease; }
      header.colorNav #signIn:hover {
        color: #3d4250; }
  header .header-content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center; }
    header .header-content .logo {
      height: 29px;
      float: left;
      margin-top: 5px;
      display: inline-block; }
      @media all and (max-width: 992px) {
        header .header-content .logo {
          height: 32px;
          margin-top: 2px; } }
      @media all and (max-width: 479px) {
        header .header-content .logo {
          height: 29px;
          margin-top: 3px; } }
  header nav a {
    color: #808db0; }
    header nav a:hover {
      color: #3d4250; }
  header nav.desktop-nav ul li {
    line-height: 44px; }
    header nav.desktop-nav ul li a {
      padding: 0 20px;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: normal;
      color: #808db0;
      transition: all 0.3s ease; }
      @media all and (max-width: 1800px) {
        header nav.desktop-nav ul li a {
          font-size: 12px; } }
      header nav.desktop-nav ul li a:hover {
        color: #3d4250; }
    header nav.desktop-nav ul li:first-child a {
      margin-left: 20px; }
    header nav.desktop-nav ul li:last-child a {
      padding-right: 0px; }
  header nav.desktop-nav.right-nav {
    margin-left: auto; }
  header nav#mobile-nav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 100;
    text-align: center; }
    header nav#mobile-nav ul {
      list-style: none;
      margin-top: 100px;
      padding-left: 0; }
      header nav#mobile-nav ul li {
        margin-top: 32px; }
        header nav#mobile-nav ul li a {
          font-size: 1.6rem;
          color: #7f8baf;
          font-weight: lighter; }
          @media all and (max-width: 479px) {
            header nav#mobile-nav ul li a {
              font-size: 1.4rem; } }
    @media all and (max-width: 479px) {
      header nav#mobile-nav {
        top: 52px; } }
  header #mobile-nav-toggle {
    width: 35px;
    float: right;
    margin-top: 8.5px;
    z-index: 20; }
    @media all and (max-width: 992px) {
      header #mobile-nav-toggle {
        position: absolute;
        right: 30px;
        top: 15px; } }
    @media all and (max-width: 479px) {
      header #mobile-nav-toggle {
        top: 7px;
        right: 0px; } }
    header #mobile-nav-toggle .bar1, header #mobile-nav-toggle .bar2, header #mobile-nav-toggle .bar3 {
      width: 35px;
      margin: 5px 0;
      height: 4px;
      border-radius: 4px;
      transition: all 0.3s ease-in-out;
      background-color: #000; }
      @media all and (max-width: 479px) {
        header #mobile-nav-toggle .bar1, header #mobile-nav-toggle .bar2, header #mobile-nav-toggle .bar3 {
          width: 20px;
          height: 2px;
          margin: 4px 0px 0px; } }
    header #mobile-nav-toggle.mobile-nav-visible .bar1 {
      transform: rotate(45deg);
      transform-origin: 15% 50%; }
    header #mobile-nav-toggle.mobile-nav-visible .bar2 {
      background-color: transparent !important; }
    header #mobile-nav-toggle.mobile-nav-visible .bar3 {
      transform: rotate(-45deg);
      transform-origin: 15% 50%; }
      @media all and (max-width: 479px) {
        header #mobile-nav-toggle.mobile-nav-visible .bar3 {
          transform-origin: 6% 50%; } }

#signInUp {
  margin-left: 20px; }

#signIn {
  cursor: pointer;
  color: #ffffff;
  transition: all 0.3s ease; }
  #signIn:hover {
    color: #3d4250; }

/* NO comments below
------------------------------------ */
svg {
  transition: all 0.3s ease; }

.hide {
  display: none !important; }

.menu {
  margin: 0 0 0 20px;
  list-style-type: none; }
  .menu > li {
    display: table-cell; }

body .container {
  position: relative;
  max-width: 1340px;
  margin: 0 auto; }
  @media all and (max-width: 1440px) {
    body .container {
      max-width: 1052px; } }
  @media all and (max-width: 992px) {
    body .container {
      max-width: 992px;
      overflow-x: hidden; } }

#home {
  margin-top: 108px; }
  @media all and (max-width: 992px) {
    #home {
      margin-top: 80px; } }
  @media all and (max-width: 479px) {
    #home {
      margin-top: 52px; } }

section {
  padding: 8vh 0; }
  @media all and (max-width: 1800px) {
    section {
      height: auto; } }
  @media all and (max-width: 1440px) {
    section {
      padding: 72px 0; } }
  @media all and (max-width: 992px) {
    section {
      padding: 80px 0; } }
  @media all and (max-width: 479px) {
    section {
      padding: 48px 0; } }
  section:not(.intro-section) {
    padding: 16vh 0; }
    @media all and (max-width: 992px) {
      section:not(.intro-section) {
        padding: 112px 0; } }
    @media all and (max-width: 479px) {
      section:not(.intro-section) {
        padding: 96px 0; } }
  @media all and (max-width: 992px) {
    section .column,
    section .columns {
      float: none; } }
  @media all and (max-width: 479px) {
    section .column,
    section .columns {
      float: none; } }
  section h1 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.9px;
    font-weight: 300;
    color: #3d4250; }
  section p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #808db0; }

.button {
  height: 48px;
  min-width: 180px;
  border-radius: 24px;
  background-color: transparent;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #808db0;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  padding: 0 32px; }
  .button:first-child {
    margin-left: 0; }
  @media all and (max-width: 992px) {
    .button {
      min-width: 192px; } }
  .button img {
    vertical-align: middle; }
  .button.get-it-button {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(73, 213, 162, 0.23);
    text-transform: uppercase !important; }
  .button.grey {
    color: #808db0;
    background: transparent;
    border: 2px solid #808db0;
    transition: all 0.3s ease; }
    .button.grey:hover {
      color: #3d4250;
      border-color: #3d4250; }
  .button.green {
    color: white !important;
    background: #49d5a2;
    transition: all 0.3s ease; }
    .button.green:hover {
      background: #57f0b8;
      color: #fff; }
  .button.white {
    color: #49d5a2 !important;
    background: white;
    transition: all 0.3s ease; }
    .button.white:hover {
      opacity: 0.92; }
  .button.red {
    color: white;
    background-color: #fa436b;
    transition: all 0.3s ease; }
    .button.red:hover {
      background-color: #ff6989; }
  .button.button-border {
    border: 2px solid #7f8cb0;
    line-height: 45px; }
  .button.button-border-red {
    border: 2px solid #fa436b;
    line-height: 45px;
    color: #fa436b; }
  .button:disabled {
    color: white;
    background-color: #cbcbcb;
    cursor: no-drop; }
    .button:disabled:hover {
      color: white;
      background-color: #cbcbcb;
      cursor: no-drop; }
  .button .play_icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    color: #ffffff; }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

.intro-section {
  position: relative;
  display: flex;
  align-items: center; }
  .intro-section:nth-child(even) .row {
    flex-direction: row-reverse; }
  @media all and (min-width: 992px) {
    .intro-section:nth-child(even) .intro-section-background {
      left: -40%;
      right: auto; } }
  .intro-section .row {
    display: flex;
    align-items: center; }
    @media all and (max-width: 992px) {
      .intro-section .row {
        display: block; } }
    @media all and (max-width: 992px) {
      .intro-section .row .column:last-child:not(:first-child), .intro-section .row .columns:last-child:not(:first-child) {
        float: none; } }
  @media all and (max-width: 992px) {
    .intro-section .primary-text-content {
      text-align: center; } }
  @media all and (max-width: 479px) {
    .intro-section .primary-text-content {
      text-align: left; } }
  @media all and (max-width: 992px) {
    .intro-section .primary-text-content p {
      max-width: 450px;
      margin: 16px auto 0; } }
  @media all and (max-width: 479px) {
    .intro-section .primary-text-content p {
      max-width: 100%;
      margin: 16px auto 0; } }
  .intro-section .primary-image {
    display: flex;
    margin-left: auto; }
    @media all and (max-width: 992px) {
      .intro-section .primary-image {
        max-width: 480px;
        max-height: 480px; } }
    @media all and (max-width: 479px) {
      .intro-section .primary-image {
        max-width: 100%; } }
    @media screen and (max-width: 992px) {
      .intro-section .primary-image {
        display: block;
        clear: left;
        float: none;
        margin: 48px auto 0; } }
    .intro-section .primary-image > img {
      top: 180px;
      right: 0; }
      @media all and (max-width: 1800px) {
        .intro-section .primary-image > img {
          width: 485px;
          top: 100px; } }
    .intro-section .primary-image .primary-image-content {
      position: relative;
      -webkit-filter: drop-shadow(0px 30px 30px rgba(61, 66, 80, 0.4));
      filter: drop-shadow(0px 30px 30px rgba(61, 66, 80, 0.4)); }
      @media all and (max-width: 992px) {
        .intro-section .primary-image .primary-image-content {
          max-width: inherit;
          max-height: inherit; } }
      .intro-section .primary-image .primary-image-content #other_devices {
        top: 180px;
        right: 0; }
        @media all and (max-width: 1800px) {
          .intro-section .primary-image .primary-image-content #other_devices {
            width: 485px;
            top: 100px; } }
  .intro-section p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 22px; }
    @media all and (max-width: 1800px) {
      .intro-section p {
        font-size: 16px;
        line-height: 24px; } }
  .intro-section h1 {
    line-height: 1.1em; }
    @media all and (max-width: 1800px) {
      .intro-section h1 {
        font-size: 30px; } }
  .intro-section.columns {
    padding-right: 25px; }
  .intro-section .intro-section-background {
    position: absolute;
    z-index: -1; }
    @media all and (min-width: 992px) {
      .intro-section .intro-section-background {
        width: 81.6666667%;
        right: -40%; } }
    @media all and (max-width: 992px) {
      .intro-section .intro-section-background {
        width: 640px;
        left: calc(50% - 320px);
        bottom: 24px; } }
    @media all and (max-width: 479px) {
      .intro-section .intro-section-background {
        width: 120%;
        left: -10%;
        bottom: 24px;
        right: auto; } }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

#intro-section-1 {
  position: relative; }
  @media screen and (min-width: 992px) {
    #intro-section-1 {
      padding-top: 10px; } }
  #intro-section-1 .row {
    display: flex;
    align-items: center; }
    @media all and (max-width: 992px) {
      #intro-section-1 .row {
        display: block; } }
    #intro-section-1 .row .primary-text {
      margin-top: -60px; }
      #intro-section-1 .row .primary-text .shopify-logo-1 {
        display: inline-block; }
      #intro-section-1 .row .primary-text .shopify-logo-2 {
        display: none; }
      #intro-section-1 .row .primary-text .review-area {
        padding-top: 20px;
        display: flex;
        align-items: center; }
      @media screen and (max-width: 992px) {
        #intro-section-1 .row .primary-text {
          margin-top: 0; }
          #intro-section-1 .row .primary-text .review-area {
            justify-content: center; }
            #intro-section-1 .row .primary-text .review-area .shopify-logo-1 {
              display: none; }
            #intro-section-1 .row .primary-text .review-area .shopify-logo-2 {
              display: inline-block; } }
    #intro-section-1 .row .primary-image {
      z-index: 4;
      margin-left: auto; }
      @media screen and (max-width: 992px) {
        #intro-section-1 .row .primary-image {
          max-width: 240px; } }
      #intro-section-1 .row .primary-image > img {
        z-index: 4;
        top: 180px;
        right: 0; }
        @media all and (max-width: 1800px) {
          #intro-section-1 .row .primary-image > img {
            width: 485px;
            top: 100px; } }
      #intro-section-1 .row .primary-image .primary-image-content {
        position: relative; }
        #intro-section-1 .row .primary-image .primary-image-content img {
          z-index: 4; }
        #intro-section-1 .row .primary-image .primary-image-content #other_devices {
          top: 180px;
          right: 0; }
          @media all and (max-width: 1800px) {
            #intro-section-1 .row .primary-image .primary-image-content #other_devices {
              width: 485px;
              top: 100px; } }
        #intro-section-1 .row .primary-image .primary-image-content #phone-svg {
          position: absolute;
          right: 0;
          width: 358px; }
          @media all and (max-width: 1800px) {
            #intro-section-1 .row .primary-image .primary-image-content #phone-svg {
              width: 226px;
              position: inherit;
              display: block;
              margin: 0 auto; } }
          @media all and (max-width: 992px) {
            #intro-section-1 .row .primary-image .primary-image-content #phone-svg {
              width: 245px; } }
        #intro-section-1 .row .primary-image .primary-image-content .video-gif {
          display: none; }
          @media all and (max-width: 992px) {
            #intro-section-1 .row .primary-image .primary-image-content .video-gif {
              z-index: 4;
              position: absolute;
              margin: 0px auto;
              display: block;
              width: 89.375%;
              left: 5.3125%;
              top: 11.28%; } }
        #intro-section-1 .row .primary-image .primary-image-content .video_hd {
          z-index: 4;
          background-color: #000;
          position: absolute;
          width: 89.375%;
          left: 5.3125%;
          top: 11.28%; }
          @media all and (max-width: 992px) {
            #intro-section-1 .row .primary-image .primary-image-content .video_hd {
              width: 223px;
              top: 53px;
              left: calc(50% - 111px);
              display: none; } }
  @media all and (max-width: 992px) {
    #intro-section-1 .hero-content {
      text-align: center; } }
  @media all and (max-width: 479px) {
    #intro-section-1 .hero-content {
      text-align: left; } }
  @media all and (max-width: 992px) {
    #intro-section-1 .hero-content p {
      max-width: 400px;
      margin: 16px auto 0; } }
  @media all and (max-width: 479px) {
    #intro-section-1 .hero-content p {
      max-width: 100%;
      margin: 16px auto 0; } }
  @media all and (max-width: 992px) {
    #intro-section-1 p, #intro-section-1 h1 {
      color: #fff; } }
  #intro-section-1 .intro-section-background {
    top: -320px; }
    @media all and (max-width: 992px) {
      #intro-section-1 .intro-section-background {
        width: 1200px;
        height: 1200px;
        right: calc(50% - 600px);
        top: -544px;
        left: auto;
        bottom: auto; } }
    @media all and (max-width: 479px) {
      #intro-section-1 .intro-section-background {
        top: -640px; } }
  #intro-section-1.columns {
    padding-right: 25px; }
  #intro-section-1 .button-div-animated {
    font-size: 0;
    margin-top: 50px; }
    #intro-section-1 .button-div-animated .button:first-child {
      margin-right: 1em; }
    @media all and (max-width: 479px) {
      #intro-section-1 .button-div-animated {
        text-align: center;
        margin-top: 30px; }
        #intro-section-1 .button-div-animated .button {
          display: block;
          margin: 1em auto 0px; }
          #intro-section-1 .button-div-animated .button:first-child {
            margin-right: auto; } }

.seeInAcBtn.button.grey {
  position: relative;
  cursor: pointer;
  z-index: 4;
  border: none;
  padding: 0;
  margin-left: 20px;
  min-width: 0; }
  @media all and (max-width: 992px) {
    .seeInAcBtn.button.grey {
      color: #fff;
      opacity: 0.9; }
      .seeInAcBtn.button.grey:hover {
        opacity: 1; } }

@media all and (max-width: 992px) {
  #other_devices {
    display: none; } }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

#intro-section-2 .row {
  flex-direction: row-reverse; }
  @media all and (max-width: 992px) {
    #intro-section-2 .row .primary-image {
      max-width: 480px; } }

.laptop-video, .laptop-gif {
  display: block;
  z-index: 5;
  position: absolute;
  width: 88.743%;
  height: auto;
  left: 5.912%;
  top: 8.859%; }

.laptop-gif {
  display: none; }
  @media all and (max-width: 992px) {
    .laptop-gif {
      display: block; } }

@media all and (max-width: 992px) {
  .laptop-video {
    display: none; } }

.macbook_mockup {
  max-width: 133.67%;
  left: -16.74%;
  position: relative;
  z-index: 4; }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

#intro-section-3 {
  margin-top: 108px; }
  @media all and (max-width: 992px) {
    #intro-section-3 {
      margin: 0; } }
  @media all and (max-width: 992px) {
    #intro-section-3 .primary-image .primary-image-content {
      text-align: center; } }
  @media all and (max-width: 992px) {
    #intro-section-3 .primary-image .primary-image-content img {
      max-width: inherit;
      max-height: inherit; } }
  #intro-section-3 .primary-text-content .ecommerce-logos {
    margin: 60px auto 0;
    -filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }
    @media all and (max-width: 992px) {
      #intro-section-3 .primary-text-content .ecommerce-logos {
        margin: 30px auto 0; } }
    #intro-section-3 .primary-text-content .ecommerce-logos ul {
      text-align: left; }
      @media all and (max-width: 992px) {
        #intro-section-3 .primary-text-content .ecommerce-logos ul {
          display: flex;
          flex-wrap: wrap;
          text-align: center;
          justify-content: space-around; } }
    #intro-section-3 .primary-text-content .ecommerce-logos li {
      display: inline-block;
      margin: 0 24px 24px 0;
      vertical-align: top;
      position: relative; }
      #intro-section-3 .primary-text-content .ecommerce-logos li.coming-soon::before {
        content: 'Coming Soon';
        position: absolute;
        opacity: 0;
        animation: highlightFeature 5s cubic-bezier(1, 0, 0.75, 1);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 4;
        background-color: rgba(255, 255, 255, 0.95);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #3d4520;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s; }
      #intro-section-3 .primary-text-content .ecommerce-logos li.coming-soon:hover::before {
        opacity: 1; }
      @media all and (max-width: 992px) {
        #intro-section-3 .primary-text-content .ecommerce-logos li {
          margin: 12px; } }
      @media all and (max-width: 479px) {
        #intro-section-3 .primary-text-content .ecommerce-logos li {
          margin: 4px; } }
      #intro-section-3 .primary-text-content .ecommerce-logos li img {
        max-height: 48px; }
        @media all and (max-width: 479px) {
          #intro-section-3 .primary-text-content .ecommerce-logos li img {
            max-height: 36px; } }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

@media all and (max-width: 992px) {
  #intro-section-4 .primary-image {
    max-width: 240px; }
    #intro-section-4 .primary-image .primary-image-content {
      max-width: none;
      max-height: none; } }

#intro-section-4 .green-ellipse {
  z-index: -1;
  position: absolute;
  top: 9px;
  left: -390px;
  height: 700px;
  width: 1150px;
  border-radius: 1000px 200% 400% 500%;
  background-color: #49d5a2;
  transform: rotate(-15deg); }
  @media all and (max-width: 1800px) {
    #intro-section-4 .green-ellipse {
      position: absolute;
      top: 45px;
      height: 495px;
      width: 80%;
      border-radius: 1000px 200% 400% 500%;
      transform: rotate(-15deg); } }
  @media all and (max-width: 992px) {
    #intro-section-4 .green-ellipse {
      position: absolute;
      top: 40%;
      left: -20%;
      height: 400px;
      width: 100%;
      border-radius: 1000px 200% 400% 500%; } }
  @media all and (max-width: 479px) {
    #intro-section-4 .green-ellipse {
      top: 45%;
      height: 320px;
      width: 125%;
      max-width: 690px; } }

#widget_mockup {
  z-index: 5;
  position: absolute;
  width: 89.143%;
  height: auto;
  left: 5.312%;
  top: 11.159%; }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

#intro-section-5 {
  margin-top: 160px;
  display: block;
  position: relative; }
  @media all and (max-width: 992px) {
    #intro-section-5 {
      margin: 0; } }
  #intro-section-5 .row {
    display: flex;
    align-items: center; }
    @media all and (max-width: 992px) {
      #intro-section-5 .row {
        display: block; } }
  #intro-section-5 .primary-image {
    display: flex;
    align-items: stretch;
    z-index: 4;
    margin: 4vh auto 0; }
    @media all and (max-width: 992px) {
      #intro-section-5 .primary-image {
        flex-wrap: wrap;
        justify-content: center;
        max-width: none;
        max-height: none;
        margin: 60px 0 0; } }
    @media all and (max-width: 479px) {
      #intro-section-5 .primary-image {
        margin: 48px 0 0; } }
    #intro-section-5 .primary-image > img {
      z-index: 4;
      top: 180px;
      right: 0; }
      @media all and (max-width: 1800px) {
        #intro-section-5 .primary-image > img {
          width: 485px;
          top: 100px; } }
    #intro-section-5 .primary-image .primary-image-content {
      display: flex;
      position: relative;
      margin: 20px; }
      @media all and (min-width: 992px) {
        #intro-section-5 .primary-image .primary-image-content:first-child {
          margin-left: 0; }
        #intro-section-5 .primary-image .primary-image-content:last-child {
          margin-right: 0; } }
      @media all and (max-width: 992px) {
        #intro-section-5 .primary-image .primary-image-content {
          max-width: 300px;
          margin: 10px; } }
      @media all and (max-width: 479px) {
        #intro-section-5 .primary-image .primary-image-content {
          max-width: 100%;
          margin: 10px 0; } }
      #intro-section-5 .primary-image .primary-image-content .info-card {
        background: #fff;
        border-radius: 24px;
        overflow: hidden; }
        #intro-section-5 .primary-image .primary-image-content .info-card .info-card-image {
          border-bottom: 1px solid #808db0; }
        #intro-section-5 .primary-image .primary-image-content .info-card .info-card-text {
          padding: 40px; }
          @media all and (max-width: 992px) {
            #intro-section-5 .primary-image .primary-image-content .info-card .info-card-text {
              padding: 24px; } }
          #intro-section-5 .primary-image .primary-image-content .info-card .info-card-text h3 {
            font-size: 20px;
            font-weight: 500; }
          #intro-section-5 .primary-image .primary-image-content .info-card .info-card-text p {
            font-size: 14px; }
  @media all and (max-width: 992px) {
    #intro-section-5 .hero-content {
      text-align: center; } }
  @media all and (max-width: 479px) {
    #intro-section-5 .hero-content {
      text-align: left; } }
  @media all and (max-width: 992px) {
    #intro-section-5 .hero-content p {
      max-width: 400px;
      margin: 16px auto 0; } }
  @media all and (max-width: 479px) {
    #intro-section-5 .hero-content p {
      max-width: 100%;
      margin: 16px auto 0; } }
  #intro-section-5 p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 22px; }
    @media all and (max-width: 1800px) {
      #intro-section-5 p {
        font-size: 16px;
        line-height: 24px; } }
  #intro-section-5 h1 {
    line-height: 1.1em; }
    @media all and (max-width: 1800px) {
      #intro-section-5 h1 {
        font-size: 30px; } }
  #intro-section-5.columns {
    padding-right: 25px; }
  #intro-section-5 .intro-section-background {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 148.333333%; }

#play-video-icon {
  position: relative;
  top: -2px; }

.phone-circle-back {
  position: absolute;
  top: -360px;
  right: -600px;
  height: 1235px;
  width: 1235px;
  background-color: #fa436b;
  border-radius: 50%;
  z-index: -1; }
  @media all and (max-width: 1800px) {
    .phone-circle-back {
      position: absolute;
      top: -204px;
      right: -240px;
      height: 820px;
      width: 820px;
      background-color: #fa436b;
      border-radius: 50%; } }
  @media all and (max-width: 992px) {
    .phone-circle-back {
      height: 1000px;
      width: 1000px;
      left: calc(50% - 500px);
      top: -330px; } }

.tagline_mob {
  display: none; }
  @media all and (max-width: 479px) {
    .tagline_mob {
      display: block;
      text-align: left; } }
  @media all and (max-width: 1800px) {
    .tagline_mob {
      display: none; } }

.supDevBtn {
  color: #48d19f;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  width: 225px;
  max-width: 100%;
  font-size: 12px;
  transition: all 0.3s ease; }
  .supDevBtn:hover {
    border-radius: 24px;
    background-color: #808db0;
    color: #ffffff; }

.signup-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0; }
  @media all and (max-width: 992px) {
    .signup-panel {
      flex-direction: column;
      justify-content: center;
      margin: 70px 0;
      padding: 16px; } }
  @media all and (max-width: 992px) {
    .signup-panel .sign-up-text {
      margin-bottom: 32px; } }
  .signup-panel .sign-up-text p {
    color: white;
    line-height: 1.4em; }
    .signup-panel .sign-up-text p span {
      font-weight: 600; }
  .signup-panel .image-background {
    position: absolute;
    z-index: -1;
    width: 133.33333%;
    max-width: 133.33333%;
    height: calc(100% + 80px);
    max-height: calc(100% + 80px);
    left: -16.66667%;
    top: -40px; }
    @media all and (max-width: 992px) {
      .signup-panel .image-background {
        width: 480px;
        max-width: 480px;
        left: calc(50% - 240px);
        height: calc(100% + 64px);
        max-height: calc(100% + 64px);
        top: -32px; } }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

#features {
  position: relative; }
  @media all and (max-width: 992px) {
    #features {
      display: block;
      color: #000; } }
  #features .featHeading {
    font-size: 42px;
    font-weight: 300;
    position: relative;
    z-index: 6;
    letter-spacing: -1px; }
    @media all and (max-width: 1800px) {
      #features .featHeading {
        font-size: 36px; } }
    @media all and (max-width: 992px) {
      #features .featHeading {
        text-align: center; } }
    @media all and (max-width: 479px) {
      #features .featHeading {
        text-align: left; } }
  #features .text-box-feature {
    position: relative;
    width: 65%; }
    @media all and (max-width: 992px) {
      #features .text-box-feature {
        width: 100%; } }
    @media all and (max-width: 992px) {
      #features .text-box-feature:nth-child(even) {
        text-align: right; }
        #features .text-box-feature:nth-child(even) div.feature-content.f2 {
          text-align: right; }
          #features .text-box-feature:nth-child(even) div.feature-content.f2 h1, #features .text-box-feature:nth-child(even) div.feature-content.f2 p, #features .text-box-feature:nth-child(even) div.feature-content.f2 img {
            text-align: right;
            float: right;
            clear: both; } }
  #features .features-first-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto; }
    #features .features-first-content .text-box-feature {
      padding-left: 60px; }
      @media all and (max-width: 992px) {
        #features .features-first-content .text-box-feature {
          padding-left: 0px; } }
      #features .features-first-content .text-box-feature p {
        max-width: 420px; }
    #features .features-first-content .gyl-1 {
      width: 289px; }
    #features .features-first-content .gyl-2 {
      width: 288px; }
    #features .features-first-content .gyl-3 {
      width: 216px; }
    @media all and (max-width: 479px) {
      #features .features-first-content .gyl-1 {
        width: 128px; }
      #features .features-first-content .gyl-2 {
        width: 128px; }
      #features .features-first-content .gyl-3 {
        width: 97px; } }
  @media all and (max-width: 479px) {
    #features .f2 h1 {
      text-align: right;
      padding-left: 30%;
      max-width: 100%; } }
  @media all and (max-width: 479px) {
    #features .f2 p {
      color: #808db0; } }
  #features .f2 .gplay {
    margin-top: 16px; }
  @media all and (max-width: 479px) {
    #features .f3 h1 {
      color: #3d4250;
      text-align: left; } }
  @media all and (max-width: 479px) {
    #features .f3 p {
      color: #808db0;
      text-align: left; } }
  #features .icon-text-features {
    padding: 0px 140px; }
    @media all and (max-width: 992px) {
      #features .icon-text-features {
        padding: 0px; } }
  #features .view-all-button {
    width: 216px;
    height: 48px;
    border-radius: 24px;
    background-color: #fff;
    border: 2px solid #48d19f;
    color: #48d19f;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    margin: 60px auto;
    margin-top: 208px;
    text-transform: uppercase;
    position: relative; }
  #features .view-all-button img {
    position: absolute;
    top: -45px;
    right: -25px; }
  #features .sub-section.row {
    margin-top: 140px;
    display: flex;
    align-items: center;
    position: relative; }
    #features .sub-section.row::before, #features .sub-section.row::after {
      display: none; }
    #features .sub-section.row:first-child {
      margin-top: 130px; }
    @media all and (max-width: 992px) {
      #features .sub-section.row {
        margin-top: 100px; } }
    @media all and (max-width: 479px) {
      #features .sub-section.row {
        margin-top: 60px; } }
    @media all and (max-width: 479px) {
      #features .sub-section.row .illustration-left, #features .sub-section.row .illustration-right {
        position: relative;
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); } }
    @media (max-width: 500px) {
      #features .sub-section.row .illustration-left, #features .sub-section.row .illustration-right {
        position: absolute; } }
    @media all and (max-width: 479px) {
      #features .sub-section.row .illustration-left img, #features .sub-section.row .illustration-right img {
        position: relative;
        margin-left: 0px; } }
    #features .sub-section.row .illustration-left .gyl-1, #features .sub-section.row .illustration-left .gyl-2, #features .sub-section.row .illustration-right .gyl-1, #features .sub-section.row .illustration-right .gyl-2 {
      top: -33px; }
    #features .sub-section.row .illustration-left .gyl-3, #features .sub-section.row .illustration-right .gyl-3 {
      top: 0px; }
    #features .sub-section.row .illustration-right {
      width: 65%; }
      @media all and (max-width: 992px) {
        #features .sub-section.row .illustration-right {
          width: auto; } }
      @media all and (max-width: 479px) {
        #features .sub-section.row .illustration-right {
          left: 0;
          top: -70px;
          width: auto; } }
      @media (max-width: 500px) {
        #features .sub-section.row .illustration-right {
          top: 10px; } }
      #features .sub-section.row .illustration-right img {
        margin-right: 30px; }
        @media all and (max-width: 992px) {
          #features .sub-section.row .illustration-right img {
            margin-right: 0px; } }
    @media all and (max-width: 479px) {
      #features .sub-section.row .illustration-left {
        right: 0;
        top: -25px; } }
    #features .sub-section.row .illustration-left img {
      margin-left: 30px; }
      @media all and (max-width: 992px) {
        #features .sub-section.row .illustration-left img {
          margin-left: 0px; } }
  #features .sec2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: "Montserrat", sans-serif;
    margin-top: 193px; }
    @media all and (max-width: 992px) {
      #features .sec2 {
        max-width: 450px;
        margin: 86px auto 0px; }
        #features .sec2 p, #features .sec2 h1, #features .sec2 h4 {
          text-align: left;
          margin: 0px; } }
    #features .sec2 p {
      font-size: 16px;
      font-weight: 300; }
      @media all and (max-width: 479px) {
        #features .sec2 p {
          width: 100%; } }
    #features .sec2 h1 {
      font-size: 22px;
      font-weight: 400; }
      @media all and (max-width: 1800px) {
        #features .sec2 h1 {
          font-size: 20px; } }
    #features .sec2 h4 {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #49d5a2;
      margin: 30px 0px 0px 0px; }
      @media all and (max-width: 479px) {
        #features .sec2 h4 {
          margin: 15px 0px 0px 0px; } }
    #features .sec2 img {
      margin-bottom: 10px;
      max-height: 32px; }
    #features .sec2 .panel {
      background-color: #fff;
      margin: 0px 0px 50px;
      min-width: 33%;
      max-width: 48%; }
      @media all and (max-width: 992px) {
        #features .sec2 .panel {
          margin: 0px 15px 25px;
          max-width: 100%; }
          #features .sec2 .panel img, #features .sec2 .panel h1 {
            display: inline-block; }
          #features .sec2 .panel img {
            width: 19px;
            height: 19px;
            margin: 0px 10px 0px 0px; }
          #features .sec2 .panel p {
            font-size: 13px;
            line-height: 20px; } }
      @media all and (max-width: 479px) {
        #features .sec2 .panel {
          width: 100%;
          padding: 25px 0px;
          margin: 0px; }
          #features .sec2 .panel h1 {
            font-weight: 300;
            padding: 0px;
            font-size: 18px; }
          #features .sec2 .panel img {
            margin: 0px 5px 0px 0px; } }
  @media all and (max-width: 479px) {
    #features .sec3 {
      display: none; } }
  #features .sec3 .feature-column {
    max-width: 30%; }
    @media all and (max-width: 992px) {
      #features .sec3 .feature-column {
        max-width: 48%;
        text-align: center;
        margin-bottom: 32px; } }
    @media all and (max-width: 479px) {
      #features .sec3 .feature-column {
        max-width: 100%;
        text-align: left; } }
  #features .sec3 .features-group-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.93;
    letter-spacing: 0.3px;
    color: #808db0;
    text-transform: uppercase;
    margin-bottom: 60px; }
    @media all and (max-width: 992px) {
      #features .sec3 .features-group-title {
        margin-bottom: 32px; } }
    @media all and (max-width: 479px) {
      #features .sec3 .features-group-title {
        margin-bottom: 16px; } }
  #features .sec3.row {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media all and (max-width: 992px) {
      #features .sec3.row {
        justify-content: space-around; } }
    @media all and (max-width: 479px) {
      #features .sec3.row {
        justify-content: space-between; } }
  #features .sec3 ul li {
    margin-bottom: 32px; }
    @media all and (max-width: 992px) {
      #features .sec3 ul li {
        margin-bottom: 24px; } }
    @media all and (max-width: 479px) {
      #features .sec3 ul li {
        margin-bottom: 16px; } }
    #features .sec3 ul li a {
      font-size: 21px;
      line-height: 1;
      letter-spacing: -0.5px;
      text-decoration: underline; }
      @media all and (max-width: 992px) {
        #features .sec3 ul li a {
          font-size: 16px; } }
      @media all and (max-width: 479px) {
        #features .sec3 ul li a {
          font-size: 16px; } }

.feature-number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 98px;
  height: 92px;
  line-height: 92px;
  opacity: 0.6;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  background-position: left center; }
  @media all and (max-width: 992px) {
    .feature-number {
      display: inline-block;
      position: static; } }
  @media all and (max-width: 479px) {
    .feature-number {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 20px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.6);
      background-size: contain;
      background-repeat: no-repeat; } }
  .feature-number.f1 {
    background-image: url("/assets/img/red-elipse-1.svg"); }
  .feature-number.f2 {
    background-image: url("/assets/img/green-elipse-2.svg"); }
  .feature-number.f3 {
    background-image: url("/assets/img/yellow-elipse-1.svg");
    color: rgba(61, 66, 80, 0.2); }

.Rounded-Rectangle-1 {
  position: absolute;
  width: 860px;
  height: 1302px;
  background: url("/assets/img/rRectangleYellow.svg") no-repeat;
  background-size: 100%;
  top: 0;
  right: 0; }
  @media all and (max-width: 992px) {
    .Rounded-Rectangle-1 {
      display: none; } }

.heading-bef-utb {
  font-size: 22px;
  font-weight: 400;
  color: #3d4250;
  text-align: center;
  text-transform: uppercase;
  margin-top: 48px; }

/* Ad block content
------------------------------------ */
#user-target-box {
  display: block;
  position: relative;
  background: transparent url("/assets/img/user-target-box.jpg") top center;
  height: 480px;
  margin: 80px 0 104px;
  padding: 96px 0; }
  #user-target-box section {
    position: relative;
    z-index: 2; }
  #user-target-box .featHeading {
    text-align: left; }
  #user-target-box h3 {
    color: #ffffff;
    font-weight: 500; }
  #user-target-box button.red {
    margin-top: 36px; }
    @media all and (max-width: 479px) {
      #user-target-box button.red {
        margin-top: 16px; } }

.overlay-black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(54, 25, 25, 0.5);
  display: none; }
  @media all and (max-width: 992px) {
    .overlay-black {
      display: block; } }

.showme {
  display: block !important; }

.PriceBtnScaledUp {
  background-color: #49d5a2;
  border: 0 !important;
  line-height: 30px !important;
  color: #fff;
  margin-top: 20px !important; }

#footer {
  font-family: montserrat;
  position: relative;
  top: 0;
  right: 0;
  padding: 32px 15px;
  margin-top: 160px; }
  #footer .footerGetStarted {
    display: flex;
    justify-content: center; }
  #footer .shape_only {
    width: 43px;
    height: 29px;
    fill: #fff; }
    #footer .shape_only:hover {
      fill: #3d4250; }
  #footer .footMenu {
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 80rem;
    margin: 100px auto 0; }
    #footer .footMenu .footer-menu-content {
      position: relative; }
    @media all and (max-width: 1800px) {
      #footer .footMenu {
        max-width: 60rem; } }
    @media all and (max-width: 992px) {
      #footer .footMenu {
        margin-top: 65px; } }
    #footer .footMenu .facebook-svg,
    #footer .footMenu .in-svg,
    #footer .footMenu .tw-svg {
      fill: #fff; }
      #footer .footMenu .facebook-svg:hover,
      #footer .footMenu .in-svg:hover,
      #footer .footMenu .tw-svg:hover {
        fill: #3d4250; }
    #footer .footMenu .copyright {
      font-size: 10px;
      letter-spacing: 1px;
      font-weight: 600;
      margin-bottom: 15px;
      text-transform: uppercase;
      display: block;
      color: #ffffff; }
    #footer .footMenu ul {
      margin-bottom: 35px; }
      @media all and (max-width: 992px) {
        #footer .footMenu ul {
          margin-bottom: 32px; } }
    #footer .footMenu li {
      display: inline-block;
      text-transform: uppercase;
      font-weight: normal;
      color: #fff;
      font-size: 12px;
      margin: 10px; }
      #footer .footMenu li a {
        text-decoration: none;
        color: #ffffff;
        transition: all 0.3s ease; }
        #footer .footMenu li a:hover {
          color: #3d4250; }
    #footer .footMenu .footer-logo-ab {
      position: absolute;
      bottom: 8px; }
      @media all and (max-width: 992px) {
        #footer .footMenu .footer-logo-ab {
          margin-bottom: 32px; } }
    #footer .footMenu .fsocial {
      position: relative;
      display: block;
      margin-bottom: 35px;
      line-height: 0; }
      @media all and (max-width: 992px) {
        #footer .footMenu .fsocial {
          position: static;
          display: block; } }
    #footer .footMenu .logo {
      text-align: left;
      left: 0;
      margin-right: 60px;
      height: 35px;
      bottom: -6px; }
      @media all and (max-width: 992px) {
        #footer .footMenu .logo {
          display: none; } }
    #footer .footMenu .fsocial svg {
      margin-left: 10px; }
      @media all and (max-width: 479px) {
        #footer .footMenu .fsocial svg {
          margin: 40px 28px; } }
  #footer #footTitle {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -1.1px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 48px;
    max-width: 450px; }
    @media all and (max-width: 1800px) {
      #footer #footTitle {
        font-size: 36px; } }
    @media all and (max-width: 479px) {
      #footer #footTitle {
        font-size: 25px; } }
  #footer .form-email-send {
    width: 100%;
    max-width: 370px;
    height: 56px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 27px;
    position: relative; }
  #footer #footSubTitle {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 30px; }
  #footer .Rounded-Rectangle {
    font-family: "Montserrat", Helvetica, sans-serif;
    display: inline-block;
    outline: none;
    color: #9fa3a7;
    width: 78%;
    margin-left: 30px;
    height: 100%;
    font-size: 14px;
    border: none;
    font-weight: normal; }
    #footer .Rounded-Rectangle:disabled {
      text-align: center; }
    #footer .Rounded-Rectangle#subscriptionThanks {
      transition: all 1s ease;
      position: relative;
      visibility: hidden;
      display: none; }
  #footer .button-email-input {
    width: 50px;
    height: 56px;
    position: absolute;
    right: 8px;
    cursor: pointer;
    background: transparent url("/assets/img/arrow-right.svg") no-repeat 50% 50%;
    border: none; }
    #footer .button-email-input:hover {
      background: transparent url("/assets/img/arrow-right-hover.svg") no-repeat 50% 50%; }

#footer-background {
  background: #fff url("/assets/img/footer-background.svg") no-repeat center bottom;
  background-size: cover;
  height: 592px;
  position: relative;
  top: -592px;
  z-index: -100;
  margin-bottom: -592px; }
  @media all and (max-width: 1440px) {
    #footer-background {
      height: 544px;
      top: -544px;
      margin-bottom: -544px; } }
  @media all and (max-width: 992px) {
    #footer-background {
      height: 512px;
      top: -512px;
      margin-bottom: -512px; } }
  @media all and (max-width: 479px) {
    #footer-background {
      height: 608px;
      top: -608px;
      margin-bottom: -608px; } }

.video {
  z-index: 5;
  height: 425px;
  width: 78%;
  margin: 35px auto;
  background-color: #fff;
  background-color: transparent;
  position: absolute;
  left: 5px; }
  @media all and (max-width: 1800px) {
    .video {
      height: 67%;
      width: 84%;
      margin-top: 4%;
      left: 18px; } }
  @media all and (max-width: 992px) {
    .video {
      display: none; } }

#testimonial {
  width: 100%;
  max-width: 1280px; }

#testimonial_menu * {
  display: inline-block; }

#testimonial_menu {
  margin-bottom: 20px;
  position: relative; }
  @media all and (max-width: 992px) {
    #testimonial_menu {
      text-align: center; } }
  @media all and (max-width: 479px) {
    #testimonial_menu {
      text-align: left; } }

#testimonial_title {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -1.1px;
  color: #3d4250; }
  @media all and (max-width: 1800px) {
    #testimonial_title {
      font-size: 36px; } }

#testimonial_menu .paging {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #fa436b;
  opacity: 0.2;
  margin-bottom: 7px;
  margin-left: 21px;
  cursor: pointer; }

#testimonial_menu div:last-child {
  margin-left: 21px; }

#testimonial_menu .paging_selected {
  background-color: #fa436b;
  opacity: 1; }

#testimonial_menu .menu_arrow {
  font-size: 50px;
  width: 10px;
  height: 18px;
  color: #808db0;
  cursor: pointer; }

.testimonial_feedback {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 100px; }
  .testimonial_feedback::after, .testimonial_feedback::before {
    display: none; }
  @media all and (max-width: 992px) {
    .testimonial_feedback {
      display: block;
      margin: 100px auto 0;
      max-width: 450px;
      text-align: left; } }
  @media all and (max-width: 479px) {
    .testimonial_feedback {
      margin: 60px auto 0; } }

.testimonial_feedback .customer {
  display: inline-block;
  vertical-align: top;
  max-width: 48%; }
  @media all and (max-width: 992px) {
    .testimonial_feedback .customer {
      display: block;
      max-width: 100%;
      margin-top: 40px; } }

.customer_info {
  display: inline-block; }

.customer .customer_comment {
  max-width: 100%;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
  color: #808db0; }
  @media all and (max-width: 1800px) {
    .customer .customer_comment {
      font-size: 16px; } }
  @media all and (max-width: 479px) {
    .customer .customer_comment {
      margin-top: 24px; } }

.customer .customer_name {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: -0.5px;
  color: #3d4250;
  margin-top: 15px; }
  @media all and (max-width: 479px) {
    .customer .customer_name {
      margin-top: 0; } }

.customer .customer_profession {
  font-weight: normal;
  color: #7f8cb0; }

.profile_container {
  display: flex; }
  @media all and (max-width: 479px) {
    .profile_container {
      flex-direction: column; } }

.profile_container img {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  margin-bottom: 5px;
  margin-right: 24px; }
  @media all and (max-width: 479px) {
    .profile_container img {
      margin: 0 auto; } }

.Ellipse-2 {
  width: 83px;
  height: 79px;
  border-radius: 42px;
  position: absolute;
  object-fit: contain;
  opacity: 0.5;
  background-color: #49d5a2;
  z-index: -10;
  margin-top: 55px;
  margin-right: 40px; }
  @media all and (max-width: 479px) {
    .Ellipse-2 {
      display: none; } }

.Ellipse-1 {
  width: 102.9px;
  height: 117.9px;
  border-radius: 62px;
  position: absolute;
  object-fit: contain;
  opacity: 0.5;
  background-color: #fa436b;
  z-index: -10;
  margin-left: 28px;
  margin-top: -9px; }
  @media all and (max-width: 479px) {
    .Ellipse-1 {
      display: none; } }

.coming-soon:hover::before {
  content: "Coming Soon";
  position: absolute;
  visibility: visible;
  animation: highlightFeature 5s cubic-bezier(1, 0, 0.75, 1);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #3d4520;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center; }

/* Breakpoint on responsive content
------------------------------------ */
/* Fonts
------------------------------------ */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500; }

/* Transition
------------------------------------ */
/* Buttons
------------------------------------ */
/* Prefix function
------------------------------------ */
/* Breakpoint responsive content
------------------------------------ */
/* Default body,html,h,.row,a,img
------------------------------------ */
*,
*:after,
*:before {
  box-sizing: inherit; }

body,
html {
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 320px; }

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, "Gotham Rounded", Helvetica, Arial, sans-serif;
  color: #3d4250;
  overflow-x: hidden; }

.row {
  padding: 0 30px; }
  @media all and (max-width: 479px) {
    .row {
      padding: 0 15px; } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3d4250;
  line-height: 1.2;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a.underline {
  text-decoration: underline; }

img {
  max-width: 100%;
  display: inline-block; }

/* Default - divider with text
------------------------------------ */
.divider-or {
  width: 100%;
  height: 1px;
  background-color: #dddded;
  text-align: center; }
  .divider-or span {
    font-size: 14px;
    color: #7f8cb0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -9px;
    background-color: #ffffff;
    padding: 0 10px; }

/* Default - inputs, select element and textarea
------------------------------------ */
input[type="password"],
input[type="text"],
select,
textarea {
  border-radius: 6px;
  border: 2px solid #808db0;
  color: #3d4250;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

input[type="password"],
input[type="text"],
select {
  height: 56px;
  padding: 0 14px; }

textarea {
  padding: 14px;
  resize: none; }

input[type="text"].error {
  background-color: #ffd9e1;
  color: #fa436b;
  border-color: #fa436b; }
  input[type="text"].error:focus {
    border-color: #fa436b; }

input[type="text"].success {
  background-color: transparent;
  color: #49d5a2;
  border-color: #49d5a2; }
  input[type="text"].success:focus {
    border-color: #49d5a2; }

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #3d4250; }

::-webkit-input-placeholder {
  color: #b8c4d6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c4d6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c4d6; }

:-ms-input-placeholder {
  color: #b8c4d6; }

input.error::-webkit-input-placeholder {
  color: #3d4251; }

input.error:-moz-placeholder {
  color: #3d4251; }

input.error::-moz-placeholder {
  color: #3d4251; }

input.error:-ms-input-placeholder {
  color: #3d4251; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/assets/img/select_arrow.svg") no-repeat right 16px center; }

.label-input {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d4250;
  font-weight: 400;
  text-align: left; }

/* Default - buttons
------------------------------------ */
button {
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:disabled {
  background: #cbcbcb;
  cursor: no-drop; }
  button:disabled:hover {
    background-color: #cbcbcb; }

.button-green {
  width: 100%;
  max-width: 208px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #2eac72;
  letter-spacing: 1px; }
  .button-green:hover {
    background: #57f0b8;
    color: #fff; }
  @media all and (max-width: 479px) {
    .button-green {
      max-width: 100%;
      height: 56px;
      border-radius: 28px; } }

button.grey-1 {
  background-color: transparent;
  border: 2px solid #808db0;
  height: 48px;
  color: #808db0;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 1px; }
  button.grey-1:hover {
    background-color: #808db0;
    color: #ffffff; }

button.grey-black {
  background-color: #808db0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  button.grey-black:hover {
    background-color: #3d4250; }

button.text-button-grey {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #7481a8; }

/* Default - error label below inputs and select elements
------------------------------------ */
.error-label {
  text-align: left;
  color: #fa436b;
  font-size: 16px;
  margin-top: 16px; }

/* Hide elements on mobile or tablet*/
@media all and (max-width: 479px) {
  .hide-mobile {
    display: none; } }

@media all and (max-width: 992px) {
  .hide-tablet {
    display: none; } }

/* Show elements on mobile or tablet*/
.show-mobile {
  display: none; }
  @media all and (max-width: 479px) {
    .show-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media all and (max-width: 992px) {
    .show-tablet {
      display: block; } }

.checkbox-content input[type="checkbox"]:checked + label,
.checkbox-content input[type="checkbox"]:disabled + label {
  background-color: #49d5a2;
  border: none; }
  .checkbox-content input[type="checkbox"]:checked + label:after,
  .checkbox-content input[type="checkbox"]:disabled + label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }

.checkbox-content input[type="checkbox"]:disabled + label {
  opacity: 0.5; }

.checkbox-content {
  position: relative;
  height: 24px; }
  .checkbox-content input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-content label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
  .checkbox-content label.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #3d4250;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer; }
  .checkbox-content label.checkbox-label-text {
    margin-left: 10px;
    line-height: 24px; }

.row {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 1440px) {
    .row {
      max-width: 1052px; } }

.row::before, .row::after {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.small-collapse > .column, .row.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.small-uncollapse > .column, .row.small-uncollapse > .columns {
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (min-width: 480px) {
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 992px) {
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; } }

.row.expanded {
  max-width: none; }

.column, .columns {
  width: 100%;
  float: left; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter, .small-push-0, .small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 480px) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 992px) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter, .large-push-0, .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

#signIn {
  cursor: pointer;
  color: #808db0;
  transition: all 0.3s ease; }

#signIn:hover {
  color: #3d4250; }

#tnc-links {
  text-align: center; }
  #tnc-links > h1 {
    margin-bottom: 20px; }
  #tnc-links .primary-text-content {
    margin-bottom: 100px; }
  #tnc-links .link-container {
    display: flex;
    justify-content: center; }
    @media all and (max-width: 992px) {
      #tnc-links .link-container {
        flex-direction: column; } }
    #tnc-links .link-container .link-item a {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      margin: 20px 100px; }
      #tnc-links .link-container .link-item a h2 {
        font-size: 20px;
        line-height: 22px;
        color: #3D4250;
        margin-bottom: 40px;
        font-weight: 400; }
      #tnc-links .link-container .link-item a img {
        max-height: 116px;
        width: auto;
        align-self: center; }
      #tnc-links .link-container .link-item a span {
        color: #7481A8;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase; }

#main-content .tnc-text {
  padding: 40px 50px; }
  #main-content .tnc-text p:not(.no-margin) {
    margin-bottom: 30px; }
  #main-content .tnc-text h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px; }
  #main-content .tnc-text ul {
    list-style: disc;
    font-size: 16px;
    line-height: 24px;
    color: #808db0;
    padding-left: 30px; }
  #main-content .tnc-text ol {
    list-style: decimal;
    font-size: 16px;
    line-height: 24px;
    color: #808db0;
    padding-left: 30px; }
  #main-content .tnc-text .officer-details a {
    text-decoration: underline; }

#main-content .upper {
  text-transform: uppercase; }
