body {
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova', serif;
  font-size: 15px;
}

.turbolinks-progress-bar {
  visibility: hidden;
}

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

a {
  text-decoration: none;
  border-bottom: 2px solid;
  color: #0050d0;
  color: #1c92d2;
}

ul.blank {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  display: flex;
  gap: 0.25em;
  align-items: center;
}

.bg {
  background: url("/assets/hq-img-1-0584521b.jpg") no-repeat;
  background-position: 50% 10%;
  background-size: cover !important;
  height: 390px;
}

.bg-reviews {
  background: url("/assets/hq-img-1-0584521b.jpg") no-repeat center;
  background-size: contain;
  height: 800px;
}

header {
  padding: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #EEE;
  text-align: center;
}

header .mobile-contact {
  display: none;
  margin-top: 5px;
  font-size: 15px;
  color: #FFF;
  background: #ed723a;
  padding: 5px 10px;
  border-radius: 50px;
}

header .mobile-contact a {
  text-decoration: none;
  color: #c37b2b;
  color: #FFF;
  border: none;
}

header .name--short {
  font-weight: bold;
  font-size: 58px;
  color: #1E36B8;
  color: #47aee6;
}

header .name--full {
  font-size: 28px;
  font-style: italic;
  margin-top: -5px;
  color: #535353;
}

/* menu icon */

header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 12px;
  position: relative;
  user-select: none;
  z-index: 9999999;
}

header .menu-icon .navicon {
  background: #555;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
}

header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background: #555;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

header .menu-icon .navicon:before {
  top: 8px;
}

header .menu-icon .navicon:after {
  top: -8px;
}

header .menu {
  display: none;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
}

header .menu ul {
  padding: 20px;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

header .menu ul li a {
  border: none;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
  border-radius: 5px;
}

header .menu ul li a.highlight {
  background: #0050d0;
  background: #47aee6;
  color: #FFF;
}

/* menu btn */

header .menu-btn,
header .menu-icon {
  display: none;
}

header .menu-btn:checked ~ .menu {
  display: block;
}

header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  display: inline-block;
  padding: 5px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  color: #333;
  margin-left: 20px;
}

header nav ul li:first-child a {
  margin: 0;
}

header nav ul li a.highlight {
  background: #1E36B8;
  background: #47aee6;
  color: #FFF;
  border-radius: 3px;
  padding: 10px;
}

section.content {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 18px;
  padding: 20px;
  line-height: 150%;
}

.notice {
  background: #ea6b38;
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 21px;
}

section.content.no-margin {
  margin: 0 auto;
}

section.content.signup-success {
  text-align: center;
}

section.content.signup-success img {
  width: 150px;
}

section.content h1 {
  color: #1E36B8;
  color: #47aee6;
  font-size: 40px;
  margin: 0;
}

#impressions-gallery-container {
  display: -webkit-flex;
  display: flex;
  height: 500px;
  text-align: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 40px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

#impressions-gallery-container.small-gallery {
  height: 350px;
}

#impressions-gallery-container {
  &::-webkit-scrollbar {
    display: none;
  }
}

#impressions-gallery-container .impression {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 7px;
}

#impressions-gallery-container .impression img {
  width: 500px
}

#impressions-gallery-container.small-gallery .impression img {
  width: 350px;
}

#impressions-gallery-container .impression:last-child {
  padding-right: 70px;
}

.pricing {
  margin-top: 30px;
  margin-bottom: 60px;
}

.pricing .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EEE;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 5px;
  line-height: 32px;
}

.pricing .price-item .description div {
  display: flex;
  gap: 0.25em;
  align-items: center;
}

.pricing .price-item .highlight {
  background: #ff753e;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.pricing .price-item .highlight-grey {
  font-weight: normal;
  font-size: 14px;
}

.pricing .price-item > div:first-child {
  margin-right: 25px;
}

.pricing .price-item > div:last-child {
  font-weight: 600;
  margin-left: auto;
}

.pricing.packages .price-item {
  padding: 20px 10px;
  margin-bottom: 15px;
  min-height: 50px;
}

.pricing.packages .price-item .fa-check {
  color: #ff753e;
}

.form-container {
  padding: 40px;
  border-radius: 8px;
  border: 4px solid #47aee6;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.form-container--orange {
  border-color: #ff753e;
}

.form-container--orange input[type="submit"] {
  background: #ff753e;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  font-family: 'Proxima Nova', serif;
  padding: 10px;
  font-size: 20px;
  outline: none;
  display: block;
  margin-bottom: 8px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 600;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #CCC;
  &:focus {
    border: 1px solid #555;
  };
}

