/*
0 -600px:     Phone
600 - 900px:  Tablet portrait
900 - 1200px: Tablet landscape
[1200 -1800] is where out normal styles apply
1800px + : Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /* font-size: 16px; */
  line-height: 1.7;
  color: #242323; }

.text-bg {
  text-align: center; }
  .text-bg .text-bg h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 110px;
    line-height: 120px;
    padding-bottom: 15px;
    font-weight: bold; }
  .text-bg .text-bg p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 50px;
    display: block; }
  .text-bg .text-bg a {
    font-size: 17px;
    background-color: #06530f;
    color: #fff;
    font-weight: 600;
    padding: 11px 0px;
    width: 100%;
    max-width: 230px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    border: #190a02 solid 4px;
    transition: ease-in all 0.5s; }
    .text-bg .text-bg a .text-bg a:hover {
      border: #06530f solid 4px;
      background-color: #190a02;
      color: #fff;
      transition: ease-in all 0.5s; }

.u-center-text {
  text-align: center !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

.row {
  display: flex;
  flex-direction: row; }

.banner_main {
  background-image: url(../img/main_banner.jpg);
  background-repeat: no-repeat;
  min-height: 84rem;
  width: 100vw;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }

.nav-btn:link,
.nav-btn:visited {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8rem 4rem;
  font-size: 1.5rem;
  background-color: #06530f;
  margin-top: -0.8rem; }

.nav-blink {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8rem 4rem;
  font-size: 1.5rem;
  background-color: #06530f;
  color: #fff;
  text-decoration: none;
  align-items: center;
  margin-top: -0.8rem; }

.btn-space {
  color: #06530f !important; }

.btn-space:hover,
.btn-space:active {
  color: #fff !important; }

.nav-blink:hover {
  background-color: #fff;
  color: #06530f;
  transition: all 0.2s;
  font-weight: 600; }

.nav-blink:active {
  transform: scale(0.9, 0.9); }

.discover_btn:visited,
.discover_btn:link {
  text-decoration: none;
  font-size: 2rem;
  background-color: #06530f;
  color: #fff;
  font-weight: 600;
  padding: 1.5rem 0px;
  width: 100%;
  max-width: 30rem;
  text-align: center;
  display: inline-block;
  border-radius: 5rem;
  border: #190a02 solid 0.4rem;
  transition: ease-in all 0.2s; }

.discover_btn:hover {
  background-color: #190a02;
  border: #06530f solid 4px;
  box-shadow: 5px 5px 10px 2px #190a027e;
  transform: scale(1.1, 1.1); }

.discover_btn:active {
  transform: scale(1, 1); }

.header {
  width: 100%;
  padding: 3rem 3rem 0 3rem;
  background-color: #242323;
  margin-bottom: -0rem;
  border-bottom: #c6cad5 solid 1.2rem !important;
  z-index: 200; }

.logo {
  position: relative;
  padding-left: 50%;
  padding-top: 0.6rem;
  margin-bottom: -9rem;
  z-index: 0; }

.logo::after {
  position: absolute;
  content: "";
  width: 13.6rem;
  height: 11rem;
  left: -4.5rem;
  top: -4.1rem;
  background-image: url(../img/top_head.png);
  background-repeat: no-repeat;
  border-right: #c6cad5 solid 1.5rem; }

.navigation.navbar {
  float: right;
  padding-top: 15px !important;
  padding: 0; }

li {
  list-style: none; }

.nav-link:link,
.nav-link:visited {
  display: inline;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7rem;
  text-decoration: none; }

.nav-link:hover,
.nav-link:active {
  border-bottom: 3px solid #fff;
  transition: all 0.2s; }

.nav-order {
  display: flex;
  flex-direction: row;
  gap: 5rem;
  align-content: center;
  height: 100%;
  margin-top: -0rem;
  margin-bottom: 2.7rem;
  display: flex;
  justify-content: end; }

.nav-space {
  align-items: center; }

.real_logo {
  position: relative;
  width: 9rem;
  height: 9rem; }

.real_img {
  display: inline-block;
  position: absolute;
  top: 5.7rem;
  left: -1.6rem;
  width: 9rem;
  height: 9rem;
  z-index: 2000; }

.full {
  display: grid;
  grid-template-rows: auto auto;
  column-gap: 50rem; }

.btn-right {
  display: grid; }

.about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 9rem 0 0px 0;
  margin-bottom: 10rem; }

.about .titlepage {
  padding-bottom: 0;
  text-align: left; }

.about .titlepage h2 {
  color: #000;
  font-size: 5rem;
  justify-content: center;
  line-height: 7rem;
  margin-top: 12%;
  display: flex; }

.about .about_box {
  display: flex;
  text-align: start;
  position: relative;
  background-color: #06530f;
  padding: 6rem 4rem 2rem 4rem;
  width: 30%;
  margin-left: 5%; }

.about .about_box::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -3rem;
  width: 3.1rem;
  height: 100%;
  background: url(../img/h_cross.png);
  background-repeat: no-repeat;
  display: block;
  background-position: center center; }

.about .about_box p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 3.2rem;
  font-weight: 500; }

/** end hottest section **/
.row_about {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center; }

.container_benefits {
  display: flex;
  justify-content: center; }

.row_about {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.titlepage h2 {
  width: 70%; }

.titlepage {
  margin-right: -24rem; }

.sticky {
  position: fixed; }

/** choose  section **/
.benefits {
  background-image: linear-gradient(to right bottom, #242323, #242323);
  padding: 4rem 0 19rem 0;
  margin-top: 9rem;
  padding-bottom: 23rem;
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 76%);
  display: grid;
  grid-template-columns: 100%; }

.benefits .titlepage {
  text-align: left;
  padding-bottom: 0;
  margin-left: 49rem;
  margin-bottom: 7rem; }

.benefits .titlepage h2 {
  color: #fff;
  margin-bottom: 1rem; }

.benefits .titlepage p {
  color: #fff;
  display: block;
  font-size: 1.7rem;
  padding-top: 2rem;
  line-height: 3.2rem; }

.benefits_img {
  background-color: #fff;
  padding: 20px;
  margin-left: 30px;
  margin-right: 40px;
  width: 35%;
  margin-left: 116rem;
  margin-top: -50rem; }

.row_benefits {
  display: grid;
  grid-template-columns: 50% 50%; }

.benefits_img figure {
  margin: 0;
  margin-left: -5rem; }

.benefits_img figure img {
  width: 100%; }

.padding_with {
  max-width: 65.3rem;
  float: right;
  width: 100%; }

.benefits_box {
  display: flex; }

.benefits_box i {
  float: left; }

.benefits_box i img {
  float: left;
  background-color: #06530f;
  width: 4rem;
  padding: 1rem;
  border-radius: 6rem; }

.benefits_text {
  float: right;
  padding-left: 20px; }

.benefits_text h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  padding-bottom: 1rem; }

.benefits_text p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 3rem; }

