@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
@font-face {
  font-family: "minion-pro";
  src: url("/assets/Minion_pro_reg-dffadf42.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "minion-pro";
  src: url("/assets/Minion_pro_bold-b2b59c08.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brandon-grotesque";
  src: url("/assets/Brandon_reg-7504537d.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brandon-grotesque";
  src: url("/assets/Brandon_bld-5674a972.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
.using-steps-list-box::before, .info-block-features i, .info-block-pricing-box-price {
  color: #6ecadc;
  background: linear-gradient(rgba(110, 202, 220, 0.9), rgba(62, 185, 145, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

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

.center-align {
  text-align: center;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.bold {
  font-weight: 700;
}

.red {
  color: #fc091b;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0px 0px 10px 5px rgba(69, 65, 78, 0.1);
  }
  70% {
    transform: scale(1);
    box-shadow: 0px 5px 20px 5px rgba(69, 65, 78, 0.3);
  }
}
@font-face {
  font-family: "streamline";
  src: url("/assets/streamline-1f9e8c5c.eot");
  src: url("/assets/streamline-1f9e8c5c.eot?#iefix") format("embedded-opentype"), url("/assets/streamline-1693f154.woff") format("woff"), url("/assets/streamline-5a2f8090.ttf") format("truetype"), url("/assets/streamline-11a49586.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=icon-] {
  font-family: "streamline";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link::before {
  content: "\e900";
}

.icon-pencil-write::before {
  content: "\e901";
}

.icon-search::before {
  content: "\e902";
}

.icon-check-box::before {
  content: "\e903";
}

.icon-calendar::before {
  content: "\e904";
}

.icon-stopwatch::before {
  content: "\e905";
}

.icon-account-circle::before {
  content: "\e906";
}

.icon-mobile-phone-cash::before {
  content: "\e907";
}

.icon-navigation-drawer::before {
  content: "\e908";
}

.icon-rank-army-star::before {
  content: "\e909";
}

.icon-lock-close::before {
  content: "\e90a";
}

.icon-crate-trolley::before {
  content: "\e90b";
}

.icon-tuck::before {
  content: "\e90c";
}

.icon-coin-receive::before {
  content: "\e90d";
}

.icon-tool-gardening::before {
  content: "\e90e";
}

.icon-car-pickup::before {
  content: "\e90f";
}

.icon-tools-driller::before {
  content: "\e910";
}

.icon-tools-shovel::before {
  content: "\e911";
}

.icon-lawn-mower::before {
  content: "\e912";
}

.icon-spray-bottle::before {
  content: "\e913";
}

/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.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;
}

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.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 {
  float: left;
  width: 50%;
}
.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 {
  float: left;
  width: 33.3333333333%;
}
.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 {
  float: left;
  width: 25%;
}
.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 {
  float: left;
  width: 20%;
}
.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 {
  float: left;
  width: 16.6666666667%;
}
.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 {
  float: left;
  width: 14.2857142857%;
}
.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 {
  float: left;
  width: 12.5%;
}
.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;
}

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

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .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 {
    float: left;
    width: 50%;
  }
  .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 {
    float: left;
    width: 33.3333333333%;
  }
  .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 {
    float: left;
    width: 25%;
  }
  .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 {
    float: left;
    width: 20%;
  }
  .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 {
    float: left;
    width: 16.6666666667%;
  }
  .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 {
    float: left;
    width: 14.2857142857%;
  }
  .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 {
    float: left;
    width: 12.5%;
  }
  .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;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .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 {
    float: left;
    width: 50%;
  }
  .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 {
    float: left;
    width: 33.3333333333%;
  }
  .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 {
    float: left;
    width: 25%;
  }
  .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 {
    float: left;
    width: 20%;
  }
  .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 {
    float: left;
    width: 16.6666666667%;
  }
  .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 {
    float: left;
    width: 14.2857142857%;
  }
  .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 {
    float: left;
    width: 12.5%;
  }
  .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;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

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

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #333;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #333;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #333;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

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

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.accordion-title {
  cursor: pointer;
}
.accordion-title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 1em;
  vertical-align: sub;
  background-image: url("/assets/circle-plus-black-fa31e9af.svg");
  background-position: center;
  background-size: 99%;
  background-repeat: no-repeat;
}
.accordion-title.open::after {
  background-image: url("/assets/circle-minus-black-9c73fe7e.svg");
}
.accordion-title.support-accordion-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  padding: 1em;
  position: relative;
  border-top: 2px solid #e5e5e5;
  clear: both;
  line-height: 19px;
}
.accordion-title.support-accordion-title::after {
  background-image: url("/assets/circle-plus-51e0156c.svg");
}
.accordion-title.support-accordion-title.open::after {
  background-image: url("/assets/circle-minus-f03df897.svg");
}
.accordion-title.category-accordion-title::after {
  content: none;
}
.accordion-title.category-accordion-title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 1em;
  vertical-align: sub;
  background-image: url("/assets/circle-plus-black-fa31e9af.svg");
  background-position: center;
  background-size: 99%;
  background-repeat: no-repeat;
}
.accordion-title.category-accordion-title.open::before {
  background-image: url("/assets/circle-minus-black-9c73fe7e.svg");
}
.accordion-title.category-accordion-title.open::after {
  content: none;
}

.accordion-content {
  display: none;
  padding: 0.5em;
}
.booking-accordion-title-wrapper .accordion-content {
  padding: 1em 0;
  margin-bottom: 1em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.booking-accordion-title .question {
  margin-bottom: 1em;
  padding-left: 0;
}
.booking-accordion-title .icon {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  background-image: url("/assets/circle-plus-black-fa31e9af.svg");
  background-position: center;
  background-size: 99%;
  background-repeat: no-repeat;
}
.booking-accordion-title.open {
  font-weight: 700;
}
.booking-accordion-title.open .icon {
  background-image: url("/assets/circle-minus-black-9c73fe7e.svg");
}

.ui-autocomplete {
  width: 350px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  color: #333;
  padding-left: 16px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:active, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:focus {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.booking-notice {
  position: relative;
  padding: 1.5em;
  margin: 1em;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  background-color: #f9ebb2;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  text-align: center;
}
.booking-notice.mobile {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: calc(100% - 2em);
}
@media (min-width: 640px) {
  .booking-notice.mobile {
    display: none;
  }
}
.booking-notice .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.booking-notice .close::before, .booking-notice .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
}
.booking-notice .close::before {
  transform: translateY(-50%) rotate(45deg);
}
.booking-notice .close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.bottom-notice {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 100%;
  max-width: 400px;
  padding: 1.5em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  transform: translateX(-50%);
  transition: transform 0.5s;
  background-color: #f9ebb2;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  text-align: center;
}
.bottom-notice.urgent {
  background-color: #ffbebb;
}
.bottom-notice .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.bottom-notice .close::before, .bottom-notice .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
}
.bottom-notice .close::before {
  transform: translateY(-50%) rotate(45deg);
}
.bottom-notice .close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.block-heading {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  position: relative;
  text-align: center;
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block-heading::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #8a8a8a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block-heading-wrapper {
  padding: 1em;
  background-color: #fff;
}

.block-sub-heading {
  font-size: 1.15em;
  margin: 0;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 2em;
}

.sub-heading {
  padding-bottom: 1em;
  position: relative;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.narrow-text {
  max-width: 500px;
  margin: 0 auto 1rem;
}

.intro-text {
  font-size: 1.1em;
}

.button,
.add-card-form .stripe-button-el span {
  display: block;
  padding: 24px;
  margin: 1.5em 0;
  color: #fff;
  background-color: #e01563;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s ease-out;
  max-width: 640px;
  margin: auto;
  height: 60px;
}
.button.expanded,
.add-card-form .stripe-button-el span.expanded {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  max-width: 340px;
}
.button.left-align,
.add-card-form .stripe-button-el span.left-align {
  margin-left: 0;
}
.button:hover,
.add-card-form .stripe-button-el span:hover {
  background-color: rgb(212.8, 19.95, 94.05);
  color: #fff;
}
.button.pro,
.add-card-form .stripe-button-el span.pro {
  background-color: #fbd075;
}
.button.buddy,
.add-card-form .stripe-button-el span.buddy {
  background-color: #fbd075;
}
.button.rookie,
.add-card-form .stripe-button-el span.rookie {
  background-color: #f57baa;
}
.button.button-outline,
.add-card-form .stripe-button-el span.button-outline {
  color: #e01563;
  background-color: transparent;
  border-color: currentColor;
}
.button.button-outline:hover,
.add-card-form .stripe-button-el span.button-outline:hover {
  color: rgb(212.8, 19.95, 94.05);
  background-color: transparent;
}
.button.button-outline.pro,
.add-card-form .stripe-button-el span.button-outline.pro {
  color: #333;
  border-color: #fbd075;
}
.button.button-outline.buddy,
.add-card-form .stripe-button-el span.button-outline.buddy {
  color: #333;
  border-color: #fbd075;
}
.button.button-outline.rookie,
.add-card-form .stripe-button-el span.button-outline.rookie {
  color: #333;
  border-color: #f57baa;
}
.button-facebook {
  background-color: #3b5998;
}
.button-facebook:hover {
  background-color: rgb(56.05, 84.55, 144.4);
}
.button-google {
  background-color: #d34836;
}
.button-google:hover {
  background-color: rgb(206.537755102, 63.7081632653, 45.212244898);
}
.button-apple {
  background-color: #000;
  position: relative;
}
.button-apple:hover {
  background-color: #000;
}
.button-apple img {
  position: absolute;
  height: 50px;
  top: 4px;
  left: 10px;
}
.button-wrapper {
  padding: 1em;
  background-color: transparent;
}
.button-wrapper .button {
  margin-bottom: 0;
}
.button-wrapper-narrow::before, .button-wrapper-narrow::after {
  content: "";
  display: table;
}
.button-wrapper-narrow::after {
  clear: both;
}
.button-wrapper-narrow .button {
  width: 48%;
  float: left;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .button-wrapper-narrow .button {
    padding-left: 0;
    padding-right: 0;
  }
}
.button-wrapper-narrow .button + .button {
  float: right;
}
.button-back-wrapper {
  background: #fff;
  padding: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
.button-back span {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
.button-back span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-right: 10px;
  background: url("/assets/arrow-left-c8e4e649.png") center/cover no-repeat;
  vertical-align: sub;
}

.toggle-list-button {
  display: block;
  padding: 2em;
  border-top: 1px solid #e5e5e5;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  color: #333;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.toggle-list-button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/assets/circle-plus-black-fa31e9af.svg") center/contain no-repeat;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.toggle-list-button:hover {
  color: #333;
}
.toggle-list-button .show-less {
  display: none;
}
.toggle-list-button.show::before {
  background: url("/assets/circle-minus-black-9c73fe7e.svg") center/contain no-repeat;
}
.toggle-list-button.show .show-less {
  display: inline-block;
}
.toggle-list-button.show .show-more {
  display: none;
}

.calculator.pax, .calculator.cleaning, .calculator.elfa {
  background-color: #fff;
}
.calculator.pax .price, .calculator.cleaning .price, .calculator.elfa .price {
  right: 52px;
}
.calculator.pax .price-label, .calculator.cleaning .price-label, .calculator.elfa .price-label {
  padding: 0 1.5em;
}
.calculator.pax .price-wrapper, .calculator.cleaning .price-wrapper, .calculator.elfa .price-wrapper {
  padding: 1em 0;
}
.calculator .lightview-content {
  min-height: 100vh;
}
.calculator .section {
  padding: 1em 1.5em;
}
.calculator .calc-row {
  margin-bottom: 1em;
}
.calculator .calc-row:last-child {
  margin-bottom: 0;
}
.calculator .label-center {
  padding-right: 46px;
}
.calculator .calc {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #e01563;
  color: #333;
  font-size: 1.15em;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.calculator .calc.subtract {
  margin-right: 10px;
}
.calculator .calc.add {
  margin-left: 10px;
}
.calculator .count {
  display: inline-block;
  height: 30px;
  width: 40px;
  background-color: #f5f5f5;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 1.15em;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
.calculator .price {
  font-size: 1.5em;
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #6ecadc;
  text-align: center;
  position: absolute;
  top: -40px;
  right: 32px;
  padding: 30px 0;
  line-height: 40px;
  box-shadow: 0px 5px 20px 5px rgba(69, 65, 78, 0.3);
}
.calculator .price.pulse {
  animation-duration: 1s;
  animation-name: pulse;
  animation-iteration-count: 1;
  will-change: width, height, opacity;
}
.calculator .price-wrapper {
  padding: 0.5em 1.5em;
  background-color: #6ecadc;
  color: #fff;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  line-height: 24px;
  margin: 1.5em 0;
}
.calculator .price-box {
  position: relative;
}
.calculator .doors {
  padding-left: 17px;
}

.category-dropdown {
  position: relative;
  top: -7px;
  z-index: 3;
}
.category-dropdown-wrapper {
  margin: 0 auto;
  max-width: 350px;
}
.category-dropdown-wrapper.ikea {
  margin: 0;
}
.category-dropdown-wrapper.ikea .category-dropdown-select {
  border: 1px solid #e5e5e5;
  line-height: 60px;
  font-size: 1rem;
}
.category-dropdown-select {
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  padding-left: 1.5em;
  padding-right: calc(1.5em + 60px);
  margin-bottom: 1.5em;
  color: #8a8a8a;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  background-image: url("/assets/select-arrow-4d606abc.svg");
  background-size: 60px 60px;
  background-position: right center;
  background-repeat: no-repeat;
}
.category-dropdown-select.selected {
  color: #333;
}
.category-dropdown-list {
  margin: 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: -18px;
}
.category-dropdown li {
  border: 1px solid #e5e5e5;
  border-top: 0;
  height: 60px;
  display: block;
}
.category-dropdown li:first-child {
  border-top: 1px solid #e5e5e5;
}
.category-dropdown li a {
  display: block;
  font-size: 16px;
  line-height: 60px;
  width: 100%;
  margin: 0;
  padding: 0 1em;
  color: #000;
}
.category-dropdown li a:active, .category-dropdown li a:hover {
  color: #e01563;
}
.category-dropdown li svg {
  height: 16px;
  width: 16px;
  margin-right: 1em;
}
.category-dropdown li svg path {
  fill: #6ecadc;
}

.covid {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px;
  z-index: 5;
}
.covid img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
  box-shadow: none;
  border-radius: 3px;
  height: 60px;
  padding: 0 1em;
  border-color: #e5e5e5;
}
[type=text]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #8a8a8a;
}
[type=text]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=week]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=color]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #8a8a8a;
}
[type=text]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=week]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=color]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #8a8a8a;
}
[type=text]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #8a8a8a;
}

textarea {
  height: 120px;
  padding: 0.5em 1em;
  resize: none;
}

select {
  background-image: url("/assets/select-arrow-4d606abc.svg");
  background-size: 60px 60px;
  background-position: right -60px center;
  padding-right: 60px;
}
select:focus {
  outline: none;
}

.checkbox,
.radio {
  display: none;
}
.checkbox + .checkbox-label, .checkbox + .radio-label,
.radio + .checkbox-label,
.radio + .radio-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin: 0;
  color: #333;
}
.checkbox + .checkbox-label::before, .checkbox + .radio-label::before,
.radio + .checkbox-label::before,
.radio + .radio-label::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 0.5rem;
  cursor: pointer;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkbox:disabled + .checkbox-label, .checkbox:disabled + .radio-label,
.radio:disabled + .checkbox-label,
.radio:disabled + .radio-label {
  color: #e5e5e5;
}

.checkbox + .checkbox-label::before {
  background-image: url("/assets/circle-empty-97155d70.svg");
}
.checkbox:checked + .checkbox-label::before {
  background-image: url("/assets/circle-checkmark-f49dec9e.svg");
}

.radio + .radio-label::before {
  background-image: url("/assets/radio-unchecked-8e1dc1d2.svg");
}
.radio:checked + .radio-label::before {
  background-image: url("/assets/radio-checked-f9e1f217.svg");
}

.checkbox-expanded,
.radio-expanded {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
}
.checkbox-expanded::before,
.radio-expanded::before {
  position: absolute;
  top: 0;
  left: 0;
}

[type=submit].link {
  background-color: #fff;
  color: #e01563;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  border: none;
}

input[type=submit]:disabled {
  background-color: #e5e5e5;
}

#mc_embed_signup .mc-field-group .required.mce_inline_error {
  border-color: #e01563;
}
#mc_embed_signup .mc-field-group div.mce_inline_error {
  padding: 10px 20px;
  background-color: #e01563;
  font-weight: normal;
}
#mc_embed_signup .response {
  padding: 10px 20px;
  margin: 1em 0;
}
#mc_embed_signup .response#mce-success-response {
  border: 2px solid #6ecadc;
}
#mc_embed_signup .response#mce-error-response {
  border: 2px solid #e9ab20;
}
#mc_embed_signup .button {
  margin-left: 0;
}
#mc_embed_signup label {
  font-size: 1.1rem;
}
#mc_embed_signup input {
  max-width: 350px;
}

.cke.cke_reset {
  margin-bottom: 1rem;
}

