@font-face {
  font-family: Craftworkgrotesk;
  src: url('../fonts/CraftworkGrotesk-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Craftworkgrotesk;
  src: url('../fonts/CraftworkGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.cover-section {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
  position: static;
}

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.container.cover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  height: auto;
  min-height: 0;
  max-height: none;
}

.container.form-container {
  justify-content: center;
  align-items: flex-start;
}

.container.broadcast-select {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-weight: 500;
}

.container.role-comparison-container {
  justify-content: center;
  align-items: center;
}

.title-div {
  width: 100%;
  max-width: 590px;
  margin-right: 50px;
}

.date-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 475px;
  min-height: 0;
  max-height: none;
  display: flex;
}

.small-text {
  color: #535353;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.cover-title {
  color: #001f3d;
  width: 100%;
  max-width: 590px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-weight: 600;
}

.mediun-text {
  color: #001f3d;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
}

.text-span {
  color: #268ac5;
}

.body {
  color: #001f3d;
  background-color: #f5f5f5;
}

.button {
  background-image: linear-gradient(#00397a, #001f3d);
  border-radius: 10px;
  padding: 12px 20px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 24px;
  box-shadow: inset 0 1px 1px #cde7fa14, inset 0 -2px 1px #00071f3d, 0 2px 2px #00071f05, 0 8px 8px #00071f0f, inset 0 10px 16px -10px #ffffff0f;
}

.button.button-white {
  color: #001f3d;
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin-top: 55px;
  display: flex;
}

.button.action-call-button {
  padding-left: 100px;
  padding-right: 100px;
}

.date-card {
  background-image: linear-gradient(#e6eef9, #c4ddf5);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 370px;
  max-width: none;
  padding-left: 25px;
  padding-right: 8px;
  display: flex;
}

.text-block {
  letter-spacing: -.6px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.text-block.date-card-smal-text {
  color: #001f3d;
  justify-content: center;
  align-items: flex-start;
}

.text-block-2 {
  letter-spacing: -.61px;
  font-size: 25px;
  line-height: 28px;
}

.schedule {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 120px;
  max-height: none;
  margin-top: 40px;
  display: flex;
}

.schedule.schedule-mob {
  display: none;
}

.schedule-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  margin-right: 13px;
}

.text-block-3 {
  letter-spacing: -.66px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.4px;
}

.text-span-2 {
  color: #268ac5;
}

.heading {
  letter-spacing: -1px;
  width: 100%;
  max-width: 505px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
}

.image-2 {
  z-index: -1;
  position: static;
  inset: -49% 0% auto;
}

.form-section {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.form-block {
  color: #535353;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 40px 30px;
  font-family: Manrope, sans-serif;
  display: flex;
}

.text-field {
  border: 1px solid #0000000a;
  border-radius: 12px;
  max-width: none;
  height: 64px;
  margin-bottom: 12px;
  padding: 16px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.text-field-2 {
  border: 1px solid #0000000a;
  border-radius: 12px;
  height: 64px;
  margin-bottom: 12px;
  padding: 16px;
  font-size: 18px;
}

.radio-button {
  -webkit-text-stroke-color: #0000000a;
  background-color: #1500ff;
  border: 1px solid #000;
}

.text-block-4 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 32px;
}

.submit-button {
  width: 100%;
}

.submit-button.button {
  margin-top: 30px;
}

.abslolute-image {
  z-index: -1;
  position: absolute;
  inset: -50% auto auto 0%;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.section {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.form {
  width: 100%;
}

.radio-button-label {
  margin-left: 12px;
  font-size: 18px;
  line-height: 32px;
}

.broadcast-select-item {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 15px 32px;
  display: flex;
}

.broadcast-select-item.button {
  cursor: pointer;
}

.broadcast-select-item.button.white {
  background-image: none;
}

.broadcast-selection-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  display: flex;
}

.text-block-5 {
  color: #fff;
  margin-right: 20px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
}

.text-block-5._1 {
  color: #001f3d;
}

.text-block-5._1.variant-2 {
  color: #fff;
}

.text-block-5.variant-2 {
  color: #001f3d;
}

.heading-2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

.broadcast-selection-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.broadcast-section {
  margin-top: 100px;
}

.broadcast-section.varian-2 {
  display: block;
}

.image-3 {
  width: 100px;
  max-width: none;
}

.schedule-section {
  margin-top: 40px;
  display: block;
  position: relative;
}

.schedule-section.variant-2 {
  display: block;
}

.main-content {
  background-color: #5c76ff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding: 50px 53px;
  display: flex;
}

.main-content.v-2 {
  background-image: linear-gradient(152deg, #05568b, #3c76b2 50%, #76c2d8);
}

.time-date {
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  padding: 10px 36px;
  display: flex;
}

.text-block {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-time-item {
  justify-content: center;
  align-items: center;
  width: 345px;
  display: flex;
}

.data-time-item.center {
  border-left: 1px #000;
  border-right: 1px #000;
  justify-content: space-between;
}

.text-block-6 {
  color: #fff;
  letter-spacing: -1px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.image-4 {
  margin-right: 20px;
}

.devider {
  background-image: linear-gradient(#fff0, #fff 50%, #fff0);
  width: 1px;
  height: 40px;
  min-height: auto;
  margin-left: 30px;
  margin-right: 30px;
}

.data-tome-item-container {
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.heading-3 {
  text-align: center;
  letter-spacing: -1px;
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
}

.text-block-8 {
  text-align: center;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
}

.image-5 {
  z-index: -1;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-2 {
  width: 100%;
  height: auto;
}

.absolute-block {
  z-index: -1;
  display: block;
  position: absolute;
  inset: -10% auto auto 0%;
}

.absolute-block.achievement {
  inset: auto 0% 0% auto;
}

.achievements-section {
  margin-top: 200px;
  position: relative;
}

.achievements-section.variant-2 {
  display: block;
}

.achievements-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.achievements-title {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.company-card {
  background-color: #e4eef9;
  border: 2px solid #bfd9f5;
  border-radius: 20px;
  max-width: 565px;
  padding: 65px 35px 55px;
}

.company-card.slerm {
  background-color: #170f63;
}

.card-header {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.achievement-list.slerm-list {
  color: #fff;
}

.achievement-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.text-block-9 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 145%;
  display: flex;
}

.image-6 {
  padding-right: 13px;
}

.image-7 {
  position: static;
  inset: -120% -5% 0% auto;
  width: 99px;
}

.cards-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-8 {
  width: 100%;
  max-width: 200px;
}

.convincer-section {
  background-image: url('../images/bg-1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-attachment: scroll;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 200px;
}

.convincer-container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.convincer-header {
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 60px;
}

.convincer-body {
  max-width: 590px;
}

.convincer-text {
  margin-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 145%;
}

.convincer-image {
  max-width: 370px;
}

.target-audience-section {
  height: 1000px;
  margin-top: 0;
  position: relative;
}

.target-audience-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.target-audience-title {
  text-align: center;
  max-width: 800px;
  margin-top: 450px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 110%;
}

.target-audience-item {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 0 1px #003d3d0a, 0 1px 1px -.5px #001f1f14, 0 3px 3px #003d3d0a, 0 6px 6px #003d3d0a, 0 12px 12px #003d3d0a;
}

.target-audience-item._1 {
  max-width: 430px;
  top: 19%;
  left: 15%;
}

.target-audience-item._1.variant-2 {
  max-width: 430px;
}

.target-audience-item._2 {
  inset: 25% 15% auto auto;
}

.target-audience-item._2.variant-2 {
  max-width: 420px;
}

.target-audience-item._3 {
  max-width: 510px;
  inset: auto auto 10% 25%;
}

.image-10 {
  margin-right: 20px;
}

.image-wraper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.role-comparison-section.variant-2 {
  display: block;
}

.role-comparison-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.text-block-10 {
  font-family: Manrope, sans-serif;
  font-size: 25px;
  line-height: 145%;
}

.heading-4 {
  text-align: center;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 145%;
}

.role-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  font-family: Manrope, sans-serif;
  display: flex;
}

.table-headers {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 130px;
  height: 550px;
  margin-right: 45px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.role-card {
  background-color: #fff;
  width: 100%;
  max-width: 470px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 35px;
}

.role-card.team-lead {
  border-radius: 20px;
  flex-flow: column;
  height: 550px;
  display: flex;
}

.role-card.team-lead.v2 {
  max-width: 290px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.role-card.tech-lead {
  background-color: #e4eef9;
  border: 1px solid #bfd9f5;
  border-radius: 20px;
  flex-flow: column;
  height: 550px;
  display: flex;
}

.role-card.tech-lead.v2 {
  height: 100%;
  max-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.role-card.tech-lead.v2.cto {
  background-image: linear-gradient(90deg, #16569b, #3b78b8 50%, #72c0da);
  max-width: 290px;
  padding-left: 25px;
}

.role-comparison-container {
  flex-flow: column;
  display: flex;
}

.role-card-title {
  background-color: #268ac5;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 32px;
  box-shadow: 0 0 1px 1px #003d3d0a, 0 1px 1px -.5px #001f1f14, 0 3px 3px -1.5px #003d3d0a, 0 6px 6px -3px #003d3d0a, 0 12px 12px -6px #003d3d0a;
}

.role-card-body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.role-card-body.ceo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.role-card-item {
  margin-bottom: 20px;
}

.role-card-item.v2 {
  color: #fff;
}

.text-block-11 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 110%;
}

.dore-item-devider {
  background-image: linear-gradient(90deg, #fff0, #bfd9f5 50%, #fff0);
  height: 1px;
  margin-bottom: 0;
}

.dore-item-devider.devider-padding.devider-margin, .dore-item-devider.devider-margin {
  margin-top: 25px;
}

.dore-item-devider.devider-margin.coo {
  margin-top: 55px;
}

.dore-item-devider.devider-margin.cto {
  margin-top: 20px;
}

.dore-item-devider.ceo {
  margin-top: 15px;
}

.text-block-12 {
  font-size: 16px;
  line-height: 145%;
}

.text-block-13 {
  margin-bottom: 20px;
}

.text-block-13.custom-padding {
  margin-bottom: 80px;
  padding-top: 0;
}

.text-block-13.ceo {
  margin-bottom: 40px;
}

.headers-spacer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: 20%;
  margin-bottom: 73px;
  display: flex;
}

.headers-body {
  flex-flow: column;
  justify-content: space-between;
  height: 80%;
  padding-top: 0;
  display: flex;
}

.action-call-section {
  margin-top: 35px;
}

.action-call-section.variant-2 {
  display: block;
}

.action-call-wraper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.text-block-14 {
  margin-bottom: 40px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 145%;
}

.broadcast-plan-section {
  margin-top: 200px;
}

.broadcast-plan-section.variant-2 {
  display: block;
}

.broadcast-plan-body {
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  display: flex;
  position: static;
}

.scticky-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.broadcast-plan-list {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  flex: 0 auto;
  grid-template: "Number Mark Text"
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 590px;
  display: flex;
  position: relative;
}

.llist-numbers {
  width: 100%;
  max-width: 55px;
  margin-right: 28px;
}

.list-items {
  max-width: 450px;
  margin-left: 40px;
}

.text-block-15 {
  color: #268ac5;
  letter-spacing: -1px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 30px;
  line-height: 145%;
}

.outer-circle {
  color: #e4eef9;
  background-color: #e4eef9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.inner-circle {
  background-color: #268ac5;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  position: relative;
}

.broadcast-plan-list-item-container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.list-track {
  z-index: -1;
  background-color: #bfd9f5;
  width: 1px;
  height: 800px;
  position: sticky;
  inset: 0% 0% 0% 39%;
}

.list-track.variant-2 {
  height: 450px;
}

.list-scroller {
  z-index: 1;
  background-color: #268ac5;
  border-radius: 50px;
  width: 2px;
  height: 75px;
  position: sticky;
  inset: 400px auto auto 0;
}

.section-2 {
  height: 200vh;
}

.list-track-wraper {
  justify-content: center;
  align-items: center;
  width: 2px;
  display: flex;
  position: absolute;
  inset: 28px 0% auto 96px;
}

.heading-5 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  position: sticky;
  top: 50px;
}

.speakers-section {
  margin-top: 200px;
}

.speakers-section.variant-2 {
  display: block;
}

.speakers-wraper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.speakers-wraper.variant-2 {
  max-width: 1200px;
}

.speaker-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 370px;
  display: flex;
}

.speaker-text {
  max-width: 330px;
  margin-top: 30px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-16 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 145%;
}

.speakers-cards-wraper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.speakers-block-title {
  width: 100%;
}

.text-block-17 {
  text-align: center;
  margin-bottom: 50px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-handler-section {
  background-image: url('../images/bg-1.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.text-hander-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.text-block-18 {
  text-align: center;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 44px;
  line-height: 60px;
}

.image-14 {
  margin-top: 40px;
}

.contact-form-section {
  margin-top: -10px;
  margin-bottom: 100px;
}

.contact-form-section.variant-2 {
  display: block;
}

.form-wraper {
  background-color: #170f63;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 40px 40px 40px 60px;
  display: flex;
}

.form-wraper.v2 {
  background-image: linear-gradient(90deg, #0e3b95, #3c7dbc 50%, #69b5d7);
}

.information-wraper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 530px;
  display: flex;
}

.form-container {
  width: 100%;
  max-width: 500px;
}

.time-handler {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-15 {
  -webkit-text-stroke-color: #fff;
  margin-right: 20px;
}

.text-block-19 {
  color: #fff;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 16px;
}

.heading-7 {
  color: #fff;
  letter-spacing: -1px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
}

.text-block-20 {
  color: #fff;
  max-width: 330px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 145%;
}

.image-16 {
  z-index: 1;
  position: relative;
}

.footer-wraper {
  background-color: #0d0d0d;
  border-radius: 24px;
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.main-info {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.copywrite {
  border-top: 1px solid #535353;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.social {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 240px;
  display: flex;
}

.social-media {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-21 {
  font-family: Manrope, sans-serif;
}

.text-block-22 {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.work-hour {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 200px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.text-block-23 {
  color: #a9bbeb;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-24 {
  color: #fff;
}

.legal-info {
  background-image: linear-gradient(210deg, #00498c, #002966 30%, #00063d 70%, #00063d);
  border: 1px solid #5d78d9;
  border-radius: 16px;
  max-width: 240px;
  padding: 24px;
}

.buttons-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-25 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  line-height: 16px;
}

.button-2 {
  color: #5d78d9;
  text-align: center;
  background-color: #0d0d0d;
  border: 1px solid #5d78d9;
  border-radius: 10px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.text-block-26 {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.text-block-27 {
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 145%;
}

.text-span-3 {
  font-size: 14px;
  line-height: 5px;
}

.text-span-4 {
  font-size: 15px;
}

.text-span-5 {
  font-size: 14px;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container, .container.cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-section {
    margin-top: 200px;
  }

  .abslolute-image {
    display: none;
  }

  .broadcast-select-item.button {
    border-radius: 10px;
  }

  .broadcast-selection-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .text-block-5 {
    line-height: 25px;
  }

  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .time-date {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .data-time-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 250px;
  }

  .data-time-item.center {
    width: 235px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 165%;
  }

  .devider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cards-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .target-audience-section {
    height: auto;
    margin-bottom: 100px;
  }

  .target-audience-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .target-audience-title {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
  }

  .target-audience-item._1, .target-audience-item._2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .target-audience-item._3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: static;
  }

  .text-block-10 {
    text-align: center;
  }

  .role-table {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .table-headers {
    display: none;
  }

  .role-card.team-lead {
    height: auto;
  }

  .role-card.team-lead.v2 {
    max-width: none;
  }

  .role-card.tech-lead {
    height: auto;
  }

  .role-card.tech-lead.v2.cto {
    max-width: none;
  }

  .role-card-body.ceo {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .speakers-cards-wraper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-wraper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .main-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .copywrite {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-3 {
    flex-flow: column;
    max-width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .cover-section {
    margin-top: 50px;
    position: static;
  }

  .container.cover {
    flex-flow: column;
  }

  .container.contact-form-container {
    padding-left: 0;
    padding-right: 0;
  }

  .date-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
    margin-top: 50px;
  }

  .schedule {
    display: none;
  }

  .schedule.schedule-mob {
    flex-flow: row;
    display: flex;
  }

  .text-block-3.schedule-mob-text {
    font-size: 14px;
  }

  .image-2 {
    bottom: -150%;
  }

  .form-section {
    margin-top: 100px;
    position: static;
  }

  .section {
    margin-top: 50px;
  }

  .time-date {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .data-time-item {
    justify-content: center;
    align-items: flex-start;
    width: 300px;
  }

  .data-time-item.center {
    width: 300px;
  }

  .text-block-6 {
    text-align: left;
  }

  .devider {
    display: none;
  }

  .data-tome-item-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .div-block {
    justify-content: space-between;
    width: 100%;
  }

  .card-header {
    justify-content: center;
    align-items: flex-start;
  }

  .convincer-section {
    background-size: 100% 100%;
  }

  .convincer-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .convincer-header {
    font-size: 40px;
  }

  .convincer-text {
    font-size: 16px;
  }

  .target-audience-section {
    height: auto;
  }

  .target-audience-title {
    width: 80%;
    margin-top: 50px;
  }

  .image-wraper {
    display: none;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .role-card.team-lead {
    text-align: center;
  }

  .role-card.team-lead.v2 {
    max-width: 470px;
  }

  .role-card.tech-lead {
    text-align: center;
  }

  .role-card.tech-lead.v2, .role-card.tech-lead.v2.cto {
    max-width: none;
  }

  .role-card-body.ceo {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-11 {
    text-align: center;
  }

  .dore-item-devider.devider-margin.coo {
    margin-top: 20px;
  }

  .text-block-13.custom-padding {
    margin-bottom: 20px;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .scticky-block {
    display: none;
  }

  .broadcast-plan-list {
    width: 100%;
    max-width: none;
  }

  .llist-numbers {
    max-width: 50px;
    margin-right: 3px;
  }

  .list-items {
    max-width: 400px;
    margin-left: 20px;
  }

  .list-track-wraper {
    left: 65px;
  }

  .speakers-wraper, .speakers-cards-wraper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-18 {
    font-size: 30px;
    line-height: 145%;
  }

  .form-wraper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-3 {
    align-items: center;
    max-width: 470px;
  }
}

@media screen and (max-width: 479px) {
  .cover-section {
    margin-top: 0;
  }

  .container, .container.cover, .container.form-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.form-container.form-container-mob, .container.schedule-container-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .container.role-comparison-container {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .title-div {
    max-width: none;
  }

  .date-div {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mediun-text {
    font-size: 16px;
  }

  .button.action-call-button {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .date-card {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-container {
    width: 100%;
  }

  .text-block.date-card-smal-text {
    font-size: 12px;
  }

  .text-block-2 {
    font-family: Manrope, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
  }

  .schedule.schedule-mob {
    justify-content: space-between;
    align-items: center;
  }

  .schedule-item {
    justify-content: center;
    align-items: center;
  }

  .image {
    width: 17px;
    max-width: none;
    margin-right: 8px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-3.schedule-mob-text {
    letter-spacing: -.42px;
    font-size: 11px;
    line-height: 16.9px;
  }

  .heading {
    font-size: 40px;
  }

  .image-2 {
    bottom: -130%;
  }

  .form-section {
    margin-top: 100px;
  }

  .form-block {
    padding: 30px 20px;
  }

  .text-field, .text-field-2 {
    height: 50px;
  }

  .broadcast-select-item.button, .broadcast-select-item.button.white {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5 {
    margin-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-5._1 {
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-2 {
    text-align: center;
    font-size: 42px;
  }

  .image-3 {
    max-width: 100%;
  }

  .time-date {
    padding: 16px 23px;
  }

  .data-time-item, .data-time-item.center {
    width: 100%;
  }

  .image-4 {
    width: 25px;
    max-width: none;
  }

  .text-block-7 {
    text-align: center;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 32px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .achievements-section {
    margin-top: 100px;
  }

  .achievements-title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
  }

  .company-card.startoplan {
    padding: 25px 15px 15px;
  }

  .card-header {
    max-width: 100%;
  }

  .image-7 {
    width: 99px !important;
    height: 99px !important;
  }

  .image-8 {
    width: 100%;
    max-width: none;
  }

  .image-9 {
    width: 230px;
  }

  .convincer-section {
    padding-bottom: 100px;
  }

  .convincer-container {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .convincer-header {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 145%;
  }

  .convincer-body {
    width: auto;
    max-width: none;
  }

  .convincer-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .target-audience-section {
    height: auto;
  }

  .target-audience-title {
    width: auto;
    margin-top: 0;
  }

  .target-audience-item._1, .target-audience-item._2 {
    margin-bottom: 32px;
  }

  .image-11 {
    width: 80%;
    max-width: none;
  }

  .image-12, .image-13 {
    width: 83px;
  }

  .role-comparison-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-4 {
    letter-spacing: -1px;
  }

  .role-card.team-lead {
    padding: 30px 20px;
  }

  .role-card.team-lead.v2 {
    max-width: none;
  }

  .role-card.tech-lead {
    padding: 30px 20px;
  }

  .role-card.tech-lead.v2.cto {
    max-width: none;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .broadcast-plan-body {
    justify-content: center;
    align-items: flex-start;
    max-width: 375px;
  }

  .broadcast-plan-list {
    width: 320px;
    max-width: none;
  }

  .text-block-15 {
    font-size: 25px;
  }

  .broadcast-plan-list-item-container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .list-track {
    height: 61em;
    min-height: auto;
    display: flex;
  }

  .list-track.variant-2 {
    height: 39em;
  }

  .list-track-wraper {
    height: 88%;
  }

  .speakers-cards-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .text-handler-section {
    padding-bottom: 0;
  }

  .text-block-18 {
    line-height: 145%;
  }

  .form-wraper {
    padding: 20px;
  }

  .heading-7 {
    font-size: 34px;
  }
}


@font-face {
  font-family: 'Craftworkgrotesk';
  src: url('../fonts/CraftworkGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Craftworkgrotesk';
  src: url('../fonts/CraftworkGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Лёгкое увеличение на hover для .broadcast-select-item.button */
.broadcast-select-item.button {
  transform-origin: center;
  transition: transform 180ms ease;
  will-change: transform;
}

@media (hover: hover) {
  .broadcast-select-item.button:hover,
  .broadcast-select-item.button:focus-visible {
    transform: scale(1.03); /* «чуть» увеличить */
  }
}

/* уважение prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .broadcast-select-item.button { transition: none; }
}

/* приятный отклик на тач-устройствах */
@media (hover: none) and (pointer: coarse) {
  .broadcast-select-item.button:active { transform: scale(0.98); }
}


.section-non-active{
  display: none !important;
}

.button {
  transition: transform 0.2s ease;   /* плавный переход */
  transform-origin: center;          /* увеличивается из центра */
}

.button:hover,
.button:focus-visible {
  transform: scale(1.03);            /* лёгкое увеличение */
}

/* для тач-устройств */
@media (hover: none) and (pointer: coarse) {
  .button:active {
    transform: scale(0.98);          /* небольшой отклик при тапе */
  }
}


.form_239976_1{
  width: 100%;
}

.text-block-2{
  font-family: "Craftworkgrotesk", "Satoshi", system-ui, sans-serif;
}

.achievements-wrap{
  display: flex;
  max-width: 998px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}

.achievements-subtitle{
  color: #001F3D;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 36.25px */
  font-family: Manrope;
  text-transform: uppercase;
}

.achievements-descr{
  color: #001F3D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
  font-family: Manrope;
}