.padding_bottom {
  padding-bottom: 30px; }

.four_grid {
  display: grid;
  grid-template-columns: 30rem 30rem;
  row-gap: 2rem;
  column-gap: 2rem;
  margin-left: 50rem; }

/** end choose  section **/
.benefits_title {
  font-size: 5rem;
  margin-bottom: -5rem; }

.benefits_area {
  display: grid;
  grid-template-columns: repeat(1, 2fr); }

.inline img {
  width: 40rem;
  height: 40rem;
  margin: -3rem;
  margin-bottom: 1.6rem; }

.product_box {
  position: relative; }

.product_name {
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  /* Keep absolute positioning */
  top: 22rem;
  /* Adjust as needed */
  left: 10rem;
  /* Adjust as needed */ }

.potatos {
  position: absolute;
  top: 28rem;
  left: 14rem; }

.tomatos {
  position: absolute;
  top: 28rem;
  left: 12rem; }

.cucumbers {
  position: absolute;
  top: 28rem;
  left: 5rem; }

.pumpkins {
  position: absolute;
  top: 28rem;
  left: 10rem; }

.lamb {
  position: absolute;
  top: 28rem;
  left: 22rem; }

.rye {
  position: absolute;
  top: 28rem;
  left: 26rem; }

.products_titlepage {
  color: #000;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
  margin-right: 50rem;
  margin-bottom: 10rem; }

