@charset "UTF-8";
@font-face {
  font-family: "Founders Grotesk";
  src: url("../../fonts/FoundersGrotesk/founders-grotesk-web-regular.eot");
  src: url("../../fonts/FoundersGrotesk/founders-grotesk-web-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/FoundersGrotesk/founders-grotesk-web-regular.woff2") format("woff2"), url("../../fonts/FoundersGrotesk/founders-grotesk-web-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../../fonts/FoundersGrotesk/founders-grotesk-web-light.eot");
  src: url("../../fonts/FoundersGrotesk/founders-grotesk-web-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/FoundersGrotesk/founders-grotesk-web-light.woff2") format("woff2"), url("../../fonts/FoundersGrotesk/founders-grotesk-web-light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gerbera";
  src: url("../../fonts/Gerbera/gerbera.eot");
  src: url("../../fonts/Gerbera/gerbera.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gerbera/gerbera.woff2") format("woff2"), url("../../fonts/Gerbera/gerbera.woff") format("woff"), url("../../fonts/Gerbera/gerbera.ttf") format("truetype"), url("../../fonts/Gerbera/gerbera.svg#Gerbera") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gerbera";
  src: url("../../fonts/Gerbera/gerbera-medium.woff2") format("woff2"), url("../../fonts/Gerbera/gerbera-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gerbera";
  src: url("../../fonts/Gerbera/gerbera-bold.eot");
  src: url("../../fonts/Gerbera/gerbera-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gerbera/gerbera-bold.woff2") format("woff2"), url("../../fonts/Gerbera/gerbera-bold.woff") format("woff"), url("../../fonts/Gerbera/gerbera-bold.ttf") format("truetype"), url("../../fonts/Gerbera/gerbera-bold.svg#Gerbera") format("svg");
  font-weight: bold;
  font-style: normal;
}
.bg-white {
  background: white;
}

.bg-purple {
  background-color: #403d9c;
}

.bg-dark-purple {
  background-color: #232456;
}

.bg-light-blue {
  background-color: #ccd6de;
}

.bg-beige {
  background-color: #f2edeb;
}

.bg-burnt-orange {
  background-color: #ff4503;
}

.bg-pale-peach {
  background-color: #f5d1b2;
}

.bg-pale-peach-light {
  background-color: #f0eceb;
}

.bg-new-peach {
  background: #FEA97B;
}

.bg-light-gray {
  background-color: #f4f4f4;
}

.bg-body-light-gray {
  background-color: #FBFCFF;
}

.bg-light-purple {
  background: #eae7f9;
}

.text-purple {
  color: #403d9c;
}

.text-dark-purple {
  color: #232456;
}

.text-light-blue {
  color: #ccd6de;
}

.text-beige {
  color: #f2edeb;
}

.text-burnt-orange {
  color: #ff4503;
}

.text-pale-peach {
  color: #f5d1b2;
}

.text-pale-peach-dark {
  color: #efb27f;
}

.text-white {
  color: white;
}

.text-new-peach {
  color: #FEA97B;
}

.font-gerbera {
  font-family: "Gerbera";
}

.font-founders-grotesk {
  font-family: "Founders Grotesk";
}

.bold {
  font-weight: 700;
}

body {
  font-family: "Founders Grotesk";
  font-weight: 300;
  color: #232456;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gerbera";
  font-weight: 700;
  margin-inline-start: -4px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

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

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.fa-rotate-45 {
  transform: rotate(45deg);
}

.position-relative {
  position: relative;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
  }
}
/* Header */
header .navbar {
  padding: 0.5rem 0;
  margin-top: 40px;
}
header .navbar .navbar-brand {
  margin-right: 0;
}
header .navbar .navbar-brand img[data=white] {
  display: none;
}
header .navbar .navbar-toggler {
  padding-right: 0;
}
header .navbar .navbar-nav li {
  position: relative;
}
header .navbar .navbar-nav li a.nav-link {
  font-family: "Gerbera";
  color: #232456;
  font-size: 17px;
  padding-right: 1.5rem;
  font-weight: normal;
}
header .navbar .navbar-nav li section {
  display: none;
  position: absolute;
  z-index: 2;
  right: 20px;
  opacity: 0;
  padding: 1rem;
  border: 1px solid #cdcdcd;
  background: white;
  border-radius: 15px 0;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
header .navbar .navbar-nav li section strong {
  text-transform: uppercase;
  opacity: 0.7;
  font-family: "Gerbera";
  white-space: nowrap;
}
header .navbar .navbar-nav li section a {
  color: #232456;
  white-space: nowrap;
}
header .navbar .navbar-nav li:hover a.nav-link {
  color: #232456;
  text-decoration: underline;
}
header .navbar .navbar-nav li:hover section {
  display: block;
  opacity: 1;
}
header .navbar .navbar-nav li.sign-in {
  height: 42px;
}
header .navbar .navbar-nav li.sign-in a {
  color: white;
  padding-left: 1.5rem;
}
header .navbar .navbar-nav li.sign-in a:hover {
  color: white;
}
header .navbar .sign-in a {
  background: #403d9c;
  font-size: 13px;
  color: white;
  border-radius: 6px 0;
  display: inline-block;
}
header .navbar .sign-in a:hover {
  color: white;
  background: #232456;
}
header .navbar .sign-in:hover {
  color: white;
}
header .navbar .sign-in.out {
  display: none;
}
header .navbar .navbar-toggler-icon img[data=white] {
  display: none;
}
header .navbar .navbar-collapse.show {
  border-bottom: 1px solid #adadad;
  padding-bottom: 1rem;
}

#header_container.bg-purple {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#header_container.bg-purple header .navbar .navbar-nav li a.nav-link {
  color: white;
}
#header_container.bg-purple header .navbar .navbar-nav li.sign-in a.nav-link {
  background: #232456;
}
#header_container.bg-purple header .navbar .navbar-brand img[data=purple], #header_container.bg-purple header .navbar .navbar-toggler img[data=purple] {
  display: none;
}
#header_container.bg-purple header .navbar .navbar-brand img[data=white], #header_container.bg-purple header .navbar .navbar-toggler img[data=white] {
  display: inherit;
}

.mobile header .navbar .navbar-nav li section {
  display: none;
}

.evo header .navbar .navbar-collapse.show {
  border-bottom: 0;
}

/* Footer */
footer {
  padding: 100px 0;
}
footer a, footer a:link, footer a:visited {
  font-size: 15px;
  line-height: 18px;
  color: white;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Gerbera";
}
footer a.special-link {
  font-weight: 100;
  font-family: "Founders Grotesk";
  font-size: 17px;
  letter-spacing: 0.2rem;
}
footer a.special-link:hover {
  text-decoration: none;
}
footer .rights {
  display: block;
  color: white;
  opacity: 0.7;
  font-size: 14px;
}
footer .socials a, footer .apps a {
  margin-right: 15px;
  margin-bottom: 15px;
}
footer .socials a:last-child, footer .apps a:last-child {
  margin-right: 0;
}
footer .socials a:hover, footer .apps a:hover {
  text-decoration: none;
}
footer .socials a img, footer .apps a img {
  max-width: 24px;
}
footer .apps i.fa-apple {
  font-size: 28px;
}
footer .apps i.fa-google-play {
  font-size: 22px;
}

#main_container.fixed-header {
  margin-top: 70px;
}

.homepage #main_container.fixed-header {
  margin-top: 100px;
}

