:root {
    --spd-red: #DE2E53;
    --spd-dark-blue: #002654;
    --spd-grey-blue: #58657C;
    --spd-light-grey: #F3F4F5;
    --spd-light-grey2: #CCD0D7
}

html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    font-family: open sans;
    font-size: 18px;
    margin: 0;
    background-color: #fff;
    direction: rtl;
    color: #fff;
    line-height: 1.5;
}

input,textarea,button {
    border-radius: 8px;
    border: 1px solid rgb(0 0 0/20%);
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    outline: none;
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: underline;
    outline: none
}

img {
    border: 0
}

.row {
    display: flex;
    flex-wrap: wrap
}

.row-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
}

.row-align-items {
    justify-content: space-between;
    display: flex
}

.item-start {
    align-self: flex-start
}

.third-div {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.third-div-bigger {
    flex: 0 0 40%;
    max-width: 40%
}

.qrtr-div {
    flex: 0 0 25%;
    max-width: 25%
}

.qrtr-div-bigger {
    flex: 0 0 29%;
    max-width: 29%
}

.fifth-div {
    flex: 0 0 20%;
    max-width: 20%
}

.small-div {
    flex: 0 0 10%;
    max-width: 10%
}

.big-div {
    flex: 0 0 90%;
    max-width: 90%
}

.four-fifhts-div {
    flex: 0 0 80%;
    max-width: 80%
}

.half-div {
    flex: 0 0 50%;
    max-width: 50%
}

.half-div-bigger {
    flex: 0 0 60%;
    max-width: 60%
}

.three-qrtr-div {
    flex: 0 0 75%;
    max-width: 75%
}

.three-qrtr-div-smaller {
    flex: 0 0 70%;
    max-width: 70%
}

.two-third-div {
    flex: 0 0 66.666666%;
    max-width: 66.666666%
}

.full-div {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.to-bottom {
    align-self: flex-end;
    margin-left: auto
}

.flex-box-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-row-center {
    display: flex;
    justify-content: center
}

.flex-col-center {
    display: flex;
    align-items: center
}

.flex-row-end {
    display: flex;
    justify-content: flex-end
}

.flex-col-end {
    display: flex;
    align-items: flex-end
}

.flex-row-start {
    display: flex;
    justify-content: flex-start
}

.flex-col-start {
    display: flex;
    align-items: flex-start
}

.flex-box-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.flex-box-start {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.flex-box-columns {
    display: flex;
    flex-direction: column;
    width: 100%
}

.flex-box-to-right {
    display: flex;
    justify-content: flex-end
}

.hide-mobile {
    display: flex
}

.hide-desktop {
    display: none
}

.hide-mobile {
    display: block
}

.hide-desktop {
    display: none
}

.bg-white {
    background-color: #fff
}

.bg-ref {
    background-color: var(--spd-red)
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.3;
}
h1 {
    font-weight: 800;
    line-height: 1.1;
    font-size: 55px;
    margin-block-start: 60px;
    color: var(--spd-red);
    max-width: 55%;
    margin-block-end: 10px;
}

h2 {
    margin-top: 0;
    margin-block-end:10px;
    font-weight: 700;
    font-size: 24px;
    color: var(--spd-red);
    max-width: 49%;
}

h3 {
    font-weight: 700;
    font-size: 32px;
    margin-block-start:0;margin-block-end:10px}

h4 {
    font-weight: 700;
    font-size: 22px
}

p {
    margin: 0
}

.c-red {
    color: var(--spd-red)
}

.responsive-img {
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.hand {
    cursor: pointer
}

.t-b {
    font-weight: 700
}

.t-m {
    font-weight: 500
}

.t-nob {
    font-weight: 400
}

.t-i {
    font-style: italic
}

.t-u {
    text-decoration: underline
}

.t-nou {
    text-decoration: none
}

.t-nou:hover {
    text-decoration: none
}

.t-upper {
    text-transform: uppercase
}

.grid {
    max-width: 90%;
    width: 100%;
    margin: auto
}

.badge {
    position: absolute;
    inset-block-start: 50px;
    inset-inline-start: 260px;
    inset-inline-end: 0;
    width: 220px;
    height: 220px;
    background-color: white;
    color: var(--spd-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 16px 16px 40px rgb(0 0 0 / 25%);
    margin: auto;
    animation: zoomin 2s ease infinite
}
 
.scroll {
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 16px 16px 40px rgb(0 0 0 / 25%);
    inset-inline: 0;
    margin-inline: auto;
    inset-block-end: 45px;
    cursor: pointer;
}

.scroll > img:first-child {
    margin-block-end: 10px;
}

.scroll:hover > img:last-child {
    transform: translateY(5px);
}

.scroll img {
    transition: all .4s ease;
}
.badge span {
    font-size: 24px;
    display: block;
    max-width: 80%;
    text-align: center;
    line-height: 31px;
    transform: rotate(-15deg);
}
@keyframes zoomin {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.top {
    background-image: url(../images/bg-top.jpg);
    height: 100vh;
    position: relative;
}

.top.bg-img-settings .row {
    padding-block-start: 6%;
    }
.txt-wrapper img {
    max-width: 110px;
}
.txt-wrapper h4 {
    font-size: 24px;
}
.txt-wrapper h3 {
    font-size: 18px;
    max-width: 360px;
    text-transform: uppercase;
    margin-block: 30px;
}
.txt-wrapper p {
    text-align: center;
    max-width: 560px;
}

.txt-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 65%;
    width: 100%;
}
 
.top .form-wrapper {
    max-width: 35%;
    width: 100%;
}
.txt-wrapper ul {
    padding-inline-start: 20px;
}

.form-wrapper .the-form {
    max-width: 530px;
    height: auto;
    width: 100%;
    background-color: white;
    color: var(--spd-dark-blue);
    margin-inline-start: auto;
    border-radius: 10px;
    padding-block: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-block-start: 40px;
}

.txt-wrapper ul {
    max-width: 750px;
    margin: 0;
    line-height: 1.5;
    font-size: 22px;
}

.form-top,.form-wrapper form {
    max-width: 75%;
    width: 100%;
}
 

.form-top h3 {
    font-size: 23px;
    font-weight: 500;
    margin-block-end: 20px;
}

.form-top a {
    color: var(--spd-dark-blue);
    font-size: 32px;
    font-weight: 700;
}

.form-top h4 {
    font-size: 24px;
}

#main-contact-form input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-block-end: 1px solid var(--spd-dark-blue);
    font-size: 18px;
    font-family: inherit;
    height: 60px;
    padding: 0;
}
#main-contact-form input::placeholder {
    color: var(--spd-dark-blue);
}
input#main-contact-submit {
    margin-block-start: 50px;
    border-radius: 100px;
    border: none;
    background-color: var(--spd-red);
    color: white;
    font-weight: 700;
    font-size: 20px;
}
input#main-contact-submit:hover {
    background-color: #2870c7;
}
.bg-img-settings {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.partners h2 {
    color: var(--spd-dark-blue);
    max-width: 50%;
    margin: auto;
    text-align: center;
    margin-block-end: 55px;
    font-size: 28px;
}

.partners {
    background-color: #FCFCFC;
    background-image: url(../images/bg-bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding-block-start: 85px;
    color: var(--spd-dark-blue);
    padding-block-end: 200px;
}
.shield {
    position: relative;
}
.partner {
    display: flex;
    align-items: flex-start;
}

.partner .row {
    margin-inline-start: 35px;
}
.partner a {
    background-color: #de2e54;
    padding: 10px 30px;
    border-radius: 30px;
    display: flex;
    margin-block-start: 25px;
}

.partner a:hover {
    background-color: #2870c7;
}
.row.partners-inf {
    gap: 2%;
    justify-content: space-between;
}
.partners h2 {
    max-width: 60%;
}
.partners-inf {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
}

.partners h3 {
    text-align: center;
    color: var(--spd-dark-blue);
    margin-block-start: 125px;
    margin-block-end: 85px;
    font-size: 40px;
}

.about-item {
    display: flex;
}

.about-item p {
    margin-inline-start: 20px;
}
.txt-wrapper ul {
    max-width: 500px;
}
.row.about {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.about {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

footer p {
    color: var(--spd-light-grey2);
}

footer p a {
    color: white;
}

footer p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: white;
    inset-inline-start: 0;
    opacity: 0.25;
    inset-block-start: -20px;
}

.footer-logo {
    margin-block-end: 35px;
    margin-block-start: 15px;
}

footer h2 {color: white;font-weight: 800;font-size: 60px;text-align: center;}

footer h2 span {
    display: block;
}

footer {
    background: radial-gradient(64.64% 315.08% at 60.21% -43.2%, #002654 0%, #1D4B83 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

footer p {
    padding-block-end: 30px;
    font-size: 16px;
    position: relative;
    max-width: 85%;
    width: 100%;
    text-align: center;
    }

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media(min-width: 1921px) {
    .top.bg-img-settings .row {
        padding-block-start:5%
    }
}

@media(max-width: 1750px) {
    .grid {
        max-width: 95%;
    }

}

@media(max-width: 1540px) {
    body{font-size: 14px;}
    .grid {
        max-width:95%
    }

    h1 {
        font-size: 45px;
    }

.txt-wrapper h3 {
    margin-block: 15px;
}

.txt-wrapper p, .txt-wrapper ul {
    font-size: 16px;
    max-width: 540px;
}

.txt-wrapper h3 {
    max-width: 280px;
    font-size: 20px;
}



.txt-wrapper h4 {
    margin-block: 15px;
    font-size: 20px;
}

.form-wrapper .the-form {
    padding-block: 35px;
    margin-block-start: 0;
}

.form-top, .form-wrapper form {
    max-width: 85%;
}
}

@media(max-width:1366px){
    h1 {
    font-size: 35px;
    max-width: 48%;
    margin-block-start: 10px;
}
footer h2 {
    max-width: 100%;
}
h2 {
    font-size: 20px;
    margin-block-end: 20px;
}
.about {
    max-width: 85%;
}
.txt-wrapper p, .txt-wrapper ul {
    font-size: 16px;
    max-width: 400px;
}

.txt-wrapper h3 {
    font-size: 14px;
}

.txt-wrapper h4 {
    font-size: 18px;
}

.top.bg-img-settings .row {
    padding-block-start: 4%;
}

.form-top h4 {
    font-size: 18px;
}

.form-top a {
    font-size: 24px;
}

.form-top a img {
    max-width: 17px;
}

.form-top h3 {
    font-size: 18px;
}

#main-contact-form input {
    height: 45px;
    font-size: 16px;
}

input#main-contact-submit {
    font-size: 18px;
    margin-block-start: 35px;
}
}

@media(max-width: 1280px) {
    .top {
    height: 100vh;
}
 

    footer p {
        text-align: center
    }


 
}

@media(max-width: 430px) {
    .partners-inf,.about {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    .form-wrapper .the-form {
        position: fixed;
        max-width: 100%;
        inset-inline-start: 0;
        padding-block-start: 0;
        inset-block-end: 0;
        margin: 0;
        padding-block-end: 15px;
        z-index: 999;
        border-radius: 0;
    }
    .top{background-image: url(../images/bg-top-mobile.png);}
    
    .badge {
        animation: none;
        width: 135px;
        height: 135px;
        inset-block-end: 40px;
        inset-block-start: auto;
        inset-inline-start: auto;
        inset-inline-end: 20px;
        margin: 0;
    }
    .form-top > p {
    display: none;
}
.partner a {
    margin-inline: auto;
}

.partner .row {
    margin-inline: auto;
}
.form-top a {
    text-decoration: none;
    color: white;
    display: block;
    margin-block-end: 10px;
}

.form-top {
    background-color: var(--spd-dark-blue);
    max-width: 100%;
    color: white;
}

.form-top a img {
    filter: grayscale(1) invert(1) brightness(1.5);
    max-width: 20px;
    margin-inline-start: 10px;
}

.form-top h3 {margin: 10px 0;}

.form-top h4 {
    background-color: white;
    color: var(--spd-dark-blue);
    margin: 0;
    padding-block: 10px;
}

.scroll {
    display: none;
}

.txt-wrapper {
    max-width: 100%;
}

h1 {
    max-width: 95%;
    text-align: center;
    margin-inline: auto;
    margin-block-start: 55px;
}

.badge span {
    font-size: 18px;
    line-height: 1.1;
    max-width: 100%;
}
.top {
    height: 90vh;
}

.txt-wrapper img {
    max-width: 70px;
    margin: auto;
    margin-block-start: 40px;
}

h2 {
    text-align: center;
    max-width: 100%;
}

.txt-wrapper h4 {
    display: none;
}
 

.txt-wrapper p {
    text-align: center;
    font-size: 16px;
    max-width: 75%;
    margin-inline: auto;
}

.partners {
    padding-block-start: 0;
    padding-block-end: 100px;
}

.partners h2 {
    max-width: 100%;
    font-size: 20px;
}

.partner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body {
    font-size: 18px;
}

.partner p {
    margin-inline: auto;
    margin-block-start: 15px;
    max-width: 90%;
}

.grid {
    max-width: 90%;
}
    #main-contact-form input {
    height: 30px;
    font-size: 14px;
}

.signup-field {max-width: 47%;flex: 0 0 47%;}

div#form-to-hide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.signup-field.pad-button {
    max-width: 100%;
    flex: 0 0 100%;
    margin-block-start: 25px;
}
#main-contact-form input {
    margin: 0;
}

footer h2 {
    font-size: 30px;
}

.shield {
    max-width: 60px;
    transform: translateY(-20px);
}

footer {
    height: 410px;
    padding-block-end: 250px;
}

.about-item img {
    max-width: 40px;
    height: auto;
}
.about-item p {
    margin: auto;
    max-width: 81%;
    margin-block-start: 20px;
}
.about-item {
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.partner img {
    max-width: 135px;
}
.partners h3 {
    margin-block: 50px;
    font-size: 22px;
}
}

@media(max-width: 400px) {
 
}
