* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
}

body {
  font-family: "Merriweather Sans", "Hind Siliguri", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #f0f9fd;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 24px;
  font-weight: 900;
  color: #182860;
  margin: 0 0 30px 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  color: #182860;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.6125rem;
  }
}

p {
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 7px 0;
}

a[onclick] {
  background-color: #2000cc;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  padding: 3px 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
a[onclick]:hover {
  background-color: #e0413d;
  color: #e9ebec;
}

.topbar,
header.header,
footer.site-footer {
  display: none;
}

section.landing-header {
  background-color: white;
  padding: 5px;
}
@media (min-width: 768px) {
  section.landing-header {
    padding: 5px 15px 15px;
  }
}
section.landing-header .container {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.landing-header .container .one {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
@media (min-width: 1100px) {
  section.landing-header .container .one {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
section.landing-header .container .one img {
  width: 100%;
}
section.landing-header .container .two {
  display: none;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media (min-width: 1100px) {
  section.landing-header .container .two {
    display: block;
  }
}
section.landing-header .container .two p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #002e6c;
  font-size: 18px;
  font-weight: 500;
}
section.landing-header .container .two p strong {
  font-weight: 900;
}
section.landing-header .container .three {
  text-align: right;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
@media (min-width: 1100px) {
  section.landing-header .container .three {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
section.landing-header .container .three p {
  line-height: 1.4;
  padding: 0;
  margin: 0;
  color: #002e6c;
  font-size: 12px;
}
@media (min-width: 768px) {
  section.landing-header .container .three p {
    font-size: 16px;
  }
}
section.landing-header .container .three p a {
  background-color: #1dbf73;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 70ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: 70ms cubic-bezier(0.75, 0, 0.25, 1);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 16px;
  display: inline-block;
}
section.landing-header .container .three p a:hover {
  background-color: #19a463;
}
section.landing-header .container .three p.mnop {
  display: none;
}
@media (min-width: 768px) {
  section.landing-header .container .three p.mnop {
    display: block;
  }
}

.banner {
  padding: 30px 15px;
  color: #fff;
  background-color: #002f19;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 44, 25, 0.6))), url("https://shihabiiuc.com/wp-content/uploads/2025/03/bg-a82pho33kt9j.jpg") no-repeat center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 44, 25, 0.6)), url("https://shihabiiuc.com/wp-content/uploads/2025/03/bg-a82pho33kt9j.jpg") no-repeat center;
  background-size: cover;
}
.banner .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.banner .wrapper span.pill {
  display: block;
  text-align: center;
  margin: 0 auto 8px;
  font-size: 0.75rem;
  line-height: 0.6875rem;
  letter-spacing: 1px;
  color: #1f1f1f;
  background-color: #d3e3fd;
  border-radius: 4px;
  font-weight: 900;
  padding: 8px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner .wrapper span.suppliment,
.banner .wrapper h1.headline {
  display: inline;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 1.625rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .banner .wrapper span.suppliment,
  .banner .wrapper h1.headline {
    font-size: 2.275rem;
  }
}
.banner .wrapper p.intro {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .banner .wrapper p.intro {
    margin: 0 0 30px;
  }
}
.banner .wrapper .colcontainer {
  display: block;
}
@media (min-width: 1100px) {
  .banner .wrapper .colcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.banner .wrapper .colcontainer .left {
  margin-bottom: 30px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.banner .wrapper .colcontainer .left .emmet {
  background-image: url("https://shihabiiuc.com/wp-content/uploads/2025/02/phone-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ff3b30;
  padding: 0.25rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.banner .wrapper .colcontainer .left .introtestimonial {
  margin: 20px 0 0;
  display: block;
}
@media (min-width: 768px) {
  .banner .wrapper .colcontainer .left .introtestimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner .wrapper .colcontainer .left .introtestimonial .left {
  margin: 0;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.banner .wrapper .colcontainer .left .introtestimonial .left img {
  max-width: 100px;
  height: auto;
  border: 5px solid #f5f5f5;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .banner .wrapper .colcontainer .left .introtestimonial .left img {
    width: 100%;
  }
}
.banner .wrapper .colcontainer .left .introtestimonial .right {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.banner .wrapper .colcontainer .left .introtestimonial .right p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
.banner .wrapper .colcontainer .left .introtestimonial .right .container {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .wrapper .colcontainer .left .introtestimonial .right .container .left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.banner .wrapper .colcontainer .left .introtestimonial .right .container .left p.customer {
  color: antiquewhite;
  font-size: 18px;
  font-weight: 600;
}
.banner .wrapper .colcontainer .left .introtestimonial .right .container .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.banner .wrapper .colcontainer .left .introtestimonial .right .container .right img {
  max-width: 180px;
}
.banner .wrapper .colcontainer .right {
  padding: 5px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  background-color: rgb(242, 242, 242);
  border: 0.0625rem solid #000000;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.55);
          box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.55);
  text-align: left;
  color: #0d054c;
}
.banner .wrapper .colcontainer .right figure {
  margin: 0;
}
.banner .wrapper .colcontainer .right a[onclick] {
  background-color: red;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.banner .wrapper .colcontainer .right a[onclick]:hover {
  background-color: #2000cc;
}
.banner .wrapper p.trigger {
  font-size: 20px;
  line-height: 1.3;
  color: #ffa000;
  font-weight: 900;
  margin: 30px 0 15px;
}
.banner .wrapper .overview {
  margin-top: 60px;
  display: block;
}
@media (min-width: 768px) {
  .banner .wrapper .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.banner .wrapper .overview div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .banner .wrapper .overview div {
    margin-bottom: 0;
  }
}
.banner .wrapper .overview div p {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 1100px) {
  .banner .wrapper .overview div p {
    font-size: 36px;
  }
}
.banner .wrapper .overview div::after {
  display: block;
  margin: 0 auto;
  content: "";
  width: 20%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#002e6c), to(#ffa000));
  background: linear-gradient(to right, #002e6c 0%, #ffa000 100%);
}
@media (max-width: 768px) {
  .banner .wrapper .overview div:last-child::after {
    height: 0;
  }
}

.testimonials {
  background-color: #002e6c;
  padding: 30px 15px;
}
.testimonials .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.testimonials .wrapper h2 {
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}
.testimonials .wrapper .container {
  display: block;
}
@media (min-width: 768px) {
  .testimonials .wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
}
.testimonials .wrapper .container div.video {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonials .wrapper .container div.video {
    margin-bottom: 0;
  }
}
.testimonials .wrapper .container div.video iframe {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.trustbuilder {
  padding: 30px 15px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f1fcfb), color-stop(60%, #f0f9fd), to(#faf4fd));
  background-image: linear-gradient(270deg, #f1fcfb, #f0f9fd 60%, #faf4fd);
  background-color: rgb(244, 244, 244);
}
.trustbuilder .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #002e6c;
}
.trustbuilder .container .content p {
  font-size: 20px;
}
.trustbuilder .container .content .subtopics {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.trustbuilder .container .content .subtopics > div {
  background: rgb(242, 242, 242);
  padding: 30px 15px;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 7px;
}
.trustbuilder .container .content .subtopics > div p {
  color: #778fbd;
}
.trustbuilder .container .content .subtopics > div svg {
  max-width: 100px;
  height: auto;
  color: #0762c8;
}
.trustbuilder .container .content p.tiginor {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .trustbuilder .container .content p.tiginor {
    font-size: 30px;
  }
}
.trustbuilder .container .content p.tiginor svg {
  max-width: 30px;
}
.trustbuilder .container .content p.tiginor a {
  color: #0762c8;
  font-weight: 900;
}
.trustbuilder .container .content p.tiginor a:hover {
  text-decoration: underline;
}

.dopaminhit {
  background-color: #002e6c;
  padding: 60px 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1200px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dopaminhit p {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .dopaminhit p {
    font-size: 35px;
  }
}
.dopaminhit svg {
  max-width: 80px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}

.finicky_food {
  padding: 30px 15px;
  background-color: rgb(244, 244, 244);
}
.finicky_food .container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  color: #274379;
}
.finicky_food .container p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.finicky_food .container .two-col {
  text-align: left;
}
@media (min-width: 1000px) {
  .finicky_food .container .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .finicky_food .container .two-col > div {
    margin: 0 30px;
  }
}
.finicky_food .container .two-col > div h2 {
  font-size: 0.75rem;
  line-height: 0.6875rem;
  letter-spacing: 1px;
  color: #1f1f1f;
  background-color: #d3e3fd;
  border-radius: 4px;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 8px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.finicky_food .container .two-col div.mzCv2385Gje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.finicky_food .container .two-col div.Z73JH04CipW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .finicky_food .container .two-col div.Z73JH04CipW img {
    min-width: 400px;
  }
}
.finicky_food .container .two-col div.sJlOQ1yC140q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1200px) {
  .finicky_food .container .two-col div.sJlOQ1yC140q img {
    min-width: 510px;
  }
}
.finicky_food .container .two-col div.sULpxXNLHwAF {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.usp {
  padding: 60px 15px;
  background-color: rgb(0, 46, 108);
}
.usp .container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .usp .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.usp .container > div {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .usp .container > div {
    margin-bottom: 0;
  }
}
.usp .container > div svg {
  color: #fff;
  max-width: 80px;
  height: auto;
}
.usp .container > div h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .usp .container > div h4 {
    min-height: 63px;
  }
}

.mozilla {
  padding: 30px 15px;
  background-color: #fff;
  background-image: url("https://shihabiiuc.com/wp-content/uploads/2025/03/bg-mnopdgsp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mozilla .container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.mozilla .container > p {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  max-width: 1100px;
  margin: 0 auto;
}
.mozilla .container .dui-column {
  max-width: 1000px;
  margin: 30px auto 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .mozilla .container .dui-column {
    margin: 30px auto 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mozilla .container .dui-column div:first-child {
  background-color: #0762c8;
  max-width: 200px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .mozilla .container .dui-column div:first-child {
    max-width: 100%;
    margin: 0 auto;
  }
}
.mozilla .container .dui-column div {
  text-align: center;
}
@media (min-width: 768px) {
  .mozilla .container .dui-column div {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
}
.mozilla .container .dui-column div svg {
  color: #ffffff;
  max-width: 50%;
}
.mozilla .container .dui-column div h3 {
  font-weight: 600;
  line-height: 1.5;
  color: #274379;
  text-align: center;
}
@media (min-width: 768px) {
  .mozilla .container .dui-column div h3 {
    text-align: left;
  }
}
.mozilla .container .dui-column div p {
  color: #778fbd;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .mozilla .container .dui-column div p {
    text-align: left;
  }
}
.mozilla .container p.cta {
  font-size: 26px;
  color: #002e6c;
  font-weight: 700;
}
.mozilla .container p.cta svg {
  max-width: 25px;
}
.mozilla .container p.cta a {
  color: #002e6c;
  font-weight: 900;
}
.mozilla .container p.cta a:hover {
  text-decoration: underline;
}

.firefox {
  padding: 60px 15px;
  background-color: rgb(255, 255, 255);
}
.firefox .container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.firefox .container h2 {
  color: #274379;
}
.firefox .container p {
  font-size: 24px;
  color: #37465a;
}
.firefox .container .three-col {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .firefox .container .three-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.firefox .container .three-col > div {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .firefox .container .three-col > div {
    margin-bottom: 0;
  }
}
.firefox .container .three-col > div svg {
  max-width: 100px;
  margin: 0 auto;
  color: #d3473c;
}
.firefox .container .three-col > div h3 {
  color: #274379;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 300px;
  margin: 0 auto 30px;
}
.firefox .container .three-col > div h4 {
  color: #274379;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 300px;
  margin: 0 auto 30px;
}
.firefox .container .three-col > div p {
  color: #37465a;
  font-size: 16px;
  max-width: 320px;
  margin: 0 auto;
}
.firefox .container p.lastcta {
  font-size: 26px;
  color: #002e6c;
  font-weight: 700;
}
.firefox .container p.lastcta a {
  white-space: nowrap;
  color: #002e6c;
  font-weight: 900;
}
.firefox .container p.lastcta a:hover {
  text-decoration: underline;
}

.agency-caring {
  padding: 30px 15px;
  background-color: rgb(248, 249, 250);
  background-image: -webkit-gradient(linear, right top, left top, from(#f1fcfb), color-stop(60%, #f0f9fd), to(#faf4fd));
  background-image: linear-gradient(270deg, #f1fcfb, #f0f9fd 60%, #faf4fd);
}
.agency-caring .container {
  max-width: 1400px;
  margin: 0 auto;
}
.agency-caring .container h2 {
  text-align: center;
}
.agency-caring .container > p {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #274379;
}
.agency-caring .container div.caring {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.agency-caring .container div.caring div.matter {
  background-color: #e1e1e1;
  padding: 30px;
  border-radius: 7px;
}
.agency-caring .container div.caring div.matter h3 {
  font-size: 20px;
}
.agency-caring .container div.caring div.matter p {
  font-size: inherit;
}

.firm-workflow {
  padding: 30px 15px;
  background-color: #fff;
  background-image: url(https://shihabiiuc.com/wp-content/uploads/2025/03/bg-mnopdgsp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.firm-workflow .container {
  max-width: 1400px;
  margin: 0 auto;
}
.firm-workflow .container h2 {
  text-align: center;
}
.firm-workflow .container > p {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  margin: 20px 0;
  color: #274379;
}
.firm-workflow .container > p a {
  font-weight: 900;
}
.firm-workflow .container > p a:hover {
  text-decoration: underline;
}
.firm-workflow .container .progressive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1000px) {
  .firm-workflow .container .progressive {
    gap: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.firm-workflow .container .progressive > div {
  background-color: rgba(55, 70, 90, 0.35);
}
.firm-workflow .container .progressive > div p {
  padding: 15px 30px;
}
.firm-workflow .container .progressive > div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1000px) {
  .firm-workflow .container .progressive div.qTNBcaVr p {
    font-size: 1.4em;
    font-weight: 200;
  }
}

.landing-footer {
  background-color: #f4f4f4;
  padding: 22px 15px 15px;
}
.landing-footer ul {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media (min-width: 768px) {
  .landing-footer ul {
    text-align: center;
  }
}
.landing-footer ul li {
  font-size: 14px;
  color: #999999;
}
.landing-footer ul li a {
  color: #999999;
  font-size: 14px;
}
.landing-footer ul li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=page-acezsomnwxv.css.map */