body {
  padding-top: 3.5rem;
}

#jet-header {
  height: 3.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.home-intro {
  min-height: calc(100vh - 3.5rem);
  padding-bottom: 60px;
  padding-top: 200px;
}

#jet-main {
  z-index: 1;
  padding: 1rem 0;
}

.jt-heading {
  font-size: 2.5rem;
}

.wt-search {
  min-width: 300px;
}

.jet-menu {
  margin: 0 !important;
  display: flex;
  gap: 12px;
}

.jet-menu li {
  position: relative;
}

.jet-menu li:hover .sub-menu {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  display: block;
}

.jet-menu .sub-menu {
  position: absolute;
  background: #fff;
  color: #444;
  padding: 12px;
  min-width: 160px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.jet-menu .sub-menu li {
  border-bottom: 1px dashed #444;
  padding: 4px;
}

.jet-menu .sub-menu li:last-child {
  border-width: 0;
}

.header-menu .sub-menu {
  top: 100%;
  left: 0;
}

.page-id-434 section {
  margin-bottom: 3rem;
}

.page-id-434 #some h4 {
  font-size: .9rem;
  font-weight: 400;
}

.page-id-434 h3 {
  color: #a2abc3 !important;
}

.page-id-434 .j-card {
  background: #3C455D !important;
  color: #f0f1f5 !important;
  border-radius: 5px;
}

.page-id-434 .j-card img {
  border-radius: 5px 5px 0 0;
}

.page-id-434 .j-card h4 {
  color: #a2abc3 !important;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.page-id-434 .j-card a {
  color: #8bc1f3 !important;
  display: flex;
  justify-content: end;
  text-transform: uppercase;
}

.page-id-434 .j-card p {
  font-size: 14px;
}

.page-id-434 .j-card .d-footer {
  border-top: solid 1px #7682a3 !important;
}

.j-media-box {
  position: relative;
}

.j-shapes-box {
  max-width: 500px;
  position: relative;
}

.j-shapes-box a {
  z-index: 10;
}

.j-shapes-box .box-item {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 120px;
}

.j-shapes-box .box-item:first-child {
  top: -40px;
  left: -40px;
}

.j-shapes-box .box-item:nth-child(2) {
  top: -30px;
  right: -30px;
}

.j-shapes-box .box-item:nth-child(3) {
  bottom: -50px;
  right: -50px;
}

.j-shapes-box .box-item:nth-child(4) {
  bottom: -30px;
  left: -30px;
}

.j-shapes-box .box-item:nth-child(5) {
  top: -60px;
  left: -10px;
  width: 80px;
  height: 80px;
}

.night {
  position: absolute;
  left: -300px;
  width: 100%;
  height: 100%;
}

.shooting_star {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px rgba(105, 155, 255, 0.3));
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}

.shooting_star::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
}

.shooting_star::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}

.shooting_star:nth-child(1) {
  top: calc(50% - -32px);
  left: calc(50% - 250px);
  animation-delay: 6306ms;
}

.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  animation-delay: 6306ms;
}

.shooting_star:nth-child(2) {
  top: calc(50% - 35px);
  left: calc(50% - 66px);
  animation-delay: 803ms;
}

.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  animation-delay: 803ms;
}

.shooting_star:nth-child(3) {
  top: calc(50% - 29px);
  left: calc(50% - 224px);
  animation-delay: 551ms;
}

.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  animation-delay: 551ms;
}

.shooting_star:nth-child(4) {
  top: calc(50% - 23px);
  left: calc(50% - 146px);
  animation-delay: 4734ms;
}

.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  animation-delay: 4734ms;
}

.shooting_star:nth-child(5) {
  top: calc(50% - -26px);
  left: calc(50% - 40px);
  animation-delay: 4505ms;
}

.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  animation-delay: 4505ms;
}

.shooting_star:nth-child(6) {
  top: calc(50% - -51px);
  left: calc(50% - 108px);
  animation-delay: 614ms;
}

.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  animation-delay: 614ms;
}

.shooting_star:nth-child(7) {
  top: calc(50% - -195px);
  left: calc(50% - 257px);
  animation-delay: 878ms;
}

.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  animation-delay: 878ms;
}

.shooting_star:nth-child(8) {
  top: calc(50% - 28px);
  left: calc(50% - 234px);
  animation-delay: 8336ms;
}

.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
  animation-delay: 8336ms;
}

.shooting_star:nth-child(9) {
  top: calc(50% - -155px);
  left: calc(50% - 109px);
  animation-delay: 7809ms;
}

.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
  animation-delay: 7809ms;
}

.shooting_star:nth-child(10) {
  top: calc(50% - 0px);
  left: calc(50% - 278px);
  animation-delay: 9930ms;
}

.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
  animation-delay: 9930ms;
}

.shooting_star:nth-child(11) {
  top: calc(50% - 23px);
  left: calc(50% - 300px);
  animation-delay: 8048ms;
}

.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
  animation-delay: 8048ms;
}

.shooting_star:nth-child(12) {
  top: calc(50% - -146px);
  left: calc(50% - 160px);
  animation-delay: 7931ms;
}

.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
  animation-delay: 7931ms;
}

.shooting_star:nth-child(13) {
  top: calc(50% - -90px);
  left: calc(50% - 147px);
  animation-delay: 6342ms;
}

.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
  animation-delay: 6342ms;
}

.shooting_star:nth-child(14) {
  top: calc(50% - 159px);
  left: calc(50% - 6px);
  animation-delay: 1891ms;
}

.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
  animation-delay: 1891ms;
}

.shooting_star:nth-child(15) {
  top: calc(50% - -6px);
  left: calc(50% - 260px);
  animation-delay: 3496ms;
}

.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
  animation-delay: 3496ms;
}

.shooting_star:nth-child(16) {
  top: calc(50% - -108px);
  left: calc(50% - 138px);
  animation-delay: 6290ms;
}

.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
  animation-delay: 6290ms;
}

.shooting_star:nth-child(17) {
  top: calc(50% - -121px);
  left: calc(50% - 280px);
  animation-delay: 7489ms;
}

.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
  animation-delay: 7489ms;
}

.shooting_star:nth-child(18) {
  top: calc(50% - 69px);
  left: calc(50% - 246px);
  animation-delay: 4039ms;
}

.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
  animation-delay: 4039ms;
}

.shooting_star:nth-child(19) {
  top: calc(50% - 162px);
  left: calc(50% - 29px);
  animation-delay: 8911ms;
}

.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
  animation-delay: 8911ms;
}

.shooting_star:nth-child(20) {
  top: calc(50% - -88px);
  left: calc(50% - 86px);
  animation-delay: 8419ms;
}

.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
  animation-delay: 8419ms;
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}

@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}

@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

.box-icon {
  border-radius: 5px;
  background: #5C6BC0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  width: 40px;
  height: 40px;
}

.jp.ja-wave-ver {
  -webkit-animation: wave-ver 3s infinite both;
  animation: wave-ver 3s infinite both;
}

@keyframes wave-ver {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: easy;
    animation-timing-function: easy;
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: easy;
    animation-timing-function: easy;
  }
  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: easy;
    animation-timing-function: easy;
  }
}
