html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

nav, section {
  display: block;
}

video {
  vertical-align: baseline;
  display: inline-block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1, h2, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}


:root {
  --black: black;
  --primary-dark: #002c11;
  --paragraph-gray: #585858;
  --primary: #035925;
  --light-gray: #fafafa;
  --gray: #ebebeb;
  --white: white;
  --secondary-orange: #f5e197;
  --secondary-red: #eecbaa;
  --secondary-yellow: #ffff7e;
  --white-20: #fff3;
}

.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 {
  color: var(--black);
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  color: var(--black);
  letter-spacing: -1.28px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--black);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  letter-spacing: -.48px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: -.32px;
  margin-bottom: 0;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  letter-spacing: -.32px;
  align-items: center;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--black);
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.gray-bg {
  background-color: var(--light-gray);
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.primary-button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: -.32px;
  border-radius: 50px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--secondary-orange);
  background-image: linear-gradient(319deg, var(--secondary-red), var(--secondary-yellow) 50%, var(--secondary-orange));
  color: var(--white);
}

.primary-button.cta:hover {
  background-color: var(--white);
  background-image: none;
}

.nav-menu {
  text-align: right;
  justify-content: flex-start;
}

.nav-link {
  color: var(--white);
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition-property: none;
}

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

.nav-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-item-title.line {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.nav-menu-wrapper {
    display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;

}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--gray);
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--paragraph-gray);
  text-align: center;
  letter-spacing: -.28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

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

