.elementor-746 .elementor-element.elementor-element-ce65478{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:75px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-746 .elementor-element.elementor-element-804da71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:050px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-746 .elementor-element.elementor-element-485ae7c{text-align:center;font-family:"Sky text", Sans-serif;font-size:12px;font-weight:normal;color:#091153;}.elementor-widget-image .widget-image-caption{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-746 .elementor-element.elementor-element-d316e13 img{width:175px;}body.elementor-page-746:not(.elementor-motion-effects-element-type-background), body.elementor-page-746 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAFD;}@media(max-width:1024px){.elementor-746 .elementor-element.elementor-element-d316e13 img{width:125px;}}@media(min-width:768px){.elementor-746 .elementor-element.elementor-element-ce65478{--content-width:700px;}}/* Start custom CSS for wp-widget-gform_widget, class: .elementor-element-6fcf491 *//* =========================================================
   QUIZ TITLES
========================================================= */

.quiz-titles {
    text-align: center;
    padding-bottom: 5px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.quiz-titles p {
    margin-bottom: 2px;
}

.quiz-titles h2 {
    margin-top: 0;
    line-height: 1.1;
}


/* =========================================================
   NEXT + SUBMIT BUTTONS
========================================================= */

.gform_next_button,
.gform_button[type="submit"] {
    width: 100%;
    display: block;
}


/* =========================================================
   HIDE DEFAULT GRAVITY FORMS ELEMENTS
========================================================= */

.gform_previous_button,
.gform_heading {
    display: none !important;
}


/* =========================================================
   FORM LABELS
========================================================= */

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: normal !important;
    margin-bottom: 8px;
    padding: 0;
    color: #091153 !important;
}


/* =========================================================
   TEXT + EMAIL INPUTS
========================================================= */

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"] {
    height: 54px;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #091153;
}


/* =========================================================
   CONSENT CHECKBOX
========================================================= */

.gfield--type-consent .ginput_container_consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.gfield--type-consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    border: 1px solid #091153;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.gfield--type-consent input[type="checkbox"]:checked {
    background: #091153;
    border-color: #091153;
}

.gfield--type-consent input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 5px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.gfield--type-consent label {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}


/* =========================================================
   QUIZ RESULT AREA
========================================================= */

.quiz-result {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.quiz-result-hidden {
    opacity: 0;
}

.quiz-result-show {
    opacity: 1;
}


/* =========================================================
   QUIZ MESSAGE
========================================================= */

.quiz-message {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.quiz-message-show {
    opacity: 1;
}

.quiz-message p {
    margin: 0 0 2px;
    font-weight: normal !important;
}

.quiz-message h2 {
    margin: 0;
    font-weight: normal !important;
}

.quiz-message.is-correct p {
    color: #15D600;
}

.quiz-message.is-correct h2,
.quiz-message.is-wrong h2 {
    color: #091153;
}

.quiz-message.is-wrong p {
    color: #FF0000;
}


/* =========================================================
   IMAGE FADE
========================================================= */

.quiz-image {
    max-width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.quiz-image-changing {
    opacity: 0;
}


/* =========================================================
   QUESTION + TITLE FADE OUT
========================================================= */

.quiz-fade-out {
    opacity: 0;
    transition: opacity 0.3s ease;
}


/* =========================================================
   NEXT BUTTON FADE IN
========================================================= */

.quiz-button-show {
    animation: quizButtonFade 0.5s ease;
}

@keyframes quizButtonFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* =========================================================
   RADIO BUTTONS AS STACKED ANSWER BUTTONS
========================================================= */

/* Hide actual radio input */
.gfield_radio input[type="radio"] {
    display: none !important;
}

/* Stack choices vertically */
.gfield_radio {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Each choice full width */
.gfield_radio .gchoice {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Button styling */
.gfield_radio .gchoice label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: none !important;
    min-height: 62px !important;

    margin: 0 !important;
    padding: 16px 24px !important;

    border-radius: 6px !important;
    border: 1.5px solid #091153;

    background: #FAFAFD !important;
    color: #091153;

    cursor: pointer;
    transition: all 0.2s ease;

    text-align: center;
    box-sizing: border-box;

    font-size: clamp(1.0625rem, 0.6838rem + 0.7899vw, 1.375rem) !important;
}

/* Hover state */
.gfield_radio .gchoice label:hover {
    border-color: #0011EB;
    color: #0011EB;
}

/* Selected state */
.gfield_radio input[type="radio"]:checked + label {
    background: #091153 !important;
    border-color: #091153 !important;
    color: #fff !important;
}


/* =========================================================
   PAGE TRANSITIONS
========================================================= */

.gform_page {
    animation: quizPageFadeIn 0.45s ease;
}

.gform_page.quiz-page-fade-out {
    opacity: 0;
    transition: opacity 0.35s ease;
}

@keyframes quizPageFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



button, input, optgroup, select, textarea {

    line-height: 100% !important;

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sky text';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://competition.skymedia.co.uk/wp-content/uploads/2022/05/SkyText_W_Rg.eot');
	src: url('https://competition.skymedia.co.uk/wp-content/uploads/2022/05/SkyText_W_Rg.eot?#iefix') format('embedded-opentype'),
		url('https://competition.skymedia.co.uk/wp-content/uploads/2022/05/SkyText_W_Rg.woff') format('woff'),
		url('https://competition.skymedia.co.uk/wp-content/uploads/2022/05/SkyText_W_Rg.ttf') format('truetype');
}
@font-face {
	font-family: 'Sky text';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://competition.skymedia.co.uk/wp-content/uploads/2022/05/SkyText_W_Bd.eot');
	src: url('https://competition.skymedia.co.uk/wp-content/uploads/2022/05/SkyText_W_Bd.eot?#iefix') format('embedded-opentype'),
		url('https://competition.skymedia.co.uk/wp-content/uploads/2022/05/SkyText_W_Bd.woff') format('woff'),
		url('https://competition.skymedia.co.uk/wp-content/uploads/2022/05/SkyText_W_Bd.ttf') format('truetype');
}
/* End Custom Fonts CSS */