@import url('https://fonts.googleapis.com/css2?family=Archivo&display=swap');
@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.98) translateY(15px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marqueeReversed {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes rotate {
  0%, 20% {
    transform: translateY(0);
  }
  25%, 45% {
    transform: translateY(-27rem);
  }
  50%, 70% {
    transform: translateY(-54rem);
  }
  75%, 95% {
    transform: translateY(-81rem);
  }
  100% {
    transform: translateY(-108rem);
  }
}
@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(238, 57, 104, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(238, 57, 104, 0);
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Archivo', sans-serif !important;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, p {
    text-align: left !important;
    direction: ltr !important;
  }
}
body, html body {
  background-color: #09000C;
  margin-top: 0px !important;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body, html body {
    font-size: 16px;
  }
}
html {
  max-width: 100%;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 100%;
  background: radial-gradient(100% 50% at 100% 50%, rgba(201, 3, 106, 0.6) 0%, rgba(104, 5, 157, 0.6) 47.4%, rgba(32, 0, 141, 0.6) 100%), #000000;
}
@media screen and (max-width: 767px) {
  body.oxygen-aos-enabled {
    overflow-y: hidden;
  }
}
body.login.wp-core-ui {
  color: #333;
}
body.login.wp-core-ui h1 {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    background: transparent;
  }
  body:before {
    background: radial-gradient(100% 50% at 100% 50%, rgba(201, 3, 106, 0.6) 0%, rgba(104, 5, 157, 0.6) 47.4%, rgba(32, 0, 141, 0.6) 100%), #000000;
    content: '';
    z-index: -20;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: fixed;
  }
}
body:after {
  content: '';
  z-index: -14;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
}
body.error404:after, body.search:after {
  z-index: -8;
}
.jn-background-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .jn-background-mobile {
    z-index: -19;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .w-1by3, .w-2by3, .w-1by-2 {
    width: 100% !important;
  }
}
body {
  color: rgba(255, 255, 255, 0.75);
}
body h1 {
  color: #fff;
}
body h2 {
  font-size: 8.5rem;
  color: #fff;
}
body h3 {
  font-size: 7.5rem;
  color: #fff;
}
body h4 {
  font-size: 6rem;
  color: #fff;
}
body h5 {
  color: #fff;
}
body h6 {
  color: #fff;
}
@media screen and (max-width: 1220px) {
  body .ct-section-inner-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body .ct-section-inner-wrap {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  body h2 {
    font-size: 4.5rem;
  }
  body .jn-title-xl {
    font-size: 3.5rem !important;
  }
  body h3 {
    font-size: 4rem;
  }
  body h4 {
    font-size: 3.5rem;
  }
}
.rounded-lg {
  border-radius: 6px !important;
}
.jn-gradient-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -7;
  opacity: 0;
  transition: 1000ms all linear;
}
#jn_background {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -8;
  transform: scale(2);
  transition: 500ms linear opacity;
}
#jn_background.suppress {
  opacity: 0;
}
body:not(.ng-scope) .section__values .jn-values-box {
  display: none;
  opacity: 0;
}
iframe {
  border-width: 0px;
}
.jn-page-wrapper {
  position: relative;
  z-index: 1;
  margin-top: -175px;
}
.jn-page-wrapper > .ct-div-block {
  width: 100%;
}
.jn-page-wrapper > .ct-div-block > .ct-inner-content {
  width: 100%;
}
.jn-page-wrapper > .ct-div-block > .ct-inner-content #personio-iframe {
  width: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(4, 0, 5, 0.5) 39%, rgba(7, 0, 10, 0.66) 100%);
}
.jn-page-wrapper > .jn-sections > div:first-of-type .ct-section-inner-wrap {
  padding-top: 250px;
}
.jn-page-wrapper > .jn-sections > div > .jn-section-wrapper > .ct-section > .ct-section-inner-wrap > .ct-div-block > .ct-text-block > span {
  width: 100%;
}
.jn-page-wrapper .jn-sections {
  width: 100%;
}
.jn-page-wrapper .jn-sections > div {
  width: 100%;
}
.jn-page-wrapper .jn-sections > div:first-of-type .jn-hero-side-text .background-container {
  top: 10% !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper {
  width: 100%;
  display: block;
  position: relative;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-hero-fade-black > .ct-section:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 0;
  opacity: 0.9;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 11, 11, 0.4) 0%, rgba(14, 11, 11, 0.4) 11%, rgba(14, 11, 11, 0.7) 20%, #0e0b0b 50%, #0e0b0b 100%);
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.jn-hero-fade-black > .ct-section:before {
    height: 100%;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-hero-fade-black > .ct-section > .ct-section-inner-wrap {
  padding-bottom: 75px;
  justify-content: flex-end;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper .background-container {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper .background-container .background-video, .jn-page-wrapper .jn-sections .jn-section-wrapper .background-container .background-image {
  min-height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -5;
  object-fit: cover;
  transform: scale(1.1);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper .background-container.background-image-container .background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -1;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-background-white {
  color: #09000C;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-background-white:after {
  background-color: #fff;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-background-black {
  color: rgba(255, 255, 255, 0.75);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-background-black:after {
  background-color: #09000C;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-transparent-0:after {
  opacity: 0;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-transparent-25:after {
  opacity: 0.25;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-transparent-50:after {
  opacity: 0.5;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-transparent-75:after {
  opacity: 0.75;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-style-transparent-100:after {
  opacity: 1;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero .ct-section-inner-wrap {
  min-height: calc(100vh - 40px - 28px);
  display: flex;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero .ct-section-inner-wrap {
    min-height: calc(90vh - 40px - 28px);
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero .typewriter {
  margin-top: -100px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero .ct-span {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero .typewriter-subtext h1 {
  margin-top: 15px;
  font-size: 4.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero .typewriter-subtext {
    max-width: 100%;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero .typewriter-subtext h1 {
    font-size: 3rem;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text h1 {
  font-size: 5.5em;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text h2 {
  font-size: 4em;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text .ct-section-inner-wrap {
  align-content: center;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text .ct-section-inner-wrap > div {
  width: 60%;
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text.jn-hero-fade-black .ct-section:before {
  display: none !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text .background-container {
  width: 900px;
  height: 80%;
  border-radius: 6px;
  width: calc(50vw + 150px);
  top: -100px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text.jn-hero-side-text-right .ct-section-inner-wrap > div {
  margin-left: auto;
  margin-right: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text.jn-hero-side-text-right .background-container {
  left: 15px;
  right: auto;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text.jn-hero-side-text-left .ct-section-inner-wrap > div {
  margin-right: auto;
  margin-left: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text.jn-hero-side-text-left .background-container {
  left: auto;
  right: 15px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.h-200-px .ct-section-inner-wrap {
  min-height: 200px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.h-400-px .ct-section-inner-wrap {
  min-height: 400px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.h-500-px .ct-section-inner-wrap {
  min-height: 500px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.h-50-vh .ct-section-inner-wrap {
  min-height: 60vh;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.h-75-vh .ct-section-inner-wrap {
  min-height: 75vh;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.h-90-vh .ct-section-inner-wrap {
  min-height: 90vh;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.h-100-vh .ct-section-inner-wrap {
  min-height: 100vh;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_gallery .small-images .jn-archive-post-item .oxy-post-image {
  height: 150px !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_gallery > section > .ct-section-inner-wrap > .ct-div-block > .ct-text-block {
  margin-bottom: 25px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_texts .ct-section-inner-wrap {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_texts .jn-text-scroller {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  font-size: 20px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_texts .jn-text-scroller .scroll-container {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_texts .jn-text-scroller .scroll-container .scroll-item {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_logos .ct-section-inner-wrap {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_logos .jn-logo-scroller {
  max-width: 100%;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_logos .jn-logo-scroller .scroll-container {
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_logos .jn-logo-scroller .scroll-container img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_logos .jn-logo-scroller .scroll-container .scroll-item {
  margin: 0;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  width: 275px;
  display: block;
  border: 10px solid transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_logos .jn-logo-scroller .scroll-container .scroll-item {
    height: 80px;
    width: 150px;
    min-width: 150px;
    border: 5px solid transparent;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_logos .jn-logo-scroller .scroll-container .scroll-item .scroll-item-url {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks {
  width: 100%;
  font-size: 20px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks > section > .ct-section-inner-wrap {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 12.5vh;
  padding-left: 0px;
  padding-right: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks > section > .ct-section-inner-wrap > .ct-section-inner-wrap {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 45px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller {
  overflow: hidden;
  height: 530px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller {
    height: calc((530px - 30px) / 1.5);
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container {
  width: 100%;
  height: 515px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 100%;
  padding: 7.5px;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container {
    height: calc((515px - 15px) / 1.5);
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div {
  padding: 7.5px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div {
  position: relative;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 6px;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div .jn-block-slider-title {
  font-size: 32px;
  font-weight: 800;
  display: block;
  text-align: center;
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div .jn-block-slider-subtitle {
  color: #666;
  display: block;
  text-align: center;
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div .jn-block-slider-url {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 6px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div .jn-block-slider-url:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div .jn-block-slider-url:after {
  display: none !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div.jn-background-gradient-grass {
  background: linear-gradient(230.07deg, #13DEC3 8%, #CDD7D6 87.63%) !important;
  color: #030405;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div.jn-background-gradient-metal {
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%) !important;
  color: rgba(255, 255, 255, 0.75);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div > div.jn-background-gradient-metal .jn-block-slider-title {
  background: -webkit-linear-gradient(111.43deg, #F9D155 14.16%, #F561D9 84.64%);
  background: #fff;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div.size-1x1 {
  height: calc(50%);
  width: 350px;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div.size-1x1 {
    width: calc(350px / 1.5);
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div.size-2x2 {
  height: 100%;
  width: 550px;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div.size-2x2 {
    width: calc(550px / 1.5);
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div.size-1x2 {
  height: 100%;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_blocks .jn-block-scroller .scroll-container > div.size-1x2 {
    width: calc(350px / 1.5);
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .has-items-with-background_true {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .has-iframe {
  position: relative;
  min-height: 50vh;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .has-iframe .jn-block-item-inner {
  min-height: 50vh;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  border-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-iframe + .jn-block-item-background-holder {
  min-height: 400px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item {
  border-radius: 6px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.w-820 {
  width: 820px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item {
    width: 100%;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-height-small {
  min-height: 300px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-height-medium {
  min-height: 450px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-height-large {
  min-height: 600px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-inner {
  padding: 30px;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-inner .ct-text-block {
  max-width: 100%;
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-inner .ct-text-block .ct-span {
  max-width: 100%;
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background {
  padding: 15px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h1, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h2, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h3, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h4, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h5, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h6, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background p {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background .jn-block-item-header-image {
  margin-top: -15px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background .jn-block-item-inner {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background .jn-block-item-inner {
    padding: 30px;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 .jn-block-item-inner {
  padding: 45px;
  padding-top: 15px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 .jn-block-item-header-image + .jn-block-item-inner {
  padding-top: 30px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 h1 {
  font-size: 32px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 h2 {
  font-size: 30px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 h3 {
  font-size: 26px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 h4 {
  font-size: 22px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 h5 {
  font-size: 18px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 h6 {
  font-size: 16px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h1 {
  font-size: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h1 {
    font-size: 50px;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h2 {
  font-size: var(--h2);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h3 {
  font-size: var(--h3);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h4 {
  font-size: var(--h4);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h5 {
  font-size: var(--h5);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background h6 {
  font-size: var(--h6);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-header-image {
  z-index: 1;
  width: 100%;
  height: 500px;
  display: block;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-header-image + .jn-block-item-inner {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.w-1by3 .jn-block-item-header-image {
  height: 250px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-full-image-background {
  position: relative;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-full-image-background .jn-block-item-header-image {
  height: calc(100% - 30px);
  display: block;
  width: calc(100% - 30px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-full-image-background .jn-block-item-header-image:after {
  display: none !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-full-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-card-button-style .jn-block-item-link:before {
  background: -webkit-linear-gradient(-225deg, #5e5ad5 0%, #a66ce1 29%, #FF1361 67%, #FFF800 100%) !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-card-button-style .jn-block-item-link:hover:before {
  opacity: 0.5;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-card-button-style .jn-block-item-inner {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-card-button-style.w-1by3 .jn-block-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.has-url {
  position: relative;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.has-url .jn-block-item-inner {
  pointer-events: none;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-link {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  cursor: pointer;
  top: 0;
  left: 15px;
  display: block;
  border-bottom: 0px !important;
  z-index: 2;
  font-size: 0px;
  overflow: hidden;
  border-radius: 6px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-link:after {
  display: none !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-link:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%);
  opacity: 0;
  transition: 200ms all linear;
  z-index: -2;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-link:hover:before {
  opacity: 1;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-link + .jn-block-item-background-holder + .jn-block-item-inner {
  z-index: 3;
  pointer-events: none;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-link:hover, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-link:focus, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item .jn-block-item-link:active {
  border-bottom: 0px !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .ct-section-inner-wrap > .ct-div-block {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .ct-section-inner-wrap > .ct-div-block > .ct-div-block {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .ct-section-inner-wrap > .ct-div-block > .ct-div-block .oxy-dynamic-list {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .ct-headline.jn-title-xl {
  font-size: 7rem;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container {
  width: 100%;
  display: block;
  position: relative;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-title-xl, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .rank-math-breadcrumb, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .post-meta {
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container {
    display: block;
    padding: 15px;
    background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%);
    border-radius: 6px;
    position: relative;
    padding-bottom: 30px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .ct-headline {
    margin-bottom: -15px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-image {
    border-radius: 6px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-content {
    padding: 15px 7.5px;
    padding-top: 30px;
    min-height: 100px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container a {
    color: #ee3968;
    text-align: right;
    display: block;
    width: 100%;
    padding-top: 15px;
    margin-bottom: -15px;
  }
}
@media screen and (min-width: 768px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-content {
    position: absolute;
    left: 0;
    max-width: 550px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-content .ct-text-block {
    opacity: 0.8;
    font-size: 20px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-content .ct-text-link {
    font-size: 20px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-content .jn-parallax-content-logo {
    max-width: 300px;
    max-height: 150px;
    margin-bottom: 30px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container.special-post-display-card .jn-parallax-content {
    background-color: rgba(9, 0, 12, 0.4);
    border-radius: 6px;
    padding: 45px;
    max-width: 650px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container.special-post-display-card .jn-parallax-content .ct-headline.jn-title-xl {
    font-size: 6rem;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-image {
    position: absolute;
    max-width: 100%;
    width: 80% !important;
    right: -50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-image img {
    max-height: 600px;
    max-width: 100%;
    display: block;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-image.jn-parallax-image-l1 {
    width: 100%;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-image.jn-parallax-image-l1 img {
    transform: scale(1.2);
    border-radius: 6px;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-parallax-container .jn-parallax-image.jn-parallax-image-l2 {
    width: 100%;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-direction-left-to-right .jn-parallax-image {
  left: -50px;
  right: auto;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__post_display .jn-direction-left-to-right .jn-parallax-content {
  left: auto;
  right: 0;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards {
  width: 100%;
  display: block;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns {
  display: flex;
  flex-wrap: no-wrap;
  flex-direction: row-reverse;
  width: 900px;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns {
    flex-wrap: wrap;
    width: 500px;
    max-width: 90%;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns {
    width: 100%;
    max-width: 100%;
    gap: 0px;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(2) .ct-span > p:last-of-type {
  color: #FFE36E;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(2) .ct-span > p:last-of-type a {
  color: #FFE36E !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(2) .ct-span > p:last-of-type a:after {
  background-color: #FFE36E !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(2) h3:before {
  background-color: #FFE36E;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(3) .ct-span > p:last-of-type {
  color: #9BDDFF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(3) .ct-span > p:last-of-type a {
  color: #9BDDFF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(3) .ct-span > p:last-of-type a:after {
  background-color: #9BDDFF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(3) h3:before {
  background-color: #9BDDFF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(4) .ct-span > p:last-of-type {
  color: #FF77FF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(4) .ct-span > p:last-of-type a {
  color: #FF77FF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(4) .ct-span > p:last-of-type a:after {
  background-color: #FF77FF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(4) h3:before {
  background-color: #FF77FF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(5) .ct-span > p:last-of-type {
  color: #FFE36E;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(5) .ct-span > p:last-of-type a {
  color: #FFE36E !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(5) .ct-span > p:last-of-type a:after {
  background-color: #FFE36E !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(5) h3:before {
  background-color: #FFE36E;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(6) .ct-span > p:last-of-type {
  color: #9BDDFF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(6) .ct-span > p:last-of-type a {
  color: #9BDDFF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(6) .ct-span > p:last-of-type a:after {
  background-color: #9BDDFF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(6) h3:before {
  background-color: #9BDDFF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(7) .ct-span > p:last-of-type {
  color: #FF77FF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(7) .ct-span > p:last-of-type a {
  color: #FF77FF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(7) .ct-span > p:last-of-type a:after {
  background-color: #FF77FF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(1) > .jn-solution-card:nth-child(7) h3:before {
  background-color: #FF77FF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) {
    padding-top: 0px;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(1) .ct-span > p:last-of-type {
  color: #00BFFF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(1) .ct-span > p:last-of-type a {
  color: #00BFFF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(1) .ct-span > p:last-of-type a:after {
  background-color: #00BFFF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(1) h3:before {
  background-color: #00BFFF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(2) .ct-span > p:last-of-type {
  color: #7EF4CC;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(2) .ct-span > p:last-of-type a {
  color: #7EF4CC !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(2) .ct-span > p:last-of-type a:after {
  background-color: #7EF4CC !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(2) h3:before {
  background-color: #7EF4CC;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(3) .ct-span > p:last-of-type {
  color: #F88158;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(3) .ct-span > p:last-of-type a {
  color: #F88158 !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(3) .ct-span > p:last-of-type a:after {
  background-color: #F88158 !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(3) h3:before {
  background-color: #F88158;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(4) .ct-span > p:last-of-type {
  color: #9BDDFF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(4) .ct-span > p:last-of-type a {
  color: #9BDDFF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(4) .ct-span > p:last-of-type a:after {
  background-color: #9BDDFF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(4) h3:before {
  background-color: #9BDDFF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(5) .ct-span > p:last-of-type {
  color: #FF77FF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(5) .ct-span > p:last-of-type a {
  color: #FF77FF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(5) .ct-span > p:last-of-type a:after {
  background-color: #FF77FF !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(5) h3:before {
  background-color: #FF77FF;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(6) .ct-span > p:last-of-type {
  color: #FFE36E;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(6) .ct-span > p:last-of-type a {
  color: #FFE36E !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(6) .ct-span > p:last-of-type a:after {
  background-color: #FFE36E !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner:nth-child(2) > .jn-solution-card:nth-child(6) h3:before {
  background-color: #FFE36E;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns > .jn-solution-inner .ct-span > p:first-of-type {
  color: rgba(255, 255, 255, 0.8) !important;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner {
    width: 100%;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-item {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-item {
    margin-bottom: 30px;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card {
  background-color: rgba(9, 0, 12, 0.4);
  border-radius: 6px;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card {
    padding: 45px;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card h3 {
  position: relative;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card h3 {
    font-size: 3rem;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card h3:before {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 7.5px;
  width: 7.5px;
  top: 20px;
  left: -22.5px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card a {
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  font-size: 18px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card a:after {
  background-color: #fff;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card .ct-span > p:last-of-type {
  margin-bottom: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card.jn-card-theme-darkblue {
  background-color: #151823;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-heading {
  margin-bottom: 75px;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-heading .jn-title-xl {
    font-size: 4.5rem !important;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .ct-section-inner-wrap {
  display: flex;
  align-items: center;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box {
  width: 100%;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.8);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box .ct-span > p:last-of-type {
  margin: 0;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box a {
  font-weight: bold;
  color: #fff;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box a:hover {
  color: var(--primary-color);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box.jn-active-value-box {
  display: block !important;
  animation: fade-in 300ms linear forwards;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-triggers {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-triggers .jn-values-trigger {
  padding: 5px 5px;
  margin: 10px 20px;
  color: #fff;
  font-size: 24px;
  position: relative;
  transition: 100ms all linear;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-triggers .jn-values-trigger:after {
  content: "";
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  transition: 400ms width ease;
  position: absolute;
  display: block;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-triggers .jn-values-trigger:hover:after {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-triggers .jn-values-trigger.jn-active-value-trigger {
  color: var(--primary-color);
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-triggers .jn-values-trigger.jn-active-value-trigger:after {
  width: 100%;
  background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container {
    width: 100%;
    max-width: 100%;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box {
    font-size: 2rem;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box h1, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box h2, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box h3, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box h4, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box h5, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box h6, .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-box p {
    text-align: center !important;
  }
  .jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-container .jn-values-triggers {
    justify-content: flex-start;
  }
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-large-display {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-large-display > .ct-section-inner-wrap > .ct-div-block {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-large-display .jn-values-container {
  width: 100%;
  max-width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-large-display .jn-values-container .jn-values-box > div {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-large-display .jn-values-container .jn-values-box > div > span {
  width: 100%;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__values .jn-values-large-display iframe {
  width: 100%;
  border-radius: 6px;
  min-height: 50vh;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-special-no-spacing-top {
  padding-top: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-special-no-spacing-top > section > .ct-section-inner-wrap {
  padding-top: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-special-no-spacing-bottom {
  padding-bottom: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-special-no-spacing-bottom > section > .ct-section-inner-wrap {
  padding-bottom: 0px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-special-negative-spacing-top {
  margin-top: -200px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.jn-special-negative-spacing-bottom {
  margin-bottom: -200px;
}
.jn-background-white {
  background: #fff;
  color: #09000C;
}
.jn-background-white.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-white.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-white.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-white.jn-special-fade-block-header-image-background .jn-block-item-header-image {
  position: relative;
}
.jn-background-white.jn-special-fade-block-header-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: -125px;
}
.jn-background-white.jn-special-fade-block-header-image-background .jn-block-item-header-image:after {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 11%, rgba(255, 255, 255, 0.5) 40%, white 100%);
}
.jn-background-black {
  background: #09000C;
  color: rgba(255, 255, 255, 0.75);
}
.jn-background-black.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-black.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #09000C;
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-black.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-black.jn-special-fade-block-header-image-background .jn-block-item-header-image {
  position: relative;
}
.jn-background-black.jn-special-fade-block-header-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: -125px;
}
.jn-background-black.jn-special-fade-block-header-image-background .jn-block-item-header-image:after {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9, 0, 12, 0) 0%, rgba(9, 0, 12, 0.15) 11%, rgba(9, 0, 12, 0.5) 40%, #09000c 100%);
}
.jn-background-black-glass {
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.75);
}
.jn-background-black-glass.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-black-glass.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-black-glass.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-black-glass.jn-special-fade-block-header-image-background .jn-block-item-header-image {
  position: relative;
}
.jn-background-black-glass.jn-special-fade-block-header-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: -125px;
}
.jn-background-black-glass.jn-special-fade-block-header-image-background .jn-block-item-header-image:after {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
}
.jn-background-gradient-metal {
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%);
  color: rgba(255, 255, 255, 0.75);
}
.jn-background-gradient-metal.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-gradient-metal.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%);
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-gradient-metal.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-gradient-grass {
  background: linear-gradient(230.07deg, #13DEC3 8%, #CDD7D6 87.63%);
  color: #09000C;
}
.jn-background-gradient-grass.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-gradient-grass.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(230.07deg, #13DEC3 8%, #CDD7D6 87.63%);
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-gradient-grass.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-black-blueish {
  background: #0E0B0B;
  color: rgba(255, 255, 255, 0.75);
}
.jn-background-black-blueish.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-black-blueish.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0E0B0B;
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-black-blueish.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-black-blueish.jn-special-fade-block-header-image-background .jn-block-item-header-image {
  position: relative;
}
.jn-background-black-blueish.jn-special-fade-block-header-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: -125px;
}
.jn-background-black-blueish.jn-special-fade-block-header-image-background .jn-block-item-header-image:after {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14, 11, 11, 0) 0%, rgba(14, 11, 11, 0.15) 11%, rgba(14, 11, 11, 0.5) 40%, #0e0b0b 100%);
}
.jn-background-blue-light {
  background: #181D33;
  color: rgba(255, 255, 255, 0.75);
}
.jn-background-blue-light.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-blue-light.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #181D33;
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-blue-light.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-blue-light.jn-special-fade-block-header-image-background .jn-block-item-header-image {
  position: relative;
}
.jn-background-blue-light.jn-special-fade-block-header-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: -125px;
}
.jn-background-blue-light.jn-special-fade-block-header-image-background .jn-block-item-header-image:after {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(24, 29, 51, 0) 0%, rgba(24, 29, 51, 0.15) 11%, rgba(24, 29, 51, 0.5) 40%, #181d33 100%);
}
.jn-background-blue {
  background: #151823;
  color: rgba(255, 255, 255, 0.75);
}
.jn-background-blue.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-blue.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #151823;
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-blue.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-blue.jn-special-fade-block-header-image-background .jn-block-item-header-image {
  position: relative;
}
.jn-background-blue.jn-special-fade-block-header-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: -125px;
}
.jn-background-blue.jn-special-fade-block-header-image-background .jn-block-item-header-image:after {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(21, 24, 35, 0) 0%, rgba(21, 24, 35, 0.15) 11%, rgba(21, 24, 35, 0.5) 40%, #151823 100%);
}
.jn-background-blue-dark {
  background: #0F111C;
  color: rgba(255, 255, 255, 0.75);
}
.jn-background-blue-dark.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-background-blue-dark.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0F111C;
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-background-blue-dark.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-background-blue-dark.jn-special-fade-block-header-image-background .jn-block-item-header-image {
  position: relative;
}
.jn-background-blue-dark.jn-special-fade-block-header-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: -125px;
}
.jn-background-blue-dark.jn-special-fade-block-header-image-background .jn-block-item-header-image:after {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 17, 28, 0) 0%, rgba(15, 17, 28, 0.15) 11%, rgba(15, 17, 28, 0.5) 40%, #0f111c 100%);
}
.jn-opacity-0 {
  opacity: 0;
}
.jn-opacity-10 {
  opacity: 0.1;
}
.jn-opacity-20 {
  opacity: 0.2;
}
.jn-opacity-30 {
  opacity: 0.3;
}
.jn-opacity-40 {
  opacity: 0.4;
}
.jn-opacity-50 {
  opacity: 0.5;
}
.jn-opacity-60 {
  opacity: 0.6;
}
.jn-opacity-70 {
  opacity: 0.7;
}
.jn-opacity-80 {
  opacity: 0.8;
}
.jn-opacity-90 {
  opacity: 0.9;
}
.jn-opacity-100 {
  opacity: 1;
}
.jn-special-align-self-end {
  margin-left: auto;
}
.jn-special-lead {
  font-size: 24px;
}
.jn-special-big-font h1, .jn-special-big-font h2, .jn-special-big-font h3, .jn-special-big-font h4, .jn-special-big-font h6, .jn-special-big-font p {
  font-size: 11rem;
}
@media screen and (max-width: 767px) {
  .jn-special-big-font h1, .jn-special-big-font h2, .jn-special-big-font h3, .jn-special-big-font h4, .jn-special-big-font h6, .jn-special-big-font p {
    font-size: 6.5rem;
  }
}
.jn-special-no-spacing {
  padding: 0px !important;
}
.jn-special-no-spacing > .jn-block-item-inner {
  padding: 0px !important;
}
.jn-special-no-spacing-top > .jn-block-item-inner {
  padding-top: 0px !important;
}
.jn-special-no-spacing-bottom > .jn-block-item-inner {
  padding-bottom: 0px !important;
}
.jn-special-no-spacing-left > .jn-block-item-inner {
  padding-left: 0px !important;
}
.jn-special-no-spacing-right > .jn-block-item-inner {
  padding-right: 0px !important;
}
.jn-text-gradient-yellow {
  background: -webkit-linear-gradient(113.42deg, #F9EB82 15.77%, #F3DC3F 83.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-yellow:after {
  background: -webkit-linear-gradient(113.42deg, #F9EB82 15.77%, #F3DC3F 83.23%) !important;
  height: 4px !important;
}
.jn-text-gradient-blue {
  background: -webkit-linear-gradient(112.25deg, #A9D7F9 14.5%, #2F9DF4 83.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-blue:after {
  background: -webkit-linear-gradient(112.25deg, #A9D7F9 14.5%, #2F9DF4 83.62%) !important;
  height: 4px !important;
}
.jn-text-gradient-purple {
  background: -webkit-linear-gradient(114.71deg, #F1CFEA 13.67%, #D44DC5 79.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-purple:after {
  background: -webkit-linear-gradient(114.71deg, #F1CFEA 13.67%, #D44DC5 79.58%) !important;
  height: 4px !important;
}
.jn-text-gradient-green {
  background: -webkit-linear-gradient(114deg, #8BF2C1 16.3%, #37CA7B 83.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-green:after {
  background: -webkit-linear-gradient(114deg, #8BF2C1 16.3%, #37CA7B 83.03%) !important;
  height: 4px !important;
}
.jn-text-gradient-orange {
  background: -webkit-linear-gradient(113.32deg, #FEE882 11.9%, #FF8A4B 82.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-orange:after {
  background: -webkit-linear-gradient(113.32deg, #FEE882 11.9%, #FF8A4B 82.19%) !important;
  height: 4px !important;
}
.jn-text-gradient-yellow-purple {
  background: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-yellow-purple:after {
  background: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%) !important;
  height: 4px !important;
}
.jn-text-gradient-lime {
  background: -webkit-linear-gradient(113.32deg, #FCF655 11.9%, #4ED535 82.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-lime:after {
  background: -webkit-linear-gradient(113.32deg, #FCF655 11.9%, #4ED535 82.19%) !important;
  height: 4px !important;
}
.jn-text-gradient-red {
  background: -webkit-linear-gradient(111.43deg, #F6A789 14.16%, #BD4863 84.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-red:after {
  background: -webkit-linear-gradient(111.43deg, #F6A789 14.16%, #BD4863 84.64%) !important;
  height: 4px !important;
}
.jn-text-gradient-special-1 {
  background: -webkit-linear-gradient(-225deg, #5e5ad5 0%, #a66ce1 29%, #FF1361 67%, #FFF800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-special-1:after {
  background: -webkit-linear-gradient(-225deg, #5e5ad5 0%, #a66ce1 29%, #FF1361 67%, #FFF800 100%) !important;
  height: 4px !important;
}
.jn-text-gradient-special-2 {
  background: -webkit-linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #a781ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-special-2:after {
  background: -webkit-linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #a781ff 100%) !important;
  height: 4px !important;
}
.jn-text-gradient-special-3 {
  background: -webkit-linear-gradient(264deg, #dbdcd7 0%, #dddcd7 24%, #e2c9cc 30%, #e7627d 46%, #b8235a 59%, #801357 71%, #3d1635 84%, #1c1a27 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jn-text-gradient-special-3:after {
  background: -webkit-linear-gradient(264deg, #dbdcd7 0%, #dddcd7 24%, #e2c9cc 30%, #e7627d 46%, #b8235a 59%, #801357 71%, #3d1635 84%, #1c1a27 100%) !important;
  height: 4px !important;
}
.oxy-header-wrapper {
  z-index: 3;
  box-shadow: none !important;
}
.oxy-header-wrapper .jn-header-content-right {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 20px;
}
.oxy-header-wrapper .jn-header-content-right a {
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.oxy-header-wrapper .jn-header-content-right a:hover {
  color: #ee3968;
}
.oxy-header-wrapper .jn-header-seperator {
  opacity: 0.5;
}
.oxy-header-wrapper .jn-header-sticky-menu {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.7) 58%, rgba(0, 0, 0, 0.8) 100%);
  padding-bottom: 50px;
}
.oxy-header-wrapper .jn-header-sticky-menu .logo {
  height: 75px;
  padding-top: 10px;
}
.oxy-header-wrapper.jn-scroll-header {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: opacity 200ms linear;
}
.oxy-header-wrapper.jn-scroll-header.jn-scroll-header-active {
  opacity: 1;
}
.oxy-header-wrapper.jn-scroll-header:not(.jn-scroll-header-active) {
  pointer-events: none;
}
.oxy-header-wrapper:not(.jn-scroll-header) {
  z-index: 5;
}
@media screen and (max-width: 767px) {
  body header.oxy-header-wrapper.jn-scroll-header .oxy-pro-menu-mobile-open-icon {
    display: none !important;
  }
  .jn-body-scroll-header-active header.oxy-header-wrapper:not(.jn-scroll-header) .oxy-pro-menu-mobile-open-icon {
    position: fixed;
    top: 20px;
    right: 25px;
  }
}
.scroll-animation {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}
body:not(.ng-scope) .jn-text-scroller .scroll-animation {
  animation: marquee 300s linear infinite;
}
@media screen and (max-width: 767px) {
  body:not(.ng-scope) .jn-text-scroller .scroll-animation {
    animation: marquee 60s linear infinite;
  }
}
body:not(.ng-scope) .jn-logo-scroller .scroll-animation {
  animation: marqueeReversed 300s linear infinite;
}
@media screen and (max-width: 767px) {
  body:not(.ng-scope) .jn-logo-scroller .scroll-animation {
    animation: marqueeReversed 60s linear infinite;
  }
}
body:not(.ng-scope) .jn-block-scroller .scroll-animation {
  animation: marquee 45s linear infinite;
  animation: marquee 120s linear infinite;
}
body:not(.ng-scope) .jn-block-scroller .scroll-animation:hover {
  animation-play-state: paused;
}
body:not(.ng-scope) .jn-tiles-slider-container .scroll-animation:hover {
  animation-play-state: paused;
}
.ct-link-text, .jn-block-item a, .oxy-nav-menu-list a, .jn-solution-card a, .fluentform .ff_btn_style, .jn-values-box a, body.error404 .ct-text-block a, body.search .ct-text-block a, .jn-page-top-bar-right-content a, .oxy-rich-text a {
  position: relative;
  transition: 100ms all linear;
}
.ct-link-text:after, .jn-block-item a:after, .oxy-nav-menu-list a:after, .jn-solution-card a:after, .fluentform .ff_btn_style:after, .jn-values-box a:after, body.error404 .ct-text-block a:after, body.search .ct-text-block a:after, .jn-page-top-bar-right-content a:after, .oxy-rich-text a:after {
  content: "";
  width: 0%;
  bottom: -4px;
  left: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: 400ms width ease;
  position: absolute;
  display: block;
}
.ct-link-text.color-white:after, .jn-block-item a.color-white:after, .oxy-nav-menu-list a.color-white:after, .jn-solution-card a.color-white:after, .fluentform .ff_btn_style.color-white:after, .jn-values-box a.color-white:after, body.error404 .ct-text-block a.color-white:after, body.search .ct-text-block a.color-white:after, .jn-page-top-bar-right-content a.color-white:after, .oxy-rich-text a.color-white:after {
  background-color: #fff;
}
.ct-link-text:hover:after, .jn-block-item a:hover:after, .oxy-nav-menu-list a:hover:after, .jn-solution-card a:hover:after, .fluentform .ff_btn_style:hover:after, .jn-values-box a:hover:after, body.error404 .ct-text-block a:hover:after, body.search .ct-text-block a:hover:after, .jn-page-top-bar-right-content a:hover:after, .oxy-rich-text a:hover:after {
  width: 100%;
}
.ct-link-text.color-white:hover, .jn-block-item a.color-white:hover, .oxy-nav-menu-list a.color-white:hover, .jn-solution-card a.color-white:hover, .fluentform .ff_btn_style.color-white:hover, .jn-values-box a.color-white:hover, body.error404 .ct-text-block a.color-white:hover, body.search .ct-text-block a.color-white:hover, .jn-page-top-bar-right-content a.color-white:hover, .oxy-rich-text a.color-white:hover {
  color: var(--primary-color) !important;
}
.ct-link-text.color-white:hover:after, .jn-block-item a.color-white:hover:after, .oxy-nav-menu-list a.color-white:hover:after, .jn-solution-card a.color-white:hover:after, .fluentform .ff_btn_style.color-white:hover:after, .jn-values-box a.color-white:hover:after, body.error404 .ct-text-block a.color-white:hover:after, body.search .ct-text-block a.color-white:hover:after, .jn-page-top-bar-right-content a.color-white:hover:after, .oxy-rich-text a.color-white:hover:after {
  background-color: var(--primary-color);
}
.count-up {
  font-weight: 300;
}
@keyframes background-movement {
  0% {
    background-size: 1168px auto;
  }
  50% {
    background-size: 1300px auto;
  }
  0% {
    background-size: 1168px auto;
  }
}
.jn-footer-team {
  position: relative;
  margin-top: -500px;
  z-index: 2;
  padding-top: 0px !important;
}
.jn-footer-team:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 4;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgba(14, 4, 6, 0.08) 44.27%, rgba(19, 5, 9, 0.31) 68.75%, #1B070C 100%) !important;
}
.jn-footer-team:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
  background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0.5) 53.65%, rgba(17, 17, 17, 0.2) 73.44%, rgba(17, 17, 17, 0) 100%);
}
.jn-footer-team .ct-section-inner-wrap {
  padding-top: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 0px !important;
}
.jn-footer-team .ct-section-inner-wrap .jn-team-photo {
  width: 100%;
}
.jn-footer-main {
  background: linear-gradient(180deg, #1B070C 0.16%, #010101 100%) !important;
  position: relative;
  z-index: 2;
}
.jn-footer-main .ct-section-inner-wrap {
  padding-top: 0px !important;
  padding-bottom: 150px !important;
}
.jn-footer-main .jn-footer-main-logo-container {
  margin-top: -100px;
  padding-bottom: 125px;
  width: 100%;
  opacity: 1;
  transition: 300ms all linear;
}
.jn-footer-main .jn-footer-main-logo-container img {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .jn-footer-main .jn-footer-main-logo-container {
    margin-top: -25px;
    padding-bottom: 25px;
  }
  .jn-footer-main .jn-footer-main-logo-container img {
    height: 100px;
  }
}
.jn-footer-main .jn-footer-main-logo-container.prevent-collapse-hide {
  opacity: 0;
}
.jn-footer-main .jn-footer-title, .jn-footer-main h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.jn-footer-main .jn-footer-socials .icon-lg-primary {
  color: rgba(255, 255, 255, 0.6) !important;
}
.jn-footer-main .jn-footer-socials a {
  position: relative;
  box-shadow: 0 0 0 0 rgba(238, 57, 104, 0.5);
  border-radius: 100% !important;
}
.jn-footer-main .jn-footer-socials a .ct-fancy-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jn-footer-main .jn-footer-socials a svg {
  fill: rgba(255, 255, 255, 0.5);
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  transition: 150ms fill linear;
}
.jn-footer-main .jn-footer-socials a:hover {
  animation: pulse 0.5s;
}
.jn-footer-main .jn-footer-socials a:hover svg {
  fill: #ee3968;
}
.jn-footer-main .ct-link-text:hover {
  color: var(--primary-color) !important;
}
.jn-footer-main .oxy-nav-menu-list .menu-item {
  display: block;
}
.jn-footer-main .oxy-nav-menu-list .menu-item a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .jn-footer-main h2 {
    margin-top: 50px;
  }
}
.jn-footer-credits {
  background: linear-gradient(90.14deg, #010101 0.09%, #0C1A1E 99.94%) !important;
}
.jn-footer-credits .ct-section-inner-wrap {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.jn-footer-credits .jn-footer-credits-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
}
.jn-footer-credits .jn-footer-credits-container img {
  margin-right: 25px;
  height: 40px;
}
.jn-footer-credits .jn-footer-credits-container .jn-footer-credits-paragraph {
  color: rgba(255, 255, 255, 0.5);
}
.jn-footer-credits .jn-footer-credits-container .jn-footer-credits-paragraph a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .jn-footer-credits .jn-footer-credits-container .jn-footer-credits-paragraph {
    font-size: 1.5rem;
  }
  .jn-footer-credits .jn-footer-credits-container .jn-footer-credits-paragraph div, .jn-footer-credits .jn-footer-credits-container .jn-footer-credits-paragraph span, .jn-footer-credits .jn-footer-credits-container .jn-footer-credits-paragraph a {
    font-size: 1.5rem;
  }
}
.jn-footer-credits .jn-footer-credits-container .jn-footer-credits-paragraph > a:first-child {
  color: var(--primary-color) !important;
}
.jn-footer-credits .jn-footer-credits-container .jn-footer-credits-left {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .jn-footer-credits .jn-footer-credits-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .jn-footer-credits .jn-footer-credits-container .jn-footer-credits-right {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.jn-footer-credits .jn-footer-credits-container .jn-footer-credits-right .wpml-ls-statics-footer {
  margin: 0;
  padding: 0;
}
.jn-footer-credits .jn-footer-credits-container .jn-footer-credits-right .wpml-ls-statics-footer a {
  padding: 5px;
  margin: 0;
  margin-left: 5px;
}
.jn-footer-credits .jn-footer-credits-container .jn-footer-credits-right .wpml-ls-statics-footer img {
  border-radius: 2px;
  margin: 0;
  height: auto;
  height: 14px;
  width: auto;
}
.ff-el-form-control {
  background-color: transparent !important;
  border-radius: 6px;
  border-width: 2px !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.ff-el-form-control::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
input.ff-el-form-control:valid, select.ff-el-form-control:valid {
  color: #fff !important;
}
.fluentform .ff_btn_style {
  font-family: "Inter";
  border-width: 0px !important;
}
.ff-btn-submit {
  background-color: transparent !important;
  color: var(--primary-color) !important;
  font-weight: bold !important;
  font-size: 20px !important;
}
.frm-fluent-form {
  position: relative;
}
.frm-fluent-form .ff_screen_reader_title {
  position: absolute;
}
.frm-fluent-form .choices__inner {
  background: transparent !important;
  border-radius: 6px !important;
  border: 2px solid #6c6c6f !important;
}
.frm-fluent-form .choices__list--dropdown {
  background: #222 !important;
  border-color: #ee3968 !important;
  border-radius: 6px !important;
}
.frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #000 !important;
}
.frm-fluent-form .choices[data-type*=select-one] .choices__input {
  background: #333 !important;
  color: #fff;
}
.jn-glow-yellow-bottom-right .ct-section-inner-wrap:after {
  content: "";
  display: block;
  height: 60vw;
  width: 60vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(250, 255, 0, 0.15) 0%, rgba(219, 255, 0, 0) 100%);
  z-index: -1;
  top: auto;
  left: auto;
  right: -75%;
  bottom: -35%;
}
.jn-glow-yellow-top-left .ct-section-inner-wrap:after {
  content: "";
  display: block;
  height: 60vw;
  width: 60vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(250, 255, 0, 0.15) 0%, rgba(219, 255, 0, 0) 100%);
  z-index: -1;
  top: -35%;
  left: -75%;
  right: auto;
  bottom: auto;
}
@keyframes blinker {
  0% {
    border-color: rgba(150, 200, 200, 0.5);
  }
  49% {
    border-color: rgba(150, 200, 200, 0.5);
  }
  50% {
    border-color: rgba(150, 200, 200, 0);
  }
  100% {
    border-color: rgba(150, 200, 200, 0);
  }
}
.jn-tiles-slider .jn-title-xl {
  width: 100%;
  text-align: center;
  display: block;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.jn-tiles-slider .ct-section-inner-wrap {
  margin: 0 !important;
}
.jn-tiles-slider .jn-tiles-slider-container {
  max-width: 100%;
  width: 100%;
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item {
  min-height: 400px;
  margin: 0;
  display: block;
  margin-right: 15px;
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item .scroll-item-tile {
  height: 100%;
  width: 100%;
  background-color: #111;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  white-space: break-spaces;
  padding: 15px;
  display: block;
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item .scroll-item-tile h3 {
  font-size: 32px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item .scroll-item-tile .oxy-rich-text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item .scroll-item-tile p {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item.scroll-item-1x4 {
  width: calc(50vh * 1.2);
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item.scroll-item-2x1 {
  width: calc(50vh * 0.7);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item.scroll-item-2x1 .scroll-item-tile {
  height: calc(50% - 7.5px);
}
.jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item.scroll-item-1x2 {
  width: calc(50vh * 0.7);
}
body:not(.ng-scope) .jn-tiles-slider .jn-tiles-slider-container {
  overflow: hidden;
  height: 50vh;
}
body:not(.ng-scope) .jn-tiles-slider .jn-tiles-slider-container .scroll-container {
  overflow: hidden;
  flex-wrap: nowrap;
}
body:not(.ng-scope) .jn-tiles-slider .jn-tiles-slider-container .scroll-container .scroll-item {
  min-height: 0px;
  height: 100%;
}
/*
$numberOfElements: 5;
$fontSize: 30px;

.frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
    color: #fff;
    transform: scale(3);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.center {
    position: absolute;
    top: 49.5%;
    left: 0;
    right: 0;
    margin-top: ($fontSize * 1.5) / -2;
}

.carousel {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: $fontSize;
    line-height: $fontSize * 1.5;
    height: $fontSize * 1.5;

    .pre {
        position: absolute;
        top: 0;
        right: 56%;
        height: $fontSize * 1.5;
        // 		text-shadow: 2px 2px 2px #e67e22;
    }

    .change_outer {
        position: absolute;
        top: 0;
        left: 46%;
        text-align: left;
        height: $fontSize * 1.5;
        overflow: hidden;

        .change_inner {
            position: relative;
            animation: rotate 8s ease-in-out infinite;
        }

        .element {
            display: block;
            font-weight: 700;
            // 			text-shadow: 2px 2px 2px #e67e22;
        }
    }
}

@keyframes rotate {
    0%,
    20% {
        transform: translateY(0);
    }
    25%,
    45% {
        transform: translateY($fontSize * -1.5);
    }
    50%,
    70% {
        transform: translateY($fontSize * -3);
    }
    75%,
    95% {
        transform: translateY($fontSize * -4.5);
    }
    100% {
        transform: translateY($fontSize * -6);
    }
}


.main-frame {
    // transform: scale(1.4);
}
*/
/*

$numberOfElements: 4; 
$fontSize: 50px;

.frame {
//   position: absolute;
//   width: 100%;
//   height: 100%;
//   border-radius: 2px;
//   box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.13);
  overflow: hidden;
//   background: #fc493e;
//   color: #fff;
//   font-family: 'Open Sans', Helvetica, sans-serif;
//   -webkit-font-smoothing: antialiased;
//   -moz-osx-font-smoothing: grayscale;
}

.center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: ($fontSize * 1.5) / -2;
}

.carousel {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: $fontSize;
  line-height: $fontSize * 1.5;
  height: $fontSize * 1.5;
  
  .pre {
    position: absolute;
    top: 0;
    right: 54.5%;
    height: $fontSize * 1.5;
    // text-shadow: 2px 2px 2px #e67e22;
  }
  
  .change_outer {
    position: absolute;
    top: 0;
    left: 46%;
    text-align: left;
    height: $fontSize * 1.5;
    overflow: hidden;
    
    .change_inner {
      position: relative;
      animation: rotate 8s ease-in-out infinite;
    }
    
    .element {
      display: block;
      font-weight: 700;
    //   text-shadow: 2px 2px 2px #e67e22;
    }
    
  }
  
}

@keyframes rotate {
  0%, 20% {
    transform: translateY(0);
  }
  25%,45% {
    transform: translateY($fontSize * -1.5);
  }
  50%,70% {
    transform: translateY($fontSize * -3);
  }
  75%,95% {
    transform: translateY($fontSize * -4.5);
  }
  100% {
    transform: translateY($fontSize * -6);
  }
}*/
.main-frame {
  width: 100%;
}
.main-frame .frame-lead {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 7rem !important;
  opacity: 0.8;
  text-align: left;
  padding-left: 5px;
  margin-bottom: -15px;
  font-weight: 900;
}
.main-frame h1 {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 3rem !important;
  margin-top: 5px;
  opacity: 0.8;
  text-align: left;
  padding-left: 10px;
  font-weight: 400;
}
.frame {
  position: relative;
  height: 18rem;
  width: 100%;
  overflow: hidden;
}
.center {
  position: absolute;
  top: 49.5%;
  margin-top: -13.5rem;
  width: 100%;
}
.carousel {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18rem;
  line-height: 27rem;
  height: 27rem;
}
.carousel .pre {
  position: absolute;
  top: 0;
  right: 56%;
  height: 27rem;
}
.carousel .change_outer {
  position: absolute;
  top: 0;
  left: 46%;
  left: 0%;
  text-align: left;
  height: 27rem;
  overflow: hidden;
}
.carousel .change_outer .change_inner {
  position: relative;
  animation: rotate 8s ease-in-out infinite;
}
.carousel .change_outer .element {
  display: block;
  font-weight: 700;
  font-weight: 900;
}
.likely-container {
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  display: block;
}
.likely-container .likely__widget {
  background-color: transparent;
  border: none;
  margin-right: 15px;
  position: relative;
}
.likely-container .likely__widget .likely__icon {
  width: 30px;
  height: 30px;
  box-shadow: 0 0 0 0 rgba(238, 57, 104, 0.5);
  border-radius: 100% !important;
}
.likely-container .likely__widget .likely__icon svg {
  fill: rgba(255, 255, 255, 0.5);
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  transition: 150ms fill linear;
}
.likely-container .likely__widget .likely__icon:hover {
  animation: pulse 0.5s;
}
.likely-container .likely__widget .likely__icon:hover svg {
  fill: #ee3968;
}
.likely-container .likely__widget .likely__button {
  display: none;
}
.likely-container .likely__widget .likely__counter {
  display: none;
}
.jn-post-width .ct-section-inner-wrap {
  width: 900px;
  max-width: 100%;
}
.wp-block-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.wp-block-image img {
  border-radius: 6px;
}
.jn-image-border-radius {
  border-radius: 6px;
}
.jn-special-lights-top-left-inner {
  display: block;
  height: 75vw;
  width: 75vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.01) 40%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0) 100%);
  z-index: -1;
  transform: scale(2);
  top: -60%;
  left: -15%;
  right: auto;
  bottom: auto;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .jn-special-lights-top-left-inner {
    height: 100vh;
    width: 100vh;
    opacity: 0.8;
  }
}
.jn-special-lights-top-right-inner {
  display: block;
  height: 75vw;
  width: 75vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.01) 40%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0) 100%);
  z-index: -1;
  transform: scale(2);
  top: -60%;
  left: auto;
  right: -15%;
  bottom: auto;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .jn-special-lights-top-right-inner {
    height: 100vh;
    width: 100vh;
    opacity: 0.8;
  }
}
.jn-special-lights-center-left-inner {
  display: block;
  height: 75vw;
  width: 75vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.01) 40%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0) 100%);
  z-index: -1;
  transform: scale(2);
  top: 0%;
  left: -25%;
  right: auto;
  bottom: auto;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .jn-special-lights-center-left-inner {
    height: 100vh;
    width: 100vh;
    opacity: 0.8;
  }
}
.jn-special-lights-center-right-inner {
  display: block;
  height: 75vw;
  width: 75vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.01) 40%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0) 100%);
  z-index: -1;
  transform: scale(2);
  top: 0%;
  left: auto;
  right: -25%;
  bottom: auto;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .jn-special-lights-center-right-inner {
    height: 100vh;
    width: 100vh;
    opacity: 0.8;
  }
}
.jn-special-lights-bottom-left-inner {
  display: block;
  height: 75vw;
  width: 75vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.01) 40%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0) 100%);
  z-index: -1;
  transform: scale(2);
  top: auto;
  left: -15%;
  right: auto;
  bottom: -60%;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .jn-special-lights-bottom-left-inner {
    height: 100vh;
    width: 100vh;
    opacity: 0.8;
  }
}
.jn-special-lights-bottom-right-inner {
  display: block;
  height: 75vw;
  width: 75vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.01) 40%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0) 100%);
  z-index: -1;
  transform: scale(2);
  top: auto;
  left: auto;
  right: -15%;
  bottom: -60%;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .jn-special-lights-bottom-right-inner {
    height: 100vh;
    width: 100vh;
    opacity: 0.8;
  }
}
.jn-special-lights-center-center-inner {
  display: block;
  height: 75vw;
  width: 75vw;
  background-color: yellow;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.01) 40%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0) 100%);
  z-index: -1;
  transform: scale(2);
  top: 0%;
  left: 0%;
  right: auto;
  bottom: auto;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .jn-special-lights-center-center-inner {
    height: 100vh;
    width: 100vh;
    opacity: 0.8;
  }
}
.post-meta {
  opacity: 0.7;
  font-size: 16px;
}
.post-meta span {
  color: #ee3968;
}
.jn-post-navigation {
  display: flex;
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
}
.rank-math-breadcrumb p {
  margin: 0;
  font-size: 24px;
  margin-top: 17.5px;
  margin-bottom: 7.5px;
  line-height: 1.3;
}
.jn-post-single {
  position: relative;
}
.jn-post-single .ct-headline.jn-title-xl {
  font-size: 6rem !important;
}
@media screen and (max-width: 767px) {
  .jn-post-single .ct-headline.jn-title-xl {
    font-size: 3.5rem !important;
  }
}
.jn-single-content-wrapper {
  position: relative;
}
.jn-single-content-wrapper .ct-section-inner-wrap {
  background-color: rgba(9, 0, 12, 0.75);
  padding: 60px !important;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .jn-single-content-wrapper .ct-section-inner-wrap {
    padding: 25px !important;
  }
}
.jn-single-content-wrapper .jn-single-content {
  position: relative;
}
.jn-single-content-wrapper .jn-single-content p {
  opacity: 0.8;
}
.jn-single-content-wrapper h2 {
  font-size: 4rem;
}
.jn-single-content-wrapper h3 {
  font-size: 3.5rem;
}
.jn-single-content-wrapper h4 {
  font-size: 3rem;
}
.jn-single-content-wrapper h5 {
  font-size: 2.5rem;
}
.jn-single-content-wrapper h6 {
  font-size: 2rem;
}
.jn-single-content {
  max-width: 100%;
}
.jn-single-content .jn-special-lights-top-left-inner, .jn-single-content .jn-special-lights-top-right-inner {
  top: 50% !important;
}
.jn-single-content .jn-special-lights-bottom-left-inner, .jn-single-content .jn-special-lights-bottom-right-inner {
  bottom: 50% !important;
}
.jn-single-content img, .jn-single-content figure, .jn-single-content iframe, .jn-single-content video {
  max-width: 100%;
}
.jn-single-content h1 {
  font-size: 4em;
}
.jn-single-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
  margin-top: 40px;
}
.jn-single-content h3 {
  font-size: 2.5em;
}
.jn-single-content hr {
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .jn-single-content h1 {
    font-size: 3.5em;
  }
  .jn-single-content h2 {
    font-size: 2em;
  }
  .jn-single-content h3 {
    font-size: 2em;
  }
}
.jn-footer-main .oxy-nav-menu-list {
  display: flex;
  flex-direction: column;
}
.jn-footer-main .oxy-nav-menu-list li {
  background-color: transparent !important;
  display: block !important;
}
.jn-footer-main .oxy-nav-menu-list li a {
  background-color: transparent !important;
  border-left-width: 0px !important;
  color: #fff;
  margin-bottom: var(--s-4);
}
.jn-footer-main .oxy-nav-menu-list li a:focus, .jn-footer-main .oxy-nav-menu-list li a:active, .jn-footer-main .oxy-nav-menu-list li a:hover {
  color: var(--primary-color) !important;
}
.jn-archive-post-item {
  transform: none !important;
}
.jn-archive-post-item .oxy-post-wrap {
  padding: 7.5px;
}
.jn-archive-post-item .oxy-post-image {
  height: 250px;
}
.jn-archive-post-item p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.jn-archive-post-item .jn-link-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: 7.5px;
}
.jn-footer-sections {
  width: 100%;
}
.jn-footer-sections .jn-sections {
  width: 100%;
}
.jn-footer-sections .jn-sections > div {
  width: 100%;
}
.jn-footer-sections .jn-sections > div:first-of-type {
  margin-top: 0px;
}
.jn-footer-sections .jn-sections > div:last-of-type {
  padding-bottom: 450px;
}
.jn-quote-block {
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%);
  width: 100%;
  display: block;
  padding: 45px 60px;
  border-radius: 6px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.jn-quote-block h3 {
  font-size: 5rem;
  margin-bottom: 10px;
}
.jn-quote-block p {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.jn-quote-block a {
  margin-top: 15px;
  width: 100%;
  text-align: right;
  display: block;
  font-weight: bold;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .jn-quote-block {
    padding: 35px 30px;
  }
}
.full-background-video-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: -11;
  background-color: #000;
}
.full-background-video {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -10;
  object-fit: cover;
  transform: scale(1.1);
}
body.font-poppins h1, body.font-poppins h2, body.font-poppins h3, body.font-poppins h4, body.font-poppins h5, body.font-poppins h6, body.font-poppins a {
  font-family: 'Poppins', sans-serif !important;
}
body.font-hind h1, body.font-hind h2, body.font-hind h3, body.font-hind h4, body.font-hind h5, body.font-hind h6, body.font-hind a {
  font-family: 'Hind', sans-serif !important;
}
body.font-raleway h1, body.font-raleway h2, body.font-raleway h3, body.font-raleway h4, body.font-raleway h5, body.font-raleway h6, body.font-raleway a {
  font-family: 'Raleway', sans-serif !important;
}
body.font-ubuntu h1, body.font-ubuntu h2, body.font-ubuntu h3, body.font-ubuntu h4, body.font-ubuntu h5, body.font-ubuntu h6, body.font-ubuntu a {
  font-family: 'Ubuntu', sans-serif !important;
}
body span.inter {
  font-family: "Inter", sans-serif !important;
  white-space: nowrap;
}
body.post-type-archive-press-review .jn-page-wrapper:after {
  z-index: 0;
  background-image: radial-gradient(circle at 1px 1px, #3c3c3c 1px, transparent 0);
}
.jn-press-reviews {
  margin-top: -170px;
}
.jn-press-reviews > div .jn-press-review-post {
  position: sticky;
  top: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.jn-press-reviews > div .jn-press-review-card-repeater {
  width: 100%;
}
.jn-press-reviews > div .jn-press-review {
  padding-top: 15vh;
  padding-bottom: 15vh;
  width: 100%;
  display: block;
  min-height: 100vh;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}
.jn-press-reviews > div .jn-press-review:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner {
  z-index: 1;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card {
  background-color: rgba(9, 0, 12, 0.6);
  border-radius: 6px;
  padding: 45px;
  margin-bottom: 30px;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12.5px;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-title-container .jn-press-review-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ee3968;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-title-container img {
  width: 30px;
  height: 20px;
  border-radius: 4px;
  margin-top: -1px;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-source-url {
  color: #716e72;
  font-weight: bold;
  margin-top: 10px;
  font-size: 2rem;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-source-url:hover, .jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-source-url:focus {
  color: #ee3968;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-review {
  font-size: 2rem;
  display: inline-block;
  padding-right: 30px;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-review > span {
  display: inline;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-review:before, .jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-review:after {
  content: '"';
  opacity: 0.5;
}
.jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-source-url + .jn-press-review-title-container, .jn-press-reviews > div .jn-press-review .jn-press-review-inner .jn-press-review-card .jn-press-review-review + .jn-press-review-title-container {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: -20px;
}
.jn-press-reviews > div:first-child .jn-press-review {
  min-height: calc(100vh + (170px));
  padding-top: calc(15vh + 170px);
}
.jn-press-review-body-spacer {
  display: none;
}
.jn-press-review-actionbar-container {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  animation: slide-in 1.25s forwards;
}
.jn-press-review-actionbar-container .ct-section-inner-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.jn-press-review-actionbar-container .ct-section-inner-wrap .jn-press-review-actionbar {
  display: block;
  width: 100%;
}
.jn-press-review-actionbar-container select {
  padding: 10px 15px;
  background-color: transparent;
  color: #ee3968;
  border: 2px solid #ee3968;
  margin-right: 7.5px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
.jn-press-review-actionbar-container select:hover, .jn-press-review-actionbar-container select:active {
  background-color: #000;
  color: #fff;
}
.jn-press-review-actionbar-container button {
  height: 46.5px;
  border-width: 0px;
  padding-left: 25px;
  padding-right: 25px;
  color: #ee3968;
  border: 2px solid #ee3968;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  transition: 100ms all linear;
}
.jn-press-review-actionbar-container button:hover, .jn-press-review-actionbar-container button:focus {
  background-color: #000;
  color: #fff;
}
.jn-press-review-actionbar-container .search-form > div {
  display: flex;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .jn-press-review-actionbar-container .search-form > div {
    flex-wrap: wrap;
    gap: 10px;
  }
  .jn-press-review-actionbar-container .search-form > div input, .jn-press-review-actionbar-container .search-form > div select {
    width: 100%;
  }
  .jn-press-review-actionbar-container .search-form > div button {
    margin-right: 7.5px;
    margin-left: auto;
  }
}
@keyframes slide-in {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  25% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
.jn-tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.jn-tags .jn-tag {
  background-color: rgba(0, 0, 0, 0.6);
  color: #888;
  padding: 5px 15px;
  border-radius: 6px;
  font-weight: bold;
}
.typewriter-mask {
  background-size: cover;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media screen and (min-width: 767px) {
  .typewriter-mask {
    height: 100%;
    max-width: 90vw !important;
  }
  .typewriter-mask > img {
    width: auto !important;
    height: 100% !important;
    max-width: 90vw !important;
  }
}
.typewriter-mask img {
  opacity: 0;
}
.typewriter-mask.jn-gradient-1 {
  /* Rectangle 173 */
  background: linear-gradient(113.42deg, #F9EB82 15.77%, #F3DC3F 83.23%);
}
.typewriter-mask.jn-gradient-2 {
  background: linear-gradient(112.25deg, #A9D7F9 14.5%, #2F9DF4 83.62%);
}
.typewriter-mask.jn-gradient-3 {
  background: linear-gradient(114.71deg, #F1CFEA 13.67%, #D44DC5 79.58%);
}
.typewriter-mask.jn-gradient-6 {
  background: linear-gradient(111.43deg, #F9D155 14.16%, #F561D9 84.64%);
}
.typewriter-mask.jn-special-1 {
  background: linear-gradient(-225deg, #5e5ad5 0%, #a66ce1 29%, #FF1361 67%, #FFF800 100%);
}
.typewriter-mask.jn-special-2 {
  background: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
}
.typewriter-mask.jn-special-3 {
  background: linear-gradient(182deg, #dbdcd7 0%, #dddcd7 24%, #e2c9cc 30%, #e7627d 46%, #b8235a 59%, #801357 71%, #3d1635 84%, #1c1a27 100%);
}
@media screen and (max-width: 767px) {
  .jn-parallax-container-full-bg {
    display: none !important;
  }
}
.jn-parallax-container-full-bg .jn-parallax-layer {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: -8;
  transition: 2s opacity linear;
}
.jn-parallax-container-full-bg .jn-parallax-layer:after {
  content: '';
  display: block;
  height: 300vh;
  width: 100vw;
  z-index: -8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.65;
}
.jn-parallax-container-full-bg:not(.inited) > .jn-parallax-layer {
  opacity: 0;
}
.total_language_count_0, .language_count_0 {
  display: none !important;
}
.reading-progress-inner {
  height: 3px !important;
  background-color: #ee3968 !important;
  background-color: #83133b !important;
}
.oxy-reading-progress-bar {
  top: initial !important;
  bottom: 0px !important;
  height: 3px !important;
}
.jn-event-header-repeater {
  display: inline;
  width: auto !important;
  text-transform: uppercase;
}
.jn-event-header-repeater > div {
  display: inline;
}
.jn-event-header-repeater a {
  display: inline;
}
.jn-event-header-repeater a:hover, .jn-event-header-repeater a:focus {
  color: #ee3968;
}
body.blog .jn-page-wrapper .ct-headline, .post-type-archive .jn-page-wrapper .ct-headline {
  width: 100%;
  font-size: 6rem;
}
.post-type-archive-events .jn-archive-post-item, body.blog .jn-archive-post-item {
  padding: 15px;
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%);
  border-radius: 6px;
  padding-bottom: 60px;
  position: relative;
}
.post-type-archive-events .jn-archive-post-item .jn-link-container, body.blog .jn-archive-post-item .jn-link-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  padding-bottom: 25px;
  padding-top: 0px;
}
.oxy-easy-posts-pages .page-numbers {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  box-shadow: none !important;
}
.oxy-easy-posts-pages .page-numbers.current {
  font-weight: bold;
  color: #ee3968 !important;
}
.oxy-header-row .sub-menu .menu-item a {
  background-color: rgba(21, 24, 35, 0.95) !important;
}
.oxy-pro-menu-list .wpml-ls-flag {
  margin-right: 7px;
}
.oxy-pro-menu-list > li > a .wpml-ls-flag {
  margin-right: -5px;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%) !important;
}
@media screen and (max-width: 767px) {
  header.oxy-header-wrapper .oxy-pro-menu-list {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
.oxy-header-wrapper .oxy-pro-menu-list > li.wpml-ls-item > a > span {
  padding-left: 7.5px;
}
@media screen and (min-width: 768px) {
  .oxy-header-wrapper .oxy-pro-menu-list > li.wpml-ls-item > a > span {
    display: none;
  }
}
.oxy-header-wrapper .oxy-pro-menu-list .wpml-ls-flag {
  height: 14px;
}
@media screen and (max-width: 767px) {
  .oxy-header-wrapper .oxy-pro-menu-list {
    padding-top: 30vh;
    padding-bottom: 30vh;
    text-align: left;
  }
  .oxy-header-wrapper .oxy-pro-menu-list a, .oxy-header-wrapper .oxy-pro-menu-list .menu-item {
    width: 100%;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .oxy-header-wrapper .oxy-pro-menu-list ul {
    border-width: 0px !important;
  }
  .oxy-header-wrapper .oxy-pro-menu-list a {
    font-size: 2.2rem;
  }
  .oxy-header-wrapper .oxy-pro-menu-list .sub-menu {
    background-color: transparent !important;
    margin-bottom: 15px;
  }
  .oxy-header-wrapper .oxy-pro-menu-list .sub-menu a, .oxy-header-wrapper .oxy-pro-menu-list .sub-menu .menu-item {
    background-color: transparent !important;
  }
  .oxy-header-wrapper .oxy-pro-menu-list .sub-menu a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 2rem;
    padding-bottom: 12.5px !important;
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
    right: 20px;
    left: initial !important;
  }
}
.wpml-ls-flag {
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .jn-parallax-image, .jn-parallax-layer {
    transform: none !important;
  }
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #111 !important;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-mobile-close-icon svg, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-mobile-close-icon svg {
  color: #ee3968 !important;
}
.jn-page-top-bar-right-content p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .jn-vertical-list-pipe-divider > a, .jn-vertical-list-pipe-divider > p, .ct-span > .jn-vertical-list-pipe-divider {
    display: inline-block;
    padding-right: 15px;
  }
  .jn-vertical-list-pipe-divider > a:after, .jn-vertical-list-pipe-divider > p:after, .ct-span > .jn-vertical-list-pipe-divider:after {
    content: '|';
    padding-left: 17.5px;
  }
  .jn-vertical-list-pipe-divider > a:last-child, .jn-vertical-list-pipe-divider > p:last-child, .ct-span > .jn-vertical-list-pipe-divider:last-child {
    padding-right: 0px;
  }
  .jn-vertical-list-pipe-divider > a:last-child:after, .jn-vertical-list-pipe-divider > p:last-child:after, .ct-span > .jn-vertical-list-pipe-divider:last-child:after {
    content: '';
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .jn-vertical-list-pipe-divider {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .jn-vertical-list-space-divider > a, .jn-vertical-list-space-divider > p, .ct-span > .jn-vertical-list-space-divider {
    display: inline-block;
    padding-right: 20px;
  }
  .jn-vertical-list-space-divider > a:last-child, .jn-vertical-list-space-divider > p:last-child, .ct-span > .jn-vertical-list-space-divider:last-child {
    padding-right: 0px;
  }
}
.mejs-container {
  max-width: 100%;
}
.jn-testimonial-items {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.jn-testimonial-items .jn-testimonial-item {
  flex-basis: calc((100% - 30px) / 3);
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.75);
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner.jn-block-item-background {
  background: transparent !important;
  position: relative;
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner.jn-block-item-background .jn-block-item-background-holder:after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner.jn-block-item-background .jn-block-item-background-holder:after {
    width: calc((100% + 30px) - 4.8rem);
  }
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner.jn-special-fade-block-header-image-background .jn-block-item-header-image {
  position: relative;
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner.jn-special-fade-block-header-image-background .jn-block-item-header-image + .jn-block-item-inner {
  margin-top: -125px;
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner.jn-special-fade-block-header-image-background .jn-block-item-header-image:after {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner .jn-testimonial-image {
  object-fit: contain;
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner .jn-testimonial-title {
  font-size: 2.4rem !important;
  line-height: 1;
}
.jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner .jn-testimonial-subtitle {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .jn-testimonial-items .jn-testimonial-item {
    flex-basis: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.jn-projects-archive .img-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: -2;
}
.jn-projects-archive > .ct-div-block {
  position: relative;
}
.jn-projects-archive > .ct-div-block:nth-child(even) > .ct-div-block > .ct-section > .ct-section-inner-wrap > .ct-div-block {
  display: flex;
  flex-direction: row-reverse;
}
.jn-projects-archive > .ct-div-block:nth-child(even) > .ct-div-block > .ct-section > .ct-section-inner-wrap > .ct-div-block .jn-press-review-post {
  padding-left: 30px;
}
.jn-carousel {
  display: block !important;
  width: 100% !important;
}
.jn-carousel .jn-testimonial-slider-image {
  height: 200px;
  background-position: center;
}
.jn-carousel .jn-testimonial-title {
  font-size: 3rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.jn-carousel .jn-testimonial-subtitle {
  font-size: 2rem;
  margin-top: -10px;
}
.jn-carousel .jn-testimonial-profile-content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  text-align: right;
}
.jn-carousel .jn-testimonial-slider-content {
  height: 100%;
  display: flex;
  justify-content: center;
}
.oxy-carousel-builder_icon {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 6px !important;
}
.post-type-archive-project .jn-archive-post-item a {
  display: flex !important;
  flex-direction: column !important;
}
.post-type-archive-project .jn-archive-post-item a h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900 !important;
  letter-spacing: 1;
}
.post-type-archive-project .jn-archive-post-item a h5 .project-by-text {
  opacity: 0.8;
}
.post-type-archive-project .jn-page-wrapper {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(7, 0, 10, 0.8) 100%);
}
@media screen and (min-width: 1200px) {
  .post-type-archive-project .oxy-post-image {
    height: 400px !important;
  }
}
.jn-post-single .ct-section-inner-wrap > img {
  border-radius: 6px;
}
.single-events .post-meta {
  background: linear-gradient(40.7deg, #111 5.79%, #1E1E1E 93.72%, #1E1E1E 93.72%);
  display: block;
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  opacity: 1 !important;
  font-size: 2.5rem !important;
}
.single-events .post-meta .ct-span {
  font-weight: 900;
  color: #fff !important;
  background: -webkit-linear-gradient(111.43deg, #fff 14.16%, #fff 84.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-events .post-meta .ct-span:after {
  background: -webkit-linear-gradient(111.43deg, #fff 14.16%, #fff 84.64%) !important;
  height: 4px !important;
}
.single-project .jn-page-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
}
.single-project .jn-post-width .ct-section-inner-wrap {
  width: 1200px;
  max-width: 100%;
}
.single-project .jn-post-single {
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(4, 0, 5, 0.55) 39%, rgba(7, 0, 10, 0.66) 100%);
}
.single-project .jn-post-single .jn-project-image {
  border-radius: 6px;
}
.single-project .jn-post-single .project-aside {
  padding: 45px;
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(4, 0, 5, 0.5) 45%, rgba(7, 0, 10, 0.66) 100%);
}
.single-project .jn-post-single:not(.show_all) .rank-math-breadcrumb {
  display: none;
}
.single-project .jn-post-single:not(.show_all) .jn-post-navigation {
  display: none;
}
.jn-press-review-context-bar {
  display: flex !important;
  flex-direction: row !important;
}
.jn-press-review-header {
  position: relative;
}
.jn-press-review-header .jn-press-review-info {
  position: absolute;
  top: 0;
  right: -15px;
}
.jn-press-review-info .oxy-popover_marker, .jn-press-review-info .oxy-popover_marker-inner {
  background-color: transparent !important;
}
.jn-press-review-info .oxy-popover_marker-inner {
  margin-right: -7.5px;
  padding: 0px !important;
  font-size: 22px;
  opacity: 0.8;
}
.jn-press-review-info .oxy-popover_popup > div {
  background-color: #333;
  border-radius: 6px;
  color: #fff;
}
.jn-press-review-info .oxy-popover_popup > div p {
  color: #fff;
}
.jn-press-review-info .oxy-popover_popup > div .ct-text-block .ct-span p {
  margin-bottom: 2.5px;
  margin-top: 2.5px;
}
.jn-press-review-info .oxy-popover_popup > div .ct-text-block .ct-span > p:first-child {
  margin-top: 0px;
}
.jn-press-review-info .oxy-popover_popup > div .ct-text-block .ct-span > p:last-child {
  margin-bottom: 0px;
}
.mejs-controls {
  border-radius: 6px;
}
select.ff-el-form-control:not([size]):not([multiple]) {
  min-height: 48px;
}
.cmplz-manage-consent {
  background-color: #222 !important;
  color: #fff !important;
}
.cmplz-cookiebanner {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-radius: 6px !important;
}
.cmplz-cookiebanner .cmplz-title, .cmplz-cookiebanner .cmplz-message {
  color: #fff !important;
}
.cmplz-cookiebanner .cmplz-btn {
  background-color: #333 !important;
  color: #fff !important;
  border-width: 0px !important;
}
.cmplz-cookiebanner .cmplz-accept {
  background: linear-gradient(-225deg, #5e5ad5 0%, #a66ce1 29%, #FF1361 67%, #FFF800 100%) !important;
}
.cmplz-cookiebanner .cmplz-link {
  color: #fff !important;
}
.cmplz-cookiebanner .cmplz-close svg {
  color: rgba(255, 255, 255, 0.5) !important;
}
.typeform > div {
  height: 100%;
}
.typeform iframe {
  border-width: 0px !important;
  width: 100% !important;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header:not(.jn-scroll-header) .ct-image.logo {
    height: 75px !important;
  }
  header.jn-scroll-header .ct-image.logo {
    height: 65px !important;
  }
}
.jn-archive-post-card-other-langauge .jn-link-container {
  justify-content: flex-start !important;
  margin-top: -10px !important;
}
.loader {
  border: 7px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 7px solid var(--primary-color);
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
select.ff-el-form-control, select.ff-el-form-control:valid {
  color: #fff !important;
  background-color: #0d0406 !important;
}
.jn-menu-cta > a {
  font-weight: 700;
  border: 2px solid white !important;
  padding: 6px 17px !important;
  border-radius: 50px;
}
.jn-menu-cta > a:hover {
  border-color: #ee3968 !important;
}
.jn-menu-cta.current-menu-item > a {
  border-color: #ee3968 !important;
}
.page-id-24690 .Typewriter__wrapper {
  color: #fff !important;
}
.page-id-24690 #menu-item-68 > a {
  font-weight: 700;
  border: 2px solid white;
  padding: 6px 17px !important;
  border-radius: 50px;
}
.page-id-24690 #menu-item-68 > a:hover {
  border-color: #ee3968;
}
.page-id-24690 .Typewriter__wrapper, body .Typewriter__wrapper {
  font-family: 'Inter', sans-serif !important;
  text-transform: uppercase;
  font-size: 110px !important;
  font-weight: bolder !important;
  letter-spacing: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-id-24690 .Typewriter__wrapper, body .Typewriter__wrapper {
    font-size: 80px !important;
  }
}
.page-id-24690 .typewriter-typer .typewriter-typer-display .Typewriter__cursor, body .typewriter-typer .typewriter-typer-display .Typewriter__cursor {
  font-size: 68px;
  transform: translateY(-15px) !important;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-id-24690 .typewriter-typer .typewriter-typer-display .Typewriter__cursor, body .typewriter-typer .typewriter-typer-display .Typewriter__cursor {
    transform: translateY(-12.5px) !important;
    font-size: 52.5px;
  }
}
.page-id-24690 .jn-special-lights-top-left-inner, body .jn-special-lights-top-left-inner {
  display: none !important;
}
.page-id-24690 .jn-special-lights-top-right-inner, body .jn-special-lights-top-right-inner {
  display: none !important;
}
.page-id-24690 .jn-special-lights-center-left-inner, body .jn-special-lights-center-left-inner {
  display: none !important;
}
.page-id-24690 .jn-special-lights-center-right-inner, body .jn-special-lights-center-right-inner {
  display: none !important;
}
.page-id-24690 .jn-special-lights-bottom-left-inner, body .jn-special-lights-bottom-left-inner {
  display: none !important;
}
.page-id-24690 .jn-special-lights-bottom-right-inner, body .jn-special-lights-bottom-right-inner {
  display: none !important;
}
.page-id-24690 .jn-special-lights-center-center-inner, body .jn-special-lights-center-center-inner {
  display: none !important;
}
.page-id-24690 .typewriter-subtext, body .typewriter-subtext {
  display: none;
}
.jn-display-post {
  background-color: rgba(0, 0, 0, 0.6);
  color: #888;
  padding: 5px 15px;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 12.5px;
  margin-bottom: -20px;
}
.jn-special-align-vertical-center .jn-block-item-inner {
  height: 100%;
  justify-content: center;
}
.jn-typewriter-simple-list {
  font-size: 2.5em;
}
.jn-typewriter-simple-list p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.jn-custom-overwrite-parallax {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-id-25209 .section__hero h1 {
  font-size: 2em !important;
  font-weight: normal !important;
  line-height: 1 !important;
  color: #fff !important;
  margin-bottom: 45px;
  opacity: 0.8;
}
.page-id-25209 .section__hero h2 {
  font-size: 5.5em !important;
  font-weight: normal !important;
  line-height: 1 !important;
  color: #fff !important;
  margin-bottom: 30px;
}
.page-id-25209 .section__hero .jn-special-big-font p {
  font-size: 2em !important;
  font-weight: normal !important;
  line-height: 1 !important;
  color: #fff !important;
  opacity: 0.8;
}
.page-id-25209 .jn-text-scroller .scroll-item {
  font-size: 0 !important;
}
.page-id-25209 .jn-text-scroller .scroll-item > span {
  font-size: 20px !important;
}
.page-id-25209 .jn-parallax-container {
  display: flex !important;
  flex-direction: row !important;
}
.page-id-25209 .jn-parallax-container .jn-parallax-image-l1 img {
  transform: scale(1.5) translateY(25px) !important;
}
.page-id-25209 .jn-parallax-container .jn-parallax-image-l2 {
  display: none !important;
}
.page-id-25209 .jn-parallax-container > div {
  flex-basis: 50% !important;
  width: 50% !important;
}
.page-id-25209 .jn-parallax-container .jn-title-xl {
  font-size: 4rem !important;
}
.page-id-25209 .jn-parallax-image {
  position: relative !important;
  left: initial !important;
  right: initial !important;
  max-width: 100% !important;
  width: 100% !important;
}
.page-id-25209 .jn-parallax-content {
  position: relative !important;
  max-width: 100% !important;
  top: initial !important;
  transform: none !important;
}
.page-id-25209 .jn-text-scroller .dynamic-fa {
  display: inline-block;
}
.page-id-25209 .jn-text-scroller .dynamic-fa svg {
  max-height: 22px;
  margin-bottom: -4px;
  opacity: 0.5;
}
.page-id-25209 div#div_block-368-12-3 {
  background-color: #1c1c1c;
}
.page-id-25209 section#section-464-12-8 {
  background-color: #fff;
}
.page-id-25209 section#section-464-12-8 h3, .page-id-25209 section#section-464-12-8 p, .page-id-25209 section#section-464-12-8 li {
  color: #000;
}
.page-id-25209 #div_block-365-12-6 {
  background-color: #ee3968;
}
.page-id-25209 #div_block-365-12-7 {
  background-color: #ee3968;
  padding-bottom: 50px;
  margin-top: -50px;
}
.page-id-25209 .scroll-animation {
  animation: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.page-id-25209 .scroll-animation > .oxy-dynamic-list {
  display: flex !important;
  flex-wrap: wrap !important;
  overflow: initial !important;
  justify-content: center;
}
.page-id-25209 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__slider_logos .jn-logo-scroller {
  height: initial;
}
.page-id-25209 .section__slider_logos > .ct-section > div > .ct-div-block {
  width: 1200px !important;
  margin: 0 auto;
  max-width: 100%;
}
.page-id-25209 .scroll-container + .scroll-container {
  display: none !important;
}
.page-id-25209 .section__slider_texts .ct-div-block {
  display: block;
  width: 100%;
  text-align: center;
}
.page-id-25209 h2 {
  font-size: 5.5rem;
}
.page-id-25209 h3 {
  font-size: 4.5rem;
}
.page-id-25209 h4 {
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-id-25209 h2 {
    font-size: 4.5rem;
  }
  .page-id-25209 .jn-title-xl {
    font-size: 3.5rem !important;
  }
  .page-id-25209 h3 {
    font-size: 4rem;
  }
  .page-id-25209 h4 {
    font-size: 3.5rem;
  }
}
.page-id-25209 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-block-item-background.w-1by3 h3.count-up {
  font-size: 36px;
}
.page-id-25209 .jn-faq {
  width: 100%;
  display: block;
}
.page-id-25209 .faq-trigger {
  display: block;
  width: 100%;
  background-color: #ee3968;
  padding: 10px;
  border-radius: 6px;
  margin-top: 14px;
}
.page-id-25209 .faq-content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 6px;
  margin-top: 7px;
}
.jn-page-wrapper .jn-sections .jn-section-wrapper.section__blocks .jn-block-items .jn-block-item.jn-special-contain-image-background .jn-block-item-header-image {
  background-size: contain !important;
}
.jn-parallax-container-full-bg {
  display: none !important;
}
.jn-page-wrapper:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/wp-content/uploads/2024/03/Unknown.png') !important;
  background-size: cover !important;
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
}
@media screen and (min-width: 1200px) {
  .page-id-25386 .ct-section-inner-wrap {
    width: 100%;
    max-width: 1500px;
  }
}
.page-id-25386 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns {
  width: 100%;
}
.page-id-25386 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.page-id-25386 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-heading {
  width: 100%;
  max-width: 100%;
}
.page-id-25386 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card {
  max-width: 100%;
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .page-id-25386 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .page-id-25386 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__cards > section > .ct-section-inner-wrap .jn-solution-columns .jn-solution-inner > .jn-solution-card {
    width: 100%;
  }
}
.page-id-25386 .jn-page-wrapper .jn-sections .jn-section-wrapper.section__hero.jn-hero-side-text .background-container {
  top: 0;
  height: 100%;
}
.page-id-25386 .jn-testimonial-items .jn-testimonial-item .jn-testimonial-item-inner {
  background-color: transparent !important;
}
.page-id-25386 #div_block-368-12-3 .jn-logo-scroller .scroll-container .slick-track img {
  filter: brightness(0) invert(1);
}
.page-id-25386 .jn-hero-side-text p {
  font-size: 20px;
}
.jn-margin-top-sm {
  margin-top: 30px;
}
.jn-margin-bottom-sm {
  margin-bottom: 30px;
}
.jn-footer-credits {
  z-index: 999;
  position: relative;
}
.toggle-block-section-cards-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.toggle-block-section-cards {
  color: var(--white-color);
  font-weight: 700;
  border: 2px solid white !important;
  padding: 6px 17px !important;
  border-radius: 50px;
  cursor: pointer;
  padding: 12px 30px !important;
  border-width: 0px !important;
  background: -webkit-linear-gradient(-225deg, #5e5ad5 0%, #a66ce1 29%, #FF1361 67%, #FFF800 100%) !important;
  color: var(--white-color);
  font-weight: 700;
  border: 2px solid white !important;
  padding: 6px 17px !important;
  border-radius: 50px;
  cursor: pointer;
  padding: 17px 50px !important;
  border-width: 0px !important;
  background: -webkit-linear-gradient(-225deg, #5e5ad5 0%, #a66ce1 29%, #FF1361 67%, #FFF800 100%) !important;
  font-size: 25px;
  text-shadow: 0px 0px 40px black;
  filter: brightness(95%);
}
.home .jn-footer-sections .jn-block-items > div:first-child {
  display: none;
}
@media screen and (min-width: 1200px) {
  .ct-section-inner-wrap, .oxy-header-container {
    max-width: 100% !important;
    width: 1600px;
  }
}
