:root {
  --beige-01: #f5f4ed;
  --poppins: Poppins, sans-serif;
  --black: #101011;
  --body-text: 18px;
  --h1: 80px;
  --h1-mobile: 48px;
  --h2: 48px;
  --h2-mobile: 36px;
  --h3: 38px;
  --h4: 32px;
  --h5: 28px;
  --h6: 24px;
  --mobile-body-text: 16px;
  --beige-02: #e0e0d6;
  --light-pink: #f2c3d3;
  --yellow: #f7d56f;
  --light-purple: #bfacf9;
  --large-body-text: 28px;
  --livvic: Livvic, sans-serif;
  --light-green: #c0ebc3;
  --h1-medium: 66px;
  --light-blue: var(--light-pink);
}

.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;
}

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

@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 {
  background-color: var(--beige-01);
  font-family: var(--poppins);
  color: var(--black);
  font-size: var(--body-text);
  line-height: 120%;
}

h1 {
  font-family: var(--poppins);
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: var(--poppins);
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  font-family: var(--poppins);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: var(--poppins);
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  font-family: var(--poppins);
  font-size: var(--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  font-family: var(--poppins);
  font-size: var(--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

p {
  font-family: var(--poppins);
  font-size: var(--body-text);
  margin-bottom: 10px;
  line-height: 150%;
}

.style-guide-font-row-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  margin-bottom: 40px;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  padding: 100px 20px;
  display: block;
}

.color-card-text-block {
  color: #727272;
  margin-bottom: 10px;
  font-size: 14px;
}

.color-card {
  border: 1px solid #6f6f6f;
  overflow: hidden;
}

.spacer-30px-height {
  width: 20px;
  height: 30px;
}

.spacer-30px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 100px;
}

.color-block {
  background-color: #eaeaea;
  border: 1px solid #444445;
  width: 100%;
  height: 225px;
}

.color-block.biege-02 {
  background-color: var(--beige-02);
}

.color-block.beige-01 {
  background-color: var(--beige-01);
  border-color: #727272;
}

.color-block.light-pink {
  background-color: var(--light-pink);
}

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

.color-block.light-purple {
  background-color: var(--light-purple);
}

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

.content-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-container.testimonial-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer-40px-height {
  width: 20px;
  height: 40px;
}

.spacer-40px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 626px;
}

.colors-card-text-wrapper {
  background-color: #0000;
  border: 1px solid #727272;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.spacer-64px-height {
  width: 20px;
  height: 64px;
}

.spacer-64px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid-left {
  padding-top: 20px;
  padding-right: 20px;
}

.grey-text {
  color: #727272;
}

.spacer-10px-height {
  width: 20px;
  height: 10px;
}

.spacer-10px-height:hover {
  background-color: #fffc;
}

.spacer-10px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.spacer-20px-height {
  width: 20px;
  height: 20px;
}

.spacer-20px-height:hover {
  background-color: #fffc;
}

.spacer-20px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.page-hero-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 200px 20px 0;
  display: flex;
}

.spacer-80px-height {
  width: 20px;
  height: 80px;
}

.spacer-80px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.large-text {
  font-family: var(--poppins);
  font-size: var(--large-body-text);
  text-align: center;
  width: 100%;
  max-width: 70ch;
}

