body.page-template-cpagespartners_v2-php #partners_form .hbspt-form .form-columns-3 .hs-form-field{width:33.33% !important}
section#partners_banner {
    padding: 10% 12% 31% 12%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

h1.banner_title {
    margin: 0;
    color: #ffffff;
    font-size: 7.5vw;
}

.banner_abs {
    background: transparent linear-gradient( 
119deg, #1C0B3E 0%, #0368FF 100%, #0368FF 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -3%;
    width: 50%;
    padding: 3% 4% 2% 10%;
}

h2.banner_subtitle {
    margin: 0;
    font-size: 2.6vw;
    font-weight: bold;
    line-height: 1.1em;
    padding-right: 15%;
}

.banner_description {
    margin: 4% 0 0 0;
    font-size: 1.35vw;
    font-weight: 500;
    line-height: 1.3em;
    font-family: 'Avenir LT W01_45 Book1475508',sans-serif;
}

a.banner_cta {
    margin: 2% 0 0 0;
    display: inline-block;
    padding: 0.8vw 2.3vw;
    font-size: 1.75vw;
    font-family: 'Ample-Light';
    line-height: normal;
    background: #ffa602;
    color: #fff;
    border: none;
    border-radius: 2em;
}

a.banner_cta:hover {
    text-decoration: none;
    color: #000000;
}
.about-wrap #customers-section .slide{padding:0; margin:0;}
.about-wrap #customers-section {
    padding: 70px 0% 30px;
    width: 100%;
    display: block;
}
section#partners_slider {
    padding: 8% 0% 2% 0%;
     overflow: hidden;
}
section#partners_description {
    padding: 2% 10% 2% 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h2.description_title {
    width: 40%;
    font-size: 3.1vw;
    line-height: 1.1em;
}

.description_content {
    width: 50%;
    font-size: 1.35vw;
    font-weight: 500;
    line-height: 1.3em;
    padding-top: 0.7em;
    padding-right: 5%;
}

.description_content p {
    margin-bottom: 4%;
}

section#partners_benefits {
    background-color: #F2F2F2;
    padding: 4% 15% 0 15%;
    min-height: 38vw;
}

h3.benefits_title {
    margin: 0 auto;
    font-size: 2.6vw;
    text-align: center;
    width: 70%;
    font-weight: bold;
    line-height: 1.1em;
}

.benefits {
    margin: 5% 0 0 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.benefits > .benefit {
    margin: 0 4% 0 0;
    width: 22%;
    background-color: #ffffff;
    box-shadow: 0px 3px 20px #00000029;
    padding: 2%;
    text-align: center;
    display: inline;
    float: left;
	transition: max-height 1s ease;
    max-height: 17vw;
	overflow: hidden;
}

.benefits > .benefit:hover {
        background-color: #FF9903;
    transition: max-height 1s ease;
    max-height: 22vw;
}

.benefits > .benefit:last-child {
    margin: 0;
}

img.benefit_icon {
    margin: 15% 0 0 0;
    width: 4.5vw;
    height: 4.8vw;
    object-fit: contain;
    object-position: center;
	transition: visibility 0s, opacity 0.5s linear;
}

h4.benefit_title {
    margin: 15% auto 15% auto;
    font-size: 1.6vw;
    font-weight: bold;
    width: 80%;
	transition: visibility 0s, opacity 0.5s linear;
}

h5.benefit_subtitle {
    margin: 0;
    font-size: 1.25vw;
    font-weight: bold;
    text-align: left;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.benefit_description {
    margin: 10% 0 0 0;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.3em;
    text-align: left;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

@media (min-width:768px) {
	
	.benefits > .benefit:hover img.benefit_icon,
	.benefits > .benefit:hover h4.benefit_title {
		visibility: hidden;
		opacity: 0;
		margin: 0;
		height: 0;
	}

	.benefits > .benefit:hover h5.benefit_subtitle,
	.benefits > .benefit:hover .benefit_description {
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.5s linear;
	}	
	
}

section#partners_partnership {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partners_partnership_content {
    width: 50%;
    background-color: #FF9903;
    padding: 10% 5% 10% 12%;
}

.partners_partnership_image {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

h3.partnership_title {
    margin: 0;
    font-size: 3.1vw;
    line-height: 1.1em;
    color: #ffffff;
}

.partnership_description {
    margin: 8% 0 0 0;
    font-size: 1.35vw;
    font-weight: 500;
    line-height: 1.3em;
    color: #ffffff;
}

.partnership_description p {
    margin-bottom: 5%;
}

.partnership_description a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

section#partners_program {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partners_program_content {
    width: 50%;
    background-color: #0F3AA0;
    padding: 10% 12% 10% 5%;
}

.partners_program_image {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

h3.program_title {
    margin: 0;
    font-size: 3.1vw;
    line-height: 1.1em;
    color: #ffffff;
}

.program_description {
    margin: 8% 0 0 0;
    font-size: 1.35vw;
    font-weight: 500;
    line-height: 1.3em;
    color: #ffffff;
}

.program_description p {
    margin-bottom: 5%;
}

.program_description a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.program_description img {
    float: left;
    padding-right: 5%;
}

h4.form_title {
    margin: 0;
    background-color: #1C0B3E;
    color: #ffffff;
    text-align: center;
    padding: 1.2% 0;
    font-size: 2.6vw;
}

section#partners_form .hbspt-form {
    background-color: #F2F2F2;
    padding: 4% 30% 5% 30%;
}

section#partners_form .hbspt-form input:not([type="checkbox"]):not([type="submit"]), section#partners_form .hbspt-form select {
    background-color: #ffffff;
    border-radius: 0.2em;
    border: 1px solid #9F9C9C;
    color: #000000;
    font-size: 0.95vw;
    padding: 0.3vw 1vw;
    height: 2.1vw;
    width: 100% !important;
}

section#partners_form .hbspt-form textarea {
    background-color: #ffffff;
    border-radius: 0.2em;
    border: 1px solid #9F9C9C;
    color: #000000;
    font-size: 0.95vw;
    padding: 0.3vw 1vw;
    height: 5vw;
}

