/* [project]/components/products/product-banner.module.css [client] (css) */
.product-banner-module__r8wYgq__section {
  background-image: url("../media/banner_Products.90f44428.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 72px;
}

.product-banner-module__r8wYgq__title {
  text-align: center;
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 64px;
}

.product-banner-module__r8wYgq__subTitle {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-family: MontserratRomanBold, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}

.product-banner-module__r8wYgq__description {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.product-banner-module__r8wYgq__flex {
  justify-content: center;
  display: flex;
}

.product-banner-module__r8wYgq__button {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .product-banner-module__r8wYgq__section {
    background-image: url("../media/product-banner-mobile.436f00e6.png");
    padding-top: 146px;
    padding-bottom: 110px;
  }

  .product-banner-module__r8wYgq__top32, .product-banner-module__r8wYgq__top96 {
    margin-top: 80px;
  }

  .product-banner-module__r8wYgq__subTitle {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
  }

  .product-banner-module__r8wYgq__title {
    color: #fff;
    font-family: MontserratRomanBold, serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
  }

  .product-banner-module__r8wYgq__description {
    color: #fff;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .product-banner-module__r8wYgq__button {
    margin-top: 32px;
  }
}

/* [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]/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/products/product-features.module.css [client] (css) */
.product-features-module__VOFh5a__grids {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  display: grid;
}

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

.product-features-module__VOFh5a__mobileGrids {
  display: none;
}

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

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

.product-features-module__VOFh5a__title .product-features-module__VOFh5a__primary {
  color: #0395ff;
}

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

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

  .product-features-module__VOFh5a__marginBottom {
    margin-bottom: 32px;
  }

  .product-features-module__VOFh5a__grids {
    display: none;
  }

  .product-features-module__VOFh5a__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/products/product-lists.module.css [client] (css) */
.product-lists-module__mpJx6W__title {
  color: #fff;
  width: 440px;
  min-width: 440px;
  margin-right: 48px;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.product-lists-module__mpJx6W__title .product-lists-module__mpJx6W__primary {
  color: #0395ff;
}

.product-lists-module__mpJx6W__flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .product-lists-module__mpJx6W__title {
    text-align: center;
    white-space: break-spaces;
    width: auto;
    min-width: auto;
    margin-bottom: 32px;
    margin-right: 0;
    padding: 0 20px;
    font-size: 20px;
    line-height: 32px;
  }

  .product-lists-module__mpJx6W__flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

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

.hover-card-module__ywj9aW__card:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(3, 149, 255, .7) 0%, rgba(5, 217, 227, 0) 100%), url("../media/hover-card.bg.ceb593e1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
}

.hover-card-module__ywj9aW__card + .hover-card-module__ywj9aW__card {
  margin-top: 24px;
}

.hover-card-module__ywj9aW__card h3 {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}

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

@media screen and (max-width: 768px) {
  .hover-card-module__ywj9aW__card {
    padding: 20px;
  }

  .hover-card-module__ywj9aW__card:hover {
    background: linear-gradient(270deg, rgba(5, 217, 227, 0) 0%, rgba(3, 149, 255, .7) 100%);
  }

  .hover-card-module__ywj9aW__card + .hover-card-module__ywj9aW__card {
    margin-top: 20px;
  }

  .hover-card-module__ywj9aW__card h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .hover-card-module__ywj9aW__card p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}

/* [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/products/product-image-card.module.css [client] (css) */
.product-image-card-module__UbyNaW__card {
  background-image: url("../media/jpg_bg_600.5abf4af3.png");
  background-size: cover;
  border-radius: 25px;
  padding: 64px;
  display: flex;
}

.product-image-card-module__UbyNaW__card.appliance {
  background-image: url("../media/jpg_bg_520.a028d064.png");
}

.product-image-card-module__UbyNaW__card.appliance .product-image-card-module__UbyNaW__item {
  min-width: 360px !important;
  margin-bottom: 40px !important;
  margin-left: 352px !important;
}

.product-image-card-module__UbyNaW__title {
  color: #fff;
  font-family: MontserratRomanBold, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 64px;
}

.product-image-card-module__UbyNaW__content {
  color: #fff;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.product-image-card-module__UbyNaW__list {
  flex-direction: column;
  justify-content: end;
  display: flex;
}

.product-image-card-module__UbyNaW__item {
  min-width: 230px;
  margin-bottom: 54px;
  margin-left: 212px;
}

.product-image-card-module__UbyNaW__value {
  color: #0395ff;
  font-family: MontserratRomanBold, serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 64px;
}

.product-image-card-module__UbyNaW__key {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .product-image-card-module__UbyNaW__card {
    background-image: url("../media/jpg_bg_11372.0dcf2d84.png");
    flex-direction: column;
    padding: 20px;
  }

  .product-image-card-module__UbyNaW__card.appliance .product-image-card-module__UbyNaW__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
  }

  .product-image-card-module__UbyNaW__card.appliance .product-image-card-module__UbyNaW__item:last-child {
    margin-bottom: 0 !important;
  }

  .product-image-card-module__UbyNaW__card.appliance .product-image-card-module__UbyNaW__value {
    width: auto;
  }

  .product-image-card-module__UbyNaW__title {
    font-size: 20px;
    line-height: 32px;
  }

  .product-image-card-module__UbyNaW__content {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
  }

  .product-image-card-module__UbyNaW__item {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .product-image-card-module__UbyNaW__value {
    width: 77px;
    margin-right: 32px;
    font-size: 27px;
    line-height: 32px;
  }

  .product-image-card-module__UbyNaW__key {
    font-size: 12px;
    line-height: 16px;
  }
}

/* [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;
  }
}

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