@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
shops,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
shops,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  background: #000000; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-box > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-box.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

section img {
  width: 100%; }

.flex-box .bg-image {
  background-size: cover;
  background-position: center;
  min-height: 650px;
  margin: 0 auto; }

.text:not(td) > *,
.text:not(td) h2,
.text:not(td) h4,
.text:not(td) p {
  color: #ffffff; }

.text:not(td) h2,
#questions h2,
#recommend h2,
#bands .container h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2 !important;
  color: #ffffff;
  text-transform: uppercase; }

section p:not(td) {
  font-size: 16px; }

.small {
  font-size: .9em !important;
  color: #d1d1d1; }

.gh__header {
  position: absolute !important;
  width: 100%;
  top: 0; }

.pc-version {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.mobile-version {
  display: none !important; }

a {
  cursor: pointer; }

.opacity1,
.opacity2,
.fade-in-text {
  opacity: 0; }

section .box > * {
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s; }

section .fade-in-text-active {
  -webkit-animation: cross-fade-blur-text 1s 1;
  animation: cross-fade-blur-text 1s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes cross-fade-blur-text {
  0% {
    opacity: 0;
    -webkit-filter: blur(1rem);
    filter: blur(1rem); }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); } }

@keyframes cross-fade-blur-text {
  0% {
    opacity: 0;
    -webkit-filter: blur(1rem);
    filter: blur(1rem); }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); } }

section {
  overflow: hidden; }

#hero {
  line-height: 0;
  width: 100%;
  height: 50vw;
  overflow: hidden;
  position: relative; }
  #hero h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: 20;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 7vw; }

#pd-nav.single-pd .sub-nav-con .btn-black-empty {
  display: none; }

#pd-nav.single-pd .sub-nav-con .sub-nav {
  margin-right: 0; }

#hero video {
  width: 100%;
  height: auto;
  z-index: 1; }

@media (min-width: 1024px) {
  section.hero {
    height: 48vw; } }

@media (min-width: 1501px) {
  #hero video {
    position: fixed;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media (max-width: 1500px) {
  #hero video {
    top: 30%; } }

@media (max-width: 1400px) {
  #hero video {
    top: 40%; } }

@media (max-width: 767px) {
  #hero {
    height: auto; } }

.movetext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .movetext span {
    display: block;
    text-shadow: 0 0 3px #fff;
    opacity: 0;
    -webkit-animation: cross-fade-blur 2s 1;
    animation: cross-fade-blur 2s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .movetext span:nth-child(1) {
      -webkit-animation-delay: 0.04s;
      animation-delay: 0.04s; }
    .movetext span:nth-child(2) {
      -webkit-animation-delay: 0.08s;
      animation-delay: 0.08s; }
    .movetext span:nth-child(3) {
      -webkit-animation-delay: 0.12s;
      animation-delay: 0.12s; }
    .movetext span:nth-child(4) {
      -webkit-animation-delay: 0.16s;
      animation-delay: 0.16s; }
    .movetext span:nth-child(5) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .movetext span:nth-child(6) {
      -webkit-animation-delay: 0.24s;
      animation-delay: 0.24s; }
    .movetext span:nth-child(7) {
      -webkit-animation-delay: 0.28s;
      animation-delay: 0.28s; }
    .movetext span:nth-child(8) {
      -webkit-animation-delay: 0.32s;
      animation-delay: 0.32s; }
    .movetext span:nth-child(9) {
      -webkit-animation-delay: 0.36s;
      animation-delay: 0.36s; }
    .movetext span:nth-child(10) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }

.cross-fade-blur-leave {
  -webkit-animation: cross-fade-blur-leave 2s 1;
  animation: cross-fade-blur-leave 2s 1; }

@-webkit-keyframes cross-fade-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
    -webkit-transform: translate3d(0, 3rem, 0) rotate3d(0.25, -1, 0, 66.6deg);
    transform: translate3d(0, 3rem, 0) rotate3d(0.25, -1, 0, 66.6deg); }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes cross-fade-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
    -webkit-transform: translate3d(0, 3rem, 0) rotate3d(0.25, -1, 0, 66.6deg);
    transform: translate3d(0, 3rem, 0) rotate3d(0.25, -1, 0, 66.6deg); }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes cross-fade-blur-leave {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  100% {
    opacity: 0;
    -webkit-filter: blur(1rem);
    filter: blur(1rem); } }

@keyframes cross-fade-blur-leave {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  100% {
    opacity: 0;
    -webkit-filter: blur(1rem);
    filter: blur(1rem); } }

@media (min-width: 1024px) {
  section.hero {
    height: 48vw; } }

@media (max-width: 767px) {
  #hero {
    height: auto; } }

#pin {
  z-index: 9; }

@-webkit-keyframes grow {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@keyframes grow {
  0% {
    width: 0; }
  to {
    width: 120%; } }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .flex-box .text {
    padding: 0;
    min-height: 500px; }

.height-vh {
  max-height: 100vh; }

.reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

#main:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, #000000), to(#000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 30%, #000000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000000 30%, #000000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000000 30%, #000000 100%);
  width: 100%;
  height: 130vh;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

#main {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: #000000; }
  #main .container {
    position: relative;
    background-color: #000000; }
    #main .container .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      z-index: 10; }
    #main .container .video {
      width: 100vw;
      position: absolute;
      top: 75%;
      left: 30%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #main .container video {
      width: 120%; }
  #main .subwave {
    padding-top: 35vh; }
    #main .subwave .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      text-align: left;
      margin-top: 4%; }
      #main .subwave .text h2 {
        font-size: 60px;
        font-weight: bold; }
      #main .subwave .text p {
        width: 35%; }
  #main img {
    max-width: 50%; }
  #main .link a:nth-child(2) {
    margin-left: 10px; }
  #main .information {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #main .component {
    background: rgba(12, 28, 58, 0.8);
    max-height: 540px;
    margin: 30px 0 70px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    z-index: 3; }
    #main .component a {
      width: 55%;
      height: 540px;
      overflow: hidden;
      position: relative; }
    #main .component span {
      position: absolute;
      z-index: 50;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #main .component .icon-play-circled:before {
      content: '\e81b';
      font-size: 70px;
      margin-bottom: 4px;
      color: #ffffff; }
    #main .component video {
      position: absolute;
      top: 0;
      max-height: 500px; }
    #main .component .text {
      width: 50%;
      padding: 40px 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #main .component .text h2 {
        font-size: 36px; }
      #main .component .text img {
        max-width: 280px; }

#message .bg {
  background-image: url("../images/subwave-message.jpg");
  background-size: cover;
  background-position: center;
  width: 55%;
  height: 540px;
  overflow: hidden;
  position: relative; }

#gas-cylinder .bg {
  background-image: url("../images/subwave-gas.jpg");
  background-size: cover;
  background-position: center;
  width: 55%;
  height: 540px;
  overflow: hidden;
  position: relative; }

.icon-play-circled2:before {
  content: '\e81b';
  font-size: 20px;
  margin-bottom: 4px; }

#nav {
  opacity: 1;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #ffffff;
  background-color: #000;
  z-index: 50; }
  #nav .nav-type {
    overflow: hidden;
    height: 80px; }
    #nav .nav-type a {
      padding: 15px 10px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      margin: 0; }
    #nav .nav-type a:before {
      content: "";
      background-color: #000;
      -webkit-transition: background-color 0.1s ease-out 0s;
      -o-transition: background-color 0.1s ease-out 0s;
      transition: background-color 0.1s ease-out 0s;
      position: absolute;
      width: 100%;
      height: 100%;
      height: 80px; }

#nav .nav-type a:before {
  content: "";
  background-color: #000;
  -webkit-transition: background-color 0.1s ease-out 0s;
  -o-transition: background-color 0.1s ease-out 0s;
  transition: background-color 0.1s ease-out 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  height: 80px; }

#nav .nav-type a.active:before {
  background-color: #fff; }

#nav .nav-type a.active h3,
#nav .nav-type a.active h4 {
  color: #000; }

#nav .nav-type h3,
#nav .nav-type h4 {
  color: #fff;
  font-size: 24px !important;
  z-index: 1;
  margin-bottom: 0; }

#nav .nav-type p {
  display: none; }

#nav.dark {
  background-color: #fff; }
  #nav.dark .nav-type a:before {
    content: "";
    background-color: #fff; }
  #nav.dark .nav-type a.active:before {
    background-color: #000; }

