html {
  scroll-behavior:smooth;
  scroll-padding-top:0;
}

body {
  overflow-x:clip;
}

main {
  min-height:70vh;
}

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

button, input, textarea {
  font:inherit;
}

button {
  cursor:pointer;
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline:3px solid #314a9c;
  outline-offset:5px;
}

section, [id] {
  scroll-margin-top:110px;
}

.skip-link {
  position:fixed;
  top:8px;
  left:8px;
  z-index:1000;
  background:white;
  padding:12px 18px;
  transform:translateY(-150%);
}

.skip-link:focus {
  transform:none;
}

.section.is-hero {
  height:auto;
  min-height:95svh;
  padding:140px 0 70px;
}

.section-hero-wrapper {
  height:auto;
  min-height:65svh;
}

.hero-heading-wrapper {
  position:relative;
  z-index:1;
}

.hero-subtitle {
  max-width:46rem;
}

.albert-sans {
  color:#86705c;
}

.navbar {
  visibility:visible!important;
}

.menu-button {
  border:0;
  background:transparent;
  display:block;
  padding:12px;
  z-index:102;
}

.menu-button-wrapper {
  gap:10px;
}

.menu-line {
  transition:transform .25s,opacity .25s;
}

.menu-line._1, .menu-line._2, .menu-line._3 {
  width:30px;
  height:2px;
}

.menu-button[aria-expanded=true] .menu-line._1 {
  transform:translateY(12px) rotate(45deg);
}

.menu-button[aria-expanded=true] .menu-line._2 {
  opacity:0;
}

.menu-button[aria-expanded=true] .menu-line._3 {
  transform:translateY(-12px) rotate(-45deg);
}

.navigation-menu {
  display:none;
  overflow-y:auto;
  padding-top:90px;
  z-index:101;
}

.navigation-menu.is-open {
  display:flex;
}

.navigation-menu-wrapper {
  min-height:calc(100svh - 90px);
  height:auto;
  width:100%;
}

.navigation-menu .navlink {
  opacity:1;
  transform:none;
}

.brand {
  position:relative;
  z-index:102;
}

.navigation-links {
  gap:12px;
}

.button {
  transition:background-color .2s,color .2s,transform .2s;
}

.button:hover {
  transform:translateY(-3px);
}

.service-detail-link {
  display:inline-block;
  margin-top:20px;
  color:#314a9c;
  font-weight:600;
  text-underline-offset:5px;
}

.scroll-reveal, .scroll-reveal-stagger {
  opacity:1;
  transform:none;
}

.sg-testi-viewport {
  overflow-x:auto!important;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:thin;
  scrollbar-color:#314a9c #edebf6;
}

.sg-testi-track {
  transform:none!important;
  transition:none!important;
}

.sg-testi-card {
  scroll-snap-align:start;
}

.sg-testi-nav {
  gap:16px;
}

.contact_form-input {
  font-size:16px!important;
}

.service-page {
  padding:150px 24px 85px;
  max-width:1060px;
  margin:auto;
}

.service-page h1 {
  font-size:clamp(2.3rem,5vw,4rem);
  line-height:1.12;
  max-width:900px;
}

.service-page .intro {
  font-size:1.3rem;
  max-width:760px;
  line-height:1.7;
  margin:28px 0 35px;
}

.service-content {
  max-width:760px;
  background:#fff;
  padding:clamp(24px,5vw,56px);
  border-radius:24px;
  margin-top:55px;
}

.service-content h2 {
  font-size:1.8rem;
  margin-top:35px;
}

.service-content h2:first-child {
  margin-top:0;
}

.service-content p, .service-content li {
  font-size:1.06rem;
  line-height:1.8;
}

.service-content li {
  margin-bottom:12px;
}

.breadcrumb {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:32px;
  font-size:14px;
}

.related-services {
  display:flex;
  flex-wrap:wrap;
  gap:14px 26px;
  margin-top:35px;
}

.related-services a {
  color:#314a9c;
}

.faq-section {
  max-width:900px;
  margin:0 auto;
  padding:75px 24px;
}

.faq-section h2 {
  margin-bottom:32px;
}