.text-white.without-space {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-input:focus-visible {
  border-color: var(--primary);
}

.footer-link {
  color: var(--paragraph-gray);
  letter-spacing: -.48px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  height: 80px;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  object-fit: contain;
  height: 100%;
}

.without-top-spacing {
  padding-top: 0;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.secondary-button {
  background-color: var(--white-20);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  letter-spacing: -.32px;
  border-radius: 100px;
  padding: 18px 20px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

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

.navbar-absolute {
  background-color: #ddd0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brand-tablet {
  display: none;
}



.home-1-banner-section {
  position: relative;
}

.home-1-banner {
  z-index: 1;
  flex-flow: column;
  padding-top: 300px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-1-banner-overlay {
  z-index: 0;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-1-banner-top-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-bottom: 56px;
  display: flex;
}

.home-1-h1-wrapper {
  text-align: right;
  max-width: 460px;
}

.home-1-banner-left-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.home-1-banner-labels-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.home-1-banner-text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.underlined-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  letter-spacing: -1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.underlined-link:hover {
  color: var(--white);
}

.home-1-banner-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
}

.scroll-link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  letter-spacing: -.32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.scroll-link-block:hover {
  color: var(--white);
}

.image-2 {
  transform: rotate(90deg);
}

.logo {
  height: 60px;
}

.header-button-wrapper.tablet {
  margin-top: 20px;
  display: none;
}

.home-1-about {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  display: flex;
}

.title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  max-width: 470px;
  display: flex;
}

.paragraph-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 463px;
  margin-top: 54px;
  display: flex;
}

.section-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  letter-spacing: -.32px;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

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

.labels-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.about-label {
  background-color: var(--gray);
  color: var(--paragraph-gray);
  letter-spacing: -.32px;
  border-radius: 6px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1.5em;
}

.home-1-numbers-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-text {
  color: var(--black);
  letter-spacing: -1.4px;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1em;
}

.large-text.text-white {
  color: var(--white);
  font-size: 50px;
}

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

.home-1-service-section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.home-1-services-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.tm40-button-wrapper {
  margin-top: 40px;
}

.home-1-services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.bg-rectangle {
  background-color: var(--light-gray);
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 15px;
  display: flex;
  position: relative;
}

.services-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-collection-list-wrapper {
  width: 100%;
}

.services-collection-item {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  border: 1px solid var(--gray);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plus-button-wrapper {
  z-index: 2;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
}

.services-card {
  z-index: 0;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.solution-card-paragraph {
  color: var(--white);
  letter-spacing: -.28px;
  font-size: 14px;
}

.card-link-text {
  color: var(--white);
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 500;
}

.card-link-text:hover {
  color: var(--secondary-orange);
}

.service-card-text-wrap {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 148px;
  padding: 27px 10px 20px;
  display: flex;
  position: relative;
}

.plus-button {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.gray-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--light-gray);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  display: flex;
}

.gray-card-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 426px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.home-1-gray-card-image {
  object-fit: cover;
  border-radius: 4px;
  width: 45%;
  max-width: 530px;
}

.solutions-list {
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.solution-list-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid var(--gray);
  flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.without-space {
  margin-top: 0;
  margin-bottom: 0;
}

.small-paragraph {
  letter-spacing: -.28px;
  font-size: 14px;
}

.solution-button-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 42px;
  display: flex;
}

.center-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-1-cards-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.light-gray-card {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-gray);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 310px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-image {
  object-fit: cover;
  border-radius: 4px;
  width: 90px;
  height: 102px;
  box-shadow: 0 8px 24px #00000040;
}

.primary-card {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 310px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
  transform: rotate(-6deg);
}

.black-card {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 310px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
  transform: rotate(6deg);
}

.home-1-team-block {
  border-radius: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.founder-image {
  background-image: url("image/milk.jpg");
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 400px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.founder-text {
  color: var(--white);
  letter-spacing: -.28px;
  font-size: 14px;
  line-height: 1.5em;
}

.quote-wrap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--primary);
  flex-flow: column;
  flex: 1;
  padding: 60px 60px 48px;
  display: flex;
}

.founder-quote {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.quotes-icon {
  height: 24px;
}

.founder-quote-text {
  color: var(--white);
  letter-spacing: -.52px;
  max-width: 574px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
}

.founder-name-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.team-button-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
}

.primary-bg {
  z-index: -1;
  background-color: var(--primary);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 200%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.home-1-testimonials-slider {
  background-color: #ddd0;
  margin-top: 40px;
}

.big-testimonial-slide {
  background-color: var(--light-gray);
  border-radius: 10px;
  max-width: 530px;
  margin-right: 20px;
  padding: 30px;
}

.testimonial-slide {
  background-color: var(--light-gray);
  border-radius: 10px;
  width: 310px;
  height: 100%;
  margin-right: 20px;
  padding: 30px 35px 30px 30px;
}

.testimonial-slide.black-bg {
  background-color: var(--black);
}

.testimonial-slide.primary-bg {
  z-index: auto;
  background-color: var(--primary);
  position: relative;
}

.home-1-testimonials-mask {
  box-sizing: content-box;
  max-width: 530px;
  overflow: visible;
}

.testimonial-small-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.client-name-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-photo-wrap {
  display: flex;
}

.testimonial-quote {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 16px;
  display: flex;
}

.client-photo {
  background-color: var(--gray);
  object-fit: cover;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-left: -13px;
}

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

.medium-weight-paragraph {
  font-weight: 500;
}

.testimonial-card-text {
  color: var(--black);
  letter-spacing: -.4px;
  max-width: 430px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.testimonial-card-text.text-white {
  color: var(--white);
}

.testimonials-client-photo {
  background-color: var(--gray);
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.home-1-testimonials-left-arrow {
  border: 1px solid var(--gray);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: -90px 54px auto auto;
}

.home-2-testimonials-right-arrow {
  border: 1px solid var(--gray);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: -90px 0 auto auto;
}

.cta-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(304deg, var(--secondary-red), var(--secondary-yellow) 50%, var(--secondary-orange));
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 60px 74px 60px 60px;
  display: flex;
}

.cta-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 530px;
  display: flex;
}

.cta-paragraph {
  max-width: 500px;
}

.cta-text-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.cta-labels-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-text {
  color: var(--black);
  text-align: left;
  letter-spacing: -.4px;
  max-width: 210px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.footer-collection-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.clip {
  position: relative;
  overflow: hidden;
}

.button-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  overflow: hidden;
}

.button-text-wrap.bottom-wrap {
  color: var(--black);
  position: absolute;
  bottom: -100%;
}

.button-text-wrap.bottom-wrap-white {
  position: absolute;
  bottom: -100%;
}

.underlined-link-text-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.link-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.blur-image {
  z-index: 0;
  filter: blur(24px);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  h1 {
    letter-spacing: -1.4px;
    font-size: 70px;
  }

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

  .footer {
    padding-top: 110px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .home-1-banner {
    padding-top: 350px;
  }

  .home-1-banner-left-wrapper {
    max-width: 490px;
  }

  .home-1-banner-text {
    font-size: 28px;
  }

  .home-1-about {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
  }

  .title-wrapper {
    width: 50%;
  }

  .large-text {
    font-size: 70px;
  }

  .large-text.text-white {
    font-size: 64px;
  }

  .home-1-service-section-title-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 25%;
    max-width: 330px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
  }

  .home-1-services {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    flex-flow: row;
  }

  .services-collection-list {
    display: flex;
  }

  .services-collection-list-wrapper {
    width: auto;
    position: absolute;
    left: -90px;
  }

  .services-collection-item {
    width: auto;
    min-width: 270px;
  }

  .service-card-text-wrap {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gray-card {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .gray-card-text-wrapper {
    padding-left: 40px;
  }

  .founder-image {
    max-width: 450px;
  }

  .founder-name-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    place-items: end start;
  }

  .team-button-wrap {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .cta-text-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .footer-links-wrap {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h5, h6 {
    margin-bottom: 10px;
  }

  .base-container {
    max-width: 1300px;
  }

  .home-1-numbers-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .large-text.text-white {
    font-size: 70px;
  }

  .services-collection-item {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    min-width: 300px;
  }

  .founder-image {
    max-width: 530px;
  }

  .founder-name-wrap {
    grid-template-columns: 1fr .5fr;
  }
}

@media screen and (min-width: 1920px) {

  .base-container {
    max-width: 1440px;
  }

  .home-1-banner {
    padding-top: 500px;
  }

  .services-collection-item {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    min-width: 380px;
  }

  .home-1-gray-card-image {
    width: auto;
    max-width: 650px;
  }

  .founder-name-wrap {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .footer-links-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .blur-image {
    filter: blur(10px);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  .primary-button {
    display: block;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 2px;
  }

  .nav-item-title {
    color: var(--black);
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 50px;
  }

  .navbar-absolute {
    height: 60px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 2px;
  }

  .image-burger.white {
    filter: invert();
  }

  .brand-tablet {
    height: 31px;
    display: block;
  }

  .brand-tablet.w--current {
    height: 31px;
  }

  .home-1-banner {
    padding-top: 220px;
  }

  .home-1-banner.mobile {
    padding-top: 160px;
  }

  .home-1-banner-overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .home-1-banner-top-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-1-banner-top-wrapper.mobile {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start stretch;
    display: grid;
  }

  .home-1-h1-wrapper.mobile {
    text-align: left;
    max-width: 500px;
  }

  .home-1-banner-left-wrapper {
    max-width: 350px;
  }

  .home-1-banner-left-wrapper.mobile {
    max-width: 450px;
  }

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

  .header-button-wrapper.tablet {
    display: block;
  }

  .home-1-about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .title-wrapper {
    width: 70%;
    max-width: none;
  }

  .paragraph-wrapper {
    width: 100%;
    max-width: 540px;
    margin-top: 0;
  }

  .home-1-numbers-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .large-text {
    margin-top: 0;
    font-size: 52px;
  }

  .large-text.numbers {
    margin-top: 10px;
    font-size: 64px;
  }

  .home-1-service-section-title-wrapper {
    width: 58%;
    padding-bottom: 40px;
  }

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

  .services-collection-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .founder-image {
    padding-bottom: 48px;
  }

  .quote-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 40px;
    padding-right: 0;
  }

  .founder-quote {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .founder-quote-text {
    font-size: 24px;
  }

  .founder-name-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .team-button-wrap {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .cta-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: end stretch;
    display: grid;
  }

  .cta-text-wrapper {
    max-width: 500px;
  }

  .cta-text-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .number-cell {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    display: flex;
  }
}

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

  h2 {
    font-size: 36px;
  }

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

  .section.without-top-spacing {
    padding-top: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

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

  .footer-logo-wrapper {
    width: auto;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .home-1-banner {
    padding-top: 160px;
  }

  .home-1-banner-overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .home-1-banner-top-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-1-h1-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .home-1-banner-left-wrapper {
    max-width: none;
  }

  .title-wrapper {
    width: 100%;
  }

  .title-wrapper.testimonials-home-1 {
    width: 80%;
  }

  .paragraph-wrapper {
    max-width: none;
  }

  .home-1-service-section-title-wrapper {
    width: 100%;
  }

  .bg-rectangle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .services-collection-list {
    flex-flow: column;
    display: flex;
  }

  .services-collection-item {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .service-card-text-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 160px;
  }

  .gray-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .gray-card-text-wrapper {
    max-width: none;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .home-1-gray-card-image {
    width: 100%;
    max-width: none;
    height: 350px;
  }

  .solution-button-wrapper {
    margin-top: 12px;
  }

  .home-1-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 40px;
  }

  .light-gray-card {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .primary-card, .black-card {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    transform: none;
  }

  .home-1-team-block {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .founder-image {
    border-top-left-radius: 0;
    width: 100%;
    max-width: none;
    height: 500px;
  }

  .quote-wrap {
    border-top-left-radius: 10px;
    padding-bottom: 40px;
  }

  .founder-name-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .7fr;
    grid-auto-columns: 1fr;
    place-items: end start;
    display: grid;
  }

  .team-button-wrap {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cta-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .footer-brand {
    height: auto;
  }

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

  .home-1-banner-labels-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-1-banner-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-wrapper.testimonials-home-1 {
    width: 100%;
  }

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

  .large-text.text-white {
    font-size: 40px;
  }

  .service-card-text-wrap {
    padding-right: 20px;
  }

  .gray-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gray-card-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .light-gray-card, .primary-card, .black-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .founder-image {
    height: 400px;
  }

  .quote-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 15px;
  }

  .founder-quote-text {
    font-size: 20px;
  }

  .founder-name-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .team-button-wrap {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .home-1-testimonials-slider {
    height: auto;
    margin-bottom: 90px;
    display: flex;
  }

  .big-testimonial-slide {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 332px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-slide {
    width: 100%;
    min-height: 332px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-slide.black-bg {
    width: 100%;
  }

  .home-1-testimonials-mask {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: hidden;
  }

  .testimonial-small-card {
    height: auto;
    min-height: 280px;
  }
.nav-menu-wrapper {
    
}
  .testimonial-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: 280px;
    display: grid;
  }

  .testimonial-quote {
    display: none;
  }

  .client-photo {
    margin-left: 0;
  }

  .home-1-testimonials-left-arrow {
    inset: auto auto -90px 0;
  }

  .home-2-testimonials-right-arrow {
    inset: auto auto -90px 54px;
  }

  .cta-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .cta-text-wrapper {
    max-width: none;
  }

  .cta-labels-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .footer-links-wrap {
    grid-column-gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .number-cell {
    width: 100%;
  }
}

.navbar-absolute {
  background-color: #ddd0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), backdrop-filter 0.4s ease;
}

.navbar-absolute.is-scrolled {
  background-color: var(--primary-dark);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-absolute.menu-open {
  background-color: #ddd0;
}




@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  .primary-button {
    display: block;
  }

  /* Fixed nav-menu visibility and positioning for mobile */
  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    overflow-y: auto;
  }

  .nav-menu.is-open {
    transform: translateX(0);
  }

  /* Ensure burger button is always visible on mobile */
  .menu-button {
    text-align: right;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: none;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  /* Close button styling */
  .close-menu-button {
    background-color: transparent;
    padding: 0 20px 0 0;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 2px;
    width: 24px;
    height: 24px;
  }

  .nav-item-title {
    color: var(--black);
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 50px;
  }

  .navbar-absolute {
    height: 60px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  /* Burger icon always visible and properly sized */
  .image-burger {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 2px;
  }

  .image-burger.white {
    filter: invert();
  }

  .brand-tablet {
    height: 31px;
    display: block;
  }

  .brand-tablet.w--current {
    height: 31px;
  }

  .home-1-banner {
    padding-top: 220px;
  }

  .home-1-banner.mobile {
    padding-top: 160px;
  }

  .home-1-banner-overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .home-1-banner-top-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-1-banner-top-wrapper.mobile {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start stretch;
    display: grid;
  }

  .home-1-h1-wrapper.mobile {
    text-align: left;
    max-width: 500px;
  }

  .home-1-banner-left-wrapper {
    max-width: 350px;
  }

  .home-1-banner-left-wrapper.mobile {
    max-width: 450px;
  }

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

  .header-button-wrapper.tablet {
    display: block;
  }

  .home-1-about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .title-wrapper {
    width: 70%;
    max-width: none;
  }

  .paragraph-wrapper {
    width: 100%;
    max-width: 540px;
    margin-top: 0;
  }

  .home-1-numbers-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .large-text {
    margin-top: 0;
    font-size: 52px;
  }

  .large-text.numbers {
    margin-top: 10px;
    font-size: 64px;
  }

  .home-1-service-section-title-wrapper {
    width: 58%;
  }
}
    .navbar-absolute {
        height: 85px;
    }
    .farming {
      background-image: url('image/farming.jpg');
    }
    .farming2 {
      background-image: url('image/farming2.jpg');
    }
    .chicken {
      background-image: url('image/chicken.jpg');
    }