@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
div.manuals-list {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 12px;
  margin-top: 25px;
}
@media only screen and (max-width: 992px) {
  div.manuals-list {
    grid-template-columns: 1fr;
  }
}
div.manuals-list div.manual {
  background-image: url(/media/icons/pdf.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  border: 1px solid #DDD;
  padding: 12px 25px 12px 45px;
  border-radius: 5px;
  font-weight: 600;
  align-content: center;
}
div.manuals-list div.manual a.inner {
  display: block;
  background-image: url(/media/icons/download.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding: 10px;
  color: #348675;
}
div.manuals-list div.manual a.inner u.mark {
  background-color: #E4EFED;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
}

main.page-main {
  max-width: 2000px !important;
}
@media only screen and (max-width: 992px) {
  main.page-main {
    padding: 0;
    overflow-x: hidden;
  }
}

section.banner {
  margin-top: -25px;
  max-height: 405px;
  min-height: 405px;
}
section.banner.vfm {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  section.banner {
    max-height: 100%;
  }
}
section.banner div.innerBanner div.column2 {
  display: grid;
  grid-template-columns: 40% 1fr;
  position: relative;
}
@media only screen and (max-width: 992px) {
  section.banner div.innerBanner div.column2 {
    grid-template-columns: 1fr !important;
  }
}
section.banner div.innerBanner div.column2 div.contentMaxWidth {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  max-width: 1280px;
  z-index: 99;
  left: 45px;
  right: 0;
  margin: 0 auto;
  max-height: 405px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  section.banner div.innerBanner div.column2 div.contentMaxWidth {
    left: 0;
    max-width: 100%;
    padding: 0 20px;
    max-height: 230px;
  }
}
section.banner div.innerBanner div.column2 div.contentMaxWidth h1, section.banner div.innerBanner div.column2 div.contentMaxWidth h2, section.banner div.innerBanner div.column2 div.contentMaxWidth p {
  color: white;
  max-width: 23%;
}
@media only screen and (max-width: 992px) {
  section.banner div.innerBanner div.column2 div.contentMaxWidth h1, section.banner div.innerBanner div.column2 div.contentMaxWidth h2, section.banner div.innerBanner div.column2 div.contentMaxWidth p {
    max-width: calc(100% - 50px);
  }
}
section.banner div.innerBanner div.column2 div.contentMaxWidth h1 {
  font-size: 2.9rem;
}
section.banner div.innerBanner div.column2 div.contentMaxWidth > div {
  width: 100% !important;
}
section.banner div.innerBanner div.column2 div.leftBanner {
  background-color: #377C6D;
  display: flex;
  align-items: center;
  position: relative;
  max-height: 405px;
  min-height: 405px;
}
@media only screen and (max-width: 992px) {
  section.banner div.innerBanner div.column2 div.leftBanner {
    max-height: 220px;
    min-height: 220px;
  }
}
section.banner div.innerBanner div.column2 div.leftBanner:after {
  content: "";
  background-image: url(/media/icons/afterBanners.svg);
  height: 100%;
  width: 35px;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -35px;
}
@media only screen and (max-width: 992px) {
  section.banner div.innerBanner div.column2 div.leftBanner:after {
    display: none;
  }
}
section.banner div.innerBanner div.column2 div.leftBanner > div {
  max-width: 60%;
  position: relative;
  right: -85px;
}
section.banner div.innerBanner div.column2 div.leftBanner div.videoFullScreen {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 9px 15px 9px 12px;
  box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  bottom: 55px;
  z-index: 91;
  right: -50px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  section.banner div.innerBanner div.column2 div.leftBanner div.videoFullScreen {
    right: unset;
    bottom: -190px;
    left: 0;
  }
}
section.banner div.innerBanner div.column2 div.leftBanner div.videoFullScreen span {
  color: black;
  font-weight: 500;
  font-size: 1.4rem;
  align-items: center;
  display: flex;
}
section.banner div.innerBanner div.column2 div.leftBanner div.videoFullScreen span:before {
  content: "";
  background-image: url(/media/icons/playFullVideo.svg);
  width: 28px;
  height: 28px;
  margin-right: 8px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
section.banner div.innerBanner div.column2 div.leftBanner div.videoFullScreen span:hover {
  transition: all 0.2s;
  opacity: 0.7;
}
section.banner div.innerBanner div.column2 div.leftBanner div.videoFullScreen span:hover:before {
  transition: all 0.2s;
  transform: scale(1.1);
}
section.banner div.innerBanner div.column2 div.rightBanner {
  max-height: 405px;
  overflow: hidden;
}
section.banner div.innerBanner div.column2 div.rightBanner video {
  max-height: 405px;
  object-fit: cover;
  pointer-events: none;
}
section.banner div.innerBanner div.column2 div.rightBanner div.overlay,
section.banner div.innerBanner div.column2 div.rightBanner span.closeVideo,
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo {
  display: none;
}
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  z-index: 999;
  display: block;
}
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen div.overlay,
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen span.closeVideo {
  display: block;
}
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen span.closeVideo {
  position: relative;
  top: 6.5%;
  max-width: 70%;
  margin: 0 auto;
  text-align: end;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen span.closeVideo {
    max-width: 95%;
  }
}
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen span.closeVideo:hover {
  opacity: 0.7;
}
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen span.closeVideo:after {
  content: "";
  background-image: url(/media/icons/closepopup.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen div.overlay {
  background-color: rgba(20, 26, 39, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
}
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen video {
  max-height: 600px;
  pointer-events: all;
}
section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen div[data-content-type=row] {
  max-width: 70%;
  position: relative;
  top: 8%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  section.banner div.innerBanner div.column2 div.rightBanner div.popupVideo.fullScreen div[data-content-type=row] {
    max-width: 95%;
  }
}
section.usp {
  max-width: 1280px;
  margin: 0 auto;
}
section.usp div.innerUsp {
  padding: 0 20px;
  margin-top: 25px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp {
    margin-top: 40px;
  }
}
section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text].fakeBtn {
  grid-area: 3/2/4/3;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text].fakeBtn {
    display: block;
    grid-area: unset;
    order: 1;
    text-align: end;
  }
}
section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text].fakeBtn p {
  color: #348675;
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text].fakeBtn p {
    margin: 0;
    font-size: 0 !important;
    align-items: end;
    justify-content: end;
  }
}
section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text].fakeBtn p:after {
  content: "";
  transition: all 0.2s;
  background-image: url(/media/icons/readmore.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 10px;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text].fakeBtn p:after {
    left: -10px;
  }
}
section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text] p, section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text] ul {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
}
section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text] ul {
  color: black;
  font-family: "Poppins";
  padding-left: 20px;
}
section.usp div.innerUsp.homeUsp div.pagebuilder-column-line div[data-content-type=text] ul li {
  margin: 0 0 2px 0;
}
section.usp div.innerUsp.homeUsp div.pagebuilder-column-line h3 {
  opacity: 1 !important;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp div.pagebuilder-column-line {
    gap: 7px;
  }
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column {
  display: grid !important;
  grid-template-columns: 20% 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  transition: all 0.2s;
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column:hover {
  transition: all 0.2s;
  opacity: 0.8;
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column:hover .fakeBtn p:after {
  margin-left: 3px;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column {
    background-color: #F0F0F0 !important;
    grid-template-columns: 20% 1fr 20%;
    grid-template-rows: unset;
    align-items: center;
    grid-column-gap: 10px;
    padding: 10px 10px 10px 15px;
    grid-template-rows: auto auto auto !important;
  }
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column h3 {
  grid-area: 1/2/2/3;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column h3 {
    grid-area: unset;
    order: 1;
    margin: 0;
    max-width: 175px;
  }
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=text] {
  grid-area: 2/2/3/3;
  margin-top: -6px;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=text] {
    display: none;
  }
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=text] p {
  font-size: 1.4rem;
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=text] p span {
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=buttons] {
    grid-area: unset;
    order: 2;
    text-align: end;
    height: 0;
  }
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=buttons] a {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #348675;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=buttons] a span {
  font-size: 0;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=buttons] a span {
    font-size: 0;
  }
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=buttons] a span:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column div[data-content-type=buttons] a span:hover:after {
  transition: all 0.2s;
  margin-left: 3px;
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column figure {
  grid-area: 1/1/4/2;
  position: relative;
  top: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column figure {
    grid-area: unset;
    order: 0;
    top: 0;
    margin-right: 0px;
  }
}
section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column figure img {
  max-width: 50px;
  max-height: 50px;
}
@media only screen and (max-width: 992px) {
  section.usp div.innerUsp div.pagebuilder-column-line div.pagebuilder-column figure img {
    height: 100%;
    max-width: 28px !important;
    max-height: 28px;
    min-height: 28px;
    min-width: 28px;
    object-fit: contain;
  }
}
section.productGroups {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: -100px;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 992px) {
  section.productGroups {
    margin-bottom: 50px;
  }
}
section.productGroups .innerProductGroups {
  padding: 0 20px;
  margin-bottom: 35px;
}
section.productGroups .innerProductGroups .column4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 25px;
}
@media only screen and (max-width: 992px) {
  section.productGroups .innerProductGroups .column4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
section.productGroups .innerProductGroups .column4 a {
  background: transparent linear-gradient(133deg, #348675 0%, #23695A 100%) 0% 0% no-repeat padding-box;
  min-height: 230px;
  max-height: 230px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 992px) {
  section.productGroups .innerProductGroups .column4 a {
    min-height: 150px;
    max-height: 150px;
  }
}
section.productGroups .innerProductGroups .column4 a span {
  margin-left: 25px;
  color: white;
  margin-top: 20px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  section.productGroups .innerProductGroups .column4 a span {
    margin-left: 15px;
    margin-top: 15px;
  }
}
section.productGroups .innerProductGroups .column4 a:hover {
  background: transparent linear-gradient(133deg, #328171 0%, #19493F 100%) 0% 0% no-repeat padding-box;
}
section.productGroups .innerProductGroups .column4 a:hover:after {
  transition: all 0.2s;
  margin-right: -3px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon:before {
  content: "";
  display: inline-block;
  width: 38%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 30px;
  left: -10px;
  z-index: 0;
}
@media only screen and (max-width: 992px) {
  section.productGroups .innerProductGroups .column4 a.sampleIcon:before {
    bottom: 15px;
  }
}
section.productGroups .innerProductGroups .column4 a.sampleIcon:after {
  content: "";
  transition: all 0.2s;
  background-image: url(/media/icons/arrowRightWhite.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.cookingIcon:before {
  background-image: url(/media/icons/kitchen.svg);
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.consumerCookingIcon:before {
  background-image: url(/media/icons/consumerKitchen.png);
  left: unset;
  right: 0;
  width: 65%;
  bottom: 20px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.consumerCookingIcon:after {
  right: unset;
  left: 15px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.floorIcon:before {
  background-image: url(/media/icons/vacuum-regular.svg);
  width: 55%;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.consumerFloorIcon:before {
  background-image: url(/media/icons/consumerHoushold.png);
  left: unset;
  right: 0;
  width: 70%;
  bottom: 20px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.consumerFloorIcon:after {
  right: unset;
  left: 15px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.healthIcon:before {
  background-image: url(/media/icons/fohn.svg);
  width: 45%;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.consumerHealthIcon:before {
  background-image: url(/media/icons/consumerHealth.png);
  left: unset;
  right: 0;
  width: 75%;
  bottom: 10px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.consumerHealthIcon:after {
  right: unset;
  left: 15px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.airIcon:before {
  background-image: url(/media/icons/fan-table-regular.svg);
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.consumerAirIcon:before {
  background-image: url(/media/icons/consumerAir.png);
  left: unset;
  right: 0;
  width: 70%;
  bottom: 20px;
}
section.productGroups .innerProductGroups .column4 a.sampleIcon.consumerAirIcon:after {
  right: unset;
  left: 15px;
}
section.infoColumn {
  position: relative;
}
section.infoColumn.withBackground {
  background-color: #E4EFED;
  margin-right: 30px;
}
@media only screen and (max-width: 992px) {
  section.infoColumn.withBackground {
    margin-right: 0;
  }
}
section.infoColumn.withBackground.paddingTop div.innerInfoColumn {
  padding-top: 140px;
}
@media only screen and (max-width: 992px) {
  section.infoColumn.withBackground.paddingTop div.innerInfoColumn {
    padding-top: 40px;
  }
}
section.infoColumn.imgLeft div.innerInfoColumn div.column2 {
  direction: rtl;
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  section.infoColumn.imgLeft div.innerInfoColumn div.column2 {
    padding-left: 20px;
  }
}
section.infoColumn.imgLeft div.innerInfoColumn div.column2 div.leftInfoColumn {
  text-align: left;
}
section.infoColumn.imgLeft div.innerInfoColumn div.column2 div.rightInfoColumn {
  position: relative;
  min-height: 330px;
  max-height: 330px;
}
@media only screen and (max-width: 992px) {
  section.infoColumn.imgLeft div.innerInfoColumn div.column2 div.rightInfoColumn {
    min-height: 200px;
    max-height: 200px;
  }
}
section.infoColumn.imgLeft div.innerInfoColumn div.column2 div.rightInfoColumn div[data-content-type=row] {
  position: absolute;
  left: -90px;
  width: calc(100% + 90px);
  top: 0;
  height: 100%;
}
section.infoColumn.imgLeft div.innerInfoColumn div.column2 div.rightInfoColumn div[data-content-type=row] > div {
  height: 100%;
}
section.infoColumn.imgLeft div.innerInfoColumn div.column2 div.rightInfoColumn div[data-content-type=row] > div figure {
  height: 100%;
}
section.infoColumn.imgLeft div.innerInfoColumn div.column2 div.rightInfoColumn div[data-content-type=row] > div figure img {
  height: 100% !important;
}
section.infoColumn.imgRight div.innerInfoColumn div.column2 {
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  section.infoColumn.imgRight div.innerInfoColumn div.column2 {
    padding-left: 20px;
  }
}
section.infoColumn.imgRight div.innerInfoColumn div.column2 div.rightInfoColumn {
  position: relative;
  min-height: 330px;
  max-height: 330px;
}
@media only screen and (max-width: 992px) {
  section.infoColumn.imgRight div.innerInfoColumn div.column2 div.rightInfoColumn {
    min-height: 200px;
    max-height: 200px;
  }
}
section.infoColumn.imgRight div.innerInfoColumn div.column2 div.rightInfoColumn div[data-content-type=row] {
  position: absolute;
  right: -90px;
  width: calc(100% + 90px);
  top: 0;
  height: 100%;
}
section.infoColumn.imgRight div.innerInfoColumn div.column2 div.rightInfoColumn div[data-content-type=row] > div {
  height: 100%;
}
section.infoColumn.imgRight div.innerInfoColumn div.column2 div.rightInfoColumn div[data-content-type=row] > div figure {
  height: 100%;
}
section.infoColumn.imgRight div.innerInfoColumn div.column2 div.rightInfoColumn div[data-content-type=row] > div figure img {
  height: 100% !important;
}
section.infoColumn div.innerInfoColumn {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 0;
}
@media only screen and (max-width: 992px) {
  section.infoColumn div.innerInfoColumn {
    padding: 40px 0 55px 0;
  }
}
section.infoColumn div.innerInfoColumn div.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  padding: 0 20px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  section.infoColumn div.innerInfoColumn div.column2 {
    grid-template-columns: 1fr;
  }
}
section.infoColumn div.innerInfoColumn div.column2 img {
  width: 100%;
  object-fit: cover;
}
section.infoColumn div.innerInfoColumn div.column2 h2 {
  font-size: 2.6rem;
}
@media only screen and (max-width: 992px) {
  section.infoColumn div.innerInfoColumn div.column2 h2 {
    font-size: 2.4rem;
    font-weight: 400;
  }
}
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=text]:nth-child(1) p {
  margin-bottom: -18px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
}
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=text] p, section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=text] ul {
  direction: ltr;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 15px;
  color: black;
}
@media only screen and (max-width: 992px) {
  section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=text] p, section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=text] ul {
    font-size: 1.5rem;
    line-height: 2;
  }
}
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=text] span {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9;
}
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=text] ul {
  color: black;
  font-family: "Poppins";
  padding-left: 20px;
  margin-top: -15px;
}
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=text] ul li {
  margin: 0 0 2px 0;
}
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=buttons] div.pagebuilder-button-primary,
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=buttons] a {
  background-color: #348675;
  border-radius: 0;
  padding: 8px 50px 10px 50px;
  margin: 0;
  border: none;
  transition: all 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=buttons] div.pagebuilder-button-primary,
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=buttons] a {
    margin-bottom: 40px;
  }
}
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=buttons] div.pagebuilder-button-primary:hover,
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=buttons] a:hover {
  transition: all 0.2s;
  opacity: 0.7;
}
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=buttons] div.pagebuilder-button-primary span,
section.infoColumn div.innerInfoColumn div.column2 div[data-content-type=buttons] a span {
  font-size: 1.3rem;
  font-weight: 400;
}