@media (max-width: 991px) {
  header .navbar .navbar-collapse li.sign-in {
    margin-top: 10px;
    text-align: center;
  }
  header .navbar .navbar-nav li section {
    display: none !important;
  }

  #header_container.bg-purple {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 70px 0;
  }

  header .navbar {
    margin-top: 0;
  }
  header .navbar .sign-in {
    display: none;
  }
  header .navbar .sign-in.out {
    display: inline-block;
    margin-right: 2rem;
  }

  #main_container.fixed-header {
    margin-top: 68px;
  }

  .homepage #main_container.fixed-header {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
  footer a, footer a:link, footer a:visited {
    margin-bottom: 5px;
  }

  header .navbar .sign-in {
    display: block;
  }
  header .navbar .sign-in.out {
    display: none;
  }
  header .navbar .sign-in a.nav-link {
    margin-left: 0;
  }
}
.strip-banner {
  display: none;
  background: #403d9c;
  padding: 25px 90px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ffffff7d;
}
.strip-banner a {
  color: white;
  display: inline-block;
}
.strip-banner img {
  max-width: 15px;
  margin: 0 auto;
  float: right;
  cursor: pointer;
}

.general-message-banner {
  display: none;
  background: #403d9c;
  padding: 15px 90px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.general-message-banner a {
  color: white;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.general-message-banner img {
  max-width: 15px;
  margin: 0 auto;
  float: right;
  cursor: pointer;
}

.no-right-padding {
  padding-right: 0;
}

.padded {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.modal .modal-content {
  border-radius: 50px 0;
}
.modal .close {
  color: #232456;
  opacity: 1;
  font-weight: 200;
}
.modal .modal-body {
  padding: 1.75rem;
  color: #232456;
}
.modal .modal-body .modal-body-close {
  text-align: right;
}
.modal .modal-body .modal-body-close .close {
  float: none;
  font-size: 36px;
}
.modal .modal-body h4 {
  font-size: 32px;
  line-height: 50px;
  text-align: center;
}
.modal .modal-body h4.smaller {
  font-size: 24px;
  line-height: 28px;
}
.modal .modal-body p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.modal .modal-body form[name=unsupported_zipcode_form] input {
  width: 60%;
  border-radius: 6px;
  font-family: "Gerbera";
  font-size: 15px;
  height: 50px;
}
.modal .modal-body form[name=unsupported_zipcode_form] button {
  width: 35%;
  margin-left: 3%;
}

html {
  scroll-behavior: smooth;
}

body.modal-open #main_container {
  z-index: auto;
}

.dots-left {
  position: absolute;
  left: 0;
  top: 10%;
}

.dots-bottom {
  position: absolute;
  bottom: -18px;
  left: 26%;
}

.link-chevron {
  color: #ff4503;
  background: url(../../images/web/elements/chevron.svg) 0 4px no-repeat;
  padding-left: 15px;
  font-family: "Gerbera";
  font-size: 16px;
  line-height: 26px;
}
.link-chevron:hover {
  color: #ff4503;
}
.link-chevron.reverse {
  background: url(../../images/web/elements/chevron-reverse.svg) 0 4px no-repeat;
}

.btn-special {
  border-radius: 6px 0;
  font-family: "Gerbera";
  font-size: 17px;
  line-height: 30px;
  padding: 9px 22px;
  border: 0;
}
.btn-special:hover {
  text-decoration: none;
}
.btn-special:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.btn-special.bg-burnt-orange:not(:disabled):hover {
  background: #de3a03;
  color: white;
}
.btn-special.bg-purple:not(:disabled):hover {
  background: #232456;
  color: white;
}
.btn-special.bg-dark-purple:hover {
  color: white;
}

.vertical-align-sub {
  vertical-align: sub;
}

.vertical-align-middle {
  vertical-align: middle;
}

.cursor-pointer {
  cursor: pointer;
}

.leaflet-control-attribution {
  display: none;
}

.form-control {
  border-color: #EDEDED;
  color: #545454;
}
.form-control::-webkit-input-placeholder {
  color: #282828;
  opacity: 0.6;
}

h1, h2 {
  font-size: 58px;
  line-height: 68px;
}

h3 {
  font-size: 45px;
  line-height: 54px;
}

h4 {
  font-size: 32px;
  line-height: 50px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}
p.main {
  letter-spacing: 0.03em;
  line-height: 30px;
}
p.lower {
  font-size: 20px;
  line-height: 30px;
}
p.lower.spaced {
  letter-spacing: 0.01em;
}
p.lowest {
  font-size: 18px;
  line-height: 26px;
}
p.big {
  font-size: 24px;
  line-height: 36px;
}
p.big.spaced {
  letter-spacing: 0.03em;
}
p.bold {
  font-weight: 700;
}

img.small-radius {
  border-radius: 15px 0;
}
img.big-radius {
  border-radius: 135px 0;
}

a.text-purple:hover {
  color: #232456;
}
a.text-dark-purple:hover {
  color: #232456;
}

b, strong {
  font-weight: 500;
}

ul.custom {
  list-style: none;
  padding: 0;
}
ul.custom li {
  padding: 0.3em 0 1em 1.75em;
  letter-spacing: 0.03em;
  background: url(../../images/web/elements/bullet.svg) 0 9px no-repeat;
  background-size: 20px 36px;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}
ul.custom li b {
  font-weight: 500;
}
ul.custom li span {
  font-size: 22px;
  line-height: 30px;
}
ul.custom li ul.custom {
  margin-top: 20px;
}
ul.custom li ul.custom li {
  background-image: url(../../images/web/elements/bullet-invert.svg);
}
ul.custom li ul.custom li:last-child {
  padding-bottom: 0;
}
ul.custom.smaller li {
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 30px;
  background: url(../../images/web/elements/bullet.svg) 0 6px no-repeat;
  background-size: 16px 32px;
  padding-left: 1.4em;
}
ul.custom.smaller li span {
  font-size: 17px;
  line-height: 24px;
}

.homepage form[name=place_order_form] {
  max-width: 500px;
}
.homepage form[name=place_order_form] input {
  width: calc(100% - 140px);
  border-radius: 6px;
  font-family: "Gerbera";
  font-size: 15px;
  height: 50px;
}
.homepage form[name=place_order_form] button {
  width: 130px;
  margin-left: 10px;
}
.homepage .head-part {
  background: url(../../images/web/homepage/main.png) 0 0 no-repeat;
  background-size: 100% 100%;
  color: white;
  padding-left: 150px;
  min-height: 668px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.homepage .head-part .max-width-part {
  max-width: 330px;
}
.homepage .learn-more {
  font-size: 14px;
}
.homepage .for h4 {
  font-size: 34px;
  line-height: 46px;
}
.homepage .for p {
  font-weight: 400;
  letter-spacing: 0.04rem;
}
.homepage .for .for-container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-bottom: 50px;
}
.homepage .for .for-container section {
  padding-top: 50px;
  padding-left: 50px;
  max-width: 370px;
}
.homepage .for .for-container.for-members {
  background: url(../../images/web/homepage/for-members.png) 1px 0 no-repeat;
  background-size: cover;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 33px;
}
.homepage .for .for-container.for-buildings {
  background: url(../../images/web/homepage/for-buildings.png) 0 0 no-repeat;
  background-size: cover;
  border-top-right-radius: 23px;
  border-bottom-left-radius: 33px;
}
.homepage .for .for-container.for-locations {
  background: url(../../images/web/homepage/for-locations.png) 0 0 no-repeat;
  background-size: cover;
  justify-content: center;
  min-height: 700px;
}
.homepage .for .for-container .btn-border.bg-burnt-orange {
  border: 1px solid #EC5429;
  color: #EC5429;
  background: transparent;
}
.homepage .planet {
  padding-bottom: 30px;
}
.homepage .cd-image-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.homepage .cd-image-container img {
  display: block;
  width: 100%;
}
.homepage .cd-image-container .cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #4A4A4A;
  padding: 1em;
  font-weight: bold;
  font-size: 14px;
  opacity: 0;
  width: 130px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.homepage .cd-image-container .cd-image-label.is-hidden {
  visibility: hidden;
}
.homepage .cd-image-container .cd-resize-img {
  position: absolute;
  border-right: 2px solid #ff4503;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.homepage .cd-image-container .cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  background: white;
  max-width: none;
}
.homepage .cd-image-container .cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.homepage .cd-image-container .cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: white url("../../images/web/elements/arrows-grap.svg") no-repeat center center;
  border: 2px solid #ff4503;
  cursor: move;
  opacity: 0;
}
.homepage .cd-image-container .cd-handle.draggable {
  /* change background color when element is active */
  background-color: white;
}
.homepage .cd-image-container.is-visible .cd-image-label {
  opacity: 1;
}
.homepage .cd-image-container.is-visible .cd-resize-img {
  width: 50%;
}
.homepage .cd-image-container.is-visible .cd-handle {
  opacity: 1;
}

.services .bg-header .dots-left {
  display: none;
}
.services h1 {
  line-height: 70px;
}
.services a.figure-holder {
  display: block;
}
.services figure {
  margin: 0;
  color: #232456;
  cursor: pointer;
}
.services figure img {
  max-height: 200px;
}
.services figure figcaption {
  font-family: "Gerbera";
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.services figure figcaption small {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.services .modal .close {
  right: 0;
  font-size: 40px;
  font-weight: 200;
}
.services .modal .modal-dialog .modal-content {
  border-radius: 50px 0 0 0;
  padding: 1.5rem 2.5rem;
}
.services .modal .modal-dialog .modal-content img {
  max-width: 240px;
}
.services .modal .modal-dialog .modal-content ul {
  list-style: none;
  padding-left: 1.25rem;
  margin-top: 1rem;
}
.services .modal .modal-dialog .modal-content ul li {
  margin-bottom: 0.5rem;
}
.services .modal .modal-dialog .modal-content ul li:before {
  content: "•";
  color: #C4C4C4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.services .modal .modal-dialog .modal-content strong.title {
  display: block;
  font-size: 24px;
  line-height: 50px;
  font-family: "Gerbera";
  font-weight: 700;
}
.services .modal .modal-dialog .modal-content strong.title.smaller {
  font-size: 20px;
  line-height: 30px;
}
.services .modal .modal-dialog .modal-content #modal-sub-title {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #E1E1E1;
}
.services.service form[name=place_order_form] input {
  width: 65%;
  border-radius: 6px;
  font-family: "Gerbera";
  font-size: 15px;
  height: 50px;
}
.services.service form[name=place_order_form] button {
  width: 30%;
  margin-left: 2%;
}
.services.service .section h3 {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
}
.services.service figure figcaption {
  font-size: 26px;
  font-weight: normal;
}
.services.service p.phrase {
  font-size: 45px;
  line-height: 56px;
  font-family: "Gerbera";
  font-weight: 700;
}
.services.service p.phrase.smaller {
  font-size: 32px;
  line-height: 40px;
}
.services.service .press > div {
  padding: 2rem 0;
}
.services.service .press > div:not(:last-child) {
  border-bottom: 1px solid #ECECF4;
}
.services.service ul.custom li {
  font-size: 22px;
}
.services.service table {
  color: #232456;
  margin-bottom: 20px;
}
.services.service table tr th {
  color: #403d9c;
  font-family: "Gerbera";
}
.services.service table tr td {
  border-bottom: 1px solid #dcdcdc;
}
.services.service table tr th, .services.service table tr td {
  font-size: 20px;
  padding: 0.75rem;
}
.services.service table tr:last-child td {
  border-bottom: 0;
}
.services.health figure figcaption {
  min-height: 78px;
}

.about .bg-header.bg-pale-peach {
  background-image: -webkit-linear-gradient(90deg, white 15%, #f5d1b2 15%);
}
.about .bg-header.bg-light-purple {
  background-image: -webkit-linear-gradient(90deg, white 15%, #eae7f9 15%);
}
.about .top-img {
  min-height: 710px;
}
.about .dots-bottom {
  bottom: 25%;
  left: 29%;
}
.about .press > div {
  padding: 2rem 0;
  margin: 0 1rem;
}
.about .press > div:not(:last-child) {
  border-bottom: 1px solid #ECECF4;
}
.about .press .blockquote {
  padding-left: 60px;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.04em;
}
.about .press .blockquote:before {
  content: "";
  background: url(../../images/web/elements/quote.svg) 0 0 no-repeat;
  width: 44px;
  height: 40px;
  display: block;
  position: absolute;
  left: 16px;
  top: -15px;
}
.about .bg-x {
  background: url(../../images/web/elements/background-peach.svg) 50% 0 no-repeat;
  height: 658px;
  background-size: cover;
  border-radius: 135px 0;
}
.about .bg-x section {
  padding: 0 15rem;
  flex-wrap: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.about .bg-x section p {
  font-weight: 600;
  font-family: "Muli";
  font-style: italic;
  font-size: 29px;
  line-height: 50px;
  margin-bottom: 4.5rem;
  width: 100%;
}
.about .bg-x section b {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 2rem;
  width: 100%;
  font-weight: 700;
  font-family: "Gerbera";
}
.about .bg-x section img {
  width: 320px;
}
.about .info .img-float {
  position: absolute;
  left: -291px;
  top: 244px;
}
.about .info.info-right .img-float {
  left: auto;
  right: -292px;
}
.about .info.info-right img.small-radius {
  border-radius: 0 15px;
}
.about .numbers {
  font-size: 24px;
  line-height: 36px;
}
.about .numbers span {
  font-size: 45px;
  line-height: 52px;
  color: #232456;
  font-weight: 700;
  font-family: "Gerbera";
}

.process .bg-header.bg-pale-peach-light {
  background-image: -webkit-linear-gradient(90deg, white 17%, #f0eceb 17%);
}
.process .dots-bottom {
  left: 35%;
}
.process .links {
  position: absolute;
  bottom: 19%;
  left: 0;
  width: 100%;
  font-family: "Gerbera";
  font-size: 20px;
  line-height: 23px;
}
.process .bg-x {
  background-image: url(../../images/web/elements/background-blue.svg);
}
.process .home-cleaning img {
  padding-left: 2rem;
}
.process .press > div:not(:last-child) {
  border-color: #DDDDDD;
}

.pricing form.form-inline {
  margin-bottom: 1rem;
}
.pricing form.form-inline input {
  width: 67%;
  border-radius: 6px;
  font-family: "Gerbera";
  font-size: 15px;
  height: 50px;
}
.pricing form.form-inline button {
  width: 31%;
  margin-left: 2%;
}
.pricing .categories {
  padding-bottom: 3rem;
}
.pricing .categories a {
  padding: 0.5rem 0.75rem 0.5rem 0;
  color: #232456;
  font-size: 20px;
  line-height: 32px;
  font-family: "Gerbera";
  font-weight: 500;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.pricing .categories a:hover, .pricing .categories a.active, .pricing .categories a:active {
  text-decoration: none;
}
.pricing .categories a:hover span, .pricing .categories a.active span, .pricing .categories a:active span {
  border-bottom: 2px solid #232456;
}
.pricing .card {
  border-radius: 15px 0;
  border: 0;
  margin-bottom: 2.2rem;
}
.pricing .card .card-body {
  padding: 3rem;
}
.pricing .card .card-body .card-title {
  font-family: "Gerbera";
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 2rem;
}
.pricing .card .card-body .card-title > span {
  vertical-align: middle;
}
.pricing .card .card-body .card-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
}
.pricing .card .card-body .card-text .price {
  text-align: left;
}
.pricing .card .card-body .card-text .price span {
  display: inline-block;
  min-width: 110px;
  text-align: left;
}
.pricing .card .card-body .card-text .price span.right {
  text-align: right;
}
.pricing .card .card-body .card-text .price-header {
  font-weight: 500;
  text-align: left;
  text-decoration: underline;
}
.pricing .card .card-body .card-text .price-header span {
  display: inline-block;
  min-width: 110px;
  text-align: left;
}
.pricing .card .card-body .card-text .addons {
  color: #6b6b6b;
  padding-left: 1rem;
}

.help .accordion .card {
  padding: 0 3rem 1rem;
}
.help .accordion .card .card-header {
  background: none;
  padding: 0.5rem 0;
  border: 0;
  margin-top: 1rem;
}
.help .accordion .card .card-header button, .help .accordion .card .card-header a {
  font-weight: 500;
}
.help .accordion .card .card-header button:after, .help .accordion .card .card-header a:after {
  content: "";
  background: url(../../images/web/elements/chevron-down-purple.svg) 0 0 no-repeat;
  display: block;
  width: 17px;
  height: 9px;
  float: right;
  top: 11px;
  position: relative;
  right: 3px;
  transform: rotate(180deg);
}
.help .accordion .card .card-header.collapsed {
  border-bottom: 1px solid #E1E1E1;
}
.help .accordion .card .card-header.collapsed button, .help .accordion .card .card-header.collapsed a {
  font-weight: 300;
}
.help .accordion .card .card-header.collapsed button:after, .help .accordion .card .card-header.collapsed a:after {
  transform: rotate(0deg);
}
.help .accordion .card .card-header.no-border {
  border-bottom: 0;
}
.help .accordion .card:not(.pl-0) .collapse.show {
  border-bottom: 1px solid #E1E1E1;
}
.help .accordion .card:not(.pl-0) .collapse.show.no-border {
  border-bottom: 0;
}
.help .accordion .card .card-body {
  margin: 0 1.5rem 1rem 1.5rem;
  padding: 0;
}
.help .accordion button, .help .accordion a, .help .accordion .btn-link {
  letter-spacing: 0.01em;
  color: #232456;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  padding-left: 0;
}
.help .accordion button:hover, .help .accordion button:active, .help .accordion a:hover, .help .accordion a:active, .help .accordion .btn-link:hover, .help .accordion .btn-link:active {
  text-decoration: none;
}
.help .accordion button.bold, .help .accordion a.bold, .help .accordion .btn-link.bold {
  font-weight: 500;
}
.help .accordion button[data-toggle]:not(.collapsed) {
  font-weight: 500;
}
.help h4 {
  font-size: 32px;
  line-height: 37px;
}
.help section {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
.help section p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.help section ul {
  list-style: none;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.help section ul li {
  margin-bottom: 0.5rem;
}
.help section ul li:before {
  content: "•";
  color: #C4C4C4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.help section a, .help section a:hover {
  color: #232456;
}

.terms .articles section {
  margin-bottom: 2rem;
}
.terms .articles a {
  color: #403d9c;
  font-weight: 500;
}
.terms .articles a:hover {
  color: #232456;
}
.terms .articles ul, .terms .articles li, .terms .articles ol {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.locations .padded strong {
  font-size: 20px;
  line-height: 50px;
  font-family: "Gerbera";
  font-weight: 700;
}
.locations .padded .location p, .locations .padded .location div.opening-hours {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.8;
}
.locations #map-box {
  width: 100%;
  height: 500px;
  border-radius: 50px 0;
}
.locations figure img {
  max-height: none;
  border-radius: 25px 0;
  margin-bottom: 0;
}

.location #footer_container, .location #main_container {
  z-index: 2;
}
.location #header_container {
  z-index: 3;
}
.location #header_container.opac {
  background: #ccd6ded4;
}
.location #header_container.fixed-top .container {
  background-color: #ccd6de;
}
.location #linear-overlay {
  background: linear-gradient(90deg, #ccd6ded4 50%, transparent 50%);
}
.location #linear-overlay.full {
  background: #ccd6de;
}
.location #linear-overlay p.main {
  max-width: 95%;
}
.location #main-section p a {
  color: #232456;
  text-decoration: underline;
}
.location #main-section p a:hover {
  color: #403d9c;
}
.location #main-section .form-inline input {
  border-radius: 6px;
  font-family: "Gerbera";
  font-size: 15px;
  height: 50px;
  margin-right: 5%;
  width: 50%;
}
.location #main-section .form-inline button {
  width: 25%;
}
.location input[type=search] {
  border-radius: 6px;
  font-family: "Gerbera";
  font-size: 15px;
  height: 50px;
  width: 100%;
}
.location figure figcaption {
  font-weight: 700;
  color: #232456;
  letter-spacing: 0.05rem;
  font-size: 24px;
  font-family: "Gerbera";
  box-shadow: none;
}
.location figure .figure-img {
  margin-bottom: 1rem;
  border: 2px solid transparent;
  transition: all 0.3s ease-out;
}
.location figure.active .figure-img {
  box-shadow: 6px 6px 20px -1px #403d9a45;
  border: 2px solid #403d9c;
}
.location #map-box-main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vmax;
}
.location #location-list > * {
  border: 1px solid #f4f4f4;
}
.location #location-list a:hover {
  text-decoration: none;
}
.location #location-list figure {
  display: flex;
  flex-direction: column;
  height: 140px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.location #location-list figure figcaption {
  font-size: 26px;
  font-weight: 400;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  font-family: "proxima-nova";
}
.location #location-list figure .figure-img {
  margin: 0 auto;
  max-height: 100px;
  max-width: 160px;
}
.location #location strong {
  font-size: 20px;
  line-height: 50px;
  font-family: "Gerbera";
  font-weight: 700;
}
.location #location #map-box-location {
  width: 100%;
  height: 500px;
  border-radius: 50px 0;
}
.location #location .link-chevron {
  background-position: 0 8px;
}
.location .hero {
  height: 100vh;
  width: 100vw;
  max-height: 650px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.location .reviews .review .rating .fa {
  color: #FFB800;
  margin-right: 5px;
}
.location .reviews .review .user {
  color: #B2B5C5;
  font-weight: 500;
  font-style: italic;
  font-size: 17px;
  line-height: 22px;
}
.location .areas .area strong {
  font-size: 18px;
  font-weight: 600;
}
.location .areas .area a {
  color: #efb27f;
}
.location.mobile .hero {
  background-attachment: unset;
}

.not_found h4 {
  line-height: 37px;
}
.not_found .btn-special {
  height: 50px;
  display: inline-block;
}

.gift input[type=radio] {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.gift strong {
  font-family: "Gerbera";
  font-weight: 500;
}
.gift label {
  margin: 0;
}
.gift textarea {
  resize: none;
  min-height: 230px;
}
.gift .num {
  display: inline-block;
  width: 60px;
  height: 28px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-left: 3px;
}
.gift .num::-webkit-outer-spin-button, .gift .num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gift button[type=submit] {
  min-width: 152px;
}
.gift input.ng-invalid.ng-dirty {
  border-color: #dc3545 !important;
}

.building h4 {
  line-height: 37px;
  font-size: 30px;
}
.building form input {
  margin-bottom: 1rem;
  height: 50px;
}
.building textarea {
  resize: none;
  min-height: 230px;
}
.building strong {
  display: block;
  font-family: "Gerbera";
  font-weight: 500;
}
.building ul.errorlist, .building ul.errorList {
  padding-left: 0;
  list-style: none;
  color: #dc3545;
  margin-top: -10px;
}
.building button[type=submit] {
  width: 152px;
}

.partnerships h4 {
  line-height: 37px;
  font-size: 30px;
}
.partnerships form input {
  margin-bottom: 1rem;
  height: 50px;
}
.partnerships form textarea {
  resize: none;
  min-height: 200px;
}
.partnerships form ul.errorlist, .partnerships form ul.errorList {
  padding-left: 0;
  list-style: none;
  color: #dc3545;
}
.partnerships form button[type=submit] {
  width: 152px;
}
.partnerships.mobile #join-btn {
  display: none;
}
.partnerships:not(.mobile) #download-btn {
  display: none;
}
.partnerships .btns .btn {
  font-size: 18px;
  line-height: 36px;
  padding: 10px 50px;
}

