/*** BODY ***/
body {
  position: relative;
}
#section1-wrapper span,
#section2-wrapper span,
#section3-wrapper span,
#section4-wrapper span,
#section5-wrapper span,
#section6-wrapper span,
#section7-wrapper span,
#section8-wrapper span,
#section9-wrapper span,
#section10-wrapper span,
#section11-wrapper span,
#section12-wrapper span,
#section13-wrapper span {
  font-size: 18px;
}
/*** HEADINGS ***/
#section1-wrapper h2 {
  font-size: 60px;
}
#section2-wrapper h2,
#section3-wrapper h2,
#section4-wrapper h2,
#section5-wrapper h2,
#section6-wrapper h2,
#section7-wrapper h2,
#section8-wrapper h2,
#section9-wrapper h2,
#section10-wrapper h2,
#section11-wrapper h2,
#section12-wrapper h2,
#section13-wrapper h2 {
  font-size: 40px;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: none;
}

:root {
  --first-color: #16f;
  --second-color: #ff7;
  --ww: 0;
  --wh: 0;
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
  position: fixed;
  right: 50px;
  top: 35vh;
  z-index: 500;
}
#navbar-circles > a {
  display: block;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -20px;
  left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
  text-decoration: none;
}
#navbar-circles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#navbar-circles li {
  display: block;
  float: none;
  margin-bottom: 20px;
}
#navbar-circles li a {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  padding: 0;
  border: 2px solid #fff;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block !important;
}
#navbar-circles a::before {
  color: #fff;
  position: absolute;
  left: -210px;
  top: -8px;
  text-align: right;
  float: right;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  width: 200px;
}
#navbar-circles li.active > a,
#navbar-circles li.active > a:focus,
#navbar-circles li.active > a:hover {
  background: #fff;
}
#navbar-circles li.active > a::before,
#navbar-circles li.active > a:focus::before,
#navbar-circles li.active > a:hover::before,
#navbar-circles li:hover > a::before {
  display: inline-block;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff !important;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
  color: #000;
}
#navbar-circles.dark-theme li a {
  border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
  color: #000;
}
#navbar-circles.dark-theme li.active > a,
#navbar-circles.dark-theme li.active > a:focus,
#navbar-circles.dark-theme li.active > a:hover {
  background: #000;
}
#navbar-circles.dark-theme .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #000 !important;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
  /*h2 {
        font-size: 30px;  
    }*/
  #navbar-circles {
    display: none;
  }
}

/*** KEYFRAMES ***/
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

/*** SECTION ONE ***/
#section1-wrapper {
  background: #000;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  background: url(/-/media/2055cfb1797e4702ab069e9937d8ed17.ashx);
  background-size: cover;
}
#section1-wrapper.au {
  background: url(/-/media/eafb0b62b2ea4244b2ce92c96e78bf60.ashx);
  background-size: cover;
}
#section1-wrapper.ap {
  background: url(/-/media/d0f2fcdcd524446ca41b0f0dab48e89e.ashx);
  background-size: cover;
}
#section1-wrapper .text-overlay {
  text-align: center;
  color: white;
  margin-top: 25vh;
  width: 36vw;
  margin-left: 32vw;
}
#section1-wrapper .text-overlay h2 {
  font-weight: 400 !important;
  letter-spacing: 1px;
  color: white;
  margin-top: 0px;
  font-size: 70px;
}
#section1-wrapper .text-overlay span {
  letter-spacing: 2px;
  font-weight: 500;
}
/* MEDIA QUERIES */
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section1-wrapper .text-overlay span {
    font-size: 28px;
    letter-spacing: 3px;
  }
  #section1-wrapper .text-overlay h2 {
    font-size: 80px;
  }
  #section1-wrapper .text-overlay {
    width: 35vw;
    margin-left: 33vw;
  }
}
@media only screen and (max-width: 1700px) {
  #section1-wrapper .text-overlay {
    width: 38vw;
    margin-left: 31vw;
  }
}
@media only screen and (max-width: 1400px) {
  #section1-wrapper {
    background-position-x: -25vw;
  }
  #section1-wrapper .text-overlay {
    width: 45vw;
  }
}
@media only screen and (max-width: 1200px) {
  #section1-wrapper {
    background-position-x: -25vw;
  }
  #section1-wrapper .text-overlay {
    width: 50vw;
    margin-left: 25vw;
  }
  #section1-wrapper .text-overlay h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  #section1-wrapper .text-overlay {
    width: 54vw;
    margin-left: 25vw;
  }
  #section1-wrapper .text-overlay h2 {
    font-size: 55px;
  }
  #section1-wrapper {
    background-position-x: -50vw;
  }
}
@media only screen and (max-width: 767px) {
  #section1-wrapper .text-overlay h2 {
    font-size: 50px;
  }
  #section1-wrapper .text-overlay {
    width: 50vw;
    margin-left: 25vw;
  }
}
@media only screen and (max-width: 600px) {
  #section1-wrapper .text-overlay {
    width: 75vw;
    margin-left: 12.5vw;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section1-wrapper .text-overlay {
    width: 68vw;
    margin-left: 18vw;
  }
}
/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section1-wrapper .text-overlay {
    width: 80vw;
    margin-left: 10vw;
  }
  #section1-wrapper .text-overlay h2 {
    font-size: 44px;
  }
  #section1-wrapper.zh .text-overlay {
    margin-top: 30vh;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section1-wrapper .text-overlay h2 {
    font-size: 40px;
    margin-top: 1vh;
  }
  #section1-wrapper .text-overlay {
    margin-top: 30vh;
    width: 80vw;
    margin-left: 10vw;
  }
  #section1-wrapper {
    background-position-x: -100vw;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section1-wrapper .text-overlay {
    width: 80vw;
    margin-left: 10vw;
  }
  #section1-wrapper .text-overlay h2 {
    font-size: 40px;
  }
  #section1-wrapper.zh .text-overlay {
    margin-top: 30vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section1-wrapper .text-overlay {
    width: 80vw;
    margin-left: 10vw;
  }
  #section1-wrapper .text-overlay h2 {
    font-size: 38px;
  }
}

/*** SECTION TWO ***/
#section2-wrapper {
  background: #000;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}
#section2-wrapper > 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#section2-wrapper div .left-content,
#section2-wrapper div .right-content {
  height: 100vh;
  background-repeat: no-repeat !important;
}
#section2-wrapper div .left-content {
  width: 48vw;
  order: 1;
  background: url(/-/media/90802576987b4117ac73d23031ac37f9.ashx);
  background-size: 35vw 50vh;
  background-position-x: 5vw;
  background-position-y: 50vh;
}  
#section2-wrapper.au div .left-content {
  background: url(/-/media/79cc925fcd3844f1a8da97b3a7ce763c.ashx);
  background-size: 35vw 50vh;
  background-position-x: 5vw;
  background-position-y: 50vh;
}
#section2-wrapper.ap div .left-content {
  background: url(/-/media/06950d09f2734ae2b03ed9bdb2c5944c.ashx);
  background-size: 35vw 50vh;
  background-position-x: 5vw;
  background-position-y: 50vh;
}
#section2-wrapper div .left-content div {
  text-align: left;
  width: 475px;
  margin-left: 10vw;
  margin-top: 13vh;
}
#section2-wrapper div .left-content p:first-of-type {
  font-size: 24px;
  color: white;
}
#section2-wrapper div .left-content p:nth-of-type(2) {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2vh;
}
#section2-wrapper div .right-content {
  width: 52vw;
  order: 2;
  background: url(/-/media/43e33b9c1ddb4f20affd55d1b6a1d25f.ashx);
  background-size: 55vw 80vh;
  background-position-y: 10vh;
}
#section2-wrapper.au div .right-content {
  width: 52vw;
  order: 2;
  background: url(/-/media/c436d2319493401aa30301b649868128.ashx);
  background-size: 55vw 80vh;
  background-position-y: 10vh;
}
#section2-wrapper div .right-content.ap {
  width: 52vw;
  order: 2;
  background: url(/-/media/691510e5145e43ee92a3fe5003e86d0f.ashx);
  background-size: 55vw 80vh;
  background-position-y: 10vh;
}
/*MEDIA QUERIES*/
/* iMAC 4k */
@media screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section2-wrapper div .left-content p {
    font-size: 26px !important;
    line-height: 150%;
  }
  #section2-wrapper div .left-content div {
    width: 555px;
  }
}
@media only screen and (max-width: 1600px) {
  #section2-wrapper div .left-content {
    background-size: 35vw 45vh;
    background-position-y: 55vh;
  }
}
@media only screen and (max-width: 1400px) {
  #section2-wrapper div .left-content {
    background: url(/-/media/43e33b9c1ddb4f20affd55d1b6a1d25f.ashx);
    background-size: 80vw 60vh;
    background-position-y: 35vh;
    width: 80vw;
  }
  #section2-wrapper.au div .left-content {
      background: url(/-/media/c436d2319493401aa30301b649868128.ashx);
      background-size: 80vw 60vh;
      background-position-y: 35vh;
      width: 80vw;
    }
    #section2-wrapper.ap div .left-content {
      background: url(/-/media/691510e5145e43ee92a3fe5003e86d0f.ashx);
      background-size: 80vw 60vh;
      background-position-y: 35vh;
      width: 80vw;
  }
    #section2-wrapper div .left-content div {
      margin-top: 12vh;
    }
  #section2-wrapper div .right-content {
    display: none;
  }
  #section2-wrapper div .left-content div,
  #section2-wrapper.au div .left-content div {
    width: 75vw;
    margin-left: 0vw;
  }
}

@media only screen and (max-width: 991px) {
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section2-wrapper div .left-content div,
  #section2-wrapper.au div .left-content div {
    margin-top: 5vh;
  }
  #section2-wrapper div .left-content,
  #section2-wrapper.au div .left-content {
    background-position-y: 20vh;
  }
  #section2-wrapper {
    height: 80vh;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section2-wrapper {
    height: 90vh;
  }
  #section2-wrapper div .left-content,
  #section2-wrapper.au div .left-content {
    background-position-y: 25vh;
  }
  #section2-wrapper div .left-content div,
  #section2-wrapper.au div .left-content div {
    margin-top: 4vh;
  }
  #section2-wrapper.zh div .left-content div {
    margin-top: 7vh;
    width: 76vw;
  }
}
@media only screen and (max-width: 767px) {
  #section2-wrapper div .left-content,
  #section2-wrapper.au div .left-content {
    background-size: 80vw 52vh;
    background-position-y: 43vh;
  }
}
@media only screen and (max-width: 600px) {
  #section2-wrapper div .left-content,
  #section2-wrapper.au div .left-content {
    background-size: 80vw 45vh;
    background-position-y: 50vh;
  }
}
@media only screen and (max-width: 500px) {
}

/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section2-wrapper div .left-content {
    background: url(/-/media/43e33b9c1ddb4f20affd55d1b6a1d25f.ashx);
    background-size: 80vw 35vh;
    background-position-y: 47vh;
    width: 80vw;
  }
  #section2-wrapper.au div .left-content {
      background: url(/-/media/c436d2319493401aa30301b649868128.ashx);
      background-size: 80vw 35vh;
      background-position-y: 47vh;
      width: 80vw;
    }
    #section2-wrapper.ap div .left-content {
      background: url(/-/media/691510e5145e43ee92a3fe5003e86d0f.ashx);
      background-size: 80vw 35vh;
      background-position-y: 47vh;
      width: 80vw;
  }
  #section2-wrapper div .left-content p:nth-of-type(2),
  #section2-wrapper.au div .left-content p:nth-of-type(2) {
    margin-top: 3vh;
  }
  #section2-wrapper {
    height: 88vh;
  }
  #section2-wrapper div .left-content div,
  #section2-wrapper.au div .left-content div {
    width: 80vw;
    margin-top: 5vh;
  }
  #section2-wrapper.zh div .left-content div {
    margin-top: 12vh;
  }
  #section2-wrapper.zh div .left-content p:nth-of-type(2) {
    margin-top: 7vh;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section2-wrapper {
    height: 97vh;
  }
  #section2-wrapper div .left-content,
  #section2-wrapper.au div .left-content {
    background-position-y: 57vh;
  }
  #section2-wrapper div .left-content div,
  #section2-wrapper.au div .left-content div {
    margin-top: 5vh;
  }
  #section2-wrapper.zh div .left-content {
    background-position-y: 52vh;
  }
  #section2-wrapper.zh {
    height: 92vh;
  }
  #section2-wrapper.zh div .left-content p:first-of-type {
    font-size: 23px;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section2-wrapper div .left-content {
    background-size: 80vw 35vh;
    background-position-y: 51vh;
    width: 80vw;
  }
  #section2-wrapper.au div .left-content {
      background-size: 80vw 35vh;
      background-position-y: 51vh;
      width: 80vw;
    }
  #section2-wrapper {
    height: 90vh;
  }
  #section2-wrapper div .left-content p:nth-of-type(2),
  #section2-wrapper.au div .left-content p:nth-of-type(2) {
    margin-top: 1vh;
  }
  #section2-wrapper div .left-content div,
  #section2-wrapper.au div .left-content div {
    margin-top: 4vh;
  }
  #section2-wrapper.zh div .left-content div {
    margin-top: 8vh;
  }
  #section2-wrapper.zh div .left-content {
    background-position-y: 42vh;
  }
  #section2-wrapper.zh {
    height: 83vh;
  }
  #section2-wrapper.zh div .left-content p:nth-of-type(2) {
    margin-top: 5vh;
  }
  #section2-wrapper.zh div .left-content p:first-of-type {
    font-size: 22px;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section2-wrapper {
    height: 113vh;
  }
  #section2-wrapper div .left-content,
  #section2-wrapper div .right-content,
  #section2-wrapper.au div .left-content,
  #section2-wrapper.au div .right-content {
    height: 113vh;
  }
  #section2-wrapper div .left-content div,
  #section2-wrapper.au div .left-content div {
    margin-top: 5vh;
  }
  #section2-wrapper div .left-content,
  #section2-wrapper.au div .left-content {
    background-size: 80vw 35vh;
    background-position-y: 73vh;
    width: 80vw;
  }
  #section2-wrapper div .left-content p:nth-of-type(2),
  #section2-wrapper.au div .left-content p:nth-of-type(2) {
    margin-top: 2vh;
  }
  #section2-wrapper.zh div .left-content p:nth-of-type(2) {
    margin-top: 3vh;
  }
  #section2-wrapper.zh div .left-content {
    background-position-y: 46vh;
  }
  #section2-wrapper.zh {
    height: 88vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section2-wrapper {
    height: 100vh;
  }
  #section2-wrapper div .left-content div,
  #section2-wrapper.au div .left-content div {
    margin-top: 5vh;
    width: 85vw;
  }
  #section2-wrapper div .left-content,
  #section2-wrapper.au div .left-content {
    background-size: 80vw 35vh;
    width: 80vw;
    background-position-y: 60vh;
  }
  #section2-wrapper div .left-content p:nth-of-type(2),
  #section2-wrapper.au div .left-content p:nth-of-type(2) {
    margin-top: 2vh;
    font-size: 14px;
  }
  #section2-wrapper div .left-content p:first-of-type,
  #section2-wrapper.au div .left-content p:first-of-type {
    font-size: 18px;
  }
  #section2-wrapper.zh div .left-content p:nth-of-type(2) {
    margin-top: 3vh;
  }
  #section2-wrapper.zh div .left-content {
    background-position-y: 42vh;
  }
  #section2-wrapper.zh {
    height: 84vh;
  }
}

/*** SECTION THREE ***/
#section3-wrapper {
  background: white;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}
