section {
  width: 100%;
  max-width: 1376rem;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  color: #171717;
  transition: all 350ms;
}
section.card {
  border-radius: 25rem;
  padding-left: 56rem;
  padding-right: 56rem;
  padding-top: 72rem;
  box-sizing: border-box;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.button {
  height: 60rem;
  min-height: 60rem;
  border-radius: 9999px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;

}
.arrow-button {
  justify-content: space-between;
  padding-left: 24rem;
  padding-right: 8rem;
  background: #FF8C00;
  position: relative;
  z-index: 5;
  border: 1rem solid #FF8C0080;
  text-transform: uppercase;
  color: #171717;
  font-family: Lab Grotesque;
  font-size: 16rem;
  font-weight: 500;
  line-height: 16rem;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: all 350ms;
  white-space: nowrap;
  overflow: hidden;
}
.arrow-button svg {
  margin-left: 16rem;
}
.arrow-button svg rect {
  fill: white;
}
.arrow-button:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  border-radius: 9999px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FF6B35 0%, #FF8C00 100%);
  transition: opacity 350ms ease-in-out;
  z-index: -1000;
}
.arrow-button:hover::before {
  opacity: 1;
}

section.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 8rem;
  column-gap: 8rem;
  z-index: 0;
  position: relative;
  top: auto;
}
section.hero .content {
  border-radius: 25rem;
  background: #171717;
  position: relative;
  overflow: hidden;
  padding: 96rem 56rem 114rem;
  margin: 0 !important;
  display: flex;flex-direction: column;
  align-items: flex-start;
}
section.hero .content h1 {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 78.53rem;
  line-height: 100%;
  letter-spacing: -2%;
  text-transform: uppercase;
  z-index: 1;
  background-image: linear-gradient(270deg, #FF6B35 0%, #FF8C00 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  position: relative;
  overflow-wrap: anywhere;
}
section.hero .content .hero-subtitle {
  color: #f2d2b6;
  font-family: Lab Grotesque;
  font-weight: 400;
  font-size: 20rem;
  line-height: 28rem;
  letter-spacing: 0%;
  margin-top: 24rem;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
section.hero .content .back {
  color: #F8F8F8;
  font-family: Lab Grotesque;
  font-weight: 400;
  font-size: 14rem;
  line-height: 16rem;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 24rem;
  display: flex;
  align-items: center;
  gap: 8rem;
  cursor: pointer;
  transition: all 350ms;
  z-index: 1;
  position: relative;
}
section.hero .content .back:hover, section.hero .content .back:active {
  color: white;
}
section.hero .content .arrow-button {
  margin-top: 294rem;
  width: auto;
}
section.hero .content .hero-gradient {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
section.hero .content .badge {
  margin-top: 144rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 33.5rem;
  box-sizing: border-box;
  gap: 17rem;
  border-radius: 11.46rem;
  color: white;
  background-color: #FF6B35;
  font-family: Lab Grotesque;
  font-weight: 922;
  font-size: 15.87rem;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 16rem;
}
section.hero .content .badge .type {
  background-color: #F8F8F8;
  color: #171717;
  font-weight: 911;
  height: 33.5rem;
  border-radius: 11.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10rem;
}
section.hero .image {
  background: #171717;
  border-radius: 25rem;
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 !important;
}
section.hero .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


section.description {
  position: relative;
  background: #F8F8F8;
  margin-top: 0;
  z-index: 1;
  padding: 96rem 260rem 146rem;
  display: flex;
  flex-direction: column;
  row-gap: 24rem;
}
section.description h2 {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 64rem;
  line-height: 110.00000000000001%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin: 0 auto 36rem;
  color: #171717;
}
section.description p {
  font-family: Lab Grotesque;
  font-weight: 400;
  font-size: 20rem;
  line-height: 30rem;
  letter-spacing: 0%;
  color: #383838;
}

section.useful {
  position: relative;
  background: #DDE6F5;
  margin-top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 64rem;
  padding-bottom: 146rem;
}
section.useful:has(.grid.alt) {
  padding-left: 0;
}
section.useful h2 {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 64rem;
  line-height: 110.00000000000001%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #171717;
  text-align: left;
}
section.useful .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.useful:has(.grid.alt) .head {
  padding-left: 56rem;
}
section.useful .head .slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  border: 1px solid #A4A4A4;
  height: 60rem;
  box-sizing: border-box;
  padding: 0 8rem;
}
section.useful .head .slider button {
  border: none;
  outline: none;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44rem;
  width: 44rem;
  min-height: 44rem;
  min-width: 44rem;
  cursor: pointer;
}
section.useful .head .slider button:first-of-type {
  margin-right: 12rem;
}
section.useful .head .slider.hidden {
  display: none;
}

section.useful .grid.alt {
  padding-left: 56rem;
  height: 417rem;
  width: calc(100%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8rem;
  overflow: hidden;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth
}
section.useful .grid.alt::-webkit-scrollbar {
  display: none;
}
section.useful .grid.alt .element {
  min-width: 32%;
}

section.useful .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 8rem;
}
section.useful .grid .element {
  display: flex;
  flex-direction: column;
  row-gap: 20rem;
  position: relative;
  background: #F8F8F8;
  border-radius: 25rem;
  padding: 40rem 26rem 0;
  height: 417rem;
  box-sizing: border-box;
}
section.useful .grid .element h3 {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #171717;
}
section.useful .grid .element ul {
  margin: 0;
  padding-left: 10rem;
  list-style-type: none;
  font-family: Lab Grotesque;
  font-weight: 911;
  font-size: 20rem;
  line-height: 100%;
  letter-spacing: -4%;
  color: #242424;
  opacity: .8;
  position: relative;
  z-index: 1;
}
section.useful .grid .element ul li {
  padding-left: 12.66rem;
  position: relative;
  z-index: 1;
}
section.useful .grid .element ul li:not(:first-of-type) {
  margin-top: 8rem;
}
section.useful .grid .element ul li:before {
  content: '';
  position: absolute;
  margin-left: -18rem;
  top: 5rem;
  height: 10rem;
  width: 10rem;
  min-height: 10rem;
  min-width: 10rem;
  background: #A6B1C4;
  border-radius: 3rem;
}
section.useful .grid .element svg {
  position: absolute;
  bottom: 32rem;
  right: 32rem;
}

section.dynamic {
  box-sizing: border-box;
  background: white;
  margin-top: 0;
  padding: 72rem 0 146rem;
  position: relative;
  z-index: 2;
}
section.dynamic .header {
  margin: 0 56rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
section.dynamic .header h2 {
  text-transform: uppercase;
}
section.dynamic .header p {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #383838;
  min-width: 456rem;
}
section.dynamic .ribbon {
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  width: 100%;
  overflow: hidden;
  margin-top: 64rem;
}
section.dynamic .ribbon .scroller {
  overflow: hidden;
  display: flex;
  margin-left: -265rem;
}
section.dynamic .ribbon .scroller .line {
  display: flex;
  gap: 8rem;
  padding-right: 8rem;
  will-change: transform;
  transform: translateX(0);
  animation: slide-backward linear 25s infinite;
}
section.dynamic .ribbon .scroller .line .grid {
  height: 416rem;
  width: 416rem;
  min-height: 416rem;
  min-width: 416rem;
  aspect-ratio: 1 / 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  row-gap: 8rem;
  column-gap: 8rem;
}
section.dynamic .ribbon .scroller .line .grid .item {
  border-radius: 25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #EBEEF5;
  padding-bottom: 40rem;
  box-sizing: border-box;
}
section.dynamic .ribbon .scroller .line .grid .item.big {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
section.dynamic .ribbon .scroller .line .grid .item.medium {
  grid-column: span 2 / span 2;
}
section.dynamic .ribbon .scroller .line .grid .item h3 {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #171717;
  margin: 40rem 11rem 0 26rem;
  z-index: 1;
}
section.dynamic .ribbon .scroller .line .grid .item.big h3 {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 30rem;
  line-height: 36rem;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #171717;
  margin: 40rem 11rem 0 42rem;
}
section.dynamic .ribbon .scroller .line .grid .item svg {
  position: absolute;
  bottom: 24rem;
  right: 24rem;
}
section.dynamic .ribbon .scroller .line .grid .item ul {
  margin: auto 0 0 40rem;
  padding-left: 10rem;
  list-style-type: none;
  font-family: Lab Grotesque;
  font-weight: 911;
  font-size: 18rem;
  line-height: 24rem;
  letter-spacing: -4%;
  color: #383838;
  opacity: .8;
  position: relative;
  z-index: 1;
}
section.dynamic .ribbon .scroller .line .grid .item ul li {
  padding-left: 12.66rem;
  position: relative;
  z-index: 1;
}
section.dynamic .ribbon .scroller .line .grid .item ul li:not(:first-of-type) {
  margin-top: 16rem;
}
section.dynamic .ribbon .scroller .line .grid .item ul li:before {
  content: '';
  position: absolute;
  margin-left: -18rem;
  top: 5rem;
  height: 10rem;
  width: 10rem;
  min-height: 10rem;
  min-width: 10rem;
  background: #A6B1C4;
  border-radius: 3rem;
}
section.dynamic .ribbon .scroller .line .grid .item p {
  font-family: Lab Grotesque;
  font-weight: 911;
  font-size: 13.31rem;
  line-height: 100%;
  letter-spacing: -4%;
  color: #242424;
  padding: 40rem;
}

section.problems {
  position: relative;
  overflow: hidden;
  background: #171717;
  display: flex;
  flex-direction: column;
  row-gap: 44rem;
  margin-top: 0;
  z-index: 3;
  padding-bottom: 146rem;
}
section.problems h2 {
  position: relative;
  z-index: 1;
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 64rem;
  line-height: 100%;
  letter-spacing: -2%;
  text-transform: uppercase;
  background-image: linear-gradient(270deg, #FF6B35 0%, #FF8C00 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
section.problems .rows {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
section.problems .rows .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 32rem 0;
}
section.problems .rows .row:not(:last-child) {
  border-bottom: white solid 1rem;
}
section.problems .rows .row .action {
  display: flex;
  flex-direction: row;
  gap: 34rem;
  align-items: center;
}
section.problems .rows .row .action svg {
  min-width: 32rem;
}
section.problems .rows .row .action h3 {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 30rem;
  line-height: 40rem;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}
section.problems .rows .row p {
  font-family: Lab Grotesque;
  font-weight: 400;
  font-size: 20rem;
  line-height: 30rem;
  letter-spacing: 0%;
  padding-left: 115rem;
  color: white;
  margin: auto 0;
}
section.problems .background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

section.blog {
  background: #DDE6F5;
  padding-bottom: 40rem;
  margin-top: 0;
  position: relative;
  z-index: 4;
  padding-top: 40rem;
  padding-left: 0;
}
section.blog h2 {
  text-transform: uppercase;
}
section.blog .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 56rem;
}
section.blog .head .slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  border: 1px solid #A4A4A4;
  height: 60rem;
  box-sizing: border-box;
  padding: 0 8rem;
}
section.blog .head .slider button {
  border: none;
  outline: none;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44rem;
  width: 44rem;
  min-height: 44rem;
  min-width: 44rem;
  cursor: pointer;
}
section.blog .head .slider button:first-of-type {
  margin-right: 12rem;
}
section.blog .articles {
  margin-top: 16rem;
  padding-left: 56rem;
  height: 400rem;
  width: calc(100%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  overflow: hidden;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth
}
section.blog .articles::-webkit-scrollbar {
  display: none;
}

section.blog .articles .element {
  padding-left: 36rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 34rem;
  border-radius: 25rem;
  background: white;
  min-width: 830rem;
  height: 400rem;
  box-sizing: border-box;
  overflow: hidden;
}
section.blog .articles .element:not(:last-of-type) {
  margin-right: 10rem;
}
section.blog .articles .element .content {
  display: flex;
  flex-direction: column;
  padding: 36rem 0;
}
section.blog .articles .element .content h3 {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 24rem;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #171717;
}
section.blog .articles .element .content ul {
  margin: auto 0 0 0;
  padding-left: 10rem;
  list-style-type: none;
  font-family: Lab Grotesque;
  font-weight: 911;
  font-size: 18rem;
  line-height: 24rem;
  letter-spacing: -4%;
  /* color: #ffffff; */
  opacity: .8;
  position: relative;
  z-index: 1;
}
section.blog .articles .element .content ul li {
  padding-left: 12.66rem;
  position: relative;
  z-index: 1;
}
section.blog .articles .element .content ul li:not(:first-of-type) {
  margin-top: 16rem;
}
section.blog .articles .element .content ul li:before {
  content: '';
  position: absolute;
  margin-left: -18rem;
  top: 5rem;
  height: 10rem;
  width: 10rem;
  min-height: 10rem;
  min-width: 10rem;
  background: #A6B1C4;
  border-radius: 3rem;
}
section.blog .articles .element .image {
  border-bottom-left-radius: 25rem;
  border-top-left-radius: 25rem;
  background: black;
  overflow: hidden;
  min-width: 400rem;
}
section.blog .articles .element .image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blog .articles .element .numbers {
  border-bottom-left-radius: 25rem;
  border-top-left-radius: 25rem;
  background: black;
  overflow: hidden;
  position: relative;
  min-width: 400rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20rem;
}
section.blog .articles .element .numbers .number {
  font-family: Lab Grotesque;
  font-weight: 911;
  font-size: 145.63rem;
  line-height: 121.36rem;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(270deg, #FF6B35 0%, #FF8C00 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
section.blog .articles .element .numbers span {
  font-family: Lab Grotesque;
  font-weight: 911;
  font-size: 20rem;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  color: #F8F8F8;
  position: relative;
  z-index: 1;
}
section.blog .articles .element .numbers svg {
  position: absolute;
  z-index: 0;
}



section.blog .articles .article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  min-width: 950rem;
  width: 950rem;
  height: 400rem;
  border-radius: 25rem;
  border: 0.88rem solid white;
  box-sizing: border-box;
  background: #D7DEEB;
  overflow: hidden;
}
section.blog .articles .article .preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 116rem;
  padding: 35rem 0 35rem 45rem;
}
section.blog .articles .article .preview .badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FF6B35;
  color: white;
  font-family: Lab Grotesque;
  font-size: 15.87rem;
  font-weight: 922;
  line-height: 19.04rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-right: 16rem;
  border-radius: 11.46rem;
  height: 33rem;
}
section.blog .articles .article .preview .badge .type {
  background: white;
  color: #171717;
  font-weight: 911;
  padding: 0 10rem;
  border-radius: 11.46rem;
  margin-right: 16rem;
  height: 100%;
  display: flex;
  align-items: center;
}
section.blog .articles .article .preview h3 {
  font-family: Lab Grotesque;
  font-size: 24rem;
  font-weight: 500;
  line-height: 33.6rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #171717;
  max-width: 470rem;
}
section.blog .articles .article .image {
  width: 420rem;
  height: 400rem;
}
section.blog .articles .article .image img {
  height: 100%;
  aspect-ratio: 420 / 400;
  border-radius: 25rem;
}
section.blog .articles .article:not(:last-of-type) {
  margin-right: 10rem;
}
section.blog .action-holder {
  display: flex;
  justify-content: center;
  margin-top: 32rem;
}

.filler:has(.form) {
  background: black;
  position: relative;
  z-index: 3;
}
section.form {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 1170rem;
  background: white;
  overflow: hidden;
  padding: 500rem 32rem 144rem;
  position: relative;
  border-bottom-left-radius: 25rem;
  border-bottom-right-radius: 25rem;
  margin-top: -350rem;
  transition: all 350ms;
}
section.form article {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
section.form h2 {
  color: #171717;
  text-transform: uppercase;
}
section.form form {
  display: flex;
  flex-direction: column;
}
section.form form .radio {
  display: flex;
  flex-direction: row;
}
section.form form .radio select {
  display: none;
}
section.form form .radio label {
  height: 60rem;
  border: 1rem solid #383838;
  border-radius: 20rem;
  box-sizing: border-box;
  font-family: Lab Grotesque;
  font-size: 16rem;
  font-weight: 500;
  line-height: 16rem;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  padding: 22rem 10.5rem;
  color: #383838;
  white-space: nowrap;
  cursor: pointer;
  transition: all 350ms;
}
section.form form .radio label.active {
  background: #FF6B35 !important;
  border-color: #FF6B35 !important;
  color: white;
}
section.form form .radio label:hover, section.form form .radio label:active {
  background: #FF6B352B;
  border-color: #FF6B352B;
}
section.form form .radio label:not(:last-of-type) {
  margin-right: 8rem;
}
section.form form .fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 44rem;
  column-gap: 32rem;
  margin-top: 44rem;
  margin-bottom: 40rem;
}
section.form form .fields .field {
  position: relative;
  height: 33rem;
  border-bottom: #383838 solid 1rem;
  box-sizing: border-box;
}
section.form form .fields .field.hidden {
  display: none;
}
section.form form .fields .field.long {
  grid-column: span 2 / span 2;
}
section.form form .fields .field:has(textarea) {
  height: unset;
  min-height: 33rem;
}
section.form form .fields .field .error {
  font-family: Lab Grotesque;
  font-size: 14rem;
  font-weight: 300;
  line-height: 16rem;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #B62B2B;
  position: absolute;
  right: 0;
  top: 3rem;
  pointer-events: none;
  cursor: auto;
  display: none;
}
section.form form .fields .field input, section.form form .fields .field textarea {
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  max-width: 100%;
  color: #383838;
  font-family: Lab Grotesque;
  font-size: 16rem;
  font-weight: 500;
  line-height: 16rem;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
section.form form .fields .field input::placeholder, section.form form .fields .field textarea::placeholder {
  color: #383838;
}
section.form form .fields .field input[type=file], section.form form .fields .field input.invisible {
  display: none;
}
section.form form .fields .field.invalid {
  border-bottom-color: #B62B2B;
}
section.form form .fields .field.invalid input, section.form form .fields .field.invalid input::placeholder {
  color: #B62B2B;
}
section.form form .fields .field.invalid .error {
  display: block;
}
section.form form .fields .field .file-input, section.form form .fields .field .selector-input {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #383838;
}
section.form form .fields .field .file-input label,
section.form form .fields .field .selector-input label {
  cursor: pointer;
  font-family: Lab Grotesque;
  font-size: 16rem;
  font-weight: 500;
  line-height: 16rem;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: calc(100% - 36rem);
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
section.form form .submit-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 40rem;
}
section.form {
  height: auto;
}
section.form form {
  max-width: 698rem;
}
section.form form .agreement-disclaimer {
  font-family: Lab Grotesque;
  font-weight: 911;
  font-size: 16rem;
  line-height: 100%;
  letter-spacing: -4%;
  color: #737A87;
}
section.form form .agreement-disclaimer.hidden, section.form form .submit-container .agreement.hidden  {
  display: none;
}
section.form form .agreement-disclaimer a {
  text-decoration: underline;
  color: #737A87;
}
section.form form .submit-container .button-container {
  margin-top: 16rem;
}
section.form form .submit-container .agreement {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20rem;
}
section.form form .submit-container .agreement div {
  position: relative;
  height: 32rem;
  width: 32rem;
  min-height: 32rem;
  min-width: 32rem;
}
section.form form .submit-container .agreement div label {
  position: absolute;
}
section.form form .submit-container .agreement label input {
  accent-color: #FF7F50;
}
section.form form .submit-container .agreement label input + label {
  display: inline-block;
  height: 32rem;
  width: 32rem;
  border: 1rem solid #FF7F50;
  border-radius: 8rem;
  cursor: pointer;
  position: absolute;
  background: white;
  transition: all 350ms;
  padding: 0;
}
section.form form .submit-container .agreement label input:checked + label {
  background: #FF7F50;
}
section.form form .submit-container .agreement label:has(input:checked) {
  border-color: #FF7F50;
}
section.form form .submit-container .agreement label input:checked + label:after {
  display: flex;
  margin-left: 5rem;
  margin-top: 3rem;
}
section.form form .submit-container .agreement label input + label {
  position: relative;
}
section.form form .submit-container .agreement label input + label svg {
  margin-left: 5rem;
  margin-top: 3rem;
  opacity: 0;
  transition: all 350ms;
}
section.form form .submit-container .agreement label input:checked + label svg {
  opacity: 1;
}
section.form form .submit-container .agreement label input {
  display: none;
}
section.form form .submit-container p {
  font-family: Lab Grotesque;
  font-size: 16rem;
  font-weight: 911;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #737A87;
}
section.form form .submit-container p a {
  color: #737A87;
  text-decoration: underline !important;
  -webkit-text-decoration-line: underline !important;
}

section.form form .fields .field .autocomplete {
  background: #DDE6F5;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 100%;
  margin-top: 1rem;
  border-radius: 0 0 25rem 25rem;
  box-sizing: border-box;
  max-height: 0rem;
  transition: all 350ms;
  overflow: hidden;
}
section.form form .fields .field .selector-input svg {
  transition: all 350ms;
  rotate: 0deg;
}
section.form form .fields .field.active .selector-input svg {
  rotate: 180deg;
}
section.form form .fields .field.active .autocomplete {
  max-height: 226rem;
}
section.form form .fields .field .autocomplete .item {
  font-family: Lab Grotesque;
  font-weight: 500;
  font-size: 16rem;
  line-height: 16rem;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #383838;
  padding: 0 20rem;
  cursor: pointer;
  background: transparent;
  transition: all 350ms;
}
section.form form .fields .field .autocomplete .item:hover,
section.form form .fields .field .autocomplete .item:active {
  background: #adb3c6;
}
section.form form .fields .field .autocomplete .item:last-of-type {
  border-bottom-left-radius: 25rem;
  border-bottom-right-radius: 25rem;
}
section.form form .fields .field .autocomplete .item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  border-bottom: #3838381a solid 1rem;
  padding: 20rem 0;
}
section.form form .fields .field .autocomplete .item:last-of-type .content {
  border-bottom: none;
}
section.form form .fields .field .autocomplete.scroll {
  overflow: auto;
}
section.form form .fields .field .autocomplete.scroll::-webkit-scrollbar {
  width: 5rem;
  background-color: transparent;
  margin-top: 25rem;
  margin-right: 5rem;
}
section.form form .fields .field .autocomplete.scroll::-webkit-scrollbar-track {

  border-radius: 5rem;
  background-color: white;
  margin: 25rem;
}
section.form form .fields .field .autocomplete.scroll::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  background-color: #ABB4C3;
}

section.form .form-details {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
section.form .form-details-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 0;
}

@media screen and (max-width: 1440px) {
  section:not(.form), section article {
    width: auto;
    max-width: unset;
    margin-left: 24rem;
    margin-right: 24rem;
  }

  section.form article {
    margin: 0;
  }
}
@media screen and (max-width: 1400px) {
  section.form {
    padding-top: 440rem;
    height: auto;
  }
  section.form article {
    flex-direction: column;
    row-gap: 36rem;
  }
  section.form .form-details-mobile {
    display: block;
  }
  section.form .form-details {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  section.description {
    padding-left: 150rem;
    padding-right: 150rem;
  }
}
@media screen and (max-width: 1250px) {
  section.hero {
    height: 470rem;
  }
  section.hero .title {
    padding-right: unset;
  }
  section.hero .content h1 {
    font-size: 42rem;
  }
  section.hero .content .arrow-button {
    margin-top: 120rem;
  }
  section.hero .actions {
    padding-bottom: 86rem;
  }

  section.power .grid {
    margin-left: 55rem;
    margin-right: 55rem;
  }
}
@media screen and (max-width: 1200px) {
  section.description {
    padding-left: 90rem;
    padding-right: 90rem;
  }

  section.useful .grid .element h3 {
    font-size: 21rem;
    line-height: 27rem;
  }
  section.useful .grid .element ul {
    font-size: 18rem;
  }

  section.problems .rows .row .action h3 {
    font-size: 24rem;
    line-height: 32rem;
  }
  section.problems .rows .row p {
    font-size: 18rem;
    line-height: 24rem;
    padding-left: 80rem;
  }
}
@media screen and (max-width: 1150px) {
  section.hero .content {
    padding-left: 32rem;
    padding-right: 32rem;
  }
  section.hero .content h1 {
    font-size: 38rem;
  }
  section.hero .content p {
    font-size: 17rem;
  }
  section.hero .content .tags {
    margin-top: 110rem;
  }

  section.dynamic .header p {
    min-width: unset;
  }
  section.dynamic .ribbon .scroller .line .grid .item h3 {
    font-size: 20rem;
    line-height: 26rem;
  }
  section.dynamic .ribbon .scroller .line .grid .item.big h3 {
    font-size: 24rem;
    line-height: 30rem;
  }

}
@media screen and (max-width: 1100px) {
  section.useful h2, section.description h2, section.problems h2 {
    font-size: 50rem;
    line-height: 56rem;
  }
}
@media screen and (max-width: 1050px) {
  section.description {
    padding-left: 50rem;
    padding-right: 50rem;
  }

  section.useful .grid .element {
    padding: 32rem 24rem;
  }
  section.useful .grid .element svg {
    right: 16rem;
    max-height: 44rem;
  }

  section.problems .rows .row .action {
    gap: 24rem;
  }
  section.problems .rows .row .action svg {
    min-width: 24rem;
    max-width: 24rem;
  }
  section.problems .rows .row .action h3 {
    font-size: 20rem;
    line-height: 28rem;
  }
  section.problems .rows .row p {
    font-size: 17rem;
    line-height: 24rem;
    padding-left: 40rem;
  }

  section.form article .details h2 {
    font-size: 55rem;
    line-height: 60rem;
  }
}
@media screen and (max-width: 1000px) {
  section.power .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28rem;
  }
}
@media screen and (max-width: 900px) {
  section.card {
    padding-left: 28rem;
    padding-right: 28rem;
    padding-top: 42rem;
  }
  section.form {
    padding-left: 28rem;
    padding-right: 28rem;
  }

  section.hero {
    display: flex;
    flex-direction: column;
    row-gap: 0rem;
    height: auto;
    min-height: 250rem;
  }
  section.hero .content {
    padding-top: 36rem;
  }
  section.hero .title h1 {
    font-size: 32rem;
  }
  section.hero .actions {
    justify-content: flex-start;
    margin-left: unset;
    flex-wrap: wrap;
  }
  section.hero .content .arrow-button {
    margin-top: 64rem;
  }
  section.hero .image {
    display: none;
    margin-top: -50rem !important;
  }
  section.hero .image img {
    width: 100%;
    height: auto;
  }

  section.description {
    padding-bottom: 92rem;
  }
  section.description p {
    font-size: 18rem;
    line-height: 24rem;
  }

  section.dynamic {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 610rem;
  }
  section.dynamic .header {
    margin: 0 28rem;
  }
  section.dynamic .header p {
    display: none;
  }
  section.dynamic .ribbon {
    margin-top: 40rem;
  }

  section.blog {
    overflow: hidden;
    padding-left: 0 !important;;
  }
  section.blog .head, section.useful:has(.grid.alt) .head, section.useful .grid.alt {
    padding-left: 28rem;
  }
  section.useful .grid.alt .element {
    min-width: 45%;
  }
  section.blog .articles {
    height: auto;
    padding-left: 28rem;
  }
  section.blog .articles .element {
    max-width: 328rem;
    min-width: 328rem;
    height: auto;
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
  section.blog .articles .element:last-of-type {
    margin-right: 36rem;
  }
  section.blog .articles .element .content {
    padding: 24rem 16rem;
    flex: 1;
  }
  section.blog .articles .element .content h3 {
    font-size: 20rem;
  }
  section.blog .articles .element .content ul {
    font-size: 16rem;
    margin-top: 24rem;
    position: relative;
  }
  section.blog .articles .element .image {
    border-radius: 25rem;
    min-width: unset;
    max-width: 328rem;
    aspect-ratio: 1 / 1;
  }
  section.blog .articles .element .image img {
    border-radius: 25rem;
  }
  section.blog .articles .element .numbers {
    width: 100%;
    min-width: unset;
    //min-height: 328rem;
    border-radius: 25rem;
    padding: 32rem 16rem;
    box-sizing: border-box;
  }
  section.blog .articles .element .numbers .number {
    font-size: 90rem;
    line-height: 90rem;
  }
  section.blog .articles .element .numbers span {
    font-size: 18rem;
  }
  section.blog .articles .element .actions {
    margin-top: auto;
  }
}
@media screen and (max-width: 800px) {
  section.power, section.hero, section.dynamic, section.description, section.useful, section.problems {
    top: 64rem;
  }
  section.card {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  section.hero {
    min-height: 300rem;
  }

  section.useful {
    row-gap: 32rem;
  }
  section.useful .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 8rem;
  }
  section.useful h2, section.description h2, section.problems h2 {
    font-size: 32rem;
    line-height: 40rem;
  }
  section.useful .grid .element {
    height: auto;
    min-height: 210rem;
    padding-right: 80rem;
    padding-left: 16rem;
  }

  section.dynamic {
    height: auto;
    padding-bottom: 92rem;
  }
  section.dynamic .header {
    margin: 0 16rem;
  }
  section.dynamic .ribbon {
    margin-top: 32rem;
  }
  section.dynamic .ribbon .scroller .line .grid {
    height: 328rem;
    width: 328rem;
    min-height: 328rem;
    min-width: 328rem;
  }
  section.dynamic .ribbon .scroller .line .grid h3 {
    margin: 20rem 20rem 40rem !important;
    font-size: 16rem !important;
    line-height: 22rem !important;
    position: relative;
    z-index: 1;
  }
  section.dynamic .ribbon .scroller .line .grid svg {
    max-width: 100%;
  }

  section.problems {
    row-gap: 16rem;
  }

  section.blog .articles, section.blog .head, section.useful:has(.grid.alt) .head, section.useful .grid.alt {
    padding-left: 24rem;
  }
  section.useful .grid.alt {
    width: calc(100% - 8rem);
  }
  section.useful .grid.alt .element {
    min-width: 65%;
  }
  section.useful .grid.alt .element:last-of-type {
    margin-right: 36rem;
  }

  section.form {
    padding: 382rem 16rem 64rem;
  }
  section.form article {
    padding-bottom: 96rem;
  }
  section.form article .details h2, section.create .text h2 {
    font-size: 32rem;
    line-height: 40rem;
  }
  section.form form .radio {
    width: calc(100% + 48rem);
    margin-left: -32rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    overflow: hidden;

    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;

    white-space: nowrap;
  }
  section.form form .radio label {
    font-size: 12rem;
    line-height: 16rem;
    padding: 13rem 18rem;
    height: 42rem;
    border-radius: 10rem;
    border: transparent;
  }
  section.form form .radio label:first-of-type {
    margin-left: 32rem;
  }
  section.form form .radio label:last-of-type {
    margin-right: 24rem;
  }
  section.form form .fields {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 42rem;
    margin-bottom: 42rem;
    row-gap: 36rem;
  }
  section.form form .fields .field input {
    font-size: 14rem;
  }
  section.form form .fields .field.long {
    grid-column: unset;
  }
  section.form form .submit-container .button {
    width: auto;
  }

}
@media screen and (max-width: 700px) {
  section.card, section.hero .content {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  section.description p {
    font-size: 16rem;
    line-height: 22rem;
  }
  section.description h2 {
    font-size: 34rem;
    margin-bottom: 0;
  }

  section.problems .rows .row .action {
    gap: 16rem;
  }
  section.problems .rows .row .action svg {
    min-width: 16rem;
    max-width: 16rem;
  }
  section.problems .rows .row .action h3 {
    font-size: 16rem;
    line-height: 24rem;
  }
  section.problems .rows .row p {
    font-size: 15rem;
    line-height: 21rem;
    padding-left: 24rem;
  }
}
@media screen and (max-width: 600px) {
  section.form {
    padding-bottom: 32rem;
  }
  section.form article .submit-container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16rem;
  }
  section.form article .submit-container p {
    margin: 0;
    font-size: 12rem;
    line-height: 14.4rem;
  }

  section.power .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 60rem;
  }
  section.power .action-holder {
    justify-content: center;
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 550px) {
  .button {
    height: 48rem;
    min-height: 48rem;
    width: 100%;
  }
  .arrow-button {
    padding-left: 20rem;
    padding-right: 3rem;
  }
  .arrow-button svg {
    margin-left: 16rem;
    max-height: 40rem;
    max-width: 40rem;
  }
  .icon-button {
    height: 48rem;
    width: 48rem;
    min-height: 48rem;
    min-width: 48rem;
  }
  section.hero .arrow-button, section.power .arrow-button {
    width: auto;
  }
  section.useful .grid.alt .element {
    min-width: 85%;
  }
}
@media screen and (max-width: 450px) {
}

@keyframes slide-backward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Telegram button styles */
.telegram-section {
  text-align: center;
  padding: 40rem 0;
}

.telegram-description {
  font-size: 18rem;
  color: #666;
  margin-bottom: 30rem;
  line-height: 1.5;
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  gap: 12rem;
  background: #FF8C00;
  color: white;
  text-decoration: none;
  padding: 16rem 32rem;
  border-radius: 12rem;
  font-size: 16rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.telegram-button:hover {
  background: #FF8C00;
  transform: translateY(-2rem);
  box-shadow: 0 8rem 25rem rgba(247, 197, 46, 0.3);
}

.telegram-button svg {
  width: 24rem;
  height: 24rem;
  flex-shrink: 0;
  filter: drop-shadow(0 2rem 4rem rgba(0, 0, 0, 0.2));
}

.telegram-button svg path:first-child {
  stroke: #0088cc;
  stroke-width: 0.5;
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Cooperation section background */
.cooperation-section {
  position: relative;
  overflow: hidden;
}

.cooperation-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/PkcFcREIGPMv.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 1;
}

.cooperation-section article {
  position: relative;
  z-index: 2;
}

.cooperation-section .details h2 {
  color: #171717;
  text-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
}

.cooperation-section .telegram-description {
  color: #333;
  text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