.reserve .membership-plan table {
  width: 100%;
  text-align: center;
}
.reserve .membership-plan table tbody tr:nth-child(odd) {
  background: #c8d2da;
}
.reserve .membership-plan table tbody tr:nth-child(even) {
  background: #bcc6ce;
}
.reserve .membership-plan table thead tr {
  background: #bcc6ce;
}
.reserve .membership-plan table tr th {
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  padding: 0;
  vertical-align: top;
}
.reserve .membership-plan table tr th .small {
  font-size: 15px;
}
.reserve .membership-plan table tr th .strip {
  background: #403d9c;
  color: white;
  font-weight: 400;
  line-height: 31px;
  font-size: 22px;
}
.reserve .membership-plan table tr th .strip span {
  position: relative;
  top: 4px;
}
.reserve .membership-plan table tr th .price {
  padding-top: 10px;
  font-size: 22px;
}
.reserve .membership-plan table tr th.highlight .strip {
  font-size: 24px;
  line-height: 34px;
  position: relative;
  top: -12px;
}
.reserve .membership-plan table tr th.highlight .price {
  padding-top: 2px;
}
.reserve .membership-plan table tr th:not(:last-child) {
  border-right: 1px solid #23255645;
}
.reserve .membership-plan table tr th:not(:last-child) .strip {
  width: calc(100% + 1px);
}
.reserve .membership-plan table tr th:not(:first-child) {
  background: #403d9c;
}
.reserve .membership-plan table tr td {
  text-align: center;
  font-size: 20px;
  height: 60px;
  padding: 0 10px;
}
.reserve .membership-plan table tr td b {
  font-weight: 700;
}
.reserve .membership-plan table tr td:not(:last-child) {
  border-right: 1px solid #23255645;
}
.reserve .membership-plan table tr td:not(:first-child) {
  font-size: 20px;
}
.reserve .membership-plan table tr .cell-shadow {
  position: relative;
}
.reserve .membership-plan table tr .cell-shadow:before {
  box-shadow: -15px 0 15px -15px #333 inset;
  content: " ";
  height: 100%;
  top: 0;
  left: -15px;
  position: absolute;
  width: 15px;
}
.reserve .membership-plan table tr .cell-shadow:after {
  box-shadow: 15px 0 15px -15px #333 inset;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
}
.reserve .membership-plan table.mobile tr th .strip {
  font-size: 14px;
}
.reserve .membership-plan table.mobile tr th.highlight .stripe {
  font-size: 17px;
}
.reserve .included {
  padding: 120px 0;
  text-align: center;
}
.reserve .included img {
  margin: 0 auto 30px auto;
  max-width: 80px;
}
.reserve .included figure {
  margin-bottom: 80px;
}
.reserve .included figure strong {
  letter-spacing: 0.05rem;
  font-family: "Gerbera";
}
.reserve .head-part {
  background-image: url(../../images/web/reserve/hero.png);
}

