﻿/* blue 0561d8 --> red e61e28 c71922 --> c71922 */
body {
    min-width: 100%
}
::selection {
    background: #A4E5ED;
}

@font-face {
    font-family: 'almoniTzar400';
    font-weight: 400;
    font-style: normal;
    src: url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot');
    src: url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff') format('woff'), url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff2') format('woff2');
}

@font-face {
    font-family: 'almoniTzar700';
    font-weight: 700;
    font-style: normal;
    src: url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.eot');
    src: url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.woff') format('woff2'), url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.woff2') format('woff')
}

@font-face {
    font-family: 'demibold';
    font-weight: 900;
    font-style: normal;
    src: url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot');
    src: url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff2') format('woff2'), url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff') format('woff')
}

#wrapper, header {
    max-width: unset;
    width: 100%;
}

    header.sticked {
        overflow: hidden;
        height: 70px;
        display: flex;
    }

#wrapper {
    background: #f4f7fa;
}

.desc {
    margin: 75px auto;
    text-align: center;
    max-width: 705px;
}

    .desc.article {
        margin: 20px auto;
    }

    .odot p, .desc p {
    font-family: 'almoniDL400';
    font-size: 20px;
    line-height: 23px;
    color: #353c4c;
    margin: 0 auto;
    max-width: 720px;
}

.odot strong {
    font-family: 'almoniDL900';
}

.hpSB {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    text-align: right;
    direction: rtl;
    background: rgba(255, 255, 255, 0.96);
    padding: 0 20px;
    left: 0;
    overflow: hidden;
    z-index: 1111111111;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    position: fixed;
}

    /*.hpSB .del {
        height: 30px;
        border: solid 1px #004f9f;
        margin: 0 16px;
        display: inline-block;
    }*/

    .hpSB .globesLink {
        background: url(https://res.cloudinary.com/globes/image/upload/v1618143157/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/globes_vfaqza.svg) no-repeat 0 0;
        width: 136px;
        height: 42px;
        display: inline-block;
    }

    .hpSB .project_logo {
        display: flex;
        align-items: center;
    margin:0 22px  0 0;
    }
    .logo_text {
    margin: 0;
    font-size: 44px;
    font-family: 'almoniDL900';
    color: #003c70;
}

    .hpSB .lnkSB {
        display: inline-block;
        font-family: demibold;
        font-weight: normal;
        margin-left: 35px;
        font-size: 16px;
        color: #003c70;
        white-space: nowrap;
    }

        .hpSB .lnkSB.active {
            color: #003c70;
            position: relative
        }

            .hpSB .lnkSB.active:after {
                position: absolute;
                width: 20px;
                height: 2px;
                right: 0;
                bottom: -5px;
                background-color: #71d5e0;
                content: '';
            }

#dvRSB, #logos {
    display: flex;
    align-items: center;
}

    #dvRSB a span {
        margin: 0;
        line-height: 37px;
        font-size: 16px
    }

    #dvRSB a img {
        margin-right: 15px;
        position: relative;
        top: 3px;

    }

.hpSB .lnkReg {
    font-family: demibold;
    font-size: 16px;
    text-align: right;
    letter-spacing: -0.3px;
    padding: 5px 13px;
        color: #003c70;
    border: 1px #003c70 solid;
    border-radius: 4px;
    margin-left: 30px;
}

.hpSB .lnkSB:hover {
    position: relative;
}

    .hpSB .lnkSB:hover::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #71d5e0;
        bottom: -5px;
        right: 0;
    }

.hpSB .imgShare {
    margin: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(https://res.cloudinary.com/globes/image/upload/v1618145034/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icon_share_ophib3.svg);
    background-repeat: no-repeat;
    margin-left: 40px;
}

    .hpSB .imgShare:hover {
        background-image: url(https://res.cloudinary.com/globes/image/upload/v1618145032/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icon_share_hover_u6uala.svg);
    }

.hpSB span {
    color: #003c70;
    margin-top: 14px;
}

.hpSB .l {
    font-family: AlmoniDL400;
    margin: 0;
    font-size: 16px;
    color: #000
}

.l {
    display: flex;
    align-items: center;
}

#SBTopLinks {
    display: inline;
    width: 100%;
    margin-right: 80px;
}

    #SBTopLinks .table {
        display: inline;
    }

#kidumSB {
  padding-top: 70px;
    background-color: #ffffff;
}

    #kidumSB h1 {
        position: absolute;
        top: 60px;
        right: 350px;
        font-family: 'almoniDL700';
        font-size: 50px;
    }

    #kidumSB h3 {
        position: absolute;
        top: 110px;
        right: 450px;
        font-family: 'almoniDL700';
        font-size: 40px;
    }

.odot {
 background: #6dd5e1;
    padding: 30px 20px 60px;
    margin-top: -4px;
}

 

.divSBTitle h2 {
    text-align: center;
    font-family: 'almoniTzar700';
    font-size: 56px;
    line-height: 65px;
    margin: 20px auto 30px;
    color: #003c70;
    letter-spacing: -0.18px;
    position: relative;
    display: block;
    padding: 0 20px;
}
.divSBTitle.smallMargin h2{
    margin:20px auto 10px;
}
.divSBTitle {
    position: relative;
    max-width: 1440px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.divSubTitle {
    font-family: 'almoniDL400';
    font-size: 20px;
    font-weight: normal;
    color: #353c4c;
    margin: 0 0 45px 0;
}
.section-comment {
    font-family: almoniDL400;
    font-size: 18px;
    color: #484848;
    text-align: center;
}

#lnkTips2 {
    display: inline-block;
}

.process {
    padding: 80px 0 20px;
    position: relative;
}


