/* [project]/application/src/app/website/src/styles/custom.module.scss.module.css [app-client] (css) */
.custom-module-scss-module__SLiyDW__AIMainBannerWrapper, .custom-module-scss-module__SLiyDW__complexBannerWrapper {
  background: #072439;
  padding: 80px 100px 64px;
}

@media screen and (max-width: 1440px) {
  .custom-module-scss-module__SLiyDW__AIMainBannerWrapper, .custom-module-scss-module__SLiyDW__complexBannerWrapper {
    padding: 96px 40px 64px;
  }
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__AIMainBannerWrapper, .custom-module-scss-module__SLiyDW__complexBannerWrapper {
    padding: 60px 16px 64px;
  }
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__AIMainBannerWrapper, .custom-module-scss-module__SLiyDW__complexBannerWrapper {
    padding: 60px 8px 32px;
  }
}

.custom-module-scss-module__SLiyDW__complexBannerWrapper {
  background: #381f15;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__complexBannerWrapper {
    padding-bottom: 32px;
  }
}

.custom-module-scss-module__SLiyDW__AIMainBannerContainer {
  flex-direction: column;
  gap: 64px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__AIMainBannerContainer {
    gap: 24px;
  }

  .custom-module-scss-module__SLiyDW__AIMainBannerContainerDifference {
    gap: 36px;
  }
}

.custom-module-scss-module__SLiyDW__heroContainer {
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__heroContainer {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__heroContainer {
    gap: 24px;
  }
}

.custom-module-scss-module__SLiyDW__AIMainBannerTexts, .custom-module-scss-module__SLiyDW__complexBannerTexts {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 700px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__AIMainBannerTexts, .custom-module-scss-module__SLiyDW__complexBannerTexts {
    gap: 24px;
  }
}

.custom-module-scss-module__SLiyDW__complexBannerTexts {
  gap: 48px;
  max-width: fit-content;
}

@media screen and (max-width: 845px) {
  .custom-module-scss-module__SLiyDW__complexBannerTexts {
    gap: 24px;
  }
}

.custom-module-scss-module__SLiyDW__AIMainBannerBtns, .custom-module-scss-module__SLiyDW__optimizeMainBannerBtns {
  align-items: center;
  gap: 12px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__AIMainBannerBtns, .custom-module-scss-module__SLiyDW__optimizeMainBannerBtns {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
  }

  .custom-module-scss-module__SLiyDW__optimizeMainBannerBtns {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    display: grid;
  }

  .custom-module-scss-module__SLiyDW__actionsContainer {
    align-items: center;
    gap: 2px;
    display: flex;
  }
}

.custom-module-scss-module__SLiyDW__actionItem {
  opacity: .2;
  background: #c6dfe9;
  border-radius: 33px;
}

.custom-module-scss-module__SLiyDW__tabsWrapper {
  flex-direction: column;
  display: flex;
}

.custom-module-scss-module__SLiyDW__tabs {
  align-items: end;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__tabs {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
  }
}

.custom-module-scss-module__SLiyDW__tab {
  color: #fff;
  cursor: pointer;
  background: #46322ab3;
  border-top: 2px solid #c6dfe933;
  border-bottom: none;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-bottom: -2px;
  padding: 0 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: relative;
}

.custom-module-scss-module__SLiyDW__tab:hover {
  cursor: pointer;
  background: #46322ae6;
}

.custom-module-scss-module__SLiyDW__borderTab1 {
  border-left: 2px solid #c6dfe933;
  border-radius: 4px 0 0;
}

.custom-module-scss-module__SLiyDW__borderTab2 {
  border-right: 2px solid #c6dfe933;
  border-radius: 0 4px 0 0;
}

.custom-module-scss-module__SLiyDW__selectedTab {
  z-index: 9999;
  border: 2px solid #c6dfe9;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  justify-content: center;
  align-items: center;
  height: 62px;
  margin-bottom: -2px;
  padding: 0 24px;
  position: relative;
}

.custom-module-scss-module__SLiyDW__mainInfo, .custom-module-scss-module__SLiyDW__selectedTab, .custom-module-scss-module__SLiyDW__selectedTab:hover {
  background: #46322a;
}

.custom-module-scss-module__SLiyDW__mainInfo {
  z-index: 1;
  border-radius: 4px;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 0 12px 12px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__mainInfo {
    flex-direction: column;
    padding: 3px;
  }
}

.custom-module-scss-module__SLiyDW__mainInfoContainer {
  aspect-ratio: 1.9;
  border: 2px solid #c6dfe9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__mainInfoContainer {
    aspect-ratio: 1.46;
  }
}

