@media screen and (max-width: 768px) {
    .span12.widget-span.widget-type-widget_container.wrapper {
        padding: 0 20px;
    }
}

.contact {
    background-color: #fff;
    font-size: 16px;
    line-height: 140%;
}

.contact p {
    font-size: 16px;
    line-height: 140%;
    font-family: 'Open Sans', sans-serif;
}

.contact .img_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.contact .img_bg img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    max-width: none;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
	.contact .img_bg img {
		min-height: 350px;
	}
}

.contact .contact_options,
.contact .contact_intro {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
}

.contact .contact_options {
    max-width: 1020px;
}

.contact .contact_intro {
    max-width: 710px;
    padding-top: 130px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .contact .contact_intro {
        padding-top: 60px;
    }
}

@supports (-webkit-touch-callout: none) {
    .contact .contact_options .contact_option {
        -webkit-margin-bottom: 30px;
    }

    .contact .contact_options .contact_option:last-of-type {
        -webkit-margin-bottom: 0;
    }
}

.contact .contact_intro h1 {
    font-size: 45px;
    line-height: 140%;
}

@media screen and (max-width: 768px) {
    .contact .contact_intro h1 {
        font-size: 25px;
        line-height: 140%;
    }
}

.contact .contact_options {
    padding-top: 45px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .contact .contact_options {
        grid-row-gap: 30px;
    }
}

.contact .contact_options.one_active .contact_option{
  margin-left:auto;
  margin-right: auto;
  cursor: initial;
}

.contact .contact_options.one_active .contact_option:hover,
.contact .contact_options.one_active .contact_option:focus {
    transform: none;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
}

.contact .contact_options.one_active .prospective_container,
.contact .contact_options.one_active .current_container{
  display: block !important;
}

.contact .contact_options .contact_option {
    background: #fff;
    border-radius: 21px;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
    width: calc(50% - 20px);
    padding: 45px 100px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
}

.contact .contact_options .contact_option#current {
    order: 1;
}

.contact .contact_options .contact_option#prospective {
    order: 2;
}

@media screen and (max-width: 768px) {
    .contact .contact_options .contact_option#prospective {
        order: 3;
    }
}

.contact .contact_options .contact_option:hover,
.contact .contact_options .contact_option:focus {
    transform: translateY(-2px);
    filter: drop-shadow(0 10px 15px 0 rgba(0, 0, 0, 0.05));
}

@media screen and (max-width: 1024px) {
    .contact .contact_options .contact_option {
        padding: 45px;
    }
}

@media screen and (max-width: 768px) {
    .contact .contact_options .contact_option {
        width: 100%;
        padding: 40px 45px;
    }
}

.contact .contact_options .contact_option h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 5px;
}

.contact .contact_options .contact_option svg {
    height: 70px;
}

.contact .contact_options .contact_option p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.4;
}

.contact .contact_options .contact_option :last-child {
    margin-bottom: 0;
}

.contact .contact_options .contact_option::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
    filter: drop-shadow(0);
}

.contact .contact_options .contact_option.active::after, .contact .contact_options.one_active .contact_option::after {
    bottom: -24px;
}

.contact .hs_cos_wrapper form {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 40px;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .contact .hs_cos_wrapper form {
            display: block;
        }
    }
}

.contact .hs_cos_wrapper form label {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
    display: block;
}

.contact .hs_cos_wrapper form fieldset {
    max-width: 100%;
    width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
    .contact .hs_cos_wrapper form fieldset {
        width: 100%;
    }
}

.contact .hs_cos_wrapper form fieldset>div {
    margin-bottom: 30px;
}

.contact .hs_cos_wrapper form fieldset .input {
    margin-left: 0;
    margin-right: 0;
}

.contact .hs_cos_wrapper form fieldset .input .hs-error-msgs {
    margin: 0;
}

.contact .hs_cos_wrapper form fieldset .input input,
.contact .hs_cos_wrapper form fieldset .input select {
    background: #FFFFFF;
    border: 1px solid #A3A6A9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100% !important;
    padding: 10px;
    margin-bottom: 0 !important;
}

.contact .hs_cos_wrapper form fieldset .input select {
    appearance: none;
    color: #959595;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0H0L5.71429 6L12 0Z' fill='%23333333'/%3E%3C/svg%3E%0A");
    background-size: 12px 6px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}

.contact .hs_cos_wrapper form fieldset .input ul.inputs-list {
    padding-left: 0;
}

.contact .hs_cos_wrapper form fieldset .input ul.inputs-list>li {
    margin-bottom: 10px;
}