#divSBInstruction {
    width: calc(100% - 30px);
    margin: 20px auto 39px;
    max-width: 1040px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    position: relative;
}

    #divSBInstruction div {
        display: inline-block;
    }

        #divSBInstruction div > span img {
            border-radius: 50%;
            width: 130px;
            height: 130px;
        }

    #divSBInstruction p {
        font-family: demibold;
        font-size: 20px;
        color: #004f9f;
        margin: 30px auto 0;
        line-height: 29px;
        max-width: 190px;
    }

    #divSBInstruction div {
        position: relative;
        z-index: 1;
    }

        #divSBInstruction div:after {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            border-left: 2px solid;
            border-top: 2px solid;
            border-bottom: 0px solid #0000;
            transform: rotate(315deg);
            left: 0;
            top: 30%;
            bottom: -6px;
            color: #004f9f;
        }

        #divSBInstruction div:last-child:after {
            content: none;
        }



.sponser {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    font-family: 'almoniDL400';
    font-size: 16px;
    transform: translateY(-50%);
}

    .sponser img {
        margin-right: 10px;
    }

.mainInfo .socialLinks {
    text-align: center;
    direction: ltr;
    padding: 10px 0 10px 20px;
    border-top: 1px rgb(19 51 65 / 33%) solid;
    border-bottom: 1px rgb(19 51 65 / 33%) solid;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.mainInfo .mainInfo_inner .socialLinks a {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-position-y: center;
}

.linkTo {
    position: absolute;
    left: 0;
    top: 50%;
    color: #004f9f;
    font-size: 22px;
    font-family: 'almoniTzar500';
    transform: translateY(-50%);
}
.linkTo:hover{
    color:#2178A0;
}
    .linkTo:after {
        content: url(https://res.cloudinary.com/globes/image/upload/v1613496852/Digital/elbit/arrows-left_dlfvcm.svg);
        top: 4px;
        position: relative;
    }
     .linkTo:hover:after {
        content: url(https://res.cloudinary.com/globes/image/upload/v1618226150/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/arrows-left_dlfvcm_qibb3g.svg);
    
    }

.socialLinks .icon1 {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617812428/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-facebook_1_tyk2k3.svg) no-repeat 0 0;
}

.socialLinks .icon2 {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617812171/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-twitter-1_smseeg.svg) no-repeat 0 0;
}

.socialLinks .icon3 {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617812171/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-mail_1_xdboqi.svg) no-repeat 0 0;
}

.socialLinks .icon4 {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617812171/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-linkedin_1_blh7da.svg) no-repeat 0 0;
}

.socialLinks .icon5 {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617812171/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-whatsapp_1_ondlo8.svg) no-repeat 0 0;
}

.socialLinks .icon1:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617813323/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-facebook_yqlvte.svg) no-repeat 0 0;
}

.socialLinks .icon2:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617813323/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-twitter-hover_jw1drz.svg) no-repeat 0 0;
}

.socialLinks .icon3:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617813323/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-mail_x6qr97.svg) no-repeat 0 0;
}

.socialLinks .icon4:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617812171/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-linkedin-copy_sh408r.svg) no-repeat 0 0;
}

.socialLinks .icon5:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617813323/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/icons-social-whatsapp_g8fgac.svg) no-repeat 0 0;
}

#divSBBanner1, #divSBBanner2 {
    grid-column: 1 / -1;
    margin: 20px auto;
}

#p2048.article .ArticleRetatedItems {
    background: #fff
}

#SBFilterData {
    max-width: 1440px;
    margin: 30px auto 90px;
    width: calc(100% - 30px);
    display: grid;
    /*grid-template-columns: repeat(auto-fill, 330px);*/
     grid-template-columns: repeat(auto-fill, 213px);
    grid-gap: 32px;
    justify-content: space-evenly;
    grid-auto-flow: row dense;
    position: relative;
}



#lnkArt2, #lnkTips2 {
    position: relative;
    z-index: 1;
}

#SBFilterData > a:visited * {
    color: #66605b
}

.SBCoach {
    border: 1px solid #d5d5e4;
    border-radius: 15px;
    padding: 32px 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.28);
    z-index: 1;
}

.moreInfoCoach {
    position: absolute;
    top: 0;
    background: #fff;
    height: calc(100% - 64px);
    width: calc(100% - 46px);
    border-radius: 15px;
    padding: 32px 23px;
    transition: all ease-in 0.2s;
    opacity: 0;
    z-index: -1;
    display: grid;
}

.SBCoach:hover .moreInfoCoach {
    opacity: 1;
    z-index: initial;
}

.SBCoach .moreInfoCoach h4 {
    color: #003c70;
    margin-bottom: 16px;
}

.SBCoach .moreInfoCoach p, .womanDesc {
    font-size: 16px;
    line-height: 19px;
    color: #003c70;
    margin-bottom: 26px;
    font-family: almoniDL400;
}

.SBCoach .moreInfoCoach span {
    font-size: 16px;
    line-height: 19px;
    color: #003c70;
    border: 1px solid #003c70;
    border-radius: 35px;
    font-family: demibold;
    padding: 8px 16px;
    transition: background ease 0.2s;
    justify-self: center;
    align-self: end;
}

    .SBCoach .moreInfoCoach span:hover {
        background-color: #003c70;
        color: #fff;
    }

.SBCoach img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 24px;
}

.SBCoach h4 {
    font-size: 20px;
    line-height: 29px;
    margin: 0;
    font-family: demibold;
    color: #004f9f
}

.SBCoach h6, .SBCoach p {
    font-size: 16px;
    line-height: 23px;
    font-family: 'almoniDL400';
    margin: 0;
    color: #000;
    text-align: center;
    font-weight: normal;
}
.connection{
    background-color:#f5ecc8;
    border-radius:15px;
    margin: 0 10px;
}
.myCon {
    font-family: 'almoniDL400';
    font-size: 17px;
    color: #484848;
    line-height: 1;
    padding-top: 4px;
    display: block;
}
.blue {
    font-family: 'demibold';
    font-size: 20px;
    color: #162e6d;
    display: block;
    line-height: 1;
    padding-bottom: 4px;

}

.mobile, .mobile + p {
    display: none;
}

