#footer:before {
  top: -7px;
  border-bottom: 8px solid #004460;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer:before {
    top: -13px;
    border-bottom: 14px solid #004460;
  }
}
@media only screen and (min-width: 992px) {
  #footer:before {
    top: -22px;
    border-bottom: 22px solid #004460;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-links {
    width: calc(100% - 32px);
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer #footer-links ul#footer-main-links, #footer #footer-links ul#footer-sub-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin: 0;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  #footer #footer-links ul#footer-main-links li, #footer #footer-links ul#footer-sub-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  #footer #copyright {
    width: calc(100% - 32px);
    margin: auto;
  }
}

/* The resulting css file is not to be modified, it was generated from scss file */
h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.how-it-works {
  background-image: url("/images-2019/how-it-works-banner-small.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  background-color: #ffffff;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.how-it-works::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-left: 100vw solid transparent;
  border-bottom: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .how-it-works::after {
    border-bottom: 13px solid #ffffff;
  }
}
@media only screen and (min-width: 1280px) {
  .how-it-works::after {
    border-bottom: 22px solid #ffffff;
  }
}
.how-it-works div, .how-it-works span, .how-it-works h1 {
  color: #ffffff;
}
.how-it-works .button.register {
  width: 178px;
  height: 48px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  background-color: #57a31a;
  color: #ffffff;
  opacity: unset;
}
.how-it-works .button.register:hover {
  background-color: #7cc041;
}
.how-it-works .button.register:focus {
  background-color: #438b22;
}
.how-it-works .button.register:disabled {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .how-it-works .button.register {
    width: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .how-it-works .button.register {
    width: 183px;
  }
}
.how-it-works h1 {
  display: flex;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media only screen and (min-width: 1280px) {
  .how-it-works h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .how-it-works {
    background-image: url("/images-2019/how-it-works-banner-tablet.png");
    height: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .how-it-works {
    background-image: url("/images-2019/how-it-works-banner.png");
    height: 500px;
  }
}
.how-it-works .how-it-works-description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  width: 302px;
  height: 154px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .how-it-works .how-it-works-description {
    width: 496px;
    height: 88px;
  }
}
@media only screen and (min-width: 1280px) {
  .how-it-works .how-it-works-description {
    width: 820px;
    height: 110px;
    font-size: 24px;
  }
}

.easy-parking {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking {
    padding: 80px 0;
  }
}
.easy-parking h1 {
  color: #004460;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking h1 {
    font-size: 40px;
  }
}
.easy-parking dl {
  counter-reset: green-counter;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking dl {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking dl {
    flex-direction: column;
  }
}
.easy-parking dt {
  position: relative;
}
.easy-parking dt:before {
  z-index: 1;
  content: counter(green-counter);
  counter-increment: green-counter;
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #57a31a;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking dt:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking dt:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
  }
}
.easy-parking dl {
  margin-top: 30px;
  width: 295px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking dl {
    width: 760px;
    height: 160px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking dl {
    width: 1180px;
    margin-top: 50px;
    height: 195px;
  }
}
.easy-parking dt {
  margin-top: 32px;
  color: #001e3e;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin-inline-start: 0;
  margin-left: 60px;
}
.easy-parking dt:before {
  left: -50px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking dt:before {
    left: 70px;
    top: -50px;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking dt:before {
    left: 120px;
    top: -50px;
  }
}
.easy-parking dt:after {
  content: "";
  border-left: solid 4px #d9e3e7;
  position: absolute;
  z-index: 0;
  width: 0;
  height: 120px;
  top: 100%;
  left: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking dt:after {
    left: 50%;
    top: -32px;
    width: 100%;
    height: 0;
    border-bottom: solid 4px #d9e3e7;
    border-left: none;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking dt:after {
    left: 50%;
    top: -32px;
    width: 100%;
    height: 0;
    border-bottom: solid 4px #d9e3e7;
    border-left: none;
  }
}
.easy-parking dt:last-of-type:after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking dt {
    font-size: 20px;
    width: 180px;
    margin-inline-start: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking dt {
    font-size: 26px;
    width: 290px;
    margin-inline-start: 0;
    margin-left: 0;
  }
}
.easy-parking dd {
  color: #47738c;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-inline-start: 0;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .easy-parking dd {
    font-size: 14px;
    width: 145px;
    margin-top: 10px;
    height: 90px;
    text-align: center;
    margin-inline-start: 0;
    margin-left: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .easy-parking dd {
    font-size: 18px;
    width: 225px;
    margin-top: 10px;
    height: 110px;
    text-align: center;
    margin-inline-start: 0;
    margin-left: 30px;
  }
}

.solution {
  background-color: #ebf1f6;
  padding: 40px 0;
}
.solution h1 {
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  color: #004460;
}
@media only screen and (min-width: 1280px) {
  .solution h1 {
    font-size: 40px;
  }
}
.solution .solution-flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .solution .solution-flexbox {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .solution .solution-flexbox {
    flex-direction: row;
  }
}
.solution .solution-flexbox .solution-description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  width: 304px;
  height: 180px;
  text-align: left;
  color: #001e3e;
}
.solution .solution-flexbox .solution-description #money {
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .solution .solution-flexbox .solution-description {
    width: 290px;
  }
}
@media only screen and (min-width: 1280px) {
  .solution .solution-flexbox .solution-description {
    font-size: 20px;
    width: 504px;
    height: 182px;
  }
}
.solution .solution-flexbox .solution-image {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .solution .solution-flexbox .solution-image {
    display: block;
    background-image: url("/images-2019/flexible-solution.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 290px;
    height: 214px;
  }
}
@media only screen and (min-width: 1280px) {
  .solution .solution-flexbox .solution-image {
    display: block;
    background-image: url("/images-2019/flexible-solution.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 397px;
    height: 294px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .solution .solution-flexbox {
    margin-top: 40px;
    width: 624px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .solution .solution-flexbox {
    margin-top: 50px;
    width: 1038px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .solution {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .solution {
    padding: 80px 0;
  }
}

.savings-calculator {
  background-color: #ebf1f6;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .savings-calculator {
    padding-top: 90px;
  }
}
.savings-calculator h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
  padding: 0 16px;
  color: #004460;
}
@media only screen and (min-width: 1280px) {
  .savings-calculator h1 {
    font-size: 40px;
    line-height: 1.1;
  }
}
.savings-calculator .calculator-description {
  font-size: 16px;
  padding: 10px 33px;
  color: #47738c;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .savings-calculator .calculator-description {
    padding: 3px 33px;
  }
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-description {
    font-size: 24px;
    padding: unset;
    line-height: normal;
  }
}
.savings-calculator .calculator-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: calc(100% - 48px);
  max-width: 1200px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .savings-calculator .calculator-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .savings-calculator .calculator-wrapper {
    width: calc(100% - 64px);
  }
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper {
    width: calc(100% - 128px);
  }
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs {
  color: #001e3e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.inputs {
    width: 50%;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.inputs {
    width: 50%;
    padding-top: 15px;
    font-size: 20px;
  }
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs label {
  text-align: left;
  width: calc(100% - 190px);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.inputs label {
    width: 47%;
  }
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.inputs label {
    width: 60%;
  }
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs {
  display: flex;
  align-items: center;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=text] {
  width: 100px;
  height: 44px;
  margin: 12px 8px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #47738c;
  font-size: 26px;
  font-weight: normal;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button] {
  width: 32px;
  height: 32px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  background-color: #57a31a;
  color: #ffffff;
  opacity: unset;
  cursor: pointer;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:hover {
  background-color: #7cc041;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:focus {
  background-color: #438b22;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:disabled {
  background-color: #f2f2f2;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:focus {
  outline: none;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:not(.active) {
  width: 32px;
  height: 32px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  background-color: #f2f2f2;
  color: #cecece;
  opacity: unset;
  cursor: default;
  pointer-events: none;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:not(.active):hover {
  background-color: #7cc041;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:not(.active):focus {
  background-color: #438b22;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:not(.active):disabled {
  background-color: #f2f2f2;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.inputs .calculator-inputs input[type=button]:not(.active):focus {
  background-color: #f2f2f2;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.results {
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.results {
    width: 45%;
  }
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.results {
    width: 40%;
  }
}
.savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-flex {
  display: flex;
  width: 100%;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.results p {
  color: #004460;
  font-size: 20px;
  font-weight: 500;
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.results p {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.results p {
    font-size: 26px;
  }
}
.savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-results {
  display: flex;
  font-weight: normal;
  flex-direction: column;
  width: 50%;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-results span {
  margin: 5px auto;
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-results span {
    font-size: 21px;
  }
}
.savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-results span.green {
  color: #57a31a;
  font-size: 32px;
  font-weight: bold;
}
.savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-results .saving-hours {
  background: url("/images-2019/saving-hours.svg") no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-results .saving-hours {
    background-size: cover;
    width: 41px;
    height: 41px;
  }
}
.savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-results .saving-pounds {
  background: url("/images-2019/saving-pounds.svg") no-repeat;
  background-size: cover;
  width: 26px;
  height: 33px;
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper .calculator-flexbox.results .calculator-results .saving-pounds {
    background-size: cover;
    width: 33px;
    height: 42px;
  }
}
.savings-calculator .calculator-wrapper .calculator-arrow {
  background: url("/images-2019/horizontal-arrow.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .savings-calculator .calculator-wrapper .calculator-arrow {
    background: url("/images-2019/vertical-arrow.svg") no-repeat;
    width: 11px;
    height: 192px;
    margin-top: 10px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .calculator-wrapper .calculator-arrow {
    background: url("/images-2019/vertical-bold-arrow.svg") no-repeat;
    width: 21px;
    height: 192px;
    margin-top: 15px;
    margin-left: 30px;
  }
}
.savings-calculator .footnote {
  color: #001e3e;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 1280px) {
  .savings-calculator .footnote {
    padding-top: 30px;
  }
}

.start-saving {
  background-color: #004460;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.start-saving .saving-flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .start-saving .saving-flexbox {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .start-saving .saving-flexbox {
    flex-direction: row;
  }
}
.start-saving .saving-flexbox .saving-description {
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  width: 312px;
}
@media only screen and (max-width: 767px) {
  .start-saving .saving-flexbox .saving-description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .start-saving .saving-flexbox .saving-description {
    width: 240px;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .start-saving .saving-flexbox .saving-description {
    width: 372px;
    text-align: left;
    font-size: 40px;
  }
}
.start-saving .saving-flexbox .saving-arrow {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .start-saving .saving-flexbox .saving-arrow {
    display: block;
    width: 150px;
    height: 87px;
    background-size: 150px 87px;
    background-image: url("/images-2019/three-yellow-arrows.svg");
  }
}
@media only screen and (min-width: 1280px) {
  .start-saving .saving-flexbox .saving-arrow {
    display: block;
    width: 220px;
    height: 127px;
    background-size: 220px 127px;
    background-image: url("/images-2019/three-yellow-arrows.svg");
  }
}
.start-saving .saving-flexbox .button.register {
  width: 178px;
  height: 48px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  background-color: #57a31a;
  color: #ffffff;
  opacity: unset;
}
.start-saving .saving-flexbox .button.register:hover {
  background-color: #7cc041;
}
.start-saving .saving-flexbox .button.register:focus {
  background-color: #438b22;
}
.start-saving .saving-flexbox .button.register:disabled {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .start-saving .saving-flexbox .button.register {
    width: 177px;
  }
}
@media only screen and (min-width: 1280px) {
  .start-saving .saving-flexbox .button.register {
    width: 289px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .start-saving .saving-flexbox {
    flex-direction: row;
    width: 624px;
  }
}
@media only screen and (min-width: 1280px) {
  .start-saving .saving-flexbox {
    flex-direction: row;
    width: 1038px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .start-saving {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .start-saving {
    padding: 80px 0;
  }
}

.simple-parking {
  background-color: #ffffff;
  text-align: center;
  padding: 40px 0;
  color: #001e3e;
}
.simple-parking .state {
  display: none;
}
.simple-parking .tabs {
  display: flex;
  margin: 45px auto;
  width: 240px;
}
.simple-parking .tabs .tab {
  display: block;
  width: 120px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 48px;
  background-color: #ffffff;
  color: #001e3e;
  border: solid 2px #57a31a;
}
.simple-parking .tabs .tab:first-child {
  border-right: none;
}
.simple-parking .tabs .tab:hover {
  background-color: #57a31a;
  color: #ffffff;
  cursor: pointer;
}
.simple-parking .tabs .tab:focus {
  background-color: #408c17;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .tabs .tab {
    width: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .tabs .tab {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .tabs {
    width: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .tabs {
    width: 400px;
  }
}
.simple-parking #tab-admin:checked ~ .tabs #admin-tab-label,
.simple-parking #tab-employee:checked ~ .tabs #employee-tab-label {
  background-color: #57a31a;
  color: #ffffff;
}
.simple-parking #tab-admin:checked ~ .flex-wrapper .admin,
.simple-parking #tab-employee:checked ~ .flex-wrapper .employee {
  display: flex;
}
.simple-parking h1 {
  color: #004460;
  width: calc(100% - 50px);
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin: auto;
}
@media only screen and (min-width: 1280px) {
  .simple-parking h1 {
    font-size: 40px;
  }
}
.simple-parking .flex-wrapper h2 {
  color: #004460;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper h2 {
    width: 350px;
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper h2 {
    font-size: 26px;
    display: block;
  }
}
.simple-parking .flex-wrapper .admin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  align-items: flex-start;
  display: none;
  width: calc(100% - 50px);
  max-width: 330px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin {
    flex-direction: row;
  }
}
.simple-parking .flex-wrapper .admin .admin-setup-list {
  display: block;
  height: 100%;
}
.simple-parking .flex-wrapper .admin .admin-setup-list dl {
  counter-reset: green-counter;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dl {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dl {
    flex-direction: column;
  }
}
.simple-parking .flex-wrapper .admin .admin-setup-list dt {
  position: relative;
}
.simple-parking .flex-wrapper .admin .admin-setup-list dt:before {
  z-index: 1;
  content: counter(green-counter);
  counter-increment: green-counter;
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #57a31a;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
  }
}
.simple-parking .flex-wrapper .admin .admin-setup-list dl {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dl {
    width: 300px;
    margin-left: 15%;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dl {
    width: 400px;
    margin-left: 15%;
  }
}
.simple-parking .flex-wrapper .admin .admin-setup-list dt {
  color: #001e3e;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  max-width: 100px;
  text-align: center;
}
.simple-parking .flex-wrapper .admin .admin-setup-list dt:before {
  left: 36%;
  top: -60%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt:before {
    left: -20%;
    top: -30%;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt:before {
    left: -20%;
    top: -10%;
  }
}
.simple-parking .flex-wrapper .admin .admin-setup-list dt:after {
  content: "";
  border-left: none;
  border-bottom: solid 4px #d9e3e7;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 0;
  top: -35%;
  left: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt:after {
    left: -14%;
    top: 0;
    width: 0;
    height: 100px;
    border-bottom: none;
    border-left: solid 4px #d9e3e7;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt:after {
    left: -15%;
    top: 0;
    width: 0;
    height: 120px;
    border-bottom: none;
    border-left: solid 4px #d9e3e7;
  }
}
.simple-parking .flex-wrapper .admin .admin-setup-list dt:last-of-type:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt {
    width: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt {
    font-size: 20px;
    margin-bottom: 55px;
    max-width: 300px;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin .admin-setup-list dt {
    font-size: 26px;
    margin-bottom: 70px;
    max-width: 400px;
    text-align: left;
  }
}
.simple-parking .flex-wrapper .admin .admin-behefits-list {
  display: block;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
}
.simple-parking .flex-wrapper .admin .admin-behefits-list ul {
  list-style-type: disc;
  text-align: left;
  margin-left: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin .admin-behefits-list ul {
    width: 310px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin .admin-behefits-list ul {
    margin-left: 0;
    width: 500px;
  }
}
.simple-parking .flex-wrapper .admin .admin-behefits-list li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .simple-parking .flex-wrapper .admin .admin-behefits-list {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin .admin-behefits-list {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin .admin-behefits-list {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .admin {
    max-width: 708px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .admin {
    max-width: 1038px;
  }
}
.simple-parking .flex-wrapper .employee {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  display: none;
  justify-content: space-between;
  width: calc(100% - 50px);
  max-width: 330px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .employee {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .employee {
    flex-direction: row;
  }
}
.simple-parking .flex-wrapper .employee .employees-image {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .employee .employees-image {
    background-image: url("/images-2019/simple-parking-employees.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 290px;
    height: 214px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .employee .employees-image {
    background-image: url("/images-2019/simple-parking-employees.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 397px;
    height: 294px;
  }
}
.simple-parking .flex-wrapper .employee .employees-description {
  display: block;
}
@media only screen and (max-width: 767px) {
  .simple-parking .flex-wrapper .employee .employees-description {
    width: 100%;
  }
}
.simple-parking .flex-wrapper .employee .employees-description ul {
  list-style-type: decimal;
  text-align: left;
  margin-left: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .employee .employees-description ul {
    width: 310px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .employee .employees-description ul {
    margin-left: 0;
    font-size: 20px;
    width: 470px;
  }
}
.simple-parking .flex-wrapper .employee .employees-description li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking .flex-wrapper .employee {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking .flex-wrapper .employee {
    max-width: 1038px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .simple-parking {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-parking {
    padding: 80px 0;
  }
}
