.b_Form{

    position: relative;
    padding:60px 0;
    @media (min-width: 1440px){
        padding:100px 0;
    }


    .intro{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:20px;
        color:white;
        text-align: center;
    }

    h2
    {
        color: var(--color-brand-tea-green, #C8E094);
        font-family: Jost;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .description{
        font-family: "Instrument Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.36px;
    }

    .gfield--type-select
    {
        @media (min-width: 1440px){
            width: 50%;
            margin: 0 auto 40px auto;
        }
    }

    .gform_required_legend
    {
        font-family: "Instrument Sans";
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
        letter-spacing: 0.28px;

        @media (min-width: 1440px){
            margin-bottom: 120px;
        }
    }

    .thankyou-page
    {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        color:white;
        text-align: center;

        .container,
        .row
        {
            height: 454px;
        }

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

    }

    .cta-2
	{
		width: 218px;
		position: relative;
		flex: 0 0 auto;
		order: 2;
        margin: 30px auto 0 auto;

		.endcap-7
		{
			flex-shrink: 0;
		}
	}

    .shared-set-button-inline-icon
	{
		display: flex;
		align-items: center;

		.content-5
		{
			display: flex;
			height: 50px;
			padding: 10px 10px 10px 30px;
			justify-content: center;
			align-items: center;
			gap: 2px;
			position: relative;
			flex: 0 0 auto;
			border-top: 2px solid #C7C7C6;
			border-bottom: 2px solid #C7C7C6;
			border-left: 2px solid #C7C7C6;
			order: 0;
		}

		span.example-cta-5
		{
			color: #FFF;
			font-family: "Instrument Sans";
			font-style: normal;
			font-size: 18px;
			font-weight: 600;
			line-height: 20px /* 111% */;
			order: 0;
		}

		.badge-icon-5
		{
            padding: 10px;
			position: relative;
			flex: 0 0 30px;
			flex-shrink: 0;
			order: 1;
			background-color: initial;
		}

		.endcap-7
		{
			height: 100%;
			position: relative;
			flex: 0 0 12px;
			object-fit: contain;
			order: 1;
			width: 100%;
		}

		&:hover
		{
			filter: drop-shadow(0 4px 0 rgba(199, 199, 198, 1));
		}

		&:hover .content-5
		{
			background-color: #FFF;
			border-top: 2px solid #FFF;
			border-bottom: 2px solid #FFF;
			border-left: 2px solid #FFF;
		}

		&:hover .example-cta-5
		{
			color: #000;
		}

		&:hover .endcap-7
		{
			content: url("/wp-content/acftb-content/acftb-blocks/Form/images/endcap-8-hover.svg");
		}
	}

    &.display-confirmation
    {
        /* .description
        {
            display: none;
        } */

        .thankyou-page
        {
            display: flex;
        }

        .form-page
        {
            display: none;
        }
    }
}