.faq-section details {
  border-top:1px solid #c9c7d6;
  padding:22px 0;
}

.faq-section summary {
  cursor:pointer;
  font-size:1.1rem;
  font-weight:600;
  line-height:1.5;
}

.faq-section details p {
  margin:18px 0 0;
  max-width:740px;
}

.motion-off * {
  animation:none!important;
  transition:none!important;
  scroll-behavior:auto!important;
}

@media(min-width:768px) {
.is-hero .decorative-circle-1 {
  animation:soft-turn 4s ease-out 1;
}

.is-hero .decorative-circle-3 {
  animation:soft-float 4s ease-in-out 1;
}
}

@keyframes soft-turn {
to {
    rotate:360deg;
  }
}

@keyframes soft-float {
to {
    translate:0 -18px;
  }
}

@media(max-width:767px) {
.navbar {
  padding:14px 0;
}

.navbar-container {
  padding-inline:18px;
}

.navbar-right {
  gap:10px;
}

.nav-button-wrapper .button {
  padding:10px 15px;
  font-size:13px;
}

.section.is-hero {
  min-height:80svh;
  padding-top:125px;
}

.section-hero-wrapper {
  min-height:50svh;
}

.heading-h1 {
  font-size:clamp(2.2rem,8vw,3.3rem);
}

.navigation-menu-wrapper {
  display:flex;
  flex-direction:column-reverse;
  justify-content:flex-end;
  gap:12px;
  padding:8px 24px;
}

.navigation-wrapper-left {
  padding:0;
  gap:20px;
}

.navigation-line {
  display:none;
}

.navigation-wrapper-right {
  align-items:flex-start;
}

.navigation-menu .navlink {
  font-size:1.7rem;
  padding:10px 0;
}

.navigation-heading {
  font-size:1.5rem;
}

.sg-testi-card {
  min-width:85%!important;
  max-width:85%!important;
}

.service-page {
  padding-top:120px;
}

.whatsapp-float-btn {
  bottom:18px!important;
  right:18px!important;
}
}

@media(prefers-reduced-motion:reduce) {
html {
  scroll-behavior:auto;
}

*, *::before, *::after {
  animation:none!important;
  transition:none!important;
  scroll-behavior:auto!important;
}
}

.navbar .navigation-menu.is-open {
  display:flex;
}

.navbar {
  padding:18px 0;
  background:#edebf6f2;
  backdrop-filter:blur(14px);
}

.navbar .brand {
  display:block;
  width:155px;
  flex:0 0 155px;
}

.navbar .brand img {
  display:block;
  width:100%;
  height:auto;
}

.navbar-container {
  max-width:1440px;
  padding-inline:clamp(22px,5vw,80px);
}

.navbar-right {
  gap:28px;
}

.nav-button-wrapper {
  display:block;
}

.navbar .button {
  font-size:14px;
  padding:12px 24px;
}

.menu-line {
  background:#314a9c;
}

.section.is-hero {
  min-height:92svh;
  padding:155px 0 90px;
  overflow:hidden;
}

.section-hero-wrapper {
  min-height:58svh;
  max-width:1100px;
}

.hero-heading-wrapper {
  gap:28px;
}

.hero-eyebrow {
  font-size:11px;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-weight:600;
  color:#314a9c;
  display:flex;
  align-items:center;
  gap:12px;
}

.hero-eyebrow:before {
  content:'';
  width:28px;
  height:1px;
  background:currentColor;
}