#SBInStaffItem {
    grid-column: 1 / -1;
    margin: 44px auto 106px;
    max-width: 900px;
    overflow: hidden;
    width: 100%;
}

#divSBArt1 {
    position: relative;
}

#SBInStaffItem h2 {
    font-family: AlmoniTzar500;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.47;
    letter-spacing: -0.09px;
    text-align: right;
    color: #e61e27;
    float: right;
    margin-right: 38px;
}

#SBInStaffItem .link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.05px;
    text-align: right;
    color: #b3203a;
    border: 1px #b3203a solid;
    float: left;
    margin: 34px 0 0 48px;
    font-family: almoniDL400;
    padding: 0 12px;
}

#SBInStaffItem img {
    width: 100%
}

.close {
    font-size: 20px;
    font-family: 'Open Sans';
}

.closetext {
    line-height: 25px;
    font-family: 'almoniDL400';
}

.errInput {
    border: 2px solid #cc0000 !important;
}
/*--------------------------form section------------------------------------*/
.form__section {
    position: relative;
}



#SBSendMailSuccess {
    display: none;
    position: relative;
}

    #SBSendMailSuccess h3 {
        font-family: 'demibold';
        font-size: 24px;
        margin: 20px 0;
    }

.container {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617777117/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/rectangle-copy-4_wq7iuc.png);
    padding:  20px;
    max-width: 1401px;
    margin: 0 auto;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.form {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    position: relative;
    margin: auto;
    width: 100%;
}
.form  .divSBTitle h2{
    color:#fff;
}


.form_desc {
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto 48px;
    font-family: 'almoniDL400';
    text-align: center;
    color:#fff;
}

.form_msg {
    padding: 100px 0;
    text-align: center;
}

    .form_msg h4 {
        font-size: 56px;
        color: #fff;
        font-family: 'almoniTzar700';
        margin: 0;
       
    }

    .form_msg p {
        font-size: 24px;
        font-family: 'almoniDL400';
        margin: 10px 0;
         color:#fff;
    }

.form_terms {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: 'almoniDL400';
    margin: 0 0 20px 0;
}

    .form_terms a {
        text-decoration: underline;
        color: #fff;
    }

.form-boxes {
    width: 100%;
}

    .form-boxes h3 {
        color: #004f9f;
        font-size: 24px;
        text-align: right;
        font-family: 'almoniTzar500';
        font-weight: normal;
        margin: 0 0 15px 0;
    }

.form_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
}

.col2span {
    grid-column: 2 span;
}

.form-img {
    width: 100%;
    margin: 20px 0 40px 0;
}

.form_desc a {
    border-bottom: 1px #e61e28 solid;
    color: #e61e28
}

.form_desc #chkSBAgree {
    float: right;
    margin: 8px 0 55px 20px;
    width: 20px;
    height: 20px;
}

.form input, .form textarea {
    font-size: 18px;
    border: none;
    padding: 10px;
    margin: 0;
    font-family: 'almoniDL400';
    background-color: transparent;
}

    .form input::placeholder, .form textarea::placeholder {
        color: #666666;
    }

#BusinessF ~ label, #BusinessName ~ label {
    display: none;
}

#user_name, #user_email {
    flex: 1 1 calc(50% - 40px);
}

#user_name {
    margin-left: 20px;
}

#user_msg {
    flex: 1 1 100%;
    min-height: 50px;
    border: 1px #004f9f solid;
    grid-column: 1 / -1;
    background: #fff;
    color: #353c4c;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.splitCell {
    display: flex;
    gap: 10px;
}
#porjectStage {
    min-width: 128px;
}
.form .btn_submit {
    width: 260px;
    margin: 0 auto;
    font-size: 20px;
    font-family: demibold;
}

.form-label input[type="text"], .form-label input[type="password"], .form-label input[type="tel"], .form-label input[type="email"], .form-label select {
    background-color: #fff !important;
    border: 1px #004f9f solid !important;
}

.form-label label {
    background: none;
    color: #353c4c;
    -webkit-filter: none;
    white-space: nowrap;
}

#btnRegStaff {
    margin-bottom: 130px
}

.btn_submit.disable:hover, .btn_submit.disable {
    background: #66605b !important;
    cursor: auto
}

#SBSendMailContainer .btn_submit, #btnRegStaff, .lnkReg2 {
background-color: #71d5e0;
    font-family: demibold;
    border: none;
    color: #003c70;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
}

    .btn_submit:hover, #btnRegStaff:hover, .lnkReg2:hover {
            background-color: #4DD0DF;
}
    

#err_msg {
    flex: 1;
    font-family: 'almoniDL400';
    font-size: 14px;
    text-align: right;
    color: #c00;
    margin-right: 39px;
    margin-top: -10px;
}

.form-label .errMsg, .error_message, .red_bottom, .loginWr .errMsg {
    font-family: 'almoniDL400';
    font-size: 14px;
}

.msg-success {
    font-size: 56px;
    font-family: 'ultrabold';
    padding: 70px 0;
}

#SBFilterBtns {
    margin: 0;
}

    #SBFilterBtns input {
        color: #611940;
        font-size: 20px;
        line-height: 29px;
        letter-spacing: -0.05px;
        padding: 0px 23px;
        font-family: demibold;
        cursor: pointer;
        position: relative;
        background: none;
        border: none;
    }

        #SBFilterBtns input:after:hover, #SBFilterBtns input.active:after {
            position: absolute;
            width: 20px;
            height: 2px;
            right: 0;
            bottom: 0;
            background-color: #ab218e;
            content: '';
        }

.kidumImg {
    width: 100%
}
/* adviser */
.adviserWr {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617811866/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/hero_ftpm6z.png);
    padding-top: 60px;
}

.adviser {
    margin: 0 auto;
    max-width: 1040px;
    width: calc(100% - 160px);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 50px;
}

.mainInfo {
    padding-left: 90px;
    border-left: 1px #ffffff66 solid;
}

.mainInfo_inner, .mainTxt_inner {
    max-width: 340px;
    margin: auto;
}