#section3-wrapper > div {
  background: url(/-/media/2f1d360e493345108f040ef4f174fc9f.ashx);
  background-repeat: no-repeat !important;
  background-size: 65vw 100vh;
  background-position-x: 35vw;
  height: 100vh;
}
#section3-wrapper.au > div {
  background: url(/-/media/c1b671e110654b84bd687db171334fd5.ashx);
  background-repeat: no-repeat !important;
  background-size: 65vw 100vh;
  background-position-x: 35vw;
  height: 100vh;
}
#section3-wrapper.ap > div {
  background: url(/-/media/b1b7ed0d76e849edbd473b4d13833157.ashx);
  background-repeat: no-repeat !important;
  background-size: 65vw 100vh;
  background-position-x: 35vw;
  height: 100vh;
}
#section3-wrapper p,
#section3-wrapper h2,
#section3-wrapper p i,
#section3-wrapper > div .text-box > p:nth-of-type(2) {
  color: black !important;
}
#section3-wrapper p i {
  font-weight: 400 !important;
}
#section3-wrapper h2 {
  font-weight: 200 !important;
}
#section3-wrapper > div .text-content {
  width: 18vw;
  position: absolute;
  top: 30vh;
  left: 10vw;
}
#section3-wrapper > div .text-content p {
  margin-top: 2vh;
  font-size: 18px;
}
#section3-wrapper > div .text-box {
  width: 39vw;
  position: absolute;
  bottom: 0vh;
  background: white;
  height: 31vh;
  left: 3vw;
}
#section3-wrapper > div .text-box > p {
  margin-left: 10vw;
}
#section3-wrapper > div .text-box > p:nth-of-type(1) {
  font-size: 22px;
  margin-top: 8vh;
  width: 27vw;
  letter-spacing: 0.5px;
  line-height: 1.5em;
}
#section3-wrapper.au > div .text-box > p:nth-of-type(1) {
  font-size: 17px;
}
#section3-wrapper > div .text-box > p:nth-of-type(2),
#section3-wrapper.ap > div .text-box > p:nth-of0type(2) {
  font-size: 16px;
}
#section3-wrapper.au > div .text-box > p:nth-of-type(2) {
  font-size: 15px;
}
#section3-wrapper > div .text-box > p > i > b {
  position: absolute;
  font-size: 60px;
  margin-left: -3vw;
  margin-top: 2vh;
}
#section3-wrapper #quoteSVG {
  position: absolute;
  left: 5vw;
  bottom: 18vh;
  width: 3vw;
}
/*MEDIA QUERIES*/
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section3-wrapper h2 {
    font-size: 60px;
    font-weight: 300 !important;
  }
  #section3-wrapper p {
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 150%;
    color: black;
  }
  #section3-wrapper p i {
    font-size: 31px;
  }
  #section3-wrapper > div .text-content {
    width: 18vw;
  }
  #section3-wrapper > div .text-box > p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 300 !important;
  }
  #section3-wrapper > div .text-box > p:nth-of-type(2) {
    font-size: 22px;
  }
  #section3-wrapper > div .text-content p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1700px) {
  #section3-wrapper > div .text-box {
    width: 48vw;
    left: 1vw;
  }
  #section3-wrapper.au > div .text-box,
  #section3-wrapper.ap > div .text-box {
      width: 48vw;
      left: 1vw;
  }
  #section3-wrapper > div .text-box > p:nth-of-type(1) {
    width: 36vw;
  }
  #section3-wrapper.au > div .text-box > p:nth-of-type(1),
  #section3-wrapper.ap > div .text-box > p:nth-of-type(1) {
      width: 36vw;
    }
  #section3-wrapper > div .text-content {
    width: 22vw;
  }
}

/*Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px) {
  #section3-wrapper > div .text-content,
  #section3-wrapper.au > div .text-content,
  #section3-wrapper.ap > div .text-content {
    left: 7vw;
  }
}
@media only screen and (max-width: 1600px) {
  #section3-wrapper > div .text-box > p:nth-of-type(1), #section3-wrapper.au > div .text-box > p:nth-of-type(1),
  #section3-wrapper.ap > div .text-box > p:nth-of-type(1) {
    background-size: 60vw 100vh;
    background-position-x: 40vw;
  }
  #section7-wrapper > div .text-content, #section7-wrapper.ap > div .text-content, #section7-wrapper.au > div .text-content {
    width: 27vw;
  }
}
@media only screen and (max-width: 1400px) {
  #section3-wrapper > div .text-box > p:nth-of-type(1),
  #section3-wrapper.au > div .text-box > p:nth-of-type(1),
  #section3-wrapper.ap > div .text-box > p:nth-of-type(1) {
    font-size: 16px;
  }
  #section3-wrapper.au > div .text-box {
      width: 53vw;
      left: 1vw;
  }
  #section3-wrapper > div .text-box > p:nth-of-type(1), #section3-wrapper.au > div .text-box > p:nth-of-type(1),
  #section3-wrapper.ap > div .text-box > p:nth-of-type(1) {
      width: 41vw;
    }
    #section3-wrapper > div .text-box {
      width: 55vw;
    }
}

/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section3-wrapper div,
  #section3-wrapper.au div,
  #section3-.ap > div {
    background-size: 65vw 60vh;
    background-position-x: 35vw;
    background-position-y: 20vh;
  }
  #section3-wrapper {
    height: 60vh;
  }
  #section3-wrapper div,
  #section3-wrapper.au div,
  #section3-wrapper.ap > div {
    background-position-y: 0vh;
  }
  #section3-wrapper > div .text-content,
  #section3-wrapper.au > div .text-content,
  #section3-wrapper.ap > div .text-content {
    top: 5vh;
    width: 23vw;
  }
  #section3-wrapper.zh > div .text-box {
    height: 17vh;
  }
  #section3-wrapper.zh > div .text-box > p:nth-of-type(1) {
    margin-top: 4vh;
  }
  #section3-wrapper.zh #quoteSVG {
    bottom: 11vh;
  }
  #section3-wrapper.zh > div .text-content {
    top: 13vh;
    width: 24vw;
  }
  #section3-wrapper.zh > div .text-content p {
    margin-top: 7vh;
  }
  #section3-wrapper.zh > div .text-content {
    left: 7vw;
  }
}
@media only screen and (max-width: 991px) {
  #section3-wrapper > div .text-content,
  #section3-wrapper.au > div .text-content,
  #section3-wrapper.ap > div .text-content {
    width: 80vw;
    position: absolute;
    top: 5vh;
    left: 10vw;
  }
  #section3-wrapper > div {
    background-size: 70vw 60vh;
    background-position-x: 15vw;
    background-position-y: 20vh;
  }
  #section3-wrapper.au > div {
      background-size: 70vw 60vh;
      background-position-x: 15vw;
      background-position-y: 20vh;
    }
    #section3-wrapper.ap > div {
      background-size: 70vw 60vh;
      background-position-x: 15vw;
      background-position-y: 20vh;
    }
  #section3-wrapper > div .text-box > p:nth-of-type(1),
  #section3-wrapper.au > div .text-box > p:nth-of-type(1),
  #section3-wrapper.ap > div .text-box > p:nth-of-type(1) {
    margin-top: 2vh;
    width: 80vw;
  }
  #section3-wrapper > div .text-box,
  #section3-wrapper.au > div .text-box,
  #section3-wrapper.ap > div .text-box {
    height: 20vh;
  }
  #section3-wrapper > div .text-box > p > i > b,
  #section3-wrapper.au > div .text-box > p > i > b,
  #section3-wrapper.ap > div .text-box > p > i > b {
    margin-left: -5vw;
    margin-top: 2vh;
  }
  #section3-wrapper > div .text-box,
  #section3-wrapper.au > div .text-box,
  #section3-wrapper.ap > div .text-box {
    width: 100vw;
  }
  #section3-wrapper #quoteSVG {
    bottom: 15vh;
  }
  #section3-wrapper.au > div .text-box > p:nth-of-type(2) {
      width: 80vw;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section3-wrapper {
    height: 98vh;
  }
  #section3-wrapper > div .text-box,
  #section3-wrapper.au > div .text-box
  #section3-wrapper.ap > div .text-box {
    height: 15vh;
    margin-bottom: 3vh;
  }
  #section3-wrapper > div,
  #section3-wrapper.au > div,
  #section3-wrapper.ap > div {
    background-size: 80vw 60vh;
    background-position-x: 10vw;
  }
  #section3-wrapper #quoteSVG {
    bottom: 10vh;
  }
  #section3-wrapper.zh > div .text-box {
    left: 7vw;
  }
  #section3-wrapper.zh > div .text-box > p:nth-of-type(1) {
    margin-top: 3vh;
    width: 68vw;
  }
  #section3-wrapper.zh #quoteSVG {
    bottom: 9vh;
  }
}
@media only screen and (max-width: 767px) {
  #section3-wrapper h2,
  #section3-wrapper.au h2,
  #section3-wrapper.ap h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #section3-wrapper > div,
  #section3-wrapper.au > div,
  #section3-wrapper.ap > div {
    background-size: 70vw 50vh;
    background-position-x: 15vw;
    background-position-y: 25vh;
  }
  #section3-wrapper.au > div {
      background-size: 70vw 45vh;
  }
  #section3-wrapper.au > div .text-box > p:nth-of-type(1) {
      font-size: 15px;
  }
  #section3-wrapper.au > div .text-box {
      bottom: 8vh;
  }
}

/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section3-wrapper > div,
  #section3-wrapper.au > div,
  #section3-wrapper.ap > div {
    background-size: 80vw 35vh;
    background-position-x: 10vw;
    background-position-y: 26vh;
  }
  #section3-wrapper > div .text-content p,
  #section3-wrapper.au > div .text-content p,
  #section3-wrapper.ap > div .text-content p {
    margin-top: 2vh;
  }
  #section3-wrapper > div .text-content,
  #section3-wrapper.au > div .text-content,
  #section3-wrapper.ap > div .text-content {
    width: 80vw;
    top: 3vh;
  }
  #section3-wrapper > div .text-box,
  #section3-wrapper.au > div .text-box,
  #section3-wrapper.ap > div .text-box {
    bottom: 10vh;
    width: 90vw;
  }
  #section3-wrapper {
    height: 92vh;
  }
  #section3-wrapper.zh {
    height: 84vh;
  }
  #section3-wrapper.zh > div .text-box {
    bottom: 0vh;
    left: 7vw;
  }
  #section3-wrapper.zh > div .text-content {
    top: 6vh;
  }
  #section3-wrapper.zh > div .text-content p {
    margin-top: 4vh;
  }
  #section3-wrapper.zh > div .text-box > p:nth-of-type(1) {
    width: 65vw;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section3-wrapper > div,
  #section3-wrapper.au > div,
  #section3-wrapper.ap > div {
    background-size: 80vw 35vh;
    background-position-x: 10vw;
    background-position-y: 30vh;
  }
  #section3-wrapper {
    height: 97vh;
  }
  #section3-wrapper > div .text-box,
  #section3-wrapper.au > div .text-box,
  #section3-wrapper.ap > div .text-box {
    bottom: 10vh;
  }
  #section3-wrapper h2,
  #section3-wrapper.au h2 {
    width: 70vw;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section3-wrapper > div .text-content,
  #section3-wrapper.au > div .text-content,
  #section3-wrapper.ap > div .text-content {
    width: 80vw;
    position: absolute;
    top: 2vh;
    left: 10vw;
  }
  #section3-wrapper > div,
  #section3-wrapper.au > div,
  #section3-wrapper.ap > div  {
    background-size: 80vw 35vh;
    background-position-x: 10vw;
    background-position-y: 27vh;
  }
  #section3-wrapper > div .text-box,
  #section3-wrapper.ap > div .text-box {
    bottom: 8vh;
  }
  #section3-wrapper.au > div .text-box {
      bottom: 16vh;
  }
  #section3-wrapper #quoteSVG {
    bottom: 16vh;
  }
  #section3-wrapper,
  #section3-wrapper.ap {
    height: 92vh;
  }
  #section3-wrapper.au {
      height: 98vh;
  }
  #section3-wrapper h2,
  #section3-wrapper.au h2 {
    font-size: 35px;
  }
  #section3-wrapper.zh > div .text-content {
    top: 4vh;
  }
  #section3-wrapper.zh > div .text-box > p:nth-of-type(1) {
    width: 70vw;
  }
  #section3-wrapper.zh > div .text-box {
    left: 5vw;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section3-wrapper > div,
  #section3-wrapper.au > div,
  #section3-wrapper.ap > div  {
    background-size: 80vw 35vh;
    background-position-x: 10vw;
    background-position-y: 33vh;
  }
  #section3-wrapper {
    height: 97vh;
  }
  #section3-wrapper > div .text-box,
  #section3-wrapper.au > div .text-box,
  #section3-wrapper.ap > div .text-box {
    top: 69vh;
    left: -1vw;
  }
  #section3-wrapper > div .text-content,
  #section3-wrapper.au > div .text-content,
  #section3-wrapper.ap > div .text-content {
    width: 80vw;
    top: 3vh;
  }
  #section3-wrapper h2,
  #section3-wrapper.au h2,
  #section3-wrapper.ap h2 {
    font-size: 35px;
  }
  #section3-wrapper {
    height: 100vh;
  }
  #section3-wrapper.zh > div .text-content {
    top: 5vh;
  }
  #section3-wrapper.zh > div {
    background-position-y: 31vh;
  }
  #section3-wrapper.zh {
    height: 93vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section3-wrapper > div,
  #section3-wrapper.au > div,
  #section3-wrapper.ap > div  {
    background-size: 80vw 32vh;
    background-position-x: 10vw;
    background-position-y: 37vh;
  }
  #section3-wrapper {
    height: 104vh;
  }
  #section3-wrapper > div .text-box,
  #section3-wrapper.au > div .text-box,
  #section3-wrapper.ap > div .text-box {
    bottom: 14vh;
  }
  #section3-wrapper h2,
  #section3-wrapper.au h2,
  #section3-wrapper.ap h2 {
    font-size: 30px;
  }
  #section3-wrapper > div .text-content,
  #section3-wrapper.au > div .text-content,
  #section3-wrapper.ap > div .text-content {
    width: 80vw;
    top: 3vh;
  }
  #section3-wrapper > div .text-box > p:nth-of-type(1),
  #section3-wrapper.au > div .text-box > p:nth-of-type(1),
  #section3-wrapper.ap > div .text-box > p:nth-of-type(1) {
    font-size: 14px;
  }
  #section3-wrapper > div .text-box > p:nth-of-type(2),
  #section3-wrapper.au > div .text-box > p:nth-of-type(2),
  #section3-wrapper.ap > div .text-box > p:nth-of-type(2) {
    font-size: 11px;
  }
  #section3-wrapper.zh > div .text-content {
    top: 5vh;
  }
  #section3-wrapper.zh > div .text-box {
    bottom: 3vh;
  }
  #section3-wrapper.zh {
    height: 94vh;
  }
}

/*** SECTION FOUR ***/
#section4-wrapper {
  background: url(/-/media/720cd8a20acf4d508b3759574a862a32.ashx);
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
}
#section4-wrapper.ap {
  background: url(/-/media/f02b9b1cbe8d48f9b51dbd6aa801cef2.ashx);
  background-size: cover;
}
#section4-wrapper > 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#section4-wrapper > div .left-content {
  order: 1;
  width: 45vw;
}
#section4-wrapper > div .left-content .text-content {
  position: absolute;
  width: 23vw;
  bottom: 6vh;
  left: 16vw;
}
#section4-wrapper > div .right-content {
  order: 2;
  width: 55vw;
}
#section4-wrapper > div .right-content .text-content {
  position: absolute;
  bottom: 5vh;
  left: 45vw;
  width: 35vw;
}
#section4-wrapper > div .right-content .text-content p {
  margin-bottom: 3vh;
  font-size: 18px;
  line-height: 150%;
  font-weight: 100;
}
#section4-wrapper > div .right-content .text-content div {
  width: 192px;
  font-weight: 600 !important;
  border-radius: 20px;
  margin-top: 2vh;
  background-color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  font-size: 16px;
  color: black;
  cursor: pointer;
}
#section4-wrapper p,
#section4-wrapper h2 {
  color: white;
}
#section4-wrapper h2 {
  font-weight: 200 !important;
}
#section4-wrapper > div .left-content > div {
  margin-left: 13vw;
  width: 23vw;
}
/*MEDIA QUERIES*/
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section4-wrapper h2 {
    font-size: 60px;
  }
  #section4-wrapper > div .right-content .text-content p {
    font-size: 24px;
    line-height: 150%;
  }
  #section4-wrapper > div .right-content .text-content {
    width: 36vw;
  }
  #section4-wrapper > div .right-content .text-content div {
    width: 300px;
    font-size: 22px;
    height: 50px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1700px) {
  #section4-wrapper > div .left-content .text-content {
    width: 25vw;
  }
}