.heading-h1 {
  font-size:clamp(42px,6vw,82px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:600;
  max-width:1100px;
}

.heading-h1 strong {
  font-weight:600;
}

.heading-h1 .hero-line {
  display:block;
}

.heading-h1 .albert-sans {
  color:#86705c;
  font-weight:600;
}

.hero-subtitle {
  max-width:650px;
  letter-spacing:0;
}

.hero-subtitle p {
  font-size:clamp(16px,1.4vw,19px);
  line-height:1.65;
  color:#454443;
}

.hero-scroll {
  display:inline-flex;
  gap:16px;
  align-items:center;
  margin-top:18px;
  color:#314a9c;
  text-decoration:none;
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.hero-scroll span {
  display:inline-block;
  font-size:24px;
  animation:scroll-cue 2s ease-in-out 2;
}

.is-hero .decorative-circle-1 {
  opacity:.35;
  width:clamp(100px,17vw,230px);
  left:-7%;
  top:22%;
  pointer-events:none;
}

.is-hero .decorative-circle-3 {
  opacity:.35;
  width:clamp(100px,18vw,250px);
  right:-8%;
  bottom:8%;
  pointer-events:none;
}

.is-hero .parallax {
  opacity:.35;
  pointer-events:none;
}

.marque-heading-wrapper {
  padding-top:22px;
}

.padding-global {
  padding-top:clamp(56px,7vw,96px);
  padding-bottom:clamp(56px,7vw,96px);
}

.heading-h2 {
  font-size:clamp(32px,4vw,56px);
  line-height:1.1;
  letter-spacing:-.025em;
}

.small-title {
  font-size:11px!important;
  letter-spacing:.18em;
}

.service-detail-link {
  margin-top:auto;
  padding-top:24px;
  text-decoration:none;
  font-size:13px;
}

.daniel-bio {
  gap:clamp(36px,6vw,90px);
  align-items:start;
}

.bio-right {
  position:sticky;
  top:130px;
  border-radius:180px 180px 20px 20px;
  overflow:hidden;
  background:#ded9eb;
}

.daniel-image {
  display:block;
  width:100%;
  height:auto;
}

.bio-body p {
  font-size:16px;
  line-height:1.8;
}

.bio-quote {
  margin-top:30px;
}

.sg-testi-section {
  padding:72px 24px!important;
}

.sg-testi-title {
  font-size:clamp(32px,4vw,52px)!important;
  letter-spacing:-.025em;
  line-height:1.15!important;
}

.sg-testi-card {
  border-radius:18px!important;
  box-shadow:none!important;
  border:1px solid #e3e0eb!important;
}

.faq-section {
  padding-top:64px;
  padding-bottom:72px;
}

.faq-section summary {
  color:#314a9c;
}

.footer-brand {
  display:block;
  max-width:260px;
}

.footer-brand img {
  width:100%;
  height:auto;
}

.section-footer-wrapper {
  padding-block:60px;
}

.sg-testi-nav button {
  background:white;
  border:1px solid #dedede;
  border-radius:50%;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
}

@keyframes scroll-cue {
50% {
    transform:translateY(5px);
  }
}

@media(max-width:767px) {
.navbar {
  padding:15px 0;
}

.navbar .brand {
  width:120px;
  flex-basis:120px;
}

.navbar-container {
  padding-inline:20px;
}

.navbar-right {
  gap:12px;
}

.nav-button-wrapper {
  display:none;
}

.section.is-hero {
  min-height:82svh;
  padding:125px 0 60px;
}

.section-hero-wrapper {
  min-height:55svh;
}

.heading-h1 {
  font-size:clamp(37px,8.8vw,62px);
}

.hero-heading-wrapper {
  gap:24px;
}

.hero-eyebrow {
  font-size:9px;
  letter-spacing:.13em;
}

.hero-subtitle p {
  font-size:16px;
}

.hero-scroll {
  margin-top:4px;
}

.service-detail-link {
  padding-top:16px;
}

.bio-right {
  position:relative;
  top:auto;
  max-width:460px;
  margin:auto;
}

.daniel-bio {
  gap:35px;
}

.sg-testi-section {
  padding:70px 20px!important;
}

.sg-testi-card {
  padding:28px!important;
}

.sg-testi-text {
  font-size:16px!important;
}

.footer-brand {
  max-width:190px;
}

.section-footer-wrapper {
  padding-block:45px;
}
}

@media(max-width:767px) {
.navigation-menu .navigation-links {
  gap:0
}

.navigation-menu .navigation-wrapper-right {
  padding-left:0
}

.navigation-menu .navlink {
  line-height:1.25;min-height:44px;padding:5px 0
}

.navigation-menu .navigation-cta-wrapper {
  gap:4px
}

.navigation-menu .navigation-cta-heading-wrapper {
  gap:6px
}

.navigation-menu .navigation-cta-heading-wrapper p {
  margin:0;font-size:14px;line-height:1.5
}

.navigation-menu .direct-phone {
  margin:0
}

.navigation-menu .navigation-contact-link {
  min-height:44px;display:inline-flex;align-items:center
}

.navigation-menu .navigation-wrapper-left {
  padding-bottom:0;gap:8px;
}
}

.hero-heading-wrapper .heading-h1 {
  font-size:clamp(38px,5.25vw,70px);
  max-width:1060px;
  line-height:1.1;
}

.hero-heading-wrapper .heading-h1 .hero-line+.hero-line {
  margin-top:8px;
}

.bio-ownership {
  font-size:16px;
  line-height:1.8;
  margin-top:24px;
}

.bio-closing {
  margin-top:36px;
  padding-top:30px;
  border-top:1px solid #cdc7dc;
}

.bio-closing h3 {
  font-size:32px;
  margin:0 0 12px;
  color:#314a9c;
}

.bio-closing p {
  margin-bottom:24px;
}

.bio-closing .button {
  display:inline-block;
}

@media(max-width:767px) {
.hero-heading-wrapper .heading-h1 {
  font-size:clamp(34px,8.3vw,50px);
}

.hero-heading-wrapper .hero-eyebrow {
  font-size:11px;
}

.hero-heading-wrapper .heading-h1 .hero-line+.hero-line {
  margin-top:14px;
}
}

.testimonial-client-logo {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:75px;
  margin-top:22px;
  border-top:1px solid #efedf4;
  padding-top:20px;
}

.testimonial-client-logo img {
  width:auto!important;
  height:auto!important;
  max-width:145px;
  max-height:55px;
  object-fit:contain;
  filter:none;
}

.testimonial-client-logo:hover {
  opacity:.75;
}

.sg-testi-card a.testimonial-client-logo {
  pointer-events:auto;
}

.bio-right {
  position:relative;
  top:auto;
  border-radius:24px;
  background:linear-gradient(135deg,#314a9c40,#b49f8c40);
  overflow:visible;
}

.daniel-image {
  border-radius:24px;
}

.navbar-right .menu-button {
  order:1;
}

.navbar-right .nav-button-wrapper {
  order:2;
  display:block;
}

.navbar .nav-button-wrapper .button {
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  font-size:30px;
  line-height:1.15;
  padding:12px 32px;
  border:2px solid #314a9c;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  white-space:nowrap;
}

.navbar .nav-button-wrapper .button:hover {
  background:#233876;
  transform:none;
}

.navbar .menu-line {
  width:38px;
  height:2px;
  background:#252930;
}

.page-wrapper .marquee-wrapper {
  overflow-x:auto;
  scrollbar-width:none;
  mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent);
}

.page-wrapper .marquee-wrapper::-webkit-scrollbar {
  display:none;
}

.page-wrapper .marquee-track {
  display:flex;
  width:max-content;
  max-width:none;
  animation:none!important;
}

.page-wrapper .marquee-list {
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  flex-shrink:0;
  width:max-content;
  max-width:none;
  gap:48px;
  padding:34px 24px;
  margin:0;
  box-sizing:border-box;
}

.page-wrapper .marquee-list .item {
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 170px;
  width:170px;
  max-width:none;
  min-height:95px;
}

.page-wrapper .marquee-list img {
  width:auto;
  height:auto;
  max-width:170px;
  max-height:80px;
  filter:none;
  opacity:1;
  object-fit:contain;
}

.page-wrapper .marquee-list a:hover img {
  opacity:.8;
}

.brand-controls {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin:8px 0 28px;
}

.brand-controls button {
  min-height:44px;
  min-width:44px;
  background:transparent;
  border:1px solid #b9b4c8;
  border-radius:24px;
  color:#314a9c;
  padding:8px 16px;
  font-size:14px;
}

.brand-controls button:hover {
  background:#fff;
}

@media(max-width:767px) {
.navbar-container {
  padding-inline:16px;
}

.navbar .brand {
  width:110px;
  flex-basis:110px;
}

.navbar-right {
  gap:8px;
}

.navbar .nav-button-wrapper .button {
  font-size:20px;
  padding:10px 16px;
}

.navbar .menu-line {
  width:26px;
}

.navbar .menu-button {
  padding:8px;
}

.page-wrapper .marquee-list {
  gap:28px;
  padding:24px 14px;
}

.page-wrapper .marquee-list .item {
  flex-basis:140px;
  width:140px;
  min-height:90px;
}

.page-wrapper .marquee-list img {
  max-width:140px;
  max-height:72px;
}
}

@media(max-width:360px) {
.navbar .brand {
  width:90px;
  flex-basis:90px;
}

.navbar .nav-button-wrapper .button {
  font-size:18px;
  padding-inline:12px;
}
}

.navbar-right {
  display:flex;align-items:center
}

.page-wrapper .marquee-wrapper {
  padding:0;min-height:0
}

.page-wrapper .marquee-track {
  gap:0
}

.navbar-right {
  flex-direction:row
}

.philosophy-phrase {
  display:inline-block;margin-right:.22em
}

.navbar .navigation-menu.is-open {
  animation:none
}

.navbar.menu-open {
  backdrop-filter:none;-webkit-backdrop-filter:none
}

.navbar.menu-open .nav-button-wrapper {
  visibility:hidden;pointer-events:none
}

.navbar .navigation-menu {
  top:var(--menu-header-height,90px);
  height:calc(100svh - var(--menu-header-height,90px));
  height:calc(100dvh - var(--menu-header-height,90px));
  padding-top:0;
  overflow-x:hidden;
  overscroll-behavior:contain;
  align-items:center;
}

.navigation-menu-wrapper {
  flex-shrink:0;margin:auto;min-height:100%;height:auto
}

.page-wrapper .marquee-wrapper {
  scroll-behavior:auto;overscroll-behavior-x:contain
}

.button {
  transition:background-color .22s,color .22s,border-color .22s,transform .22s
}

.service-detail-link {
  transition:color .2s,translate .2s
}

.service-detail-link:hover {
  color:#86705c;translate:3px 0
}

@media(min-width:768px) and (prefers-reduced-motion:no-preference) {
.is-hero .decorative-circle-1 {
  animation:soft-turn 4s ease-out 1
}

.is-hero .decorative-circle-3 {
  animation:soft-float 4s ease-in-out 1
}
}

@media(prefers-reduced-motion:reduce) {
.navbar .navigation-menu.is-open {
  animation:none
}

.service-detail-link:hover {
  translate:none
}
}

.motion-off .navbar .navigation-menu.is-open {
  animation:none
}

.marquee-list img[alt="Smarty Had A Party"] {
  mix-blend-mode:multiply
}

.contact-honeypot {
  display:none!important
}

#contact-form .contact-disclosure {
  font-size:12px;line-height:1.6;color:#555;margin:12px 0
}

#contact-captcha {
  margin:16px 0;min-height:78px
}

