:root {
  --button-color: #e0fb2a;
  --entodigital-blue: #2a49fb;
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  max-width: 100vw;
}

.pre-header {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.updates-and-advice-button {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: .8rem .9375rem;
  font-family: Lalezar, sans-serif;
  line-height: 0;
}

.updates-and-advice-button:hover {
  background-color: var(--button-color);
  color: #000;
}

.updates-and-advice-button.footer {
  max-width: none;
  background-color: var(--button-color);
  color: #000;
  border-style: none;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.updates-and-advice-button.footer:hover {
  background-color: var(--entodigital-blue);
  color: #fff;
}

.phone-number-link {
  color: #fff;
  margin-right: 1.25rem;
  padding-right: 0;
  font-family: Lalezar, sans-serif;
  font-size: 16px;
  line-height: 0;
}

.email-link {
  color: #fff;
  margin-right: 28.6rem;
  padding-right: 0;
  font-family: Lalezar, sans-serif;
  font-size: 1rem;
  line-height: 0;
}

.pre-header-wrapper {
  height: 3.75rem;
  max-height: 3.75rem;
  max-width: 100vw;
  background-color: var(--entodigital-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.phone-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .5rem;
  line-height: 0;
}

.header-wrapper {
  height: 5.625rem;
  max-width: 100vw;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
  top: 3.75rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.entodigital-logo {
  width: 15.4375rem;
  height: 3.125rem;
  margin-right: 12.9rem;
  line-height: 0;
}

.audit-button {
  background-color: var(--button-color);
  color: #000;
  border: 1px #fff;
  border-radius: 4px;
  align-self: auto;
  padding: .4rem .9375rem;
  font-family: Lalezar, sans-serif;
}

.audit-button:hover, .audit-button.blue {
  background-color: var(--entodigital-blue);
  color: #fff;
}

.audit-button.blue:hover {
  background-color: #000;
}

.audit-button.centered {
  align-self: center;
}

.audit-button.centered:hover {
  background-color: var(--entodigital-blue);
  color: #fff;
}

.audit-button.header {
  background-color: var(--button-color);
}

.audit-button.header:hover {
  color: #000;
  background-color: #fff;
}

.audit-button.hero {
  background-color: var(--button-color);
}

.header-home-link {
  color: #fff;
  margin-right: 1.25rem;
  font-family: Lalezar, sans-serif;
  font-size: 1rem;
  line-height: 0;
}

.header-home-link.w--current {
  text-decoration: none;
}

.header-about-link, .header-services-link {
  color: #fff;
  margin-right: 1.25rem;
  font-family: Lalezar, sans-serif;
  font-size: 1rem;
  line-height: 0;
  text-decoration: none;
}

.hero-wrapper {
  max-width: 100vw;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 7.4rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.header {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero {
  max-width: 100%;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-section {
  max-width: 100%;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.hero-text-section.about-page {
  margin-right: auto;
}

.hero-text-section.services-page {
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.text-block {
  width: 24.8rem;
  color: #fff;
  margin-bottom: 1.25rem;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.intro-wrapper {
  height: auto;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.intro {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.h1-text-span {
  color: var(--entodigital-blue);
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h1-hero {
  width: 24.8rem;
  color: #fff;
  text-align: center;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h1-hero.home {
  text-align: left;
}

.h1-intro {
  width: 35rem;
  color: var(--entodigital-blue);
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h1-intro.home {
  text-align: center;
}

.traffic, .leads, .sales {
  color: #2a49fb;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.intro-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro-text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-right: 5.1rem;
  display: flex;
}

.intro-text-block {
  width: 48rem;
  margin-bottom: 1.5rem;
}

.intro-text-block.home {
  width: 22rem;
  align-self: auto;
}

.why-entodigital-wrapper {
  height: auto;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.h1-why-entodigital {
  width: 39.6rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.text-span {
  color: var(--entodigital-blue);
}

.h1-intro-text-span {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.serp-image {
  width: 31.6875rem;
  height: 19.7rem;
}

.companies-image {
  width: 24rem;
  height: 24rem;
}

.services-wrapper {
  height: auto;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.h1-services {
  width: 31.6rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.text-span-2 {
  color: var(--entodigital-blue);
}

.why-entodigital-text-block {
  width: 22.2rem;
  margin-bottom: 1.5rem;
}

.get-in-touch-text {
  width: 41.625rem;
  color: var(--black);
  text-align: left;
  margin-bottom: 1.5rem;
}

.get-in-touch-text.blogs {
  color: #000;
  text-align: left;
}

.why-entodigital-container {
  display: flex;
}

.why-entodigital-text-container {
  margin-right: 12.6rem;
}

.servicess, .why-entodigital {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.services-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.seo-container, .design-container, .strategy-container {
  border-bottom: 2px none var(--entodigital-blue);
}

.h1-seo {
  width: 15.5rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h1-design {
  width: 18.2rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h1-strategy {
  width: 9.8rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.get-in-touch-wrapper {
  height: auto;
  max-width: 100vw;
  background-color: var(--button-color);
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.get-in-touch {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.get-in-touch.blogs, .get-in-touch.guides {
  align-items: flex-start;
}

.h1-get-in-touch {
  width: 42.4rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.services-text {
  width: 41.625rem;
  text-align: center;
  margin-bottom: 4.25rem;
}

.footer-wrapper {
  height: auto;
  max-width: 100vw;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.footer {
  max-width: 80%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.newsletter-cta {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  width: 17.2rem;
  color: #fff;
  margin-bottom: 1.25rem;
  font-size: .875rem;
  line-height: 1rem;
}

.get-updates {
  width: 21.5rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.logo {
  width: 15.4375rem;
  height: 3.125rem;
  margin-bottom: 1.25rem;
}

.services---footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.footer-web-services-link {
  color: #fff;
  margin-bottom: .2rem;
  text-decoration: none;
}

.footer-case-studies-link {
  color: #fff;
  text-decoration: none;
}

.services-div, .company-div, .contact-div, .learn-div, .legal-div, .socials-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  width: 20.3125rem;
  color: #fff;
  font-size: .875rem;
}

.text-span-3 {
  color: var(--entodigital-blue);
}

.footer-phone-number-link {
  color: #fff;
  margin-bottom: .2rem;
  text-decoration: none;
}

.footer-email-link {
  color: #fff;
  text-decoration: none;
}

.text-span-4 {
  color: var(--entodigital-blue);
  text-align: left;
}

.bold-text {
  color: #000;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--entodigital-blue);
}

.who-is-entodigital-container {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.who-is-entodigital-text-block {
  width: 27rem;
  margin-bottom: 1.5rem;
  margin-right: 2.5rem;
}

.who-is-entodigital {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.h1-who-is {
  width: 12.3rem;
  color: var(--entodigital-blue);
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.about-content-wrapper {
  height: auto;
  max-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.my-vision {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.h1-my-vision {
  width: 6.2rem;
  color: var(--entodigital-blue);
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.my-vision-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-9 {
  color: var(--entodigital-blue);
}

.my-vision-text-block {
  width: 48rem;
  margin-bottom: 1.5rem;
}

.my-future {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.h1-my-future {
  width: 6.4rem;
  color: var(--entodigital-blue);
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.my-future-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-10 {
  color: var(--entodigital-blue);
}

.your-future {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.h1-your-future {
  width: 7.5rem;
  color: var(--entodigital-blue);
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.your-future-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-11, .text-span-12, .text-span-13 {
  color: var(--entodigital-blue);
}

.youtube {
  z-index: -1;
  margin-bottom: 1.5rem;
}

.h1-about {
  width: 36rem;
  color: #fff;
  text-align: center;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h1-services-page {
  width: 17.1rem;
  color: #fff;
  text-align: center;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.services-page-hero-text {
  width: 27rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.25rem;
}

.services-content-wrapper {
  height: auto;
  max-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.profile-picture {
  width: 300px;
  height: 300px;
  border-bottom: 3px none var(--entodigital-blue);
  border-radius: 12px;
  align-self: flex-start;
  margin-bottom: 26px;
}

.footer-about-link, .footer-seo-link {
  color: #fff;
  margin-bottom: .2rem;
  text-decoration: none;
}

.footer-strategy-link {
  color: #fff;
  text-decoration: none;
}

.footer-blog-link {
  color: #fff;
  margin-bottom: .2rem;
  text-decoration: none;
}

.footer-guides-link {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-privacy-policy-link {
  color: #fff;
  margin-bottom: .2rem;
  text-decoration: none;
}

.footer-terms-and-conditions-link {
  color: #fff;
  text-decoration: none;
}

.footer-linkedin-link, .footer-facebook-link, .footer-instagram-link {
  color: #fff;
  margin-bottom: .2rem;
  text-decoration: none;
}

.footer-youtube-link {
  color: #fff;
  text-decoration: none;
}

.services-web-text-block {
  width: 37rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  color: var(--entodigital-blue);
}

.services-web-container {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.seo {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.h1-services-seo {
  width: 20.9rem;
  color: var(--entodigital-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h1-services-web-design {
  width: 29.4rem;
  color: var(--entodigital-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.services-seo-container {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.services-seo-text-block {
  width: 37rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  color: var(--entodigital-blue);
}

.strategy {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.h1-services-strategy {
  width: 21.1rem;
  color: var(--entodigital-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.services-strategy-container {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.services-strategy-text-block {
  width: 37rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  color: var(--entodigital-blue);
}

.privacy-policy {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

.privacy-policy-container {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.privacy-policy-text-block {
  width: 37rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.terms-and-conditions-wrapper {
  height: auto;
  max-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.case-studies-wrapper {
  height: auto;
  max-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8.8125rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.page-title {
  width: 37rem;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.page-title.case-studies {
  text-align: left;
  margin-top: 4rem;
}

.page-title.blogs {
  width: 100%;
  text-align: left;
  margin-top: 4rem;
  font-size: 2.5rem;
  line-height: 3rem;
}

.page-title.blog-title {
  width: 38rem;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 3rem;
}

.page-title.guide-post-title {
  width: 100%;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 3rem;
}

.page-content {
  width: 37rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.page-content.coming-soon {
  height: 4rem;
  text-align: center;
  align-self: auto;
  margin-bottom: 4rem;
  font-size: 4rem;
}

.get-in-touch-wrapper-2 {
  height: auto;
  max-width: 100vw;
  background-color: #e0fb2a;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.text-span-31 {
  color: #2a49fb;
}

.audit-button-2 {
  color: #000;
  background-color: #e0fb2a;
  border: 1px #fff;
  border-radius: 4px;
  align-self: auto;
  padding: .4rem .9375rem;
  font-family: Lalezar, sans-serif;
}

.audit-button-2.blue {
  color: #fff;
  background-color: #2a49fb;
}

.privacy-policy-wrapper {
  height: auto;
  max-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.blog-wrapper {
  height: auto;
  max-width: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4.0125rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.web-services {
  max-width: 60.9375rem;
  background-color: rgba(42, 73, 251, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.mail-icon {
  display: none;
}

.your-future-text-block {
  width: 48rem;
  margin-bottom: 1.5rem;
}

.bold-text-2 {
  color: var(--black);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading-2 {
  color: var(--entodigital-blue);
  font-family: Poppins, sans-serif;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
}

.image {
  color: var(--entodigital-blue);
}

.blog-post-1 {
  width: 28.125rem;
  height: 22.125rem;
  background-image: url('../images/Blog-Post-1-BG.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 450px 354px;
  background-attachment: scroll;
}

.blog-category-tag {
  width: 6.6875rem;
  height: 1.9375rem;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: 2rem;
  display: flex;
}

.text-block-7 {
  color: #fff;
  font-weight: 400;
}

.h1-blog-post-title {
  width: 22.25rem;
  height: 75px;
  color: #fff;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: .625rem;
  margin-left: 2rem;
  font-family: Lalezar, sans-serif;
  font-size: 2rem;
  font-style: normal;
}

.text-block-8 {
  width: 22.25rem;
  color: #fff;
  margin-left: 2rem;
}

.read-more-button {
  width: 6.6875rem;
  height: 1.9375rem;
  background-color: var(--entodigital-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: 2rem;
  display: flex;
}

.bold-text-5 {
  color: #000;
}

.author-and-share {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.author-text {
  color: #000;
}

.blog-hero-image {
  margin-bottom: 3rem;
}

.blog-text {
  color: #000;
}

.text-span-32 {
  color: var(--entodigital-blue);
}

.guides-wrapper {
  height: auto;
  max-width: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3.4125rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.guide-1 {
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.guide-title-box {
  width: 20.1875rem;
  height: 20.1875rem;
  background-color: var(--entodigital-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 1.625rem;
  display: flex;
}

.guide-title {
  width: 15.6875rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.6875rem;
}

.guide-description {
  width: 25rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.button {
  background-color: var(--button-color);
  color: var(--black);
  border-radius: 4px;
  font-weight: 400;
}

.button.guide-read-more:hover {
  background-color: var(--entodigital-blue);
  color: var(--white);
}

.guide-hero-image {
  margin-bottom: 3rem;
}

.guide-text {
  color: #000;
  margin-bottom: 2rem;
}

.guide-image {
  margin-bottom: 2rem;
}

.text-span-34, .text-span-35, .text-span-36 {
  color: var(--entodigital-blue);
}

.header-education-link {
  color: #fff;
  margin-right: 1.25rem;
  font-family: Lalezar, sans-serif;
  font-size: 1rem;
  line-height: 0;
  text-decoration: none;
}

.navbar {
  background-color: var(--black);
  margin-top: 3.7rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 15.4375rem;
  height: 3.125rem;
  margin-right: 0;
}

.container {
  max-width: 100%;
  background-color: var(--black);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-home {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar-about {
  color: var(--white);
  text-decoration: none;
}

.navbar-about:hover {
  color: var(--button-color);
}

.navbar-services {
  color: var(--white);
  text-decoration: none;
}

.navbar-services:hover {
  color: var(--button-color);
}

.nav-menu {
  width: 27.8rem;
}

.brand {
  margin-right: 3rem;
}

.text-block-12, .icon-2 {
  color: var(--white);
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: var(--black);
}

.dropdown-blog {
  color: var(--white);
}

.dropdown-blog:hover {
  color: var(--button-color);
}

.dropdown-guides {
  color: var(--white);
}

.dropdown-guides:hover {
  color: var(--button-color);
}

.html-embed {
  margin-bottom: 1rem;
}

.text-span-37, .bold-text-7, .text-span-38 {
  color: var(--entodigital-blue);
}

.blog-row-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.blog-post-1-link-block, .blog-post-2-link-block {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  text-decoration: none;
  display: flex;
}

.blog-post-2 {
  width: 28.125rem;
  height: 22.125rem;
  background-image: url('../images/Blog-Post-2-BG_1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 450px 354px;
  background-attachment: scroll;
}

.text-span-39, .text-span-40 {
  text-decoration: line-through;
}

.text-span-41, .text-span-42 {
  color: var(--entodigital-blue);
}

.guide-2 {
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.text-span-43, .text-span-44, .text-span-45, .text-span-46 {
  color: var(--entodigital-blue);
}

.link-3, .link-4 {
  color: #000;
}

.text-span-47 {
  color: var(--entodigital-blue);
}

@media screen and (max-width: 991px) {
  .updates-and-advice-button.footer {
    width: auto;
  }

  .email-link {
    margin-right: 12.1rem;
  }

  .entodigital-logo {
    margin-right: 1.9rem;
  }

  .hero {
    flex-direction: column;
  }

  .hero-text-section {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .intro {
    flex-direction: column;
  }

  .intro-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .intro-text-container {
    align-items: center;
    margin-bottom: 2rem;
  }

  .why-entodigital-text-block {
    width: 80%;
  }

  .get-in-touch-text {
    width: 100%;
  }

  .why-entodigital-container {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .why-entodigital-text-container {
    max-width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-right: auto;
    display: flex;
  }

  .servicess {
    align-items: center;
  }

  .why-entodigital {
    max-width: 100%;
  }

  .services-container {
    max-width: 800px;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-content: flex-start;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-left: auto;
    display: block;
  }

  .design-container {
    max-width: 100%;
  }

  .get-in-touch {
    max-width: 90%;
  }

  .services-text {
    width: 80%;
    margin-bottom: 2rem;
  }

  .footer {
    width: 614px;
    flex-direction: column;
  }

  .who-is-entodigital-container {
    max-width: 90%;
  }

  .who-is-entodigital, .about-content-wrapper {
    max-width: 100%;
  }

  .my-vision {
    max-width: 90%;
    align-items: center;
  }

  .my-vision-container {
    align-items: flex-start;
  }

  .my-vision-text-block {
    width: 90%;
  }

  .my-future-container {
    max-width: 90%;
    justify-content: flex-start;
  }

  .your-future {
    max-width: 100%;
  }

  .your-future-container {
    max-width: 100%;
    justify-content: center;
  }

  .page-title.blog-title {
    width: 80vw;
  }

  .blog-wrapper {
    max-width: 90%;
    margin-top: 3.9125rem;
  }

  .mail-icon {
    display: none;
  }

  .your-future-text-block {
    width: 90%;
  }

  .bold-text-2 {
    color: var(--black);
  }

  .guides-wrapper {
    max-width: 90%;
    margin-top: 3.6125rem;
  }

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

  .guide-title-box {
    margin-bottom: 2rem;
  }

  .nav-menu {
    width: 10rem;
    background-color: var(--black);
    margin-left: 35.8875rem;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .dropdown-toggle {
    width: 12.5rem;
  }

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

@media screen and (max-width: 767px) {
  .phone-number-link, .email-link {
    display: none;
  }

  .entodigital-logo {
    margin-right: 4rem;
  }

  .audit-button {
    display: none;
  }

  .audit-button.blue, .audit-button.centered {
    display: block;
  }

  .audit-button.hero {
    background-color: var(--button-color);
    display: block;
  }

  .header-home-link.w--current, .header-about-link, .header-services-link {
    display: block;
  }

  .h1-hero, .h1-intro {
    width: 30rem;
  }

  .h1-why-entodigital {
    width: 30rem;
    text-align: center;
  }

  .h1-services {
    width: 18.2rem;
    text-align: center;
  }

  .get-in-touch-text {
    width: 100%;
  }

  .h1-seo, .h1-design, .h1-strategy {
    width: 30rem;
  }

  .get-in-touch, .get-in-touch.blogs, .get-in-touch.guides {
    max-width: 90%;
  }

  .h1-get-in-touch {
    width: 100%;
    text-align: left;
  }

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

  .who-is-entodigital-container {
    max-width: 90%;
    flex-direction: column;
    align-items: flex-start;
  }

  .who-is-entodigital-text-block {
    width: 90%;
    flex-direction: column;
    margin-right: 0;
    display: block;
  }

  .h1-who-is {
    width: 30rem;
    flex-direction: column;
    display: flex;
  }

  .my-vision {
    max-width: 90%;
  }

  .h1-my-vision, .h1-my-future, .h1-your-future {
    width: 30rem;
    text-align: center;
  }

  .h1-about, .h1-services-page {
    width: 30rem;
  }

  .services-web-container {
    max-width: 80%;
  }

  .h1-services-seo, .h1-services-web-design {
    width: 30rem;
  }

  .services-seo-container {
    max-width: 80%;
  }

  .h1-services-strategy {
    width: 30rem;
  }

  .services-strategy-container {
    max-width: 80%;
  }

  .privacy-policy {
    max-width: 90%;
  }

  .privacy-policy-text-block {
    width: 100%;
  }

  .page-title {
    width: 30rem;
  }

  .page-title.blog-title {
    width: 90vw;
  }

  .blog-wrapper {
    max-width: 90%;
    margin-top: 3.6125rem;
  }

  .mail-icon {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 15rem;
    display: block;
  }

  .link-block {
    margin-right: .5rem;
  }

  .bold-text-2 {
    color: var(--black);
  }

  .guides-wrapper {
    max-width: 90%;
  }

  .header-education-link {
    display: block;
  }

  .nav-menu {
    margin-left: 23.1rem;
  }
}

@media screen and (max-width: 479px) {
  .header-wrapper {
    height: 11rem;
    flex-direction: row;
    display: none;
    top: 3.75rem;
  }

  .header-home-link.w--current {
    display: block;
  }

  .hero-wrapper {
    margin-top: 0;
  }

  .header {
    height: 8rem;
    flex-direction: column;
    justify-content: space-between;
  }

  .hero.services-page {
    max-width: 90%;
  }

  .hero-text-section {
    align-items: center;
    margin-top: 6.875rem;
  }

  .hero-text-section.services-page {
    max-width: 100%;
  }

  .text-block {
    width: 90%;
  }

  .intro {
    max-width: 100%;
  }

  .h1-text-span {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .h1-hero {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .h1-hero.home {
    text-align: center;
  }

  .h1-intro {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .traffic, .leads, .sales {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

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

  .intro-text-container {
    margin-right: 0;
  }

  .intro-text-block.home {
    width: 90%;
  }

  .h1-why-entodigital {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .h1-intro-text-span {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .serp-image {
    width: 20rem;
    height: 20rem;
  }

  .companies-image {
    width: 18rem;
    height: 18rem;
  }

  .h1-services {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .why-entodigital-text-block {
    width: 90%;
  }

  .why-entodigital-text-container {
    max-width: 100%;
  }

  .services-container {
    max-width: 90%;
  }

  .h1-seo, .h1-design, .h1-strategy {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .get-in-touch.blogs, .get-in-touch.guides {
    max-width: 90%;
  }

  .h1-get-in-touch {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .footer {
    width: 90%;
    max-width: 90%;
  }

  .newsletter-cta {
    max-width: 100%;
  }

  .get-updates, .text-block-4 {
    width: 90%;
  }

  .who-is-entodigital-container {
    max-width: 90%;
  }

  .who-is-entodigital-text-block {
    width: 100%;
  }

  .h1-who-is {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .my-vision {
    max-width: 90%;
  }

  .h1-my-vision {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .my-vision-text-block {
    width: 100%;
  }

  .h1-my-future, .h1-your-future, .h1-about, .h1-services-page {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .services-page-hero-text {
    max-width: 100%;
  }

  .services-web-container {
    max-width: 90%;
  }

  .h1-services-seo, .h1-services-web-design {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .services-seo-container {
    max-width: 90%;
  }

  .services-seo-text-block {
    width: 100%;
  }

  .h1-services-strategy {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .services-strategy-container {
    max-width: 90%;
  }

  .services-strategy-text-block {
    width: 100%;
  }

  .page-title {
    width: 16rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .page-content.coming-soon {
    width: 90%;
    height: auto;
  }

  .blog-wrapper {
    max-width: 90%;
    margin-top: 3.5rem;
  }

  .web-services {
    max-width: 100%;
  }

  .link-block.email {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 1rem;
  }

  .link, .link-2 {
    color: #000;
  }

  .bold-text-2 {
    color: var(--black);
    line-height: 4rem;
  }

  .blog-post-1 {
    width: 18rem;
  }

  .h1-blog-post-title {
    width: 15rem;
    height: 120px;
  }

  .text-block-8 {
    display: none;
  }

  .guides-wrapper {
    max-width: 90%;
    margin-top: 14.7rem;
  }

  .guide-1 {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .guide-title-box {
    width: 100%;
    margin-right: 0;
  }

  .guide-description {
    width: 100%;
  }

  .bold-text-6 {
    font-size: 1.6rem;
    line-height: 1.5rem;
  }

  .navbar {
    overflow: visible;
  }

  .nav-menu {
    width: 10rem;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 7.5rem;
    display: block;
  }

  .menu-button {
    aspect-ratio: auto;
    object-fit: fill;
    overflow: visible;
  }

  .dropdown-toggle {
    width: 12.5625rem;
  }

  .blog-post-2 {
    width: 18rem;
  }

  .guide-2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }
}