/*Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px) {
  #section4-wrapper > div .left-content .text-content {
    width: 27vw;
    bottom: 12vh;
  }
}

@media only screen and (max-width: 1400px) {
}

/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section4-wrapper > div .left-content .text-content {
    width: 40vw;
    left: 5vw;
    bottom: 10vh;
  }
  #section4-wrapper > div .right-content .text-content {
    left: 53vw;
  }
  #section4-wrapper.zh > div .left-content .text-content {
    width: 44vw;
    bottom: 12vh;
  }
  #section4-wrapper.zh > div .right-content .text-content {
    width: 36vw;
  }
}

/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section4-wrapper > div .left-content .text-content {
    position: absolute;
    width: 36vw;
    bottom: 9vh;
    left: 10vw;
  }
  #section4-wrapper > div .right-content .text-content {
    left: 50vw;
  }
  #section4-wrapper.zh > div .right-content .text-content {
    width: 40vw;
  }
  #section4-wrapper.zh > div .left-content .text-content {
    bottom: 11vh;
  }
}
@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
  #section4-wrapper > div .left-content .text-content {
    width: 75vw;
    top: 66vh;
    left: 12.5vw;
  }
  #section4-wrapper > div .right-content .text-content {
    position: absolute;
    bottom: 5vh;
    left: 12.5vw;
    width: 75vw;
  }
  #section4-wrapper > div .right-content .text-content div {
    width: 170px;
  }
}
@media only screen and (max-width: 600px) {
  #section4-wrapper h2 {
    font-size: 30px;
  }
  #section4-wrapper {
      background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/720cd8a20acf4d508b3759574a862a32.ashx) no-repeat;
      background: -webkit-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/720cd8a20acf4d508b3759574a862a32.ashx) no-repeat;
      background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/720cd8a20acf4d508b3759574a862a32.ashx) no-repeat;
      background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/720cd8a20acf4d508b3759574a862a32.ashx) no-repeat;
      background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/720cd8a20acf4d508b3759574a862a32.ashx) no-repeat;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/720cd8a20acf4d508b3759574a862a32.ashx) no-repeat;
  }
  #section4-wrapper.ap {
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f02b9b1cbe8d48f9b51dbd6aa801cef2.ashx) no-repeat;
    background: -webkit-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f02b9b1cbe8d48f9b51dbd6aa801cef2.ashx) no-repeat;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f02b9b1cbe8d48f9b51dbd6aa801cef2.ashx) no-repeat;
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f02b9b1cbe8d48f9b51dbd6aa801cef2.ashx) no-repeat;
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f02b9b1cbe8d48f9b51dbd6aa801cef2.ashx) no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f02b9b1cbe8d48f9b51dbd6aa801cef2.ashx) no-repeat;
}
}
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
}
/* IPHONE 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section4-wrapper > div .left-content .text-content {
    top: 62vh;
  }
  #section4-wrapper.zh > div .left-content .text-content {
    width: 78vw;
    top: 68vh;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section4-wrapper > div .left-content .text-content {
    top: 56vh;
  }
  #section4-wrapper.zh > div .left-content .text-content {
    width: 80vw;
    top: 63vh;
    left: 10vw;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section4-wrapper > div .left-content .text-content {
    width: 82vw;
    top: 52vh;
    left: 12.5vw;
  }
  #section4-wrapper {
    background-position-x: -7vw;
    background-position-y: 0;
  }
  #section4-wrapper h2 {
    font-size: 35px;
  }
  #section4-wrapper > div .right-content .text-content p {
    font-weight: normal;
  }
  #section4-wrapper.zh > div .left-content .text-content {
    top: 60vh;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section4-wrapper h2 {
    font-size: 35px;
    width: 84vw;
  }
  #section4-wrapper > div .left-content .text-content {
    top: 40vh;
    width: 84vw;
  }
  #section4-wrapper > div .right-content .text-content p {
    font-weight: normal;
  }
  #section4-wrapper.zh > div .right-content .text-content {
    width: 76vw;
  }
  #section4-wrapper.zh h2 {
    width: 80vw;
  }
  #section4-wrapper.zh > div .left-content .text-content {
    top: 55vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section4-wrapper h2 {
    font-size: 24px;
  }
  #section4-wrapper > div .left-content .text-content {
    top: 48vh;
    width: 90vw;
    left: 5vw;
  }
  #section4-wrapper > div .right-content .text-content {
    width: 90vw;
    left: 5vw;
  }
  #section4-wrapper h2 {
    font-size: 22px;
  }
  #section4-wrapper.zh h2 {
    font-size: 26px;
  }
  #section4-wrapper.zh > div .left-content .text-content {
    top: 58vh;
  }
}

/*** SECTION FIVE ***/
#section5-wrapper {
  background: #3e3e3e;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}
#section5-wrapper h2,
#section5-wrapper p {
  color: white;
}
#section5-wrapper h2 {
  font-weight: 200 !important;
}
#section5-wrapper > div {
  background: url(/-/media/df31e8a26cca473aa79a76c310e16545.ashx);
  background-size: 70vw 100vh;
  background-position-x: 30vw;
  background-position-y: 0vh;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
}
#section5-wrapper.ap > div {
  background: url(/-/media/abc43da608a7431b9ec43f592e006672.ashx);
  background-size: 70vw 100vh;
  background-position-x: 30vw;
  background-position-y: 0vh;
  background-repeat: no-repeat;
}
#section5-wrapper > div .text-content {
  position: absolute;
  width: 20vw;
  top: 38vh;
  left: 5vw;
}
#section5-wrapper > div .text-content p {
  margin-top: 4vh;
  font-size: 18px;
  line-height: 150%;
  font-weight: 100;
}
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section5-wrapper > div .text-content p {
    font-size: 24px;
    line-height: 150%;
  }
  #section5-wrapper h2 {
    font-size: 60px;
  }
  #section5-wrapper > div .text-content {
    position: absolute;
    width: 18.4vw;
    top: 38vh;
    left: 5vw;
  }
}
@media only screen and (max-width: 1400px) {
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 25vh;
  }
  #section5-wrapper > div .text-content h2,
  #section5-wrapper.ap > div .text-content h2 {
    font-size: 40px;
  }
  #section5-wrapper > div .text-content p,
  #section5-wrapper.ap > div .text-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-size: 75vw 55vh;
    background-position-x: 12.5vw;
    background-position-y: 5vh;
  }
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    width: 75vw;
    top: 70vh;
    left: 12.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 62vh;
  }
  #section5-wrapper > div .text-content h2,
  #section5-wrapper.ap > div .text-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 500px) {
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 62vh;
  }
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-size: 60vw 40vh;
    background-position-x: 30vw;
    background-position-y: 5vh;
  }
  #section5-wrapper,
  #section5-wrapper > div,
  #section5-wrapper.ap,
  #section5-wrapper.ap > div {
    height: 50vh;
  }
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 7vh;
    width: 22vw;
  }
  #section5-wrapper > div .text-content h2,
  #section5-wrapper.ap > div .text-content h2 {
    font-size: 35px;
  }
  #section5-wrapper.zh > div .text-content {
    top: 14vh;
    width: 24vw;
    left: 3vw;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-size: 60vw 40vh;
    background-position-x: 18vw;
    background-position-y: 5vh;
  }
  #section5-wrapper,
  #section5-wrapper.ap {
    height: 75vh;
  }
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 49vh;
    width: 82vw;
    left: 9vw;
  }
  #section5-wrapper.zh > div .text-content {
    top: 51vh;
    width: 75vw;
    left: 12vw;
  }
}

/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-size: 75vw 30vh;
    background-position-x: 12.5vw;
    background-position-y: 5vh;
  }
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 38vh;
  }
  #section5-wrapper > div .text-content h2,
  #section5-wrapper.ap > div .text-content h2 {
    font-size: 35px;
  }
  #section5-wrapper,
  #section5-wrapper.ap {
    height: 82vh;
  }
  #section5-wrapper > div .text-content p,
  #section5-wrapper.ap > div .text-content p {
    margin-top: 2vh;
  }
  #section5-wrapper.zh {
    height: 73vh;
  }
  #section5-wrapper.zh > div .text-content {
    top: 41vh;
    width: 75vw;
    left: 12vw;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-size: 75vw 40vh;
  }
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 47vh;
  }
  #section5-wrapper,
  #section5-wrapper.ap {
    height: 100vh;
  }
  #section5-wrapper.zh > div .text-content {
    top: 50vh;
  }
  #section5-wrapper.zh > div .text-content p {
    margin-top: 5vh;
  }
  #section5-wrapper.zh {
    height: 90vh;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-size: 75vw 30vh;
    background-position-x: 12.5vw;
    background-position-y: 5vh;
  }
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 38vh;
  }
  #section5-wrapper,
  #section5-wrapper.ap {
    height: 90vh;
  }
  #section5-wrapper.zh > div .text-content {
    top: 40vh;
  }
  #section5-wrapper.zh > div .text-content p {
    margin-top: 3vh;
  }
  #section5-wrapper.zh {
    height: 73vh;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-size: 75vw 40vh;
    background-position-y: 5vh;
  }
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 47vh;
  }
  #section5-wrapper,
  #section5-wrapper.ap {
    height: 100vh;
  }
  #section5-wrapper > div .text-content p {
    margin-top: 2vh;
  }
  #section5-wrapper > div .text-content p,
  #section5-wrapper.ap > div .text-content p {
    font-size: 15px;
  }
  #section5-wrapper > div .text-content h2,
  #section5-wrapper.ap > div .text-content h2 {
    font-size: 35px;
  }
  #section5-wrapper.zh > div .text-content {
    top: 49vh;
  }
  #section5-wrapper.zh > div .text-content p {
    margin-top: 3vh;
  }
  #section5-wrapper.zh {
    height: 88vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-size: 75vw 40vh;
  }
  #section5-wrapper > div .text-content,
  #section5-wrapper.ap > div .text-content {
    top: 50vh;
    width: 90vw;
    left: 5vw;
  }
  #section5-wrapper,
  #section5-wrapper.ap {
    height: 118vh;
  }
  #section5-wrapper > div,
  #section5-wrapper.ap > div {
    background-position-y: 5vh;
  }
  #section5-wrapper > div .text-content p,
  #section5-wrapper.ap > div .text-content p {
    font-size: 14px;
  }
  #section5-wrapper.ap > div .text-content h2 {
    font-size: 30px;
  }
  #section5-wrapper.zh {
    height: 91vh;
  }
}

/*** SECTION SIX ***/
#section6-wrapper {
  background: url(/-/media/f7233d21a6844d12b94709eacc1b8b5b.ashx);
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
}
#section6-wrapper.ap {
  background: url(/-/media/93422a1883904dbca0ec7f745d7b5f68.ashx);
  background-size: cover;
}
#section6-wrapper > 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#section6-wrapper > div .left-content {
  order: 1;
  width: 45vw;
}
#section6-wrapper > div .left-content .text-content {
  position: absolute;
  width: 23vw;
  bottom: 6vh;
  left: 16vw;
}
#section6-wrapper > div .right-content {
  order: 2;
  width: 55vw;
}
#section6-wrapper > div .right-content .text-content {
  position: absolute;
  bottom: 6vh;
  left: 45vw;
  width: 36vw;
}
#section6-wrapper > div .right-content .text-content p {
  margin-bottom: 3vh;
  font-size: 18px;
  font-weight: 100;
  line-height: 150%;
}
#section6-wrapper > div .right-content .text-content div {
  width: 225px;
  font-weight: 600 !important;
  border-radius: 20px;
  margin-top: 2vh;
  background-color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  font-size: 16px;
  color: black;
  cursor: pointer;
}
#section6-wrapper p,
#section6-wrapper h2 {
  color: white;
}
#section6-wrapper h2 {
  font-weight: 200 !important;
}
#section6-wrapper > div .left-content > div {
  margin-left: 13vw;
  width: 23vw;
}
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section6-wrapper > div .right-content .text-content p {
    font-size: 24px;
    line-height: 150%;
  }
  #section6-wrapper > div .right-content .text-content div {
    height: 50px;
    border-radius: 30px;
    width: 300px;
    font-size: 20px;
  }
  #section6-wrapper > div .left-content .text-content {
    width: 24vw;
    bottom: 10vh;
  }
  #section6-wrapper h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1700px) {
  #section6-wrapper > div .right-content .text-content {
    width: 39vw;
  }
}
/*Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px) {
  #section6-wrapper > div .left-content .text-content {
    width: 24vw;
    bottom: 10vh;
  }
}
@media only screen and (max-width: 1400px) {
  #section6-wrapper > div .left-content .text-content {
    bottom: 10vh;
  }
  #section6-wrapper > div .left-content .text-content h2 {
    font-size: 40px;
  }
}

/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section6-wrapper {
    height: 60vh;
  }
  #section6-wrapper > div .left-content .text-content {
    width: 33vw;
    bottom: 10vh;
    left: 5vw;
  }
  #section6-wrapper > div .right-content .text-content {
    left: 48vw;
  }
  #section6-wrapper.zh > div .left-content .text-content {
    width: 40vw;
  }
}
@media only screen and (max-width: 991px) {
  #section6-wrapper > div .left-content .text-content {
    position: absolute;
    width: 75vw;
    bottom: 30vh;
    left: 12.5vw;
  }
  #section6-wrapper > div .right-content .text-content {
    position: absolute;
    bottom: 6vh;
    left: 12.5vw;
    width: 75vw;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section6-wrapper {
    height: 60vh;
  }
  #section6-wrapper > div .right-content .text-content {
    position: absolute;
    bottom: 4vh;
    left: 10vw;
    width: 80vw;
  }
  #section6-wrapper > div .left-content .text-content {
    position: absolute;
    width: 80vw;
    bottom: 21vh;
    left: 10vw;
  }
  #section6-wrapper.zh > div .left-content .text-content h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  #section6-wrapper > div .left-content .text-content h2 {
    font-size: 36px;
  }
  #section6-wrapper > div .right-content .text-content {
    position: absolute;
    bottom: 6vh;
    left: 12.5vw;
    width: 75vw;
  }
  #section6-wrapper > div .left-content .text-content {
    position: absolute;
    width: 75vw;
    bottom: 30vh;
    left: 12.5vw;
  }
  #section6-wrapper {
    background-position-x: -35vw;
  }
}
@media only screen and (max-width: 600px) {
  #section6-wrapper > div .right-content .text-content {
    position: absolute;
    bottom: 6vh;
    left: 10vw;
    width: 80vw;
  }
  #section6-wrapper > div .left-content .text-content {
    position: absolute;
    width: 80vw;
    bottom: 30vh;
    left: 10vw;
  }
  #section6-wrapper {

          background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f7233d21a6844d12b94709eacc1b8b5b.ashx) no-repeat;
          background: -webkit-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f7233d21a6844d12b94709eacc1b8b5b.ashx) no-repeat;
          background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f7233d21a6844d12b94709eacc1b8b5b.ashx) no-repeat;
          background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f7233d21a6844d12b94709eacc1b8b5b.ashx) no-repeat;
          background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f7233d21a6844d12b94709eacc1b8b5b.ashx) no-repeat;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/f7233d21a6844d12b94709eacc1b8b5b.ashx) no-repeat;
          background-position-x: -90vw;
  }
  #section6-wrapper.ap {
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/93422a1883904dbca0ec7f745d7b5f68.ashx) no-repeat;
    background: -webkit-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/93422a1883904dbca0ec7f745d7b5f68.ashx) no-repeat;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/93422a1883904dbca0ec7f745d7b5f68.ashx) no-repeat;
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/93422a1883904dbca0ec7f745d7b5f68.ashx) no-repeat;
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/93422a1883904dbca0ec7f745d7b5f68.ashx) no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.6)), url(/-/media/93422a1883904dbca0ec7f745d7b5f68.ashx) no-repeat;
    background-position-x: -90vw;
}
}
@media only screen and (max-width: 600px) {
}
/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section6-wrapper {
    height: 90vh;
  }
  #section6-wrapper > div .left-content .text-content {
    bottom: 37vh;
  }
  #section6-wrapper.zh > div .left-content .text-content {
    bottom: 30vh;
  }
  #section6-wrapper.zh > div .left-content .text-content h2 {
    font-size: 34px;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section6-wrapper > div .left-content .text-content {
    bottom: 45vh;
  }
  #section6-wrapper {
    height: 90vh;
  }
  #section6-wrapper.zh > div .left-content .text-content {
    bottom: 34vh;
  }
  #section6-wrapper.zh > div .left-content .text-content h2 {
    font-size: 33px;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section6-wrapper > div .left-content .text-content {
    position: absolute;
    width: 80vw;
    bottom: 41vh;
    left: 10vw;
  }
  #section6-wrapper > div .left-content .text-content h2 {
    font-size: 35px;
  }
  #section6-wrapper > div .right-content .text-content {
    bottom: 4vh;
  }
  #section6-wrapper.zh > div .left-content .text-content h2 {
    font-size: 31px;
  }
  #section6-wrapper.zh > div .left-content .text-content {
    bottom: 31vh;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section6-wrapper {
    height: 90vh;
  }
  #section6-wrapper > div .right-content .text-content {
    width: 80vw;
  }
  #section6-wrapper > div .left-content .text-content {
    bottom: 49vh;
  }
  #section6-wrapper > div .left-content .text-content h2 {
    font-size: 35px;
  }
  #section6-wrapper.zh > div .left-content .text-content {
    bottom: 36vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section6-wrapper {
    height: 90vh;
  }
  #section6-wrapper > div .left-content .text-content {
    bottom: 57vh;
    width: 90vw;
    left: 5vw;
  }
  #section6-wrapper > div .right-content .text-content {
    width: 90vw;
    left: 5vw;
  }
  #section6-wrapper > div .left-content .text-content h2 {
    font-size: 30px;
  }
  #section6-wrapper.zh > div .left-content .text-content h2 {
    font-size: 28px;
  }
  #section6-wrapper.zh > div .left-content .text-content {
    bottom: 48vh;
  }
}

/*** SECTION SEVEN ***/
#section7-wrapper {
  background: white;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}