.ose-youtube.responsive {
  overflow: hidden;
  position: relative;
  height: auto;
  padding-bottom: 56.25%;
}
.ose-youtube.responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.job-card {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 640px) {
  .job-card {
    border-bottom: 0;
    padding: 1em;
    margin: auto;
    flex-basis: 340px;
  }
  .job-card-heading {
    background-color: #f5f5f5;
    padding: 1px;
  }
}
.job-card-heading .text-center {
  padding: 0 0.5em;
}
@media (min-width: 640px) {
  .job-card-wrapper {
    border: 2px solid #e5e5e5;
  }
}
.job-card ul {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  list-style-type: none;
  margin: 0;
}
.job-card li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5em 1em;
}
.job-card li::before, .job-card li::after {
  content: "";
  display: table;
}
.job-card li::after {
  clear: both;
}
.job-card li a {
  color: #333;
  text-decoration: underline;
}
.job-card-label, .job-card-data {
  float: left;
}
.job-card-label {
  color: #8a8a8a;
  width: 30%;
  padding-right: 1em;
}
.job-card-data {
  color: #333;
  width: 70%;
  text-align: right;
}
.job-card .profile-image {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.job-card .button {
  display: block;
  width: 100%;
}

.product-list-card {
  list-style-type: none;
  margin: 0;
}
@media (min-width: 640px) {
  .product-list-card {
    padding: 3em 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.product-card {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 640px) {
  .product-card {
    border-bottom: 0;
    padding: 1em;
    margin: auto;
    flex-basis: 340px;
  }
  .product-card-heading {
    background-color: #f5f5f5;
    padding: 1px;
  }
}
.product-card-heading .text-center {
  padding: 0 0.5em;
}
@media (min-width: 640px) {
  .product-card-wrapper {
    border: 2px solid #e5e5e5;
  }
}
.product-card ul {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  list-style-type: none;
  margin: 0;
}
.product-card li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5em 1em;
}
.product-card li::before, .product-card li::after {
  content: "";
  display: table;
}
.product-card li::after {
  clear: both;
}
.product-card li a {
  color: #333;
  text-decoration: underline;
}
.product-card select {
  height: 2.4375rem;
  display: none;
  width: 60%;
}
.product-card-label, .product-card-data {
  float: left;
}
.product-card-label {
  color: #8a8a8a;
  width: 40%;
  padding-right: 1em;
}
.product-card-data {
  color: #333;
  width: 60%;
  text-align: right;
}
.product-card .button {
  display: block;
  width: 100%;
  margin: 1.5em 0;
}
.product-card .save-button {
  display: none;
}

.label {
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.label-new-message {
  background-color: #e01563;
  color: #fff;
  border-radius: 50%;
}

.lightview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 0, 0, 0.5);
  display: none;
  overflow: overlay;
  z-index: 11;
}
.lightview-content {
  background-color: #fff;
  margin: 0 auto;
  max-width: 640px;
  position: relative;
}
.lightview .close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.lightview .close::before, .lightview .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
}
.lightview .close::before {
  transform: translateY(-50%) rotate(45deg);
}
.lightview .close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.lightview-title {
  text-align: left;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding-bottom: 1em;
}
.lightview .job-helper-row {
  margin-bottom: 0;
  padding: 2em 2em 1em;
}
.lightview .tabs-row {
  background-color: #6ecadc;
  color: #fff;
  margin: 0;
}
.lightview .button-wrapper {
  padding: 2em;
  background-color: #f5f5f5;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 640px;
  border-top: 1px solid #e5e5e5;
}
.lightview .button-wrapper .button {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.lightview.helper-lightview .job-helper-row {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.lightview.helper-lightview .tabs-title {
  padding: 0;
}
.lightview.helper-lightview .tabs-content {
  border: none;
}
.lightview.helper-lightview .section {
  border-bottom: 1px solid #e5e5e5;
  padding: 1em 2em;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.lightview.helper-lightview .section:last-child {
  padding-bottom: 150px;
  border-bottom: none;
}
.lightview.helper-lightview .section h4 {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.lightview.helper-lightview .section h2 {
  font-weight: 700;
  text-align: left;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
.lightview.helper-lightview .tools-list {
  margin: 0;
  list-style: none;
}
.lightview.helper-lightview .tools-list li {
  padding: 5px 0;
}
.lightview.helper-lightview .tools-list svg {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.lightview.helper-lightview .tools-list span {
  vertical-align: middle;
  margin-left: 1em;
}
.lightview.helper-lightview .certificates-list {
  margin: 1em 0;
}
.lightview.helper-lightview .certificates-list .certificate-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  margin: 1em 0;
}
.lightview.helper-lightview .reviews-list {
  padding: 1em 0;
}
.lightview.helper-lightview .reviews-list .profile-reviews-item {
  padding: 1em 2em;
}
.lightview.helper-lightview .reviews-list .profile-reviews-item:nth-child(n+3) {
  display: none;
}
.lightview.helper-lightview .reviews-list .profile-reviews-item .profile-reviews-user {
  padding: 0;
  left: calc(2em + 50px);
}
.lightview.helper-lightview .reviews-list .profile-reviews-item .profile-reviews-user-avatar {
  margin: 0;
}
.lightview.helper-lightview .reviews-count {
  margin-bottom: 0;
}
.lightview.helper-lightview .helper-rating-list {
  display: inline-block;
  margin: 0.8em 0;
}
.lightview.helper-lightview .helper-rating-list li {
  display: inline-block;
}
.lightview.helper-lightview .helper-rating-list li svg {
  width: 26px;
  height: 26px;
}
.lightview.helper-lightview .helper-rating-list li svg path {
  fill: #6ecadc;
}
.lightview.helper-lightview .reviews-distribution svg {
  height: 18px;
  width: 18px;
  vertical-align: middle;
}
.lightview.helper-lightview .reviews-distribution svg path {
  fill: #6ecadc;
}
.lightview.helper-lightview .reviews-distribution .rating-number,
.lightview.helper-lightview .reviews-distribution .rating-percent {
  vertical-align: middle;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.lightview.helper-lightview .reviews-distribution .rating-number {
  width: 15px;
}
.lightview.helper-lightview .reviews-distribution .rating-percent {
  width: 30px;
  margin-left: 5px;
}
.lightview.helper-lightview .progress-bar {
  background-color: #e5e5e5;
  border-radius: 10px;
  width: 52%;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}
.lightview.helper-lightview .progress-bar .progress {
  background-color: #6ecadc;
  height: 10px;
  border-radius: 10px;
}
.lightview.helper-lightview .images-list .image-wrapper:nth-child(2n) .category-image,
.lightview.helper-lightview .company-images-list .image-wrapper:nth-child(2n) .category-image {
  margin-left: 0.5em;
}
.lightview.helper-lightview .images-list .image-wrapper:nth-child(2n+1) .category-image,
.lightview.helper-lightview .company-images-list .image-wrapper:nth-child(2n+1) .category-image {
  margin-right: 0.5em;
}
.lightview.helper-lightview .images-list .image-wrapper:nth-child(n+7),
.lightview.helper-lightview .company-images-list .image-wrapper:nth-child(n+7) {
  display: none;
}
.lightview.helper-lightview .toggle-list-button {
  border-top: none;
}
.lightview.helper-lightview .category-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  margin-bottom: 1em;
}

#map {
  height: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.message-sender {
  font-size: 0.8em;
  text-decoration: underline;
  margin-right: 10px;
}
.message-sender a {
  color: #333;
}
.message-bubble {
  padding: 0.5em;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}
.message-bubble::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -7px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 7px solid #fff;
}
.message-date {
  font-size: 0.8em;
  color: #8a8a8a;
}
.message-current .message-bubble {
  background-color: #6ecadc;
  color: #fff;
}
.message-current .message-bubble::before {
  border-left: 0;
  border-right: 7px solid #6ecadc;
  right: auto;
  left: -7px;
}

.notice,
#error_explanation {
  position: fixed;
  bottom: 55%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  padding: 2em;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  transform: translateX(-50%);
  transition: transform 0.5s;
}
@media (max-width: 480px) {
  .notice,
  #error_explanation {
    font-size: 0.75em;
    max-width: 300px;
    bottom: 50%;
  }
}
.notice-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 11;
}
.notice.swipe-left,
.swipe-left#error_explanation {
  transform: translateX(-200%);
}
.notice.swipe-right,
.swipe-right#error_explanation {
  transform: translateX(200%);
}
.notice.info,
.info#error_explanation {
  background-color: #6ecadc;
}
.notice.alert,
.alert#error_explanation {
  background-color: #e9ab20;
}
.notice.errors-container,
.errors-container#error_explanation {
  background-color: #e01563;
}
.notice.success,
.success#error_explanation {
  background-color: #3eb991;
}
.notice .close,
#error_explanation .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.notice .close::before, .notice .close::after,
#error_explanation .close::before,
#error_explanation .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.notice .close::before,
#error_explanation .close::before {
  transform: translateY(-50%) rotate(45deg);
}
.notice .close::after,
#error_explanation .close::after {
  transform: translateY(-50%) rotate(-45deg);
}

#error_explanation {
  background-color: #e01563;
}
#error_explanation h2 {
  font-size: 0.75em;
  font-weight: 700;
}

.pop-up {
  position: fixed;
  top: 60px;
  left: 50%;
  width: 100%;
  max-width: 400px;
  padding: 2em;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  transform: translateX(-50%);
  transition: transform 0.5s;
  background-color: #fff;
}
@media (max-width: 480px) {
  .pop-up {
    max-width: 300px;
  }
}
.pop-up-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
.pop-up .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.pop-up .close::before, .pop-up .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
}
.pop-up .close::before {
  transform: translateY(-50%) rotate(45deg);
}
.pop-up .close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.pop-up.save-helper p {
  margin-top: 1em;
}
.pop-up.save-helper .button {
  margin-top: 2em;
  width: 100%;
}
.pop-up.save-helper .error {
  padding: 1em;
  border: 1px solid #e01563;
}

.info-block-pricing {
  padding: 1.3em 1.2em;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (max-width: 480px) {
  .info-block-pricing {
    padding: 1.3em 1em;
  }
}
.info-block-pricing-title {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 0.7em;
  padding: 0 2em;
}
.info-block-pricing-box {
  padding: 0 1em;
}
.info-block-pricing-box span {
  display: block;
}
.info-block-pricing-box-price {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.8em;
  border-bottom: 1px solid #e5e5e5;
}
.info-block-pricing-box-note {
  font-size: 0.9em;
  margin-top: 0.5em;
}

.social-buttons {
  list-style-type: none;
  margin: 2em 0;
  text-align: center;
}
.social-buttons li {
  display: inline-block;
  width: 40px;
  margin: 0 0.5em;
}
.social-buttons li a {
  display: block;
}
.social-buttons li img {
  background-color: #333;
  border-radius: 50%;
  border: 2px solid #333;
}

.shopping-cart {
  background-color: #6ecadc;
  height: 55px;
  width: 100%;
  padding: 15px 0;
  z-index: 4;
}
@media (min-width: 640px) {
  .shopping-cart {
    display: none;
  }
}
.shopping-cart.fixed {
  position: fixed;
  top: 55px;
}
.shopping-cart a {
  color: #fff;
}
.shopping-cart svg {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding: 5px;
  vertical-align: sub;
  background-color: #fff;
}
.shopping-cart svg path {
  fill: #6ecadc;
}
.shopping-cart .columns .columns {
  padding-left: 5px;
  padding-right: 5px;
}
.shopping-cart .category-column,
.shopping-cart .price-column {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.StripeElement {
  box-sizing: border-box;
  height: 60px;
  padding: 20px 1em;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}

#card-errors,
#bank-account-errors {
  padding: 10px;
  margin-bottom: 1em;
  text-align: center;
}
#card-errors.active,
#bank-account-errors.active {
  background-color: #e9ab20;
}

.tabs {
  background: none;
  border: none;
}
.tabs .tabs-title a {
  text-align: center;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.75;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 2;
  padding: 10px;
}
.tabs .tabs-title a[aria-selected=true] {
  opacity: 1;
  background: none;
  border-bottom: 2px solid #e01563;
}
.tabs .tabs-title a:hover {
  background: none;
}
.tabs-row {
  background-color: rgba(255, 255, 255, 0.1);
}
.tabs-content {
  background: none;
}
.tabs-panel {
  padding: 0;
  padding-top: 1rem;
}
.tabs-panel.panel-white {
  background: #fff;
}

[class^=tooltip-] {
  position: relative;
  font-style: normal;
  color: #6ecadc;
  display: inline-block;
  font-size: 12px;
  text-transform: none;
  border: 1px solid;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 1;
  margin: 0 0 3px 5px;
  vertical-align: middle;
  z-index: 1;
}
[class^=tooltip-]::before, [class^=tooltip-]::after {
  position: absolute;
  display: none;
  opacity: 0.85;
}
[class^=tooltip-]::before {
  content: attr(data-tooltip);
  background: #333;
  color: #fff;
  font-size: 13px;
  padding: 0.5em;
  border-radius: 3px;
  text-decoration: none;
  text-align: left;
  width: 160px;
  min-width: 100px;
}
[class^=tooltip-]::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
[class^=tooltip-]:hover::before, [class^=tooltip-]:hover::after {
  display: block;
}

.tooltip-left::before {
  top: -50%;
  right: 100%;
  margin-right: 10px;
}
.tooltip-left::after {
  border-left-color: #333;
  border-right: 0;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  margin-right: 4px;
}

.tooltip-right::before {
  top: -50%;
  left: 100%;
  margin-left: 10px;
}
.tooltip-right::after {
  border-right-color: #333;
  border-left: 0;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

.tooltip-top::before {
  bottom: 100%;
  left: -35px;
  margin-bottom: 10px;
}
.tooltip-top::after {
  border-top-color: #333;
  border-bottom: 0;
  bottom: 100%;
  left: 0;
  margin-bottom: 4px;
}

.tooltip-bottom::before {
  top: 100%;
  left: -13px;
  margin-top: 10px;
}
.tooltip-bottom::after {
  border-bottom-color: #333;
  border-top: 0;
  top: 100%;
  left: 0;
  margin-top: 4px;
}

.profile-image-editor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.profile-image-editor #image_preview {
  width: 180px;
  height: 180px;
  border-radius: 100%;
}
.profile-image-editor #image_preview-wrapper {
  padding-left: 40px;
}

.container {
  min-height: 100%;
  position: relative;
}

.content {
  margin: 0 auto;
  padding-top: 60px;
}
.booking .content {
  padding-top: 0;
}

.row {
  max-width: 100%;
}
.row.large-wrapper {
  max-width: 1024px;
}
.row.narrow {
  max-width: 640px;
}
.row.white {
  background-color: #fff;
}

@media (min-width: 640px) {
  .large-background {
    background-color: #fff;
  }
}

.box-wrapper {
  padding: 1em;
  background-color: #fff;
}
.box-wrapper-medium {
  padding: 2em 1em;
}
.box-wrapper-large {
  padding: 3em 1em;
}

.small-text {
  font-size: 0.875em;
}

