@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.text-orange {
  color: #FF5000 !important;
}

body {
  background: #eee;
  overflow-x: hidden;
  font-family: "Roboto", "Noto Sans TC", serif;
  position: relative;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
body.beforeLoading {
  opacity: 0;
}

.dropdown-menu {
  border-radius: 0px;
  border-color: #777777;
}

.parallax-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%; /* 確保背景覆蓋整個視窗高度 */
  background-image: url("../images/bg-l.png");
  background-size: cover;
  background-repeat: repeat-y; /* 背景垂直方向重複 */
  z-index: -1; /* 保證背景在內容下方 */
}

.parallax-background2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%; /* 確保背景覆蓋整個視窗高度 */
  background-image: url("../images/bg-m.png");
  background-size: cover;
  background-repeat: repeat-y; /* 背景垂直方向重複 */
  z-index: -2; /* 保證背景在內容下方 */
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.homeBox {
  background-image: url("../images/logo.png");
  background-size: 300px 360px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.homeBox-wrapper {
  position: relative;
  height: 700px;
  width: 100%;
  margin-top: 50px;
}

.titleToggle {
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1E1E1E;
  z-index: 10;
  display: block;
  height: 30px;
  width: 150px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.titleToggle:hover {
  color: #fff;
}
.titleToggle.active {
  z-index: 11;
}

#serve {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -95px;
  margin-left: 95px;
}
#serve.active {
  -webkit-transform: translate(115px, -110px);
          transform: translate(115px, -110px);
}

#build {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -75px;
}
#build.active {
  -webkit-transform: translate(0px, -330px);
          transform: translate(0px, -330px);
}

#manage {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 65px;
  margin-left: -245px;
}
#manage.active {
  -webkit-transform: translate(-70px, 115px);
          transform: translate(-70px, 115px);
}

.motionSVG {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

#orange1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -120px;
  z-index: 6;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#orange1.active {
  -webkit-transform: translate(0, -300px) !important;
          transform: translate(0, -300px) !important;
}

#orange2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -60px;
  z-index: 5;
}
#orange2.active {
  -webkit-transform: translate(150px, -360px) !important;
          transform: translate(150px, -360px) !important;
}

#green1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -150px;
  z-index: 4;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#green1.active {
  -webkit-transform: translate(270px, -150px) !important;
          transform: translate(270px, -150px) !important;
}

#green2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0px;
  margin-top: -180px;
  z-index: 3;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#green2.active {
  -webkit-transform: translate(220px, -30px) !important;
          transform: translate(220px, -30px) !important;
}

#blue1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -90px;
  z-index: 4;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#blue1.active {
  -webkit-transform: translate(-170px, 170px) !important;
          transform: translate(-170px, 170px) !important;
}

#blue2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -120px;
  z-index: 3;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#blue2.active {
  -webkit-transform: translate(-220px, 290px) !important;
          transform: translate(-220px, 290px) !important;
}

.motionText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #707070;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}
.motionText.active {
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}

#orangeText {
  margin-left: -150px;
  margin-top: -60px;
  -webkit-transform: translate(150px, -360px);
          transform: translate(150px, -360px);
  padding-left: 150px;
}

#greenText {
  margin-left: 0px;
  margin-top: -180px;
  -webkit-transform: translate(220px, -30px);
          transform: translate(220px, -30px);
}

#blueText {
  margin-left: -100px;
  margin-top: -120px;
  -webkit-transform: translate(-220px, 290px);
          transform: translate(-220px, 290px);
}

.bigTitleText {
  font-style: italic;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1875;
  text-transform: capitalize;
  color: #707070;
  top: 45px;
  left: 88px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
  z-index: 5;
  display: inline-block;
}
.bigTitleText.active {
  font-size: 52px;
}

