main {
  color: #000; }

@media only screen and (max-width: 480px) {
  main .container {
    padding-inline: 0; } }

@media only screen and (max-width: 1200px) {
  .welcome .welcome__container {
    display: none; } }

.welcome .welcome__content {
  position: relative;
  background-color: #fdebee;
  padding: 4rem; }

.welcome .welcome__content .container {
  position: relative; }

.welcome .welcome__content .container .content__user {
  height: 22rem;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: -4.3rem;
  width: 20rem; }

.welcome .welcome__content .content__title {
  background: -webkit-linear-gradient(#f26e55, #e41e26);
  background-clip: text;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 48rem; }

.welcome .welcome__content .content__description {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -1.2rem;
  max-width: 62vw; }

.welcome .welcome__content .content__text {
  margin-top: 1rem;
  max-width: 600px; }

.welcome .welcome__content .content__button {
  height: 40px;
  margin-top: 2rem;
  width: 16.375rem; }

.welcome .welcome__content .content__button button {
  background: -webkit-linear-gradient(#f26e55, #e41e26);
  border: 0;
  border-radius: 2rem;
  box-shadow: none;
  color: #fff;
  font-weight: 500;
  padding: 0.5rem 3rem;
  outline: none;
  text-align: center;
  white-space: nowrap; }

.welcome .welcome__content .content__button button:hover {
  background: -webkit-linear-gradient(#e41e26, #e41e26); }

@media only screen and (max-width: 1200px) {
  .welcome .welcome__content .content__left {
    width: calc(100% - 20rem); }
  .welcome .welcome__content .content__title {
    font-size: 2.2rem; }
  .welcome .welcome__content .content__description {
    font-size: 1.8rem; }
  .welcome .welcome__content .container .content__user {
    height: 20rem; } }

@media only screen and (max-width: 1048px) {
  .welcome .welcome__content .content__title {
    font-size: 2rem; }
  .welcome .welcome__content .content__description {
    font-size: 1.6rem; } }

@media only screen and (max-width: 1000px) {
  .welcome .welcome__content {
    padding: 2rem; }
  .welcome .welcome__content .content__left {
    width: calc(100% - 16rem); }
  .welcome .welcome__content .content__title {
    font-size: 1.6rem; }
  .welcome .welcome__content .content__description {
    font-size: 1.2rem; }
  .welcome .welcome__content .container .content__user {
    bottom: -2.1rem;
    height: 16rem;
    width: 16rem; } }

@media only screen and (max-width: 768px) {
  .welcome .welcome__content .content__left {
    width: 100%; }
  .welcome .welcome__content .container .content__user {
    display: none; } }

@media only screen and (max-width: 480px) {
  .welcome .welcome__content .content__button {
    width: 100%; }
  .welcome .welcome__content .content__button button {
    width: 100%; } }

.welcome .welcome__awards {
  padding: 2rem 6rem; }

@media only screen and (max-width: 1200px) and (min-width: 800px), screen and (max-width: 720px) {
  .welcome .welcome__awards {
    padding: 2rem 1rem; } }

.welcome .welcome__awards .awards__list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 2rem 2rem;
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .welcome .welcome__awards .awards__list {
    gap: 2rem 1rem; } }

@media only screen and (max-width: 842px) {
  .welcome .welcome__awards .awards__list {
    gap: 2rem 0; } }

@media only screen and (max-width: 720px) {
  .welcome .welcome__awards .awards__list {
    grid-template-columns: auto auto; } }

.welcome .welcome__awards .awards__list .list__item {
  text-align: center;
  width: 15rem; }

@media only screen and (max-width: 1200px) {
  .welcome .welcome__awards .awards__list .list__item {
    width: unset; } }

.welcome .welcome__awards .awards__list .list__item .item__image img {
  height: 5rem;
  object-fit: contain;
  width: 5rem; }

.welcome .welcome__awards .awards__list .list__item .item__title {
  font-weight: 700; }

.welcome .welcome__awards .awards__list .list__item .item__description {
  line-height: 1; }

.commitment {
  display: flex; }

.commitment .commitment__left {
  max-width: 36rem; }

@media only screen and (max-width: 1000px) {
  .commitment .commitment__left {
    margin: 0 auto;
    width: 100%; } }

.commitment .commitment__right {
  margin-left: auto;
  max-width: 36rem; }

.commitment .commitment__image {
  background-color: #fdebee;
  width: 50%; }

@media only screen and (max-width: 1000px) {
  .commitment .commitment__image {
    display: none; } }

.commitment .commitment__image img {
  display: block;
  height: 5;
  margin: 2.2rem auto 0 -2rem;
  object-fit: contain;
  width: 25rem; }

.commitment .commitment__content {
  padding: 2rem 4rem;
  width: 50%; }

@media only screen and (max-width: 1000px) {
  .commitment .commitment__content {
    width: 100%; } }

@media only screen and (max-width: 720px) {
  .commitment .commitment__content {
    padding-inline: 1rem; } }

.commitment .commitment__content .content__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center; }

.commitment .commitment__content .content__description {
  font-size: 18px;
  font-weight: 500;
  margin: 1rem 0 3rem;
  text-align: center; }

.commitment .commitment__content .content__list {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1rem 2rem;
  justify-content: center;
  margin: 0 auto;
  text-align: center; }

@media only screen and (max-width: 480px) {
  .commitment .commitment__content .content__list {
    gap: 1rem 0; } }

.commitment .commitment__content .content__list .list__item {
  width: 7rem; }

.commitment .commitment__content .content__list .list__item .item__image img {
  height: 4rem;
  object-fit: contain;
  width: 4rem; }

.commitment .commitment__content .content__list .list__item .item__title {
  font-weight: 500; }

.partners {
  padding: 2rem 4rem;
  text-align: center; }

@media only screen and (max-width: 480px) {
  .partners {
    padding: 1rem 1rem 2rem; } }

.partners .partners__title {
  font-size: 2.25rem;
  font-weight: 700; }

@media only screen and (max-width: 480px) {
  .partners .partners__title {
    font-size: 1.2rem;
    line-height: 1.2; } }

.partners .partners__list {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 2rem 0;
  margin-top: 3rem; }

@media only screen and (max-width: 800px) {
  .partners .partners__list {
    grid-template-columns: repeat(6, auto); } }

@media only screen and (max-width: 720px) {
  .partners .partners__list {
    grid-template-columns: repeat(4, auto); } }

.partners .partners__list .list__item {
  grid-column: span 1; }

@media only screen and (max-width: 720px) {
  .partners .partners__list .list__item:nth-child(8) {
    grid-column: unset; } }

.partners .partners__list .list__item img {
  height: 4rem;
  object-fit: contain;
  width: 8rem; }

@media only screen and (max-width: 1000px) {
  .partners .partners__list .list__item img {
    height: 3rem;
    width: 6rem; } }

@media only screen and (max-width: 480px) {
  .partners .partners__list .list__item img {
    height: 2rem;
    width: 4rem; } }

.reviews {
  background-color: #fdebee;
  padding: 2rem 4rem 0;
  text-align: center; }

@media only screen and (max-width: 720px) {
  .reviews {
    padding: 2rem 1rem; } }

.reviews .reviews__title {
  font-size: 2.25rem;
  font-weight: 700;
  grid-area: title; }

@media only screen and (max-width: 480px) {
  .reviews .reviews__title {
    font-size: 1.2rem;
    line-height: 1.2; } }

.reviews .reviews__image {
  grid-area: image; }

@media only screen and (max-width: 1000px) {
  .reviews .reviews__image {
    display: none; } }

.reviews .reviews__image img {
  height: 24rem;
  object-fit: contain;
  width: 37rem; }

@media only screen and (max-width: 1200px) {
  .reviews .reviews__image img {
    width: 24rem; } }

.reviews .reviews__content {
  grid-area: content;
  margin-left: auto;
  width: 48rem;
  position: relative; }

@media only screen and (max-width: 1200px) {
  .reviews .reviews__content {
    margin: auto;
    width: unset; } }

@media only screen and (max-width: 480px) {
  .reviews .reviews__content {
    margin-bottom: -2rem; } }

.reviews .reviews__content .content__list {
  display: grid;
  gap: 1rem;
  margin: 2.4rem auto;
  max-height: 18.5rem;
  overflow: auto;
  width: 30rem; }

.reviews .reviews__content .content__list::-webkit-scrollbar {
  display: none; }

@media only screen and (max-width: 720px) {
  .reviews .reviews__content .content__list {
    width: 100%; } }

.reviews .reviews__content .content__list .list__item {
  align-items: center;
  background-color: #fcf5f0;
  border: 3px solid #222;
  border-radius: 6px;
  display: flex;
  gap: 1rem;
  padding: 0.6rem 1rem; }

.reviews .reviews__content .content__list .list__item .item__profile img {
  border-radius: 50%;
  height: 3.2rem;
  object-fit: contain;
  width: 3.2rem; }

.reviews .reviews__content .content__list .list__item .item__text {
  font-size: 14px;
  text-align: initial; }

.reviews .reviews__content .content__list .list__item .item__text .text__review {
  display: block;
  line-height: 1; }

.reviews .reviews__content .content__list .list__item .item__text .text__author {
  font-weight: 600;
  font-style: italic; }

.reviews .reviews__content .navigation-btn {
  user-select: none; }

.reviews .reviews__content .navigation-btn .prev,
.reviews .reviews__content .navigation-btn .next {
  background: linear-gradient(0deg, #e41e26 0%, #f26e55 100%);
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 0px black;
  color: #b00e0e;
  cursor: default;
  display: block;
  font-family: u2000;
  font-size: 2rem;
  font-weight: 600;
  height: 2rem;
  line-height: 0;
  opacity: 0.8;
  position: absolute;
  padding: 12px 0 0 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 2rem; }

.reviews .reviews__content .navigation-btn .prev:hover,
.reviews .reviews__content .navigation-btn .next:hover {
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease; }

.reviews .reviews__content .navigation-btn .prev {
  top: -30%; }

.reviews .reviews__content .navigation-btn .next {
  bottom: -30%; }

.team {
  padding: 2rem 4rem 0;
  text-align: center; }

@media only screen and (max-width: 1048px) {
  .team {
    padding: 2rem 1rem; } }

@media only screen and (max-width: 480px) {
  .team {
    padding: 2rem 1rem 0; } }

.team .team__title {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2; }

@media only screen and (max-width: 480px) {
  .team .team__title {
    font-size: 1.2rem; } }

.team .team__image img {
  aspect-ratio: 16/9;
  max-width: 72rem;
  margin-block: -1rem -3rem;
  object-fit: contain;
  width: 80vw; }

@media only screen and (max-width: 480px) {
  .team .team__image img {
    margin-block: 0;
    width: 92vw; } }

.products {
  padding: 2rem 4rem;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 78rem; }

@media only screen and (max-width: 480px) {
  .products {
    padding: 2rem 0 0; } }

@media only screen and (max-width: 480px) {
  .products .container {
    display: block; } }

.products .products__title {
  font-size: 2.25rem;
  font-weight: 700; }

@media only screen and (max-width: 480px) {
  .products .products__title {
    font-size: 1.2rem;
    line-height: 1.2; } }

.products .products__list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4rem 0 1rem;
  width: max-content;
  height: 22rem; }

.products .products__list .list__item {
  background-color: #fdebee;
  height: 18rem;
  transition: all .8s ease;
  width: 16rem;
  padding: 2rem 2.4rem; }

.products .products__list .list__item.invisible {
  padding: 0;
  width: 2.4rem;
  visibility: hidden; }

.products .products__list .list__item.center__item {
  background-color: #fff;
  border-radius: 8px;
  border: none;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.24);
  height: 22rem;
  margin-inline: -2rem;
  margin-top: -2rem;
  z-index: 1; }

.products .products__list .list__item.center__item .item__description {
  margin-bottom: 6rem; }

.products .products__list .list__item.center__item .item__button {
  margin-top: 2rem; }

.products .products__list .list__item.center__item .item__button button {
  opacity: 1; }

.products .products__list .list__item:not(:nth-last-child(2)):not(.center__item) {
  border-right: 1px solid #ffdde3; }

.products .products__list .list__item .item__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  height: 4.8rem;
  display: grid;
  place-items: center; }

.products .products__list .list__item .item__description {
  font-size: .9rem;
  line-height: 1.4;
  height: 4.8rem; }

.products .products__list .list__item .item__button {
  margin-top: 2rem; }

.products .products__list .list__item .item__button button {
  background: -webkit-linear-gradient(#f26e55, #e41e26);
  border: 0;
  border-radius: 2rem;
  box-shadow: none;
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  opacity: .7;
  padding: 0.5rem 1rem;
  outline: none;
  width: 100%; }

.products .products__list .list__item .item__button button:hover {
  background: -webkit-linear-gradient(#e41e26, #e41e26); }

.products .products__navigation {
  user-select: none; }

.products .products__navigation .navigation__next,
.products .products__navigation .navigation__prev {
  background: -webkit-linear-gradient(#f26e55, #e41e26);
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.24);
  color: #fff;
  cursor: default;
  display: block;
  font-family: u2000;
  font-size: 2rem;
  font-weight: 600;
  height: 2rem;
  line-height: 0;
  opacity: 0.8;
  padding-block: 1.5rem;
  padding: 12px 0 0;
  position: absolute;
  top: 50%;
  width: 2rem;
  z-index: 1; }

.products .products__navigation .navigation__next:hover,
.products .products__navigation .navigation__prev:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease; }

.products .products__navigation .navigation__next {
  right: 0; }

@media only screen and (max-width: 480px) {
  .products .products__navigation .navigation__next {
    right: 1rem; } }

.products .products__navigation .navigation__prev {
  left: 0; }

@media only screen and (max-width: 480px) {
  .products .products__navigation .navigation__prev {
    left: 1rem; } }

.app {
  background-color: #fdebee;
  display: flex; }

.app .app__image {
  position: relative; }

.app .app__image img {
  height: 26rem;
  object-fit: contain;
  width: 24rem; }

@media only screen and (max-width: 1048px) {
  .app .app__image img {
    height: 18rem;
    width: 16rem; } }

@media only screen and (max-width: 768px) {
  .app .app__image img {
    height: 16rem;
    width: 10rem; } }

@media only screen and (max-width: 480px) {
  .app .app__image img {
    height: 10rem;
    width: 8rem; } }

.app .app__content {
  margin-left: auto;
  padding: 7.12rem 0;
  text-align: center;
  width: 52rem; }

@media only screen and (max-width: 1048px) {
  .app .app__content {
    margin: 0 auto;
    padding: 4rem;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .app .app__content {
    padding: 2rem 1rem; } }

@media only screen and (max-width: 480px) {
  .app .app__content {
    padding: 1rem; } }

.app .app__content .content__title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2; }

@media only screen and (max-width: 768px) {
  .app .app__content .content__title {
    display: none; } }

@media only screen and (max-width: 480px) {
  .app .app__content .content__title {
    font-size: 1.2rem; } }

.app .app__content .content__description {
  font-size: 24px;
  margin: 1rem 0 2rem; }

.app .app__content .content__description span {
  color: #e0254a;
  font-weight: bold; }

.app .content__button {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto auto;
  margin: 0 auto;
  max-width: 21.2rem; }

@media only screen and (max-width: 480px) {
  .app .content__button {
    gap: 0.4rem; } }

.app .content__button img {
  height: 3.6rem;
  object-fit: contain;
  width: 10rem; }

@media only screen and (max-width: 768px) {
  .app .content__button img {
    width: 100%; } }

.video {
  padding-bottom: 0 !important; }

@media only screen and (max-width: 480px) {
  .video {
    padding-top: 1rem !important; } }

.video,
.blog {
  padding: 2rem 4rem; }

@media only screen and (max-width: 820px) {
  .video,
  .blog {
    padding: 2rem 0; }
  .video .container,
  .blog .container {
    padding-inline: 0; }
  .video .vertical-scroll,
  .blog .vertical-scroll {
    height: 9.2rem;
    padding-left: 1rem;
    width: 100vw; } }

.video .video__title,
.video .blog__title,
.blog .video__title,
.blog .blog__title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center; }

@media only screen and (max-width: 480px) {
  .video .video__title,
  .video .blog__title,
  .blog .video__title,
  .blog .blog__title {
    font-size: 1.2rem; } }

.video .video__list,
.video .blog__list,
.blog .video__list,
.blog .blog__list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2.4rem 0.8rem;
  justify-content: space-between; }

@media only screen and (max-width: 820px) {
  .video .video__list,
  .video .blog__list,
  .blog .video__list,
  .blog .blog__list {
    width: max-content;
    justify-content: unset;
    gap: 1rem; } }

.video .video__list .list__item,
.video .blog__list .list__item,
.blog .video__list .list__item,
.blog .blog__list .list__item {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  color: #464646;
  display: inline-block;
  overflow: hidden;
  width: calc(100% / 4.2);
  text-decoration: none; }

@media only screen and (max-width: 1272px) {
  .video .video__list .list__item,
  .video .blog__list .list__item,
  .blog .video__list .list__item,
  .blog .blog__list .list__item {
    width: calc(100% / 3.2); }
  .video .video__list .list__item:nth-child(4), .video .video__list .list__item:nth-child(7),
  .video .blog__list .list__item:nth-child(4),
  .video .blog__list .list__item:nth-child(7),
  .blog .video__list .list__item:nth-child(4),
  .blog .video__list .list__item:nth-child(7),
  .blog .blog__list .list__item:nth-child(4),
  .blog .blog__list .list__item:nth-child(7) {
    display: none; } }

@media only screen and (max-width: 820px) {
  .video .video__list .list__item,
  .video .blog__list .list__item,
  .blog .video__list .list__item,
  .blog .blog__list .list__item {
    height: 8.93rem;
    border-radius: 14px;
    width: 16rem; } }

.video .video__list .list__item .item__image,
.video .blog__list .list__item .item__image,
.blog .video__list .list__item .item__image,
.blog .blog__list .list__item .item__image {
  aspect-ratio: 16/9;
  width: 100%; }

.video .video__list .list__item .item__image img,
.video .blog__list .list__item .item__image img,
.blog .video__list .list__item .item__image img,
.blog .blog__list .list__item .item__image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%; }

.video .video__list .list__item .item__image iframe,
.video .blog__list .list__item .item__image iframe,
.blog .video__list .list__item .item__image iframe,
.blog .blog__list .list__item .item__image iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100%; }

.video .video__list .list__item .item__title,
.video .blog__list .list__item .item__title,
.blog .video__list .list__item .item__title,
.blog .blog__list .list__item .item__title {
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.4rem;
  padding: 0 0.4rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.video .video__list .list__item .item__description,
.video .blog__list .list__item .item__description,
.blog .video__list .list__item .item__description,
.blog .blog__list .list__item .item__description {
  color: #777;
  display: -webkit-box;
  font-size: .75rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  padding: 0 0.4rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.vertical-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%; }

.vertical-scroll::-webkit-scrollbar {
  display: none; }
