.o-theme--purple .o-bg--lilac .c-featured-link-content__title, .o-theme--purple .o-bg--lilac .c-featured-link-content__desc {
    color: #000;
}
.o-theme--purple .o-bg--lilac .c-btn--white {
    color: #000;
    border: 2px solid #000;
}
.o-theme--purple .o-bg--lilac .c-btn--white:hover {
    color: #fff;
}
.o-theme--purple .o-bg--lilac .c-btn--white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='26px' height='14px' viewBox='0 0 26 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com --%3E %3Ctitle%3EIcon / arrow-right black Copy 6%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpolygon id='path-1' points='3.33333333 13 10 7 3.33333333 1 2 2.2 7.33333333 7 2 11.8'/%3E %3Cpolygon id='path-3' points='17.3333333 13 24 7 17.3333333 1 16 2.2 21.3333333 7 16 11.8'/%3E %3C/defs%3E %3Cg id='Icon-/-arrow-right-black-Copy-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'/%3E %3C/mask%3E %3Cuse id='Icon-Copy-3' fill='%23FFFFFF' fill-rule='nonzero' xlink:href='%23path-1'/%3E %3Cmask id='mask-4' fill='white'%3E %3Cuse xlink:href='%23path-3'/%3E %3C/mask%3E %3Cuse id='Icon-Copy-3' fill='%23000000' xlink:href='%23path-3'/%3E %3C/g%3E %3C/svg%3E");
}
.c-featured-link__title {
    margin-top: -30px;
    padding-bottom: 20px;
}
.request-form {
    display: flex;
    padding-top: 60px;
    padding-right: 30px;
}
.request-form-img {
    align-self: flex-end;
}
.request-form-text {
    color: #fff;
    padding-bottom: 40px;
    width: 50%;
    margin-left: -60px;
}
.request-form-text label {
    margin: 5px 0;
    color: #fff;
}
.request-form-text .hs-form-required, .request-form-text label.hs-error-msg {
    color: #fe9272;
    font-weight: 400;
}
.request-form-text ul:not(.bare-list):not(:first-child) {
    margin-top: 0;
}
.request-form-text ul:not(.bare-list) li::marker {
    color: #fe9272;
}
.request-form-text input[type=email], .request-form-text input[type=tel], .request-form-text input[type=text] {
    background: transparent !important;
    color: #fff !important;
    padding: 0 0 10px;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 1.9rem;
    font-size: 16px;
}
.request-form-text .hs-fieldtype-intl-phone.hs-input select {
    width: 40% !important;
}
.request-form-text .hs-fieldtype-intl-phone.hs-input input {
    margin-top: 20px;
    width: 58% !important;
}
.request-form-text .hs-fieldtype-intl-phone.hs-input:after {
    margin-bottom: 10px;
}
.request-form-text input[type=submit] {
    font-weight: 700;
    border: 1px solid #fdc300;
}
.request-form-text input[type=submit]:hover {
    border: 1px solid #fff;
}
.request-form-text select {
    background: rgba(255,255,255,.55);
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid #fff;
}
.request-form-text .legal-consent-container {
    padding: 30px 0;
}
.request-form-text .legal-consent-container p {
    font-size: 14px;
    line-height: 160%
}
.request-form-text .legal-consent-container a {
    color: #fff;
    text-decoration: underline
}
.request-form-text .legal-consent-container a:hover {
    text-decoration: none
}
.request-form-text input:-webkit-autofill, .request-form-text input:-webkit-autofill:hover, .request-form-text input:-webkit-autofill:focus, .request-form-text textarea:-webkit-autofill, .request-form-text textarea:-webkit-autofill:hover, .request-form-text textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}
.request-form-text select:-webkit-autofill, .request-form-text select:-webkit-autofill:hover, .request-form-text select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
}
@media screen and (max-width: 959px) {
    .request-form {
        flex-direction: column;
        padding-left: 30px;
    }
    .request-form-text {
        margin-left: 0;
        padding-bottom: 20px;
        width: 100%;
    }
    .request-form-img {
        order: 2;
        align-self: center;
    }
}
@media screen and (max-width: 560px) {
    .request-form-wrap {
        flex-direction: column;
    }
    .request-form-form {
        width: 100%
    }
    .request-form-submit {
        width: 100%;
    }
}