.vsd-28 .vsd-element.vsd-element-435ce6b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--flex-wrap:wrap;--border-radius:12px 12px 12px 12px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.vsd-28 .vsd-element.vsd-element-435ce6b:not(.vsd-motion-effects-element-type-background), .vsd-28 .vsd-element.vsd-element-435ce6b > .vsd-motion-effects-container > .vsd-motion-effects-layer{background-color:#FFFEFE;}.vsd-widget-heading .vsd-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.vsd-28 .vsd-element.vsd-element-d31b204{width:100%;max-width:100%;text-align:center;}.vsd-28 .vsd-element.vsd-element-d31b204 .vsd-heading-title{color:var( --e-global-color-astglobalcolor1 );}.vsd-28 .vsd-element.vsd-element-902bf7d{width:100%;max-width:100%;text-align:center;}.vsd-28 .vsd-element.vsd-element-902bf7d .vsd-heading-title{font-family:"Roboto", Sans-serif;font-size:1.1em;font-weight:400;color:var( --e-global-color-astglobalcolor3 );}.vsd-28 .vsd-element.vsd-element-77ab6bb{width:100%;max-width:100%;}.vsd-28 .vsd-element.vsd-element-77ab6bb > .vsd-widget-container{padding:10px 0px 10px 0px;}.vsd-28 .vsd-element.vsd-element-77ab6bb.vsd-element{--align-self:center;}.vsd-28 .vsd-element.vsd-element-3ec5066{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--flex-wrap:wrap;--border-radius:8px 8px 8px 8px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.vsd-28 .vsd-element.vsd-element-3ec5066:not(.vsd-motion-effects-element-type-background), .vsd-28 .vsd-element.vsd-element-3ec5066 > .vsd-motion-effects-container > .vsd-motion-effects-layer{background-color:#FFFEFE;}.vsd-28 .vsd-element.vsd-element-d040539{text-align:center;}.vsd-28 .vsd-element.vsd-element-fc05ba5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;--border-radius:8px 8px 8px 8px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.vsd-28 .vsd-element.vsd-element-fc05ba5:not(.vsd-motion-effects-element-type-background), .vsd-28 .vsd-element.vsd-element-fc05ba5 > .vsd-motion-effects-container > .vsd-motion-effects-layer{background-color:#FFFEFE;}.vsd-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 );}.vsd-widget-text-editor.vsd-drop-cap-view-stacked .vsd-drop-cap{background-color:var( --e-global-color-primary );}.vsd-widget-text-editor.vsd-drop-cap-view-framed .vsd-drop-cap, .vsd-widget-text-editor.vsd-drop-cap-view-default .vsd-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.vsd-28 .vsd-element.vsd-element-435ce6b{--width:100%;}}/* Start custom CSS for html, class: .vsd-element-77ab6bb */.registration-form {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif;
    transition: transform 0.2s;
}

.registration-notification {
    background: #f9d3d3;
    color: #d8000c;
    border: 1px solid #d8000c;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.registration-form .field {
    flex: 1 1 calc(50% - 10px);
}

.registration-form .field-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.registration-form .field-label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
    width: 100%;
}

.registration-form .field:focus {
    border-color: #2A85F3;
    outline: none;
    box-shadow: 0 0 8px rgba(42, 133, 243, 0.2), 0 0 8px rgba(26, 93, 187, 0.2);

}

.registration-form .select-wrapper {
    flex: 1 1 calc(50% - 10px);
}

.registration-form .submit-button {
    width: 100%;
    margin-top:26px;
    padding: 14px 20px;
    background: #2A85F3;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    transition: background 0.3s;
}

.registration-form .submit-button:hover {
    background: #1A5DBB;
}

@media (max-width: 600px) {
    .registration-form .field {
        flex: 1 1 100%;
    }
    .registration-form .select-wrapper {
        flex: 1 1 100%;
    }
}

.registration-form .field-wrapper {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
}

/* Registration form Mobile */

@media (max-width: 600px) {
    .registration-form .field-group {
        flex-direction: column;
    }

    .registration-form .field-wrapper {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }

    .registration-form .submit-button {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS */.field-wrapper-captcha {
    display: flex;
    justify-content: end;
    margin-top: 2rem;
}

.field-wrapper-captcha .h-captcha {
    margin-bottom: 0;
}

.notification-hidden {
    display: none;
}

.registration-notification p {
    margin-bottom: 0;
}/* End custom CSS */