/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

.ko * {
  font-family: "Noto Sans KR", sans-serif;
}

.ja * {
  font-family: "Noto Sans JP", sans-serif;
}

body > section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

a {
  text-decoration: none;
}

button, button:focus {
  border: none;
  background: none;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

.full-screen {
  width: 100%;
  padding: 5% 8%;
  max-width: 1440px;
  position: relative;
}
.full-screen .title {
  font-size: 63px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 432px) {
  .full-screen .title {
    font-size: 50px !important;
  }
}

*:not(.ja):not(.ko) > .full-screen > .title {
  font-family: "Platform Web";
}

@media screen and (max-width: 720px) {
  .full-screen .title {
    text-align: center;
  }
}
@font-face {
  font-family: "Platform Web";
  src: url(/rebranding-static/Platform-Medium-Web.woff2) format("woff2"), url(/rebranding-static/Platform-Medium-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.Platform-Medium-Web {
  font-family: "Platform Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Platform Web";
  src: url(/rebranding-static/Platform-Light-Web.woff2) format("woff2"), url(/rebranding-static/Platform-Light-Web.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.Platform-Light-Web {
  font-family: "Platform Web";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@media only screen and (max-width: 850px) {
  .full-screen {
    width: 100vw;
    min-height: 100vh;
    padding: 10% 3%;
  }
}
.banner-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 991px) {
  .banner-container {
    padding: 13px 16px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .banner-container .banner-title {
    display: none;
  }
}
.banner-container .banner-link {
  text-decoration: none;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 17px;
}
@media (max-width: 991px) {
  .banner-container .banner-link {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.banner-bg {
  display: none;
  color: #FFFFFF;
  background-image: url("/rebranding-static/as-banner-bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 64px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .banner-bg .banner-link img {
    width: 11px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .banner-bg {
    background-image: url("/rebranding-static/as-banner-m-bg.svg");
    height: 48px;
  }
}

.banner-color {
  display: block;
  background-color: #FCC35D;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 700;
}
.banner-color .banner-container {
  -ms-flex-pack: center;
      justify-content: center;
  padding: 11px 16px 10px 16px;
}
@media (max-width: 768px) {
  .banner-color .banner-container {
    padding: 12.5px 16px;
  }
}
.banner-color .banner-link {
  color: #1A1A1A;
  gap: 16.6px;
  line-height: 19px;
}
@media (max-width: 768px) {
  .banner-color .banner-link {
    font-size: 14px;
  }
}

.banner:not(.en):not(.en-US):not(.es):not(.es-US) .banner-bg {
  display: block;
}
.banner:not(.en):not(.en-US):not(.es):not(.es-US) .banner-color {
  display: none;
}

#top-section {
  background-image: url("/rebranding-static/top_bg_1024.jpg");
  background-image: -webkit-image-set(url("/rebranding-static/top_bg_640.jpg") 1x, url("/rebranding-static/top_bg_1024.jpg") 2x, url("/rebranding-static/top_bg_1600.jpg") 3x);
  background-image: image-set(url("/rebranding-static/top_bg_640.jpg") 1x, url("/rebranding-static/top_bg_1024.jpg") 2x, url("/rebranding-static/top_bg_1600.jpg") 3x);
  background-size: cover;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
#top-section:not(.ja):not(.ko) .slogan-section .slogan {
  font-family: "Platform Web";
}
#top-section:not([class^=zh]) .nav .link .join-us, #top-section:not([class^=zh]) .menu-link .join-us {
  display: none;
}
#top-section:not(.en):not(.en-US):not(.es):not(.es-US) .alfred-cam-link {
  display: none;
}
#top-section .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#top-section .nav {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 0 8%;
  margin: 36px 0;
}
@media (max-width: 768px) {
  #top-section .nav {
    height: 64px;
    margin: 0;
    background-color: #ffffff;
    padding: 16px;
  }
}
#top-section .nav .menu-link {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
  box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 1000;
}
#top-section .nav .menu-link .menu-link-container {
  margin: 16px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#top-section .nav .menu-link a {
  font-size: 16px;
  font-weight: 600;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 0;
  line-height: 24px;
}
#top-section .nav .menu-link a .badge {
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}
#top-section .nav .show {
  max-height: 250px;
}
#top-section .nav .menu-icon {
  display: none;
  margin-left: auto;
  width: 32px;
  height: 32px;
  padding: 7px 5px;
}
#top-section .nav .menu-icon.close {
  padding: 6px;
}
@media (max-width: 768px) {
  #top-section .nav .menu-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
#top-section .nav .link {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media (max-width: 768px) {
  #top-section .nav .link {
    display: none;
  }
}
#top-section .nav .link a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: right;
  color: #202226;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