#contact-status {
  min-height:1.6em;margin-top:16px
}

#contact-form button:disabled {
  opacity:.55;cursor:wait
}

#contact-form .contact-direct {
  margin-top:12px
}

#contact-form .contact-direct a {
  text-decoration:underline;text-underline-offset:3px
}

#services .services-body {
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;align-items:stretch
}

#services .services-body-item {
  display:flex;flex-direction:column;align-items:flex-start;gap:14px;grid-area:auto;min-width:0;width:auto;padding:24px 0 0;background:none;border:0;border-top:1px solid #bcb6cc;border-radius:0;box-shadow:none;transform:none
}

#services .services-body-item:hover {
  transform:none;box-shadow:none
}

#services .services-body-item::before {
  content:none
}

#services .service-context {
  font-size:13px;line-height:1.5;color:#6f5d4c;margin:0
}

#services .services-body-item h3 {
  font-size:24px;line-height:1.25;color:#314a9c;margin:0;max-width:none
}

#services .services-body-item p.p-small, #services .services-body-item li {
  font-size:16px;line-height:1.65;margin:0
}

#services .services-body-item ul {
  padding-left:20px;margin:0 0 12px
}

#services .services-body-item li+li {
  margin-top:8px
}

#services .services-body-item .service-detail-link {
  margin-top:auto;padding-top:12px;font-size:14px;line-height:1.5
}

