/* [project]/components/solutions/solution-banner.module.css [client] (css) */
.solution-banner-module__OgnUpq__banner {
  background-color: #242934;
  background-image: url("../media/solution-banner.bg.733797c8.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 80px;
}

.solution-banner-module__OgnUpq__title {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 64px;
}

.solution-banner-module__OgnUpq__description {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 64px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .solution-banner-module__OgnUpq__banner {
    height: auto;
    min-height: 500px;
    padding-top: 30%;
    padding-bottom: 24px;
  }

  .solution-banner-module__OgnUpq__title {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .solution-banner-module__OgnUpq__description {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 21px;
  }

  .solution-banner-module__OgnUpq__flex {
    justify-content: center;
    display: flex;
  }
}

/* [project]/components/content-region.module.css [client] (css) */
.content-region-module__1i9_8G__section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* [project]/components/demo-button.module.css [client] (css) */
.demo-button-module__0sQUwW__button {
  color: #0c0d0e;
  cursor: pointer;
  background: linear-gradient(#fff 0%, #c7d5ec 100%);
  border-radius: 26px;
  height: 52px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.demo-button-module__0sQUwW__button.demo-button-module__0sQUwW__disable {
  opacity: .8;
  cursor: not-allowed;
}

.demo-button-module__0sQUwW__button:hover {
  color: #fff;
  background: linear-gradient(#05d9e3 0%, #236de8 100%);
}

.demo-button-module__0sQUwW__button.demo-button-module__0sQUwW__disable {
  opacity: .8;
  color: #0c0d0e;
  cursor: not-allowed;
  background: linear-gradient(#fff 0%, #c7d5ec 100%);
}

.demo-button-module__0sQUwW__button.primary {
  color: #fff;
  background: linear-gradient(#05d9e3 0%, #236de8 100%);
}

.demo-button-module__0sQUwW__button.primary:hover {
  background: linear-gradient(#3a84ff 0%, #236de8 100%);
}

.demo-button-module__0sQUwW__button.dark {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 0 10px rgba(45, 58, 73, .1);
}

.demo-button-module__0sQUwW__button.small {
  height: 40px;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .demo-button-module__0sQUwW__button {
    border-radius: 20px;
    height: 40px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 12px;
  }
}

/* [project]/components/navigations.module.css [client] (css) */
.navigations-module__mb8L9q__navigation {
  z-index: 1000;
  width: 100%;
  max-width: 1400px;
  height: 60px;
  padding: 0 20px;
  display: flex;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.navigations-module__mb8L9q__mobile {
  display: none;
}

.navigations-module__mb8L9q__nav {
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px rgba(45, 58, 73, .1);
}

.navigations-module__mb8L9q__nav .navigations-module__mb8L9q__blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navigations-module__mb8L9q__flex {
  align-items: center;
  display: flex;
}

.navigations-module__mb8L9q__logo {
  cursor: pointer;
  background-image: url("../media/TuringData-logo.2f9e8d33.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 24px;
  margin-left: 40px;
  margin-right: 40px;
}

.navigations-module__mb8L9q__list {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style-type: none;
  display: flex;
}

.navigations-module__mb8L9q__list li {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.navigations-module__mb8L9q__list li > div:first-child {
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  display: flex;
}

.navigations-module__mb8L9q__list li > div:first-child:after {
  content: "";
  background-image: url("../media/arrow-down.icon.a7b40cc1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  transition: all .3s ease-in-out;
  display: block;
}

.navigations-module__mb8L9q__list li > div:first-child.navigations-module__mb8L9q__noArrow:after {
  display: none;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__arrow {
  background-image: url("../media/arrow-down.icon.a7b40cc1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  display: none;
  transform: rotate(270deg);
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus {
  cursor: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1002;
  background: rgba(0, 0, 0, .5);
  grid-template-columns: repeat(2, 1fr);
  padding: 4px;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  box-shadow: 0 0 10px rgba(11, 28, 46, .2);
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 225, .2);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
  min-width: 220px;
  height: 116px;
  margin: 4px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem .navigations-module__mb8L9q__subDesc {
  color: rgba(255, 255, 255, .7);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem > h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem > h3 {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem:hover {
  background: linear-gradient(rgba(5, 217, 227, .1) 0%, rgba(58, 132, 255, .7) 100%);
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem:hover .navigations-module__mb8L9q__arrow {
  flex-shrink: 0;
  display: inline-block;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus.navigations-module__mb8L9q__three .navigations-module__mb8L9q__grids {
  display: flex;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus.navigations-module__mb8L9q__three .navigations-module__mb8L9q__grids.navigations-module__mb8L9q__two {
  display: flex;
}

.navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus.navigations-module__mb8L9q__three .navigations-module__mb8L9q__grids.navigations-module__mb8L9q__two > div:last-child {
  width: 100%;
}

.navigations-module__mb8L9q__list li:hover > div:first-child {
  background: rgba(222, 241, 252, .1);
  border-radius: 20px;
  height: 36px;
}

.navigations-module__mb8L9q__list li:hover > div:first-child:after {
  rotate: 180deg;
}

.navigations-module__mb8L9q__list li:hover .navigations-module__mb8L9q__menus {
  flex-direction: column;
  display: flex;
}

.navigations-module__mb8L9q__menuIcon {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigations-module__mb8L9q__mobile {
    z-index: 10;
    background-color: #242934;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navigations-module__mb8L9q__nav {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 56px;
    height: 56px;
    box-shadow: 0 0 10px rgba(45, 58, 73, .1);
  }

  .navigations-module__mb8L9q__logo {
    margin-left: 20px;
  }

  .navigations-module__mb8L9q__list {
    z-index: -1;
    flex-direction: column;
    height: calc(100vh + 17px);
    margin-top: 100px;
    padding: 0 30px 160px;
    display: none;
    position: fixed;
    top: -17px;
    bottom: 0;
    left: -10px;
    right: -10px;
    overflow-y: auto;
  }

  .navigations-module__mb8L9q__list.navigations-module__mb8L9q__visible {
    display: block;
  }

  .navigations-module__mb8L9q__list li {
    border-bottom: 1px solid #444c5e;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
  }

  .navigations-module__mb8L9q__list li > div:first-child {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    font-family: MontserratRomanBold, serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    display: flex;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus {
    position: initial;
    width: 100%;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: none;
    display: none;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__grids {
    flex-direction: column;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem {
    border: none;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-left: -1px;
    padding: 0;
    display: flex;
    border: none !important;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem .navigations-module__mb8L9q__subDesc {
    display: none;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem > h3 > span {
    background-image: none;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem > h3 > svg {
    display: none;
  }

  .navigations-module__mb8L9q__list li .navigations-module__mb8L9q__menus .navigations-module__mb8L9q__navItem:hover {
    background: none;
  }

  .navigations-module__mb8L9q__list li.navigations-module__mb8L9q__active .navigations-module__mb8L9q__menus {
    display: block;
  }

  .navigations-module__mb8L9q__list li:hover > div:first-child {
    background: none;
    border-radius: 0;
    height: auto;
  }

  .navigations-module__mb8L9q__list li:hover > div:first-child:after {
    rotate: none;
  }

  .navigations-module__mb8L9q__list li:hover .navigations-module__mb8L9q__menus {
    display: none;
  }

  .navigations-module__mb8L9q__list li:hover.navigations-module__mb8L9q__active .navigations-module__mb8L9q__menus {
    display: block;
  }

  .navigations-module__mb8L9q__button {
    display: none;
  }

  .navigations-module__mb8L9q__menuIcon {
    cursor: pointer;
    background-image: url("../media/menu.icon.6732d37e.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 25px;
    height: 25px;
    margin-right: 17px;
    display: block;
  }

  .navigations-module__mb8L9q__menuIcon.navigations-module__mb8L9q__close {
    background-image: url("../media/menu-close.icon.1c232454.svg");
  }

  .navigations-module__mb8L9q__navigation {
    padding: 0 10px;
  }
}

/* [project]/components/solutions/solution-description.module.css [client] (css) */
.solution-description-module__jcanJW__section {
  background-color: #242934;
  background-image: url("../media/jpg_bg_1104.cbe9f301.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.solution-description-module__jcanJW__title {
  color: #fff;
  min-width: 540px;
  margin-right: 60px;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.solution-description-module__jcanJW__title > div {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.solution-description-module__jcanJW__description {
  color: #a7a9ad;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.solution-description-module__jcanJW__description p {
  margin-bottom: 24px;
}

.solution-description-module__jcanJW__flex {
  display: flex;
}

.solution-description-module__jcanJW__flex.column {
  flex-direction: column;
}

.solution-description-module__jcanJW__flex.column .solution-description-module__jcanJW__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .solution-description-module__jcanJW__section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .solution-description-module__jcanJW__title {
    text-align: left;
    min-width: auto;
    margin-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .solution-description-module__jcanJW__description {
    margin-top: 32px;
    font-size: 14px;
    line-height: 21px;
  }

  .solution-description-module__jcanJW__description p {
    margin-bottom: 20px;
  }

  .solution-description-module__jcanJW__flex {
    flex-direction: column;
  }

  .solution-description-module__jcanJW__flex.column .solution-description-module__jcanJW__title {
    text-align: left;
    margin-bottom: 0;
  }

  .solution-description-module__jcanJW__flex.column .solution-description-module__jcanJW__description {
    margin-top: 20px;
  }
}

/* [project]/components/trial-section.module.css [client] (css) */
.trial-section-module__qEEi6q__section {
  background-color: #242934;
  background-image: url("../media/demo.bg.583a665d.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 207px;
  padding-bottom: 220px;
}

.trial-section-module__qEEi6q__button {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.trial-section-module__qEEi6q__title {
  color: #fff;
  text-align: center;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.trial-section-module__qEEi6q__description {
  color: #fff;
  text-align: center;
  max-width: 1360px;
  margin: 24px auto 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .trial-section-module__qEEi6q__section {
    background-image: url("../media/jpg_bg_y_804.c899dd8d.svg");
    background-position: center;
    padding-top: 133px;
    padding-bottom: 130px;
  }

  .trial-section-module__qEEi6q__button {
    margin-top: 32px;
  }

  .trial-section-module__qEEi6q__title {
    font-size: 20px;
    line-height: 32px;
  }
}

/* [project]/components/solutions/solution-brief.module.css [client] (css) */
.solution-brief-module__uqoy2W__section {
  background-color: #242934;
  padding-top: 120px;
  padding-bottom: 80px;
}

.solution-brief-module__uqoy2W__flex {
  display: flex;
}

.solution-brief-module__uqoy2W__left {
  flex: 1;
}

.solution-brief-module__uqoy2W__right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 306px;
  display: flex;
}

.solution-brief-module__uqoy2W__title {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.solution-brief-module__uqoy2W__description {
  color: #fff;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.solution-brief-module__uqoy2W__link {
  color: #0395ff;
  margin-top: 24px;
  display: block;
}

@media screen and (max-width: 768px) {
  .solution-brief-module__uqoy2W__section {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .solution-brief-module__uqoy2W__right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-left: 0;
  }

  .solution-brief-module__uqoy2W__flex {
    flex-direction: column;
  }

  .solution-brief-module__uqoy2W__title {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .solution-brief-module__uqoy2W__description {
    text-align: center;
    margin-top: 32px;
    font-size: 14px;
    line-height: 21px;
  }
}

/* [project]/pages/products/yrcloudfile.module.css [client] (css) */
.yrcloudfile-module__9sq5OG__section {
  padding-top: 120px;
}

.yrcloudfile-module__9sq5OG__container {
  position: relative;
}

.yrcloudfile-module__9sq5OG__bg {
  z-index: -1;
  content: "";
  background-image: url("../media/jpg_1920.b02f9549.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.yrcloudfile-module__9sq5OG__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.yrcloudfile-module__9sq5OG__title1 {
  width: 610px;
  position: absolute;
}

.yrcloudfile-module__9sq5OG__title2 {
  padding-top: 60px;
}

.yrcloudfile-module__9sq5OG__section .yrcloudfile-module__9sq5OG__text {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  line-height: 64px;
}

.yrcloudfile-module__9sq5OG__section .yrcloudfile-module__9sq5OG__text .yrcloudfile-module__9sq5OG__primary {
  color: #0395ff;
  font-family: RobotoSerif-BoldItalic, serif;
}

.yrcloudfile-module__9sq5OG__section .yrcloudfile-module__9sq5OG__smallText, .yrcloudfile-module__9sq5OG__section .yrcloudfile-module__9sq5OG__description {
  color: #fff;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery.yrcloudfile-module__9sq5OG__bottom {
  padding-bottom: 80px;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery h1 {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery h2 {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery p {
  color: #fff;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul {
  margin-top: 64px;
  list-style-type: none;
  display: flex;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li {
  background-color: #243759;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 184px;
  margin-right: 20px;
  display: flex;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li:last-child {
  margin-right: 0;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li > span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  height: 64px;
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li > span.yrcloudfile-module__9sq5OG__aws {
  background-image: url("../media/logo-aws.2e3f1cef.svg");
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li > span.yrcloudfile-module__9sq5OG__microsoft {
  background-image: url("../media/logo-microsoft.3580200b.svg");
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li > span.yrcloudfile-module__9sq5OG__google {
  background-image: url("../media/logo-google.1a8e4f99.svg");
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li > span.yrcloudfile-module__9sq5OG__oracle {
  background-image: url("../media/logo_oracle_colorful@2x.54fd23f8.png");
}

.yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__special {
  padding-bottom: 80px;
}

.yrcloudfile-module__9sq5OG__flex {
  justify-content: space-between;
  display: flex;
}

.yrcloudfile-module__9sq5OG__flex > div:first-child {
  margin-right: 220px;
}

.yrcloudfile-module__9sq5OG__flex > div:first-child.yrcloudfile-module__9sq5OG__flash {
  margin-right: 102px;
}

.yrcloudfile-module__9sq5OG__big {
  color: #f8e71c;
  padding: 0 8px;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  line-height: 40px;
}

.yrcloudfile-module__9sq5OG__text.yrcloudfile-module__9sq5OG__limits {
  max-width: 470px;
}

.yrcloudfile-module__9sq5OG__image {
  max-width: 540px;
}

.yrcloudfile-module__9sq5OG__values {
  font-size: 16px;
}

.yrcloudfile-module__9sq5OG__values .yrcloudfile-module__9sq5OG__value {
  font-size: 54px;
}

.yrcloudfile-module__9sq5OG__yrcache {
  width: 540px;
  height: 540px;
  position: relative;
}

.yrcloudfile-module__9sq5OG__yrcache > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s;
  position: absolute;
}

.yrcloudfile-module__9sq5OG__yrcache > div:hover {
  transform: scale(1.2);
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle1 {
  background-image: url("../media/c1.fd34f4a3.png");
  width: 40px;
  height: 40px;
  top: -20px;
  left: 260px;
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle2 {
  background-image: url("../media/c2.dadce1bf.png");
  width: 80px;
  height: 80px;
  top: 57px;
  left: 431px;
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle3 {
  background-image: url("../media/c3.8d57225d.png");
  width: 60px;
  height: 60px;
  top: 137px;
  left: -9px;
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle4 {
  background-image: url("../media/c4.898095bf.png");
  width: 60px;
  height: 60px;
  top: 132px;
  left: 139px;
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle5 {
  background-image: url("../media/c5.46333493.png");
  width: 60px;
  height: 60px;
  top: 263px;
  left: 439px;
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle6 {
  background-image: url("../media/c6.f60c3d85.png");
  width: 60px;
  height: 60px;
  top: 148px;
  left: 351px;
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle7 {
  background-image: url("../media/c7.8c850dee.png");
  width: 80px;
  height: 80px;
  top: 399px;
  left: 11px;
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle8 {
  background-image: url("../media/c8.2ea760fd.png");
  width: 80px;
  height: 80px;
  top: 439px;
  left: 421px;
}

.yrcloudfile-module__9sq5OG__yrcache .yrcloudfile-module__9sq5OG__circle9 {
  background-image: url("../media/c9.c30d1e8c.png");
  width: 102px;
  height: 102px;
  top: 488px;
  left: 239px;
}

.yrcloudfile-module__9sq5OG__yrcache > img {
  width: 540px;
  height: 540px;
}

.yrcloudfile-module__9sq5OG__lottie {
  position: relative;
}

.yrcloudfile-module__9sq5OG__lottie .yrcloudfile-module__9sq5OG__icon1 {
  aspect-ratio: 96 / 38;
  z-index: 100;
  background-image: url("../media/AI-Inference-1.a11267c1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.059%;
  position: absolute;
  top: 60.208%;
  left: 8.088%;
}

.yrcloudfile-module__9sq5OG__lottie .yrcloudfile-module__9sq5OG__icon2 {
  aspect-ratio: 96 / 38;
  z-index: 100;
  background-image: url("../media/AI-Inference-1.a11267c1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.059%;
  position: absolute;
  top: 60.208%;
  left: 17.088%;
}

.yrcloudfile-module__9sq5OG__lottie .yrcloudfile-module__9sq5OG__icon3 {
  aspect-ratio: 100 / 38;
  z-index: 100;
  background-image: url("../media/AI-Inference-2.5d082fb2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.353%;
  position: absolute;
  top: 60.208%;
  left: 35.288%;
}

.yrcloudfile-module__9sq5OG__lottieSection {
  padding-bottom: 120px;
}

.yrcloudfile-module__9sq5OG__lottieSection + .yrcloudfile-module__9sq5OG__section {
  padding-top: 0;
}

.yrcloudfile-module__9sq5OG__lottieSection .yrcloudfile-module__9sq5OG__platformLottieScroll {
  margin-top: 40px;
  margin-bottom: 0;
}

.yrcloudfile-module__9sq5OG__platformLottieScroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  margin-top: 40px;
  overflow-x: auto;
  overflow-y: hidden;
}

.yrcloudfile-module__9sq5OG__platformLottieScroll::-webkit-scrollbar {
  display: none;
}

.yrcloudfile-module__9sq5OG__platformLottie {
  --crop-l: 48.76;
  --crop-t: 28;
  --crop-b: 30;
  --full-w: 596;
  --full-h: 200;
  --crop-w: 547.24;
  --crop-h: 142;
  aspect-ratio: 547.24 / 142;
  width: 100%;
  min-width: 1000px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.yrcloudfile-module__9sq5OG__platformLottieInner {
  left: calc(100% * var(--crop-l) / var(--crop-w) * -1);
  top: calc(100% * var(--crop-t) / var(--crop-h) * -1);
  width: calc(100% * var(--full-w) / var(--crop-w)) !important;
  height: calc(100% * var(--full-h) / var(--crop-h)) !important;
  margin: 0 !important;
  position: absolute !important;
}

@media screen and (max-width: 768px) {
  .yrcloudfile-module__9sq5OG__platformLottieScroll {
    margin-top: 32px;
    overflow-x: auto;
  }

  .yrcloudfile-module__9sq5OG__lottieSection {
    padding-bottom: 60px;
  }

  .yrcloudfile-module__9sq5OG__lottieSection .yrcloudfile-module__9sq5OG__platformLottieScroll {
    margin-top: 32px;
  }

  .yrcloudfile-module__9sq5OG__lottieSection .yrcloudfile-module__9sq5OG__text {
    text-align: center;
  }

  .yrcloudfile-module__9sq5OG__platformLottie {
    min-width: 560px;
  }

  .yrcloudfile-module__9sq5OG__section {
    padding-top: 60px;
  }

  .yrcloudfile-module__9sq5OG__lottieSection + .yrcloudfile-module__9sq5OG__section {
    padding-top: 0;
  }

  .yrcloudfile-module__9sq5OG__section .yrcloudfile-module__9sq5OG__text {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .yrcloudfile-module__9sq5OG__section .yrcloudfile-module__9sq5OG__text.yrcloudfile-module__9sq5OG__left {
    text-align: left;
  }

  .yrcloudfile-module__9sq5OG__section .yrcloudfile-module__9sq5OG__description, .yrcloudfile-module__9sq5OG__section .yrcloudfile-module__9sq5OG__smallText {
    text-align: center;
    margin-top: 32px;
    font-size: 14px;
    line-height: 21px;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__special {
    padding-bottom: 40px;
  }

  .yrcloudfile-module__9sq5OG__flex {
    flex-direction: column;
  }

  .yrcloudfile-module__9sq5OG__flex > div:first-child {
    margin-right: 0;
  }

  .yrcloudfile-module__9sq5OG__flex > div:first-child.yrcloudfile-module__9sq5OG__flash {
    margin-right: 0;
  }

  .yrcloudfile-module__9sq5OG__image {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }

  .yrcloudfile-module__9sq5OG__values {
    font-size: 12px;
  }

  .yrcloudfile-module__9sq5OG__values .yrcloudfile-module__9sq5OG__value {
    font-size: 27px;
  }

  .yrcloudfile-module__9sq5OG__sticky {
    padding: 0 20px !important;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery.yrcloudfile-module__9sq5OG__bottom {
    padding-bottom: 40px;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery p {
    margin-top: 32px;
    font-size: 14px;
    line-height: 21px;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery .yrcloudfile-module__9sq5OG__scroll {
    overflow: auto;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul {
    margin-top: 32px;
    display: flex;
    overflow-x: auto;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li {
    border-radius: 10px;
    width: 150px;
    min-width: 150px;
    height: 72px;
    margin-right: 10px;
    display: flex;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li:last-child {
    margin-right: 0;
  }

  .yrcloudfile-module__9sq5OG__section.yrcloudfile-module__9sq5OG__gallery ul li span.yrcloudfile-module__9sq5OG__google {
    transform: scale(.8);
  }

  .yrcloudfile-module__9sq5OG__imageContainer {
    width: 100%;
    height: 350px;
    position: relative;
  }

  .yrcloudfile-module__9sq5OG__yrcache {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(.5);
  }

  .yrcloudfile-module__9sq5OG__title1 {
    position: initial;
    width: auto;
  }

  .yrcloudfile-module__9sq5OG__title2 {
    padding-top: initial;
  }

  .yrcloudfile-module__9sq5OG__big {
    font-size: 20px;
    line-height: 20px;
  }
}

/* [project]/components/solutions/solution-features.module.css [client] (css) */
.solution-features-module__ADqXDW__grids {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
  display: grid;
}

.solution-features-module__ADqXDW__grids.two {
  grid-template-columns: repeat(2, 1fr);
}

.solution-features-module__ADqXDW__gridContainer {
  margin-top: 64px;
}

.solution-features-module__ADqXDW__mobileGrids {
  display: none;
}

.solution-features-module__ADqXDW__mobileGrids .swiper-slide {
  width: calc(100vw - 104px);
  max-width: calc(100vw - 104px);
  height: auto;
}

.solution-features-module__ADqXDW__title {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.solution-features-module__ADqXDW__title .solution-features-module__ADqXDW__primary {
  color: #0395ff;
}

.solution-features-module__ADqXDW__description {
  color: #fff;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .solution-features-module__ADqXDW__title {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .solution-features-module__ADqXDW__description {
    margin-top: 32px;
    font-size: 14px;
    line-height: 21px;
  }

  .solution-features-module__ADqXDW__marginBottom {
    margin-bottom: 32px;
  }

  .solution-features-module__ADqXDW__gridContainer, .solution-features-module__ADqXDW__grids {
    display: none;
  }

  .solution-features-module__ADqXDW__mobileGrids {
    display: block;
  }
}

/* [project]/components/icon-card.module.css [client] (css) */
.icon-card-module__Q5y0MW__card {
  background: linear-gradient(0deg, rgba(5, 217, 227, 0) 0%, rgba(3, 149, 255, .7) 100%);
  border-radius: 40px;
  padding: 40px;
}

.icon-card-module__Q5y0MW__card.dark {
  background: linear-gradient(0deg, rgba(35, 109, 232, .2) 0%, rgba(58, 132, 255, 0) 100%);
}

.icon-card-module__Q5y0MW__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  display: block;
}

.icon-card-module__Q5y0MW__icon.scale {
  background-image: url("../media/jpg_Product Brochure1.6fb75363.svg");
}

.icon-card-module__Q5y0MW__icon.multi {
  background-image: url("../media/jpg_Product Brochure2.acaeb04e.svg");
}

.icon-card-module__Q5y0MW__icon.elastic {
  background-image: url("../media/jpg_Product Brochure3.d49822e4.svg");
}

.icon-card-module__Q5y0MW__icon.rdma {
  background-image: url("../media/jpg_Product Brochure4.5a1214cd.svg");
}

.icon-card-module__Q5y0MW__icon.unify {
  background-image: url("../media/jpg_Product Brochure5.c8c54e32.svg");
}

.icon-card-module__Q5y0MW__icon.smart {
  background-image: url("../media/jpg_Product Brochure6.20e732d6.svg");
}

.icon-card-module__Q5y0MW__icon.gpu {
  background-image: url("../media/jpg_Product Brochure11.20d821b7.svg");
}

.icon-card-module__Q5y0MW__icon.data {
  background-image: url("../media/jpg_Product Brochure12.8006eaae.svg");
}

.icon-card-module__Q5y0MW__icon.tenancy {
  background-image: url("../media/jpg_Product Brochure13.71d50006.svg");
}

.icon-card-module__Q5y0MW__icon.metadata {
  background-image: url("../media/jpg_Product Brochure14.e4ea70bf.svg");
}

.icon-card-module__Q5y0MW__icon.namespace {
  background-image: url("../media/jpg_Product Brochure15.4b4fac26.svg");
}

.icon-card-module__Q5y0MW__icon.dataload {
  background-image: url("../media/jpg_Product Brochure16.a8d7ed93.svg");
}

.icon-card-module__Q5y0MW__icon.icon1 {
  background-image: url("../media/jpg_JJFA_CSP_01.4753f5f1.svg");
}

.icon-card-module__Q5y0MW__icon.icon2 {
  background-image: url("../media/jpg_JJFA_CSP_02.8ae6cac1.svg");
}

.icon-card-module__Q5y0MW__icon.icon3 {
  background-image: url("../media/jpg_JJFA_CSP_03.e3e6a68a.svg");
}

.icon-card-module__Q5y0MW__icon.icon4 {
  background-image: url("../media/jpg_JJFA_CSP_04.2af08a74.svg");
}

.icon-card-module__Q5y0MW__icon.icon5 {
  background-image: url("../media/jpg_JJFA_CSP_05.2967c2ca.svg");
}

.icon-card-module__Q5y0MW__icon.icon6 {
  background-image: url("../media/jpg_JJFA_CSP_06.65459651.svg");
}

.icon-card-module__Q5y0MW__icon.icon11 {
  background-image: url("../media/jpg_JJFA_CSP_01 (1).c10cbb3b.svg");
}

.icon-card-module__Q5y0MW__icon.icon12 {
  background-image: url("../media/jpg_JJFA_CSP_02 (1).2480bf22.svg");
}

.icon-card-module__Q5y0MW__icon.icon13 {
  background-image: url("../media/jpg_JJFA_CSP_03 (1).01b19f2a.svg");
}

.icon-card-module__Q5y0MW__icon.icon14 {
  background-image: url("../media/jpg_JJFA_CSP_04 (1).80ce8a4f.svg");
}

.icon-card-module__Q5y0MW__icon.icon15 {
  background-image: url("../media/jpg_JJFA_CSP_05 (1).dfc6c136.svg");
}

.icon-card-module__Q5y0MW__icon.icon21 {
  background-image: url("../media/jpg_JJFA_CSP_01 (2).e970b33a.svg");
}

.icon-card-module__Q5y0MW__icon.icon22 {
  background-image: url("../media/jpg_JJFA_CSP_03 (2).c10e60ac.svg");
}

.icon-card-module__Q5y0MW__icon.icon23 {
  background-image: url("../media/jpg_JJFA_CSP_01 (3).fc207e9d.svg");
}

.icon-card-module__Q5y0MW__icon.icon24 {
  background-image: url("../media/jpg_JJFA_CSP_03 (3).20013da1.svg");
}

.icon-card-module__Q5y0MW__icon.icon25 {
  background-image: url("../media/jpg_JJFA_CSP_04 2.63970ac9.svg");
}

.icon-card-module__Q5y0MW__icon.icon31 {
  background-image: url("../media/icon31.8542c40f.svg");
}

.icon-card-module__Q5y0MW__icon.icon32 {
  background-image: url("../media/icon32.f5f874fb.svg");
}

.icon-card-module__Q5y0MW__icon.icon33 {
  background-image: url("../media/icon33.65ffa719.svg");
}

.icon-card-module__Q5y0MW__icon.icon34 {
  background-image: url("../media/icon34.8860b0a4.svg");
}

.icon-card-module__Q5y0MW__icon.icon35 {
  background-image: url("../media/icon35.03055d30.svg");
}

.icon-card-module__Q5y0MW__icon.icon41 {
  background-image: url("../media/41.24b41b41.svg");
}

.icon-card-module__Q5y0MW__icon.icon42 {
  background-image: url("../media/42.7a6b5e06.svg");
}

.icon-card-module__Q5y0MW__icon.icon43 {
  background-image: url("../media/43.a383c3ab.svg");
}

.icon-card-module__Q5y0MW__icon.icon44 {
  background-image: url("../media/44.8735d6d6.svg");
}

.icon-card-module__Q5y0MW__icon.icon45 {
  background-image: url("../media/45.b2972f32.svg");
}

.icon-card-module__Q5y0MW__title {
  color: #fff;
  margin-top: 24px;
  font-family: MontserratRomanBold, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}

.icon-card-module__Q5y0MW__content {
  color: #fff;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .icon-card-module__Q5y0MW__card {
    border-radius: 20px;
    padding: 20px;
  }

  .icon-card-module__Q5y0MW__icon {
    width: 40px;
    height: 40px;
  }

  .icon-card-module__Q5y0MW__title {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .icon-card-module__Q5y0MW__content {
    font-size: 14px;
    line-height: 21px;
  }
}

/* [project]/components/footers.module.css [client] (css) */
.footers-module__KOE5zq__footer {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  margin-top: -100px;
  padding-top: 68px;
  display: flex;
  position: relative;
}

.footers-module__KOE5zq__layer {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(36, 41, 52, .4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footers-module__KOE5zq__flex {
  flex: 1;
  width: 100%;
  display: flex;
}

.footers-module__KOE5zq__left {
  margin-right: 160px;
  position: relative;
}

.footers-module__KOE5zq__right {
  flex: 1;
  display: flex;
}

.footers-module__KOE5zq__right ul {
  flex: 1;
}

.footers-module__KOE5zq__right ul li {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footers-module__KOE5zq__right ul li:first-child {
  margin-bottom: 24px;
  font-family: MontserratRomanBold, serif;
}

.footers-module__KOE5zq__logo {
  background-image: url("../media/TuringData-logo.2f9e8d33.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  height: 48px;
}

.footers-module__KOE5zq__icons {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.footers-module__KOE5zq__icons .footers-module__KOE5zq__linkedin {
  cursor: pointer;
  background-image: url("../media/logo_linkedin.36b7ffd0.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  display: inline-block;
}

.footers-module__KOE5zq__icons .footers-module__KOE5zq__twitter {
  cursor: pointer;
  background-image: url("../media/logo_twitter.535fda84.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.footers-module__KOE5zq__icons .footers-module__KOE5zq__youtube {
  cursor: pointer;
  background-image: url("../media/logo_youtube.0fe124d6.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-left: 14px;
  display: inline-block;
}

.footers-module__KOE5zq__icons .footers-module__KOE5zq__facebook {
  cursor: pointer;
  background-image: url("../media/facebook.6e8be565.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-left: 14px;
  display: none;
}

.footers-module__KOE5zq__copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .4);
  width: 100%;
  margin-top: 64px;
  padding: 40px 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footers-module__KOE5zq__footer {
    margin-top: -50px;
  }

  .footers-module__KOE5zq__flex {
    flex-direction: column-reverse;
  }

  .footers-module__KOE5zq__right {
    flex-wrap: wrap;
  }

  .footers-module__KOE5zq__right ul {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }

  .footers-module__KOE5zq__right ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
  }

  .footers-module__KOE5zq__left {
    border-top: 1px solid rgba(255, 255, 255, .4);
    flex: 1;
    width: 100%;
    margin-right: 0;
    padding-top: 32px;
  }

  .footers-module__KOE5zq__logo {
    width: 140px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons {
    top: 30px;
    left: auto;
    right: 0;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__linkedin {
    width: 24px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__twitter {
    width: 24px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__youtube {
    width: 24px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__facebook {
    width: 24px;
    height: 24px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__linkedin {
    margin-right: 0;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__twitter {
    margin-left: 20px;
  }

  .footers-module__KOE5zq__icons .footers-module__KOE5zq__youtube {
    margin-left: 20px;
  }

  .footers-module__KOE5zq__copyright {
    border-top: none;
    margin-top: 0;
    padding: 32px 0;
    font-size: 12px;
    line-height: 18px;
  }
}

/* [project]/components/solutions/solution-items.module.css [client] (css) */
.solution-items-module__myUEsG__section {
  padding-top: 120px;
}

.solution-items-module__myUEsG__flex {
  display: flex;
}

.solution-items-module__myUEsG__left {
  flex: 1;
  margin-right: 60px;
}

.solution-items-module__myUEsG__title {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.solution-items-module__myUEsG__description {
  color: #fff;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.solution-items-module__myUEsG__right ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  display: grid;
}

.solution-items-module__myUEsG__right ul li {
  text-align: left;
  background: #243759;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 370px;
  height: 184px;
  padding: 0 40px;
  display: flex;
}

.solution-items-module__myUEsG__right ul li.image {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.solution-items-module__myUEsG__right ul li.image .solution-items-module__myUEsG__icon {
  flex: 1;
  width: 160px;
  height: 160px;
}

.solution-items-module__myUEsG__right ul li.image .solution-items-module__myUEsG__icon.increase {
  background-image: url("../media/logo-three.f82f4a46.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.solution-items-module__myUEsG__right ul li .solution-items-module__myUEsG__value {
  color: #0395ff;
  font-family: MontserratRomanBold, serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 64px;
}

.solution-items-module__myUEsG__right ul li .solution-items-module__myUEsG__key {
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .solution-items-module__myUEsG__section {
    padding-top: 60px;
  }

  .solution-items-module__myUEsG__flex {
    flex-direction: column;
  }

  .solution-items-module__myUEsG__left {
    margin-right: 0;
  }

  .solution-items-module__myUEsG__title {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .solution-items-module__myUEsG__description {
    text-align: center;
    margin-top: 32px;
    font-size: 14px;
    line-height: 21px;
  }

  .solution-items-module__myUEsG__right ul {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .solution-items-module__myUEsG__right ul li {
    flex: 1;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .solution-items-module__myUEsG__right ul li.image {
    display: none;
  }

  .solution-items-module__myUEsG__right ul li .solution-items-module__myUEsG__value {
    width: 100px;
    font-size: 27px;
    line-height: 32px;
  }

  .solution-items-module__myUEsG__right ul li .solution-items-module__myUEsG__key {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .solution-items-module__myUEsG__right ul li > div {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .solution-items-module__myUEsG__two .solution-items-module__myUEsG__right ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-items-module__myUEsG__two .solution-items-module__myUEsG__right ul li {
    border-radius: 10px;
  }

  .solution-items-module__myUEsG__two .solution-items-module__myUEsG__right ul li .solution-items-module__myUEsG__value {
    width: auto;
  }

  .solution-items-module__myUEsG__two .solution-items-module__myUEsG__right ul li .solution-items-module__myUEsG__key {
    margin-top: 8px;
  }

  .solution-items-module__myUEsG__two .solution-items-module__myUEsG__right ul li > div {
    display: block;
  }
}

/* [project]/components/book.module.css [client] (css) */
.book-module__kx6kVW__book {
  width: 254px;
  height: 360px;
}

.book-module__kx6kVW__book.small {
  width: 170px;
  height: 240px;
}

.book-module__kx6kVW__book.mini {
  width: 127px;
  height: 180px;
  margin-left: 10px;
}

.book-module__kx6kVW__book .book-module__kx6kVW__image {
  background-image: url("../media/about-us-banner.bg.a0bfab2d.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.cloud-service-provider {
  background-image: url("../media/Cloud-Service-Providers.c9bfa505.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.ai-inference {
  background-image: url("../media/46998b22-e629-4ac1-9c97-427a2ca59e01.b661efec.png");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.ai-and-ml {
  background-image: url("../media/AI&ML.3bb3f582.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.generative-ai {
  background-image: url("../media/Generative-AI.e88c6d2b.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.quantitative-trading {
  background-image: url("../media/Quantitative-Trading.75d5e2ae.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.turingdata-platform {
  background-image: url("../media/turingdata-platform.018ce246.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.elastic-cache-fabric {
  background-image: url("../media/elastic-cache-fabric.a20d5017.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.turingflash {
  background-image: url("../media/turingflash.5ea32b8d.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_01 {
  background-image: url("../media/TuringData Platform - Product Brochure.v2.0c1e929b.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_02 {
  background-image: url("../media/TuringData Cache Fabric - Product Brochure.v2.0c6b1c04.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_03 {
  background-image: url("../media/20a8231a-fd7c-423f-b71b-b0aa33e626cc.34c31d19.png");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_04 {
  background-image: url("../media/TuringData's  Cloud Service Provider Solution Brief.f9307c47.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_05 {
  background-image: url("../media/5f80b075-5652-4ce7-9964-f96ae315268f.b661efec.png");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_06 {
  background-image: url("../media/TuringData's  Quantitative Trading Solution Brief.9341e2b0.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_07 {
  background-image: url("../media/TuringData's  GenAI Solution Brief.4563c626.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_08 {
  background-image: url("../media/TuringData's  AI and ML Solution Brief.525af6ed.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_30 {
  background-image: url("../media/TuringData-Platform-Powers-Your-AI-Initiatives-at-the-Speed-of-Thought.77df4c32.jpg");
}

.book-module__kx6kVW__book .book-module__kx6kVW__image.icon_31 {
  background-image: url("../media/TuringData-Cache-Fabric-White-Paper-cover.c290da27.png");
}

.book-module__kx6kVW__book .book-module__kx6kVW__buttonContainer {
  position: relative;
}

.book-module__kx6kVW__book .book-module__kx6kVW__button {
  color: #0395ff;
  border: 2px solid #0395ff;
  padding: 4px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.book-module__kx6kVW__book.book-module__kx6kVW__disable {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .book-module__kx6kVW__book {
    pointer-events: none;
    width: 127px;
    height: 180px;
  }

  .book-module__kx6kVW__book.small {
    width: 100px;
    height: 150px;
    margin: 0;
  }

  .book-module__kx6kVW__book.mini {
    width: 100px;
    height: 150px;
    margin: 0 0 0 10px;
  }

  li.book-module__kx6kVW__mini {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=_d51278f0._.css.map*/