#top-section .nav .badge {
  font-size: 12px;
  text-align: center;
  min-width: 52px;
  height: 20px;
  line-height: 20px;
  border-radius: 16px;
  background-color: #E9683F;
  color: #ffffff;
  margin-left: 4px;
}
#top-section .play-icon {
  margin-right: 9px;
}
#top-section .main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 35px 5% 0 8%;
  position: relative;
}
#top-section .main .overlay.show {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
#top-section .slogan-section {
  z-index: 2;
}
#top-section .slogan-section .slogan {
  font-size: 64px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0.6px;
  color: #202226;
}
#top-section .slogan-section .sub-slogan {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #202226;
  margin: 24px 0 35px 0;
}
#top-section .slogan-section .note {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #757575;
  margin-top: 20px;
}
#top-section .app-store {
  margin-bottom: 18px;
}
#top-section .app-store__item {
  display: inline-block;
}
#top-section .app-store__item > img {
  max-width: 159px;
  max-height: 47px;
}
#top-section .app-store__item:nth-child(2) {
  margin-left: 20px;
}
#top-section .phone {
  text-align: center;
  -ms-flex: 1 0 578px;
      flex: 1 0 578px;
}
#top-section .phone-img {
  max-width: 100%;
  aspect-ratio: 578/612;
  vertical-align: middle;
}
@media (max-width: 768px) and (max-height: 915px) {
  #top-section .phone-img {
    width: 287px;
    height: 280px;
  }
}
@media (max-width: 768px) and (max-height: 740px) {
  #top-section .phone-img {
    width: 258px;
    height: 252px;
  }
}
@media screen and (max-width: 900px) {
  #top-section .main {
    display: block;
    height: initial;
    padding: 0 4.3%;
    margin-top: 0;
  }
  #top-section .slogan-section {
    text-align: center;
    width: 100%;
  }
  #top-section .slogan-section .note {
    text-align: center;
  }
  #top-section .phones {
    width: 100%;
    max-width: 100%;
    height: 500px;
    margin-top: 30px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 432px) {
  #top-section .play-icon {
    margin-bottom: 0;
  }
  #top-section .nav .to-camera-btn,
  #top-section .nav .to-webviewer-btn {
    margin-left: 10px;
    font-size: 12px;
  }
  #top-section .app-store__item:nth-child(2) {
    margin-left: 5px !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 415px) and (min-width: 320px) {
  #top-section .slogan-section .slogan {
    font-size: 42px;
    line-height: 54px;
  }
  #top-section .slogan-section .sub-slogan {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  #top-section .app-store__item > img {
    max-width: 138px;
    max-height: 41px;
  }
  #top-section .app-store__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 320px) {
  #top-section .slogan-section {
    margin-top: 45px;
  }
  #top-section .slogan-section .slogan {
    font-size: 36px;
    line-height: 40px;
  }
  #top-section .slogan-section .sub-slogan {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  #top-section .app-store__item > img {
    max-width: 129px;
    min-height: 38px;
  }
  #top-section .app-store__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 900px) {
  #top-section .phones .viewer {
    width: 255px;
    height: 510px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-section .phones .camera {
    width: 390px;
    height: 407px;
    bottom: -40px;
    position: absolute;
    left: calc(10vw - 15px);
  }
}
@media screen and (max-width: 900px) and (min-width: 415px) {
  #top-section .full-screen,
  #top-section .slogan-section {
    min-height: initial;
    height: initial;
  }
  #top-section .phones {
    height: 550px;
    max-width: 454px;
    margin: auto;
    margin-top: 30px;
  }
  #top-section .phones .viewer {
    width: 200px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-section .phones .camera {
    width: 312px;
    height: 325px;
    bottom: -40px;
    position: absolute;
    right: 0;
    left: initial;
  }
}
@media screen and (max-width: 498px) and (min-width: 415px) {
  #top-section .nav .link {
    margin-left: 0;
    width: 100%;
  }
  #top-section .nav .to-webviewer-btn, #top-section .nav .to-camera-btn {
    margin-left: 0;
    text-align: left;
    margin-top: 10px;
  }
  #top-section .nav .to-camera-btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 365px) {
  #top-section .nav .link {
    margin-left: 0;
    width: 100%;
  }
  #top-section .nav .to-webviewer-btn, #top-section .nav .to-camera-btn {
    margin-left: 0;
    text-align: left;
    margin-top: 10px;
  }
  #top-section .nav .to-camera-btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 415px) and (min-width: 320px) and (min-height: 748px) {
  #top-section .full-screen,
  #top-section .slogan-section {
    min-height: initial;
    height: initial;
  }
  #top-section .phones {
    height: 440px;
    margin-top: 20px;
  }
  #top-section .phones .viewer {
    width: 160px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-section .phones .camera {
    width: 250px;
    height: 261px;
    bottom: -10px;
    position: absolute;
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 415px) and (min-width: 320px) and (max-height: 748px) {
  #top-section .full-screen,
  #top-section .slogan-section {
    min-height: initial;
    height: initial;
  }
  #top-section .phones {
    height: 340px;
    min-height: 300px;
    margin: 10px 6% 0 6%;
    width: 88%;
  }
  #top-section .phones .viewer {
    width: 128px;
    height: 256px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-section .phones .camera {
    width: 200px;
    height: 208px;
    bottom: 0;
    position: absolute;
    left: initial;
    right: 0;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #top-section .full-screen,
  #top-section .slogan-section {
    min-height: initial;
    height: initial;
  }
  #top-section .phones {
    height: 440px;
    margin-top: 20px;
  }
  #top-section .phones .viewer {
    width: 160px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-section .phones .camera {
    width: 250px;
    height: 261px;
    bottom: -10px;
    position: absolute;
    left: initial;
    right: 0;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #top-section .full-screen,
  #top-section .slogan-section {
    min-height: initial;
    height: initial;
  }
  #top-section .phones {
    height: 440px;
    margin-top: 20px;
  }
  #top-section .phones .viewer {
    width: 160px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-section .phones .camera {
    width: 250px;
    height: 261px;
    bottom: -10px;
    position: absolute;
    left: initial;
    right: 0;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #top-section .full-screen,
  #top-section .slogan-section {
    min-height: initial;
    height: initial;
  }
  #top-section .phones {
    height: 440px;
    margin-top: 20px;
  }
  #top-section .phones .viewer {
    width: 160px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-section .phones .camera {
    width: 250px;
    height: 261px;
    bottom: -10px;
    position: absolute;
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 320px) {
  #top-section .full-screen,
  #top-section .slogan-section {
    min-height: initial;
    height: initial;
  }
  #top-section .phones {
    height: 340px;
    margin-top: 10px;
    margin: 10px 3% 0 3%;
    width: 94%;
  }
  #top-section .phones .viewer {
    width: 128px;
    height: 256px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-section .phones .camera {
    width: 200px;
    height: 208px;
    bottom: -10px;
    position: absolute;
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 560px) {
  #top-section[class^=zh] .slogan-section .slogan {
    white-space: pre-line;
  }
}