.sg-testi-viewport {
  cursor:auto
}

.sg-testi-track {
  user-select:text;will-change:auto
}

.sg-testi-footer {
  min-height:60px
}

.sg-testi-nav .sg-testi-arrow {
  background:#314a9c;border-color:#314a9c;color:#fff
}

.sg-testi-nav .sg-testi-arrow:hover {
  background:#233876
}

.sg-testi-nav .sg-testi-arrow svg {
  stroke:currentColor
}

.sg-testi-nav .sg-testi-arrow:disabled {
  opacity:.35;cursor:default
}

@media(max-width:1100px) {
#services .services-body {
  grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 32px
}
}

@media(max-width:600px) {
#services .services-body {
  grid-template-columns:1fr;gap:32px
}

#services .services-body-item {
  padding-top:24px
}
}

.small-title {
  color:#6f5d4c
}

#services .heading-wrapper > .p-regular {
  max-width:850px
}

.brand-controls .brand-pause {
  padding:0;width:44px;display:grid;place-items:center
}

.brand-pause .play-icon {
  display:none
}

.brand-pause[aria-pressed="true"] .pause-icon {
  display:none
}

.brand-pause[aria-pressed="true"] .play-icon {
  display:block
}

#additional-services .services-advanced-body {
  box-shadow:none
}

