/* Development page blocks. */
.fp-development-main {
  background: #000;
}

/* The reusable blog hero is the first screen of the development page. Keep
 * this page-specific instance at least viewport-high without constraining
 * taller edited content. */
body.fp-development-page .fp-blog-hero {
  min-height: 100vh;
  min-height: 100svh;
  box-sizing: border-box;
}

.fp-development-hero__actions {
  display: flex;
  width: 538px;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}
.fp-development-hero__mail,
.fp-development-hero__subscribe {
  display: flex;
  height: 60px;
  align-items: center;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -1px;
  transition: background 180ms ease, transform 180ms ease;
}
.fp-development-hero__mail {
  width: 254px;
  gap: 20px;
  padding: 10px 30px;
}
.fp-development-hero__mail img {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.fp-development-hero__subscribe {
  width: 274px;
  justify-content: center;
  padding: 20px 30px;
  white-space: nowrap;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(0, 0, 0, .02);
  font-size: 18px;
  font-weight: 500;
}
.fp-development-hero__mail:hover,
.fp-development-hero__mail:focus-visible,
.fp-development-hero__subscribe:hover,
.fp-development-hero__subscribe:focus-visible {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
}
.fp-development-education {
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
  background: #fff;
  color: #000;
}
.fp-development-education__glow {
  position: absolute;
  z-index: 0;
  width: 1242.6px;
  max-width: none;
  height: 1165.6px;
  pointer-events: none;
}
.fp-development-education__glow--top {
  top: -227px;
  left: -481px;
}
.fp-development-education__glow--bottom {
  top: 1586px;
  right: -207px;
}
.fp-development-section-heading {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1093px, calc(100% - 48px));
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 58px;
  text-align: center;
}
.fp-development-section-heading p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 13px 40px;
  border: 1px solid rgba(234, 233, 233, .9);
  border-radius: 500px;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  white-space: nowrap;
}
.fp-development-section-heading h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}
.fp-development-section-heading--light {
  color: #000;
}
.fp-development-section-heading--dark {
  color: #fff;
}
.fp-development-section-heading--dark p {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(0, 0, 0, .02);
}
.fp-development-education__grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1190px, calc(100% - 48px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 10px;
  margin: 83px auto 0;
}
.fp-development-education-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #000;
}
.fp-development-education-card__image {
  height: 239px;
  overflow: hidden;
  flex: 0 0 239px;
  border-radius: 30px 30px 0 0;
}
.fp-development-education-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fp-development-education-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 30px;
  border: 1px solid #eae9e9;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  background: #fff;
}
.fp-development-card-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fp-development-card-copy h3,
.fp-development-card-copy p {
  width: 100%;
  margin: 0;
  letter-spacing: -1px;
}
.fp-development-card-copy h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.fp-development-card-copy > img {
  display: block;
  width: 100%;
  height: 1px;
}
.fp-development-card-copy p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  opacity: .8;
}
.fp-development-education-card__link,
.fp-development-article-card__body a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border: 1px solid #eae9e9;
  border-radius: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  transition: background 180ms ease, transform 180ms ease;
}
.fp-development-education-card__link img,
.fp-development-article-card__body a img,
.fp-development-wide-cta img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.fp-development-education-card:hover .fp-development-education-card__link,
.fp-development-education-card:focus-visible .fp-development-education-card__link {
  background: rgba(0, 0, 0, .04);
  transform: translateY(-2px);
}
.fp-development-videos {
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
  background: #050807;
}
.fp-development-videos__background,
.fp-development-videos__overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.fp-development-videos__background {
  object-fit: cover;
  opacity: .9;
}
.fp-development-videos__overlay {
  background: rgba(0, 0, 0, .2);
}
.fp-development-videos .fp-development-section-heading,
.fp-development-articles .fp-development-section-heading {
  width: min(643px, calc(100% - 48px));
}
.fp-development-videos .fp-development-section-heading {
  padding-top: 92px;
}
.fp-development-articles .fp-development-section-heading {
  padding-top: 60px;
}
.fp-development-videos__content,
.fp-development-articles__content {
  position: relative;
  z-index: 1;
  width: min(1191px, calc(100% - 48px));
  margin: 83px auto 0;
}
.fp-development-videos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 10px;
}
.fp-development-video-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.fp-development-video-card__image {
  position: relative;
  display: block;
  height: 239px;
  overflow: hidden;
  flex: 0 0 239px;
  border-radius: 30px 30px 0 0;
}
.fp-development-video-card__image > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-development-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
}
.fp-development-video-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  border-radius: 0 0 30px 30px;
  background: rgba(245, 245, 245, .2);
  color: #fff;
}
.fp-development-video-card__body h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}
.fp-development-video-card__body a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 20px;
  background: rgba(0, 0, 0, .46);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .18) inset;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.fp-development-video-card__body a:hover,