#section7-wrapper > div {
  background: url(/-/media/1078573a16a5480097a3afa2d77f22a1.ashx);
  background-repeat: no-repeat !important;
  background-size: 65vw 100vh;
  background-position-x: 35vw;
  height: 100vh;
}
#section7-wrapper.ap > div {
  background: url(/-/media/da55552b12ff4ccdbd7ca18c79bdc362.ashx);
  background-repeat: no-repeat !important;
  background-size: 65vw 100vh;
  background-position-x: 35vw;
}
#section7-wrapper p,
#section7-wrapper h2 {
  color: black;
}
#section7-wrapper h2 {
  font-weight: 200 !important;
}
#section7-wrapper > div .text-content {
  width: 20vw;
  position: absolute;
  top: 52vh;
  left: 7vw;
}
#section7-wrapper > div .text-content p {
  margin-top: 2vh;
  margin-bottom: 5vh;
  font-size: 18px;
  line-height: 150%;
}
#section7-wrapper > div .text-box {
  width: 42vw;
  position: absolute;
  bottom: 0vh;
  background: white;
  height: 31vh;
}
#section7-wrapper > div .text-box > p {
  margin-left: 10vw;
}
#section7-wrapper > div .text-box > p:nth-of-type(1) {
  font-size: 20px;
  margin-top: 6vh;
  width: 28vw;
  letter-spacing: 0.5px;
  line-height: 1.5em;
}
#section7-wrapper > div .text-box > p:nth-of-type(2) {
  font-size: 14px;
}
#section7-wrapper > div .text-box > p > i > b {
  position: absolute;
  font-size: 60px;
  margin-left: -3vw;
  margin-top: 2vh;
}
#section7-wrapper > div > img {
  margin-left: 5vw;
  margin-top: 8vh;
}
#section7-wrapper > div > div > div {
  background: black;
  width: 168px;
  color: white;
  font-weight: 500 !important;
  border-radius: 20px;
  text-align: center;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
#section7-wrapper.zh > div > div > div,
#section7-wrapper.zh #mpactBtn span {
  width: 250px;
}
#section7-wrapper > div > div > div span {
  font-size: 16px;
}
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section7-wrapper > div > img {
    width: 25vw;
  }
  #section7-wrapper > div .text-content p {
    font-size: 24px;
    line-height: 150%;
  }
  #section7-wrapper > div > div > div {
    width: 215px;
    height: 50px;
    border-radius: 30px;
  }
  #section7-wrapper > div > div > div span {
    font-size: 18px;
  }
  #section7-wrapper h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1750px) {
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    width: 22vw;
  }
  #section7-wrapper > div > img {
    width: 25vw;
  }
}
/*Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px) {
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    top: 44vh;
    width: 24vw;
    left: 5vw;
  }
}
/* @media only screen and (max-width: 1600px) {
    #section7-wrapper > div .text-content, #section7-wrapper.ap > div .text-content {
        top: 45vh;
    }
} */
@media only screen and (max-width: 1450px) {
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    font-size: 34px;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    top: 40vh;
  }
}
@media only screen and (max-width: 1250px) {
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    margin-bottom: 2vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    font-size: 36px;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    top: 40vh;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    width: 25vw;
  }
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section7-wrapper,
  #section7-wrapper.ap {
    height: 55vh;
  }
  #section7-wrapper > div,
  #section7-wrapper.ap > div {
    background-size: 65vw 55vh;
    height: 55vh;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    top: 19vh;
  }
  #section7-wrapper > div > img {
    margin-top: 3vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    font-size: 30px;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    width: 27vw;
    left: 4vw;
  }
  #section7-wrapper.zh h2 {
    font-size: 27px;
  }
  #section7-wrapper.zh > div .text-content {
    top: 23vh;
  }
}
@media only screen and (max-width: 991px) {
  #section7-wrapper > div > img,
  #section7-wrapper.ap > div > img {
    display: none;
  }
  /* #section7-wrapper > div, #section7-wrapper.ap > div  {
        background-size: 65vw 70vh;
        background-position-x: 17.5vw;
    }
    #section7-wrapper h2, #section7-wrapper.ap h2 {
        position: absolute;
        top: 22vh;
        left: 5vw;
        font-size: 36px;
        width: 30vw;
    }
    #section7-wrapper > div .text-content, #section7-wrapper.ap > div .text-content {
        top: 52vh;
    }
    #section7-wrapper > div .text-content p, #section7-wrapper.ap > div .text-content p {
        position: absolute;
        width: 45vw;
        top: 18vh;
        left: 40vw;
    } */
  #section7-wrapper > div,
  #section7-wrapper.ap > div,
  #section7-wrapper.au > div {
    background-size: 75vw 45vh;
    background-position-x: 12.5vw;
    background-position-y: 5vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    /* position: absolute; */
    /* top: 0vh; */
    /* left: 7vw; */
    font-size: 36px;
    /* width: 330px; */
  }
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    /* top: 10vh; */
    /* left: 7vw; */
    /* width: 75vw; */
    font-size: 18px;
  }
  #mpactBtn {
    position: absolute;
    left: 25vw;
  }
  #section7-wrapper {
    height: 90vh;
  }
  #mpactBtn span {
    background: black;
    width: 192px;
    color: white;
    font-weight: 500 !important;
    border-radius: 20px;
    text-align: center;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    position: absolute;
    width: 75vw;
    bottom: 12vh;
    top: revert;
    left: 12.5vw;
  }
}

/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section7-wrapper,
  #section7-wrapper.ap {
    height: 83vh;
  }
  #section7-wrapper > div,
  #section7-wrapper.ap > div {
    background-size: 65vw 45vh;
    background-position-y: 5vh;
    background-position-x: 19vw;
  }
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    top: 13vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    top: 15vh;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    bottom: 7vh;
  }
  #section7-wrapper.zh > div .text-content {
    bottom: 12vh;
  }
  #section7-wrapper.zh > div .text-content p {
    margin-bottom: 3vh;
  }
}
@media only screen and (max-width: 767px) {
  #section7-wrapper > div,
  #section7-wrapper.ap > div {
    background-size: 80vw 45vh;
    background-position-x: 10vw;
    background-position-y: 5vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    /* position: absolute; */
    /* top: 0vh; */
    /* left: 7vw; */
    font-size: 30px;
    /* width: 330px; */
  }
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    /* top: 10vh; */
    /* left: 7vw; */
    /* width: 75vw; */
    font-size: 18px;
  }
  #mpactBtn {
    left: 27vw;
  }
  #section7-wrapper {
    height: 90vh;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    bottom: 10vh;
    width: 80vw;
    left: 10vw;
  }

  /* #section7-wrapper > div,  #section7-wrapper.ap > div {
        background-size: 75vw 70vh;
        background-position-x: 12.5vw;
    }
    #section7-wrapper h2, #section7-wrapper.ap h2 {
    left: 6vw;
    }
    #section7-wrapper > div .text-content p, #section7-wrapper.ap > div .text-content p {
        width: 45vw;
        font-size: 14px;
    } */
}
@media only screen and (max-width: 550px) {
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    bottom: 6vh;
  }
  #mpactBtn {
    left: 25vw;
  }
}
/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section7-wrapper > div,
  #section7-wrapper.ap > div {
    background-size: 80vw 40vh;
    background-position-x: 10vw;
    background-position-y: 5vh;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    width: 90vw;
    position: absolute;
    top: 50vh;
    left: 7vw;
  }
  #section7-wrapper,
  #section7-wrapper.ap {
    height: 99vh;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    top: 54vh;
  }
  #mpactBtn {
    top: 37vh;
    left: 22vw;
  }
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    margin-top: 3vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    top: -2vh;
  }
  #section7-wrapper.zh > div .text-content {
    width: 83vw;
    position: absolute;
    top: 50vh;
    left: 10vw;
  }
  #section7-wrapper.zh #mpactBtn {
    left: 11vw;
    top: 26vh;
  }
  #section7-wrapper.zh {
    height: 85vh;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    top: -2vh;
  }
  #mpactBtn {
    top: 46vh;
  }
  #section7-wrapper,
  #section7-wrapper.ap {
    height: 104vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    left: 5vw;
  }
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    left: 5vw;
    width: 80vw;
    top: 12vh;
  }
  #section7-wrapper.zh #mpactBtn {
    left: 9vw;
    top: 31vh;
  }
  #section7-wrapper.zh {
    height: 92vh;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section7-wrapper > div,
  #section7-wrapper.ap > div {
    background-size: 80vw 40vh;
    background-position-x: 10vw;
    background-position-y: 5vh;
  }
  #mpactBtn {
    top: 42vh;
  }
  #section7-wrapper,
  #section7-wrapper.ap,
  #section7-wrapper.au {
    height: 103vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    font-size: 35px;
  }
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    top: 11vh;
  }
  #section7-wrapper.zh h2 {
    font-size: 32px;
  }
  #section7-wrapper.zh > div .text-content {
    width: 84vw;
    position: absolute;
    top: 48vh;
    left: 9vw;
  }
  #section7-wrapper.zh {
    height: 85vh;
  }
  #section7-wrapper.zh #mpactBtn {
    left: 8vw;
    top: 29vh;
  }
  #section7-wrapper > div .text-content, 
  #section7-wrapper.ap > div .text-content,
  #section7-wrapper.au > div .text-content {
      top: 53vh;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section7-wrapper > div,
  #section7-wrapper.ap > div {
    background-size: 80vw 40vh;
    background-position-x: 10vw;
    background-position-y: 5vh;
  }
  #mpactBtn {
    top: revert;
    bottom: -4vh;
    left: 18vw;
  }
  #section7-wrapper,
  #section7-wrapper.ap {
    height: 108vh;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    font-size: 30px;
  }
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    top: 11vh;
    margin-bottom: 3vh;
  }
  #section7-wrapper.zh {
    height: 94vh;
  }
  #section7-wrapper.zh > div > div > div {
    left: 7vw;
    bottom: -5vh;
  }
  #section7-wrapper.zh > div .text-content p {
    margin-bottom: 3vh;
    margin-top: 3vh;
  }
  #section7-wrapper.zh > div .text-content {
    bottom: 9vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section7-wrapper > div,
  #section7-wrapper.ap > div {
    background-position-y: 5vh;
  }
  #section7-wrapper > div,
  #section7-wrapper.ap > div {
    background-size: 80vw 40vh;
    background-position-x: 10vw;
  }
  #section7-wrapper h2,
  #section7-wrapper.ap h2 {
    width: revert;
    font-size: 27px;
  }
  #section7-wrapper > div .text-content p,
  #section7-wrapper.ap > div .text-content p {
    width: revert;
    top: 12vh;
    margin-bottom: 10vh;
  }
  #mpactBtn {
    left: 17vw;
    top: 63vh;
  }
  #section7-wrapper > div .text-content {
    top: 48vh;
  }
  #section7-wrapper {
    height: 120vh;
  }
  #section7-wrapper > div .text-content,
  #section7-wrapper.ap > div .text-content {
    width: 90vw;
    left: 5vw;
    bottom: 3vh;
  }
  #section7-wrapper.zh > div .text-content {
    bottom: -3vh;
  }
  #section7-wrapper.zh {
    height: 95vh;
  }
}

/*** SECTION EIGHT ***/
#section8-wrapper {
  background: black;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}
#section8-wrapper > 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#section8-wrapper > div .left-content {
  order: 1;
  width: 40vw;
}
#section8-wrapper > div .left-content .text-content {
  position: absolute;
  width: 400px;
  top: 22vh;
  left: 8vw;
}
#section8-wrapper > div .right-content {
  order: 2;
  width: 60vw;
}
#section8-wrapper > div .right-content .text-content {
  position: absolute;
  bottom: 10vh;
  left: 48vw;
  width: 29vw;
}
#section8-wrapper > div .right-content .text-content p {
  margin-bottom: 3vh;
  font-size: 18px;
  line-height: 150%;
  font-weight: 100;
}
#section8-wrapper > div .right-content .text-content div {
  width: 12vw;
  font-weight: 700 !important;
  border-radius: 20px;
  margin-top: 2vh;
  background-color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  font-size: 14px;
}
#section8-wrapper p,
#section8-wrapper h2 {
  color: white;
}
#section8-wrapper h2 {
  font-weight: 200 !important;
}

