.elementor-487 .elementor-element.elementor-element-abfc7cc{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-487 .elementor-element.elementor-element-abfc7cc:not(.elementor-motion-effects-element-type-background), .elementor-487 .elementor-element.elementor-element-abfc7cc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#161616;}.elementor-487 .elementor-element.elementor-element-c145ba7{box-shadow:0px 0px 35px 0px rgba(0,0,0,0.5);}.elementor-487 .elementor-element.elementor-element-c145ba7 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-widget-login .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-login .elementor-field-group > a{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group > a:hover{color:var( --e-global-color-accent );}.elementor-widget-login .elementor-form-fields-wrapper label{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-login .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-login .elementor-login__logged-in-message{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-487 .elementor-element.elementor-element-f8fc132{width:var( --container-widget-width, 32% );max-width:32%;--container-widget-width:32%;--container-widget-flex-grow:0;}.elementor-487 .elementor-element.elementor-element-f8fc132 .elementor-field-group{margin-bottom:10px;}.elementor-487 .elementor-element.elementor-element-f8fc132 .elementor-form-fields-wrapper{margin-bottom:-10px;}.elementor-487 .elementor-element.elementor-element-f8fc132 .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-487 .elementor-element.elementor-element-f8fc132 .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}.elementor-487 .elementor-element.elementor-element-f8fc132 .elementor-button{color:#000000;}.elementor-487 .elementor-element.elementor-element-f8fc132 .elementor-button:hover{color:#000000;}@media(max-width:767px){.elementor-487 .elementor-element.elementor-element-f8fc132{--container-widget-width:96%;--container-widget-flex-grow:0;width:var( --container-widget-width, 96% );max-width:96%;}}@media(min-width:768px){.elementor-487 .elementor-element.elementor-element-abfc7cc{--content-width:78%;}}/* Start custom CSS for login, class: .elementor-element-f8fc132 *//* =========================================================
   GRAYWICK – PITCH DECK FORM
   Add class "graywick-pitch-form" to the Elementor Form widget
   ========================================================= */


/* =========================================================
   OUTER FORM CARD
   ========================================================= */

.graywick-pitch-form .elementor-form {
    width: 100%;

    background:
        radial-gradient(
            circle at 25% 30%,
            rgba(128, 168, 55, 0.08) 0%,
            rgba(128, 168, 55, 0.025) 35%,
            transparent 58%
        ),
        linear-gradient(
            110deg,
            #151714 0%,
            #1c1d19 47%,
            #211a1a 100%
        );

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;

    padding: 42px 40px 38px;

    overflow: hidden;

    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}


/* =========================================================
   FORM LAYOUT
   ========================================================= */

.graywick-pitch-form .elementor-form-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    column-gap: 20px;
    row-gap: 20px;

    align-items: start;
}


/* Remove Elementor column widths */

.graywick-pitch-form .elementor-field-group {
    width: 100% !important;
    max-width: none !important;

    padding: 0 !important;
    margin: 0 !important;
}


/* Message full width */

.graywick-pitch-form .elementor-field-type-textarea {
    grid-column: 1 / -1;
}


/* Submit full width */

.graywick-pitch-form .elementor-field-type-submit {
    grid-column: 1 / -1;

    margin-top: 6px !important;
}


/* =========================================================
   LABELS
   ========================================================= */

.graywick-pitch-form .elementor-field-label {
    color: rgba(255, 255, 255, 0.55) !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;

    text-transform: uppercase;
    letter-spacing: 1.8px;

    line-height: 1.2;

    margin: 0 0 9px !important;
}


/* =========================================================
   NORMAL TEXT INPUTS
   ========================================================= */

.graywick-pitch-form input.elementor-field,
.graywick-pitch-form input.elementor-field-textual {
    width: 100% !important;

    height: 48px !important;

    padding: 0 15px !important;

    background: rgba(255, 255, 255, 0.025) !important;
    background-color: rgba(255, 255, 255, 0.025) !important;

    color: #f5f5f2 !important;

    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    border-radius: 13px !important;

    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;

    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.015) !important;

    outline: none !important;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}


/* =========================================================
   TEXTAREA
   ========================================================= */

.graywick-pitch-form textarea.elementor-field,
.graywick-pitch-form textarea.elementor-field-textual {
    width: 100% !important;

    min-height: 94px !important;

    padding: 13px 15px !important;

    background: rgba(255, 255, 255, 0.025) !important;
    background-color: rgba(255, 255, 255, 0.025) !important;

    color: #f5f5f2 !important;

    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    border-radius: 13px !important;

    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.5;

    resize: vertical;

    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.015) !important;

    outline: none !important;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}


/* =========================================================
   PLACEHOLDERS
   ========================================================= */

.graywick-pitch-form input::placeholder,
.graywick-pitch-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.34) !important;

    opacity: 1 !important;
}


/* =========================================================
   SELECT / DROPDOWN
   ========================================================= */


/*
   IMPORTANT:
   Elementor often gives selects the class
   .elementor-field-textual rather than .elementor-field.

   We therefore target the select element directly.
*/