#how-it-work-section {
  background: #1a1b1b;
  background-image: url("/rebranding-static/how-it-work-bg.jpg");
  background-image: -webkit-image-set(url("/rebranding-static/how-it-work-bg_640.jpg") 1x, url("/rebranding-static/how-it-work-bg_1024.jpg") 2x, url("/rebranding-static/how-it-work-bg_1600.jpg") 3x);
  background-image: image-set(url("/rebranding-static/how-it-work-bg_640.jpg") 1x, url("/rebranding-static/how-it-work-bg_1024.jpg") 2x, url("/rebranding-static/how-it-work-bg_1600.jpg") 3x);
  background-size: cover;
}
#how-it-work-section .full-screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 600px;
}
#how-it-work-section .show-case-list {
  display: -ms-flexbox;
  display: flex;
}
#how-it-work-section .show-case-list .show-case-item {
  max-width: 400px;
  -ms-flex: 1;
      flex: 1;
}
#how-it-work-section .show-case-list .show-case-item__img {
  margin-bottom: 30px;
  height: 140px;
}
#how-it-work-section .show-case-list .show-case-item__title {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.1px;
  color: #ffffff;
  margin-bottom: 20px;
}
#how-it-work-section .show-case-list .show-case-item__description {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
}
#how-it-work-section .show-case-list .show-case-item__description > p {
  white-space: pre-wrap;
}
@media only screen and (max-width: 850px) {
  #how-it-work-section .show-case-list {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  #how-it-work-section .show-case-list .show-case-item {
    margin: 20px 0px;
    -ms-flex-align: center;
        align-items: center;
  }
  #how-it-work-section .show-case-list .show-case-item .show-case-item__img, #how-it-work-section .show-case-list .show-case-item .show-case-item__title, #how-it-work-section .show-case-list .show-case-item .show-case-item__description {
    text-align: center;
    margin: 20px 0;
  }
}