#section8-wrapper > div .left-content > div img {
  left: 6vw;
  top: 38vh;
  position: absolute;
}
#section8-wrapper > div .right-content > div img {
  margin-top: 12vh;
  max-width: 80%;
}
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section8-wrapper > div .right-content > div img {
    width: 50vw;
  }
  #section8-wrapper > div .left-content > div img {
    width: 25vw;
  }
  #section8-wrapper > div .right-content .text-content {
    width: 30vw;
    bottom: 5vh;
  }
  #section8-wrapper > div .right-content .text-content p {
    margin-bottom: 5vh;
    font-size: 24px;
    line-height: 150%;
  }
  #section8-wrapper > div .left-content .text-content {
    width: 530px;
    top: 20vh;
  }
  #section8-wrapper > div .left-content .text-content h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1900px) {
  #section8-wrapper > div .right-content .text-content p {
    margin-bottom: 0vh;
  }
  #section8-wrapper > div .right-content > div img {
    margin-top: 10vh;
  }
  #section8-wrapper > div .right-content > div img {
    width: 50vw;
  }
}
@media only screen and (max-width: 1700px) {
  #section8-wrapper > div .right-content .text-content {
    position: absolute;
    bottom: 14vh;
    left: 48vw;
    width: 31vw;
  }
}
@media only screen and (max-width: 1600px) {
  #section8-wrapper > div .right-content > div img {
    width: 45vw;
    margin-left: 5vw;
  }
  #section8-wrapper > div .right-content .text-content {
    position: absolute;
    bottom: 20vh;
    left: 50vw;
    width: 29vw;
  }
}
@media only screen and (max-width: 1400px) {
  #section8-wrapper > div .right-content > div img {
    margin-left: 12vw;
  }
  #section8-wrapper > div .right-content .text-content {
    left: 54vw;
  }
  #section8-wrapper > div .left-content > div img {
    width: 40vw;
  }
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section8-wrapper > div .right-content > div img {
    margin-top: 5vh;
  }
  #section8-wrapper > div .left-content .text-content {
    top: 10vh;
  }
  #section8-wrapper > div .left-content > div img {
    top: 27vh;
  }
  #section8-wrapper {
    height: 62vh;
  }
  #section8-wrapper > div .right-content .text-content {
    bottom: 15vh;
  }
  #section8-wrapper.zh > div .left-content .text-content {
    top: 13vh;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section8-wrapper {
    height: 80vh;
  }
  #section8-wrapper.zh > div .left-content .text-content {
    top: 8vh;
  }
  #section8-wrapper.zh > div .right-content .text-content {
    top: 19vh;
  }
}
@media only screen and (max-width: 991px) {
  #section8-wrapper > div .right-content .text-content {
    left: 12.5vw;
    top: 21vh;
    width: 75vw;
  }
  #section8-wrapper > div .left-content > div img {
    display: none;
  }
  #section8-wrapper > div .right-content > div img {
    position: absolute;
    width: 80vw;
    bottom: 10vh;
    left: 0vw;
  }
  #section8-wrapper > div .left-content .text-content {
    position: absolute;
    width: 75vw;
    top: 10vh;
    left: 12.5vw;
  }

  #section8-wrapper > div .left-content .text-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #section8-wrapper > div .right-content > div img {
    height: 50vh;
  }
  #section8-wrapper > div .left-content .text-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #section8-wrapper > div .right-content > div img {
    height: 50vh;
  }
}
@media only screen and (max-width: 500px) {
}
/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section8-wrapper > div .left-content .text-content {
    top: 5vh;
  }
  #section8-wrapper > div .right-content .text-content {
    top: 17vh;
  }
  #section8-wrapper > div .right-content > div img {
    position: absolute;
    width: 78vw;
    bottom: 5vh;
    left: 0vw;
    height: 30vh;
  }
  #section8-wrapper {
    height: 70vh;
  }
  #section8-wrapper.zh > div .right-content .text-content {
    top: 13vh;
  }
  #section8-wrapper.zh {
    height: 62vh;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /* #section8-wrapper > div .right-content > div img {
        position: absolute;
        width: 100vw;
        bottom: 0vh;
        left: -12vw;
        height: 50vh;
    }
    #section8-wrapper > div .left-content .text-content {
top: 7vh;
width: 80vw;
    }
    #section8-wrapper > div .right-content .text-content {
        left: 13vw;
        top: 30vh;
        width: 80vw;
    }*/
  #section8-wrapper > div .left-content .text-content {
    position: absolute;
    width: 80vw;
    top: 3vh;
    left: 10vw;
  }
  #section8-wrapper > div .right-content .text-content {
    left: 10vw;
    top: 15vh;
    width: 80vw;
  }
  #section8-wrapper > div .right-content > div img {
    position: absolute;
    width: 80vw;
    bottom: 5vh;
    left: -2vw;
    height: 30vh;
  }
  #section8-wrapper.zh > div .right-content .text-content {
    top: 11vh;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section8-wrapper > div .left-content .text-content {
    position: absolute;
    width: 80vw;
    top: 3vh;
    left: 10vw;
  }
  #section8-wrapper > div .right-content .text-content {
    left: 10vw;
    top: 22vh;
    width: 80vw;
  }
  #section8-wrapper > div .right-content > div img {
    position: absolute;
    width: 80vw;
    bottom: 5vh;
    left: -2vw;
    height: 30vh;
  }
  #section8-wrapper {
    height: 75vh;
  }
  #section8-wrapper > div .left-content .text-content h2 {
    font-size: 35px;
  }
  #section8-wrapper.zh {
    height: 69vh;
  }
  #section8-wrapper.zh > div .left-content .text-content {
    top: 5vh;
  }
  #section8-wrapper.zh > div .right-content .text-content {
    top: 19vh;
  }
  /*#section8-wrapper > div {
        background: url(/-/media/a8f1242e146d450f9eab414564fc8057.ashx);
        background-size: 150vw 60vh;
        height: 100vh;
        background-repeat: no-repeat;
        background-position-y: 40vh;
        background-position-x: -45vw;
    }*/
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section8-wrapper > div .left-content .text-content {
    position: absolute;
    width: 80vw;
    top: 3vh;
    left: 10vw;
  }
  #section8-wrapper > div .right-content .text-content {
    left: 10vw;
    top: 16vh;
    width: 80vw;
  }
  #section8-wrapper > div .right-content > div img {
    position: absolute;
    width: 80vw;
    bottom: 4vh;
    left: -2vw;
    height: 30vh;
  }
  #section8-wrapper {
    height: 75vh;
  }
  #section8-wrapper.zh > div .left-content .text-content {
    top: 5vh;
  }
  #section8-wrapper.zh > div .right-content .text-content {
    top: 15vh;
  }
  #section8-wrapper.zh {
    height: 66vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section8-wrapper > div .left-content .text-content {
    position: absolute;
    width: 90vw;
    top: 3vh;
    left: 5vw;
  }
  #section8-wrapper > div .right-content .text-content {
    left: 5vw;
    top: 25vh;
    width: 90vw;
  }
  #section8-wrapper > div .right-content > div img {
    position: absolute;
    width: 80vw;
    bottom: 5vh;
    left: -2vw;
    height: 30vh;
  }
  #section8-wrapper {
    height: 92vh;
  }
  #section8-wrapper.zh > div .left-content .text-content h2 {
    font-size: 28px;
  }
  #section8-wrapper.zh > div .left-content .text-content {
    top: 6vh;
  }
  #section8-wrapper.zh > div .right-content .text-content {
    top: 18vh;
  }
  #section8-wrapper.zh {
    height: 73vh;
  }
}

/*** SECTION NINE ***/
#section9-wrapper {
  background: #000;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  background: url(/-/media/5d38253b09994200806590b7e010d695.ashx);
  background-size: cover;
}
#section9-wrapper.ap {
  background: url(/-/media/6d0f619320d94454a697a5d125e902fa.ashx);
  background-size: cover;
}
#section9-wrapper .text-overlay {
  text-align: center;
  color: white;
  margin-top: 75vh;
  width: 50vw;
  margin-left: 23vw;
}
#section9-wrapper .text-overlay h2 {
  font-weight: 200 !important;
  margin-bottom: 2vh;
  color: white;
}
#section9-wrapper .text-overlay p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 100;
}
#section9-wrapper .text-overlay span {
  letter-spacing: 2px;
}
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    width: 50vw;
    margin-left: 25vw;
    margin-top: 80vh;
  }
  #section9-wrapper .text-overlay p,
  #section9-wrapper.ap .text-overlay p {
    font-size: 24px;
    line-height: 150%;
  }
  #section9-wrapper .text-overlay h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1700px) {
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    margin-top: 70vh;
    width: 56vw;
    margin-left: 20vw;
  }
}
@media only screen and (max-width: 1600px) {
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    margin-top: 70vh;
    width: 60vw;
    margin-left: 18vw;
  }
}

@media only screen and (max-width: 1400px) {
  #section9-wrapper,
  #section9-wrapper.ap {
    background-position-x: -15vw;
  }
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section9-wrapper,
  #section9-wrapper.ap {
    height: 70vh;
    background-position-x: -50vw;
  }
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    margin-top: 47vh;
  }
  #section9-wrapper.zh .text-overlay {
    margin-top: 50vh;
    width: 65vw;
  }
}
@media only screen and (max-width: 991px) {
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    margin-top: 65vh;
  }
  #section9-wrapper,
  #section9-wrapper.ap {
    background-position-x: -50vw;
  }
  #section9-wrapper .text-overlay h2,
  #section9-wrapper.ap .text-overlay h2 {
    font-size: 36px;
  }
}

/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section9-wrapper,
  #section9-wrapper.ap {
    height: 75vh;
  }
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    margin-top: 50vh;
    width: 80vw;
    margin-left: 10vw;
  }
  #section9-wrapper.zh .text-overlay {
    width: 82vw;
  }
  #section9-wrapper.zh .text-overlay {
    margin-top: 55vh;
  }
}

@media only screen and (max-width: 767px) {
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    width: 80vw;
    margin-left: 10vw;
  }
  #section9-wrapper,
  #section9-wrapper.ap {
    background-position-x: -80vw;
  }
}
@media only screen and (max-width: 500px) {
  #section9-wrapper .text-overlay, #section9-wrapper.ap .text-overlay {
      margin-top: 60vh;
  }
}
/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    width: 80vw;
    margin-left: 10vw;
  }
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    width: 80vw;
    margin-left: 10vw;
    margin-top: 56vh;
  }
  #section9-wrapper .text-overlay h2,
  #section9-wrapper.ap .text-overlay h2 {
    font-size: 38px;
  }
  #section9-wrapper,
  #section9-wrapper.ap {
    background-position-x: -210vw;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section9-wrapper,
  #section9-wrapper.ap {
    background-position-x: -175vw;
  }
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    width: 75vw;
    margin-left: 12.5vw;
    margin-top: 48vh;
  }
  #section9-wrapper .text-overlay h2,
  #section9-wrapper.ap .text-overlay h2 {
    font-size: 34px;
  }
  #section9-wrapper.zh .text-overlay,
  #section9-wrapper.ap .text-overlay {
    width: 82vw;
    margin-left: 9vw;
    margin-top: 60vh;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    margin-top: 50vh;
  }
  #section9-wrapper,
  #section9-wrapper.ap {
    background-position-x: -225vw;
  }
  #section9-wrapper .text-overlay h2,
  #section9-wrapper.ap .text-overlay h2 {
    font-size: 35px;
  }
  #section9-wrapper.zh .text-overlay h2 {
    font-size: 34px;
  }
  #section9-wrapper.zh .text-overlay {
    margin-top: 65vh;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section9-wrapper,
  #section9-wrapper.ap {
    background-position-x: -175vw;
  }
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    width: 85vw;
    margin-left: 7.5vw;
    margin-top: 48vh;
  }
  #section9-wrapper .text-overlay h2,
  #section9-wrapper.ap .text-overlay h2 {
    font-size: 34px;
  }
  #section9-wrapper.zh .text-overlay {
    margin-top: 60vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section9-wrapper,
  #section9-wrapper.ap {
    background-position-x: -175vw;
  }
  #section9-wrapper .text-overlay,
  #section9-wrapper.ap .text-overlay {
    width: 90vw;
    margin-left: 5vw;
    margin-top: 35vh;
  }
  #section9-wrapper .text-overlay h2,
  #section9-wrapper.ap .text-overlay h2 {
    font-size: 30px;
  }
  #section9-wrapper.zh .text-overlay {
    margin-top: 55vh;
  }
}

/*** SECTION TEN ***/
#section10-wrapper {
  background: white;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}
.mobileOnly {
  display: none;
}
#section10-wrapper > 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#section10-wrapper > div .left-content {
  order: 1;
  width: 40vw;
  height: 100vh;
}
#section10-wrapper > div .left-content .text-content {
  position: absolute;
  width: 21vw;
  top: 22vh;
  left: 8vw;
}
#section10-wrapper > div .right-content {
  order: 2;
  width: 85vw;
  height: 100vh;
}
#section10-wrapper > div .right-content .text-content {
  position: absolute;
  bottom: 6vh;
  left: 45vw;
  width: 29vw;
}
#section10-wrapper > div .right-content .text-content p {
  margin-bottom: 3vh;
}
#section10-wrapper > div .right-content .text-content div {
  width: 12vw;
  font-weight: 700 !important;
  border-radius: 20px;
  margin-top: 2vh;
  background-color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  font-size: 14px;
}
#section10-wrapper p,
#section10-wrapper h2 {
  color: black;
}
#section10-wrapper h2 {
  font-weight: 200 !important;
  margin-bottom: 3vh;
}
#section10-wrapper p {
  margin-bottom: 4vh;
  font-size: 18px;
  line-height: 150%;
  width: 90%;
}

