 @font-face {
        font-family: 'almoniDL400';
        font-weight: 400; /*(regular)*/
        font-style: normal;
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.eot');
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.eot') format('embedded-opentype'), url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.woff2') format('woff2'), url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.woff') format('woff');
 }
@font-face {
        font-family: 'almoniDL700';
        font-weight: 700; /*(bold)*/
        font-style: normal;
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.eot');
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.eot') format('embedded-opentype'), url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.woff2') format('woff2'), url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.woff') format('woff');
    }
@font-face {
    font-family: 'ultrabold';
    font-weight: 900;
    font-style: normal;
    src: url('../../../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.eot');
}
h1,h2,h3,h4,h5,h6 {font-weight:normal}
body {
        padding: 0;
        margin: 0;
        direction: rtl;
        font-family: 'AlmoniDL400';
        font-size:16px;
        line-height:1;
        text-decoration:none;
        color:var(--text-black);
 }
a {
    text-decoration: none;
    color:  var(--text-black);
}
#wrapper {max-width: 100%; background:#fff;}
.header {
    display: flex;
    width: calc(100% - 40px);
    background: #f6f6f6;
    justify-content: space-between;
    padding: 10px 20px;
    position:fixed;
    z-index:1;
}
.logos {
    display: flex;
    align-content: center;
}
.logoProject {
    position: relative;
    margin-right: 30px;
}
.logoProject:before {
    position: absolute;
    border-left: 1px #777777 solid;
    top: 6px;
    right: -12px;
    height: 30px;
    content: "";
}
.hasut {
    margin-left: 36px;
}
.header_left {
    display: flex;
    align-items: center;
}
.social{
    background-image:url('../../../../../globes/image/upload/v1625473787/Digital/gexecutives/icons-share_loffzv.svg');
    width:24px;
    height:24px;
    background-repeat:no-repeat;
    margin-right:20px;
    cursor:pointer;
}
.register {
    color: #fff;
    background-image: linear-gradient(106deg, #ef0d00 6%, #ee0882 96%);
    padding: 8px 15px;
    font-size: 16px;
    font-family: 'demibold';
    display: inline-block;
}
.register:hover{
    background:#D0006F;
}
.hero{
    background-image:url('../../../../../globes/image/upload/v1625474021/Digital/gexecutives/group-10_os5hwc.png');
    padding-top: 65px;
}
.hero_inner{
    max-width:960px;
    padding:60px 0;
    margin:auto;
    text-align:right;
    width: calc(100% - 70px);
}
.hero_text{
    color:#f0f0f0;
     font-family: 'AlmoniDL400';
     font-size:30px;
     line-height:1.2;
     max-width:525px;
     margin:25px 0 0 0;
}
.date {
    font-family: 'almoniDL900';
    color: #fff;
    font-size: 46px;
}
.register2 {
    font-size: 22px;
    color: #fff;
    font-family: 'demibold';
    background-image: linear-gradient(107deg, #ef0d00 6%, #ee0882 96%);
    padding: 10px 18px;
    display: inline-block;
}
.register2:hover{
    background:#D0006F;
}
#countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(93deg, #ef0d00 6%, #ee0882 96%);
    padding: 15px 0;
    color: #fff;
}
#countdown div[class^="c"]{
    flex:0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#countdown #title{
    font-size:20px;
    font-family: 'AlmoniDL400';
    margin-right: 15px;
}
#countdown span:not(#title){
    font-size:37px;
    font-family: 'almoniDL900';
}
.c1, .c2, .c3 {
    border-left: 1px solid #F56D8C;
}
.veidaInner {
    max-width: 960px;
    margin: 0 auto 90px;
}
h2.title{
    font-size: 37px;
    color: #313433;
    font-family: 'almoniDL900';
    border-bottom: 1px #638f91 solid;
    padding-bottom: 0;
    position: relative;
    text-align: right;
    line-height:1.2;
}
h2.title:after {
    border-radius: 2px;
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    right: 0;
    bottom: -2px;
    background-image: linear-gradient(94deg, #ef0d00 6%, #ee0882 96%);
}
.veidaAboutTitle {
    font-size: 20px;
    text-align: right;
    line-height: 26px;
    color: #133341;
    font-family: 'almoniDL400';
     flex: 0 1 520px;
}
.veidaAbout {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.info {
    flex: 0 1 335px;
    display: flex;
    justify-content: space-around;
    color:#fff;
    background-image: linear-gradient(93deg, #ef0d00 6%, #ee0882 96%);
    padding:0;
}
.info h3{
    font-size:24px;
    line-height:26px;
    font-family: 'almoniDL900';
    text-align:right;
    margin:0;
}
.info p{
    text-align:right;
     font-size:22px;
    line-height:40px;
    font-family: 'almoniDL400';
    margin:0;
}
.pRight, .pLeft{
    padding:25px 0;
}
.lecturers {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(200px, 1fr ));
    grid-gap: 20px;
}
.d_img img{
    width:100%;
}
h3.item_name {
    font-family: 'almoniDL900';
    font-size: 24px;
    margin: 10px 0;
    text-align: right;
}
.job_title {
    font-size: 18px;
    text-align: right;
}

.blackBG {
    background: #393939;
    color: #fff;
    max-width: 100%;
    
}
.blackBG .veidaAbout{
   align-items: initial;
    max-width: 960px;
    margin: 0 auto;
    position:relative;
    width: calc(100% - 36px);
}
.blackBG .title {
    padding-top: 65px;
    max-width: 960px;
    margin:0 auto 20px auto;
    width: calc(100% - 36px);
    border-bottom: 1px #000 solid;
}
.blackBG .veidaAboutTitle {
    padding-bottom: 75px;
}
.blackBG .title, .blackBG  .veidaAboutTitle {
  color:#fff;
}
.blackBG .info {
    background-image:none;
}
.blackBG .info img{
    position:absolute;
    left:0;
    top:-110px;
}
.tracks {
    display: flex;
    align-items: center;
       justify-content: center;
    margin: auto;
}
.registerBlock .track {
     width: 313px;
     height: 287px;
     display: flex;
     color:#fff;
     justify-content: center;
     flex-direction: column;
     justify-content: center;
     background-image: linear-gradient(to top, #484a49, #707473);
 }
.registerBlock .track:first-child {
     background-image: linear-gradient(to top, #1f2121, #474a49 -100%);
     margin-top: 0;
    width: 385px;
    height: 353px;
 }
 .registerBlock .track .title {
     font-size: 32px;
     font-family: 'AlmoniDL900';
     line-height: 47px;
 }
 .registerBlock .track .price {
     font-size: 32px;
     color: #fff;
     font-family: 'AlmoniDL400';
     line-height: 47px;
     margin-bottom: 20px
 }
.registerBlock .track .rgisterBtn {
     background-image: linear-gradient(107deg, #ef0d00 6%, #ee0882 96%);
     padding: 8px 50px;
     font-family: AlmoniDL700;
     font-size: 18px;
     max-width: 162px;
     line-height: 1.5;
     text-decoration: none !important;
     margin: 0 auto;
     display: inline-block;
 }
.registerBlock .track .rgisterBtn:hover{
    background:#D0006F;
}
 .registerBlock .track:first-child .rgisterBtn {
     color: #FFF;
     margin-bottom: 8px;
     display: inline-block;
 }
.registerBlock .track .desc p a {
     text-decoration: underline;
 }
.tracksInfo {
   display: grid;
    font-size: 20px;
    grid-template-columns: auto auto;
    grid-gap: 19px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 41px;
}
.tracksInfo strong {
    font-weight: normal;
    font-family: 'almoniDL700';
}


	
 .footer {
     background: #e8eaea;
     margin: 32px auto 0;
     padding: 49px 150px 34px 159px;
     color: #313433;
     overflow: hidden;
 }
 .fBGIm {
     position: relative;
     max-width: 960px;
     margin: 0 auto;
 }
 .footer .socialF h5 {
     font-size: 22px;
     font-family: 'almoniDL900';
     color: #313433;
     display: block;
     margin: 0;
     line-height: 25px;
     margin-left: 5px;
     margin-bottom: 8px;
 }
 .footer a {
     color: #313433;
 }
 .footer a:hover {
     text-decoration: underline
 }
 .footer .socialF a {
     display: inline-block;
     text-decoration: none;
     width: 31px;
     height: 31px;
     font-size: 21px;
     margin-left: 10px;
     background: var(--bg-hero);
     color: #313433;
     text-align: center;
     line-height: 32px;
     border-radius: 50%;
     background: #0000;
     border: 1px #313433 solid;
     padding: 5px;
 }
 .footer .socialF a:hover {
     border-color: #ee0882;
     text-decoration: none;
     color: #ee0882;
 }
 .footer .fWrF {
     max-width: 960px;
     margin: 0 auto;
     position: relative;
     overflow: hidden
 }
 .footer .socialF .fa-facebook:before {
     content: "\f09a";
 }
 .footer .socialF .fa-envelope:before {
     content: "\f0e0";
 }
 .footer .socialF .fa-twitter:before {
     content: "\f099";
 }
 .footer .socialF .fa-whatsapp:before {
     content: "\f232 ";
 }
 .footer .socialF .fa-linkedin:before {
     content: "\f0e1";
 }
 .footer .socialF {
     float: left;
     text-align: right;
     margin-top: 20px;
 }
 .footer .contact {
     float: right;
     width: 50%;
     text-align: right
 }
 .footer .contact p {
     font-size: 20px;
     font-family: 'almoniDL400';
     color: #313433
 }
 .footer .contact p strong {
     font-size: 22px;
     font-family: 'almoniDL900';
     line-height: 29px;
     color: #313433
 }
 .footer-bottom {
     max-width: 960px;
     width: 100%;
     margin: 0 auto;
     font-size: 15px;
     text-align: right;
 }

  @media screen and (max-width:800px) {
     .tracksInfo {
         grid-template-columns: auto;
         margin-top: 10px;
     }
     header .hIconsWr:after {
         display: none
     }
     .hero .heroWr .register2 {
         position: relative
     }
     .hero .heroWr .register2:after {
         position: absolute;
         content: url(../../../../../globes/image/upload/v1614696223/Digital/fonda/group-11_bfvvll.svg);
         top: 188px;
         left: -40%;
     }
     .gallery {
         grid-template-columns: 1fr;
         grid-gap: 20px;
     }
     .lecturers {
         text-align-last: center;
         grid-template-columns: 1fr 1fr;
     }
     body {
         min-width: 100%;
     }
     #wrapper {
         background: #fff
     }
     .veidaWr {
         width: 100%;
     }
   
    .logoProject:before {
        height: 15px;
        top: 4px;
        right:-9px;
    }
  .header{
      padding: 6px 15px;
      align-items: center;
      width: calc(100% - 30px);
  }
  .logoProject {
    margin-right: 20px;
}
   
     .register {
        padding: 1px 3px;
        max-width: 54px;
     }
     .hasut {
   margin-left:0;
}
        .hasut img {
            zoom:60%;
        }
        

    .social {
        margin-right: 8px;
    }
     .header .container .sponser .hasut {
         font-size: 16px;
         display: inline-block;
         line-height: 42px;
     }
     .header .container .sponser:after {
         display: none;
     }
     .header .container .sponser .hasut img {
         position: relative;
         top: 5px;
         height: auto;
     }
     .header .container .sponser {
         position: absolute;
         top: 45px;
         width: 100%;
         right: 0;
         background: #fff;
         box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.13), inset 0 2px 3px 0 rgba(0, 0, 0, 0.13);
         height: 42px;
         z-index: -1;
         margin: 0;
     }
     .header.sticked .sponser {
         top: 3px;
     }
  
     .heroWr {
         width: calc(100% - 36px);
         margin: 0 auto;
         position: relative;
         z-index: 1;
     }
     .hero .heroWr .register2 {
         float: none;
         display: inline-block;
         border: 1px solid #ef3f27;
         font-size: 22px;
         padding: 8px 16px;
         background: #ef3f27;
     }
     .hero .heroWr .subtitle {
         font-size: 20px;
         margin-bottom: 0;
     }
     .hero .heroWr h1 {
         font-size: 45px;
         max-width: 100%;
         margin: 0;
         font-family: 'almoniDL900';
     }
     .hero .heroWr h1 img {
         width: 95%;
     }
     .hero .heroWr h2 {
         font-size: 37px;
         margin: 9px 0;
         text-align: right;
         font-family: 'almoniDL900';
         line-height: 34px;
         margin-right: 40%
     }
     .hero .heroWr .date {
         color: var(--titleColor);
         font-size: 40px;
         margin-bottom: 5px;
         margin-right: 40%
     }
     .hero .heroWr p {
         margin-right: 40%
     }
     .hero .heroImg {
         width: 100%;
         height: auto;
         position: absolute;
         top: 0;
         left: 0;
         z-index: 0;
         z-index: 0;
         height: 570px;
         object-fit: cover;
         object-position: 98% 50%;
     }
     #countdown {
         display: grid;
         grid-template-columns: repeat(4, 1fr);
         width: 100%;
         z-index: 1;
         position: relative;
         padding: 11px 0;
     }
     #countdown div {
         width: auto;
         border-left: 1px solid #979797;
         padding: 0;
     }
        #countdown div[class^="c"] {
            flex: 0;
        }
   #countdown span:not(#title) {
    font-size: 28px;
   
}
   #countdown #title {
    font-size: 16px;
    font-family: 'AlmoniDL400';
    margin-right: 8px;
}
    
  
     .about p img {
         width: 100%;
         height: auto;
     }
     .about h6 {
         margin: 0;
     }
     .veidaInner .veidaAbout {
         display: block
     }
     .veidaInner.book .veidaAbout {
         display: flex;
         flex-direction: row-reverse;
         overflow: hidden;
         justify-content: space-between;
         margin: 40px auto;
         max-width: 360px;
     }
     .veidaInner.book .veidaAboutTitle,
     .veidaInner.book .info img {
         box-shadow: -6px -6px 0 0 #000;
     }
     .veidaInner.book .veidaAboutTitle {
         padding: 10px 50px 10px 10px;
         float: none;
         max-width: 152px;
         margin-left: 7px;
     }
     .veidaInner.book .info {
         float: none;
         bottom: 26%;
         margin-right: 0;
         right: 0;
     }
     .veidaInner .veidaAbout .veidaAboutTitle h3 {
         font-size: 20px;
     }
     .veidaInner.blackblock {
         padding: 30px 18px;
     }
     .veidaInner.blackblock h2.title:after {
         border-bottom-color: var(--veidaBgColor);
     }
     .veidaInner.blackblock h2.title {
         margin-top: 0;
     }
     .veidaInner .veidaAbout,
     .veidaInner .veidaAbout p {
         font-size: 18px;
 
     }
     .veidaInner.blackblock iframe {
         margin-top: 30px;
     }
     .veidaInner {
         width: calc(100% - 36px);
     }
     .veidaInner h2.title {
         font-size: 24px;
         line-height: 34px;
     }
     .veidaInner.about .info h3 {
         font-size: 20px;
         font-family: 'almoniDL900';
     }
     .veidaInner.about .info {
         padding: 10px 20px;
         display: grid;
         grid-template-columns: 1fr 1fr;
         height: auto;
         width: calc(100% - 36px);
         margin: 20px 0 60px;
     }
     .veidaInner.book .veidaAboutTitle h6 {
         font-size: 14px;
     }
     .info .pRight p,
     .info .pLeft p {
         margin: 5px 0;
     }
     .veidaInner.about .info .pRight {
         border-left: none;
         padding-left: 0;
         width: 100%;
     }
     .veidaInner.registerHeader {
         margin-bottom: 30px;
     }
     .tracks {
         flex-direction: column;
     }
    .registerBlock .track,.registerBlock .track:first-child {
        width: 100%;
    }
     .veidaInner.registerHeader .veidaAboutTitle ul {
         flex-direction: column;
         margin-bottom: 20px;
     }
     .veidaInner.registerHeader .veidaAboutTitle ul li {
         padding: 10px 0;
     }
     .veidaInner.register .tracks .track {
         margin: 0 auto 20px;
         min-width: auto;
         min-height: auto;
         width: calc(100% - 40px);
     }
     .moreOption a {
         line-height: 28px;
         padding: 20px 20px 20px 60px;
         width: calc(100% - 116px);
         text-align: right;
         display: block;
         margin: 0 auto;
     }
     .moreOption .title {
         text-align: right;
         width: calc(100% - 36px);
         margin: 10px auto 20px;
         font-family: 'ultrabold';
     }
     .footer {
         margin: 32px auto 0;
         padding: 18px;
     }
     .footer .contact,
     .footer .socialF {
         float: none;
         width: 100%;
         text-align: right;
     }
     .footer .contact {
         margin: 20px 0 30px;
     }
     .footer .socialF {
         margin: 20px 0;
     }
     .moreOption a:after {
         left: 18px;
         top: 40%;
         font: normal normal normal 22px/1 FontAwesome;
     }
     .footer .contact p {
         font-size: 18px;
         font-family: 'almoniDL400';
     }
     .footer .contact p strong {
         font-size: 20px;
         font-family: almoniDL700;
         font-weight: normal;
         margin-bottom: 10px;
         display: inline-block;
         line-height: 19px;
     }
     .footer .socialF h5 {
         font-size: 20px;
         display: block;
         margin-bottom: 10px;
     }
     .footer .socialF a {
         margin: 0 0 0 10px;
     }
     .veidaInner .banners {
         display: block
     }
     .veidaInner .banners img {
         width: 100%
     }
     .blackBG{
         width:100%;
     }
    .blackBG .info img {
        position: initial;
    }
     .socialBlock {
         width: 100%;
     }
     .socialBlock h3 {
         margin: 20px 0 10px;
     }
     #SBTakanon {
         margin: 87px auto 50px;
         width: calc(100% - 36px);
     }
     #SBTakanon h1 {
         font-size: 45px;
         margin: 20px 0;
     }
     #SBTakanon ol {
         padding-right: 20px;
     }
     .header .container .nodeName:before {
         top: 7px;
         right: -28px;
     }
 }
 @media screen and (max-width:450px) {
     .veidaInner.blackblock iframe {
         width: 100%;
         height: 200px;
     }
 }
 @media screen and (max-width:350px) {
     #countdown span:first-child {
         font-size: 25px;
     }
     #countdown span:last-child {
         font-size: 14px;
     }
     .veidaInner.book .veidaAboutTitle {
         padding: 10px 70px 10px 10px;
         max-width: 113px;
     }
     .hero .heroWr h2 {
         font-size: 32px
     }
     .hero .heroImg {
         object-position: top;
     }
 }

 .socialBlock .close {
     background-image: url(../../../../../globes/urban_renewal/X.svg);
     width: 15px;
     height: 15px;
     background-size: contain;
     cursor: pointer;
     position: absolute;
     top: 10px;
     left: 10px;
     font-size: 0;
 }
 .overlay {
     overflow: hidden;
     width: 110% !important;
     height: 110% !important;
     position: absolute;
     top: 0px;
     left: 0px;
     background-color: Gray;
     opacity: 0.7;
     z-index: 10;
     display: none
 }
 .socialBlock {
     width: 565px;
     height: 532px;
     background: #fff;
     position: fixed;
     z-index: 200000;
     transform: translate(-50%, -50%);
     left: 50%;
     top: 50%;
     z-index: 111111111111111111111111111;
     outline: 1000px rgba(0, 0, 0, 0.8) solid;
     direction: ltr;
 }
 .socialBlock h3 {
     font-family: 'almoniDL900';
     font-size: 30px;
     margin: 40px 0 10px;
     text-align: center;
 }
 .socialBlock .sWr {
     position: absolute;
     transform: translate(-50%, -50%);
     left: 50%;
     top: 50%;
     width: 100%;
     text-align: center;
     margin: 0 auto;
 }
 .socialBlock a {
     display: inline-block;
     width: 77px;
     height: 77px;
     border-radius: 50%;
     margin: 38px;
     position: relative;
 }
 .socialBlock a:after {
     position: absolute;
     font-size: 14px;
     transform: translate(-50%, -50%);
     left: 50% !important;
     top: 130%;
     width: 100%;
     text-align: center;
     margin: 0 auto;
     font-family: almoniDL400;
 }
 .copyLink {
     display: none;
     font-family: 'almoniDL400';
     font-size: 16px;
     color: #fff;
     background-color: #000;
     height: 44px;
     line-height: 44px;
     top: 489px;
     position: relative
 }
 .socialBlock .copy:after {
     content: "העתק קישור";
     width: 90px;
 }
 .socialBlock .twitter {
     background: url('../../../../../globes/urban_renewal/icn_twitter.svg') no-repeat center;
 }
 .socialBlock .fb {
     background: url('../../../../../globes/urban_renewal/icn_facebook.svg') no-repeat center;
 }
 .socialBlock .mail {
     background: url('../../../../../globes/urban_renewal/icn_mail.svg') no-repeat center;
 }
 .socialBlock .linkedin {
     background: url('../../../../../globes/urban_renewal/icn_linkedin.svg') no-repeat center;
 }
 .socialBlock .copy {
     background: url('../../../../../globes/urban_renewal/icn_copy_link.svg') no-repeat center;
 }
 .socialBlock .whatsapp {
     background: url('../../../../../globes/urban_renewal/icn_whatsapp.svg') no-repeat center;
 }
 .socialBlock .fb:hover {
     background-image: url(../../../../../globes/urban_renewal/icn_facebook_color.svg);
 }
 .socialBlock .twitter:hover {
     background-image: url(../../../../../globes/urban_renewal/icn_twitter_color.svg);
 }
 .socialBlock .whatsapp:hover {
     background-image: url(../../../../../globes/urban_renewal/icn_whatsapp_color.svg);
 }
 .socialBlock .mail:hover {
     background-image: url(../../../../../globes/urban_renewal/icn_mail_color.svg);
 }
 .socialBlock .linkedin:hover {
     background-image: url(../../../../../globes/urban_renewal/icn_linkedin_color.svg);
 }
 .socialBlock .copy:hover {
     background-image: url(../../../../../globes/urban_renewal/icn_copy_link_color.svg);
 }
 .socialBlock .fb:after {
     content: "Facebook";
 }
 .socialBlock .twitter:after {
     content: "Twitter";
 }
 .socialBlock .whatsapp:after {
     content: "WhatsApp";
 }
 .socialBlock .mail:after {
     content: 'דוא"ל';
 }
 .socialBlock .linkedin:after {
     content: "LinkedIn";
 }