#nav.dark .nav-type a.active h3,
#nav.dark .nav-type a.active h4 {
  color: #fff; }

#nav.dark .nav-type h3,
#nav.dark .nav-type h4 {
  color: #000; }

#type .pd-nav {
  width: 100%;
  max-width: 1170px;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 100px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

#type .pd-nav > * {
  max-width: calc(100% / 5); }

#type .pd-nav > * img {
  width: 100%;
  max-width: 140px; }

#type .pd-nav > * h5 {
  padding: 0 10px;
  margin-bottom: 5px; }

#type {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out 0.2s;
  -o-transition: opacity 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s; }
  #type .wrapper > [id] {
    opacity: 0;
    height: 0; }
  #type .wrapper > [id].active {
    opacity: 1;
    height: auto; }

#safe .intro:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 50%);
  background: -o-linear-gradient(top, transparent 0%, #000000 50%);
  background: linear-gradient(to bottom, transparent 0%, #000000 50%);
  width: 100vw;
  height: 25vh;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

#safe {
  width: 100%;
  overflow: hidden; }
  #safe .intro {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-bottom: 30px; }
    #safe .intro .container {
      height: auto;
      padding: 10vh 0;
      width: 100% !important;
      position: relative;
      top: 0;
      max-height: 320vh;
      z-index: 20; }
      #safe .intro .container h2 {
        margin-bottom: 20px;
        color: #ffffff;
        line-height: 1.2 !important;
        text-transform: uppercase; }
      #safe .intro .container p {
        color: #ffffff; }
      #safe .intro .container p span {
        display: block; }
      #safe .intro .container .title {
        font-size: 60px;
        position: relative;
        font-weight: bold;
        z-index: 30; }
      #safe .intro .container .people {
        opacity: 0; }
        #safe .intro .container .people img {
          width: 100%;
          max-width: 750px;
          position: absolute;
          top: 0%;
          left: 30%;
          z-index: 1;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #safe .intro .container div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        min-height: 60vh;
        max-height: 800px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #safe .intro .container div .text {
          width: calc(100%/3);
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: start; }
      #safe .intro .container .dive-readiness {
        position: absolute;
        top: 8%;
        right: -5%; }
        #safe .intro .container .dive-readiness .text {
          position: absolute;
          right: 10%; }
      #safe .intro .container .n2 {
        height: 100vh;
        margin-top: 10vh; }
        #safe .intro .container .n2 .text {
          position: absolute;
          right: 10%; }
        #safe .intro .container .n2 img {
          width: 45%;
          position: absolute;
          left: 30px; }
      #safe .intro .container .cns .text {
        position: absolute;
        left: 10%; }
      #safe .intro .container .cns img {
        width: 45%;
        position: absolute;
        right: -100px; }
      #safe .intro .container .ndl img {
        width: 400px;
        height: 400px;
        margin-right: 60px; }
      #safe .intro .container .ndl h2, #safe .intro .container .ndl p {
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
    #safe .intro .bg {
      background-image: url(../images/safe-bg.jpg);
      background-size: cover;
      background-position: top center;
      width: 100%;
      height: 370vh;
      position: absolute !important;
      top: 0;
      z-index: 1; }
  #safe .subintro {
    position: relative;
    background-color: #000000;
    z-index: 15; }
    #safe .subintro h2 {
      font-size: 48px;
      color: #ffffff; }
    #safe .subintro .container {
      padding: 60px 0; }
      #safe .subintro .container div {
        margin: 30px 0; }
    #safe .subintro .stay-time {
      padding-bottom: 12%;
      position: relative; }
      #safe .subintro .stay-time .text {
        text-align: center; }
      #safe .subintro .stay-time .bg {
        position: relative;
        background-image: url("../images/staytime-bg.jpg");
        background-size: cover;
        width: 1170px;
        height: 60vh;
        max-height: 600px;
        background-position: center center; }
        #safe .subintro .stay-time .bg img {
          width: 550px;
          height: 550px;
          margin: 0 auto 0 auto;
          position: absolute;
          top: 70%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    #safe .subintro .more-info {
      margin: 0 auto;
      text-align: center; }

#training .intro:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
  width: 100vw;
  height: 25vh;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

#training {
  width: 100%;
  overflow: hidden;
  height: 240vh;
  z-index: 10; }
  #training .intro {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-bottom: 30px; }
    #training .intro .container {
      height: auto;
      padding: 10vh 0;
      width: 100% !important;
      position: relative;
      top: 0;
      max-height: 250vh;
      z-index: 20; }
      #training .intro .container .people {
        width: 100vw;
        min-height: 60vh;
        position: absolute;
        top: 0;
        opacity: 1;
        z-index: 1; }
        #training .intro .container .people img {
          width: 100%;
          max-width: 600px;
          position: absolute;
          top: 160%;
          left: 50%;
          z-index: 1;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #training .intro .container h2 {
        margin-bottom: 20px;
        color: #ffffff;
        font-weight: bold;
        line-height: 1.2 !important;
        text-transform: uppercase; }
      #training .intro .container p {
        color: #ffffff; }
      #training .intro .container p span {
        display: block; }
      #training .intro .container .title {
        font-size: 60px;
        position: relative;
        z-index: 30; }
      #training .intro .container div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #training .intro .container div .text {
          width: calc(100%/4);
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: start; }
      #training .intro .container img {
        width: 300px; }
      #training .intro .container .depth-warning,
      #training .intro .container .rate-warning,
      #training .intro .container .time-warning {
        min-height: 50vh;
        max-height: 800px; }
      #training .intro .container .free {
        position: relative;
        z-index: 30;
        margin-top: 60px; }
        #training .intro .container .free h2 {
          font-size: 48px;
          line-height: 1.2 !important;
          text-transform: uppercase; }
        #training .intro .container .free p {
          width: 50%;
          text-align: center;
          margin: 0 auto; }
      #training .intro .container .depth-warning {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        left: 15%;
        margin-top: 10%; }
        #training .intro .container .depth-warning img {
          margin-bottom: 20px; }
      #training .intro .container .rate-warning {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        left: 10%;
        margin-top: 5vh; }
        #training .intro .container .rate-warning img {
          margin-bottom: 20px;
          margin-right: 10%; }
      #training .intro .container .time-warning {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 60vh;
        z-index: 10; }
        #training .intro .container .time-warning .text {
          position: absolute;
          left: 15%; }
        #training .intro .container .time-warning img {
          width: 40%;
          position: absolute;
          right: 5%;
          margin-bottom: 7%; }
    #training .intro .bg {
      background-image: url("../images/training-bg.jpg");
      background-size: cover;
      background-position: top center;
      width: 100%;
      height: 320vh;
      position: absolute !important;
      top: 0;
      z-index: 1; }
  #training .subintro {
    position: relative;
    background-color: #000000;
    padding-bottom: 10vh;
    z-index: 15; }
    #training .subintro .more-info {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #000000; }
    #training .subintro h2 {
      font-size: 48px;
      color: #ffffff; }
    #training .subintro .container {
      padding: 100px 0;
      position: relative; }
      #training .subintro .container div {
        margin: 30px 0; }
    #training .subintro .vo2 {
      background-image: url("../images/vo2-bg.jpg");
      background-size: cover;
      background-position: center center;
      position: relative;
      height: 90vh; }
      #training .subintro .vo2 .text {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #training .subintro .vo2 .text h2,
        #training .subintro .vo2 .text p {
          color: #000; }
      #training .subintro .vo2 img {
        max-width: 300px;
        margin-top: 60px; }
    #training .subintro .training-content {
      height: 120vh;
      max-height: 1050px; }
    #training .subintro .training-readiness {
      position: relative;
      opacity: 1 !important; }
      #training .subintro .training-readiness .text {
        position: relative;
        text-align: center;
        z-index: 10; }
      #training .subintro .training-readiness .bg {
        position: relative;
        background-image: url("../images/readliness-bg.jpg");
        background-size: cover;
        width: 1170px;
        height: 60vh;
        max-height: 600px;
        background-position: top center; }
        #training .subintro .training-readiness .bg img {
          max-width: 550px;
          margin: 0 auto 0 auto;
          position: absolute;
          left: 50%;
          top: 460px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

#training .subintro .vo2:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
  width: 100vw;
  height: 25vh;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

