.page-home .content p {
  margin-block-start: 30px;
  margin-block-end: 30px; }

.page-home .content .button {
  margin-top: 0;
  margin-bottom: 0; }

.page-home .content .darker {
  color: var(--primary-700); }

.page-home .content .subhero {
  font-family: var(--rounded-font-family);
  color: var(--text-color);
  font-size: 20px;
  max-width: 465px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: none;
  border-left: 6px solid var(--primary-400);
  padding-left: 20px;
  margin-block-end: 50px; }
  @media (min-width: 1000px) {
    .page-home .content .subhero {
      margin-block-end: 60px; } }
.page-home .content .hero-grid {
  margin-top: 0;
  margin-bottom: 0;
  row-gap: 50px; }
  @media (min-width: 1000px) and (max-width: calc(1200px + 25px + 25px)) {
    .page-home .content .hero-grid h1 {
      font-size: 75px; } }
  @media (min-width: 1000px) {
    .page-home .content .hero-grid h1 {
      margin-block-end: 60px; } }
  .page-home .content .hero-grid__col1 {
    grid-column: span 12; }
    @media (min-width: 600px) {
      .page-home .content .hero-grid__col1 {
        grid-column: span 9; } }
    @media (min-width: 1000px) {
      .page-home .content .hero-grid__col1 {
        grid-column: span 7; } }
    @media (min-width: calc(1200px + 25px + 25px)) {
      .page-home .content .hero-grid__col1 {
        grid-column: span 6; } }
  .page-home .content .hero-grid__col2 {
    grid-column: span 12; }
    @media (min-width: 600px) {
      .page-home .content .hero-grid__col2 {
        grid-column: span 9; } }
    @media (min-width: 1000px) {
      .page-home .content .hero-grid__col2 {
        align-self: flex-end;
        grid-column: 8 / -1;
        padding-bottom: 42px; } }
    @media (min-width: calc(1200px + 25px + 25px)) {
      .page-home .content .hero-grid__col2 {
        grid-column: 7 / -1; } }
  .page-home .content .hero-grid .button {
    margin-bottom: 50px; }
    @media (min-width: 1000px) {
      .page-home .content .hero-grid .button {
        margin-bottom: 100px; } }
  @media (min-width: 1000px) {
    .page-home .content .hero-grid .shortened-width {
      max-width: 90%; } }
.page-home .content .box-grid {
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 100px; }

.page-home .content .landscape-grid {
  margin-top: 80px;
  margin-bottom: 100px; }
  @media (min-width: 600px) {
    .page-home .content .landscape-grid {
      gap: 50px; } }
  .page-home .content .landscape-grid__col1 {
    grid-column: span 12; }
    @media (min-width: 600px) {
      .page-home .content .landscape-grid__col1 {
        grid-column: span 5; } }
    @media (min-width: calc(1200px + 25px + 25px)) {
      .page-home .content .landscape-grid__col1 {
        grid-column: span 4;
        padding-right: 50px; } }
  .page-home .content .landscape-grid__col2 {
    grid-column: span 12; }
    @media (min-width: 600px) {
      .page-home .content .landscape-grid__col2 {
        grid-column: span 7;
        align-self: flex-start; } }
    @media (min-width: calc(1200px + 25px + 25px)) {
      .page-home .content .landscape-grid__col2 {
        grid-column: 5 / -1; } }
.page-home .content .floating-effect {
  box-shadow: none;
  position: relative;
  display: block;
  padding-bottom: 40px; }
  .page-home .content .floating-effect:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    bottom: 60px;
    background-color: transparent;
    border-radius: 100px/50px;
    box-shadow: 0 35px 30px rgba(0, 0, 0, 0.5); }

.page-home .content .rounded-corners {
  border-radius: 10px; }