.fp-development-video-card__body a:focus-visible {
  border-color: rgba(255, 255, 255, .82);
  background: rgba(0, 0, 0, .68);
  transform: translateY(-2px);
}
.fp-development-video-card__body a img {
  display: block;
  width: 24px;
  height: 24px;
}
.fp-development-wide-cta {
  display: flex;
  height: 69px;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding: 20px 100px;
  border-radius: 20px;
  background: rgba(245, 245, 245, .2);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  transition: background 180ms ease, transform 180ms ease;
}
.fp-development-wide-cta:hover,
.fp-development-wide-cta:focus-visible {
  background: rgba(245, 245, 245, .3);
  transform: translateY(-2px);
}
.fp-development-articles {
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
  background: #000;
}
.fp-development-articles__content {
  margin-top: 83px;
}
.fp-development-articles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 10px;
}
.fp-development-article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.fp-development-article-card__image {
  height: 239px;
  overflow: hidden;
  flex: 0 0 239px;
  border-radius: 30px 30px 0 0;
}
.fp-development-article-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-development-article-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  border-radius: 0 0 30px 30px;
  background: rgba(245, 245, 245, .2);
  color: #fff;
}
.fp-development-article-card__body > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fp-development-article-card__body h3,
.fp-development-article-card__body p {
  width: 100%;
  margin: 0;
  color: #fff;
  letter-spacing: -1px;
}
.fp-development-article-card__body h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.fp-development-article-card__body > div > img {
  display: block;
  width: 100%;
  height: 1px;
}
.fp-development-article-card__body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.fp-development-article-card__body a {
  border: 0;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}
@media (max-width: 960px) {
  .fp-development-education {
    padding-bottom: 110px;
  }
  .fp-development-education__grid {
    width: min(640px, calc(100% - 48px));
    grid-template-columns: 1fr;
    grid-template-rows: none;
    margin-top: 72px;
  }
    .fp-development-videos,
  .fp-development-articles {
    padding-bottom: 110px;
  }
  .fp-development-videos .fp-development-section-heading,
  .fp-development-articles .fp-development-section-heading {
    padding-top: 72px;
  }
  .fp-development-videos__content,
  .fp-development-articles__content {
    width: min(640px, calc(100% - 48px));
    margin-top: 72px;
  }
  .fp-development-videos__grid,
  .fp-development-articles__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .fp-development-video-card,
  .fp-development-article-card {
    height: auto;
  }
}
@media (max-width: 560px) {
  .fp-development-hero__actions {
    width: 100%;
    flex-direction: column;
    margin-top: 28px;
  }
  .fp-development-hero__mail,
  .fp-development-hero__subscribe {
    width: 100%;
  }
  .fp-development-section-heading,
  .fp-development-videos .fp-development-section-heading,
  .fp-development-articles .fp-development-section-heading,
  .fp-development-education__grid,
  .fp-development-videos__content,
  .fp-development-articles__content {
    width: calc(100% - 32px);
  }
  .fp-development-section-heading h2 {
    font-size: 36px;
  }
  .fp-development-section-heading p {
    padding: 13px 30px;
    font-size: 13px;
  }
  .fp-development-education__grid,
  .fp-development-videos__content,
  .fp-development-articles__content {
    margin-top: 56px;
  }
  .fp-development-education-card__body,
  .fp-development-video-card__body,
  .fp-development-article-card__body {
    padding: 32px 24px;
  }
  .fp-development-education-card__link,
  .fp-development-video-card__body a,
  .fp-development-article-card__body a {
    padding-right: 22px;
    padding-left: 22px;
  }
  .fp-development-wide-cta {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 15px;
  }
  .fp-development-education-card__image,
  .fp-development-video-card__image,
  .fp-development-article-card__image {
    height: 200px;
    flex-basis: 200px;
  }
}