.large-text.livvic-text {
  font-family: var(--poppins);
  font-size: var(--h2);
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.primary-button {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #fff;
  background-color: #171719;
  border-radius: 80px;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #29292c;
}

.primary-button.contact-button {
  font-size: var(--body-text);
  margin-top: 20px;
  padding: 14px 40px;
}

.primary-button-arrow {
  color: #fff;
  background-color: #0000;
}

.nav-logo-wrapper {
  z-index: 9;
  justify-content: center;
  align-items: flex-start;
  height: 160px;
  margin-top: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  background-image: url('../images/Iftech.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: auto;
  max-width: 50vw;
  height: 25%;
}

.navbar-wrapper {
  z-index: 99999;
  position: relative;
}

.navbar {
  z-index: 11;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.livvic-text {
  font-family: var(--livvic);
  font-weight: 400;
}

.hero-section-paragraph-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.download-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.hero-section-image {
  background-image: url('../images/Thrio.co-img-Photoroom.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1000px;
  height: auto;
  min-height: 1000px;
  max-height: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-section-wrapper {
  position: relative;
}

.light-pink-container {
  background-color: var(--light-pink);
  padding: 64px 20px;
  position: sticky;
  top: 120px;
}

.features-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.features-grid-image-wrapper {
  border-radius: 8px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.features-section {
  padding-left: 0;
  padding-right: 0;
}

.features-grid-image {
  background-image: url('../images/2-Week-MVP-Launcht-img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.features-grid-image._2 {
  background-image: url('../images/annie-spratt-hCb3lIB8L8E-unsplash1.jpg');
  background-position: 50%;
}

.features-grid-image._3 {
  background-image: url('../images/front-end-development.jpg');
  background-position: 50%;
}

.features-grid-image._4 {
  background-image: url('../images/Remote-Ready-Always-On-img.jpg');
  background-position: 50%;
}

.yellow-container {
  background-color: var(--yellow);
  padding: 64px 20px;
  position: sticky;
  top: 120px;
}

.light-purple-container {
  background-color: var(--light-purple);
  padding: 64px 20px;
  position: sticky;
  top: 120px;
}

.dark-section {
  background-color: var(--black);
  color: var(--beige-01);
  width: 100%;
  padding: 100px 20px;
}

.industries-content-wrapper {
  margin-top: 60px;
  position: relative;
}

.industry-text-wrapper {
  cursor: default;
  margin-bottom: 60px;
}

.industries-image-wrapper {
  border-radius: 12px;
  width: 378px;
  height: 480px;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.industry-image {
  z-index: 1;
  background-image: url('../images/priscilla-du-preez-nNMBa7Y1Ymk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.industry-image._2 {
  background-image: url('../images/balazs-ketyi-LPWl2pEVGKc-unsplash.jpg');
}

.industry-image._3 {
  background-image: url('../images/pramod-tiwari-rjXukZYsO_0-unsplash.jpg');
  background-position: 50%;
}

.industry-image._4 {
  background-image: url('../images/pexels-troy-squillaci-1303476-2516588.jpg');
}

.industry-image._5 {
  background-image: url('../images/pexels-tiger-lily-4487422.jpg');
}

.industry-image._6 {
  background-image: url('../images/pexels-mikhail-nilov-7988115.jpg');
}

.industry-image._4 {
  background-image: url('../images/adam-kolmacka-t4FKTUdmxwc-unsplash.jpg');
  background-position: 50%;
}

.navbar-bg {
  background-color: var(--beige-01);
  height: 126px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-button-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 0;
}

.navbar-button-icon-line {
  background-color: var(--beige-01);
  width: 17px;
  height: 2px;
  margin-bottom: 5px;
}

.text-carousel-second-row-wrapper {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 105%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-carousel-second-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.text-carousel-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-section {
  background-color: var(--light-purple);
  display: none;
  overflow: hidden;
}

.carousel-section.white-background {
  background-color: var(--beige-01);
  display: none;
}

.carousel-text {
  font-size: var(--h1);
  white-space: nowrap;
  font-weight: 600;
  line-height: 120%;
}

.faq-question-text {
  text-transform: none;
  font-size: 38px;
}

.faq-paragraph {
  margin-bottom: 30px;
}

.faq-answer {
  margin-top: 10px;
  overflow: hidden;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-sticky-section {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 110px;
}

.faq-seciton-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-sticky-section-wrapper {
  position: relative;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  cursor: default;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.plus-line-animated {
  color: #171719;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.about-us-section {
  background-color: var(--beige-02);
  margin-bottom: 100px;
  padding: 100px 0 0;
  overflow: hidden;
}

.about-us-section-heading-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.portrait-slide {
  background-color: var(--beige-01);
  border-radius: 8px;
  width: 300px;
  height: 450px;
  margin-right: 32px;
  padding: 40px 24px;
}

.testimonial-slider {
  background-color: #fff0;
  height: 100%;
  margin-top: 60px;
}

.testimonials-slider-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.left-arrow {
  width: 54px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 0%;
}

.left-arrow:hover {
  transform: translate(-10px);
}

.right-arrow {
  width: 65px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 5%;
}

.right-arrow:hover {
  transform: translate(10px);
}

.slide-nav {
  inset: auto 0% -25%;
}

.landscape-slide {
  background-color: var(--beige-01);
  border-radius: 8px;
  width: 470px;
  height: 310px;
  margin-right: 32px;
  padding: 40px 24px;
}

.bold-text {
  font-weight: 600;
}

.testimonials-grey-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #101011bf;
  flex-flow: column;
  display: flex;
}

.testimonial-slider-mask {
  overflow: visible;
}

.cta-section {
  background-color: var(--light-purple);
  background-image: url('../images/Thrio-Contact-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 20px;
}

.cta-content-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-heading {
  margin-bottom: 54px;
  font-size: 48px;
  line-height: 130%;
}

.footer {
  background-color: var(--light-pink);
  padding: 60px 20px 20px;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 0;
}

.link-wrapper {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: var(--black);
  font-size: var(--h5);
  margin-top: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.footer-link-underline {
  background-color: var(--black);
  color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  display: block;
}

.footer-left-side {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  background-image: url('../images/Iftech.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 210px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.powerd-by {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
}

.webflow-link {
  color: #101011bf;
  transition: color .2s;
}

.webflow-link:hover {
  color: var(--black);
}

.dropdown-toggle {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--black);
  color: var(--beige-01);
  border-radius: 80px;
  padding: 16px 25px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: auto;
}

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

.dropdown-list.w--open {
  background-color: var(--black);
  border-radius: 20px;
  width: auto;
  min-width: 200px;
  min-height: 100%;
  margin-top: 10px;
  padding: 20px 20px 0;
}

.dropdown-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--beige-01);
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

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

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 1310px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--black);
  border-radius: 12px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black);
  color: var(--black);
  background-color: #fff0;
}

.license-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.license-link {
  color: #101011bf;
  text-decoration: underline;
}

.license-link:hover {
  color: var(--black);
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1310px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.divider {
  background-color: var(--beige-02);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.numbers-text {
  font-size: var(--h1);
  line-height: 120%;
}

.hero-image-and-numbers-wrapper {
  display: none;
}

.demo-video {
  height: 100vh;
}

.section-heading-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.services-cards-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.services-card {
  background-color: var(--light-pink);
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: var(--black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 800px;
  display: flex;
}

.services-card.yellow {
  background-color: var(--yellow);
}

.services-card.light-purple {
  background-color: var(--light-purple);
  height: auto;
  min-height: 800px;
}

.services-card.light-green {
  background-color: var(--light-green);
}

.services-card-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.services-card-image {
  height: 360px;
}

.clients-carousel-section {
  background-color: var(--yellow);
  padding-top: 20px;
  padding-bottom: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.partners-animation-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.partners-animator {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.partners-logo-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.partners-logo {
  height: 35px;
}

.secotion-fade-out-blur {
  background-image: linear-gradient(95deg, #101011, #10101100);
  width: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.secotion-fade-out-blur.right {
  background-image: linear-gradient(263deg, #101011, #10101100);
  inset: 0% 0% 0% auto;
}

.light-blue-container {
  background-color: #c0ebc3;
  padding: 64px 20px;
  position: sticky;
  top: 120px;
}

.paragraph {
  font-family: var(--poppins);
  font-size: var(--body-text);
  max-width: 60ch;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-2 {
  text-align: left;
  align-self: flex-end;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  font-size: var(--h1);
  text-align: right;
  padding-top: 20px;
  padding-bottom: 0;
  line-height: 100%;
  display: none;
}

.text-block-2 {
  text-align: center;
  padding-bottom: 20px;
}

.text-field-2 {
  border-radius: 10px;
  margin-bottom: 20px;
}

.text-field-3 {
  border-radius: 10px;
}

.textarea {
  border-radius: 10px;
  margin-bottom: 20px;
}

.field-label {
  font-size: var(--body-text);
}

.text-block-3 {
  font-size: var(--large-body-text);
  text-align: center;
  padding-bottom: 20px;
  line-height: 120%;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-self: flex-start;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.bold-text-2 {
  color: var(--black);
  font-size: var(--h2-mobile);
  font-weight: 400;
}

.text-span {
  color: var(--light-purple);
}

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

.text-span-3 {
  color: var(--light-pink);
}

.bold-text-3 {
  color: var(--light-purple);
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: var(--black);
}

.bold-text-4 {
  color: var(--yellow);
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: var(--black);
}

.bold-text-5 {
  color: var(--light-pink);
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: var(--black);
}

.bold-text-6 {
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: var(--black);
}

.bold-text-7, .bold-text-8 {
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: var(--black);
}

.text-span-4, .text-span-5 {
  font-size: var(--h2-mobile);
}

.paragraph-3 {
  max-width: 50ch;
}

.text-block-4 {
  font-size: var(--body-text);
  text-align: left;
  line-height: 120%;
}

.testimonials-section-heading-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.testimonials-section-wrapper-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--yellow);
  color: var(--black);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-top: 60px;
  padding: 20px;
  display: grid;
}

.heading-2 {
  font-size: var(--h1-mobile);
  align-self: center;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  display: grid;
}

.testimonial-card-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100px;
  display: flex;
}

.heading-3 {
  font-size: var(--h2);
}

.form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding: 20px;
  display: block;
}

.contact-wrapper {
  background-color: var(--yellow);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-block {
  min-width: 400px;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.contac-button {
  background-color: var(--black);
}

.image {
  border-radius: var(--body-text);
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: 900px;
  height: 100%;
  min-height: auto;
}

.heading-4 {
  font-size: var(--h1);
  margin-bottom: 0;
  display: block;
}

.about-us-image-wrap {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: 600px;
  display: none;
}

.heading-5 {
  text-align: center;
}

.faq {
  padding: 100px 20px;
  display: block;
}

.contact {
  background-color: var(--light-purple);
  background-image: url('../images/Thrio-Contact-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 20px;
  display: block;
}

.why-thrio-co, .industries {
  background-color: var(--black);
  color: var(--beige-01);
  width: 100%;
  padding: 100px 20px;
}

.contact-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.form-wrap {
  width: 100%;
  display: none;
}

.form-2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.contact-title-wrap {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.text-block-5 {
  font-size: var(--large-body-text);
  text-align: center;
}

.heading-6 {
  font-size: var(--h2);
  line-height: 150%;
}

.form-block-2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.form-input {
  border-radius: 6px;
  height: 44px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.textarea-2 {
  border-radius: 6px;
  height: 80px;
}

.heading-7 {
  font-size: var(--h2);
}

.body {
  background-color: var(--beige-01);
}

.div-block-4 {
  display: none;
}

.image-2 {
  width: 80px;
}

.contact-email-phone-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--yellow);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-card:hover {
  transform: scale(1.03);
}

.contact-card.email-card {
  background-color: var(--light-blue);
}

.contact-card.phone-card {
  background-color: var(--light-green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-13 {
  color: var(--black);
  font-size: var(--h6);
  text-align: center;
  align-self: auto;
}

.link {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
}

.div-block-5 {
  background-color: var(--beige-01);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: -30px;
}

.email-card-icon-wrapper {
  background-color: var(--light-pink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.contact-icon {
  color: var(--beige-01);
  width: 32px;
  height: 32px;
}

.contact-icon.email {
  position: absolute;
  right: 20px;
}

.ikonik-q4e24, .ikonik-xeqhp, .ikonik-ibp9r {
  color: #fff;
}

.visit-card-icon-warper {
  background-color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.phone-card-icon-wrapper {
  background-color: var(--light-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.link-wrapper-copy {
  z-index: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .spacer-30px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-font-grid {
    grid-template-columns: 1fr;
  }

  .content-container.testimonial-container {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .page-hero-section {
    justify-content: center;
    align-items: center;
    padding-top: 220px;
    padding-bottom: 40px;
    display: flex;
  }

  .spacer-80px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-size: var(--large-body-text);
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-logo-wrapper {
    height: 200px;
  }

  .features-grid-image-wrapper {
    height: 220px;
  }

  .features-section {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .industries-image-wrapper {
    display: none;
  }

  .text-carousel-image {
    width: 34px;
  }

  .carousel-text {
    font-size: 42px;
  }

  .faq-question-text {
    font-size: var(--h4);
  }

  .plus-icon {
    margin-left: 10px;
  }

  .faq-seciton-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-section {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .about-us-section-heading-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-self: flex-start;
    height: auto;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    left: 10%;
  }

  .cta-section {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    font-size: var(--h6);
  }

  .numbers-wrapper {
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

  .section-heading-grid {
    grid-template-columns: 1fr;
  }

  .services-cards-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .partners-logo-wrapper {
    min-width: 160%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 250px;
  }

  .paragraph {
    text-align: left;
    align-self: center;
    max-width: none;
  }

  .paragraph.testimonial-text {
    text-align: left;
  }

  .paragraph-2 {
    align-self: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    font-size: var(--h1);
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-self: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    align-self: center;
    width: 100%;
    max-width: none;
  }

  .testimonials-section-wrapper-cards {
    grid-template-columns: 1fr 1fr 1fr;
    align-self: flex-end;
    margin-top: 140px;
  }

  .testimonial-card-wrapper {
    min-height: 150px;
  }

  .heading-3 {
    align-self: flex-start;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    max-width: 45%;
  }

  .bold-text-9 {
    vertical-align: baseline;
  }

  .heading-5 {
    font-size: var(--h1-medium);
  }

  .faq, .contact, .why-thrio-co, .industries {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .text-block-5 {
    font-size: var(--large-body-text);
  }

  .heading-6 {
    font-size: var(--h2);
    line-height: 120%;
  }

  .heading-7 {
    font-size: var(--h2);
  }

  .paragraph-4 {
    font-size: var(--body-text);
  }

  .heading-8 {
    font-size: var(--h3);
  }

  .contact-email-phone-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-card {
    justify-content: center;
    align-items: center;
    min-width: 200px;
  }

  .contact-card.email-card {
    justify-content: center;
    align-items: center;
  }

  .contact-card.phone-card {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-13 {
    font-size: 22px;
  }

  .link {
    overflow-wrap: anywhere;
  }

  .div-block-5 {
    width: 60px;
    height: 60px;
    bottom: -25px;
  }

  .email-card-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .contact-icon {
    width: 28px;
    height: 28px;
  }

  .contact-icon.email {
    right: 17px;
  }

  .visit-card-icon-warper, .phone-card-icon-wrapper {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--h1-mobile);
  }

  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .spacer-30px-height, .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    background-color: #fff0;
  }

  .page-hero-section {
    padding-top: 200px;
    padding-bottom: 40px;
  }

  .spacer-80px-height {
    background-color: #fff0;
  }

  .large-text {
    font-size: var(--h6);
  }

  .large-text.livvic-text {
    font-size: var(--h3);
  }

  .primary-button.mobile-hidden {
    flex-flow: row;
    align-self: center;
    display: none;
  }

  .primary-button.contact-button {
    padding: 8px 32px;
  }

  .nav-logo-wrapper {
    height: auto;
    margin-top: 36px;
    top: 0%;
    left: auto;
    right: 20px;
  }

  .navbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .carousel-text {
    font-size: 36px;
  }

  .faq-question-text {
    font-size: 28px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    font-size: var(--h5);
  }

  .about-us-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .footer-link {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: normal;
    margin-top: 10px;
    font-size: 18px;
    overflow: visible;
  }

  .footer-link-underline {
    display: none;
  }

  .footer-left-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dropdown-toggle {
    border-radius: 25px;
    padding: 13px 22px;
  }

  .numbers-wrapper, .section-heading-grid {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 180%;
  }

  .partners-logo {
    height: 30px;
  }

  .paragraph.testimonial-text {
    font-size: var(--mobile-body-text);
  }

  .heading {
    font-size: var(--h2);
  }

  .testimonials-section-wrapper-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: start stretch;
    margin-top: 100px;
  }

  .testimonial-card-wrapper {
    min-height: 175px;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    min-width: 300px;
    max-width: 50%;
  }

  .image {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: var(--h2);
  }

  .bold-text-9 {
    font-size: var(--h3);
  }

  .heading-5 {
    font-size: var(--h2);
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-thrio-co, .industries {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .text-block-5 {
    font-size: var(--body-text);
  }

  .heading-6 {
    font-size: var(--h3);
  }

  .form-block-2 {
    max-width: 400px;
  }

  .form-input {
    height: 38px;
  }

  .bold-text-10 {
    font-size: var(--h5);
    line-height: 120%;
  }

  .heading-9, .bold-text-11, .heading-10, .heading-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
    font-size: var(--h3);
  }

  .bold-text-16, .bold-text-17, .heading-12, .bold-text-18 {
    font-size: var(--h4);
  }

  .field-label-2 {
    font-size: var(--mobile-body-text);
  }

  .bold-text-19, .bold-text-20, .bold-text-21 {
    font-size: var(--h5);
  }

  .contact-email-phone-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-card, .contact-card.email-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-wrapper-copy {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: var(--h2-mobile);
  }

  h3 {
    margin-bottom: 10px;
  }

  p {
    font-size: var(--mobile-body-text);
  }

  .section {
    padding: 60px 20px 40px;
  }

  .page-wrapper {
    overflow: visible;
  }

  .style-guide-heading-wrapper {
    margin-top: 40px;
  }

  .page-hero-section {
    padding: 100px 20px 20px;
  }

  .large-text {
    font-size: var(--body-text);
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .primary-button.mobile-hidden {
    display: none;
  }

  .primary-button.contact-button {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    overflow: clip;
  }

  .nav-logo-wrapper {
    justify-content: flex-end;
    height: auto;
    margin-top: 30px;
    padding-top: 8px;
    padding-right: 0;
    line-height: 100%;
    top: 0%;
  }

  .navbar {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .livvic-text {
    white-space: normal;
    overflow-wrap: break-word;
    margin-bottom: 0;
    line-height: 100%;
    overflow: visible;
  }

  .download-links-wrapper {
    margin-top: 40px;
  }

  .light-pink-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-section {
    padding-top: 0;
  }

  .features-grid-image._2 {
    object-fit: cover;
  }

  .features-grid-image._3 {
    object-fit: cover;
    background-size: cover;
  }

  .yellow-container, .light-purple-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-section {
    padding: 60px 20px 40px;
  }

  .navbar-bg {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: block;
  }

  .text-carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-text {
    font-size: 48px;
  }

  .faq-question-text {
    width: auto;
    font-size: 24px;
    line-height: 120%;
  }

  .plus-icon {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .faq-wrapper, .faq-wrapper.cursor-hover-animation {
    padding-left: 0;
    padding-right: 0;
  }

  .plus-line-animated {
    width: 20px;
  }

  .faq-question {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-us-section {
    margin-bottom: 40px;
    padding: 60px 0 0;
  }

  .portrait-slide {
    width: 100%;
    height: 380px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    left: 20%;
  }

  .landscape-slide {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-section {
    padding: 60px 10px 40px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .footer {
    padding: 60px 20px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-link {
    margin-top: 0;
  }

  .footer-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-logo {
    height: 100px;
    margin-bottom: 0;
  }

  .powerd-by {
    color: var(--black);
  }

  .dropdown-toggle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .nav-dropdown {
    margin-left: 20px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    min-width: 200px;
  }

  .text-block {
    font-size: var(--mobile-body-text);
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .numbers-text {
    font-size: var(--h1);
  }

  .demo-video {
    height: 360px;
  }

  .services-card-text-wrapper {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .partners-logo-wrapper {
    min-width: 300%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 25px;
    display: none;
  }

  .secotion-fade-out-blur.right {
    width: 25px;
  }

  .testimonials-slide-heading {
    font-size: 32px;
  }

  .light-blue-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: var(--mobile-body-text);
  }

  .paragraph.testimonial-text {
    align-self: flex-start;
  }

  .paragraph-2 {
    font-size: var(--mobile-body-text);
  }

  .heading {
    font-size: var(--h1-mobile);
    text-align: right;
    padding-top: 40px;
  }

  .text-block-4 {
    font-size: var(--mobile-body-text);
    line-height: 130%;
  }

  .testimonials-section-wrapper-cards {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    align-self: auto;
    place-items: center;
  }

  .testimonial-card-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    min-height: auto;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    min-width: auto;
    max-width: 100%;
  }

  .contac-button {
    background-color: #fff;
  }

  .image {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: var(--h4);
    align-self: auto;
    margin-bottom: 0;
  }

  .heading-5 {
    font-size: var(--h2);
  }

  .faq, .contact, .why-thrio-co, .industries {
    padding: 60px 20px 40px;
  }

  .heading-6 {
    text-align: center;
  }

  .form-block-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    font-size: var(--h3);
  }

  .heading-8 {
    font-size: var(--h4);
  }

  .bold-text-11 {
    font-size: var(--h3);
    line-height: 100%;
  }

  .heading-10, .heading-11, .bold-text-12 {
    font-size: var(--h4);
  }

  .bold-text-13 {
    font-size: var(--h4);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .bold-text-14, .bold-text-15 {
    font-size: var(--h4);
  }

  .field-label-2 {
    margin-bottom: 7px;
  }

  .bold-text-22 {
    font-size: var(--h3);
  }

  .field-label-3, .field-label-4, .field-label-5 {
    margin-bottom: 7px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: none;
  }

  .paragraph-5 {
    font-size: var(--mobile-body-text);
  }

  .contact-icon.email {
    top: 17px;
    right: 18px;
  }
}

#w-node-_3f9a7713-3e77-4874-03ec-ef86e778d637-728140ef {
  justify-self: stretch;
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb65-fba3cb4d {
  justify-self: center;
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb84-fba3cb4d {
  place-self: start center;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fcf-728140f1, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fd0-728140f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fd4-728140f1, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fdc-728140f1, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fe4-728140f1, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fec-728140f1, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206ff4-728140f1, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206ffc-728140f1 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c320700a-728140f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c320700c-728140f1 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207002-728140f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207004-728140f1 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207018-728140f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207021-728140f1, #w-node-_6b133147-6918-3c27-56cc-bfd9b7be107c-728140f1, #w-node-_8eaa3020-2c40-57a8-cf09-6ad9ec524fa7-728140f1, #w-node-_74b27bdb-0b9a-a542-cb32-b6db9947efa1-728140f1, #w-node-_93930051-4b10-10b6-5010-7f2810110b65-728140f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb65-fba3cb4d, #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb84-fba3cb4d {
    justify-self: auto;
  }
}