.custom-module-scss-module__SLiyDW__withoutTitle {
  background: #fff;
  padding: 32px;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__withoutTitle {
    background: none;
    padding: 0;
  }
}

.custom-module-scss-module__SLiyDW__infoContent {
  flex-direction: column;
  gap: 42px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__infoContent {
    gap: 32px;
  }
}

.custom-module-scss-module__SLiyDW__howItWorks, .custom-module-scss-module__SLiyDW__statisticsContainer {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__withoutTitleStatisticsContainer {
    gap: 4px;
  }
}

.custom-module-scss-module__SLiyDW__statistic {
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__statistic {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.custom-module-scss-module__SLiyDW__statistic:last-of-type {
  border-top: 1px solid #0000001a;
  padding-top: 24px;
}

.custom-module-scss-module__SLiyDW__withoutTitleStatistic {
  background: #fff;
  border-radius: 4px;
  padding: 12px;
}

.custom-module-scss-module__SLiyDW__leftSide {
  align-items: center;
  gap: 32px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__leftSide {
    gap: 16px;
  }
}

.custom-module-scss-module__SLiyDW__withoutTitleLeftSide {
  gap: 24px;
  width: 100%;
  max-width: 230px;
}

.custom-module-scss-module__SLiyDW__pImage {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
  width: 95px;
  height: 95px;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__pImage {
    width: 52px;
    height: 52px;
  }
}

.custom-module-scss-module__SLiyDW__leftTexts {
  flex-direction: column;
  flex: none;
  gap: 16px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__leftTexts {
    gap: 12px;
  }
}

.custom-module-scss-module__SLiyDW__withoutTitleLeftTexts {
  flex: 1;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__withoutTitleLeftTexts {
    flex: none;
  }
}

.custom-module-scss-module__SLiyDW__graphHolder {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.custom-module-scss-module__SLiyDW__pGraph, .custom-module-scss-module__SLiyDW__pGraph2 {
  max-width: 100%;
  max-height: 295px;
}

.custom-module-scss-module__SLiyDW__pGraph2 {
  max-height: 298px;
}

.custom-module-scss-module__SLiyDW__withoutTitleGraph {
  max-height: 236px;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__withoutTitleGraph {
    max-height: unset;
  }
}

.custom-module-scss-module__SLiyDW__withoutTitleGraph2 {
  max-height: 240px;
}

@media screen and (max-width: 1279px) {
  .custom-module-scss-module__SLiyDW__withoutTitleGraph2 {
    max-height: unset;
  }
}

.custom-module-scss-module__SLiyDW__benefits {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__benefits {
    gap: 24px;
  }
}

.custom-module-scss-module__SLiyDW__benefit {
  gap: 16px;
}

.custom-module-scss-module__SLiyDW__benefit, .custom-module-scss-module__SLiyDW__checkWrapper {
  align-items: center;
  display: flex;
}

.custom-module-scss-module__SLiyDW__checkWrapper {
  border: 2px solid #000;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.custom-module-scss-module__SLiyDW__lists {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.custom-module-scss-module__SLiyDW__list {
  align-items: center;
  gap: 12px;
  display: flex;
}

.custom-module-scss-module__SLiyDW__optimizationImage {
  aspect-ratio: 1.88;
  width: 100%;
}

.custom-module-scss-module__SLiyDW__image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.custom-module-scss-module__SLiyDW__sectionWrapper {
  gap: 10px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__sectionWrapper {
    flex-direction: column;
    gap: 8px;
  }
}

.custom-module-scss-module__SLiyDW__svgContainer {
  align-items: center;
  height: 24px;
  display: flex;
}

@media screen and (max-width: 845px) {
  .custom-module-scss-module__SLiyDW__svgContainer {
    height: 18px;
  }
}

.custom-module-scss-module__SLiyDW__svgTextContainer {
  align-items: flex-start;
  gap: 8px;
  padding: 10px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__svgTextContainer {
    gap: 9px;
    padding: 2px 0;
  }
}

.custom-module-scss-module__SLiyDW__svgTextContainerFirstItem {
  padding-left: 0;
}

.custom-module-scss-module__SLiyDW__headerLinkContainer {
  background: #46322a;
  border: 2px solid #c6dfe9;
  border-bottom: none;
  border-radius: 0 4px 4px 0;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.custom-module-scss-module__SLiyDW__linkContainer {
  background: #46322a;
  border-top: 2px solid #c6dfe9;
  border-left: 2px solid #c6dfe9;
  border-right: 2px solid #c6dfe9;
  border-radius: 0 4px 0 0;
}

@media screen and (max-width: 845px) {
  .custom-module-scss-module__SLiyDW__linkContainer {
    padding: 4px 6px 2px;
  }
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__url {
    border-radius: 1px;
    gap: 2px;
    max-width: 151px;
    display: flex;
  }
}

.custom-module-scss-module__SLiyDW__border {
  border-radius: 4px 4px 0 0;
}

.custom-module-scss-module__SLiyDW__iconMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__iconMobile {
    display: block;
  }
}

.custom-module-scss-module__SLiyDW__icon {
  display: block;
}

@media screen and (max-width: 767px) {
  .custom-module-scss-module__SLiyDW__icon {
    display: none;
  }
}

.custom-module-scss-module__SLiyDW__progressContainer {
  background: #46322a;
  left: 0;
}

.custom-module-scss-module__SLiyDW__progressBar, .custom-module-scss-module__SLiyDW__progressContainer {
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
}

.custom-module-scss-module__SLiyDW__progressBar {
  overflow: hidden;
}

.custom-module-scss-module__SLiyDW__progressFill {
  transform-origin: 0;
  background: #c6dfe980;
  height: 100%;
  transition: transform linear;
  transform: scaleX(0);
}

/* [project]/application/src/app/website/src/styles/useCaseCloud.module.scss.module.css [app-client] (css) */
.useCaseCloud-module-scss-module__EUgGSG__useCaseCloudWrapper {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.useCaseCloud-module-scss-module__EUgGSG__heading {
  letter-spacing: .02em;
  opacity: .6;
  margin: 0;
  font-style: italic;
}

.useCaseCloud-module-scss-module__EUgGSG__cardsContainer {
  width: 100%;
  max-width: 1100px;
  min-height: 360px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__cardsContainer {
    max-width: 100%;
    min-height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .useCaseCloud-module-scss-module__EUgGSG__cardsContainer {
    flex-direction: column;
    gap: 12px;
    min-height: auto;
    display: flex;
    position: static;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background: #c6dfe908;
  border: 1px solid #c6dfe91f;
  border-radius: 16px;
  padding: 20px 24px;
  transition: all .4s cubic-bezier(.34, 1.56, .64, 1);
  position: absolute;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .useCaseCloud-module-scss-module__EUgGSG__card {
    padding: 18px 20px;
    width: 100% !important;
    position: static !important;
    transform: none !important;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:before {
  content: "";
  opacity: 0;
  background: linear-gradient(135deg, #c6dfe90d, #0000 50%);
  border-radius: 16px;
  transition: opacity .4s;
  position: absolute;
  inset: 0;
}

.useCaseCloud-module-scss-module__EUgGSG__card:hover {
  border-color: #c6dfe959;
  box-shadow: 0 20px 60px #0000004d, 0 0 40px #c6dfe914;
}

.useCaseCloud-module-scss-module__EUgGSG__card:hover:before {
  opacity: 1;
}

.useCaseCloud-module-scss-module__EUgGSG__card:first-child {
  width: 24%;
  min-width: 200px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:first-child {
    width: 46%;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:nth-child(2) {
  width: 22%;
  min-width: 190px;
  top: 12px;
  left: 26%;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:nth-child(2) {
    width: 48%;
    left: auto;
    right: 0;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:nth-child(3) {
  width: 26%;
  min-width: 210px;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:nth-child(3) {
    width: 50%;
    top: 95px;
    left: 2%;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:nth-child(4) {
  width: 23%;
  min-width: 195px;
  top: 95px;
  left: 4%;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:nth-child(4) {
    width: 44%;
    top: 95px;
    left: auto;
    right: 0;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:nth-child(5) {
  width: 25%;
  min-width: 205px;
  top: 100px;
  left: 30%;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:nth-child(5) {
    width: 52%;
    top: 190px;
    left: 0;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:nth-child(6) {
  width: 24%;
  min-width: 200px;
  top: 90px;
  left: 58%;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:nth-child(6) {
    width: 45%;
    top: 200px;
    left: auto;
    right: 0;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:nth-child(7) {
  width: 27%;
  min-width: 215px;
  top: 195px;
  left: 0;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:nth-child(7) {
    width: 48%;
    top: 295px;
    left: 5%;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:nth-child(8) {
  width: 24%;
  min-width: 200px;
  top: 200px;
  left: 30%;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:nth-child(8) {
    width: 46%;
    top: 305px;
    left: auto;
    right: 2%;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__card:nth-child(9) {
  width: 26%;
  min-width: 210px;
  top: 190px;
  left: 57%;
}

@media screen and (max-width: 1279px) {
  .useCaseCloud-module-scss-module__EUgGSG__card:nth-child(9) {
    width: 55%;
    top: 400px;
    left: 15%;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__cardAccent {
  background: linear-gradient(135deg, #c6dfe914, #c6dfe905);
  border-color: #c6dfe940;
}

.useCaseCloud-module-scss-module__EUgGSG__cardAccent:hover {
  border-color: #c6dfe980;
  box-shadow: 0 24px 70px #00000059, 0 0 50px #c6dfe91f;
}

.useCaseCloud-module-scss-module__EUgGSG__cardSubtle {
  background: none;
  border-style: dashed;
  border-color: #c6dfe91a;
}

.useCaseCloud-module-scss-module__EUgGSG__cardSubtle:hover {
  background: #c6dfe90a;
  border-style: solid;
}

.useCaseCloud-module-scss-module__EUgGSG__cardGlow:after {
  content: "";
  background: linear-gradient(90deg, #0000, #c6dfe966, #0000);
  height: 1px;
  position: absolute;
  top: -1px;
  left: 20%;
  right: 20%;
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpandDown {
  transform-origin: top;
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpandDown:hover {
  transform: translateY(-4px)scale(1.02);
}

@media screen and (max-width: 767px) {
  .useCaseCloud-module-scss-module__EUgGSG__cardExpandDown:hover {
    transform: none;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpandUp {
  transform-origin: bottom;
  flex-direction: column-reverse;
  display: flex;
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpandUp:hover {
  transform: translateY(4px)scale(1.02);
}

@media screen and (max-width: 767px) {
  .useCaseCloud-module-scss-module__EUgGSG__cardExpandUp:hover {
    transform: none;
  }
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpandUp .useCaseCloud-module-scss-module__EUgGSG__cardHeader {
  order: 2;
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpandUp .useCaseCloud-module-scss-module__EUgGSG__cardBody {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpanded {
  z-index: 10;
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpanded.useCaseCloud-module-scss-module__EUgGSG__cardExpandDown .useCaseCloud-module-scss-module__EUgGSG__cardBody {
  opacity: 1;
  max-height: 180px;
  margin-top: 12px;
}

.useCaseCloud-module-scss-module__EUgGSG__cardExpanded.useCaseCloud-module-scss-module__EUgGSG__cardExpandUp .useCaseCloud-module-scss-module__EUgGSG__cardBody {
  opacity: 1;
  max-height: 180px;
  margin-bottom: 12px;
}

.useCaseCloud-module-scss-module__EUgGSG__cardHeader {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.useCaseCloud-module-scss-module__EUgGSG__cardTitle {
  color: #c6dfe9;
  letter-spacing: -.01em;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.useCaseCloud-module-scss-module__EUgGSG__cardSubtitle {
  color: #c6dfe980;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.useCaseCloud-module-scss-module__EUgGSG__cardBody {
  opacity: 0;
  max-height: 0;
  transition: all .4s cubic-bezier(.34, 1.56, .64, 1);
  overflow: hidden;
}

.useCaseCloud-module-scss-module__EUgGSG__cardBodyText {
  color: #c6dfe9b3;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

/* [project]/application/src/app/website/src/styles/header.module.scss.module.css [app-client] (css) */
.header-module-scss-module__SMZh0W__headerWrapper {
  background: #072439;
  height: 84px;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__headerWrapper {
    height: 71px;
  }
}

.header-module-scss-module__SMZh0W__headerContainerWrapper {
  pointer-events: none;
  z-index: 111111111;
  display: flex;
  position: fixed;
  left: 12px;
  right: 12px;
}

@media screen and (max-width: 767px) {
  .header-module-scss-module__SMZh0W__headerContainerWrapper {
    left: 8px;
    right: 8px;
  }
}

.header-module-scss-module__SMZh0W__backdropOverlay {
  z-index: 11111111;
  background: #00000040;
  position: fixed;
  inset: 0;
}

.header-module-scss-module__SMZh0W__headerContainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1728px;
  height: 84px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__headerContainer {
    height: 71px;
  }
}

.header-module-scss-module__SMZh0W__headerLeft {
  align-items: center;
  gap: 4px;
  display: flex;
}

.header-module-scss-module__SMZh0W__headerLeft a {
  text-decoration: none;
}

.header-module-scss-module__SMZh0W__btnMini {
  width: 81px;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__btnMini {
    width: 81px;
  }
}

.header-module-scss-module__SMZh0W__btnBig {
  width: 147px;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__btnBig {
    width: 81px;
  }
}

.header-module-scss-module__SMZh0W__logoTitle {
  display: block;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__logoTitle {
    display: none;
  }
}

.header-module-scss-module__SMZh0W__logoTitle {
  transition: all .3s ease-in-out;
}

.header-module-scss-module__SMZh0W__hidden {
  display: none;
}

.header-module-scss-module__SMZh0W__solutionsMenuWrapper {
  pointer-events: auto;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 845px) {
  .header-module-scss-module__SMZh0W__solutionsMenuWrapper {
    display: none;
  }
}

.header-module-scss-module__SMZh0W__refWrapper {
  opacity: 0;
  pointer-events: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-module-scss-module__SMZh0W__solutionOpened {
  opacity: 1;
  pointer-events: auto;
}

.header-module-scss-module__SMZh0W__buttonsForMenu {
  align-items: center;
  gap: 4px;
  display: flex;
}

.header-module-scss-module__SMZh0W__solutionsMenu {
  flex-direction: column;
  gap: 4px;
  width: 325px;
  height: 600px;
  display: flex;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk, .header-module-scss-module__SMZh0W__solutionMenuItemDesk2, .header-module-scss-module__SMZh0W__solutionMenuItemDesk3, .header-module-scss-module__SMZh0W__solutionMenuItemDesk4, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  cursor: pointer;
  z-index: 5;
  background: #fffc;
  border-radius: 4px;
  align-items: center;
  gap: 16px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media (hover: hover) {
  .header-module-scss-module__SMZh0W__solutionMenuItemDesk2:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk3:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk4:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk:hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fff;
  }
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk2, .header-module-scss-module__SMZh0W__solutionMenuItemDesk3, .header-module-scss-module__SMZh0W__solutionMenuItemDesk4, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 4;
  width: 100%;
  transition: top .5s ease-in-out;
  position: absolute;
  top: 0;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk3, .header-module-scss-module__SMZh0W__solutionMenuItemDesk4, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 3;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk4, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 2;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 1;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 0;
}

.header-module-scss-module__SMZh0W__solution2Opened {
  transition: top .5s ease-in-out;
  top: 100px;
}

.header-module-scss-module__SMZh0W__solution3Opened {
  transition: top .5s ease-in-out;
  top: 200px;
}

.header-module-scss-module__SMZh0W__solution4Opened {
  transition: top .5s ease-in-out;
  top: 300px;
}

.header-module-scss-module__SMZh0W__solution5Opened {
  transition: top .5s ease-in-out;
  top: 400px;
}

.header-module-scss-module__SMZh0W__solution6Opened {
  transition: top .5s ease-in-out;
  top: 500px;
}

.header-module-scss-module__SMZh0W__disabled {
  pointer-events: none;
}

.header-module-scss-module__SMZh0W__solutionIconWrapper {
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__solutionIconWrapper {
    width: 48px;
    height: 48px;
  }
}

.header-module-scss-module__SMZh0W__solutionIconWrapperDisabled {
  border: none;
}

.header-module-scss-module__SMZh0W__solutionTexts {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__solutionTexts {
    gap: 2px;
  }
}

.header-module-scss-module__SMZh0W__headerRight {
  align-items: center;
  gap: 4px;
  display: flex;
}

.header-module-scss-module__SMZh0W__mobileMenu {
  display: none;
}

@media screen and (max-width: 845px) {
  .header-module-scss-module__SMZh0W__mobileMenu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 10001;
    background: #fff;
    border-radius: 4px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    display: flex;
  }
}

.header-module-scss-module__SMZh0W__mobileMenu .header-module-scss-module__SMZh0W__icon {
  opacity: 0;
  pointer-events: none;
  width: 16px;
  height: 16px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-module-scss-module__SMZh0W__mobileMenu .header-module-scss-module__SMZh0W__icon > svg {
  width: 100%;
  height: 100%;
}

.header-module-scss-module__SMZh0W__mobileMenu .header-module-scss-module__SMZh0W__show {
  opacity: 1;
  pointer-events: auto;
}

.header-module-scss-module__SMZh0W__mobileMenu .header-module-scss-module__SMZh0W__hide {
  opacity: 0;
  pointer-events: none;
}

.header-module-scss-module__SMZh0W__solutionMenuBackdrop {
  z-index: 1000;
  background: #00000080;
  width: 100%;
  height: 100%;
  padding: 71px 12px 0;
  position: fixed;
  top: 0;
  left: 0;
}

.header-module-scss-module__SMZh0W__menuItems {
  opacity: 0;
  pointer-events: none;
  z-index: 10001;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
}

.header-module-scss-module__SMZh0W__menuItems.header-module-scss-module__SMZh0W__show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s;
}

.header-module-scss-module__SMZh0W__menuItem, .header-module-scss-module__SMZh0W__solutionMenuItem {
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.header-module-scss-module__SMZh0W__solutionMenuItem {
  padding: 0;
}

.header-module-scss-module__SMZh0W__soutionsIconName {
  align-items: center;
  gap: 16px;
  display: flex;
}

.header-module-scss-module__SMZh0W__linkIcon {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
  width: 16px;
  height: 16px;
}

.header-module-scss-module__SMZh0W__solutionsMobileMenu {
  background: #fff;
  border-radius: 4px;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  display: flex;
}

/* [project]/application/src/app/website/src/styles/footer.module.scss.module.css [app-client] (css) */
.footer-module-scss-module__dAgzdq__footerWrapper {
  flex-direction: row;
  padding: 96px 100px 32px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .footer-module-scss-module__dAgzdq__footerWrapper {
    padding: 48px 8px 32px;
  }
}

.footer-module-scss-module__dAgzdq__footerContainer {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

.footer-module-scss-module__dAgzdq__footerContainerOpt {
  max-width: 998px;
}

.footer-module-scss-module__dAgzdq__footerMenuItems {
  align-items: center;
  gap: 32px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer-module-scss-module__dAgzdq__footerMenuItems {
    display: none;
  }
}

.footer-module-scss-module__dAgzdq__footerMenuItemsMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-module-scss-module__dAgzdq__footerMenuItemsMobile {
    flex-direction: column;
    gap: 24px;
    display: flex;
  }
}

.footer-module-scss-module__dAgzdq__nextRowLinks {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.footer-module-scss-module__dAgzdq__footerLink {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.footer-module-scss-module__dAgzdq__footerText {
  width: 100%;
  max-width: 951px;
  display: flex;
}

.footer-module-scss-module__dAgzdq__footerCertifications {
  flex-direction: row;
  display: flex;
  transform: scale(1);
}

@media screen and (max-width: 1279px) {
  .footer-module-scss-module__dAgzdq__footerCertifications {
    transform: scale(.7);
  }
}

/* [project]/application/src/app/website/src/app/globals.scss.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.bodyOverflowHidden {
  overflow: hidden !important;
}

html {
  -webkit-tap-highlight-color: #0000;
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: HafferXH;
  font-style: normal;
  font-weight: 400;
  src: url("../media/HafferXH-TRIAL-Regular.ad01a072.ttf") format("truetype");
}

@font-face {
  font-family: HafferXH;
  font-style: normal;
  font-weight: 500;
  src: url("../media/HafferXH-TRIAL-Medium.f6eaaa41.ttf") format("truetype");
}

:root {
  --font-hafferXH: "HafferXH";
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f7dac5;
  font-family: var(--font-hafferXH), sans-serif;
  font-feature-settings: "ss02" on, "ss04" on, "ss06" on, "ss11" on, "ss16" on;
  background: #f7dac5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pageContent {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.btn {
  color: #000;
  cursor: pointer;
  font-family: var(--font-hafferXH), sans-serif;
  pointer-events: auto;
  border: none;
  border-radius: 4px;
  outline: none;
  flex: none;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.btn:disabled {
  opacity: .5;
  pointer-events: none;
}

.btnPrim {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: .8;
  background: #fff;
  transition: all .3s;
}

@media (hover: hover) {
  .btnPrim:hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
  }
}

@media screen and (max-width: 1279px) {
  .btnPrim {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
    height: 55px;
  }
}

.btnRelative {
  z-index: 2147483647;
  position: relative;
}

.btnSec {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #f7dac5;
  background: none;
  border: 1px solid #f7dac5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (hover: hover) {
  .btnSec:hover {
    background: #ffffff1a;
    box-shadow: 0 0 0 1px #f7dac5;
  }
}

.btnThird {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #f7dac5;
  border: 2px solid #f7dac5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (hover: hover) {
  .btnThird:hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fff;
    border: 2px solid #fff;
  }
}

.btnGetInTouchOptimize {
  color: #c6dfe9;
  background: #381f15;
  border: 1px solid #381f15;
}

@media (hover: hover) {
  .btnGetInTouchOptimize:hover {
    background: #000;
    border: 1px solid #000;
    box-shadow: 0 0 12px #ffffff73;
  }
}

.btnFive {
  background: #f7c5d1;
  border: 2px solid #f7c5d1;
}

.btnFour {
  background: none;
  border: 1px solid #000;
  height: 45px;
  padding: 0 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (hover: hover) {
  .btnFour:hover {
    box-shadow: 0 0 0 1px #000;
  }
}

.btnTab, .btnTabMove {
  color: #07392d;
  cursor: pointer;
  background: #07392d1a;
  border: 1px solid #07392d;
  border-radius: 112px 112px 104px 104px;
  height: 56px;
  padding: 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (hover: hover) {
  .btnTab:hover, .btnTabMove:hover {
    box-shadow: 0 0 0 1px #07392d;
  }
}

.btnTabActive {
  color: #fff;
  background: #07392d;
}

.btnTabMove {
  text-align: left;
  background: none;
}

@media screen and (max-width: 1279px) {
  .btnTabMove {
    height: unset;
    padding: 16px;
  }
}

.btnPlay {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: top .3s;
  display: flex;
  top: 36px;
}

.playIcon, .stopIcon {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
  width: 16px;
  height: 16px;
}

.stopIcon {
  border: 2px solid var(--CalmGreen, #07392d);
}

.btnTabTeam, .btnTabTeamSelected {
  color: #000;
  cursor: pointer;
  background: #ffffffe6;
  border: none;
  border-radius: 0;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 43px;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.btnTabTeamSelected {
  color: #fff;
  background: #fff3;
}

.btnInnerTab {
  align-items: center;
  gap: 12px;
  display: flex;
}

.btnActive {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fff;
}

.btnInner {
  gap: 8px;
}

.btnInner, .btnInnerSmall {
  align-items: center;
  display: flex;
}

.btnInnerSmall {
  gap: 4px;
}

.btnIcon {
  width: 16px;
  height: 16px;
}

.btnIcon, .btnIcon12 {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
}

.btnIcon12 {
  width: 12px;
  height: 12px;
}

.btnIconRotated {
  transform: rotate(45deg);
}

.btnNoLeftRadius {
  border-radius: 0 4px 4px 0;
}

.fullWidthBtn {
  justify-content: center;
  width: 100%;
}

.noDecoration {
  justify-content: center;
  text-decoration: none;
}

.offset6 {
  text-underline-offset: 14px;
}

@media screen and (max-width: 1279px) {
  .offset6 {
    text-underline-offset: 7px;
  }
}

.frostedBtnSec {
  color: #c6dfe9;
  border: 1px solid #c6dfe9;
}

@media (hover: hover) {
  .frostedBtnSec:hover {
    box-shadow: 0 0 0 1px #c6dfe9;
  }
}

.btnTry {
  color: #07392d;
  border: 1px solid #07392d;
}

@media (hover: hover) {
  .btnTry:hover {
    box-shadow: 0 0 0 1px #07392d;
  }
}

.btnTrySec {
  color: #c6dfe9;
  background: #07392d;
  border: 1px solid #07392d;
}

@media (hover: hover) {
  .btnTrySec:hover {
    background: #000;
    border: 1px solid #000;
  }
}

.frostedBtnThird {
  color: #07392d;
  background: #c6dfe9;
  border: 2px solid #c6dfe9;
}

.text_10 {
  letter-spacing: .3px;
  font-size: 10px;
}

.text_10, .text_12 {
  font-style: normal;
  line-height: normal;
}

.text_12 {
  font-size: 12px;
  font-weight: 500;
}

.text_14 {
  line-height: 20px;
}

.text_14, .text_14_18 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.text_14_18 {
  line-height: 18px;
}

.text_16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.text_18_section {
  font-weight: 400;
}

.text_18-tab, .text_18_section {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}

.text_18-tab, .text_28 {
  font-weight: 500;
}

.text_28 {
  font-size: 28px;
  font-style: normal;
  line-height: 34px;
}

.text_36 {
  font-size: 36px;
  font-weight: 400;
}

.text_36, .text_56 {
  font-style: normal;
  line-height: normal;
}

.text_56 {
  font-size: 56px;
  font-weight: 500;
}

.text_72 {
  color: var(--Financial, #f7dac5);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 78px;
}

@media screen and (max-width: 1279px) {
  .text_18_m {
    font-size: 18px;
    line-height: 24px;
  }

  .text_28_t {
    font-size: 28px;
    line-height: 34px;
  }

  .text_46_m {
    font-size: 46px;
    line-height: 48px;
  }
}

@media screen and (max-width: 845px) {
  .text_18-tab {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .text_18_mini {
    font-size: 18px;
    line-height: 24px;
  }

  .text_46_mini {
    font-size: 46px;
    line-height: 48px;
  }

  .text_18_section {
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .text_3_m {
    font-size: 2.937px;
    line-height: normal;
  }

  .text_28_m {
    font-size: 28px;
    line-height: 34px;
  }

  .text_12-mobile {
    flex: none;
    font-size: 3px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.text_black {
  color: #000;
}

.text_black_30 {
  color: #0000004d;
}

.text_black_50 {
  color: #00000080;
}

.text_white {
  color: #fff;
}

.text_white_50 {
  color: #ffffff80;
}

.text_frosted_blue {
  color: #c6dfe9;
}

.text_deep_green {
  color: #07392d;
}

.text_rich_black {
  color: #010101;
}

.font_semibold {
  font-weight: 500;
}

.input {
  color: #f7dac5;
  font-family: var(--font-hafferXH), sans-serif;
  font-feature-settings: "ss02" on, "ss04" on, "ss06" on, "ss11" on, "ss16" on;
  background: none;
  border: 1px solid #f7dac5;
  border-radius: 4px;
  outline: none;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.input::placeholder {
  color: #f7dac5;
  opacity: .5;
}

@media (hover: hover) {
  .input:hover {
    box-shadow: 0 0 0 1px #f7dac5;
  }
}

.animated-cross-container {
  cursor: pointer;
  transition: transform .3s;
  display: inline-block;
}

.animated-cross-container .animated-cross-svg {
  transition: all .3s;
  display: block;
}

.onlyDesktop {
  display: flex;
}

@media screen and (max-width: 1279px) {
  .onlyDesktop {
    display: none;
  }
}

.notDesktop {
  display: none;
}

@media screen and (max-width: 1279px) {
  .notDesktop {
    display: flex;
  }
}

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