.graywick-pitch-form .elementor-field-type-select {
    position: relative;
}


/* Elementor select wrapper */

.graywick-pitch-form .elementor-select-wrapper {
    position: relative !important;

    display: block !important;

    width: 100% !important;

    background: transparent !important;
}


/* ACTUAL SELECT FIELD */

.graywick-pitch-form .elementor-field-type-select select,
.graywick-pitch-form .elementor-select-wrapper select,
.graywick-pitch-form select.elementor-field,
.graywick-pitch-form select.elementor-field-textual,
.graywick-pitch-form select[class*="elementor-field"] {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 48px !important;
    min-height: 48px !important;

    padding:
        0
        48px
        0
        15px !important;

    margin: 0 !important;

    /* FORCE DARK BACKGROUND */

    background: rgba(255, 255, 255, 0.025) !important;

    background-color:
        rgba(255, 255, 255, 0.025) !important;

    background-image: none !important;

    /* TEXT */

    color: rgba(255, 255, 255, 0.92) !important;

    -webkit-text-fill-color:
        rgba(255, 255, 255, 0.92) !important;

    /* BORDER */

    border:
        1px solid
        rgba(255, 255, 255, 0.20) !important;

    border-radius: 13px !important;

    /* TYPOGRAPHY */

    font-family: inherit !important;

    font-size: 16px !important;

    font-weight: 400 !important;

    line-height: normal !important;

    /* REMOVE NATIVE BROWSER APPEARANCE */

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    /* OTHER */

    outline: none !important;

    cursor: pointer !important;

    box-shadow:
        inset 0 1px 1px
        rgba(255, 255, 255, 0.015) !important;

    box-sizing: border-box !important;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease !important;
}


/* Remove native Microsoft arrow */

.graywick-pitch-form select::-ms-expand {
    display: none !important;
}


/* =========================================================
   REMOVE ELEMENTOR'S OWN SELECT ARROW
   ========================================================= */

.graywick-pitch-form
.elementor-select-wrapper
.select-caret-down-wrapper {

    display: none !important;
}


.graywick-pitch-form
.elementor-select-wrapper
.e-font-icon-svg {

    display: none !important;
}


.graywick-pitch-form
.elementor-select-wrapper
i {

    display: none !important;
}


/* Remove any Elementor generated arrow */

.graywick-pitch-form
.elementor-select-wrapper::before {

    display: none !important;

    content: none !important;
}


/* =========================================================
   CUSTOM SELECT ARROW
   ========================================================= */

.graywick-pitch-form
.elementor-select-wrapper::after {

    content: "";

    position: absolute !important;

    top: 50% !important;
    right: 19px !important;

    width: 8px !important;
    height: 8px !important;

    border-right:
        2px solid
        rgba(255, 255, 255, 0.65) !important;

    border-bottom:
        2px solid
        rgba(255, 255, 255, 0.65) !important;

    transform:
        translateY(-70%)
        rotate(45deg) !important;

    transform-origin: center;

    pointer-events: none !important;

    z-index: 20 !important;

    transition:
        border-color 0.25s ease;
}


/* =========================================================
   SELECT PLACEHOLDER
   ========================================================= */

/*
   If "Select a role" has an empty value
   and the field is required, this gives it
   a slightly softer appearance.
*/

.graywick-pitch-form
select.elementor-field-textual:invalid,

.graywick-pitch-form
.elementor-field-type-select select:invalid {

    color:
        rgba(255, 255, 255, 0.72) !important;

    -webkit-text-fill-color:
        rgba(255, 255, 255, 0.72) !important;
}


/* =========================================================
   DROPDOWN OPTIONS
   ========================================================= */

.graywick-pitch-form
.elementor-field-type-select
select option {

    background: #20211e !important;

    background-color: #20211e !important;

    color: #ffffff !important;

    -webkit-text-fill-color: #ffffff !important;
}


/* =========================================================
   HOVER
   ========================================================= */

.graywick-pitch-form input.elementor-field:hover,
.graywick-pitch-form input.elementor-field-textual:hover,
.graywick-pitch-form textarea.elementor-field:hover,
.graywick-pitch-form textarea.elementor-field-textual:hover,
.graywick-pitch-form .elementor-field-type-select select:hover {

    border-color:
        rgba(255, 255, 255, 0.28) !important;
}


/* =========================================================
   FOCUS
   ========================================================= */

.graywick-pitch-form input.elementor-field:focus,
.graywick-pitch-form input.elementor-field-textual:focus,
.graywick-pitch-form textarea.elementor-field:focus,
.graywick-pitch-form textarea.elementor-field-textual:focus,
.graywick-pitch-form .elementor-field-type-select select:focus {

    border-color:
        rgba(147, 194, 57, 0.75) !important;

    background:
        rgba(147, 194, 57, 0.035) !important;

    background-color:
        rgba(147, 194, 57, 0.035) !important;

    box-shadow:
        0 0 0 3px
        rgba(147, 194, 57, 0.08),

        0 0 22px
        rgba(147, 194, 57, 0.05) !important;
}


/* Green arrow on focus */

