.text-color-black {
    color: #000;
}

.fs-styleguide_row {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: start;
    display: grid;
}

.fs-styleguide_row.is-for-social-icons {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
}

.text-style-strikethrough {
    text-decoration: line-through;
}

.fs-styleguide_3-col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.text-weight-semibold {
    font-weight: 600;
}

.text-weight-light {
    font-weight: 300;
}

.max-width-full {
    width: 100%;
    max-width: none;
}

.fs-styleguide_color-sample {
    background-color: #f5f5f5;
    margin-top: 0.5rem;
    padding: 5rem;
}

.global-styles {
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
}

.icon-1x1-small {
    width: 2rem;
    height: 2rem;
}

.heading-medium {
    letter-spacing: -0.0625rem;
    text-shadow: none;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
}

.heading-large {
    letter-spacing: -0.12rem;
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 1.2;
}

.heading-large.pricing_number.no-margin {
    margin-right: 0;
}

.text-weight-bold {
    font-weight: 700;
}

.text-weight-bold.span-gradient {
    z-index: 20;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 0.9;
    display: block;
    position: static;
}

.text-weight-bold.span-gradient.tiny {
    font-size: 0.9rem;
}

.text-weight-bold.span-gradient.ctr-spacing {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1rem;
    display: flex;
}

.text-size-large {
    font-size: 1.75rem;
}

.icon-medium {
    height: 3rem;
}

.text-size-regular {
    font-size: 1.25rem;
}

.text-weight-normal {
    font-weight: 400;
}

.fs-styleguide_section {
    grid-column-gap: 4rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 0.5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
}

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

.text-align-center.our-overlays_text {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
    inset: auto 0% 5%;
}

.text-align-center.our-overlays_text.text-weight-semibold.formats-text {
    margin-bottom: -45px;
    position: relative;
    bottom: 5px;
}

.icon-small {
    height: 2rem;
}

.show-mobile-portrait {
    display: none;
}

.text-style-italic {
    font-style: italic;
}

.background-color-grey {
    background-color: #a8c1d833;
}

.fs-styleguide_section-type {
    background-image: linear-gradient(
        135deg,
        var(--indian-red),
        var(--sandy-brown)
    );
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 1.25rem;
    font-size: 1rem;
    font-weight: 600;
}

.text-size-medium {
    font-size: 1.5rem;
}

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

.text-weight-xbold {
    font-weight: 800;
}

.text-style-link {
    color: var(--orange);
    font-weight: 500;
}

.text-style-link:hover {
    color: var(--white);
}

.text-style-muted {
    opacity: 0.6;
}

.text-size-small {
    font-size: 1.125rem;
}

.text-rich-text h2 {
    text-shadow: none;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 4rem;
    line-height: 150%;
}

.text-rich-text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.text-rich-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.text-rich-text h5 {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.text-rich-text h6 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.text-rich-text p,
.text-rich-text blockquote,
.text-rich-text ul {
    margin-bottom: 0.75rem;
}
.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}
.text-rich-text li {
    color: var(--paragraph-color);
    margin-bottom: 0.5rem;
}

.text-rich-text a {
    color: #fff;
}

.max-width-xlarge {
    width: 100%;
    max-width: 64rem;
}

.icon-large {
    height: 4rem;
}

.max-width-medium {
    width: 100%;
    max-width: 32rem;
}

.heading-xlarge {
    letter-spacing: -0.125rem;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.05;
}

.max-width-xsmall {
    width: 100%;
    max-width: 16rem;
}

.max-width-xxsmall {
    width: 100%;
    max-width: 12rem;
}

.text-size-tiny {
    font-size: 1rem;
}

.text-size-tiny.text-weight-light.text-color-default {
    color: var(--paragraph-color);
}

.text-size-tiny.text-weight-light.text-color-default.textline1 {
    padding-top: 5px;
    line-height: 1;
}

.text-size-tiny.text-weight-light.text-color-default.textline1.text-style-muted.about-us_image_caption_padding {
    padding-top: 10px;
}

.icon-1x1-medium {
    width: 3rem;
    height: 3rem;
}

.container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.container-large.ads {
    max-width: 71.25rem;
}

.max-width-xxlarge {
    width: 100%;
    max-width: 80rem;
}

.background-color-black {
    color: #f5f5f5;
    background-color: #000;
}

