.body {
  background-color: #000;
  font-family: Open Sans, sans-serif;
}

.menu {
  z-index: 2;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.address {
  color: #fff;
  text-align: right;
}

.header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-bottom {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
}

.right {
  flex: 1;
}

.footer-content {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 15px;
}

.header-top {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 63%;
  display: flex;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.copyright-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.call-number {
  color: #000;
  text-align: right;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.left {
  flex: 1;
}

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

.footer-nav-block.right {
  align-items: flex-end;
}

.footer-flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.brand {
  width: 150px;
}

.designed-by {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  font-size: 12px;
  display: flex;
}

.page {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.footer-social-warpper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-link {
  color: #fff;
}

.section {
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 800;
}

.body-text {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.body-text.coming-soon {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 800;
}

.social-link-icons {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 9px;
}

.hidden-text {
  color: #fff;
  display: none;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .2s;
  display: flex;
}

.html-embed:hover {
  color: #52b6e7;
}

.html-embed.blue {
  color: #fff;
  width: 45px;
  height: 45px;
  transition: color .2s;
}

.html-embed.blue:hover {
  color: #fff;
}

.image {
  width: 60px;
}

.reviews {
  width: 960px;
  max-width: 1200px;
  margin: 27px auto 100px;
}

.box {
  flex: 1;
}

.box.left {
  flex: 0 auto;
  max-width: 70%;
  margin-right: 30px;
}

.main-emailia-photo {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.home-sign-up-bt-2025 {
  color: #11376b;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(114deg, #94632e, #ffeaa4 30%, #b0762a 55%, #dfbb6f 81%, #ad7227);
  border-radius: 100%;
  padding: 4px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.distances-text {
  color: #9e9d9c;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
  line-height: 70px;
}

.distances-text.white {
  color: #fff;
}

.distances-text.white.large {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 33px;
  line-height: 60px;
}

.h2 {
  color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-size: 26px;
}

.header-wrapper {
  flex: 1;
}

.header-wrapper.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  color: #000;
  background-image: linear-gradient(63deg, #af8123, #fcdf99 31%, #bb8a2a 58%, #d9b364);
  border-radius: 5px;
  padding: 12px 23px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.reviews-section {
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.modal-wrapper {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 850px;
  cursor: default;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-radius: 4px;
  padding: 35px 30px 20px;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 32px;
}

.input {
  border-radius: 3px;
  height: 45px;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 400;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #643dff;
  border-radius: 3px;
  margin-top: 10px;
  padding: 12px 20px 10px;
  font-size: 14px;
  box-shadow: 0 5px 16px -4px #0000004a;
}

.modal-closer {
  z-index: 5;
  background-color: #000000b0;
  position: absolute;
  inset: 0;
}

.close-icon {
  z-index: 20;
  cursor: pointer;
  width: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.shrink-box-button-2 {
  margin-right: 5px;
  display: block;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.flex-body {
  background-image: linear-gradient(45deg, #5900f6, #9c32c5);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.button-wrapper {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 14px 20px 13px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: 0 0 #000;
}

.button-wrapper:hover {
  box-shadow: 0 4px 15px -3px #000000a3;
}

.get-in-touch-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-flex-container {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .designed-by {
    margin-top: 5px;
  }

  .reviews {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box.left {
    max-width: 60%;
  }

  .home-sign-up-bt-2025 {
    transition-property: none;
  }

  .distances-text.white.large {
    font-size: 34px;
    line-height: 70px;
  }

  .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .address, .footer-heading {
    text-align: center;
  }

  .copyright-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-number {
    font-size: 20px;
  }

  .footer-nav-block.right {
    align-items: center;
  }

  .footer-flex-container {
    text-align: center;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 0;
  }

  .brand {
    width: 180px;
  }

  .footer-social-warpper {
    flex-direction: row;
  }

  .section {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
  }

  .heading, .body-text {
    text-align: center;
  }

  .box.left {
    max-width: 100%;
    margin-right: 0;
  }

  .box.right {
    max-width: 60%;
  }

  .distances-text.white.large {
    font-size: 30px;
    line-height: 60px;
  }

  .modal-body {
    padding-top: 20px;
  }

  .modal-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    align-items: flex-end;
  }

  .header {
    border-bottom-width: 40px;
    flex-flow: column;
    padding-left: 5px;
    padding-right: 10px;
  }

  .footer-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .copyright-info {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block {
    display: none;
  }

  .left {
    padding-top: 1px;
  }

  .footer-flex-container {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
  }

  .brand {
    width: 200px;
    margin-top: 15px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .brand.w--current {
    margin-top: 10px;
  }

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

  .social-link-icons {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 8px;
    display: flex;
  }

  .reviews {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-sign-up-bt-2025 {
    margin-left: 0;
    font-size: 20px;
  }

  .distances-text {
    font-size: 25px;
  }

  .distances-text.white.large {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 35px;
  }

  .modal-wrapper {
    padding: 30px;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
}


