.header2-wrapper {
  display: contents;
}
.header2-container1 {
  width: 100%;
  display: flex;
  position: sticky;
  justify-content: center;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  top: 0;
  z-index: 1000;
  background-color: #D9D9D9;
}
.header2-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.header2-left {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.header2-links {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
}
.header2-link1:hover {
  opacity: 0.5;
}
.header2-link2:hover {
  opacity: 0.5;
}
.header2-link3:hover {
  opacity: 0.5;
}
.header2-right {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.header2-phone {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  align-items: center;
  border-width: 0px;
  flex-direction: row;
  justify-content: center;
}
.header2-image1 {
  width: 18px;
  object-fit: cover;
}
.header2-book {
  text-decoration: none;
  background-color: #2478ff;
}
.header2-image2 {
  width: 24px;
  object-fit: cover;
}
.products-fragment13 {
  display: contents;
}
.products-text13 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.products-text13:hover {
  opacity: 0.5;
}
.products-fragment14 {
  display: contents;
}
.products-text14 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.products-fragment10 {
  display: contents;
}
.products-text10 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.products-text10:hover {
  opacity: 0.5;
}
.products-fragment15 {
  display: contents;
}
.products-text15 {
  display: inline-block;
  font-size: 24px;
}
.products-fragment11 {
  display: contents;
}
.products-text11 {
  display: inline-block;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.products-fragment12 {
  display: contents;
}
.products-text12 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.products-text12:hover {
  opacity: 0.5;
}


@media(max-width: 991px) {
  .header2-text1 {
    font-size: 32px;
  }
  .header2-link1 {
    font-size: 22px;
  }
  .header2-link2 {
    font-size: 22px;
  }
  .header2-link3 {
    font-size: 22px;
  }
  .header2-text2 {
    font-size: 22px;
  }
  .header2-image2 {
    width: 22px;
  }
  .header2-text3 {
    font-size: 22px;
  }
  .products-text13 {
    font-size: 22px;
  }
  .products-text14 {
    font-size: 22px;
  }
  .products-text10 {
    font-size: 22px;
  }
  .products-text15 {
    font-size: 22px;
  }
  .products-text11 {
    font-size: 32px;
  }
  .products-text12 {
    font-size: 22px;
  }
}
@media(max-width: 767px) {
  .header2-container2 {
    align-items: flex-start;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .header2-right {
    display: none;
  }
}
@media(max-width: 385px) {
  .header2-text1 {
    font-size: 24px;
  }
  .header2-link1 {
    font-size: 18px;
  }
  .header2-link2 {
    font-size: 18px;
  }
  .header2-link3 {
    font-size: 18px;
  }
  .header2-text2 {
    font-size: 18px;
  }
  .header2-image2 {
    width: 18px;
  }
  .header2-text3 {
    font-size: 18px;
  }
  .products-text13 {
    font-size: 18px;
  }
  .products-text14 {
    font-size: 18px;
  }
  .products-text10 {
    font-size: 18px;
  }
  .products-text15 {
    font-size: 18px;
  }
  .products-text11 {
    font-size: 24px;
  }
  .products-text12 {
    font-size: 18px;
  }
}

.footer-wrapper {
  display: contents;
}
.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: #000000;
}
.footer-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1440px;
  justify-content: space-between;
}
.footer-left {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.footer-brand {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
.footer-socials {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-social1 {
  background-color: transparent;
}
.footer-image1 {
  width: 24px;
  object-fit: cover;
  text-decoration: none;
}
.footer-social2 {
  background-color: transparent;
}
.footer-image2 {
  width: 24px;
  object-fit: cover;
  text-decoration: none;
}
.footer-social3 {
  background-color: transparent;
}
.footer-image3 {
  width: 24px;
  object-fit: cover;
  text-decoration: none;
}
.footer-right {
  gap: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
}
.footer-list {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-links {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-link4:hover {
  opacity: 0.5;
}
.footer-link5:hover {
  opacity: 0.5;
}
.footer-link6:hover {
  opacity: 0.5;
}
.products-fragment17 {
  display: contents;
}
.products-text21 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.products-fragment18 {
  display: contents;
}
.products-text22 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.products-text22:hover {
  opacity: 0.5;
}
.products-fragment20 {
  display: contents;
}
.products-text24 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.products-fragment19 {
  display: contents;
}
.products-text23 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.products-text23:hover {
  opacity: 0.5;
}
.products-fragment16 {
  display: contents;
}
.products-text20 {
  color: rgb(255, 255, 255);
  width: auto;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.products-text20:hover {
  opacity: 0.5;
}


@media(max-width: 1200px) {
  .footer-text1 {
    font-size: 24px;
  }
}
@media(max-width: 991px) {
  .footer-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-text1 {
    font-size: 24px;
  }
  .products-text21 {
    font-size: 24px;
  }
  .products-text22 {
    font-size: 22px;
  }
  .products-text24 {
    font-size: 24px;
  }
  .products-text23 {
    font-size: 22px;
  }
  .products-text20 {
    font-size: 22px;
  }
}
@media(max-width: 767px) {
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-left {
    padding-left: var(--dl-space-space-oneandhalfunits);
  }
  .footer-text1 {
    font-size: 24px;
    line-height: 18px;
  }
  .footer-right {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 385px) {
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-text1 {
    font-size: 24px;
  }
  .products-text21 {
    font-size: 20px;
  }
  .products-text22 {
    font-size: 18px;
  }
  .products-text24 {
    font-size: 20px;
  }
  .products-text23 {
    font-size: 18px;
  }
  .products-text20 {
    font-size: 18px;
  }
}

.products-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.products-fragment10 {
  display: contents;
}
.products-text10 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.products-text10:hover {
  opacity: 0.5;
}
.products-fragment11 {
  display: contents;
}
.products-text11 {
  display: inline-block;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.products-fragment12 {
  display: contents;
}
.products-text12 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.products-text12:hover {
  opacity: 0.5;
}
.products-fragment13 {
  display: contents;
}
.products-text13 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.products-text13:hover {
  opacity: 0.5;
}
.products-fragment14 {
  display: contents;
}
.products-text14 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.products-fragment15 {
  display: contents;
}
.products-text15 {
  display: inline-block;
  font-size: 24px;
}
.products-header78 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.products-column {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.products-content10 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.products-text16 {
  font-size: 48px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
.products-text17 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
.products-content11 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.products-row-container {
  width: 100%;
}
.products-placeholder-image10 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image11 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image12 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image13 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image14 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image15 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image16 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image17 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image18 {
  width: 400px;
  height: 400px;
}
.products-placeholder-image19 {
  width: 400px;
  height: 400px;
}
.products-container12 {
  display: contents;
}
.products-container13 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: 1440px;
  padding-top: var(--dl-space-space-twounits);
  border-color: #B4B9C6;
  border-width: 2px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-twounits);
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  grid-template-columns: 1fr 1fr;
}
.products-image-container1 {
  height: auto;
  display: flex;
  position: relative;
  min-height: 600px;
  justify-content: center;
}
.products-image1 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.products-tabs-menu1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.products-text18 {
  font-size: 28px;
  align-self: center;
  font-style: normal;
  font-weight: 600;
}
.products-tab-horizontal10 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container10 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container14 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content12 {
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title10 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description10 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal11 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container11 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container15 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content13 {
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title11 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description11 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal12 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container12 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container16 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content14 {
  flex: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title12 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description12 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal13 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container13 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container17 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content15 {
  flex: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title13 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description13 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal14 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container14 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container18 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content16 {
  flex: 1;
  display: flex;
  flex-grow: 1;
  font-size: 24px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title14 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description14 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal15 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container15 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container19 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content17 {
  flex: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title15 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description15 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-container20 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: 1440px;
  padding-top: var(--dl-space-space-twounits);
  border-color: #B4B9C6;
  border-width: 2px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-twounits);
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  grid-template-columns: 1fr 1fr;
}
.products-tabs-menu2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.products-text19 {
  font-size: 28px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.products-tab-horizontal16 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container16 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container21 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content18 {
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title16 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description16 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal17 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container17 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container22 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content19 {
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title17 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description17 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal18 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container18 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container23 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content20 {
  flex: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title18 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description18 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal19 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container19 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container24 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content21 {
  flex: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title19 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description19 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal20 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container20 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container25 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content22 {
  flex: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title20 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description20 {
  font-size: 24px;
  font-style: normal;
  text-align: right;
  font-family: "Poppins";
  font-weight: 400;
}
.products-tab-horizontal21 {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
}
.products-divider-container21 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.products-container26 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
.products-content23 {
  flex: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}
.products-feature1-title21 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-feature1-description21 {
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
}
.products-image-container2 {
  height: auto;
  display: flex;
  position: relative;
  min-height: 600px;
  justify-content: center;
}
.products-image2 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.products-fragment16 {
  display: contents;
}
.products-text20 {
  color: rgb(255, 255, 255);
  width: auto;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.products-text20:hover {
  opacity: 0.5;
}
.products-fragment17 {
  display: contents;
}
.products-text21 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.products-fragment18 {
  display: contents;
}
.products-text22 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.products-text22:hover {
  opacity: 0.5;
}
.products-fragment19 {
  display: contents;
}
.products-text23 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.products-text23:hover {
  opacity: 0.5;
}
.products-fragment20 {
  display: contents;
}
.products-text24 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
@media(max-width: 991px) {
  .products-text10 {
    font-size: 22px;
  }
  .products-text11 {
    font-size: 32px;
  }
  .products-text12 {
    font-size: 22px;
  }
  .products-text13 {
    font-size: 22px;
  }
  .products-text14 {
    font-size: 22px;
  }
  .products-text15 {
    font-size: 22px;
  }
  .products-text16 {
    font-size: 32px;
  }
  .products-text17 {
    font-size: 20px;
  }
  .products-container13 {
    grid-gap: var(--dl-space-space-twounits);
    grid-template-columns: 1fr;
  }
  .products-text18 {
    font-size: 24px;
  }
  .products-feature1-title10 {
    font-size: 22px;
  }
  .products-feature1-description10 {
    font-size: 22px;
  }
  .products-feature1-title11 {
    font-size: 22px;
  }
  .products-feature1-description11 {
    font-size: 22px;
  }
  .products-feature1-title12 {
    font-size: 22px;
  }
  .products-feature1-description12 {
    font-size: 22px;
  }
  .products-feature1-title13 {
    font-size: 22px;
  }
  .products-feature1-description13 {
    font-size: 22px;
  }
  .products-content16 {
    font-size: 22px;
  }
  .products-feature1-title14 {
    font-size: 22px;
  }
  .products-feature1-description14 {
    font-size: 22px;
  }
  .products-feature1-title15 {
    font-size: 22px;
  }
  .products-feature1-description15 {
    font-size: 22px;
  }
  .products-container20 {
    grid-gap: var(--dl-space-space-twounits);
    grid-template-columns: 1fr;
  }
  .products-text19 {
    font-size: 24px;
  }
  .products-feature1-title16 {
    font-size: 22px;
  }
  .products-feature1-description16 {
    font-size: 22px;
  }
  .products-feature1-title17 {
    font-size: 22px;
  }
  .products-feature1-description17 {
    font-size: 22px;
  }
  .products-feature1-title18 {
    font-size: 22px;
  }
  .products-feature1-description18 {
    font-size: 22px;
  }
  .products-feature1-title19 {
    font-size: 22px;
  }
  .products-feature1-description19 {
    font-size: 22px;
  }
  .products-feature1-title20 {
    font-size: 22px;
  }
  .products-feature1-description20 {
    font-size: 22px;
  }
  .products-feature1-title21 {
    font-size: 22px;
  }
  .products-feature1-description21 {
    font-size: 22px;
  }
  .products-text20 {
    font-size: 22px;
  }
  .products-text21 {
    font-size: 24px;
  }
  .products-text22 {
    font-size: 22px;
  }
  .products-text23 {
    font-size: 22px;
  }
  .products-text24 {
    font-size: 24px;
  }
}
@media(max-width: 767px) {
  .products-column {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .products-content11 {
    width: 100%;
  }
  .products-container13 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .products-container20 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 385px) {
  .products-text10 {
    font-size: 18px;
  }
  .products-text11 {
    font-size: 24px;
  }
  .products-text12 {
    font-size: 18px;
  }
  .products-text13 {
    font-size: 18px;
  }
  .products-text14 {
    font-size: 18px;
  }
  .products-text15 {
    font-size: 18px;
  }
  .products-text16 {
    font-size: 24px;
  }
  .products-text17 {
    font-size: 18px;
  }
  .products-text18 {
    font-size: 20px;
  }
  .products-feature1-title10 {
    font-size: 18px;
  }
  .products-feature1-description10 {
    font-size: 18px;
  }
  .products-feature1-title11 {
    font-size: 18px;
  }
  .products-feature1-description11 {
    font-size: 18px;
  }
  .products-feature1-title12 {
    font-size: 18px;
  }
  .products-feature1-description12 {
    font-size: 18px;
  }
  .products-feature1-title13 {
    font-size: 18px;
  }
  .products-feature1-description13 {
    font-size: 18px;
  }
  .products-content16 {
    font-size: 18px;
  }
  .products-feature1-title14 {
    font-size: 18px;
  }
  .products-feature1-description14 {
    font-size: 18px;
  }
  .products-feature1-title15 {
    font-size: 18px;
  }
  .products-feature1-description15 {
    font-size: 18px;
  }
  .products-text19 {
    font-size: 20px;
  }
  .products-feature1-title16 {
    font-size: 18px;
  }
  .products-feature1-description16 {
    font-size: 18px;
  }
  .products-feature1-title17 {
    font-size: 18px;
  }
  .products-feature1-description17 {
    font-size: 18px;
  }
  .products-feature1-title18 {
    font-size: 18px;
  }
  .products-feature1-description18 {
    font-size: 18px;
  }
  .products-feature1-title19 {
    font-size: 18px;
  }
  .products-feature1-description19 {
    font-size: 18px;
  }
  .products-feature1-title20 {
    font-size: 18px;
  }
  .products-feature1-description20 {
    font-size: 18px;
  }
  .products-feature1-title21 {
    font-size: 18px;
  }
  .products-feature1-description21 {
    font-size: 18px;
  }
  .products-text20 {
    font-size: 18px;
  }
  .products-text21 {
    font-size: 20px;
  }
  .products-text22 {
    font-size: 18px;
  }
  .products-text23 {
    font-size: 18px;
  }
  .products-text24 {
    font-size: 20px;
  }
}
