@charset "UTF-8"; /*!
 * case-tws.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2021 Diffco.us. All rights reserved.
 */ /*!
 * _descriptions.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2019 Diffco.us. All rights reserved.
 */ /*!
 * _case.tws.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2021 Diffco.us. All rights reserved.
 */
@font-face {
  font-display: swap;
  font-family: HKGrotesk;
  src: url(../fonts/HKGrotesk-Regular.eot);
  src:
    url(../fonts/HKGrotesk-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/HKGrotesk-Regular.woff2)
      format("woff2"),
    url(../fonts/HKGrotesk-Regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: HKGrotesk;
  src: url(../fonts/HKGrotesk-Bold.eot);
  src:
    url(../fonts/HKGrotesk-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/HKGrotesk-Bold.woff2)
      format("woff2"),
    url(../fonts/HKGrotesk-Bold.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
}
.caseTws {
  position: relative;
  font-family: HKGrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
}
.caseTws * {
  font-family: HKGrotesk, sans-serif !important;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.caseTws .fadeOut {
  animation-name: fadeOut;
}
.caseTws .fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.caseTws .sectionWrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1279px) {
  .caseTws .sectionWrap {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .caseTws h1,
  .caseTws h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.caseTws .section1 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  box-shadow: inset 0 0 138px 78px #110d25;
  padding: 132px 0 88px 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseTws .section1 {
    padding: 110px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .caseTws .section1 {
    padding: 40px 0 60px 0;
  }
}
.caseTws .section1 .sectionWrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .caseTws .section1 .sectionWrap {
    flex-direction: column;
    max-width: 470px;
  }
}
.caseTws .section1__content {
  max-width: 470px;
  width: 50%;
}
@media (max-width: 1279px) {
  .caseTws .section1__content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
}
.caseTws .section1__content img {
  margin: 0 0 50px 0;
}
@media (max-width: 1279px) {
  .caseTws .section1__info {
    text-align: center;
  }
}
.caseTws .section1__info .sectionTitle,
.caseTws .section1__info p:not(:last-child) {
  margin: 0 0 24px 0;
}
.caseTws .section1__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section1__info p {
  font-size: 16px;
  line-height: 24px;
}
.caseTws .section1__info h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.caseTws .section1__img {
  position: relative;
}
@media (max-width: 1279px) {
  .caseTws .section1__img {
    max-width: 100%;
    width: 100%;
  }
}
.caseTws .section1__img img.img1 {
  position: relative;
  left: 45px;
  max-width: 251px;
  z-index: 2;
}
@media (max-width: 1279px) {
  .caseTws .section1__img img.img1 {
    max-width: 217px;
  }
}
@media (max-width: 767px) {
  .caseTws .section1__img img.img1 {
    max-width: 167px;
    left: unset;
  }
}
.caseTws .section1__img img.img2 {
  position: relative;
  top: -30px;
  z-index: 1;
  max-width: 226px;
}
@media (max-width: 1279px) {
  .caseTws .section1__img img.img2 {
    max-width: 195px;
  }
}
@media (max-width: 767px) {
  .caseTws .section1__img img.img2 {
    max-width: 150px;
    position: absolute;
    top: 30px;
    left: 130px;
  }
}
.caseTws .section2 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  box-shadow: inset 0 0 138px 78px #110d25;
  padding: 70px 0 40px 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseTws .section2 {
    padding: 60px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .caseTws .section2 {
    padding: 45px 0 65px 0;
  }
}
.caseTws .section2 .sectionWrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .caseTws .section2 .sectionWrap {
    flex-direction: column;
    max-width: 530px;
  }
}
.caseTws .section2__content {
  max-width: 435px;
  width: 50%;
}
@media (max-width: 1279px) {
  .caseTws .section2__content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.caseTws .section2__content img {
  margin: 0 0 50px 0;
}
@media (max-width: 1279px) {
  .caseTws .section2__info {
    text-align: center;
  }
}
.caseTws .section2__info .sectionTitle,
.caseTws .section2__info p:not(:last-child) {
  margin: 0 0 24px 0;
}
.caseTws .section2__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section2__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.caseTws .section2__img {
  width: 50%;
  max-width: 507px;
  position: relative;
}
@media (max-width: 1279px) {
  .caseTws .section2__img {
    max-width: 507px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .caseTws .section2__img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .caseTws .section2__img img {
    width: 100%;
  }
}
.caseTws .section2__img .watch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 50px);
}
.caseTws .section2__img .watch img {
  cursor: pointer;
  margin-bottom: 7px;
  transition: all 0.2s ease-in-out;
}
.caseTws .section2__img .watch img:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .caseTws .section2__img .watch img {
    width: 60px;
    height: 60px;
  }
}
.caseTws .section3 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  box-shadow: inset 0 0 138px 78px #110d25;
  padding: 90px 0 90px 0;
}
@media (max-width: 1279px) {
  .caseTws .section3 {
    padding: 30px 0 67px 0;
  }
}
@media (max-width: 767px) {
  .caseTws .section3 {
    padding: 30px 0 45px 0;
  }
}
.caseTws .section3 .sectionWrap {
  max-width: 1000px;
}
.caseTws .section3__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .caseTws .section3__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.caseTws .section3__content .item {
  max-width: 270px;
  text-align: center;
}
@media (max-width: 1279px) {
  .caseTws .section3__content .item {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .caseTws .section3__content .item {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .caseTws .section3__content .item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.caseTws .section3__content .item img {
  max-width: 160px;
  margin: 0 0 20px 0;
}
@media (max-width: 1279px) {
  .caseTws .section3__content .item .desc {
    max-width: 280px;
    text-align: left;
  }
}
.caseTws .section3__content .item p.step {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 1279px) {
  .caseTws .section3__content .item p.step {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .caseTws .section3__content .item p.step {
    text-align: center;
  }
}
.caseTws .section3__content .item h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 16px 0;
}
@media (max-width: 1279px) {
  .caseTws .section3__content .item h2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .caseTws .section3__content .item h2 {
    text-align: center;
  }
}
.caseTws .section3__content .item p {
  text-align: center;
}
@media (max-width: 1279px) {
  .caseTws .section3__content .item p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .caseTws .section3__content .item p {
    text-align: center;
  }
}
.caseTws .section4 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  box-shadow: inset 0 0 138px 78px #110d25;
  padding: 32px 0 104px 0;
}
@media (max-width: 1279px) {
  .caseTws .section4 {
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .caseTws .section4 {
    padding: 35px 0 50px 0;
  }
}
.caseTws .section4 .sectionWrap {
  max-width: 880px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .caseTws .section4 .sectionWrap {
    max-width: 640px;
  }
}
.caseTws .section4 .section4__content .section4__info {
  max-width: 585px;
  text-align: center;
  margin: 0 auto;
}
.caseTws .section4 .section4__content .section4__info .sectionTitle,
.caseTws .section4 .section4__content .section4__info p {
  margin: 0 0 24px 0;
}
.caseTws .section4 .section4__content .section4__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section4 .section4__imgs {
  margin: 16px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 767px) {
  .caseTws .section4 .section4__imgs {
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  .caseTws .section4 .section4__imgs img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .caseTws .section4 .section4__imgs img {
    max-width: 165px;
    justify-content: center;
  }
}
.caseTws .section5 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  padding: 45px 0 45px 0;
}
@media (max-width: 767px) {
  .caseTws .section5 {
    padding: 30px 0 15px 0;
  }
}
.caseTws .section5 .sectionWrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .caseTws .section5 .sectionWrap {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 767px) {
  .caseTws .section5 .sectionWrap {
    flex-direction: column;
    padding: 0 15px;
  }
}
.caseTws .section5__content {
  width: 50%;
}
@media (min-width: 1280px) {
  .caseTws .section5__content {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseTws .section5__content {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .caseTws .section5__content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .caseTws .section5__info {
    text-align: center;
  }
}
.caseTws .section5__info .sectionTitle,
.caseTws .section5__info p:not(:last-child) {
  margin: 0 0 24px 0;
}
.caseTws .section5__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.caseTws .section5__img {
  width: 50%;
  position: relative;
  max-width: 507px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseTws .section5__img img {
    height: 724px;
  }
}
@media (max-width: 767px) {
  .caseTws .section5__img {
    max-width: 350px;
    width: 100%;
  }
  .caseTws .section5__img img {
    height: 500px;
  }
}
.caseTws .section6 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  padding: 80px 0 140px 0;
}
@media (max-width: 1279px) {
  .caseTws .section6 {
    padding: 53px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 {
    padding: 60px 0 80px 0;
  }
}
.caseTws .section6 .sectionWrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .caseTws .section6 .sectionWrap {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 .sectionWrap {
    flex-direction: column;
    padding: 0 15px;
  }
}
.caseTws .section6 .section6__content {
  width: 50%;
}
@media (min-width: 1280px) {
  .caseTws .section6 .section6__content {
    max-width: 405px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .caseTws .section6 .section6__content {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 .section6__content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 .section6__content .section6__info {
    text-align: center;
  }
}
.caseTws .section6 .section6__content .section6__info .sectionTitle,
.caseTws .section6 .section6__content .section6__info p:not(:last-child) {
  margin: 0 0 24px 0;
}
.caseTws .section6 .section6__content .section6__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section6 .section6__content .section6__info p:last-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.caseTws .section6 .section6__content .section6__info a.button {
  position: relative;
  overflow: hidden;
  padding: 12px 24px;
  height: 48px;
  background: linear-gradient(91.32deg, #7d6dff 0, #59c3ff 100%);
  border-radius: 8px;
  flex: none;
  margin: 32px 0 0 0;
  border: none;
  font-weight: 700;
  transition: background 0.5s ease-in-out;
}
.caseTws .section6 .section6__content .section6__info a.button span {
  position: relative;
}
.caseTws .section6 .section6__content .section6__info a.button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #7d6dff;
  opacity: 0;
  content: "";
  transition: opacity 0.15s ease-in-out;
}
.caseTws .section6 .section6__content .section6__info a.button:hover:before {
  opacity: 1;
}
.caseTws .section6 .section6__img {
  width: 50%;
  position: relative;
}
@media (max-width: 1279px) {
  .caseTws .section6 .section6__img {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 .section6__img {
    width: 290px;
    margin: 50px auto 0;
  }
}
.caseTws .section6 .section6__img picture p {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
}
.caseTws .section6 .section6__img picture:nth-child(1) p {
  left: 160px;
  bottom: -32px;
}
@media (max-width: 1279px) {
  .caseTws .section6 .section6__img picture:nth-child(1) p {
    left: 97px;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 .section6__img picture:nth-child(1) p {
    left: 61px;
  }
}
.caseTws .section6 .section6__img picture:nth-child(2) p {
  left: 341px;
  bottom: -32px;
}
@media (max-width: 1279px) {
  .caseTws .section6 .section6__img picture:nth-child(2) p {
    left: 262px;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 .section6__img picture:nth-child(2) p {
    left: 191px;
  }
}
.caseTws .section6 .section6__img img.img1 {
  position: relative;
  left: 60px;
  z-index: 2;
  max-width: 251px;
}
@media (max-width: 1279px) {
  .caseTws .section6 .section6__img img.img1 {
    max-width: 225px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 .section6__img img.img1 {
    max-width: 175px;
    left: 0;
  }
}
.caseTws .section6 .section6__img img.img2 {
  position: absolute;
  top: 28px;
  left: 236px;
  z-index: 2;
  max-width: 265px;
}
@media (max-width: 1279px) {
  .caseTws .section6 .section6__img img.img2 {
    top: 23px;
    left: 170px;
    max-width: 237px;
  }
}
@media (max-width: 767px) {
  .caseTws .section6 .section6__img img.img2 {
    max-width: 182px;
    top: 23px;
    left: 124px;
  }
}
.caseTws .section7 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  padding: 150px 0 150px 0;
}
@media (max-width: 767px) {
  .caseTws .section7 {
    padding: 60px 0 70px 0;
  }
}
.caseTws .section7 .sectionWrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.caseTws .section7 .section7__content {
  margin: 0 auto;
}
.caseTws .section7 .section7__content .section7__info {
  max-width: 690px;
  margin: 0 auto;
}
.caseTws .section7 .section7__content .section7__info .sectionTitle,
.caseTws .section7 .section7__content .section7__info p {
  text-align: center;
  margin: 0 0 24px 0;
}
.caseTws .section7 .section7__content .section7__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section7 .section7__content .section7__social {
  margin: 16px auto 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 240px;
}
.caseTws .section8 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  padding: 58px 0 72px 0;
}
@media (max-width: 1279px) {
  .caseTws .section8 {
    padding: 70px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .caseTws .section8 {
    padding: 70px 0 60px 0;
  }
}
.caseTws .section8 .sectionWrap {
  max-width: 815px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1279px) {
  .caseTws .section8 .sectionWrap {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .caseTws .section8 .sectionWrap {
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}
.caseTws .section8 .section8__content {
  max-width: 266px;
  width: 50%;
}
@media (max-width: 767px) {
  .caseTws .section8 .section8__content {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.caseTws .section8 .section8__content .section8__info .sectionTitle,
.caseTws .section8 .section8__content .section8__info p:not(:last-child) {
  margin: 0 0 24px 0;
}
.caseTws .section8 .section8__content .section8__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section8 .section8__img {
  width: 50%;
  position: relative;
  max-width: 507px;
}
@media (max-width: 767px) {
  .caseTws .section8 .section8__img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .caseTws .section8 .section8__img img {
    max-width: 320px;
  }
}
.caseTws .section9 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  box-shadow: inset 0 0 138px 78px #110d25;
  padding: 72px 0 65px 0;
}
@media (max-width: 1279px) {
  .caseTws .section9 {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .caseTws .section9 {
    padding: 35px 0 30px 0;
  }
}
.caseTws .section9 .sectionWrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .caseTws .section9 .sectionWrap {
    padding: 0 15px;
  }
}
.caseTws .section9 .section9__content {
  margin: 0 auto;
}
.caseTws .section9 .section9__content .section9__info {
  max-width: 640px;
  margin: 0 auto;
}
.caseTws .section9 .section9__content .section9__info .sectionTitle,
.caseTws .section9 .section9__content .section9__info p {
  text-align: center;
  margin: 0 0 24px 0;
}
.caseTws .section9 .section9__content .section9__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section9 .section9__content .section9__imgs {
  margin: 64px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.caseTws .section9 .section9__content .section9__imgs .logo {
  max-width: 81px;
}
@media (max-width: 767px) {
  .caseTws .section9 .section9__content .section9__imgs .graph {
    min-width: 100vw;
    margin: 0 -15px;
  }
}
@media (max-width: 1279px) {
  .caseTws .section9 .section9__content .section9__imgs .graph img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .caseTws .section9 .section9__content .section9__imgs .graph img {
    display: none;
  }
}
.caseTws .section9 .section9__content .section9__imgs .graph img.m {
  display: none;
}
@media (max-width: 767px) {
  .caseTws .section9 .section9__content .section9__imgs .graph img.m {
    display: block;
    margin: 0 auto;
  }
}
.caseTws .section10 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  padding: 45px 0 45px 0;
}
.caseTws .section10 .sectionWrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .caseTws .section10 .sectionWrap {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 767px) {
  .caseTws .section10 .sectionWrap {
    padding: 0 15px;
    flex-direction: column-reverse;
  }
}
.caseTws .section10 .section10__content {
  max-width: 400px;
  width: 50%;
}
@media (max-width: 1279px) {
  .caseTws .section10 .section10__content {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .caseTws .section10 .section10__content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .caseTws .section10 .section10__content .section10__info {
    text-align: center;
    margin-top: 10px;
  }
}
.caseTws .section10 .section10__content .section10__info .sectionTitle,
.caseTws .section10 .section10__content .section10__info p:not(:last-child) {
  margin: 0 0 24px 0;
}
.caseTws .section10 .section10__content .section10__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section10 .section10__img {
  width: 50%;
  position: relative;
  max-width: 507px;
}
@media (max-width: 767px) {
  .caseTws .section10 .section10__img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .caseTws .section10 .section10__img {
    width: unset;
    max-width: unset;
  }
}
@media (max-width: 1279px) {
  .caseTws .section10 .section10__img img {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .caseTws .section10 .section10__img img {
    max-width: 350px;
  }
}
.caseTws .section11 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  box-shadow: inset 0 0 138px 78px #110d25;
  padding: 155px 0 180px 0;
}
@media (max-width: 1279px) {
  .caseTws .section11 {
    padding: 50px 0 110px 0;
  }
}
@media (max-width: 1279px) {
  .caseTws .section11 {
    padding: 50px 0 30px 0;
  }
}
.caseTws .section11 .sectionWrap {
  max-width: 930px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1279px) {
  .caseTws .section11 .sectionWrap {
    flex-direction: column-reverse;
  }
}
.caseTws .section11 .section11__content {
  max-width: 410px;
  width: 50%;
}
@media (max-width: 1279px) {
  .caseTws .section11 .section11__content {
    max-width: 630px;
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
  }
}
.caseTws .section11 .section11__content .section11__info .sectionTitle,
.caseTws .section11 .section11__content .section11__info p:not(:last-child) {
  margin: 0 0 24px 0;
}
.caseTws .section11 .section11__content .section11__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section11 .section11__img {
  width: 50%;
  position: relative;
  max-width: 507px;
}
@media (max-width: 767px) {
  .caseTws .section11 .section11__img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .caseTws .section11 .section11__img {
    text-align: center;
  }
}
.caseTws .section12 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  padding: 30px 0 55px 0;
}
.caseTws .section12 .sectionWrap {
  max-width: 1140px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .caseTws .section12 .sectionWrap {
    padding: 0 15px;
  }
}
.caseTws .section12 .sectionWrap .sectionTitle {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.caseTws .section12 .section12__content {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
@media (max-width: 1279px) {
  .caseTws .section12 .section12__content {
    justify-content: center;
  }
}
.caseTws .section12 .section12__content .item {
  text-align: left;
  padding: 24px;
  max-width: 273px;
  width: 100%;
  margin: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
@media (max-width: 649px) {
  .caseTws .section12 .section12__content .item.-hm {
    display: none;
  }
}
@media (max-width: 649px) {
  .caseTws .section12 .section12__content .item.-active {
    animation: fadeIn 1s;
  }
}
@media (max-width: 767px) {
  .caseTws .section12 .section12__content .item {
    max-width: 100%;
    text-align: center;
  }
}
.caseTws .section12 .section12__content .item .imgContainer {
  display: flex;
  align-items: center;
  height: 88px;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  .caseTws .section12 .section12__content .item .imgContainer {
    justify-content: center;
  }
}
.caseTws .section12 .section12__content .item p:not(.subTitle) {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 12px 0;
}
.caseTws .section12 .section12__content .item .subTitle {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.caseTws .section12 .section12__content a.button.more {
  padding: 12px 24px;
  height: 48px;
  background: linear-gradient(91.32deg, #7d6dff 0, #59c3ff 100%);
  border-radius: 8px;
  flex: none;
  margin: 32px 0 0 0;
  border: none;
  font-weight: 700;
}
.caseTws .section12 .section12__content a.button.more.-hidden {
  display: none;
}
@media (min-width: 768px) {
  .caseTws .section12 .section12__content a.button.more {
    display: none;
  }
}
.caseTws .section13 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  box-shadow: inset 0 0 138px 78px #110d25;
  padding: 45px 0 0 0;
}
.caseTws .section13 .sectionWrap {
  max-width: 1280px;
}
.caseTws .section13__content {
  margin: 0 auto;
}
.caseTws .section13__info {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.caseTws .section13__info .logo {
  max-width: 81px;
  margin: 0 0 24px 0;
}
.caseTws .section13__info .sectionTitle,
.caseTws .section13__info p {
  text-align: center;
  margin: 0 0 24px 0;
}
.caseTws .section13__info .sectionTitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.caseTws .section13__img {
  margin-top: -100px;
  margin-bottom: -10px;
}
@media (max-width: 1279px) {
  .caseTws .section13__img {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .caseTws .section13__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }
}
@media (max-width: 1279px) {
  .caseTws .section13__img img {
    max-width: 700px;
  }
}
.caseTws .section14 {
  background: linear-gradient(
    180deg,
    #100d26 0,
    rgba(16, 13, 38, 0.51) 47.59%,
    #100d26 100%
  );
  box-shadow: inset 0 0 138px 78px #110d25;
  padding: 100px 0 75px 0;
}
.caseTws .section14 .sectionWrap {
  max-width: 800px;
}
@media (max-width: 1279px) {
  .caseTws .section14 .sectionWrap {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .caseTws .section14 .sectionWrap {
    padding: 0 15px;
  }
}
.caseTws .section14__content .rating {
  display: flex;
  align-items: center;
  margin: 0 0 32px 0;
}
.caseTws .section14__content .rating .sectionTitle {
  margin-right: 37px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .caseTws .section14__content .rating img {
    display: none;
  }
}
.caseTws .section14__content .review {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 32px 0;
}
.caseTws .section14__content .review p.minText {
  display: block;
}
@media (min-width: 768px) {
  .caseTws .section14__content .review p.minText {
    display: none;
  }
}
.caseTws .section14__content .review p.maxText {
  display: none;
}
@media (min-width: 768px) {
  .caseTws .section14__content .review p.maxText {
    display: block;
  }
}
.caseTws .section14__content .review a.button.toggleText {
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #59c3ff;
  font-weight: 400 !important;
}
.caseTws .section14__content .author {
  display: flex;
  align-items: center;
}
.caseTws .section14__content .author .avatar {
  margin: 0 12px 0 0;
  border-radius: 100%;
  background: #c4c4c4;
  width: 48px;
  height: 48px;
}
.caseTws .section14__content .author .creds p.name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.caseTws .section14__content .author .creds p.pos {
  font-size: 16px;
  line-height: 24px;
}
.webp .caseTws .section1 {
  background: url(../images/casetws/s1-bg-1.webp)
    no-repeat 0 center/cover;
}
.webp .caseTws .section2 {
  background: url(../images/casetws/s2-bg-1.png)
    no-repeat 0 center/cover;
}
.webp .caseTws .section3 {
  background: url(../images/casetws/s3-bg-1.webp)
    no-repeat 0 center/cover;
}
.webp .caseTws .section4 {
  background: url(../images/casetws/s4-bg-1.webp)
    no-repeat 0 center/cover;
}
.webp .caseTws .section7 {
  background: url(../images/casetws/s7-bg-1.webp)
    no-repeat 0 center/cover;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .webp .caseTws .section7 {
    background: url(../images/casetws/s7-bg-1.webp)
      no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .webp .caseTws .section7 {
    background: url(../images/casetws/s7-bg-1m2x.webp)
      no-repeat center center/cover;
  }
}
.webp .caseTws .section9 {
  background: url(../images/casetws/s9-bg-1.webp)
    no-repeat 0 center/cover;
}
.webp .caseTws .section11 {
  background: url(../images/casetws/s11-bg-1.webp)
    no-repeat 0 center/cover;
}
.webp .caseTws .section13 {
  background: url(../images/casetws/s13-bg-1.webp)
    no-repeat 0 center/cover;
}
.webp .caseTws .section14 {
  background: url(../images/casetws/s14-bg-1.webp)
    no-repeat 0 center/cover;
}
.no-webp .caseTws .section1 {
  background: url(../images/casetws/s1-bg-1.png)
    no-repeat 0 center/cover;
}
.no-webp .caseTws .section2 {
  background: url(../images/casetws/s2-bg-1.png)
    no-repeat 0 center/cover;
}
.no-webp .caseTws .section3 {
  background: url(../images/casetws/s3-bg-1.png)
    no-repeat 0 center/cover;
}
.no-webp .caseTws .section4 {
  background: url(../images/casetws/s4-bg-1.png)
    no-repeat 0 center/cover;
}
.no-webp .caseTws .section7 {
  background: url(../images/casetws/s7-bg-1.png)
    no-repeat 0 center/cover;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .no-webp .caseTws .section7 {
    background: url(../images/casetws/s7-bg-1.png)
      no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .no-webp .caseTws .section7 {
    background: url(../images/casetws/s7-bg-1m2x.png)
      no-repeat center center/cover;
  }
}
.no-webp .caseTws .section9 {
  background: url(../images/casetws/s9-bg-1.png)
    no-repeat 0 center/cover;
}
.no-webp .caseTws .section11 {
  background: url(../images/casetws/s11-bg-1.png)
    no-repeat 0 center/cover;
}
.no-webp .caseTws .section13 {
  background: url(../images/casetws/s13-bg-1.png)
    no-repeat 0 center/cover;
}
.no-webp .caseTws .section14 {
  background: url(../images/casetws/s14-bg-1.png)
    no-repeat 0 center/cover;
}