.mainTxt {
    padding-right: 90px;
}

.mainInfo img {
    border-radius: 50%;
    width: 230px;
}

.mainInfo h2 {
   color: #003c70;
}

.mainInfo h3, .mainInfo h4 {
    margin: 0;
    color: #fff;
    line-height: 1
}

.mainInfo h2 {
    font-size: 46px;
    line-height: 45px;
    font-family: almoniDL700;
    margin: 15px 0 5px;
    font-weight: normal;
}

.mainInfo h3, .mainInfo p {
    font-size: 24px;
    font-family: 'almoniDL400';
    margin: 0 0 4px;
    font-weight: normal;
    text-align: center;
    color:#133341;
}

.mainInfo h4 {
    font-size: 16px;
    font-family: 'almoniDL400';
}

.mainTxt p {
    font-weight: normal;
    line-height: 28px;
    font-size: 22px;
    text-align: right;
    color: #353c4c;
    font-family: 'almoniDL400';
    margin: 0
}
/* end adviser*/
.mainTxt h3 {
    color: #353c4c;
    font-family: 'demibold';
    font-size: 24px;
    text-align: right;
    margin: 20px 0 5px 0;
}
.companyMantor {
    margin: 20px 90px 0 0;
    text-align: right;
    background-color: rgb(216 239 242 / 64%);
    padding: 22px;
}
.companyMantor h3{
    font-family: 'almoniDL700';
    font-size: 30px;
    color: #162e6d;
    margin: 0;
    display:inline-block;
}
.companyMantor p{
    font-family: 'almoniDL400';
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}
#shareCompany{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1622467515/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/a-icon-share_af8usc.svg');
    width:16px;
    height:16px;
        display: inline-block;
    float: left;
    cursor:pointer;
}
.divSBArtContainer {
    width: calc(100% - 54px);
    margin: 15px auto 90px;
    max-width: 1268px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 325px);
    justify-content: space-evenly;
    grid-gap: 40px;
}

.item {
    display: inline-block;
    max-width: 400px;
    border-radius: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 1px #e0e0e0 solid;
}

    .item:nth-of-type(3) {
        margin-left: 0
    }

    .item img {
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0;
        display: block;
    }

.SBArtMadorTitle {
    text-align: left;
    font-size: 32px;
    font-family: 'almoniTzar500';
    line-height: 1.47;
    letter-spacing: -0.09px;
    color: #5c6769;
    width: calc(100% - 54px);
    margin: 0 auto 42px;
    max-width: 1268px;
}

.SBArtLogo {
    position: relative;
    top: 45px;
}

.divSBArtContainer .item .title a:visited {
    color: #484848;
}

.divSBArtContainer .item .title a:hover, .divSBArtContainer .box_text a:hover {
    color: #2178A0!important
}

.item h2, .item h4 {
    font-size: 20px;
    font-family: 'demibold';
    line-height: 24px;
    color: #6e5663;
    margin: 20px auto 0;
    width: calc(100% - 40px);
    min-height: 82px;
    text-align: center;
}

.hWr4 {
    width: calc(100% - 40px);
    margin: 0 auto 16px;
    text-align: center;
}

.author {
    color: #8c8c8c;
    font-family: 'almoniDL400';
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    margin-left: 2px;
}

.datetime {
    color: #989898;
    font-size: 14px;
    display: inline-block;
    font-family: 'almoniDL400';
}

    .datetime:before {
        content: "|";
        margin: 0 16px;
        color: #cbb;
        font-family: 'almoniTzar300';
    }

#SBAllArt {
    margin: 75px auto 130px;
    display: block;
    font-family: AlmoniDL400;
    font-size: 18px;
    border: 1px #e61e28 solid;
    letter-spacing: -0.3px;
    padding: 4px 25px;
    background-color: #fff !important;
    color: #e61e28;
    width: 100px;
    cursor: pointer;
    grid-column: 1 / -1;
}

    #SBAllArt:after {
        border: solid #e61e28;
        border-width: 0 2px 2px 0;
        margin-right: 6px;
        display: inline-block;
        padding: 3px;
        content: '';
        position: relative;
        top: -1px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    #SBAllArt:hover:after {
        border: solid #fff;
        border-width: 0 2px 2px 0;
    }

.lnkReg2 {
    width: auto;
    margin-bottom: 100px;
    padding: 10px 100px;
}

#SBAllArt:hover, .hpSB .lnkReg:hover {
    background-color: #003c70;
    color: #fff
}

#SBFooter {
    background: #fff;
    margin-top: 100px;
    overflow: hidden;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    #SBFooter p, #SBFooter a {
        font-family: AlmoniDL400;
        font-size: 16px;
        line-height: 23px;
        text-align: right;
        color: #3e3e3e;
    }

.hh {
    animation: animatezoom1 .7s forwards;
}

.cc {
    animation: animatezoom2 .7s forwards;
}

.tagiotSection {
    font-family: 'demibold';
    margin-bottom: 25px;
    display: none;
}

    .tagiotSection p {
        color: #6e5663;
        font-size: 20px;
        display: inline-block;
        direction: ltr;
        margin: 10px;
    }

.feed_subject {
    color: #a22165;
    font-size: 16px;
    border: 1px solid #a22165;
    border-radius: 20px;
    padding: 8px 16px;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    transition: background ease-in 0.2s;
}

    .feed_subject.feed_added, .feed_subject:hover {
        background: #a22165;
        color: #fff;
    }

.form-label select {
    text-indent: 0;
    padding-right: 14px
}
.form-label input[type="text"]:valid ~ label, .form-label select:valid ~ label {
    color: #ffff;
}
.form-label input:valid ~ label, .form-label input:focus ~ label, .form-label textarea:valid ~ label, .form-label textarea:focus ~ label {
    background: transparent;
    transform: translate3d(10px,-34px,0);
    color: #fff!important;
}

