.log4j-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(180deg, rgb(1, 23, 78) 33.00%,rgb(2, 34, 100) 100.00%);
}
.log4j-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: sticky;
  box-shadow: 5px 5px 10px 0px #001225;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-dark_blue);
}
.log4j-navbar {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.log4j-left-side {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  flex-direction: row;
  justify-content: center;
}
.log4j-image {
  width: 50px;
  opacity: 0.9;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.log4j-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.log4j-icon {
  width: 36px;
  height: 36px;
  text-decoration: none;
}
.log4j-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.log4j-link {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-family: Raleway;
  font-weight: 600;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.log4j-link:hover {
  color: var(--dl-color-primary-700);
}
.log4j-link01 {
  color: var(--dl-color-primary-500);
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.log4j-link01:hover {
  color: var(--dl-color-primary-700);
}
.log4j-link02 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.log4j-link02:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.log4j-link02:active {
  color: var(--dl-color-primary-500);
}
.log4j-link03 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.log4j-link03:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.log4j-link04 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.log4j-link05 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.log4j-link06 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  text-decoration: none;
}
.log4j-link06:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.log4j-text {
  transition: 0.3s;
}
.log4j-text:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.log4j-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.log4j-link07 {
  display: contents;
}
.log4j-text02 {
  color: var(--dl-color-primary-light_light_blue);
  font-size: 14px;
  align-self: center;
  font-style: normal;
  text-align: right;
  transition: 0.3s;
  font-weight: 400;
  text-decoration: none;
}
.log4j-text02:hover {
  color: var(--dl-color-primary-700);
}
.log4j-text03 {
  font-weight: 100;
}
.log4j-text06 {
  font-weight: 400;
}
.log4j-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.log4j-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.log4j-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.log4j-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.log4j-icon2 {
  width: 24px;
  height: 24px;
}
.log4j-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.log4j-link08 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.log4j-link09 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.log4j-link10 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.log4j-link11 {
  text-decoration: none;
}
.log4j-intro {
  width: 100%;
  filter:  ;
  height: fit-content;
  display: flex;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
  padding-bottom: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/blue-bg-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.log4j-content-container {
  width: 100%;
  height: fit-content;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.log4j-hero-text {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.log4j-heading {
  color: var(--dl-color-gray-white);
  width: fit-content;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.log4j-heading1 {
  color: var(--dl-color-gray-white);
  width: fit-content;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-doubleunit);
  text-transform: none;
  text-decoration: none;
}
.log4j-video {
  width: 55%;
}
.log4j-text07 {
  color: var(--dl-color-primary-light_light_blue);
  height: fit-content;
  font-size: 18px;
  font-style: normal;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
}
.log4j-text08 {
  color: var(--dl-color-primary-500);
}
.log4j-link12 {
  display: contents;
}
.log4j-image2 {
  width: 40%;
  object-fit: cover;
  text-decoration: none;
}
.log4j-text16 {
  color: var(--dl-color-primary-light_light_blue);
  height: fit-content;
  font-size: 18px;
  font-style: normal;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
}
.log4j-impact {
  width: 100%;
  filter:  ;
  height: fit-content;
  display: flex;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
  padding-bottom: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/blue-and-black-background-with-blue-gradient-line-art-waves-futuristic-graphics-with-sound-wave-technology-concept-digital-design-with-a-monochrome-cover-modern-templates-free-vector-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.log4j-content-container1 {
  width: 100%;
  height: fit-content;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.log4j-hero-text1 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.log4j-heading2 {
  color: var(--dl-color-gray-white);
  width: fit-content;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.log4j-heading3 {
  color: var(--dl-color-gray-white);
  width: fit-content;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-doubleunit);
  text-transform: none;
  text-decoration: none;
}
.log4j-iframe {
  width: 500px;
  height: 300px;
  margin: var(--dl-space-space-tripleunit);
}
.log4j-text20 {
  color: var(--dl-color-primary-light_light_blue);
  height: fit-content;
  font-size: 18px;
  font-style: normal;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
}
.log4j-text28 {
  color: var(--dl-color-primary-500);
}
.log4j-intro1 {
  width: 100%;
  filter:  ;
  height: fit-content;
  display: flex;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-primary-dark_blue);
}
.log4j-content-container2 {
  width: 100%;
  height: fit-content;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.log4j-hero-text2 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.log4j-heading4 {
  color: var(--dl-color-gray-white);
  width: fit-content;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.log4j-heading5 {
  color: var(--dl-color-gray-white);
  width: fit-content;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-fiveunits);
  text-transform: none;
  text-decoration: none;
}
.log4j-text30 {
  color: var(--dl-color-primary-500);
}
.log4j-heading6 {
  color: var(--dl-color-primary-500);
  width: fit-content;
  font-size: 28px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.log4j-text31 {
  color: var(--dl-color-primary-light_light_blue);
  height: fit-content;
  font-size: 18px;
  font-style: normal;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
}
.log4j-text33 {
  color: var(--dl-color-primary-500);
}
.log4j-text34 {
  color: var(--dl-color-primary-500);
}
.log4j-text35 {
  color: var(--dl-color-primary-500);
}
.log4j-text36 {
  color: var(--dl-color-primary-500);
}
.log4j-text37 {
  color: var(--dl-color-primary-500);
}
.log4j-text39 {
  color: var(--dl-color-primary-500);
}
.log4j-image3 {
  width: 40%;
  object-fit: cover;
}
.log4j-text41 {
  color: var(--dl-color-primary-light_light_blue);
  height: fit-content;
  font-size: 18px;
  font-style: normal;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
}
.log4j-text43 {
  color: var(--dl-color-gray-white);
}
.log4j-intro2 {
  width: 100%;
  filter:  ;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.log4j-content-container3 {
  width: 100%;
  height: fit-content;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.log4j-hero-text3 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.log4j-heading7 {
  color: var(--dl-color-primary-500);
  width: fit-content;
  font-size: 28px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.log4j-text44 {
  color: var(--dl-color-primary-light_light_blue);
  height: fit-content;
  font-size: 18px;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
}
.log4j-text50 {
  color: var(--dl-color-primary-500);
  font-style: normal;
  font-weight: 500;
}
.log4j-image4 {
  width: 40%;
  object-fit: cover;
}
.log4j-text54 {
  color: var(--dl-color-primary-light_light_blue);
  height: fit-content;
  font-size: 18px;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
}
.log4j-text55 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.log4j-text56 {
  font-style: normal;
}
.log4j-text57 {
  font-style: normal;
}
.log4j-text58 {
  font-style: normal;
}
.log4j-text59 {
  font-style: normal;
}
.log4j-text60 {
  font-style: normal;
}
.log4j-text61 {
  font-style: normal;
}
.log4j-text62 {
  font-weight: 400;
}
.log4j-text63 {
  font-style: normal;
}
.log4j-text64 {
  font-style: normal;
}
.log4j-text65 {
  font-style: normal;
}
.log4j-text66 {
  font-style: normal;
}
.log4j-text67 {
  font-style: normal;
}
.log4j-text68 {
  font-style: normal;
}
.log4j-text69 {
  color: var(--dl-color-primary-500);
  font-weight: 500;
}
.log4j-text70 {
  color: var(--dl-color-primary-700);
  height: fit-content;
  padding: var(--dl-space-space-doubleunit);
  font-size: 18px;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
  background-color: var(--dl-color-primary-dark_blue);
}
.log4j-text72 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.log4j-text73 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.log4j-text75 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.log4j-text76 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.log4j-text78 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.log4j-text80 {
  color: var(--dl-color-primary-light_light_blue);
  height: fit-content;
  font-size: 18px;
  margin-top: var(--dl-space-space-fourunits);
  overflow-y: auto;
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-fourunits);
}
.log4j-intro3 {
  width: 100%;
  filter:  ;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-primary-dark_blue);
}
.log4j-content-container4 {
  width: 100%;
  height: fit-content;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.log4j-hero-text4 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.log4j-heading8 {
  color: var(--dl-color-primary-500);
  width: fit-content;
  font-size: 28px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.log4j-text82 {
  color: var(--dl-color-gray-white);
}
.log4j-link13 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 20px;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  text-decoration: none;
}
.log4j-link13:hover {
  color: var(--dl-color-primary-700);
}
.log4j-link13:active {
  color: var(--dl-color-primary-500);
}
.log4j-li1 {
  text-decoration: none;
}
.log4j-text83 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 20px;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
}
.log4j-text83:hover {
  color: var(--dl-color-primary-700);
}
.log4j-text83:active {
  color: var(--dl-color-primary-500);
}
.log4j-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.log4j-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.log4j-copyright-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.log4j-icon4 {
  fill: var(--dl-color-primary-light_blue);
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.log4j-link15 {
  color: var(--dl-color-primary-light_blue);
}
@media(max-width: 1200px) {
  .log4j-link05 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .log4j-text20 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 18px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .log4j-text28 {
    color: var(--dl-color-primary-500);
  }
}
@media(max-width: 991px) {
  .log4j-intro {
    flex-direction: column-reverse;
  }
  .log4j-hero-text {
    width: 80%;
  }
  .log4j-heading1 {
    font-size: 14px;
  }
  .log4j-video {
    width: 80%;
  }
  .log4j-text07 {
    font-size: 12px;
  }
  .log4j-image2 {
    width: 50%;
  }
  .log4j-text16 {
    font-size: 12px;
  }
  .log4j-impact {
    flex-direction: column-reverse;
  }
  .log4j-hero-text1 {
    width: 80%;
  }
  .log4j-heading3 {
    font-size: 14px;
  }
  .log4j-text20 {
    font-size: 12px;
  }
  .log4j-intro1 {
    flex-direction: column-reverse;
  }
  .log4j-hero-text2 {
    width: 80%;
  }
  .log4j-heading5 {
    font-size: 14px;
  }
  .log4j-heading6 {
    font-size: 18px;
  }
  .log4j-text31 {
    font-size: 12px;
  }
  .log4j-image3 {
    width: 50%;
  }
  .log4j-text41 {
    font-size: 12px;
  }
  .log4j-intro2 {
    flex-direction: column-reverse;
  }
  .log4j-hero-text3 {
    width: 80%;
  }
  .log4j-heading7 {
    font-size: 18px;
  }
  .log4j-text44 {
    font-size: 12px;
  }
  .log4j-image4 {
    width: 50%;
  }
  .log4j-text54 {
    font-size: 12px;
  }
  .log4j-text70 {
    font-size: 12px;
  }
  .log4j-text80 {
    font-size: 12px;
  }
  .log4j-intro3 {
    flex-direction: column-reverse;
  }
  .log4j-hero-text4 {
    width: 80%;
  }
  .log4j-heading8 {
    font-size: 18px;
  }
  .log4j-link13 {
    font-size: 14px;
  }
  .log4j-li1 {
    font-size: 14px;
  }
  .log4j-text83 {
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  .log4j-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-primary-dark_blue);
  }
  .log4j-icon {
    fill: var(--dl-color-gray-white);
  }
  .log4j-links-container {
    display: none;
  }
  .log4j-heading {
    font-size: 18px;
  }
  .log4j-video {
    width: 100%;
  }
  .log4j-image2 {
    width: 60%;
  }
  .log4j-heading2 {
    font-size: 18px;
  }
  .log4j-iframe {
    width: 400px;
    height: 250px;
  }
  .log4j-text20 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .log4j-text28 {
    color: var(--dl-color-primary-500);
  }
  .log4j-heading4 {
    font-size: 18px;
  }
  .log4j-heading6 {
    font-size: 18px;
  }
  .log4j-image3 {
    width: 60%;
  }
  .log4j-heading7 {
    font-size: 18px;
  }
  .log4j-image4 {
    width: 60%;
  }
  .log4j-heading8 {
    font-size: 18px;
  }
  .log4j-link13 {
    font-size: 12px;
  }
  .log4j-text83 {
    font-size: 12px;
  }
}
@media(max-width: 479px) {
  .log4j-burger-menu {
    background-color: var(--dl-color-primary-dark_blue);
  }
  .log4j-intro {
    padding-top: var(--dl-space-space-fourunits);
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .log4j-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .log4j-hero-text {
    width: 100%;
  }
  .log4j-impact {
    padding-top: var(--dl-space-space-fourunits);
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .log4j-content-container1 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .log4j-hero-text1 {
    width: 100%;
  }
  .log4j-intro1 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .log4j-content-container2 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .log4j-hero-text2 {
    width: 100%;
  }
  .log4j-intro2 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .log4j-content-container3 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .log4j-hero-text3 {
    width: 100%;
  }
  .log4j-intro3 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .log4j-content-container4 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .log4j-hero-text4 {
    width: 100%;
  }
}