:root {
  --image-size: 504px;
  --image-offset: 0;
}

#use-case-section {
  bottom: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 660px;
  box-sizing: content-box;
  overflow: hidden;
}
#use-case-section::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
#use-case-section .full-screen {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  height: 100%;
  padding: 0;
  padding-bottom: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#use-case-section .use-case-container {
  height: 100%;
  position: relative;
  padding: 10% 7.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  top: 0;
  left: 0;
}
#use-case-section .use-case__dot-list {
  width: 20px;
  position: absolute;
  top: 14%;
  left: 2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
#use-case-section .use-case__dot {
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background: gray;
  margin: 5px;
}
#use-case-section .use-case__dot_selected {
  width: 10px;
  height: 10px;
}
#use-case-section .use-case__title-internal-list {
  width: 200%;
  position: absolute;
  top: 0;
  left: 0;
}
#use-case-section .use-case__image-container {
  width: var(--image-size);
  height: var(--image-size);
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
#use-case-section .use-case__image-container .use-case__image {
  width: var(--image-size);
  height: var(--image-size);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
#use-case-section .use-case__image-container .use-case__image_selected {
  opacity: 1;
}
#use-case-section .title {
  line-height: 1.56;
  margin-bottom: 5px;
  text-align: left;
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #1a1a1a;
}
#use-case-section .use-case-list {
  z-index: 2;
  -ms-flex: 1;
      flex: 1;
  height: var(--image-size);
  min-height: 370px;
  max-height: 55vh;
  position: relative;
}
#use-case-section .use-case {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#use-case-section .use-case__title {
  color: #757575;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 5px 0;
  cursor: pointer;
}
#use-case-section .use-case__title:focus {
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
  outline-width: 0;
  outline: none;
}
#use-case-section .use-case__title_selected {
  letter-spacing: 0.58px;
  line-height: 54px;
  color: #FCC35D;
  font-size: 40px;
  font-weight: 800;
}
#use-case-section .use-case__title-mark {
  position: absolute;
  left: -20px;
  top: 35px;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #FCC35D;
}
#use-case-section .use-case__description {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1.1px;
  color: #1a1a1a;
  margin-bottom: 10px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Standard */
}
#use-case-section .use-case__description_highlight {
  background-color: #fddb9e;
}
#use-case-section .use-case__content {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#use-case-section .use-case__content_selected {
  opacity: 1;
}
#use-case-section .use-case__user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#use-case-section .use-case__user-avatar {
  margin-right: 10px;
}
#use-case-section .use-case__user-info {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #202226;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Standard */
}
#use-case-section .use-case__title-list {
  position: relative;
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
  :root {
    --image-size: 40vw;
  }
}
@media only screen and (max-width: 900px) {
  :root {
    --image-size: 360px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 415px) and (min-height: 660px) {
  :root {
    --image-size: 72vw;
  }
}
@media only screen and (max-width: 415px) {
  :root {
    --image-size: 360px;
    --image-offset: calc(20vw);
  }
}
@media only screen and (max-width: 415px) and (min-width: 320px) and (min-height: 748px) {
  :root {
    --image-size: 480px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  :root {
    --image-size: 480px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  :root {
    --image-size: 480px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  :root {
    --image-size: 480px;
  }
}
@media only screen and (max-width: 900px) {
  #use-case-section .use-case__dot-list {
    display: none;
  }
}
@media only screen and (max-width: 900px) and (min-width: 600px) {
  #use-case-section .title {
    margin-bottom: 20px;
  }
  #use-case-section .use-case-container {
    -ms-flex-align: initial;
        align-items: initial;
    padding-top: 5%;
    padding-left: 60px;
  }
  #use-case-section .use-case {
    top: 270px;
    bottom: initial;
  }
  #use-case-section .use-case__image-container {
    position: absolute;
    bottom: 0;
    right: 0%;
  }
  #use-case-section .use-case__image-container .use-case__image {
    top: initial;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #use-case-section .use-case__description {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    opacity: 1;
    width: 60%;
  }
  #use-case-section .use-case__dot-list {
    display: none;
  }
  #use-case-section .use-case__title_selected {
    font-size: 48px;
    width: 200%;
  }
  #use-case-section .use-case__content {
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  #use-case-section {
    padding-right: 0;
    overflow: hidden;
  }
  #use-case-section .use-case-container {
    -ms-flex-align: initial;
        align-items: initial;
    padding-top: 10vh;
    padding-left: 30px;
  }
  #use-case-section .full-screen {
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: initial;
    width: 100vw;
    padding: 0;
    padding-bottom: 0;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #use-case-section .use-case {
    top: 130px;
  }
  #use-case-section .title {
    font-size: 20px !important;
    line-height: 24px;
    margin-bottom: 12px;
  }
  #use-case-section .use-case__content {
    padding-left: 0;
    top: 0;
  }
  #use-case-section .use-case__image-container {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: var(--image-offset);
  }
  #use-case-section .use-case__image-container .slick-track {
    height: 85%;
  }
  #use-case-section .use-case__image-container .use-case__image {
    background-position: right top;
  }
  #use-case-section .use-case__title-mark {
    display: none;
  }
  #use-case-section .use-case-list {
    width: 110%;
    height: 100%;
  }
  #use-case-section .use-case__title-container {
    height: 80vh;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  #use-case-section .use-case__title-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
  #use-case-section .use-case__title-list {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #use-case-section .use-case__title-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
  #use-case-section .use-case__title-internal-list {
    box-sizing: content-box;
    overflow: auto;
    padding-bottom: 17px;
    position: relative;
    z-index: 2;
    height: 90vh;
  }
  #use-case-section .use-case__title-internal-list .slick-list {
    height: 100%;
  }
  #use-case-section .use-case__description {
    text-align: left;
    letter-spacing: 0;
    color: #1A1A1A;
    opacity: 1;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
  }
  #use-case-section .use-case__title {
    width: 200px;
    margin-right: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #FCC35D;
    opacity: 0.2;
    margin-top: 0;
    cursor: pointer;
  }
  #use-case-section .use-case__title_selected {
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) and (min-width: 415px) {
  #use-case-section .use-case__image-container {
    right: 0;
    left: initial;
  }
}
@media only screen and (max-width: 320px) {
  #use-case-section .title {
    margin-bottom: 10px;
  }
  #use-case-section .use-case-container {
    -ms-flex-align: initial;
        align-items: initial;
    padding-top: 30px;
    padding-left: 30px;
  }
}
#feature-section {
  background-image: url("/rebranding-static/feature-bg.jpg");
  background-image: -webkit-image-set(url("/rebranding-static/feature-bg_640.jpg") 1x, url("/rebranding-static/feature-bg_1024.jpg") 2x, url("/rebranding-static/feature-bg_1600.jpg") 3x);
  background-image: image-set(url("/rebranding-static/feature-bg_640.jpg") 1x, url("/rebranding-static/feature-bg_1024.jpg") 2x, url("/rebranding-static/feature-bg_1600.jpg") 3x);
  background-size: cover;
}
#feature-section .full-screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 64px;
  padding-top: 120px;
}
#feature-section .title {
  font-size: 58px;
}
#feature-section .feature-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#feature-section .feature-list .feature-item {
  margin: 20px 0;
  width: 30%;
}
#feature-section .feature-list .feature-item:nth-child(3n+2) {
  margin: 20px 5%;
}
#feature-section .feature-list .feature-item__img {
  margin-bottom: 20px;
}
#feature-section .feature-list .feature-item__title {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.1px;
  color: #ffffff;
  margin-bottom: 20px;
}
#feature-section .feature-list .feature-item__description {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
}
#feature-section .feature-list.more .feature-more {
  display: none;
}
#feature-section .feature-list .feature-more-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#feature-section .feature-list .feature-more {
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 33px;
  color: white;
  padding: 8px 20px 9px 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 130px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 14px;
  cursor: pointer;
}
#feature-section .feature-list .feature-more .feature-more__text {
  margin-right: 10px;
}
#feature-section .feature-list .feature-more img {
  margin-top: 3px;
}
@media screen and (min-width: 721px) {
  #feature-section .feature-list:not(.more) {
    padding-bottom: 60px;
  }
  #feature-section .feature-list:not(.more) .feature-item.more {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #feature-section .feature-list .feature-more {
    display: none;
  }
  #feature-section .feature-list .feature-item {
    width: 100%;
  }
  #feature-section .feature-list .feature-item__img, #feature-section .feature-list .feature-item__title, #feature-section .feature-list .feature-item__description {
    text-align: center;
  }
}