#mode {
  position: relative;
  background-image: url("../images/descent-mode-bg.jpg");
  background-size: cover;
  height: 100vh;
  background-position: top center;
  z-index: 10; }
  #mode .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #mode .text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #mode .text h2,
    #mode .text p {
      color: #ffffff; }
    #mode .text h2 {
      font-weight: bold; }

#inreach {
  position: relative;
  background-color: #ffffff;
  z-index: 10; }
  #inreach .container {
    position: relative;
    width: 100% !important; }
    #inreach .container .text {
      width: 40%;
      max-width: 850px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      padding: 0 30px; }
      #inreach .container .text h2,
      #inreach .container .text p {
        color: #000000; }
      #inreach .container .text img {
        max-width: 275px;
        margin: 30px auto 0 auto; }
    #inreach .container .bg {
      background-image: url("../images/inreach-bg.jpg");
      background-size: cover;
      background-position: center center;
      width: 60%;
      height: 100vh;
      max-height: 800px; }

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(50, 154, 188, 0.7);
    box-shadow: 0 0 10px rgba(50, 154, 188, 0.7); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(50, 154, 188, 0.9);
    box-shadow: 0 0 20px rgba(50, 154, 188, 0.9); }
  100% {
    -webkit-box-shadow: 0 0 10px rgba(50, 154, 188, 0.7);
    box-shadow: 0 0 10px rgba(50, 154, 188, 0.7); } }

@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(50, 154, 188, 0.7);
    box-shadow: 0 0 10px rgba(50, 154, 188, 0.7); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(50, 154, 188, 0.9);
    box-shadow: 0 0 20px rgba(50, 154, 188, 0.9); }
  100% {
    -webkit-box-shadow: 0 0 10px rgba(50, 154, 188, 0.7);
    box-shadow: 0 0 10px rgba(50, 154, 188, 0.7); } }

#ecosystem {
  background-image: url("../images/ecosystem-bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 1100px;
  position: relative;
  z-index: 10; }
  #ecosystem .glow {
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 1px solid #329abc;
    border-radius: 50%;
    -webkit-animation: glowing 2s infinite;
    animation: glowing 2s infinite; }
  #ecosystem .bg {
    display: none; }
  #ecosystem h3 {
    color: #ffffff;
    position: absolute;
    margin: 0 auto;
    text-shadow: #144f71 1px 0 10px;
    top: 80%;
    left: 50%;
    font-size: 60px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #ecosystem .ch3 span {
    display: block;
    text-align: center;
    margin-top: -20px;
    font-size: 28px; }
  #ecosystem .container {
    padding: 60px 0;
    height: 1100px; }
  #ecosystem .product div {
    position: absolute; }
    #ecosystem .product div p {
      color: #ffffff;
      font-size: 16px;
      line-height: 1.4 !important;
      position: absolute;
      font-family: oswald, roboto, noto sans tc, microsoft jhenghei, sans-serif; }
    #ecosystem .product div img {
      position: relative; }
  #ecosystem .product .diveapp {
    left: -14%;
    top: 4%; }
    #ecosystem .product .diveapp img {
      height: 400px; }
    #ecosystem .product .diveapp p {
      top: 165px;
      left: 330px; }
  #ecosystem .product .inreach {
    left: -19%;
    bottom: 14%; }
    #ecosystem .product .inreach img {
      height: 400px; }
    #ecosystem .product .inreach p {
      top: 175px;
      left: 340px; }
  #ecosystem .product .connectapp {
    top: 6%;
    right: -16.9%; }
    #ecosystem .product .connectapp img {
      height: 400px; }
    #ecosystem .product .connectapp p {
      top: 350px;
      left: 212px; }
  #ecosystem .product .descentt2 {
    bottom: 25%;
    right: -20%; }
    #ecosystem .product .descentt2 img {
      height: 220px; }
    #ecosystem .product .descentt2 p {
      top: 50px;
      left: 15px;
      margin-bottom: 0; }

#ecosystem .intro:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
  width: 100vw;
  height: 25vh;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

#series, #bands {
  position: relative;
  background-color: #ffffff;
  z-index: 10; }
  #series a:hover p, #bands a:hover p {
    color: #137ec1; }
  #series .container, #bands .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0; }
    #series .container h2, #bands .container h2 {
      text-align: center;
      color: #000000;
      font-size: 48px;
      margin-bottom: 0; }
    #series .container a p, #bands .container a p {
      margin: 60px auto 0 auto;
      text-align: center;
      font-size: 18px; }
    #series .container ol, #bands .container ol {
      width: 100%;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px auto;
      text-align: center;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 4; }
    #series .container li, #bands .container li {
      width: calc(100%/4 - 10px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 1em; }
      #series .container li h3, #bands .container li h3 {
        font-size: 21px;
        margin-bottom: 0; }
      #series .container li p, #bands .container li p {
        margin: 0px auto 10px auto;
        text-align: center;
        font-size: 14px;
        line-height: 1.4 !important;
        color: #555555; }
      #series .container li a, #bands .container li a {
        font-size: 13px; }
      #series .container li img, #bands .container li img {
        max-width: 280px; }
      #series .container li span, #bands .container li span {
        color: #ffffff;
        font-weight: bold;
        padding: 5px 15px;
        font-size: 13px;
        height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      #series .container li .new, #bands .container li .new {
        color: #ffffff;
        background-color: #60CFF6; }
    #series .container .two-link, #bands .container .two-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #series .container .two-link a, #bands .container .two-link a {
        margin: 0 15px; }

.bg {
  background-image: url("../images/band-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 400px; }

#recommend {
  position: relative;
  background-color: #ffffff;
  z-index: 10; }
  #recommend a:hover p {
    color: #137ec1; }
  #recommend .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0; }
    #recommend .container h2 {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #000000;
      font-weight: 600; }
    #recommend .container h3 {
      font-size: 32px; }
    #recommend .container .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #recommend .container .list a {
        width: 50%;
        margin: 10px 10px;
        color: #ffffff; }
      #recommend .container .list h3, #recommend .container .list p {
        color: #ffffff; }
      #recommend .container .list h3 {
        margin-bottom: 5px; }
      #recommend .container .list p {
        line-height: 1.4 !important;
        margin-bottom: 15px; }
      #recommend .container .list .d-item-01 {
        background-image: url("../images/recommend-01.jpg");
        border-radius: 15px;
        background-position: center; }
      #recommend .container .list .d-item-02 {
        background-image: url("../images/recommend-02.jpg");
        border-radius: 15px;
        background-position: center; }
      #recommend .container .list .d-item-03 {
        background-image: url("../images/recommend-03.jpg");
        border-radius: 15px;
        background-position: center; }
      #recommend .container .list .d-item-04 {
        background-image: url("../images/recommend-04.jpg");
        border-radius: 15px;
        background-position: center; }
      #recommend .container .list .item {
        border-radius: 15px;
        color: #ffffff;
        padding: 30px;
        text-align: center;
        height: 240px;
        background-size: cover;
        background-position: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #recommend .container .list .one-item {
        width: 100%;
        background-image: url("../images/recommed-long.jpg");
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        padding: 30px;
        text-align: center;
        height: 240px;
        margin: 15px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #recommend .container .list .one-item a {
          color: #6dcff6;
          font-size: 18px;
          border-bottom: 1px solid; }
      #recommend .container .list .circle {
        background-color: #6DCFF6;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: #ffffff;
        font-size: 30px;
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }

button {
  cursor: pointer; }

.animated-modal {
  padding: 0 !important; }
  .animated-modal .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%; }
    .animated-modal .content h3 {
      color: #000000; }
    .animated-modal .content p {
      color: #444444; }
  .animated-modal .bg {
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%; }
  .animated-modal .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-content: center;
    padding: 0 20px;
    width: 50%; }
    .animated-modal .text h2 {
      color: #000000;
      font-size: 28px;
      margin-bottom: 15px; }
    .animated-modal .text h3 {
      color: #444444;
      font-size: 21px; }
    .animated-modal .text p {
      font-size: 14px;
      width: 100%;
      color: #777777; }
    .animated-modal .text button {
      font-size: 12px;
      background-color: #000000;
      color: #ffffff !important; }

#recommend-01 .bg {
  background-image: url("../images/recommend-big-01.jpg");
  background-position: center; }

#recommend-02 .bg {
  background-image: url("../images/recommend-big-02.jpg");
  background-position: center; }

#recommend-03 .bg {
  background-image: url("../images/recommend-big-03.jpg");
  background-position: center; }