.header {
  padding: 28px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  padding: 14px 0;
}
.header.fixed .logo {
  width: 180px;
}
.header .logo {
  width: 282px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .logo img {
  width: 100%;
}

.mainNav .mainNavUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
.mainNav .mainNavUl > li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.mainNav .mainNavUl > li a {
  padding: 10px 15px;
  font-style: italic;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #1E1E1E;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainNav .mainNavUl > li:after {
  content: "";
  opacity: 0;
  width: 13px;
  height: 24px;
  background-image: url("../images/menuDot.svg");
  background-size: 13px 24px;
  position: absolute;
  top: -2px;
  left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainNav .mainNavUl > li:hover a {
  color: #FF5000;
}
.mainNav .mainNavUl > li:hover:after {
  opacity: 1;
}

.intro {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-row-green {
  margin-bottom: 80px;
}
.intro-row-blue {
  margin-bottom: 200px;
}
.intro-title {
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #707070;
  margin-bottom: 5px;
  padding-left: 50px;
}
.intro-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-title-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  max-width: 250px;
  padding-left: 50px;
}
.intro-title-logo h4 {
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #707070;
}
.intro-title-logo img {
  width: 220px;
}
.intro-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.intro-title-text ul {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.intro-title-text ul li {
  background-image: url("../images/check.png");
  background-size: 23px 15px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 5px;
}
.intro-text {
  padding: 20px 50px;
  position: relative;
  height: auto;
}
.intro-text:after {
  content: "";
  display: block;
  width: 2000%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.intro-text.intro-text-green:after {
  background: rgba(80, 204, 26, 0.3);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.intro-text.intro-text-green .intro-link {
  right: 110px;
  bottom: -48px;
}
.intro-text.intro-text-blue:after {
  right: initial;
  left: 0px;
  background: rgba(0, 166, 221, 0.3);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.intro-text.intro-text-blue .intro-link {
  right: 110px;
  bottom: -48px;
}
.intro-text h3 {
  position: relative;
  z-index: 2;
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #707070;
}
.intro-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  position: relative;
  z-index: 2;
}
.intro-text .intro-link {
  position: absolute;
  z-index: 2;
  width: 156px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-text .intro-link a {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  text-decoration: none;
  font-style: italic;
}

#interactive-svg {
  margin-bottom: 36px;
}

.media {
  margin-bottom: 200px;
}
.media-title {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #707070;
  margin-bottom: 40px;
}
.media-card img {
  width: 100%;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom-right-radius: 0px;
}
.media-card:hover img {
  height: 218px;
  margin-bottom: 20px;
  border-bottom-right-radius: 40px;
}
.media-card-1 {
  background: #00A6DD;
}
.media-card-2 {
  background: #50CC1A;
}
.media-card-3 {
  background: #FF5000;
}
.media-card-text {
  padding: 20px;
}
.media-card-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.media-card-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.spirit {
  background-image: url("../images/bg-section.jpg"); /* 替換為您的背景圖 */
  background-size: cover; /* 確保背景適應螢幕大小 */
  background-repeat: no-repeat; /* 禁止背景重複 */
  background-attachment: fixed; /* 背景固定 */
  background-position: center; /* 背景居中對齊 */
  padding: 110px 0 140px 0;
  margin-bottom: 160px;
  -webkit-transition: padding 1s;
  transition: padding 1s;
}
.spirit.active {
  padding: 50px 0 50px 0;
}
.spirit.active .spirit-orange {
  margin-bottom: 30px;
}
.spirit.active .spirit-green {
  margin-top: 10px;
}
.spirit .row .sprint-box {
  position: relative;
}
.spirit-deco {
  position: absolute;
  top: 125px;
  left: 0px;
  width: 220px;
  height: 398px;
  z-index: 4;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.spirit-deco img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 398px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.spirit-deco .origin {
  opacity: 1;
  z-index: 1;
}
.spirit-deco .change {
  opacity: 0;
  z-index: 2;
}
.spirit-deco.active .origin {
  opacity: 0;
}
.spirit-deco.active .change {
  opacity: 1;
}
.spirit-orange {
  margin-bottom: 65px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.spirit-orange .spirit-text:after {
  background: #FF5000;
  opacity: 0.5;
  right: 0px;
}
.spirit-green {
  margin-top: 65px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.spirit-green .spirit-text {
  padding-left: 40px;
}
.spirit-green .spirit-text:after {
  background: #50CC1A;
  opacity: 0.5;
  left: 0px;
}
.spirit-green .spirit-title {
  margin-left: 40px;
}
.spirit-title {
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.spirit-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  height: 160px;
  position: relative;
  z-index: 2;
  padding: 20px 50px 20px 0px;
}
.spirit-text p {
  position: relative;
  z-index: 2;
}
.spirit-text:after {
  content: "";
  height: 160px;
  width: 2000px;
  top: 0px;
  position: absolute;
  z-index: 1;
}

.sponsor {
  margin-bottom: 96px;
}
.sponsor-title {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #707070;
  margin-bottom: 50px;
}
.sponsor-items {
  padding: 26px 45px;
  background: #707070;
}
.sponsor-items .sponsor-item img {
  max-width: 100%;
}
.sponsor-items .sponsor-item.aws {
  -webkit-box-flex: 220px;
      -ms-flex: 220px;
          flex: 220px;
  max-width: 220px;
}
.sponsor-items .sponsor-item.google {
  -webkit-box-flex: 310px;
      -ms-flex: 310px;
          flex: 310px;
  max-width: 310px;
}
.sponsor-items .sponsor-item.nvidia {
  -webkit-box-flex: 220px;
      -ms-flex: 220px;
          flex: 220px;
  max-width: 220px;
}

.footer {
  padding: 0 30px 15px 30px;
  font-size: 14px;
}
.footer .container {
  padding-top: 21px;
  border-top: 1px solid #1E1E1E;
}
.footer a {
  color: #1E1E1E;
  text-decoration: none;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-links ul li {
  list-style: none;
  margin-right: 10px;
}
.footer-links ul li a:hover {
  color: #FF5000;
}
.footer-links ul li a:after {
  content: "|";
  margin-left: 10px;
}
.footer-links ul li:last-child a:after {
  display: none;
}

#people {
  width: 100%;
  overflow-y: hidden;
  max-height: 0px; /* 初始高度為 0 */
  padding: 0; /* 初始無內邊距 */
  -webkit-transition: max-height 1s;
  transition: max-height 1s; /* 過渡動畫 */
}
#people.active {
  max-height: 275px;
}

.btn-oblique {
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 13px 20px;
  position: relative;
  outline: none;
}
.btn-oblique:hover {
  color: #ffffff;
}
.btn-oblique:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}
.btn-oblique.btn-blue:before {
  background: rgba(0, 166, 221, 0.6);
}
.btn-oblique.btn-blue:hover:before {
  background: rgb(0, 166, 221);
}
.btn-oblique.btn-orange:before {
  background: rgba(255, 80, 0, 0.6);
}
.btn-oblique.btn-orange:hover:before {
  background: rgb(255, 80, 0);
}
.btn-oblique.btn-gray:before {
  background: rgba(0, 0, 0, 0.25);
}
.btn-oblique.btn-gray:hover:before {
  background: rgb(0, 0, 0);
}
.btn-oblique.btn-small-text {
  font-size: 14px;
  line-height: 14px;
}

.login {
  padding: 100px 0 70px 0;
}
.login-row {
  position: relative;
  min-height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.login-row > div {
  height: 100%;
}
.login-title {
  font-style: italic;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  color: #707070;
  margin-bottom: 10px;
}
.login-img {
  width: 220px;
  margin: 0 auto 20px auto;
}
.login-img img {
  max-width: 100%;
}
.login-buttons a {
  margin: 0 10px;
}
.login-row-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FF5000;
  margin-top: auto;
}
.login-row-link a {
  text-decoration: underline;
  color: #FF5000;
}
.login-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  padding: 20px 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 500px;
}
.login-form form {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.login-formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto 15px auto;
}
.login-formItem label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.login-formItem input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-bottom: 1px solid #222;
  background: none;
}
.login section {
  margin-bottom: 40px;
}
.login section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #FF5000;
  margin-bottom: 15px;
}
.login section p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}

.page-content {
  margin-top: 50px;
}
.page-content section {
  margin-bottom: 40px;
}
.page-content section.withBorder {
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.page-content section h2 {
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #707070;
  margin-bottom: 16px;
}
.page-content section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #FF5000;
  margin-bottom: 10px;
}
.page-content section p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.page-content section ul, .page-content section ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 20px;
}
.page-content section ul li, .page-content section ol li {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.page-content section a {
  text-decoration: underline;
  color: #707070;
}

.page-top {
  margin-bottom: 60px;
}
.page-top h1 {
  font-style: italic;
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  text-align: center;
  color: #707070;
  margin-bottom: 10px;
}
.page-top p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #707070;
}

@media (max-width: 1199.98px) {
  .header {
    padding: 15px 10px;
    margin-top: 0px;
  }
  .header .logo {
    width: 215px;
  }
  .header.fixed {
    padding: 6px 10px;
  }
  .header.fixed .logo {
    width: 210px;
  }
  .mainNav .mainNavUl > li {
    padding-left: 0px;
  }
  .mainNav .mainNavUl > li a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .bigTitleText {
    font-size: 52px;
    top: 15px;
    left: 15px;
  }
  .bigTitleText.active {
    font-size: 56px;
  }
  .intro-text {
    height: auto;
  }
  .intro-text:after {
    height: 100%;
  }
  .spirit-text {
    height: auto;
  }
  .spirit-text p {
    margin-bottom: 0px;
  }
  .spirit-text:after {
    height: 100%;
  }
  .spirit-deco {
    top: 28%;
  }
  .sponsor {
    margin-bottom: 96px;
  }
  .sponsor-items {
    padding: 13px 25px;
    background: #707070;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sponsor-items .sponsor-item img {
    max-width: 100%;
  }
  .sponsor-items .sponsor-item.aws {
    -webkit-box-flex: 24%;
        -ms-flex: 24%;
            flex: 24%;
    max-width: 24%;
  }
  .sponsor-items .sponsor-item.google {
    -webkit-box-flex: 28%;
        -ms-flex: 28%;
            flex: 28%;
    max-width: 28%;
  }
  .sponsor-items .sponsor-item.nvidia {
    -webkit-box-flex: 24%;
        -ms-flex: 24%;
            flex: 24%;
    max-width: 24%;
  }
}
@media (max-width: 991.98px) {
  .header {
    padding: 15px 10px;
    margin-top: 0px;
  }
  .header .logo {
    width: 155px;
  }
  .header.fixed {
    padding: 6px 10px;
  }
  .header.fixed .logo {
    width: 140px;
  }
  .mainNav .mainNavUl > li {
    padding-left: 0px;
  }
  .mainNav .mainNavUl > li a {
    font-size: 15px;
    padding: 10px 10px;
  }
  .bigTitleText {
    font-size: 38px;
    top: 15px;
    left: 15px;
  }
  .bigTitleText.active {
    font-size: 42px;
  }
  #interactive-svg {
    width: 80%;
    text-align: center;
  }
  .media-card img {
    height: 180px;
  }
  .media-card-text p {
    font-size: 14px;
    line-height: 1.34;
  }
  .spirit-deco {
    width: 150px;
    height: 310px;
    top: 28%;
  }
  .spirit-deco img {
    width: 150px;
    height: 310px;
  }
  .spirit {
    margin-bottom: 80px;
  }
  .footer {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden;
  }
  .motionText {
    width: 100%;
    height: auto;
    top: initial;
    bottom: 10px;
    left: 0px;
  }
  #orangeText, #greenText, #blueText {
    margin-left: 0px;
    margin-top: 0px;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    padding-left: 0px;
  }
  #build.active, #manage.active, #serve.active {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #orange2, #blue2, #green2 {
    opacity: 0;
    margin-top: 0px;
    margin-left: 0px;
    top: initial;
    bottom: -20px;
    left: 0px;
  }
  #orange2.active, #blue2.active, #green2.active {
    opacity: 1;
    margin-top: 0px;
    margin-left: 0px;
    top: initial;
    bottom: -20px;
    left: 0px;
    -webkit-transform: translate(-30px, 0px) !important;
            transform: translate(-30px, 0px) !important;
  }
  .homeBox {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .homeBox-wrapper {
    height: 650px;
  }
  .bigTitleText {
    font-size: 34px;
    top: 15px;
    left: 15px;
  }
  .bigTitleText.active {
    font-size: 38px;
  }
  .mainNav {
    position: fixed;
    height: 100svh;
    width: 100vw;
    top: 0px;
    left: -100vw;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
    background: rgba(255, 255, 255, 0.95);
  }
  .mainNav.active {
    left: 0px;
  }
  .mainNav .mainNavUl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100svh;
    padding: 100px 0;
  }
  .mainNav .mainNavUl > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainNav .mainNavUl > li a {
    font-size: 24px;
    display: block;
    text-align: center;
  }
  .mobileClose i, .mobileToggle i {
    font-size: 24px;
  }
  .mobileClose {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
  }
  .header {
    padding: 15px 10px;
    margin-top: 0px;
  }
  .header .logo {
    width: 150px;
  }
  .header.fixed {
    padding: 6px 10px;
  }
  .header.fixed .logo {
    width: 150px;
  }
  #interactive-svg {
    width: 100%;
  }
  .media-card {
    margin-bottom: 30px;
  }
  .spirit-deco {
    width: 110px;
    height: 200px;
    top: 38%;
  }
  .spirit-deco img {
    width: 110px;
    height: 200px;
  }
  .footer {
    font-size: 12px;
    padding: 0 10px 20px 10px;
    text-align: center;
  }
  .footer-links ul li {
    margin-right: 5px;
  }
  .footer-links ul li a:after {
    margin-left: 5px;
  }
  .sponsor-title, .media-title, .intro-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .sponsor {
    margin-bottom: 96px;
  }
  .sponsor-items {
    padding: 13px 25px;
    background: #707070;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sponsor-items .sponsor-item {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .sponsor-items .sponsor-item img {
    max-width: 100%;
  }
  .sponsor-items .sponsor-item.aws {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
  }
  .sponsor-items .sponsor-item.google {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
  }
  .sponsor-items .sponsor-item.nvidia {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
  }
  .intro-title-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .intro-title-box .intro-title-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .intro-title-box .intro-title-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}