.three-icon-tips .d-flex {
  display: flex;
  flex-direction: row !important;
}

@media (max-width: 768px) {
  .three-icon-tips {
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    max-width: max-content;
  }

  .three-icon-tips p {
    text-align: left !important;
  }
}

.three-icon-tips i.ico.ico-check {
  color: var(--info-blue);
  margin-right: 0.5rem;
  font-size: 0.9rem;
}

.quote {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .quote {
    margin-top: 0;
  }
}

.badges {
  text-align: center;
  margin: 1rem 0 0;
}

.badges .badge-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}

.badges .badge {
  position: relative;
  justify-items: center;
  text-align: center;
  margin: 1.5rem 1rem 0;
}

.badges .badge a {
  display: block;
  transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.badges .badge a:hover img {
  transform: scale(1.01);
  transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.badges img {
  margin: 0 auto;
  width: 100%;
}

.badges img.stars {
  max-width: 100px;
  max-height: 20px;
  margin: 1rem auto 0 auto;
  text-align: center;
}

.singlerow.container {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .singlerow.container {
    margin-top: 3rem !important;
  }
}

.container.calendly .container {
  width: 100%;
}

@media (max-width: 768px) {
  .container.calendly .container .calendly-inline-widget {
    margin-top: 2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .d-hide {
    display: none;
  }
}

@media (max-width: 768px) {
  .m-hide {
    display: none;
  }
}

@media (max-width: 768px) {
  .pt-4 {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .pb-4 {
    padding-bottom: 2rem;
  }
}

.btn.btn-info.btn-wide.text-center {
  margin: 0 auto;
  display: block;
}

.footer-bg {
  border-top: 1px solid #eee;
}

#submit_form.btn {
  width: 100%;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .order-n1 {
    order: 2;
    margin-top: 2rem;
  }
}

.updates_bg {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  width: 100%;
}

@media (max-width: 978px) {
  .updates_bg {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.pt-3 {
  padding-top: 3rem;
}

.row.updates {
  display: grid;
  grid-template-areas: ". . .";
  gap: 1rem;
  grid-auto-rows: 1fr;
}

@media (max-width: 978px) {
  .row.updates {
    grid-template-areas: "." "." ".";
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    padding-top: 0;
  }
}

.row.updates .card {
  background-color: #ffffffca;
  border-radius: 8px;
  box-shadow: -1px 6px 16px rgba(45, 116, 255, 0.09);
  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-items: space-between;
  justify-content: space-between;
  text-align: left;
  height: 100%;
}

.row.updates .card p,
.row.updates .card a,
.row.updates .card h2 {
  margin: 1.5rem;
}

.row.updates .card p:not(.btn),
.row.updates .card a:not(.btn),
.row.updates .card h2:not(.btn) {
  width: calc(100% - 3rem);
}

.row.updates .card.featured {
  justify-content: center;
  justify-items: center;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  box-shadow: none;
}

@media (max-width: 978px) {
  .row.updates .card.featured {
    padding-top: 0;
  }
}

.row.updates .card.featured .featured_grid {
  display: grid;
  gap: 0.5rem;
  align-items: center;
  grid-template-areas: "profile profile name name name" "profile profile name name name" "body body body body body" "body body body body body" "body body body body body" "body body body body body";
}

.row.updates .card.featured .featured_grid .profile_pic {
  grid-area: profile;
  width: 100%;
  height: auto;
}

.row.updates .card.featured .featured_grid .name {
  grid-area: name;
}

.row.updates .card.featured .featured_grid .desc_body {
  grid-area: body;
  margin-top: 2rem;
  font-size: 1.35rem;
  color: #62656B;
}

@media (max-width: 978px) {
  .row.updates .card.featured .featured_grid .desc_body {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.row.updates .card.featured h2 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-medium) !important;
  color: var(--main-dark);
  text-align: left;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.row.updates .card.featured .btn i.ico {
  margin-left: 0rem;
  transition: all 0.2s ease-in;
}

.row.updates .card.featured .btn:hover {
  background-color: var(--info-blue-hover);
  border-color: var(--info-blue-hover);
}

.row.updates .card.featured .btn:hover i.ico {
  margin-left: 0.3rem;
  transition: all 0.2s ease-in;
}

.row.updates .card .sections.link {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: var(--font-medium);
}

.row.updates .card .sections.link.pink {
  color: #E93A5E;
}

.row.updates .card .sections.link.purple {
  color: #7F7AEE;
}

.row.updates .card .sections.link .ico-arrow-right::before {
  content: "q";
  display: inline-block;
  position: relative;
  transform: rotate(180deg);
  font-family: "better-proposals";
  font-size: 1.2rem;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: -5px;
  transition: 0.2s ease-in;
}

.row.updates .card .sections.link:hover i.ico.ico-arrow-right::before {
  margin-left: 12px;
  transition: 0.2s ease-in;
}

.row.updates .card p.h2-subheading {
  font-size: 1.5rem;
  font-family: var(--font-medium);
  line-height: 1.4;
}

.row.updates .card p.h2-subheading.infoblue {
  color: var(--info-blue);
}

.row.updates .card p.h2-subheading.purple {
  color: #7F7AEE;
}

.row.updates .card p.h2-subheading.pink {
  color: #E93A5E;
}

.row.updates .card p.h2-subheading.smaller {
  font-size: 1rem;
  line-height: 1.4;
}

.row.updates .card_title {
  font-size: 1.3rem;
  font-family: var(--font-medium);
  font-weight: 500;
  letter-spacing: 1.4;
  opacity: 1;
  color: var(--main-dark);
  margin: 0 1.5rem !important;
}

.row.updates .card_thumbnail {
  width: 100%;
  overflow: hidden;
  height: 180px;
  padding: 1rem 1rem 0 1rem;
  border-radius: 0 0 8px 8px;
}

.row.updates .card_thumbnail.infoblue {
  background-color: var(--info-blue);
}

.row.updates .card_thumbnail.purple {
  background-color: #7F7AEE;
}

.row.updates .card_thumbnail.pink {
  background-color: #E93A5E;
}

.row.updates .card_thumbnail img {
  width: 100%;
  height: auto;
}

.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input[type=tel] {
  padding-right: 36px;
}

.mobile-hide {}


.desktop-hide {
  display: none;
}

@media screen and (max-width: 1024px) {
  .desktop-hide {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}

.quote {
  margin: 2rem 0;
}

@media screen and (min-width: 1024px) {
  .quote {
    margin: 4rem 0;
  }
}