#recommend-04 .bg {
  background-image: url("../images/recommend-big-04.jpg");
  background-position: center; }

.fancybox-can-swipe .fancybox-content {
  height: 70%;
  max-height: 650px; }

#bands .container h2 {
  text-align: center;
  color: #000000;
  font-size: 48px;
  margin-bottom: 0;
  line-height: 1.3 !important;
  font-weight: 600; }

#bands .container h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px; }

#bands .container p {
  color: #999999;
  font-size: 14px;
  text-align: center; }

#bands .container li h3 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.4 !important;
  margin-bottom: 10px; }

.icon-play-circled2:before {
  content: '\e81b';
  color: #ffffff;
  opacity: 0.5;
  font-size: 55px;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s; }

#questions {
  background-color: #F5F5F5;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3vw 0 3vw 0;
  z-index: 25; }
  #questions .container {
    width: 900px !important; }
  #questions h2 {
    color: #000000;
    margin-bottom: 30px; }
  #questions .line {
    height: 3px;
    background-color: #6DCFF6;
    margin-bottom: 10px; }
  #questions ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    #questions ol li {
      margin: 15px 0; }
      #questions ol li div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        text-align: left; }
        #questions ol li div h3 {
          padding: 0;
          margin: 0; }
  #questions p {
    display: none;
    color: #777777;
    text-align: left;
    margin-top: 10px; }
  #questions .small {
    margin-top: -10px;
    color: #aaaaaa; }
  #questions .circle {
    background-color: #6DCFF6;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 30px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #questions hr {
    width: 100%; }

#event {
  position: relative;
  background-image: url("../images/event-banner.jpg");
  background-size: cover;
  height: 50vh;
  max-height: 400px;
  background-position: top center;
  z-index: 10; }
  #event .container {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 5; }
  #event .text {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15%; }
    #event .text h2,
    #event .text p, #event .text .tag {
      color: #ffffff; }
    #event .text p {
      width: 50%; }

#tutoral {
  position: relative;
  background-color: #EFEFEF;
  padding: 60px 0;
  z-index: 10; }
  #tutoral h2 {
    margin: 0px auto 30px auto;
    text-align: center;
    font-size: 48px;
    color: #000000;
    text-transform: uppercase; }
  #tutoral ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0; }
    #tutoral ol li {
      background: #ffffff;
      margin: 0 15px;
      width: calc(100%/3);
      max-width: 33.33%;
      overflow: hidden; }
      #tutoral ol li a .bg {
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        -o-transition: transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s;
        /* 添加变换动画 */ }
      #tutoral ol li a {
        -webkit-transition: -webkit-box-shadow 0.3s;
        transition: -webkit-box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
        transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
      #tutoral ol li a:hover {
        -webkit-box-shadow: 3px 7px 27px -19px #42445a;
        -moz-box-shadow: 3px 7px 27px -19px #42445a;
        box-shadow: 3px 7px 27px -19px #42445a; }
        #tutoral ol li a:hover .bg, #tutoral ol li a:hover .bg2, #tutoral ol li a:hover .bg3 {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          /* 放大背景图片 */ }
      #tutoral ol li a:hover .icon-play-circled2:before {
        opacity: 1; }
      #tutoral ol li h2 {
        font-size: 18px; }
      #tutoral ol li h3 {
        padding: 30px 30px 10px 30px;
        line-height: 1.2 !important;
        margin-bottom: 0;
        text-transform: uppercase; }
      #tutoral ol li p {
        padding: 10px 30px;
        line-height: 1.4 !important; }
      #tutoral ol li .bg {
        background-image: url("../images/turorial-bg01.jpg");
        background-size: cover;
        background-position: center;
        min-height: 280px;
        max-height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: -webkit-transform 0.8s;
        transition: -webkit-transform 0.8s;
        -o-transition: transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s; }
      #tutoral ol li .bg2 {
        background-image: url("../images/turorial-bg02.jpg");
        background-size: cover;
        background-position: center;
        min-height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: -webkit-transform 0.8s;
        transition: -webkit-transform 0.8s;
        -o-transition: transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s; }
      #tutoral ol li .bg3 {
        background-image: url("../images/turorial-bg03.jpg");
        background-size: cover;
        background-position: center;
        min-height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: -webkit-transform 0.8s;
        transition: -webkit-transform 0.8s;
        -o-transition: transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s; }

.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s; }

.animated-modal h2,
.animated-modal h3,
.animated-modal p {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s; }

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal h3,
.fancybox-slide--current .animated-modal p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

.fancybox-slide--current .animated-modal h3 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.fancybox-slide--current .animated-modal p {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

@media (min-width: 2000px) and (max-width: 2560px) {
  #main .container .video {
    width: 100vw;
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #main .container video {
    width: 100%; }
  #main:after {
    height: 105vh; }
  #safe .intro .container .people img {
    max-width: 900px; }
  #training .intro .container .people img {
    max-width: 800px; }
  #ecosystem .product .diveapp {
    left: -27%;
    top: 4%; }
  #ecosystem .product .inreach {
    left: -32%;
    bottom: 14%; }
  #ecosystem .product .connectapp {
    top: 6%;
    right: -27.9%; }
  #ecosystem .product .descentt2 {
    bottom: 25%;
    right: -32%; }
  #ecosystem h3 {
    font-size: 48px; }
  #ecosystem .ch3 span {
    font-size: 28px; } }

@media (max-width: 1680px) {
  #main:after {
    height: 180vh; }
  #safe .intro .bg {
    height: 390vh; }
  #safe .intro .container .ndl img {
    width: 300px;
    height: 300px; }
  #training .intro {
    min-height: 1900px; }
    #training .intro .container {
      min-height: 1900px; }
    #training .intro .bg {
      min-height: 2690px; }
  #mode .text h2 {
    font-size: 50px; }
  #ecosystem {
    height: 850px; }
    #ecosystem h3 {
      top: 83%;
      font-size: 52px; }
    #ecosystem .ch3 span {
      margin-top: -15px;
      font-size: 24px; }
    #ecosystem .container {
      height: 850px; }
    #ecosystem .product div p {
      font-size: 14px; }
    #ecosystem .product .diveapp {
      left: -10%;
      top: 2%; }
      #ecosystem .product .diveapp img {
        height: 400px; }
      #ecosystem .product .diveapp p {
        top: 170px;
        left: 340px; }
    #ecosystem .product .inreach {
      left: -10%;
      bottom: 8%; }
      #ecosystem .product .inreach img {
        height: 380px; }
      #ecosystem .product .inreach p {
        top: 187px;
        left: 310px; }
    #ecosystem .product .connectapp {
      top: 6%;
      right: -110px; }
      #ecosystem .product .connectapp img {
        height: 380px; }
      #ecosystem .product .connectapp p {
        top: 325px;
        left: 199px; }
    #ecosystem .product .descentt2 {
      bottom: 17%;
      right: -100px; }
      #ecosystem .product .descentt2 img {
        height: 210px; }
      #ecosystem .product .descentt2 p {
        top: 57px;
        left: 19px; } }

@media (max-width: 1660px) {
  #main .container .video {
    top: 60%; } }

@media (max-width: 1512px) {
  #training .intro {
    min-height: 230vh; } }