.form-label input[type="text"], .form-label input[type="password"], .form-label input[type="tel"], .form-label input[type="email"], .form-label select {
    -webkit-box-shadow: none !important;
}

#SBSendMailContainer > div > div:nth-child(5), #SBSendMailContainer > div > div:nth-child(8) {
    margin-left: 0;
}
/* takanon */
#SBTakanon {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    width: 62%;
    margin: 0 auto;
    text-align: right;
    margin-right: 354px;
    max-width: 592px;
    padding-top: 100px;
}

    #SBTakanon h1 {
  
    font-size: 56px;
    margin-right: 25px;
    margin-bottom: 32px;
    font-family: 'almoniTzar700';
    font-weight: normal;
    margin: 0;
    color: #003c70;
    letter-spacing: -0.18px;
    line-height: 1;

    }

    #SBTakanon ol li {
        text-align: right;
        font-family: OpenSansHebrew;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.09px;
        color: #555;
        margin-bottom: 14px;
    }

    #SBTakanon p {
        text-align: right;
        font-family: OpenSansHebrew;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.09px;
        color: #555;
        margin-bottom: 14px;
    }

        #SBTakanon p a {
            color: #a41c65;
            border-bottom: 1px #a41c65 solid;
            word-break: break-word;
        }
         #morInfo{
             border:1px solid #d5d5e4;
             padding:30px 20px;
             border-radius:10px;
             background:rgba(255, 255, 255, 0.76);
             max-width: 1399px;
    margin: 50px auto;

         }
        #morInfo p{
            font-size:20px;
            color:#353c4c;
            font-family: 'almoniDL400';
            max-width:980px;
            margin:10px auto;
            text-align:center;
        }
        .page_12897 .divSBArtContainer,  .page_12897 #morInfo, .page_12897 #altmanTips{
            display:none;
        }
/* article */
#p2048 header {
    max-width: 1280px
}

#p2048 .socialIconsArt a {
    background-color: #0b1742;
}

    #p2048 .socialIconsArt a:hover {
        background-color: #ffe8ee
    }

#p2048 .wr_item h3 {
    color: #000
}

    #p2048 .wr_item h3:hover, #p2048 .item50pr .wr_item h2:hover {
        color: #f44336
    }

#p2048 {
    background: #f2f2f5;
}

    #p2048 .divSBArtContainer {
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        width: 100%;
    }

    #p2048 #divSBArt2 {
        max-width: 1010px;
        position: relative;
        z-index: 111111
    }

        #p2048 #divSBArt2 .item {
            max-width: 490px;
        }

            #p2048 #divSBArt2 .item h2 {
                text-align: right;
                font-size: 32px;
                font-family: 'almoniTzar400';
                line-height: 32px;
                font-weight: normal
            }

    #p2048 #divSBArtTitle {
        margin-bottom: 16px;
        overflow: hidden
    }

        #p2048 #divSBArtTitle .SBArtMadorTitle1 {
            font-size: 54px;
            font-family: 'almoniTzar700';
            line-height: 1;
            letter-spacing: -0.18px;
            text-align: right;
            color: #0b1742;
            float: right;
        }

        #p2048 #divSBArtTitle .SBArtMadorTitle2 {
            font-size: 26px;
            font-family: 'almoniTzar400';
            line-height: 1;
            letter-spacing: -0.07px;
            float: left;
            text-align: right;
            color: #66605b;
            margin: 22px 0 0 0;
        }

        #p2048 #divSBArtTitle .SBArtLogo {
            position: static;
            float: left
        }

            #p2048 #divSBArtTitle .SBArtLogo img {
                width: 150px;
                margin-top: 20px;
            }

.articleInner {
    background: url(https://res.cloudinary.com/globes/image/upload/v1617862605/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/hero-copy-2_xwyeai.png) center center;
    height: 600px;
    background-repeat: no-repeat;
    background-size: 101%;
}

element.style {
}

:not(#F_Content ul), :not(#F_Content li) {
    list-style: none;
}

.veidaWr.article .section_content {
    max-width: 700px;
    width: 100%;
    margin: 0px auto 100px;
    text-align: right;
    position: relative;
}

.articleInner img {
    top: 90px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    z-index: 1;
}

.article_header {
    background: #6dd5e1;
    padding: 150px 0 50px;
    position: relative;
}

.article_title {
    font-size: 56px;
    color: #003c70;
    font-family: 'almoniTzar700';
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1;
}

.article_subTitle {
    font-size: 20px;
    font-family: 'almoniDL400';
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.2;
    color: #353c4c;
}

.authorArticle {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto auto;
    grid-gap: 14px;
}

.author_name {
    font-family: 'almoniDL700';
    color: #353c4c;
    font-size: 18px;
    margin-left: 20px;
}

.section_content .date {
    color: #5a5a5a;
    font-size: 18px;
    margin: 0;
    font-family: 'almoniDL400';
}

.author_title {
    grid-column: 3 span;
    align-self: start;
    color: #353c4c;
    font-size: 16px;
    font-family: 'almoniDL400';
}

.sbTitle h2.title {
    text-align: center;
    font-size: 56px;
    font-family: almoniTzar700;
    margin: 0 0 30px;
    color: #004f9f;
}

.article_info {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px #e5e2e0 solid;
    border-top: 1px #e5e2e0 solid;
    margin: 25px 0px;
}

.veidaWr.article .socialLinks {
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    flex-direction: column;
    top: 0;
    right: -100px;
}

.veidaWr {
    position: relative;
    background: #f2f2f5;
}

.article_text p strong {
    font-size: 28px;
    font-family: 'almoniTzar700';
    color: #353c4c;
}

    .article_text p strong a {
        font-size: 18px;
        color: #484848;
        font-family: OpenSansHebrew;
    }

.article_text p {
    line-height: 28px;
    font-size: 18px;
    color: #484848;
    font-family: OpenSansHebrew;
    margin: 0 0 20px;
}

.section_articles {
    max-width: 1400px;
    margin: 0 auto 50px;
}

.meetings {
    max-width: 1400px;
    display: flex;
    justify-content: center;
    width: calc(100% - 36px);
    margin: auto;
    gap: 30px;
}

.section_articles .meetings .meet {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px #e9e2de solid;
    display: flex;
    flex-direction: column;
    flex: 0 0 350px;
}

    .section_articles .meetings .meet .title {
        text-align: center;
        letter-spacing: -0.06px;
        font-size: 20px;
        font-family: demibold;
        margin-bottom: 32px;
        padding: 14px 23px 0;
    }

.title a {
    color: #0b1742;
}

    .title a:hover {
        color: #004f9f;
    }

.section_articles .meet_info {
    display: flex;
    margin-top: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'almoniDL400'
}

    .section_articles .meet_info .autor {
        border-left: 1px solid #8c8c8c;
        padding-left: 15px;
    }

    .section_articles .meet_info span {
        margin: 0 10px;
        color: #8c8c8c;
        font-size: 14px;
    }

.meetings .meet img {
    width: 100%;
    height: auto;
}

.article .socialLinks a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 20px;
}