#additional-services .servoce-adv-body-top > div, #additional-services li {
  font-size:16px;line-height:1.65
}

#additional-services .servoce-adv-body-top > div {
  max-width:800px
}

.bio-right {
  width:100%;max-width:380px;justify-self:center;margin-inline:auto
}

.navigation-contact-link {
  display:block;color:#314a9c;font-size:17px;line-height:1.6;text-underline-offset:4px
}

@media(max-width:991px) {
.bio-right {
  max-width:340px
}
}

@media(max-width:600px) {
.bio-right {
  max-width:290px
}
}

.direct-phone {
  margin:8px 0 12px
}

.phone-number {
  color:#314a9c;font-size:24px;font-weight:600;text-decoration:none
}

.phone-actions {
  display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:6px
}

.phone-actions a {
  display:inline-flex;align-items:center;min-height:44px;color:#314a9c;font-size:16px;text-underline-offset:4px
}

.contact-linkedin {
  display:inline-flex;align-items:center;min-height:44px;color:#314a9c;font-size:16px;text-underline-offset:4px
}

.back-to-top {
  position:fixed;right:24px;bottom:94px;z-index:89;display:grid;place-items:center;width:44px;height:44px;border:1px solid #314a9c;border-radius:50%;background:#fff;color:#314a9c;box-shadow:0 2px 8px #00000012
}

.back-to-top[hidden] {
  display:none
}

.back-to-top:hover {
  background:#edebf6
}

@media(max-width:767px) {
.back-to-top {
  right:24px;bottom:86px
}
}

.p-medium.small-title {
  font-size:14px!important;font-weight:600;letter-spacing:.08em;color:#6f5d4c
}

.marque-heading-wrapper .p-medium.small-title {
  font-size:clamp(22px,2.2vw,28px)!important;line-height:1.35;letter-spacing:0;text-transform:none;color:#314a9c
}

#services .service-context {
  font-size:15px;line-height:1.5
}

#services .services-body-item h3 {
  font-size:26px;line-height:1.25
}

#services .service-detail-link {
  font-size:15px
}

.sg-testi-eyebrow {
  font-size:14px;letter-spacing:.08em
}

.hero-heading-wrapper .hero-eyebrow {
  font-size:13px;letter-spacing:.12em
}

@media(max-width:600px) {
#services .services-body-item h3 {
  font-size:25px
}

.hero-heading-wrapper .hero-eyebrow {
  font-size:12px
}
}

.shop-gurus-wordmark {
  display:inline-block;color:#314a9c;font-family:Inter,sans-serif;font-size:28px;font-weight:750;letter-spacing:-1.3px;line-height:1.2;white-space:nowrap
}

.wordmark-dot {
  color:#86705c
}

.footer-brand .shop-gurus-wordmark {
  font-size:36px
}

@media(max-width:767px) {
.brand .shop-gurus-wordmark {
  font-size:21px;letter-spacing:-1px
}
}