@media (max-width: 1440px) {
  #main .subwave .text h2,
  #safe .intro .container .title,
  #training .intro .container .title,
  #series .container h2 {
    font-size: 50px; }
  .text:not(td) h2,
  #training .intro .container .free h2,
  #safe .subintro h2,
  #training .subintro h2,
  #mode .text h2,
  #tutoral h2,
  #questions h2,
  #recommend h2,
  #bands .container h2 {
    font-size: 42px; }
  section p:not(td) {
    font-size: 16px; }
  #main .component {
    width: 960px; }
  #main:after {
    height: 120vw; }
  #safe .intro .bg {
    height: 390vh; }
  #training .intro .container img,
  #training .intro .container img {
    width: 280px; }
  #training .intro .container {
    max-height: 300vh; }
    #training .intro .container .people img {
      max-width: 500px; }
  #training .subintro .vo2 img {
    max-width: 280px; }
  #training .subintro {
    padding-bottom: 30vh; }
  #ecosystem {
    height: 850px; }
    #ecosystem h3 {
      top: 80%;
      font-size: 48px; }
    #ecosystem .ch3 span {
      margin-top: -15px;
      font-size: 21px; }
    #ecosystem .container {
      height: 850px; }
    #ecosystem .product div p {
      font-size: 14px; }
    #ecosystem .product .diveapp {
      left: -2.5%;
      top: 9%; }
      #ecosystem .product .diveapp img {
        height: 320px; }
      #ecosystem .product .diveapp p {
        top: 135px;
        left: 270px; }
    #ecosystem .product .inreach {
      left: 0%;
      bottom: 8%; }
      #ecosystem .product .inreach img {
        height: 320px; }
      #ecosystem .product .inreach p {
        top: 135px;
        left: 290px; }
    #ecosystem .product .connectapp {
      top: 7%;
      right: -27px; }
      #ecosystem .product .connectapp img {
        height: 320px; }
      #ecosystem .product .connectapp p {
        top: 275px;
        left: 167px; }
    #ecosystem .product .descentt2 {
      bottom: 17%;
      right: -19px; }
      #ecosystem .product .descentt2 img {
        height: 180px; }
      #ecosystem .product .descentt2 p {
        top: 40px;
        left: 19px; }
  #recommend .container .list .item,
  #recommend .container .list .one-item {
    height: 210px; }
  #recommend .container .list p {
    margin-bottom: 10px; }
  .bg {
    height: 300px; } }

@media (max-width: 1368px) {
  #main .container .video {
    top: 35vw; }
  #main .subwave .text {
    margin-top: 0;
    padding-bottom: 80px; }
  #safe .intro {
    max-height: 350vh;
    min-height: 2300px; }
    #safe .intro .bg {
      height: 430vh;
      min-height: 2440px; }
    #safe .intro .container {
      max-height: 350vh; }
      #safe .intro .container .people img {
        max-width: 600px; }
      #safe .intro .container .dive-readiness {
        top: 12%; }
      #safe .intro .container div {
        min-height: 70vh; }
      #safe .intro .container .ndl img {
        width: 280px;
        height: 280px; }
  #safe .subintro .stay-time .bg img {
    top: 80%;
    width: 400px;
    height: 400px; }
  #training .intro {
    min-height: 1900px; }
    #training .intro .bg {
      min-height: 2690px; }
    #training .intro .container {
      max-height: 190vh;
      min-height: 1900px; }
    #training .intro .container .people img {
      top: 200%; }
    #training .intro .time-warning img {
      width: 42%;
      right: 8%; }
    #training .intro .container .time-warning {
      margin-top: 10vw; }
  #training .subintro {
    padding-bottom: 10vw; }
  #training .subintro .container {
    padding: 50px 0; }
  #training .subintro .vo2 img {
    max-width: 210px; }
  #training .subintro .training-readiness .bg img {
    width: 400px;
    height: 400px;
    top: 28vw; }
  #training .intro .container img,
  #training .intro .container img {
    width: 250px; }
  #training .intro .container .time-warning {
    margin-top: 40vw; }
  #ecosystem {
    height: 850px; }
    #ecosystem h3 {
      font-size: 42px;
      top: 78%; }
    #ecosystem .ch3 span {
      margin-top: -15px;
      font-size: 18px; }
    #ecosystem .container {
      height: 850px; }
    #ecosystem .product div p {
      font-size: 14px; }
    #ecosystem .product .diveapp {
      left: -1.5%;
      top: 9%; }
    #ecosystem .product .inreach {
      left: 2%;
      bottom: 8%; }
      #ecosystem .product .inreach p {
        top: 140px;
        left: 280px; }
    #ecosystem .product .connectapp {
      top: 10%;
      right: -22px; }
      #ecosystem .product .connectapp p {
        top: 275px;
        left: 167px; }
    #ecosystem .product .descentt2 {
      bottom: 20%;
      right: -19px; }
  #series .container li a, #bands .container li a {
    font-size: 12px; } }

@media (max-width: 1280px) {
  #training .subintro {
    padding-bottom: 20vw; }
  #training .intro .container .people img {
    top: 200%; }
  #safe .subintro .stay-time .bg, #training .subintro .training-readiness .bg {
    height: 70vh; } }

@media (min-width: 1025px) and (max-width: 1270px) {
  #main:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, #000000), to(#000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 30%, #000000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000000 30%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(28%, #000000), to(#000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 28%, #000000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000000 28%, #000000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000000 28%, #000000 100%);
    height: 150vh; }
  #main .component {
    width: 850px; }
  #main .component .text img {
    max-width: 170px; }
  #safe .subintro .stay-time .bg {
    width: 100%;
    height: 60vh;
    max-height: 500px; }
  #safe .subintro .stay-time .bg img {
    width: 450px;
    height: 450px; }
  #safe .intro .container div {
    max-height: 600px;
    min-height: 50vh; }
  #training .intro .container {
    min-height: 1850px; }
  #training .subintro .training-readiness .bg img {
    top: 38vw; }
  #training .intro .container .people {
    top: -22%;
    left: 3%; }
  #training .intro .container .time-warning {
    margin-top: 20vh; }
  #training .subintro .training-readiness .bg {
    width: 100%;
    height: 60vh;
    max-height: 500px; }
  #training .subintro .training-content {
    height: 120vh;
    max-height: 900px; } }

@media (max-width: 1024px) {
  #hero {
    margin-top: 40px; }
    #hero h1 {
      font-size: 8vw;
      height: 100px; }
  #hero video {
    top: 30%;
    width: 145%; }
  #main:after {
    height: 110vh; }
  #main {
    background-position: 60% top; }
    #main .subwave .text {
      margin-left: 60px; }
    #main .container .video {
      top: 55%;
      left: -5%; }
    #main .container video {
      width: 165%; }
  #safe .intro .container div {
    min-height: 50vw; }
  #safe .intro .container .dive-readiness {
    top: 8%; }
  #safe .intro .container .n2 {
    height: 50vh;
    margin-top: 10vh; }
  #safe .intro .container .people img {
    left: 25%; }
  #safe .intro .bg {
    height: 220vh;
    min-height: 3200px; }
  #safe .subintro .stay-time {
    overflow: hidden; }
    #safe .subintro .stay-time .bg {
      width: 90%;
      margin: 0 auto;
      height: 35vh;
      min-height: 450px; }
    #safe .subintro .stay-time .text {
      width: 80%;
      margin: 0 auto 10px auto; }
  #training .intro {
    min-height: 1550px; }
    #training .intro .container {
      max-height: 120vh;
      min-height: 1550px; }
      #training .intro .container .free {
        margin-top: 0;
        min-height: 15vh; }
        #training .intro .container .free p {
          width: 80%; }
      #training .intro .container .people img {
        top: 127%;
        left: 66vw;
        max-width: 600px; }
      #training .intro .container .depth-warning,
      #training .intro .container .rate-warning,
      #training .intro .container .time-warning {
        min-height: 50vw; }
      #training .intro .container .rate-warning {
        margin-top: 5vh; }
      #training .intro .container .time-warning {
        margin-top: 15vw; }
  #training .subintro {
    padding-bottom: 0; }
    #training .subintro .container {
      height: auto; }
    #training .subintro .vo2 .text {
      margin-left: 60px; }
    #training .subintro .training-readiness {
      overflow: hidden;
      padding-bottom: 120px;
      min-height: 780px; }
      #training .subintro .training-readiness .bg {
        width: 90%;
        margin: 0 auto;
        height: 35vh;
        min-height: 450px; }
      #training .subintro .training-readiness .text {
        width: 80%;
        margin: 0 auto 10px auto; }
  #training .subintro .training-readiness .bg img {
    top: 38vw; }
  #mode {
    height: 40vh; }
  #ecosystem .product .diveapp {
    left: 0;
    top: 8%; }
    #ecosystem .product .diveapp img {
      height: 280px; }
    #ecosystem .product .diveapp p {
      top: 70px;
      left: 260px; }
  #ecosystem .product .inreach {
    left: 0%;
    bottom: 7%; }
    #ecosystem .product .inreach img {
      height: 280px; }
    #ecosystem .product .inreach p {
      top: 110px;
      left: 240px; }
  #ecosystem .product .connectapp {
    top: 9%;
    right: -25px; }
    #ecosystem .product .connectapp img {
      height: 280px; }
    #ecosystem .product .connectapp p {
      top: 245px;
      left: 135px; }
  #ecosystem .product .descentt2 {
    bottom: 12%;
    right: 0%; }
    #ecosystem .product .descentt2 img {
      height: 150px; }
    #ecosystem .product .descentt2 p {
      top: 20px;
      left: 0px; }
  #event .text {
    margin-left: 5%; }
    #event .text p {
      width: 60%; }
  #questions .container {
    width: 768px !important; }
  #questions .circle {
    width: 30px;
    height: 30px;
    font-size: 18px; }
  #recommend .container {
    width: 760px !important; }
    #recommend .container h3 {
      font-size: 24px; }
    #recommend .container .list p {
      font-size: 14px; }
  .animated-modal .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .animated-modal .content .bg {
      width: 100%; }
    .animated-modal .content .text {
      padding: 30px 50px;
      width: 100%; }
  .fancybox-can-swipe .fancybox-content {
    height: 70%;
    width: 60%; }
  #recommend-01 .bg,
  #recommend-02 .bg,
  #recommend-03 .bg,
  #recommend-04 .bg {
    background-position: bottom;
    height: 80%; }
  .fancybox-can-swipe .fancybox-content {
    max-height: 900px; } }