input[type="email"] {
  text-transform: lowercase;
}

::placeholder { text-transform: none }

textarea {
  resize: none;
}

input[type="submit"] {
  border: none;
  color: #FFF;
  font-weight: 600;
  background: #1e36b8;
  background: #47aee6;
}

.field-description {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.field-description.top-spacing {
  margin-top: 30px;
}

.select-date-container {
  display: flex;
}

.select-container {
  width: 100%;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  &::after {
    color: #888;
    content: '▾';
    margin-right: 5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 16px;
  }
}

.select-container:last-child {
  margin: 0;
}

select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #DDD;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  &::-ms-expand {
    display: none;
  }
}

.privacy-disclaimer {
  padding: 20px;
  background: #EEE;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 16px;
  font-style: italic;
}

section#contact-info {
  font-size: 18px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 140%;
  padding-bottom: 0px;
  color: #FFF;
}

section#contact-info h1 {
  color: #3fa6eb;
}

section#contact-info h1 {
  font-size: 23px;
}

section#contact-info div {
  margin-bottom: 20px;
}

footer {
  background: #000;
}

footer .fa-check {
  color:#6f6aff;
  color:#ed723a;
}

footer a {
  color: #FFF;
  text-decoration: none;
  border: none;
}

footer ul.contacts {
  line-height: 180%;
}

footer .partners {
  margin-top: 50px;
}

footer .partners img {
  width: 120px;
}

footer .partners img.big {
  width: 170px;
}

footer .partners div:first-child {
  padding-bottom: 10px;
}

footer .copy-notice {
  text-align: center;
  padding: 10px;
  padding-bottom: 30px;
  color: #BBB;
  border-top: 2px solid #222;
}

section#reviews {
  max-width: 900px;
  margin: 0 auto;
}

section#reviews .cards-container {
  display: flex;
  flex-wrap: wrap;
}

section#reviews .cards-container .card {
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15), 0 3px 10px rgba(0,0,0,0.25);
  flex: 4 0 25%;
}

h3 .underline {
  border-bottom: 3px solid #444;
}

.rating {
  font-size: 25px;
  color: #ff4b00;
}

.fb-video {
  margin-bottom: 15px;
}

.more-reviews a {
  border: none;
}

#hq-wa img {
  width: 65px;
}

#hq-wa {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#hq-wa a {
  border: 0;
}

#hq-wa .txt {
  background: #ff753e ;
  border-radius: 50px;
  padding: 3px 6px;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  margin-bottom: 3px;
}

ol {
  font-weight: bold;
}

ol li {
  margin-bottom: 15px;
}

ol li div {
  font-weight: normal;
}

#pricing-banner {
  background: #ea6b39;
  padding: 50px;
  color: #FFF;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  font-size: 25px;
  font-weight: bold;
}

#pricing-banner div {
  display: flex;
  align-items: center;
  gap: 0.25em;
}

.price-highlight-1 {
  width: 150px;
  position: absolute;
  margin-top: -16px;
  margin-left: 250px;
}

.price-highlight-2 {
  width: 140px;
  position: absolute;
  margin-top: -41px;
  margin-left: 30px;
}

.price-highlight-3 {
  width: 150px;
  position: absolute;
  margin-top: -48px;
  margin-left: 30px;
}

.price-highlight-4 {
  width: 150px;
  position: absolute;
  margin-top: -48px;
  margin-left: 30px;
}

.scroller-right {
  text-decoration: none;
  border: none;
  font-size: 80px;
  color: #CCC;
  background: #FFF;
  position: absolute;
  right: 10px;
  top: 280px;
  padding: 120px 20px;
  border-radius: 5px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  opacity: 0.85;
}

.scroller-right.small {
  top: 225px;
}

.live-theory-btn {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 18px;
  background: #ff753e;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.45);
}

.hidden {
  display: none;
}

.dialog {
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 0 2rem rgba(120, 120, 120, 0.25);
  padding: 1.5em;
  margin-top: 18vh;
  width: 80vw;
  max-width: 40em;
  margin-bottom: 10%;
  z-index: 4;
  color: #000;
  position: relative;
  text-align: center;
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: center;
}

.dialog div {
  font-size: 1.5em;
}

