@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
    --ptaj-red: #ff2d2e;
    --ptaj-blue: #20203b;
    --ptaj-glauc: #547aa5;
    --ptaj-robin: #50d8d7;
    --ptaj-winkle: #d1d2f9;
    --ptaj-oxford: #234240;
    --ptaj-grey: #cccccc;
    --ptaj-wasap: #25D366;
    --ptaj-body: "Lato", sans-serif;
    --ptaj-title: "Abril Fatface", serif;
}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:focus{outline:none;}
html,body{min-height:100%;margin:0px;padding:0px;}
body{background-color:whitesmoke;color:black;font-family:var(--ptaj-body);font-size:18px;font-weight:500;}
input,select,button,textarea{font-family:inherit;font-size:inherit;}
a{text-decoration:none;color:white;}
a:hover{color:var(--ptaj-winkle);}
#particles-js {
    position: fixed;
    z-index: -99999999999999999999;
    width: 100%;
    height: 100%;
}

.mg-b-5 { margin-bottom: 5px; }
.mg-b-10 { margin-bottom: 10px; }
.mg-b-15 { margin-bottom: 15px; }
.mg-b-20 { margin-bottom: 20px; }
.mg-b-25 { margin-bottom: 25px; }
.mg-b-30 { margin-bottom: 30px; }
.mg-b-35 { margin-bottom: 35px; }
.mg-b-40 { margin-bottom: 40px; }
.mg-b-45 { margin-bottom: 45px; }
.mg-b-50 { margin-bottom: 50px; }

.main-container {
    position: relative;
    width: 100%;
    padding: 20px;
}

@media all and (min-width: 500px) {
    .main-container {
        width: 450px;
        margin: 0 auto;
    }
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

header .main-logo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

header .main-logo > img {
    display: block;
    height: 60px;
}

header .aff-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    font-size: 0.7rem;
}

header .aff-logos .logos {
    position: relative;
    display: flex;
    column-gap: 10px;
    row-gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

header .aff-logos .logos > img {
    display: block;
    height: 20px;
}

#agentForm {
    display: block;
    position: relative;
}

#agentForm .form-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

#agentForm > .form-select {
    display: flex;
    gap: 15px;
    font-size: 0.9rem;
    align-items: center;
}

#agentForm > .form-select > select {
    padding: 4px 8px;
    border: solid 1px var(--ptaj-grey);
    background-color: white;
    color: black;
    font-weight: 500;
    position: relative;
    flex-grow: 1;
}

#agentForm .form-words {
    position: relative;
    border: dashed 2px var(--ptaj-grey);
    padding: 0 1rem;
}

#agentForm .form-words p {
    font-size: 0.9rem;
}

#agentForm .form-words p span.date {
    font-weight: 800;
}

#agentForm .form-words p span.companyName {
    gap: 5px;
}
#agentForm .form-words p span.companyName > input {
    flex-grow: 1;
}

#agentForm .form-words p .inline-input {
    display: inline-block;
    border: none;
    border-bottom: solid 2px var(--ptaj-glauc);
    width: 200px;
    background-color: rgba(255, 255, 255, 0);
}

#agentForm .form-words p > strong {
    font-weight: 800;
    display: block;
}

#agentForm .form-words p input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    border: solid 1px var(--ptaj-grey);
    border-radius: 0px;
}

#agentForm .form-words hr {
    margin: 2rem 0;
}

#agentForm .form-inputs {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: stretch;
}

#agentForm .form-inputs label {
    display: flex;
    align-items: center;
    gap: 5px;
    border: solid 1px var(--ptaj-glauc);
    padding: 8px 4px;
}

#agentForm .form-inputs label > i {
    color: var(--ptaj-blue);
    font-size: 1.2rem;
    text-align: center;
}

#agentForm .form-inputs label > span {
    font-size: 0.85rem;
    flex-grow: 0;
}

#agentForm .form-inputs label > select,
#agentForm .form-inputs label > input[type="text"],
#agentForm .form-inputs label > input[type="email"] {
    flex-grow: 1;
    padding: 4px 8px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    font-weight: 500;
    font-size: 0.85rem;
}
#agentForm .form-inputs label > select {
    padding: 4px 5px;
}

#agentForm .form-inputs label.companyName,
#agentForm .companyName {
    display: none;
}

#agentForm .form-inputs label.payoutEmail {
    display: none;
}

#agentForm .form-note {
    font-size: 0.85rem;
    color: var(--ptaj-oxford);
    border: solid 1px var(--ptaj-blue);
    padding: 10px 15px;
}

#agentForm .form-ip {
    text-align: center;
    font-size: 0.7rem;
}

#agentForm button.btn-primary {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: var(--ptaj-blue);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#agentForm .loading {
    margin-left: 5px;
    display: none;
}

a.call-card {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    background-color: black;
}

a.call-card .call-text {
    position: absolute;
    width: 60%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

a.call-card .call-text > span {
    display: block;
}

a.call-card .call-text > span:first-child {
    font-weight: 300;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

a.call-card .call-text > span:last-child {
    font-weight: 800;
    font-size: 0.8rem;
}

a.call-card img {
    display: block;
    width: 50%;
}

footer {
    font-size: 0.6em;
    text-align: center;
}