@media (max-width: 820px) {
  .text:not(td) h2 {
    font-size: 48px; }
  #hero {
    margin-top: 50px; }
  #main .subwave .text h2,
  #safe .intro .container .title,
  #training .intro .container .title,
  #series .container h2,
  #bands .container h2 {
    font-size: 42px; }
  .text:not(td) h2,
  #training .intro .container .free h2,
  #safe .subintro h2,
  #training .subintro h2,
  #mode .text h2,
  #tutoral h2,
  #questions h2,
  #recommend h2,
  #bands .container h2 {
    font-size: 36px; }
  #main .component .text h2 {
    font-size: 28px; }
  #main .subwave .text {
    margin-left: 60px;
    margin-top: 130px;
    margin-bottom: 100px;
    min-height: 300px; }
  #main:after {
    height: 240vh; }
  #main {
    padding-bottom: 10vw;
    background-size: 200%;
    background-repeat: no-repeat; }
    #main .container .video {
      top: 55%;
      left: -25%; }
    #main .container video {
      width: 200%; }
    #main .component:nth-child(odd) {
      margin-right: auto; }
    #main .component:nth-child(even) {
      margin-left: auto; }
    #main .component {
      margin: 30px auto;
      width: 80%;
      max-height: 80vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #main .component a {
        width: 100%; }
      #main .component .text {
        width: 100%;
        padding: 40px 60px; }
      #main .component video {
        max-height: 400px; }
  #message .bg, #gas-cylinder .bg {
    width: 100%; }
  .reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  #safe .intro {
    min-height: 2150px; }
    #safe .intro .container div {
      min-height: 40vh; }
    #safe .intro .container .people img {
      max-width: 500px; }
  #safe .intro .container .n2 img {
    left: -30px;
    width: 55%; }
  #safe .intro .container .cns img {
    width: 55%; }
  #training .intro {
    min-height: 1500px; }
    #training .intro .container {
      max-height: 110vh;
      min-height: 1500px; }
  #training .subintro .training-readiness {
    overflow: hidden;
    padding-bottom: 200px; }
  #training .intro .container .depth-warning {
    left: 10%; }
  #training .intro .container .rate-warning {
    right: 5%; }
  #training .intro .container div .text {
    width: calc(100%/3); }
  #training .intro .container .time-warning img {
    width: 50%; }
  #training .intro .container .time-warning .text {
    left: 10%; }
  #training .intro .container .time-warning {
    margin-top: 15vw; }
  #training .subintro .training-readiness .bg img {
    top: 45vw; }
  #training .intro .container .people img {
    top: 115%;
    left: 70vw;
    max-width: 500px; }
  #inreach .height-vh {
    height: 95vh; }
  #inreach .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #inreach .container .text {
      width: 80%;
      max-width: 850px;
      padding: 30px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #inreach .container .bg {
      position: relative;
      width: 100%;
      height: 500px;
      max-height: 500px; }
  #ecosystem {
    background-image: none;
    height: 170vh; }
    #ecosystem .bg {
      display: block;
      height: 50vh;
      max-height: 650px;
      background-image: url("../images/echomain-bg-m.jpg");
      background-size: cover;
      background-position: top center;
      position: relative; }
      #ecosystem .bg h3 {
        font-size: 60px;
        line-height: 1.3 !important;
        left: 50%;
        top: 10%;
        position: absolute;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
        #ecosystem .bg h3 span {
          display: block;
          font-size: 28px; }
    #ecosystem .container {
      height: auto;
      margin: 0;
      padding: 0; }
      #ecosystem .container .ch3 {
        display: none; }
    #ecosystem .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #ecosystem .product div {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 30vh;
        background-size: cover;
        background-position: top center; }
        #ecosystem .product div img {
          display: none; }
        #ecosystem .product div p {
          position: relative;
          font-size: 28px; }
      #ecosystem .product .diveapp {
        left: auto;
        top: auto;
        background-image: url("../images/eco-product-bg01.jpg"); }
        #ecosystem .product .diveapp img {
          height: auto;
          width: 100%; }
        #ecosystem .product .diveapp p {
          left: 75%;
          top: 50%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #ecosystem .product .inreach {
        left: auto;
        bottom: auto;
        background-image: url("../images/eco-product-bg02.jpg"); }
        #ecosystem .product .inreach img {
          height: auto;
          width: 100%; }
        #ecosystem .product .inreach p {
          left: 25%;
          top: 50%;
          width: 25%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #ecosystem .product .connectapp {
        top: auto;
        right: auto;
        background-image: url("../images/eco-product-bg03.jpg"); }
        #ecosystem .product .connectapp img {
          height: auto;
          width: 100%; }
        #ecosystem .product .connectapp p {
          left: 80%;
          top: 50%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #ecosystem .product .descentt2 {
        bottom: auto;
        right: auto;
        background-image: url("../images/eco-product-bg04.jpg"); }
        #ecosystem .product .descentt2 img {
          height: auto;
          width: 100%; }
        #ecosystem .product .descentt2 p {
          left: 26%;
          top: 50%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #questions .container {
    width: 600px !important; }
    #questions .container h3 {
      font-size: 18px; }
  #questions p {
    font-size: 14px; }
  #questions .small {
    font-size: 12px; }
  #recommend .container {
    width: 650px !important; }
    #recommend .container h3 {
      font-size: 21px; }
    #recommend .container .list p {
      font-size: 13px; }
    #recommend .container .list .circle {
      width: 30px;
      height: 30px;
      font-size: 24px; }
  #event {
    background-position: 55% center; }
  #tutoral ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #tutoral ol li {
    margin: 15px auto;
    width: 80%;
    max-width: 100%; } }

@media (max-width: 768px) {
  .text:not(td) h2 {
    font-size: 36px; }
  .text:not(td) p {
    font-size: 16px; }
  #main:after {
    height: 240vh; }
  #training .intro .container {
    max-height: 220vh;
    min-height: 1900px; }
  #training .intro .container .people img {
    top: 120%;
    left: 72%;
    max-width: 500px; }
  #training .intro .container div .text {
    width: calc(100%/3); }
  #training .intro .container .rate-warning {
    margin-top: 19vh; }
  #training .intro .container .time-warning .text {
    left: 11%; }
  #training .subintro .training-readiness .bg img {
    top: 390px; }
  #training .intro .container img,
  #training .intro .container img {
    width: 220px; }
  #inreach .container .bg {
    height: 400px;
    max-height: 400px; }
  #inreach .height-vh {
    height: 100vh; } }

