:root {
  --teal: #074358;
  --navy: #132242;
  --background: #fff6f3;
  --green: #187084;
  --eggshell: #f0e4e0;
  --light-blue: #95cfea;
  --green-gradient: #07435899;
  --dark-teal: #042c3a;
  --white: white;
  --black: black;
  --font-family: mallory, sans-serif;
}

.logos-title-small {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px 0;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.marquee-content img {
  display: inline-block;
  height: 28px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.6;
}

.marquee-content img {
  display: inline-block;
}

.marquee-content img[alt="Meta"] {
  height: 60px;
}

.marquee-content img[alt="Amazon"] {
  margin-top:10px;
}



.find-wifi-intro {
  color: var(--eggshell);
  text-align: center;
  padding: 5px 40px 20px;
  font-weight: 400;
  line-height: 32px;
  font-size: 24px;
}
.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 60px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  padding-top:40px;
}
.w-layout-grid-IRS {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  padding-top: 40px;
  justify-items: center; /* This centers the image and the paragraph */
}


.w-layout-grid-IRS img {
   width: 100% !important;
    max-width: 1100px !important;  
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

body {
  color: #1a1b1f;
  font-family: Mallory, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;

  /* Add these to stop the flashing/flickering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  overscroll-behavior: none; /* Prevents "bounce" flashes on trackpads */
  height: 100%;
}

h1 {
  color: var(--teal);
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: mallory, sans-serif;
  display: flex;
}

.container.text-background {
  padding-bottom: 0;
}

.heading-jumbo {
  color: var(--teal);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: mallory, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 80px;
}

.paragraph-tiny {
  color: var(--navy);
  font-family: mallory, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .6;
  font-family: mallory, sans-serif;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section-home-intro {
  background-color: var(--background);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-home-intro.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.primary-button {
  background-color: var(--green);
  color: var(--background);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-family: mallory, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  color: var(--navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: mallory, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--navy);
  font-family: mallory, sans-serif;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: var(--background);
  align-items: center;
  padding: 20px 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-family: mallory, sans-serif;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  background-color: var(--background);
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.footer-text {
  color: #666;
  font-size: 14px;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  color: var(--background);
  margin-bottom: 30px;
  font-family: mallory, sans-serif;
}

.paragraph {
  color: var(--teal);
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 40px;
  font-family: mallory, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
}

.image-2 {
  align-self: center;
  margin-bottom: -30px;
  padding-bottom: 0;
}

.h2_white {
  color: var(--background);
  text-align: left;
  padding-left: 0;
  font-family: mallory, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  padding-bottom: 40px;
  display: grid;
}

.container-4.image-2 {
  background-color: #0000;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  padding-top: 40px;
}

.image-8 {
  border-radius: 20px;
}

.image-9 {
  border-radius: 20px;
  position: static;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 40px;
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-5 {
  color: var(--navy);
  text-align: left;
  padding-top: 20px;
  font-size: 18px;
}

.paragraph-5-IRS {
  color: var(--eggshell);
  text-align: left;
  font-size: 20px;
  margin: 0px 20px 20px 20px;
  font-weight: 200;
}
.container-10 {
  max-width: 1140px;
}

.paragraph-14 {
  color: var(--eggshell);
  text-align: center;
  font-size: 24px;
  font-weight: 200;
}

.bold-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: mallory, sans-serif;
}

.bold-text-2 {
  color: var(--eggshell);
  text-align: center;
  font-family: mallory, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  text-align: center;
  font-family: mallory, sans-serif;
}

.bold-text-4 {
  color: var(--eggshell);
  text-align: center;
  font-family: mallory, sans-serif;
  font-weight: 400;
}

.bold-text-5 {
  text-align: center;
  font-family: mallory, sans-serif;
}

.bold-text-6 {
  color: var(--eggshell);
  text-align: center;
  font-weight: 400;
}

.columns-3 {
  color: var(--eggshell);
  background-color: #e2e7ee00;
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-size: 20px;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: mallory, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-9 {
  font-family: mallory, sans-serif;
  font-size: 52px;
  font-weight: 800;
}

.image-15 {
  border-radius: 0;
  padding-bottom: 0;
}

.paragraph-17 {
  margin-bottom: -21px;
  font-family: mallory, sans-serif;
}

.heading-10 {
  color: var(--teal);
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  padding-top: 10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
}

.paragraph-18 {
  background-color: var(--light-blue);
  color: var(--teal);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: mallory, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
  display: flex;
}

.div-block-4, .div-block-5 {
  background-color: #f4f5f8;
  border-radius: 20px;
}


.bold-text-9 {
  color: var(--navy);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.bold-text-10 {
  color: var(--navy);
  padding-top: 20px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.column-2, .column-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-13 {
  color: var(--background);
  text-align: left;
  padding-left: 0;
  font-family: mallory, sans-serif;
  font-weight: 700;
}

.features-list {
  background-color: var(--navy);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  color: var(--background);
  justify-content: space-between;
  align-items: flex-start;
  font-family: mallory, sans-serif;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: var(--background);
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 20px;
  font-family: mallory, sans-serif;
  font-size: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.heading-14 {
  color: var(--background);
  margin-top: 0;
  padding-top: 20px;
  font-family: mallory, sans-serif;
  font-weight: 700;
}

.paragraph-20 {
  color: var(--background);
  font-family: mallory, sans-serif;
  font-size: 20px;
}

.paragraph-21 {
  font-family: mallory, sans-serif;
  font-size: 20px;
}

.container-20 {
  max-width: 1140px;
  margin-top: 0;
  padding-top: 20px;
}

.heading-15 {
  color: var(--background);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: mallory, sans-serif;
  font-weight: 400;
}

.section-7 {
  background-color: var(--green);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: mallory, sans-serif;
}

.heading-16 {
  color: var(--background);
  text-align: left;
  padding-left: 0;
  font-family: mallory, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.container-21 {
  max-width: 1140px;
}

.section-8 {
  background-color: var(--navy);
  padding-top: 0;
  padding-bottom: 100px;
  font-family: mallory, sans-serif;
}

.container-22 {
  max-width: 1140px;
}

.section-9 {
  background-color: var(--background);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: mallory, sans-serif;
}

.heading-17 {
  text-align: left;
  padding-left: 0;
  font-family: mallory, sans-serif;
  font-weight: 600;
}

.paragraph-23 {
  padding-bottom: 40px;
  font-family: mallory, sans-serif;
  font-size: 20px;
}

.columns-4 {
  padding-top: 40px;
}

.paragraph-24 {
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-16, .image-17 {
  padding-top: 20px;
}

.container-23 {
  max-width: 1140px;
}

.heading-18 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.section-10 {
  background-color: var(--teal);
  padding-top: 60px;
  font-family: mallory, sans-serif;
}

.container-24 {
  max-width: 1140px;
}

.columns-5 {
  padding-top: 40px;
}

.section-11 {
  background-color: var(--navy);
  background-image: linear-gradient(180deg, var(--green-gradient), #0d4c5c85 0%, #25726ebf 0%, #338778e0 50%, var(--green));
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: mallory, sans-serif;
}

.column-4, .paragraph-27 {
  font-family: mallory, sans-serif;
}

.body-3 {
  background-color: #f2e6e3;
  font-family: mallory, sans-serif;
}

.heading-h1-60-eggshell-bold {
  color: var(--eggshell);
  text-align: center;
  padding-left: 40px;
  padding-right: 20px;
  font-family: mallory, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.project_template {
  background-color: var(--dark-teal);
}

.container-26 {
  max-width: 1140px;
  padding-top: 40px;
}

.section-15 {
  padding-top: 20px;
  padding-bottom: 0;
  background-color: var(--dark-teal);
}

.column-5 {
  color: var(--teal);
  padding-left: 0;
}

.column-6, .column-7 {
  color: var(--teal);
}

.section-nottest {
  background-color:var(--green);
}

.heading-22 {
  color: var(--light-blue);
}

.heading-23 {
  color: var(--background);
  background-color: #0000;
  max-width: 1140px;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  font-size: 52px;
  font-weight: 700;
}


.image-25 {
  display: block;       /* Required for margin: auto to work */
    margin-left: auto;
    margin-right: auto;
    width: 100%;          /* Optional: ensures it fills the width if you want it to */
    max-width: 1100px;
}

.section-20 {
  background-color: #074358;
  background-image: linear-gradient(#07435869, #07435869), url('../images/Wireframe---1.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  min-width: auto;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.container-32 {
  min-width: 1140px;
  max-width: 1140px;
}

.div-block-9 {
  border-radius: 8px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.paragraph-35 {
  color: var(--eggshell);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 40px;
  font-size: 38px;
}

.container-33 {
  max-width: 1140px;
}

.quick-stack-3 {
  grid-row-gap: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0;
}

.image-29 {
  align-self: center;
}

.cell-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-teal);
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-teal);
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}

.cell-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-teal);
  color: var(--background);
  border-radius: 8px;
  flex-flow: row;
  padding-left: 40px;
}

.text-block-13, .text-block-14, .text-block-15 {
  color: var(--background);
  align-self: center;
  padding-top: 0;
  padding-right: 40px;
  font-size: 24px;
}

.image-30, .image-31, .image-32, .image-33 {
  align-self: center;
}

.text-block-17 {
  color: var(--background);
  background-color: #0000;
  border-radius: 8px;
  flex: 0 auto;
  align-self: center;
  padding: 0;
  font-size: 24px;
}

.cell-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-teal);
  color: var(--background);
  border-radius: 8px;
  flex-flow: row;
  padding: 40px 40px 40px 20px;
}

.text-block-18 {
  color: var(--background);
  background-color: #0000;
  align-self: center;
  padding-left: 20px;
  font-size: 24px;
}

.cell-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-teal);
  border-radius: 8px;
  flex-flow: row;
  padding: 40px;
}

.stats-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-teal);
  padding: 40px;
  margin-top: 60px;
  border-radius: 8px;
  gap: 0;
}

.stat-item {
  flex: 1;
  text-align: left;
  padding: 0 48px;
  border-right: 1px solid var(--eggshell); /* adjust to match your divider color */
}

.stat-item:first-child {
  padding-left: 0;
}

.stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-size: 3rem;
  font-weight: 300; /* light weight is key to that elegant look */
  color: var(--eggshell); /* dark green from the screenshot */
  line-height: 1.1;
  margin-bottom: 8px;
  text-align: center;
}

.stat-label {
  font-size: 0.95rem;
  color: var(--eggshell);
  font-weight: 400;
  text-align: center;
}

.image-35 {
  color: var(--background);
  align-self: center;
  padding-left: 40px;
}

.image-36 {
  align-self: center;
  padding-top: 0;
}

.cell-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
}

.image-37 {
  align-self: center;
}

.container-34 {
  max-width: 1140px;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-block-19 {
  color: var(--background);
  text-align: center;
  margin-top: 40px;
  font-size: 40px;
}

.quick-stack-4 {
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-20 {
  border: 0px solid var(--navy);
  color: var(--navy);
  flex-flow: row;
  padding-top: 0;
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.metrics-cell-1 {
  border: 1px none var(--navy);
  background-color: var(--eggshell);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
}

.metrics-cell-2 {
  border: 1px none var(--navy);
  background-color: var(--eggshell);
  color: var(--navy);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
}

.cell-20 {
  border: 1px none var(--navy);
  background-color: var(--eggshell);
  color: var(--navy);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-21 {
  padding-top: 0;
  padding-right: 0;
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.text-block-22 {
  padding-top: 10px;
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.text-block-23 {
  color: var(--background);
  text-align: left;
  margin-top: 40px;
  padding-left: 40px;
  font-size: 24px;
}

.div-block-15 {
  background-color: var(--teal);
}

.container-35 {
  max-width: 1140px;
  padding-top: 40px;
}

.heading-27 {
  color: var(--navy);
  padding-left: 0;
  font-weight: 700;
  line-height: 58px;
}

.findiwif-text-1 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: mallory, sans-serif;
  font-size: 24px;
  display: flex;
}

.qs-findwifi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-blue);
  color: var(--background);
  background-color: #0000;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px;
}

.findwifi-image-1-qs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-blue);
  background-image: linear-gradient(#0000, #0000);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.cell-22 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
}

.bold-text-11, .bold-text-12 {
  padding-right: 10px;
}

.text-28-navy-medium {
  color: var(--white);
  padding-top: 0;
  padding-left: 0;
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.cell-24 {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.fiwifi-qs-text {
  color: var(--navy);
  padding-top: 20px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 300;
}

.section-21 {
  background-color: var(--navy);
  background-image: url('../images/Bg_location.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 800px;
}

.findwifi-image-2-qs {
  background-color: var(--light-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-31 {
  color: var(--eggshell);
  text-align: left;
  padding-left: 40px;
  font-size: 32px;
  font-weight: 400;
  padding-left: 10px;
  }

 .IRS-text {
 margin-top:20px;
 text-align: center;
 }

 .column-right {
    display: flex;
    justify-content: center; /* Centers the 600px list horizontally in the column */
    align-items: center;     /* Optional: vertical alignment if the image is taller */
}
.div-block-16 {
  background-color: var(--navy);
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px;
  
  /* Add these to fix the width */
  max-width: 1100px; 
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-7 {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-33 {
  color: var(--white);
  padding-top: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 300;
}

.cell-28 {
  background-image: url('../images/pexels-yasinaydin-16465316.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 20px;
}

.cell-29 {
  background-image: url('../images/pexels-tima-miroshnichenko-5794165.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 #000;
  border-radius: 20px;
}

.text-block-34 {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
}

.div-block-17 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-35 {
  color: var(--navy);
  font-size: 24px;
  font-weight: 700;
}

.text-block-36 {
  color: var(--navy);
  padding-top: 40px;
  font-size: 28px;
  font-weight: 500;
}

.findwifi-text-2 {
  color: var(--navy);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.text-block-38 {
  color: var(--white);
}

.text-block-39 {
  color: var(--teal);
}

.cell-30 {
  padding-left: 20px;
}

.text-block-40 {
  color: var(--navy);
  padding-top: 20px;
  font-size: 24px;
  font-weight: 300;
}

.cell-31 {
  background-image: url('../images/IMG_0448.PNG');
  background-position: 0 0;
  background-size: cover;
  border: 0 #000;
  border-radius: 20px;
}

.cell-32 {
  background-image: url('../images/IMG_0455.PNG');
  background-position: 0 0;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 20px;
}

.text-block-41 {
  color: var(--navy);
  text-align: left;
  padding-left: 40px;
  font-size: 32px;
  font-weight: 700;
}

.quick-stack-8 {
  margin-top: 60px;
}

.cell-33 {
  padding-left: 20px;
}

.div-block-18 {
  padding-bottom: 0;
}

.container-36 {
  max-width: 1140px;
  margin-top: 0;
  padding-top: 40px;
}

.div-block-19 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 40px;
}

.text-44-background-bold {
  background-color: var(--navy);
  color: var(--background);
  padding-top: 40px;
  font-weight: 700;
}

.text-block-42 {
  color: var(--navy);
  padding-left: 40px;
  font-size: 32px;
  font-weight: 700;
}

.text-block-43 {
  color: var(--background);
  font-size: 24px;
  font-weight: 300;
}

.quick-stack-9 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}


.section-intro {
  font-size: 28px;
  font-weight: 300;
  color: var(--eggshell);
  max-width: 1140px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.walkthrough-pair {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.walkthrough-pair.reverse {
  flex-direction: row-reverse;
}

.walkthrough-image {
  flex: 1;
}

.walkthrough-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.walkthrough-text {
  flex: 1;
}

.walkthrough-text h3 {
  color: var(--eggshell);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.walkthrough-text p {
  color: var(--eggshell);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .walkthrough-pair,
  .walkthrough-pair.reverse {
    flex-direction: column;
  }
}
.text-block-44 {
  color: var(--navy);
  font-size: 28px;
  font-weight: 500;
}

.cell-34 {
  padding-left: 20px;
}

.cell-35 {
  background-image: url('../images/pexels-markus-winkler-1430818-30383665.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 20px;
}

.cell-36 {
  padding-left: 20px;
}

.cell-37 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-20 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-45 {
  color: var(--navy);
  font-size: 24px;
  font-weight: 700;
}

.text-block-46 {
  color: var(--teal);
}

.quick-stack-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
}

.text-block-47, .text-block-48, .text-block-49 {
  color: var(--teal);
  padding-top: 20px;
  font-size: 28px;
}

.text-block-50, .text-block-51, .text-block-52 {
  color: var(--teal);
  padding-top: 20px;
  font-size: 20px;
}

.cell-38 {
  background-color: var(--background);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.cell-39, .cell-40 {
  background-color: var(--background);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-53 {
  color: var(--background);
  padding-left: 40px;
  font-size: 32px;
}

.div-block-21 {
  margin-top: 60px;
}

.image-38 {
  margin-top: 60px;
  padding-left: 40px;
}

.container-37 {
  background-color: var(--navy);
  border-radius: 20px;
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.text-block-55 {
  color: var(--background);
  padding-top: 20px;
  padding-left: 40px;
  font-size: 24px;
}

.container-38 {
  max-width: 1140px;
  margin-top: 40px;
}

.heading-29 {
  margin-top: 40px;
  padding-top: 20px;
  font-weight: 700;
}

.text-24-teal-bold {
  color: var(--teal);
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
}

.cell-42 {
  justify-content: center;
  align-items: flex-start;
}

.cell-43 {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-20-teal-light {
  color: var(--eggshell);
  text-align: left;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 300;
}

.text-block-58 {
  color: var(--teal);
  font-style: normal;
}

.text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63 {
  color: var(--teal);
}

.quick-stack-12 {
  margin-top: 60px;
}

.container-39 {
  max-width: 1140px;
  margin-top: 60px;
}

.text-32 {
  color: var(--background);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
  font-size: 32px;
  font-weight: 700;
}

.section-22 {
  font-weight: 700;
  background-color: var(--dark-teal);
  color: var(--eggshell);
}

.quick-stack-13 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-40 {
  max-width: 1140px;
}

.section-23 {
  background-color: var(--green);
}

.text-block-66 {
  color: var(--background);
  margin-top: 60px;
  padding-top: 40px;
  font-size: 44px;
  font-weight: 700;
}

.div-block-22 {
  margin-top: 40px;
}

.text-block-67 {
  color: var(--background);
  font-size: 20px;
  font-weight: 400;
}

.text-block-68 {
  color: var(--background);
  margin-top: 20px;
  padding-top: 0;
  font-size: 20px;
}

.cell-44, .cell-45 {
  background-color: var(--teal);
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-69, .text-block-70 {
  color: var(--background);
  font-size: 24px;
}

.text-block-71 {
  color: var(--background);
  padding-top: 40px;
  font-size: 32px;
  font-weight: 700;
}

.text-block-72 {
  color: var(--background);
  padding-top: 20px;
  font-size: 28px;
  line-height: 1.2em;
}

.quick-stack-15 {
  margin-top: 40px;
}

.image-39 {
  margin-bottom: 0;
  padding: 0 40px;
}

.text-block-73 {
  color: var(--teal);
  font-size: 32px;
}

.text-block-74 {
  color: var(--background);
  text-align: center;
  font-weight: 400;
}

.section-project-tile-2 {
  background-color: var(--navy);
}

.projectblock {
  background-color: var(--green);
  margin-bottom: 0;
  padding-top: 40px;
  font-family: mallory, sans-serif;
}

.projectblock.bg-teal {
  background-color: var(--teal);
  margin-bottom: 0;
  padding-top: 40px;
}

.quick-stack-16 {
  padding-bottom: 0;
}

.text-32-bg-bold {
  color: var(--background);
  text-align: center;
  background-color: #0000;
  padding-top: 10px;
  font-size: 32px;
  font-weight: 700;
}

.text-16-bg-normal {
  color: var(--background);
  text-align: center;
}

.text-26-bg-light {
  color: var(--background);
  text-align: center;
  padding-top: 10px;
  font-size: 26px;
  font-weight: 300;
}

.div-block-24 {
  color: var(--navy);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--background);
  color: var(--teal);
  -webkit-text-stroke-color: var(--white);
  -webkit-text-decoration-color: var(--background);
  text-decoration-color: var(--background);
  border-radius: 8px;
  margin-top: 20px;
  font-weight: 700;
}

.button:hover {
  background-color: var(--teal);
}

.div-block-25 {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.button-2 {
  background-color: var(--background);
  color: var(--teal);
  -webkit-text-stroke-color: var(--navy);
  border-radius: 8px;
  padding-top: 10px;
  font-weight: 700;
}

.teal-top-heading-40 {
  color: var(--eggshell);
  padding-top: 0;
  font-family: mallory, sans-serif;
  font-weight: 300;
  font-size: 40px;
}

.cell-46 {
  justify-content: center;
  align-items: center;
}

.quick-stack-17 {
  padding: 40px 40px 60px 0;
}

.quote {
  border-radius: 12px; /* Adjust this value to your preferred curvature */
  overflow: hidden;    /* Ensures content doesn't bleed past the rounded corner */
}


.cell-49, .cell-50 {
  justify-content: center;
  align-items: center;
}

.quick-stack-18 {
  color: var(--background);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 21px;
}

.cell-51 {
  justify-content: center;
  align-items: center;
}

.cell-52 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px;
}

.image-40 {
  border-radius: 20px;
}

.text-block-75 {
  color: var(--teal);
  font-size: 20px;
  font-weight: 700;
}

.text-block-76 {
  color: var(--teal);
  font-size: 20px;
}

.text-block-77 {
  color: var(--teal);
  font-size: 20px;
  font-weight: 700;
}

.text-block-78 {
  color: var(--teal);
  font-size: 20px;
}

.cell-53, .cell-54 {
  padding-top: 40px;
}

.text-block-79 {
  font-size: 24px;
}

.text-block-80 {
  color: var(--teal);
  font-size: 28px;
  font-weight: 500;
}

.cell-55 {
  background-color: var(--light-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-81 {
  color: var(--teal);
  padding-top: 20px;
  padding-left: 0;
  font-size: 20px;
}

.cell-56 {
  background-color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.text-block-82 {
  color: var(--teal);
}

.cell-57 {
  background-color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.text-block-83 {
  color: var(--teal);
  padding-top: 20px;
  padding-left: 0;
  font-size: 20px;
}

.cell-58 {
  background-color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.text-block-84 {
  color: var(--teal);
  font-size: 20px;
}

.teal-paragraph-28 {
  color: var(--teal);
  margin-top: 20px;
  font-size: 28px;
  font-weight: 300;
}

.text-block-86 {
  color: var(--teal);
  font-size: 24px;
  font-weight: 700;
}

.text-block-87 {
  color: var(--teal);
  padding-top: 20px;
  font-size: 20px;
}

.text-block-88, .text-block-89 {
  color: var(--teal);
  font-size: 24px;
  font-weight: 700;
}

.text-block-90, .text-block-91 {
  color: var(--teal);
  padding-top: 20px;
  font-size: 20px;
}

.cell-59, .cell-60 {
  border: 1px none var(--teal);
  background-color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.cell-61 {
  border: 1px none var(--teal);
  background-color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.text-block-92 {
  color: var(--teal);
  font-size: 28px;
}

.cell-62, .cell-63 {
  background-color: var(--background);
  border-radius: 8px;
  padding: 20px;
}

.cell-64 {
  background-color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.quick-stack-19, .quick-stack-20 {
  background-color: #f0e4e0;
  margin-top: 40px;
}

.container-41 {
  max-width: 1140px;
  margin-bottom: 0;
}

.heading-31 {
  color: var(--background);
  padding-left: 20px;
  font-weight: 700;
}

.cell-65 {
  color: var(--background);
}

.text-block-93 {
  font-size: 20px;
}

.cell-66 {
  background-color: var(--teal);
  color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
}

.cell-67 {
  background-color: var(--teal);
  color: var(--teal);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
}

.text-block-94, .text-block-95 {
  color: var(--background);
  font-size: 20px;
  font-weight: 700;
}

.text-block-96 {
  color: var(--background);
  padding-left: 20px;
  font-size: 28px;
}

.text-block-97 {
  color: var(--background);
  font-size: 20px;
}

.quick-stack-21 {
  background-color: #042c3a;
  margin-top: 40px;
  margin-bottom: 60px;
}

.text-block-98 {
  color: var(--background);
}

.gold-icon {
  filter: invert(72%) sepia(54%) saturate(452%) hue-rotate(1deg) brightness(91%) contrast(89%);
}
.text-block-99 {
  color: var(--background);
  justify-content: left;
  align-items: left;
  display: flex;
  font-size: 18px;
}

.cell-68, .cell-69 {
  background-color: var(--teal);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.eggshell-paragraph-24 {
  color: var(--eggshell);
  margin-top: 20px;
  padding-left: 0;
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.text-block-101 {
  color: var(--background);
  margin-top: 40px;
  padding-left: 20px;
  font-size: 24px;
}

.cell-70, .cell-71 {
  color: var(--background);
  font-size: 20px;
  font-weight: 700;
}

.cell-72 {
  background-color: var(--teal);
  color: var(--teal);
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-style: normal;
}

.cell-73 {
  background-color: var(--teal);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cell-74 {
  background-color: var(--teal);
  color: var(--background);
  border: 0 solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cell-75 {
  background-color: var(--teal);
  border: 0 solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.text-block-102 {
  font-size: 20px;
}

.text-block-103 {
  color: var(--background);
  font-size: 20px;
}

.text-block-104 {
  font-size: 20px;
}

.image-41 {
  padding-top: 0;
}

.text-block-105 {
  color: var(--background);
  padding-top: 40px;
  padding-left: 20px;
  font-size: 24px;
}

.cell-76 {
  color: var(--background);
  background-color: #042c3a;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
}

.cell-77 {
  color: var(--background);
  font-size: 20px;
}

.text-block-106 {
  font-weight: 700;
}

.cell-78 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--teal);
  color: var(--teal);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.cell-79 {
  background-color: var(--teal);
  color: var(--teal);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.cell-80 {
  background-color: var(--teal);
  justify-content: center;
  align-items: center;
}

.text-block-107 {
  color: var(--background);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.cell-81 {
  background-color: var(--teal);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.quick-stack-22 {
  background-color: #042c3a;
  margin-top: 40px;
  margin-bottom: 60px;
}

.container-42 {
  max-width: 1140px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-block-108 {
  color: var(--background);
  padding-top: 40px;
  font-family: mallory, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.section-24 {
  background-color: var(--navy);
  font-family: mallory, sans-serif;
}

.eggshell-paragraph-28 {
  color: var(--background);
  padding-top: 20px;
  font-size: 28px;
}

.text-block-110 {
  color: var(--background);
  font-size: 20px;
}

.cell-82 {
  background-color: var(--navy);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.cell-83 {
  background-color: var(--navy);
  color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.cell-84 {
  background-color: var(--navy);
  color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
}

.text-block-111 {
  color: var(--background);
  padding-left: 10px;
  font-size: 20px;
}

.cell-85 {
  background-color: var(--navy);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cell-86, .cell-87 {
  background-color: var(--navy);
  color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.cell-88 {
  background-color: var(--navy);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cell-89 {
  background-color: var(--navy);
  border-radius: 8px;
  flex-flow: row;
  padding: 20px;
}

.cell-90, .cell-91 {
  background-color: var(--navy);
  color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.cell-92 {
  background-color: var(--navy);
  color: var(--background);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.text-block-112, .text-block-113 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-93 {
  background-color: var(--navy);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-114 {
  display: flex;
}

.text-block-115 {
  font-size: 40px;
}

.quick-stack-23 {
  background-color: #0a1835;
  margin-top: 60px;
}

.text-block-116 {
  color: var(--navy);
  font-size: 20px;
  font-weight: 300;
}

.text-block-117, .text-block-118 {
  color: var(--teal);
  font-size: 20px;
  font-weight: 300;
}

.paragraph-36 {
  color: var(--background);
  text-align: left;
  flex-flow: row;
  font-size: 24px;
  display: flex;
}

.text-block-119, .text-block-120 {
  color: var(--background);
}

.quick-stack-24 {
  background-color: #042c3a;
  margin-top: 40px;
  margin-bottom: 60px;
}

.text-block-121 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-122 {
  color: var(--background);
  font-size: 24px;
  font-weight: 500;
}

.text-block-123, .text-block-124 {
  color: var(--background);
}

.text-block-125 {
  color: var(--background);
  font-size: 24px;
}

.cell-94 {
  background-color: var(--eggshell);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cell-95, .cell-96 {
  background-color: var(--eggshell);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.text-block-126 {
  color: var(--navy);
  font-size: 28px;
  font-weight: 500;
}

.quick-stack-25 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.body-4 {
  background-color: var(--navy);
}

.text-block-127 {
  color: var(--teal);
  font-size: 20px;
  font-weight: 300;
}

.cell-97, .cell-98, .cell-99 {
  justify-content: center;
  align-items: flex-start;
  padding:20px;
}

.cell-100 {
  background-color: var(--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}


/* Update the container to act as the button shell */
.div-block-26 {
  background-color: var(--navy);
  border-radius: 8px;
  margin-top: 20px;
  padding: 0; /* Remove padding here so the link can fill the space */
  display: inline-block; /* Keeps the button from stretching full width */
  transition: background-color 0.3s ease;
  border: 1px solid var(--background);
}

/* Update the link to fill the container and increase the hit area */
.link-block-3 {
  display: block;
  padding: 12px 32px; /* Increased padding for a better professional scale */
  text-decoration: none;
  color: var(--background);
}

/* Add a hover state for better UX */
.div-block-26:hover {
  background-color: var(--green); /* A slightly darker or lighter shade */
  transform: translateY(-2px); /* Optional: subtle lift effect */
  border: 1px solid var(--background);
}



/* This targets the element specifically when both classes are present */
.div-block-26.buttonColorGreen {
  display: inline-block;
  background-color: var(--green); /* Example IRS/Meta Green */
  padding: 12px 32px !important; /* Use !important only if Webflow is stubborn */
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid var(--background);
}

/* Ensure the text inside inherits the white color */
.buttonColorGreen .text-block-128 {
  color: #ffffff;
}
/* Ensure the text inside is styled correctly */
.buttonColorGreen .text-block-128 {
  color: var(--background);
  font-weight: 600;
}

.text-block-128 {
  color: var(--background);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

/* This targets the button when a user moves their mouse over it */
.div-block-26.buttonColorGreen:hover {
  background-color: var(--navy); /* A slightly darker shade of your green */
  transform: translateY(-2px); /* Optional: gives a subtle "lift" effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: adds a soft shadow */
}

/* Smooth transition for the hover effect */
.div-block-26.buttonColorGreen {
  transition: all 0.3s ease;
}

/* This rule is specific enough to win over the static green background */
.div-block-26.buttonColorGreen:hover {
  background-color: var(--navy) !important; 
  transform: translateY(-2px);
}

.div-block-26.buttonColorGreen {
  transition: all 0.3s ease;
  cursor: pointer; /* Ensures the hand icon appears on the whole button */
}
.link-block {
  text-decoration: none;
  z-index: 2;
}

.div-block-27 {
  background-color: var(--background);
  color: var(--navy);
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px 20px;
}

.link-block-2 {
  font-size: 20px;
  text-decoration: none;
}

.text-block-129 {
  font-weight: 500;
}

.heading-32 {
  font-family: mallory, sans-serif;
}

.bold-text-13 {
  font-weight: 400;
}

.container-43 {
  max-width: 1140px;
  padding-top: 40px;
}


.section-25 {
  min-height: 800px;
  font-family: mallory, sans-serif;
}

.heading-33 {
  font-weight: 700;
}

.text-block-130 {
  color: var(--teal);
  font-size: 24px;
}

.cell-101 {
  color: var(--teal);
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.text-block-131 {
  color: var(--teal);
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  display: flex;
}

.cell-102 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.text-block-132 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.quick-stack-26 {
  margin-top: 40px;
}

.text-block-133 {
  color: var(--teal);
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
}

.container-44 {
  max-width: 1140px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph-37 {
  padding-left: 40px;
  padding-right: 40px;
  font-family: mallory, sans-serif;
  font-size: 24px;
}

.heading-34 {
  font-weight: 500;
}

.eggshell-header-38 {
  color: var(--eggshell);
  font-family: mallory, sans-serif;
  font-weight: 200;
  font-size: 38px;
  line-height: 42px;
  text-align:center;
}

.eggshell-header-38-bold {
  color: var(--eggshell);
  font-family: mallory, sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
  text-align:center;
  padding-top:60px;
}


.text-block-134 {
  padding-left: 40px;
}

.text-block-135 {
  color: var(--navy);
  padding-left: 20px;
  font-family: mallory, sans-serif;
  font-size: 24px;
}

.text-block-136 {
  color: var(--eggshell);
  padding-bottom: 20px;
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2em;
}

.quick-stack-27 {
  padding-top: 40px;
}

.section-26 {
  background-color: var(--navy);
}

.cell-103 {
  padding-left: 20px;
}

.section-ia {
  background-color: var(--teal);
}

.quick-stack-28 {
  margin-top: 40px;
}

.image-42 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  position: relative;
  overflow: visible;
}

.image-43 {
  padding-left: 60px;
}

.container-45 {
  float: none;
  aspect-ratio: auto;
  text-align: center;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-44 {
  aspect-ratio: auto;
  object-fit: fill;
}

.tour-launch {
  z-index: 1000;
  position: fixed;
  inset: 10px 10px auto auto;
}

.tooltip-code {
  color: #290092;
  background-color: #e7f1ff;
  border-bottom: 1px solid #557dff;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nothing-scroll {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 20px;
}

.nothing-scroll.hide-on-load {
  display: none;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

.tooltip-diamond.bottom {
  top: auto;
  bottom: -7px;
}

.tooltip-diamond.right {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 -7px 10px auto;
}

.tooltip-highlight {
  z-index: 99;
  border: 3px solid #2a62ff;
  border-radius: 10px;
  display: block;
  position: absolute;
  inset: -5px;
  box-shadow: 1px 1px 3px 10000px #00000063;
}

.tooltip-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.tooltip-section.overflow-none {
  flex-direction: column;
  padding-top: 250px;
  padding-bottom: 250px;
  overflow: hidden;
}

.tooltip-highlight-content {
  z-index: 100;
  display: block;
  position: absolute;
  inset: 0;
}

.relative {
  position: relative;
}

.tooltip-embed {
  text-align: center;
  background-color: #feffc4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tooltip-anchor.top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  inset: auto 0% 100%;
}

.tooltip-anchor.left {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: -12px;
  padding-right: 12px;
  inset: 0% auto 0% 0%;
}

.nothing {
  background-color: #e2c8c8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 200px;
  padding: 19px;
  display: flex;
}

.tooltip-dot {
  z-index: 10;
  color: #64636e;
  background-color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 50%;
  flex: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -15px;
  box-shadow: 0 0 0 30px #2aa8ff87;
}

.tooltip-dot.right {
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: -12px;
}

.tour-step._3.hide-on-load {
  display: block;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.grid {
  grid-template-areas: "Area";
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-button {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border-radius: 4px;
  padding: 5px 12px;
  font-weight: 700;
  line-height: 2em;
  transition: background-color .2s, box-shadow .2s, color .2s, border-color .2s;
  position: relative;
  box-shadow: 0 15px 25px -10px #0d61b640;
}

.tooltip-button:hover {
  background-color: #007ace;
  box-shadow: 0 15px 25px -12px #12437559;
}

.tooltip-button.start {
  height: 38px;
  margin-top: -68px;
  margin-bottom: 20px;
}

.text-block-137 {
  color: var(--eggshell);
  font-family: mallory, sans-serif;
}

.section-27 {
  background-color: var(--green);
}

.text-block-138 {
  color: var(--eggshell);
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text-block-139 {
  color: var(--eggshell);
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.cell-104, .cell-105, .cell-106, .cell-107 {
  padding-left: 40px;
}

.quick-stack-29 {
  padding-top: 40px;
}

.quick-stack-30 {
  grid-column-gap: 19px;
  padding-top: 0;
  padding-left: 40px;
}

.cell-108 {
  padding-top: 100px;
}

.image-45 {
  width: 100%;       /* Fills the grid cell or container */
  max-width: 1100px; /* Optional: Matches your preferred content width */
  height: auto;      /* Prevents distortion */
  display: block;
  margin: 0 auto;
}

.container-46 {
  max-width: 1140px;
  padding-top: 20px;
  padding-left: 40px;
}

.image-46 {
  float: left;
}

.image-47 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.quick-stack-31 {
  grid-column-gap: 32px;
  object-fit: contain;
  margin-top: 40px;
  padding: 0 0 0 40px;
}

.text-block-140 {
  color: var(--eggshell);
  padding-top: 40px;
  font-family: mallory, sans-serif;
  font-size: 24px;
}

.section-28 {
  background-color: var(--navy);
}

.div-block-28 {
  background-color: var(--navy);
}

.section-27-IA{
  background-color: var(--green);
}

.section-29 {
  background-color: var(--dark-teal);
}

.cell-109 {
  background-color: #0000;
  border-radius: 4px;
}

.step {
  z-index: 2;
  background-color: #0000;
  border-radius: 16px;
  align-items: center;
  padding: 2% 2% 2% 0%;
  display: flex;
  position: relative;
}

.label-2 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-141 {
  padding: 0% 5% 5%;
}

.label-3 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-35 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: mallory, sans-serif;
  font-weight: 700;
  display: flex;
}

.paragraph-38 {
    color: var(--white);
    font-family: mallory, sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.2;
}

.text-block-142 {
  color: var(--eggshell);
  padding-bottom: 10px;
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.quick-stack-32 {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-36 {
  color: var(--eggshell);
}

.bold-text-14 {
  font-weight: 500;
}

.container-47 {
  max-width: 1140px;
}

.grid-2 {
  grid-template-columns: 2.75fr 1fr;
  padding-top: 20px;
  padding-left: 40px;
}

.paragraph-39 {
  color: var(--eggshell);
  padding-top: 20px;
  font-family: mallory, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.white-header-44 {
  color: var(--white);
  padding-top: 40px;
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-weight: 700;
  text-align: center;
}

.white-paragraph-24 {
  color: var(--white);
  padding-left: 0;
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.container-48 {
  max-width: 1140px;
}

.white-paragraph-header-28 {
  color: var(--white);
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.heading-37 {
  color: var(--eggshell);
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-weight: 500;
}

.text-block-143 {
  color: var(--navy);
  padding:20px;
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.cell-110 {
  padding-left: 5%;
}

.container-49 {
  max-width: 1140px;
}

.image-48 {
  border-radius: 12px;
}

.image-49 {
  color: #253d9c;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-50 {
  padding-top: 10px;
}

.image-51 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-40 {
  color: var(--navy);
  font-family: mallory, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-41 {
  color: var(--navy);
  font-family: mallory, sans-serif;
}

.paragraph-42 {
  color: var(--navy);
  font-family: mallory, sans-serif;
  font-weight: 400;
}

.text-block-144 {
  color: var(--eggshell);
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-size: 24px;
}

.container-50 {
  max-width: 1140px;
  padding-left: 40px;
}

.text-block-145 {
  font-family: mallory, sans-serif;
}

.heading-38 {
  color: var(--teal);
  font-family: mallory, sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  padding-top: 60px;
}

.container-51 {
  max-width: 1140px;
}

.image-52 {
  border-radius: 16px;
  margin-top: 40px;
  padding: 20px;
}

.text-block-146 {
  color: var(--teal);
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.container-52 {
  max-width: 1280px;
}

/* The main section wrapper */
.w-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* The content constraint class to replace 50, 51, 52, 53 */
.content-wrapper-1100 {
  max-width: 1100px;
  margin: 0 auto 60px auto; /* Centered with bottom margin for breathing room */
  width: 100%;
}

.content-wrapper-1280 {
  margin-bottom: 100px; /* Provides consistent breathing room between features */
  width: 100%;
}

/* The Grid Wrapper */
.irs-final-grid {
  display: grid;
  grid-template-columns: 3fr 1fr; 
  grid-column-gap: 40px;
  margin-top: 40px;
  width: 100%;
  align-items: end;
}

/* Target the second cell in the help grid */
.irs-final-grid .w-layout-cell:last-child img {
  max-width: 350px; /* Limits the chat window to a realistic phone size */
  width: 100%;
  margin: 0 auto;
}

/* Target the second cell (the chat image) specifically */
#w-node-IRS_Help .w-layout-cell:last-child {
  align-self: end;
}

/* The Image Styling */
.image-final {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Optional: adds a slight polish to the screenshots */
}

/* Responsive fix for Mobile */
@media screen and (max-width: 767px) {
  .irs-final-grid {
    grid-template-columns: 1fr; /* Stacks the images on phones */
    grid-row-gap: 20px;
  }
}

.image-final {
  width: 100%;
  height: auto;
  display: block;
}
/* Ensure images fill their containers */
.image-52, .image-53, .image-54 {
  width: 100%;
  height: auto;
  display: block;
}

.container-53 {
  max-width: 1280px;
  margin-top: 10px;
  padding-top: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

/* Target the specific Quick Stack container */
.quick-stack-34 {
  display: grid !important;
  /* Desktop screens (2fr) get roughly double the space of the Chat (1fr) */
  grid-template-columns: 2fr 2fr 2fr !important; 
  grid-template-areas: none !important; /* Clears Webflow's default layout mapping */
  grid-column-gap: 30px !important;
  align-items: end !important; 
  width: 100% !important;
}

/* Force the chat cell to respect its content size */
.quick-stack-34 .w-layout-cell:last-child {
  width: auto !important;
  justify-self: center !important; /* Centers the phone in its column */
}



/* Standardize the desktop screenshots */
.quick-stack-34 .w-layout-cell:not(:last-child) img {
  width: 100% !important;
  height: auto !important;
}
.text-block-147 {
  color: var(--eggshell);
  padding-top: 40px;
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.text-block-148 {
  color: var(--teal);
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.image-53 {
  margin-bottom: 40px;
  padding: 20px;
}

.text-block-149 {
  color: var(--teal);
  font-family: mallory, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.section-30 {
  background-color: var(--navy);
}

.image-54 {
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
}

.container-54 {
  max-width: 1140px;
  padding-bottom: 40px;
}

.heading-39 {
  color: var(--eggshell);
  padding-top: 40px;
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-weight: 500;
}

.image-55 {
  border: 1px solid var(--eggshell);
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.text-block-150 {
  color: var(--eggshell);
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-size: 28px;
}

.section-31 {
  background-color: var(--light-blue);
}

.container-55 {
  max-width: 1140px;
}

.heading-40 {
  color: var(--teal);
  padding-top: 40px;
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-weight: 700;
}

.text-block-151 {
  color: var(--teal);
  padding-left: 40px;
  font-family: mallory, sans-serif;
  font-size: 28px;
}

.quick-stack-33 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-32 {
  background-color: var(--teal);
}

.container-56 {
  max-width: 1140px;
}

.heading-41 {
  color: var(--eggshell);
  padding-top: 40px;
  padding-left: 40px;
  font-family: mallory, sans-serif;
}

.container-57 {
  max-width: 1140px;
}

.quick-stack-34 {
  margin-bottom: 40px;
}

.link-block-3 {
  text-decoration: none;
}

.text-block-152 {
  color: var(--eggshell);
  text-align: left;
  font-family: mallory, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section-home-intro.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: var(--background);
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .paragraph {
    padding-left: 10px;
  }

  .container-17 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .container-19 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .cell-11, .cell-12 {
    background-color: var(--light-blue);
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section-home-intro {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-home-intro.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-heading-left, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .tooltip-diamond.right.bottom-on-mobile {
    inset: auto 0 -7px;
  }

  .tooltip-anchor.left.top-on-mobile {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 10%;
    padding-top: 0;
    padding-bottom: 12px;
    padding-right: 0;
    top: auto;
    bottom: 100%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .heading-jumbo {
    padding-left: 0;
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current, .navigation-items {
    background-color: var(--background);
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .columns-3 {
    padding-left: 10px;
  }

  .container-17 {
    max-width: none;
  }

  .heading-10 {
    padding-left: 10px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-13 {
    padding-left: 10px;
  }

  .container-19 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .heading-15, .heading-16 {
    padding-left: 10px;
  }

  .heading-17 {
    line-height: 48px;
  }

  .heading-h1-68-teal-bold {
    padding-left: 10px;
    padding-right: 0;
    font-size: 32px;
    line-height: 34px;
  }

  .heading-23 {
    max-width: 320px;
  }

  .paragraph-33 {
  color: var(--teal);
  text-align: left;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 300;
  line-height: 40px;
  font-size: 24px;
}


  .div-block-9 {
    aspect-ratio: auto;
    max-width: 320px;
    display: block;
  }

  .paragraph-35 {
    font-size: 32px;
    line-height: 40px;
  }

  .cell-11 {
    background-color: var(--teal);
  }

  .cell-12 {
    background-color: var(--teal);
    padding-left: 20px;
  }

  .cell-13 {
    padding-left: 20px;
  }

  .text-block-13, .text-block-14, .text-block-15 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .cell-15 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-18 {
    font-size: 20px;
  }

  .cell-16 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .image-35 {
    padding-left: 20px;
  }

  .cell-17 {
    padding-bottom: 20px;
  }

  .text-block-19 {
    text-align: left;
    padding-left: 10px;
    font-size: 38px;
    line-height: 42px;
  }

  .quick-stack-4 {
    margin-top: 30px;
    padding: 10px;
  }

  .cell-20 {
    padding-bottom: 20px;
  }

  .text-block-23, .heading-27 {
    padding-left: 10px;
  }

  .qs-findwifi {
    margin-top: 0;
    padding: 0 10px 10px;
  }

  .findwifi-image-1-qs {
    padding-top: 40px;
  }

  .cell-22 {
    padding-left: 10px;
  }

  .findwifi-image-2-qs {
    border: 0 #000;
    padding-top: 40px;
  }

  
 
  .quick-stack-7 {
    padding: 10px;
  }

  .cell-28, .cell-29 {
    padding-top: 220px;
  }

  .div-block-17 {
    padding-left: 10px;
  }

  .cell-31, .cell-32 {
    padding-top: 220px;
  }

  .text-block-41, .quick-stack-8 {
    padding-left: 10px;
  }

  .cell-33 {
    padding-left: 0;
  }

  .text-block-42, .quick-stack-9 {
    padding-left: 10px;
  }

  .cell-34 {
    padding-left: 0;
  }

  .cell-35 {
    padding-top: 220px;
  }

  .cell-36, .cell-37 {
    padding-left: 0;
  }

  .div-block-20 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .text-block-48, .text-block-49 {
    text-align: center;
  }

  .cell-39, .cell-40 {
    padding-bottom: 20px;
  }

  .text-20-teal-light {
    text-align: center;
    font-size: 20px;
  }

  .projectblock, .projectblock.bg-teal {
    padding-top: 20px;
  }

  .teal-top-heading-44 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .quick-stack-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .eggshell-paragraph-24, .text-block-101 {
    line-height: 32px;
  }

  .cell-72 {
    padding: 20px;
  }

  .cell-75 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-105 {
    line-height: 32px;
  }

  .container-42 {
    padding-left: 10px;
  }

  .cell-82, .cell-83 {
    padding: 20px;
  }

  .cell-86 {
    border-radius: 8px;
    padding: 20px;
  }

  .cell-87 {
    padding: 20px;
  }

  .cell-88 {
    border-radius: 8px;
  }

  .cell-90, .cell-91, .cell-92 {
    padding: 20px;
  }

  .text-block-125 {
    text-align: left;
  }

  .quick-stack-25 {
    margin-top: 0;
    padding-left: 10px;
  }

 .div-block-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .eggshell-header-44 {
    padding-left: 20px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-136 {
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .cell-103 {
    padding-left: 10px;
  }

  .image-45 {
    min-width: 300px;
  }

  .container-46 {
    padding-top: 10px;
    padding-left: 10px;
  }

  .quick-stack-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    padding-left: 10px;
  }

  .div-block-28 {
    padding-top: 20px;
  }

  .step {
    padding-top: 5%;
    padding-left: 0%;
  }

  .content {
    margin-top: 10px;
    font-size: 20px;
  }

  .text-block-141 {
    padding-left: 0%;
  }

  .white-header-44 {
    padding-left: 10px;
  }

  .white-paragraph-header-28 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .image-48 {
    min-width: 300px;
  }

  .container-50, .heading-39, .text-block-150, .heading-40, .text-block-151, .heading-41 {
    padding-left: 10px;
  }

  .quick-stack-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 10px 10px 10px 0;
  }

  .quick-stack-36 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
  }
}

#w-node-_13a0c1f6-8dfb-f18f-a450-598a1e029611-f7135ad7, #w-node-c2d0b1ab-73ec-b65e-a5ef-e3b793492be2-f7135ad7, #w-node-_8b54833a-997e-61a1-0166-fdad62f5c100-f7135ad7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_58753435-0348-4aac-882a-39eb75c64f55-f7135ad8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_84f8fc68-ab9a-ee93-b9a7-04637ff526c0-f7135ade {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#metaPay_grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.vertical-video {
 max-width: 60%;
  width: 350px; /* Or whatever width you want */
  height: 622px; /* This is the 9:16 equivalent of 350px width */
  object-fit: cover;
  display: block;
}

#w-node-_370cc7ad-6f72-b3cb-73b6-2a2ecb50b882-f7135ade {
  grid-area: Area;
}

#w-node-_92916f09-cf4e-0a63-09fa-21e9f1ab8714-f7135ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#metapay_competitive {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_32da4b44-51bd-0d0f-49ef-365a1bb047df-f7135ade {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f0613055-8034-604f-1297-8fb10c28d607-f7135ade {
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_9fa51310-5ab8-aaff-c746-96e3beeda9bd-f7135ade, #w-node-_5252ab1d-bab1-9431-aece-62b6b24163ec-f7135ade, #w-node-_92d36e3a-f829-2915-f82c-f12666fd68ad-f7135ade {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a15ad159-0ec5-d86c-a460-1d9d829f170a-f7135ade {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7eab66c6-147a-f37d-7297-f686130bc564-9ec2e013 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7eab66c6-147a-f37d-7297-f686130bc565-9ec2e013 {
  grid-row: span 5 / span 5;
}

#w-node-ba52ab64-e2ed-ab17-ca41-8efd77e51dae-9ec2e013 {
  grid-row: span 3 / span 3;
}

#w-node-_110fb756-0532-c578-878b-c30a5ece4c97-9ec2e013 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b2f830e0-e2b7-c308-6d8f-83d1d5203804-9ec2e013 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8736473c-a800-bb0c-8e6a-236d5d29e7c7-9ec2e013, #w-node-_8736473c-a800-bb0c-8e6a-236d5d29e7c8-9ec2e013 {
  grid-row: span 2 / span 2;
}

#w-node-e59cb617-b48c-03c0-974e-21806ab58cf8-9ec2e013 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e59cb617-b48c-03c0-974e-21806ab58cf9-9ec2e013, #w-node-e59cb617-b48c-03c0-974e-21806ab58cfa-9ec2e013 {
  grid-row: span 3 / span 3;
}

#w-node-_3671b3bd-9eb0-f4b0-629d-411924e53c26-9ec2e013 {
  grid-row: span 2 / span 2;
}

#w-node-_196732df-23c1-9261-cdf5-5e964948f59b-9ec2e013 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_196732df-23c1-9261-cdf5-5e964948f59d-9ec2e013, #w-node-d224e98c-6884-2bb4-63be-839a07631d57-9ec2e013 {
  grid-row: span 3 / span 3;
}

#w-node-_2b1584aa-22d6-58a0-3e29-efdf4742caa2-9ec2e013 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5d6deda8-13f0-78c4-59ed-6d815d2a70ab-9ec2e013 {
  grid-row: span 4 / span 4;
}

#w-node-d50fa4b7-143d-3296-2512-f8cb952b657c-9ec2e013 {
  grid-row: span 2 / span 2;
}

#w-node-_6a871626-5736-1c11-0ab5-8cffac74a2ea-9ec2e013 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5a4360e3-2c1d-3869-e0c8-4dfc4b43e0eb-9ec2e013 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_22309980-921d-6bfa-c31e-b21b6513c094-9ec2e013 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5c69accf-5883-0b86-190e-37452741b152-9ec2e013 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f941c4f3-0323-ba0e-34c6-5b4abef2f683-9ec2e013 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0b21e8d-7a65-a841-2b66-6fe570eb04af-9ec2e013 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_52d79a86-c0ec-a008-c305-b9d02daa6515-e0de8e8a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_52d79a86-c0ec-a008-c305-b9d02daa6517-e0de8e8a {
  grid-area: Area;
}

#w-node-_52d79a86-c0ec-a008-c305-b9d02daa651e-e0de8e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-IRS_Insights{
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_45085b50-8ca9-aa7e-c8c5-e3f6cd350069-e0de8e8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5df909ab-f61c-9623-fde5-e2612235e8ed-e0de8e8a {
  grid-template-rows: minmax(196px, 1.25fr);
  grid-template-columns: 2.75fr 1fr;
}

#w-node-a757608a-8bc3-9144-2800-d040b3f6e486-e0de8e8a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_700bf39d-d54b-ac53-1259-98b74339c517-e0de8e8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-aadaa2d9-e2da-3773-e07a-ea7e644cd001-e0de8e8a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ad7e385d-1e0e-d83e-ca81-f810bda60f69-e0de8e8a, #w-node-ad7e385d-1e0e-d83e-ca81-f810bda60f6a-e0de8e8a {
  grid-row: span 2 / span 2;
}

#w-node-_0fefbf55-0a5e-120b-cb93-e2b29c43da51-e0de8e8a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-d6c4134c-dd5a-4013-4e0d-53400b912afb-e0de8e8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0097ee1-d376-494f-e22a-803fcbed31b8-e0de8e8a {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_1c5bfaf6-153b-ae37-c656-c5ef3488bc96-e0de8e8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_84f8fc68-ab9a-ee93-b9a7-04637ff526c0-f7135ade {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .trust-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* Adjust based on your columns */
  grid-template-rows: auto;
}

  #w-node-c7ba496f-a218-1e30-9dfd-c98fc92f3487-f7135ade {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_32da4b44-51bd-0d0f-49ef-365a1bb047df-f7135ade {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0613055-8034-604f-1297-8fb10c28d607-f7135ade {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
  }

  #w-node-_9fa51310-5ab8-aaff-c746-96e3beeda9bd-f7135ade, #w-node-_5252ab1d-bab1-9431-aece-62b6b24163ec-f7135ade, #w-node-_92d36e3a-f829-2915-f82c-f12666fd68ad-f7135ade, #w-node-a15ad159-0ec5-d86c-a460-1d9d829f170a-f7135ade, #w-node-_7eab66c6-147a-f37d-7297-f686130bc564-9ec2e013 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7eab66c6-147a-f37d-7297-f686130bc565-9ec2e013 {
    grid-row: span 3 / span 3;
  }

  #w-node-_110fb756-0532-c578-878b-c30a5ece4c97-9ec2e013 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2f830e0-e2b7-c308-6d8f-83d1d5203804-9ec2e013 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8736473c-a800-bb0c-8e6a-236d5d29e7c7-9ec2e013, #w-node-_8736473c-a800-bb0c-8e6a-236d5d29e7c8-9ec2e013 {
    grid-row: span 2 / span 2;
  }

  #w-node-e59cb617-b48c-03c0-974e-21806ab58cf8-9ec2e013 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e59cb617-b48c-03c0-974e-21806ab58cf9-9ec2e013, #w-node-e59cb617-b48c-03c0-974e-21806ab58cfa-9ec2e013, #w-node-_3671b3bd-9eb0-f4b0-629d-411924e53c26-9ec2e013 {
    grid-row: span 2 / span 2;
  }

  #w-node-_196732df-23c1-9261-cdf5-5e964948f59b-9ec2e013 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_196732df-23c1-9261-cdf5-5e964948f59d-9ec2e013, #w-node-d224e98c-6884-2bb4-63be-839a07631d57-9ec2e013 {
    grid-row: span 3 / span 3;
  }

  #w-node-_2b1584aa-22d6-58a0-3e29-efdf4742caa2-9ec2e013 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5d6deda8-13f0-78c4-59ed-6d815d2a70ab-9ec2e013 {
    grid-row: span 4 / span 4;
  }

  #w-node-d50fa4b7-143d-3296-2512-f8cb952b657c-9ec2e013 {
    grid-row: span 2 / span 2;
  }

  #w-node-_6a871626-5736-1c11-0ab5-8cffac74a2ea-9ec2e013, #w-node-_5c69accf-5883-0b86-190e-37452741b152-9ec2e013 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_52d79a86-c0ec-a008-c305-b9d02daa6515-e0de8e8a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8368ac3a-9533-015c-5eb6-6837fd391776-e0de8e8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_45085b50-8ca9-aa7e-c8c5-e3f6cd350069-e0de8e8a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_irs_1 {
    grid-row: span 2 / span 2;
  }

  #w-node-_5df909ab-f61c-9623-fde5-e2612235e8ed-e0de8e8a {
    grid-template-rows: minmax(196px, 1.25fr);
    grid-template-columns: 2.75fr;
  }

  #w-node-a757608a-8bc3-9144-2800-d040b3f6e486-e0de8e8a {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_700bf39d-d54b-ac53-1259-98b74339c517-e0de8e8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aadaa2d9-e2da-3773-e07a-ea7e644cd001-e0de8e8a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad7e385d-1e0e-d83e-ca81-f810bda60f69-e0de8e8a, #w-node-ad7e385d-1e0e-d83e-ca81-f810bda60f6a-e0de8e8a {
    grid-row: span 2 / span 2;
  }

  #w-node-_0fefbf55-0a5e-120b-cb93-e2b29c43da51-e0de8e8a {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-d6c4134c-dd5a-4013-4e0d-53400b912afb-e0de8e8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


