.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: column;
  justify-content: flex-start;
  align-items: center;
  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-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;
}

.code-embed {
  max-width: 1200px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

@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;
  }

  .code-embed {
    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;
  }
}

@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;
  }
}

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

  .header {
    border-bottom-width: 40px;
    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;
    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;
  }

  .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;
  }
}