#section10-wrapper > div .right-content {
  background: url(/-/media/a4a9e02041e245599bbabf52e588cba3.ashx);
  background-size: cover;
}
#section10-wrapper.ap > div .right-content {
  background: url(/-/media/341997298a1540229d66390a2a7091f8.ashx);
  background-size: cover;
}
#section10-wrapper.au > div .right-content {
  background: url(/-/media/550fde4e4d8442c689705d585a02039e.ashx);
  background-size: cover;
}
#section10-wrapper > div > div > div > div > div {
  background: black;
  width: 240px;
  color: white;
  font-weight: 500 !important;
  border-radius: 20px;
  text-align: center;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  cursor: pointer;
}
#section10-wrapper > div > div > div > div > div > span {
  background: black;
  width: 240px;
  color: white;
  font-weight: 500 !important;
  border-radius: 20px;
  text-align: center;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section10-wrapper p {
    font-size: 24px;
    line-height: 150%;
    width: 19vw;
  }
  #section10-wrapper > div > div > div > div > div {
    width: 300px;
  }
  #section10-wrapper > div > div > div > div > div {
    height: 45px;
    border-radius: 30px;
  }
  #section10-wrapper > div > div > div > div > div > span {
    font-size: 18px;
    width: 300px;
    height: 45px;
    border-radius: 30px;
  }
  #section10-wrapper h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1700px) {
  #section10-wrapper > div .left-content .text-content {
    position: absolute;
    width: 23vw;
    top: 22vh;
    left: 5vw;
  }
}
@media only screen and (max-width: 1600px) {
  #section10-wrapper > div .right-content {
    width: 75vw;
  }
  #section10-wrapper > div .right-content {
    background-position-x: -5vw;
  }
}
@media only screen and (max-width: 1400px) {
  #section10-wrapper > div .right-content {
    background-position-x: -15vw;
  }
}
@media only screen and (max-width: 1300px) {
  #section10-wrapper > div .left-content .text-content {
    width: 29vw;
  }
}
@media only screen and (max-width: 1200px) {
  #section10-wrapper > div .right-content {
    background-position-x: -28vw;
  }
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section10-wrapper > div .right-content {
    background-position-x: -64vw;
  }
  #section10-wrapper {
    height: 80vh;
  }
  #section10-wrapper > div .left-content {
    height: 80vh;
  }
  #section10-wrapper > div .left-content .text-content {
    top: 17vh;
  }
  #section10-wrapper > div .right-content {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  #section10-wrapper > div {
    display: block;
  }
  #section10-wrapper > div .right-content {
    width: 100vw;
    background-position-x: 0;
    margin-top: -22vh;
    height: 60vh;
    background-position-y: 5vh;
    background-repeat: no-repeat;
  }
  #section10-wrapper > div .left-content {
    width: 100vw;
    height: 20vh;
  }
  #section10-wrapper > div > div > div > div > div {
    left: 25vw;
  }
  #section10-wrapper > div .left-content .text-content {
    top: var(--section10MarginTop);
    width: 80vw;
    left: 10vw;
  }
  #section10-wrapper p {
    margin-bottom: 2vh;
  }
  #section10-wrapper h2 {
    font-size: 36px;
  }
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section10-wrapper,
  #section10-wrapper > div .left-content {
    height: 70vh;
  }
  #section10-wrapper > div .right-content {
    height: 70vh;
    background-position-x: -50vw;
  }
  #section10-wrapper > div .left-content .text-content {
    top: 13vh;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section10-wrapper {
    height: 97vh;
  }
  #section10-wrapper > div .left-content {
    height: 17vh;
  }

  #section10-wrapper.zh p {
    margin-bottom: 3vh;
  }
}
@media only screen and (max-width: 767px) {
  #section10-wrapper h2 {
    margin-bottom: 1vh;
  }
  #section10-wrapper > div .right-content {
    background-position-x: -10vw;
  }
}
@media only screen and (max-width: 700px) {
  #section10-wrapper p {
    font-size: 16px;
  }
  #section10-wrapper h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #section10-wrapper > div > div > div > div > div {
    left: 15vw;
  }
  #section10-wrapper > div .right-content {
    background-position-x: -35vw;
  }
}
@media only screen and (max-width: 500px) {
  #section10-wrapper {
    height: 75vh;
    min-height: 700px;
  }
  #section10-wrapper > div .right-content {
    display: none;
  }
  #section10-wrapper > div .left-content .text-content {
    top: 43vh;
  }
  .mobileOnly {
      display: block;
  }
}

/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section10-wrapper {
      min-height: revert;
  }
  #section10-wrapper > div .right-content {
    width: 100vw;
    background-position-x: -60vw;
    margin-top: 25vh;
    height: 55vh;
  }
  #section10-wrapper > div .left-content .text-content {
    top: 3vh;
    width: 75vw;
    left: 12.5vw;
  }
  #section10-wrapper > div > div > div > div > div {
    left: 9vw;
  }
  #section10-wrapper.zh > div .left-content .text-content {
    top: 5vh;
  }
  #section10-wrapper.zh h2 {
    margin-bottom: 3vh;
  }
  #section10-wrapper.zh p {
    margin-bottom: 3vh;
  }
  #section10-wrapper.zh > div .right-content {
    margin-top: 20vh;
  }
  #section10-wrapper.zh {
    height: 95vh;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section10-wrapper {
      min-height: revert;
  }
  #section10-wrapper > div .right-content {
    width: 100vw;
    background-position-x: -15vw;
    margin-top: 45vh;
    height: 44vh;
  }
  #section10-wrapper > div > div > div > div > div {
    left: 10vw;
  }
  #section10-wrapper h2 {
    font-size: 30px;
    margin-bottom: 3vh;
  }
  #section10-wrapper p {
    font-size: 16px;
    margin-bottom: 3vh;
  }
  #section10-wrapper > div .left-content .text-content {
    top: 4vh;
  }
  #section10-wrapper > div .left-content {
    height: 15vh;
  }
  #section10-wrapper {
    height: 102vh;
  }
  #section10-wrapper.zh > div .right-content {
    margin-top: 32vh;
  }
  #section10-wrapper.zh {
    height: 91vh;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section10-wrapper {
      min-height: revert;
  }
  #section10-wrapper > div .right-content {
    width: 100vw;
    background-position-x: -45vw;
    margin-top: 25vh;
    height: 55vh;
  }
  #section10-wrapper > div > div > div > div > div {
    left: 7vw;
  }
  #section10-wrapper h2 {
    margin-bottom: 3vh;
  }
  #section10-wrapper p {
    font-size: 16px;
    margin-bottom: 3vh;
  }
  #section10-wrapper > div .left-content .text-content {
    width: 80vw;
    left: 10vw;
  }
  #section10-wrapper.ap > div .right-content {
    height: 48vh;
    margin-top: 32vh;
  }
  #section10-wrapper.zh > div .right-content {
    margin-top: 22vh;
  }
  #section10-wrapper.zh {
    height: 90vh;
  }
  #section10-wrapper.zh > div .left-content .text-content {
    top: 3vh;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section10-wrapper {
      min-height: revert;
  }
  #section10-wrapper > div .right-content {
    width: 100vw;
    background-position-x: -15vw;
    margin-top: 37vh;
    height: 40vh;
  }
  #section10-wrapper > div > div > div > div > div {
    left: 10vw;
  }
  #section10-wrapper h2 {
    font-size: 30px;
    margin-bottom: 3vh;
  }
  #section10-wrapper p {
    font-size: 16px;
    margin-bottom: 3vh;
  }
  #section10-wrapper > div .left-content .text-content {
    top: 4vh;
    width: 85vw;
    left: 7.5vw;
  }
  #section10-wrapper > div .left-content {
    height: 23vh;
  }
  #section10-wrapper.zh > div .right-content {
    margin-top: 26vh;
  }
  #section10-wrapper.zh {
    height: 89vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section10-wrapper {
      min-height: revert;
  }
  #section10-wrapper > div .right-content {
    width: 100vw;
    background-position-x: -15vw;
    margin-top: 47vh;
    height: 50vh;
  }
  #section10-wrapper h2 {
    font-size: 30px;
    margin-bottom: 3vh;
  }
  #section10-wrapper p {
    font-size: 14px;
    margin-bottom: 3vh;
  }
  #section10-wrapper > div .left-content .text-content {
    top: 4vh;
    width: 90vw;
    left: 5vw;
  }
  #section10-wrapper > div .left-content {
    height: 23vh;
  }
  #section10-wrapper {
    height: 120vh;
  }
  #section10-wrapper > div > div > div > div > div {
    left: 7vw;
  }
  #section10-wrapper.zh > div .right-content {
    margin-top: 30vh;
  }
  #section10-wrapper.zh {
    height: 103vh;
  }
}

/*** SECTION ELEVEN ***/
#section11-wrapper {
  background: white;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}
#section11-wrapper > 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#section11-wrapper > div .left-content {
  order: 1;
  width: 40vw;
  height: 100vh;
}
#section11-wrapper > div .left-content .text-content {
  position: absolute;
  width: 20vw;
  bottom: 2vh;
  left: 17vw;
}
#section11-wrapper > div .right-content {
  order: 2;
  width: 85vw;
  height: 100vh;
}
#section11-wrapper > div .right-content .text-content {
  position: absolute;
  bottom: 4vh;
  left: 45vw;
  width: 710px;
}
#section11-wrapper > div .right-content .text-content p {
  margin-bottom: 2vh;
}
#section11-wrapper > div .right-content .text-content div {
  width: 220px;
  font-weight: 700 !important;
  border-radius: 20px;
  margin-top: 2vh;
  background-color: black;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  font-size: 14px;
  color: white;
}
#section11-wrapper p,
#section11-wrapper h2 {
  color: black;
}
#section11-wrapper h2 {
  font-weight: 200 !important;
  margin-bottom: 3vh;
}
#section11-wrapper p {
  margin-bottom: 4vh;
  font-size: 18px;
  line-height: 150%;
}
#section11-wrapper > div .left-content > div img {
  left: 6vw;
  top: 38vh;
  position: absolute;
}
#section11-wrapper > div {
  background: url(/-/media/b3f540883db1488daebb8ef934580513.ashx);
  background-size: 100vw 80vh;
  background-repeat: no-repeat;
}
#section11-wrapper.ap > div {
  background: url(/-/media/15c8f9c4997a411a9a5cbd7c46db850c.ashx);
  background-size: 100vw 80vh;
  background-repeat: no-repeat;
}
#section11-wrapper.au > div {
  background: url(/-/media/9d35dd64effc40d59244a60844a9fe4e.ashx);
  background-size: 100vw 80vh;
  background-repeat: no-repeat;
}
#section11-wrapper > div > div > div > div > div {
  background: black;
  width: 14vw;
  color: white;
  font-weight: 500 !important;
  border-radius: 20px;
  text-align: center;
  height: 34px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
#section11-wrapper > div > div > div > div > div > span {
  background: black;
  color: white;
  font-weight: 500 !important;
  border-radius: 20px;
  text-align: center;
  height: 34px;
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  font-size: 16px;
}
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section11-wrapper > div .left-content .text-content {
    width: 19vw;
    bottom: 4vh;
  }
  #section11-wrapper > div .left-content .text-content h2 {
    font-size: 60px;
  }
  #section11-wrapper > div .right-content .text-content {
    width: 37vw;
  }
  #section11-wrapper > div .right-content .text-content p {
    font-size: 24px;
    line-height: 150%;
  }
  #section11-wrapper > div > div > div > div > div > span {
    font-size: 18px;
    width: 260px;
  }
  #section11-wrapper > div .right-content .text-content div {
    width: 260px;
  }
  #section11-wrapper > div .right-content .text-content div {
    height: 45px;
    border-radius: 30px;
  }
  #section11-wrapper > div > div > div > div > div > span {
    height: 45px;
    border-radius: 30px;
  }
}
/*Keith's Macbook*/
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  #section11-wrapper > div .left-content .text-content {
    bottom: 6vh;
  }
}

@media only screen and (max-width: 1600px) {
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    left: 12vw;
    width: 25vw;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    position: absolute;
    bottom: 4vh;
    left: 40vw;
    width: 46vw;
  }
}
@media only screen and (max-width: 1500px) {
  #section11-wrapper > div,
  #section11-wrapper.ap > div,
  #section11-wrapper.au > div {
    background-size: 100vw 77vh;
  }
}
@media only screen and (max-width: 1400px) {
  #section11-wrapper > div .right-content .text-content p,
  #section11-wrapper.ap > div .right-content .text-content p,
  #section11-wrapper.au > div .right-content .text-content p {
    margin-bottom: 3vh;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    width: 28vw;
  }
}

@media only screen and (max-width: 1200px) {
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    width: 50vw;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    width: 33vw;
    left: 7vw;
  }
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    margin-bottom: 6vh;
  }
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section11-wrapper,
  #section11-wrapper.ap,
  #section11-wrapper.au {
    height: 75vh;
  }
  #section11-wrapper > div,
  #section11-wrapper.ap > div,
  #section11-wrapper.au > div {
    background-size: 100vw 58vh;
  }
  #section11-wrapper > div .left-content .text-content {
    bottom: 1vh;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    bottom: 2vh;
  }
}
@media only screen and (max-width: 991px) {
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    left: 10vw;
    width: 80vw;
    text-align: center;
    bottom: 15vh;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    width: 80vw;
    left: 10vw;
  }
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    font-size: 36px;
    margin-bottom: 5vh;
  }
  #section11-wrapper > div .right-content .text-content p,
  #section11-wrapper.ap > div .right-content .text-content p,
  #section11-wrapper.au > div .right-content .text-content p {
    font-size: 16px;
  }
  #section11-wrapper > div,
  #section11-wrapper.ap > div,
  #section11-wrapper.au > div {
    background-size: 100vw 70vh;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    position: relative;
    margin-left: 4vw;
    left: 30vw;
  }
}