.inline {
  overflow: hidden;
  width: 37rem;
  height: 37rem; }

.inline img {
  transition: all 0.4s;
  width: 40rem; }

.inline img:hover {
  transform: scale(1.1); }

.product_box {
  width: 40rem; }

.row_product {
  display: grid;
  grid-template-columns: repeat(3, 40rem);
  grid-template-rows: repeat(2, 40rem);
  gap: 3rem;
  justify-content: center;
  align-items: centers;
  margin-bottom: 8rem; }

/** footer **/
.footer {
  background: #212121;
  padding-top: 5rem;
  margin-top: -6.9rem;
  text-align: start; }

.footer_container {
  margin-left: 42rem;
  position: relative; }

.contact_titlepage {
  font-size: 3.5rem;
  color: #fff; }

.footer .titlepage {
  text-align: left;
  padding-bottom: 0px; }

.footer .titlepage h2 {
  color: #fff; }

.h2_contact {
  margin-bottom: -1rem; }

.main_form .contactus {
  border: inherit;
  padding: 0px 1.5rem;
  margin-bottom: 1rem;
  width: 95%;
  height: 4.5rem;
  background: #ffffff;
  color: #777977;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: #ddd solid 1px;
  align-items: center; }

.main_form .contactus1 {
  border: inherit;
  padding: 20px 1.5rem;
  margin-bottom: 2rem;
  width: 99%;
  height: 7rem;
  background: #ffffff;
  color: #777977;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: #ddd solid 1px;
  align-items: center; }

.main_form .send_btn {
  font-size: 2rem;
  transition: ease-in all 0.5s;
  background-color: #06530f;
  color: #fff;
  padding: 1.6rem 0px;
  font-weight: 700;
  display: inline-block;
  margin-top: -20px;
  text-decoration: none;
  border: 5px solid #06530f;
  margin-left: 2rem;
  height: 80%;
  width: 95% !important;
  margin-top: -2rem; }

.main_form .send_btn:hover {
  background-color: #fff;
  transition: ease-in all 0.5s;
  color: #000; }

.message {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  width: 50%;
  align-items: center !important; }

.copyright {
  background-color: #06530f;
  padding: 0.003rem 0 0.003rem 0;
  text-align: center;
  color: #fff;
  font-size: 1rem; }

.copy_h2 {
  font-weight: 500; }

.contact_grid {
  display: grid;
  grid-template-columns: 66.66rem 33.34rem;
  align-items: center; }

.id_grid {
  display: grid;
  grid-template-columns: 33.33rem 33.33rem 33.34rem;
  gap: 1rem; }

.banner_text_main {
  font-size: 9rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 12rem; }

.banner_text_secondary {
  font-size: 2rem;
  color: #242323;
  text-align: center;
  line-height: 3rem;
  margin-top: -5rem;
  font-weight: 600; }

.center_text {
  display: flex;
  justify-content: center;
  text-align: center; }

.image_width {
  width: 34rem;
  height: auto;
  margin-top: -16rem;
  box-shadow: 5px 10px 10px 1px #190a0273; }

.center_images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6rem; }

.three_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.box_text {
  width: 34rem;
  height: 34rem;
  display: flex;
  justify-content: center; }

@media (max-width: 240em) {
  .benefits {
    padding-top: 20rem; } }

@media (max-width: 110em) {
  html {
    font-size: 52.5% !important; }
  header {
    position: relative; }
  .header {
    width: 100vw; }
  .main_form .contactus {
    border: inherit;
    padding: 0px 1.5rem;
    margin-bottom: 1rem;
    width: 102%;
    height: 4.5rem;
    background: #ffffff;
    color: #777977;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: #ddd solid 1px;
    align-items: center; }
  .id_grid {
    display: grid;
    grid-template-columns: 33.33rem 33.33rem 33.34rem;
    gap: 3rem; }
  .main_form .send_btn {
    font-size: 2rem;
    transition: ease-in all 0.5s;
    background-color: #06530f;
    color: #fff;
    padding: 1.6rem 0px;
    font-weight: 700;
    display: inline-block;
    margin-top: -20px;
    text-decoration: none;
    border: 5px solid #06530f;
    margin-left: 1.8rem;
    height: 80%;
    width: 97% !important;
    margin-top: -2rem; }
  .contact_grid {
    display: grid;
    grid-template-columns: 71rem 35rem;
    align-items: center; } }

@media (max-width: 84em) {
  .three_box {
    display: flex;
    flex-direction: column; }
  .center_images {
    display: flex;
    gap: 3rem; }
  .footer_container {
    margin-left: 22rem;
    position: relative; }
  .four_grid {
    display: grid;
    grid-template-columns: 30rem 30rem;
    row-gap: 2rem;
    column-gap: 2rem;
    margin-left: 30rem;
    margin-bottom: 5rem; }
  .benefits_img {
    background-color: #fff;
    padding: 20px;
    margin-left: 30px;
    margin-right: 40px;
    width: 55%;
    margin-left: 96rem;
    margin-top: -70rem; }
  .benefits .titlepage {
    text-align: left;
    padding-bottom: 0;
    margin-left: 25rem;
    margin-bottom: 7rem; }
  .footer_container {
    margin-left: 12rem; } }

@media (max-width: 56.25em) {
  html {
    font-size: 45% !important; }
  .row_about {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column; }
  .about .about_box {
    display: flex;
    text-align: start;
    position: relative;
    background-color: #06530f;
    padding: 6rem 4rem 2rem 4rem;
    width: 50%;
    margin-left: 5%;
    margin-top: 2rem; }
  .about .about_box::after {
    position: absolute;
    content: "";
    top: -16rem;
    bottom: 0;
    left: 22rem;
    width: 3.1rem;
    height: 100%;
    background: url(../img/h_cross.png);
    background-repeat: no-repeat;
    display: block;
    background-position: center center;
    transform: rotate(90deg); }
  .about .titlepage h2 {
    color: #000;
    font-size: 5rem;
    justify-content: center;
    line-height: 7rem;
    margin-top: 12%;
    display: flex;
    margin-bottom: 2rem; }
  .discover_btn:visited,
  .discover_btn:link {
    text-decoration: none;
    font-size: 2.2rem;
    background-color: #06530f;
    color: #fff;
    font-weight: 600;
    padding: 1.6rem 0;
    width: 100%;
    max-width: 35rem;
    text-align: center;
    display: inline-block;
    border-radius: 6rem;
    border: #190a02 solid 0.5rem;
    transition: ease-in all 0.2s;
    margin-top: 3rem; }
  .benefits .titlepage {
    text-align: left;
    padding-bottom: 0;
    margin-left: 20rem;
    margin-bottom: 7rem; }
  .benefits .titlepage p {
    color: #fff;
    display: block;
    font-size: 1.7rem;
    padding-top: 2rem;
    line-height: 3.2rem; }
  .row_benefits {
    display: grid;
    grid-template-columns: 70% 30%; }
  .header {
    width: 100%;
    padding: 4rem 4rem 0 4rem; }
  .nav-link:link,
  .nav-link:visited {
    font-size: 2rem; }
  .row_product {
    display: grid;
    grid-template-columns: repeat(2, 40rem);
    grid-template-rows: repeat(3, 40rem);
    gap: 3rem;
    justify-content: center;
    align-items: centers;
    margin-bottom: 8rem; }
  .benefits_area {
    display: grid;
    grid-template-columns: repeat(2, 2fr) !important;
    margin-bottom: 30rem;
    justify-content: center; }
  .benefits_img {
    background-color: #fff;
    padding: 2rem;
    margin-left: 3rem;
    margin-right: 4rem;
    width: 50%;
    margin-left: 40rem;
    margin-top: 8rem; }
  .benefits .titlepage {
    margin-left: 40rem;
    margin-bottom: 14rem; }
  .benefits .titlepage h2 {
    color: #fff; }
  .benefits .titlepage p {
    color: #fff;
    display: block;
    font-size: 2rem;
    padding-top: 4rem;
    line-height: 3.2rem; }
  .benefits_text h3 {
    font-size: 2.4rem; }
  .benefits_text P {
    font-size: 2rem; }
  .row_benefits {
    margin-left: -20rem; }
  .four_grid {
    display: grid;
    grid-template-rows: 20rem 20rem;
    row-gap: 2rem;
    column-gap: 2rem;
    justify-content: center; }
  .main_form .contactus {
    border: inherit;
    padding: 0px 1.5rem;
    margin-bottom: 1rem;
    width: 85%;
    height: 4.5rem;
    background: #ffffff;
    color: #777977;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: #ddd solid 1px;
    align-items: center; }
  .id_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3rem; }
  .footer_container {
    margin-left: 15rem;
    position: relative;
    display: grid;
    justify-content: center; }
  .main_form .send_btn {
    font-size: 2.3rem;
    transition: ease-in all 0.5s;
    background-color: #06530f;
    color: #fff;
    padding: 0;
    max-width: 333px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    border: 5px solid #06530f;
    margin-left: 2rem;
    align-items: center;
    text-align: center;
    height: 60%;
    width: 50%;
    margin-bottom: 8rem;
    margin-top: 0rem;
    justify-content: center;
    margin-left: 20rem; }
  .main_form .contactus1 {
    border: inherit;
    padding: 2.3rem 1.5rem;
    margin-bottom: 2rem;
    width: 85%;
    height: 3.5rem;
    background: #ffffff;
    color: #777977;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: #ddd solid 1px;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 5rem; }
  .contact_grid {
    display: grid;
    grid-template-columns: 100rem;
    align-items: center;
    justify-content: center; } }

@media (max-width: 30em) {
  html {
    font-size: 32% !important; }
  .four_grid {
    display: grid;
    grid-template-columns: 70rem;
    margin-left: 10rem !important;
    row-gap: 4rem; }
  .row_benefits {
    margin-left: 0rem; }
  .benefits .titlepage {
    text-align: left;
    padding-bottom: 0;
    margin-left: 20rem;
    margin-bottom: 7rem; }
  .benefits .titlepage p {
    color: #fff;
    display: block;
    font-size: 2.5rem !important;
    padding-top: 2rem;
    line-height: 3.2rem;
    margin-right: 0rem; }
  .image_width {
    width: 34rem;
    height: auto;
    margin-top: -16rem;
    box-shadow: 5px 10px 10px 1px #190a0273; }
  .center_images {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    margin-top: 10rem;
    margin-left: -12rem; }
  .box_text img {
    position: absolute; }
  .three img {
    position: absolute;
    left: 44rem;
    top: -2rem; }
  .two img {
    position: absolute;
    top: -4.5rem;
    z-index: 1;
    left: 68rem; }
  .row_product {
    display: grid;
    grid-template-columns: repeat(2, 40rem);
    grid-template-rows: repeat(3, 40rem);
    gap: 3rem;
    justify-content: center;
    align-items: centers;
    margin-bottom: 8rem;
    padding-left: 5rem; }
  .products_titlepage {
    color: #000;
    font-size: 3.5rem;
    display: flex;
    justify-content: center;
    margin-bottom: 10rem; }
  .benefits_area {
    display: grid;
    grid-template-columns: repeat(2, 2fr) !important;
    margin-bottom: 30rem;
    justify-content: center; }
  .benefits_img {
    background-color: #fff;
    padding: 2rem;
    margin-left: 3rem;
    margin-right: 4rem;
    width: 50%;
    margin-left: 30rem;
    margin-top: 8rem; }
  .four_grid {
    display: grid;
    grid-template-rows: 20rem;
    row-gap: 2rem;
    column-gap: 2rem;
    margin-left: 15rem; }
  .benefits .titlepage {
    margin-left: 20rem;
    margin-right: 10rem;
    margin-bottom: 14rem; }
  .benefits .titlepage h2 {
    color: #fff; }
  .benefits .titlepage p {
    color: #fff;
    display: block;
    font-size: 2rem;
    padding-top: 4rem;
    line-height: 3.2rem; }
  .row_benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .main_form .contactus {
    border: inherit;
    padding: 0px 1.5rem;
    margin-bottom: 1rem;
    width: 85%;
    height: 4.5rem;
    background: #ffffff;
    color: #777977;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: #ddd solid 1px;
    align-items: center; }
  .id_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3rem; }
  .footer_container {
    margin-left: 15rem;
    position: relative;
    display: grid;
    justify-content: center; }
  .main_form .send_btn {
    font-size: 2.3rem;
    transition: ease-in all 0.5s;
    background-color: #06530f;
    color: #fff;
    padding: 0;
    max-width: 333px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    border: 5px solid #06530f;
    margin-left: 2rem;
    align-items: center;
    text-align: center;
    height: 60%;
    width: 50%;
    margin-bottom: 8rem;
    margin-top: 0rem;
    justify-content: center;
    margin-left: 8rem; }
  .main_form .contactus1 {
    border: inherit;
    padding: 2.3rem 1.5rem;
    margin-bottom: 2rem;
    width: 85%;
    height: 3.5rem;
    background: #ffffff;
    color: #777977;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: #ddd solid 1px;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 5rem; }
  .contact_grid {
    display: grid;
    grid-template-columns: 80rem;
    align-items: center;
    justify-content: center; }
  .nav-order {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    align-content: center;
    height: 100%;
    margin-top: -0rem;
    margin-bottom: 2.7rem;
    display: flex;
    justify-content: end; }
  .row_benefits {
    display: flex;
    width: 170%;
    justify-content: center; }
  .paragraph-move p {
    margin-left: 25rem;
    width: 60%; } }

@media (max-width: 40em) {
  html {
    font-size: 40% !important; }
  .benefits_img {
    width: 100%;
    margin-left: 15rem; }
  .benefits_text p {
    font-size: 2.3rem; }
  .benefits_text h3 {
    font-size: 2.7rem; }
  .benefits {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 85%); }
  .about .about_box p {
    color: #fff;
    font-size: 2rem;
    line-height: 5rem;
    font-weight: 500; }
  .about .about_box::after {
    position: absolute;
    content: "";
    top: -16rem;
    bottom: 0;
    left: 22rem;
    width: 3.1rem;
    height: 100%;
    background: url(../img/h_cross.png);
    background-repeat: no-repeat;
    display: block;
    background-position: center center;
    transform: rotate(90deg);
    opacity: 0; }
  .image_width {
    width: 28rem;
    height: auto;
    margin-top: -16rem;
    box-shadow: 5px 10px 10px 1px #190a0273; }
  .center_images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: -0rem; }
  .banner_text_secondary {
    font-size: 2.5rem; }
  .about .about_box {
    width: 100%;
    padding: 10rem 10rem 12rem 10rem;
    margin-left: 0;
    height: 100%; }
  .benefits {
    margin-top: -12rem; }
  .about .about_box p {
    width: 100%;
    font-size: 2.5rem; }
  .titlepage h2 {
    width: 100%; }
  .titlepage {
    margin-right: 0; }
  .row_benefits {
    margin-left: -34rem;
    display: flex;
    justify-content: center; }
  .benefits_title {
    display: flex;
    justify-content: center; }
  .four_grid {
    display: grid;
    grid-template-columns: 70rem;
    margin-left: 20rem;
    row-gap: 4rem; } }

@media (max-width: 35em) {
  html {
    font-size: 34% !important; }
  .main_form .send_btn {
    font-size: 2.3rem;
    transition: ease-in all 0.5s;
    background-color: #06530f;
    color: #fff;
    padding: 0;
    max-width: 333px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    border: 5px solid #06530f;
    margin-left: 2rem;
    align-items: center;
    text-align: center;
    height: 60%;
    width: 50%;
    margin-bottom: 8rem;
    margin-top: 0rem;
    justify-content: center;
    margin-left: 4rem; }
  .image_width {
    width: 34rem;
    height: auto;
    margin-top: -16rem;
    box-shadow: 5px 10px 10px 1px #190a0273; }
  .center_images {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    margin-top: 10rem;
    margin-left: 3rem; }
  .box_text img {
    position: absolute; }
  .three img {
    position: absolute;
    left: 44rem;
    top: -2rem; }
  .two img {
    position: absolute;
    top: -4.5rem;
    z-index: 1;
    left: 68rem; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important; }

html {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  color: #666666;
  font-family: "Lato", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; }
