.tp-landingpage :root {
  --white: white;
  --black: black;
}.tp-landingpage .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;
}.tp-landingpage .mobileheader {
  display: none;
}.tp-landingpage .heading {
  text-align: center;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
}.tp-landingpage {
  max-width: 1250px;
  background-color: #d8cec4;
  padding-bottom: 40px;
  transform: rotate(0);
}.tp-landingpage .bold-text,.tp-landingpage .bold-text-2 {
  color: #000;
}.tp-landingpage .text-block {
  color: #000;
  font-size: 16px;
}.tp-landingpage .div-block {
  padding-left: 10%;
  padding-right: 10%;
}.tp-landingpage .grid {
  background-color: #d8cec4;
  grid-template-rows: auto;
  margin-top: 5%;
}.tp-landingpage .image {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(9deg);
}.tp-landingpage .image._2 {
  transform: rotate(-4deg);
}.tp-landingpage .div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}.tp-landingpage .link {
  color: #000;
}.tp-landingpage .div-block-3 {
  text-align: center;
  margin-top: 5%;
}.tp-landingpage .text-block-2 {
  margin-left: 10%;
  margin-right: 10%;
  font-size: 16px;
}.tp-landingpage .image-2 {
  max-width: 70%;
  transform: rotate(12deg);
}

@media screen and (max-width: 767px) {.tp-landingpage .grid {
    grid-template-rows: auto auto;
  }.tp-landingpage .image {
    max-width: 80%;
  }.tp-landingpage .image-2 {
    max-width: 50%;
    padding-top: 10%;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .desktopheader {
    display: none;
  }.tp-landingpage .mobileheader {
    display: block;
  }.tp-landingpage .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }.tp-landingpage .image {
    padding-top: 24px;
  }.tp-landingpage .image._3 {
    margin-top: 18px;
  }
}.tp-landingpage #w-node-_140df9cf-8c15-10cb-a261-9cd638c6a957-b87fd5a7 {
  grid-area: 1 / 2 / 2 / 3;
}.tp-landingpage #w-node-c4b77571-2c0a-8255-3888-7fe3147a46f5-b87fd5a7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}.tp-landingpage #w-node-d495ff29-0ec6-baef-c617-15c16f183216-b87fd5a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {.tp-landingpage #w-node-_140df9cf-8c15-10cb-a261-9cd638c6a957-b87fd5a7 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }.tp-landingpage #w-node-c4b77571-2c0a-8255-3888-7fe3147a46f5-b87fd5a7 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-_140df9cf-8c15-10cb-a261-9cd638c6a957-b87fd5a7 {
    grid-area: 2 / 1 / 3 / 3;
  }
}
