.word-press-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%);
}
.word-press-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);
}
.word-press-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;
}
.word-press-left-side {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  flex-direction: row;
  justify-content: center;
}
.word-press-image {
  width: 50px;
  opacity: 0.9;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.word-press-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.word-press-icon {
  width: 36px;
  height: 36px;
  text-decoration: none;
}
.word-press-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.word-press-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;
}
.word-press-link:hover {
  color: var(--dl-color-primary-700);
}
.word-press-link01 {
  color: var(--dl-color-primary-lightest_blue);
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.word-press-link01:hover {
  color: var(--dl-color-primary-700);
}
.word-press-link02 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.word-press-link02:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.word-press-link02:active {
  color: var(--dl-color-primary-500);
}
.word-press-link03 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.word-press-link03:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.word-press-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;
}
.word-press-link05 {
  color: var(--dl-color-primary-500);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.word-press-link06 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  text-decoration: none;
}
.word-press-link06:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.word-press-text {
  transition: 0.3s;
}
.word-press-text:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.word-press-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.word-press-link07 {
  display: contents;
}
.word-press-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;
}
.word-press-text02:hover {
  color: var(--dl-color-primary-700);
}
.word-press-text03 {
  font-weight: 100;
}
.word-press-text06 {
  font-weight: 400;
}
.word-press-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;
}
.word-press-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;
}
.word-press-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.word-press-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.word-press-icon2 {
  width: 24px;
  height: 24px;
}
.word-press-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.word-press-link08 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.word-press-link09 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.word-press-link10 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.word-press-link11 {
  text-decoration: none;
}
.word-press-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;
}
.word-press-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;
}
.word-press-hero-text {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.word-press-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;
}
.word-press-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;
}
.word-press-video {
  width: 55%;
}
.word-press-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);
}
.word-press-vul1 {
  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-100);
}
.word-press-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;
}
.word-press-hero-text1 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.word-press-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;
}
.word-press-text43 {
  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);
}
.word-press-link12 {
  display: contents;
}
.word-press-image2 {
  width: 40%;
  margin: var(--dl-space-space-tripleunit);
  object-fit: cover;
  text-decoration: none;
}
.word-press-text44 {
  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);
}
.word-press-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.word-press-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;
}
.word-press-copyright-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.word-press-icon4 {
  fill: var(--dl-color-primary-light_blue);
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.word-press-link13 {
  color: var(--dl-color-primary-light_blue);
}
@media(max-width: 1200px) {
  .word-press-link05 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .word-press-heading {
    color: var(--dl-color-gray-white);
    font-size: 28px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .word-press-heading1 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .word-press-text07 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 18px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .word-press-text43 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 18px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .word-press-text44 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 18px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
}
@media(max-width: 991px) {
  .word-press-links-container {
    font-size: 16px;
  }
  .word-press-intro {
    flex-direction: column-reverse;
  }
  .word-press-hero-text {
    width: 80%;
  }
  .word-press-heading1 {
    font-size: 14px;
  }
  .word-press-video {
    width: 80%;
  }
  .word-press-text07 {
    font-size: 12px;
  }
  .word-press-vul1 {
    flex-direction: column-reverse;
    background-color: var(--dl-color-primary-dark_blue);
  }
  .word-press-hero-text1 {
    width: 80%;
  }
  .word-press-heading2 {
    color: var(--dl-color-gray-white);
    font-size: 28px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .word-press-text43 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
  }
  .word-press-image2 {
    width: 50%;
  }
  .word-press-text44 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
}
@media(max-width: 767px) {
  .word-press-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-primary-dark_blue);
  }
  .word-press-icon {
    fill: var(--dl-color-gray-white);
  }
  .word-press-links-container {
    display: none;
  }
  .word-press-heading {
    font-size: 18px;
  }
  .word-press-video {
    width: 100%;
  }
  .word-press-content-container1 {
    height: 621px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .word-press-heading2 {
    font-size: 18px;
  }
  .word-press-text43 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .word-press-image2 {
    width: 60%;
  }
  .word-press-text44 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
}
@media(max-width: 479px) {
  .word-press-burger-menu {
    background-color: var(--dl-color-primary-dark_blue);
  }
  .word-press-intro {
    padding-top: var(--dl-space-space-fourunits);
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .word-press-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .word-press-hero-text {
    width: 100%;
  }
  .word-press-vul1 {
    padding-top: var(--dl-space-space-fourunits);
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .word-press-content-container1 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .word-press-hero-text1 {
    width: 100%;
  }
}
