.hero-rich {
    background: url(https://www.zircontree.com/wp-content/uploads/2026/04/rich-hero.jpg);
    background-repeat: no-repeat;
    min-height: 33vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-center-block {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.hero-rich h2 {
    color: #E55DB2;
    margin-bottom: 20px;
    font-family: "Noto Sans", serif;
}
.hero-rich p {
    margin-bottom: 60px;
}
.pink-button {
    background-color: #E55DB2;
    border-color: #E55DB2;
    color: #0F131A;
    font-size: 1.6rem;
    line-height: 1em;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 300;
    display: inline-block;
}
.banners-section {
    background: white;
    padding-top: 80px;
    padding-bottom: 80px;
}
.grid-banners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 90px 64px;
}
.grid-banners > div {
    text-align: center;
}
.grid-banners > div span {
    color: #000000;
    font-weight: 600;
}
.grid-banners > div video {
    border-radius: 8px;
    margin-bottom: 10px;
}
.blue-section {
    background: #22E1EF;
    padding: 80px 0;
    color: black;
    text-align: center;
}
.blue-section h2 {
    margin-bottom: 20px;
    font-family: "Noto Sans", serif;
    font-size: 44px;
    font-weight: 300;
}
.blue-section p {
    margin-bottom: 60px;
    font-weight: 300;
}
.blue-section .container > div {
    max-width: 700px;
    margin: 0 auto;
}
.black-button {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1em;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 300;
    display: inline-block;
}
.rich-form-wrapper {
    background: black;
    padding: 80px 0;
}
.rich-form-flex {
    display: flex;
    gap: 60px;
}
.rich-form-flex > div {
    flex: 1;
}
.rich-form-flex h2 {
    margin-bottom: 20px;
    font-family: "Noto Sans", serif;
    font-size: 44px;
    font-weight: 300;
    color: white;
}
.rich-form-flex p {
    margin-bottom: 60px;
    font-weight: 300;
    color: white;
}