.text-style-quote {
    border-left: 0.25rem solid #e2e2e2;
    margin-bottom: 0;
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.fs-styleguide_classes {
    display: none;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

.fs-styleguide_1-col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.fs-styleguide_1-col.gap-medium {
    grid-row-gap: 2.5rem;
}

.spacing-clean {
    margin: 0;
    padding: 0;
}

.page-padding {
    text-transform: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.fs-styleguide_2-col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: start;
    display: grid;
}

.text-align-right {
    text-align: right;
}

.show-tablet {
    display: none;
}

.max-width-large {
    width: 100%;
    max-width: 48rem;
}

.max-width-large.align-center {
    margin-left: auto;
    margin-right: auto;
}

.text-color-grey {
    color: gray;
}

.show-mobile-landscape {
    display: none;
}

.background-color-white {
    background-color: #fff;
}

.max-width-small {
    width: 100%;
    max-width: 20rem;
}

.icon-1x1-large {
    width: 4rem;
    height: 4rem;
}

.utility_component {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
}

.utility_image {
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.container-medium {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.margin-tiny {
    margin: 0.125rem;
}

.margin-xxsmall {
    margin: 0.25rem;
}

.margin-xsmall {
    margin: 0.5rem;
}

.margin-small {
    margin: 1rem;
}

.margin-medium {
    margin: 2rem;
}

.margin-large {
    margin: 3rem;
}

.margin-xlarge {
    margin: 4rem;
}

.margin-xxlarge {
    margin: 5rem;
}

.margin-huge {
    margin: 6rem;
}

.margin-xhuge {
    margin: 8rem;
}

.margin-xxhuge {
    margin: 12rem;
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.padding-tiny {
    padding: 0.125rem;
}

.padding-xxsmall {
    padding: 0.25rem;
}

.padding-xsmall {
    padding: 0.5rem;
}

.padding-small {
    padding: 1rem;
}

.padding-medium {
    padding: 2rem;
}

.padding-large {
    padding: 3rem;
}

.padding-xlarge {
    padding: 4rem;
}

.padding-xxlarge {
    padding: 5rem;
}

.padding-huge {
    padding: 6rem;
}

.padding-xhuge {
    padding: 8rem;
}

.padding-xxhuge {
    padding: 12rem;
}

.text-style-allcaps {
    text-transform: uppercase;
}

.margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.margin-bottom.margin-xlarge {
    grid-column-gap: 10px;
    grid-row-gap: 1px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 0.75fr 1.5fr 0.75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
}

.margin-bottom.margin-xlarge.formats-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.margin-vertical {
    margin-left: 0;
    margin-right: 0;
}

.margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
}

.padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.padding-vertical {
    padding-left: 0;
    padding-right: 0;
}

.padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
}

.fs-styleguide_background-spacer {
    height: 5rem;
}

.text-style-nowrap {
    white-space: nowrap;
}

.heading-small {
    letter-spacing: -0.03125rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.heading-xsmall {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.5;
}

.text-weight-medium {
    font-weight: 500;
}

.fs-styleguide_version-details {
    z-index: 5;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    font-weight: 500;
}

.fs-styleguide_page-header {
    border-bottom: 0.125rem solid #d2d0d733;
    margin-bottom: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
    color: #fff;
    min-height: 100vh;
    padding: 0.75rem;
    display: flex;
}

.fs-styleguide_message-inner {
    background-color: #1a1a1a;
    border-radius: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.fs-styleguide_messege-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 0.85fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.fs-styleguide_messege-heading {
    line-height: 0.8;
}

.fs-styleguide-messege-heading-span {
    font-size: 2.25rem;
    font-weight: 400;
}

.heading-section {
    text-align: center;
}

.text-style-muted-065 {
    color: #ffffffa6;
}

.heading {
    line-height: 1.3;
}

.text-size-xlarge {
    font-size: 2rem;
}

.icon-xsmall {
    width: 0.5625rem;
    height: 0.375rem;
}

.span-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(48deg, #e94554, #f39655);
    -webkit-background-clip: text;
    background-clip: text;
}

.span-gradient.text-weight-bold.text-size-medium {
    font-size: 1.2rem;
    line-height: 1.5;
}

.line-divider {
    background-color: #79738666;
    width: 100%;
    height: 0.125rem;
    position: absolute;
    inset: 0% 0% auto;
}

.play-icon {
    cursor: pointer;
}

.background-image-relative {
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    inset: 0%;
}

.background-image-wrapper {
    justify-content: flex-end;
    width: 100%;
    max-width: 80rem;
    height: 100%;
    display: flex;
}

.display-block {
    display: block;
}

.benefits_text-block-2 {
    color: #d2d0d7;
}

.custom-styles {
    display: none;
}

.home-benefits_icon_big {
    height: 14rem;
}

.benefits_caption {
    font-weight: 400;
}

.text-style-link-2 {
    color: #f39655;
    font-weight: 500;
}

.text-style-link-2:hover {
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.text-color-gradient {
    background-image: linear-gradient(95deg, var(--orange), var(--indian-red));
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 1rem;
}

.text-color-white-opacity {
    color: #ffffff59;
}

.lottie-animation {
    width: 100%;
    display: none;
}

.padding-section-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.text-size-medium-2 {
    font-size: 1.5rem;
}

.spacer-medium {
    width: 100%;
    padding-top: 2rem;
}

.h2_heading {
    font-size: 2.3125rem;
}

.down-arrow,
.text-block-8 {
    display: none;
}

.text-block {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1;
}

.text-block-2 {
    font-size: 1rem;
    font-weight: 700;
}

.text-block-3 {
    padding-right: 2%;
    font-size: 1rem;
    font-weight: 400;
}

.text-block-5 {
    display: block;
}

.text-block-6 {
    text-align: center;
    padding-top: 1rem;
}

.text-block-6-copy {
    text-align: center;
    width: 70%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text-block-9 {
    font-size: 1rem;
}

.text-block-10 {
    color: #1e1e1e;
    width: auto;
}

.bento-text {
    color: #1e1e1e;
    font-size: 1rem;
}

.bento-text.is-white {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.download-icon {
    width: 1.5rem;
}