.contact .hs_cos_wrapper form fieldset .input ul.inputs-list>li:last-child {
    margin-bottom: 0;
}

.contact .hs_cos_wrapper form fieldset .input ul.inputs-list label {
    display: flex;
    grid-column-gap: 15px;
}

.contact .hs_cos_wrapper form fieldset .input ul.inputs-list input {
    display: block;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    border: 1.5px solid #E6E7E8;
    margin: 0;
    appearance: none;
}

.contact .hs_cos_wrapper form fieldset .input ul.inputs-list input:checked {
    background: radial-gradient(#8743AA 50%, rgba(255, 0, 0, 0) 51%);
}

.contact .hs_cos_wrapper form fieldset .input ul.inputs-list input:checked:after {
    display: none;
}

.contact .hs_cos_wrapper form fieldset.form-columns-2 {
    display: flex;
    grid-column-gap: 40px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .contact .hs_cos_wrapper form fieldset.form-columns-2 {
        display: block;
    }
}


@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .contact .hs_cos_wrapper form {
            display: block !important;
        }

        .contact .hs_cos_wrapper form fieldset {
            width: 100%;
        }

        .contact .hs_cos_wrapper form fieldset.form-columns-2 {
            display: block !important;
        }
    }
}

.contact .hs_cos_wrapper .hs-button {
    background: #8743AA;
    color: #fff;
    border: 2px solid #8743AA;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 15px 35px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    cursor: pointer;
    transition: all .4s ease !important;
    margin-bottom: 0%;
}

.contact .hs_cos_wrapper .hs-button:hover,
.contact .hs_cos_wrapper .hs-button:focus {
    background-color: #9449bb !important;
}

.contact .current_container {
    order: 3;
}

@media screen and (max-width: 768px) {
    .contact .current_container {
        order: 2;
    }
}

.contact .prospective_container {
    order: 4;
}

.contact .prospective_container .iframe_wrapper {
    padding-bottom: 0;
    height: auto;
}

.contact .prospective_container iframe {
    position: relative;
    min-width: auto !important;
}

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

.contact .contact_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 35px 86px;
    margin: 0 auto;
    padding-top: 45px;
}

@media screen and (min-width: 768px) {
    .contact .contact_grid {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }
	.contact .contact_grid h3{
		font-size: 18px;
	}
}

@media screen and (min-width: 1080px) {
	.contact .contact_grid h3{
		font-size: 20px;
	}
}

.contact .contact_grid h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #11D175;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact .contact_grid h3 svg {
    margin-right: 10px;
	height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.contact .company_sizes {
    padding-top: 45px;
    display: inline-grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 30px;
}

@media screen and (min-width: 768px) {
    .contact .company_sizes {
        padding-top: 37px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.contact .company_sizes button {
    appearance: auto;
    -webkit-appearance: none;
    color: #fff;
    padding: 10px 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #854A9C;
    border: 2px solid #854A9C;
    transition: all .2s ease;
    cursor: pointer;
}

.contact .company_sizes button:hover {
    background-color: #8f58af;
}

.contact .prospective_container,
.contact .current_container {
    padding-top: 65px;
    width: 100%;
    display: none;
}

.contact .prospective_container .schedule_embed {
    width: 100%;
    display: none;    
}

@media screen and (max-width: 768px) {

    .contact .prospective_container,
    .contact .current_container {
        padding-bottom: 30px;
    }
}

.contact .quote {
    display: grid;
    grid-template-columns: 60px auto;
    grid-column-gap: 40px;
    position: relative;
}

.contact .quote.quote_schedule {
    display: none;
    transition: opacity .2s ease;
}

.contact .quote.quote_schedule.active{
    display: flex;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .contact .quote {
        display: block;
    }
}

.contact .quote .photo {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    align-self: end;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .contact .quote .photo {
        position: absolute;
        left: 30px;
        top: -40px;
        z-index: 10;
    }
}

.contact .quote .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .quote .text {
    background-color: #fff;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.2));
    border-radius: 21px;
    border-bottom-left-radius: 0;
    padding: 23px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .3s ease;
}

.prospective_container.active .quote .text,
.current_container.active .quote .text, .contact_options.one_active .prospective_container .quote .text, .contact_options.one_active .current_container .quote .text{
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 768px) {
    .contact .quote .text {
        padding: 30px;
        border-bottom-left-radius: 21px;
    }
}

.contact .quote .text::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 768px) {
    .contact .quote .text::before {
        display: none;
    }
}