section#partners_form .hbspt-form .hs-form-field {
    margin-bottom: 5%;
}

section#partners_form .hbspt-form .hs-form-field:not(.hs_message) > label {
    z-index: 5;
    margin: 0;
    top: 0.4vw;
    left: 1vw;
}

section#partners_form .hbspt-form .hs-form-field:not(.hs_message).active > label {
    top: -1.5vw;
	left: 0;
}

section#partners_form .hbspt-form .hs-error-msgs {
    
    right: 1vw;
    z-index: 5;
}

section#partners_form .hbspt-form .hs-error-msgs label {
    margin: 0;
    font-size: 0.65vw;    color: #ffa602 !important;
}

section#partners_form .hbspt-form label span {
    color: #000000;
    font-size: 0.95vw;
}

section#partners_form .hbspt-form fieldset {
    max-width: 100%;
}

section#partners_form .hbspt-form fieldset .hs-form-field:last-of-type .input {
    margin-right: 0 !important;
}

section#partners_form .hbspt-form input[type="submit"] {
    display: inline-block;
    padding: 0.8vw 3.5vw;
    font-size: 1.75vw;
    font-family: 'Ample-Light';
    line-height: normal;
    background: #ffa602;
    color: #fff;
    border: none;
    border-radius: 2em;
}

section#partners_form .hbspt-form input[type="submit"]:hover {
    color: #000000;
}

@media (min-width:768px) {
	
	.benefits > .benefit hr {
		display: none;
	}
	
}
@media (max-width:1024px) {
section#partners_form .hbspt-form .hs-form-field:not(.hs_message).active > label {
    top: -1.5vw !important;
}
section#partners_form .hbspt-form .hs-error-msgs {
    top: 1.9vw;   
}
}



@media (max-width:767px) {
section#partners_form .hbspt-form .hs-error-msgs {
    top: -5vw;    
}	
	section#partners_banner {
    padding: 15% 5% 30% 5%;
}

section#partners_banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 25%);
}

h1.banner_title {
    font-size: 16vw;
    line-height: 1em;
	    position: relative;
}
	
	.banner_abs {
    position: absolute;
    left: 0;
    bottom: auto;
    width: 95%;
    padding: 6%;
    right: 0;
    margin: 0 auto;
    top: 58vw;
}

h2.banner_subtitle {
    font-size: 8vw;
    line-height: 1.2em;
    padding-right: 0;
}

.banner_description {
    font-size: 4.5vw;
    line-height: 1.2em;
}

a.banner_cta {
    padding: 2.5vw 8vw;
    font-size: 4.5vw;
}