@media (max-width: 599px) {
  .text:not(td) h2 {
    font-size: 32px; }
  .text:not(td) p {
    font-size: 14px; }
  #pd-nav a.buy-now.mobile {
    display: none; }
  .pc-version {
    display: none !important; }
  .mobile-version {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  #main .subwave .text h2,
  #safe .intro .container .title,
  #training .intro .container .title,
  #series .container h2,
  #bands .container h2 {
    font-size: 32px; }
  .text:not(td) h2,
  #training .intro .container .free h2,
  #safe .subintro h2,
  #training .subintro h2,
  #mode .text h2,
  #tutoral h2,
  #questions h2,
  #recommend h2,
  #bands .container h2 {
    font-size: 28px; }
  #hero {
    height: 110vw; }
    #hero h1 {
      font-size: 12vw;
      height: 65px; }
  #hero video {
    min-width: 200% !important;
    min-height: 100%;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #hero:after {
    height: 40vh;
    min-height: 350px; }
  #main:after {
    height: 210vh;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #000000), to(#000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 10%, #000000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000000 10%, #000000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000000 10%, #000000 100%); }
  #main {
    position: relative;
    background-size: 270%;
    background-position: 60% -5%; }
    #main .height-vh {
      max-height: 85vh; }
    #main .subwave .text {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      text-align: left;
      margin-top: 60px;
      margin-left: 40px; }
      #main .subwave .text h2 {
        width: 80%;
        margin: 0 auto; }
      #main .subwave .text p {
        width: 70%; }
      #main .subwave .text .link a:nth-child(2) {
        margin-left: 0; }
      #main .subwave .text .link a {
        font-size: 14px !important;
        width: 80%; }
    #main .component {
      max-height: 160vw;
      margin: 15px auto; }
      #main .component video {
        position: absolute;
        top: 0;
        left: 0;
        max-height: 500px; }
    #main .component .text {
      padding: 20px 15px; }
      #main .component .text img {
        max-width: 180px; }
      #main .component .text p {
        font-size: 14px; }
    #main .container .video {
      top: 50%;
      left: -63%; }
    #main .container video {
      position: relative;
      top: 0;
      left: 0;
      width: 250%; }
  #nav .nav-type h3, #nav .nav-type h4 {
    font-size: 20px !important; }
  #nav .nav-type {
    height: 65px; }
    #nav .nav-type a:before {
      height: 65px; }
  #safe .intro .bg {
    height: 220vw;
    min-height: 2900px;
    background-position: 55% center; }
  #safe .intro .container {
    padding: 10vw 0; }
    #safe .intro .container div {
      min-height: 100vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #safe .intro .container div .text {
        width: 80%; }
    #safe .intro .container h2 {
      margin-bottom: 10px; }
    #safe .intro .container .people img {
      left: 35%;
      top: -10%; }
    #safe .intro .container .dive-readiness {
      right: auto; }
      #safe .intro .container .dive-readiness .text {
        right: auto;
        left: 50%;
        top: 90%;
        width: 80%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #safe .intro .container .n2 {
      height: 155vw; }
      #safe .intro .container .n2 img {
        width: 85%;
        left: 0; }
      #safe .intro .container .n2 .text {
        top: 60%;
        right: 10%; }
    #safe .intro .container .cns {
      height: 130vw; }
      #safe .intro .container .cns img {
        width: 85%;
        top: 70px;
        right: -100px; }
      #safe .intro .container .cns .text {
        top: 50%;
        right: 10%; }
    #safe .intro .container .ndl {
      margin-top: 20%; }
      #safe .intro .container .ndl img {
        width: 220px;
        height: 220px;
        margin-right: 0; }
      #safe .intro .container .ndl .text {
        width: 80%;
        min-height: 50vw; }
  #safe .subintro .container {
    padding: 10px 0 0 0; }
    #safe .subintro .container .more-info a {
      width: 80%;
      margin: 0 auto;
      font-size: 14px !important; }
  #safe .subintro .stay-time {
    padding-bottom: 32%; }
    #safe .subintro .stay-time .bg {
      min-height: 250px; }
    #safe .subintro .stay-time .bg img {
      width: 300px;
      height: 300px; }
  #training .intro .container .depth-warning, #training .intro .container .rate-warning, #training .intro .container .time-warning {
    min-height: 100vw; }
  #training .intro {
    min-height: 1810px; }
    #training .intro .container {
      min-height: 1700px;
      max-height: 550vw;
      padding: 10vw 0; }
      #training .intro .container .title {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px; }
      #training .intro .container div {
        min-height: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #training .intro .container div .text {
          width: 80%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      #training .intro .container .depth-warning {
        left: 10%;
        margin-top: 110%; }
      #training .intro .container .rate-warning {
        margin-top: 0;
        right: auto;
        z-index: 20; }
        #training .intro .container .rate-warning .text {
          margin: 0 auto; }
      #training .intro .container .time-warning {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0; }
        #training .intro .container .time-warning img {
          width: 80%;
          position: absolute;
          top: 0;
          right: 10%; }
        #training .intro .container .time-warning .text {
          left: 11%;
          margin-top: 100%; }
      #training .intro .container .people img {
        top: 120%;
        left: 55%;
        max-width: 300px; }
  #training .subintro .container {
    padding: 50px 0 0 0; }
  #training .subintro .vo2 .text {
    margin-left: auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 90%; }
  #training .subintro .vo2 img {
    max-width: 210px;
    margin-top: 45%; }
  #training .subintro .training-readiness {
    padding-bottom: 120px;
    min-height: 600px; }
    #training .subintro .training-readiness .text {
      width: 90%; }
    #training .subintro .training-readiness .bg {
      height: 30vh;
      min-height: 250px; }
    #training .subintro .training-readiness .bg img {
      width: 300px;
      height: 300px;
      top: 210px; }
  #training .intro .container .rate-warning {
    left: auto;
    z-index: 20; }
    #training .intro .container .rate-warning .text {
      text-align: center;
      width: 80%;
      margin-top: 140vw; }
    #training .intro .container .rate-warning img {
      margin-bottom: 20px;
      margin-right: auto;
      margin-left: auto; }
  #training .intro .container .time-warning {
    margin-top: 20vw; }
    #training .intro .container .time-warning .text {
      left: auto;
      margin-top: 120%;
      width: 80%;
      text-align: center; }
    #training .intro .container .time-warning img {
      top: 30px; }
  #inreach .container .text {
    width: 100%;
    padding: 30px 15px; }
    #inreach .container .text img {
      max-width: 200px;
      margin-top: 10px; }
    #inreach .container .text a {
      font-size: 14px !important; }
  #mode {
    height: 100vw;
    background-position: center center; }
    #mode .text p {
      padding: 0 15px; }
  #ecosystem {
    height: 310vw; }
    #ecosystem .bg {
      height: 80vw; }
      #ecosystem .bg h3 {
        font-size: 32px;
        line-height: 1.2 !important;
        margin-top: 10px; }
        #ecosystem .bg h3 span {
          display: block;
          font-size: 16px; }
    #ecosystem .product div {
      height: 55vw; }
    #ecosystem .product div p {
      font-size: 16px; }
    #ecosystem .product .connectapp p {
      left: 75%; }
  #series .container .product, #bands .container .product {
    overflow: auto; }
  #series .container ol, #bands .container ol {
    width: 170%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 10px; }
  #series .container li, #bands .container li {
    padding: 0;
    width: calc(100%/4);
    margin: 0 5px; }
    #series .container li a, #bands .container li a {
      font-size: 14px !important; }
    #series .container li p, #bands .container li p {
      font-size: 12px; }
  #series .container li h3, #bands .container li h3 {
    font-size: 16px; }
  #series .container .two-link a p, #bands .container .two-link a p {
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 16px; }
  #series .container li a, #bands .container li a {
    font-size: 10px !important;
    width: 60%; }
  #series .container li span, #bands .container li span {
    font-size: 11px; }
  #bands .container {
    padding: 10px 0; }
  #bands .container li img {
    margin-bottom: 10px; }
  #event {
    background-image: url(../images/event-banner-m.jpg);
    height: 200vw;
    max-height: 700px;
    background-position: bottom center; }
    #event .container {
      top: 8%;
      left: 0%;
      -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      transform: translate(0, 0%); }
    #event .text {
      width: 80%;
      margin: 0 auto; }
      #event .text p {
        width: 100%;
        font-size: 16px; }
      #event .text a {
        width: 100%;
        margin: 0 auto;
        margin-left: 0; }
  #tutoral ol li .bg, #tutoral ol li .bg2, #tutoral ol li .bg3 {
    min-height: 220px;
    max-height: 230px; }
  #tutoral ol li p {
    font-size: 14px; }
  #tutoral ol li h3 {
    font-size: 21px; }
  #questions {
    padding: 10vw 0 10vw 0; }
    #questions .container {
      width: 80% !important; }
      #questions .container h3 {
        font-size: 18px;
        width: 75%;
        width: 250px;
        line-height: 1.4 !important; }
      #questions .container p {
        font-size: 13px; }
  #recommend .container {
    width: 90% !important; }
    #recommend .container .list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #recommend .container .list a {
        width: 100%; }
      #recommend .container .list .item, #recommend .container .list .one-item {
        height: 180px; }
      #recommend .container .list .circle {
        margin-left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
  .animated-modal .content .text {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .animated-modal .text h2 {
    font-size: 24px;
    margin-bottom: 10px; }
  .fancybox-can-swipe .fancybox-content {
    height: 90%;
    width: 90%; }
  #bands .container h3 {
    font-size: 21px; }
  #bands .container ol {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 120%;
    overflow-x: auto;
    overflow-y: hidden; }
  #bands .container li {
    width: 50%;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
    #bands .container li h3 {
      font-size: 13px; }
  #bands .bg {
    height: 200px; } }

