	* {
		font-family: "Nunito", helvetica, arial, sans-serif;
	}
	
	.contentTiles {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    #contentContainer .contentTiles ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: 1200px;
        text-align: center
    }
    
    #contentContainer .contentTiles li {
        background: #fff;
        display: inline-block;
        vertical-align: top;
        width: calc(33% - 16px);
        font-size: 18px;
        margin: 12px 8px;
        min-height: 280px;
        padding: 0px;
        box-sizing: border-box;
        box-shadow: 0 8px 16px 0 rgb(82 97 115 / 18%);
        text-align: center;
        min-height: 430px;
        max-width: 295px;
		border-radius: 10px;
    }
    
    #contentContainer .contentTiles li>a:first-of-type {
        text-align: center;
        box-sizing: border-box;
    }
    
    #contentContainer .contentTiles li a {
        color: #1bb9da;
        font-weight: bold;
        font-size: 20px;
        display: block;
        margin-bottom: 12px;
    }
    
    #contentContainer .contentTiles li p {
        font-size: 15px;
        max-width: 246px;
        margin: 0 auto 20px;
		text-align: center;
        min-height: 110px;
        line-height: 1.5em;
    }
    
    #contentContainer .contentTiles li img {
        display: block;
        width: 100%;
        margin: 0 auto;
		border-radius: 10px 10px 0px 0px;
    }
    
    img.logo {
        height: 55px;
        margin: 20px auto 20px;
        display: block;
        float: none;
    }
    
    .hbspt-form input[type=submit] {
        background-color: #1bb9da;
    }
    
    img.mobile {
        display: none;
    }
    
    .related {
        background: #f7f7f7;
        padding-top: 60px;
    }
	
	.more-bold {
		font-weight: 700;
	}
    
    #contentContainer #csBanner h2 {
        color: #fff;
        font-weight: 300;
        font-size: 27px;
        letter-spacing: 0px;
        min-height: initial;
        margin: 25px auto 0px;
        max-width: 500px;
        line-height: 1.2em;
        text-align: center;
        padding: 0px 0 130px;
    }
    
	a.banner-btn.button {
		margin-top: 20px;
		margin-left: 120px;
		font-weight: 900;
		font-size: 14px;
		line-height: 26px;
		background: linear-gradient(270deg, #FF0038 0%, #FF2170 100%);
		border-radius: 24px;
		padding: 6px 25px;
	}
	
	.flex {
		display: flex;
		align-items: center;
		column-gap: 30px;
	}

	.flex-1 {
		flex: 1;
	}
	
	.flex-2 {
		flex: 2;
	}
	
	.flex-3 {
		flex: 3;
	}
	
    .block_form {
        clear: both;
        position: relative;
        width: 100%;
        left: 0;
        background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        margin: -100px auto 0;
        max-width: 920px;
        padding-top: 80px;
    }
    
    .block_form .formContainer {
        padding: 10px 0px 5px;
        background: none;
    }
    
    #formBody input.inputbox,
    .formBody input.inputbox {
        min-height: 37px;
        padding-left: 7px !important;
        box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, 0.08);
        line-height: 37px;
        margin-bottom: 0px!important;
        border-radius: 10px;
        height: auto;
    }
    
    .block_form .formContainer .formBody input[type="image"] {
        height: 39px;
        width: auto;
        margin: 0 auto;
        max-width: 310px!important;
        border: 1px solid #fff;
        border-radius: 40px;
        padding: 0px 34px;
        box-sizing: border-box;
        background: #1bb9da;
    }
    
    .form-label {
        left: 10px;
        top: 9px;
    }
    
    .focused .inputbox {
        margin-top: -7px;
    }
    
    .block_form .formContainer form>table>tbody>tr {
        width: 33%;
        margin: 0px 8px 0px 0px;
        max-width: 328px;
    }
    
    .formBody {
        margin-bottom: -40px;
    }
    
    .block_summary {
        padding: 40px 20px 70px;
        box-sizing: border-box;
        border-radius: 15px;
        max-width: 1080px;
        box-shadow: 0 9px 34px 0 rgba(96, 96, 96, 0.2);
        margin: 50px auto 0;
        width: 92%;
        position: relative;
    }
	
	.caseStudy .banner-image {
		width: 100%;
		margin-bottom: -6px;
		margin-top: -1px;
	}
	
	.caseStudy .banner-text-container {
		position: absolute;
		top: 0px;
		bottom: 0px;
		width: 100%;
	}
    
	.caseStudy .banner-text {
		max-width: 643px;
		font-weight: 300;
		font-size: 36px;
		line-height: 49px;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		margin-left: 120px;
	}
	
    .caseStudy #contentContainer h2 {
        font-weight: 800;
        font-size: 36px;
        margin-bottom: 30px;
		color: #333333;
		text-align: center;
    }
    
    #contentContainer .block_summary p {
        width: 96%;
        max-width: 875px;
        margin: 1em auto 2em;
        text-align: center;
        font-size: 18px!important;
        font-weight: 400;
    }
    
    .background {
        position: relative;
		background: #000;
    }
    
    p.mobile {
        display: none;
    }
    
    .contentTiles a.button {
        background: #FFE0E7;
        border-radius: 20px;
        font-weight: 800!important;
        font-size: 16px!important;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        color: #FF0038!important;
        padding: 6px 24px;
    }
	
	.hbspt-form textarea, .hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form input[type=tel] {
		box-shadow: none;
	}
	
	@media screen and (max-width: 1300px) {
		.caseStudy .banner-text {
			max-width: 583px;
			font-weight: 300;
			font-size: 35px;
			line-height: 43px;
			margin-left: 100px;
		}
		
		a.banner-btn.button {
			margin-left: 100px;
		}
	}
	
	@media screen and (max-width: 1100px) {
		.caseStudy .banner-text {
			max-width: 496px;
			font-weight: 300;
			font-size: 27px;
			line-height: 37px;
			margin-left: 44px;
		}
		
		a.banner-btn.button {
			margin-left: 44px;
		}
	}
    
    @media screen and (max-width: 768px) {
        section {
            padding-top: 54px;
        }
        .caseStudy #contentContainer .container {
            padding-top: 50px;
        }
		
		.caseStudy .banner-text {
			max-width: 300px;
			font-weight: 300;
			font-size: 24px;
			line-height: 31px;
			margin-left: 44px;
		}
		.caseStudy #contentContainer .block_summary .container {
            padding-top: 20px;
        }
        #csBanner {
            padding-bottom: 50px;
        }
        .block_results {
            padding: 10px;
        }
        .block_summary {
            padding: 30px 20px 30px;
        }
        .block_form .formContainer form>table>tbody {
            display: table;
        }
        img.logo {
            height: 57px;
            margin: 20px auto 0px;
        }
        #contentContainer #csBanner h2 {
            font-size: 28px!important;
            line-height: 1.3em;
            text-align: center;
            max-width: 86%;
            padding: 0px 0px 10px!important;
        }
        .caseStudy #contentContainer h2 {
            margin-bottom: 20px;
        }
        .block_form .formContainer {
            padding: 10px 0px 5px;
            background: none;
            margin-top: 0px;
        }
        .block_form .formContainer form>table>tbody>tr {
            margin: 0px auto 0px;
            max-width: 300px;
            width: 100%;
            display: block;
        }
        .block_summary {
            padding: 30px 16px 30px;
            box-shadow: none;
            margin: 0px auto 0;
            width: 100%;
            border-radius: 0;
            top: 0;
            background: #f7f7f7!important;
        }
        .hbspt-form textarea,
        .hbspt-form input[type=text],
        .hbspt-form input[type=email],
        .hbspt-form input[type=tel] {
            min-width: 100%;
        }
		.hbspt-form input[type=submit] {
			width: 100%;
			padding: 0px 20px;
		}
		
		.hbspt-form form .field, .hbspt-form form .hs-submit {
			margin: 0 20px 15px 20px;
		}
		
        .related {
            background: #f7f7f7;
            padding-top: 60px;
            width: 100%;
            /*    display: none; */
        }
        .block_form {
            background: linear-gradient(0deg, #f7f7f7 50%, rgba(255, 255, 255, 0) 100%);
            margin: -100px auto 0;
            max-width: 770px;
            padding-top: 80px;
        }
        
        #formBody td,
        .formBody td {
            padding: 5px 0;
        }
        p.mobile {
            display: block;
        }
        #contentContainer p.mobile.back-to-top {
            width: 100%;
            text-align: center;
            margin-top: 50px;
            max-width: 100%;
        }
        p.mobile.back-to-top a span {
            margin-right: 10px;
            font-weight: 400;
            font-size: 18px;
            line-height: 25px;
            color: #B4B4B4;
        }
    }
    
    @media screen and (max-width: 480px) {
		.desktop { display: none; }
        img.mobile {
            display: block;
            width: 100%;
            box-shadow: 0px 12px 24px -10px RGBA(0, 0, 0, 0.25);
        }
		
		.flex {
			align-items: flex-start;
			flex-direction: column;
		}
		
		.hbspt-form form .field, .hbspt-form form .hs-submit {
			margin: 0 0px 15px 0px;
		}
		
		.caseStudy .banner-text {
			max-width: 100%;
			font-weight: 300;
			font-size: 35px;
			line-height: 40px;
			margin-left: 0px;
			text-align: center;
			padding: 120px 42px 0px;
		}
		
		.centered {
			text-align: center;
		}
		
		a.banner-btn.button {
			margin: 20px 0px 0px;
		}

        .related {
            background: #f7f7f7;
            padding-top: 60px;
            width: 100%;
        }
        .caseStudy #contentContainer h2 {
            font-weight: 700;
            font-size: 22px;
            line-height: 30px;
			padding: 0px 20px;
        }
        #contentContainer #csBanner h2 {
            font-size: 20px!important;
            line-height: 27px;
            padding: 0px 0px 0px!important;
        }
        .block_summary {
            padding: 30px 30px;
        }
        #contentContainer .block_summary p {
			width: 78%;
			max-width: 875px;
			margin: 1em auto 2em;
			text-align: center;
			font-size: 19px!important;
			font-weight: 400;
			line-height: 27px;
		}
		
		#contentContainer td ul {
			width: 100%;
		}
		#contentContainer .contentTiles li {
			width: 100%;
		}
    }
	
	@media screen and (max-width: 390px) {
		.caseStudy .banner-text {
			font-size: 25px;
			line-height: 30px;
			padding: 108px 42px 0px;
		}
	}
    
    @media screen and (max-width: 330px) {
        .block_form .formContainer .formBody input[type="image"] {
            padding: 0px 0px!important;
        }
        .block_form .formContainer form>table>tbody>tr {
            max-width: 250px;
        }
        .formContainer {
            min-width: 250px;
        }
    }