.article .socialLinks .facebook {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-facebook_glkrtr.svg) no-repeat 0 0;
}

.article .socialLinks .mail {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-mail_on1643.svg) no-repeat 0 0;
}

.article .socialLinks .twitter {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-twitter_bk4zlv.svg) no-repeat 0 0;
}

.article .socialLinks .whatsap {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-whatsapp_dv1kf3.svg) no-repeat 0 0;
}

.article .socialLinks .linkedin {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612960610/Digital/elbit/share-linkedin_ap1l82.svg) no-repeat 0 0;
}

.article .socialLinks .facebook:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-facebook-hover_nyiw6h.svg) no-repeat 0 0;
}

.article .socialLinks .mail:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612958290/Digital/elbit/share-mail-hover_ihcsfe.svg) no-repeat 0 0;
}

.article .socialLinks .twitter:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612958290/Digital/elbit/share-twitter-hover_wbzhdt.svg) no-repeat 0 0;
}

.article .socialLinks .whatsap:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-whatsapp-hover_ntt7zz.svg) no-repeat 0 0;
}

.article .socialLinks .linkedin:hover {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612960612/Digital/elbit/share-linkedin-hover_mxruys.svg) no-repeat 0 0;
}
.bgImg .creditImg {
    font-size: 14px;
}
#divFooter {
    background: #fff
}

    #divFooter > div:after {
        color: #000
    }

     .form_title {
        max-width: 100%;
        margin: 0 auto;
        font-size: 40px;
        line-height: 40px;
        text-align: center !important;
        font-family:'almoniDL400';
    }

@keyframes animatezoom1 {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes animatezoom2 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media only screen and (max-width: 1550px) {
    .hpSB .lnkReg {
        display: none
    }

    .hpSB h2 {
        margin-left: 40px
    }
}

@media only screen and (max-width: 1500px) {
    #SBTopLinks {
    margin-right: 50px;
}
    .hpSB .imgShare{
        margin-left:20px;
    }
    .hpSB .lnkSB {
        margin-left: 20px
    }
}



@media screen and (max-width: 1340px) {
    .hpSB .globesLink {
        background: url(https://res.cloudinary.com/globes/image/upload/v1618149214/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/%D7%92_rimptk.svg) no-repeat 0 0;
        width: 24px;
        height: 24px;
    }
    .logo_text {
        font-size: 36px;
    }

    #SBInStaffItem img {
        width: 98%
    }

    #p2048 #divSBArt2 {
        width: 98%;
        margin: 0 auto;
    }

 

    .desc {
        font-size: 28px;
    }

    #SBTakanon {
        width: 80% !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 1100px) {
    .mainInfo .socialLinks a {
        margin: 0 10px
    }
    #SBTopLinks {
    margin-right: 20px;
}

    .hpSB .lnkSB {
        font-size: 15px;
        margin-left: 15px;
    }

    .mainTxt p {
        font-weight: normal;
        line-height: 22px;
        font-size: 18px;
    }

    .odot {
        padding: 20px 20px 60px;
    }

     

    .divSBArtContainer {
        grid-template-columns: repeat(auto-fill, 303px);
        grid-gap: 30px;
    }
}