.btn {
  border: none;
  color: #FFF;
  font-weight: 600;
  background: #47aee6;
  padding: 0.75em;
  border-radius: 10em;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  header nav ul li a {
    font-size: 16px;
  }

  #impressions-gallery-container.small-gallery {
    height: 265px;
  }

  #impressions-gallery-container.small-gallery .impression img  {
    width: 210px;
  }

  #pricing-banner {
    flex-direction: column;
    padding: 10px;
    padding-left: calc(30% - 50px);
    line-height: 60px;
  }

  .scroller-right {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #impressions-gallery-container.small-gallery {
    height: 200px;
  }

  #impressions-gallery-container.small-gallery .impression img  {
    width: 165px;
  }

  #impressions-gallery-container {
    height: 400px;
  }

  #impressions-gallery-container .impression img {
    width: 340px;
  }

  section#contact-info {
    font-size: 15px;
  }
}

@media (max-width: 570px) {
  header {
    padding: 15px;
    border: none;
    text-align: left;
    background: #FFF;
    width: 100%;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    z-index: 999999999;
  }

  header .menu-icon {
    display: block;
  }

  header .mobile-contact {
    display: inline-block;
  }

  header .name--short {
    font-size: 36px;
  }

  header .name--full {
    font-size: 17px;
  }

  nav {
    display: none;
  }

  .content-container {
    margin-top: 125px;
  }

  section.content.signup-success {
    margin-top: 150px;
  }

  .bg {
    background-size: 340px;
    height: 230px;
  }

  #pricing-banner {
    padding: 10px;
    font-size: 22px;
    line-height: 50px;
  }

  #impressions-gallery-container {
    height: 285px;
    padding: 20px;
  }

  #impressions-gallery-container .impression img {
    width: 220px;
  }

  section.content {
    font-size: 16px;
  }

  .form-container {
    padding: 20px;
  }

  section#contact-info {
    flex-direction: column;
  }

  section.content h1 {
    font-size: 30px;
  }

  footer .partners img {
    width: 80px;
  }

  footer .partners div:first-child {
    padding: 0;
  }

  footer .copy-notice {
    font-size: 13px;
  }

  .pricing .price-item {
    line-height: 25px;
  }

  .pricing .price-item .description {
    font-size: 13px;
  }

  .pricing .price-item > div:first-child {
    margin-right: 15px;
  }

  #hq-wa {
    visibility: visible;
  }

  .price-highlight-1 {
    margin-left: calc(100% - 300px);
  }

  .price-highlight-2 {
    width: 130px;
    margin-top: -43px;
    margin-left: 0px;
  }

  .price-highlight-3 {
    width: 130px;
    margin-top: -42px;
    margin-left: 0px;
  }

  .price-highlight-4 {
    width: 130px;
    margin-top: -42px;
    margin-left: 0px;
  }
}

@media (max-width: 420px) {
  .price-highlight-1 {
    margin-left: calc(100% - 256px);
    width: 120px;
    margin-top: -2px;
  }

  .price-highlight-2,
  .price-highlight-3,
  .price-highlight-4 {
    width: 80px;
    margin-top: -10px;
    margin-left: -32px;
  }
}

@media (max-width: 375px) {
  #impressions-gallery-container {
    height: 200px;
    padding: 20px 10px;
  }

  #impressions-gallery-container .impression img {
    width: 162px;
  }

  section#reviews .cards-container .card {
    flex: 0 100%;
  }

  .price-highlight-2,
  .price-highlight-3,
  .price-highlight-4 {
    width: 75px;
    margin-top: -6px;
    margin-left: -33px;
    opacity: 0.85;
  }
}

@media (max-width: 360px) {
  header .name--short {
    font-size: 34px;
  }

  header .name--full {
    font-size: 16px;
  }

  .bg {
    height: 210px;
  }

  section.content,
  section#contact-info {
    font-size: 15px;
  }

  section#contact-info {
    padding: 15px;
  }
}

@media (max-width: 320px) {
  header .name--short {
    font-size: 30px;
  }

  header .name--full {
    font-size: 14px;
  }

  .bg {
    height: 180px;
  }

  #impressions-gallery-container {
    height: 170px;
  }

  #impressions-gallery-container .impression img {
    width: 143px;
  }

  section.content {
    margin-top: 20px;
  }

  section.content,
  section#contact-info {
    font-size: 14px;
  }

  section#contact-info {
    padding: 10px;
  }

  footer .copy-notice {
    font-size: 11px;
  }

  .pricing .price-item {
    line-height: 20px;
  }

  .pricing .price-item .description {
    font-size: 12px;
  }

  .pricing .price-item > div:first-child {
    margin-right: 10px;
  }

  .live-theory-btn {
    margin-left: 3px;
    font-size: 14px;
  }

  .live-theory-btn i {
    margin-left: 3px;
  }
}