@media (max-width: 390px) {
  #main .subwave .text p {
    width: 90%; }
  #main .height-vh {
    max-height: 175vw; }
  #main .component {
    width: 90%;
    max-height: 165vw; }
  #main .container .video {
    top: 40%;
    left: -63%; }
  #main .subwave .text {
    margin-left: 30px; }
  #main:after {
    height: 200vh; }
  #safe .subintro .more-info a {
    width: 90%; }
  #training .intro .container .depth-warning {
    left: 10%;
    margin-top: 130%; }
  #training .subintro .more-info a {
    width: 90%; }
  #training .subintro .vo2 img {
    max-width: 210px;
    margin-top: 65%; }
  #training .intro .container .rate-warning .text {
    margin-top: 170vw; }
  #training .intro .container .time-warning {
    margin-top: 35vw; }
  #training .intro .container img, #training .intro .container img {
    width: 200px;
    margin: 0 auto; }
  #training .intro .container .rate-warning img {
    margin-right: auto; }
  #mode .text h2, #mode .text p {
    padding: 0 2rem; }
  #inreach .height-vh {
    height: 190vw; }
  #inreach .container .text {
    padding: 10px 15px;
    min-height: 450px; }
    #inreach .container .text img {
      max-width: 170px; }
  #ecosystem {
    height: 300vw; }
  #series .container li, #bands .container li {
    padding: 0 5px; }
  #series .container li a, #bands .container li a {
    font-size: 10px !important;
    width: 80%; } }

@media (max-width: 375px) {
  .text:not(td) h2 {
    font-size: 28px; }
  #main .subwave .text h2,
  #safe .intro .container .title,
  #training .intro .container .title,
  #series .container h2,
  #bands .container h2 {
    font-size: 28px; }
  .text:not(td) h2,
  #training .intro .container .free h2,
  #safe .subintro h2,
  #training .subintro h2,
  #mode .text h2,
  #tutoral h2,
  #questions h2,
  #recommend h2,
  #bands .container h2 {
    font-size: 24px; }
  #main .subwave .text .link a {
    font-size: 14px !important;
    width: 92%; }
  #main .component {
    width: 90%;
    max-height: 175vw; }
    #main .component .text {
      padding: 15px 15px; }
      #main .component .text img {
        max-width: 140px; }
    #main .component .text h2 {
      font-size: 24px; }
  #main .component .icon-play-circled:before {
    font-size: 50px; }
  #safe .intro .container .cns img {
    top: 50px; }
  #safe .intro .container .ndl img {
    width: 200px;
    height: 200px; }
  #safe .subintro .stay-time .bg img {
    width: 250px;
    height: 250px; }
  #safe .subintro .stay-time {
    margin-top: -13% !important; }
  #training .subintro .vo2 img {
    max-width: 180px;
    margin-top: 55%; }
  #training .subintro .training-readiness .bg img {
    width: 250px;
    height: 250px;
    top: 200px; }
  #inreach .container .text {
    padding: 0px 15px;
    min-height: 420px; }
  #inreach .container .text img {
    max-width: 150px; }
  #ecosystem {
    height: 310vw; }
    #ecosystem .bg {
      height: 90vw; }
    #ecosystem .product div p {
      font-size: 15px; }
  #series .container, #bands .container {
    padding: 30px 0; }
  .fancybox-can-swipe .fancybox-content {
    height: 95%;
    width: 92%; } }

@media (max-width: 360px) {
  section p:not(td) {
    font-size: 14px;
    font-weight: normal; }
  #main:after {
    height: 250vh; }
  #series .container li a, #bands .container li {
    font-size: 12px !important;
    width: 80%; }
  #training .intro {
    min-height: 1750px; }
  #training .subintro .vo2 img {
    margin-top: 100px; }
  #training .intro .container .depth-warning, #training .intro .container .rate-warning, #training .intro .container .time-warning {
    min-height: 110vw; }
  #series .container ol, #bands .container ol {
    width: 180%; }
  #event .text p {
    width: 100%;
    font-size: 14px; }
  .animated-modal .text h2 {
    font-size: 21px;
    margin-bottom: 5px; }
  #recommend .container h3 {
    font-size: 19px; }
  #bands .container li {
    height: auto; } }

@media (max-width: 320px) {
  .text:not(td) p {
    font-size: 12px; }
  section p:not(td) {
    font-size: 12px; }
  .text:not(td) h2 {
    font-size: 24px; }
  #main .subwave .text h2,
  #safe .intro .container .title,
  #training .intro .container .title,
  #series .container h2,
  #bands .container h2 {
    font-size: 24px; }
  .text:not(td) h2,
  #training .intro .container .free h2,
  #safe .subintro h2,
  #training .subintro h2,
  #mode .text h2,
  #tutoral h2,
  #questions h2,
  #recommend h2,
  #bands .container h2 {
    font-size: 21px; }
  #hero h1 {
    height: 55px; }
  #main .component .text p {
    font-size: 12px; }
  #safe .intro {
    min-height: 1920px; }
  #safe .intro .bg {
    min-height: 2550px;
    background-position: 55% center; }
  #safe .subintro .stay-time .bg img {
    width: 200px;
    height: 200px; }
  #training .intro {
    min-height: 1600px; }
  #training .intro .container {
    max-height: 350vw;
    padding: 10vw 0;
    min-height: 1600px; }
  #training .subintro .vo2:after {
    height: 15vh; }
  #training .subintro .vo2 img {
    max-width: 160px;
    margin-top: 35%; }
  #training .subintro .training-readiness .bg img {
    width: 200px;
    height: 200px;
    top: 210px; }
  #training .subintro .training-readiness {
    overflow: hidden;
    padding-bottom: 100px; }
  #inreach .container .text {
    min-height: 390px; }
  #ecosystem .product div p {
    font-size: 13px; }
  #ecosystem .product .connectapp p {
    left: 78%; }
  #tutoral h2 {
    margin-bottom: 0; }
  #tutoral ol li h3 {
    font-size: 18px;
    padding: 20px 15px 10px 15px; }
  #tutoral ol li p {
    padding: 0px 15px 10px 15px;
    line-height: 1.4 !important; }
  #series .container li h3,
  #bands .container li h3 {
    font-size: 18px; }
  #series .container li a, #bands .container li a {
    font-size: 10px !important;
    width: 90%; }
  #series .container li h3, #bands .container li h3 {
    font-size: 13px; }
  #series .container .two-link a p {
    font-size: 14px; }
  #tutoral ol li .bg, #tutoral ol li .bg2, #tutoral ol li .bg3 {
    min-height: 170px; }
  #recommend .container .list .item {
    padding: 20px; }
  #recommend .container {
    padding: 30px 0; }
    #recommend .container .list .item, #recommend .container .list .one-item {
      height: 160px; }
  button.btn-size-default {
    font-size: 14px !important; }
  .animated-modal .text h2 {
    font-size: 20px; }
  .animated-modal .text h3 {
    font-size: 16px; }
  .animated-modal .text p {
    font-size: 12px; }
  #recommend .container .list .one-item a {
    font-size: 14px; }
  #bands .container ol {
    width: 140%; }
  #bands .container li {
    height: auto; }
  #bands .container h3 {
    font-size: 16px; }
  #bands .container p {
    font-size: 12px; }
  #questions .container h3 {
    font-size: 16px;
    width: 75%;
    width: 210px; } }