#acheivement-section {
  background-image: url("/rebranding-static/acheivement-bg_1024.jpg");
  background-image: -webkit-image-set(url("/rebranding-static/acheivement-bg_640.jpg") 1x, url("/rebranding-static/acheivement-bg_1024.jpg") 2x, url("/rebranding-static/acheivement-bg_1600.jpg") 3x);
  background-image: image-set(url("/rebranding-static/acheivement-bg_640.jpg") 1x, url("/rebranding-static/acheivement-bg_1024.jpg") 2x, url("/rebranding-static/acheivement-bg_1600.jpg") 3x);
  background-size: cover;
}
#acheivement-section:not(.ja):not(.ko) .subtitle {
  font-family: "Platform Web";
}
#acheivement-section .full-screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 500px;
  padding: 10% 10%;
}
#acheivement-section .title {
  color: #202226;
  margin-bottom: 35px;
  text-align: center;
  font-size: 58px;
}
#acheivement-section .subtitle {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.1px;
  text-align: center;
  color: #202226;
  margin-bottom: 40px;
}
#acheivement-section .app-store {
  text-align: center;
  width: 120%;
  margin-left: -10%;
}
#acheivement-section .app-store__item {
  margin: 0 10px;
  display: inline-block;
}

#annual-survey {
  background-image: url("/rebranding-static/as-bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #annual-survey {
    background-image: url("/rebranding-static/as-m-bg.svg");
  }
}

