#cotrareLeadGate,
#cotrareLeadGate * {
    box-sizing: border-box;
}
#cotrareLeadGate {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: inherit;
}
#cotrareLeadGate.is-open {
    display: flex;
}
.cotrare-gate-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 20, 39, .80);
}
.cotrare-gate-box {
    position: relative;
    z-index: 2;
    width: min(540px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 36px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .30);
}
.cotrare-gate-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #08274C;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.cotrare-gate-kicker {
    margin: 0 45px 10px 0;
    color: #5DB9C6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
}
.cotrare-gate-box h2 {
    margin: 0 45px 12px 0;
    color: #08274C;
    font-size: 34px;
    line-height: 1.08;
}
.cotrare-gate-intro {
    margin: 0 0 20px;
    color: #637083;
    font-size: 15px;
    line-height: 1.6;
}
#cotrareGateDestination {
    display: none;
    margin: 0 0 18px;
    padding: 11px 13px;
    border-left: 3px solid #5DB9C6;
    background: #F5F7F9;
    color: #08274C;
    font-size: 13px;
}
#cotrareGateDestination.is-visible {
    display: block;
}
#cotrareLeadForm {
    display: grid;
    gap: 10px;
}
#cotrareLeadForm label {
    margin-top: 4px;
    color: #08274C;
    font-size: 13px;
    font-weight: 800;
}
#cotrareLeadForm input:not([type="hidden"]) {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #D8E0E7;
    border-radius: 5px;
    background: #FFFFFF;
    color: #132033;
    font: inherit;
    font-size: 16px;
    outline: none;
}
#cotrareLeadForm input:not([type="hidden"]):focus {
    border-color: #5DB9C6;
    box-shadow: 0 0 0 3px rgba(93, 185, 198, .16);
}
.cotrare-gate-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}
#cotrareGateMessage {
    display: none;
    margin: 4px 0 0;
    padding: 11px 13px;
    border-left: 3px solid #A33A3A;
    background: #FFF4F4;
    color: #7C2D2D;
    font-size: 13px;
}
#cotrareGateMessage.is-visible {
    display: block;
}
#cotrareGateSubmit {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
    padding: 14px 20px;
    border: 0;
    border-radius: 5px;
    background: #08274C;
    color: #FFFFFF;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    cursor: pointer;
}
#cotrareGateSubmit:disabled {
    opacity: .65;
    cursor: wait;
}
.cotrare-gate-consent {
    margin: 8px 0 0;
    color: #6C7888;
    font-size: 11px;
    line-height: 1.55;
}
.cotrare-gate-consent a {
    color: #08274C;
    font-weight: 700;
}
body.cotrare-gate-open {
    overflow: hidden !important;
}
@media (max-width: 600px) {
    #cotrareLeadGate {
        padding: 12px;
    }
    .cotrare-gate-box {
        padding: 30px 20px 22px;
    }
}