.calendar-header {
  background-color: #fff;
  padding: 1em;
}
.calendar-header .columns {
  min-height: 16px;
}
.calendar-header form {
  position: relative;
}
.calendar-header-navigation {
  position: relative;
}
.calendar-header-month {
  color: #333;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}
.calendar-header-prev, .calendar-header-next {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.calendar-header .calendar-header-prev, .calendar-header .calendar-header-next {
  transform: translateY(3px);
}
.calendar-header-prev:hover, .calendar-header-next:hover {
  cursor: pointer;
}
.calendar-header-prev::before, .calendar-header-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #e01563;
  border-top: 2px solid #e01563;
}
.calendar-header-prev {
  left: 1px;
  text-align: left;
}
.calendar-header-prev::before {
  transform: translateY(-50%) rotate(-45deg);
  left: 5px;
}
.calendar-header-next {
  right: 1px;
  text-align: right;
}
.calendar-header-next::before {
  transform: translateY(-50%) rotate(135deg);
  right: 5px;
}
.calendar-header .block-heading {
  margin-bottom: 1em;
}
.calendar .inline-calendar-body-wrapper {
  padding: 2em 1.5em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.calendar-body {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.5em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.calendar-body::before, .calendar-body::after {
  content: "";
  display: table;
}
.calendar-body::after {
  clear: both;
}
.calendar-body.inline {
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  font-size: 0;
  border: 0;
}
.calendar-body.inline .day {
  float: none;
  padding: 0.2em 0.5em 1em;
  font-size: 16px;
}
.calendar-body.inline .day.has-job::after {
  bottom: 10px;
}
.calendar-body.inline .day.disabled {
  color: #e5e5e5;
  pointer-events: none;
}
.calendar-body.inline span {
  display: block;
  line-height: normal;
}
.calendar-body.inline .day-of-week {
  text-transform: uppercase;
  font-size: 11px;
}
.calendar-body.inline .day-of-month {
  font-size: 20px;
}
.calendar-body .day {
  color: #333;
  display: inline-block;
  width: 14.2653352354%;
  float: left;
  text-align: center;
  line-height: 3;
  position: relative;
  border-radius: 4px;
}
.calendar-body .day.today {
  background-color: #e5e5e5;
}
.calendar-body .day.has-availability::after {
  content: "";
  border-radius: 50px;
  background-color: #3eb991;
  height: 6px;
  width: 6px;
  position: absolute;
  transform: translateX(50%);
  right: 50%;
  bottom: 5px;
}
.calendar-body .day.has-job::after {
  content: "";
  border-radius: 50px;
  background-color: #e01563;
  height: 6px;
  width: 6px;
  position: absolute;
  transform: translateX(50%);
  right: 50%;
  bottom: 5px;
}
.calendar-body .day.active {
  background-color: #333;
  color: #fff;
}
.calendar-body .day.active::after {
  background-color: #fff;
}
.calendar-body .day-disabled {
  color: #8a8a8a;
  display: inline-block;
  width: 14.2653352354%;
  float: left;
  text-align: center;
  line-height: 3;
  position: relative;
  border-radius: 4px;
}
.calendar .week-day {
  color: #8a8a8a;
  display: inline-block;
  width: 14.2653352354%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
}
.calendar-footer {
  background-color: #fff;
  padding: 1.5em 1em 4em;
}

.timetable {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
}
.timetable-title {
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.timetable .hour {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.5em;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.timetable .hour-wrapper {
  padding: 0 10px;
}
.timetable .hour-checkbox, .timetable .hour-radio {
  display: none;
}
.timetable .hour-checkbox:disabled + .hour-label, .timetable .hour-radio:disabled + .hour-label {
  color: #e5e5e5;
}
.timetable .hour-label {
  color: #333;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  width: 100%;
}
.timetable .hour.active .hour-label {
  color: #fff;
}
.timetable .hour.available {
  background-color: #3eb991;
}
.timetable .hour.available .hour-label {
  color: #fff;
}
.timetable .hour.busy {
  background-color: #e01563;
}
.timetable .hour.busy .hour-label {
  color: #fff;
}
.timetable-hours {
  padding: 0 0.5em;
}
.timetable-hours .row {
  margin-left: auto;
  margin-right: auto;
}
.timetable-hours .job,
.timetable-hours .calendar-event,
.timetable-hours .global-event {
  position: relative;
  font-family: "minion-pro", "Times New Roman", Times, serif;
}
@media (max-width: 900px) {
  .timetable-hours .job,
  .timetable-hours .calendar-event,
  .timetable-hours .global-event {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
.timetable-hours .job .columns,
.timetable-hours .calendar-event .columns,
.timetable-hours .global-event .columns {
  padding-top: 10px;
  padding-bottom: 10px;
}
.timetable-hours .job .columns:first-child,
.timetable-hours .calendar-event .columns:first-child,
.timetable-hours .global-event .columns:first-child {
  position: relative;
}
.timetable-hours .job .columns:first-child::before,
.timetable-hours .calendar-event .columns:first-child::before,
.timetable-hours .global-event .columns:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 5px;
  height: 100%;
  height: calc(100% + 2px);
  background-color: #e01563;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 900px) {
  .timetable-hours .job .columns:first-child::before,
  .timetable-hours .calendar-event .columns:first-child::before,
  .timetable-hours .global-event .columns:first-child::before {
    opacity: 1;
  }
}
.timetable-hours .job-details,
.timetable-hours .calendar-event-details,
.timetable-hours .global-event-details {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .timetable-hours .calendar-event .columns:first-child::before,
  .timetable-hours .global-event .columns:first-child::before {
    background-color: #3eb991;
  }
}
.timetable-hours .job-details {
  padding: 0;
  border-top: 0;
}
.timetable .field_with_errors {
  display: inline;
}
.timetable .reccuring,
.timetable .all-days {
  padding-bottom: 0.5em;
}

.footer {
  background-color: #333;
  color: #fff;
  height: 490px;
  padding-top: 4.1em;
}
@media (max-width: 640px) {
  .footer {
    height: auto;
  }
}
.footer ul {
  list-style-type: none;
  margin-left: 0;
}
.footer p {
  margin-bottom: 0;
}
.footer-contact {
  margin-top: 2.5em;
}
@media (max-width: 640px) {
  .footer-contact {
    margin-bottom: 4.2em;
  }
}
.footer-logo {
  max-width: 70px;
}
.footer-menu {
  margin-top: 2.5em;
}
.footer-menu li {
  margin-bottom: 0.4em;
}
.footer-menu a {
  color: #fff;
}
.footer-title {
  margin-top: 2.7em;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 640px) {
  .footer-title {
    margin-top: 4.2em;
  }
}
.footer-social {
  margin: 1em 0 4.2em;
}
@media (max-width: 640px) {
  .footer-social {
    margin: 1em 0 8.2em;
  }
}
.footer-social li {
  display: inline-block;
  max-width: 25px;
  margin-left: 1em;
}
.footer-social li:first-child {
  margin-left: 0;
}
.footer .row {
  max-width: 60rem;
}

.top-bar {
  font-family: brandon-grotesque;
  text-transform: uppercase;
  background-color: #6ecadc;
  color: #fff;
  padding: 0.5em 0;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  z-index: 4;
}
.booking .top-bar {
  position: relative;
}
.top-bar-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.top-bar-icon:hover, .top-bar-icon:focus {
  color: #fff;
}
.top-bar-icon.close-menu {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
}
.top-bar-icon.close-menu::before, .top-bar-icon.close-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.top-bar-icon.close-menu + a .top-bar-notification {
  display: none;
}
.top-bar-icon.close-menu::before {
  transform: translateY(-50%) rotate(45deg);
}
.top-bar-icon.close-menu::after {
  transform: translateY(-50%) rotate(-45deg);
}
.top-bar-icon.close-menu span,
.top-bar-icon.close-menu i,
.top-bar-icon.close-menu .user-image {
  display: none;
}
.top-bar-icon.right-offset {
  right: 20px;
}
.top-bar-icon.right-offset span {
  margin-top: 2px;
}
.top-bar-icon.left-offset {
  left: 20px;
}
.top-bar-icon.left-offset i {
  font-size: 32px;
}
.top-bar-icon.left-offset span {
  margin: -7px 0 4px;
}
.top-bar-icon span {
  font-size: 0.6em;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.top-bar-notification {
  text-align: center;
  font-size: 12px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 1px;
  top: -7px;
  line-height: 18px;
}
.top-bar .icon-account-circle,
.top-bar .icon-navigation-drawer {
  font-size: 25px;
  color: #fff;
}
.top-bar .icon-account-circle {
  display: block;
}
.top-bar .logo-container {
  max-width: 110px;
  width: 100%;
  margin: 0.5em auto;
  display: block;
}

.user-image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}

.full-menu {
  display: none;
  height: calc(100vh - 60px);
  overflow-y: auto;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding: 1em;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  box-sizing: border-box;
  text-align: center;
}
.full-menu .menu {
  list-style-type: none;
  margin: 0;
}
.full-menu .menu-label {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.full-menu a {
  color: #fff;
  padding: 9px 20px;
  display: inline-block;
  font-size: 1rem;
  transition: color 0.2s;
}
.full-menu a:hover {
  color: #e01563;
}
.full-menu .section {
  padding: 1em;
}
.full-menu .section a {
  padding: 0 20px;
}

.menu-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(#6ecadc 60px, #3eb991);
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.2s 0.2s, visibility 0s 0.3s;
  z-index: 3;
}
.show-menu .menu-overlay {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0s;
}

.settings-box {
  margin: 2em 0;
  text-align: center;
}
.settings-box .input-box {
  display: inline-block;
  margin-right: 1em;
}
.settings-box .input-box:last-child {
  margin-right: 0;
}
.settings-box input:disabled ~ label {
  opacity: 0.3;
  cursor: default;
}
.settings-box input:disabled ~ label::before {
  cursor: default;
}

.input-info {
  margin-bottom: 0;
}
.input-info + i {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75em;
}

.confirmation-box {
  margin-bottom: 1.6em;
}

.prelogin-wrapper,
.login-wrapper,
.register-content,
.forgot-password-form,
.change-password-form {
  max-width: 340px;
  margin: auto;
}

.login-wrapper .actions {
  margin: 1em 0;
}
.login-wrapper .checkbox-label {
  margin: 1.5em 0;
}
.login-wrapper .horizontal-break {
  margin: 0;
  padding: 2.5em 0;
}

.register-wrapper .already-link {
  margin-top: 1em;
  padding-bottom: 1em;
}
.register-wrapper .button-register {
  margin-top: 1em;
}

.horizontal-break {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  margin: 2.5em 0;
  font-weight: 700;
  text-align: center;
  font-size: 0.7em;
  line-height: 1;
  clear: both;
}
.horizontal-break::before, .horizontal-break::after {
  content: "";
  border-bottom: 1px solid #e5e5e5;
  width: 15%;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.register-content::before, .register-content::after {
  content: "";
  display: table;
}
.register-content::after {
  clear: both;
}

.change-password-wrapper .new_user {
  margin-top: 3em;
}

.login-form,
.register-form {
  display: none;
}

.login-form,
.prelogin,
.register-wrapper,
.forgot-password-wrapper,
.change-password-wrapper,
.otp-form {
  padding: 1em 1em 3em;
  background-color: #fff;
}

@media (min-width: 480px) {
  .prelogin {
    padding-bottom: 10em;
  }
}

.region-not-available .info-block {
  max-width: calc(340px + 2em);
  margin: auto;
}
.region-not-available .button + .button {
  margin-top: 1em;
}

.become-helper .price {
  font-size: 3em;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  color: #e01563;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
.become-helper .price .label {
  display: block;
  color: #333;
}
.become-helper .hero-homepage {
  background: url("/assets/homepage-images/luado-fixer-955ff868.jpg") 65%/cover no-repeat;
}
@media (max-width: 768px) {
  .become-helper .hero-homepage {
    background-position: 30%;
  }
}
@media (max-width: 640px) {
  .become-helper .hero-homepage {
    background-position: 35%;
  }
}
.become-helper .hero-homepage .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.become-helper .hero-cta-text {
  max-width: 420px;
  margin: 0 auto 2em;
}
@media (max-width: 640px) {
  .become-helper .hero-cta-text {
    margin-bottom: 1em;
  }
}
.become-helper .hero-cta-form-button {
  padding: 0 2em;
}
@media (max-width: 480px) {
  .become-helper .hero-cta-form-button {
    padding: 0 1em;
  }
}
.become-helper .benefits-list {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 640px) {
  .become-helper .benefits-list {
    max-width: 350px;
  }
}
.become-helper .services-text {
  font-size: 1.15em;
  margin-bottom: 3em;
  margin-top: 0;
}
.become-helper .services-list a {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7em;
  padding: 1em 0;
  width: 100%;
  height: 100%;
}
.become-helper .services-list svg {
  height: 32px;
  width: 32px;
}
.become-helper .services-list svg path {
  fill: #6ecadc;
}
.become-helper section .row {
  max-width: 60rem;
}
.become-helper section.info {
  padding: 4.8em 0 8em;
}
.become-helper .about-luado {
  padding: 4em 2em;
}
.become-helper .about-luado .row {
  max-width: 43rem;
}
.become-helper .using-steps {
  background-color: #f5f5f5;
  padding-bottom: 4em;
}
.become-helper .info-block-pricing-box {
  margin: auto;
  float: none;
}

.hero-cta-form-helper {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 5;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.hero-cta-form-helper-button {
  padding: 0 2em;
}
@media (max-width: 480px) {
  .hero-cta-form-helper-button {
    padding: 0 1em;
  }
}

.helper-index .top-bar {
  background-color: transparent;
}
.helper-index.fixed-header .top-bar {
  background-color: rgba(110, 202, 220, 0.9);
}
.helper-index .content {
  padding-top: 0;
}
.helper-index .footer .row {
  max-width: 60rem;
}

.error-page-heading {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.5em;
}
.error-page-heading + p {
  text-align: center;
  max-width: 540px;
  margin: 1em auto;
}

.favorite-helpers .columns.favorite-helpers-info-content {
  padding-left: 1em;
}
.favorite-helpers-image + .name {
  text-align: center;
  display: block;
  font-size: 0.7em;
}
.favorite-helpers-list {
  background-color: #f5f5f5;
}
.favorite-helpers-list-wrapper form {
  width: 100%;
}
@media (min-width: 1024px) {
  .favorite-helpers-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 3em 0;
    justify-content: space-around;
  }
}
.favorite-helpers-list-item {
  background-color: #fff;
  padding: 1em;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.favorite-helpers-list-item::before, .favorite-helpers-list-item::after {
  content: "";
  display: table;
}
.favorite-helpers-list-item::after {
  clear: both;
}
.favorite-helpers-list-item:nth-child(n+4).show {
  display: block;
}
@media (min-width: 1024px) {
  .favorite-helpers-list-item:nth-child(n+4) {
    margin-top: 3em;
  }
  .favorite-helpers-list-item:nth-child(n+4).show {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .favorite-helpers-list-item {
    flex-basis: 33.3333%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f5f5f5;
  }
  .favorite-helpers-list-item .row {
    width: 100%;
  }
  .favorite-helpers-list-item .favorite-helpers-button-container {
    margin-top: auto;
    align-self: center;
  }
}
.favorite-helpers-list-item .remove-favorite {
  position: absolute;
  right: 1em;
  width: 24px;
  top: 1em;
}
@media (min-width: 1024px) {
  .favorite-helpers-list-toggle {
    background-color: transparent;
    border-top: 0;
  }
}
.favorite-helpers-heading {
  border-bottom: 1px solid #f5f5f5;
}
.favorite-helpers-summary {
  margin: 0;
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.favorite-helpers-image {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.favorite-helpers-name, .favorite-helpers-price, .favorite-helpers-achievement {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}
.favorite-helpers-name {
  float: left;
  margin-bottom: 0;
}
.favorite-helpers-price {
  color: #e01563;
}
.favorite-helpers-rating {
  clear: both;
  margin: 0;
}
.favorite-helpers-rating li {
  display: inline-block;
}
.favorite-helpers-about {
  line-height: 1.4;
}
.favorite-helpers-achievement {
  clear: both;
  color: #8a8a8a;
}
@media (min-width: 1024px) {
  .favorite-helpers-achievement {
    margin-bottom: 1em;
  }
}
.favorite-helpers-achievement span {
  font-size: 0.9em;
  margin: 0 5px;
  display: inline-block;
}
.favorite-helpers-button-container {
  margin-top: 1em;
}
.favorite-helpers-button-container .small-6 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.gift-card .gift-card-info {
  padding: 1em;
}
.gift-card .gift-card-info .input-row {
  padding: 1.5em 0;
}
.gift-card .gift-card-block {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.gift-card-new {
  background-color: #fff;
}
.gift-card-new .gift-card-sub-heading {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 1em;
}
.gift-card-list {
  margin: 0;
}
.gift-card-list .amount {
  display: inline-block;
  text-align: center;
  margin: 0.5em 0;
}
.gift-card-list .amount-label {
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  padding: 1em 0.5em;
  margin: 0;
  width: 100%;
  height: 82px;
  position: relative;
}
.gift-card-list .amount-label-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 1em);
}
.gift-card-list .amount-label .price {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.gift-card-list .amount-label .discount {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  color: #e01563;
  text-transform: uppercase;
  font-size: 10px;
}
.gift-card-list .amount-radio {
  display: none;
}
.gift-card-list .amount-radio:checked + label {
  border-color: #e01563;
  background-color: #fff;
  color: #000;
}
.gift-card-payment .gift-card-summary-list {
  list-style-type: none;
  margin: 0;
  background-color: #fff;
}
.gift-card-payment .gift-card-summary-list li {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5em;
}
.gift-card-payment .gift-card-summary-list li:first-child {
  border-top: 1px solid #e5e5e5;
}
.gift-card-payment .gift-card-summary-list li .amount {
  color: #e01563;
}
.gift-card-payment .payment-info {
  background-color: #fff;
}
.gift-card-payment .payment-info .block-sub-heading {
  border-top: none;
}
.gift-card-payment .payment-info .payment-cards {
  padding: 1em;
}
.gift-card-payment .payment-info .payment-cards .card-image {
  padding-top: 50px;
  background-position: left center;
}
.gift-card-payment #payment-method-form,
.gift-card-payment #guest-payment-form {
  margin: 2em 0;
}
.gift-card-payment .checkout {
  background-color: #fff;
}
.gift-card-payment .confirmation .checkbox-label {
  margin-bottom: 2em;
}

.user-login-modal {
  max-width: 360px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1em;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 320px) {
  .user-login-modal {
    max-width: 310px;
  }
}
.user-login-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 9;
}

.homepage-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5em 0;
  z-index: 4;
  transition: background-color 0.3s;
  height: 60px;
  width: 100%;
}
.fixed-header .homepage-header {
  background-color: rgba(110, 202, 220, 0.9);
}
.homepage-header-menu-icon {
  left: 20px;
}
.homepage-header-menu-icon i {
  color: #fff;
  font-size: 32px;
}
.homepage-header-menu-icon span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.6em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-top: -7px;
}
.homepage-header-logo {
  max-width: 110px;
  display: block;
  margin: 0.5em auto;
}
.homepage-header-nav-menu li, .homepage-header-account li {
  display: inline-block;
  margin: 0;
}
.homepage-header-nav-menu li a, .homepage-header-account li a {
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.73em;
}
.homepage-header-nav {
  display: none;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding: 1em;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  box-sizing: border-box;
  text-align: center;
}
.homepage-header-nav-menu {
  list-style-type: none;
  margin: 0;
}
.homepage-header-nav-menu li {
  display: block;
}
.homepage-header-nav-menu li a {
  padding: 9px 20px;
  display: inline-block;
  font-size: 1rem;
  transition: color 0.2s;
}
.homepage-header-nav-menu li a:hover {
  color: #e01563;
}
.homepage-header-account {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  list-style-type: none;
  margin: 0;
  right: 20px;
  color: #fff;
  text-align: center;
}
.homepage-header-account span {
  display: block;
  text-align: center;
  margin-top: 2px;
  font-size: 0.6em;
}
.homepage-header-account i {
  display: block;
  font-size: 25px;
}

.content.content-homepage {
  max-width: 100%;
  padding-top: 0;
}

.top-notice {
  margin-top: 60px;
}
@media (min-width: 900px) {
  .top-notice {
    display: none;
  }
}
.top-notice span {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.top-notice span i {
  padding-right: 5px;
}
.top-notice span i.icon-rank-army-star {
  font-size: 20px;
  vertical-align: sub;
}

.hero {
  position: relative;
}
.hero-homepage {
  z-index: 2;
  background-color: #fff;
}
.hero-cta {
  padding: 3.8em 4em 4.5em;
  width: 100%;
  height: 730px;
  background: url("/assets/homepage-images/luado_homepage-69d8dc2d.png") center/cover no-repeat;
  z-index: 3;
}
@media (max-width: 900px) {
  .hero-cta {
    padding: 2em 1em;
    height: auto;
    background: none;
  }
}
.hero-cta-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #333;
  font-size: 2.4em;
  margin: 3em 0 1em;
}
@media (max-width: 640px) {
  .hero-cta-title {
    font-size: 1.3em;
    margin: 1em 0;
  }
}
.hero-cta-form {
  max-width: 600px;
  margin: 2em auto;
  position: relative;
}
.show-menu .hero-cta-form {
  display: none;
}
.hero-cta-form-input {
  height: 54px;
  line-height: 54px;
  border-radius: 3px;
  padding: 0 11.5em 0 1.7em;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 320px) {
  .hero-cta-form-input {
    padding: 0 9em 0 0.8em;
  }
}
.hero-cta-form-input::-webkit-input-placeholder {
  color: #8a8a8a;
}
.hero-cta-form-input:-moz-placeholder {
  color: #8a8a8a;
}
.hero-cta-form-input::-moz-placeholder {
  color: #8a8a8a;
}
.hero-cta-form-input:-ms-input-placeholder {
  color: #8a8a8a;
}
.hero-cta-form-input.category-input {
  padding: 0 6em 0 20px;
}
.hero-cta-form-button {
  position: absolute;
  display: block;
  height: 54px;
  text-transform: uppercase;
  background-color: #e01563;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  top: 0;
  color: #fff;
  right: 0;
  border-radius: 3px;
  padding: 0 1em;
}
@media (max-width: 480px) {
  .hero-cta-form-button {
    padding: 0 1.5em;
  }
}
@media (max-width: 320px) {
  .hero-cta-form-button {
    padding: 0 1em;
  }
}
.hero-cta-form-button.helper-button {
  padding: 0 3.1em;
}
.hero-cta .tabs {
  overflow: auto;
  white-space: nowrap;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  margin: 0 16px;
}
.hero-cta .tabs-wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.hero-cta .tabs-title {
  display: inline-block;
  float: none;
  text-align: center;
  width: 150px;
  height: 110px;
  vertical-align: bottom;
}
.hero-cta .tabs-title a svg {
  height: 32px;
  width: 32px;
}
.hero-cta .tabs-title a[aria-selected=true] {
  border: none;
}
.hero-cta .tabs-title a[aria-selected=true] svg path {
  fill: #e01563;
}
.hero-cta .tabs-title a[aria-selected=true] label {
  color: #e01563;
}
.hero-cta .tabs-title a:hover svg path {
  fill: #e01563;
}
.hero-cta .tabs-title a:hover label {
  color: #e01563;
}
.hero-cta .tabs-title label {
  white-space: break-spaces;
  font-size: 12px;
}
.hero-cta .tabs-content {
  border: none;
}
.hero-cta .tabs-content .subcategory {
  display: inline-block;
  margin: 1em 0 0 1em;
}
.hero-cta .tabs-content .subcategory a {
  border-radius: 3px;
  border: 1px solid #333;
  color: #333;
  padding: 10px;
  display: block;
}
.hero-cta .tabs-content .subcategory a:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
.hero-cta .tabs-prev, .hero-cta .tabs-next {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  width: 20px;
}
.calendar-header .hero-cta .tabs-prev, .calendar-header .hero-cta .tabs-next {
  transform: translateY(3px);
}
.hero-cta .tabs-prev:hover, .hero-cta .tabs-next:hover {
  cursor: pointer;
}
.hero-cta .tabs-prev::before, .hero-cta .tabs-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #e01563;
  border-top: 2px solid #e01563;
}
.hero-cta .tabs-prev {
  left: 1px;
  text-align: left;
}
.hero-cta .tabs-prev::before {
  transform: translateY(-50%) rotate(-45deg);
  left: 5px;
}
.hero-cta .tabs-next {
  right: 1px;
  text-align: right;
}
.hero-cta .tabs-next::before {
  transform: translateY(-50%) rotate(135deg);
  right: 5px;
}
.hero-cta-footer {
  padding: 2em 0;
  width: 100%;
}
@media (max-width: 900px) {
  .hero-cta-footer {
    display: none;
  }
}
.hero-cta-footer .footer-wrapper {
  background-color: rgba(110, 202, 220, 0.8);
}
.hero-cta-footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-cta-footer h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.hero-cta-footer .luado-rating {
  display: inline-block;
  margin: 0;
}
@media (max-width: 640px) {
  .hero-cta-footer .luado-rating-column {
    text-align: center;
  }
}
.hero-cta-footer .luado-rating-wrapper {
  text-align: center;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.hero-cta-footer .luado-rating li {
  display: inline-block;
}
.hero-cta-footer .luado-rating li svg {
  height: 26px;
  width: 26px;
}
.hero-cta-footer .luado-rating li svg path {
  fill: #e9ab20;
}
.hero-cta .helper-search-cta {
  padding: 0;
}

.content-homepage section {
  padding: 1em;
}
.content-homepage section.hero-homepage {
  padding: 0;
}

.using-steps-list {
  margin-left: atuo;
  margin-right: auto;
  counter-reset: li;
}
.using-steps-list::before, .using-steps-list::after {
  content: "";
  display: table;
}
.using-steps-list::after {
  clear: both;
}
.using-steps-list-box {
  display: block;
  padding-left: 4.5em;
  position: relative;
}
@media (max-width: 640px) {
  .using-steps-list-box {
    margin-bottom: 1em;
  }
}
.using-steps-list-box::before {
  content: counter(li);
  counter-increment: li;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0.5em;
  font-size: 3em;
  line-height: 0.8;
}
.using-steps-list-box-title {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.3em;
}
.using-steps-list-box-text {
  font-size: 0.9em;
}

.services {
  background: url("/assets/homepage-images/services-background-1e27daa9.jpg") top/cover no-repeat;
  padding: 6.5em 0;
  text-align: center;
}
@media (max-width: 640px) {
  .services {
    padding: 2.5em 1em;
  }
}
.services-title {
  color: #fff;
}
.services-text {
  color: #fff;
}
.services-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.services-list-item {
  display: inline-block;
}
.services-list-item a,
.services-list-item span {
  display: block;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1.1;
  letter-spacing: 1px;
}
.services-list-item svg {
  display: block;
  margin: 30px auto;
  height: 32px;
  width: 32px;
}
.services-list-item svg path {
  fill: #6ecadc;
}

.homepage .info {
  background-color: #fff;
}
.homepage .info.notice {
  background-color: #6ecadc;
}
.info-block {
  padding: 1em;
}
@media (max-width: 640px) {
  .info-block:last-child {
    border-top: 1px solid #e5e5e5;
  }
}
.info-block-text {
  font-size: 1.1em;
  text-align: center;
}
.info-block-features {
  list-style-type: none;
  margin: 1.9em 0 0 0.6em;
}
.info-block-features i {
  position: absolute;
  font-size: 2em;
}
.info-block-features > * + * {
  margin-top: 1.8em;
}
.info-block-features-desc {
  padding-left: 3.4em;
}
.info-block-features-desc-title {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
.info-block-features-desc-text {
  font-size: 0.9em;
}
.info-block-notices {
  margin: 2em 0 1.5em;
  list-style-type: none;
}
.info-block-notices-item {
  position: relative;
  font-size: 0.9em;
}
.info-block-notices-item::before {
  content: "*";
  display: inline-block;
  margin-right: 0.2em;
}
.info-block-button {
  margin-top: 2em;
}

.user-fact {
  background-image: url("/assets/homepage-images/luado-fixer-955ff868.jpg");
  background-size: 120%;
  background-position: 0 20%;
  background-repeat: no-repeat;
  position: relative;
}
.become-helper .user-fact {
  background-image: url("/assets/homepage-images/storebrand-545632ec.jpeg");
  background-size: 100%;
  background-position: 0 0;
}
@media (max-width: 640px) {
  .become-helper .user-fact {
    background-size: cover;
    background-position-x: 47%;
  }
}
@media (max-width: 768px) {
  .user-fact {
    background-size: 140%;
  }
}
@media (max-width: 640px) {
  .user-fact {
    background-size: cover;
    background-position-x: 35%;
  }
}
.user-fact-box {
  background-image: linear-gradient(rgba(110, 202, 220, 0.9), rgba(62, 185, 145, 0.9));
  background: -ms-linear-gradient(rgba(110, 202, 220, 0.9), rgba(62, 185, 145, 0.9));
  padding: 5em 3.8em;
  margin-left: 4.5em;
  text-align: center;
  color: #fff;
  max-width: 330px;
}
@media (max-width: 640px) {
  .user-fact-box {
    max-width: 100%;
    margin-top: 300px;
    padding: 2em;
    margin-left: 0;
  }
}
.user-fact-box-title {
  font-weight: 700;
  font-size: 1.15em;
  text-transform: uppercase;
  margin: 1.1em 0 0.8em;
}
.user-fact-box-text {
  font-size: 1.1em;
}

.feedback {
  background-color: #fff;
}
@media (max-width: 640px) {
  .feedback {
    padding: 0;
  }
}
.feedback-review ul, .feedback-faq ul {
  list-style-type: none;
  margin: 1.9em 0 0;
  padding: 0;
}
.feedback-review a, .feedback-faq a {
  text-decoration: underline;
}
.feedback-review a.button, .feedback-faq a.button {
  text-decoration: none;
}
@media (max-width: 640px) {
  .feedback-review {
    border-bottom: 1px solid #f5f5f5;
  }
}
.feedback-review-list > li {
  position: relative;
  padding: 1em 0;
  border-top: 1px solid #e5e5e5;
}
.feedback-review-list-user {
  position: absolute;
  top: 1em;
  left: 50px;
  transform: translateX(-50%);
}
.feedback-review-list-user span {
  display: block;
  text-align: center;
}
.feedback-review-list-user-avatar {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  background-color: #333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  margin: auto;
}
.feedback-review-list-user-name {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 0.7em;
  margin-top: 0.25em;
  max-width: 85px;
}
.feedback-review-list-box {
  padding-left: 110px;
}
.feedback-review-list-box-title {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
.feedback-review-list-box-title a {
  text-decoration: none;
}
.feedback-review-list-box-text {
  margin-bottom: 0.3em;
  font-size: 0.9em;
}
.feedback-review-list-box ul {
  margin-top: 0;
}
.feedback-review-list-box li {
  display: inline-block;
}
.feedback-review-button {
  display: block;
  border-radius: 3px;
  margin-top: 2em;
  padding: 1.6em;
  font-size: 0.75em;
}
.feedback-faq-list {
  text-align: center;
}
.feedback-faq-list li {
  margin-bottom: 1.5em;
}
.feedback-faq-list a {
  color: #333;
}
.feedback-faq-search {
  margin-top: 3em;
  position: relative;
}
.feedback-faq-search input {
  box-shadow: none;
  padding: 0.9em 72px 0.9em 0.9em;
  border-radius: 4px;
  height: 60px;
}
.feedback-faq-search input::-webkit-input-placeholder {
  color: #8a8a8a;
}
.feedback-faq-search input:-moz-placeholder {
  color: #8a8a8a;
}
.feedback-faq-search input::-moz-placeholder {
  color: #8a8a8a;
}
.feedback-faq-search input:-ms-input-placeholder {
  color: #8a8a8a;
}
.feedback-faq-search .button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  width: 60px;
  padding: 12px;
}
.feedback-faq-search .button i {
  font-size: 2em;
}

.register {
  padding: 5em 1em;
}
.register .input-box {
  max-width: 340px;
  margin: 2em auto 0;
}

.benefits {
  background-color: #fff;
}
.benefits-list {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 640px) {
  .benefits-list {
    max-width: 230px;
  }
}
.benefits-list-item {
  display: block;
}
.benefits-list-item:last-child:not(:first-child) {
  float: left;
}
.benefits-list-item .icon-luado {
  display: inline-block;
  background: url("/assets/logos/luado-blue-2-remove-06feb651.png") center/cover no-repeat;
  height: 40px;
  width: 40px;
  background-size: 160%;
  vertical-align: middle;
}

.partners {
  background-color: #fff;
}
@media (max-width: 640px) {
  .partners {
    padding: 0 1em 1em;
  }
}
.partners-list {
  overflow: auto;
  white-space: nowrap;
}
.partners-list-item {
  display: inline-block;
  height: 100px;
  width: 16.6666666667%;
}
@media (max-width: 640px) {
  .partners-list-item {
    width: 180px;
  }
}
.partners-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
}

.media-list {
  padding: 2em 1em;
}
.media-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  margin: 1em 0.5em;
}

.featured-helper {
  background-image: url("/assets/homepage-images/luado-fixer-955ff868.jpg");
  background-size: 110%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: relative;
}
.become-helper .featured-helper::before, .featured-helper.buyer-insurance::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-image: url("/assets/if-logo-d4570c4c.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 75%;
  top: 50%;
}
@media (max-width: 640px) {
  .become-helper .featured-helper::before, .featured-helper.buyer-insurance::before {
    top: 15%;
    left: 10%;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .featured-helper {
    background-size: 140%;
  }
}
@media (max-width: 640px) {
  .featured-helper {
    background-size: cover;
    background-position-x: 35%;
  }
}
.featured-helper-box {
  background-image: linear-gradient(rgba(110, 202, 220, 0.9), rgba(62, 185, 145, 0.9));
  background: -ms-linear-gradient(rgba(110, 202, 220, 0.9), rgba(62, 185, 145, 0.9));
  padding: 5em 3.8em;
  margin-left: 4.5em;
  text-align: center;
  max-width: 330px;
}
@media (max-width: 640px) {
  .featured-helper-box {
    max-width: 100%;
    margin-top: 300px;
    padding: 2em;
    margin-left: 0;
  }
}
.featured-helper-box-title {
  font-weight: 700;
  font-size: 1.15em;
  text-transform: uppercase;
  color: #fff;
  margin: 1.1em 0 0.8em;
}
.featured-helper-box-text {
  font-size: 1.1em;
  color: #fff;
}

.helper-registration {
  background-color: #fff;
}
.helper-registration .row.narrow {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.helper-registration .row.vat-wrapper .columns {
  padding-top: 2em;
  padding-bottom: 2em;
}
.helper-registration .registration-warning {
  padding: 10px;
  background-color: #f9ebb2;
  border: 1px solid #e5e5e5;
  font-size: 0.875rem;
}
.helper-registration .registration-warning a {
  color: #333;
  text-decoration: underline;
}
.helper-registration .registration-notice {
  padding: 10px;
  background-color: #f9ebb2;
}
.helper-registration .block-sub-heading {
  padding: 1em;
  margin: 1em 0;
}
.helper-registration .option-wrapper {
  padding: 10px 0;
}
.helper-registration .option-wrapper.border-top {
  border-top: 1px solid #e5e5e5;
}
.helper-registration .option-wrapper label {
  font-size: 1rem;
}
.helper-registration .profile-progress {
  max-width: 500px;
  margin: auto;
  padding: 2em 2em 1em;
}
.helper-registration .profile-progress .profile-progress-bar {
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-width: 1px;
  line-height: 1;
  border: 2px solid #e01563;
}
.helper-registration .profile-progress .profile-progress-bar .progress {
  background-color: #e01563;
}
.helper-registration .input-box {
  padding: 1em 0;
}
.helper-registration .vat-input-box {
  padding-bottom: 1rem;
}
.helper-registration .sub-heading-text {
  margin-top: 1em;
  padding: 0 1em;
}
.helper-registration ul {
  list-style: none;
}
.helper-registration .small-text {
  margin-top: 1em;
}
.helper-registration input.narrow-field,
.helper-registration select.narrow-field {
  text-align: right;
  height: 30px;
}
.helper-registration .choosing-input-box {
  margin: 0 1em 1em 0;
  display: inline-block;
}
.helper-registration .button-wrapper {
  padding: 2em 1em 4em;
}
.helper-registration .block-wrapper {
  padding: 0 1em;
}
.helper-registration .terms-sub-heading {
  margin-top: 0.5em;
}
.helper-registration .code-input {
  height: 40px;
}
.helper-registration .profile-edit-categories .category-select .category-wrapper {
  padding: 1em 1.5em;
}
.helper-registration .additional-fees-wrapper {
  padding: 1em 1.5em 1.5em;
}
.helper-registration .additional-fees-wrapper .option-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 2em 0;
}
.helper-registration .additional-fees-wrapper .option-wrapper:last-child {
  border-bottom: none;
}
.helper-registration .additional-fees-wrapper .option-wrapper .select-hours {
  padding-top: 10px;
}
.helper-registration .change-company {
  padding-bottom: 1em;
}
.helper-registration .change-company a {
  text-decoration: underline;
}
.helper-registration input[type=submit] {
  padding: 0;
}
.helper-registration .registration-number {
  margin-bottom: 10px;
}

.category-notice {
  background-color: #f9ebb2;
  padding: 1em;
  margin-top: 2em;
}

.attachment-wrapper label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 1em;
  color: #e01563;
}
.attachment-wrapper span {
  padding-bottom: 1em;
  vertical-align: super;
}
.attachment-wrapper .user-category-attachment {
  background: url("/assets/circle-plus-black-fa31e9af.svg") center/contain no-repeat;
  width: 16px;
  height: 16px;
  text-indent: 40px;
  margin: 0 1em 1em 0;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}
.attachment-wrapper .asset-error {
  display: none;
  color: #e01563;
  padding: 1em 0;
}
.attachment-wrapper .asset-name {
  margin-bottom: 0;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.attachment-wrapper .asset-name:first-child span {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  cursor: pointer;
  background-image: url("/assets/circle-remove-9a53a0a4.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.attachment-wrapper .asset-name:last-child {
  margin-bottom: 1em;
}

.helper-search-header {
  background: url("/assets/homepage-images/luado-fixer-955ff868.jpg") center/cover no-repeat;
  background-position-y: 35%;
  position: relative;
}
@media (min-width: 640px) {
  .helper-search-header {
    height: 50vh;
  }
}
.helper-search-header .block-heading {
  padding: 3em 3em 1em;
  margin: 0;
  color: #fff;
}
.helper-search-header .block-heading::before {
  background-color: #fff;
}
.helper-search-header .info-text {
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
}
@media (max-width: 640px) {
  .helper-search-header .info-text {
    display: none;
  }
}
.helper-search-cta {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 2em 0;
}
@media (max-width: 640px) {
  .helper-search-cta {
    padding: 2em;
  }
}
.helper-search-cta-wrapper {
  width: 100%;
}
@media (min-width: 640px) {
  .helper-search-cta-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.helper-search .helpers-wrapper,
.helper-search .helpers-count-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.helper-search .helpers-wrapper {
  margin-bottom: 2em;
}
.helper-search .filter-wrapper {
  width: 100%;
}
.helper-search .filter-wrapper .job-helpers-filter {
  margin: 0;
}
.helper-search .filter-wrapper.fixed {
  position: fixed;
  top: 0;
  z-index: 4;
}
.helper-search .helpers-count-wrapper {
  margin: 1em auto;
}
.helper-search .helpers-count-wrapper .job-helpers-summary {
  padding: 1em;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
  margin: 0;
}
.helper-search .job-helpers-filter {
  padding: 0;
}
.helper-search .job-helpers-filter .columns {
  padding: 1em;
}
.helper-search .job-helpers-filter .columns.small-6:first-child {
  border-right: 1px solid #e5e5e5;
}
.helper-search .job-helpers-filter p {
  margin-bottom: 0;
}
.helper-search .filter-button {
  text-transform: uppercase;
  color: #333;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
}
.helper-search .filter-button span {
  vertical-align: middle;
}
.helper-search .filter-button .icon {
  background: url("/assets/circle-plus-black-fa31e9af.svg") center/contain no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-left: 1em;
}
.helper-search .filter-button .icon.pulse {
  animation-duration: 2s;
  animation-name: bounce;
  animation-iteration-count: 3;
  will-change: width, height, opacity;
}
.helper-search #helper-filter .lightview-content,
.helper-search #helper-sort .lightview-content {
  height: 100vh;
}
.helper-search #helper-filter .info-block,
.helper-search #helper-sort .info-block {
  background-color: #fff;
}
.helper-search .section-wrapper {
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.helper-search .section-wrapper:last-child {
  padding-bottom: 150px;
}
.helper-search .section-wrapper h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  color: #8a8a8a;
  padding-left: 1.25rem;
}
.helper-search .options-list {
  list-style-type: none;
}
.helper-search .job-helpers {
  margin: 0;
}
.helper-search .job-helpers-list {
  margin: 0 0.5em;
}
.helper-search .job-helpers .job-helper {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.helper-search .job-helpers .job-helper .button {
  margin-bottom: 0;
  background-color: #fff;
}
.helper-search .job-helpers .no-helpers {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.helper-search .job-module.open {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
}
@media (max-width: 640px) {
  .helper-search .questions-column {
    display: none;
  }
}

.helper-find .helper-search-header {
  height: calc(100vh - 60px);
}
.helper-find .helper-search-cta-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.inbox .info-block {
  border-top: 1px solid #e5e5e5;
}
.inbox .info-block p {
  margin-bottom: 0;
}
.inbox .messages-list {
  list-style-type: none;
  margin: 0;
}
.inbox .messages-list.unread {
  background-color: #fff;
  font-weight: 700;
}
.inbox .messages-list.archive li:nth-child(n+4) {
  display: none;
}
.inbox .messages-list li {
  border-top: 1px solid #e5e5e5;
  padding: 1em;
}
.inbox .messages-list .profile-image {
  width: 48px;
  height: 48px;
}
.inbox .messages-toggle {
  display: block;
  color: #333;
  font-size: 0.8em;
}
.inbox .messages-toggle::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/assets/circle-plus-black-fa31e9af.svg") center/contain no-repeat;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.inbox .messages-toggle.show::before {
  background: url("/assets/circle-minus-black-9c73fe7e.svg") center/contain no-repeat;
}
.inbox .message {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #333;
}
.inbox .message-header {
  text-transform: uppercase;
  font-size: 0.7em;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  color: #8a8a8a;
  letter-spacing: 1px;
  font-weight: 700;
}
.inbox .message-header span:first-child {
  margin-right: 10px;
}
.inbox .message-delete {
  display: block;
  width: 15px;
  height: 45px;
  line-height: 45px;
}
.inbox .message-delete input[type=submit] {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 9999px;
  width: 100%;
  height: 100%;
  background: url("/assets/trash-a454e6da.svg") center/contain no-repeat;
  border: none;
}
.inbox .message-content-box {
  padding-left: 0.4em;
}
.inbox .message-content-box a {
  display: block;
  margin-top: 4px;
}
.inbox .load-messages {
  color: #fff;
  margin-top: 1.5em;
}

.notification-card {
  padding: 1em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.notification-card .profile-image {
  width: 48px;
  height: 48px;
}
.notification-content {
  padding: 2em 1em 1em;
  background-color: #fff;
}
.notification-content .button {
  margin-bottom: 2em;
}
.notification h4 {
  margin: 1.5em 0;
}
.notification .actions {
  margin-top: 1.5em;
}
.notification .actions > div {
  padding: 0;
}
.notification .job-description,
.notification .job-categories {
  margin-top: 1em;
}

.job-register-modal {
  max-width: 360px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1em;
  border-radius: 4px;
  background-color: #fff;
}
.job-register-modal p {
  font-size: 1.25em;
}
@media (max-width: 320px) {
  .job-register-modal {
    max-width: 310px;
  }
}
.job-register-modal input {
  padding: 0 9em 0 0.7em;
  border: 1px solid #e5e5e5;
}
.job-register-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 9;
}
.job-new-wrapper.loading::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/loader-55bc2935.svg") rgba(255, 255, 255, 0.7) center/100px no-repeat;
}
.job-new-wrapper .info-wrapper {
  padding: 15px;
  background-color: #f5f5f5;
  font-size: 14px;
}
.job-new-wrapper .info-wrapper.top {
  margin-bottom: 1em;
}
.job-new-wrapper .warning-wrapper {
  padding: 15px;
  background-color: #f9ebb2;
  font-size: 14px;
  margin-bottom: 1em;
}
.job-new-wrapper .tools-wrapper,
.job-new-wrapper .vehicles-wrapper {
  margin-bottom: 20px;
}
.job-new-wrapper .options-list {
  margin: 0;
  list-style-type: none;
}
.job-new-wrapper .subscription-wrapper {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #e5e5e5;
}
.job-new-wrapper .summary-desktop {
  font-size: 18px;
}
.job-new-wrapper .summary-desktop .job-summary-list .row {
  padding: 5px 0;
}
.job-new-wrapper .summary-desktop .job-summary-list .row:nth-child(n+4) {
  display: none;
}
.job-new-wrapper .summary-desktop .price-row {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1em 0;
}
.job-new-wrapper .summary-desktop .price-row .price-estimate {
  float: right;
}
.job-new-wrapper .summary-desktop .price-row .discount-summary {
  font-size: 16px;
  font-weight: 400;
}
.job-new-wrapper .summary-desktop .price-row .discount-summary .discount {
  float: right;
  color: red;
}
.job-new-wrapper .summary-desktop .price-row .price-break,
.job-new-wrapper .summary-desktop .price-row .price-subtitle {
  font-size: 16px;
}
.job-new-wrapper .summary-desktop .toggle-wrapper .toggle-list-button {
  text-transform: none;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  text-decoration: underline;
  color: #333;
  padding: 0 0 1em;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-align: left;
}
.job-new-wrapper .summary-desktop .toggle-wrapper .toggle-list-button::before {
  content: "";
  background: none;
  width: 0;
  height: 0;
  margin: 0;
}
.job-new-wrapper .summary-desktop .gift-card-row {
  padding: 1em 0;
}
.job-new-wrapper .summary-desktop .gift-card-row a {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
}
.job-new-wrapper .summary-desktop .gift-card-row svg {
  height: 18px;
  width: 18px;
  margin-right: 1em;
  vertical-align: sub;
}
.job-new-wrapper .summary-desktop .gift-card-row svg path {
  fill: #333;
}
.job-new-wrapper .helper-module-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(450px + 2em);
}
.job-new-wrapper .helper-module-wrapper .helper-module {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  margin-bottom: 150px;
}
.job-module {
  padding: 1.5em 1em;
  margin: 1em;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.job-module-content {
  display: none;
}
.open .job-module-content {
  display: block;
}
.job-module-content label {
  font-size: 16px;
}
.job-module.open {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.job-module.open .job-label {
  margin-bottom: 1em;
}
.job-module .options-list li {
  padding: 10px 0;
}
.job-module .duration-input-field {
  display: inline-block;
  height: 30px;
  width: 60px;
  margin-bottom: 0;
}
.job-module .edit-item {
  position: relative;
  padding-top: 5px;
  padding-left: 10px;
}
.job-module .edit-item a {
  position: absolute;
  right: 0;
}
.job-module .edit-item svg {
  height: 18px;
  width: 18px;
}
.job-module .module-button {
  width: 100%;
}
.job-module h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.job-module .module-subtitle {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1em;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.job-module .faq-list {
  list-style: none;
  margin: 0;
}
.job-module .faq-list a {
  text-decoration: underline;
  color: #333;
}
.job-module#duration-module .info-wrapper {
  background-color: #f9ebb2;
}
.job-module#payment-module .card-image {
  background-position: top;
}
.job-module#payment-module .terms-row {
  padding-bottom: 1.5em;
}
.job-module .edit-card {
  text-decoration: underline;
  color: #333;
}
.job-row {
  max-width: 800px;
}
.job-row.step-3 {
  max-width: 1024px;
}
.job-row .right-column {
  max-width: 350px;
  float: left;
  margin-bottom: 6em;
}
@media (max-width: 640px) {
  .job-row .right-column {
    display: none;
  }
}
.job-row .right-column .job-module {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.job-row .left-column {
  width: calc(100% - 350px);
  float: left;
  margin-bottom: 6em;
}
@media (max-width: 640px) {
  .job-row .left-column {
    width: 100%;
  }
}
.job-background {
  padding: 0 10px;
}
.job-background .sub-label {
  display: block;
  font-size: 0.875rem;
  background-color: #f5f5f5;
  padding: 10px;
}
.job-background .top-text {
  margin-bottom: 3em;
}
.job-background input,
.job-background textarea {
  margin-bottom: 1.5em;
}
.job-intro-text a:first-of-type {
  font-weight: 700;
}
.job-tooltip-categories .tooltip-info {
  font-size: 0.6em;
  margin-right: 0.5em;
}
.job-tooltip-categories span {
  font-size: 0.8em;
}
.job-dropdown .tool-text {
  margin-bottom: 1.5em;
}
.job-dropdown-list {
  margin: 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: -18px;
  z-index: 3;
}
.job-dropdown-wrapper {
  position: relative;
  top: -7px;
}
.job-dropdown-intro-text {
  text-align: center;
}
.job-dropdown li {
  display: block;
}
.job-dropdown-select {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  padding-left: 1.5em;
  padding-right: calc(1.5em + 60px);
  margin-bottom: 1.5em;
  color: #8a8a8a;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  background-image: url("/assets/arrow-down-12-30d6e73d.svg");
  background-size: 15px 15px;
  background-position: 92% center;
  background-repeat: no-repeat;
}
.job-dropdown-select.selected {
  color: #000;
}
.job-dropdown-item {
  border: 1px solid #e5e5e5;
  border-top: 0;
  height: 60px;
}
.job-dropdown-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.job-dropdown-item.active {
  background-color: #f5f5f5;
}
.job-dropdown-item.active svg path {
  fill: #e01563;
}
.job-dropdown-item.disabled {
  pointer-events: none;
}
.job-dropdown-item.disabled svg path {
  fill: #e5e5e5;
}
.job-dropdown-item.disabled .job-dropdown-label {
  color: #e5e5e5;
}
.job-dropdown-label {
  font-size: 1em;
  line-height: 60px;
  width: 100%;
  margin: 0;
  padding: 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-dropdown-radio {
  display: none;
}
.job-dropdown-radio + label {
  margin: 0;
}
.job-dropdown-radio:checked + li {
  border-color: #e01563;
}
.job-dropdown-radio:checked + li::before {
  color: #e01563;
}
.job-dropdown-checkbox {
  display: none;
}
.job-dropdown-checkbox + label {
  margin: 0;
}
.job-dropdown-checkbox + .job-subcategory-label::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 0.8rem;
  cursor: pointer;
  vertical-align: sub;
  background-image: url("/assets/circle-empty-97155d70.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.job-dropdown-checkbox:checked + .job-subcategory-label::before {
  background-image: url("/assets/circle-checkmark-f49dec9e.svg");
}
.job-dropdown svg {
  height: 16px;
  width: 16px;
  margin-right: 1em;
}
.job-dropdown svg path {
  fill: #6ecadc;
}
.job-dropdown.category-options {
  display: none;
}
.job-asset-wrapper .label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  padding: 0 0 1em 0;
  font-size: 12px;
}
.job-asset-wrapper .asset-name {
  margin-bottom: 0;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.job-asset-wrapper .asset-name:first-child span {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  cursor: pointer;
  background-color: #fff;
  background-image: url("/assets/circle-remove-9a53a0a4.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.job-asset-wrapper .asset-name:last-child {
  margin-bottom: 1em;
}
.job-asset-wrapper .asset-error {
  display: none;
  color: #e01563;
}
.job-asset-wrapper #job-asset {
  background: url("/assets/camera-2-7268e99b.png") center/contain no-repeat;
  width: 18px;
  height: 18px;
  text-indent: 40px;
  margin: 0 1em 1em;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}
.job .user-image {
  max-width: 60px;
  border-radius: 50%;
}
.job-category-options {
  border-top: 2px solid #e5e5e5;
}
.job-label {
  text-align: left;
  color: #8a8a8a;
  line-height: 1;
}
.job-label .label-info {
  text-transform: none;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-weight: 400;
}
.job-sublabel {
  margin-bottom: 5px;
}
.job-button {
  padding: 20px 0 0;
}
.job-payment-button {
  padding: 2em 0;
}
.job-calendar {
  background-color: #fff;
  padding: 1em 0;
  text-align: center;
}
.job-calendar p {
  font-family: "minion-pro", "Times New Roman", Times, serif;
}
.job-calendar .calendar-body {
  border-top: 0;
  margin-top: 0;
}
.job-calendar .day {
  margin: 0;
}
.job-calendar .day .day-of-week {
  font-size: 8px;
}
.job-calendar .day .day-of-month {
  font-weight: 700;
}
.job-calendar .day-radio {
  display: none;
}
.job-calendar .hour.available {
  background-color: #e01563;
}
.job-helpers {
  margin: 1em;
  background-color: #f5f5f5;
}
.job-helpers-header {
  padding: 1em 0;
}
.job-helpers-image + .name {
  text-align: center;
  display: block;
  font-size: 0.7em;
}
.job-helpers-list-wrapper {
  margin: 0;
}
.job-helpers-list-item::before, .job-helpers-list-item::after {
  content: "";
  display: table;
}
.job-helpers-list-item::after {
  clear: both;
}
@media (min-width: 640px) {
  .job-helpers-list-item:nth-child(2n) {
    padding-left: 0.5em;
  }
  .job-helpers-list-item:nth-child(2n+1) {
    padding-right: 0.5em;
  }
}
.job-helpers-list-item:nth-child(n+7) {
  display: none;
}
.job-helpers-list-item:nth-child(n+7).show {
  display: block;
}
.job-helpers-list-item .job-helper {
  background-color: #fff;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 1em;
  position: relative;
  border: 1px solid #e5e5e5;
}
.job-helpers-list-item .job-helper::before, .job-helpers-list-item .job-helper::after {
  content: "";
  display: table;
}
.job-helpers-list-item .job-helper::after {
  clear: both;
}
.job-helpers-list-item .job-helper.new {
  background-color: rgba(110, 202, 220, 0.05);
}
.job-helpers-list-item .job-helper-content {
  padding: 0 1em 1.5em;
}
.job-helpers-list-item .job-helper .columns-left {
  padding-right: 20px;
}
.job-helpers-list-item .job-helper .price-label {
  font-size: 14px;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}
.job-helpers-list-item .job-helper .view-profile {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  line-height: 1;
  border: none;
  background-color: transparent;
  white-space: normal;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  padding: 0;
  margin-bottom: 1.5em;
}
.job-helpers-list-item .job-helper .choose-helper-button {
  width: 100%;
  background-color: #fff;
}
.job-helpers-list-item .job-helper .heart {
  position: absolute;
  display: block;
  right: 1em;
  top: 2px;
}
.job-helpers-list-item .job-helper .heart img {
  height: 18px;
  width: 18px;
}
.job-helpers-list-item .job-helper .full-price {
  font-size: 16px;
  text-decoration: line-through;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  position: absolute;
  bottom: 75px;
  left: 35px;
}
.job-helpers-list-item .job-helper .full-price.pro {
  color: #fbd075;
}
.job-helpers-list-item .job-helper .full-price.buddy {
  color: #fbd075;
}
.job-helpers-list-item .job-helper .full-price.rookie {
  color: #f57baa;
}
.job-helpers-list-item .helper-label {
  margin: 1em 0;
  padding: 0 1em;
  height: 30px;
  color: #fff;
}
.job-helpers-list-item .helper-label span {
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
}
.job-helpers-list-item .helper-label.best-price {
  background-color: #e9ab20;
}
.job-helpers-list-item .helper-label.best-price::after {
  content: "";
  background: url("/assets/award-ribbon-star-color-5046d2c1.png") center/cover no-repeat;
  width: 54px;
  height: 54px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 16px;
}
.job-helpers-list-item .helper-label.recommended {
  background-color: #6ecadc;
}
.job-helpers-list-item .helper-label.recommended::after {
  content: "";
  background: url("/assets/like-ribbon-color-1a6badb3.png") center/cover no-repeat;
  width: 54px;
  height: 54px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 16px;
}
.job-helpers-list-toggle.toggle-list-button {
  border-top: 0;
}
.job-helpers-filter {
  margin: 1em;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.job-helpers-filter .helpers-count {
  margin-bottom: 0;
  padding: 17px 0;
}
.job-helpers-filter .job-label {
  padding: 23px 0;
}
.job-helpers-image {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
  margin-bottom: 10px;
}
.job-helpers-name {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
.job-helpers-company {
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
}
.job-helpers-description {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  height: 42px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.job-helpers-rating {
  clear: both;
  margin: 0;
  line-height: 4;
  font-size: 6px;
}
.job-helpers-rating li {
  display: inline-block;
  vertical-align: middle;
}
.job-helpers-rating li .star {
  width: 15px;
  height: 15px;
  background-image: url("/assets/star-outline-ce06c044.svg");
}
.job-helpers-rating li .star.on {
  background-image: url("/assets/star-dd7e3265.svg");
}
.job-helpers-rating li .star.on-half {
  background-image: url("/assets/star-half-75a6e387.svg");
}
.job-helpers-rating li.rating-average {
  font-size: 20px;
}
.job-helpers-price {
  margin: 0;
  font-weight: 700;
  text-align: left;
  font-size: 28px;
  display: inline-block;
}
.job-helpers-new {
  position: absolute;
  top: 16px;
  right: -40px;
  transform: rotate(45deg);
  width: 150px;
  line-height: 2.5;
  background-color: #e9ab20;
  text-transform: uppercase;
}
.job-helpers-new span {
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}
.job-helpers .no-helpers {
  background-color: #6ecadc;
  border-radius: 5px;
  padding: 3em 2em;
  margin-bottom: 20px;
}
.job-helpers .no-helpers h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 1em;
}
.job-helpers .no-helpers div {
  text-align: center;
}
.job-helpers .no-helpers div form {
  display: inline;
}
.job-helpers .no-helpers div form input[type=submit] {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  color: #e01563;
  border: none;
  background-color: transparent;
}
.job-helper-experience-wrapper {
  margin-bottom: 2em;
  position: relative;
}
.job-helper-experience-wrapper ul {
  list-style-type: none;
  margin: 0;
  line-height: 1;
}
.job-helper-experience-wrapper ul li {
  display: inline-block;
  height: 12px;
  width: 12px;
}
.job-helper-experience-wrapper ul li .square {
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid #e5e5e5;
}
.job-helper-experience-wrapper ul li .square.fill.pro {
  background-color: #fbd075;
}
.job-helper-experience-wrapper ul li .square.fill.buddy {
  background-color: #fbd075;
}
.job-helper-experience-wrapper ul li .square.fill.rookie {
  background-color: #f57baa;
}
.job-helper-experience-wrapper .expert {
  position: absolute;
  top: -8px;
  left: 70px;
}
.job-helper-experience-wrapper .expert svg {
  height: 16px;
  width: 16px;
}
.job-helper-experience-wrapper .job-helper-experience-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  display: block;
}
.job-helper-strength-wrapper {
  height: 110px;
}
.job-helper-strength:last-child {
  margin-bottom: 2em;
}
.job-helper-strength h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0;
}
.job-helper-strength svg {
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 6px;
}
.job-helper-strength .score {
  font-size: 16px;
}
.job-helper-strength.helper-jobs-count svg path, .job-helper-strength.helper-recurring-buyers svg path {
  stroke-width: 2px;
}
.job-helper-strength.helper-rating svg, .job-helper-strength.helper-score svg {
  width: 27px;
  height: 27px;
  margin: 0;
}
.job-helper-strength.helper-rating svg path, .job-helper-strength.helper-score svg path {
  fill: #e9ab20;
}
.job-helper-strength.helper-score svg, .job-helper-strength.helper-verification svg {
  vertical-align: sub;
}
.job-helper-strength.helper-verification svg {
  width: 16px;
  height: 16px;
}
.job-tool-description {
  padding: 0 0.625em;
}
.job-helper-row {
  margin-bottom: 1em;
}
.job-list .info-block {
  background-color: #fff;
}
.job-list .info-block + .block-heading-wrapper {
  border-top: 1px solid #f5f5f5;
}
.job-list-heading-intro {
  text-align: center;
}
.job-list-card {
  list-style-type: none;
  margin: 0;
}
@media (min-width: 640px) {
  .job-list-card {
    padding: 3em 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.job-list-finished {
  list-style-type: none;
  margin: 0;
  background-color: #fff;
}
.job-list-finished li {
  border-bottom: 1px solid #f5f5f5;
  padding: 1em;
}
.job-list-finished li:nth-child(n+6) {
  display: none;
}
.job-list-finished a {
  color: #333;
}
.job-list-finished .label {
  color: #8a8a8a;
  font-size: 0.7em;
  display: block;
}
.job-list-finished .data.name {
  text-decoration: underline;
}
.job-heading {
  background-image: linear-gradient(#6ecadc 60px, #3eb991);
  color: #fff;
  padding: 0;
  padding-top: 1em;
}
.job-heading .block-heading:before {
  background-color: #fff;
}
.job-heading .job-info-block {
  padding: 0 20px;
}
.job-heading .job-text-heading {
  text-transform: capitalize;
  margin-bottom: 0;
}
.job-heading .job-text-heading:first-child {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.job-heading .job-text-heading:last-child {
  margin-bottom: 2em;
}
.job-heading .job-text-heading .job-user:first-child {
  margin-right: 10px;
}
.job-heading .job-text-heading a {
  color: #fff;
  text-decoration: underline;
}
.job-actions {
  padding: 1em;
  background-color: #fff;
}
.job-actions h4 {
  font-size: 1em;
  font-weight: 700;
}
.job-action {
  margin-bottom: 2em;
}
.job-message-text-heading {
  padding: 1em;
}
.job-messages {
  padding: 1em;
}
.page-job .job-messages {
  max-width: 400px;
  margin: auto;
}
.job-messages .profile-image {
  width: 36px;
  height: 36px;
}
@media (min-width: 1024px) {
  .job-messages .profile-image.profile-image-large {
    width: 70px;
    height: 70px;
  }
}
.job-messages .message {
  margin-bottom: 1.5em;
}
.job-messages .message-form {
  position: relative;
}
.job-messages .message-asset {
  margin-bottom: 1em;
  padding-left: 0.9375rem;
}
.job-messages .message-input {
  margin-bottom: 0;
  height: 60px;
  padding: 5px 140px 0 1em;
  border-radius: 8px;
}
.job-messages .message p {
  margin: 0;
}
.job-messages .button-send-message {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 65px;
  height: 60px;
  background: #e01563 url("/assets/paperplane-a9bcaefc.png") center/40% no-repeat;
  border-radius: 8px;
  text-indent: 400%;
}
.job-messages #message_image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  width: 65px;
  height: 50px;
  background: #fff url("/assets/camera-2-7268e99b.png") center/40% no-repeat;
  text-indent: 70px;
  font-size: 9px;
  overflow: hidden;
}
.job-messages .message-template {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin: 10px 5px 0 0;
  display: inline-block;
}
.job-messages .message-template-title {
  margin-bottom: 0;
}
.job .load-messages {
  display: block;
  padding: 2em;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  color: #e01563;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.job .load-messages::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/assets/circle-plus-51e0156c.svg") center/contain no-repeat;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.job .messages-footer {
  background: #fff;
  padding: 2em 0;
}
.job-details {
  padding: 2em 0.5em 1em;
  border-top: 2px solid #e5e5e5;
  display: block;
}
.job-details-heading {
  border-top: 2px solid #e5e5e5;
}
.job-details-address {
  background-image: url("/assets/ico-address-find-4caca672.svg");
  background-size: 20px;
  background-position: right 1em center;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.job-details-link {
  display: block;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-top: 0.5em;
}
.job-details .label {
  font-size: 0.9em;
}
.job-details .row {
  margin-bottom: 0.5em;
}
.job-details.accordion-content {
  border-top: 0;
}
.job-details-list {
  background-color: #fff;
  padding-bottom: 50px;
}
.job-details-list-item {
  padding: 0.5em;
  border-top: 1px solid #e5e5e5;
}
.job-details-list-item .profile-image {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.job-details-list-item .float-right {
  text-align: right;
}
.job-details-list-item a {
  color: #333;
  text-decoration: underline;
}
.job-details-list-item .job-image {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.job-details-list-item .price-breakdown {
  display: inline-block;
  margin-top: 1em;
}
.job-details-list-item .links {
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-details-list-item .links a {
  white-space: nowrap;
}
.job-decline .profile-image {
  margin-left: auto;
  margin-right: auto;
}
.job-checkout-steps {
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  background-color: #fff;
  color: #6ecadc;
  left: 0;
  width: 100%;
  height: 55px;
  text-align: center;
  z-index: 4;
}
.job-checkout-steps.fixed {
  position: fixed;
  top: 0;
}
.job-checkout-steps li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 25px;
}
@media (min-width: 480px) {
  .job-checkout-steps li {
    float: none;
    max-width: 100px;
    display: inline-block;
  }
}
.job-checkout-steps li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20px, -50%);
  width: calc(100% - 35px);
  border-bottom: 1px dashed;
}
.job-checkout-steps li:last-child {
  border-right: none;
}
.job-checkout-steps li:last-child::after {
  display: none;
}
.job-checkout-steps li i {
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 21px;
  background: #fff;
  border: 2px solid #6ecadc;
  border-radius: 50%;
  font-size: 0.7em;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  margin-bottom: 0.5em;
  color: #6ecadc;
}
.job-checkout-steps li i.active {
  background-color: #6ecadc;
  color: #fff;
}
.job-checkout-steps li .label {
  display: block;
  color: #fff;
  font-size: 0.6em;
}
.job-summary-overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10;
  display: none;
  overflow: scroll;
  padding: 20px 0;
  font-size: 18px;
}
.job-summary-overlay .close-button {
  position: absolute;
  right: 0;
}
.job-summary-overlay .close-button svg {
  height: 18px;
  width: 18px;
}
.job-summary-overlay .close-button svg path {
  fill: #333;
}
.job-summary-overlay .block-heading {
  margin-bottom: 2em;
}
.job-summary-overlay .price-row .price-break {
  font-size: 16px;
}
.job-summary-overlay .price-row .price-break li {
  padding: 0;
  background-color: #f5f5f5;
}
.job-summary-overlay .price-row .price-estimate {
  float: right;
}
.job-summary-overlay .price-row .price-subtitle {
  font-size: 16px;
}
.job-summary-overlay .discount-summary span {
  color: red;
}
.job-summary-overlay .gift-card-row {
  padding: 2em 15px;
}
.job-summary-overlay .gift-card-row a {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
}
.job-summary-overlay .gift-card-row svg {
  height: 18px;
  width: 18px;
  margin-right: 1em;
  vertical-align: sub;
}
.job-summary-overlay .gift-card-row svg path {
  fill: #333;
}
.job-summary-overlay .job-description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: overlay;
}
.job-summary-overlay .summary-heading {
  padding-bottom: 15px;
  margin: 1em;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.job-summary-overlay .job-discount {
  margin-bottom: 4em;
}
.job-summary .block-heading-wrapper {
  text-align: center;
}
.job-summary-list {
  list-style-type: none;
  margin: 0;
}
.job-summary-list li {
  background-color: #fff;
  padding: 0.5em 20px;
}
.job-summary-list li.price-row {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.job-summary-list a {
  color: #333;
}
.job-summary-list .job-image {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.job-summary-list svg {
  height: 18px;
  width: 18px;
  vertical-align: sub;
}
.job-summary-discount {
  padding: 0 1em;
}
.job-summary-discount .discount-input {
  float: left;
  border-radius: 3px 0 0 3px;
  margin-bottom: 0;
}
.job-summary-discount .button {
  float: left;
  border-radius: 0 3px 3px 0;
  margin-bottom: 0;
}
.job-summary-toggle-button-wrapper .toggle-list-button {
  border-top: none;
}
.job-summary-accept {
  padding: 2em 0;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.job-summary-accept p {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f5f5f5;
}
.job-summary-accept .checkbox-label {
  position: relative;
  padding-left: 2em;
  margin-bottom: 3em;
}
.job-summary-accept .checkbox-label::before {
  position: absolute;
  top: 0;
  left: 0;
}
.job-discount {
  display: none;
}
.job-completed-header {
  padding: 1em;
  border-top: 1px solid #e5e5e5;
}
.job-completed-list {
  list-style-type: none;
  margin: 0;
  padding: 1em;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.job-completed-list .price {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}
.job-pending-no-show .radio-buttons .row, .job-pending-time-change .radio-buttons .row {
  margin-bottom: 1em;
}
.job-pending-no-show .radio-buttons .row .radio-label, .job-pending-time-change .radio-buttons .row .radio-label {
  position: relative;
  padding-left: 2em;
}
.job-pending-no-show .radio-buttons .row .radio-label::before, .job-pending-time-change .radio-buttons .row .radio-label::before {
  position: absolute;
  top: 0;
  left: 0;
}
.job-edit {
  background-color: #fff;
}
.job-edit h4 {
  font-size: 1em;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
.job-edit .job-calendar {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.job-edit .job-calendar .hour.available {
  background-color: #3eb991;
}
.job-edit .button-wrapper {
  margin-top: 1em;
}
.job-no-show .checkbox-buttons .columns, .job-time-change .checkbox-buttons .columns {
  margin-bottom: 1em;
}
.job-no-show .checkbox-buttons .columns .checkbox-label, .job-time-change .checkbox-buttons .columns .checkbox-label {
  position: relative;
  padding-left: 2em;
}
.job-no-show .checkbox-buttons .columns .checkbox-label::before, .job-time-change .checkbox-buttons .columns .checkbox-label::before {
  position: absolute;
  top: 0;
  left: 0;
}
.job-no-show .checkbox-buttons .columns + .row, .job-time-change .checkbox-buttons .columns + .row {
  margin-bottom: 0;
}
.job-payment-notice {
  background-color: #fff;
}
.job-payment-cards {
  padding: 2em 1em;
}
.job-payment-cards .card-image {
  padding-top: 60%;
}
.job-payment-notice p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.job-payment-total {
  background-color: #fff;
}
.job-payment-total .row {
  padding: 0.5em;
  border-bottom: 1px solid #e5e5e5;
}
.job-payment-total .row:first-child {
  border-top: 1px solid #e5e5e5;
}
.job-payment-total .row:last-child {
  background-color: #f5f5f5;
}
.job-payment .actions {
  margin-top: 1em;
}
.job-cancel .job-messages {
  padding: none;
}
.job-cancel .options-list {
  list-style-type: none;
  margin-left: 0;
}
.job-cancel .comment-box {
  padding-left: 24px;
}
.job-cancel .comment-box input[type=text] {
  height: 40px;
}

.mfp-image-holder button.mfp-close {
  background: url("/assets/remove-circle-white-e7ce17d5.png") center/contain no-repeat;
  width: 24px;
  height: 24px;
  top: 8px;
}

.listing {
  background-color: #fff;
}
.listing .row:first-child {
  max-width: 1200px;
}
.listing-article-wrapper {
  padding-top: 1em;
}
.listing .widget {
  max-width: 300px;
  padding: 20px;
  margin-top: 1em;
  background-color: #f5f5f5;
}
@media (max-width: 640px) {
  .listing .widget {
    max-width: 100%;
  }
}
.listing .widget:last-child {
  margin-bottom: 1em;
}
.listing .widget-title {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
}
@media (max-width: 640px) {
  .listing .widget-cta {
    display: none;
  }
}
.listing .widget-cta .widget-title {
  margin-bottom: 1em;
}
.listing .widget .widget-image {
  margin-bottom: 2em;
}
.listing .widget-text.map-text {
  margin-bottom: 0;
}
.listing .sticky-button {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .listing .sticky-button {
    display: block;
  }
}
@media (max-width: 640px) {
  .listing .desktop-only {
    display: none;
  }
}

.new-notification-wrapper .notification-user-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: left;
}
.new-notification-wrapper .notification-user-checkbox {
  display: none;
}
.new-notification-wrapper .notification-user-checkbox + .notification-user-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin: 0 0 1rem;
}
.new-notification-wrapper .notification-user-checkbox + .notification-user-label::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 0.8rem;
  cursor: pointer;
  vertical-align: top;
  background-image: url("/assets/circle-empty-97155d70.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.new-notification-wrapper .notification-user-checkbox:checked + .notification-user-label::before {
  background-image: url("/assets/circle-checkmark-f49dec9e.svg");
}

.payment-info-box, .payment-heading {
  background-color: #fff;
  padding: 1em;
}
.payment-heading .block-heading {
  margin-top: 0;
}
.payment-total {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
.payment-transactions .button {
  margin-bottom: 0;
}
.payment-label-upload {
  border-radius: 5px;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}
.payment-label-upload.changed {
  padding: 1em;
  background-color: #f5f5f5;
  color: #e01563;
  border-radius: 3px;
}
.payment-label-upload span {
  color: #333;
  padding-left: 0.5em;
  width: 160px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: bottom;
  text-overflow: ellipsis;
}

.card-row {
  position: relative;
  background-color: #fff;
  padding: 1em;
}
.card-row.loading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/loader-55bc2935.svg") rgba(255, 255, 255, 0.7) center/100px no-repeat;
}
.card-row > p {
  margin-bottom: 2em;
}
.card-row-item {
  margin-bottom: 1.5em;
}
.card-row-item.bank-account-row {
  max-width: 500px;
  margin-top: 2.5em;
}
.card-row .input-box {
  max-width: 340px;
  margin: auto;
}
.card-image {
  display: block;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card-image.visa {
  background-image: url("/assets/visa-c56f2af5.png");
}
.card-image.mastercard {
  background-image: url("/assets/mastercard-ea14ae10.png");
}
.card-image.american-express {
  background-image: url("/assets/american-express-7beaef6e.png");
}
.card-form-set-default {
  line-height: 1;
}
.card-default, .card-set-default {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 0;
  display: inline-block;
}
.card-default {
  background: url("/assets/circle-checkmark-f49dec9e.svg") center/contain no-repeat;
}
.card-set-default {
  background: url("/assets/circle-empty-97155d70.svg") center/contain no-repeat;
}
.card-remove {
  border: 0;
  padding: 0;
  color: #e01563;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
.card-number {
  margin-bottom: 0;
  line-height: 1;
}
.card-number + p {
  margin-bottom: 0;
  line-height: 1;
}

.add-card-form .stripe-button-el {
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background-image: none;
  display: block;
  width: 100%;
  max-width: 340px;
  margin: auto;
}
.add-card-form .stripe-button-el span {
  background-image: none;
  box-shadow: none;
  height: auto;
  text-shadow: none;
}

.make-deposit-form {
  margin-top: 1.5em;
}

.bank-account-form.show form {
  display: block;
}
.bank-account-form.show .bank-account-change {
  display: none;
}
.bank-account-form .input-box {
  max-width: 340px;
  margin: auto;
}
.bank-account-form .bank-account-number {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  max-width: 340px;
  margin: 0 auto 1rem;
}
.bank-account-form form {
  display: none;
  padding: 2em 1em;
}

.file-upload-wrapper .file-upload {
  background: url("/assets/camera-2-7268e99b.png") center/contain no-repeat;
  width: 18px;
  height: 18px;
  text-indent: 40px;
  margin: 0 1em 1em 0;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}
.file-upload-wrapper .label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  padding: 0 0 1em 0;
  font-size: 12px;
}
.file-upload-wrapper .file-name {
  margin-bottom: 1em;
}

.credit-card-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.product {
  background-color: #fff;
}
.product .row:first-child {
  max-width: 1200px;
}
.product-article-wrapper {
  padding-top: 1em;
}
.product .widget {
  max-width: 300px;
  padding: 20px;
  margin-top: 1em;
  background-color: #f5f5f5;
}
@media (max-width: 640px) {
  .product .widget {
    max-width: 100%;
  }
}
.product .widget:last-child {
  margin-bottom: 1em;
}
.product .widget-title {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
}
@media (max-width: 640px) {
  .product .widget-booking {
    display: none;
  }
}
.product .widget-booking .widget-title {
  margin-bottom: 1em;
}
.product .categories-list {
  list-style-type: none;
  margin: 0;
}
.product .categories-list li {
  margin: 1em 0 1.5em;
  padding: 0;
}
.product .categories-list a {
  display: block;
  line-height: 1.1;
  color: #000;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.7em;
  padding: 0;
  width: 100%;
}
.product .categories-list a svg {
  display: block;
  margin: 0 auto 30px;
}
.product .categories-list a svg path {
  fill: #6ecadc;
}
.product .sticky-button {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .product .sticky-button {
    display: block;
  }
}

.profile-image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.profile-image.helper-image {
  height: 120px;
  width: 120px;
}
.profile-header {
  background-image: linear-gradient(#6ecadc 60px, #3eb991);
  color: #fff;
  padding: 1em;
  text-align: center;
}
.profile-header.helper-header {
  padding: 0;
}
.profile-header.helper-header .helper-header {
  padding: 1em;
}
.profile-header .profile-image {
  margin: auto;
}
.profile-header-buttons .button {
  margin-bottom: 1.25rem;
}
.profile-header .button {
  color: #fff;
  width: 100%;
}
.profile-header .small-4 .button {
  padding: 24px 0;
}
.profile .helper-facts {
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}
.profile .helper-facts h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .profile .helper-facts h5 {
    font-size: 1em;
  }
}
.profile .helper-facts svg {
  width: 20px;
  height: 20px;
}
.profile .helper-facts svg path {
  fill: #fff;
}
.profile .helper-facts a {
  text-decoration: underline;
  color: #fff;
}
.profile-user-name {
  text-transform: uppercase;
  font-weight: 700;
  margin: 1em 0 0;
}
.profile-user-text .more,
.profile-user-text .less {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  margin-top: 1em;
}
.profile-user-text .more::before,
.profile-user-text .less::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: sub;
}
.profile-user-text .more::before {
  background-image: url("/assets/circle-plus-51e0156c.svg");
}
.profile-user-text .less::before {
  background-image: url("/assets/circle-minus-f03df897.svg");
}
.profile .tabs-content .category-row {
  padding: 1em;
}
.profile .tabs-content .category-row .helper-category {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
.profile .tabs-content .category-row h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.15em;
}
.profile .tabs-content .category-row svg {
  margin-right: 20px;
  height: 25px;
  width: 25px;
}
.profile .tabs-content .category-row svg path {
  fill: #6ecadc;
}
@media (min-width: 800px) {
  .profile .tabs-content .category-row .button {
    margin-left: 0;
  }
}
.profile .about-block {
  padding: 1em;
}
.profile .about-block.facts-block .block-heading {
  margin-top: 0;
}
.profile .about-block.white {
  background-color: #fff;
}
.profile .about-block .block-heading {
  margin-top: 1em;
}
.profile .about-block .helper-facts {
  max-width: 405px;
}
.profile .about-block .helper-facts svg path {
  fill: #6ecadc;
}
.profile .about-block .helper-answers {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
.profile .about-block .helper-question {
  font-weight: 700;
  margin-bottom: 0;
}
.profile-rating {
  margin: 0;
}
.profile-rating li {
  display: inline-block;
  vertical-align: middle;
}
.profile-rating li .star {
  width: 25px;
  height: 25px;
  background-image: url("/assets/star-outline-white-0ac9ee0a.svg");
}
.profile-rating li .star.on {
  background-image: url("/assets/star-white-c6cf5069.svg");
}
.profile-rating li.rating-average {
  font-size: 20px;
}
.profile-user-job-count, .profile-user-review-count {
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  padding: 0 10px;
}
.profile-box {
  padding: 1.5em 1em;
}
.profile-progress.helper {
  background: #fff;
}
.profile-progress-bar {
  border: 2px solid #6ecadc;
  border-radius: 3px;
  margin-bottom: 1em;
}
.profile-progress .profile-box {
  padding: 3em 1em;
}
.profile-progress .progress {
  color: #fff;
  background-color: #6ecadc;
  text-align: center;
  padding: 0.3em 0;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  white-space: nowrap;
  overflow: overlay;
}
.profile-progress .progress [class^=tooltip-] {
  color: #fff;
}
.profile-progress-info ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  list-style: none;
}
.profile-progress-info ul img {
  height: 20px;
  width: 20px;
}
.profile-progress-info .missing-info {
  margin-bottom: 1.5em;
}
.profile-progress-info .missing-info-item a {
  text-decoration: underline;
}
.profile-progress-info .approved-info-item a {
  color: #000;
  text-decoration: underline;
}
.profile-progress-info .approved-info-item:nth-child(n+4) {
  display: none;
}
.profile-progress-info .approved-info-item:nth-child(n+4).show {
  display: block;
}
.profile-progress-info .toggle-list-button {
  border-top: none;
}
.profile-earnings-button {
  width: 100%;
  margin: 4em 0;
}
.profile-regulations {
  text-align: center;
}
@media (min-width: 1024px) {
  .profile-regulations.profile-box {
    padding: 0;
  }
}
.profile-regulations-button {
  width: 100%;
}
.profile-tips {
  text-align: center;
  background-color: #fff;
}
.profile-posts {
  list-style-type: none;
  margin: 0;
}
.profile-posts li {
  margin-bottom: 1em;
  display: block;
}
.profile-posts a {
  color: #333;
  text-decoration: underline;
}
.profile-feedback-wrapper {
  background-color: #fff;
}
.profile-categories {
  background-color: #fff;
  padding: 1em;
}
.profile-categories svg {
  height: 32px;
  width: 32px;
}
.profile-categories-buyer {
  background-color: #f5f5f5;
}
.profile-categories.narrow-3 {
  max-width: 600px;
  margin: auto;
}
.profile-categories.narrow-2 {
  max-width: 420px;
  margin: auto;
}
@media (min-width: 640px) {
  .profile-categories {
    padding: 3em 1em;
    background-color: #f5f5f5;
  }
}
.profile-categories-list {
  list-style-type: none;
  margin: auto;
}
.profile-categories-list a,
.profile-categories-list span {
  display: block;
  line-height: 1.1;
  color: #000;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7em;
  padding: 0;
  width: 100%;
}
.profile-categories li {
  text-align: center;
  margin-bottom: 1em;
  height: 105px;
  line-height: 52.5px;
}
.profile-categories svg {
  display: block;
  margin: 0 auto 30px;
}
.profile-categories svg path {
  fill: #6ecadc;
}
.profile-trainings-list {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
.profile-trainings-list li {
  height: 35px;
}
.profile-trainings-list svg {
  height: 20px;
  width: 20px;
  vertical-align: sub;
  margin-right: 1em;
}
.profile-trainings p {
  margin-bottom: 2em;
}
.profile-trainings .label {
  margin-bottom: 1em;
}
.profile-points {
  background: #fff;
  padding-bottom: 2.8em;
}
.profile-points svg {
  display: block;
  height: 32px;
  width: 32px;
  margin: 0 auto 5px;
}
.profile-points h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.profile-points .label {
  margin-bottom: 1em;
}
.profile-points .points-label, .profile-points .points-amount {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 0;
}
.profile-points .points-amount {
  margin-bottom: 1em;
  font-size: 1em;
}
.profile .calendar-header, .profile .calendar-footer {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .profile-double-section {
    padding: 5em 0;
  }
}
.profile-double-section .columns.feedback-faq,
.profile-double-section .columns .profile-regulations,
.profile-double-section .columns .profile-tips {
  padding: 0 4em;
}
@media (max-width: 640px) {
  .profile-double-section .columns.feedback-faq,
  .profile-double-section .columns .profile-regulations,
  .profile-double-section .columns .profile-tips {
    padding: 2em;
  }
}
@media (min-width: 1024px) {
  .profile-buyer-info {
    padding-bottom: 2.8em;
  }
}
.profile-reviews {
  list-style-type: none;
  margin: 0;
  background-color: #fff;
}
@media (min-width: 640px) {
  .profile-reviews {
    max-width: 375px;
    margin: auto;
  }
}
.profile-reviews-item {
  position: relative;
  padding: 1em 0;
  border-bottom: 1px solid #e5e5e5;
}
.profile-reviews-item:last-child {
  border-bottom: none;
}
.profile-reviews-user {
  position: absolute;
  top: 1em;
  left: 50px;
  transform: translateX(-50%);
  width: 100px;
  padding: 0 0.5em;
}
.profile-reviews-user span {
  display: block;
  text-align: center;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  word-break: break-word;
  margin-top: 0.5em;
}
.profile-reviews-user-avatar {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  background-color: #333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  margin: auto;
}
.profile-reviews-user-name {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 0.8em;
  margin-top: 0.25em;
}
.profile-reviews-box {
  padding-left: 100px;
  padding-right: 0.5em;
}
.profile-reviews-box-title {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
.profile-reviews-box-title.helper {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.15em;
}
.profile-reviews-box-title span {
  color: #333;
}
.profile-reviews-box-text {
  margin-bottom: 0.3em;
  font-size: 0.9em;
}
.profile-reviews-box-date {
  font-size: 0.9em;
  color: #8a8a8a;
}
.profile-reviews-box-rating {
  margin: 0;
}
.profile-reviews-box-rating.helper {
  display: inline-block;
  vertical-align: middle;
}
.profile-reviews-box-rating.helper i {
  width: 20px;
  height: 20px;
}
.profile-reviews-box-rating li {
  display: inline-block;
}
.profile-reviews-button-wrapper {
  padding: 1em;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1024px) {
  .profile-reviews-button-wrapper {
    border-bottom: 0;
  }
}
.profile-reviews-empty {
  padding: 1em;
  margin-bottom: 0;
  background-color: #fff;
}
.profile .block-heading {
  margin-top: 2em;
}
.profile-edit {
  padding: 1em;
}
.profile-edit-header {
  background-color: #fff;
  padding: 1em;
  border-bottom: 1px solid #e5e5e5;
}
.profile-edit-header .block-heading {
  margin-top: 0;
}
.profile-edit-image {
  padding: 1em;
  text-align: center;
  position: relative;
}
.profile-edit-image.validation-failed .error-message {
  display: block;
}
.profile-edit-image.validation-failed .image {
  display: none;
}
.profile-edit-image .profile-image {
  width: 120px;
  height: 120px;
  margin: auto;
}
.profile-edit-image .error-message {
  display: none;
  text-align: center;
  color: #e01563;
  margin-top: 1em;
}
.profile-edit-image label {
  display: inline-block;
}
.profile-edit-image .tooltip-left {
  position: absolute;
  right: calc(50% - 80px);
  z-index: 1;
  bottom: 12px;
}
.profile-edit-image .button {
  margin-top: 2em;
  max-width: 120px;
}
.profile-edit-categories {
  background-color: #fff;
  margin: auto;
}
.profile-edit-categories::before, .profile-edit-categories::after {
  content: "";
  display: table;
}
.profile-edit-categories::after {
  clear: both;
}
.profile-edit-categories .category-select:nth-child(even) {
  background-color: #f5f5f5;
}
.profile-edit-categories .category-select .category-wrapper {
  padding: 1em;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.profile-edit-categories .category-select .category-wrapper .category-title {
  margin-bottom: 0;
}
.profile-edit-categories .category-select .category-wrapper .category-title.open {
  margin-bottom: 0.5em;
}
.profile-edit-categories .category-select .category-wrapper .checkbox + .checkbox-label {
  vertical-align: unset;
}
.profile-edit-categories .category-description {
  margin-top: 1em;
}
.profile-edit-categories ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}
.profile-edit-experience {
  text-align: center;
  padding-bottom: 2em;
}
.profile-edit-experience .experience-list li {
  display: inline-block;
  margin: 0 0.5em;
}
.profile-edit-experience .experience-list li .radio-label:before {
  display: block;
  margin-right: 0;
}
.profile-edit-tools {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.profile-edit-subcategories, .profile-edit-tools {
  padding-left: 2em;
}
.profile-edit-subcategories ul, .profile-edit-tools ul {
  margin-left: 0;
  margin-right: 0;
}
.profile-edit-subcategories ul li:nth-child(2n+2) i::before, .profile-edit-tools ul li:nth-child(2n+2) i::before {
  left: auto;
  right: -13px;
}
.profile-edit-button-wrapper {
  padding: 1em;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.profile-edit-button-wrapper .button {
  margin-bottom: 0;
}
.profile-edit .choosing-input-box {
  margin: 0 1em 1em 0;
  display: inline-block;
}
.profile-edit .country-code-select {
  background-size: 80%;
  background-position: left -30px top 7px;
  width: 80px;
  padding: 0 0 0 30px;
  background-color: #e01563;
  color: #fff;
  float: left;
  border-radius: 3px 0 0 3px;
}
.profile-edit .country-code-select + input {
  float: left;
  width: calc(100% - 80px);
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.profile-edit .actions .button {
  margin-top: 1em;
}
.profile-edit .option-wrapper {
  margin-bottom: 1em;
}
.profile-helper-edit .block-sub-heading {
  padding: 1em;
  margin: 1em 0;
}
.profile-helper-edit .info-wrapper {
  margin: 1em 1em 2em;
  padding: 10px;
  background-color: #f5f5f5;
}
.profile-helper-edit .info-wrapper a {
  float: right;
  text-decoration: underline;
}
.profile-helper-edit .tabs .tabs-title {
  padding: 0 5px;
}
.profile-helper-edit .tabs .tabs-title.tabs-5 {
  width: 20%;
}
.profile-helper-edit .tabs .tabs-title a {
  color: #333;
  padding: 10px 0;
}
.profile-helper-edit .tabs-row {
  position: fixed;
  width: 100%;
  height: 46px;
  top: 60px;
  background-color: #f5f5f5;
  z-index: 1;
}
.profile-helper-edit .tabs-content {
  margin-top: 46px;
}
.profile-helper-edit .tabs-content .profile-edit-categories {
  padding: 0;
}
.profile-welcome .button + .button {
  margin-top: 2em;
}
.profile-welcome-helper .narrow-list {
  max-width: 380px;
  margin: 0 auto 1rem;
}
.profile-welcome-helper .narrow-list.small {
  max-width: 270px;
}
.profile-menu {
  background-image: linear-gradient(#6ecadc 60px, #3eb991);
  height: 100vh;
  width: 100%;
  position: fixed;
  padding: 1em;
  text-align: center;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.profile-menu ul {
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.6;
  margin: 0;
}
.profile-menu ul a {
  color: #fff;
  padding: 9px 20px;
  display: inline-block;
  font-size: 1rem;
  transition: color 0.2s;
}
.profile-menu ul .section {
  padding: 1em;
}
.profile-menu ul .section a {
  padding: 0 20px;
}
.profile-menu .menu-label {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.date-of-birth select {
  background-image: none;
  text-align-last: center;
  text-align: center;
  float: left;
  padding: 0 1em;
}
.date-of-birth select option {
  text-align: center;
}
.date-of-birth select:nth-of-type(1), .date-of-birth select:nth-of-type(2) {
  width: 50px;
  margin-right: 1em;
}
.date-of-birth select:nth-of-type(3) {
  width: 65px;
}

.document-edit {
  background-color: #fff;
}
.document-edit .document-upload {
  background: url("/assets/camera-2-7268e99b.png") center/contain no-repeat;
  width: 18px;
  height: 18px;
  text-indent: 40px;
  margin: 0 1em 1em;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}
.document-edit .no-documents {
  padding: 10px;
  font-style: italic;
  background-color: #f9ebb2;
  margin-bottom: 1em;
}
.document-edit .document-error {
  display: none;
  color: #e01563;
  padding: 1em 0;
}
.document-edit .icon img {
  height: 20px;
  width: 20px;
  vertical-align: sub;
  margin-right: 10px;
}

.review-module {
  padding: 1.5em 1em;
  margin: 1em;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.review-module .label {
  margin-bottom: 1em;
}
.review-module textarea {
  margin-bottom: 0;
}
.review-module .job-dropdown-select {
  margin-bottom: 0;
}
.review-module .job-dropdown-wrapper {
  top: 17px;
}
@media (min-width: 768px) {
  .review .profile-image {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .review .profile-image {
    width: 70px;
    height: 70px;
  }
}
.review .job-messages::before, .review .job-messages::after,
.review .button-wrapper::before,
.review .button-wrapper::after {
  content: "";
  display: table;
}
.review .job-messages::after,
.review .button-wrapper::after {
  clear: both;
}
.review #one-star-rating-alert {
  border: 12px solid #e01563;
  border-radius: 3px;
  padding: 6px 10px 10px;
  margin-bottom: 1em;
}
.review #one-star-rating-alert .checkbox-label {
  position: relative;
  padding-left: 2em;
}
.review #one-star-rating-alert .checkbox-label::before {
  position: absolute;
  top: 0;
  left: 0;
}
.review .button-wrapper {
  background-color: transparent;
}
.review .checkbox-wrapper {
  margin-top: 1em;
}

.star {
  background-image: url("/assets/star-outline-ce06c044.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}
.star.on {
  background-image: url("/assets/star-dd7e3265.svg");
}

.rating {
  display: inline-block;
}
.rating:not(:checked) > input {
  display: none;
}
.rating:not(:checked) > input:checked ~ label {
  background-image: url("/assets/star-dd7e3265.svg");
}
.rating:not(:checked) > label {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  padding: 0 0.05em;
  margin-right: 0.5em;
  cursor: pointer;
  background-image: url("/assets/star-outline-ce06c044.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
  background-image: url("/assets/star-dd7e3265.svg");
}
.rating:not(:checked) > label:active {
  position: relative;
  top: 2px;
}
.rating-wrapper {
  margin-bottom: 1em;
}

.nps {
  display: inline-block;
  width: 100%;
}
.nps div {
  display: inline-block;
  width: 8.3333333333%;
}
.nps input {
  display: none;
}
.nps input:checked + label {
  background-color: #3eb991;
}
.nps input:hover, .nps input:hover + label {
  background-color: #3eb991;
}
.nps .label {
  border: 1px solid #333;
  line-height: 1;
  width: 16px;
  margin: 0 0 1em 0;
  text-align: center;
}
.nps-wrapper {
  margin-bottom: 1em;
  text-align: center;
}
.nps-labels span {
  line-height: 1.1;
  margin-bottom: 2em;
  font-size: 14px;
}
.nps-labels .min {
  float: left;
  text-align: left;
}
.nps-labels .max {
  float: right;
  text-align: right;
}

.reviews-page .profile-reviews {
  max-width: 100%;
}
.reviews-page .missing-reviews {
  position: relative;
}
.reviews-page .missing-reviews .profile-reviews-user {
  top: 0;
}

.rewards {
  background-color: #fff;
}
.rewards-list {
  list-style: none;
  margin: 0;
}
.rewards-list li {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.rewards-info {
  display: inline-block;
}
@media (min-width: 640px) {
  .rewards-active-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0;
  }
}
.rewards-active-item {
  margin: auto;
  flex-basis: 320px;
  border: 1px solid #e5e5e5;
}
@media (min-width: 640px) {
  .rewards-active-item {
    margin-bottom: 1.5em;
  }
}
.rewards-active-item-heading {
  background-color: #f5f5f5;
  padding: 1em;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.rewards-active-item-heading span {
  vertical-align: middle;
}
.rewards-active-item-label {
  color: #8a8a8a;
  width: 40%;
  padding-right: 1em;
  display: inline-block;
}
.rewards-active-item-data {
  color: #333;
  width: 58%;
  text-align: right;
  display: inline-block;
}
.rewards-active-item ul {
  list-style: none;
  margin: 0;
}
.rewards-active-item li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5em 1em;
}
.rewards-active-item li::before, .rewards-active-item li::after {
  content: "";
  display: table;
}
.rewards-active-item li::after {
  clear: both;
}
.rewards input[type=submit] {
  white-space: break-spaces;
  color: #e01563;
  border: none;
  background-color: transparent;
  line-height: 1.6;
}
.rewards h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
}
.rewards svg {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 10px;
}
.rewards .total-points {
  background-color: #6ecadc;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.15em;
  display: inline-block;
  margin-bottom: 5px;
}

.support-title {
  text-align: center;
  margin: 1em 0 0.5em;
}
.support .support-search {
  position: relative;
}
@media (max-width: 768px) {
  .support .support-search .back-link {
    position: relative;
    left: 0;
  }
}
.support-form {
  position: relative;
  max-width: 540px;
  margin: auto;
}
.support-form-input {
  height: 52px;
  line-height: 52px;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
}
.support-form-button {
  text-align: center;
  position: absolute;
  top: 5px;
  margin: 0;
  right: 5px;
  border-radius: 3px;
  height: 42px;
  width: 52px;
  padding: 0;
}
.support-form-button i {
  font-size: 1.6em;
}
.support-faq {
  position: relative;
}
.support-faq-title {
  margin-top: 0;
  text-align: center;
  font-size: 1em;
  position: relative;
}
.support-faq-results {
  transition: opacity 0.2s;
}
.loading .support-faq-results {
  opacity: 0;
}
.support-faq-results.rendered {
  padding: 1em;
  background-color: #fff;
}
.support-faq-results.rendered::before, .support-faq-results.rendered::after {
  content: "";
  display: table;
}
.support-faq-results.rendered::after {
  clear: both;
}
.support-faq-results.rendered > div {
  padding: 0.5em 0;
  border-bottom: 1px solid #f5f5f5;
}
.support-faq-results.rendered > div:last-child {
  border-bottom: 0;
}
.support-faq-results.rendered:empty {
  display: none;
}
.support-faq-loader {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .support-faq-loader {
  display: block;
}
.support-faq-loader-circle-1, .support-faq-loader-circle-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6ecadc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}
.support-faq-loader-circle-2 {
  animation-delay: -1s;
}
.support-categories {
  list-style-type: none;
  margin: 0;
}
.support-categories li {
  padding: 0.5em 0;
}
.support-categories li::before, .support-categories li::after {
  content: "";
  display: table;
}
.support-categories li::after {
  clear: both;
}
.support-article-heading {
  padding-top: 2em;
}
.support-article-heading .info-block {
  border-top: 0;
  padding: 2em;
}
.support-article-content {
  padding: 0 2em 2em;
  background-color: #fff;
}
.support-article-content p,
.support-article-content ul,
.support-article-content ol,
.support-article-content div {
  font-size: 1.1rem;
  line-height: 1.8;
}
.support-article-content .row {
  max-width: 720px;
  margin: auto;
}
.support-article-content h2 {
  font-size: 1.1em;
  text-align: left;
  font-weight: 700;
  margin: 2em 0 1em;
}
.support-article-content label {
  display: inline-block;
}
.support-article-footer {
  padding: 2em 2em;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.support-article-footer .row {
  margin: auto;
}
.support-article-footer .row h6 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.support-article-footer .row .info-text {
  text-align: center;
}
.support .back-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 1.2em;
  font-size: 0.75em;
}
.support .back-link::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}
.support .accordion-title-wrapper .accordion-content {
  background-color: #fff;
}
.support .accordion-title-wrapper .accordion-content li {
  text-align: center;
}
@media (min-width: 540px) {
  .support .accordion-title-wrapper {
    border-top: 2px solid #e5e5e5;
  }
  .support .accordion-title-wrapper .accordion-title {
    border: 0;
    max-width: 540px;
    margin: auto;
  }
}
.support-notice {
  background-color: #f9ebb2;
  padding: 1em 0.5em;
  margin-bottom: 2em;
}
.support .faq-list h4 {
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
}
.support .faq-list ul {
  list-style: none;
}

.article-module-footer {
  padding: 1.5em;
  background-color: #f5f5f5;
}
.article-module-footer .related_post_title {
  margin-top: 0;
  text-align: center;
  font-weight: 700;
}
.article-module-footer .info-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.article-module-footer .category-dropdown-select {
  font-size: 16px;
  line-height: 50px;
}

.company-page-wrapper .block-heading-wrapper {
  padding-top: 2em;
}
.company-page-wrapper .block-content {
  background-color: #fff;
  padding: 0 2em 2em;
  border-bottom: 1px solid #8a8a8a;
}
.company-page-wrapper .block-content .row {
  max-width: 720px;
  margin: auto;
}
.company-page-wrapper .company-description {
  font-size: 1.1em;
}
.company-page-wrapper .filter-content-wrapper {
  padding: 2em 2em 0;
  background-color: #f5f5f5;
}
.company-page-wrapper .filter-content-wrapper h6 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.company-page-wrapper .filter-content-wrapper .info-text {
  text-align: center;
}
.company-page-wrapper .filter-content-wrapper .reset-filter-wrapper {
  text-align: center;
  padding-bottom: 1.5em;
}

.referral-campaign-page-wrapper table {
  margin: 0 auto 1.5em;
  width: 500px;
  border-collapse: collapse;
}
@media (max-width: 640px) {
  .referral-campaign-page-wrapper table {
    width: 100%;
  }
}
.referral-campaign-page-wrapper table thead th, .referral-campaign-page-wrapper table tbody td {
  padding: 0.5rem 0.5rem 0.625rem;
}
.referral-campaign-page-wrapper table thead {
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Roboto, Arial, sans-serif;
  background: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #333;
  font-size: 14px;
}
.referral-campaign-page-wrapper table tbody {
  border: 1px solid #fff;
}
.referral-campaign-page-wrapper table tbody tr {
  border-bottom: 1px solid #fff;
}
.referral-campaign-page-wrapper .block-heading-wrapper {
  padding-top: 2em;
}
.referral-campaign-page-wrapper .block-heading-wrapper img {
  max-width: 720px;
  width: 100%;
}
.referral-campaign-page-wrapper .box-wrapper {
  padding-bottom: 3em;
}
.referral-campaign-page-wrapper .block-content {
  background-color: #fff;
  padding: 0 2em 2em;
  border-bottom: 1px solid #8a8a8a;
  font-size: 1.1em;
}
.referral-campaign-page-wrapper .block-content .row {
  max-width: 720px;
  margin: auto;
}
.referral-campaign-page-wrapper .join-campaign-wrapper {
  max-width: 350px;
  margin: 1rem auto 0;
}
.referral-campaign-page-wrapper .join-campaign-wrapper .button {
  width: 100%;
}
.referral-campaign-page-wrapper .total-stats,
.referral-campaign-page-wrapper .current-user-stats {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.referral-campaign-page-wrapper .member-stats {
  background-color: #fff;
}
.referral-campaign-page-wrapper .stats-section {
  padding: 0 2em 2em;
}
.referral-campaign-page-wrapper .stats-section h2 {
  font-size: 1.15rem;
  font-weight: bold;
}
.referral-campaign-page-wrapper .progress-bar {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  max-width: 450px;
  margin: 1rem auto 0;
  min-width: 200px;
}
.referral-campaign-page-wrapper .progress-bar-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  border-radius: 5px;
  background-color: #6ecadc;
  max-width: 100%;
}
.referral-campaign-page-wrapper .progress-bar-text {
  position: relative;
  display: inline-block;
  background-color: #6ecadc;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 2;
}
.referral-campaign-page-wrapper .top-referrals {
  margin-top: 1rem;
}
.referral-campaign-page-wrapper .top-referrals-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.referral-campaign-page-wrapper .top-referrals-item .progress-bar {
  margin: 0;
}
.referral-campaign-page-wrapper .top-referrals-item-name {
  margin-right: 1rem;
}
.referral-campaign-page-wrapper .or {
  margin: 2rem 0;
}
.referral-campaign-description {
  text-align: center;
  font-size: 1.1em;
}

.copy-referral-link-heading {
  text-transform: uppercase;
}
.copy-referral-link-heading.user-referral {
  padding-top: 1em;
}
.copy-referral-link-wrapper {
  display: flex;
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  max-width: 400px;
  margin: 0 auto 1em;
}
.copy-referral-link-input {
  border: none;
  margin: 0;
  height: 40px;
  text-decoration: underline;
}
.copy-referral-link-input:focus {
  background-color: #f5f5f5;
  cursor: initial;
  border: none;
}
.copy-referral-link-input:hover {
  background-color: #f5f5f5;
  cursor: initial;
}
.copy-referral-link-button {
  padding: 0 15px;
  background-color: #e01563;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s;
}
.copy-referral-link-button.copied {
  background-color: #3eb991;
}

.referral-gift-card .amount-description {
  padding: 5px;
  background-color: #e5e5e5;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.referral-gift-card .copy-link-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 2em;
}
.referral-gift-card .copy-link-wrapper {
  display: flex;
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  max-width: 400px;
  margin: 0 auto 2em;
}
.referral-gift-card .copy-link-input {
  border: none;
  margin: 0;
  height: 40px;
  text-decoration: underline;
}
.referral-gift-card .copy-link-input:focus {
  background-color: #f5f5f5;
  cursor: initial;
  border: none;
}
.referral-gift-card .copy-link-input:hover {
  background-color: #f5f5f5;
  cursor: initial;
}
.referral-gift-card .copy-link-button {
  padding: 0 15px;
  background-color: #e01563;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s;
}
.referral-gift-card .copy-link-button.copied {
  background-color: #3eb991;
}

.all-services {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px;
}
.all-services-box {
  border-radius: 3px;
  background-color: #f5f5f5;
  padding: 2rem 1.5rem;
}
@media (min-width: 1024px) {
  .all-services-box {
    padding: 3rem;
  }
}
.all-services-box-wrapper {
  max-width: 1338px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
@media (min-width: 1024px) {
  .all-services-box-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.all-services-box-title {
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.all-services-box-title a {
  color: #333;
}
.all-services-box-list {
  column-count: 2;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 640px) {
  .all-services-box-list {
    column-count: 1;
  }
}
.all-services-box-list-item {
  margin-bottom: 14px;
}

.user-search-header {
  background-image: linear-gradient(#6ecadc 60px, #3eb991);
  background-position-y: 35%;
  position: relative;
  color: #fff;
}
@media (min-width: 640px) {
  .user-search-header {
    height: 50vh;
  }
}
.user-search-header .block-heading {
  padding: 3em 3em 1em;
  margin: 0;
}
.user-search-header .block-heading::before {
  background-color: #fff;
}
.user-search-header .info-text {
  margin-top: 1em;
  text-align: center;
  font-size: 1.3em;
}
@media (max-width: 640px) {
  .user-search-header .info-text {
    display: none;
  }
}
.user-search-cta {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 2em 0;
}
@media (max-width: 640px) {
  .user-search-cta {
    padding: 2em;
  }
}
.user-search-cta-wrapper {
  width: 100%;
}
@media (min-width: 640px) {
  .user-search-cta-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.user-search-cta input {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.user-search .helpers-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.user-search .job-helpers-list {
  margin: 0 0.5em;
}
.user-search .job-helpers-list-item .job-helper-content {
  padding: 1.5em 1em;
}
.user-search .job-helpers .job-helper {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.user-search .job-helpers .job-helper .button {
  margin-bottom: 0;
  background-color: #fff;
}
.user-search .job-helpers .no-helpers {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

html,
body {
  height: 100%;
}

body.show-menu {
  overflow: hidden;
}
body.loading::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("/assets/loader-55bc2935.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
}
body.fixed-header .booking .content {
  padding-top: 55px;
}
@media (max-width: 640px) {
  body.fixed-header .booking .content {
    padding-top: 115px;
  }
}

h2,
h4 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
}

.ceo .ceo-icon {
  font-size: 5em;
}

.translation_missing {
  color: red !important;
  background-color: mediumspringgreen !important;
}

a {
  color: #e01563;
}
