.page #main .alt .holder {
    padding:0;
    background:none;
}
.page .alt {
    background: #fff;
}
.hblock.h-hero,.hblock.h-hero-alt {
    /*min-height:835px;*/
    min-height:calc(100vh - 85px);
    flex-direction: row;
    padding-top:0;
    padding-bottom:0;
}
.hblock.h-hero-alt {
    background-size:cover;
    background-position: left bottom;
}
.page #main .alt .hblock.h-hero-alt .holder {
    max-width:1216px;
    padding:80px 0;
}
.page .hblock.h-hero-alt .alt-hero-title {
    text-align: right;
    color:#fff;
    max-width:800px;
    line-height: 2em;
}
.page #main .hblock.h-hero-alt h1 {
    max-width:100%;
    color:#fff;
    text-align:right;
    font-size:75px;
    line-height: 1.3em;
    padding:0;
}
.page #main .hblock.h-hero-alt h2 {
    font-size: 40px;
    line-height: 2em;
}
.page #main .hblock.h-hero-alt h2 a, .page #main .hblock.h-hero-alt h1 a{
    color:#fff;
}
.page #main .hblock.h-hero-alt h2 a:hover, .page #main .hblock.h-hero-alt h1 a:hover{
    color:#eabaf4;
}
.hblock.h-hero-alt .cta {
    max-width:100%;
}
.hblock.h-hero-alt .cta-but-row {
    flex-direction: row;
    display:flex;
    width:100%;
    align-items: center;
}
.hblock.h-hero-alt .cta-but.cta-sec a {
    margin:8px 40px 0;
}
.hero-section {
    max-width:100%;
    flex-basis:50%;
    justify-content: flex-end;
    -webkit-transition: all 0.6s  ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s  ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    position: relative;
    display: flex;
    overflow:hidden;
    justify-content: flex-start;
}
.hero-section.rhero {
    background: rgb(255,166,61);
    background: -moz-linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    background: linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d",endColorstr="#ba1bdc",GradientType=1);

}
.hero-section.lhero {
    background: rgb(0,170,203);
    background: -moz-linear-gradient(190deg, rgba(0,170,203,1) 28%, rgba(0,117,134,1) 62%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(190deg, rgba(0,170,203,1) 28%, rgba(0,117,134,1) 62%, rgba(0,0,0,1) 100%);
    background: linear-gradient(190deg, rgba(0,170,203,1) 28%, rgba(0,117,134,1) 62%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00aacb",endColorstr="#000000",GradientType=1);
    justify-content: flex-start;
}
.hblock.r-inc .hero-section.rhero {
    flex-basis:63%;
}
.hblock.r-inc .hero-section.lhero {
    flex-basis:37%;
}
.hblock.l-inc .hero-section.rhero {
    flex-basis:37%;
}
.hblock.l-inc .hero-section.lhero {
    flex-basis:63%;
}
.h-hero {
    color:#fff;
    background: rgb(0,170,203);
    background: -moz-linear-gradient(190deg, rgba(0,170,203,1) 28%, rgba(0,117,134,1) 62%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(190deg, rgba(0,170,203,1) 28%, rgba(0,117,134,1) 62%, rgba(0,0,0,1) 100%);
    background: linear-gradient(190deg, rgba(0,170,203,1) 28%, rgba(0,117,134,1) 62%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00aacb",endColorstr="#000000",GradientType=1);
}
#main.r-content .h-hero {
    background: rgb(255,166,61);
    background: -moz-linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    background: linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d",endColorstr="#ba1bdc",GradientType=1);
}
.h-hero .hero-title {
    text-align:right;
    -webkit-transition: all .8s  ease-in-out;
    -moz-transition: all .8s  ease-in-out;
    -o-transition: all .8s  ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.h-hero .cta {
    max-width: none;
}
.h-hero .hero-text {
    margin:20px 0 20px 130px;
    width:440px;
    z-index: 50;
    -webkit-transition: all .2s  ease-in-out;
    -moz-transition: all .2s  ease-in-out;
    -o-transition: all .2s  ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display:flex;
    flex-direction: column;
    padding:50px;
    margin-right:80px;
}
.h-hero .lhero .hero-text {
    margin-left:80px;
    margin-right:0;
    /*margin-right:110px;*/
}
#main .h-hero .hero-title h4 {
    font-family:"open sans hebrew",Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
}
#main .h-hero .hero-title .h1-wrap, #main .h-hero .hero-title h1 {
    font-family:"Text Me One",Arial, Helvetica,sans-serif;
    font-weight:normal;
    color:#fff;
    margin:0;
    text-align:right;
    position: relative;
}
#main .h-hero .hero-title .h1-wrap {
    z-index:50;
    position: relative;
    display:block;
}
#main .h-hero .hero-title .h1-wrap > * {
    font-size:100px;
}
#main .h-hero .hero-title .h2-wrap {
    z-index:60;
    position: relative;
    display:inline-block;
}
#main .h-hero .hero-title h1 {
    z-index:150;
    display:inline-block
}
#main .h-hero .hero-title h2,#main .h-hero .hero-title .h2-wrap {
    font-family:"Text Me One",Arial, Helvetica, sans-serif;
    font-size:60px;
    opacity:0.95;
    font-weight:normal;
    color:#fff;
    margin:15px 0 0 0;
    display:inline-block;
}
#main .h-hero .hero-title h2 {
    z-index: 150;
}
.h-hero .hero-desc {
    font-family:"open sans hebrew",Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    margin:50px 5px 0 0;
}
.h-hero .rhero.active .hero-decor {
    left:-200px;
}
.h-hero .hero-desc p {
    margin:0;
}
.h-hero .lhero .cta {
    align-self:flex-end;
}
.h-hero .lhero .cta-main a:hover {
    background:rgba(0,0,0,0.2);
    border-color:#0bc6d2;
}
.h-hero .lhero .cta .ps.glow {
    background: #00ced4;
    opacity:0.3;
}
.h-hero .hero-decor{
    background-repeat: no-repeat;
    width: 200%;
    height: 95%;
    background-size: contain;
    position: absolute;
    bottom: 0;
    opacity:0.4;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.h-hero .rhero .hero-decor {
    left:-320px;
    margin-left:4vh;
    height:96%;
    width:200%;
    background-image:url(../images/2020/home-design-statue-opq-f.png);
    background-position:left bottom;
}
.h-hero .inc .hero-decor {
    -webkit-transition: all .7s  ease-in-out, background-size 1s ease-in-out;
    -moz-transition: all .7s  ease-in-out, background-size 1s ease-in-out;
    -o-transition: all .7s  ease-in-out, background-size 1s ease-in-out;
    -ms-transition: all .7s ease-in-out, background-size 1s ease-in-out;
    transition: all .7s ease-in-out, background-size 1s ease-in-out;
    opacity:0.6;
}
.h-hero.l-inc .rhero .hero-decor {
    left:-200px;
    height:80%;
}
.h-hero .lhero .hero-decor {
    left: auto;
    right: 0;
    background-image: url(../images/2020/home-leadership-statue-opq-f.png);
    background-position: right bottom;
    width: 200%;
    height: 96%;
    opacity:0.8;
}
.h-hero.l-inc .rhero .hero-text {
    margin-left:80px;
}
.h-hero.l-inc .lhero .hero-decor {
    margin-right:40px;
    opacity:1;
}
.h-hero.r-inc .lhero .hero-decor {
    height:80%;
}
.h-hero .hero-section.lhero {
    justify-content: flex-end;
}
.h-hero .hero-section.inactive.lhero {
    justify-content: flex-start;
}
.h-hero .lhero .hero-text {
    width:510px;
    min-width:510px;
}
.h-hero .lhero .hero-text * {
    text-align:left !important;
}
.h-hero .lhero .cta-but-row {
    justify-content: flex-end;
}
.h-hero .noinc .hero-text {
    opacity:0.6;

}
.h-hero .noinc .hero-text .hero-title {
    opacity:0.5;
}
.h-hero .noinc .hero-decor {
    opacity:0.25;
}
.h-hero .sep {
    position:absolute;
    height:100%;
    width:20%;
    z-index:80;
    opacity:0.1;
    right:40%;
    -webkit-transition: all .25s  ease-in-out;
    -moz-transition: all .25s  ease-in-out;
    -o-transition: all .25s  ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor:pointer;
    display: none !important;
}
.h-hero .sep-int {
    position: absolute;
    top:200px;
    height:20%;
    width:50px;
    right:calc(50% - 25px);
    background:url(../images/2020/center.svg) center center no-repeat;
    background-size: contain;
    border-radius: 14px;
}
.h-hero .sep:hover {
    opacity:0.7;
}
.h-hero .hero-title .ps {
    position: absolute;
    left:0;
}
.h-hero .rhero .hero-title  .ps {
    left:auto;
    right:0;
    position:absolute;
}
.h-hero .hero-title  .ps.shade {
    color:#000;
    opacity:0.07;
    left:-12px;
    top:54px;
    mix-blend-mode: multiply;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    z-index:100;
}
.h-hero .rhero .hero-title  .ps.shade {
    left:auto;
    right:12px;
}
.h-hero .hero-title .ps.glow {
    z-index:50;
    background:#ffe600;
    top:0;
    padding:10px;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    border-radius:15px;
    opacity:.9;
    height:100%;
}
.h-hero .hero-title .h2-wrap .ps.shade {
    top:30px;
}
.h-hero .hero-title .h2-wrap .ps.glow {
    padding:20px;
    right:-15px;
}
.h-hero .lhero .hero-title  .ps.glow {
    background: #97fffd;
}
.h-hero .lhero .cta-sec:hover a {
    color: #00ced4;
}
.h-hero .cta-sec a, .hblock .cta-sec a {
    background:url(../images/2020/underline-designer.png) no-repeat center bottom;
    background-size:contain;
    padding-bottom:15px;
}
.h-hero .lhero .cta-sec a, .ldr-content .hblock .cta-sec a {
    background-image:url(../images/2020/underline-leader.png);
}
.h-hero .h-promo .cta-sec a {
    padding-bottom:2px;
    filter: grayscale(100%) brightness(180%);
    -webkit-filter: grayscale(100%) brightness(180%);
    -moz-filter: grayscale(100%) brightness(180%);
}

.h-hero .lhero .cta-sec:hover .ps.glow {
    opacity:0.3;
}
.h-hero .hero-section.active {
    flex-basis:calc(100% - 100px);
    -webkit-transition: all .3s  ease-in-out 0s;
    -moz-transition: all .3s  ease-in-out 0s;
    -o-transition: all .3s  ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    justify-content: center;
}
.h-hero .hero-section.active .hero-decor {
    opacity:1;
}
.h-hero .hero-section.inactive {
    max-width:100px;
    width:50%;
    height:calc(100vh - 89px);
    flex-basis:50%;
    -webkit-transition: all .5s  ease-in-out 0s;
    -moz-transition: all .5s  ease-in-out 0s;
    -o-transition:all .5s  ease-in-out 0s;
    -ms-transition: all .5s  ease-in-out 0s;
    transition: all .5s  ease-in-out 0s;
    position: fixed;
    left:0;
    top:89px;
    background: rgb(0,172,183);
    background: -moz-linear-gradient(130deg, rgba(0,172,183,1) 29%, rgba(0,117,134,1) 89%);
    background: -webkit-linear-gradient(130deg, rgba(0,172,183,1) 29%, rgba(0,117,134,1) 89%);
    background: linear-gradient(130deg, rgba(0,172,183,1) 29%, rgba(0,117,134,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#007586",GradientType=1);
    cursor:pointer;
    z-index: 1000;
}
section.alt.loaded .h-hero .rhero.hero-section.inactive:hover, section.alt.loaded .h-hero .lhero.hero-section.inactive:hover {
    width:140px;
    max-width:140px;
}
.h-hero .hero-section.rhero.inactive {
    background: rgb(255,166,61);
    background: -moz-linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    background: linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d",endColorstr="#ba1bdc",GradientType=1);
}

section.alt.loading .h-hero .hero-section.inactive:hover:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    opacity:0.1;
    background:#000;
    position:absolute;
    z-index: 1000;
}
.h-hero .inactive .hero-decor, .h-hero .lhero.inactive .hero-decor{
    opacity:0;
    -webkit-transition: all .3s  ease-in-out 0s;
    -moz-transition: all .3s  ease-in-out 0s;
    -o-transition: all .3s  ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.h-hero .inactive .hero-text{
    opacity:0;
    -webkit-transition: all .5s  ease-in-out 0s;
    -moz-transition: all .5s  ease-in-out 0s;
    -o-transition: all .5s  ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
/*.h-hero .opener {
    display:none;
    opacity:0;
    position: relative;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s  ease-in-out 1.5s;
    -moz-transition: all .5s  ease-in-out 1.5s;
    -o-transition: all .5s  ease-in-out 1.5s;
    -ms-transition: all .5s ease-in-out 1.5s;
    transition: all .5s ease-in-out 1.5s;
}

.h-hero .opener-int {
    display: inline-block;
    cursor: pointer;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.h-hero .opener a {
    color:#fff;
    text-align: center;
    white-space: nowrap;
    font-size:22px;
}
.h-hero .inactive .opener {
    display:flex;
    opacity:1;
}*/
.h-hero .opener {
    writing-mode: vertical-lr;
    -ms-writing-mode: lr;
    -webkit-writing-mode: vertical-lr;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align:center;
    display:none;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    opacity:0;
    -webkit-transition: all .5s  ease-in-out 0s;
    -moz-transition: all .5s  ease-in-out 0s;
    -o-transition: all .5s  ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.h-hero .inactive .opener {
    display:flex;
    opacity:1;
}
.h-hero .lhero.inactive .opener {
    margin-right:35px;
}
.h-hero .opener a {
    text-decoration: none;
    color:#fff;
    font-weight:Bold;
    font-size:22px;
    display: block;
    margin-left:42px;
    position: relative;
    border-bottom:none;
}
.h-hero .opener a:after {
    content: '';
    display: block;
    width: 19px;
    height: 12px;
    background: url(../images/sprite2.png);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -25px;
}
.h-hero .lhero .opener a {
    margin-left:7px;
}
.h-hero .lhero .opener a:after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 30px;

}
.h-hero .rhero.hero-section.inactive {
    left:auto;
    right:0;
}
.h-hero.l-act{
    justify-content: flex-end;
}
.h-hero .inactive .hero-decor {
    width:20%;
}
.h-hero.l-act .inactive .opener {
    position: absolute;
    top:0;
    left:18px;
}
.h-hero .hero-section.lhero.active .hero-text {
}
.h-hero .lhero.active .hero-decor {
    width:1200px;
}
.h-hero .lhero.active .hero-text {
    margin-left:-50px;
}

.h-hero .rhero.active .hero-decor {
}
.h-hero .hero-section.rhero.active .hero-text {
    margin-right:0;
}
.h-hero .hero-section .closer{
    position:absolute;
    top:10px;
    width:30px;
    left:50%;
    margin-left:-15px;
    text-align: center;
    cursor:pointer;
    opacity:0;
    display:none;
    z-index: 1000;
}
.h-hero .hero-section .closer a {
    padding:5px;
    color:#fff;
    font-family:"Open sans Hebrew",Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:19px;
    width:16px;
    height:16px;
    background:url(../images/2020/close.svg) center center no-repeat;
    background-size:14px;
    display:inline-block;
    -webkit-transition: all .3s  ease-in-out 0s;
    -moz-transition: all .3s  ease-in-out 0s;
    -o-transition: all .3s  ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-bottom:none;
}
.h-hero .hero-section.inactive .closer{
    display:block;
    opacity:1;
    -webkit-transition: all 1s  ease-in-out 0s;
    -moz-transition: all 1s  ease-in-out 0s;
    -o-transition: all 1s  ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.h-hero .hero-section.inactive .closer a:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.h-hero .h-promo {
    position: absolute;
    text-align: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom:80px;
    /*width: 730px;*/
    z-index: 1000;
    -webkit-transition:all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    -moz-transition: all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    -o-transition:all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    -ms-transition:all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    transition:all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    cursor:pointer;
    -moz-transform: translateX(-50%);
    -webkit-transform:  translateX(-50%);
    -o-transform:  translateX(-50%);
    -ms-transform:  translateX(-50%);
    transform:  translateX(-50%);
    left:50%;
}
.h-hero .h-promo .promise {
    font-size:20px;
    font-weight:normal;
    margin-bottom:20px;
    position: absolute;
    top: -40px;
    right:0;
}
.h-hero .h-promo .dln-box {
    background:#222;
    font-size:20px;
    color:#fff;
    border-radius:5px;
    padding:20px 30px;
}
.h-hero .h-promo .num {
    font-size:35px;
    font-weight: normal;
    font-family:"Text Me One",Arial, Helvetica, sans-serif;
}
.h-hero .h-promo .per {
    font-weight:bold;
}
.h-hero .h-promo .cta {
    margin-top:10px;
}
.h-hero .h-promo .cta-but-row {
    justify-content: center;
}
.h-hero .h-promo .cta-sec a{
    margin-top:0;
    margin-bottom:30px;
}
.h-hero.l-inc .h-promo {
    left:63%;
    z-index:0;
}
.h-hero.r-inc .h-promo {
    left:37%;
    z-index:0;
}
.h-hero.l-act .h-promo,.h-hero.r-act .h-promo{
    opacity:0;
    z-index:0;
    margin-left:0;
}
.h-hero.l-act .h-promo {
    left:200%;
    -webkit-transition:all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
    -moz-transition: all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
    -o-transition:all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
    -ms-transition:all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
    transition:all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
}
.h-hero.r-act .h-promo {
    left:-200%;
}
.h-hero .h-promo .cta {
    position: absolute;
    top: -50px;
    left: 0;
    /*display:none;*/
}
.h-hero .h-promo .cta .ps.glow {
    background:#fff;
    opacity:0.5;
    bottom:12px;
}
.h-hero .p-popup .cta-sec a{
    background:none;
}
.h-hero .p-popup .cta-main a {
    padding:10px 35px;
}
.h-hero .h-promo .cta a:hover {
    color:#ccc;
}
.h-hero.has-active .sep {
    display:none;
}
.h-hero  .time-box {
    display:flex;
    flex-direction: row-reverse;
}
.h-hero .num-box {
    display:flex;
    flex-direction: column;
}
.h-hero .num-box .num {
    background:#222;
    border-radius: 5px;
    padding:22px;
    display:block;
    width:32px;
    -webkit-transition:all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition:all 1.3s ease-in-out;
    -ms-transition:all 1.3s ease-in-out;
    transition:all 1.3s ease-in-out;
}
.h-hero .h-promo .num-sep {
    font-size:36px;
    padding:15px;
}
.h-hero .h-promo .time-box.critical .num {
    background:#990000;
}
#main.l-content .ldr-content, #main.r-content .des-content{
    text-align: center;
}
#main.l-content .des-content {
    display:none;
}
#main.r-content .ldr-content {
    display:none;
}
#main.nosel-content .des-content,#main.nosel-content .ldr-content {
    display:none
}
.h-hero .cur-day {
    display:none;
}
.h-hero .cta-main .sec {
    display:none;
}
.b-sp-gallery {
    background: rgb(255,166,61);
    background: -moz-linear-gradient(45deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    background: -webkit-linear-gradient(45deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    background: linear-gradient(45deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d",endColorstr="#ba1bdc",GradientType=1);
}
.ldr-content .b-sp-gallery {
    background: rgb(0,172,183);
    background: -moz-linear-gradient(315deg, rgba(0,172,183,1) 9%, rgba(0,117,134,1) 38%, rgba(0,0,0,1) 91%);
    background: -webkit-linear-gradient(315deg, rgba(0,172,183,1) 9%, rgba(0,117,134,1) 38%, rgba(0,0,0,1) 91%);
    background: linear-gradient(315deg, rgba(0,172,183,1) 9%, rgba(0,117,134,1) 38%, rgba(0,0,0,1) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#000000",GradientType=1);
    position: relative;
}

.des-content {
    width:calc(100% - 100px);
    margin-left:100px;
}
.ldr-content {
    width:calc(100% - 100px);
    margin-right:100px;
}
.des-content .hblock {
}
.ldr-content .hblock {
}
.b-gallery .gal-wrap {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.b-gallery .items {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    flex-grow:1;
    padding-top:18px;
    position: relative;
    overflow:visible;
}
.b-gallery .item {
    max-width:254px;
    cursor:pointer;
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    -ms-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
}
.b-gallery .pgwrap {
    display:flex;
    justify-content: space-evenly;
    position:absolute;
    left:0;
    top:0;
    -webkit-transition:all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition:all 0.45s ease-in-out;
    -ms-transition:all 0.45s ease-in-out;
    transition:all 0.45s ease-in-out;
    padding-top:20px;
    /*display:none;*/
}
.b-gallery .pgwrap.init {
    left:-2000px;
}
.b-gallery .pgwrap.exitRight {
    opacity:0;
    left:2000px;
/*    -moz-transform:  scale(0.01);
    -webkit-transform:  scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);*/
    -webkit-transition:all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition:all 0.9s ease-out;
    -ms-transition:all 0.9s ease-out;
    transition:all 0.9s ease-out;
}
.b-gallery .pgwrap.exitLeft {
    opacity:0;
    left:-2000px;
/*    -moz-transform:  scale(0.01);
    -webkit-transform:  scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);*/
    -webkit-transition:all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition:all 0.9s ease-out;
    -ms-transition:all 0.9s ease-out;
    transition:all 0.9s ease-out;
}

.b-sp-gallery .spk-photo {
    border-radius:500px;
    background:rgba(255,255,255,.15);
    padding:16px;
    display:inline-block;
    white-space: nowrap;
    width:222px;
    height:222px;
    margin-bottom:20px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-sp-gallery .spk:hover .spk-photo {
    -webkit-box-shadow: 0 0 15px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 0 15px 0 rgba(255,255,255,1);
    box-shadow: 0 0 15px 0 rgba(255,255,255,1);
    background:rgba(255,255,255,.3);
}
.b-sp-gallery .spk-photo img {
    width:100%;
    display:inline-block;
}
.b-sp-gallery .spk-photo a {
    display:inline-block;
    border-radius:500px;
    width:222px;
    height:222px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
    border-bottom:none;
}
.b-gallery .ctl {
    width:95px;
    height:108px;
    opacity:0.6;
    cursor:pointer;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    background:url(../images/2020/gal-right.png) no-repeat;
    margin-top:77px;
    margin-left:30px;
}
.b-gallery .ctl.next {
    background-image:url(../images/2020/gal-left.png);
    margin-left:0;
    margin-right:30px;
}
.b-gallery .ctl.disabled {
    opacity:0;
    cursor:default;
}
.b-gallery .ctl:hover {
    opacity:1;
}
.b-gallery .ctl.disabled:hover {
    opacity:0;
}
.b-sp-gallery .spk-name a,.b-sp-gallery .spk-role a {
    color:#fff;
    font-size:22px;
    line-height:1.3em;
    text-decoration: none;
    border-bottom:none;
}
.b-sp-gallery .spk-name a {
    font-weight:bold;
    font-size:26px;
}
.b-sp-gallery .spk.mid {
    margin-top:50px;
}
.b-sp-gallery .cta {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    display: flex;
}
.b-gallery .gal-idx {
    display:flex;
    justify-content: center;
    margin-top:60px;
    margin-bottom:40px;
}
.b-gallery .gal-idx ul {
    display:flex;
    margin:0;
    padding: 0;
}
.b-gallery .gal-idx li {
    list-style: none;
    margin: 0 5px;
    padding:7px;
    cursor:pointer;
}
.b-gallery .gal-idx li div {
    border-radius: 10px;
    width:8px;height:8px;
    border:1px solid #fff;
    display:block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-gallery .gal-idx li.sel div, .b-gallery .gal-idx li:hover div {
    background:#fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 0 8px 0 rgba(255,255,255,1);
    box-shadow: 0 0 8px 0 rgba(255,255,255,1);
}
.b-video {
    position: relative;
    z-index: 10;
    overflow: visible;
}
.b-video .bl-title h2, .b-video .bl-title h3 {
    color:#ff6702;
}
.b-video .video-caption {
    text-align:right;
    font-size:20px;
}
.b-video .block-decor{
    position: absolute;
    top:-60px;
    left:50%;
    margin-left:760px;
}
.b-video .block-decor .decor-text {
    font-size:295px;
    font-family:"Text Me One",Arial, Helvetica, sans-serif;
    color:#fff;
    text-shadow: -5px 10px 20px rgba(200, 42, 175, 0.3);
    writing-mode: vertical-lr;
    -ms-writing-mode: lr;
    -webkit-writing-mode: vertical-lr;
}
.b-two-col.audience {
    background: rgb(255,166,61);
    background: -moz-linear-gradient(-90deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    background: -webkit-linear-gradient(-90deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    background: linear-gradient(-90deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d",endColorstr="#ba1bdc",GradientType=1);
}
.b-two-col.audience .col2 {
    margin-top:15px;
}
.b-two-col.audience .cta {
    margin-top:20px;
    margin-bottom:40px;
}
.b-two-col.audience .cta .cta-main a:hover {
    color:#fff;
    background:rgba(230,230,230,0.1);
}
.b-testimons {
 /*   background: rgb(255,103,2);
    background: -moz-linear-gradient(69deg, rgba(255,103,2,1) 24%, rgba(186,27,220,1) 100%);
    background: -webkit-linear-gradient(69deg, rgba(255,103,2,1) 24%, rgba(186,27,220,1) 100%);
    background: linear-gradient(69deg, rgba(255,103,2,1) 24%, rgba(186,27,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6702",endColorstr="#ba1bdc",GradientType=1);*/
    background: rgb(0,0,0);
    background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 13%, rgba(186,27,220,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 13%, rgba(186,27,220,1) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,1) 13%, rgba(186,27,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ba1bdc",GradientType=1);
}
.b-testimons .bl-title {
    max-width:500px;
}
.b-testimons blockquote, .b-testimons cite {
    color:#fff;
}
.b-testimons blockquote {
    font-size:20px;
    text-align:right;
    margin:0;
    padding:0;
}
.b-testimons blockquote p {
    margin:0;
    padding:0;
}
.b-testimons .testimons {
    display:flex;
    flex-wrap: wrap;
}
.b-testimons .testimon {
    padding-top:50px;
    margin:0;
    position: relative;
}
.b-testimons cite {
    font-style: italic;
    font-weight:bold;
    font-size:16px;
    text-align: right;
    margin:20px 0 0 0;
    padding:0;
    display:block;
}
.b-testimons .testimon .qt {
    position: absolute;
    color: #fff;
    font-size: 115px;
    top: 17px;
    right: -28px;
    z-index: 10;
}
.b-testimons .testimon .gl {
    content: '';
    display: block;
    /*background: #ffbb59;*/
    background:#e0a3ff;
    position: absolute;
    top: -11px;
    right: -36px;
    width: 40px;
    height: 40px;
    padding: 11px;
    filter: blur(9px);
    border-radius: 40px;
    -webkit-filter: blur(11px);
    opacity: 1;
    z-index: 5;
    mix-blend-mode: overlay;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-gallery.b-testimons .pgwrap {
    padding-top:24px;
}
.b-testimons .exitRight .gl, .b-testimons .exitLeft .gl  {
    display:none;
}
.b-gallery.b-testimons .gal-idx {
    margin-top:20px;
}
.b-orgs .bl-title {
    max-width:900px;
}
.b-orgs .bl-title h2 {
    color:#ba1bdc;
}
.b-orgs .orgs {
    margin-top:20px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.b-orgs .org {
    flex-basis:23%;
    margin-bottom:45px;
    position: relative;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-orgs .org img {
    max-width:220px;
    max-height:130px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    display:block;
    line-height: 0;
    position: relative;
    margin:0 auto;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    opacity:0.5;
}
.b-orgs .org:after {
    width:100%;
    height:100%;
    /*content:'';*/
    background:rgba(255,255,255,0.6);
    position: absolute;
    top:0;
    left:0;
    display: block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-orgs .org:hover {
    z-index: 100;
}
.b-orgs .org:hover img {
    filter:none;
    -webkit-filter: none;
    -moz-transform: scale(1.2);
    -webkit-transform:  scale(1.2);
    -o-transform:  scale(1.2);
    -ms-transform:  scale(1.2);
    transform: scale(1.2) ;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    opacity:1;
}
.b-orgs .org:hover:after {
    opacity:0;
}
.ui-loader {
    display: none !important;
}
.b-two-col.notalone {
    background:url(../images/2020/lead-1.jpg) no-repeat center center;
    background-size: cover;
    z-index:10;
}
.b-two-col.notalone .col1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 522px;
}
.b-two-col.notalone .col2 {
    min-width:480px;
}
.b-two-col.notalone .bl-decor, .b-two-col.peer .bl-decor {
    font-size:285px;
    color:#fff;
    font-family: "Text Me One",Arial, Helvetica, sans-serif;
    line-height: 1em;
    position: relative;
}
.b-two-col.notalone .bl-decor .main,.b-two-col.peer .bl-decor .main {
    z-index: 150;
    position: relative;
}
.b-two-col.notalone .bl-decor .ps,.b-two-col.peer .bl-decor .ps {
    position: absolute;
    top:0;
    left:0;
    color:rgba(0,0,0,0);
}
.b-two-col.notalone .bl-decor .ps.shade,.b-two-col.peer .bl-decor .ps.shade {
    color:#000;
    opacity:0.3;
    top:20px;
    left:-10px;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.b-two-col.notalone .ps.glow,.b-two-col.peer .ps.glow {
    z-index:50;
    background: #19d5ff;
    top:0;
    padding:10px;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    border-radius:15px;
    opacity:.4;
}
.b-two-col.notalone .columns .col2 {
    min-width:580px;
}
.b-two-col .col2 .col-content {
    /*color:#00f0ff;*/
}
.b-two-col.peer {
    background:url(../images/2020/lead2.jpg) no-repeat left top;
    background-size:contain;
    z-index: 5;
    overflow: visible;
}
.b-two-col.peer .columns .col:first-child {
    background:#fff;
    color:#007586;
    min-width:592px;
    margin:-80px 0;
    padding: 80px 0 80px 80px;
}
.b-two-col.peer .col2 {
    min-width:580px;
    position: relative;
}
.b-two-col.peer .bl-title h2 {
    color:#007586;
}
.hblock .bl-title.outline h2 {
    -webkit-text-stroke: 3px #007586;
    color:#fff;
    margin-bottom:0;
}
.b-two-col.peer.hblock .bl-title.outline {
    margin:0;
}
.b-two-col.peer p.answer {
    margin-top:60px;
    margin-bottom:10px;
    font-weight: bold;
}
.b-two-col.peer .bl-title {
    margin-bottom:0;
}
.b-two-col.peer .cta {
    margin-top:20px;
}
.b-two-col.peer .cta-main a {
    border-color:#007586;
    color:#007586;
}
.b-two-col.peer .cta-main a:after {
    background-position:-20px 0;
}
.b-two-col.peer .bl-decor {
    font-size: 165px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    top: -30px;
    left: 167px;
}
.b-two-col.peer .bl-decor .ps.shade {
    left:auto;
    right:11px;
}
.b-two-col.peer .bl-decor .ps.glow {
    left:auto;
    right:0;
}
.b-two-col.managers {
    background: rgb(0,172,183);
    background: -moz-linear-gradient(180deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#000000",GradientType=1);
    min-height: 940px;
}
.b-two-col.managers .bl-decor {
    background-image:url(../images/2020/angel.png);
    background-size:contain;
    background-position: 97% center;
    background-repeat: no-repeat;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.b-two-col.managers .bl-content, .b-two-col.managers .bl-title h2 {
    text-align: right;
    color:#fff;
}
.b-two-col.managers .columns .col:first-child {
    min-width: 522px;
}
.b-two-col.managers .col2 {
    min-width:580px;
}
.ldr-content .b-two-col.audience{
    background: rgb(0,172,183);
    background: -moz-linear-gradient(45deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#000000",GradientType=1);
}
.ldr-content .b-two-col.audience .glow-list li:before {
    background:#0df0ff;
}
.ldr-content .b-two-col.audience .glow-list li {
    color: #0df0ff;
}
.b-two-col.audience .cta-sec a,.b-two-col.audience .cta-sec a:hover {
    text-decoration: none;
}
.ldr-content .b-two-col.audience .cta-sec canvas{
    color:#0cc6ce;
}
.ldr-content .cta .ps.glow {
    background: #0cc6ce;;
}
.audience .cta-sec .ps.glow {
    opacity:0.4;
    bottom:-33px;
}
.l-content .b-testimons {
    /*background: rgb(0,172,183);
    background: -moz-linear-gradient(69deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(69deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: linear-gradient(69deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#000000",GradientType=1);*/
}
.l-content .b-testimons .testimon .gl {
    background:#fff;
    opacity:0.6;
}
.b-two-col.audience .cta {
    max-width: none;
}
.b-two-col.audience .cta-but-row {
    width: 100%;
}
.ldr-content .cta-main a:hover {
    border-color:#0bc6d2;
}
.b-two-col .col-content .cta-main a:hover {
    color:#fff;
}
.nosel-content .b-workshops, .nosel-content .b-orgs,  .nosel-content .b-code, .nosel-content .b-sponsors, .nosel-content #footer, .nosel-content .b-testimons{
    display:none;
}
.page #main .alt {
    padding-bottom:0;
}
.h-hero .rem-popup .cta {
    padding-bottom:40px;
}
.h-hero .h-promo .cta a {
    padding-bottom:6px;
}
@keyframes homeglow {
    0%, 100% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}
.h-hero .cta-main.glow a {
    z-index: 100;
    background: rgba(0,0,0,0.3);
}
.h-hero .cta-main.glow a:before {
    position: absolute;
    top:0;left:0;
    display:block;
    content:'';
    width:100%;height:100%;
    box-shadow: 0 0 35px rgb(151, 255, 253);
    -webkit-box-shadow: 0 0 35px rgb(151, 255, 253);
    -webkit-animation: homeglow 2s infinite; /* Safari 4+ */
    -moz-animation: homeglow 2s infinite; /* Fx 5+ */
    -o-animation: homeglow 2s infinite; /* Opera 12+ */
    animation: homeglow 2s infinite; /* IE 10+, Fx 29+ */
    z-index: -1;
    /*background: rgba(0,0,0,0.2);*/
}
.h-hero .rhero .cta-main.glow a:before {
    box-shadow: 0 0 35px rgba(255,230,0,1);
    -webkit-box-shadow: 0 0 35px rgba(255,230,0,1);
}
.h-hero .lhero .cta-main.glow a:before {
    -webkit-animation: homeglow 3s infinite; /* Safari 4+ */
    -moz-animation: homeglow 3s infinite; /* Fx 5+ */
    -o-animation: homeglow 3s infinite; /* Opera 12+ */
    animation: homeglow 3s infinite; /* IE 10+, Fx 29+ */
}
.h-hero .cta-main.glow a:hover:before {
    -webkit-animation: none;
    -moz-animation:    none;
    -o-animation:      none;
    animation:         none;
    opacity:0.8;
}

.h-hero .noinc .cta-main.glow a:before {
    -webkit-animation: none;
    -moz-animation:    none;
    -o-animation:      none;
    animation:         none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.h-hero .cta-main a {
    padding:20px 35px 20px 80px;
}
@media only screen and (max-width:1900px) {
    .h-hero .lhero .hero-decor {
        right:12px
    }
    .h-hero .rhero .hero-decor {
        /*left:-300px;*/
    }
    .h-hero.l-inc .lhero .hero-decor {
        right:-50px;
    }
    .b-video .block-decor{
        margin-left:730px;
    }
    .b-video .block-decor .decor-text {
        font-size: 235px;
    }

}
@media only screen and (max-width:1650px) {
    .b-video .block-decor{
        margin-left:700px;
    }
    .b-video .block-decor .decor-text {
        font-size: 180px;
    }
}

@media only screen and (max-width:1550px) {
    .b-video .block-decor{
        left:50%;
        margin-left:-608px;
        top:auto;
        bottom:0px;
    }
    .b-video .block-decor .decor-text {
        font-size:150px;
        writing-mode:unset;
        -ms-writing-mode:unset;
        -webkit-writing-mode:unset;
    }
    .h-hero .hero-section.lhero.active {
        justify-content: flex-end;
    }
    .h-hero .hero-section.lhero.active .hero-text {
        margin-right: 0;
        margin-left:80px;
        left:0;
    }
    .h-hero .rhero .hero-text,.h-hero .lhero .hero-text {
        width:440px;
        min-width:440px;
    }
    .h-hero .rhero .hero-text {
        margin-right:40px;
     }
    #main .h-hero .hero-title .h1-wrap h1, #main .h-hero .hero-title .h1-wrap .ps{
        font-size:87px;
    }
    .h-hero .hero-title .ps.shade {
        top:47px;
    }

    .h-hero .lhero .hero-decor {
        right: -100px;
    }
    .h-hero .lhero.active .hero-decor {
        right:0;
    }
    .h-hero .lhero.active .hero-text {
        margin-left:-250px;
    }
    .h-hero .rhero .hero-decor {
        left: -350px;
    }
    .h-hero.r-inc .rhero .hero-decor {
        left:-250px;
    }


    .h-hero.l-inc .lhero .hero-decor {
        /*width: 1000px;*/
        right:-50px;
    }
    .b-two-col.notalone .bl-decor {
        font-size:240px;
    }
}
@media only screen and (max-width:1350px) {
    .b-video .video-caption {
        padding: 0 10px;
    }

    .b-video .block-decor {
        left: 0;
        margin-left: 0;
    }

    .b-orgs .org {
        flex-basis: 31%;
    }

    .b-orgs .org img {
        max-width: 22vw;
    }

    .b-orgs .orgs {
        padding: 0 10px;
    }

    .page #main .hblock.b-video .holder {
        width: 100%;
        padding: 0;
    }

    .r-content .b-sponsors {

    }

    .b-two-col.notalone .bl-decor {
        font-size: 180px;
    }

    .b-two-col.peer .columns .col:first-child {
        padding: 80px 40px 80px 20px;
        margin-right: -20px;
    }

    .ldr-content .b-two-col .columns .col:first-child {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        min-width: calc(55% - 40px);
    }

    .ldr-content .b-two-col .columns .col2 {
        padding-right: 0;
        min-width: calc(45% - 20px);
    }

    .b-two-col.peer {
        background-size: cover;
    }

    .ldr-content .b-two-col.peer .columns .col:first-child {
        padding-right: 40px;
    }

    .b-two-col.managers .bl-decor {
        background-size: cover;
        background-position: center bottom;
        opacity: 0.4;
    }

    .ldr-content .b-two-col.audience .columns .col2 {
        padding-right: 20px;
        min-width: calc(45% - 40px);
    }

    .ldr-content .b-two-col .glow-list li {
        font-size: 50px;
    }
    .h-hero.l-inc .lhero .hero-decor {
        /*width: 1000px;*/
        right:-150px;
    }

}
@media only screen and (max-width:1200px) {
    .h-hero .lhero .hero-text {
        width: 400px;
        min-width: 400px;
        margin-right: 0;
        margin-left: 40px;
    }

    .h-hero .rhero .hero-text {
        margin-left: 0;
        width: 400px;
        min-width: 400px;
    }

    #main .h-hero .hero-title .h1-wrap h1, #main .h-hero .hero-title .h1-wrap .ps {
        font-size: 65px;
    }

    .h-hero .hero-title .ps.shade {
        left: -8px;
        top: 35px;
    }

    #main .h-hero .hero-title .h2-wrap h2, #main .h-hero .hero-title .h2-wrap .ps {
        font-size: 36px;
    }

    #main .h-hero .hero-title .h2-wrap {
        margin-top: 0;
    }

    .h-hero .lhero .hero-decor {
        /*width:700px;*/
        right: -200px;
    }

    .h-hero.l-inc .lhero .hero-decor {
        right: -100px;
    }

    .h-hero .rhero .hero-decor {
        left: -400px;
    }

    .h-hero.r-inc .lhero .hero-decor {
        width: 500px;
        right: 200px;
    }

    .h-hero .num-box .num {
        font-size: 22px;
        padding: 11px;
    }

    .h-hero .h-promo .promise {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .h-hero .h-promo .n-label {
        font-size: 16px;
    }

    .h-hero .lhero.active .hero-decor {
        right: 0;
        width: 100%;
        background-position: right bottom;
        background-size: contain;
        margin-right: 0;
    }

    .b-sp-gallery .spk-photo a, .b-sp-gallery .spk-photo {
        width: 155px;
        height: 155px;
    }

    .b-gallery .ctl {
        background-size: contain;
        width: 60px;
        height: 68px;
        margin-left: 5px;
        opacity: 1;
    }

    .b-gallery .item {
        /*max-width: 100%;*/
    }

    .b-sp-gallery .ctl.next {
        margin-right: 5px;
        margin-left: 0;
    }

    .b-sp-gallery .spk.mid {
        margin-top: 0;
    }

    .b-sp-gallery .pgwrap {
        padding-top: 8px;
    }

    .b-gallery .gal-idx {
        display: none;
    }

    .b-sp-gallery .cta {
        margin-top: 36px;
    }

    .b-sp-gallery .pgwrap.exitLeft {
        left: -1000px;
    }

    .b-sp-gallery .pgwrap.exitRight {
        left: 767px;
    }

    .b-two-col.audience .col2 {
        padding-right: 20px;
        margin-top: 20px;
    }

    .b-two-col .glow-list {
        margin-top: 20px;
    }

    .b-orgs .org:hover img {
        filter: none;
        -webkit-filter: none;
        opacity: 1;
    }

    .b-two-col.notalone .columns {
        flex-direction: column-reverse;
    }

    .b-two-col.notalone .col1 {
        position: absolute;
        left: 0;
        bottom: -122px;
    }

    .b-two-col.notalone .col2 {
        padding-bottom: 60px;
    }

    .b-two-col.notalone:after {
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .b-two-col.notalone .holder {
        z-index: 5;
    }

    .b-two-col.notalone .columns .col2 {
        max-width: none;
        min-width: 0;
        padding: 0 20px;
    }

    .b-two-col.peer .bl-decor {
        display: none;
    }

    .hblock .bl-title.outline h2 {
        -webkit-text-stroke: 2px #007586;
    }

    .b-two-col.managers {
        min-height: 0;
        padding-bottom: 240px;
    }

    .b-two-col.managers .bl-decor {
        background-size: contain;
        background-image: url(../images/2020/angel-mobile.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        height: 70%;
        top: auto;
        bottom: 0;
    }

    .b-two-col.managers .bl-title {
        padding: 0 12px;
    }

    .b-two-col.managers .cta {
        padding: 0 12px;
    }

    .page #main .alt .b-two-col.peer .holder {
        width: 100%;
        padding: 0;
    }

    .ldr-content .b-two-col.peer .columns .col:first-child {
        margin-right: 0;
    }
    .h-hero .hero-section.active.rhero {
        justify-content: flex-start;
    }
    .h-hero .hero-section.active.rhero .hero-text {
        margin-right: 80px;
    }
    .page #main .alt .hblock.h-hero-alt .holder {
        padding:80px 20px;
    }
}
@media only screen and (max-width: 1024px) {
    /** homepage 2020 **/
    .h-hero .lhero .hero-text, .h-hero .rhero .hero-text {
        width:70%;
        min-width:0;
        margin-top:0;
    }
    .h-hero .hero-section.lhero.active .hero-text {
    }
    #main .h-hero .hero-title .h1-wrap h1,#main .h-hero .hero-title .h1-wrap .ps {
        font-size:48px;
        padding:0;
    }
    #main .h-hero .hero-title .ps.shade {
        opacity:0.15;
        top:29px;
    }
    #main .h-hero .hero-title .ps.glow {
        opacity: 0.9;
        padding:15px;
        filter: blur(30px);
        -webkit-filter: blur(30px);
        right:-10px;
    }
    #main .h-hero .lhero .hero-title .h1-wrap .ps.glow {
        right:auto;
        left:-10px;
    }
    .h-hero .h-promo {
        flex-direction: row;
        width:100%;
        left:auto;
        background:rgba(34,34,34,0.9);
        position: absolute;
        top: 0;
        height: auto;
        bottom: auto;
        justify-content: center;
        align-items: center;
        padding:5px 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform:none;
    }
    .h-hero .h-promo.nav-promo-shown {
        display:none;
    }
    .h-hero .h-promo.dt .num-box .n-label {
        display:none;
    }
    .h-hero .num-box .num {
        font-size:14px;
        background:none;
        font-family: "open sans hebrew",Arial, Helvetica, sans-serif;
        font-weight:Bold;
        width:auto;
        padding:0 4px;
    }
    .h-hero .h-promo .promise {
        font-size:12px;
        margin-bottom:0;
    }
    .h-hero .h-promo .num-sep {
        font-size:10px;
        font-family: "open sans hebrew",Arial, Helvetica, sans-serif;
        padding:0;
    }
    .h-hero .num-box.days {
        flex-direction:row;
    }
    .h-hero .h-promo.dt .num-box.days .n-label {
        display: block;
        font-size:12px;
    }
    .h-hero .h-promo .cta {
        display:block;
        margin:0 20px 2px 0;
        top:0;
        position:relative;
        left:auto;
    }
    .h-hero .rem-popup .cta {
        width:100%;
    }
    .h-hero .rem-popup .cta-but.cta-sec {
        text-align: center;
    }
    .h-hero .rem-popup .cta-but.cta-sec a {
        margin-left:0;
    }
    .h-hero .h-promo .cta a {
        font-size:12px;
    }
    .h-hero .h-promo .cta-sec a{
        margin-bottom:0;
        font-weight: bold;
    }
    .h-hero .h-promo .cta .ps.glow {
        background:#fff;
        bottom:-20px;
        opacity:0.1;
    }
    .h-hero .h-promo .cta canvas {
        color:#fff;
        bottom:-2px;
        height:6px;
    }
    .h-hero .h-promo .dln-box {
        background:none;
        font-size:12px;
        padding:0 5px 0 0;
    }
    .h-hero .h-promo .num {
        font-size:16px;
    }
    .h-hero .lhero .hero-decor {
        right: 0;
        width: 100%;
        background-size: 1052px 802px;
        background-position: -400px bottom;
    }
    .h-hero .rhero .hero-decor {
        left: -450px;
        height: 100%;
        background-size: 684px 800px;
    }
    .h-hero .lhero .hero-text {
        margin-left:0;
    }
    .h-hero .rhero .hero-text {
        margin-right:0;
    }
    .h-hero .lhero.active .hero-decor {
        opacity:0.6;
    }
    .page-template-page-home .b-code .bl-content {
        width:calc(100% - 124px);
    }
}
@media only screen and (max-width:767px) {
    .h-hero .hero-desc {
        display: none;
    }

    #main .h-hero .hero-title .h1-wrap {
        align-items: center;
        justify-content: center;
        width: 100%;
        display: flex;
    }

    .h-hero .hero-title, .h-hero .lhero .hero-text * {
        text-align: center !important;
    }

    #main .h-hero .hero-title .h1-wrap h1 {
        font-size: 61px;
        width: 37px;
        writing-mode: vertical-lr;
        -ms-writing-mode: lr;
        -webkit-writing-mode: vertical-lr;
    }

    #main .h-hero .hero-title .ps.shade {
        display: none;
    }

    #main .h-hero .hero-title .h1-wrap .ps.glow {
        left: 50%;
        width: 37px;
        margin-left: -64px;
        top: -32px;
        padding: 52px;
        right: auto;
        opacity: 1;
        filter: blur(35px);
        -webkit-filter: blur(35px);
    }

    #main .h-hero .lhero .hero-title .h1-wrap .ps.glow {
        opacity: 0.5;
        writing-mode: vertical-lr;
        -ms-writing-mode: lr;
        -webkit-writing-mode: vertical-lr;
        right: 50%;
        margin-right: -68px;
    }

    #main .h-hero .hero-title .h2-wrap .ps.glow {
        right: auto;
        left: 50%;
        margin-left: -40px;
        opacity: 0.4;
    }

    #main .h-hero .hero-title .ps.glow {
        opacity: 1;
        /*display:none;*/
    }

    #main .h-hero .rhero .hero-title .ps.glow {
        opacity: 0.6;
        display: block;
        margin-left: -39px;
        top: -34px;
        padding: 23px;
    }

    .h-hero .hero-section .cta-but.cta-sec {
        display: none;
    }

    .h-hero .hero-section .cta-but-row {
        justify-content: center;
        width: 100%;
        display: flex;
    }

    .h-hero .hero-section .cta-but {
        display: flex;
    }

    .h-hero .hero-section .cta {
        width: 100%;
        max-width: none;
        margin-top: 20px;
        align-self: center;
    }

    .h-hero .hero-title {
        height: 410px;
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }

    .h-hero .lhero .hero-text, .h-hero .rhero .hero-text {
        width: 100%;
        padding: 50px 0 260px 0;
    }

    #main .h-hero .hero-title h4 {
        font-weight: normal;
        order: 4;
        margin-bottom:0;
    }

    .h-hero .sep {
        display: none;
    }

    .h-hero .lhero .hero-decor, .h-hero .rhero .hero-decor {
        opacity: 1;
        background-position: center top;
        width: 100%;
        left: auto;
        top: 20px;
        right: auto;
        bottom: auto;
        background-size: contain;
    }

    .h-hero .lhero .hero-decor {
        background-image: url(../images/2020/lead-head.png);
    }

    .h-hero .rhero .hero-decor {
        background-image: url(../images/2020/design-head.png);

    }


    .h-hero .hero-section.rhero {
        background: rgb(254, 158, 47);
        background: -moz-linear-gradient(160deg, rgba(254, 158, 47, 1) 8%, rgba(251, 174, 8, 1) 19%, rgba(251, 174, 8, 1) 43%, rgba(255, 103, 2, 1) 66%, rgba(186, 27, 220, 1) 100%);
        background: -webkit-linear-gradient(160deg, rgba(254, 158, 47, 1) 8%, rgba(251, 174, 8, 1) 19%, rgba(251, 174, 8, 1) 43%, rgba(255, 103, 2, 1) 66%, rgba(186, 27, 220, 1) 100%);
        background: linear-gradient(160deg, rgba(254, 158, 47, 1) 8%, rgba(251, 174, 8, 1) 19%, rgba(251, 174, 8, 1) 43%, rgba(255, 103, 2, 1) 66%, rgba(186, 27, 220, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe9e2f", endColorstr="#ba1bdc", GradientType=1);
    }

    .h-hero .inactive .hero-decor {
        display: none;
    }

    .h-hero .hero-section.inactive .closer {
        display: none;
    }

    .h-hero .hero-section.inactive {
        height: 46px;
        left: 0;
        right: auto;
        z-index: 1000;
        width: 100%;
        max-width: 100%;
        top: 69px;
    }

    .h-hero .hero-section.inactive .opener {
        writing-mode: initial;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0 20px;
        left: auto;
        right: auto;
        width: calc(100% - 40px);
        min-width: calc(100% - 40px);
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .h-hero .hero-section.inactive .opener a {
        font-size: 12px;
        right: 20px;
    }

    .h-hero .opener a:after {
        -moz-transform: rotate(-90deg) scale(0.6);
        -webkit-transform: rotate(-90deg) scale(0.6);
        -o-transform: rotate(-90deg) scale(0.6);
        -ms-transform: rotate(-90deg) scale(0.6);
        transform: rotate(-90deg) scale(0.6);
        left: auto;
        right: -23px;
    }

    .h-hero .opener .cur-day {
        display: block;
        font-size: 16px;
        left: 20px;
    }

    .h-hero .lhero .opener a:after {
        -moz-transform: rotate(90deg) scale(0.6);
        -webkit-transform: rotate(90deg) scale(0.6);
        -o-transform: rotate(90deg) scale(0.6);
        -ms-transform: rotate(90deg) scale(0.6);
        transform: rotate(90deg) scale(0.6);
        left: -23px;
        right: auto;
    }

    .h-hero .inactive .hero-text {
        display: none;
    }

    .h-hero .lhero.hero-section.inactive .opener a {
        right: auto;
        left: 20px;
    }

    .h-hero .hero-section.lhero.inactive {
        background: rgb(0, 117, 134);
        background: -moz-linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 20%, rgba(255, 166, 61, 1) 45%, rgba(255, 103, 2, 1) 71%, rgba(186, 27, 220, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 20%, rgba(255, 166, 61, 1) 45%, rgba(255, 103, 2, 1) 71%, rgba(186, 27, 220, 1) 100%);
        background: linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 20%, rgba(255, 166, 61, 1) 45%, rgba(255, 103, 2, 1) 71%, rgba(186, 27, 220, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007586", endColorstr="#ba1bdc", GradientType=1);
        border: 0;
    }

    .h-hero .hero-section.rhero.inactive {
        background: rgb(0, 117, 134);
        background: -moz-linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 39%, rgba(255, 166, 61, 1) 69%, rgba(255, 103, 2, 1) 85%, rgba(186, 27, 220, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 39%, rgba(255, 166, 61, 1) 69%, rgba(255, 103, 2, 1) 85%, rgba(186, 27, 220, 1) 100%);
        background: linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 39%, rgba(255, 166, 61, 1) 69%, rgba(255, 103, 2, 1) 85%, rgba(186, 27, 220, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007586", endColorstr="#ba1bdc", GradientType=1);
        border: 0;
    }

    .h-hero .hero-section.active {
        flex-basis: 100%;
    }

    #main .h-hero .active .hero-title .h1-wrap h1 {
        writing-mode: initial;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        width: auto;
    }

    #main .h-hero .active .hero-title h4 {
        order: initial;
        margin-top: 0;
        margin-bottom:6px;
    }

    #main .h-hero .rhero.active {
        background: rgb(255, 166, 61);
        background: -moz-linear-gradient(138deg, rgba(255, 166, 61, 1) 0%, rgba(255, 103, 2, 1) 18%, rgba(186, 27, 220, 1) 100%);
        background: -webkit-linear-gradient(138deg, rgba(255, 166, 61, 1) 0%, rgba(255, 103, 2, 1) 18%, rgba(186, 27, 220, 1) 100%);
        background: linear-gradient(138deg, rgba(255, 166, 61, 1) 0%, rgba(255, 103, 2, 1) 18%, rgba(186, 27, 220, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d", endColorstr="#ba1bdc", GradientType=1);
    }

    #main .h-hero .rhero.active .hero-title .ps.glow {
        width: auto;
        margin-left: -30%;
    }

    #main .h-hero .rhero.active .hero-title .ps.glow, #main .h-hero .lhero.active .hero-title .ps.glow {
        display: none !important;
    }

    .h-hero .hero-section.rhero.active .hero-text, .h-hero .hero-section.lhero.active .hero-text {
        width: 100%;
        left: auto;
        right: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .h-hero .active .hero-title {
        height: auto;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .h-hero .active .hero-desc {
        display: block;
        padding: 20px;
        width: auto;
        text-align: center;
    }

    .h-hero .hero-section.active .cta-but.cta-main .main {
        display: none;
    }

    .h-hero .hero-section.active .cta-but.cta-main .sec {
        display: block;
    }

    .h-hero .hero-section.active .cta-but.cta-sec {
        display: inline-block
    }

    .h-hero .hero-section.active .cta-but.cta-main a {
        padding: 7px 15px 7px 45px;
    }

    .h-hero .active .cta-main a:after {
        display: block;
        left: 12px;
        top: 17px;
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);

    }

    .h-hero .hero-section.active .cta-main a:hover {
        border-color: #fff;
        background: none;
    }

    .h-hero .rhero.active .hero-decor, .h-hero .lhero.active .hero-decor {
        padding-bottom: 210px;
    }

    .h-hero .hero-section.inactive {
        top: 88px;
    }

    .h-hero .hero-section.active .hero-decor {
        bottom: 0;
        top: auto;
        left: auto;
        height: 300px;
        width: 100%;
        background-size: contain;
        padding: 0;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        background-position: 120% bottom;

    }

    .h-hero .rhero.active .hero-decor {
        background-image: url(../images/2020/home-design-statue-opq.png);
    }

    .h-hero .lhero.active .hero-decor {
        background-image: url(../images/2020/home-leadership-statue-opq.png);
        right: auto;
        background-position: left bottom;
    }

    .h-hero .lhero.inactive .opener {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hblock {
        width: 100%;
    }

    .des-content {
        width: 100%;
        margin-left: 0;
    }

    .ldr-content {
        width: 100%;
        margin-right: 0;
    }

    .des-content .hblock {
        padding-right: 0
    }

    .ldr-content .hblock {
        padding-left: 0;
    }

    .hblock .b-video {
        padding-bottom: 190px;
    }

    .b-video .block-decor {
        bottom: 6px;
    }

    .b-video .decor-text {
        text-shadow: -5px 10px 30px rgba(200, 42, 175, 0.3)
    }

    .des-content .hblock.b-two-col.audience {
        z-index: 10;
    }

    .bl-title {
        margin-top: 0;
    }

    .bl-title h3 {
        font-weight: normal;
    }

    .b-orgs .orgs {
        flex-basis: 47%;
    }

    .b-orgs .org {
        min-width: 47%;
    }

    .b-orgs .org img {
        max-width: 38vw;
    }

    .page-template-page-home .b-code .bl-content {
        width: calc(100% - 24px);
    }

    .r-content .b-sponsors, .r-content .b-code {
        margin-left: 0
    }

    .l-content .b-sponsors, .l-content .b-code {
        margin-right: 0
    }

    .b-two-col.notalone .columns .col2 {
        max-width: none;
    }

    .b-two-col.managers .bl-decor {
        opacity: 1;
    }

    .h-hero .hero-decor {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .hblock.h-hero {
        min-height: calc(100vh - 70px);
        max-height: calc(100vh - 40px);
        height: calc(100vh - 60px);
    }

    .h-hero .hero-section .hero-text {
        padding-bottom: 40px;
        justify-content: flex-end;
    }

    .h-hero .hero-section.active .hero-text {
        justify-content: flex-start;
    }

    .hblock.h-hero.has-active {
        max-height: none;
        height: auto;
    }

    .hblock.h-hero .cta-main a {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px)
    }

    .hblock.h-hero.has-active .hero-section.active {
        padding-bottom: 240px;
    }

    .hblock.h-hero .cta-main a:after {
        display: none;
    }

    .h-hero .active .cta-main.glow a:before {
        display:none;
    }
    .hblock.h-hero .hero-section.active .cta-main a:after {
        display: block;
        background: url(../images/sprite2.png) no-repeat;
        left: 24px;
        top: 30px;
        width: 19px;
        height: 12px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        left: 12px;
        top: 17px;
    }
    .b-gallery .item {
        max-width:none;
    }
    .b-gallery .ctl.next {
        margin-right:5px;
    }
    .h-hero .cta-main a {
        padding: 10px 15px 10px 54px;
    }
}
@media only screen and (max-width:600px) {
    .h-hero .hero-section.inactive {
        top: 69px;
    }

    .ldr-content .b-two-col .glow-list li, .des-content .b-two-col .glow-list li {
        font-size: 32px;
        padding-bottom: 20px;
        line-height: 39px;
    }

    .b-two-col .glow-list li:before {
        filter: blur(20px);
        -webkit-filter: blur(20px);
        top: -8px;
        opacity: 0.6;
        padding: 0 12px;
    }

    .b-two-col.notalone {
        background-size: 200%;
        background-position: bottom right;
        background-color: #00262c;
        padding-bottom: 150px;
    }

    .b-two-col.notalone .bl-decor {
        font-size: 150px;
    }

    .b-two-col.notalone .col1 {
        bottom: -186px;
    }

    .b-two-col.notalone .cta, .b-sp-gallery .cta {
        max-width: 100%;
        width: 100%;
    }

    .b-sp-gallery .cta {
        padding-left: 16px;
        padding-right: 10px;
        width: calc(100% - 26px);
    }

    .b-two-col.notalone .cta-but-row, .b-sp-gallery .cta-but-row {
        width: 100%;
    }

    .b-two-col.notalone .cta-but, .b-sp-gallery .cta-but {
        width: 100%;
    }

    .b-two-col.peer .cta, .b-two-col.managers .cta {
        width: 100%;
        max-width: none;
    }

    .b-two-col.peer .cta .cta-but, .b-two-col.managers .cta .cta-but {
        width: 100%;
    }

    .b-two-col.peer .cta-main a, .b-two-col.managers .cta-main a {
        text-align: center;
    }

    .b-two-col.peer p.answer {
        margin-top: 20px;
    }

    .b-two-col .cta {
        width: 100%;
        max-width: none;
    }

    .b-two-col .col-content .cta-but.cta-main {
        width: 100%;
    }

    .h-hero .rhero.hero-section.inactive:hover, .h-hero .lhero.hero-section.inactive:hover,
    .h-hero .rhero.hero-section.inactive, .h-hero .lhero.hero-section.inactive {
        max-width: none !important;
        width: 100% !important;
    }

    .hero-section {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .h-hero .hero-section.inactive {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .h-hero .h-promo .promise {
        top: auto;
        position: relative;
    }

    .page #main .hblock.h-hero-alt h1 {
        font-size: 45px;
    }

    .page #main .hblock.h-hero-alt h2 {
        font-size: 30px;
    }

    .page #main .alt .hblock.h-hero-alt .holder {
        padding:40px 0;
        width:calc(100% - 20px);
    }
    .hblock.h-hero-alt .cta-but-row {
        flex-direction: column;
        align-items:flex-start;
    }
    .hblock.h-hero-alt .cta-but.cta-sec a {
        margin:40px 0;
    }
    .hblock.h-hero-alt {
        min-height: calc(100vh - 80px);
    }
}
@media only screen and (max-width:415px) {
    .h-hero .lhero .hero-decor, .h-hero .rhero .hero-decor {
        background-size: contain;
    }

    .b-video .block-decor .decor-text {
        font-size: 88px;
    }

    .b-two-col.notalone .bl-decor {
        font-size: 118px;
    }

    .b-two-col.notalone {
        padding-bottom: 200px;
    }

    .b-two-col.notalone .col1 {
        bottom: -202px;
    }
}
@media only screen and (max-width:375px) {
    .h-hero .h-promo .cta {
        margin-right: 10px;
    }
    .h-hero .hero-section.inactive {
        top:63px;
    }
    .b-two-col.notalone .bl-decor {
        font-size:120px;
    }
}
@media only screen and (max-width:360px) {
    #main .h-hero .hero-title .h1-wrap h1 {
        font-size:40px;
    }
    #main .h-hero .hero-title .h2-wrap h2, #main .h-hero .hero-title .h2-wrap .ps {
        font-size:30px;
    }
}
@media only screen and (max-height: 600px) and (max-width: 767px) {
    #main .h-hero .hero-title .h1-wrap {
        font-size: 35px;
    }
}