/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section11-wrapper,
  #section11-wrapper.ap,
  #section11-wrapper.au {
    height: 78vh;
  }
  #section11-wrapper > div,
  #section11-wrapper.ap > div
  #section11-wrapper.au > div {
    background-size: 100vw 45vh !important;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    width: 55vw;
  }
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    margin-bottom: 1vh;
  }
  #section11-wrapper > div .right-content .text-content p,
  #section11-wrapper.ap > div .right-content .text-content p,
  #section11-wrapper.au > div .right-content .text-content p {
    margin-bottom: 1vh;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    bottom: 20vh;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    width: 80vw;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    left: 25vw;
  }
  #section11-wrapper.zh > div .left-content .text-content {
    bottom: 15vh;
  }
  #section11-wrapper > div .right-content .text-content, #section11-wrapper.ap > div .right-content .text-content, #section11-wrapper.au > div .right-content .text-content {
      bottom: 9vh;
  }
  
}
@media only screen and (max-width: 767px) {
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    bottom: 2vh;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    left: 10vw;
    width: 80vw;
    top: 71vh;
    text-align: center;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    width: 80vw;
    left: 10vw;
    text-align: center;
  }
  #section11-wrapper > div .right-content .text-content p,
  #section11-wrapper.ap > div .right-content .text-content p,
  #section11-wrapper.au > div .right-content .text-content p {
    margin-bottom: 6vh;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    left: var(--centerBtn767);
    bottom: 3vh;
  }
  #section11-wrapper > div,
  #section11-wrapper.ap > div,
  #section11-wrapper.au > div {
    background-size: 180vw 65vh;
    background-position-x: -60vw;
  }
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    left: var(--centerBtn600);
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    left: 5vw;
    width: 90vw;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    width: 90vw;
    left: 5vw;
  }
}
@media only screen and (max-width: 500px) {
  /* #section11-wrapper > div .left-content .text-content, #section11-wrapper.ap > div .left-content .text-content {
        left: 5vw;
        width: 90vw;
        text-align: center;
        bottom: 18vh;
    }
    #section11-wrapper > div, #section11-wrapper.ap > div {
        background-size: 140vw 60vh;
        background-position-x: -27vw;
    }
    #section11-wrapper > div .right-content .text-content, #section11-wrapper.ap > div .right-content .text-content {
        bottom: 11vh;
        width: 90vw;
        left: 5vw;
        text-align: center;
    }
    #productBenefitsBtn {
        position: absolute;
    }
    #section11-wrapper > div .left-content .text-content, #section11-wrapper.ap > div .left-content .text-content {
        left: 15vw;
        width: 70vw;
        text-align: center;
        bottom: 23vh;
    }
    #section11-wrapper h2, #section11-wrapper.ap h2 {
        font-size: 40px;
    }
    #section11-wrapper > div .right-content .text-content p, #section11-wrapper.ap > div .right-content .text-content p {
        font-size: 16px;
    }
    #section11-wrapper > div .right-content .text-content div, #section11-wrapper.ap > div .right-content .text-content div {
        margin-left: 22vw;
    }*/
}
/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section11-wrapper > div,
  #section11-wrapper.ap > div,
  #section11-wrapper.au > div {
    background-size: 140vw 40vh;
    background-position-x: -27vw;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    left: 17vw;
    width: 66vw;
    text-align: center;
    top: revert;
    bottom: 17vh;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    left: 17vw;
    top: 12vh;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    bottom: -4vh;
    width: 80vw;
    left: 10vw;
    text-align: center;
  }
  #section11-wrapper,
  #section11-wrapper.ap,
  #section11-wrapper.au {
    height: 75vh;
  }
  #section11-wrapper.zh > div .left-content .text-content {
    bottom: 20vh;
  }
  #section11-wrapper.zh > div .right-content .text-content {
    bottom: 2vh;
  }
  #section11-wrapper.zh > div .right-content .text-content div {
    left: 14vw;
    top: -2vh;
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    font-size: 34px;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    margin-left: 17vw;
  }
  #section11-wrapper,
  #section11-wrapper.ap,
  #section11-wrapper.au {
    height: 80vh;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    left: 15vw;
    width: 70vw;
    text-align: center;
    bottom: 20vh;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    bottom: -4vh;
    width: 80vw;
    left: 10vw;
    text-align: center;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    left: -1vw;
    top: 15vh;
  }
  #section11-wrapper > div .right-content .text-content p,
  #section11-wrapper.ap > div .right-content .text-content p,
  #section11-wrapper.au > div .right-content .text-content p {
    margin-bottom: 5vh;
  }
  #section11-wrapper.zh > div .left-content .text-content {
    bottom: 23vh;
  }
  #section11-wrapper.zh > div .right-content .text-content {
    bottom: 4vh;
  }
  #section11-wrapper.zh > div .right-content .text-content div {
    left: 12vw;
    top: -1vh;
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    font-size: 34px;
    margin-bottom: 5vh;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    margin-left: -3vw;
    top: 13vh;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    bottom: -6vh;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    bottom: 18vh;
    width: 80vw;
    left: 10vw;
  }
  #section11-wrapper,
  #section11-wrapper.ap,
  #section11-wrapper.au {
    height: 77vh;
  }
  #section11-wrapper.zh > div .left-content .text-content {
    bottom: 22vh;
  }
  #section11-wrapper.zh > div .right-content .text-content {
    bottom: 4vh;
  }
  #section11-wrapper.zh > div .right-content .text-content div {
    left: 12vw;
    top: -2vh;
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    font-size: 34px;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    left: 14vw;
    top: 20vh;
  }
  #section11-wrapper,
  #section11-wrapper.ap,
  #section11-wrapper.au {
    height: 86vh;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    left: 10vw;
    width: 80vw;
    text-align: center;
    top: 42vh;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    bottom: -5vh;
    width: 80vw;
    left: 10vw;
    text-align: center;
  }
  #section11-wrapper > div,
  #section11-wrapper.ap > div,
  #section11-wrapper.au > div {
    background-size: 140vw 40vh;
    background-position-x: -27vw;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    top: 45vh;
  }
  #section11-wrapper.zh > div .right-content .text-content div {
    left: 10vw;
    top: -3vh;
  }
  #section11-wrapper.zh > div .right-content .text-content {
    bottom: 2vh;
  }
  #section11-wrapper.zh {
    height: 78vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    font-size: 34px;
  }
  #section11-wrapper > div .right-content .text-content div,
  #section11-wrapper.ap > div .right-content .text-content div,
  #section11-wrapper.au > div .right-content .text-content div {
    margin-left: 14vw;
  }
  #section11-wrapper,
  #section11-wrapper.ap,
  #section11-wrapper.au {
    height: 93vh;
  }
  #section11-wrapper > div .left-content .text-content,
  #section11-wrapper.ap > div .left-content .text-content,
  #section11-wrapper.au > div .left-content .text-content {
    left: 10vw;
    width: 80vw;
    text-align: center;
    top: 43vh;
  }
  #section11-wrapper > div .right-content .text-content,
  #section11-wrapper.ap > div .right-content .text-content,
  #section11-wrapper.au > div .right-content .text-content {
    bottom: 0vh;
    width: 90vw;
    left: 5vw;
    text-align: center;
  }
  #section11-wrapper > div,
  #section11-wrapper.ap > div,
  #section11-wrapper.au > div {
    background-size: 140vw 40vh;
    background-position-x: -27vw;
  }
  #section11-wrapper h2,
  #section11-wrapper.ap h2,
  #section11-wrapper.au h2 {
    font-size: 30px;
  }
  #section11-wrapper.zh > div .left-content .text-content {
    top: 44vh;
  }
  #section11-wrapper.zh > div .right-content .text-content {
    bottom: 2vh;
  }
  #section11-wrapper.zh {
    height: 82vh;
  }
}

/*** SECTION TWELVE ***/
#section12-wrapper {
  background: #262626;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 1;
}
#section12-slideshow-wrapper .cycle-slideshow {
  width: 100%;
  min-height: 100vh;
  height: 1px;
}
#section12-slideshow-wrapper .slide {
  width: inherit;
  height: inherit;
  min-height: inherit;
}
#section12-slide-1 .background,
#section12-slide-2 .background,
#section12-slide-3 .background,
#section12-slide-4 .background,
#section12-slide-5 .background,
#section12-slide-6 .background {
  width: 85vw;
  height: 78vh;
  position: absolute;
  top: 11vh;
  left: 7.5vw;
  background-size: cover !important;
}
#section12-slide-1 .background {
  background: url(/-/media/9909d2a1e0af46dfb3dea686ebe7688c.ashx);
}
#section12-slide-2 .background {
  background: url(/-/media/ccfbc5d723634e31afca4d77af134e19.ashx);
}
#section12-slide-3 .background {
  background: url(/-/media/0be7fe2342c94f39b7667e419deb06b2.ashx);
}
#section12-slide-4 .background {
  background: url(/-/media/08020b8a7c0e41b496d7c3cc7ed43b6e.ashx);
}
#section12-slide-5 .background {
  background: url(/-/media/298e3ed933074eefb6cb5d252bb0caba.ashx);
}
#section12-slide-1 .background.ap {
  background: url(/-/media/45190cf30782440fac391e2131974501.ashx);
}
#section12-slide-2 .background.ap {
  background: url(/-/media/bebae38acce04edcade9f93a9d68a603.ashx);
}
#section12-slide-3 .background.ap {
  background: url(/-/media/bf74a76593fe4c6bbe8b2e743bdf93f6.ashx);
}
#section12-slide-4 .background.ap {
  background: url(/-/media/52691e37ec334587acaeeeef18e6654e.ashx);
}
#section12-slide-5 .background.ap {
  background: url(/-/media/f927c6cc390b406bbd34a259a3e61757.ashx);
}
#section12-wrapper.au #section12-slide-1 .background {
  background: url(/-/media/601a78381c79466097549cbb3f8d1390.ashx);
}
#section12-wrapper.au #section12-slide-2 .background {
  background: url(/-/media/b65e0cfcc12043e984382b413c993697.ashx);
}
#section12-wrapper.au #section12-slide-3 .background {
  background: url(/-/media/61a6dff19bd94bbd8a9c2c001bb785bf.ashx);
}
#section12-wrapper.au #section12-slide-4 .background {
  background: url(/-/media/36f32c9764b64973aab80503796090da.ashx);
}
#section12-wrapper.au #section12-slide-5 .background {
  background: url(/-/media/4998b7f63b544eefb9300c1a95f0c41b.ashx);
}
#section12-wrapper.au #section12-slide-6 .background {
  background: url(/-/media/979d4041bb264660bbfa5df6c4195711.ashx);
}
#section12-slideshow-wrapper img.base-image {
  position: relative;
  z-index: 2;
  display: block;
  height: 650px;
  margin: 0 auto;
}
#section12-slideshow-wrapper .slashes {
  position: absolute;
  z-index: 3;
  height: 225px;
}
#section12-slideshow-wrapper .white-slash {
  top: 30vh;
  left: 50%;
  -webkit-transform: translateX(-1127%);
  -ms-transform: translateX(-1127%);
  transform: translateX(-1127%);
}
#beige-slash,
#gray-slash {
  top: 42vh;
  left: 50%;
  -webkit-transform: translateX(890%);
  -ms-transform: translateX(890%);
  transform: translateX(890%);
}
#section12-slideshow-wrapper .slide-content {
  width: 100%;
  position: absolute;
}
#section12-slideshow-wrapper .slide-content h2,
#section12-slideshow-wrapper .slide-content p {
  text-align: center;
  color: #000;
}
#section12-slideshow-wrapper .slide-content h2 {
  text-transform: uppercase;
  font-size: 35px;
  color: #555;
  font-weight: bold !important;
  letter-spacing: 4px;
}
#section12-slideshow-wrapper .slide-content p {
  position: absolute;
  color: white;
  top: 91vh;
  left: 365px;
  font-size: 18px;
}
#section12-slideshow-wrapper .slide-content h3 {
  color: white;
  position: absolute;
  top: 80vh;
  left: 8vw;
}
#section12-slideshow-wrapper .slide-content h4 {
  color: white;
  position: absolute;
  top: 5vh;
  left: 10vw;
  font-size: 30px;
  font-weight: 100 !important;
}
#section12-slideshow-wrapper .slide-content > div > div {
  position: absolute;
  background: white;
  color: black;
  top: 91vh;
  right: 15vw;
  width: 225px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  border-radius: 20px;
  width: 225px;
  cursor: pointer;
}
#section12-slideshow-wrapper .slide-content > div > div > span {
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  text-align: center;
  width: 225px;
  font-size: 16px;
  font-weight: 700 !important;
}
span.bigText {
  font-size: 125px !important;
  font-weight: 100 !important;
}
#section12-slide-1 span.bigText {
  position: absolute;
  left: 20px;
}
span.tinyText {
  font-size: 30px !important;
  font-weight: 100 !important;
  position: absolute;
  width: 70px;
  top: 4vh;
  left: 170px;
}
/* >> Section Twelve - Pager */
#section12-slideshow-wrapper .cycle-pager {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 140px;
  z-index: 500;
  width: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#section12-slideshow-wrapper .cycle-pager a {
  width: 150px;
  height: 5px;
  background: #777;
  margin: 0 5px;
}
#section12-slideshow-wrapper .cycle-pager a.cycle-pager-active {
  background: #ddd;
}
/* >> Textures - Slideshow Controls */
#section12-outer-wrapper {
  position: relative;
}
#section12-slideshow-controls {
  display: none;
  margin: 20px 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 500;
}
#section12-slideshow-controls button {
  border-radius: 0;
  border: 1px solid #777;
  background: transparent;
  padding: 15px 23px;
  font-size: 30px;
  color: #777;
}
#section12-slideshow-controls button:last-of-type {
  margin-left: 30px;
}
#section12-slideshow-controls button:focus {
  outline: none;
}
/* >> Section Twelve - Media Queries */
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #section12-slideshow-wrapper .slide-content h4 {
    font-size: 36px;
    left: 10vw;
    top: 6vh;
  }
  #section12-slideshow-wrapper .cycle-pager {
    bottom: 180px;
    width: 700px;
  }
  #section12-slideshow-wrapper .cycle-pager a {
    width: 125px;
  }
  span.bigText {
    font-size: 150px !important;
  }
  span.tinyText {
    left: 200px;
    font-size: 36px !important;
    top: 3vh;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: 78vh;
  }
  #section12-slideshow-wrapper img.base-image {
    height: 880px;
  }
  #section12-slideshow-wrapper .white-slash {
    top: 36vh;
    -webkit-transform: translateX(-1475%);
    -ms-transform: translateX(-1475%);
    transform: translateX(-1475%);
  }
  #beige-slash,
  #gray-slash {
    top: 45vh;
    -webkit-transform: translateX(1185%);
    -ms-transform: translateX(1185%);
    transform: translateX(1185%);
  }
  #section12-slideshow-wrapper .slide-content h2 {
    font-size: 45px;
  }
  #section12-slideshow-wrapper .slide-content p {
    font-size: 22px;
    top: 91vh;
    left: 400px;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    width: 250px;
    top: 91vh;
    height: 50px;
    border-radius: 30px;
  }
  #section12-slideshow-wrapper .slide-content > div > div > span {
    width: 250px;
    font-size: 18px !important;
    height: 50px;
    border-radius: 30px;
  }
  span.tinyText {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 1400px) {
  #section12-slideshow-wrapper .slashes,
  #section12-slideshow-wrapper.ap .slashes {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  #section12-slideshow-wrapper img.base-image,
  #section12-slideshow-wrapper.ap img.base-image {
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1250px) {
  #section12-slideshow-wrapper .slide-content p,
  #section12-slideshow-wrapper.ap .slide-content p {
    width: 350px;
    text-align: left;
  }
  #section12-slideshow-wrapper .slide-content > div > div,
  #section12-slideshow-wrapper.ap .slide-content > div > div {
    right: 12vw;
  }
}
@media only screen and (max-width: 1100px) {
  #section12-slideshow-wrapper .slide-content p,
  #section12-slideshow-wrapper.ap .slide-content p {
    width: 325px;
    left: 300px;
  }
}
/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #section12-slideshow-wrapper .cycle-pager,
  #section12-slideshow-wrapper.ap .cycle-pager {
    bottom: 190px;
  }
  #section12-slide-1 .background,
  #section12-slide-2 .background,
  #section12-slide-3 .background,
  #section12-slide-4 .background,
  #section12-slide-5 .background,
  #section12-slide-6 .background {
    height: 33vh;
  }
  #section12-wrapper {
    height: 55vh;
  }
  #section12-slideshow-wrapper .cycle-slideshow {
    min-height: 55vh;
  }
  #section12-slideshow-wrapper .cycle-slideshow {
    width: 550px;
  }

  #section12-slideshow-wrapper .slide-content h4 {
    top: 6vh;
    left: 10vw;
  }
  span.bigText {
    font-size: 100px !important;
  }
  span.tinyText {
    font-size: 25px !important;
    left: 130px;
  }
  #section12-slideshow-wrapper .slide-content h3,
  #section12-slideshow-wrapper.ap .slide-content h3 {
    top: 39vh !important;
  }
  #section12-slideshow-wrapper .cycle-pager {
    left: 100%;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    top: 48vh;
    right: -30vw;
  }
  #section12-slideshow-wrapper .slide-content p {
    top: 40vh;
    width: 500px;
  }
  #section12-slideshow-wrapper .slide-content p,
  #section12-slideshow-wrapper.ap .slide-content p {
    left: 250px;
    top: 45vh;
  }
  span.tinyText {
    top: 2vh;
  }
}
@media only screen and (max-width: 991px) {
  #section12-wrapper {
    display: block;
  }
  #section12-slideshow-wrapper .cycle-pager {
    display: none;
  }
  #section12-slideshow-controls {
    display: block;
  }
  #section12-slideshow-wrapper .slide-content {
    bottom: 150px;
  }
  #section12-slideshow-wrapper .slide-content h2 {
    font-size: 35px;
  }
  #section12-slideshow-wrapper .slide-content p {
    width: 100vw;
    font-size: 18px;
    text-align: center;
    left: 0;
    top: -10vh;
  }
  #section12-wrapper.au #section12-slideshow-wrapper .slide-content p {
      width: 90vw;
      left: 5vw;
  }
  #section12-slideshow-wrapper .slide-content h4 {
    top: -80vh;
    left: 0;
    width: 100vw;
    text-align: center;
  }
  #section12-slide-1 .background,
  #section12-slide-2 .background,
  #section12-slide-3 .background,
  #section12-slide-4 .background,
  #section12-slide-5 .background,
  #section12-slide-6 .background {
    height: 60vh;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    top: 6vh;
    /*right: 37vw;*/
    left: var(--centerBtn991);
  }
  #section12-slideshow-controls {
    bottom: 12vh;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: -22vh;
    left: 8vw;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  #section12-slideshow-controls {
    left: 0vw;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    left: 36.5vw;
  }
  #section12-slideshow-wrapper .slide-content h4 {
    top: -81vh;
    left: 0vw;
  }
  span.bigText {
    font-size: 100px !important;
  }
  span.tinyText {
    font-size: 25px !important;
    left: 135px;
    top: 2vh;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: -21vh !important;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    left: 36vw;
  }
}
/* OLD IPAD */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  span.bigText {
    font-size: 100px !important;
  }
  span.tinyText {
    font-size: 25px !important;
    left: 130px;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: -27vh;
  }
}
@media only screen and (max-width: 767px) {
  #section12-slideshow-wrapper .slide-content h2 {
    font-size: 25px;
  }
  span.bigText {
    font-size: 100px !important;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: -21vh;
  }
  span.tinyText {
    top: 3vh;
    left: 135px;
  }
}