.content-container {
  padding: 7.7% 8%;
}
@media (max-width: 991px) {
  .content-container {
    padding: 53.5% 10% 12.8% 10%;
    min-height: auto;
  }
}

.content {
  max-width: 41.3%;
  font-weight: 600;
  margin-right: auto;
}
@media (max-width: 991px) {
  .content {
    max-width: 100%;
  }
}
.content .title {
  color: #000000;
  margin-bottom: 0;
  font-size: 58px;
  font-family: "Platform Web";
}
@media (max-width: 991px) {
  .content .title {
    text-align: center;
  }
}
.content .description {
  margin: 24px 0;
  line-height: 22px;
}
@media (max-width: 991px) {
  .content .description {
    text-align: center;
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .content .link-container {
    display: -ms-flexbox;
    display: flex;
  }
}
.content .link {
  display: inline-block;
  background-color: #000000;
  padding: 16px 24px;
  color: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .content .link {
    text-align: center;
    margin: 0 auto;
  }
}

#customer-review-section {
  background: linear-gradient(to bottom, #ffffff, #f9f9f9);
}
#customer-review-section .full-screen {
  max-width: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url("/rebranding-static/customer-review-bg.png");
  background-image: -webkit-image-set(url("/rebranding-static/customer-review-bg_640.jpg") 1x, url("/rebranding-static/customer-review-bg_1024.jpg") 2x, url("/rebranding-static/customer-review-bg_1600.jpg") 3x);
  background-image: image-set(url("/rebranding-static/customer-review-bg_640.jpg") 1x, url("/rebranding-static/customer-review-bg_1024.jpg") 2x, url("/rebranding-static/customer-review-bg_1600.jpg") 3x);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0;
}
#customer-review-section .title {
  color: #202226;
  text-align: center;
  font-size: 58px;
  padding: 0 10%;
}
#customer-review-section .dot-list {
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
#customer-review-section .dot-list .dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.3;
  background-color: #c3c3c3;
  margin: 5px;
}
#customer-review-section .dot-list .dot_selected {
  opacity: 1;
  background-color: #fcc35d;
}
#customer-review-section .user-feedback-list-container {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  display: block;
}
#customer-review-section .user-feedback-list-container_mobile {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  display: none;
}
#customer-review-section .user-feedback-list {
  position: relative;
  height: 270px;
}
#customer-review-section .user-feedback-list .slick-list {
  height: 300px;
}
#customer-review-section .user-feedback-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: 216px;
  height: 216px;
  margin: 0 10px;
  border-radius: 4px;
  box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 20px 4px;
  top: 0;
}
#customer-review-section .user-feedback-item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/rebranding-static/quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#customer-review-section .user-feedback-item__word {
  min-height: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  -ms-flex: 1;
      flex: 1;
}
#customer-review-section .user-feedback-item__word > p {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  text-align: left;
  color: #202226;
}
#customer-review-section .user-feedback-item .user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#customer-review-section .user-feedback-item .user__avatar {
  margin-right: 10px;
}
#customer-review-section .user-feedback-item .user__name {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.8px;
  color: #c3c3c3;
}
#customer-review-section .media-report-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8%;
}
#customer-review-section .media {
  -ms-flex-align: center;
      align-items: center;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 40px;
}
#customer-review-section .media-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#customer-review-section .media-img {
  margin-right: 20px;
}
#customer-review-section .media-name {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.1px;
  color: #c3c3c3;
  margin-bottom: 2px;
}
#customer-review-section .media-title {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.1px;
  color: #202226;
}
#customer-review-section .media-description {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #202226;
}
#customer-review-section .media-info > .media-description {
  display: block;
}
#customer-review-section .media > .media-description {
  display: none;
}
#customer-review-section:not(.ja):not(.ko) .media-title {
  font-family: "Platform Web";
}
#customer-review-section:not(.ja):not(.ko) .user-feedback-item__word > p {
  font-family: "Platform Web";
}
@media screen and (max-width: 720px) {
  #customer-review-section .media {
    width: 100%;
  }
  #customer-review-section .media-info > .media-description {
    display: none;
  }
  #customer-review-section .media > .media-description {
    display: block;
  }
  #customer-review-section .dot-list {
    display: -ms-flexbox;
    display: flex;
  }
  #customer-review-section .user-feedback-item {
    width: 200px;
  }
}

