@font-face {
  font-family: 'EuclidFlex';
  src: url("/static/assets/fonts/EuclidFlex/Medium/EuclidFlex-Medium-WebM.eot") format('embedded-opentype'), url("/static/assets/fonts/EuclidFlex/Medium/EuclidFlex-Medium-WebM.woff") format('woff'), url("/static/assets/fonts/EuclidFlex/Medium/EuclidFlex-Medium-WebM.ttf") format('truetype'), url("/static/assets/fonts/EuclidFlex/Medium/EuclidFlex-Medium-WebM.svg") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidFlex';
  src: url("/static/assets/fonts/EuclidFlex/Light/EuclidFlex-Light-WebM.eot") format('embedded-opentype'), url("/static/assets/fonts/EuclidFlex/Light/EuclidFlex-Light-WebM.woff") format('woff'), url("/static/assets/fonts/EuclidFlex/Light/EuclidFlex-Light-WebM.ttf") format('truetype'), url("/static/assets/fonts/EuclidFlex/Light/EuclidFlex-Light-WebM.svg") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidCirc';
  src: url("/static/assets/fonts/EuclidCircular/Medium/EuclidCircularB-Medium-WebXL.eot") format('embedded-opentype'), url("/static/assets/fonts/EuclidCircular/Medium/EuclidCircularB-Medium-WebXL.woff") format('woff'), url("/static/assets/fonts/EuclidCircular/Medium/EuclidCircularB-Medium-WebXL.ttf") format('truetype'), url("/static/assets/fonts/EuclidCircular/Medium/EuclidCircularB-Medium-WebXL.svg") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidCirc';
  src: url("/static/assets/fonts/EuclidCircular/Light/EuclidCircularB-Light-WebS.eot") format('embedded-opentype'), url("/static/assets/fonts/EuclidCircular/Light/EuclidCircularB-Light-WebS.woff") format('woff'), url("/static/assets/fonts/EuclidCircular/Light/EuclidCircularB-Light-WebS.ttf") format('truetype'), url("/static/assets/fonts/EuclidCircular/Light/EuclidCircularB-Light-WebS.svg") format('svg');
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: 'EuclidCirc';
  font-weight: 500;
  margin: 0;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  background-color: #1c1a22;
  height: 100%;
}
strong {
  font-weight: 500;
}
a {
  text-decoration: none;
}
.noise-all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("/static/assets/patterns/noise.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3) {
  .noise-all {
    background-size: 120px;
  }
}
.default-text {
  position: relative;
  width: 58.333333333333336vw;
  font-family: 'EuclidFlex';
  font-weight: 300;
  font-size: 2.083333333333333vw;
  line-height: 2.395833333333333vw;
  letter-spacing: -0.078125vw;
  margin-bottom: 3.645833333333333vw;
}
.default-text.mainpage-about {
  font-size: 2.708333333333333vw;
  line-height: 3.020833333333333vw;
  letter-spacing: -0.104166666666667vw;
  margin-top: -0.3125vw;
}
.default-text.page-about {
  font-size: 2.395833333333333vw;
  line-height: 3.072916666666667vw;
  margin-bottom: -0.208333333333333vw;
  margin-bottom: 6.25vw;
}
.default-text.with-number {
  margin-left: 3.645833333333333vw;
}
@media screen and (max-width: 767px) {
  .default-text {
    width: 100%;
    font-size: 6.4vw;
    letter-spacing: -0.266666666666667vw;
    line-height: 8.533333333333333vw;
    margin-bottom: 10.666666666666666vw;
  }
  .default-text.mainpage-about {
    font-size: 6.4vw;
    letter-spacing: -0.266666666666667vw;
    line-height: 8.533333333333333vw;
    margin-top: -1.066666666666667vw;
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .default-text {
    width: 100%;
    font-size: 2.9296875vw;
    line-height: 3.515625vw;
    letter-spacing: -0.09765625vw;
    margin-bottom: 3.90625vw;
  }
  .default-text.mainpage-about {
    font-size: 4.4921875vw;
    letter-spacing: -0.17578125vw;
    line-height: 5.6640625vw;
    margin-top: -0.390625vw;
    width: 80%;
  }
  .default-text.page-about {
    font-size: 2.083333333333333vw;
    line-height: 2.395833333333333vw;
    letter-spacing: -0.146484375vw;
    margin-bottom: 0;
  }
  .default-text.with-number {
    margin-left: 5.859375vw;
  }
}
.back-plane {
  position: relative;
  top: -3.75vw;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back-plane {
    top: -4.39453125vw;
  }
}
@media screen and (max-width: 767px) {
  .back-plane {
    top: -6.666666666666667vw;
  }
}
.single-link {
  display: inline-block;
  position: relative;
  color: #1c1c1c;
  text-decoration: none;
  outline: none;
  transition: 0.3s color;
  transition-delay: 0.1s;
}
.single-link:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -2%;
  height: 1px;
  background-color: #45b8af;
  transform: scale(0);
  transform-origin: 100% 0;
  transition: 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1);
}
.single-link:hover {
  color: #45b8af;
}
.single-link:hover:after {
  transition-delay: 0.1s;
  transform: scale(1);
  transform-origin: 0 0;
}
.single-link:active {
  color: #1c1c1c;
}
.content {
  opacity: 0;
  transition: 0.5s opacity;
}
.content.show-content {
  opacity: 1;
  transition: 0.5s opacity;
}
.rotate-device-warn {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1c1a22;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  pointer-events: none;
  z-index: 9999;
  transition: 0.3s opacity;
}
.rotate-device-warn img {
  display: block;
  width: 50px;
  margin-bottom: 20px;
}
@media screen and (min-aspect-ratio: 13/9) {
  .rotate-device-warn {
    display: flex;
    opacity: 1;
  }
}

