:root {
    --spd-red: #DE2E53;
    --spd-dark-blue: #263754;
    --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
}

input,textarea,button {
    width: 100%;
    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;
    font-family: 'Open Sans';
    font-size: inherit;
}

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 {
    margin-block-end: 30px;
    font-weight: 800;
    font-size: 65px;
    margin-block-start:30px;
    line-height: 1;
    color: white;
    font-style: italic;
    background-color: var(--spd-red);
    display: inline-flex;
    padding: 10px 25px;
    border-radius: 10px;
}

h2 {
    margin-top: 0;
    margin-block-end:10px;
    font-size: 42px;
    font-weight: 800;
    font-style: italic;
    line-height: 50px;
    color: var(--spd-red);
}

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

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
}
.full-div.bg-thanks {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.full-div.bg-thanks + footer {
    height: auto;
    padding-block-start: 45px;
}
.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: 85%;
    width: 100%;
    margin: auto
}

.badge {
    position: absolute;
    inset-block-end: 90px;
    inset-inline-start: -40px;
    inset-inline-end: 0;
    margin: auto;
    animation: zoomin 2s ease infinite
}
.top .package {
    max-width: 520px;
}
.package-top-flach > .row .c-red {
    font-weight: 800;
    text-align: start;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    max-width: 19%;
    width: 100%;
}

.package-top-flach > .row p {
    text-align: start;
    margin-inline-start: 20px;
    max-width: 77%;
}

.package-top-flach > .row {
    margin-block-end: 35px;
    position: relative;
}