.black-lives img.main {
  width: 600px;
}
.black-lives p, .black-lives ul li {
  font-size: 18px;
}
.black-lives ul.custom {
  padding-left: 15px;
}
.black-lives ul.custom li {
  background-size: 15px 18px;
  padding-top: 0;
  padding-bottom: 10px;
}
.black-lives ul.custom li.no-bg {
  background: none;
  padding-bottom: 0;
}
.black-lives ul.custom li ul {
  padding-left: 15px;
}
.black-lives ul.custom li ul li {
  background: none;
  padding-left: 0;
}
.black-lives .btn-cleanly:link, .black-lives .btn-cleanly:visited {
  color: black;
  border-color: black;
}
.black-lives .ft.cleanly-purple-bg {
  background: #1d1d1d;
}
.black-lives .ft.cleanly-dark-purple-bg {
  background: black;
}
.black-lives textarea {
  resize: none;
}
.black-lives textarea.count {
  padding-bottom: 29px;
}
.black-lives .count-chars {
  background: #DCDCDC;
  color: #403d9c;
  font-size: 14px;
  padding: 0.25rem 0.75rem;
  position: relative;
  top: -30px;
  border-radius: 0 0 3px 3px;
  width: 99.8%;
  margin-left: 0.1%;
}
.black-lives .errorlist {
  margin: 0;
  padding: 0;
}
.black-lives .errorlist > li {
  list-style: none;
  font-size: 14px;
  padding-left: 2px;
}
.black-lives input[type=file] {
  overflow: hidden;
}
.black-lives .m-signature-pad {
  width: 300px;
  margin: 0 auto 50px;
}
.black-lives .m-signature-pad .m-signature-pad--body canvas {
  position: relative;
  left: 0;
  top: 0;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  width: 100%;
  height: 100px;
}

