/* screen - laptop-1366x768-all-breakpoints */

.laptop-1366x768-all-breakpoints {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  height: 768px;
  padding: 313px 24px;
  width: 1366px;
}

.laptop-1366x768-all-breakpoints .bona-harvest-llc-1 {
  height: 120px;
  margin-left: 1px;
  opacity: 0;
  position: relative;
  transform: scale(1.1);
  width: 1317px;
}

.laptop-1366x768-all-breakpoints .bona-harvest-llc-1.bp3-animate-enter {
  animation: bp3-animate-enter-frames 0.50s linear 0.00s 1 normal forwards;
  opacity: 0;
  transform: scale(1.1);
}

@keyframes bp3-animate-enter-frames {
  from{opacity: 0;
transform: scale(1.1);
}
to{opacity: 1;
transform: scale(1);
}
}

.laptop-1366x768-all-breakpoints .title-1 {
  -webkit-text-stroke: 1px var(--black);
  color: var(--black);
  font-family: var(--font-family-lexend_tera);
  font-size: var(--font-size-m);
  font-weight: 400;
  left: -1px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -2px;
}
/* screen - mobile-360x640 */

.mobile-360x640 {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  height: 640px;
  padding: 219px 18px;
  width: 360px;
}

.mobile-360x640 .bonaharvest-llc {
  height: 180px;
  opacity: 0;
  position: relative;
  transform: scale(1.1);
  width: 324px;
}

.mobile-360x640 .bonaharvest-llc.bp1-animate-enter {
  animation: bp1-animate-enter-frames 0.50s linear 0.00s 1 normal forwards;
  opacity: 0;
  transform: scale(1.1);
}

@keyframes bp1-animate-enter-frames {
  from{opacity: 0;
transform: scale(1.1);
}
to{opacity: 1;
transform: scale(1);
}
}

.mobile-360x640 .bonaharvest-llc-1 {
  -webkit-text-stroke: 1px var(--black);
  color: var(--black);
  font-family: var(--font-family-lexend_tera);
  font-size: var(--font-size-s);
  font-weight: 400;
  left: -1px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: -2px;
}
/* screen - tablet-768x1024 */

.tablet-768x1024 {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  height: 1024px;
  padding: 363px 0;
  width: 768px;
}

.tablet-768x1024 .bona-harvest-llc {
  height: 98px;
  opacity: 0;
  position: relative;
  transform: scale(1.1);
  width: 768px;
}

.tablet-768x1024 .bona-harvest-llc.bp2-animate-enter {
  animation: bp2-animate-enter-frames 0.50s linear 0.00s 1 normal forwards;
  opacity: 0;
  transform: scale(1.1);
}

@keyframes bp2-animate-enter-frames {
  from{opacity: 0;
transform: scale(1.1);
}
to{opacity: 1;
transform: scale(1);
}
}

.tablet-768x1024 .title {
  -webkit-text-stroke: 1px var(--black);
  color: var(--black);
  font-family: var(--font-family-lexend_tera);
  font-size: var(--font-size-s);
  font-weight: 400;
  left: 54px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 17px;
}
@media screen and (max-width: 767px) {
  .screen.tablet-768x1024 { 
    display: none;
   }
  .screen.laptop-1366x768-all-breakpoints { 
    display: none;
   }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .screen.mobile-360x640 { 
    display: none;
   }
  .screen.laptop-1366x768-all-breakpoints { 
    display: none;
   }
}
@media screen and (min-width: 1366px) {
  .screen.mobile-360x640 { 
    display: none;
   }
  .screen.tablet-768x1024 { 
    display: none;
   }
}