#media-wall-section .full-screen {
  padding: 0 3%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: initial;
  -ms-flex-pack: center;
      justify-content: center;
}
#media-wall-section .media {
  margin: 15px 20px;
}
@media screen and (max-width: 720px) {
  #media-wall-section .full-screen {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

#alfred-cam {
  background-image: url("/rebranding-static/alfred-cam-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
#alfred-cam:not(.en):not(.en-US):not(.es):not(.es-US) {
  display: none;
}
@media (max-width: 768px) {
  #alfred-cam {
    min-height: 585px;
    background-image: url("/rebranding-static/alfred-cam-m-bg.jpg");
  }
}
#alfred-cam .content-container {
  padding: 11.6% 8.2%;
  min-height: 768px;
}
@media (max-width: 768px) {
  #alfred-cam .content-container {
    padding: 10% 7.5%;
    min-height: auto;
  }
}
#alfred-cam .content {
  max-width: 51%;
  margin-right: auto;
}
@media (max-width: 768px) {
  #alfred-cam .content {
    max-width: 100%;
  }
}
#alfred-cam .content .title {
  color: #000000;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  font-family: "Platform Web";
  text-align: left !important;
}
@media (max-width: 768px) {
  #alfred-cam .content .title {
    font-size: 42px !important;
    line-height: 54px;
  }
}
#alfred-cam .content .description {
  margin: 16px 0 30px 0;
  line-height: 30px;
  font-weight: 400;
  text-align: left !important;
}
@media (max-width: 768px) {
  #alfred-cam .content .description {
    margin: 8px 0 22px 0;
    line-height: 28px;
  }
}
#alfred-cam .content .link {
  display: inline-block;
  background-color: #E9683F;
  padding: 16.5px 24px;
  color: #FFFFFF;
  border-radius: 8px;
}

#footer-section {
  box-shadow: 0 0 100px 0px #f9f9f9;
}
#footer-section .full-screen {
  min-height: 134px;
  padding-top: 0;
  padding-bottom: 0;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
#footer-section .link-list {
  margin-left: auto;
}
#footer-section .link {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #202226;
  margin-right: 20px;
}
#footer-section .copy-right {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #c3c3c3;
}
@media screen and (max-width: 1200px) {
  #footer-section .logo {
    margin: 0 calc(50% - 107px);
  }
  #footer-section .link-list {
    margin-left: initial;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #footer-section {
    padding: 20px 0;
  }
  #footer-section .link {
    display: block;
    margin: 10px 0;
  }
}