.graywick-pitch-form
.elementor-select-wrapper:focus-within::after {

    border-color: #95c438 !important;
}


/* =========================================================
   CHROME / EDGE AUTOFILL
   ========================================================= */

.graywick-pitch-form
input:-webkit-autofill,

.graywick-pitch-form
input:-webkit-autofill:hover,

.graywick-pitch-form
input:-webkit-autofill:focus {

    -webkit-text-fill-color:
        #f5f5f2 !important;

    -webkit-box-shadow:
        0 0 0 1000px
        #20211e inset !important;

    caret-color: #ffffff;

    transition:
        background-color
        9999s ease-in-out 0s;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.graywick-pitch-form button[type="submit"],
.graywick-pitch-form .elementor-button {

    width: 100%;

    min-height: 56px;

    display: flex !important;

    align-items: center;

    justify-content: center;

    gap: 10px;

    background:
        #95c438 !important;

    color:
        #080a06 !important;

    border:
        0 !important;

    border-radius:
        50px !important;

    font-size:
        16px !important;

    font-weight:
        700 !important;

    line-height:
        1;

    padding:
        17px 30px !important;

    cursor: pointer;

    box-shadow:
        0 0 20px
        rgba(149, 196, 56, 0.20),

        0 10px 28px
        rgba(149, 196, 56, 0.14) !important;

    transition:
        transform 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease;
}


/* Button hover */

.graywick-pitch-form button[type="submit"]:hover,
.graywick-pitch-form .elementor-button:hover {

    background:
        #a4d643 !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 0 28px
        rgba(149, 196, 56, 0.32),

        0 14px 34px
        rgba(149, 196, 56, 0.18) !important;
}


/* Button click */

.graywick-pitch-form button[type="submit"]:active,
.graywick-pitch-form .elementor-button:active {

    transform:
        translateY(0)
        scale(0.995);
}


/* Elementor button text */

.graywick-pitch-form .elementor-button-text {

    flex-grow: 0 !important;
}


/* Elementor button icon */

.graywick-pitch-form .elementor-button-icon {

    font-size: 17px;
}


/* =========================================================
   PRIVACY MESSAGE
   ========================================================= */



/* =========================================================
   REQUIRED ASTERISK
   ========================================================= */

.graywick-pitch-form
.elementor-mark-required
.elementor-field-label::after {

    color:
        rgba(255, 255, 255, 0.55) !important;
}


/* =========================================================
   ERROR / VALIDATION
   ========================================================= */

.graywick-pitch-form .elementor-error {

    color:
        #ff7777 !important;

    font-size:
        12px;

    margin-top:
        6px;
}


.graywick-pitch-form .elementor-message {

    border-radius:
        10px;

    font-size:
        14px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .graywick-pitch-form .elementor-form {

        padding:
            34px 30px 32px;

        border-radius:
            21px;
    }


    .graywick-pitch-form
    .elementor-form-fields-wrapper {

        column-gap:
            16px;

        row-gap:
            18px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .graywick-pitch-form .elementor-form {

        padding:
            25px 20px 24px;

        border-radius:
            18px;
    }


    .graywick-pitch-form
    .elementor-form-fields-wrapper {

        grid-template-columns:
            1fr;

        gap:
            17px;
    }


    .graywick-pitch-form .elementor-field-group,
    .graywick-pitch-form .elementor-field-type-textarea,
    .graywick-pitch-form .elementor-field-type-submit {

        grid-column:
            1 !important;
    }


    /* Labels */

    .graywick-pitch-form
    .elementor-field-label {

        font-size:
            11px !important;

        letter-spacing:
            1.5px;

        margin-bottom:
            8px !important;
    }


    /* Text fields */

    .graywick-pitch-form input.elementor-field,
    .graywick-pitch-form input.elementor-field-textual {

        height:
            50px !important;

        font-size:
            16px !important;
    }


    /* Dropdown */

    .graywick-pitch-form
    .elementor-field-type-select select,

    .graywick-pitch-form
    .elementor-select-wrapper select,

    .graywick-pitch-form
    select.elementor-field-textual {

        height:
            50px !important;

        min-height:
            50px !important;

        padding:
            0 46px 0 15px !important;

        font-size:
            16px !important;
    }


    .graywick-pitch-form
    .elementor-select-wrapper::after {

        right:
            18px !important;
    }


    /* Textarea */

    .graywick-pitch-form textarea.elementor-field,
    .graywick-pitch-form textarea.elementor-field-textual {

        min-height:
            115px !important;

        font-size:
            16px !important;
    }


    /* Button */

    .graywick-pitch-form button[type="submit"],
    .graywick-pitch-form .elementor-button {

        min-height:
            55px;

        padding:
            16px 20px !important;

        font-size:
            15px !important;
    }


    /* Privacy */

    .graywick-pitch-form
    .elementor-form-fields-wrapper::after {

        font-size:
            11px;

        line-height:
            1.5;

        padding:
            0 5px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .graywick-pitch-form .elementor-form {

        padding:
            22px 16px 21px;

        border-radius:
            16px;
    }

}/* End custom CSS */