@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins.zip') format("undefined"), url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --h1-font-size: clamp(2.25 * 1rem, ((2.25 - ((5 - 2.25) / (90 - 20) * 20)) * 1rem + ((5 - 2.25) / (90 - 20)) * 100vw), 5 * 1rem);
  --black: black;
  --section-background-green: #6cb28866;
  --background-grey: #252525;
  --border-radius: 5px;
  --white: #fff;
  --brand-green: #5ab784;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--primary50\<deleted\|variable-a4451441\>: #f9f5ff;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --cell-background-grey: #303030;
  --button-radius\<deleted\|variable-9c60a962-f579-b0c9-5a7b-495a1f860f1c\>: 5px;
  --untitled-ui--primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
  --relume-library-lite--rl-white\<deleted\|variable-41e69d91\>: white;
  --untitled-ui--gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --brand-green-2: #6cb288;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  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-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;
}

h1 {
  font-size: var(--h1-font-size);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 44px;
}

.main-wrapper {
  overflow: hidden;
}

.hero-subtext {
  text-align: left;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-subtext.home1 {
  text-align: center;
  font-size: 1.7rem;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.padding-size {
  padding-top: 100px;
}

.hero-text-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-right: 20px;
  display: flex;
}

.hero-text-wrapper.home1 {
  justify-content: center;
  align-items: center;
  max-width: 60%;
}

.heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1em;
}

.heading.home1 {
  text-align: center;
  font-size: 5rem;
}

.container-big {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.container-big.narrow {
  max-width: 70vw;
}

.hero-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper {
  background-color: var(--section-background-green);
  overflow: hidden;
}

.body {
  color: var(--background-grey);
  font-family: Poppins, Arial, sans-serif;
}

.consultation-features-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.consultation-feature {
  border-radius: var(--border-radius);
  background-color: #303030;
  padding: 5px 10px;
}

.consultation-feature-text {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.5em;
}

.hero-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  border: 1px solid var(--brand-green);
  border-radius: var(--border-radius);
  background-color: #53bd8c33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 2px 8px;
  display: flex;
}

.text-block, .text-span {
  color: var(--brand-green);
}

.section-about-us {
  padding-top: 100px;
}

.section-about-us.white-background {
  border-bottom: 1px solid #8b8b8b;
  margin-top: -100px;
  padding-top: 140px;
  padding-bottom: 40px;
}

.about-us-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-edge-header {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.5em;
}