.package-top-flach > .row:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 25%);
    inset-block-end: -20px;
}
.package-top-flach > * {
    max-width: 85%;
    margin: auto;
}
@keyframes zoomin {
    0% {
        opacity: 1;
        transform: scale(1)
    }

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

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

.top {
    background-image: url(../images/bg-top.jpg);
    height: 100vh;
    position: relative;
}
.logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.call h4 {
    margin: 0;
    line-height: 32px;
}

.call {
    margin-inline-start: 60px;
}

.call .row img {
    filter: invert(1) brightness(1.5);
    margin-inline-start: 10px;
}

.call .row {
    align-items: center;
}
.top.bg-img-settings .row {
    padding-block-start: 2%;
    }

ul {
    margin: 0;
    padding-inline-start:20px}

.top-text ul li::marker {
    color: var(--spd-red)
}

.top-text ul {
    max-width: 50%;
    line-height: 38px;
    color: var(--spd-light-grey2);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bg-img-settings {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.top-text {
    max-width: 65%;
    width: 100%
}

.top-text p {
    max-width: 50%;
    color: var(--spd-light-grey2)
}

.top-ofer {
    max-width: 35%;
    width: 100%;
    height: 690px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}

.package {
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 12px 12px 30px rgb(0 0 0/7%);
    border-radius: 25px
}

.package-top-flach {
    background-color: var(--spd-dark-blue);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px 0;
}

.package-top-flach>* {
    color: #fff;
}

.package-top-flach>h3 {
    margin-block-end:0;
    font-size: 24px;
    line-height: 33px;
}

.package-top-flach>p {
    font-size: 22px
}

.package-main,.package-top {
    padding: 0 25px
}

.package-bottom {
    padding: 0 0 25px
}

.package-top {
    text-align: center;
    padding: 0 25px
}

.top-ofer h4,.package {
    color: var(--spd-dark-blue)
}

.package ul {
    padding: 0;
    list-style: none;
    margin-block-end:15px}

.package-wrapper {
    width: 100%
}

.package-top>span {
    font-size: 24px;
    font-weight: 700;
    margin-block-start:10px;display: flex;
    justify-content: center
}

.package-top>p {
    font-weight: 700;
    margin-block-end:15px;
    color: #58657C;
    }

.package ul li {
    height: 50px;
    border-block-end:1px solid var(--spd-light-grey2);display: flex;
    align-items: center;
    justify-content: center;
    max-width: 85%;
    margin: auto
}

.package ul li:last-child {
    border: none
}

.top-ofer h4 {
    margin-block-end:20px;margin-block-start:0}

.top-ofer>a {
    font-size: 22px;
    color: var(--spd-dark-blue);
    display: flex;
    align-items: center;
    margin-block-end:30px}

.whatsapp {
    position: fixed;
    inset-inline-end: 30px;
    inset-block-end: 30px;
    z-index: 999
}

.top-ofer>a img {
    margin-inline-start:10px}
.badge2 .row img {
    max-width: 80px;
}

.badge2 .row {
    justify-content: space-between;
    width: 70%;
    align-items: end;
    padding-block-end: 2%;
}

.badge2 h5 {
    font-size: 28px;
    text-align: start;
    margin-block: 0;
    max-width: 87%;
    margin-inline: 0;
    line-height: 32px;
}

.badge2 ul {margin-block: 25px;text-align: start;}

.badge2 ul li {
    margin-block-end: 10px;
    padding-inline-start: 10px;
}

.badge2 ul li::marker {
    content: "\2714";
    font-size: 23px;
    color: var(--spd-red);
}

.badge2 ul li:last-child {
    margin-block-end: 0;
}
 
    .badge2 {
        position: absolute;
        max-width: 320px;
        height: auto;
        background-color: white;
        border-radius: 10px;
        color: var(--spd-dark-blue);
        inset-inline-start: 120px;
        inset-inline-end: 0;
        margin: auto;
        inset-block-start: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        box-shadow: 12px 12px 30px rgb(0 0 0/7%);
        z-index: 1;
    }
    
    .badge2 p {
        max-width: 85%;
        margin: 0 auto;
        line-height: 1.2;
        margin-block-start: 15px;
    }

.package-price {
    max-width: 85%;
    width: 100%;
    display: flex;
    background-color: var(--spd-light-grey);
    height: 60px;
    border-radius: 5px;
    border: 1px solid var(--spd-light-grey2);
    margin: auto;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-block-end:20px}

.package-bottom a {
    background-color: var(--spd-red);
    max-width: 85%;
    width: 100%;
    display: flex;
    margin: auto;
    height: 60px;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.about .icon {
    max-width: 20%;
    width: 100%
}

.about .text {
    max-width: 80%;
    width: 100%;
    color: var(--spd-dark-blue)
}

.about {
    padding: 50px 0
}

.about .text p {
    max-width: 71%
}

.testimonial h3 {
    text-align: center;
    padding-block-start:70px}

.swiper-pagination-bullet-active {
    background: var(--spd-red)
}

.testimonial {
    background-image: url(../images/bg-blue-main.jpg);
    height: 500px;
}

.testimonial .grid,.testimonial-item {
    height: 100%
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.testimonial-item p {
    font-size: 32px;
    font-style: italic;
    color: var(--spd-light-grey2);
    max-width: 60%;
    text-align: center;
    position: relative;
    padding-block-start:50px;padding-block-end:30px}

.testimonial-item p:before {
    content: "";
    position: absolute;
    background: url(../images/quotes.png) no-repeat 0 0;
    width: 37px;
    height: 27px;
    inset-inline-end: 0;
    inset-inline-start: 0;
    margin: auto;
    top: 0
}

.testimonial-item h3 {
    margin-block-end:40px}

.testimonial-item span {
    color: var(--spd-light-grey2);
    font-size: 16px
}

.clients .row {
    justify-content: space-between;
    margin: auto
}
.the-form {
    display: flex;
    background-image: url(../images/bg-blue-bottom.jpg);
    height: 120px;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999999999999;
}
.form-wrapper {
    display: flex;
}
.the-form > .grid > a {
    position: absolute;
    right: 50px;
}
.form-wrapper h3 {
    margin: 0;
    line-height: 1.1;
    margin-inline-end: auto;
    max-width: 22%;
}

.signup-field {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-wrapper form input {
    max-width: 250px;
    height: 50px;
    padding-inline: 15px;
    border-width: 2px;
    border-color: transparent;
}
button[type="submit"] {
    background-color: #de2e53;
    width: 240px;
    border-radius: 35px;
    color: white;
    font-weight: bold;
    height: 50px;
    cursor: pointer;
}
button[type="submit"]:hover {
    background-color: white;
    color: #de2e53;
}
.form-wrapper form {display: flex;gap: 45px;align-items: center;}

.clients h3,.packages h3 {
    color: var(--spd-dark-blue);
    text-align: center;
    font-weight: 800;
    margin-block-end:50px}

.clients {
    padding: 65px 0;
    background-color: #fcfcfc
}
.clients .grid {
    max-width: 70%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.testimonial .swiper {
    padding-block-end: 50px;
}
.packages .row {
    justify-content: center;
    position: relative;
    z-index: 1;
    transform: translateY(40px)
}

.packages>.grid>h4 {
    text-align: center;
    color: var(--spd-red);
    font-weight: 800;
    font-size: 46px
}

.clients .row img {
    mix-blend-mode: darken
}

.packages .package {
    margin: 0 10px
}

.packages h3 {
    padding-block-start:0}

.packages {
    background-image: url(../images/bg-bottom.jpg);
    height: 390px;
}

footer {
    background-image: url(../images/bg-blue-bottom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-block-end: 130px;
}

footer p {
    padding-block-end:50px}

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

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

@media(max-width: 1540px) {
    .grid,.clients .grid {
        max-width:95%
    }
.form-wrapper h3 {font-size: 20px;line-height: 1.2;max-width: 15%;margin-inline-start: 65px;margin-inline-end: 0;}
.the-form > .grid > a {
    right: 10px;
}
.form-wrapper form input {
    max-width: 22%;
}
    
.badge2 {
    width: 205px;
    inset-inline-start: 85px;
}
    h1 {
        font-size: 50px;
        margin-block-start: 10px;
    }

    .clients .row img {
        max-width: 180px
    }
    .call {
    margin-inline-start: 30px;
}

.call h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}
 .top-text p {
    display: none;
}
.top-text > h4 {
    margin: 20px 0;
    line-height: 1;
}

.top-text h3 {
    font-size: 22px;
    margin: 10px 0;
    line-height: 1.2;
}

.package-top-flach {
    padding: 15px 0;
}

.top.bg-img-settings .row {
    margin-block-end: 25px;
}

.package-top-flach>h3 {
    line-height: 1.1;
}
    .packages h3 {
        padding-block-start:0}

    .packages .package {
        max-width: 31%
    }
.package-top-flach > * {
    max-width: 85%;
}
    .top.bg-img-settings .row {
        padding-block-start:2%;
        }

    .top-text ul {
        line-height: 30px;
        max-width: 66%;
    }

    .package ul li {
        height: 40px;
        font-size: 16px
    }

    .package-price,.package-bottom a {
        height: 35px;
        font-size: 16px;
    }

    .package-price {
        margin-block-end:15px}

    h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .package-top>span {
        font-size: 20px
    }

    .package ul {
        margin-block-end:15px}

    .package-top>p {
        margin-block-end:15px}

    body {
        font-size: 18px
    }
footer {
    height: 320px;
}
.badge2 h5 {
    font-size: 18px;
    line-height: 1.1;
}

.badge2 ul li {
    font-size: 12px;
    margin-block-end: 0;
}

.badge2 ul li::marker {
    font-size: 18px;
}

.badge2 .row img {
    max-width: 70px;
}

.top.bg-img-settings  .badge2 .row {
    width: 85%;
    margin-block-end: 0;
}

.top-ofer {
    justify-content: flex-start;
}

.logo-wrapper img {max-width: 10%;}

.call h4 {
    font-size: 13px;
}

.top-text ul {
    line-height: 25px;
    font-size: 14px;
    max-width: 53%;
}

.the-form {
    height: 80px;
}

.form-wrapper h3 {
    font-size: 16px;
    max-width: 12%;
}

.form-wrapper form input {
    height: 44px;
}
    .packages {
    height: 300px;
}
.package-top-flach > .row .c-red {
    font-size: 20px;
}
}

@media(max-width:1366px){
    .package-top-flach > * {max-width: 90%;}

.package ul li {
    height: 30px;
    font-size: 12px;
}
.package-top-flach > .row p {
    margin-inline-start: 14px;
    line-height: 1;
}
.package-top-flach {
    padding: 10px 0;
}
 

.top.bg-img-settings .row {
    margin-block-end: 15px;
}

.package-top-flach > .row:before {
    inset-block-end: -10px;
}

.badge {
    inset-block-end: -70px;
    inset-inline-start: -320px;
    display: none;
}


.badge2 p {
    font-size: 14px;
    margin-block-start: 7px;
    max-width: 80%;
    line-height: 1.1;
}
.top-text > img {
    max-width: 12%;
}

.top-ofer h4 {
    margin-block-end: 10px;
    line-height: 1.2;
    text-align: center;
}

.top-ofer>a {
    margin-block-end: 10px;
}

.package-top>p {
    font-size: 14px;
    margin-block-end: 0;
}

.package-top-flach>h3 {
    font-size: 18px;
}

.package-top-flach>p {
    font-size: 20px;
}

}

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

h1 {
    font-size: 45px;
    margin-block-start: 15px;
    margin-block-end: 10px;
}

h1 br {
    display: none;
}

h3 {
    font-size: 28px;
}


}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media(max-width: 1024px) {
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media(max-width: 768px) {
    .hide-mobile {
        display:none
    }

    .hide-desktop {
        display: block
    }
.form-wrapper {
    width: 100%;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    background-color: #263754;
    flex-direction: column;
    height: auto;
    padding-block: 15px;
}

.form-wrapper form input {
    max-width: 48%;
}

.form-wrapper form {
    flex-wrap: wrap;
    gap: 5px;
    max-width: 85%;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.the-form {
    height: auto;
}
.the-form > .grid > a {
    display: none;
}
.form-wrapper h3 {
    margin-block-end: 25px;
    margin-inline: auto;
    max-width: 83%;
    font-size: 20px;
}

button[type="submit"] {
    margin-block-start: 0;
    width: 48%;
    height: 44px;
}
    .grid {
        max-width: 90%
    }

    .top-text,.top-ofer {
        max-width: 100%
    }

    .badge {
        max-width: 50%;
        inset-inline-end: 0;
        inset-inline-start: 0;
        inset-block-start: auto;
        inset-block-end: 180px;
        display: block;
    }
    .package-top-flach {
        text-align: center;
    }
    .top {
        background-image: url(../images/bg-top-mobile.jpg);
        height: 75vh;
    }
.logo-wrapper img {
    max-width: 35%;
    margin-inline: auto;
}
.about .half-div h3 {
    text-align: start;
}
.logo-wrapper {
    margin-block: 2%;
}
    .top-text p,.top-text h4,.top-text ul {
        display: none
    }

    .top-text>img {
        max-width: 70px;
        margin-block-start: 30px;
    }

    .about>.grid {
        max-width: 100%
    }

    .package-wrapper {
        width: 90%;
        padding: 5vw 0
    }

    .about .package-wrapper {
        width: 100%;
        padding: 0
    }

    .package-bottom {
        padding: 0 25px
    }

    .whatsapp {
        display: none
    }

    .about .half-div {
        max-width: 90%;
        margin-inline-end:auto;margin-inline-start:auto}

    h1 {
        font-size: 6.5vw;
        text-align: center;
        margin-block-start:5px
        }

    .top-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    
.call {
    display: none;
}
.badge2 {inset-inline-start: 0;inset-block-start: auto;inset-block-end: 20px;}
    h3,.top-text h3 {
        font-size: 18px;
        text-align: center;
    }
.package-top-flach>p {
    text-align: center;
}
    .clients {
    padding-block-end: 0;
}

.packages h3 {font-size: 7vw;}
    .top-ofer {
        margin-block-start:125px}

    .top-ofer h4 {
        margin-block-end:10px}

    .about {
        padding-block-start:0;padding-block-end:0}

    .package ul li,.package-price,.package-bottom a {
        max-width: 100%
    }

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

    .package,.packages .package {
        max-width: 100%;
        box-shadow: none;
        margin-block-end:10vw}

    .about .icon {
        max-width: 30%
    }

    .about .text {
        max-width: 70%
    }

    .about .text p {
        max-width: 100%
    }

    .about .half-div,.about .package {
        margin-block-end:10vw}

    .testimonial-item p {
        max-width: 100%;
        font-size: 26px
    }

    .testimonial h3 {
        padding-block-start:5vw}

    .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
        bottom: 50px
    }

    .testimonial .swiper {
        padding-block-end:80px}

    .clients .row img {
        margin-block-end:10vw;max-width: 45%
    }

    .packages {
        height: auto
    }
h2 {
    text-align: center;
    margin-block-end: 0;
}

.top.bg-img-settings .badge2 .row {
    display: none;
}

.badge2 ul {
    margin-block: 10px;
}
    footer p {
        text-align: center
    }

    footer {
        height: auto;
        padding-block-start:50px;
        padding-block-end: 200px;
        }

    .packages .row {
        transform: translateY(0)
    }
}

@media(max-width: 430px) {

    .package-top-flach {
    text-align: center;
}
    .top-ofer {
        margin-block-start:35vw;
        display: none
    }
}

@media(max-width: 400px) {
    .top-ofer {
        margin-block-start:41vw
    }
}

@media(max-width: 375px) {
    .badge{
        display:none;
    }
}