.shell-shock-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%);
}
.shell-shock-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);
}
.shell-shock-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;
}
.shell-shock-left-side {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  flex-direction: row;
  justify-content: center;
}
.shell-shock-image {
  width: 50px;
  opacity: 0.9;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.shell-shock-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.shell-shock-icon {
  width: 36px;
  height: 36px;
  text-decoration: none;
}
.shell-shock-links-container {
  display: flex;
  align-items: flex-start;
  font-family: Montserrat;
  flex-direction: row;
}
.shell-shock-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;
}
.shell-shock-link:hover {
  color: var(--dl-color-primary-700);
}
.shell-shock-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;
}
.shell-shock-link01:hover {
  color: var(--dl-color-primary-700);
}
.shell-shock-link02 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.shell-shock-link02:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.shell-shock-link02:active {
  color: var(--dl-color-primary-500);
}
.shell-shock-link03 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.shell-shock-link03:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.shell-shock-link04 {
  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;
}
.shell-shock-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;
}
.shell-shock-link06 {
  color: var(--dl-color-primary-lightest_blue);
  transition: 0.3s;
  font-weight: 600;
  text-decoration: none;
}
.shell-shock-link06:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.shell-shock-text {
  transition: 0.3s;
}
.shell-shock-text:hover {
  color: var(--dl-color-primary-700);
  border-bottem: 6px;
  border-bottom: yellow;
}
.shell-shock-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.shell-shock-link07 {
  display: contents;
}
.shell-shock-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;
}
.shell-shock-text02:hover {
  color: var(--dl-color-primary-700);
}
.shell-shock-text03 {
  font-weight: 100;
}
.shell-shock-text06 {
  font-weight: 400;
}
.shell-shock-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;
}
.shell-shock-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;
}
.shell-shock-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.shell-shock-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.shell-shock-icon2 {
  width: 24px;
  height: 24px;
}
.shell-shock-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.shell-shock-link08 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.shell-shock-link09 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.shell-shock-link10 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.shell-shock-link11 {
  text-decoration: none;
}
.shell-shock-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;
}
.shell-shock-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;
}
.shell-shock-hero-text {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.shell-shock-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;
}
.shell-shock-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;
}
.shell-shock-video {
  width: 55%;
}
.shell-shock-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);
}
.shell-shock-text09 {
  color: var(--dl-color-primary-500);
}
.shell-shock-text10 {
  color: var(--dl-color-primary-500);
}
.shell-shock-text14 {
  color: var(--dl-color-primary-500);
}
.shell-shock-text15 {
  color: var(--dl-color-primary-500);
}
.shell-shock-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);
}
.shell-shock-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;
}
.shell-shock-hero-text1 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.shell-shock-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;
}
.shell-shock-heading3 {
  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;
}
.shell-shock-text18 {
  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);
}
.shell-shock-text29 {
  color: var(--dl-color-primary-700);
}
.shell-shock-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);
}
.shell-shock-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;
}
.shell-shock-hero-text2 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.shell-shock-heading4 {
  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;
}
.shell-shock-text31 {
  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);
}
.shell-shock-text35 {
  color: var(--dl-color-gray-white);
}
.shell-shock-link12 {
  display: contents;
}
.shell-shock-image2 {
  width: 40%;
  object-fit: cover;
  text-decoration: none;
}
.shell-shock-text36 {
  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);
}
.shell-shock-text38 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text39 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text40 {
  color: var(--dl-color-primary-700);
}
.shell-shock-text41 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text42 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text44 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text45 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text47 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text49 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text51 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text53 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text54 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text56 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text57 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text58 {
  color: var(--dl-color-primary-700);
}
.shell-shock-text60 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text61 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text63 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text64 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text65 {
  color: var(--dl-color-primary-500);
  font-style: normal;
  font-weight: 500;
}
.shell-shock-text66 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-text67 {
  color: var(--dl-color-primary-700);
  font-style: normal;
}
.shell-shock-link13 {
  display: contents;
}
.shell-shock-image3 {
  width: 40%;
  object-fit: cover;
  text-decoration: none;
}
.shell-shock-text69 {
  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);
}
.shell-shock-text70 {
  color: var(--dl-color-primary-500);
}
.shell-shock-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);
}
.shell-shock-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;
}
.shell-shock-hero-text3 {
  width: fit-content;
  height: fit-content;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.shell-shock-heading5 {
  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;
}
.shell-shock-text73 {
  color: var(--dl-color-gray-white);
}
.shell-shock-link14 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 20px;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  text-decoration: none;
}
.shell-shock-link14:hover {
  color: var(--dl-color-primary-700);
}
.shell-shock-link14:active {
  color: var(--dl-color-primary-500);
}
.shell-shock-li1 {
  text-decoration: none;
}
.shell-shock-text76 {
  color: var(--dl-color-primary-lightest_blue);
  font-size: 20px;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
}
.shell-shock-text76:hover {
  color: var(--dl-color-primary-700);
}
.shell-shock-text76:active {
  color: var(--dl-color-primary-500);
}
.shell-shock-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.shell-shock-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;
}
.shell-shock-copyright-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.shell-shock-icon4 {
  fill: var(--dl-color-primary-light_blue);
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.shell-shock-link16 {
  color: var(--dl-color-primary-light_blue);
}
@media(max-width: 1200px) {
  .shell-shock-link05 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media(max-width: 991px) {
  .shell-shock-intro {
    flex-direction: column-reverse;
  }
  .shell-shock-hero-text {
    width: 80%;
  }
  .shell-shock-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;
  }
  .shell-shock-heading1 {
    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;
  }
  .shell-shock-video {
    width: 80%;
  }
  .shell-shock-text07 {
    font-size: 12px;
  }
  .shell-shock-intro1 {
    flex-direction: column-reverse;
  }
  .shell-shock-hero-text1 {
    width: 80%;
  }
  .shell-shock-heading3 {
    font-size: 18px;
  }
  .shell-shock-text18 {
    font-size: 12px;
  }
  .shell-shock-intro2 {
    flex-direction: column-reverse;
  }
  .shell-shock-hero-text2 {
    width: 80%;
  }
  .shell-shock-heading4 {
    font-size: 18px;
  }
  .shell-shock-text31 {
    font-size: 12px;
  }
  .shell-shock-image2 {
    width: 50%;
  }
  .shell-shock-text36 {
    font-size: 12px;
  }
  .shell-shock-image3 {
    width: 50%;
  }
  .shell-shock-text69 {
    font-size: 12px;
  }
  .shell-shock-intro3 {
    flex-direction: column-reverse;
  }
  .shell-shock-hero-text3 {
    width: 80%;
  }
  .shell-shock-heading5 {
    font-size: 18px;
  }
  .shell-shock-link14 {
    font-size: 14px;
  }
  .shell-shock-li1 {
    font-size: 14px;
  }
  .shell-shock-text76 {
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  .shell-shock-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-primary-dark_blue);
  }
  .shell-shock-icon {
    fill: var(--dl-color-gray-white);
  }
  .shell-shock-links-container {
    display: none;
  }
  .shell-shock-heading {
    font-size: 18px;
  }
  .shell-shock-video {
    width: 100%;
  }
  .shell-shock-heading2 {
    font-size: 18px;
  }
  .shell-shock-heading3 {
    font-size: 18px;
  }
  .shell-shock-heading4 {
    font-size: 18px;
  }
  .shell-shock-image2 {
    width: 60%;
  }
  .shell-shock-image3 {
    width: 60%;
  }
  .shell-shock-heading5 {
    font-size: 18px;
  }
  .shell-shock-link14 {
    font-size: 12px;
  }
  .shell-shock-text76 {
    font-size: 12px;
  }
}
@media(max-width: 479px) {
  .shell-shock-burger-menu {
    background-color: var(--dl-color-primary-dark_blue);
  }
  .shell-shock-intro {
    padding-top: var(--dl-space-space-fourunits);
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .shell-shock-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .shell-shock-hero-text {
    width: 100%;
  }
  .shell-shock-intro1 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .shell-shock-content-container1 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .shell-shock-hero-text1 {
    width: 100%;
  }
  .shell-shock-intro2 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .shell-shock-content-container2 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .shell-shock-hero-text2 {
    width: 100%;
  }
  .shell-shock-intro3 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .shell-shock-content-container3 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .shell-shock-hero-text3 {
    width: 100%;
  }
}