.section-paragraph {
  color: var(--white);
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.section-paragraph.white-background {
  color: var(--black);
  font-size: 1.7rem;
  font-weight: 300;
}

.section-paragraph.green-background {
  font-size: 1.3rem;
  font-weight: 400;
}

.about-us-text {
  padding-right: 60px;
}

.image {
  border-radius: var(--border-radius);
  width: 500px;
}

.about-us-list {
  padding-left: 10px;
  list-style-type: none;
}

.about-us-list.white-background {
  color: var(--black);
  margin-bottom: 2rem;
}

.about-us-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.about-us-list-item-heading {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.about-us-list-item-paragraph {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.about-us-list-item-image {
  width: 35px;
}

.section-heading-span {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background-color: var(--brand-green);
  color: var(--white);
  text-transform: none;
  padding: 8px 20px 8px 50px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5em;
  display: inline-block;
}

.section-heading-span.case-study-page {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.5rem;
  font-weight: 500;
}

.our-services-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-services-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 40px;
  padding: 0;
}

.our-services-cell {
  border-radius: var(--border-radius);
  box-shadow: 5px 5px 0 0 var(--black);
  color: var(--white);
  background-color: #303030;
  justify-content: space-between;
  padding: 25px;
}

.our-services-icon {
  width: 64px;
}

.our-services-header-h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2em;
}

.our-services-sub-head {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.our-services-list {
  color: var(--brand-green);
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.2em;
}

.our-services-list-item {
  font-weight: 300;
}

.our-services-list-item-text {
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.4em;
}

.section-our-services {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-our-services.white-background {
  border-bottom: 1px solid #8b8b8b;
  margin-top: -100px;
  padding-top: 140px;
  padding-bottom: 40px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-align-center {
  text-align: center;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-image: url('../images/check-tick.svg');
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-field-label {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-button {
  grid-column-gap: .5rem;
  border-radius: var(--border-radius);
  background-color: var(--background-grey);
  box-shadow: 5px 5px 0 0 var(--cell-background-grey);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button:hover {
  background-color: #000;
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-button.black-background {
  background-color: var(--brand-green);
}

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

.uui-form_input {
  border-radius: var(--button-radius\<deleted\|variable-9c60a962-f579-b0c9-5a7b-495a1f860f1c\>);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300\<deleted\|variable-b540dac6\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-form_input.select {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  background-color: #fff;
}

.uui-form_input.text-area {
  color: #101828;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  overflow: auto;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  border-radius: .25rem;
}

.uui-form-field-wrapper {
  position: relative;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.uui-contact02_form {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.uui-form-radio-label {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
}

.uui-contact02_component.home2 {
  max-width: 40rem;
  margin-top: 0;
}

.uui-contact02_component.white-background {
  color: var(--black);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.section-text-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-testimonials {
  padding-top: 100px;
}

.section-testimonials.white-background {
  background-color: var(--brand-green);
  padding-top: 40px;
  padding-bottom: 60px;
}

.testimonials-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-client-title-company {
  color: var(--white);
  letter-spacing: normal;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  color: var(--white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.testimonial-grid-cell {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--border-radius);
  box-shadow: 5px 5px 0 0 var(--black);
  background-color: #303030;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial13_rating-wrapper {
  display: flex;
}

.testimonials-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 2rem;
  display: grid;
}

.uui-testimonial13_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial13_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial13_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-testimonial13_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial-client-name {
  color: var(--white);
  letter-spacing: normal;
  font-size: 1.2rem;
  font-weight: 400;
}

.contact-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  filter: invert();
}

.company-logo {
  width: 130px;
}

.company-logo.inverted {
  filter: invert();
}

.logo-cell {
  justify-content: center;
  align-items: center;
  display: block;
}

.company-logos-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-left: 0;
  padding-right: 0;
}

.uui-field-label-2 {
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border-radius: var(--border-radius);
  background-color: var(--brand-green);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: var(--black);
  color: #fff;
  -webkit-text-stroke-color: white;
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  border-radius: var(--border-radius);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: #101828;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300\<deleted\|variable-b540dac6\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-contact01_component {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.uui-contact01_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-span-bold {
  color: var(--brand-green);
  font-weight: 600;
}

.review-span-bold.green-background {
  color: var(--background-grey);
  font-weight: 600;
}

.button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_component {
  background-color: #333;
  align-items: center;
  width: 100%;
  padding: 15px 5%;
  display: flex;
}

.navbar-link {
  color: var(--black);
  text-transform: capitalize;
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.navbar-link:hover {
  border-radius: var(--border-radius);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--brand-green);
  text-decoration-color: var(--brand-green);
  text-underline-position: under;
  text-decoration-style: solid;
  text-decoration-thickness: 4px;
}

.navbar-link.w--current {
  color: var(--black);
}

.navbar-link._2 {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.rl_navbar2_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
}

.rl_navbar2_menu-button {
  padding: 0;
}

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

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_button {
  border: 1px solid var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar2_dropdwn-toggle {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-case-study-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: var(--button-radius\<deleted\|variable-9c60a962-f579-b0c9-5a7b-495a1f860f1c\>);
  background-color: var(--white);
  box-shadow: 5px 5px 0 0 var(--black);
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.testimonial-case-study-wrapper:hover {
  background-color: var(--brand-green);
  font-weight: 600;
}

.testimonial-case-study-text {
  color: #333;
}

.testimonial-case-study-arrow {
  color: var(--white);
  width: 30px;
}

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

.uui-text-size-small {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.footer {
  background-color: #333;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--white);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-footer04_legal-link {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer04_social-icon {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.section-case-studies {
  padding-top: 140px;
}

.body-2 {
  background-color: var(--background-grey);
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.pages-h1 {
  color: var(--cell-background-grey);
  text-align: center;
  text-transform: none;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
}

.pages-subheading {
  text-align: left;
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}

.pages-subheading.case-studies-page {
  margin-top: 0;
  font-size: 1.4rem;
}

.case-study-wrapper {
  border-radius: var(--border-radius);
  background-color: var(--brand-green);
  box-shadow: 5px 5px 0 0 var(--black);
  width: 100%;
  max-width: 90vw;
  margin: 40px auto 100px;
  padding: 30px 50px;
}

.case-study-company-name {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}

.case-study-stats-cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.case-study-stats-cell.logo {
  border-left-color: var(--white);
  justify-content: center;
  align-items: center;
}

.case-study-stats-cell.big-cell, .case-study-stats-cell.align-center {
  justify-content: center;
  align-items: center;
}

.case-study-stats-grid {
  grid-row-gap: 38px;
  padding-left: 0;
  padding-right: 0;
}

.case-study-stats-grid.sultan-tea-page {
  border-radius: var(--border-radius);
  background-color: var(--brand-green);
  margin-top: 40px;
  margin-bottom: 40px;
}

.case-study-stats-grid.diamantine-page {
  border-radius: var(--border-radius);
  background-color: var(--brand-green);
}

.case-study-stats-text-wrapper {
  padding-left: 5px;
}

.case-study-stats-number {
  color: var(--white);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
}

.case-study-stats-text {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.2em;
}

.image-3 {
  width: 200px;
}

.image-3.invert {
  filter: invert();
}

.case-study-stats-cell-read-more {
  border-radius: var(--border-radius);
  background-color: var(--white);
  color: var(--black);
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

.case-study-stats-cell-read-more:hover {
  background-color: var(--black);
  color: var(--white);
  font-weight: 600;
}

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

.section-sultan-tea-case-study {
  margin-bottom: 50px;
  padding-top: 140px;
}

.body-3 {
  background-color: var(--background-grey);
  font-family: Satoshi;
}

.case-study-paragraph {
  margin-top: 40px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.case-study-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.case-study-grid-cell {
  border-radius: var(--border-radius);
  background-color: var(--cell-background-grey);
  box-shadow: 5px 5px 0 0 var(--black);
  width: 33.333%;
  height: auto;
  min-height: 17.5rem;
}

.case-study-grid-cell.diamantine-page {
  height: auto;
  min-height: 18.5rem;
}

.case-study-grid-heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2em;
}

.case-study-grid-list {
  padding-left: 50px;
}

.case-study-grid-list-item {
  color: var(--white);
}

.case-study-grid-list-item-text {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.case-study-grid-paragraph {
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.sect {
  background-color: var(--brand-green);
  padding-left: 10px;
  padding-right: 10px;
}

.body-4 {
  color: var(--cell-background-grey);
  font-family: Satoshi;
}

.section-diamantine-study {
  padding-top: 140px;
  padding-bottom: 50px;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.div-block-3 {
  background-color: var(--brand-green);
}

.div-block-4 {
  z-index: -1;
  background-color: var(--brand-green);
  width: 500%;
  height: 650px;
  position: relative;
  top: 92px;
  left: -273px;
}

.div-block-5 {
  width: 30%;
}

.div-block-6 {
  z-index: -1;
  background-color: var(--brand-green);
  height: 500px;
  position: relative;
  top: -450px;
  left: 66px;
}

.div-block-7 {
  z-index: -1;
  float: right;
  background-color: var(--brand-green);
  width: 550px;
  height: 200px;
  position: relative;
  inset: 0% 0% 110px 115px;
}

.div-block-9 {
  width: 35%;
}

.cta-form {
  border-radius: var(--border-radius);
  background-color: var(--brand-green);
  box-shadow: 6px 6px 0 0 var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding: 31px;
  display: flex;
}

.cta-form._2 {
  background-color: var(--brand-green-2);
  border: 7px solid #000;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.cta-form._2.consultation-page, .cta-form.top-margin {
  margin-top: 40px;
}

.image-4 {
  display: none;
}

.image-5 {
  width: 400px;
}

.image-6 {
  display: none;
}

.navbar {
  z-index: 1000;
  background-color: var(--cell-background-grey);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar._2 {
  z-index: 998;
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  text-align: right;
  background-color: #fff6;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 2%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.container-regular {
  width: 100%;
  max-width: 90vw;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-7 {
  width: 10vw;
  min-width: 150px;
}

.company-logo-case-study-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.body-5 {
  color: var(--black);
  font-family: Archivo;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
}

.hero-wrapper._2 {
  flex-flow: row;
}

.section-hero {
  padding-top: 140px;
  padding-bottom: 80px;
}

.section-hero.logos {
  background-color: var(--white);
  border-bottom: 1px solid #000;
}

.section-hero.hero {
  background-color: #6cb28866;
  border-bottom-style: none;
}

.section-hero.case-studies {
  background-color: #6cb28866;
}

.subheading {
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4em;
}

.subheading._3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}

.subheading._2 {
  font-size: 2rem;
}

.hero-heading {
  color: var(--background-grey);
  font-weight: 600;
  line-height: 1em;
}

.hero-heading._3 {
  font-size: 4.9rem;
  line-height: 1em;
}

.hero-heading._2 {
  font-size: 4.9rem;
}

.text-span-3 {
  color: var(--background-grey);
  background-color: #0000;
}

.hero-text-wrapper {
  text-align: left;
}

.button {
  border-radius: var(--border-radius);
  box-shadow: 5px 5px 0 0 var(--black);
  color: var(--white);
  text-align: center;
  background-color: #303030;
  padding: 16px 60px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

.button:hover {
  background-color: var(--brand-green);
  box-shadow: 5px 5px 0 0 var(--black);
}

.button.hero {
  background-color: var(--black);
  margin-bottom: 20px;
}

.button.navbar-cta {
  background-color: var(--brand-green);
  box-shadow: 5px 5px 0 0 var(--black);
  text-align: center;
  border-style: none;
  padding: 12px 30px;
}

.button.navbar-cta:hover {
  background-color: var(--black);
}

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

.button.white-background:hover {
  background-color: var(--cell-background-grey);
  color: var(--white);
}

.button.white-background.less-side-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.button.outline {
  border: 1px solid var(--cell-background-grey);
  background-color: var(--cell-background-grey);
}

.button.outline:hover {
  background-color: var(--brand-green);
}

.button.top-margin {
  margin-top: 20px;
}

.text-block-3 {
  border-width: 2px;
  border-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 60px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-3:hover {
  border-width: 2px;
  border-color: var(--brand-green-2);
  background-color: var(--black);
}

.text-block-3._3 {
  background-color: var(--background-grey);
  font-size: 1.3rem;
}

.text-block-3._2 {
  font-size: 1.5rem;
}

.hero-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 46%;
  max-width: 46%;
  display: flex;
}

.hero-split._2 {
  max-width: 60%;
}

.hero-split.video {
  border-radius: var(--border-radius);
  background-color: var(--black);
  width: 46%;
  padding: 3px;
}

.company-logos-grid-wrapper {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.section-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-wrapper.form {
  flex-flow: column;
}

.section-wrapper._3 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
}

.heading-section {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-section.centre-align {
  text-align: center;
}

.heading-section.top-margin, .text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  font-weight: 700;
}

.div-block-11 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-13 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-item {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.carousel-container {
  display: flex;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.logo-image {
  width: 150px;
}

.logo-image.invert {
  filter: invert();
}

.div-block-14 {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  height: 50%;
  position: absolute;
  inset: 0%;
}

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

.hero-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-top.margin-top {
  margin-top: 40px;
}

.hero-bottom {
  justify-content: center;
  width: 100%;
  display: flex;
}

.video {
  width: 500px;
}

.video-2, .code-embed {
  width: 100%;
}

.popup-modal {
  z-index: 999;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-container {
  background-color: var(--white);
  width: 100%;
  max-width: 35rem;
  padding: 32px;
  display: none;
  position: absolute;
  top: 200px;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.close-button {
  color: var(--black);
  text-decoration: none;
  transform: rotate(0);
}

.text-block-5 {
  transform: translate(0);
}

.close-button-text {
  transform: rotate(45deg);
}

.link-block-6 {
  color: var(--black);
  font-size: 2.5rem;
  text-decoration: none;
  position: absolute;
  inset: 1rem .7rem auto auto;
  transform: translate(0);
}

.link-2 {
  font-size: 1rem;
  line-height: 1.2em;
}

.popup-button {
  background-color: var(--brand-green-2);
  color: var(--white);
  padding: 12px 15px;
  font-size: 1rem;
  line-height: 1.2em;
  text-decoration: none;
}

.paragraph {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph.dark-background {
  color: var(--white);
}

.paragraph.centred {
  text-align: center;
}

.link-block-7 {
  background-color: var(--black);
  color: var(--white);
  width: 300px;
  margin-top: 30px;
  padding: 18px 20px;
  font-size: 2rem;
  text-decoration: none;
}

.link-block-7:hover {
  background-color: var(--brand-green-2);
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-6 {
  color: var(--background-grey);
}

.div-block-15 {
  background-color: var(--brand-green-2);
  color: var(--white);
  text-align: center;
  max-width: 1100px;
  padding: 10px 15px;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: var(--brand-green);
  padding-top: 140px;
  padding-bottom: 60px;
}

.h3 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

.h3.dark-background {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.2em;
}

.what-sets-us-apart-text {
  border-radius: var(--border-radius);
  background-color: var(--cell-background-grey);
  box-shadow: 5px 5px 0 0 var(--black);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  min-height: 11rem;
  margin-bottom: 20px;
  padding: 26px;
  display: flex;
}

.what-you-can-expect-wrapper {
  padding: 0;
}

.what-you-can-expect-cell {
  border-radius: var(--border-radius);
  background-color: var(--cell-background-grey);
  box-shadow: 5px 5px 0 0 var(--black);
  justify-content: space-around;
  padding: 20px;
}

.what-you-can-expect-cell.centre {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.roadmap-list {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.roadmap-list-item {
  border-radius: var(--border-radius);
  background-color: var(--brand-green);
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 6.8rem;
  padding: 8px;
  display: flex;
}

.roadmap-list-text {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

.we-ve-helped-brands-list-item {
  margin-bottom: 10px;
}

.we-ve-helped-brands-list-text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

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

.div-block-17 {
  max-width: 1100px;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  max-width: 1100px;
}

.homepage-image {
  border-radius: var(--border-radius);
}

.h2 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.image-9 {
  border-radius: var(--border-radius);
}

.heading-5 {
  font-size: 2.2rem;
  line-height: 1.5em;
}

.section-features {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-features.bottom-border {
  border-bottom: 1px solid #8b8b8b;
}

.section-contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-span-7 {
  background-image: linear-gradient(180deg, #0000 60%, var(--brand-green) 60%);
  padding-left: 5px;
  padding-right: 5px;
  display: inline-flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.close-button-2 {
  cursor: pointer;
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 1px solid #2c50fa;
  border-radius: 100vw;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button-2:hover {
  border-color: #fff;
}

.logo {
  width: 11rem;
}

.logo.small {
  width: 9rem;
}

.side-menu-wrapper {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 22rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.text-size-large {
  font-size: 1.5rem;
}

.menu-icon {
  width: 2rem;
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  display: flex;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.side-menu-background {
  z-index: 1;
  background-color: #2c50fa;
  width: 22rem;
  height: 130vh;
  padding-top: 0;
  position: fixed;
  inset: -20% 0 auto auto;
  overflow: hidden;
  box-shadow: -8px 0 30px #0000003b;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.nav-link-block {
  flex: 1;
}

.navbar_component {
  z-index: auto;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.side-menu-item-wrapper.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.menu-button-2 {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

@media screen and (max-width: 991px) {
  .hero-subtext {
    text-align: center;
    font-size: 1.7rem;
  }

  .hero-subtext.home1 {
    color: var(--black);
    font-size: 1.7rem;
  }

  .hero-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .hero-text-wrapper.home1 {
    width: auto;
    max-width: 100%;
  }

  .heading {
    text-align: center;
    font-size: 4rem;
  }

  .heading.home1 {
    color: var(--black);
    font-size: 4rem;
  }

  .consultation-features-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .consultation-feature-text {
    text-align: center;
    font-size: 1.2rem;
  }

  .section-about-us.white-background {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .about-us-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-edge-header {
    font-size: 1.8rem;
  }

  .section-paragraph {
    font-size: 1.3rem;
  }

  .about-us-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .image {
    vertical-align: baseline;
    order: -1;
    width: 50%;
    display: none;
  }

  .about-us-list-item {
    margin-bottom: -10px;
  }

  .about-us-list-item-heading, .about-us-list-item-paragraph {
    font-size: 1.2rem;
  }

  .section-heading-span {
    font-size: 1.8rem;
  }

  .section-heading-span.case-study-page {
    font-size: 1.3rem;
  }

  .our-services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-our-services.white-background {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .uui-field-label {
    font-size: 1.3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-text-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .section-testimonials.white-background {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .testimonial-client-title-company {
    font-size: 1rem;
  }

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

  .testimonial-client-name {
    font-size: 1.1rem;
  }

  .contact-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .company-logos-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .uui-contact01_component {
    order: -1;
    width: 100%;
  }

  .rl_navbar2_logo {
    width: 200px;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-wrapper {
    align-items: center;
  }

  .navbar-link {
    text-align: center;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    display: block;
  }

  .rl_navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

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

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .testimonial-case-study-wrapper {
    padding: 8px 9px;
    font-size: 1.1rem;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: .8rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-logo_component {
    width: 250px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-case-studies {
    padding-top: 100px;
  }

  .pages-h1 {
    font-size: 2.6rem;
  }

  .pages-subheading {
    font-size: 1.7rem;
  }

  .pages-subheading.case-studies-page {
    font-size: 1.4rem;
  }

  .case-study-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-study-stats-grid {
    grid-row-gap: 50px;
  }

  .case-study-stats-grid.sultan-tea-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-stats-grid.diamantine-page {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-stats-number {
    font-size: 2.5rem;
  }

  .case-study-stats-text {
    font-size: 1.3rem;
  }

  .image-3 {
    width: 150px;
  }

  .case-study-stats-cell-read-more {
    font-size: 1.5rem;
  }

  .section-sultan-tea-case-study {
    padding-top: 100px;
  }

  .case-study-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .case-study-grid-cell {
    width: 100%;
    height: auto;
  }

  .case-study-grid-cell.diamantine-page {
    height: auto;
  }

  .section-diamantine-study {
    padding-top: 100px;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-8 {
    width: 100%;
  }

  .cta-form {
    width: 100%;
    margin-top: 40px;
  }

  .cta-form._2 {
    width: 90%;
    margin-top: 40px;
  }

  .image-4 {
    border-radius: var(--border-radius);
    order: -1;
    display: block;
  }

  .image-5 {
    height: 500px;
  }

  .image-6 {
    order: -1;
    display: inline-flex;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    text-align: center;
    background-color: #fffffff2;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
    font-size: 2rem;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: #fff;
  }

  .icon {
    border-radius: var(--border-radius);
    color: var(--black);
  }

  .section-hero {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .subheading._3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .subheading._2 {
    font-size: 1.8rem;
    line-height: 1.3em;
  }

  .hero-heading._3 {
    font-size: 4.1rem;
    line-height: 1em;
  }

  .hero-heading._2 {
    font-size: 4.6rem;
    line-height: 1em;
  }

  .hero-split {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
  }

  .hero-split._2 {
    order: 1;
    max-width: 100%;
  }

  .hero-split.video {
    order: -1;
    width: 80%;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .section-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-wrapper._3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-section {
    text-align: center;
    margin-bottom: 0;
  }

  .heading-section.top-margin {
    margin-top: 20px;
  }

  .div-block-11 {
    align-items: flex-end;
  }

  .text-block-4 {
    font-size: 1.8rem;
  }

  .image-8 {
    margin-top: 40px;
  }

  .logo-container {
    min-width: 170%;
  }

  .logo-image {
    width: 120px;
  }

  .bottom-icon {
    width: 80px;
  }

  .hero-top {
    flex-flow: column;
  }

  .hero-top.margin-top {
    margin-top: 0;
  }

  .section-3 {
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 1.3rem;
  }

  .h3.dark-background {
    text-align: center;
    font-size: 1.2rem;
  }

  .what-you-can-expect-cell {
    justify-content: space-around;
  }

  .roadmap-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .roadmap-list-item {
    width: 100%;
    min-height: 3.5rem;
  }

  .section-5 {
    padding-top: 20px;
  }

  .we-ve-helped-brands-list-text {
    font-size: 1.2rem;
  }

  .h2 {
    font-size: 1.8rem;
  }

  .image-9 {
    margin-top: 20px;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    z-index: 0;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-subtext {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .hero-subtext.home1 {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .heading {
    font-size: 3rem;
  }

  .heading.home1 {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .consultation-feature-text {
    font-size: 1rem;
  }

  .left-edge-header {
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .section-paragraph {
    font-size: 1.2rem;
  }

  .about-us-list-item-heading {
    margin-bottom: 0;
  }

  .section-heading-span {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

  .section-heading-span.case-study-page, .our-services-header-h3 {
    font-size: 1.2rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-field-label {
    font-size: 1.1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-form_input.text-area {
    font-size: 1rem;
  }

  .uui-contact02_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-contact02_component {
    margin-top: 1rem;
  }

  .uui-contact02_component.home2 {
    width: 100%;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial-client-title-company {
    font-size: .9rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .testimonial-grid-cell {
    padding: 1.5rem;
  }

  .testimonials-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial13_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial13_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-client-name {
    font-size: 1rem;
  }

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

  .uui-field-label-2 {
    font-size: 1.2rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-form_input-2 {
    font-size: 1rem;
  }

  .uui-contact01_component {
    margin-top: 1rem;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }

  .testimonial-case-study-arrow {
    width: 25px;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer04_social-link:hover, .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-logo_component {
    width: 200px;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .pages-h1 {
    font-size: 2rem;
    text-decoration-thickness: 10px;
  }

  .pages-subheading {
    font-size: 1.5rem;
  }

  .pages-subheading.case-studies-page {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .case-study-wrapper {
    margin-bottom: 60px;
    padding: 20px 30px;
  }

  .case-study-stats-number {
    font-size: 2.2rem;
  }

  .case-study-stats-text {
    font-size: 1.2rem;
  }

  .case-study-stats-cell-read-more {
    font-size: 1.3rem;
  }

  .case-study-paragraph {
    font-size: 1.1rem;
  }

  .case-study-grid-list-item-text, .case-study-grid-paragraph {
    font-size: 1rem;
  }

  .cta-form._2 {
    width: 100%;
    margin-top: 20px;
    padding: 24px;
  }

  .image-4 {
    border-radius: var(--border-radius);
  }

  .image-5 {
    height: 400px;
  }

  .navbar-no-shadow-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-hero {
    padding-bottom: 30px;
  }

  .subheading {
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .subheading._3 {
    font-size: 1.3rem;
  }

  .subheading._2 {
    font-size: 1.5rem;
  }

  .hero-heading._3, .hero-heading._2 {
    font-size: 3rem;
  }

  .button {
    padding: 12px 40px;
  }

  .button.white-background {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-section {
    font-size: 1.7rem;
  }

  .div-block-11 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    display: grid;
  }

  .div-block-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-4 {
    font-size: 1.5rem;
  }

  .logo-container {
    min-width: 190%;
  }

  .logo-image {
    width: 100px;
  }

  .bottom-icon {
    width: 60px;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .roadmap-list-item {
    min-height: 3.5rem;
  }

  .we-ve-helped-brands-list-text {
    font-size: 1.1rem;
  }

  .h2 {
    font-size: 1.5rem;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-wrapper {
    overflow: hidden;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .side-menu_component {
    overflow: scroll;
  }

  .side-menu-background {
    z-index: 6;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-subtext {
    font-size: 1.2rem;
  }

  .hero-subtext.home1 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .hero-text-wrapper.home1 {
    padding-right: 0;
  }

  .heading {
    font-size: 2.2rem;
  }

  .heading.home1 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .consultation-features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .consultation-feature {
    width: 100%;
  }

  .text-block {
    font-size: 13px;
  }

  .section-about-us {
    margin-top: 50px;
  }

  .section-about-us.white-background {
    margin-top: 0;
    padding-top: 40px;
  }

  .left-edge-header {
    font-size: 1.3rem;
    line-height: 1em;
  }

  .section-paragraph {
    font-size: 1.1rem;
  }

  .section-paragraph.green-background {
    font-size: 1.2rem;
  }

  .about-us-list {
    padding-left: 0;
  }

  .about-us-list-item {
    margin-bottom: -15px;
  }

  .about-us-list-item-heading {
    font-size: 1.1rem;
  }

  .about-us-list-item-paragraph {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5em;
  }

  .section-heading-span {
    padding-left: 10px;
    font-size: 1.3rem;
  }

  .section-heading-span.case-study-page {
    font-size: 1.1rem;
  }

  .our-services-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .our-services-cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-services-header-h3 {
    font-size: 1.1rem;
  }

  .our-services-sub-head, .our-services-list-item-text {
    font-size: 1rem;
  }

  .section-our-services {
    margin-top: 50px;
  }

  .section-our-services.white-background {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .uui-field-label, .uui-form_input.text-area {
    font-size: 1rem;
  }

  .form-field-2col {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .section-testimonials {
    margin-top: 50px;
  }

  .section-testimonials.white-background {
    margin-top: 0;
  }

  .uui-heading-xxsmall.text-weight-medium {
    font-size: 1rem;
  }

  .testimonial-grid-cell {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .company-logo {
    width: 100px;
  }

  .company-logos-grid {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .uui-button-2 {
    color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  }

  .navbar-link {
    font-size: 1rem;
  }

  .testimonial-case-study-text {
    font-size: 1.1rem;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-logo_component {
    width: 170px;
  }

  .section-case-studies {
    padding-top: 80px;
  }

  .pages-h1 {
    font-size: 1.6rem;
    text-decoration: none;
    text-decoration-thickness: 10px;
  }

  .pages-subheading {
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .pages-subheading.case-studies-page {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .case-study-wrapper {
    padding: 20px 15px;
  }

  .case-study-stats-cell {
    padding-bottom: 20px;
  }

  .case-study-stats-cell.logo {
    justify-content: flex-start;
    align-items: center;
  }

  .case-study-stats-grid {
    grid-row-gap: 30px;
    padding-top: 0;
  }

  .case-study-stats-grid.sultan-tea-page {
    padding-top: 20px;
  }

  .case-study-stats-text-wrapper {
    padding-left: 0;
  }

  .case-study-stats-number {
    font-size: 2rem;
  }

  .case-study-stats-text {
    font-size: 1.1rem;
  }

  .image-3 {
    width: 150px;
  }

  .text-block-2 {
    font-size: 1.3rem;
  }

  .section-sultan-tea-case-study {
    padding-top: 80px;
  }

  .case-study-paragraph {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .case-study-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-diamantine-study {
    padding-top: 80px;
  }

  .cta-form._2 {
    padding: 11px;
  }

  .navbar-no-shadow-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .icon {
    border-radius: 0;
  }

  .section-hero {
    padding-top: 100px;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .subheading._3 {
    font-size: 1.2rem;
  }

  .subheading._2 {
    font-size: 1.3rem;
  }

  .hero-heading._3 {
    font-size: 2.5rem;
  }

  .hero-heading._2 {
    font-size: 2.1rem;
  }

  .text-block-3 {
    padding: 12px 50px;
  }

  .text-block-3._3 {
    font-size: 1.3rem;
  }

  .text-block-3._2 {
    padding: 12px 50px;
    font-size: 1.3rem;
  }

  .hero-split.video {
    width: 100%;
  }

  .company-logos-grid-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-section {
    text-align: center;
    font-size: 1.6rem;
  }

  .div-block-11 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-4 {
    font-size: 1.3rem;
  }

  .logo-container {
    min-width: 250%;
  }

  .logo-image {
    width: 90px;
  }

  .bottom-icon {
    width: 50px;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .section-3 {
    padding-top: 80px;
  }

  .h3, .h3.dark-background {
    font-size: 1.1rem;
  }

  .roadmap-list-item {
    min-height: 4.3rem;
    padding-left: 12px;
    padding-right: 12px;
  }

  .roadmap-list-text {
    padding-left: 0;
    padding-right: 0;
  }

  .we-ve-helped-brands-list-text {
    font-size: 1rem;
  }

  .section-7 {
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 1.3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-wrapper, .side-menu_component, .side-menu-background {
    width: 100%;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_3721bcaa-3e50-3d32-0e20-3c31908f2047-3c4ac7cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_754b7898-9b2a-ea2e-a950-340dd19fae41-3c4ac7cd {
  grid-row: span 2 / span 2;
}

#w-node-b792e3cb-c8f2-6425-2487-7898a2a9f709-3c4ac7cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b792e3cb-c8f2-6425-2487-7898a2a9f70a-3c4ac7cd {
  grid-row: span 2 / span 2;
}

#w-node-df1e4078-58fa-df12-78f0-d4362e51ca7c-3c4ac7cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-df1e4078-58fa-df12-78f0-d4362e51ca7d-3c4ac7cd, #w-node-df1e4078-58fa-df12-78f0-d4362e51ca83-3c4ac7cd {
  grid-row: span 2 / span 2;
}

#w-node-e1fbbfb0-f047-9901-46f0-d8686e1e6a02-3c4ac7cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e1fbbfb0-f047-9901-46f0-d8686e1e6a03-3c4ac7cd, #w-node-e1fbbfb0-f047-9901-46f0-d8686e1e6a09-3c4ac7cd {
  grid-row: span 2 / span 2;
}

#w-node-f47958bb-ba68-4346-e580-e3510113660a-3c4ac7cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f47958bb-ba68-4346-e580-e3510113660b-3c4ac7cd, #w-node-f47958bb-ba68-4346-e580-e35101136611-3c4ac7cd {
  grid-row: span 2 / span 2;
}

#w-node-_5d23bd80-50dd-2807-a18a-45001024a9ed-1024a9d1 {
  justify-self: end;
}

#w-node-_430bf545-a996-7e3a-4108-e142a501d6dd-8f884a44, #w-node-_15fdf720-2d57-b03f-65a5-b5768321cbcf-0082ab46 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_64dab62f-fb0e-1ff1-47d2-647952167fa2-91392112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64dab62f-fb0e-1ff1-47d2-647952167fa3-91392112 {
  justify-self: center;
}

#w-node-_1ae1b892-7aa7-5e2d-84e2-f83d2413e9b1-91392112 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_16964433-a60c-f644-695b-2f9d2dbe1c03-91392112 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e45b8645-d1eb-ffbf-97eb-b008c7705d2c-9f3fd453 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_70f0bfcf-ffaa-4577-1d62-01020a83f9e5-9f3fd453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f0bfcf-ffaa-4577-1d62-01020a83f9e6-9f3fd453 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3721bcaa-3e50-3d32-0e20-3c31908f2047-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_754b7898-9b2a-ea2e-a950-340dd19fae41-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-b792e3cb-c8f2-6425-2487-7898a2a9f709-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b792e3cb-c8f2-6425-2487-7898a2a9f70a-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-df1e4078-58fa-df12-78f0-d4362e51ca7c-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-df1e4078-58fa-df12-78f0-d4362e51ca7d-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-e1fbbfb0-f047-9901-46f0-d8686e1e6a02-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e1fbbfb0-f047-9901-46f0-d8686e1e6a03-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-f47958bb-ba68-4346-e580-e3510113660a-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f47958bb-ba68-4346-e580-e3510113660b-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-_5d23bd80-50dd-2807-a18a-45001024a9d6-1024a9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d23bd80-50dd-2807-a18a-45001024a9ed-1024a9d1 {
    justify-self: center;
  }

  #w-node-_16964433-a60c-f644-695b-2f9d2dbe1c03-91392112 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d23bd80-50dd-2807-a18a-45001024a9d6-1024a9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_430bf545-a996-7e3a-4108-e142a501d6dd-8f884a44, #w-node-_15fdf720-2d57-b03f-65a5-b5768321cbcf-0082ab46 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1ae1b892-7aa7-5e2d-84e2-f83d2413e9b1-91392112 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_16964433-a60c-f644-695b-2f9d2dbe1c03-91392112 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e45b8645-d1eb-ffbf-97eb-b008c7705d2c-9f3fd453 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3721bcaa-3e50-3d32-0e20-3c31908f2047-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_754b7898-9b2a-ea2e-a950-340dd19fae41-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-b792e3cb-c8f2-6425-2487-7898a2a9f709-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b792e3cb-c8f2-6425-2487-7898a2a9f70a-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-df1e4078-58fa-df12-78f0-d4362e51ca7c-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-df1e4078-58fa-df12-78f0-d4362e51ca7d-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-e1fbbfb0-f047-9901-46f0-d8686e1e6a02-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1fbbfb0-f047-9901-46f0-d8686e1e6a03-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-f47958bb-ba68-4346-e580-e3510113660a-3c4ac7cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f47958bb-ba68-4346-e580-e3510113660b-3c4ac7cd {
    grid-row: span 2 / span 2;
  }

  #w-node-_430bf545-a996-7e3a-4108-e142a501d6dd-8f884a44, #w-node-_15fdf720-2d57-b03f-65a5-b5768321cbcf-0082ab46 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1ae1b892-7aa7-5e2d-84e2-f83d2413e9b1-91392112 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.zip') format('undefined'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}