.click-back___2il5q {
  display: none;
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 98;
}
.click-back___2il5q.show___2slxp {
  display: block;
  pointer-events: all;
}
.header-wrap___SFdXn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  pointer-events: none;
}
.header-wrap___SFdXn .inner-wrap___sT8Ey {
  position: relative;
  width: 93.75vw;
  height: 6.770833333333334vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b {
  position: absolute;
  top: 4.770833333333334vw;
  right: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.5s;
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div,
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a {
  font-size: 0.78125vw;
  line-height: 1.666666666666667vw;
  margin-bottom: 0.520833333333333vw;
  transition: 0.6s transform cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(1),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(1) {
  transform: translateY(-1.5625vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(2),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(2) {
  transform: translateY(-3.125vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(3),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(3) {
  transform: translateY(-4.6875vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(4),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(4) {
  transform: translateY(-6.25vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(5),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(5) {
  transform: translateY(-7.8125vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(6),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(6) {
  transform: translateY(-9.375vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(7),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(7) {
  transform: translateY(-10.9375vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(8),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(8) {
  transform: translateY(-12.5vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(9),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(9) {
  transform: translateY(-14.0625vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >div:nth-child(10),
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b >a:nth-child(10) {
  transform: translateY(-15.625vw);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b.show___2slxp {
  opacity: 1;
  pointer-events: all;
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b.show___2slxp >div,
.header-wrap___SFdXn .inner-wrap___sT8Ey .short-list___Nuy0b.show___2slxp >a {
  transform: translateY(0) !important;
  transition: 0.6s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .open-close-wrap___2vTi9 {
  position: relative;
}
.header-wrap___SFdXn .inner-wrap___sT8Ey .open-close-wrap___2vTi9 .close-wrap___zM85q {
  position: absolute;
  top: 0px;
}
.menu-wrap___3zBbe {
  pointer-events: all;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 31.770833333333336vw;
  color: #fff;
  font-weight: 300;
  background-color: #1c1a22;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-wrap___3zBbe .main-menu___3QJnV {
  position: relative;
  display: flex;
  flex-direction: row;
}
.menu-wrap___3zBbe .main-menu___3QJnV >div {
  padding-left: 2.604166666666667vw;
  padding-right: 2.604166666666667vw;
  width: 10.416666666666668vw;
  transform: translateY(-20.833333333333336vw);
  transition: 0.2s transform cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-wrap___3zBbe .main-menu___3QJnV >div:nth-of-type(1) {
  transition-delay: 0s;
}
.menu-wrap___3zBbe .main-menu___3QJnV >div:nth-of-type(2) {
  transition-delay: 0.1s;
}
.menu-wrap___3zBbe .main-menu___3QJnV >div:nth-of-type(3) {
  transition-delay: 0.2s;
}
.menu-wrap___3zBbe .main-menu___3QJnV >div:nth-of-type(4) {
  transition-delay: 0.3s;
}
.menu-wrap___3zBbe .main-menu___3QJnV >div:nth-of-type(5) {
  transition-delay: 0.4s;
}
.menu-wrap___3zBbe .main-menu___3QJnV >div:nth-of-type(6) {
  transition-delay: 0.5s;
}
.menu-wrap___3zBbe .main-menu___3QJnV >div:nth-of-type(7) {
  transition-delay: 0.6s;
}
.menu-wrap___3zBbe .main-menu___3QJnV .category-wrap___6--yB .category-link___1kZ2q {
  font-size: 1.666666666666667vw;
  line-height: 1.666666666666667vw;
  color: #4a464d;
}
.menu-wrap___3zBbe .main-menu___3QJnV .category-wrap___6--yB .category___1NeYX {
  margin: 0;
  margin-top: 2.34375vw;
  list-style: none;
  padding: 0;
}
.menu-wrap___3zBbe .main-menu___3QJnV .social___1xAWv {
  display: flex;
  width: auto;
}
.menu-wrap___3zBbe .main-menu___3QJnV .social___1xAWv .soc-wrap___1bqLS {
  margin-right: 0.78125vw;
}
.menu-wrap___3zBbe .bottom-links___1f9iO {
  position: absolute;
  bottom: 2.604166666666667vw;
  width: 93.75vw;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s opacity;
}
.menu-wrap___3zBbe:after {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 9.375vw;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.04) 70%, rgba(0,0,0,0) 100%);
  transition: 0.5s opacity;
  opacity: 0;
}
.menu-wrap___3zBbe.open___3L8gA {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-wrap___3zBbe.open___3L8gA .main-menu___3QJnV >div {
  transform: translateY(0);
  transition: 0.6s transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-wrap___3zBbe.open___3L8gA .main-menu___3QJnV >div:nth-of-type(1) {
  transition-delay: 0s;
}
.menu-wrap___3zBbe.open___3L8gA .main-menu___3QJnV >div:nth-of-type(2) {
  transition-delay: 0.1s;
}
.menu-wrap___3zBbe.open___3L8gA .main-menu___3QJnV >div:nth-of-type(3) {
  transition-delay: 0.2s;
}
.menu-wrap___3zBbe.open___3L8gA .main-menu___3QJnV >div:nth-of-type(4) {
  transition-delay: 0.3s;
}
.menu-wrap___3zBbe.open___3L8gA .main-menu___3QJnV >div:nth-of-type(5) {
  transition-delay: 0.4s;
}
.menu-wrap___3zBbe.open___3L8gA .main-menu___3QJnV >div:nth-of-type(6) {
  transition-delay: 0.5s;
}
.menu-wrap___3zBbe.open___3L8gA .main-menu___3QJnV >div:nth-of-type(7) {
  transition-delay: 0.6s;
}
.menu-wrap___3zBbe.open___3L8gA .bottom-links___1f9iO {
  opacity: 1;
}
.menu-wrap___3zBbe.open___3L8gA:after {
  opacity: 1;
}
.header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey {
  height: 16vw;
  width: 89.33333333333333vw;
}
.header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .b-logo-wrap___2vh9q,
.header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .open-close-wrap___2vTi9 {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .short-list___Nuy0b {
  top: 14vw;
}
.header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .short-list___Nuy0b >div,
.header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .short-list___Nuy0b >a {
  font-size: 4.266666666666667vw;
  line-height: 8.533333333333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .short-list___Nuy0b {
    top: 7.8125vw;
  }
  .header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .short-list___Nuy0b >div,
  .header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .short-list___Nuy0b >a {
    font-size: 1.5625vw;
    line-height: 3.125vw;
  }
}
.header-wrap___SFdXn.mobile___16xNC.open___3L8gA .inner-wrap___sT8Ey .b-logo-wrap___2vh9q,
.header-wrap___SFdXn.mobile___16xNC.open___3L8gA .inner-wrap___sT8Ey .open-close-wrap___2vTi9 {
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 1;
}
.header-wrap___SFdXn.mobile___16xNC.diff___Xqtj0 {
  mix-blend-mode: difference;
}
.header-wrap___SFdXn.mobile___16xNC.diff___Xqtj0 .inner-wrap___sT8Ey .b-logo-wrap___2vh9q {
  transition: 0.6s transform cubic-bezier(0.55, 0.055, 0.675, 0.19), 0.6s opacity cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
}
.header-wrap___SFdXn.mobile___16xNC.diff___Xqtj0 .inner-wrap___sT8Ey .open-close-wrap___2vTi9 {
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 1;
}
.header-wrap___SFdXn.mobile___16xNC.diff___Xqtj0.open___3L8gA .inner-wrap___sT8Ey .b-logo-wrap___2vh9q,
.header-wrap___SFdXn.mobile___16xNC.diff___Xqtj0.open___3L8gA .inner-wrap___sT8Ey .open-close-wrap___2vTi9 {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.header-wrap___SFdXn.mobile___16xNC .bottom-links___1f9iO {
  bottom: 5.333333333333333vw;
  width: 89.33333333333333vw;
}
@media screen and (max-width: 767px) {
  .mobile___16xNC .inner-wrap___sT8Ey .b-logo-wrap___2vh9q {
    opacity: 0;
    transition: 0.6s transform cubic-bezier(0.55, 0.055, 0.675, 0.19), 0.6s opacity cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .mobile___16xNC .inner-wrap___sT8Ey .b-logo-wrap___2vh9q.show___2slxp {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) !important;
    transition: 0.6s transform cubic-bezier(0.215, 0.61, 0.355, 1), 0.6s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mobile___16xNC .menu-wrap___3zBbe {
    height: calc(var(--vh, 1vh) * 100.44977511244377);
    align-items: flex-start;
  }
  .mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV {
    flex-direction: column;
    width: 80%;
    height: auto;
    top: 20vh;
    position: relative;
    text-align: center;
  }
  .mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV .social___1xAWv {
    display: none;
  }
  .mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div {
    width: 100%;
    padding: 0;
  }
  .mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div .category-wrap___6--yB {
    height: 19.2vw;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
    overflow: hidden;
    transition: height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
  }
  .mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div .category-wrap___6--yB.first___1kYn3 {
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div .category-wrap___6--yB .category-link___1kZ2q {
    font-size: 6.4vw;
    line-height: 8.533333333333333vw;
    height: 19.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div .category-wrap___6--yB .category___1NeYX {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey {
    height: 11.71875vw;
  }
  .header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .b-logo-wrap___2vh9q {
    opacity: 0;
    transition: 0.6s transform cubic-bezier(0.55, 0.055, 0.675, 0.19), 0.6s opacity cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header-wrap___SFdXn.mobile___16xNC .inner-wrap___sT8Ey .b-logo-wrap___2vh9q.show___2slxp {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) !important;
    transition: 0.6s transform cubic-bezier(0.215, 0.61, 0.355, 1), 0.6s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-wrap___SFdXn.mobile___16xNC .menu-wrap___3zBbe {
    height: 100vh;
    align-items: flex-start;
  }
  .header-wrap___SFdXn.mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV {
    flex-direction: column;
    width: 50%;
    height: auto;
    top: 30vh;
    position: relative;
    text-align: center;
  }
  .header-wrap___SFdXn.mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV .social___1xAWv {
    display: none;
  }
  .header-wrap___SFdXn.mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div {
    width: 100%;
    padding: 0;
  }
  .header-wrap___SFdXn.mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div .category-wrap___6--yB {
    height: 7.03125vw;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
    overflow: hidden;
    transition: height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
  }
  .header-wrap___SFdXn.mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div .category-wrap___6--yB.first___1kYn3 {
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .header-wrap___SFdXn.mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div .category-wrap___6--yB .category-link___1kZ2q {
    font-size: 2.34375vw;
    line-height: 3.125vw;
    height: 7.03125vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-wrap___SFdXn.mobile___16xNC .menu-wrap___3zBbe .main-menu___3QJnV > div .category-wrap___6--yB .category___1NeYX {
    margin-top: 0;
  }
}

.preloader___3QcqR {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader___3QcqR .preloader-center___3uZM-,
.preloader___3QcqR .preloader-circle___2YsCz {
  opacity: 1;
}
.preloader___3QcqR.initial___1Ilng {
  background-color: #1c1c1c;
}
.preloader___3QcqR.initial___1Ilng >div {
  opacity: 1;
}
.preloader___3QcqR.hide___3yeWO {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.preloader-center___3uZM- {
  width: 6.25vw;
  height: 6.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.preloader-center___3uZM- img {
  width: 3.645833333333333vw;
  height: 3.645833333333333vw;
}
.preloader-circle___2YsCz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.041666666666667vw;
  height: 6.041666666666667vw;
  opacity: 1;
}
.preloader-circle-inside___3QiWL {
  stroke-dasharray: 364 364;
  stroke-dashoffset: 364;
  animation: dash___1_eV4 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-moz-keyframes dash___1_eV4 {
  0% {
    stroke-dashoffset: -$l;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 364;
  }
}
@-webkit-keyframes dash___1_eV4 {
  0% {
    stroke-dashoffset: -$l;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 364;
  }
}
@-o-keyframes dash___1_eV4 {
  0% {
    stroke-dashoffset: -$l;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 364;
  }
}
@keyframes dash___1_eV4 {
  0% {
    stroke-dashoffset: -$l;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 364;
  }
}
.preloader-circle___2YsCz svg {
  width: 100%;
  height: 100%;
  animation: rot___2in7c 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-moz-keyframes rot___2in7c {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-450deg);
  }
}
@-webkit-keyframes rot___2in7c {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-450deg);
  }
}
@-o-keyframes rot___2in7c {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-450deg);
  }
}
@keyframes rot___2in7c {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-450deg);
  }
}
.preloader-text___dNvAL {
  position: absolute;
  top: calc(50% + 6vw);
}
.preloader-text___dNvAL svg {
  width: 8.489583333333334vw;
}
.preloader-bottom___2hvld {
  position: absolute;
  bottom: 5.729166666666667vw;
  font-size: 0.833333333333333vw;
  font-weight: 300;
  color: #e8e8e8;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .preloader-bottom___2hvld {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .preloader-bottom___2hvld {
    font-size: 1.5625vw;
  }
}
.preloader___3QcqR >div {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .preloader___3QcqR {
    height: calc(var(--vh, 1vh) * 100.44977511244377);
  }
  .preloader-center___3uZM- {
    width: 20vw;
    height: 20vw;
  }
  .preloader-center___3uZM- img {
    width: 100%;
    height: 100%;
  }
  .preloader-circle___2YsCz {
    width: 25vw;
    height: 25vw;
  }
  .preloader-circle___2YsCz svg {
    width: 100%;
    height: 100%;
  }
  .preloader-text___dNvAL {
    top: calc(50% + 15vw);
    width: 35vw;
  }
  .preloader-text___dNvAL img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .preloader-center___3uZM- {
    width: 10vw;
    height: 10vw;
  }
  .preloader-center___3uZM- img {
    width: 100%;
    height: 100%;
  }
  .preloader-circle___2YsCz {
    width: 15vw;
    height: 15vw;
  }
  .preloader-circle___2YsCz svg {
    width: 100%;
    height: 100%;
  }
  .preloader-text___dNvAL {
    top: calc(50% + 12vw);
    width: 15vw;
  }
  .preloader-text___dNvAL img {
    width: 100%;
  }
}

.wrap-cookies___1tGhS {
  position: fixed;
  right: 1.5625vw;
  bottom: 1.5625vw;
  width: 19.53125vw;
  height: 11.979166666666668vw;
  background-color: #1c1a22;
  color: #fff;
  z-index: 500000;
  box-sizing: border-box;
  padding: 1.041666666666667vw;
  box-shadow: 0 0 30px 5px rgba(0,0,0,0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateX(120%);
  transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.wrap-cookies___1tGhS.show___3tOEJ {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-cookies___1tGhS .header___2zzi6 {
  font-size: 0.729166666666667vw;
  margin-bottom: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .wrap-cookies___1tGhS .header___2zzi6 {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap-cookies___1tGhS .header___2zzi6 {
    font-size: 1.3671875vw;
  }
}
.wrap-cookies___1tGhS .about___3RAXR {
  font-size: 0.520833333333333vw;
  font-weight: 300;
  line-height: 1.6;
  font-family: 'EuclidCirc', sans-serif;
  margin-bottom: 0.520833333333333vw;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .wrap-cookies___1tGhS .about___3RAXR {
    font-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap-cookies___1tGhS .about___3RAXR {
    font-size: 0.9765625vw;
  }
}
.wrap-cookies___1tGhS .about___3RAXR span {
  color: #45b8af;
  cursor: pointer;
  transition: opacity 0.4s $ImCubic;
}
.wrap-cookies___1tGhS .about___3RAXR span:hover {
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.8;
}
.wrap-cookies___1tGhS .accept___byY0w {
  font-size: 0.729166666666667vw;
  color: #45b8af;
  cursor: pointer;
  transition: opacity 0.4s $ImCubic;
}
@media screen and (max-width: 767px) {
  .wrap-cookies___1tGhS .accept___byY0w {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap-cookies___1tGhS .accept___byY0w {
    font-size: 1.3671875vw;
  }
}
.wrap-cookies___1tGhS .accept___byY0w:hover {
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.8;
}
.wrap-cookies___1tGhS .close___399FS {
  position: absolute;
  right: 1.041666666666667vw;
  top: 1.041666666666667vw;
}
.wrap-cookies___1tGhS .close___399FS img {
  width: 0.520833333333333vw;
  height: 0.520833333333333vw;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.wrap-cookies___1tGhS .close___399FS img:hover {
  transform: rotate(-90deg);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .wrap-cookies___1tGhS {
    width: 100vw;
    height: 61.333333333333336vw;
    right: 0;
    bottom: 0;
    padding: 5.333333333333333vw;
  }
  .wrap-cookies___1tGhS .header___2zzi6 {
    margin-bottom: 4.266666666666667vw;
  }
  .wrap-cookies___1tGhS .about___3RAXR {
    margin-bottom: 2.666666666666667vw;
  }
  .wrap-cookies___1tGhS .close___399FS {
    right: 5.333333333333333vw;
    top: 5.333333333333333vw;
  }
  .wrap-cookies___1tGhS .close___399FS img {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
  .wrap-cookies___1tGhS .close___399FS img:hover {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap-cookies___1tGhS {
    width: 36.62109375vw;
    height: 22.4609375vw;
    right: 2.9296875vw;
    bottom: 2.9296875vw;
    padding: 1.953125vw;
  }
  .wrap-cookies___1tGhS .header___2zzi6 {
    margin-bottom: 1.5625vw;
  }
  .wrap-cookies___1tGhS .about___3RAXR {
    margin-bottom: 0.9765625vw;
  }
  .wrap-cookies___1tGhS .close___399FS {
    right: 1.953125vw;
    top: 1.953125vw;
  }
  .wrap-cookies___1tGhS .close___399FS img {
    width: 0.9765625vw;
    height: 0.9765625vw;
  }
  .wrap-cookies___1tGhS .close___399FS img:hover {
    transform: rotate(0deg);
  }
}

.content___31YtD {
  position: relative;
  width: 58.333333333333336vw;
  margin-top: 1.5625vw;
  margin-left: 3.645833333333333vw;
  font-size: 1.041666666666667vw;
  line-height: 1.5625vw;
  letter-spacing: -0.015625vw;
  font-weight: 300;
  column-count: 2;
  column-gap: 6.25vw;
}
@media screen and (max-width: 767px) {
  .content___31YtD {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .content___31YtD {
    line-height: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .content___31YtD {
    letter-spacing: 0vw;
  }
}
.content___31YtD p {
  margin: 0;
  padding: 0;
  margin-bottom: 1.041666666666667vw;
}
.content___31YtD .about-link___19eNA {
  position: relative;
  margin-top: 2.083333333333333vw;
  display: flex;
}
@media screen and (max-width: 767px) {
  .content___31YtD {
    margin-left: 7.2vw;
    width: auto;
    column-count: auto;
    margin-top: 10.666666666666666vw;
  }
  .content___31YtD p {
    margin-bottom: 10.666666666666666vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content___31YtD {
    margin-left: 5.859375vw;
    width: auto;
    margin-top: 1.953125vw;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .content___31YtD p {
    margin-bottom: 1.953125vw !important;
  }
}

.approach-wrap___cIJzi {
  position: relative;
}
.approach-wrap___cIJzi .content___i3kk_ {
  margin-top: 1.5625vw;
  margin-left: 3.645833333333333vw;
  margin-bottom: 8.333333333333334vw;
}
@media screen and (max-width: 767px) {
  .approach-wrap___cIJzi .content___i3kk_ {
    width: auto;
    margin-top: 10.666666666666666vw;
    margin-left: 0;
    margin-bottom: 24vw;
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .approach-wrap___cIJzi .content___i3kk_ {
    width: auto;
    margin-left: 0;
    margin-bottom: 7.8125vw;
    padding-left: 5.859375vw;
    padding-right: 5.859375vw;
  }
}

.head___1GGca {
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .head___1GGca {
    font-size: 4.266666666666667vw;
  }
}
.head___1GGca.hide___1MclD {
  opacity: 0;
  transition: 0.5s opacity;
}
.form-wrap___2UumO {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.5s opacity;
}
.form-wrap___2UumO .input-wrap___2WekS {
  margin-top: 2.604166666666667vw;
  width: calc(50% - 3.125vw);
}
.form-wrap___2UumO .input-wrap___2WekS.textarea___2letJ {
  width: 100%;
}
.form-wrap___2UumO.get-started___KMDeD {
  display: block;
}
.form-wrap___2UumO.get-started___KMDeD .input-wrap___2WekS {
  margin-top: 0;
  margin-bottom: 1.5625vw;
  width: 100%;
}
.form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA {
  margin-top: 1.5625vw;
  display: block;
}
.form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA .form-checkbox___JUwPg {
  width: 100%;
  display: flex;
}
.form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA .form-button___xg-dS {
  margin-top: 2.083333333333333vw;
  display: flex;
  justify-content: flex-start;
}
.form-wrap___2UumO.hide___1MclD {
  opacity: 0;
}
.form-wrap___2UumO.inline___2FKts {
  display: flex;
  align-items: flex-end;
}
.form-wrap___2UumO.inline___2FKts .input-wrap___2WekS {
  width: auto;
  margin-top: 0;
}
.form-wrap___2UumO.inline___2FKts .input-wrap___2WekS > div {
  border-bottom-color: rgba(255,255,255,0.4);
}
.form-wrap___2UumO.inline___2FKts .input-wrap___2WekS > div > input {
  padding: 0 0 0.78125vw 0;
  letter-spacing: -0.8px;
  font-size: 1.25vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .form-wrap___2UumO.inline___2FKts .input-wrap___2WekS > div > input {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-wrap___2UumO.inline___2FKts .input-wrap___2WekS > div > input {
    font-size: 2.34375vw;
  }
}
.form-wrap___2UumO.inline___2FKts .input-wrap___2WekS > div > span {
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .form-wrap___2UumO.inline___2FKts .input-wrap___2WekS > div > span {
    font-size: 3.733333333333333vw;
  }
}
.form-wrap___2UumO.inline___2FKts .form-botton___UTTSS {
  width: 30%;
}
.form-wrap___2UumO.inline___2FKts .form-checkbox___JUwPg {
  width: 100%;
  display: flex;
  margin-top: 1.5625vw;
}
.form-wrap___2UumO.inline___2FKts .form-button___xg-dS > div {
  color: #45b8af;
  box-shadow: none;
  width: auto;
  height: auto;
  padding: 1.041666666666667vw 3.645833333333333vw;
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .form-wrap___2UumO.inline___2FKts .form-button___xg-dS > div {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-wrap___2UumO.inline___2FKts .form-button___xg-dS > div {
    font-size: 1.5625vw;
  }
}
.form-wrap___2UumO.inline___2FKts .form-button___xg-dS > div:hover {
  background-color: rgba(255,255,255,0.3);
  color: #fff;
}
.bottom-wrap___1DsDA {
  margin-top: 2.604166666666667vw;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.bottom-wrap___1DsDA .form-checkbox___JUwPg {
  width: 55%;
}
.bottom-wrap___1DsDA .form-button___xg-dS {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .form-wrap___2UumO {
    display: block;
  }
  .form-wrap___2UumO .input-wrap___2WekS {
    margin-top: 10.666666666666666vw;
    width: 100%;
  }
  .form-wrap___2UumO .input-wrap___2WekS.textarea___2letJ {
    width: 100%;
  }
  .bottom-wrap___1DsDA {
    margin-top: 16vw;
    display: block;
  }
  .bottom-wrap___1DsDA .form-checkbox___JUwPg {
    width: 100%;
  }
  .bottom-wrap___1DsDA .form-button___xg-dS {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16vw;
  }
  .form-wrap___2UumO.get-started___KMDeD {
    display: block;
  }
  .form-wrap___2UumO.get-started___KMDeD .input-wrap___2WekS {
    margin-top: 0;
    margin-bottom: 10.666666666666666vw;
    width: 100%;
  }
  .form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA {
    display: block;
  }
  .form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA .form-checkbox___JUwPg {
    display: flex;
  }
  .form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA .form-button___xg-dS {
    margin-top: 10.666666666666666vw;
    margin-bottom: 17.333333333333332vw;
    display: flex;
    justify-content: center;
  }
  .form-wrap___2UumO.inline___2FKts {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-wrap___2UumO.inline___2FKts .input-wrap___2WekS {
    min-width: 100%;
  }
  .form-wrap___2UumO.inline___2FKts .form-button___xg-dS > div {
    padding: 10px 15px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .head___1GGca {
    font-size: 1.5625vw;
  }
  .form-wrap___2UumO.get-started___KMDeD {
    display: block;
  }
  .form-wrap___2UumO.get-started___KMDeD .input-wrap___2WekS {
    margin-bottom: 3.90625vw;
  }
  .form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA .form-checkbox___JUwPg {
    margin-top: 4.8828125vw;
    display: flex;
  }
  .form-wrap___2UumO.get-started___KMDeD .bottom-wrap___1DsDA .form-button___xg-dS {
    margin-top: 5.859375vw;
    display: flex;
    justify-content: center;
  }
}
.caption___3LjIp {
  margin-left: 3.645833333333333vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  letter-spacing: -0.015625vw;
  font-weight: 300;
  grid-row: 2/2;
  grid-column: 1/1;
  margin-top: -21.226666666666667vw;
}
@media screen and (max-width: 767px) {
  .caption___3LjIp {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___3LjIp {
    line-height: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___3LjIp {
    letter-spacing: 0vw;
  }
}
.caption___3LjIp a {
  display: inline-block;
  position: relative;
  color: #1c1c1c;
  text-decoration: none;
  outline: none;
  transition: 0.3s color;
  transition-delay: 0.1s;
}
.caption___3LjIp a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -2%;
  height: 1px;
  background-color: #45b8af;
  transform: scale(0);
  transform-origin: 100% 0;
  transition: 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1);
}
.caption___3LjIp a:hover {
  color: #45b8af;
}
.caption___3LjIp a:hover:after {
  transition-delay: 0.1s;
  transform: scale(1);
  transform-origin: 0 0;
}
.caption___3LjIp a:active {
  color: #1c1c1c;
}
.contacts-offices___ukS4i {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 4.947916666666667vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contacts-offices___ukS4i {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-offices___ukS4i {
    line-height: 8.533333333333333vw;
  }
}
.contacts-offices___ukS4i .office___2oCV5 {
  grid-column-start: 2;
  margin-bottom: 3.125vw;
  width: calc(50% - 2.604166666666667vw);
}
.contacts-offices___ukS4i .office___2oCV5 .city___2U0Az,
.contacts-offices___ukS4i .office___2oCV5 .tel___Xy5pO,
.contacts-offices___ukS4i .office___2oCV5 .address___1zI_0 {
  position: relative;
}
.contacts-offices___ukS4i .office___2oCV5 .tel___Xy5pO,
.contacts-offices___ukS4i .office___2oCV5 .address___1zI_0 {
  display: block;
  opacity: 0.4;
}
.contacts-offices___ukS4i .office___2oCV5 .tel___Xy5pO {
  margin-top: 1.5625vw;
}
.contacts-form-wrap___3QLNm {
  margin-top: 2.604166666666667vw;
  margin-left: 3.645833333333333vw;
  padding: 3.645833333333333vw;
  background-color: #f4f4f4;
  grid-column: 1/3;
}
.contacts-form-wrap___3QLNm .send-wrap___2dDse {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s opacity;
  transition-delay: 0.5s;
  visibility: hidden;
  pointer-events: none;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
}
.contacts-form-wrap___3QLNm .send-wrap___2dDse.show___23ZbY {
  visibility: visible;
  opacity: 1;
}
.contacts-form-wrap___3QLNm .send-wrap___2dDse.show___23ZbY .send-another___2SMCe {
  margin-top: 1.041666666666667vw;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .caption___3LjIp {
    margin-left: 7.2vw;
    margin-top: 10.666666666666666vw;
  }
  .contacts-offices___ukS4i {
    margin-left: 7.2vw;
    margin-bottom: 0;
    display: block;
  }
  .contacts-offices___ukS4i .office___2oCV5 {
    margin-top: 10.666666666666666vw;
    padding-bottom: 10.666666666666666vw;
    border-bottom: 1px solid rgba(28,28,28,0.1);
    margin-bottom: 0;
    width: auto;
  }
  .contacts-offices___ukS4i .office___2oCV5 .city___2U0Az {
    font-weight: 500;
  }
  .contacts-offices___ukS4i .office___2oCV5.email___26die {
    border-bottom: none;
    font-size: 4.266666666666667vw;
    line-height: 5.333333333333333vw;
    margin-bottom: 8vw;
    font-weight: 500;
  }
  .contacts-form-wrap___3QLNm {
    margin-top: 0;
    margin-left: -7.2vw;
    width: calc(100% - 7.2vw);
    padding: 21.333333333333332vw 7.2vw 21.333333333333332vw 14.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___3LjIp {
    margin-left: 5.859375vw;
    margin-top: -31.466666666666665vw;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .contacts-offices___ukS4i {
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
  }
  .contacts-form-wrap___3QLNm {
    margin-left: 5.859375vw;
    width: calc(100% - 15.625vw);
    padding: 3.90625vw;
  }
  .contacts-form-wrap___3QLNm .send-wrap___2dDse {
    font-size: 1.953125vw;
    line-height: 3.125vw;
  }
}

.head___3Iu_1 {
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .head___3Iu_1 {
    font-size: 4.266666666666667vw;
  }
}
.head___3Iu_1.hide___M1ikO {
  opacity: 0;
  transition: 0.5s opacity;
}
.form-wrap___1BlPy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.5s opacity;
}
.form-wrap___1BlPy .input-wrap___1pwcv {
  margin-top: 2.604166666666667vw;
  width: calc(50% - 3.125vw);
}
.form-wrap___1BlPy .input-wrap___1pwcv.textarea___33AJ7 {
  width: 100%;
}
.form-wrap___1BlPy.get-started___IhlXr {
  display: block;
}
.form-wrap___1BlPy.get-started___IhlXr .input-wrap___1pwcv {
  margin-top: 0;
  margin-bottom: 1.5625vw;
  width: 100%;
}
.form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL {
  margin-top: 1.5625vw;
  display: block;
}
.form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL .form-checkbox___Q6CLw {
  width: 100%;
  display: flex;
}
.form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL .form-button___1-CJP {
  margin-top: 2.083333333333333vw;
  display: flex;
  justify-content: flex-start;
}
.form-wrap___1BlPy.hide___M1ikO {
  opacity: 0;
}
.form-wrap___1BlPy.inline___fBiM1 {
  display: flex;
  align-items: flex-end;
}
.form-wrap___1BlPy.inline___fBiM1 .input-wrap___1pwcv {
  width: auto;
  margin-top: 0;
}
.form-wrap___1BlPy.inline___fBiM1 .input-wrap___1pwcv > div {
  border-bottom-color: rgba(255,255,255,0.4);
}
.form-wrap___1BlPy.inline___fBiM1 .input-wrap___1pwcv > div > input {
  padding: 0 0 0.78125vw 0;
  letter-spacing: -0.8px;
  font-size: 1.25vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .form-wrap___1BlPy.inline___fBiM1 .input-wrap___1pwcv > div > input {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-wrap___1BlPy.inline___fBiM1 .input-wrap___1pwcv > div > input {
    font-size: 2.34375vw;
  }
}
.form-wrap___1BlPy.inline___fBiM1 .input-wrap___1pwcv > div > span {
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .form-wrap___1BlPy.inline___fBiM1 .input-wrap___1pwcv > div > span {
    font-size: 3.733333333333333vw;
  }
}
.form-wrap___1BlPy.inline___fBiM1 .form-botton___SwKYx {
  width: 30%;
}
.form-wrap___1BlPy.inline___fBiM1 .form-checkbox___Q6CLw {
  width: 100%;
  display: flex;
  margin-top: 1.5625vw;
}
.form-wrap___1BlPy.inline___fBiM1 .form-button___1-CJP > div {
  color: #45b8af;
  box-shadow: none;
  width: auto;
  height: auto;
  padding: 1.041666666666667vw 3.645833333333333vw;
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .form-wrap___1BlPy.inline___fBiM1 .form-button___1-CJP > div {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-wrap___1BlPy.inline___fBiM1 .form-button___1-CJP > div {
    font-size: 1.5625vw;
  }
}
.form-wrap___1BlPy.inline___fBiM1 .form-button___1-CJP > div:hover {
  background-color: rgba(255,255,255,0.3);
  color: #fff;
}
.bottom-wrap___1yJlL {
  margin-top: 2.604166666666667vw;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.bottom-wrap___1yJlL .form-checkbox___Q6CLw {
  width: 55%;
}
.bottom-wrap___1yJlL .form-button___1-CJP {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .form-wrap___1BlPy {
    display: block;
  }
  .form-wrap___1BlPy .input-wrap___1pwcv {
    margin-top: 10.666666666666666vw;
    width: 100%;
  }
  .form-wrap___1BlPy .input-wrap___1pwcv.textarea___33AJ7 {
    width: 100%;
  }
  .bottom-wrap___1yJlL {
    margin-top: 16vw;
    display: block;
  }
  .bottom-wrap___1yJlL .form-checkbox___Q6CLw {
    width: 100%;
  }
  .bottom-wrap___1yJlL .form-button___1-CJP {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16vw;
  }
  .form-wrap___1BlPy.get-started___IhlXr {
    display: block;
  }
  .form-wrap___1BlPy.get-started___IhlXr .input-wrap___1pwcv {
    margin-top: 0;
    margin-bottom: 10.666666666666666vw;
    width: 100%;
  }
  .form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL {
    display: block;
  }
  .form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL .form-checkbox___Q6CLw {
    display: flex;
  }
  .form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL .form-button___1-CJP {
    margin-top: 10.666666666666666vw;
    margin-bottom: 17.333333333333332vw;
    display: flex;
    justify-content: center;
  }
  .form-wrap___1BlPy.inline___fBiM1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-wrap___1BlPy.inline___fBiM1 .input-wrap___1pwcv {
    min-width: 100%;
  }
  .form-wrap___1BlPy.inline___fBiM1 .form-button___1-CJP > div {
    padding: 10px 15px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .head___3Iu_1 {
    font-size: 1.5625vw;
  }
  .form-wrap___1BlPy.get-started___IhlXr {
    display: block;
  }
  .form-wrap___1BlPy.get-started___IhlXr .input-wrap___1pwcv {
    margin-bottom: 3.90625vw;
  }
  .form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL .form-checkbox___Q6CLw {
    margin-top: 4.8828125vw;
    display: flex;
  }
  .form-wrap___1BlPy.get-started___IhlXr .bottom-wrap___1yJlL .form-button___1-CJP {
    margin-top: 5.859375vw;
    display: flex;
    justify-content: center;
  }
}
.caption___2daPq {
  margin-left: 3.645833333333333vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  letter-spacing: -0.015625vw;
  font-weight: 300;
  grid-row: 2/2;
  grid-column: 1/1;
}
@media screen and (max-width: 767px) {
  .caption___2daPq {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___2daPq {
    line-height: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___2daPq {
    letter-spacing: 0vw;
  }
}
.caption___2daPq a {
  display: inline-block;
  position: relative;
  color: #1c1c1c;
  text-decoration: none;
  outline: none;
  transition: 0.3s color;
  transition-delay: 0.1s;
}
.caption___2daPq a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -2%;
  height: 1px;
  background-color: #45b8af;
  transform: scale(0);
  transform-origin: 100% 0;
  transition: 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1);
}
.caption___2daPq a:hover {
  color: #45b8af;
}
.caption___2daPq a:hover:after {
  transition-delay: 0.1s;
  transform: scale(1);
  transform-origin: 0 0;
}
.caption___2daPq a:active {
  color: #1c1c1c;
}
.contacts-offices___1-Xqb {
  margin-top: -13.020833333333334vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 6;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contacts-offices___1-Xqb {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-offices___1-Xqb {
    line-height: 8.533333333333333vw;
  }
}
.contacts-offices___1-Xqb > div {
  width: 100%;
}
.contacts-offices___1-Xqb .office___3I0xe {
  grid-column-start: 2;
  margin-bottom: 3.125vw;
  width: calc(50% - 2.604166666666667vw);
}
.contacts-offices___1-Xqb .office___3I0xe .city___b_39t,
.contacts-offices___1-Xqb .office___3I0xe .tel___1CaKs,
.contacts-offices___1-Xqb .office___3I0xe .address___2CUhy {
  position: relative;
}
.contacts-offices___1-Xqb .office___3I0xe .tel___1CaKs,
.contacts-offices___1-Xqb .office___3I0xe .address___2CUhy {
  display: block;
  opacity: 0.4;
}
.contacts-offices___1-Xqb .office___3I0xe .tel___1CaKs {
  margin-top: 1.5625vw;
}
.contacts-form-wrap___3ev8k {
  margin-top: 2.604166666666667vw;
  padding: 3.645833333333333vw;
  background-color: #f4f4f4;
  grid-column: 1/3;
  box-sizing: border-box;
}
.contacts-form-wrap___3ev8k .send-wrap___2a7qq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s opacity;
  transition-delay: 0.5s;
  visibility: hidden;
  pointer-events: none;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
}
.contacts-form-wrap___3ev8k .send-wrap___2a7qq.show___PfTph {
  visibility: visible;
  opacity: 1;
}
.contacts-form-wrap___3ev8k .send-wrap___2a7qq.show___PfTph .send-another___5tM0L {
  margin-top: 1.041666666666667vw;
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .contacts-offices___1-Xqb {
    width: 66.66666666666666vw;
  }
  .contacts-form-wrap___3ev8k {
    width: 66.66666666666666vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___2daPq {
    margin-left: 0;
    margin-top: 10.666666666666666vw;
  }
  .contacts-offices___1-Xqb {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
  }
  .contacts-offices___1-Xqb .office___3I0xe {
    margin-top: 10.666666666666666vw;
    padding-bottom: 10.666666666666666vw;
    border-bottom: 1px solid rgba(28,28,28,0.1);
    margin-bottom: 0;
    width: auto;
  }
  .contacts-offices___1-Xqb .office___3I0xe .city___b_39t {
    font-weight: 500;
  }
  .contacts-offices___1-Xqb .office___3I0xe.email___2C2Sr {
    border-bottom: none;
    font-size: 4.266666666666667vw;
    line-height: 5.333333333333333vw;
    margin-bottom: 8vw;
    font-weight: 500;
  }
  .contacts-form-wrap___3ev8k {
    margin-top: 0;
    margin-left: -7.2vw;
    width: calc(100% + 0px);
    padding: 21.333333333333332vw 7.2vw 21.333333333333332vw;
    box-sizing: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___2daPq {
    margin-left: 5.859375vw;
    margin-top: 0;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .contacts-offices___1-Xqb {
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    margin-top: -7.8125vw;
  }
  .contacts-form-wrap___3ev8k {
    margin-left: 0;
    padding: 3.90625vw;
  }
  .contacts-form-wrap___3ev8k .send-wrap___2a7qq {
    font-size: 1.953125vw;
    line-height: 3.125vw;
  }
}

.careers-list___2QWTd {
  background: #fff;
}
.careers-list___2QWTd .career-box-tab___Uckc0 {
  border-bottom: 1px solid #c7c7c7;
}
.careers-list___2QWTd .header___3LCus {
  font-size: 2.395833333333333vw;
  line-height: 3.020833333333333vw;
  letter-spacing: -0.041666666666667vw;
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .header___3LCus {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .header___3LCus {
    font-size: 4.4921875vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .header___3LCus {
    line-height: 9.066666666666666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .header___3LCus {
    line-height: 5.6640625vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .header___3LCus {
    letter-spacing: -0.026666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .header___3LCus {
    letter-spacing: -0.078125vw;
  }
}
.careers-list___2QWTd .row___2MPBw {
  display: flex;
  align-items: baseline;
}
.careers-list___2QWTd .list___1iMH9 {
  padding-inline-start: 19px;
}
.careers-list___2QWTd .list___1iMH9 li {
  font-size: 0.9375vw;
  line-height: 1.458333333333333vw;
  color: #1c1c1c;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .list___1iMH9 li {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .list___1iMH9 li {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .list___1iMH9 li {
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .list___1iMH9 li {
    line-height: 2.5390625vw;
  }
}
.careers-list___2QWTd .list___1iMH9 li::marker {
  color: #e95541;
}
.careers-list___2QWTd .subtitle___2F0jD {
  font-size: 1.041666666666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.208333333333333vw;
  color: #e95541;
  margin-block-start: 2em !important;
  margin-block-end: 0em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'EuclidCirc';
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .subtitle___2F0jD {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .subtitle___2F0jD {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .subtitle___2F0jD {
    line-height: 6.933333333333334vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .subtitle___2F0jD {
    line-height: 2.5390625vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .subtitle___2F0jD {
    letter-spacing: 0.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .subtitle___2F0jD {
    letter-spacing: 0.29296875vw;
  }
}
.careers-list___2QWTd .subtitleFirst___zaHVW {
  margin-top: 0 !important;
}
.careers-list___2QWTd .text___za8eW {
  font-size: 1.041666666666667vw;
  line-height: 1.5625vw;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .text___za8eW {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .text___za8eW {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .text___za8eW {
    line-height: 6.933333333333334vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .text___za8eW {
    line-height: 2.5390625vw;
  }
}
.careers-list___2QWTd .email___16ECq {
  font-weight: 300;
  font-size: 1.041666666666667vw;
  line-height: 1.5625vw;
  color: #45b8af;
  transition: 0.3s color;
  position: relative;
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .email___16ECq {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .email___16ECq {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .email___16ECq {
    line-height: 6.933333333333334vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .email___16ECq {
    line-height: 2.5390625vw;
  }
}
.careers-list___2QWTd .emailBox___ohlfl {
  margin-top: 2rem;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.25vw;
  pointer-events: all;
  cursor: pointer;
  font-family: 'EuclidCirc';
  font-weight: 500;
  position: relative;
  margin-bottom: 0.520833333333333vw;
  width: 18.75vw;
  background-color: #1c1c1c;
  transition: background-color 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19), box-shadow 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19), color 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  box-shadow: 0 0.520833333333333vw 2.604166666666667vw 0 rgba(28,28,28,0.35);
  font-size: 0.833333333333333vw;
  line-height: 1.041666666666667vw;
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .emailBox___ohlfl {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .emailBox___ohlfl {
    line-height: 5.333333333333333vw;
  }
}
.careers-list___2QWTd .hint___MgYpd {
  margin: 6rem 0 1rem !important;
  width: 37.5vw;
  font-size: 1.145833333333333vw;
  line-height: 1.666666666666667vw;
  letter-spacing: -0.015625vw;
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .hint___MgYpd {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .hint___MgYpd {
    line-height: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .hint___MgYpd {
    letter-spacing: -0.08vw;
  }
}
.careers-list___2QWTd .career-tab___2RdKB {
  font-size: 3.229166666666667vw;
  line-height: 3.854166666666667vw;
  color: #1c1c1c;
  font-family: 'EuclidCirc';
  font-weight: 500;
  padding: 5rem 0 4rem;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .career-tab___2RdKB {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .careers-list___2QWTd .career-tab___2RdKB {
    line-height: 8vw;
  }
}
.careers-list___2QWTd .career-tab___2RdKB > div {
  width: auto;
  height: auto;
  vertical-align: baseline;
  display: flex;
  align-items: center;
  margin-top: -1px;
}
.careers-list___2QWTd .career-tab___2RdKB > div svg {
  width: 100%;
}
.careers-list___2QWTd .close-wrap___l774y {
  margin-right: 0.520833333333333vw;
  margin-top: 0.78125vw;
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-list___2QWTd .hint___MgYpd {
    margin: 4rem 0 1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .careers-list___2QWTd .career-tab___2RdKB {
    cursor: pointer;
  }
  .careers-list___2QWTd .career-tab___2RdKB:hover {
    color: #45b8af;
  }
  .careers-list___2QWTd .career-tab___2RdKB:hover svg path {
    fill: #1c1c1c;
  }
}
.careers-list___2QWTd .email___16ECq:hover {
  color: #45b8af;
}
.careers-list___2QWTd .email___16ECq:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  background-color: #45b8af;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.careers-list___2QWTd .email___16ECq:hover {
  color: #45b8af;
}
.careers-list___2QWTd .email___16ECq:hover:after {
  transform: scaleX(1);
  transform-origin: 0 0;
  transition-delay: 0.1s;
  width: 113px;
}
@media screen and (max-width: 1024px) {
  .close-wrap___l774y.open___2nXag {
    transform: rotate(45deg);
  }
  .close-wrap___l774y.open___2nXag svg path {
    fill: #1c1c1c;
  }
}
@media screen and (max-width: 768px) {
  .close-wrap___l774y.open___2nXag {
    transform: rotate(45deg);
  }
  .close-wrap___l774y.open___2nXag svg path {
    fill: #1c1c1c;
  }
  .careers-list___2QWTd .close-wrap___l774y {
    margin-top: 0;
  }
  .careers-list___2QWTd .hint___MgYpd {
    width: 100%;
    margin: 4rem 0 4rem !important;
  }
  .careers-list___2QWTd .emailBox___ohlfl {
    width: 68vw;
    height: 18.666666666666668vw;
    margin: 5rem auto 5rem;
  }
  .careers-list___2QWTd .career-tab___2RdKB {
    padding: 2.1rem 0 2.7rem;
  }
  .emailBox___ohlfl {
    font-size: inherit;
  }
}

.careers___13Gwd {
  position: relative;
  z-index: 6;
}
.content___3RNW2 {
  position: relative;
  width: 58.333333333333336vw;
  margin-bottom: 5.208333333333334vw;
  font-size: 2.083333333333333vw;
  line-height: 2.708333333333333vw;
  letter-spacing: -0.061458333333333vw;
  font-weight: normal;
  column-gap: 6.25vw;
  max-width: 1080px;
  background-color: #f4f4f4;
  pointer-events: none;
  background-image: url("/static/assets/patterns/noise.png");
}
@media screen and (max-width: 767px) {
  .content___3RNW2 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .content___3RNW2 {
    line-height: 8.533333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .content___3RNW2 {
    letter-spacing: -0.266666666666667vw;
  }
}
.content___3RNW2 p {
  margin: 0;
  padding: 0;
  margin-bottom: 1.041666666666667vw;
  font-style: normal;
  font-weight: 300;
  font-family: 'EuclidFlex';
}
.content___3RNW2 h2 {
  font-size: 2.395833333333333vw;
  line-height: 3.020833333333333vw;
  letter-spacing: -0.041666666666667vw;
  margin-top: 8.333333333333334vw;
  font-family: 'EuclidCirc';
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .content___3RNW2 h2 {
    font-size: 8.533333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .content___3RNW2 h2 {
    line-height: 15.466666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .content___3RNW2 h2 {
    letter-spacing: -0.266666666666667vw;
  }
}
.content___3RNW2 .about-link___2ksJz {
  position: relative;
  margin-top: 2.083333333333333vw;
  display: flex;
}
@media screen and (max-width: 767px) {
  .content___3RNW2 {
    width: auto;
    column-count: auto;
  }
  .content___3RNW2 p {
    margin-bottom: 10.666666666666666vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content___3RNW2 {
    width: auto;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
    margin-bottom: 3.125vw;
  }
  .content___3RNW2 p {
    margin-bottom: 1.953125vw !important;
  }
  .content___3RNW2 h2 {
    margin-top: 4.166666666666667vw;
  }
}

.caption___3FeeZ {
  grid-row-start: 2;
  margin-top: 1.5625vw;
  margin-left: 3.645833333333333vw;
  font-size: 1.666666666666667vw;
  line-height: 2.395833333333333vw;
  font-weight: 300;
  color: #1c1c1c;
  width: 27.083333333333336vw;
}
@media screen and (max-width: 767px) {
  .caption___3FeeZ {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___3FeeZ {
    line-height: 6.4vw;
  }
}
.caption___3FeeZ.white___2_CKL {
  color: #fff;
}
.link-wrap___29LxY {
  position: relative;
  display: flex;
  margin-left: 3.645833333333333vw;
  margin-top: 2.083333333333333vw;
  grid-column-start: 1;
  grid-row-start: 3;
}
.list-wrap___3eOLV {
  position: relative;
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 2;
  margin-left: 7.8125vw;
  margin-bottom: 0;
  width: 29.687500000000004vw;
}
.list-wrap___3eOLV .list-element___ubvUL {
  margin-bottom: 3.125vw;
  border-bottom: 1px solid rgba(28,28,28,0.2);
}
.list-wrap___3eOLV .list-element___ubvUL .element-head___2IDSF {
  font-size: 1.666666666666667vw;
  letter-spacing: -0.026041666666667vw;
}
@media screen and (max-width: 767px) {
  .list-wrap___3eOLV .list-element___ubvUL .element-head___2IDSF {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .list-wrap___3eOLV .list-element___ubvUL .element-head___2IDSF {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .list-wrap___3eOLV .list-element___ubvUL .element-head___2IDSF {
    letter-spacing: -0.133333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .list-wrap___3eOLV .list-element___ubvUL .element-head___2IDSF {
    letter-spacing: -0.048828125vw;
  }
}
.list-wrap___3eOLV .list-element___ubvUL .element-head___2IDSF .number___l2lO6 {
  position: absolute;
  left: -4.166666666666667vw;
  color: #e95541;
}
.list-wrap___3eOLV .list-element___ubvUL .element-caption___1RzcO {
  margin-top: 1.5625vw;
  margin-bottom: 3.125vw;
  width: 26.041666666666668vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .list-wrap___3eOLV .list-element___ubvUL .element-caption___1RzcO {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .list-wrap___3eOLV .list-element___ubvUL .element-caption___1RzcO {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .list-wrap___3eOLV .list-element___ubvUL .element-caption___1RzcO {
    line-height: 6.933333333333334vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .list-wrap___3eOLV .list-element___ubvUL .element-caption___1RzcO {
    line-height: 1.953125vw;
  }
}
.list-wrap___3eOLV .list-element___ubvUL:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.list-wrap___3eOLV .list-element___ubvUL:last-child .element-caption___1RzcO {
  margin-bottom: 0;
}
.list-wrap___3eOLV.white___2_CKL {
  margin-bottom: 13.020833333333334vw;
}
.list-wrap___3eOLV.white___2_CKL .list-element___ubvUL {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.list-wrap___3eOLV.white___2_CKL .list-element___ubvUL .element-head___2IDSF {
  color: #fff;
}
.list-wrap___3eOLV.white___2_CKL .list-element___ubvUL .element-head___2IDSF .number___l2lO6 {
  color: #25b8ce;
}
.list-wrap___3eOLV.white___2_CKL .list-element___ubvUL .element-caption___1RzcO {
  color: #fff;
}
.list-wrap___3eOLV.white___2_CKL .list-element___ubvUL:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .caption___3FeeZ {
    width: 70.66666666666667vw;
    margin-left: 7.2vw;
    margin-top: 10.666666666666666vw;
    margin-bottom: 16vw;
    z-index: 1;
  }
  .back___23WTh {
    left: 0;
    margin-top: -16vw;
    margin-left: 0;
    width: 120%;
    height: calc(100% + -10vw);
  }
  .back___23WTh.right___3uKDl {
    width: 120%;
  }
  .caption___3FeeZ {
    margin-bottom: 5.333333333333333vw;
  }
  .link-wrap___29LxY {
    margin-left: 7.2vw;
  }
  .list-wrap___3eOLV {
    margin-top: 16vw;
    margin-left: 7.2vw;
    width: auto;
  }
  .list-wrap___3eOLV .list-element___ubvUL {
    margin-bottom: 10.666666666666666vw;
  }
  .list-wrap___3eOLV .list-element___ubvUL .element-head___2IDSF .number___l2lO6 {
    position: relative;
    left: 0;
  }
  .list-wrap___3eOLV .list-element___ubvUL .element-caption___1RzcO {
    width: auto;
    margin-bottom: 10.666666666666666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___3FeeZ {
    width: 33.203125vw;
    margin-left: 5.859375vw;
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
    z-index: 1;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .link-wrap___29LxY {
    margin-left: 5.859375vw;
    margin-top: 1.953125vw;
  }
  .list-wrap___3eOLV .list-element___ubvUL {
    margin-bottom: 1.953125vw;
  }
  .list-wrap___3eOLV .list-element___ubvUL .element-head___2IDSF .number___l2lO6 {
    left: -5.859375vw;
  }
}

.section-wrap___bcJZA {
  width: 100vw;
  position: relative;
  margin-top: -1px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  color: #1c1c1c;
  z-index: 0;
}
.section-wrap___bcJZA .back___2MmAE {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  background-image: url("/static/assets/patterns/noise.png");
}
.section-wrap___bcJZA .inner-cont___3Wv48 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  padding-left: 16.666666666666668vw;
  padding-top: 0;
}
.section-wrap___bcJZA .inner-cont___3Wv48 .section-header___8SdBU {
  z-index: 5;
  width: 100%;
  pointer-events: none;
}
.section-wrap___bcJZA .inner-cont___3Wv48.back-plane-padding___2LThy {
  padding-top: 18.75vw;
}
.section-wrap___bcJZA .inner-cont___3Wv48 p {
  padding: 0;
  margin: 0;
  margin-bottom: 1.666666666666667vw;
}
.section-wrap___bcJZA.section-before-hole___25F7g {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-wrap___bcJZA.section-before-hole___25F7g {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-wrap___bcJZA.section-before-hole___25F7g {
    padding-bottom: 8.7890625vw;
  }
}
.section-wrap___bcJZA:nth-last-child(2) {
  padding-bottom: 8.333333333333334vw;
}
@media screen and (max-width: 767px) {
  .section-wrap___bcJZA:nth-last-child(2) {
    padding-bottom: 26.666666666666668vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-wrap___bcJZA:nth-last-child(2) {
    padding-bottom: 8.7890625vw;
  }
}
.section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 {
  width: 61.97916666666667vw;
}
.section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 .section-header___8SdBU {
  width: 27.760416666666668vw;
}
.section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 .section-header___8SdBU .header___EAGli {
  line-height: 3.020833333333333vw;
}
.section-wrap___bcJZA.careers___1g0Rm .back___2MmAE {
  background: #fff !important;
}
@media screen and (max-width: 767px) {
  .section-wrap___bcJZA .inner-cont___3Wv48,
  .section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 {
    width: 85.33333333333333vw;
    padding-left: 7.2vw;
    padding-top: 0;
  }
  .section-wrap___bcJZA .inner-cont___3Wv48 .section-header___8SdBU,
  .section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 .section-header___8SdBU {
    width: 100%;
  }
  .section-wrap___bcJZA .inner-cont___3Wv48.back-plane-padding___2LThy,
  .section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48.back-plane-padding___2LThy {
    padding-top: 42.66666666666667vw;
  }
  .section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-wrap___bcJZA .inner-cont___3Wv48,
  .section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 {
    width: 88.8671875vw;
    padding-left: 5.859375vw;
    padding-top: 0;
    padding-bottom: 5.208333333333334vw;
  }
  .section-wrap___bcJZA .inner-cont___3Wv48 .section-header___8SdBU,
  .section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 .section-header___8SdBU {
    width: 100%;
  }
  .section-wrap___bcJZA .inner-cont___3Wv48.back-plane-padding___2LThy,
  .section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48.back-plane-padding___2LThy {
    padding-top: 14.6484375vw;
  }
  .section-wrap___bcJZA.about___2v358 .inner-cont___3Wv48 {
    padding-bottom: 0;
  }
}

.intro-wrap___VbBrE {
  width: 90%;
  display: flex;
  align-items: stretch;
  margin-bottom: 10.416666666666668vw;
  margin-top: 7.8125vw;
}
.intro-wrap___VbBrE .intro-person____HbxT {
  padding-right: 3.385416666666667vw;
  white-space: nowrap;
  border-right: 1px solid #1c1c1c;
  font-family: 'EuclidCirc', sans-serif;
  text-align: center;
}
.intro-wrap___VbBrE .intro-person____HbxT .avatar___301Yt {
  margin: 0 auto 1.041666666666667vw;
  width: 4.166666666666667vw;
  height: 4.166666666666667vw;
  border-radius: 50%;
  overflow: hidden;
}
.intro-wrap___VbBrE .intro-person____HbxT .avatar___301Yt img {
  max-width: 100%;
  max-height: 100%;
}
.intro-wrap___VbBrE .intro-person____HbxT .name___Z4LyQ {
  font-size: 1.041666666666667vw;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .intro-wrap___VbBrE .intro-person____HbxT .name___Z4LyQ {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro-wrap___VbBrE .intro-person____HbxT .name___Z4LyQ {
    font-size: 1.7578125vw;
  }
}
.intro-wrap___VbBrE .intro-person____HbxT .position___3sHUn {
  color: #a4a4a4;
  font-size: 0.833333333333333vw;
  font-weight: 300;
  line-height: 1.625;
  margin-bottom: 1.041666666666667vw;
}
@media screen and (max-width: 767px) {
  .intro-wrap___VbBrE .intro-person____HbxT .position___3sHUn {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro-wrap___VbBrE .intro-person____HbxT .position___3sHUn {
    font-size: 1.5625vw;
  }
}
.intro-wrap___VbBrE .intro-person____HbxT .social___NTY22 {
  display: inline-block;
  border-top: 1px solid rgba(28,28,28,0.2);
  padding-top: 0.520833333333333vw;
}
.intro-wrap___VbBrE .intro-person____HbxT .social___NTY22 a {
  display: inline-block;
}
.intro-wrap___VbBrE .intro-description___23FVR {
  font-family: 'EuclidFlex', sans-serif;
  line-height: 1.26;
  font-weight: 300;
  letter-spacing: -1.2px;
  font-size: 1.875vw;
  padding-left: 5.208333333333334vw;
}
@media screen and (max-width: 767px) {
  .intro-wrap___VbBrE .intro-description___23FVR {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro-wrap___VbBrE .intro-description___23FVR {
    font-size: 2.34375vw;
  }
}
.intro-wrap___VbBrE .intro-description___23FVR p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .intro-wrap___VbBrE {
    display: block;
    width: 100%;
    margin-bottom: 15.625vw;
  }
  .intro-wrap___VbBrE .intro-person____HbxT {
    border: none;
  }
  .intro-wrap___VbBrE .intro-person____HbxT .avatar___301Yt {
    width: 13.020833333333334vw;
    height: 13.020833333333334vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro-wrap___VbBrE {
    padding-left: 10%;
    margin-bottom: 6.25vw;
  }
}

.blog-single___hHGKV {
  width: 50vw;
  padding: 5.208333333333334vw 12.5vw;
  padding-bottom: 2.604166666666667vw;
  margin-bottom: -2.604166666666667vw;
  margin-top: -2.604166666666667vw;
  background: #fff;
  z-index: 10;
}
.blog-single___hHGKV .company___2kcXT {
  width: 12.5vw;
  float: right;
  border-bottom: 1px solid rgba(28,28,28,0.2);
  margin-left: 6.25vw;
  margin-right: -6.25vw;
  margin-bottom: 2.604166666666667vw;
}
.blog-single___hHGKV .company___2kcXT .company-header___1xKmc img {
  max-width: 100%;
}
.blog-single___hHGKV .company___2kcXT .description___26YuY {
  padding: 1.5625vw 0;
  color: #9f9f9f;
  font-size: 0.833333333333333vw;
  line-height: 1.25vw;
  letter-spacing: -0.010416666666667vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .blog-single___hHGKV .company___2kcXT .description___26YuY {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single___hHGKV .company___2kcXT .description___26YuY {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single___hHGKV .company___2kcXT .description___26YuY {
    line-height: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single___hHGKV .company___2kcXT .description___26YuY {
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single___hHGKV .company___2kcXT .description___26YuY {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single___hHGKV .company___2kcXT .description___26YuY {
    letter-spacing: -0.01953125vw;
  }
}
.blog-single___hHGKV .company___2kcXT .description___26YuY p {
  margin-bottom: 0.520833333333333vw;
}
.blog-single___hHGKV .company___2kcXT .description___26YuY .link___3W8Fa {
  color: #1c1c1c;
  transition: color 0.35s;
}
.blog-single___hHGKV .company___2kcXT .description___26YuY .link___3W8Fa:hover {
  color: #45b8af;
}
.bottom___3CIr8 {
  width: 100%;
  background: #fff;
  height: 2.604166666666667vw;
}
.blog-single-wrap___3lgFG {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0;
  padding: 5.208333333333334vw 12.5vw;
  z-index: -10;
}
.blog-single-wrap___3lgFG.top-wrap___2o6mF {
  padding: 0;
  display: block;
  width: 100%;
}
.blog-single-wrap___3lgFG.btn-wrap___3yolI {
  margin-top: -18.229166666666668vw;
}
.blog-single-wrap___3lgFG h1,
.blog-single-wrap___3lgFG h2 {
  font-size: 2.395833333333333vw;
  line-height: 3.020833333333333vw;
  letter-spacing: -0.041666666666667vw;
  font-weight: 500;
  margin: 2.604166666666667vw 0 2.083333333333333vw;
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG h1,
  .blog-single-wrap___3lgFG h2 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG h1,
  .blog-single-wrap___3lgFG h2 {
    font-size: 4.4921875vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG h1,
  .blog-single-wrap___3lgFG h2 {
    line-height: 5.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG h1,
  .blog-single-wrap___3lgFG h2 {
    line-height: 5.6640625vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG h1,
  .blog-single-wrap___3lgFG h2 {
    letter-spacing: -0.026666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG h1,
  .blog-single-wrap___3lgFG h2 {
    letter-spacing: -0.078125vw;
  }
}
.blog-single-wrap___3lgFG h3 {
  font-size: 1.770833333333333vw;
  line-height: 1.34;
  font-weight: 500;
  margin: 2.604166666666667vw 0 2.083333333333333vw;
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG h3 {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG h3 {
    font-size: 2.734375vw;
  }
}
.blog-single-wrap___3lgFG ol,
.blog-single-wrap___3lgFG ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-single-wrap___3lgFG ol li,
.blog-single-wrap___3lgFG ul li {
  padding-left: 4.166666666666667vw;
  position: relative;
}
.blog-single-wrap___3lgFG ol {
  counter-reset: num;
}
.blog-single-wrap___3lgFG ol li img {
  margin: 2.083333333333333vw 0 1.041666666666667vw;
}
.blog-single-wrap___3lgFG ol li:before {
  content: counter(num, decimal-leading-zero) ".";
  color: #9f9f9f;
  margin: 0 0.78125vw 0 0;
  position: relative;
}
.blog-single-wrap___3lgFG ol li {
  counter-increment: num;
}
.blog-single-wrap___3lgFG ol li:before {
  content: counter(num) '.';
  position: absolute;
  left: 0;
  top: 0;
  color: #eb6353;
  margin: 0 1.5625vw;
}
.blog-single-wrap___3lgFG ul li:before {
  content: '';
  width: 0.46875vw;
  height: 0.46875vw;
  background: rgba(233,85,65,0.9);
  margin: 0 1.666666666666667vw;
  position: absolute;
  border-radius: 50%;
  top: 0.78125vw;
  left: 0;
}
.blog-single-wrap___3lgFG li,
.blog-single-wrap___3lgFG p {
  font-size: 1.25vw;
  letter-spacing: -0.010416666666667vw;
  margin: 0 0 1.875vw;
  line-height: 1.5;
  font-weight: 300;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG li,
  .blog-single-wrap___3lgFG p {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG li,
  .blog-single-wrap___3lgFG p {
    font-size: 2.05078125vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG li,
  .blog-single-wrap___3lgFG p {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG li,
  .blog-single-wrap___3lgFG p {
    letter-spacing: -0.01953125vw;
  }
}
.blog-single-wrap___3lgFG a {
  color: #45b8af;
  transition: color 0.35s;
}
.blog-single-wrap___3lgFG a:hover {
  color: #1c1c1c;
}
.blog-single-wrap___3lgFG small {
  display: block;
  text-align: center;
  color: #9f9f9f;
  font-size: 0.833333333333333vw;
  line-height: 1.25vw;
  letter-spacing: -0.010416666666667vw;
  margin-bottom: 1.041666666666667vw;
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG small {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG small {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG small {
    line-height: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG small {
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG small {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG small {
    letter-spacing: -0.01953125vw;
  }
}
.blog-single-wrap___3lgFG blockquote {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  margin: 2.604166666666667vw 0;
  padding: 3.645833333333333vw 2.604166666666667vw;
  text-align: center;
  position: relative;
}
.blog-single-wrap___3lgFG blockquote:before {
  content: '';
  background-color: #fff;
  background-image: url("/static/assets/ui/icons/quote.svg");
  background-repeat: no-repeat;
  background-size: 2.8125vw;
  background-position: center;
  width: 2.8125vw;
  height: 2.03125vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  padding: 0 1.71875vw;
}
.blog-single-wrap___3lgFG blockquote p {
  font-weight: 500;
  font-size: 1.666666666666667vw;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG blockquote p {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG blockquote p {
    font-size: 2.34375vw;
  }
}
.blog-single-wrap___3lgFG blockquote small {
  color: #a4a4a4;
  line-height: 1.25;
  font-size: 0.833333333333333vw;
  max-width: 17.708333333333336vw;
  font-weight: 300;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG blockquote small {
    font-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG blockquote small {
    font-size: 1.3671875vw;
  }
}
.blog-single-wrap___3lgFG blockquote small strong {
  color: #1c1c1c;
  margin-bottom: 0.416666666666667vw;
  font-size: 1.041666666666667vw;
  line-height: 1.4;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .blog-single-wrap___3lgFG blockquote small strong {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-wrap___3lgFG blockquote small strong {
    font-size: 1.5625vw;
  }
}
.blog-single-wrap___3lgFG img {
  max-width: 100% !important;
  height: auto !important;
  margin: 2.604166666666667vw 0;
}
.blog-single-footer___2DFgQ {
  position: relative;
  min-width: 50vw;
  padding: 5.208333333333334vw 12.5vw;
  margin-top: -2.604166666666667vw;
  background: #fff;
  z-index: 0;
}
.blog-single-footer___2DFgQ .button-main___380pD {
  padding: 4.166666666666667vw 0;
  font-size: 0.833333333333333vw;
  color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .blog-single-footer___2DFgQ .button-main___380pD {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-footer___2DFgQ .button-main___380pD {
    font-size: 1.5625vw;
  }
}
.blog-single-footer___2DFgQ .bottom___3CIr8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.083333333333333vw;
  border-top: 1px solid rgba(28,28,28,0.2);
}
.blog-single-footer___2DFgQ .bottom___3CIr8 .filter-tags___3Asmw {
  font-size: 0.729166666666667vw;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .blog-single-footer___2DFgQ .bottom___3CIr8 .filter-tags___3Asmw {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-footer___2DFgQ .bottom___3CIr8 .filter-tags___3Asmw {
    font-size: 1.3671875vw;
  }
}
.blog-single-footer___2DFgQ .social___3Lr3m {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-single-footer___2DFgQ .social___3Lr3m .social-desc___3GvQm {
  color: #a4a4a4;
  font-size: 0.833333333333333vw;
  margin-right: 1.041666666666667vw;
}
@media screen and (max-width: 767px) {
  .blog-single-footer___2DFgQ .social___3Lr3m .social-desc___3GvQm {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-footer___2DFgQ .social___3Lr3m .social-desc___3GvQm {
    font-size: 1.5625vw;
  }
}
.blog-single-footer___2DFgQ .social___3Lr3m .soc-wrap___3YbY4 {
  width: 2.1875vw;
  height: 2.1875vw;
  border: 1px solid rgba(28,28,28,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.260416666666667vw;
}
@media screen and (max-width: 767px) {
  .bottom___3CIr8 {
    width: 100%;
    background: #fff;
    height: 40vw;
  }
  .footer-wrap___3WDq- {
    margin-right: 1.041666666666667vw;
    width: 100%;
    min-height: 15.625vw;
  }
  .blog-single-footer___2DFgQ {
    margin-top: -7.8125vw;
    width: 60.41666666666667vw;
    height: auto;
  }
  .blog-single-footer___2DFgQ .bottom___3CIr8 {
    flex-direction: column;
    height: auto;
  }
  .blog-single-footer___2DFgQ .social___3Lr3m {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 3.125vw;
  }
  .blog-single-footer___2DFgQ .social___3Lr3m .social-desc___3GvQm {
    color: #a4a4a4;
    font-size: 2.864583333333333vw;
    margin-right: 1.041666666666667vw;
  }
  .blog-single-footer___2DFgQ .social___3Lr3m .soc-wrap___3YbY4 {
    width: 8vw;
    height: 8vw;
    margin-right: 1.041666666666667vw;
  }
  .blog-single___hHGKV {
    width: 60.41666666666667vw;
    margin-bottom: -23.4375vw;
    margin-top: -7.8125vw;
    padding-bottom: 0;
  }
  .blog-single___hHGKV .company___2kcXT {
    width: calc(100% + 20px);
    float: none;
    margin: 0 -10px 30px;
  }
  .blog-single___hHGKV .company___2kcXT .description___26YuY {
    padding: 20px 0;
  }
  .blog-single___hHGKV .company___2kcXT .description___26YuY p {
    margin-bottom: 10px;
  }
  .blog-single-wrap___3lgFG {
    padding: 5.208333333333334vw 12.5vw;
  }
  .blog-single-wrap___3lgFG ul li,
  .blog-single-wrap___3lgFG ol li {
    padding-left: 25px;
  }
  .blog-single-wrap___3lgFG ul li:before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
  .blog-single-wrap___3lgFG blockquote small {
    max-width: none;
  }
  .blog-single-wrap___3lgFG.btn-wrap___3yolI {
    margin-top: -18.229166666666668vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .social-desc___3GvQm {
    font-size: 14.666666666666666vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .social-desc___3GvQm {
    font-size: 5.37109375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-wrap___3WDq- {
    width: 100%;
  }
  .footer-wrap___3WDq- .blog-single-footer___2DFgQ {
    margin-top: -4.166666666666667vw;
  }
  .footer-wrap___3WDq- .blog-single-footer___2DFgQ .bottom___3CIr8 {
    height: auto;
  }
  .footer-wrap___3WDq- .blog-single-footer___2DFgQ .bottom___3CIr8 .filter-tags___3Asmw {
    align-items: stretch;
    height: auto;
  }
  .footer-wrap___3WDq- .blog-single-footer___2DFgQ .bottom___3CIr8 .social___3Lr3m {
    width: 50%;
    justify-content: flex-end;
  }
  .footer-wrap___3WDq- .blog-single-footer___2DFgQ .bottom___3CIr8 .social___3Lr3m .soc-wrap___3YbY4 {
    width: 4.166666666666667vw;
    height: 4.166666666666667vw;
  }
  .blog-single___hHGKV {
    min-height: 18.229166666666668vw;
    margin-bottom: -18.229166666666668vw;
    margin-top: -4.166666666666667vw;
    min-width: 63.802083333333336vw;
    padding-bottom: 6.770833333333334vw;
  }
  .blog-single-footer___2DFgQ {
    flex-direction: column;
    height: auto;
  }
  .blog-single___hHGKV .company___2kcXT {
    width: 35%;
  }
  .blog-single-wrap___3lgFG.btn-wrap___3yolI {
    margin-top: -13.020833333333334vw;
  }
  .blog-single-wrap___3lgFG blockquote small {
    max-width: none;
  }
}

.blog-single-quote___2RUrU {
  margin: 0;
  color: #fff;
  padding: 0 6.25vw 10.416666666666668vw;
  margin-top: 7.8125vw;
}
.blog-single-quote___2RUrU .quote-content___mqvSh {
  padding-left: 6.25vw;
  position: relative;
}
.blog-single-quote___2RUrU .quote-content___mqvSh p {
  font-size: 1.25vw;
  margin: 0 0 1.875vw;
  letter-spacing: -0.010416666666667vw;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .blog-single-quote___2RUrU .quote-content___mqvSh p {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-quote___2RUrU .quote-content___mqvSh p {
    font-size: 2.05078125vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-quote___2RUrU .quote-content___mqvSh p {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-quote___2RUrU .quote-content___mqvSh p {
    letter-spacing: -0.01953125vw;
  }
}
.blog-single-quote___2RUrU .quote-content___mqvSh p:last-of-type {
  padding-bottom: 3.125vw;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.blog-single-quote___2RUrU .quote-content___mqvSh:before {
  content: '';
  background-image: url("/static/assets/ui/icons/quote_white.svg");
  background-repeat: no-repeat;
  background-size: 2.8125vw;
  background-position: center;
  width: 2.8125vw;
  height: 2.03125vw;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-single-quote___2RUrU .quote-author___2G_gE {
  display: flex;
}
.blog-single-quote___2RUrU .quote-author___2G_gE .avatar___3DUWF {
  width: 4.166666666666667vw;
  height: 4.166666666666667vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2.083333333333333vw;
}
.blog-single-quote___2RUrU .quote-author___2G_gE .avatar___3DUWF img {
  max-height: 100%;
}
.blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv p {
  margin-bottom: 0;
}
.blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .name___48Dbe {
  font-size: 1.041666666666667vw;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .name___48Dbe {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .name___48Dbe {
    font-size: 1.7578125vw;
  }
}
.blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .position___hP4U- {
  font-size: 0.833333333333333vw;
  line-height: 1.25vw;
  letter-spacing: -0.010416666666667vw;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .position___hP4U- {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .position___hP4U- {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .position___hP4U- {
    line-height: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .position___hP4U- {
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .position___hP4U- {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-single-quote___2RUrU .quote-author___2G_gE .quote-desc___1Pczv .position___hP4U- {
    letter-spacing: -0.01953125vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-quote___2RUrU {
    margin-top: 15.625vw;
    margin-bottom: 5.208333333333334vw;
  }
  .blog-single-quote___2RUrU .quote-desc___1Pczv {
    margin-left: 2.083333333333333vw;
  }
  .blog-single-quote___2RUrU .quote-author___2G_gE .avatar___3DUWF {
    margin-right: 0;
    width: 13.020833333333334vw;
    height: 13.020833333333334vw;
  }
}

.back___1PNpz {
  position: absolute;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  width: 35.41666666666667vw;
  height: 100%;
  margin-top: -3.645833333333333vw;
  background-color: #fff;
  z-index: 2;
}
.back___1PNpz.right___agCuK {
  grid-column-start: 2;
}
.back___1PNpz.top-block___3YHIO {
  grid-row-start: 2;
  grid-row-end: 4;
}
.caption-wrap___30U3c {
  grid-row-start: 2;
  margin-top: -9.895833333333334vw;
  padding: 9.895833333333334vw 3.645833333333333vw 3.645833333333333vw;
  z-index: 2;
  background-color: #fff;
}
.caption-wrap___30U3c .caption___3qjVp {
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  color: rgba(28,28,28,0.5);
}
@media screen and (max-width: 767px) {
  .caption-wrap___30U3c .caption___3qjVp {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .caption-wrap___30U3c .caption___3qjVp {
    line-height: 6.4vw;
  }
}
.caption-wrap___30U3c .caption___3qjVp p {
  padding: 0;
  margin: 0;
  margin-bottom: 1.666666666666667vw;
}
.caption-wrap___30U3c .step-number___34ENO {
  position: absolute;
  right: 0;
  margin-top: -7.8125vw;
  margin-right: 2.083333333333333vw;
  font-size: 0.833333333333333vw;
  letter-spacing: 0.208333333333333vw;
  text-transform: uppercase;
  color: #e95541;
}
@media screen and (max-width: 767px) {
  .caption-wrap___30U3c .step-number___34ENO {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .caption-wrap___30U3c .step-number___34ENO {
    letter-spacing: 0.8vw;
  }
}
.caption-wrap___30U3c.right___agCuK {
  grid-column-start: 2;
}
.caption-wrap___30U3c.top-block___3YHIO {
  grid-row-start: 3;
}
.image-wrap___15_FV {
  grid-row-start: 1;
  grid-column-start: 2;
  position: absolute;
  width: 52.083333333333336vw;
  height: 34.375vw;
  margin-top: -10.416666666666668vw;
  margin-left: -14.583333333333334vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.image-wrap___15_FV img {
  width: 100%;
}
.image-wrap___15_FV.right___agCuK {
  grid-column-start: 1;
  margin-left: 0;
}
.image-wrap___15_FV.top-block___3YHIO {
  grid-row-start: 2;
}
.bottom-content___3GdIB {
  position: relative;
  grid-row-start: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 8.333333333333334vw;
  height: 5.208333333333334vw;
}
.bottom-content___3GdIB.real-content___1THd2 {
  height: auto;
  margin-top: 0;
}
.bottom-content___3GdIB .bottom-inner___27lVU {
  margin-top: 11.458333333333334vw;
}
.bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 0.9375vw;
  line-height: 1.458333333333333vw;
  width: 52.083333333333336vw;
}
@media screen and (max-width: 767px) {
  .bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr {
    line-height: 6.4vw;
  }
}
.bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr .team-role___JaLwx {
  width: calc(50% - 5.208333333333334vw);
  margin-left: 5.208333333333334vw;
  margin-top: 2.083333333333333vw;
  color: #a4a4a4;
}
.bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr .team-role___JaLwx:before {
  content: '\2022';
  display: block;
  position: absolute;
  margin-left: -1.5625vw;
  color: #e95541;
}
.bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr .team-role___JaLwx .role___1bLft {
  font-weight: 500;
  color: #1c1c1c;
}
.bottom-content___3GdIB.top-block___3YHIO {
  grid-row-start: 4;
  margin-bottom: 0;
}
.top-content___2I74A {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  margin-bottom: 18.229166666666668vw;
}
@media screen and (max-width: 767px) {
  .back___1PNpz {
    display: none;
  }
  .caption-wrap___30U3c {
    margin-top: 10.666666666666666vw;
    background-color: transparent;
    padding: 0;
  }
  .caption-wrap___30U3c .step-number___34ENO {
    margin-top: -32vw;
    left: 7.2vw;
    right: auto;
  }
  .top-content___2I74A {
    order: -1;
    margin-bottom: 32vw;
  }
  .image-wrap___15_FV {
    position: relative;
    width: calc(100% + 14.4vw);
    order: -1;
    height: auto;
    margin-left: -7.2vw;
    margin-bottom: 18.666666666666668vw;
  }
  .image-wrap___15_FV.right___agCuK {
    margin-left: -7.2vw;
  }
  .image-wrap___15_FV img {
    display: block;
  }
  .bottom-content___3GdIB {
    height: auto;
    padding-bottom: 18.666666666666668vw;
    margin-top: 0;
  }
  .bottom-content___3GdIB.real-content___1THd2 {
    padding-bottom: 0;
  }
  .bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr {
    padding-bottom: 18.666666666666668vw;
    display: block;
    width: 100%;
  }
  .bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr .team-role___JaLwx {
    width: auto;
    margin-left: 5.333333333333333vw;
  }
  .bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr .team-role___JaLwx:before {
    margin-left: -5.333333333333333vw;
  }
  .bottom-content___3GdIB .bottom-inner___27lVU.bottom-default-text___1dSWv {
    margin-top: 26.666666666666668vw;
    padding-top: 26.666666666666668vw;
    border-top: 1px solid rgba(28,28,28,0.1);
  }
  .bottom-content___3GdIB .button-wrap___2jv6c {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption-wrap___30U3c {
    margin-top: -13.671875vw;
    padding: 15.625vw 5.859375vw 5.859375vw;
  }
  .caption-wrap___30U3c .caption___3qjVp {
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
  }
  .caption-wrap___30U3c .caption___3qjVp p {
    margin-bottom: 3.515625vw;
  }
  .caption-wrap___30U3c .step-number___34ENO {
    top: 0;
    right: auto;
    margin-top: 3.90625vw;
    margin-right: auto;
    font-size: 1.5625vw;
    letter-spacing: 0.390625vw;
  }
  .image-wrap___15_FV {
    width: auto;
    grid-column-end: 2;
    margin-top: -11.71875vw;
    margin-left: 0;
  }
  .image-wrap___15_FV img {
    margin-left: -20%;
    display: block;
    position: relative;
    width: 120%;
  }
  .image-wrap___15_FV.right___agCuK img {
    margin-left: 0;
  }
  .bottom-content___3GdIB {
    margin-top: 0;
    height: 9.765625vw;
  }
  .bottom-content___3GdIB .bottom-inner___27lVU {
    margin-top: 5.859375vw;
  }
  .bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr {
    width: auto;
    font-size: 1.7578125vw;
    line-height: 2.734375vw;
  }
  .bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr .team-role___JaLwx {
    padding-right: 6.8359375vw;
    width: calc(50% - 10.25390625vw);
    margin-left: 3.41796875vw;
    margin-top: 0;
    margin-bottom: 3.90625vw;
  }
  .bottom-content___3GdIB .bottom-inner___27lVU.team___3J1Wr .team-role___JaLwx:before {
    margin-left: -3.41796875vw;
  }
  .top-content___2I74A {
    margin-bottom: 21.484375vw;
  }
}

.first-section-wrap___3UR9L {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 3.645833333333333vw;
}
@media screen and (max-width: 767px) {
  .first-section-wrap___3UR9L {
    margin-left: 7.2vw;
  }
  .first-section-wrap___3UR9L .link-wrap___2QK9E {
    margin-left: 7.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .first-section-wrap___3UR9L {
    margin-left: 5.859375vw;
  }
  .first-section-wrap___3UR9L .link-wrap___2QK9E {
    margin-left: 5.859375vw;
  }
}

.products-wrap___1mqg2 {
  position: relative;
  width: 100%;
  height: 48.69700000000001vw;
}
.products___3SFm0 {
  z-index: 1;
  position: absolute;
  width: 100%;
  margin-top: 1.5625vw;
  height: 44.27vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
.products-item___Hs37G {
  position: relative;
  width: 35.415vw;
  height: 44.27vw;
  margin-bottom: 4.17vw;
  margin-left: auto;
  perspective: 1200px;
  margin-top: -5vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.products-item___Hs37G:first-child {
  margin-left: 0;
  margin-top: 0;
}
.products-item-transform___1qh1z {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.products-item-inner___2Jfn0 {
  width: 77.5%;
  height: 100%;
}
.products-item-inner-header___-p1Bz {
  position: relative;
  font-family: 'EuclidCirc', sans-serif;
  font-size: 2.8125vw;
  letter-spacing: -0.04375vw;
  font-weight: 500;
  padding-top: 3.645833333333333vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .products-item-inner-header___-p1Bz {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .products-item-inner-header___-p1Bz {
    letter-spacing: -0.096vw;
  }
}
.products-item-inner-caption___baSV9 {
  position: relative;
  font-family: 'EuclidCirc', sans-serif;
  font-size: 0.833333333333333vw;
  font-weight: 300;
  margin-top: 1.25vw;
  font-size: 0.94vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .products-item-inner-caption___baSV9 {
    font-size: 4.266666666666667vw;
  }
}
.products-item-inner-image-wrap___3rD6N {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
}
.products-item-inner-image-wrap___3rD6N img {
  display: block;
  position: relative;
  margin-left: -2.604166666666667vw;
  margin-bottom: -2.604166666666667vw;
  width: 40.625vw;
}
.products-item-inner-link-wrap___2CGhd {
  position: absolute;
  bottom: 3.645833333333333vw;
}
@media screen and (max-width: 767px) {
  .products-wrap___1mqg2 {
    width: 92vw;
    height: auto;
  }
  .products-wrap___1mqg2 .products___3SFm0 {
    height: auto;
    width: 100%;
    position: relative;
    flex-direction: column;
    margin-top: 2.666666666666667vw;
  }
  .products-wrap___1mqg2 .products-item___Hs37G {
    height: 162.66666666666666vw;
    width: 93.33333333333333vw;
    margin-left: 0;
    margin-top: 8vw;
  }
  .products-wrap___1mqg2 .products-item-inner___2Jfn0 {
    width: 83%;
  }
  .products-wrap___1mqg2 .products-item-inner-header___-p1Bz {
    padding-top: 12vw;
  }
  .products-wrap___1mqg2 .products-item-inner-caption___baSV9 {
    margin-top: 8vw;
    line-height: 6.4vw;
  }
  .products-wrap___1mqg2 .products-item-inner-image-wrap___3rD6N img {
    width: 106.66666666666667vw;
    margin-left: -7.333333333333333vw;
    margin-bottom: 0;
  }
  .products-wrap___1mqg2 .products-item-inner-link-wrap___2CGhd {
    bottom: 16vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products-wrap___1mqg2 {
    width: 88.8671875vw;
    height: auto;
  }
  .products-wrap___1mqg2 .products___3SFm0 {
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .products-wrap___1mqg2 .products-item___Hs37G {
    width: 100%;
    height: 44.921875vw;
    margin-top: 2.9296875vw;
    overflow: hidden;
  }
  .products-wrap___1mqg2 .products-item-inner___2Jfn0 {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-start;
  }
  .products-wrap___1mqg2 .products-item-inner-header___-p1Bz {
    margin: 0;
    padding: 0;
    font-size: 3.125vw;
    line-height: 4.00390625vw;
    letter-spacing: -0.048828125vw;
    width: 40%;
    margin-left: 5.859375vw;
    margin-top: -5.859375vw;
  }
  .products-wrap___1mqg2 .products-item-inner-caption___baSV9 {
    margin: 0;
    margin-top: 3.90625vw;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: 0vw;
    width: 40%;
    margin-left: 5.859375vw;
  }
  .products-wrap___1mqg2 .products-item-inner-link-wrap___2CGhd {
    margin-top: 3.90625vw;
    margin-left: 5.859375vw;
    bottom: 9.765625vw;
  }
  .products-wrap___1mqg2 .products-item-inner-image-wrap___3rD6N {
    height: 120%;
    margin: 0;
  }
  .products-wrap___1mqg2 .products-item-inner-image-wrap___3rD6N img {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45.8984375vw;
  }
}

.back-plane-content___yAJ_W {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 3.645833333333333vw;
  width: calc(100% - 3.645833333333333vw);
  padding-top: 7.8125vw;
}
.back-plane-content___yAJ_W .feature___2l-xS {
  width: calc(50% - 3.645833333333333vw);
}
.back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU {
  margin-left: 6.25vw;
  margin-bottom: 5.208333333333334vw;
  padding-right: 5.46875vw;
}
.back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .icon___37Nqa {
  display: block;
  position: absolute;
  width: 3.645833333333333vw;
  margin-left: -6.25vw;
  margin-top: -0.78125vw;
}
.back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .head___mQVUy {
  font-size: 1.666666666666667vw;
  letter-spacing: -0.026041666666667vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .head___mQVUy {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .head___mQVUy {
    font-size: 2.34375vw;
  }
}
.back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .caption___qbNqB {
  font-weight: 200;
  font-size: 0.9375vw;
  line-height: 1.458333333333333vw;
}
@media screen and (max-width: 767px) {
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .caption___qbNqB {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .caption___qbNqB {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .caption___qbNqB {
    line-height: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .caption___qbNqB {
    line-height: 2.34375vw;
  }
}
.section-content___3oy1r {
  margin-left: 9.895833333333334vw;
  margin-top: 2.604166666666667vw;
}
.section-content___3oy1r .text___3Pr6F:before {
  content: '';
  display: block;
  position: absolute;
  width: 7.291666666666667vw;
  margin-left: -9.895833333333334vw;
  margin-top: 1.302083333333333vw;
  height: 1px;
  background-color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .back-plane-content___yAJ_W {
    flex-direction: column;
    align-items: center;
    width: 84vw;
    padding: 5.333333333333333vw 8vw 8vw;
    box-sizing: border-box;
  }
  .back-plane-content___yAJ_W .feature___2l-xS {
    width: 90%;
    position: relative;
  }
  .back-plane-content___yAJ_W .feature___2l-xS:before {
    content: '';
    background-color: #000;
    opacity: 0.1;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    right: -11.333333333333334vw;
  }
  .back-plane-content___yAJ_W .feature___2l-xS:last-child:before {
    opacity: 0;
  }
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU {
    margin: 9.333333333333334vw 0 9.333333333333334vw 12vw;
    padding-right: 0;
  }
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .icon___37Nqa {
    width: 12.266666666666667vw;
    margin-left: -16vw;
  }
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .head___mQVUy {
    letter-spacing: -0.08vw;
    margin: 2.666666666666667vw 0;
  }
  .section-content___3oy1r {
    margin-left: 0;
    margin-top: 21.333333333333332vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-content___3oy1r .text___3Pr6F:before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back___1PM0N {
    position: absolute;
    width: 88.28125vw;
    margin-left: 5.859375vw;
    margin-top: 8.7890625vw;
    height: calc(85% + 8.7890625vw);
  }
  .back-plane-content___yAJ_W .feature___2l-xS {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
    position: relative;
    border-bottom: 0;
  }
  .back-plane-content___yAJ_W .feature___2l-xS:before {
    content: '';
    background-color: #000;
    opacity: 0.1;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
  }
  .back-plane-content___yAJ_W .feature___2l-xS:last-child:before {
    opacity: 0;
  }
  .back-plane-content___yAJ_W .feature___2l-xS .feature-wrap___P9cRU .icon___37Nqa {
    width: 4.6875vw;
  }
  .section-content___3oy1r {
    margin-left: 0;
    margin-top: 1.953125vw;
    display: flex;
    flex-direction: column;
  }
  .section-content___3oy1r .text___3Pr6F {
    font-size: 3.90625vw;
    line-height: 4.6875vw;
    letter-spacing: -0.146484375vw;
  }
  .section-content___3oy1r .text___3Pr6F:before {
    display: none;
  }
}

.content-wrap___2zbU7 {
  z-index: 2;
}
.content-wrap___2zbU7 .default-text___ye_Sx {
  position: relative;
  width: 56.25vw;
  font-family: 'EuclidFlex';
  font-weight: 300;
  font-size: 2.083333333333333vw;
  line-height: 2.395833333333333vw;
  letter-spacing: -0.078125vw;
  margin-top: -0.208333333333333vw;
}
.content-wrap___2zbU7 .default-text___ye_Sx.mainpage-about___1oCmJ {
  font-size: 2.708333333333333vw;
  line-height: 3.020833333333333vw;
  letter-spacing: -0.104166666666667vw;
  margin-top: -0.3125vw;
}
.content-wrap___2zbU7 .default-text___ye_Sx.page-about___MFuQB {
  font-size: 2.395833333333333vw;
  line-height: 3.072916666666667vw;
  margin-top: -0.3125vw;
}
.content-wrap___2zbU7 .default-text___ye_Sx p {
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.content-wrap___2zbU7 .default-text___ye_Sx p:last-child {
  margin-bottom: 0;
}
.content-wrap___2zbU7 .default-text___ye_Sx.bottom-text___16Kkx {
  margin-left: 0;
}
.content-wrap___2zbU7 .link-wrap___3fp8B,
.content-wrap___2zbU7 .button-wrap___3zJ3t,
.content-wrap___2zbU7 .app-links-wrap___2Mv5h {
  margin-top: 2.083333333333333vw;
  margin-left: 0;
  display: flex;
}
.content-wrap___2zbU7.with-number___3z2LK .default-text___ye_Sx {
  margin-left: 3.645833333333333vw;
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto 100%;
  width: 100%;
  margin-top: 11.458333333333334vw;
  padding: 5.208333333333334vw 3.645833333333333vw;
  color: #fff;
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc .header___NnGFS {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 29.166666666666668vw;
  font-size: 3.333333333333333vw;
  line-height: 3.854166666666667vw;
  letter-spacing: -0.15625vw;
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .header___NnGFS {
    font-size: 10.666666666666666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .header___NnGFS {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .header___NnGFS {
    line-height: 10.666666666666666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .header___NnGFS {
    line-height: 4.00390625vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .header___NnGFS {
    letter-spacing: -0.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .header___NnGFS {
    letter-spacing: -0.048828125vw;
  }
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc .caption___3i04S {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-left: 3.645833333333333vw;
  width: 27.083333333333336vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .caption___3i04S {
    font-size: 5.866666666666666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .caption___3i04S {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .caption___3i04S {
    line-height: 7.466666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .caption___3i04S {
    line-height: 2.9296875vw;
  }
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc .caption___3i04S span {
  display: block;
  opacity: 0.6;
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 6.770833333333334vw;
  padding-top: 4.6875vw;
  border-top: 1px solid rgba(255,255,255,0.3);
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf {
  width: 17.708333333333336vw;
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value___3FYj0 {
  font-size: 4.166666666666667vw;
  letter-spacing: -0.15625vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value___3FYj0 {
    font-size: 16vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value___3FYj0 {
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value___3FYj0 {
    letter-spacing: -0.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value___3FYj0 {
    letter-spacing: -0.29296875vw;
  }
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value___3FYj0 sup {
  position: absolute;
  font-size: 1.875vw;
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value___3FYj0 sup {
    font-size: 9.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value___3FYj0 sup {
    font-size: 3.515625vw;
  }
}
.content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value-caption___1AILZ {
  font-size: 1.041666666666667vw;
  line-height: 1.458333333333333vw;
  letter-spacing: -0.015625vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value-caption___1AILZ {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value-caption___1AILZ {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value-caption___1AILZ {
    line-height: 6.933333333333334vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value-caption___1AILZ {
    line-height: 2.734375vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value-caption___1AILZ {
    letter-spacing: -0.08vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf .value-caption___1AILZ {
    letter-spacing: -0.029296875vw;
  }
}
.content-wrap___2zbU7 .bottom-text___16Kkx {
  margin-top: 8.333333333333334vw;
}
.content-wrap___2zbU7 .bottom-text___16Kkx.default-text___ye_Sx,
.content-wrap___2zbU7 .bottom-text___16Kkx .button-wrap___3zJ3t,
.content-wrap___2zbU7 .bottom-text___16Kkx .link-wrap___3fp8B,
.content-wrap___2zbU7 .bottom-text___16Kkx .app-links-wrap___2Mv5h {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .content-wrap___2zbU7 .default-text___ye_Sx {
    font-size: 5.333333333333333vw;
    letter-spacing: -0.213333333333333vw;
    line-height: 7.466666666666667vw;
    margin-left: 6.933333333333334vw;
    margin-top: -1.066666666666667vw;
    margin-right: 0;
    width: 70.66666666666667vw;
  }
  .content-wrap___2zbU7 .default-text___ye_Sx.mainpage-about___1oCmJ {
    font-size: 6.4vw;
    letter-spacing: -0.266666666666667vw;
    line-height: 8.533333333333333vw;
    margin-left: 6.933333333333334vw;
    margin-top: -1.066666666666667vw;
  }
  .content-wrap___2zbU7 .default-text___ye_Sx.page-about___MFuQB {
    font-size: 6.4vw;
    letter-spacing: -0.266666666666667vw;
    line-height: 8.533333333333333vw;
    margin-left: 6.933333333333334vw;
    width: 70.66666666666667vw;
    margin-top: -1.066666666666667vw;
  }
  .content-wrap___2zbU7 .default-text___ye_Sx p {
    margin-top: 5.333333333333333vw;
    margin-bottom: 5.333333333333333vw;
  }
  .content-wrap___2zbU7 .default-text___ye_Sx p:last-child {
    margin-bottom: 0;
  }
  .content-wrap___2zbU7 .link-wrap___3fp8B,
  .content-wrap___2zbU7 .app-links-wrap___2Mv5h {
    margin-top: 5.333333333333333vw;
    margin-left: 7.2vw;
  }
  .content-wrap___2zbU7 .button-wrap___3zJ3t {
    margin-left: 0;
    justify-content: center;
  }
  .content-wrap___2zbU7 .color-plane-content___3s3Lc {
    display: flex;
    flex-direction: column;
    padding: 13.333333333333334vw 7.2vw;
    width: calc(100% - 14.4vw);
  }
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .header___NnGFS {
    width: auto;
  }
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .caption___3i04S {
    margin-top: 10.666666666666666vw;
    width: auto;
    margin-left: 0;
  }
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .caption___3i04S .link-wrap___3fp8B {
    margin-left: 0;
  }
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l {
    flex-direction: column;
    margin-top: 8vw;
    padding-top: 8vw;
    width: auto;
  }
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf {
    width: auto;
    margin-bottom: 8vw;
  }
  .content-wrap___2zbU7 .color-plane-content___3s3Lc .values___11X0l .value-wrap___1ppLf:last-child {
    margin-bottom: 0;
  }
  .content-wrap___2zbU7 .bottom-text___16Kkx {
    margin-top: 10.666666666666666vw;
  }
  .content-wrap___2zbU7 .button-wrap___3zJ3t {
    margin-top: 10.666666666666666vw;
    justify-content: center;
  }
  .content-wrap___2zbU7.with-number___3z2LK .default-text___ye_Sx,
  .content-wrap___2zbU7.with-number___3z2LK .link-wrap___3fp8B,
  .content-wrap___2zbU7.with-number___3z2LK .app-links-wrap___2Mv5h {
    margin-left: 7.2vw;
  }
  .content-wrap___2zbU7.white___1C4QQ {
    padding-bottom: 16vw;
  }
  .content-wrap___2zbU7.white___1C4QQ .default-text___ye_Sx {
    margin-top: 10.666666666666666vw;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___2zbU7 .default-text___ye_Sx {
    font-size: 2.9296875vw;
    letter-spacing: -0.146484375vw;
    line-height: 4.1015625vw;
    margin-left: 5.859375vw;
    margin-right: 0;
    width: 70.3125vw;
  }
  .content-wrap___2zbU7 .default-text___ye_Sx.mainpage-about___1oCmJ {
    font-size: 4.4921875vw;
    letter-spacing: -0.17578125vw;
    line-height: 5.6640625vw;
    margin-left: 5.859375vw;
  }
  .content-wrap___2zbU7 .default-text___ye_Sx.page-about___MFuQB {
    font-size: 3.90625vw;
    letter-spacing: -0.146484375vw;
    line-height: 4.6875vw;
    margin-left: 5.859375vw;
    width: 70.3125vw;
  }
  .content-wrap___2zbU7 .link-wrap___3fp8B,
  .content-wrap___2zbU7 .button-wrap___3zJ3t,
  .content-wrap___2zbU7 .app-links-wrap___2Mv5h {
    width: 100%;
    margin-top: 5.859375vw;
    margin-left: 0;
  }
  .content-wrap___2zbU7.with-number___3z2LK .default-text___ye_Sx,
  .content-wrap___2zbU7.with-number___3z2LK .button-wrap___3zJ3t {
    margin-left: 5.859375vw;
  }
  .content-wrap___2zbU7 .color-plane-content___3s3Lc {
    padding: 4.8828125vw 5.859375vw;
  }
  .content-wrap___2zbU7.white___1C4QQ {
    padding-bottom: 7.8125vw;
  }
  .content-wrap___2zbU7.white___1C4QQ .default-text___ye_Sx {
    margin-top: 3.90625vw;
    width: auto;
  }
}

.back___AynIj {
  position: absolute;
  width: 75vw;
  margin-left: 16.666666666666668vw;
  margin-top: 13.020833333333334vw;
  height: calc(100% - 13.020833333333334vw);
  background-color: #fff;
}
.back___AynIj.parallax-head___1tw8o {
  margin-top: 21.875vw;
  height: calc(100% - 21.875vw);
}
.caption-wrap___1hvbl {
  grid-row-start: 1;
  grid-column-start: 2;
  width: 27.083333333333336vw;
}
.caption-wrap___1hvbl .caption___2W-Qf {
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  color: rgba(28,28,28,0.5);
}
@media screen and (max-width: 767px) {
  .caption-wrap___1hvbl .caption___2W-Qf {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .caption-wrap___1hvbl .caption___2W-Qf {
    line-height: 6.4vw;
  }
}
.caption-wrap___1hvbl .caption___2W-Qf p {
  padding: 0;
  margin: 0;
  margin-bottom: 1.666666666666667vw;
}
.caption-wrap___1hvbl .button-wrap___2qUP2 {
  margin-top: 3.125vw;
}
.caption-wrap___1hvbl.right___oee6D {
  grid-column-start: 2;
  margin-left: 3.645833333333333vw;
}
.systems-wrap___1EuGD {
  position: relative;
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 5.208333333333334vw;
  margin-left: 3.645833333333333vw;
  margin-right: 3.645833333333333vw;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 5.729166666666667vw;
}
.systems-wrap___1EuGD .system___1MmNX {
  position: relative;
  width: 33.166666666666664%;
  height: 12.5vw;
  border-bottom: 1px solid rgba(28,28,28,0.1);
  border-right: 1px solid rgba(28,28,28,0.1);
  cursor: pointer;
}
.systems-wrap___1EuGD .system___1MmNX.r___1wFJ1 {
  border-right: none;
}
.systems-wrap___1EuGD .system___1MmNX.b___1EnSp {
  border-bottom: none;
}
.systems-wrap___1EuGD .system-logo___2ebgt {
  position: relative;
  z-index: 1;
  margin: 3.645833333333333vw 4.427083333333334vw;
  width: calc(100% - 8.854166666666668vw);
  height: 5.208333333333333vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: grayscale(1);
  opacity: 0.3;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.systems-wrap___1EuGD .system___1MmNX:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #fff;
  opacity: 0;
  box-shadow: 0 0 4.166666666666667vw 0 rgba(0,0,0,0.08);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.systems-wrap___1EuGD .system___1MmNX:hover .system-logo___2ebgt {
  filter: grayscale(0);
  opacity: 1;
}
.systems-wrap___1EuGD .system___1MmNX:hover:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .back___AynIj {
    width: 100vw;
    margin-left: -7.2vw;
    margin-top: -16vw;
    height: calc(75% + -16vw);
    z-index: 0;
  }
  .back___AynIj.parallax-head___1tw8o {
    margin-top: -42.666666666666664vw;
    height: 72%;
  }
  .caption-wrap___1hvbl {
    width: 70.66666666666667vw;
    margin-left: 7.2vw;
    margin-top: 10.666666666666666vw;
    z-index: 1;
  }
  .systems-wrap___1EuGD {
    margin-left: 7.2vw;
    margin-top: 10.666666666666666vw;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 0;
    transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .systems-wrap___1EuGD .system___1MmNX {
    width: 68vw;
    margin-right: 8vw;
    height: 43.733333333333334vw;
    border: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2.604166666666667vw 6.25vw 0 rgba(28,28,28,0.075);
  }
  .systems-wrap___1EuGD .system___1MmNX:last-child {
    margin-right: 0;
  }
  .systems-wrap___1EuGD .system-logo___2ebgt {
    width: 50%;
    height: 40%;
    filter: grayscale(0);
    opacity: 1;
  }
  .systems-wrap___1EuGD .system-logo___2ebgt:before {
    opacity: 0;
  }
  .point___2xhYu {
    display: flex;
    flex-direction: row;
    margin-left: 18.933333333333334vw;
    margin-top: 10.666666666666666vw;
    flex-wrap: nowrap;
    width: 44.8vw;
    height: 4.266666666666667vw;
    justify-content: space-between;
  }
  .point-item___26sp_ {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .point-item___26sp_.active___1IyNi svg circle {
    fill: #1c1c1c;
  }
  .point-item___26sp_ svg {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    opacity: 0.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back___AynIj {
    width: 88.28125vw;
    margin-left: 5.859375vw;
    margin-top: 8.7890625vw;
    height: calc(85% + 8.7890625vw);
    z-index: 0;
  }
  .back___AynIj.parallax-head___1tw8o {
    margin-top: 18.5546875vw;
    height: calc(100% - 12.6953125vw);
  }
  .caption-wrap___1hvbl {
    width: 70.3125vw;
    margin-left: 11.71875vw;
    margin-top: 1.953125vw;
    margin-bottom: 3.90625vw;
    z-index: 1;
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .caption-wrap___1hvbl .caption___2W-Qf {
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .systems-wrap___1EuGD {
    margin-left: 5.859375vw;
    margin-top: 3.90625vw;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 0;
  }
  .systems-wrap___1EuGD .system___1MmNX {
    background-color: #fff;
  }
  .systems-wrap___1EuGD .system-logo___2ebgt {
    filter: grayscale(0);
    opacity: 1;
  }
  .point___2xhYu {
    display: none;
  }
}

.caption___1nnro {
  grid-column-start: 1;
  grid-row-start: 2;
  margin-left: 3.645833333333333vw;
  margin-top: 1.5625vw;
  width: 23.958333333333336vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  color: #1c1c1c;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .caption___1nnro {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___1nnro {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___1nnro {
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___1nnro {
    line-height: 2.5390625vw;
  }
}
.data-types___Fb-Tl {
  grid-column-start: 2;
  grid-row-start: 2;
  margin-top: 0.729166666666667vw;
  margin-left: 5.208333333333334vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 31.25vw;
  padding-bottom: 10.15625vw;
}
.data-types___Fb-Tl .type___eEq30 {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: calc(49.5% - 5.208333333333334vw);
  margin-right: 5.208333333333334vw;
  height: 3.125vw;
  border-top: 1px solid rgba(28,28,28,0.15);
  font-size: 0.9375vw;
  line-height: 1.458333333333333vw;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .data-types___Fb-Tl .type___eEq30 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-types___Fb-Tl .type___eEq30 {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .data-types___Fb-Tl .type___eEq30 {
    line-height: 7.466666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .data-types___Fb-Tl .type___eEq30 {
    line-height: 2.734375vw;
  }
}
.data-types___Fb-Tl .type___eEq30:nth-child(1),
.data-types___Fb-Tl .type___eEq30:nth-child(2) {
  border-top: none;
}
.data-types___Fb-Tl .type___eEq30:before {
  content: '\2022';
  display: block;
  position: absolute;
  margin-left: -1.822916666666667vw;
  color: #e95541;
}
@media screen and (max-width: 768px) {
  .back___IZAQ0 {
    position: absolute;
    left: 0;
    margin-top: -16vw;
    width: 120%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
  }
  .caption___1nnro {
    margin-left: 7.2vw;
    margin-top: 10.666666666666666vw;
    width: auto;
    z-index: 3;
  }
  .data-types___Fb-Tl {
    margin-top: 10.666666666666666vw;
    margin-left: 16.533333333333335vw;
    flex-direction: column;
    flex-wrap: nowrap;
    width: auto;
    padding-bottom: 0vw;
    z-index: 3;
  }
  .data-types___Fb-Tl .type___eEq30 {
    width: auto;
    height: 16vw;
    margin-right: 0;
  }
  .data-types___Fb-Tl .type___eEq30:nth-child(2) {
    border-top: 1px solid rgba(28,28,28,0.15);
  }
  .data-types___Fb-Tl .type___eEq30:before {
    margin-left: -9.333333333333334vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___1nnro {
    margin-left: 5.859375vw;
    width: 70.3125vw;
  }
  .data-types___Fb-Tl {
    margin-top: 3.90625vw;
    margin-left: 9.27734375vw;
    grid-column-start: 1;
    grid-row-start: 3;
    width: auto;
    padding-bottom: 3.41796875vw;
  }
  .data-types___Fb-Tl .type___eEq30 {
    height: 5.859375vw;
    margin-right: 8.7890625vw;
    width: calc(49.5% - 8.7890625vw);
  }
  .data-types___Fb-Tl .type___eEq30:before {
    margin-left: -3.41796875vw;
  }
}

.content___mpvf4 {
  position: relative;
  margin-left: 3.645833333333333vw;
  margin-bottom: 4.6875vw;
}
.buttons-wrap___Sx5F4 {
  margin-top: 4.6875vw;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 3.645833333333333vw;
  margin-bottom: 9.114583333333334vw;
}
.buttons-wrap___Sx5F4 >div {
  margin-right: 2.604166666666667vw;
}
.graph___ADlak {
  position: relative;
  width: 100%;
}
.graph___ADlak .info___16ofO {
  position: relative;
  left: 0;
  display: flex;
  flex-direction: row;
  height: 13.229166666666668vw;
}
.graph___ADlak .info___16ofO .step___ZcrN8 {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(8,8,8,0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.graph___ADlak .info___16ofO .step___ZcrN8 .name___1_17A {
  font-size: 1.25vw;
  padding-left: 3.645833333333333vw;
  padding-right: 3.645833333333333vw;
  padding-bottom: 2.604166666666667vw;
  border-bottom: 1px solid rgba(8,8,8,0.2);
}
@media screen and (max-width: 767px) {
  .graph___ADlak .info___16ofO .step___ZcrN8 .name___1_17A {
    font-size: 4.266666666666667vw;
  }
}
.graph___ADlak .info___16ofO .step___ZcrN8:last-child {
  border-right: none;
}
.graph___ADlak .info___16ofO .step___ZcrN8 .number___lQXs1 {
  font-size: 0.833333333333333vw;
  opacity: 0.2;
  padding-left: 3.645833333333333vw;
  height: 2.5vw;
}
.graph___ADlak .info___16ofO .step___ZcrN8 .number___lQXs1 span {
  position: absolute;
  bottom: 0;
}
.graph___ADlak svg {
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: 2.5vw;
  width: 100%;
  overflow: visible;
  vector-effect: non-scaling-stroke;
}
.graph___ADlak svg polyline,
.graph___ADlak svg line {
  fill: none;
  stroke: #e95541;
  stroke-width: 2px;
}
.graph___ADlak svg .outer___1cJSq {
  fill: none;
  stroke: rgba(233,85,65,0.3);
  stroke-width: 1.5px;
}
.graph___ADlak svg .inner___2LakQ {
  fill: #e95541;
  stroke: none;
}
@media screen and (max-width: 767px) {
  .content___mpvf4 {
    margin-left: 6.933333333333334vw;
    width: 85%;
  }
  .buttons-wrap___Sx5F4 {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 46.666666666666664vw;
  }
  .graph___ADlak {
    margin-top: 10.666666666666666vw;
    margin-bottom: 16vw;
    margin-left: 8.533333333333333vw;
    width: auto;
  }
  .graph___ADlak .info___16ofO {
    height: auto;
    margin-left: -1.333333333333333vw;
    height: 26.666666666666668vw;
  }
  .graph___ADlak .info___16ofO .step___ZcrN8 {
    width: 34.666666666666664vw;
    height: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(8,8,8,0.2);
  }
  .graph___ADlak .info___16ofO .step___ZcrN8 .name___1_17A {
    height: 100%;
    width: 80%;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .graph___ADlak .info___16ofO .step___ZcrN8 .number___lQXs1 {
    display: none;
  }
  .graph___ADlak svg {
    width: auto;
    height: auto;
    bottom: 0;
  }
  .graph___ADlak svg .inner___2LakQ {
    stroke: #e95541;
    stroke-width: 1.2px;
    transition: 0.4s fill;
  }
  .graph___ADlak svg .outer___1cJSq {
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .graph___ADlak svg .collapse___10OPs .outer___1cJSq {
    opacity: 0;
    transform: scale(0);
  }
  .graph___ADlak svg .collapse___10OPs .inner___2LakQ {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content___mpvf4 {
    margin-left: 6.933333333333334vw;
    width: 85%;
  }
  .buttons-wrap___Sx5F4 {
    width: 100%;
    margin-left: 5.859375vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .tablet___2NLKD {
    margin-left: 5.859375vw;
    font-size: 3.90625vw;
    letter-spacing: -0.146484375vw;
    line-height: 4.6875vw;
  }
  .graph___ADlak {
    margin-top: 3.90625vw;
    margin-bottom: 5.859375vw;
    margin-left: 6.34765625vw;
    width: auto;
  }
  .graph___ADlak .info___16ofO {
    height: auto;
    margin-left: -0.48828125vw;
    height: 14.6484375vw;
  }
  .graph___ADlak .info___16ofO .step___ZcrN8 {
    width: 24.4140625vw;
    height: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(8,8,8,0.2);
  }
  .graph___ADlak .info___16ofO .step___ZcrN8 .name___1_17A {
    height: 100%;
    width: 80%;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 3.125vw;
  }
  .graph___ADlak .info___16ofO .step___ZcrN8 .number___lQXs1 {
    display: none;
  }
  .graph___ADlak svg {
    width: auto;
    height: auto;
    bottom: 0;
  }
  .graph___ADlak svg .inner___2LakQ {
    stroke: #e95541;
    stroke-width: 1.2px;
    transition: 0.4s fill;
  }
  .graph___ADlak svg .outer___1cJSq {
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .graph___ADlak svg .collapse___10OPs .outer___1cJSq {
    opacity: 0;
    transform: scale(0);
  }
  .graph___ADlak svg .collapse___10OPs .inner___2LakQ {
    fill: #fff;
  }
}

.effective-date___Rg084 {
  position: relative;
  margin-bottom: 3.125vw;
  color: #45b8af;
  height: 3.125vw;
  font-weight: 500;
  font-size: 0.729166666666667vw;
  letter-spacing: 0.046875vw;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .effective-date___Rg084 {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .effective-date___Rg084 {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 767px) {
  .effective-date___Rg084 {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .effective-date___Rg084 {
    letter-spacing: 0vw;
  }
}
.effective-date___Rg084:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 5.208333333333334vw;
  height: 2px;
  background-color: #1c1c1c;
}
.navigation-wrap___1t2tG {
  position: absolute;
  top: 13.020833333333334vw;
  right: 0;
  width: 15.104166666666668vw;
}
.content-wrap___S3hvV {
  position: relative;
  width: 50vw;
}
.content-wrap___S3hvV h2 {
  display: flex;
  margin-top: 3.125vw;
  margin-bottom: 1.5625vw;
  font-size: 1.354166666666667vw;
  line-height: 1.666666666666667vw;
  letter-spacing: -0.015625vw;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV h2 {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV h2 {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV h2 {
    line-height: 5.866666666666666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV h2 {
    line-height: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV h2 {
    letter-spacing: -0.053333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV h2 {
    letter-spacing: -0.01953125vw;
  }
}
.content-wrap___S3hvV h2 span:first-child {
  color: #a4a4a4;
}
.content-wrap___S3hvV h3 {
  margin-top: 3.125vw;
  margin-bottom: 1.5625vw;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  letter-spacing: -0.015625vw;
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV h3 {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV h3 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV h3 {
    line-height: 5.866666666666666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV h3 {
    line-height: 2.5390625vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV h3 {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV h3 {
    letter-spacing: 0vw;
  }
}
.content-wrap___S3hvV p,
.content-wrap___S3hvV li {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.041666666666667vw !important;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  letter-spacing: -0.015625vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV p,
  .content-wrap___S3hvV li {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV p,
  .content-wrap___S3hvV li {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV p,
  .content-wrap___S3hvV li {
    line-height: 6.933333333333334vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV p,
  .content-wrap___S3hvV li {
    line-height: 2.5390625vw;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap___S3hvV p,
  .content-wrap___S3hvV li {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap___S3hvV p,
  .content-wrap___S3hvV li {
    letter-spacing: 0vw;
  }
}
.content-wrap___S3hvV ul,
.content-wrap___S3hvV ol {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  list-style-position: outside;
  margin-bottom: 1.041666666666667vw;
}
.content-wrap___S3hvV ul li:last-child,
.content-wrap___S3hvV ol li:last-child {
  margin-bottom: 0 !important;
}
.content-wrap___S3hvV ul {
  list-style: none;
}
.content-wrap___S3hvV ul li {
  padding-left: 2.083333333333333vw;
}
.content-wrap___S3hvV ul li:before {
  content: '\2022';
  position: absolute;
  margin-left: -2.083333333333333vw;
  color: #e95541;
}
.content-wrap___S3hvV a {
  color: #45b8af;
  text-decoration: none;
  transition: 0.4s color;
}
.content-wrap___S3hvV a:hover {
  color: #1f60ac;
}
.content-wrap___S3hvV a:active {
  color: #45b8af;
}
.content-wrap___S3hvV a:visited {
  color: #45b8af;
}
.content-wrap___S3hvV strong {
  font-weight: 500;
}
.content-wrap___S3hvV p:last-child,
.content-wrap___S3hvV ul:last-child,
.content-wrap___S3hvV ol:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .effective-date___Rg084 {
    height: auto;
    margin-bottom: 16vw;
  }
  .effective-date___Rg084:after {
    content: none;
  }
  .content-wrap___S3hvV {
    width: auto;
    border-bottom: 1px solid rgba(28,28,28,0.3);
  }
  .content-wrap___S3hvV .inner-content___1vo9h {
    position: relative;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .content-wrap___S3hvV .inner-content-wrap___1lKvZ {
    padding-bottom: calc(var(--vh, 1vh) * 4.497751124437781);
  }
  .content-wrap___S3hvV h2 {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(28,28,28,0.3);
    padding: calc(var(--vh, 1vh) * 2.698650674662669) 0;
    transition: 0.4s border-top;
  }
  .content-wrap___S3hvV h2 .header___3n2Gr {
    width: calc(var(--vh, 1vh) * 37.481259370314845);
  }
  .content-wrap___S3hvV h2 .toggle-button___DdmzB {
    position: absolute;
    right: 0;
    width: 2.666666666666667vw;
    transform: rotate(0deg);
    transition: 0.4s transform cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .content-wrap___S3hvV h2 .toggle-button___DdmzB svg {
    stroke: #1c1c1c;
    stroke-width: 1.5px;
    opacity: 0.3;
  }
  .content-wrap___S3hvV h2 .toggle-button___DdmzB svg line {
    transition: 0.4s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: 1.333333333333333vw 1.333333333333333vw;
  }
  .content-wrap___S3hvV h2 .toggle-button___DdmzB svg line.v___PbRK- {
    transform: scaleY(1);
  }
  .content-wrap___S3hvV .opened___2m_cR h2 {
    border-top: 1px solid #1c1c1c;
  }
  .content-wrap___S3hvV .opened___2m_cR h2 .toggle-button___DdmzB {
    transform: rotate(-180deg);
  }
  .content-wrap___S3hvV .opened___2m_cR h2 .toggle-button___DdmzB svg {
    opacity: 1;
  }
  .content-wrap___S3hvV .opened___2m_cR h2 .toggle-button___DdmzB svg line {
    transition: 0.4s transform cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .content-wrap___S3hvV .opened___2m_cR h2 .toggle-button___DdmzB svg line.v___PbRK- {
    transform: scaleY(0);
  }
  .content-wrap___S3hvV h3 {
    margin-top: 16vw;
    margin-bottom: 10.666666666666666vw;
  }
  .content-wrap___S3hvV p,
  .content-wrap___S3hvV li {
    margin-bottom: 8vw !important;
  }
  .content-wrap___S3hvV ul,
  .content-wrap___S3hvV ol {
    margin-bottom: 1.5625vw;
  }
  .content-wrap___S3hvV ul li:last-child,
  .content-wrap___S3hvV ol li:last-child {
    margin-bottom: 0 !important;
  }
  .content-wrap___S3hvV ul li {
    padding-left: 5.333333333333333vw;
  }
  .content-wrap___S3hvV ul li:before {
    margin-left: -5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .effective-date___Rg084 {
    height: 5.859375vw;
    margin-bottom: 5.859375vw;
  }
  .effective-date___Rg084:after {
    width: 9.765625vw;
    height: 2px;
  }
  .navigation-wrap___1t2tG {
    position: absolute;
    top: 8.7890625vw;
    right: 0;
    width: 19.53125vw;
  }
  .content-wrap___S3hvV {
    width: 70%;
  }
  .content-wrap___S3hvV h2 {
    margin-top: 5.859375vw;
    margin-bottom: 3.90625vw;
  }
  .content-wrap___S3hvV h3 {
    margin-top: 5.859375vw;
    margin-bottom: 3.90625vw;
  }
  .content-wrap___S3hvV p,
  .content-wrap___S3hvV li {
    margin-bottom: 2.9296875vw !important;
  }
  .content-wrap___S3hvV ul,
  .content-wrap___S3hvV ol {
    margin-bottom: 1.5625vw;
  }
  .content-wrap___S3hvV ul li:last-child,
  .content-wrap___S3hvV ol li:last-child {
    margin-bottom: 0 !important;
  }
  .content-wrap___S3hvV ul li {
    padding-left: 1.953125vw;
  }
  .content-wrap___S3hvV ul li:before {
    margin-left: -1.953125vw;
  }
}

.navigation-wrap___1zGKL .head-link___2gaJ8 {
  margin-bottom: 0.520833333333333vw;
  font-size: 0.520833333333333vw;
  line-height: 0.729166666666667vw;
  text-transform: uppercase;
  opacity: 0.5;
  transition: 0.3s opacity;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .navigation-wrap___1zGKL .head-link___2gaJ8 {
    font-size: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation-wrap___1zGKL .head-link___2gaJ8 {
    font-size: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .navigation-wrap___1zGKL .head-link___2gaJ8 {
    line-height: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation-wrap___1zGKL .head-link___2gaJ8 {
    line-height: 1.3671875vw;
  }
}
.navigation-wrap___1zGKL .head-link___2gaJ8:hover {
  opacity: 1;
}
.navigation-wrap___1zGKL .head-link___2gaJ8:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation-wrap___1zGKL .head-link___2gaJ8 {
    margin-bottom: 1.3671875vw;
  }
  .navigation-wrap___1zGKL .head-link___2gaJ8:hover {
    opacity: 0.5;
  }
  .navigation-wrap___1zGKL .head-link___2gaJ8:last-child {
    margin-bottom: 0;
  }
}

.back___1KPBq {
  position: absolute;
  width: 75vw;
  margin-left: 16.666666666666668vw;
  margin-top: 13.020833333333334vw;
  height: calc(100% - 13.020833333333334vw);
}
.caption___2PUbL {
  grid-row-start: 2;
  margin-top: 1.5625vw;
  margin-left: 7.291666666666667vw;
  margin-bottom: 5.729166666666667vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  width: 27.083333333333336vw;
}
@media screen and (max-width: 767px) {
  .caption___2PUbL {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___2PUbL {
    line-height: 6.4vw;
  }
}
.caption___2PUbL.right___WfozL {
  grid-column-start: 2;
  margin-left: 3.645833333333333vw;
}
.iphone-wrap___3_r_3 {
  position: absolute;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  margin-top: -11.458333333333334vw;
  margin-left: 3.645833333333333vw;
  padding: 0 6.770833333333334vw;
  width: 16.666666666666668vw;
  z-index: 2;
}
.iphone-wrap___3_r_3.right___WfozL {
  grid-column-start: 1;
}
@media screen and (max-width: 767px) {
  .back___1KPBq {
    position: absolute;
    width: 100vw;
    margin-left: -7.2vw;
    margin-top: -16vw;
    height: calc(100% + -16vw - 32vw);
  }
  .caption___2PUbL {
    width: 70.66666666666667vw;
    margin-left: 7.2vw;
    margin-top: 10.666666666666666vw;
    margin-bottom: 16vw;
    z-index: 1;
  }
  .iphone-wrap___3_r_3 {
    width: 60vw;
    margin-left: 12vw;
    padding: 0;
    bottom: 0;
  }
  .height-helper___1YLtk {
    height: 112vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back___1KPBq {
    position: absolute;
    width: 88.28125vw;
    margin-left: 5.859375vw;
    margin-top: 7.8125vw;
    height: 90%;
  }
  .caption___2PUbL {
    width: 35.15625vw;
    margin-left: 11.71875vw;
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
    z-index: 1;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .iphone-wrap___3_r_3 {
    width: 21.97265625vw;
    margin-top: 0;
    position: relative;
  }
  .height-helper___1YLtk {
    height: 9.765625vw;
  }
}

.back___1s_ho {
  position: absolute;
  width: 35.41666666666667vw;
  margin-left: 16.666666666666668vw;
  margin-top: 13.020833333333334vw;
  height: calc(100% - 13.020833333333334vw);
}
.caption___3f3Pq {
  grid-row-start: 2;
  margin-top: 1.5625vw;
  margin-left: 7.291666666666667vw;
  margin-bottom: 5.729166666666667vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  color: rgba(28,28,28,0.5);
  width: 27.083333333333336vw;
}
@media screen and (max-width: 767px) {
  .caption___3f3Pq {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___3f3Pq {
    line-height: 6.4vw;
  }
}
.caption___3f3Pq.right___3gOyA {
  grid-column-start: 2;
  margin-left: 7.291666666666667vw;
}
.image-wrap___cSar2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.000000000000004vw;
  position: relative;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  padding: 0 5.208333333333334vw 0 5.208333333333334vw;
  padding-bottom: 5.729166666666667vw;
}
.image-wrap___cSar2 .image___VgWJw img {
  width: 100%;
}
.image-wrap___cSar2 .video-wrap___1xY3p {
  width: 16.666666666666668vw;
}
.image-wrap___cSar2.right___3gOyA {
  grid-column-start: 1;
}
@media screen and (max-width: 767px) {
  .back___1s_ho {
    display: none;
  }
  .caption___3f3Pq {
    width: 70.66666666666667vw;
    margin-top: 10.666666666666666vw;
    z-index: 1;
  }
  .caption___3f3Pq strong {
    letter-spacing: 0.3px;
  }
  .image-wrap___cSar2 {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .image-wrap___cSar2.iphone___MoJlQ {
    margin-bottom: 26.666666666666668vw;
  }
  .image-wrap___cSar2 .image___VgWJw {
    width: calc(100% - 14.4vw);
    padding: 7.2vw 0;
  }
  .image-wrap___cSar2 .video-wrap___1xY3p {
    margin-top: 26.666666666666668vw;
    margin-bottom: -26.666666666666668vw;
    width: 58.666666666666664vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back___1s_ho {
    margin-left: 5.859375vw;
    width: 44.43359375vw;
    margin-top: 17.578125vw;
    height: 50.78125vw;
  }
  .caption___3f3Pq {
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .caption___3f3Pq.right___3gOyA {
    margin-left: 11.71875vw;
  }
  .image-wrap___cSar2 {
    width: 44.43359375vw;
    height: auto;
    padding: 7.8125vw 0;
  }
  .image-wrap___cSar2 .image___VgWJw {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-wrap___cSar2 .image___VgWJw img {
    width: 32.2265625vw;
  }
  .image-wrap___cSar2 .video-wrap___1xY3p {
    width: 21.97265625vw;
  }
}

.back___33bLK {
  position: absolute;
  width: 75vw;
  margin-left: 16.666666666666668vw;
  margin-top: 13.020833333333334vw;
  height: calc(100% - 13.020833333333334vw);
  background-color: #fff;
}
.back___33bLK.right___1XCDC {
  width: 33.85416666666667vw;
}
.caption___2Gvfr {
  grid-row-start: 2;
  margin-top: 1.5625vw;
  margin-left: 7.291666666666667vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  color: rgba(28,28,28,0.4);
  width: 27.083333333333336vw;
}
@media screen and (max-width: 767px) {
  .caption___2Gvfr {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___2Gvfr {
    line-height: 6.4vw;
  }
}
.caption___2Gvfr.right___1XCDC {
  grid-column-start: 2;
}
.values-wrap___3a8m4 {
  position: relative;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  margin-left: 3.645833333333333vw;
  padding-bottom: 5.729166666666667vw;
  width: 26.562500000000004vw;
}
.values-wrap___3a8m4 .value___2Z6Yb {
  padding-top: 2.604166666666667vw;
  padding-bottom: 2.604166666666667vw;
  padding-left: 3.645833333333333vw;
  padding-right: 3.645833333333333vw;
  border-bottom: 1px solid rgba(28,28,28,0.15);
  border-left: 1px solid rgba(28,28,28,0.15);
}
.values-wrap___3a8m4 .value-number___21yJ5 {
  font-size: 2.395833333333333vw;
  line-height: 2.083333333333333vw;
  letter-spacing: -0.0625vw;
  font-weight: 500;
  color: #45b8af;
  display: inline-block;
  background: linear-gradient(to right, #69408c 0%, #45b8af 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .values-wrap___3a8m4 .value-number___21yJ5 {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .values-wrap___3a8m4 .value-number___21yJ5 {
    line-height: 12.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .values-wrap___3a8m4 .value-number___21yJ5 {
    letter-spacing: -0.266666666666667vw;
  }
}
.values-wrap___3a8m4 .value-number___21yJ5 sup {
  line-height: 0vw;
}
.values-wrap___3a8m4 .value-caption___3sysi {
  margin-top: 0.78125vw;
  font-size: 0.833333333333333vw;
  line-height: 1.25vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .values-wrap___3a8m4 .value-caption___3sysi {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .values-wrap___3a8m4 .value-caption___3sysi {
    line-height: 5.333333333333333vw;
  }
}
.values-wrap___3a8m4 .value___2Z6Yb:first-child {
  padding-top: 0;
}
.values-wrap___3a8m4 .value___2Z6Yb:last-child {
  border-bottom: none;
  padding-bottom: 1.5625vw;
}
.values-wrap___3a8m4.right___1XCDC {
  grid-column-start: 1;
}
.values-wrap___3a8m4.right___1XCDC .value___2Z6Yb {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .caption___2Gvfr {
    width: 70.66666666666667vw;
    margin-left: 7.2vw;
    margin-top: 10.666666666666666vw;
    margin-bottom: 16vw;
    z-index: 1;
  }
  .back___33bLK {
    left: 0;
    margin-top: -16vw;
    margin-left: 0;
    width: 120%;
    height: calc(100% + -10vw);
  }
  .back___33bLK.right___1XCDC {
    width: 120%;
  }
  .values-wrap___3a8m4 {
    margin-left: 0;
    width: 85.33333333333333vw;
    box-sizing: border-box;
    padding: 0 8vw;
    overflow: hidden;
    background-color: #fff;
  }
  .values-wrap___3a8m4 .value___2Z6Yb {
    padding: 10.666666666666666vw 0;
    border-left: 0px;
  }
  .values-wrap___3a8m4 .value-caption___3sysi {
    margin-top: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___2Gvfr {
    width: 33.203125vw;
    margin-left: 11.71875vw;
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
    z-index: 1;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .back___33bLK {
    margin-left: 5.859375vw;
    margin-top: 8.7890625vw;
    height: calc(100% - 8.7890625vw);
  }
  .back___33bLK.right___1XCDC {
    display: none;
  }
  .values-wrap___3a8m4 {
    margin-left: 0;
    width: 43.9453125vw;
    box-sizing: border-box;
    padding: 5.859375vw;
    overflow: hidden;
    background-color: #fff;
    grid-column-start: 2;
    margin-top: -5.859375vw;
  }
  .values-wrap___3a8m4 .value___2Z6Yb {
    padding: 1.953125vw 0;
    border-left: 0px;
  }
  .values-wrap___3a8m4 .value-number___21yJ5 {
    font-size: 3.515625vw;
    line-height: 4.6875vw;
    letter-spacing: -0.09765625vw;
  }
  .values-wrap___3a8m4 .value-caption___3sysi {
    margin-top: 1.953125vw;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
}

.iphone-center-wrap___2tPo- {
  color: #fff;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.iphone-center-wrap___2tPo- .caption___rp_u8 {
  margin-top: 1.5625vw;
  text-align: center;
  width: 46.35416666666667vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .iphone-center-wrap___2tPo- .caption___rp_u8 {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .iphone-center-wrap___2tPo- .caption___rp_u8 {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .iphone-center-wrap___2tPo- .caption___rp_u8 {
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .iphone-center-wrap___2tPo- .caption___rp_u8 {
    line-height: 2.5390625vw;
  }
}
.iphone-interactive-wrap___2syT2 {
  position: relative;
  width: 100%;
  margin-top: 5.729166666666667vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  z-index: 2;
}
.iphone-interactive-wrap___2syT2 .iphone-wrap___3h1PL {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.iphone-interactive-wrap___2syT2 .iphone-wrap___3h1PL >div {
  width: 16.875vw;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 {
  position: absolute;
  width: 16.875vw;
  height: 100%;
  left: 50%;
  margin-left: -8.4375vw;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl {
  position: absolute;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(0px) translateZ(0.1px);
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl:nth-of-type(1) {
  transition-delay: 0.1s;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl:nth-of-type(2) {
  transition-delay: 0.2s;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl:nth-of-type(3) {
  transition-delay: 0.3s;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl:nth-of-type(4) {
  transition-delay: 0.4s;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl:nth-of-type(5) {
  transition-delay: 0.5s;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl:nth-of-type(6) {
  transition-delay: 0.6s;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl:nth-of-type(7) {
  transition-delay: 0.7s;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl span {
  display: block;
  position: absolute;
  top: -2.083333333333333vw;
  font-size: 0.625vw;
  letter-spacing: 0.03125vw;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 767px) {
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl span {
    letter-spacing: 0.08vw;
  }
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl img {
  display: block;
  width: 13.333333333333334vw;
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5.show___2j_W8 .image___FwGnl {
  transform: translateX(19.53125vw) translateZ(0.1px);
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5.show___2j_W8 .image___FwGnl.left___2NXih {
  transform: translateX(-19.53125vw) translateZ(0.1px);
}
.iphone-interactive-wrap___2syT2 .images-wrap___1yWa5.show___2j_W8 .image___FwGnl span {
  opacity: 0.3;
}
.scores-wrap___1bl8R {
  position: relative;
  width: 100%;
  height: 21.875vw;
  margin-top: 6.770833333333334vw;
  margin-bottom: -10.416666666666668vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fff;
  z-index: 2;
  color: #1c1c1c;
}
.scores-wrap___1bl8R .score___tebPw {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(28,28,28,0.1);
  text-align: center;
}
.scores-wrap___1bl8R .score-percent___2pDkX {
  margin-top: 4.166666666666667vw;
  width: 6.770833333333334vw;
  height: 6.770833333333334vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scores-wrap___1bl8R .score-percent___2pDkX svg {
  display: block;
  position: absolute;
  width: 6.770833333333334vw;
  fill: none;
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(90deg);
}
.scores-wrap___1bl8R .score-percent___2pDkX svg .circle-back___1Phr_ {
  stroke: #1c1c1c;
  opacity: 0.05;
}
.scores-wrap___1bl8R .score-percent___2pDkX svg .circle-front___I1J-s {
  transition: 1s stroke-dashoffset cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scores-wrap___1bl8R .score-percent___2pDkX .value___JMSrk {
  font-size: 1.666666666666667vw;
  line-height: 1.666666666666667vw;
  letter-spacing: -0.026041666666667vw;
  font-weight: 500;
  margin-left: 0.416666666666667vw;
}
@media screen and (max-width: 767px) {
  .scores-wrap___1bl8R .score-percent___2pDkX .value___JMSrk {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scores-wrap___1bl8R .score-percent___2pDkX .value___JMSrk {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .scores-wrap___1bl8R .score-percent___2pDkX .value___JMSrk {
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scores-wrap___1bl8R .score-percent___2pDkX .value___JMSrk {
    line-height: 1.5625vw;
  }
}
.scores-wrap___1bl8R .score-percent___2pDkX .value-percent___oqOUI {
  font-weight: 300;
}
.scores-wrap___1bl8R .score-caption___3oXEB {
  margin-top: 2.083333333333333vw;
  font-size: 0.833333333333333vw;
  line-height: 1.25vw;
  font-weight: 300;
  width: 18.75vw;
}
@media screen and (max-width: 767px) {
  .scores-wrap___1bl8R .score-caption___3oXEB {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scores-wrap___1bl8R .score-caption___3oXEB {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 767px) {
  .scores-wrap___1bl8R .score-caption___3oXEB {
    line-height: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scores-wrap___1bl8R .score-caption___3oXEB {
    line-height: 2.34375vw;
  }
}
.scores-wrap___1bl8R .score___tebPw:last-child {
  border: none;
}
.scores-wrap___1bl8R .score___tebPw:nth-of-type(1) .score-percent___2pDkX svg .circle-front___I1J-s {
  transition-delay: 0.15s;
}
.scores-wrap___1bl8R .score___tebPw:nth-of-type(2) .score-percent___2pDkX svg .circle-front___I1J-s {
  transition-delay: 0.3s;
}
.scores-wrap___1bl8R .score___tebPw:nth-of-type(3) .score-percent___2pDkX svg .circle-front___I1J-s {
  transition-delay: 0.45s;
}
.scores-wrap___1bl8R .score___tebPw:nth-of-type(4) .score-percent___2pDkX svg .circle-front___I1J-s {
  transition-delay: 0.6s;
}
.scores-wrap___1bl8R .score___tebPw:nth-of-type(5) .score-percent___2pDkX svg .circle-front___I1J-s {
  transition-delay: 0.75s;
}
@media screen and (max-width: 767px) {
  .iphone-center-wrap___2tPo- .caption___rp_u8 {
    width: 70.66666666666667vw;
    margin-top: 10.666666666666666vw;
  }
  .iphone-interactive-wrap___2syT2 .iphone-wrap___3h1PL >div {
    width: 42.666666666666664vw;
    height: 85.33333333333333vw;
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 {
    width: 42.666666666666664vw;
    margin-left: -21.333333333333332vw;
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl {
    transform: translateX(26.666666666666668vw) translateZ(0.1px);
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl img {
    width: 34.666666666666664vw;
    filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.3));
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl.left___2NXih {
    transform: translateX(-26.666666666666668vw) translateZ(0.1px);
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl span {
    top: -4vw;
    opacity: 0.3;
  }
  .scores-wrap___1bl8R {
    flex-direction: column;
    width: 84vw;
    height: 150.66666666666666vw;
    padding: 0 8vw;
    box-sizing: border-box;
  }
  .scores-wrap___1bl8R .score___tebPw {
    padding: 10.666666666666666vw 0;
    position: relative;
    border-bottom: 0;
    flex-direction: row;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    align-items: flex-start;
    border-right: 0px;
  }
  .scores-wrap___1bl8R .score___tebPw:before {
    content: '';
    background-color: #000;
    opacity: 0.1;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    right: -17.6vw;
  }
  .scores-wrap___1bl8R .score___tebPw:last-child:before {
    opacity: 0;
  }
  .scores-wrap___1bl8R .score-percent___2pDkX {
    width: 12.266666666666667vw;
    margin-right: 5.333333333333333vw;
    height: 12.266666666666667vw;
    position: relative;
  }
  .scores-wrap___1bl8R .score-percent___2pDkX svg {
    width: 100%;
    height: 100%;
  }
  .scores-wrap___1bl8R .score-caption___3oXEB {
    width: 50.666666666666664vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .iphone-center-wrap___2tPo- .caption___rp_u8 {
    width: 70.66666666666667vw;
    margin-top: 3.90625vw;
  }
  .iphone-interactive-wrap___2syT2 .iphone-wrap___3h1PL >div {
    width: 15.625vw;
    height: 31.25vw;
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 {
    width: 15.625vw;
    margin-left: -7.8125vw;
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl {
    transform: translateX(9.765625vw) translateZ(0.1px);
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl img {
    width: 12.6953125vw;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl.left___2NXih {
    transform: translateX(-9.765625vw) translateZ(0.1px);
  }
  .iphone-interactive-wrap___2syT2 .images-wrap___1yWa5 .image___FwGnl span {
    top: -1.46484375vw;
    opacity: 0.3;
  }
  .scores-wrap___1bl8R {
    height: 34.1796875vw;
    margin-bottom: -5.859375vw;
  }
}

.back___2ojAf {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  position: absolute;
  width: 100%;
  height: calc(100% + 13.020833333333334vw);
  margin-top: -13.020833333333334vw;
  background-color: #fff;
  border-top: 1px solid rgba(28,28,28,0.1);
}
.back___2ojAf.top-block___2hWeE {
  border-top: none;
  grid-row-start: 2;
  grid-row-end: 4;
}
.caption___2IvhL {
  grid-row-start: 2;
  margin-top: 1.5625vw;
  margin-left: 7.291666666666667vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  color: rgba(28,28,28,0.4);
  width: 27.083333333333336vw;
}
@media screen and (max-width: 767px) {
  .caption___2IvhL {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___2IvhL {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .caption___2IvhL {
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caption___2IvhL {
    line-height: 2.34375vw;
  }
}
.caption___2IvhL p {
  padding: 0;
  margin: 0;
  margin-bottom: 1.5625vw;
}
.caption___2IvhL p:last-child {
  margin-bottom: 0;
}
.caption___2IvhL.right___Iy2o_ {
  grid-column-start: 2;
  margin-left: 3.645833333333333vw;
}
.caption___2IvhL.top-block___2hWeE {
  grid-row-start: 3;
}
.caption___2IvhL ul,
.caption___2IvhL ol {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  list-style-position: outside;
  margin-bottom: 1.041666666666667vw;
}
.caption___2IvhL ul li:last-child,
.caption___2IvhL ol li:last-child {
  margin-bottom: 0 !important;
}
.caption___2IvhL ul {
  list-style: none;
}
.caption___2IvhL ul li {
  padding-left: 2.083333333333333vw;
  padding-top: 1.5625vw;
  color: #1c1c1c;
}
.caption___2IvhL ul li:before {
  content: '\2022';
  position: absolute;
  margin-left: -2.083333333333333vw;
  color: #e95541;
}
.iphone-wrap___2suQi {
  position: relative;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  margin-top: -4.166666666666667vw;
  margin-left: 3.645833333333333vw;
  margin-bottom: 8.333333333333334vw;
  padding: 0 6.770833333333334vw;
  width: 16.666666666666668vw;
  z-index: 2;
}
.iphone-wrap___2suQi.right___Iy2o_ {
  grid-column-start: 1;
}
.iphone-wrap___2suQi.top-block___2hWeE {
  grid-row-start: 2;
  grid-row-end: 4;
}
.top-content___L4RtM {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 21.354166666666668vw;
}
.resources-block___3sGA1 {
  top: 0;
}
@media screen and (max-width: 768px) {
  .back___2ojAf {
    display: none;
    z-index: 0;
    left: 0;
  }
  .caption___2IvhL {
    z-index: 1;
    margin-top: 10.666666666666666vw;
    width: auto;
  }
  .caption___2IvhL p {
    width: auto;
  }
  .caption___2IvhL.right___Iy2o_ {
    margin-left: 7.2vw;
  }
  .iphone-wrap___2suQi {
    margin-top: 10.666666666666666vw;
    width: calc(100% - 28.53333333333333vw);
    margin-left: -7.2vw;
    margin-bottom: 0;
    background-color: #fff;
    padding: 21.333333333333332vw 21.333333333333332vw;
  }
  .top-content___L4RtM {
    order: -1;
    margin-bottom: 16vw;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back___2ojAf {
    margin-top: -11.71875vw;
    height: calc(100% + 5.859375vw);
  }
  .caption___2IvhL {
    width: auto;
    margin-top: 3.90625vw;
    margin-left: 11.71875vw;
  }
  .caption___2IvhL p {
    width: auto;
  }
  .caption___2IvhL.right___Iy2o_ {
    width: auto;
    padding-right: 5.859375vw;
    margin-left: 5.859375vw;
  }
  .iphone-wrap___2suQi {
    margin-top: -5.859375vw;
    width: 25.390625vw;
    margin-bottom: 8.7890625vw;
  }
  .top-content___L4RtM {
    margin-bottom: 16vw;
  }
}

.resources___2oozE {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.resources___2oozE .card___3lKrY {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.resources___2oozE .card___3lKrY:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f0c74d;
  transform: scaleX(0) perspective(0px) translateZ(0.1px);
  transform-origin: 0 0;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.resources___2oozE .card___3lKrY:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(28,28,28,0.1);
}
.resources___2oozE .card___3lKrY:last-child:after {
  content: none;
}
.resources___2oozE .card___3lKrY >div {
  margin-left: 3.645833333333333vw;
}
.resources___2oozE .card___3lKrY .head___1dS2D {
  font-size: 1.666666666666667vw;
  letter-spacing: -0.026041666666667vw;
  margin-top: 6.770833333333334vw;
}
@media screen and (max-width: 767px) {
  .resources___2oozE .card___3lKrY .head___1dS2D {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .resources___2oozE .card___3lKrY .head___1dS2D {
    letter-spacing: -0.106666666666667vw;
  }
}
.resources___2oozE .card___3lKrY .caption___542KQ {
  font-size: 0.9375vw;
  line-height: 1.458333333333333vw;
  font-weight: 300;
  opacity: 0.4;
  margin-top: 1.5625vw;
  margin-right: 3.645833333333333vw;
  margin-bottom: 7.8125vw;
}
@media screen and (max-width: 767px) {
  .resources___2oozE .card___3lKrY .caption___542KQ {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .resources___2oozE .card___3lKrY .caption___542KQ {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .resources___2oozE .card___3lKrY .caption___542KQ {
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .resources___2oozE .card___3lKrY .caption___542KQ {
    line-height: 2.34375vw;
  }
}
.resources___2oozE .card___3lKrY .link-wrap___2KBr0 {
  position: absolute;
  bottom: 3.645833333333333vw;
}
.resources___2oozE .card___3lKrY .head___1dS2D,
.resources___2oozE .card___3lKrY .caption___542KQ {
  transition: opacity 0.4s, color 0.4s;
}
.resources___2oozE .card___3lKrY:hover .head___1dS2D,
.resources___2oozE .card___3lKrY:hover .caption___542KQ {
  opacity: 1;
  color: #fff;
}
.resources___2oozE .card___3lKrY:hover:before {
  transform: scaleX(1) perspective(0px) translateZ(0.1px);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.2s;
}
.points___1Dj9l {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  margin-top: 10.666666666666666vw;
  flex-wrap: nowrap;
  width: 44.8vw;
  height: 4.266666666666667vw;
  justify-content: space-between;
}
.points-item___2DcAx {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.points-item___2DcAx.active___3UhMI svg circle {
  fill: #1c1c1c;
}
.points-item___2DcAx svg {
  width: 4.266666666666667vw;
  height: 4.266666666666667vw;
  opacity: 0.2;
}
.celebrated___3mvay {
  position: relative;
  margin-top: 2.5vh;
}
.celebrated-header___6zbNm {
  position: relative;
  font-size: 0.833333333333333vw;
  letter-spacing: 0.041666666666667vw;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .celebrated-header___6zbNm {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .celebrated-header___6zbNm {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 767px) {
  .celebrated-header___6zbNm {
    letter-spacing: 0.213333333333333vw;
  }
}
.celebrated-wrap___2pPmP {
  position: relative;
  margin-top: 4.166666666666667vw;
  height: 16.666666666666668vw;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.celebrated-wrap___2pPmP >div {
  position: relative;
  width: 100%;
  transform: translateY(11.111111111111112vw) translateZ(0.1px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 0.466666666666667s;
}
.celebrated-wrap___2pPmP >div:nth-of-type(1) {
  transition-delay: 0s;
}
.celebrated-wrap___2pPmP >div:nth-of-type(2) {
  transition-delay: 0.15s;
}
.celebrated-wrap___2pPmP >div:nth-of-type(3) {
  transition-delay: 0.3s;
}
.celebrated-wrap___2pPmP >div:nth-of-type(4) {
  transition-delay: 0.45s;
}
.celebrated-wrap___2pPmP >div:nth-of-type(5) {
  transition-delay: 0.6s;
}
.celebrated-wrap___2pPmP .logo___3Uul0 img {
  max-width: 85%;
  max-height: 85%;
}
.celebrated-wrap___2pPmP .text___3fMfc {
  font-size: 1.041666666666667vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .celebrated-wrap___2pPmP .text___3fMfc {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .celebrated-wrap___2pPmP .text___3fMfc {
    font-size: 1.5625vw;
  }
}
.celebrated-wrap___2pPmP .link-div___ViNvY {
  position: relative;
}
.celebrated-wrap___2pPmP .link-div___ViNvY .link-wrap___2KBr0 {
  position: absolute;
  right: 0;
}
.celebrated-wrap___2pPmP.show___1IKBk >div,
.celebrated-wrap___2pPmP.show___1IKBk.right___2QnZ3 >div,
.celebrated-wrap___2pPmP.show___1IKBk.left___2nF3j >div {
  transform: translateY(0) translateZ(0.1px);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}
.celebrated-wrap___2pPmP.show___1IKBk >div:nth-of-type(1),
.celebrated-wrap___2pPmP.show___1IKBk.right___2QnZ3 >div:nth-of-type(1),
.celebrated-wrap___2pPmP.show___1IKBk.left___2nF3j >div:nth-of-type(1) {
  transition-delay: 0s;
}
.celebrated-wrap___2pPmP.show___1IKBk >div:nth-of-type(2),
.celebrated-wrap___2pPmP.show___1IKBk.right___2QnZ3 >div:nth-of-type(2),
.celebrated-wrap___2pPmP.show___1IKBk.left___2nF3j >div:nth-of-type(2) {
  transition-delay: 0.15s;
}
.celebrated-wrap___2pPmP.show___1IKBk >div:nth-of-type(3),
.celebrated-wrap___2pPmP.show___1IKBk.right___2QnZ3 >div:nth-of-type(3),
.celebrated-wrap___2pPmP.show___1IKBk.left___2nF3j >div:nth-of-type(3) {
  transition-delay: 0.3s;
}
.celebrated-wrap___2pPmP.show___1IKBk >div:nth-of-type(4),
.celebrated-wrap___2pPmP.show___1IKBk.right___2QnZ3 >div:nth-of-type(4),
.celebrated-wrap___2pPmP.show___1IKBk.left___2nF3j >div:nth-of-type(4) {
  transition-delay: 0.45s;
}
.celebrated-wrap___2pPmP.show___1IKBk >div:nth-of-type(5),
.celebrated-wrap___2pPmP.show___1IKBk.right___2QnZ3 >div:nth-of-type(5),
.celebrated-wrap___2pPmP.show___1IKBk.left___2nF3j >div:nth-of-type(5) {
  transition-delay: 0.6s;
}
.celebrated-ui___3Qt_3 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.celebrated-ui___3Qt_3:before {
  content: '';
  display: block;
  position: relative;
  margin-top: 0.338541666666667vw;
  width: 100%;
  height: 1px;
  background-color: rgba(28,28,28,0.2);
}
.celebrated-ui___3Qt_3 .point___KaAbH {
  margin-left: 20px;
  cursor: pointer;
}
.celebrated-ui___3Qt_3 .point___KaAbH svg {
  fill: none;
  display: block;
  width: 0.677083333333333vw;
  stroke: #1c1c1c;
  stroke-width: 1.6px;
  transform: translateZ(0.1px);
}
.celebrated-ui___3Qt_3 .point___KaAbH svg circle {
  vector-effect: non-scaling-stroke;
}
.celebrated-ui___3Qt_3 .point___KaAbH svg .front___mcWV- {
  opacity: 0;
  transition: opacity 0.3s;
}
.celebrated-ui___3Qt_3 .point___KaAbH svg .back___1OMX0 {
  opacity: 0.3;
  stroke-width: 1.3px;
}
.celebrated-ui___3Qt_3 .point___KaAbH.select___3m4fU svg .front___mcWV- {
  opacity: 1;
}
.blog___3vg_E {
  position: relative;
  margin-top: 5.208333333333334vw;
}
.blog___3vg_E .text___3fMfc {
  width: 100%;
  margin-bottom: 1.5625vw;
}
.blog___3vg_E .link-wrap___2KBr0 {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .resources___2oozE {
    flex-direction: column;
    position: relative;
  }
  .resources___2oozE .card___3lKrY {
    height: 81.33333333333333vw;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding-right: 10%;
    border-bottom: 1px solid rgba(28,28,28,0.1);
    padding-left: 6.933333333333334vw;
    color: #1c1c1c;
  }
  .resources___2oozE .card___3lKrY:before {
    display: none;
  }
  .resources___2oozE .card___3lKrY:hover .head___1dS2D,
  .resources___2oozE .card___3lKrY:hover .caption___542KQ {
    color: #1c1c1c;
  }
  .resources___2oozE .card___3lKrY .head___1dS2D {
    margin-top: 16vw;
    margin-left: 0;
  }
  .resources___2oozE .card___3lKrY .caption___542KQ {
    margin-top: 8vw;
    margin-left: 0;
    opacity: 1;
  }
  .resources___2oozE .card___3lKrY .link-wrap___2KBr0 {
    margin-left: 0;
    position: absolute;
    bottom: 13.333333333333334vw;
  }
  .celebrated___3mvay {
    text-align: center;
    margin-top: 10.666666666666666vw;
    padding-bottom: 10.666666666666666vw;
    border-bottom: 1px solid rgba(28,28,28,0.2);
  }
  .celebrated-wrap___2pPmP {
    flex-direction: column;
    justify-content: space-evenly;
    height: 117.33333333333333vw;
  }
  .celebrated-wrap___2pPmP .text___3fMfc {
    line-height: 6.4vw;
  }
  .celebrated-wrap___2pPmP.left___2nF3j >div {
    transform: translateX(11.111111111111112vw) translateZ(0.1px);
  }
  .celebrated-wrap___2pPmP.right___2QnZ3 >div {
    transform: translateX(-11.111111111111112vw) translateZ(0.1px);
  }
  .celebrated-wrap___2pPmP .link-div___ViNvY .link-wrap___2KBr0 {
    position: relative;
    right: initial;
  }
  .celebrated-ui___3Qt_3 {
    display: none;
  }
  .blog___3vg_E {
    margin: 13.333333333333334vw 0;
    text-align: center;
  }
  .blog___3vg_E .link-wrap___2KBr0 {
    margin: 5.333333333333333vw 0;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .resources___2oozE {
    flex-direction: column;
    position: relative;
  }
  .resources___2oozE .card___3lKrY {
    height: 23.92578125vw;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding-right: 10%;
    border-bottom: 1px solid rgba(28,28,28,0.1);
    padding-left: 5.859375vw;
    color: #1c1c1c;
  }
  .resources___2oozE .card___3lKrY:before {
    display: none;
  }
  .resources___2oozE .card___3lKrY:hover .head___1dS2D,
  .resources___2oozE .card___3lKrY:hover .caption___542KQ {
    color: #1c1c1c;
  }
  .resources___2oozE .card___3lKrY .head___1dS2D {
    margin-top: 5.859375vw;
    margin-left: 0;
  }
  .resources___2oozE .card___3lKrY .caption___542KQ {
    margin-top: 2.9296875vw;
    margin-bottom: 5.859375vw;
    margin-left: 0;
    opacity: 1;
    width: 80%;
  }
  .resources___2oozE .card___3lKrY .link-wrap___2KBr0 {
    margin-left: 0;
    position: absolute;
    right: 6.0546875vw;
    top: 6.54296875vw;
  }
  .celebrated-wrap___2pPmP {
    position: relative;
    height: 29.296875vw;
  }
  .celebrated-wrap___2pPmP.left___2nF3j >div {
    transform: translateX(11.111111111111112vw) translateZ(0.1px);
  }
  .celebrated-wrap___2pPmP.right___2QnZ3 >div {
    transform: translateX(-11.111111111111112vw) translateZ(0.1px);
  }
  .celebrated-wrap___2pPmP .link-div___ViNvY {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 50%;
  }
  .celebrated-wrap___2pPmP .link-div___ViNvY .link-wrap___2KBr0 {
    right: initial;
    left: 0;
  }
  .celebrated-ui___3Qt_3:before {
    margin-top: 0.87890625vw;
  }
  .celebrated-ui___3Qt_3 .point___KaAbH svg {
    height: 1.953125vw;
    width: 1.953125vw;
  }
  .blog___3vg_E {
    margin: 4.8828125vw 0;
  }
  .blog___3vg_E .link-wrap___2KBr0 {
    margin: 1.953125vw 0;
  }
}

.challenge-wrap___193Ro {
  margin-top: 5.208333333333334vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-row: 1fr;
  grid-column-gap: 4.166666666666667vw;
  grid-row-gap: 4.166666666666667vw;
  position: relative;
  width: 100%;
}
.challenge-wrap___193Ro .card-wrap___1wES0 {
  height: auto;
}
.challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D {
  position: relative;
  color: #fff;
  font-weight: 500;
  min-height: 15.625vw;
  height: calc(100% - 7.291666666666667vw);
  padding: 3.645833333333333vw;
}
.challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-head___cReuC {
  position: relative;
  font-size: 0.833333333333333vw;
  letter-spacing: 0.208333333333333vw;
  text-transform: uppercase;
  height: 2.604166666666667vw;
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-head___cReuC {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-head___cReuC {
    letter-spacing: 0.933333333333333vw;
  }
}
.challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-head___cReuC span {
  display: inline-block;
  height: 2.604166666666667vw;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .number___tXFiG {
  position: absolute;
  right: 3.645833333333333vw;
  top: -1.5625vw;
  font-size: 6.25vw;
  line-height: 3.854166666666667vw;
  letter-spacing: -0.291666666666667vw;
  z-index: 1;
  text-shadow: 0 0 2.083333333333333vw rgba(0,0,0,0.08);
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .number___tXFiG {
    font-size: 19.2vw;
  }
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .number___tXFiG {
    line-height: 19.2vw;
  }
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .number___tXFiG {
    letter-spacing: -0.906666666666667vw;
  }
}
.challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK {
  position: relative;
  width: 25vw;
  margin-top: 2.083333333333333vw;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 1.666666666666667vw;
  letter-spacing: -0.015625vw;
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK {
    line-height: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK {
    letter-spacing: 0vw;
  }
}
.challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK .block-name___xx3C2 {
  font-weight: 500;
}
.challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK .block___1YHfw {
  margin-bottom: 1.666666666666667vw;
}
.challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK .block___1YHfw:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .challenge-wrap___193Ro {
    margin-top: 10.666666666666666vw;
    width: 100%;
    display: block;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 {
    width: auto;
    margin-bottom: 16vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D {
    width: auto;
    height: auto;
    min-height: auto;
    padding: 13.333333333333334vw 7.2vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-head___cReuC {
    height: 10.666666666666666vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-head___cReuC span {
    height: 10.666666666666666vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK {
    margin-top: 10.666666666666666vw;
    width: auto;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK .block___1YHfw {
    margin-bottom: 5.333333333333333vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK .block___1YHfw:last-child {
    margin-bottom: 0;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .number___tXFiG {
    right: 7.2vw;
    top: -9.6vw;
    text-shadow: 0 0 8vw rgba(0,0,0,0.08);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .challenge-wrap___193Ro {
    margin-top: 4.8828125vw;
    grid-column-gap: 5.859375vw;
    grid-row-gap: 5.859375vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D {
    min-height: 21.484375vw;
    height: calc(100% - 11.71875vw);
    padding: 5.859375vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-head___cReuC {
    font-size: 1.5625vw;
    letter-spacing: 0.390625vw;
    height: 3.90625vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-head___cReuC span {
    display: block;
    height: 3.90625vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .number___tXFiG {
    right: 5.859375vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK {
    width: auto;
    margin-top: 3.90625vw;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK .block___1YHfw {
    margin-bottom: 2.5390625vw;
  }
  .challenge-wrap___193Ro .card-wrap___1wES0 .card___2fj8D .card-caption___E4KUK .block___1YHfw:last-child {
    margin-bottom: 0;
  }
}

.back___3S9fy {
  position: absolute;
  width: calc(100% + 25vw);
  top: 0;
  left: 0;
  height: calc(100% - 8.333333333333334vw);
  background-color: #fff;
  z-index: 0;
}
.results-wrap___hTs7D {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3.125vw;
  margin-bottom: 4.166666666666667vw;
  width: 100%;
}
.results-wrap___hTs7D .score___3tumh {
  position: relative;
  width: calc(49.7% - 7.291666666666667vw);
  height: auto;
  border-top: 1px solid rgba(28,28,28,0.1);
  border-right: 1px solid rgba(28,28,28,0.1);
  padding: 3.125vw 3.645833333333333vw;
}
.results-wrap___hTs7D .score___3tumh.r___3M2VL {
  border-right: none;
}
.results-wrap___hTs7D .score___3tumh.t___SB6AM {
  border-top: none;
}
.results-wrap___hTs7D .score___3tumh .score-value___3lYmK {
  position: relative;
  font-size: 4.479166666666667vw;
  letter-spacing: -0.116666666666667vw;
  font-weight: 500;
  color: #45b8af;
  display: inline-block;
  background: linear-gradient(to right, #69408c 0%, #45b8af 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .results-wrap___hTs7D .score___3tumh .score-value___3lYmK {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .results-wrap___hTs7D .score___3tumh .score-value___3lYmK {
    letter-spacing: -0.266666666666667vw;
  }
}
.results-wrap___hTs7D .score___3tumh .score-value___3lYmK sup {
  line-height: 0;
}
.results-wrap___hTs7D .score___3tumh .score-caption___1T0Xp {
  position: relative;
  margin-top: 1.041666666666667vw;
  width: 28.125vw;
  font-size: 1.25vw;
  line-height: 1.666666666666667vw;
  letter-spacing: -0.015625vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .results-wrap___hTs7D .score___3tumh .score-caption___1T0Xp {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .results-wrap___hTs7D .score___3tumh .score-caption___1T0Xp {
    line-height: 5.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .results-wrap___hTs7D .score___3tumh .score-caption___1T0Xp {
    letter-spacing: 0vw;
  }
}
.cta-wrap___1OupD {
  position: relative;
  width: 75vw;
  height: 20.833333333333336vw;
  color: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-wrap___1OupD .translate-wrap___rjUat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75vw;
  height: 20.833333333333336vw;
  background-color: #45b8af;
  transform: translateY(5.208333333333334vw);
}
.cta-wrap___1OupD .cta-inner-wrap___z5Hdf {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cta-wrap___1OupD .cta-inner-wrap___z5Hdf .cta-text___2wGpu {
  margin-bottom: 3.645833333333333vw;
  font-size: 2.083333333333333vw;
  line-height: 2.395833333333333vw;
  letter-spacing: -0.078125vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .cta-wrap___1OupD .cta-inner-wrap___z5Hdf .cta-text___2wGpu {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap___1OupD .cta-inner-wrap___z5Hdf .cta-text___2wGpu {
    line-height: 8.533333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap___1OupD .cta-inner-wrap___z5Hdf .cta-text___2wGpu {
    letter-spacing: -0.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .back___3S9fy {
    width: calc(100% + 7.2vw);
    height: calc(100% - 48vw);
    left: 0;
  }
  .results-wrap___hTs7D {
    display: block;
    margin-left: 0;
    margin-bottom: 85.33333333333333vw;
  }
  .results-wrap___hTs7D .score___3tumh {
    padding: 10.666666666666666vw 7.2vw;
    border: none;
    width: auto;
    height: auto;
  }
  .results-wrap___hTs7D .score___3tumh:after {
    content: '';
    display: block;
    bottom: 0;
    position: absolute;
    width: calc(100% - 14.4vw);
    height: 1px;
    background-color: rgba(28,28,28,0.1);
  }
  .results-wrap___hTs7D .score___3tumh:last-child:after {
    content: none;
  }
  .results-wrap___hTs7D .score___3tumh .score-value___3lYmK {
    margin-left: 0;
  }
  .results-wrap___hTs7D .score___3tumh .score-caption___1T0Xp {
    margin-left: 0;
    width: auto;
  }
  .cta-wrap___1OupD {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  .cta-wrap___1OupD .translate-wrap___rjUat {
    width: auto;
    height: auto;
    padding: 16vw 8vw;
    transform: translateY(0);
  }
  .cta-wrap___1OupD .cta-inner-wrap___z5Hdf .cta-text___2wGpu {
    margin-bottom: 10.666666666666666vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back___3S9fy {
    width: 100vw;
    height: calc(100% - 16.6015625vw);
  }
  .results-wrap___hTs7D {
    margin-top: 3.90625vw;
    margin-bottom: 8.7890625vw;
  }
  .results-wrap___hTs7D .score___3tumh {
    padding: 5.859375vw;
    width: calc(49.7% - 11.71875vw);
  }
  .results-wrap___hTs7D .score___3tumh .score-value___3lYmK {
    font-size: 3.515625vw;
    line-height: 3.515625vw;
    letter-spacing: -0.09765625vw;
  }
  .results-wrap___hTs7D .score___3tumh .score-caption___1T0Xp {
    margin-top: 1.953125vw;
    width: 31.25vw;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.029296875vw;
  }
  .cta-wrap___1OupD {
    width: 100%;
    height: 30.2734375vw;
  }
  .cta-wrap___1OupD .translate-wrap___rjUat {
    width: 100%;
    height: 30.2734375vw;
    transform: translateY(0);
  }
  .cta-wrap___1OupD .cta-inner-wrap___z5Hdf .cta-text___2wGpu {
    margin-bottom: 5.859375vw;
    font-size: 2.734375vw;
    line-height: 3.515625vw;
    letter-spacing: -0.078125vw;
  }
}

.back___A82bJ {
  position: absolute;
  width: 75vw;
  margin-top: -3.645833333333333vw;
  height: calc(100% + 7.291666666666667vw);
  background-color: #fff;
  z-index: 0;
}
.quote___1H7IY {
  position: absolute;
  margin-left: 7.291666666666667vw;
  margin-top: 4.270833333333334vw;
}
.quote___1H7IY img {
  width: 2.8125vw;
}
.thanks-wrap___OoKna {
  position: relative;
  padding-bottom: 3.645833333333333vw;
  margin-left: 3.645833333333333vw;
}
.thanks-wrap___OoKna .content___16w-p {
  margin-top: 5.729166666666667vw;
  width: 64.58333333333334vw;
  font-size: 2.083333333333333vw;
  line-height: 2.5vw;
  letter-spacing: -0.078125vw;
  font-weight: 300;
  font-family: 'EuclidFlex';
}
@media screen and (max-width: 767px) {
  .thanks-wrap___OoKna .content___16w-p {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thanks-wrap___OoKna .content___16w-p {
    line-height: 7.466666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .thanks-wrap___OoKna .content___16w-p {
    letter-spacing: -0.213333333333333vw;
  }
}
.thanks-wrap___OoKna .person___tKRoN {
  position: relative;
  margin-top: 4.166666666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.thanks-wrap___OoKna .person___tKRoN .avatar___2NAdk {
  margin-right: 1.5625vw;
}
.thanks-wrap___OoKna .person___tKRoN .avatar___2NAdk img {
  width: 5.208333333333334vw;
  border-radius: 50%;
}
.thanks-wrap___OoKna .person___tKRoN .name___20a8n {
  font-size: 1.25vw;
  line-height: 1.458333333333333vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .thanks-wrap___OoKna .person___tKRoN .name___20a8n {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thanks-wrap___OoKna .person___tKRoN .name___20a8n {
    line-height: 6.4vw;
  }
}
.thanks-wrap___OoKna .person___tKRoN .position___FEvDT {
  margin-top: 0.3125vw;
  font-size: 1.041666666666667vw;
  line-height: 1.354166666666667vw;
  font-weight: 300;
  color: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .thanks-wrap___OoKna .person___tKRoN .position___FEvDT {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thanks-wrap___OoKna .person___tKRoN .position___FEvDT {
    line-height: 5.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .back___A82bJ {
    margin-top: -16vw;
    width: calc(100% + 7.2vw);
    height: calc(100% - 7.2vw);
    left: 0;
  }
  .quote___1H7IY {
    margin-left: 14.4vw;
    margin-top: 17.066666666666666vw;
  }
  .quote___1H7IY img {
    width: 10.666666666666666vw;
  }
  .thanks-wrap___OoKna {
    margin-left: 7.2vw;
    padding-bottom: 16vw;
  }
  .thanks-wrap___OoKna .content___16w-p {
    margin-top: 21.333333333333332vw;
    width: auto;
  }
  .thanks-wrap___OoKna .person___tKRoN {
    margin-top: 10.666666666666666vw;
  }
  .thanks-wrap___OoKna .person___tKRoN .avatar___2NAdk {
    margin-right: 5.333333333333333vw;
  }
  .thanks-wrap___OoKna .person___tKRoN .avatar___2NAdk img {
    width: 18.666666666666668vw;
  }
  .thanks-wrap___OoKna .person___tKRoN .position___FEvDT {
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .back___A82bJ {
    margin-top: -5.859375vw;
    height: calc(100% + 11.71875vw);
    width: calc(100% - 5.859375vw);
  }
  .quote___1H7IY {
    margin-left: 11.71875vw;
    margin-top: 6.640625vw;
  }
  .quote___1H7IY img {
    width: 3.90625vw;
  }
  .thanks-wrap___OoKna {
    margin-left: 11.71875vw;
    padding-bottom: 5.859375vw;
  }
  .thanks-wrap___OoKna .content___16w-p {
    width: calc(100% - 11.71875vw);
    margin-top: 7.8125vw;
    font-size: 2.734375vw;
    line-height: 3.515625vw;
    letter-spacing: -0.078125vw;
  }
  .thanks-wrap___OoKna .person___tKRoN {
    margin-top: 3.90625vw;
  }
  .thanks-wrap___OoKna .person___tKRoN .avatar___2NAdk {
    margin-right: 2.9296875vw;
  }
  .thanks-wrap___OoKna .person___tKRoN .avatar___2NAdk img {
    width: 7.8125vw;
  }
  .thanks-wrap___OoKna .person___tKRoN .name___20a8n {
    font-size: 1.7578125vw;
    line-height: 2.734375vw;
  }
  .thanks-wrap___OoKna .person___tKRoN .position___FEvDT {
    margin-top: 0.48828125vw;
    font-size: 1.5625vw;
    line-height: 2.5390625vw;
  }
}

.cases-wrap___1Armm {
  margin-top: 5.208333333333334vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.cases-wrap___1Armm .card-wrap___2USMw:nth-of-type(even) {
  margin-left: auto;
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  width: 35.41666666666667vw;
  height: 42.708333333333336vw;
  overflow: hidden;
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG .header___30Hl8 {
  position: absolute;
  left: 3.645833333333333vw;
  top: 3.645833333333333vw;
  font-size: 1.666666666666667vw;
  letter-spacing: -0.026041666666667vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .header___30Hl8 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .header___30Hl8 {
    letter-spacing: -0.106666666666667vw;
  }
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG .number___2C2YD {
  position: absolute;
  top: 3.645833333333333vw;
  right: 3.645833333333333vw;
  font-size: 0.833333333333333vw;
  letter-spacing: 0.041666666666667vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .number___2C2YD {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .number___2C2YD {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .number___2C2YD {
    letter-spacing: 0.133333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .number___2C2YD {
    letter-spacing: 0.078125vw;
  }
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG .caption___pP4ub {
  position: absolute;
  left: 3.645833333333333vw;
  bottom: 3.645833333333333vw;
  width: 13.020833333333334vw;
  font-size: 0.833333333333333vw;
  line-height: 1.25vw;
}
@media screen and (max-width: 767px) {
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .caption___pP4ub {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .caption___pP4ub {
    line-height: 6.4vw;
  }
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG .back-image___3wpEE {
  position: absolute;
  width: 24.583333333333336vw;
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1) perspective(0px) translateZ(0.1px);
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG .iphone___1JuGt {
  width: 11.979166666666668vw;
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1) perspective(0px) translateZ(0.1px);
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG .link-wrap___20wi5 {
  position: absolute;
  right: 3.645833333333333vw;
  bottom: 3.645833333333333vw;
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG:hover .back-image___3wpEE {
  transform: scale(1.3) perspective(0px) translateZ(0.1px);
  transition-delay: 0.25s;
}
.cases-wrap___1Armm .card-wrap___2USMw .card___237GG:hover .iphone___1JuGt {
  transform: scale(1.1) perspective(0px) translateZ(0.1px);
  transition-delay: 0.25s;
}
.cases-wrap___1Armm .cases-link-wrap___2p49n {
  position: absolute;
  bottom: 0;
  left: 39.583333333333336vw;
  white-space: nowrap;
}
.cases-wrap___1Armm.case-studies-page___iKpyK {
  margin-top: 0;
}
.cases-wrap___1Armm.case-studies-page___iKpyK .card-wrap___2USMw {
  margin-bottom: 4.166666666666667vw;
}
.cases-wrap___1Armm.case-studies-page___iKpyK .card-wrap___2USMw:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cases-wrap___1Armm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .cases-wrap___1Armm .card-wrap___2USMw {
    margin-right: 8vw;
    transition: 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .cases-wrap___1Armm .card-wrap___2USMw:nth-of-type(even) {
    margin-left: 0;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG {
    width: 76vw;
    height: 91.46666666666667vw;
    overflow: visible;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .back-image___3wpEE {
    transform: scale(1.8) !important;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .header___30Hl8,
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .caption___pP4ub,
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .link-wrap___20wi5 {
    display: none;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .iphone___1JuGt {
    width: 25.866666666666667vw;
    height: 51.46666666666667vw;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .tablet-info-wrap___1avsC {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    color: #1c1c1c;
    left: 0;
    margin-top: 5.333333333333333vw;
    margin-bottom: 18.666666666666668vw;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .tablet-info-wrap___1avsC .info-wrap___WrnTN {
    width: 74.66666666666667vw;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .tablet-info-wrap___1avsC .header___30Hl8 {
    font-size: 6.4vw;
    letter-spacing: -0.106666666666667vw;
    font-weight: 500;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .tablet-info-wrap___1avsC .caption___pP4ub {
    margin-top: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 6.4vw;
    font-weight: 300;
    opacity: 0.5;
  }
  .cases-wrap___1Armm .cases-link-wrap___2p49n {
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cases-wrap___1Armm .cases-link-wrap___2p49n >div {
    margin-right: 2.666666666666667vw;
  }
  .cases-wrap___1Armm .cases-link-wrap___2p49n:after {
    content: '';
    display: block;
    position: relative;
    margin-top: 0.8vw;
    width: 100%;
    height: 1px;
    background-color: rgba(28,28,28,0.2);
  }
  .cases-wrap___1Armm.case-studies-page___iKpyK {
    display: flex;
    flex-direction: column;
  }
  .cases-wrap___1Armm.case-studies-page___iKpyK .card-wrap___2USMw {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cases-wrap___1Armm.case-studies-page___iKpyK .card-wrap___2USMw .tablet-info-wrap___1avsC {
    margin-bottom: 18.666666666666668vw;
  }
  .cases-wrap___1Armm.case-studies-page___iKpyK .card-wrap___2USMw:last-child .tablet-info-wrap___1avsC {
    margin-bottom: 0;
  }
  .cases-wrap___1Armm.case-studies-page___iKpyK .card-wrap___2USMw .card___237GG {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cases-wrap___1Armm {
    margin-top: 2.9296875vw;
    justify-content: flex-start;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG {
    width: 41.015625vw;
    height: 48.828125vw;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .header___30Hl8,
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .caption___pP4ub,
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .link-wrap___20wi5 {
    display: none;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .back-image___3wpEE {
    width: 31.25vw;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .card___237GG .iphone___1JuGt {
    width: 13.671875vw;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .tablet-info-wrap___1avsC {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    color: #1c1c1c;
    left: 0;
    margin-top: 4.39453125vw;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .tablet-info-wrap___1avsC .info-wrap___WrnTN {
    width: 27.34375vw;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .tablet-info-wrap___1avsC .header___30Hl8 {
    font-size: 2.734375vw;
    letter-spacing: -0.0390625vw;
    font-weight: 500;
  }
  .cases-wrap___1Armm .card-wrap___2USMw .tablet-info-wrap___1avsC .caption___pP4ub {
    margin-top: 1.171875vw;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    font-weight: 300;
    opacity: 0.5;
  }
  .cases-wrap___1Armm .cases-link-wrap___2p49n {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    margin-top: -7.32421875vw;
  }
  .cases-wrap___1Armm.case-studies-page___iKpyK .card-wrap___2USMw {
    margin-bottom: 5.859375vw;
  }
  .cases-wrap___1Armm.case-studies-page___iKpyK .card-wrap___2USMw:last-child {
    margin-bottom: 0;
  }
}

.wrap___1eDB3 {
  background: rgba(28,28,28,0.5);
  width: 100vw;
  height: 100%;
  padding-top: 6.770833333333334vw;
}
.wrap___1eDB3 h1 {
  margin: 0 10px;
}
.wrap___1eDB3 h2 {
  margin: 10px;
  opacity: 0.75;
}
.wrap___1eDB3 .section___IpXOr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  margin: 20px;
}
.wrap___1eDB3 .section___IpXOr .item___1qAHn {
  margin: 20px;
}
.wrap___1eDB3 .section___IpXOr .item___1qAHn .about___DfpXm {
  margin: 10px 0;
  font-size: 0.625vw;
  font-weight: 300;
  color: rgba(28,28,28,0.75);
}

.cont-scroll___HgaoP {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
}
.wrap-error___2ZODl {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrap-error___2ZODl .header___2dMKJ {
  color: #e95541;
  font-size: 0.833333333333333vw;
  font-weight: medium;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .wrap-error___2ZODl .header___2dMKJ {
    font-size: 4.266666666666667vw;
  }
}
.wrap-error___2ZODl .about___3vUH4 {
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  font-weight: 300;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap-error___2ZODl .about___3vUH4 {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .wrap-error___2ZODl .about___3vUH4 {
    line-height: 8.533333333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .wrap-error___2ZODl .about___3vUH4 {
    width: 90%;
  }
}
.wrap-error___2ZODl .about___3vUH4 span {
  color: #45b8af;
  cursor: pointer;
}

.top-screen___1GD0i {
  position: relative;
  width: 100%;
  pointer-events: none;
  color: #fff;
  z-index: 0;
  user-select: none;
}
.top-screen___1GD0i.mainpage___sF0qh,
.top-screen___1GD0i.products-header___11CY7,
.top-screen___1GD0i.case-header___3jsbG {
  height: 101vh;
}
.top-screen___1GD0i.simple-long-header___30LGi,
.top-screen___1GD0i.simple-short-header___3-AlZ {
  height: 59.25925925925925vh;
}
.top-screen___1GD0i.simple-blog___2k4tU {
  height: 37.5vw;
}
.top-screen___1GD0i .header-wrap___1p3Mi {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-screen___1GD0i .header-wrap___1p3Mi.head-background___G-VMP {
  background-position: center;
  background-size: cover;
  background-color: rgba(20,38,62,0.5);
  background-blend-mode: multiply;
}
.top-screen___1GD0i .header-wrap___1p3Mi .header___3fNFv {
  margin-left: 16.666666666666668vw;
  width: 54.16666666666667vw;
  font-size: 2.708333333333333vw;
  letter-spacing: -0.104166666666667vw;
  font-weight: 300;
  text-align: left;
}
.top-screen___1GD0i .header-wrap___1p3Mi .header___3fNFv span {
  display: block;
}
.top-screen___1GD0i .header-wrap___1p3Mi .small-header___M4Rjv {
  position: absolute;
  display: flex;
  color: #45b8af;
  margin-top: -2.083333333333333vw;
  margin-left: 0.416666666666667vw;
  font-size: 0.833333333333333vw;
  line-height: 0.833333333333333vw;
  letter-spacing: 0.208333333333333vw;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s opacity;
  transition-delay: 0s;
}
.top-screen___1GD0i .header-wrap___1p3Mi .small-header___M4Rjv .created-date___1A63M {
  display: inline-block;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.4);
  margin: 0 0.520833333333333vw;
  opacity: 0;
  transform: translateX(-20%);
  transition: transform 0.5s, opacity 0.3s;
  transition-delay: 1s;
}
.top-screen___1GD0i.simple-short-header___3-AlZ .header-wrap___1p3Mi:not(.head-background___G-VMP) .header___3fNFv,
.top-screen___1GD0i.simple-blog___2k4tU .header-wrap___1p3Mi:not(.head-background___G-VMP) .header___3fNFv {
  width: 75vw;
}
.top-screen___1GD0i.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv,
.top-screen___1GD0i.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv {
  font-size: 4.375vw;
  line-height: 4.895833333333334vw;
  letter-spacing: -0.208333333333333vw;
  font-weight: 500;
}
.top-screen___1GD0i .caption-wrap___KflWQ {
  top: 62.96296296296296vh;
  position: absolute;
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-screen___1GD0i .caption-wrap___KflWQ .caption___VRB9B {
  width: 59.895833333333336vw;
  opacity: 0;
  transform: translateY(4vh);
}
.top-screen___1GD0i .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW {
  font-size: 1.666666666666667vw;
  line-height: 2.395833333333333vw;
  letter-spacing: -0.026041666666667vw;
  font-weight: 200;
  text-align: center;
}
.top-screen___1GD0i .bottom-links___6kn7S {
  position: absolute;
  bottom: 2.604166666666667vw;
  left: 3.125vw;
  width: 93.75vw;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s opacity;
  pointer-events: all;
}
.top-screen___1GD0i.show___3m4TX .header-wrap___1p3Mi .small-header___M4Rjv {
  opacity: 1;
}
.top-screen___1GD0i.show___3m4TX .header-wrap___1p3Mi .small-header___M4Rjv .created-date___1A63M {
  opacity: 1;
  transform: translateX(0);
}
.top-screen___1GD0i.show___3m4TX .caption-wrap___KflWQ .caption___VRB9B {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
  transition-delay: 0.3s;
}
.top-screen___1GD0i.show___3m4TX:not('.blog-single___3vGb2') .bottom-links___6kn7S,
.top-screen___1GD0i.show___3m4TX:not('.blog-single___3vGb2') .scroll-icon___3eZMF {
  opacity: 1;
}
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -7.786458333333334vw;
  text-align: center;
}
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi .svg-wrap___3_qRN {
  width: 100%;
  display: flex;
  justify-content: center;
}
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi .svg-wrap___3_qRN .svg-inner___2o9sQ {
  position: absolute;
}
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi svg {
  overflow: visible;
  transform: scale(0.8) perspective(0px) translateZ(0.1px);
}
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi svg .str-mask___1ZrpH,
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi svg .fill-mask___3fuQt {
  transform: scaleX(0);
  transform-origin: 50%;
  transition: transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi svg .with-stroke___3LXt3,
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi svg .with-fill___3WySU {
  vector-effect: non-scaling-stroke;
  fill: none;
  stroke: #f4f4f4;
  stroke-width: 1.5px;
  opacity: 0.5;
}
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi svg .with-fill___3WySU {
  opacity: 1;
  fill: #f4f4f4;
}
.top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi svg.svg-header___Q4Krv {
  height: 10.572916666666668vw;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .top-screen___1GD0i.mainpage___sF0qh .header-wrap___1p3Mi svg.svg-header___Q4Krv {
    height: 8.333333333333334vw !important;
  }
}
.top-screen___1GD0i.mainpage___sF0qh .caption-wrap___KflWQ {
  align-items: flex-start;
}
.top-screen___1GD0i.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B {
  position: absolute;
}
.top-screen___1GD0i.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .inner-wrap___34E34 {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(1.5625vw);
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.top-screen___1GD0i.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .inner-wrap___34E34 .caption-button-wrap___3VPYD {
  pointer-events: none;
  margin-top: 1.041666666666667vw;
}
.top-screen___1GD0i.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .inner-wrap___34E34.current___3T5fl {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
}
.top-screen___1GD0i.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .inner-wrap___34E34.current___3T5fl .caption-button-wrap___3VPYD {
  pointer-events: all;
}
.top-screen___1GD0i.mainpage___sF0qh.show___3m4TX .header-wrap___1p3Mi .svg-wrap___3_qRN .svg-inner___2o9sQ {
  pointer-events: all;
  cursor: grab;
}
.top-screen___1GD0i.mainpage___sF0qh.show___3m4TX .header-wrap___1p3Mi svg {
  transform: scale(0.99) perspective(0px) translateZ(0.1px);
  transition: transform 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.6s;
}
.top-screen___1GD0i.mainpage___sF0qh.show___3m4TX .header-wrap___1p3Mi svg .str-mask___1ZrpH {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.top-screen___1GD0i.mainpage___sF0qh.show___3m4TX .header-wrap___1p3Mi svg.current___3T5fl .fill-mask___3fuQt {
  transform: scaleX(1);
}
.top-screen___1GD0i.mainpage___sF0qh.show___3m4TX .caption-wrap___KflWQ .caption___VRB9B {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
  transition-delay: 1.8s;
}
.top-screen___1GD0i.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv,
.top-screen___1GD0i.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv {
  width: 54.16666666666667vw;
  font-size: 6.25vw;
  line-height: 6.25vw;
  letter-spacing: -0.260416666666667vw;
  font-weight: 500;
  text-align: left;
}
.top-screen___1GD0i.products-header___11CY7 .caption-wrap___KflWQ,
.top-screen___1GD0i.case-header___3jsbG .caption-wrap___KflWQ {
  margin-left: 63.54166666666667vw;
  width: 19.270833333333336vw;
}
.top-screen___1GD0i.products-header___11CY7 .caption-wrap___KflWQ .caption___VRB9B,
.top-screen___1GD0i.case-header___3jsbG .caption-wrap___KflWQ .caption___VRB9B {
  transition-delay: 0.5s;
}
.top-screen___1GD0i.products-header___11CY7 .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW,
.top-screen___1GD0i.case-header___3jsbG .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW {
  font-size: 1.25vw;
  line-height: 1.875vw;
  letter-spacing: -0.026041666666667vw;
  text-align: left;
}
.top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .header-wrap___1p3Mi,
.top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .header-wrap___1p3Mi {
  margin-left: 3.645833333333333vw;
}
.top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .header-wrap___1p3Mi .app-logo___1HXc3,
.top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .header-wrap___1p3Mi .app-logo___1HXc3 {
  display: block;
  position: absolute;
  margin-left: -7.291666666666667vw;
  margin-top: 0.416666666666667vw;
  width: 5.208333333333334vw;
  border-radius: 22.6%;
}
.top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .caption-case-wrap___1nQFP,
.top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .caption-case-wrap___1nQFP {
  position: relative;
  width: 30.208333333333336vw;
  margin-left: 0;
  top: 0;
  margin-top: 3.125vw;
}
.top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .caption-case-wrap___1nQFP .caption___VRB9B,
.top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .caption-case-wrap___1nQFP .caption___VRB9B {
  font-size: 1.666666666666667vw;
  line-height: 2.395833333333333vw;
  letter-spacing: -0.026041666666667vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .caption-case-wrap___1nQFP .caption___VRB9B,
  .top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .caption-case-wrap___1nQFP .caption___VRB9B {
    font-size: 5.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .caption-case-wrap___1nQFP .caption___VRB9B,
  .top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .caption-case-wrap___1nQFP .caption___VRB9B {
    line-height: 7.466666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .caption-case-wrap___1nQFP .caption___VRB9B,
  .top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .caption-case-wrap___1nQFP .caption___VRB9B {
    letter-spacing: -0.08vw;
  }
}
.top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .campaign-period___2pyyn,
.top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .campaign-period___2pyyn {
  margin-top: 3.125vw;
  padding-top: 1.041666666666667vw;
  width: 30.208333333333336vw;
  font-size: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  letter-spacing: 0vw;
  font-weight: 300;
  border-top: 1px solid rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .campaign-period___2pyyn,
  .top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .campaign-period___2pyyn {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .campaign-period___2pyyn,
  .top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .campaign-period___2pyyn {
    line-height: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .campaign-period___2pyyn,
  .top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .campaign-period___2pyyn {
    letter-spacing: 0vw;
  }
}
.top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .campaign-period___2pyyn span,
.top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .campaign-period___2pyyn span {
  display: inline;
  font-weight: 500;
  margin-right: 0.625vw;
}
.top-screen___1GD0i.products-header___11CY7.case-header___3jsbG .iphone-cont___1rRfi,
.top-screen___1GD0i.case-header___3jsbG.case-header___3jsbG .iphone-cont___1rRfi {
  position: absolute;
  left: 60.93750000000001vw;
  width: 17.708333333333336vw;
}
.top-screen___1GD0i.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv >*,
.top-screen___1GD0i.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv >*,
.top-screen___1GD0i.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv >*,
.top-screen___1GD0i.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv >* {
  display: block;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 1.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.top-screen___1GD0i.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv >*:nth-child(1):not(.tag-list___2sttM),
.top-screen___1GD0i.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv >*:nth-child(1):not(.tag-list___2sttM),
.top-screen___1GD0i.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv >*:nth-child(1):not(.tag-list___2sttM),
.top-screen___1GD0i.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv >*:nth-child(1):not(.tag-list___2sttM) {
  transform: translateY(4vw);
}
.top-screen___1GD0i.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv >*:nth-child(2):not(.tag-list___2sttM),
.top-screen___1GD0i.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv >*:nth-child(2):not(.tag-list___2sttM),
.top-screen___1GD0i.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv >*:nth-child(2):not(.tag-list___2sttM),
.top-screen___1GD0i.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv >*:nth-child(2):not(.tag-list___2sttM) {
  transform: translateY(7vw);
}
.top-screen___1GD0i.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv >*:nth-child(3):not(.tag-list___2sttM),
.top-screen___1GD0i.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv >*:nth-child(3):not(.tag-list___2sttM),
.top-screen___1GD0i.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv >*:nth-child(3):not(.tag-list___2sttM),
.top-screen___1GD0i.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv >*:nth-child(3):not(.tag-list___2sttM) {
  transform: translateY(10vw);
}
.top-screen___1GD0i.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv >*:nth-child(4):not(.tag-list___2sttM),
.top-screen___1GD0i.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv >*:nth-child(4):not(.tag-list___2sttM),
.top-screen___1GD0i.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv >*:nth-child(4):not(.tag-list___2sttM),
.top-screen___1GD0i.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv >*:nth-child(4):not(.tag-list___2sttM) {
  transform: translateY(13vw);
}
.top-screen___1GD0i.products-header___11CY7 .iphone-cont___1rRfi,
.top-screen___1GD0i.simple-short-header___3-AlZ .iphone-cont___1rRfi,
.top-screen___1GD0i.case-header___3jsbG .iphone-cont___1rRfi,
.top-screen___1GD0i.simple-blog___2k4tU .iphone-cont___1rRfi {
  opacity: 0;
  transform: translateY(16vw);
  transition: opacity 1.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 1.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.top-screen___1GD0i.products-header___11CY7.show___3m4TX .header-wrap___1p3Mi .header___3fNFv > *:not(.tag-list___2sttM),
.top-screen___1GD0i.simple-short-header___3-AlZ.show___3m4TX .header-wrap___1p3Mi .header___3fNFv > *:not(.tag-list___2sttM),
.top-screen___1GD0i.case-header___3jsbG.show___3m4TX .header-wrap___1p3Mi .header___3fNFv > *:not(.tag-list___2sttM),
.top-screen___1GD0i.simple-blog___2k4tU.show___3m4TX .header-wrap___1p3Mi .header___3fNFv > *:not(.tag-list___2sttM) {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top-screen___1GD0i.products-header___11CY7.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
.top-screen___1GD0i.simple-short-header___3-AlZ.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
.top-screen___1GD0i.case-header___3jsbG.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
.top-screen___1GD0i.simple-blog___2k4tU.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM {
  font-size: 0.833333333333333vw;
  display: flex;
  opacity: 1;
  line-height: 1;
  letter-spacing: normal;
  margin-top: 2.604166666666667vw;
}
@media screen and (max-width: 767px) {
  .top-screen___1GD0i.products-header___11CY7.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.simple-short-header___3-AlZ.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.case-header___3jsbG.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.simple-blog___2k4tU.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-screen___1GD0i.products-header___11CY7.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.simple-short-header___3-AlZ.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.case-header___3jsbG.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.simple-blog___2k4tU.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM {
    font-size: 1.3671875vw;
  }
}
.top-screen___1GD0i.products-header___11CY7.show___3m4TX .header-wrap___1p3Mi .small-header___M4Rjv,
.top-screen___1GD0i.simple-short-header___3-AlZ.show___3m4TX .header-wrap___1p3Mi .small-header___M4Rjv,
.top-screen___1GD0i.case-header___3jsbG.show___3m4TX .header-wrap___1p3Mi .small-header___M4Rjv,
.top-screen___1GD0i.simple-blog___2k4tU.show___3m4TX .header-wrap___1p3Mi .small-header___M4Rjv {
  transition: opacity 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.8s;
}
.top-screen___1GD0i.products-header___11CY7.show___3m4TX .iphone-cont___1rRfi,
.top-screen___1GD0i.simple-short-header___3-AlZ.show___3m4TX .iphone-cont___1rRfi,
.top-screen___1GD0i.case-header___3jsbG.show___3m4TX .iphone-cont___1rRfi,
.top-screen___1GD0i.simple-blog___2k4tU.show___3m4TX .iphone-cont___1rRfi {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.6s;
}
.scroll-icon___3eZMF {
  position: absolute;
  left: 50%;
  bottom: 2.604166666666667vw;
  width: 10.416666666666668vw;
  margin-left: -5.208333333333334vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.5s opacity;
}
.scroll-icon___3eZMF svg {
  height: 2.604166666666667vw;
  display: block;
}
.scroll-icon___3eZMF svg circle {
  opacity: 0;
  fill: #fff;
  stroke: rgba(255,255,255,0);
  animation: anim___34XLc 2s infinite;
}
.scroll-icon___3eZMF svg circle:nth-of-type(1) {
  animation-delay: 0.2s;
}
.scroll-icon___3eZMF svg circle:nth-of-type(2) {
  animation-delay: 0.4s;
}
.scroll-icon___3eZMF svg circle:nth-of-type(3) {
  animation-delay: 0.6s;
}
.scroll-icon___3eZMF svg circle:nth-of-type(4) {
  animation-delay: 0.8s;
}
.scroll-icon___3eZMF svg circle:nth-of-type(5) {
  animation-delay: 1s;
}
.scroll-icon___3eZMF svg circle:nth-of-type(6) {
  animation-delay: 1.2s;
}
.scroll-icon___3eZMF svg circle:nth-of-type(7) {
  animation-delay: 1.4s;
}
@-moz-keyframes anim___34XLc {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim___34XLc {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes anim___34XLc {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim___34XLc {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-icon___3eZMF span {
  display: block;
  margin-top: 1.041666666666667vw;
  font-size: 0.625vw;
  letter-spacing: 0.052083333333333vw;
  font-weight: 500;
  opacity: 0.5;
  text-transform: uppercase;
}
.top-screen___1GD0i.mobile___tG5vc .bottom-links___6kn7S {
  display: none;
}
.top-screen___1GD0i.mobile___tG5vc .header-wrap___1p3Mi {
  margin-left: 0 !important;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU {
  height: 100%;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh:not('.blog-single___3vGb2') .header-wrap___1p3Mi,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7:not('.blog-single___3vGb2') .header-wrap___1p3Mi,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ:not('.blog-single___3vGb2') .header-wrap___1p3Mi,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU:not('.blog-single___3vGb2') .header-wrap___1p3Mi {
  margin-top: -7.833333333333333vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh:not('.blog-single___3vGb2') .header-wrap___1p3Mi svg.svg-header___Q4Krv,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7:not('.blog-single___3vGb2') .header-wrap___1p3Mi svg.svg-header___Q4Krv,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ:not('.blog-single___3vGb2') .header-wrap___1p3Mi svg.svg-header___Q4Krv,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU:not('.blog-single___3vGb2') .header-wrap___1p3Mi svg.svg-header___Q4Krv {
  height: 10.666666666666666vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .caption-wrap___KflWQ,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .caption-wrap___KflWQ,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .caption-wrap___KflWQ {
  top: 58.47076461769115%;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .caption-wrap___KflWQ .caption___VRB9B,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .caption-wrap___KflWQ .caption___VRB9B,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .caption-wrap___KflWQ .caption___VRB9B {
  width: 80vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW {
  text-align: center;
  font-size: 5.333333333333333vw;
  line-height: 7.466666666666667vw;
  letter-spacing: -0.08vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .scroll-icon___3eZMF,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .scroll-icon___3eZMF,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .scroll-icon___3eZMF,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .scroll-icon___3eZMF {
  margin-bottom: 5.333333333333333vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .scroll-icon___3eZMF svg,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .scroll-icon___3eZMF svg,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .scroll-icon___3eZMF svg,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .scroll-icon___3eZMF svg {
  height: 16vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .scroll-icon___3eZMF span,
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .scroll-icon___3eZMF span,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .scroll-icon___3eZMF span,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .scroll-icon___3eZMF span {
  display: none;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ {
  top: 55.472263868065966%;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B {
  width: 90vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW {
  font-size: 4.266666666666667vw;
  line-height: 5.866666666666666vw;
  letter-spacing: -0.08vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .caption-button-wrap___3VPYD {
  margin-top: 5.333333333333333vw;
}
.top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .caption-button-wrap___3VPYD >div {
  width: 50vw;
}
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ,
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi {
  height: calc(var(--vh, 1vh) * 74.96251874062969);
}
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG {
  height: auto;
}
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ,
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi,
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .header-wrap___1p3Mi,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .header-wrap___1p3Mi,
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .header-wrap___1p3Mi,
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .header-wrap___1p3Mi {
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv,
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .header-wrap___1p3Mi .header___3fNFv,
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv {
  margin-left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12.533333333333333vw;
  letter-spacing: -0.597333333333333vw;
  line-height: 13.866666666666667vw;
  font-weight: 500;
  width: 90%;
}
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv,
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv,
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv {
  font-size: 3.733333333333333vw;
  letter-spacing: 0.933333333333333vw;
  font-weight: 500;
  position: relative;
  margin-bottom: 2.604166666666667vw;
}
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .caption-wrap___KflWQ,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .caption-wrap___KflWQ,
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .caption-wrap___KflWQ,
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .caption-wrap___KflWQ,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .caption-wrap___KflWQ {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}
.top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .caption-wrap___KflWQ .caption___VRB9B,
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .caption-wrap___KflWQ .caption___VRB9B,
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .caption-wrap___KflWQ .caption___VRB9B,
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .caption-wrap___KflWQ .caption___VRB9B,
.top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .caption-wrap___KflWQ .caption___VRB9B {
  text-align: center;
}
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .header-wrap___1p3Mi {
  margin-top: calc(var(--vh, 1vh) * 4.497751124437781);
}
.top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv {
  font-size: 9.6vw;
  letter-spacing: -0.4vw;
  line-height: 12.453333333333335vw;
}
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .header-wrap___1p3Mi {
  margin-top: calc(var(--vh, 1vh) * 4.497751124437781);
}
.top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .header-wrap___1p3Mi .header___3fNFv {
  font-size: 7.466666666666667vw;
  letter-spacing: -0.32vw;
  line-height: 10.32vw;
  font-weight: 300;
}
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi {
  margin-top: 37.333333333333336vw;
}
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv {
  text-align: center;
  line-height: 13.866666666666667vw;
}
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv >div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .app-logo___1HXc3 {
  position: relative;
  margin-left: 0;
  margin-top: calc(var(--vh, 1vh) * 2.998500749625188);
  margin-bottom: 5.333333333333333vw;
  width: 17.066666666666666vw;
}
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .caption-case-wrap___1nQFP,
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .campaign-period___2pyyn {
  margin-top: 5.333333333333333vw;
  width: 85.33333333333333vw;
}
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .campaign-period___2pyyn {
  padding-top: 5.333333333333333vw;
}
.top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .iphone-cont___1rRfi {
  margin-top: 10.666666666666666vw;
  margin-bottom: 10.666666666666666vw;
  position: relative;
  left: 0;
  width: 60vw;
}
@media screen and (max-width: 767px) {
  .top-screen___1GD0i.products-header___11CY7.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.simple-short-header___3-AlZ.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.case-header___3jsbG.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM,
  .top-screen___1GD0i.simple-blog___2k4tU.show___3m4TX .header-wrap___1p3Mi .tag-list___2sttM {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-screen___1GD0i.mobile___tG5vc .bottom-links___6kn7S {
    display: none;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .header-wrap___1p3Mi {
    margin-top: -6.89453125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .header-wrap___1p3Mi svg.svg-header___Q4Krv {
    height: 8.7890625vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .inner-wrap___34E34 .caption-text___1wTqW {
    margin-top: 1.953125vw;
    width: 70%;
    font-size: 1.953125vw;
    line-height: 2.5390625vw;
    letter-spacing: -0.048828125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .inner-wrap___34E34 .caption-button-wrap___3VPYD {
    pointer-events: none;
    margin-top: 1.953125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .caption-wrap___KflWQ .caption___VRB9B .inner-wrap___34E34 .caption-button-wrap___3VPYD >div {
    width: 19.53125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .scroll-icon___3eZMF svg {
    height: 8vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .scroll-icon___3eZMF,
  .top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .scroll-icon___3eZMF {
    margin-bottom: 1.953125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .scroll-icon___3eZMF svg,
  .top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .scroll-icon___3eZMF svg {
    height: 5.859375vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.mainpage___sF0qh .scroll-icon___3eZMF span,
  .top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .scroll-icon___3eZMF span {
    display: none;
  }
  .top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW,
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW,
  .top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW,
  .top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW,
  .top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .caption-wrap___KflWQ .caption___VRB9B .caption-text___1wTqW {
    font-size: 3.125vw;
    line-height: 4.4921875vw;
    letter-spacing: -0.048828125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv,
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv,
  .top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv,
  .top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .header-wrap___1p3Mi .header___3fNFv,
  .top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv {
    font-size: 6.25vw;
    line-height: 7.2265625vw;
    letter-spacing: -0.29296875vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.products-header___11CY7 .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv,
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv,
  .top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv,
  .top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv,
  .top-screen___1GD0i.mobile___tG5vc.simple-blog___2k4tU .header-wrap___1p3Mi .header___3fNFv .small-header___M4Rjv {
    font-size: 1.5625vw;
    letter-spacing: 0.390625vw;
    line-height: 1.953125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.simple-short-header___3-AlZ,
  .top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi {
    height: 58.59375vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.simple-long-header___30LGi .header-wrap___1p3Mi .header___3fNFv {
    width: 70.3125vw;
    font-size: 4.266666666666667vw;
    letter-spacing: -0.213333333333333vw;
    line-height: 5.333333333333333vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi {
    margin-top: 16.6015625vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv {
    line-height: 5.859375vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv >div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .app-logo___1HXc3 {
    position: relative;
    margin-left: 0;
    margin-top: vht(40);
    margin-bottom: 1.953125vw;
    width: 7.8125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .caption-case-wrap___1nQFP,
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .campaign-period___2pyyn {
    margin-top: 3.90625vw;
    width: 70.3125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .caption-case-wrap___1nQFP .caption___VRB9B,
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .campaign-period___2pyyn .caption___VRB9B {
    padding: 0 1.953125vw;
    font-size: 2.734375vw;
    line-height: 4.1015625vw;
    letter-spacing: -0.0390625vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .header___3fNFv .campaign-period___2pyyn {
    display: block;
    padding-top: 3.90625vw;
    font-size: 1.953125vw;
    line-height: 3.125vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG .header-wrap___1p3Mi .iphone-cont___1rRfi {
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
    width: 25.390625vw;
  }
  .top-screen___1GD0i.mobile___tG5vc.case-header___3jsbG.simple-blog___2k4tU .header-wrap___1p3Mi {
    margin-top: 0 !important;
  }
}

.blog-form___2oD58 {
  margin-bottom: 7.8125vw;
  padding: 3.125vw 4.166666666666667vw;
  background: #45b8af;
  min-height: 13.020833333333334vw;
}
.blog-form___2oD58 .head___2eEt2,
.blog-form___2oD58 .head-notification___2TghH {
  display: flex;
  align-items: center;
  width: 70%;
  margin-bottom: 4.166666666666667vw;
}
.blog-form___2oD58 .head___2eEt2 .title___1M2jp,
.blog-form___2oD58 .head-notification___2TghH .title___1M2jp {
  font-size: 2.1875vw;
  line-height: 3.020833333333333vw;
  letter-spacing: -0.010416666666667vw;
  color: #fff;
  font-weight: 300;
  margin-right: 6.25vw;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blog-form___2oD58 .head___2eEt2 .title___1M2jp,
  .blog-form___2oD58 .head-notification___2TghH .title___1M2jp {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-form___2oD58 .head___2eEt2 .title___1M2jp,
  .blog-form___2oD58 .head-notification___2TghH .title___1M2jp {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-form___2oD58 .head___2eEt2 .title___1M2jp,
  .blog-form___2oD58 .head-notification___2TghH .title___1M2jp {
    line-height: 5.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-form___2oD58 .head___2eEt2 .title___1M2jp,
  .blog-form___2oD58 .head-notification___2TghH .title___1M2jp {
    line-height: 5.6640625vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-form___2oD58 .head___2eEt2 .title___1M2jp,
  .blog-form___2oD58 .head-notification___2TghH .title___1M2jp {
    letter-spacing: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-form___2oD58 .head___2eEt2 .title___1M2jp,
  .blog-form___2oD58 .head-notification___2TghH .title___1M2jp {
    letter-spacing: -0.01953125vw;
  }
}
.blog-form___2oD58 .head___2eEt2 .subtitle___2mdx_,
.blog-form___2oD58 .head-notification___2TghH .subtitle___2mdx_ {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blog-form___2oD58 .head___2eEt2 .subtitle___2mdx_,
  .blog-form___2oD58 .head-notification___2TghH .subtitle___2mdx_ {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-form___2oD58 .head___2eEt2 .subtitle___2mdx_,
  .blog-form___2oD58 .head-notification___2TghH .subtitle___2mdx_ {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-form___2oD58 .head___2eEt2 .subtitle___2mdx_,
  .blog-form___2oD58 .head-notification___2TghH .subtitle___2mdx_ {
    line-height: 5.333333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-form___2oD58 .head___2eEt2 .subtitle___2mdx_,
  .blog-form___2oD58 .head-notification___2TghH .subtitle___2mdx_ {
    line-height: 2.34375vw;
  }
}
.blog-form___2oD58 .head-notification___2TghH,
.blog-form___2oD58 .head-notification-notification___2ENbu {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.blog-form___2oD58 .head-notification___2TghH .title___1M2jp,
.blog-form___2oD58 .head-notification-notification___2ENbu .title___1M2jp {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 0;
  text-align: center;
}
.blog-form___2oD58 .head-notification___2TghH .subtitle___2mdx_,
.blog-form___2oD58 .head-notification-notification___2ENbu .subtitle___2mdx_ {
  padding: 0 5.208333333333334vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog-form___2oD58 {
    min-height: 66.66666666666667vw;
  }
  .blog-form___2oD58 .head___2eEt2 {
    width: 100%;
    flex-wrap: wrap;
  }
  .blog-form___2oD58 .head___2eEt2 .title___1M2jp {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-form___2oD58 .head___2eEt2 {
    width: 100%;
  }
}

.preview___3Ore- {
  width: 35.41666666666667vw;
  height: 100%;
  position: relative;
}
.preview___3Ore- .poster___2vn_u {
  height: 30.208333333333336vw;
  min-height: 19.791666666666668vw;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 0;
}
.preview___3Ore- .poster-image___3uxRV {
  width: 100%;
  height: auto;
}
.preview___3Ore- .description___1qVb2 {
  position: relative;
}
.preview___3Ore- .tag-link___2OrzW {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 2.083333333333333vw;
  position: absolute;
  bottom: -2.222222222222222vh;
}
.preview___3Ore- .tag-link-item___39YAM {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.962962962962963vh;
  font-size: 0.833333333333333vw;
  padding: 0.364583333333333vw 0.729166666666667vw;
  margin-top: 0.104166666666667vw;
  margin-bottom: 0.104166666666667vw;
  color: #fff;
  background: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .preview___3Ore- .tag-link-item___39YAM {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .preview___3Ore- .tag-link-item___39YAM {
    font-size: 1.5625vw;
  }
}
.preview___3Ore- .caption___2DnpK {
  padding: 2.083333333333333vw 0 1.614583333333333vw;
  font-size: 1.666666666666667vw;
  letter-spacing: -0.026041666666667vw;
}
@media screen and (max-width: 767px) {
  .preview___3Ore- .caption___2DnpK {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .preview___3Ore- .caption___2DnpK {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .preview___3Ore- .caption___2DnpK {
    letter-spacing: -0.106666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .preview___3Ore- .caption___2DnpK {
    letter-spacing: -0.0498046875vw;
  }
}
@media screen and (max-width: 767px) {
  .preview___3Ore- {
    width: 100%;
  }
  .preview___3Ore- .poster___2vn_u {
    width: 100%;
    height: auto;
  }
  .preview___3Ore- .tag-link-item___39YAM {
    font-size: 2.604166666666667vw;
    padding: 1.066666666666667vw 2.133333333333333vw;
    margin-top: 0.104166666666667vw;
    margin-bottom: 0.533333333333333vw;
  }
  .preview___3Ore- .description___1qVb2 .link___1Zvkg {
    display: none;
  }
  .preview___3Ore- .caption___2DnpK {
    margin-top: 2.083333333333333vw;
    padding: 4.166666666666667vw 0 1.614583333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  -item {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  -item {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .preview___3Ore- .poster___2vn_u {
    width: 100%;
    height: auto;
  }
  .preview___3Ore- .tag-link___2OrzW {
    bottom: -1.5625vw;
  }
  .preview___3Ore- .tag-link-item___39YAM {
    font-size: 0.9375vw;
    padding: 0.416666666666667vw 0.833333333333333vw;
    height: 2.083333333333333vw;
  }
  .preview___3Ore- .description___1qVb2 .link___1Zvkg {
    display: none;
  }
  .preview___3Ore- .caption___2DnpK {
    margin-top: 1.041666666666667vw;
    padding: 1.302083333333333vw 0 1.614583333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  -item {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  -item {
    font-size: 1.7578125vw;
  }
}

.blog-wrap___3CO_4 {
  min-width: 73.95833333333334vw;
}
.blog-wrap___3CO_4 .blog-filter___1XEL5 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  margin-top: 8.854166666666668vw;
  margin-bottom: 3.645833333333333vw;
  height: auto;
}
.blog-wrap___3CO_4 .blog-main___2a5Gz {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-wrap___3CO_4 .blog-more___lR3G9 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.208333333333334vw;
}
.blog-wrap___3CO_4 .blog-more___lR3G9 > div {
  box-shadow: none;
  padding: 0 1.041666666666667vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .blog-wrap___3CO_4 .blog-more___lR3G9 > div {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-wrap___3CO_4 .blog-more___lR3G9 > div {
    font-size: 1.3671875vw;
  }
}
.blog-wrap___3CO_4 .blog-more___lR3G9:before,
.blog-wrap___3CO_4 .blog-more___lR3G9:after {
  content: '';
  opacity: 0.2;
  height: 1px;
  background: #1c1c1c;
  display: inline-flex;
  flex: 1;
}
.blog-wrap___3CO_4 .blog-more___lR3G9:before {
  margin-right: 2.604166666666667vw;
}
.blog-wrap___3CO_4 .blog-more___lR3G9:after {
  margin-left: 2.604166666666667vw;
}
.blog-wrap___3CO_4 .cases-wrap___18y3c {
  position: relative;
  width: calc(50% - (40px / 2));
  perspective: 1200px;
  margin-top: 0;
  margin-bottom: 5.208333333333334vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .blog-wrap___3CO_4 {
    min-width: 5.208333333333334vw;
    margin-top: 5.208333333333334vw;
    height: auto;
  }
  .blog-wrap___3CO_4 .blog-filter___1XEL5 {
    margin-bottom: 15.625vw;
  }
  .blog-wrap___3CO_4 .cases-wrap___18y3c {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 60px;
    box-sizing: border-box;
  }
  .blog-wrap___3CO_4 .blog-more___lR3G9 > div {
    width: auto;
    height: auto;
  }
}

.filter___3Vcmu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filter-tags___MYwyK {
  font-size: 0.9375vw;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.604166666666667vw;
}
@media screen and (max-width: 767px) {
  .filter-tags___MYwyK {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filter-tags___MYwyK {
    font-size: 1.7578125vw;
  }
}
.filter-tags___MYwyK .more___2WgnD {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.90625vw;
  color: #1c1c1c;
  margin: 0 1.041666666666667vw;
}
.filter-tags___MYwyK .more___2WgnD span {
  padding-bottom: 0.260416666666667px;
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .filter-tags___MYwyK .more___2WgnD span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filter-tags___MYwyK .more___2WgnD span {
    font-size: 1.3671875vw;
  }
}
.filter___3Vcmu .sort___z6W9l {
  color: #1c1c1c;
  font-size: 0.833333333333333vw;
  width: 13.020833333333334vw;
}
@media screen and (max-width: 767px) {
  .filter___3Vcmu .sort___z6W9l {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filter___3Vcmu .sort___z6W9l {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 767px) {
  .filter___3Vcmu {
    flex-direction: column;
  }
  .filter-tags___MYwyK {
    margin-bottom: 0;
    font-size: 3.645833333333333vw;
    flex-wrap: wrap;
  }
  .filter-tags___MYwyK .more___2WgnD {
    height: 13.333333333333334vw;
    padding: 0 2.666666666666667vw;
  }
  .filter___3Vcmu .sort___z6W9l {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  -tags {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  -tags {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filter-tags___MYwyK {
    flex-wrap: wrap;
  }
  .filter-tags___MYwyK .more___2WgnD {
    height: 100%;
    padding: 0;
    margin: 0 1.822916666666667vw;
  }
}

.head___2kuwa {
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .head___2kuwa {
    font-size: 4.266666666666667vw;
  }
}
.head___2kuwa.hide___-GZeT {
  opacity: 0;
  transition: 0.5s opacity;
}
.form-wrap___2vDul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.5s opacity;
}
.form-wrap___2vDul .input-wrap___1np0b {
  margin-top: 2.604166666666667vw;
  width: calc(50% - 3.125vw);
}
.form-wrap___2vDul .input-wrap___1np0b.textarea___3ZR49 {
  width: 100%;
}
.form-wrap___2vDul.get-started___1f8Gv {
  display: block;
}
.form-wrap___2vDul.get-started___1f8Gv .input-wrap___1np0b {
  margin-top: 0;
  margin-bottom: 1.5625vw;
  width: 100%;
}
.form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu {
  margin-top: 1.5625vw;
  display: block;
}
.form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu .form-checkbox___1vS5A {
  width: 100%;
  display: flex;
}
.form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu .form-button___3MPCK {
  margin-top: 2.083333333333333vw;
  display: flex;
  justify-content: flex-start;
}
.form-wrap___2vDul.hide___-GZeT {
  opacity: 0;
}
.form-wrap___2vDul.inline___b8z4D {
  display: flex;
  align-items: flex-end;
}
.form-wrap___2vDul.inline___b8z4D .input-wrap___1np0b {
  width: auto;
  margin-top: 0;
}
.form-wrap___2vDul.inline___b8z4D .input-wrap___1np0b > div {
  border-bottom-color: rgba(255,255,255,0.4);
}
.form-wrap___2vDul.inline___b8z4D .input-wrap___1np0b > div > input {
  padding: 0 0 0.78125vw 0;
  letter-spacing: -0.8px;
  font-size: 1.25vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .form-wrap___2vDul.inline___b8z4D .input-wrap___1np0b > div > input {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-wrap___2vDul.inline___b8z4D .input-wrap___1np0b > div > input {
    font-size: 2.34375vw;
  }
}
.form-wrap___2vDul.inline___b8z4D .input-wrap___1np0b > div > span {
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .form-wrap___2vDul.inline___b8z4D .input-wrap___1np0b > div > span {
    font-size: 3.733333333333333vw;
  }
}
.form-wrap___2vDul.inline___b8z4D .form-botton___32Pqk {
  width: 30%;
}
.form-wrap___2vDul.inline___b8z4D .form-checkbox___1vS5A {
  width: 100%;
  display: flex;
  margin-top: 1.5625vw;
}
.form-wrap___2vDul.inline___b8z4D .form-button___3MPCK > div {
  color: #45b8af;
  box-shadow: none;
  width: auto;
  height: auto;
  padding: 1.041666666666667vw 3.645833333333333vw;
  font-size: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .form-wrap___2vDul.inline___b8z4D .form-button___3MPCK > div {
    font-size: 3.733333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-wrap___2vDul.inline___b8z4D .form-button___3MPCK > div {
    font-size: 1.5625vw;
  }
}
.form-wrap___2vDul.inline___b8z4D .form-button___3MPCK > div:hover {
  background-color: rgba(255,255,255,0.3);
  color: #fff;
}
.bottom-wrap___2Cldu {
  margin-top: 2.604166666666667vw;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.bottom-wrap___2Cldu .form-checkbox___1vS5A {
  width: 55%;
}
.bottom-wrap___2Cldu .form-button___3MPCK {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .form-wrap___2vDul {
    display: block;
  }
  .form-wrap___2vDul .input-wrap___1np0b {
    margin-bottom: 4.6875vw !important;
    width: 100%;
  }
  .form-wrap___2vDul .input-wrap___1np0b.textarea___3ZR49 {
    width: 100%;
  }
  .bottom-wrap___2Cldu {
    margin-top: 16vw;
    display: block;
  }
  .bottom-wrap___2Cldu .form-checkbox___1vS5A {
    width: 100%;
  }
  .bottom-wrap___2Cldu .form-button___3MPCK {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16vw;
  }
  .form-wrap___2vDul.get-started___1f8Gv {
    display: block;
  }
  .form-wrap___2vDul.get-started___1f8Gv .input-wrap___1np0b {
    margin-top: 0;
    margin-bottom: 10.666666666666666vw;
    width: 100%;
  }
  .form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu {
    display: block;
  }
  .form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu .form-checkbox___1vS5A {
    display: flex;
  }
  .form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu .form-button___3MPCK {
    margin-top: 10.666666666666666vw;
    margin-bottom: 17.333333333333332vw;
    display: flex;
    justify-content: center;
  }
  .form-wrap___2vDul.inline___b8z4D {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-wrap___2vDul.inline___b8z4D .input-wrap___1np0b {
    min-width: 100%;
  }
  .form-wrap___2vDul.inline___b8z4D .form-button___3MPCK > div {
    padding: 10px 15px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .head___2kuwa {
    font-size: 1.5625vw;
  }
  .form-wrap___2vDul.get-started___1f8Gv {
    display: block;
  }
  .form-wrap___2vDul.get-started___1f8Gv .input-wrap___1np0b {
    margin-bottom: 3.90625vw;
  }
  .form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu .form-checkbox___1vS5A {
    margin-top: 4.8828125vw;
    display: flex;
  }
  .form-wrap___2vDul.get-started___1f8Gv .bottom-wrap___2Cldu .form-button___3MPCK {
    margin-top: 5.859375vw;
    display: flex;
    justify-content: center;
  }
}

.cases-wrap___3H0zd {
  margin-top: 5.208333333333334vw;
  padding-bottom: 5.208333333333334vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.cases-wrap___3H0zd .card-wrap___1h1Yc:nth-of-type(even) {
  margin-left: auto;
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  width: 35.41666666666667vw;
  height: 30.208333333333336vw;
  overflow: hidden;
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .header___3Uom4 {
  position: absolute;
  left: 3.645833333333333vw;
  top: 3.645833333333333vw;
  font-size: 1.666666666666667vw;
  letter-spacing: -0.026041666666667vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .header___3Uom4 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .header___3Uom4 {
    letter-spacing: -0.106666666666667vw;
  }
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .number___KskVZ {
  position: absolute;
  top: 3.645833333333333vw;
  right: 3.645833333333333vw;
  font-size: 0.833333333333333vw;
  letter-spacing: 0.041666666666667vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .number___KskVZ {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .number___KskVZ {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .number___KskVZ {
    letter-spacing: 0.133333333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .number___KskVZ {
    letter-spacing: 0.078125vw;
  }
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .caption___34eUe {
  position: absolute;
  left: 3.645833333333333vw;
  bottom: 3.645833333333333vw;
  width: 13.020833333333334vw;
  font-size: 0.833333333333333vw;
  line-height: 1.25vw;
}
@media screen and (max-width: 767px) {
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .caption___34eUe {
    font-size: 4.266666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .caption___34eUe {
    line-height: 6.4vw;
  }
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .back-image___1-4uL {
  position: absolute;
  width: 24.583333333333336vw;
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1) perspective(0px) translateZ(0.1px);
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .iphone___9YEQC {
  width: 11.979166666666668vw;
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1) perspective(0px) translateZ(0.1px);
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .link-wrap___BRbdY {
  position: absolute;
  right: 3.645833333333333vw;
  bottom: 3.645833333333333vw;
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3:hover .back-image___1-4uL {
  transform: scale(1.3) perspective(0px) translateZ(0.1px);
  transition-delay: 0.25s;
}
.cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3:hover .iphone___9YEQC {
  transform: scale(1.1) perspective(0px) translateZ(0.1px);
  transition-delay: 0.25s;
}
.cases-wrap___3H0zd .cases-link-wrap___ZYhlM {
  position: absolute;
  bottom: -4.166666666666667vw;
  left: 39.583333333333336vw;
  white-space: nowrap;
}
.cases-wrap___3H0zd.case-studies-page___p_yl1 {
  margin-top: 0;
}
.cases-wrap___3H0zd.case-studies-page___p_yl1 .card-wrap___1h1Yc {
  margin-bottom: 4.166666666666667vw;
}
.cases-wrap___3H0zd.case-studies-page___p_yl1 .card-wrap___1h1Yc:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cases-wrap___3H0zd {
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc {
    margin-right: 8vw;
    transition: 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc:nth-of-type(even) {
    margin-left: 0;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 {
    width: 76vw;
    height: 91.46666666666667vw;
    overflow: visible;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .back-image___1-4uL {
    transform: scale(1.8) !important;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .header___3Uom4,
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .caption___34eUe,
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .link-wrap___BRbdY {
    display: none;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .iphone___9YEQC {
    width: 25.866666666666667vw;
    height: 51.46666666666667vw;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    color: #1c1c1c;
    left: 0;
    margin-top: 5.333333333333333vw;
    margin-bottom: 18.666666666666668vw;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 .info-wrap___1z_Oh {
    width: 74.66666666666667vw;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 .header___3Uom4 {
    font-size: 6.4vw;
    letter-spacing: -0.106666666666667vw;
    font-weight: 500;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 .caption___34eUe {
    margin-top: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 6.4vw;
    font-weight: 300;
    opacity: 0.5;
  }
  .cases-wrap___3H0zd .cases-link-wrap___ZYhlM {
    left: 1.5625vw;
    bottom: -10.416666666666668vw;
    margin-top: 10.416666666666668vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cases-wrap___3H0zd .cases-link-wrap___ZYhlM >div {
    margin-right: 2.666666666666667vw;
  }
  .cases-wrap___3H0zd .cases-link-wrap___ZYhlM:after {
    content: '';
    display: block;
    position: relative;
    margin-top: 0.8vw;
    width: 100%;
    height: 1px;
    background-color: rgba(28,28,28,0.2);
  }
  .cases-wrap___3H0zd.case-studies-page___p_yl1 {
    display: flex;
    flex-direction: column;
  }
  .cases-wrap___3H0zd.case-studies-page___p_yl1 .card-wrap___1h1Yc {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cases-wrap___3H0zd.case-studies-page___p_yl1 .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 {
    margin-bottom: 18.666666666666668vw;
  }
  .cases-wrap___3H0zd.case-studies-page___p_yl1 .card-wrap___1h1Yc:last-child .tablet-info-wrap___3SFW8 {
    margin-bottom: 0;
  }
  .cases-wrap___3H0zd.case-studies-page___p_yl1 .card-wrap___1h1Yc .card___2OwN3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cases-wrap___3H0zd {
    margin-top: 2.9296875vw;
    justify-content: flex-start;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 {
    width: 41.015625vw;
    height: 48.828125vw;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .header___3Uom4,
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .caption___34eUe,
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .link-wrap___BRbdY {
    display: none;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .back-image___1-4uL {
    width: 31.25vw;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .card___2OwN3 .iphone___9YEQC {
    width: 13.671875vw;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    color: #1c1c1c;
    left: 0;
    margin-top: 4.39453125vw;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 .info-wrap___1z_Oh {
    width: 27.34375vw;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 .header___3Uom4 {
    font-size: 2.734375vw;
    letter-spacing: -0.0390625vw;
    font-weight: 500;
  }
  .cases-wrap___3H0zd .card-wrap___1h1Yc .tablet-info-wrap___3SFW8 .caption___34eUe {
    margin-top: 1.171875vw;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    font-weight: 300;
    opacity: 0.5;
  }
  .cases-wrap___3H0zd .cases-link-wrap___ZYhlM {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    margin-top: -7.32421875vw;
  }
  .cases-wrap___3H0zd.case-studies-page___p_yl1 .card-wrap___1h1Yc {
    margin-bottom: 5.859375vw;
  }
  .cases-wrap___3H0zd.case-studies-page___p_yl1 .card-wrap___1h1Yc:last-child {
    margin-bottom: 0;
  }
}

