.confluence-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%);
}
.confluence-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);
}
.confluence-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;
}
.confluence-left-side {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  flex-direction: row;
  justify-content: center;
}
.confluence-image {
  width: 50px;
  opacity: 0.9;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.confluence-navlink {
  display: contents;
}
.confluence-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  text-decoration: none;
}
.confluence-icon {
  width: 36px;
  height: 36px;
}
.confluence-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.confluence-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;
}
.confluence-link:hover {
  color: var(--dl-color-primary-700);
}
.confluence-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;
}
.confluence-link01:hover {
  color: var(--dl-color-primary-700);
}
.confluence-link02 {
  color: var(--dl-color-primary-500);
  transition: 0.3s;
  font-weight: 700;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.confluence-link02:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.confluence-link03 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.confluence-link03:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.confluence-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;
}
.confluence-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;
}
.confluence-link06 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  text-decoration: none;
}
.confluence-link06:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.confluence-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.confluence-link07 {
  display: contents;
}
.confluence-text {
  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;
}
.confluence-text:hover {
  color: var(--dl-color-primary-700);
}
.confluence-text001 {
  font-weight: 100;
}
.confluence-text004 {
  font-weight: 400;
}
.confluence-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;
}
.confluence-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;
}
.confluence-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.confluence-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.confluence-icon2 {
  width: 24px;
  height: 24px;
}
.confluence-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.confluence-link08 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.confluence-link09 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.confluence-link10 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.confluence-link11 {
  text-decoration: none;
}
.confluence-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;
}
.confluence-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;
}
.confluence-hero-text {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.confluence-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;
}
.confluence-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;
}
.confluence-video {
  width: 55%;
}
.confluence-text005 {
  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);
}
.confluence-link12 {
  display: contents;
}
.confluence-image2 {
  width: 40%;
  object-fit: cover;
  text-decoration: none;
}
.confluence-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;
}
.confluence-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;
}
.confluence-hero-text1 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.confluence-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;
}
.confluence-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;
}
.confluence-iframe {
  width: 500px;
  height: 300px;
  margin: var(--dl-space-space-tripleunit);
}
.confluence-text019 {
  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);
}
.confluence-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);
}
.confluence-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;
}
.confluence-hero-text2 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.confluence-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;
}
.confluence-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;
}
.confluence-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;
}
.confluence-text023 {
  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);
}
.confluence-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);
}
.confluence-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;
}
.confluence-hero-text3 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.confluence-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;
}
.confluence-text048 {
  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);
}
.confluence-image3 {
  width: 40%;
  object-fit: cover;
}
.confluence-text110 {
  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);
}
.confluence-text111 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.confluence-text112 {
  font-style: normal;
}
.confluence-text113 {
  font-style: normal;
}
.confluence-text114 {
  font-style: normal;
}
.confluence-text115 {
  font-style: normal;
}
.confluence-text116 {
  font-style: normal;
}
.confluence-text117 {
  font-style: normal;
}
.confluence-text118 {
  font-weight: 400;
}
.confluence-text119 {
  font-style: normal;
}
.confluence-text120 {
  font-style: normal;
}
.confluence-text121 {
  font-style: normal;
}
.confluence-text122 {
  font-style: normal;
}
.confluence-text123 {
  font-style: normal;
}
.confluence-text124 {
  font-style: normal;
}
.confluence-text125 {
  color: var(--dl-color-primary-500);
  font-weight: 500;
}
.confluence-link13 {
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: var(--dl-color-primary-light_blue);
}
.confluence-link13:hover {
  color: var(--dl-color-primary-100);
  background-color: var(--dl-color-primary-500);
}
.confluence-link13:active {
  color: var(--dl-color-primary-300);
  background-color: var(--dl-color-gray-white);
}
.confluence-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);
}
.confluence-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;
}
.confluence-hero-text4 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.confluence-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;
}
.confluence-text127 {
  color: var(--dl-color-gray-white);
}
.confluence-link14 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 20px;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  text-decoration: none;
}
.confluence-link14:hover {
  color: var(--dl-color-primary-700);
}
.confluence-link14:active {
  color: var(--dl-color-primary-500);
}
.confluence-li1 {
  text-decoration: none;
}
.confluence-text130 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 20px;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
}
.confluence-text130:hover {
  color: var(--dl-color-primary-700);
}
.confluence-text130:active {
  color: var(--dl-color-primary-500);
}
.confluence-li2 {
  text-decoration: none;
}
.confluence-text131 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 20px;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
}
.confluence-text131:hover {
  color: var(--dl-color-primary-700);
}
.confluence-text131:active {
  color: var(--dl-color-primary-500);
}
.confluence-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.confluence-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;
}
.confluence-copyright-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.confluence-icon4 {
  fill: var(--dl-color-primary-light_blue);
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.confluence-link17 {
  color: var(--dl-color-primary-light_blue);
}
@media(max-width: 1200px) {
  .confluence-link05 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .confluence-text019 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 18px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .confluence-link13 {
    margin-top: var(--dl-space-space-fiveunits);
    margin-left: 0px;
    padding-top: var(--dl-space-space-unit);
    margin-right: 0px;
    padding-left: var(--dl-space-space-fourunits);
    margin-bottom: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-unit);
    background-color: var(--dl-color-primary-700);
  }
}
@media(max-width: 991px) {
  .confluence-intro {
    flex-direction: column-reverse;
  }
  .confluence-hero-text {
    width: 80%;
  }
  .confluence-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;
  }
  .confluence-heading1 {
    color: var(--dl-color-gray-white);
    font-size: 14px;
  }
  .confluence-video {
    width: 80%;
  }
  .confluence-text005 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .confluence-text007 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text008 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text010 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text011 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text013 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text014 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text016 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text017 {
    color: var(--dl-color-primary-500);
  }
  .confluence-image2 {
    width: 50%;
  }
  .confluence-impact {
    flex-direction: column-reverse;
  }
  .confluence-hero-text1 {
    width: 80%;
  }
  .confluence-heading3 {
    color: var(--dl-color-gray-white);
    font-size: 14px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .confluence-text019 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .confluence-intro1 {
    flex-direction: column-reverse;
  }
  .confluence-content-container2 {
    margin-bottom: 0px;
  }
  .confluence-hero-text2 {
    width: 80%;
  }
  .confluence-heading4 {
    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;
  }
  .confluence-heading5 {
    color: var(--dl-color-gray-white);
    font-size: 14px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .confluence-heading6 {
    color: var(--dl-color-primary-500);
    font-size: 18px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .confluence-text023 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .confluence-text024 {
    font-style: normal;
  }
  .confluence-text025 {
    font-style: normal;
  }
  .confluence-text026 {
    font-style: normal;
  }
  .confluence-text027 {
    font-style: normal;
  }
  .confluence-text028 {
    font-style: normal;
  }
  .confluence-text029 {
    font-style: normal;
  }
  .confluence-text030 {
    font-style: normal;
  }
  .confluence-text031 {
    font-style: normal;
  }
  .confluence-text032 {
    font-style: normal;
  }
  .confluence-text033 {
    color: var(--dl-color-primary-500);
    font-weight: 400;
  }
  .confluence-text034 {
    color: var(--dl-color-primary-500);
    font-style: normal;
  }
  .confluence-text035 {
    font-style: normal;
  }
  .confluence-text036 {
    font-style: normal;
  }
  .confluence-text037 {
    font-style: normal;
  }
  .confluence-text038 {
    font-style: normal;
  }
  .confluence-text039 {
    font-style: normal;
  }
  .confluence-text040 {
    font-style: normal;
  }
  .confluence-text041 {
    font-style: normal;
  }
  .confluence-text042 {
    color: var(--dl-color-primary-500);
    font-style: inherit;
    font-weight: 400;
  }
  .confluence-text043 {
    font-style: normal;
  }
  .confluence-text044 {
    font-style: normal;
  }
  .confluence-text045 {
    font-style: normal;
  }
  .confluence-intro2 {
    flex-direction: column-reverse;
  }
  .confluence-hero-text3 {
    width: 80%;
  }
  .confluence-heading7 {
    color: var(--dl-color-primary-500);
    font-size: 18px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .confluence-text048 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .confluence-text049 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text050 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text051 {
    color: var(--dl-color-primary-500);
  }
  .confluence-text063 {
    color: var(--dl-color-primary-light_blue);
  }
  .confluence-text064 {
    color: var(--dl-color-primary-light_blue);
  }
  .confluence-text065 {
    color: var(--dl-color-primary-light_blue);
  }
  .confluence-text070 {
    color: var(--dl-color-primary-light_blue);
  }
  .confluence-text071 {
    color: var(--dl-color-primary-light_blue);
  }
  .confluence-text072 {
    color: var(--dl-color-primary-light_blue);
  }
  .confluence-text081 {
    color: var(--dl-color-primary-light_blue);
    font-weight: 500;
  }
  .confluence-text082 {
    font-weight: 500;
  }
  .confluence-text083 {
    color: var(--dl-color-primary-500);
    font-weight: 500;
  }
  .confluence-text084 {
    font-weight: 500;
  }
  .confluence-text085 {
    font-weight: 500;
  }
  .confluence-text086 {
    font-weight: 500;
  }
  .confluence-text087 {
    color: var(--dl-color-primary-700);
    font-weight: 500;
  }
  .confluence-text088 {
    font-weight: 500;
  }
  .confluence-text089 {
    color: var(--dl-color-primary-500);
    font-weight: 500;
  }
  .confluence-text090 {
    font-weight: 500;
  }
  .confluence-text091 {
    font-weight: 500;
  }
  .confluence-text092 {
    font-weight: 500;
  }
  .confluence-text093 {
    color: var(--dl-color-gray-white);
    font-weight: 500;
  }
  .confluence-text094 {
    font-weight: 500;
  }
  .confluence-text095 {
    color: var(--dl-color-primary-500);
    font-weight: 500;
  }
  .confluence-text096 {
    font-weight: 500;
  }
  .confluence-text100 {
    color: var(--dl-color-primary-700);
  }
  .confluence-text102 {
    color: var(--dl-color-primary-700);
  }
  .confluence-image3 {
    width: 50%;
  }
  .confluence-text110 {
    font-size: 12px;
  }
  .confluence-link13 {
    font-size: 14px;
    text-decoration: none;
    background-color: var(--dl-color-primary-700);
  }
  .confluence-intro3 {
    flex-direction: column-reverse;
  }
  .confluence-hero-text4 {
    width: 80%;
  }
  .confluence-heading8 {
    font-size: 18px;
  }
  .confluence-link14 {
    color: var(--dl-color-primary-lightest_blue);
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    text-decoration: none;
  }
  .confluence-text130 {
    color: var(--dl-color-primary-lightest_blue);
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
  }
  .confluence-text131 {
    color: var(--dl-color-primary-lightest_blue);
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  .confluence-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-primary-dark_blue);
  }
  .confluence-icon {
    fill: var(--dl-color-gray-white);
  }
  .confluence-links-container {
    display: none;
  }
  .confluence-heading {
    font-size: 18px;
  }
  .confluence-video {
    width: 100%;
  }
  .confluence-image2 {
    width: 60%;
  }
  .confluence-heading2 {
    font-size: 18px;
  }
  .confluence-iframe {
    width: 400px;
    height: 250px;
  }
  .confluence-text019 {
    color: var(--dl-color-primary-light_light_blue);
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.6;
  }
  .confluence-heading4 {
    font-size: 18px;
  }
  .confluence-heading6 {
    font-size: 18px;
  }
  .confluence-heading7 {
    font-size: 18px;
  }
  .confluence-image3 {
    width: 60%;
  }
  .confluence-link13 {
    font-size: 12px;
  }
  .confluence-heading8 {
    font-size: 18px;
  }
  .confluence-link14 {
    font-size: 12px;
  }
  .confluence-text130 {
    font-size: 12px;
  }
  .confluence-text131 {
    font-size: 12px;
  }
}
@media(max-width: 479px) {
  .confluence-burger-menu {
    background-color: var(--dl-color-primary-dark_blue);
  }
  .confluence-intro {
    padding-top: var(--dl-space-space-fourunits);
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .confluence-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .confluence-hero-text {
    width: 100%;
  }
  .confluence-impact {
    padding-top: var(--dl-space-space-fourunits);
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .confluence-content-container1 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .confluence-hero-text1 {
    width: 100%;
  }
  .confluence-intro1 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .confluence-content-container2 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .confluence-hero-text2 {
    width: 100%;
  }
  .confluence-intro2 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .confluence-content-container3 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .confluence-hero-text3 {
    width: 100%;
  }
  .confluence-link13 {
    font-size: 12px;
  }
  .confluence-intro3 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .confluence-content-container4 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .confluence-hero-text4 {
    width: 100%;
  }
}