@media only screen and (max-width: 600px) {
  #section12-slideshow-wrapper .slide-content h4 {
    font-size: 28px;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    right: 31vw;
  }
  #section12-slideshow-wrapper .slide-content p {
      font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  #section12-slideshow-wrapper .slide-content > div > div {
    right: 25vw;
  }
  #section12-wrapper.au #section12-slideshow-wrapper .slide-content p {
      font-size: 13px;
  }
}

/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section12-slideshow-wrapper .slide-content h4 {
    left: -1vw;
    font-size: 25px;
    top: -78vh;
  }
  #section12-slideshow-wrapper .slide-content p {
    width: 80vw;
    left: 10vw;
    top: -9vh;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    right: revert;
    left: 24vw !important;
    top: 10vh;
  }
  #section12-slide-1 .background,
  #section12-slide-2 .background,
  #section12-slide-3 .background,
  #section12-slide-4 .background,
  #section12-slide-5 .background,
  #section12-slide-6 .background {
    height: 60vh;
  }
  #section12-slide-1 .background {
    background-position-x: -70vw;
  }
  #section12-slide-2 .background {
    background-position-x: -75vw;
  }
  #section12-slide-3 .background {
    background-position-x: -100vw;
  }
  #section12-slide-4 .background {
    background-position-x: -85vw;
  }
  #section12-slide-5 .background {
    background-position-x: -110vw;
  }
  span.bigText {
    font-size: 80px !important;
  }
  span.tinyText {
    font-size: 25px !important;
    left: 110px;
    top: 2vh;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: -21vh;
    left: 6vw;
  }
  #section12-slideshow-controls {
    bottom: 9vh;
  }
  #section12-wrapper.zh
    #section12-slideshow-wrapper
    .slide-content
    > div
    > div {
    top: 9vh;
  }
}

/* >> Section Twelve - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section12-slideshow-wrapper img.base-image {
    height: 365px;
  }
  #section12-slideshow-wrapper .slide-content h4 {
    font-size: 24px;
    top: -74vh;
  }
  #section12-slide-1 .background,
  #section12-slide-2 .background,
  #section12-slide-3 .background,
  #section12-slide-4 .background,
  #section12-slide-5 .background,
  #section12-slide-6 .background {
    height: 55vh;
  }
  #section12-slideshow-wrapper .slide-content p {
    top: -12vh;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    right: revert;
    left: 23vw !important;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: -26vh;
    left: 8vw;
  }
  span.tinyText {
    font-size: 25px !important;
    left: 105px;
  }
  #section12-slideshow-controls {
    bottom: 12vh;
  }
  #section12-wrapper.zh
    #section12-slideshow-wrapper
    .slide-content
    > div
    > div {
    top: 10vh;
  }
}

/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section12-slideshow-wrapper .slide-content h4 {
    font-size: 23px;
    top: -74vh;
  }
  #section12-slide-1 .background,
  #section12-slide-2 .background,
  #section12-slide-3 .background,
  #section12-slide-4 .background,
  #section12-slide-5 .background,
  #section12-slide-6 .background {
    height: 55vh;
  }
  #section12-slideshow-wrapper .slide-content p {
    top: -12vh;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    right: revert;
    left: 21vw !important;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: -26vh;
  }
  span.tinyText {
    left: 100px;
  }
  #section12-slideshow-controls {
    bottom: 12vh;
  }
  #section12-wrapper.zh #section12-slideshow-wrapper .slide-content h4 {
    top: -76vh;
  }
  #section12-wrapper.zh
    #section12-slideshow-wrapper
    .slide-content
    > div
    > div {
    top: 8vh;
  }
}
/* >> Section Twelve - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section12-slideshow-wrapper img.base-image {
    height: 285px;
  }
  #section12-slide-1 .background,
  #section12-slide-2 .background,
  #section12-slide-3 .background,
  #section12-slide-4 .background,
  #section12-slide-5 .background,
  #section12-slide-6 .background {
    height: 55vh;
  }
  #section12-slideshow-wrapper .slide-content h4 {
    top: -72vh;
    font-size: 21px;
  }
  #section12-slideshow-wrapper .slide-content > div > div {
    right: revert;
    left: 20vw !important;
    top: 14vh;
  }
  #section12-slideshow-wrapper .slide-content p {
    top: -9vh;
    left: 10vw;
    width: 80vw;
  }
  #section12-slideshow-controls {
    bottom: 65px;
  }
  span.bigText {
    font-size: 80px !important;
  }
  span.tinyText {
    font-size: 25px !important;
    left: 115px;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    left: 7vw;
    top: -24vh;
  }
}
/* >> Section Twelve - iPhone X */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #section12-slideshow-wrapper img.base-image {
    height: 410px;
  }
}
/* >> Section Twelve - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section12-slideshow-wrapper img.base-image {
    height: 160px;
  }
  #section12-slide-1 .background,
  #section12-slide-2 .background,
  #section12-slide-3 .background,
  #section12-slide-4 .background,
  #section12-slide-5 .background,
  #section12-slide-6 .background {
    height: 50vh;
  }
  #section12-slideshow-wrapper .slide-content h4,
  #section12-slideshow-wrapper.ap .slide-content h4 {
    top: -68vh;
    font-size: 18px;
  }
  #section12-slideshow-wrapper .slide-content > div > div,
  #section12-slideshow-wrapper.ap .slide-content > div > div {
    left: 15vw;
    top: 15vh;
  }
  #section12-slideshow-wrapper .slide-content p,
  #section12-slideshow-wrapper.ap .slide-content p {
    top: -10vh;
    left: 10vw;
    width: 80vw;
    font-size: 15px;
  }
  #section12-slideshow-controls {
    bottom: 70px;
  }
  #section12-slideshow-wrapper .slide-content h3 {
    top: -26vh;
  }
  span.bigText {
    font-size: 70px !important;
  }
  span.tinyText {
    font-size: 20px !important;
    left: 95px;
  }
}

/*** SECTION THIRTEEN ***/
#section13-wrapper {
  background: white;
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  height: auto;
  /* min-height: 75vh; */
}
#section13-wrapper .printworks-section {
  background: url(/-/media/9f945881752e4e4a8406a7b96c6b66b9.ashx);
  /* height: 33vh; */
  background-size: cover;
}
#section13-wrapper.ap .printworks-section {
  background: url(/-/media/e89ad4b531054808afde941504db59a1.ashx);
  height: auto;
  /* min-height: 33vh; */
  background-size: cover;
}
#section13-wrapper h5 {
  font-size: 18px;
  margin-bottom: 2vh;
  color: white;
}
#section13-wrapper .sustainability-content .text-content,
#sustain-icons {
  margin: 5vh auto;
}
#section13-wrapper .sustainability-content {
  /* height: 42.1vh; */
  background: #343233;
}
#section13-wrapper .sustainability-content .text-content {
  color: white;
  width: 30vw;
  left: 10vw;
  /* top: 40vh; */
  /* position: absolute; */
  position: relative;
  /* top: 5vh; */
}
#section13-wrapper .printworks-section div {
  text-align: center;
}
#section13-wrapper .printworks-section > div > div {
  display: flex;
  justify-content: center;
}
#printWorksBtn {
  position: absolute;
  top: 15vh;
  left: 56.5vw;
  cursor: pointer;
}
#printWorksBtn span {
  background: white;
  width: 300px;
  color: black;
  text-align: center;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  border-radius: 25px;
}
#sustain-icons {
  /* position: absolute; */
  /*bottom: 0vh;*/
  /* top: 50%; */
  /* right: 15vw; */
  width: 35vw;
  /*height: 42vh;*/
  position: relative;
  bottom: 20vh;
  left: 60vw;
}
#printworks-logo {
  margin: 5vh 0;
  width: 450px;
  max-width: 100%;

}
#cc-logo {
  margin-left: 30.5vw;
  margin-top: 3vh;
  width: 225px;
}
/* >> Section 13 - Media Queries */
/* iMAC 4k */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) /*and (min-resolution: 192dpi) */ {
  #cc-logo {
    margin-left: 31vw;
    margin-top: 4vh;
    width: 275px;
  }
  #printWorksBtn span {
    font-size: 22px;
    height: 50px;
    width: 350px;
  }
  #section13-wrapper h5 {
    font-size: 30px;
  }
  #section13-wrapper p {
    font-size: 24px;
  }
  #section13-wrapper .sustainability-content .text-content {
    /* top: 45vh; */
  }
}
/*Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px) {
  #section13-wrapper .sustainability-content .text-content {
    /* top: 45vh; */
  }
}

@media only screen and (max-width: 1400px) {
  #cc-logo {
    margin-left: 24.5vw;
  }
}
@media only screen and (max-width: 1200px) {
  #cc-logo {
    margin-left: 20.5vw;
  }
}

/* IPAD PRO */
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #cc-logo {
    margin-top: 7vh;
  }
  #sustain-icons {
    top: 60%;
  }
  /* #printworks-logo {
    margin-left: 10vw;
    margin-top: 9vh;
    width: 400px;
  } */
}
@media only screen and (max-width: 991px) {
  /* #printworks-logo {
    margin-left: 9vw;
    margin-top: 6vh;

    width: 350px;
  } */
  #cc-logo {
    margin-left: 10vw;
    margin-top: 3vh;
  }
  #printWorksBtn {
    right: 10vw;
  }
  #sustain-icons {
    right: 5vw;
    width: 45vw;
  }
  #section13-wrapper .sustainability-content .text-content {
    width: 40vw;
    left: 5vw;
    top: 40vh;
  }
}
/* IPAD 9th gen */
@media only screen and (max-width: 820px) and (-webkit-device-pixel-ratio: 2) {
  /* #printworks-logo {
    margin-left: 29vw;
    margin-top: 5vh;
  } */
  #cc-logo {
    margin-top: 1vh;
    margin-left: 36.5vw;
  }
  #printWorksBtn {
    left: 32vw;
    top: 26vh;
  }
  #sustain-icons {
    right: 0vw;
    width: 55vw;
    top: 55%;
    height: 25vh;
  }
  #section13-wrapper {
    height: 65vh;
  }
}
/* OLD IPAD */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #cc-logo {
    margin-top: 4vh;
  }
}
@media only screen and (max-width: 767px) {
  /* #printworks-logo {
    margin-top: 4vh;
    width: 40vw;
    margin-left: 30vw;
  } */
  #cc-logo {
    margin-top: 1vh;
    width: 180px;
    /*margin-left: 37vw;*/
    margin-left: var(--ccLogo13);
  }
  #printWorksBtn {
    left: var(--watchNowBtn13);
    top: 26vh;
  }
  #section13-wrapper .sustainability-content .text-content {
    width: 90vw;
    left: 5vw;
    top: 36vh;
  }
  #section13-wrapper {
    /* height: 90vh; */
    height: fit-content;
  }
  #section13-wrapper .sustainability-content {
    /* height: 57.1vh; */
    height: fit-content;
  }
  #section13-wrapper .sustainability-content .text-content p {
    /* position: absolute; */
    z-index: 999;
  }
  #sustain-icons {
    left: 5vw;
    width: 90vw;
    top: revert;
    bottom: 2%;
  }
}
@media only screen and (max-width: 600px) {
  #section13-wrapper {
    /* height: 93vh; */
    height: fit-content;
  }
  #section13-wrapper .sustainability-content {
    /* height: 60.1vh; */
    height: fit-content;
  }
  #sustain-icons {
    bottom: 5%;
  }
  /* #printworks-logo {
    margin-top: 7vh;
  } */
}
@media only screen and (max-width: 575px) {
  #section13-wrapper .sustainability-content .text-content {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  #sustain-icons {
    left: auto;
    right: auto;
    width: 100%;
  }
}

/* iPhone 13 PRO MAX */
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  /* #printworks-logo {
    margin-top: 3vh;
    width: 80vw;
    margin-left: 10vw;
  } */
  #cc-logo {
    margin-top: 2vh;
    width: 40vw;
    margin-left: 29vw;
  }
  #printWorksBtn {
    left: 25vw;
    top: 26vh;
    right: revert;
    width: 50vw;
  }
  #section13-wrapper.zh .sustainability-content .text-content {
    top: 39vh;
  }
  #section13-wrapper.zh {
    /* height: 85vh; */
  }
}
/* iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #printWorksBtn {
    top: 25vh;
  }
  #section13-wrapper {
    /* height: 98vh; */
  }
  #section13-wrapper .sustainability-content {
    /* height: 65.1vh; */
  }
  #cc-logo {
    margin-top: 1vh;
    width: 35vw;
    margin-left: 32vw;
  }
  /* #printworks-logo {
    margin-top: 3vh;
    width: 70vw;
    margin-left: 15vw;
  } */
  #section13-wrapper.zh {
    /* height: 93vh; */
  }
}
/* iPhone 13 */
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #section13-wrapper {
    /* height: 98vh; */
  }
  #section13-wrapper .sustainability-content {
    /* height: 65.1vh; */
  }
  #printWorksBtn {
    left: 26vw;
  }
  #cc-logo {
    margin-top: 1vh;
    width: 40vw;
    margin-left: 30vw;
  }
  #section13-wrapper.zh {
    /* height: 93vh; */
  }
}
/* iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section13-wrapper {
    /* height: 100vh; */
  }
  #section13-wrapper .sustainability-content {
    /* height: 67.1vh; */
  }
  #sustain-icons {
    bottom: -2vh;
    left: 7vw;
    width: 85vw;
    height: 35vh;
  }
  #cc-logo {
    width: 35vw;
    margin-left: 33vw;
  }
  #printWorksBtn {
    left: 25vw;
    top: 25vh;
    width: 50vw;
  }
  /* #printworks-logo {
    margin-top: 3vh;
    width: 70vw;
    margin-left: 15vw;
  } */
  #section13-wrapper.zh {
    /* height: 95vh; */
  }
  #section13-wrapper.zh .sustainability-content .text-content {
    top: 39vh;
  }
}
/* iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #section13-wrapper {
    /* height: 105vh; */
  }
  #section13-wrapper .sustainability-content {
    /* height: 72.1vh; */
  }
  #sustain-icons {
    bottom: -2vh;
    left: 7vw;
    width: 85vw;
    height: 35vh;
  }
  #cc-logo {
    width: 35vw;
    margin-left: 33vw;
  }
  #printWorksBtn {
    left: 10vw;
    top: 25vh;
  }
  /* #printworks-logo {
    margin-top: 3vh;
    width: 70vw;
    margin-left: 15vw;
  } */
  #section13-wrapper .sustainability-content .text-content p {
    font-size: 14px;
  }
  #section13-wrapper.zh .sustainability-content .text-content {
    top: 40vh;
  }
  #section13-wrapper.zh {
    /* height: 100vh; */
  }
}