.blog h1 {
  font-size: 36px;
  line-height: 42px;
}
.blog .card .card-title {
  font-size: 24px;
  line-height: 28px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .card .card-img-top {
  height: 175px;
  object-fit: cover;
}
.blog .card .card-body .card-text .author {
  margin: 10px 0;
  font-size: 16px;
}
.blog .card .card-body .card-text p {
  letter-spacing: 0.025rem;
  font-size: 18px;
  line-height: 22px;
  height: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .card .card-body a {
  padding: 5px 16px;
  float: right;
  margin-top: 10px;
}
.blog .author {
  display: inline-block;
  margin-right: 15px;
}
.blog .time {
  font-weight: 500;
}
.blog article .title {
  font-size: 28px;
  line-height: 32px;
}
.blog article .content {
  margin: 10px 0;
}
.blog article.blog-content p, .blog article.blog-content ul {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.025rem;
}
.blog aside > div {
  background: #403d9c;
  color: white;
  padding: 7px;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.blog aside ul {
  padding: 10px 0 10px 8px;
}
.blog aside ul li {
  list-style: none;
  padding: 0;
}
.blog aside ul li a {
  color: #232456;
  padding: 5px 0;
  display: inline-block;
}
.blog aside ul li a i {
  font-size: 12px;
  margin-right: 5px;
}
.blog .hero {
  height: 100vh;
  width: 100vw;
  max-height: 550px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog.mobile .hero {
  background-attachment: unset;
}

.office h1 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 5px;
}
.office #map {
  height: 555px;
}
.office aside md-datepicker.no-icon .md-datepicker-button {
  display: none;
}
.office aside md-datepicker.no-icon .md-datepicker-input-container {
  margin-left: 0;
  width: 100%;
}
.office aside .btn-special {
  line-height: 20px;
}
.office aside .md-errors-spacer {
  min-height: auto;
}
.office aside button[type=submit] {
  margin-top: 18px;
}

.affiliate .plans {
  font-size: 22px;
}
.affiliate .plans strong {
  font-weight: 600;
}
.affiliate .plans figure {
  margin-bottom: 2rem;
}
.affiliate .plans figure figcaption .explain {
  color: #777;
  font-size: 20px;
}
.affiliate .action-start {
  font-size: 18px;
  padding: 14px 30px;
}
.affiliate h3 small.link {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 20px;
  font-family: "Founders Grotesk";
  font-weight: 200;
}
.affiliate h3 small.link a {
  font-weight: 400;
  color: #232456;
}
.affiliate form input {
  margin-bottom: 1rem;
  height: 50px;
}
.affiliate form ul.errorlist, .affiliate form ul.errorList {
  padding-left: 0;
  list-style: none;
  color: #dc3545;
}
.affiliate form button[type=submit] {
  width: 152px;
}
.affiliate form .card {
  position: relative;
}
.affiliate form .card.active {
  background: #403d9c;
  color: white;
}
.affiliate form .card input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.affiliate .dashboard h3 {
  line-height: 48px !important;
  margin-left: 2px;
}
.affiliate .dashboard h3 small {
  font-size: 14px;
  font-weight: 200;
  text-align: right;
  display: block;
  line-height: 28px;
  color: #808080;
  font-family: "Founders Grotesk";
}
.affiliate .dashboard .card {
  border-radius: 17px;
  box-shadow: 0 7px 7px 0 #f4f4f4, -2px 0 7px 0 #f4f4f4, 2px 0 7px 0 #f4f4f4;
  border: 0;
}
.affiliate .dashboard .card .card-title {
  font-size: 20px;
}
.affiliate .dashboard .card h5 {
  font-size: 24px;
  letter-spacing: 0.075rem;
}
.affiliate .dashboard .card h5 small {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300;
  font-family: "Founders Grotesk";
}
.affiliate .dashboard .input-group > .form-control:not(:first-child) {
  border-left-color: #d2d8dc;
}

.washbox {
  font-family: "Gerbera";
}
.washbox p.lowest {
  font-size: 16px;
}
.washbox .head-part {
  background: url(../../images/web/washbox/main.png) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #232456;
  padding-left: 110px;
}
.washbox .head-part .max-width-part {
  max-width: 450px;
}
.washbox .phases {
  background: linear-gradient(90.68deg, #F5F6F8 0.99%, rgba(254, 254, 255, 0.8) 73.97%, rgba(245, 246, 248, 0) 99.83%);
}
.washbox .phases .bg-top {
  height: 50px;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.washbox .phases h2 {
  margin-bottom: 50px;
  font-size: 54px;
}
.washbox .phases .box-cards .box-card {
  background: #fafbfc;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  backdrop-filter: blur(134px);
  border-radius: 0 23px;
  padding: 25px 45px;
  margin-bottom: 25px;
  max-width: 500px;
  position: relative;
  transition: all 0.5s linear;
}
.washbox .phases .box-cards .box-card strong {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 15px;
  display: block;
}
.washbox .phases .box-cards .box-card p {
  margin-bottom: 0;
}
.washbox .phases .box-cards .box-card .img-left {
  position: absolute;
  left: -34px;
  top: calc(50% - 33px);
  background: #fafbfc;
  border: 1px solid rgba(158, 158, 158, 0.2);
  backdrop-filter: blur(134px);
  width: 67px;
  height: 67px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
}
.washbox .phases .box-cards .box-card.active {
  background: #FFFFFF;
  border: 1px solid #EC5429;
  box-shadow: 10px 14px 34px rgba(0, 0, 0, 0.05);
}
.washbox .phases .box-cards .box-card.active .img-left {
  background: #FFFFFF;
  border: 1px solid rgba(236, 84, 41, 0.2);
  box-shadow: 10px 14px 34px rgba(0, 0, 0, 0.05);
}
.washbox .phases .box-cards-container {
  max-width: 487px;
}
.washbox .phrase p {
  font-size: 18px;
  line-height: 33px;
}
.washbox .phrase p.bolder {
  font-size: 26px;
  line-height: 41px;
  font-weight: 700;
}
.washbox .pad-left {
  padding-left: 25px;
}
.washbox .logos-box .logo-box {
  background: #FFFFFF;
  box-shadow: 3px 5px 19px -5px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  padding: 15px;
  vertical-align: middle;
}
.washbox .logos-box .logo-box:not(.logo-box-round) {
  min-width: 298px;
  min-height: 138px;
}
.washbox .logos-box .logo-box-round {
  font-size: 38px;
  line-height: 45px;
  border-radius: 50px;
  width: 77px;
  height: 77px;
  align-items: center;
}
.washbox .logos-box p.bold {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 1px;
}
.washbox .green-earth {
  background: #F8F8F9;
  border-radius: 0 50px;
  padding: 30px 0;
  position: relative;
}
.washbox .green-earth h5 {
  font-size: 26px;
  line-height: 30px;
}
.washbox .green-earth h5 span {
  color: #138655;
  display: block;
  margin-top: 5px;
}
.washbox .green-earth .green-earth-text {
  max-width: 496px;
}
.washbox .green-earth .green-earth-logo {
  background: #FFFFFF;
  box-shadow: 3px 5px 19px -9px rgba(0, 0, 0, 0.14);
  border-radius: 0 25px;
  padding: 15px 35px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
.washbox .green-earth .main-img {
  position: relative;
  left: -50px;
}

.bewearcy {
  font-family: "Gerbera";
}
.bewearcy .head-part {
  background: url(../../images/web/bewearcy/main.png) 0 0 no-repeat;
  background-size: contain;
  color: #232456;
  padding-left: 110px;
  padding-top: 128px;
  padding-bottom: 175px;
}
.bewearcy .head-part h1 {
  max-width: 650px;
}
.bewearcy .head-part .max-width-part {
  max-width: 450px;
}
.bewearcy .phrase p {
  font-size: 18px;
  line-height: 33px;
}
.bewearcy .phrase p.bolder {
  font-size: 26px;
  line-height: 41px;
  font-weight: 700;
}
.bewearcy .glasses-container {
  background-image: url(../../images/web/bewearcy/glasses-bg.jpg);
  background-repeat: repeat;
}
.bewearcy .glasses-container .glasses {
  background-image: url(../../images/web/bewearcy/glasses.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.bewearcy .planet-container {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url(../../images/web/bewearcy/plant.png);
}
.bewearcy .planet-container .phrase {
  min-height: 975px;
}
.bewearcy .pad-right {
  padding-right: 45px;
}
.bewearcy .trust {
  font-family: "Gerbera";
  font-size: 38px;
  line-height: 45px;
  color: #C0C0CE;
  display: block;
}
.bewearcy .logos {
  text-align: center;
}
.bewearcy .logos img {
  margin-right: 30px;
  margin-bottom: 30px;
}

.evo #header_container.bg-purple {
  padding-bottom: 0;
  margin-bottom: 0;
}
.evo .reasons section strong {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.evo .reasons section p, .evo .reasons section figcaption {
  color: #777;
}
.evo .reasons section figcaption {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}
.evo .size .icons-container {
  min-height: 42px;
}
.evo .size strong {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.evo .hero {
  height: 100vh;
  width: 100vw;
  max-height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.evo .hero .card {
  max-width: 750px;
  box-shadow: 6px 6px 20px -1px #28282845;
}
.evo .hero .card .card-body h4 {
  font-size: 28px;
  line-height: 32px;
}
.evo .hero .card .card-body strong {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.evo .hero .card .card-body p {
  color: #777;
  font-size: 20px;
  line-height: 24px;
}
.evo .hero .side {
  display: flex;
  background: #0000008a;
  flex-direction: column;
  justify-content: center;
  height: 75%;
  color: white;
}
.evo.mobile .hero {
  background-attachment: unset;
}
.evo.mobile .hero .side {
  height: 100%;
}
.evo.about .info h3 {
  font-size: 38px;
  line-height: 47px;
}
.evo.about .info img {
  border: 2px solid #e4dfe1;
  padding: 5px;
  background: white;
}
.evo.about .info img.top-image {
  max-width: 90%;
}
.evo.about .info img.bottom-image {
  float: right;
  position: relative;
  top: -50px;
  left: -20px;
  max-width: 90%;
}
.evo.about .info img.bottom-image.right {
  float: none;
  right: -20px;
  left: auto;
}

.modal-yes-no .modal-body {
  padding: 15px 35px;
}
.modal-yes-no .modal-body.bordered {
  padding: 15px;
}
.modal-yes-no .modal-body.bordered > div {
  padding: 15px;
  border: 2px solid #403d9c;
}
.modal-yes-no .modal-body.bordered .close {
  float: right;
  font-size: 28px;
}
.modal-yes-no p {
  line-height: 23px;
  margin-bottom: 30px;
}
.modal-yes-no .modal-footer {
  place-content: space-around;
  border: 0;
}

#choose-service-modal .modal-body .actions a {
  text-decoration: none;
  display: block;
  text-align: center;
}
#choose-service-modal .modal-body .actions a img {
  margin-bottom: 10px;
}
#choose-service-modal .modal-body .actions a figure {
  display: inline-block;
}
#choose-service-modal .modal-body .actions a figure figcaption {
  font-weight: 700;
  color: #232456;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-family: "Gerbera";
}

@media (min-width: 1680px) {
  .about .top-img {
    max-width: 620px;
  }
}
@media (min-width: 769px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 44%;
    max-width: none;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  .modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 80px;
  }
  .modal.left.fade .modal-dialog {
    left: -44%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
  }
  .modal.left.show .modal-dialog {
    left: 0;
  }
  .modal.right.fade .modal-dialog {
    right: -44%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  .modal.right.show .modal-dialog {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .about .dots-bottom {
    bottom: 20%;
  }

  .homepage .head-part {
    min-height: 528px;
  }

  .bewearcy .head-part {
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .bewearcy .glasses-container .glasses {
    background-position: 300% 0;
  }
  .bewearcy .glasses-container .glasses .pl-3 {
    padding-left: 0 !important;
  }

  .reserve .head-part {
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .homepage .planet {
    padding-bottom: 0;
  }

  .process .links {
    position: static;
  }

  .evo.about h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .evo .hero .container-lg .h-100 {
    padding-left: 0;
    padding-right: 0;
  }
  .evo .hero .side {
    height: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .no-right-padding {
    padding-right: 15px;
  }

  .strip-banner {
    padding: 15px 25px;
    line-height: 24px;
  }

  .padded {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .general-message-banner {
    padding: 15px 25px;
    margin-top: 52px;
    line-height: 24px;
  }
  .general-message-banner img {
    margin-top: -25px;
    margin-right: -7px;
  }

  .dots-left {
    top: 0;
  }

  .homepage .dots-bottom {
    display: none;
  }
  .homepage .planet {
    flex-direction: column-reverse;
  }
  .homepage .head-part {
    min-height: 325px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .homepage .head-part h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 1rem !important;
  }
  .homepage .head-part p.lower {
    margin-bottom: 1rem !important;
  }
  .homepage .for .for-container.for-locations {
    justify-content: initial;
    color: white;
  }

  .about .bg-header.bg-pale-peach {
    background-image: -webkit-linear-gradient(90deg, white 18%, #f5d1b2 18%);
  }
  .about .bg-header.bg-pale-peach-light {
    background-image: -webkit-linear-gradient(90deg, white 18%, #f0eceb 18%);
  }
  .about .dots-left {
    max-width: 60px;
  }
  .about .dots-bottom {
    display: none;
  }
  .about .left-image img {
    margin-top: 100px;
  }
  .about .right-image img {
    min-height: 583px;
    right: -39px;
    position: relative;
    max-width: 100%;
  }
  .about .bg-x section {
    padding: 0 6.5rem;
  }
  .about .bg-x section p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5rem;
  }
  .about .info h3 {
    font-size: 45px;
    line-height: 53px;
  }
  .about .press img {
    margin-bottom: 4rem;
  }

  .process .clothing-care {
    flex-direction: column-reverse;
  }

  .services figure .image-container {
    text-align: center;
    background: #e3e7eb;
    border-radius: 15px 0;
    margin-bottom: 1rem;
  }
  .services .alt .figure .image-container {
    background: #f5f4f4;
  }
  .services #popup-modal .modal-dialog {
    max-width: none;
    width: 90%;
    margin: 20px auto;
  }
  .services #popup-modal .modal-dialog .modal-content {
    border-radius: 50px 0;
    padding: 1.5rem;
  }
  .services #popup-modal .modal-dialog .modal-body {
    padding: 0;
  }
  .services #popup-modal .modal-dialog .modal-header {
    padding: 1rem 0;
  }
  .services.service .press > div img {
    margin-bottom: 1rem;
  }

  .pricing form[name=form] input {
    width: 60%;
  }
  .pricing form[name=form] button {
    width: 25%;
  }
  .pricing .categories a {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 1rem;
  }

  .partnerships form button[type=submit] {
    width: 100%;
  }
  .partnerships .clothing-care > div:first-child {
    text-align: center;
  }

  .gift button[type=submit] {
    width: 100%;
  }

  .reserve .head-part img {
    max-width: 220px;
  }

  .locations figure .image-container {
    background: transparent;
  }

  .location h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .location #linear-overlay {
    background: linear-gradient(90deg, #ccd6ded4 65%, transparent 50%);
  }
  .location #location #map-box-location {
    height: 300px;
  }
  .location figure .image-container {
    background: transparent;
  }
  .location .hero {
    height: 350px;
  }

  .blog .hero {
    height: 350px;
  }

  .washbox .head-part img {
    max-width: 220px;
  }
  .washbox .phases .box-cards-container {
    max-width: none;
    padding: 0 20px;
  }
  .washbox .phases .box-cards .box-card {
    max-width: none;
  }
  .washbox .green-earth .main-img {
    position: static;
    margin: 0 auto 50px auto;
    display: block;
  }
  .washbox .green-earth .green-earth-text {
    max-width: none;
  }
  .washbox .logos-box .logo-box.logo-box-washbox img {
    width: 160px;
  }
  .washbox .logos-box .logo-box.logo-box-bynext img {
    width: 150px;
    padding-top: 10px;
  }
  .washbox .logos-box .logo-box.logo-box-round {
    width: 67px;
    height: 67px;
    font-size: 30px;
  }
  .washbox .logos-box .logo-box:not(.logo-box-round) {
    min-width: 190px;
    min-height: 90px;
  }
  .washbox .logos-box p.bold {
    font-size: 28px;
    line-height: 38px;
  }
  .washbox .pad-left {
    padding-left: 0;
  }

  .bewearcy .head-part img {
    max-width: 220px;
  }
  .bewearcy .pad-right {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .bewearcy .planet-container .phrase {
    min-height: 500px;
  }
  .bewearcy .logos img {
    max-width: 170px;
  }

  .evo .hero:not(.fixed) {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .dots-bottom {
    display: none;
  }

  .dots-left {
    left: -75px;
  }

  .homepage .locations {
    flex-direction: column-reverse;
  }
  .homepage .planet {
    flex-direction: column-reverse;
  }

  .about .our {
    min-height: auto;
  }

  .modal .modal-body form[name=unsupported_zipcode_form] input {
    width: 100%;
    border-radius: 6px;
    font-family: "Gerbera";
    font-size: 15px;
    height: 50px;
    margin-bottom: 30px;
  }
  .modal .modal-body form[name=unsupported_zipcode_form] button {
    width: 100%;
    margin-left: 2%;
  }

  .affiliate .dashboard h3 {
    font-size: 30px;
  }

  .modal-yes-no .btn {
    float: none !important;
    width: 100%;
  }
  .modal-yes-no .btn.float-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .homepage .for .for-container:not(.for-locations) {
    background: none !important;
    padding-bottom: 0;
  }
  .homepage .for .for-container:not(.for-locations) section {
    padding-left: 20px;
    padding-top: 20px;
  }
  .homepage .for .for-container.for-locations {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 32px;
    line-height: 37px;
  }

  .padded {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .padded.head-part {
    padding-top: 4.25rem;
  }

  .homepage .head-part {
    background-size: 100%;
    background-image: url(../../images/web/homepage/main-small.png);
    padding: 1.2rem;
    min-height: 645px;
    justify-content: start;
    margin: 0 -15px;
    background-position: 100% 30px;
    position: relative;
    border-bottom-right-radius: 23px;
  }
  .homepage .head-part:before {
    content: "";
    background: linear-gradient(269.8deg, rgba(236, 84, 41, 0.4) 0.18%, #3a15a366 99.31%);
    width: 100%;
    height: 100%;
    display: block;
    border-bottom-right-radius: 23px;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
  }
  .homepage .head-part h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .homepage .head-part > * {
    z-index: 2;
  }
  .homepage .head-part .max-width-part p.lower {
    max-width: 307px;
  }
  .homepage .planet {
    flex-direction: column;
  }
  .homepage .power img {
    float: none !important;
    display: block;
    margin: 0 auto 15px auto;
  }
  .homepage .for section, .homepage .planet section, .homepage .locations section {
    padding: 0 1rem;
  }
  .homepage.modal-open .head-part > .max-width-part {
    z-index: 1041;
  }

  .about .bg-header.bg-pale-peach {
    background-image: -webkit-linear-gradient(90deg, white 20%, #f5d1b2 20%);
  }
  .about .bg-header.bg-pale-peach-light {
    background-image: -webkit-linear-gradient(90deg, white 20%, #f0eceb 20%);
  }
  .about .left-image {
    display: none;
  }
  .about .right-image {
    padding: 0;
  }
  .about .right-image img {
    min-height: 367px;
    right: 0;
  }
  .about .info h3 {
    margin-top: 2rem;
    font-size: 32px;
    line-height: 40px;
    padding: 0 1rem;
  }
  .about .info ul {
    padding: 0 1rem;
  }
  .about .bg-x section {
    padding: 0 4.25rem;
  }
  .about .bg-x section p {
    font-size: 18px;
    line-height: 32px;
  }
  .about .bg-x section img {
    width: 160px;
  }
  .about .press > div {
    margin: 0 0.2rem;
  }
  .about .press .blockquote {
    font-size: 24px;
    line-height: 34px;
  }

  .process .bg-header > .container > .row {
    padding-top: 3rem;
  }
  .process .links a {
    font-size: 20px;
    line-height: 23px;
    display: block;
    margin-bottom: 2rem;
  }
  .process .links a:last-child {
    margin-bottom: 0;
  }
  .process .home-cleaning h2, .process .home-cleaning p, .process .home-cleaning ul, .process .clothing-care h2, .process .clothing-care p, .process .clothing-care ul {
    padding: 0 1rem;
  }

  .services .bg-header .main {
    padding-top: 3rem;
  }
  .services .bg-header .dots-left {
    display: block;
    max-width: 60px;
  }
  .services h1 img {
    display: block;
    margin-bottom: 2rem;
  }
  .services.service form[name=place_order_form] input {
    width: 100%;
    margin-bottom: 15px;
  }
  .services.service form[name=place_order_form] button {
    width: 50%;
    margin-left: 0;
  }

  .pricing h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .pricing .card .card-body {
    padding: 1.2rem;
  }
  .pricing .card .card-body .card-title {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 1rem;
  }
  .pricing .card .card-body .card-text {
    font-size: 16px;
    line-height: 26px;
  }
  .pricing .items {
    padding: 3rem 0.5rem;
  }
  .pricing form[name=form] input {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pricing form[name=form] button {
    width: auto;
    margin-left: 0;
  }
  .pricing .categories a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .pricing .categories a:last-child {
    margin-bottom: 0;
  }
  .pricing .card {
    margin-bottom: 1rem;
  }

  .not_found h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .gift textarea {
    min-height: 100px;
  }

  .building h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .building textarea {
    min-height: 100px;
  }

  .affiliate .dashboard h3 {
    font-size: 26px;
  }

  .reserve .head-part {
    background-image: url(../../images/web/reserve/hero.png);
    min-height: 420px;
    margin-top: 0 !important;
    background-position: 60% 0;
    background-size: auto;
    justify-content: center;
  }
  .reserve .head-part:before {
    display: none;
  }
  .reserve .head-part h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .location h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .location #linear-overlay {
    background: #ccd6ded4;
  }
  .location .hero {
    height: 300px;
  }
  .location #main-section form[name=place_order_form] input {
    width: 100%;
    margin-bottom: 15px;
  }
  .location #main-section form[name=place_order_form] button {
    width: 50%;
    margin-left: 0;
  }
  .location #location-list figure figcaption {
    font-size: 22px;
  }
  .location #locations-section {
    padding-bottom: 0 !important;
  }

  .blog .hero {
    height: 300px;
  }

  .washbox .head-part {
    background: url(../../images/web/washbox/main.png) 45% 0 no-repeat;
    min-height: 420px;
    justify-content: center;
  }
  .washbox .head-part:before {
    display: none;
  }
  .washbox .phases h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .washbox .phases .box-cards-container {
    padding-left: 30px;
  }
  .washbox .logos-box .logo-box {
    display: flex;
    margin: 0 !important;
  }
  .washbox .logos-box .logo-box.logo-box-round {
    margin: 20px auto !important;
  }

  .bewearcy .head-part {
    background: url(../../images/web/bewearcy/main.png) 45% 0 no-repeat;
    min-height: 420px;
    margin-top: 0 !important;
    justify-content: center;
  }
  .bewearcy .head-part:before {
    display: none;
  }
  .bewearcy .head-part h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .bewearcy .phases h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .bewearcy .planet-container {
    background-position: 100% 0;
  }
  .bewearcy .planet-container .phrase {
    min-height: 0;
  }
  .bewearcy .glasses-container .glasses {
    background-position: 0;
    background-size: auto;
  }
  .bewearcy .trust {
    font-size: 28px;
    line-height: 35px;
  }
  .bewearcy .logos img {
    max-width: none;
    display: block;
    margin: 40px auto 0 auto;
  }
  .bewearcy .logos img:first-child {
    margin-top: 20px;
  }

  .evo.about h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .evo .hero:not(.fixed) {
    height: 300px;
  }
}
@media (max-width: 321px) {
  .about .bg-x {
    height: 593px;
  }
  .about .bg-x section {
    padding: 0 2.25rem;
  }
  .about .bg-x section img {
    width: 100px;
  }

  .pricing h1 {
    padding-top: 2rem;
    font-size: 36px;
    line-height: 42px;
  }
  .pricing h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

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