@media screen and (max-width: 900px) {
    #SBTopLinks {
        width: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 790px) {
    .hpSB {
        height: 145px;
        flex-direction: column;
        align-items: baseline;
        padding: 5px 0 0;
        width: 100%;
        top: 0;
    }

        .hpSB .imgShare {
            position: absolute;
            left: 18px;
            top: 15px;
            margin-left:0;
        }

    #dvRSB {
        width: 100%;
        background: #fff;
        margin-top: -5px;
        justify-content: center;
        border-top: 1px solid #dfe2e6;
    }

    .hpSB .del {
        height: 21px;
    }

    #dvRSB .noMobile {
        display: none;
    }

    .hpSB .l {
        font-family: AlmoniDL400;
        margin: 0 auto;
        font-size: 15px;
        color: #484848;
    }

    header.sticked .l {
        display: none;
    }

    #logos, #SBTopLinks {
        width: calc(100% - 36px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    header.sticked {
        height: 83px;
    }

    .divSBTitle::before {
        width: calc(100% - 40px);
        right: 20px;
    }

    .divSBTitle h2 {
        font-size: 35px;
        line-height: 36px;
        padding: 0 15px;
    }

    .form__section .container {
        background-image: url(https://res.cloudinary.com/globes/image/upload/v1617783369/Digital/%D7%9E%D7%95%D7%A8%20%D7%91%D7%99%D7%AA%20%D7%94%D7%A9%D7%A7%D7%A2%D7%95%D7%AA/rectangle-copy-4_oo6lyh.png);
    background-size: cover;
 }
    #dvRSB picture{
        position: relative;
    top: 3px;

    }
    .form_msg h4 {
        font-size: 36px;
    }

    .form_msg p {
        font-size: 19px;
    }
    .col2span {
    grid-column: 1;
}

    #divSBInstruction {
        display: block;
        margin-bottom: 30px;
    }

    #SBFooter div {
        float: none !important;
        margin: 0 !important;
    }

        #SBFooter div:nth-child(1) {
            font-size: 20px;
            text-align: center;
        }

        #SBFooter div:nth-child(2) a {
            font-size: 16px;
            margin: 0 10px;
        }

    .btn_submit {
        flex: 1 1 100%;
        position: initial;
        font-size: 22px;
        height: 48px;
    }

    #SBSendMailContainer .btn_submit, #btnRegStaff, .lnkReg2 {
        width: 100%;
    }
    .form_row {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
  
    hpSB .lnkSB:hover::after, .hpSB .lnkSB.active:after {
        bottom: 0;
        right: 0;
    }

    .form-boxes {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .form-label {
        margin-bottom: 16px;
    }

    .lnkReg {
        display: none;
    }

    .sponser {
        justify-content: center;
        position: inherit;
        margin: 10px 0 0 0;
        font-size: 12px;
    }

        .sponser img {
            width: 93px;
        }

    .form__section .container {
        padding: 40px 20px;
        margin: 3px;
        border-radius: 10px;
    }

    .form-label {
        width: 45% !important;
    }

    .hpSB .lnkSB {
        font-size: 16px;
        margin-left: 0;
    }

    .form_terms {
        text-align: right;
        font-size: 16px;
        line-height: 23px;
        font-family: 'almoniDL400';
    }

    .odot {
        padding: 20px;
    }

        .odot p, .desc p {
            font-size: 18px;
            line-height: 27px;
            text-align: center;
        }

    #SBInStaffItem img {
        max-width: 375px;
    }

    #divSBInstruction div {
        width: calc(100% - 60px);
        margin: 0 auto 50px;
        display: flex;
        border-bottom:1px solid #bcc3ca;
        padding-bottom: 30px;
    }



    #divSBInstruction > div:nth-child(3) {
        margin: 0 auto;
    }

    #divSBInstruction div:after {
        content: none;
    }

    #divSBInstruction div:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-left: 1px solid;
        border-top: 1px solid;
        border-bottom: 0px solid #0000;
        transform: rotate(225deg);
        left: 50%;
        bottom: -6px;
        background: #f4f7fa;
    color: #bcc3ca;
    }

    #divSBInstruction > div:nth-child(3) {
        border-bottom: none;
    }

        #divSBInstruction > div:nth-child(3):before {
            content: none;
        }

    #divSBInstruction p {
        text-align: right;
        font-size: 18px;
        margin: 20px 25px 0 0;
        line-height: 20px;
        max-width: 190px;
    }

    #divSBInstruction div > span img {
        border-radius: 50%;
        width: 90px;
        height: 90px;
    }

    .process {
        padding: 40px 0 20px;
        position: relative;
    }

    #SBTopLinks {
        display: block;
        height: auto;
        overflow: auto;
        top: -10px;
        right: 0;
    }

        #SBTopLinks .table {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

            #SBTopLinks .table a {
                white-space: nowrap;
                vertical-align: middle;
                text-align: center;
                padding: 0;
                margin-left: 30px;
            }

    #kidumSB {
        margin-top: 140px;
        padding-top: 0;
    }
   .hpSB .project_logo {
        margin: auto;

    }
    .logo_text {
        font-size: 30px;
    }

    .linkTo {
        position: initial;
        display: block;
        margin: 10px 0;
    }
    /* end header */
    .form {
        padding-bottom: 60px;
    }

    .form_desc {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 32px;
    }

    #user_name {
        margin-left: 0;
    }

    #user_name, #user_email {
        flex: 1 1 100%;
    }

    .msg-success {
        font-size: 40px;
        text-align: center;
        padding: 0 0 100px;
    }

    #Tagiut_Tohen a {
        margin-left: 40px;
        font-size: 18px;
        line-height: 30px;
    }

    #Tagiut_Tohen span:before {
        width: 30px;
        height: 30px;
    }

    .bgImg {
        background-size: contain;
        background-position: center;
    }

    .mainInfo h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .mainInfo h3, .mainInfo p {
        font-size: 20px;
        margin: 0;
        font-weight: normal;
    }

    .mainInfo img {
        width: 200px;
    }

    .mainTxt {
        border: 0;
        padding: 35px 0 0 0;
        max-width: 340px;
    }

        .mainTxt p {
            font-size: 19px;
            line-height: 24px;
            font-family: 'almoniDL400' letter-spacing: -0.05px;
        }

        .mainTxt h3 {
            font-size: 19px;
        }

    .mainInfo {
        border-left: 0;
        padding-left: 0;
        width: 100%;
    }

    .adviserWr {
        padding-top: 155px;
    }
    .connection {
    margin: 10px 0;
    grid-column: 1 / -1;
}
    .companyMantor {
    margin: 20px 0 0 0;
    padding: 22px 16px;
}
    .companyMantor h3{
        font-size:24px;
    }
    .companyMantor p {
        font-size: 19px;
        line-height: 22px;
    }
    #morInfo {
    margin: 40px 3px;
}
     #morInfo p{
         font-size:16px;
     }
    .adviser {
        grid-template-columns: 1fr;
        padding: 35px 0;
        width: calc(100% - 40px);
        border-radius: 0;
        justify-items: center;
    }

    .article_text {
        width: calc(100% - 36px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #p2048.article .ItemMain {
        margin-top: 140px;
    }

    [type="button"] {
        -webkit-appearance: none;
    }

    .SBCoach p {
        text-align: right;
    }

    .divSBTitle h2 {
        padding: 0px 5px;
        margin: 20px 0;
    }

    .divSBTitle::before {
        width: calc(100% - 20px);
        right: 10px;
    }

    .form_desc #chkSBAgree {
        margin-bottom: 122px
    }

    #p2048 #divSBArt2 .item h2 {
        font-size: 22px;
        letter-spacing: -0.06px;
        color: #1a1a1a;
        line-height: 24px;
        font-family: demibold;
        width: calc(100% - 30px);
    }

    #p2048 #divSBArt2 .hWr4 {
        width: calc(100% - 30px);
        text-align: right;
    }

    #p2048 #divSBArt2 {
        width: calc(100% - 44px);
        margin: 0 auto;
    }

    #p2048 #divSBArtTitle .SBArtMadorTitle1 {
        font-size: 40px;
        display: inline-block;
        float: none
    }

    #p2048 #divSBArtTitle .SBArtMadorTitle2 {
        font-size: 20px;
        display: inline-block;
        float: none
    }

    #p2048 #divSBArtTitle .SBArtLogo {
        float: none
    }

        #p2048 #divSBArtTitle .SBArtLogo img {
            margin-bottom: 9px;
        }

    .tagiotSection p {
        display: block;
    }

    .SBArtLogo {
        position: static;
    }

        .SBArtLogo img {
            width: 84%
        }

    .SBArtMadorTitle {
        font-size: 20px;
        margin: 8px auto 16px;
        text-align: center;
        line-height: 26px;
    }

    .hpSB h2 {
        width: auto
    }

    #SBTakanon {
        margin-top: 100px !important;
    }

        #SBTakanon h1 {
            font-size: 45px;
            line-height: 45px;
        }

    #SBAllArt {
        margin: 25px auto 50px;
    }

    #btnRegStaff {
        margin-bottom: 40px
    }

    header.sticked {
        overflow: hidden;
        height: 85px;
    }

    .form__section .form-label {
        width: 100% !important;
        max-width: 100%;
        margin-left: 0
    }

    .desc {
        font-size: 22px;
        letter-spacing: -0.06px;
        margin: 40px 30px 30px;
    }

        .desc.article {
            margin: 0 0 20px 0;
        }

        .desc p {
            margin: 0
        }

    #SBFilterBtns input {
        margin: 0 10px 24px;
        width: 40%;
    }

    #SBFilterBtns {
        margin-bottom: -10px
    }

    #SBFilterData {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }

    .mobile, .mobile + p {
        display: inline-block;
        text-align: right;
    }

    .mobile, .SBCoach p {
        font-size: 17px;
        line-height: 23px;
        font-family: 'demibold';
        margin: 0;
        color: #484848;
        text-align: right;
    }

    .SBCoach {
        display: grid;
        grid-template-columns: 80px 1fr;
        padding: 15px;
        grid-gap: 0 15px;
    }

        .SBCoach img {
            width: 75px;
            height: 75px;
            grid-row: 2 span;
        }

        .SBCoach .link {
            grid-column: 2 span;
            font-size: 16px;
            line-height: 35px;
            color: #004f9f;
            border: 1px solid #004f9f;
            border-radius: 35px;
            font-family: demibold;
            text-align: center;
            justify-self: center;
    padding: 0 20px;
    white-space:nowrap;
        }

        .SBCoach:hover .moreInfoCoach {
            display: none;
        }

        .SBCoach h4 {
            text-align: right;
            line-height: 20px;
            align-self: center;
        }

    #divSBArt2 {
        margin-bottom: 54px
    }

    .divSBArtContainer {
        display: block;
        width: calc(100% - 34px);
    }

        .divSBArtContainer .item {
            margin: 0 auto 30px;
        }

            .divSBArtContainer .item h2 {
                letter-spacing: -0.06px;
                text-align: center;
                color: #1a1a1a;
            }

    .hWr4 {
        text-align: center
    }

    #divSBBanner1 {
        width: 100%;
        height: auto;
        margin: 0px auto 20px
    }

    .divSBTitle {
        font-size: 40px;
        line-height: 40px
    }

   
    .hpSB .del1 {
        display: block;
        opacity: 1;
        top: 22px;
        height: 16px;
        border: solid 1px #d4d4d4;
    }

    #SBInStaffItem {
        margin: 0px auto;
        border-left: 0;
        border-right: 0;
    }

        #SBInStaffItem h2, #SBInStaffItem a {
            float: none !important;
            text-align: center !important;
            display: inline-block;
        }

        #SBInStaffItem h2 {
            margin: 20px 0 0 0
        }

        #SBInStaffItem a {
            margin: 20px 0 !important;
        }

    .btn_submit, #btnRegStaff, .lnkReg2, #SBAllArt {
        width: calc(100% - 54px);
    }

    #SBAllArt {
        padding: 5px 0
    }

    .SBArtLogo img {
        width: 84%
    }

    #SBFooter {
        margin-top: 40px !important;
    }

        #SBFooter p {
            margin: 0;
        }

    .form {
        padding-bottom: 25px;
    }

    .form-label input[type="text"], .form-label input[type="password"], .form-label input[type="tel"], .form-label input[type="email"], .form-label select, #user_msg {
        background-color: #fff !important;
    }

    .articleInner img {
        position: initial;
        margin-top: 150px;
    }

    .articleInner {
        background: none;
        height: auto;
    }

    .article_header {
        padding: 30px 0 50px;
    }

    .article_title {
        font-size: 36px;
        width: calc(100% - 36px);
    }

    .article_subTitle {
        font-size: 18px;
        width: calc(100% - 36px);
    }

    .article_header {
        margin-top: -5px;
    }

        .article_header:after {
            content: none;
        }

    .article_info {
        width: calc(100% - 36px);
        margin: 15px auto;
    }

    .veidaWr.article .socialLinks {
        position: initial;
        flex-direction: row;
        width: calc(100% - 60px);
        margin: 0 auto 40px;
    }

    .sbTitle h2.title {
        font-size: 36px;
    }

    .meetings {
       
        flex-direction: column;
    }

    .article_text p img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .hpSB h2 {
        width: 72%
    }

    .form_desc #chkSBAgree {
        margin-bottom: 190px;
    }

    .mainInfo .socialLinks a {
        margin: 0 10px;
    }
}