section#partners_description {
    padding: 0% 5% 12% 5%;
    display: block;
}
 .about-wrap #customers-section {   
    width: 100%;    
}
.about-wrap #customers-section .container {   
    padding: 0px;    
}
section#partners_slider {
    padding: 90% 5% 8% 5%;
    display: block;
}
h2.description_title {
    width: 100%;
    font-size: 9vw;
    line-height: 1.1em;
}

.description_content {
    width: 100%;
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 1.3em;
    padding-top: 5%;
    padding-right: 0;
}

section#partners_benefits {
    padding: 12% 5%;
    min-height: auto;
}

h3.benefits_title {
    font-size: 8vw;
    width: 100%;
    line-height: 1.2em;
}

.benefits {
    margin: 10% 0 0 0;
}

.benefits > .benefit,
.benefits > .benefit:last-child {
    margin: 5% 0 0 0;
    width: 100%;
    padding: 10% 5% 5% 5%;
    display: block;
    float: none;
    transition: none;
    max-height: initial;
    overflow: hidden;
}

.benefits > .benefit:hover {
	background-color: transparent;
    transition: none;
    max-height: inherit;
}

img.benefit_icon {
    margin: 0;
    width: 20vw;
    height: 20vw;
}

h4.benefit_title {
    margin: 5% auto 0 auto;
    font-size: 6.5vw;
    width: 100%;
}

.benefits > .benefit hr {
    width: 45%;
    border-top: 1px solid rgb(0 0 0 / 25%);
}

h5.benefit_subtitle {
    opacity: 1;
    visibility: visible;
    margin: 5% 0 0 0;
    font-size: 5vw;
    text-align: center;
}

.benefit_description {
    opacity: 1;
    visibility: visible;
    margin: 2% 0 0 0;
    font-size: 4.5vw;
    text-align: center;
}

.partners_partnership_content {
    width: 100%;
    padding: 15% 5% 10% 5%;
}

h3.partnership_title {
    font-size: 8vw;
}

.partnership_description {
    margin: 8% 0 0 0;
    font-size: 4.5vw;
}

.partners_partnership_image {
    width: 100%;
    height: 65vw;
}

section#partners_program {
    flex-direction: column-reverse;
}

.partners_program_content {
    width: 100%;
    padding: 15% 5% 10% 5%;
}

h3.program_title {
    font-size: 8vw;
}

.program_description {
    margin: 8% 0 0 0;
    font-size: 4.5vw;
}

.program_description img {
    width: 12%;
}

.partners_program_image {
    width: 100%;
    height: 65vw;
}

h4.form_title {
    padding: 5% 0;
    font-size: 8vw;
}

section#partners_form .hbspt-form {
    padding: 15% 5%;
}

section#partners_form .hbspt-form .hs-form-field {
    margin-bottom:11%;
}

section#partners_form .hbspt-form .hs-form-field:not(.hs_message) > label {
    top: 2.5vw;
    left: 2vw;
}

section#partners_form .hbspt-form .hs-form-field:not(.hs_message).active > label {
    top: -6.5vw !important;
}


section#partners_form .hbspt-form label span {
    color: #000000;
    font-size: 4.5vw;
}

section#partners_form .hbspt-form .hs-error-msgs {
    
    right: 5vw;
}

section#partners_form .hbspt-form .hs-error-msgs label {
    font-size: 4vw;
}

section#partners_form .hbspt-form input:not([type="checkbox"]):not([type="submit"]), section#partners_form .hbspt-form select {
    font-size: 4.5vw;
    padding: 2vw;
    height: 12vw;
    width: 100% !important;
}

section#partners_form .hbspt-form textarea {
    font-size: 4.5vw;
    padding: 2vw;
    height: 25vw;
}

section#partners_form .hbspt-form .legal-consent-container {
    margin-top: 0 !important;
}

section#partners_form .hbspt-form input[type="submit"] {
    padding: 2.5vw 15vw;
    font-size: 5.5vw;
}


	
	
	
	
}
.partners-form .hs-richtext p {color: #000 !important;}



@media (max-width: 768px) {
.about-wrap #customers-section #customerSlides .slide {margin: 0;padding: 20px 0px !important;text-align: center;}
body.page-template-cpagespartners_v2-php #partners_form .hbspt-form .form-columns-3 .hs-form-field{width: 100% !important}
body.page-template-cpagespartners_v2-php #partners_form .hbspt-form .form-columns-3 .hs-form-field .input{margin-right: 0 !important}
}









