@media only screen and (min-width: 992px) {
  .waveBox0 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .wave0 {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at 50% 0%, #5fa8e9 30px, rgba(0, 0, 0, 0) 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 40px;
  }
  .wave1 {
    position: relative;
    top: -20px;
    z-index: 1;
    background: radial-gradient(circle at 50% 0%, #0e7ac4 30px, rgba(0, 0, 0, 0) 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 40px;
  }
  .wave2 {
    background: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 30px, #0e7ac4 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 54px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  .wave2 .wave2logo {
    margin: 0 10px 3px 0;
    align-self: flex-end;
    background: url(../img/coopiiWhite.png) no-repeat;
    background-size: 148px 20px;
    width: 148px;
    height: 20px;
  }
  .docbox {
    position: absolute;
    top: 10px;
    right: 60px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: 1000;
    font-weight: 900;
  }
  .dolphmark {
    position: absolute;
    top: calc(100vh * 0.005);
    left: calc(100vw * 0.07);
    background: url(../img/dolphmark1.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    z-index: 1000;
  }
  .dolphmark div {
    position: absolute;
    bottom: 6px;
    padding-left: 70px;
    width: 200px;
    font-size: 12px;
    color: #777;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .waveBox0 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .wave0 {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at 50% 0%, #5fa8e9 30px, rgba(0, 0, 0, 0) 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 40px;
  }
  .wave1 {
    position: relative;
    top: -20px;
    z-index: 1;
    background: radial-gradient(circle at 50% 0%, #0e7ac4 30px, rgba(0, 0, 0, 0) 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 40px;
  }
  .wave2 {
    background: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 30px, #0e7ac4 30px);
    background-size: 40px 100%;
    background-position: center center;
    height: 54px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  .wave2 .wave2logo {
    margin: 0 10px 3px 0;
    align-self: flex-end;
    background: url(../img/coopiiWhite.png) no-repeat;
    background-size: 148px 20px;
    width: 148px;
    height: 20px;
  }
  .docbox {
    position: absolute;
    top: 10px;
    right: 60px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: 1000;
    font-weight: 900;
  }
  .dolphmark {
    position: absolute;
    top: calc(100vh * 0.005);
    left: calc(100vw * 0.07);
    background: url(../img/dolphmark1.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    z-index: 1000;
  }
  .dolphmark div {
    position: absolute;
    bottom: 6px;
    padding-left: 70px;
    width: 200px;
    font-size: 12px;
    color: #777;
  }
}
@media only screen and (min-width: 551px) and (max-width: 767px) {
  .waveBox0 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .wave0 {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at 50% 0%, #5fa8e9 24px, rgba(0, 0, 0, 0) 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 32px;
  }
  .wave1 {
    position: relative;
    top: -20px;
    z-index: 1;
    background: radial-gradient(circle at 50% 0%, #0e7ac4 24px, rgba(0, 0, 0, 0) 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 32px;
  }
  .wave2 {
    background: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 24px, #0e7ac4 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 43.2px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  .wave2 .wave2logo {
    margin: 0 8px 2.4px 0;
    align-self: flex-end;
    background: url(../img/coopiiWhite.png) no-repeat;
    background-size: 118.4px 16px;
    width: 118.4px;
    height: 16px;
  }
  .docbox {
    position: absolute;
    top: 7px;
    right: 42px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: 1000;
    font-weight: 900;
  }
  .dolphmark {
    position: absolute;
    top: calc(100vh * 0.005);
    left: calc(100vw * 0.07);
    background: url(../img/dolphmark1.png) no-repeat;
    background-size: cover;
    width: 56px;
    height: 56px;
    z-index: 1000;
  }
  .dolphmark div {
    position: absolute;
    bottom: 4.2px;
    padding-left: 49px;
    width: 140px;
    font-size: 8.4px;
    color: #777;
  }
}
@media only screen and (max-width: 550px) {
  .waveBox0 {
    position: relative;
    width: 100%;
    top: 0;
  }
  .wave0 {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at 50% 0%, #5fa8e9 24px, rgba(0, 0, 0, 0) 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 32px;
  }
  .wave1 {
    position: relative;
    top: -20px;
    z-index: 1;
    background: radial-gradient(circle at 50% 0%, #0e7ac4 24px, rgba(0, 0, 0, 0) 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 32px;
  }
  .wave2 {
    background: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 24px, #0e7ac4 24px);
    background-size: 32px 100%;
    background-position: center center;
    height: 43.2px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
  }
  .wave2 .wave2logo {
    margin: 0 8px 2.4px 0;
    align-self: flex-end;
    background: url(../img/coopiiWhite.png) no-repeat;
    background-size: 118.4px 16px;
    width: 118.4px;
    height: 16px;
  }
  .docbox {
    position: absolute;
    top: 6px;
    right: 36px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    z-index: 1000;
    font-weight: 900;
  }
  .dolphmark {
    position: absolute;
    top: calc(100vh * 0.005);
    left: calc(100vw * 0.07);
    background: url(../img/dolphmark1.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    z-index: 1000;
  }
  .dolphmark div {
    position: absolute;
    bottom: 3.6px;
    padding-left: 42px;
    width: 120px;
    font-size: 7.2px;
    color: #777;
  }
}
