.landing2      { padding: 0; margin: 0; background-color: #fff; }
.landing2 *    { font-family: Roboto, "Open Sans", Arial, Helvetica; }
.landing2 *.fa { font-family: FontAwesome; }

.landing2.minw320 { min-width: 320px; }

.landing2 ul      { margin: 0; padding: 0; list-style-type: none; }
.landing2 ul > li { margin: 0; padding: 0; list-style-type: none; }
.landing2 ol      { margin: 0; padding: 0; list-style-type: none; }
.landing2 ol > li { margin: 0; padding: 0; list-style-type: decimal; }


.landing2 .button       { display: block; text-align: center; border-radius: 5px; font-size: 14px; text-decoration: none; line-height: 32px; width: 130px; padding: 0 5px; }
.landing2 .button       { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.landing2 .button       { position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.landing2 .button:hover { text-decoration: none; }

.landing2 .button.green { background-color: #10B163; box-shadow: 0 8px 15px 0 rgba(16,177,99,0.5); color: #fff; }
.landing2 .button.blue  { background-color: #3080EB; box-shadow: 0 8px 15px 0 rgba(48,128,235,0.5); color: #fff; }
.landing2 .button.navy  { background-color: #0044CD; box-shadow: 0 8px 15px 0 rgba(0,68,205,0.5); color: #fff; }
.landing2 .button.red   { background-color: #FF5D40; box-shadow: 0 8px 15px 0 rgba(255,93,64,0.5); color: #fff; }

.landing2 .button:active::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: #000; opacity: 0.05; }
.landing2 .button:disabled       { pointer-events: none; opacity: 0.5; background-color: #999; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.3); }


.landing2 .header-nav                   { position: fixed; z-index: 5; top: 0; left: 0; right: 0; height: 60px; color: #fff; }
.landing2 .header-nav > .bg             { position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; right: 0; background-color: #2D6DF2; }

.landing2 .header-nav > .logo           { position: absolute; transform: translate(0, -50%); top: calc(50% - 4px); left: 40px; }
.landing2 .header-nav > .logo           { width: 155px; height: 32px; background: url('/static/img/landing2/logo-white.svg') no-repeat center center; background-size: 80%; }
.landing2 .header-nav > .acct           { position: absolute; transform: translate(0, -50%); top: 50%; right: 40px; font-size: 0;  }
.landing2 .header-nav > .acct > *       { display: inline-block; vertical-align: middle; }
.landing2 .header-nav > .acct > .signin { line-height: 32px; margin-right: 32px; font-size: 12px; color: #fff; text-decoration: none; }
.landing2 .header-nav > .acct > .signup { width: 92px; }
.landing2 .header-nav > ul              { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; max-width: calc(100% - 650px); }
.landing2 .header-nav > ul              { display: flex; flex-wrap: wrap; justify-content: center; font-size: 0; }
.landing2 .header-nav > ul > li         { position: relative; margin: 0 10px; }
.landing2 .header-nav > ul > li   a     { font-size: 12px; text-decoration: none; }
.landing2 .header-nav > ul > li > a     { display: block; padding: 0 10px; color: #fff; line-height: 30px; }

.landing2 .header-nav > .bars           { position: absolute; transform: translate(0, -50%); top: 50%; left: 10px; }
.landing2 .header-nav > .bars           { width: 40px; height: 40px; line-height: 40px; font-size: 24px; color: #fff; text-align: center; }
.landing2 .header-nav > .bars           { display: none; }

.landing2 .header-nav > .m-signin       { position: absolute; transform: translate(0, -50%); top: 50%; right: 10px; }
.landing2 .header-nav > .m-signin       { width: 40px; height: 40px; line-height: 40px; font-size: 24px; color: #fff; text-align: center; }
.landing2 .header-nav > .m-signin       { display: none; }

.landing2 .header-nav > .m-signup       { position: absolute; transform: translate(0, -50%); top: 50%; right: 60px; }
.landing2 .header-nav > .m-signup       { width: 40px; height: 40px; line-height: 40px; font-size: 24px; color: #fff; text-align: center; }
.landing2 .header-nav > .m-signup       { display: none; }

.landing2 .header-nav > ul > li > ul          { padding: 5px 10px; width: 156px; border-radius: 5px; background-color: #FFFFFF; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.17); }
.landing2 .header-nav > ul > li > ul          { position: absolute; z-index: 1; left: 10px; top: 100%; }
.landing2 .header-nav > ul > li > ul > li > a { color: #032D74; line-height: 24px; }

.landing2 .header-nav > ul > li       > a i.fa-angle-down { display: inline-block; }
.landing2 .header-nav > ul > li       > a i.fa-angle-up   { display: none; }
.landing2 .header-nav > ul > li.open  > a i.fa-angle-down { display: none; }
.landing2 .header-nav > ul > li.open  > a i.fa-angle-up   { display: inline-block; }
.landing2 .header-nav > ul > li       > ul                { display: none; }
.landing2 .header-nav > ul > li.open  > ul                { display: block; }

@media screen and (max-width: 1024px) {
    .landing2 .header-nav > .logo     { transform: translate(-50%, -50%); top: 50%; left: 50%; width: 120px; }
    .landing2 .header-nav > .acct     { display: none; }
    .landing2 .header-nav > ul        { display: none; }
    .landing2 .header-nav > .bars     { display: block; }
    .landing2 .header-nav > .m-signin { display: block; }
    .landing2 .header-nav > .m-signup { display: block; }
}


.landing2 .block > h1 { color: #082E7E; font-size: 24px; line-height: 28px; text-align: center; }
.landing2 .block > h4 { color: #1D1D1D; font-size: 14px; line-height: 19px; text-align: center; opacity: 0.5; margin-top: 15px; }

@media screen and (max-width: 640px) {
    .landing2 .block > h4  { display: none; }
}

.landing2 .block.header         { overflow: hidden; position: relative; min-height: 100vh; background: #2D6DF2 url('/static/img/landing2/background.svg') no-repeat center center; background-size: cover; }
.landing2 .block.header .layers { position: absolute; right: -80px; bottom: -30px; width: 60%; height: 557px; opacity: 0.9; background: url('/static/img/landing2/header-layers.png') no-repeat bottom right; background-size: contain; }

.landing2 .block.header .captions      { position: absolute; top: 100px; left: 143px; max-width: 520px; }
.landing2 .block.header .captions h1   { max-width: 520px; color: #fff; font-size: 48px; font-weight: 300; line-height: 67px; }
.landing2 .block.header .captions h1 b { font-weight: 700; }
.landing2 .block.header .captions h4   { max-width: 427px; color: #fff; font-size: 14px; font-weight: 500; line-height: 24px; margin-top: 5px; }
.landing2 .block.header .captions .button.request { font-size: 18px; line-height: 47px; width: 392px; margin-top: 27px; }

@media screen and (max-width: 1024px) {
    .landing2 .block.header { height: 100vh; min-height: 600px; }
    .landing2 .block.header .layers { width: 90%; height: 100%; opacity: 0.1; }

    .landing2 .block.header .captions    { position: absolute; transform: translate(-50%, -50%); left: 50%; top: calc(50%); }
    .landing2 .block.header .captions    { padding: 0; width: calc(100% - 40px); max-width: 600px; }
    .landing2 .block.header .captions .button.request { width: 100%; margin: 30px auto 0; }
}

@media screen and (max-width: 640px) {
    .landing2 .block.header { height: auto; min-height: unset; }
    .landing2 .block.header .captions    { padding: 100px 0 20px; width: calc(100% - 40px); max-width: 400px; margin: 0 auto; transform: none; position: relative; left: unset; top: unset; }
    .landing2 .block.header .captions h1 { font-size: 25px; line-height: 35px; }
    .landing2 .block.header .captions h4 { font-size: 14px; line-height: 24px; font-weight: normal; margin-top: 25px; }
    .landing2 .block.header .captions .button.request { font-size: 14px; line-height: 32px; width: 100%; margin: 60px auto 0; }
}

.landing2 .block.why                      { position: relative; padding: 60px 0; background-color: #f1f7ff; }
.landing2 .block.why .features            { padding: 0; display: flex; flex-wrap: wrap; justify-content: center; max-width: 1366px; margin: 0 auto; }
.landing2 .block.why .features > .feature { flex: none; position: relative; margin: 50px 90px 0; width: 242px; }
.landing2 .block.why .features > .feature > .title   { color: #082E7E; font-size: 18px; font-weight: 500; line-height: 21px; }
.landing2 .block.why .features > .feature > .text    { color: #082E7E; font-size: 14px; line-height: 19px; margin-top: 18px; }
.landing2 .block.why .features > .feature > .icon    { position: relative; left: -15px; width: 76px; height: 76px; background: no-repeat center center; background-size: contain; }
.landing2 .block.why .features > .feature > .icon.i1 { background-image: url('/static/img/landing2/why/1.svg'); }
.landing2 .block.why .features > .feature > .icon.i2 { background-image: url('/static/img/landing2/why/2.svg'); }
.landing2 .block.why .features > .feature > .icon.i3 { background-image: url('/static/img/landing2/why/3.svg'); }
.landing2 .block.why .features > .feature > .icon.i4 { background-image: url('/static/img/landing2/why/4.svg'); }
.landing2 .block.why .features > .feature > .icon.i5 { background-image: url('/static/img/landing2/why/5.svg'); }
.landing2 .block.why .features > .feature > .icon.i6 { background-image: url('/static/img/landing2/why/6.svg'); }

@media screen and (max-width: 1024px) {
    .landing2 .block.why                                 { padding: 35px 0 25px; }
    .landing2 .block.why .features > .feature            { margin: 25px 20px 0; width: 280px; }
    .landing2 .block.why .features > .feature > .title   { margin-left: 55px; }
    .landing2 .block.why .features > .feature > .text    { margin-left: 55px; margin-top: 10px; }
    .landing2 .block.why .features > .feature > .icon    { position: static; float: left; width: 50px; height: 50px; }
}


.landing2 .block.certs                             { position: relative; padding: 60px 0; }
.landing2 .block.certs .inner                      { padding: 80px 50px 0; text-align: center; font-size: 0; }

.landing2 .block.certs .inner > * { position: relative; display: inline-block; vertical-align: middle; }
.landing2 .block.certs .inner > * { margin: 0 30px 30px; height: 50px; background: no-repeat center center; background-size: contain; }
.landing2 .block.certs .inner > .image1  { width:  74px; background-image: url('/static/img/landing2/cert/edtech.png'); }
.landing2 .block.certs .inner > .image2  { width:  51px; background-image: url('/static/img/landing2/cert/ib.png'); }
.landing2 .block.certs .inner > .image3  { width: 116px; background-image: url('/static/img/landing2/cert/microsoft.png'); }
.landing2 .block.certs .inner > .image4  { width:  88px; background-image: url('/static/img/landing2/cert/ecis.png'); }
.landing2 .block.certs .inner > * > span { position: absolute; top: -20px; left: 50%; transform: translate(-50%, 0); font-size: 12px; color: #1D1D1D; white-space: nowrap; }

@media screen and (max-width: 1024px) {
    .landing2 .block.certs                             { padding: 35px 0 25px; }
    .landing2 .block.certs .inner                      { padding: 80px 25px 0; }
}


.landing2 .block.friendly                             { position: relative; padding: 60px 0; }
.landing2 .block.friendly .inner                      { padding: 60px 50px 0; display: flex; align-items: center; justify-content: space-between; }

.landing2 .block.friendly .inner .slider                        { position: relative; padding-bottom: 15px; }
.landing2 .block.friendly .inner .slider .swiper-container      { position: relative; height: 280px; width: 500px; }
.landing2 .block.friendly .inner .slider .swiper-pagination     { position: absolute; transform: translate(-50%, 0); left: 50%; bottom: 0; z-index: 2; }
.landing2 .block.friendly .inner .slider .swiper-pagination > * { display: inline-block; vertical-align: middle; margin: 0 13px; width: 8px; height: 8px; border-radius: 50%; color: #D8DDE6; }
.landing2 .block.friendly .inner .slider .swiper-pagination > *.swiper-pagination-bullet-active { color: #0044CD; }

.landing2 .block.friendly .inner .slider .swiper-slide          { position: relative; height: 100%; width: 100%; overflow: hidden; }
.landing2 .block.friendly .inner .image        { position: absolute;  transform: translate(-50%, -50%); left: 50%; top: 50%; width: calc(100% - 30px); height: calc(100% - 30px); }
.landing2 .block.friendly .inner .image        { background: no-repeat top left; background-size: cover; box-shadow: 0 1px 15px 0 rgba(0,0,0,0.17); }
.landing2 .block.friendly .inner .image.i1     { background-image: url('/static/img/landing2/friendly/i1.png'); }
.landing2 .block.friendly .inner .image.i2     { background-image: url('/static/img/landing2/friendly/i2.png'); }
.landing2 .block.friendly .inner .image.i3     { background-image: url('/static/img/landing2/friendly/i3.png'); }
.landing2 .block.friendly .inner .image.i4     { background-image: url('/static/img/landing2/friendly/i4.png'); }
.landing2 .block.friendly .inner .image.i5     { background-image: url('/static/img/landing2/friendly/i5.png'); }

.landing2 .block.friendly .inner > ul                 { width: calc(50% - 20px); }
.landing2 .block.friendly .inner > ul > li            { display: block; font-size: 0; margin-bottom: 20px; }
.landing2 .block.friendly .inner > ul > li:last-child { margin-bottom: 0; }
.landing2 .block.friendly .inner > ul > li > *        { display: inline-block; vertical-align: top; }
.landing2 .block.friendly .inner > ul > li > .text    { width: calc(100% - 50px); color: #00355C; font-size: 12px; line-height: 19px; }
.landing2 .block.friendly .inner > ul > li > .icon    { margin: 5px 10px 0 0; width: 40px; height: 40px; background: no-repeat center center; background-size: contain; }
.landing2 .block.friendly .inner > ul > li > .icon.i1 { background-image: url('/static/img/landing2/friendly/1.svg'); }
.landing2 .block.friendly .inner > ul > li > .icon.i2 { background-image: url('/static/img/landing2/friendly/2.svg'); }
.landing2 .block.friendly .inner > ul > li > .icon.i3 { background-image: url('/static/img/landing2/friendly/3.svg'); }
.landing2 .block.friendly .inner > ul > li > .icon.i4 { background-image: url('/static/img/landing2/friendly/4.svg'); }
.landing2 .block.friendly .inner > ul > li > .icon.i5 { background-image: url('/static/img/landing2/friendly/5.svg'); }

@media screen and (max-width: 1024px) {
    .landing2 .block.friendly                             { padding: 35px 0 25px; }

    .landing2 .block.friendly .inner                      { padding: 25px 25px 0; display: block; }
    .landing2 .block.friendly .inner .slider              { margin: 0 auto; }
    .landing2 .block.friendly .inner > ul                 { width: auto; max-width: 600px; margin: 25px auto 0; }

    .landing2 .block.friendly .inner > ul > li > *        { display: block; }
    .landing2 .block.friendly .inner > ul > li > .text    { width: auto; }
    .landing2 .block.friendly .inner > ul > li > .icon    { margin: 0 0 5px 0; }
}

@media screen and (max-width: 640px) {
    .landing2 .block.friendly .inner .slider                        { margin: 0 -25px; }
    .landing2 .block.friendly .inner .slider .swiper-container      { margin: 0 auto; width: 320px; height: 180px; }
    .landing2 .block.friendly .inner .slider .swiper-pagination > * { margin: 0 6px; }
    .landing2 .block.friendly .inner .image                         { width: calc(100% - 20px); height: calc(100% - 20px); box-shadow: 0 1px 5px 0 rgba(0,0,0,0.17); }
}


.landing2 .block.explore                                    { position: relative; padding: 40px 0; background-color: #f0f4fa; }
.landing2 .block.explore .inner                             { padding: 0 150px; }
.landing2 .block.explore .inner > ul > li                   { display: flex; justify-content: space-between; align-items: center; margin-top: 60px; }
.landing2 .block.explore .inner > ul > li:nth-child(2n+1)   { flex-direction: row-reverse; }

.landing2 .block.explore .inner > ul > li > .slide          { width: 50%; display: block; border-radius: 5px; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.3); }
.landing2 .block.explore .inner > ul > li > .item           { width: 40%; max-width: 430px; }
.landing2 .block.explore .inner > ul > li > .item > .title  { color: #082E7E; font-size: 18px; line-height: 21px; }
.landing2 .block.explore .inner > ul > li > .item > .text   { opacity: 0.5; color: #1D1D1D; font-size: 14px; line-height: 19px; margin-top: 15px; }
.landing2 .block.explore .inner > ul > li > .item > .button { margin-top: 15px; }

.landing2 .block.explore .extra                             { padding: 35px 0 0; }
.landing2 .block.explore .extra .switch                     { margin: 0 auto; display: block; line-height: 32px; width: 200px; text-align: center; color: #657FAC; font-size: 14px; text-decoration: none; }
.landing2 .block.explore .extra .switch i                   { display: inline-block; margin-left: 10px; font-size: 24px; }

.landing2 .block.explore .extra          .switch.expand   { display: block; }
.landing2 .block.explore .extra.expanded .switch.expand   { display: none; }

.landing2 .block.explore .extra          .switch.collapse { display: none; margin-top: 20px; }
.landing2 .block.explore .extra.expanded .switch.collapse { display: block; }

.landing2 .block.explore .extra          .features { max-height: 0; overflow: hidden; margin: 0 -20px; padding: 0 20px; }
.landing2 .block.explore .extra.expanded .features { max-height: initial; }

.landing2 .block.explore .extra .features                     { display: flex; flex-wrap: wrap; justify-content: space-between; }
.landing2 .block.explore .extra .features > .feature          { margin: 20px 0; padding: 20px; width: calc(50% - 20px); min-height: 185px; border-radius: 5px; background-color: #fff; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.17); }
.landing2 .block.explore .extra .features > .feature .title   { margin-left: 155px; color: #082E7E; font-size: 16px; line-height: 19px; }
.landing2 .block.explore .extra .features > .feature .text    { margin-left: 155px; color: #00355C; font-size: 12px; line-height: 16px; margin-top: 10px; }
.landing2 .block.explore .extra .features > .feature .icon    { float: left; width: 140px; height: 145px; border-radius: 5px; box-shadow: 0 8px 15px 0 rgba(8,46,126,0.35); }
.landing2 .block.explore .extra .features > .feature .icon.i1 { background: url('/static/img/landing2/explore/icon1.png') no-repeat center center, linear-gradient(0deg, #0B3CA2 0%, #326DF6 100%); background-size: 70% auto, cover; }
.landing2 .block.explore .extra .features > .feature .icon.i2 { background: url('/static/img/landing2/explore/icon2.png') no-repeat center center, linear-gradient(0deg, #0B3CA2 0%, #326DF6 100%); background-size: 70% auto, cover; }
.landing2 .block.explore .extra .features > .feature .icon.i3 { background: url('/static/img/landing2/explore/icon3.png') no-repeat center center, linear-gradient(0deg, #0B3CA2 0%, #326DF6 100%); background-size: 70% auto, cover; }
.landing2 .block.explore .extra .features > .feature .icon.i4 { background: url('/static/img/landing2/explore/icon4.png') no-repeat center center, linear-gradient(0deg, #0B3CA2 0%, #326DF6 100%); background-size: 70% auto, cover; }
.landing2 .block.explore .extra .features > .feature .icon.i5 { background: url('/static/img/landing2/explore/icon5.png') no-repeat center center, linear-gradient(0deg, #0B3CA2 0%, #326DF6 100%); background-size: 70% auto, cover; }
.landing2 .block.explore .extra .features > .feature .icon.i6 { background: url('/static/img/landing2/explore/icon6.png') no-repeat center center, linear-gradient(0deg, #0B3CA2 0%, #326DF6 100%); background-size: 70% auto, cover; }

@media screen and (max-width: 1024px) {
    .landing2 .block.explore                             { padding: 35px 0 25px; }

    .landing2 .block.explore .inner                      { padding: 0 25px; }
    .landing2 .block.explore .inner > ul > li            { display: block; margin-top: 30px; }
    .landing2 .block.explore .inner > ul > li > .slide   { width: 100%; max-width: 600px; margin: 0 auto 15px; }
    .landing2 .block.explore .inner > ul > li > .item    { width: 100%; max-width: 600px; margin: 0 auto; }
    
    .landing2 .block.explore .inner > ul > li > .item > .button { margin: 15px auto 0; width: 100%; max-width: 300px; }

    .landing2 .block.explore .extra          .switch.collapse { margin-top: 10px; }

    .landing2 .block.explore .extra .features > .feature          { min-height: 112px; }
    .landing2 .block.explore .extra .features > .feature .title   { margin-left: 82px; }
    .landing2 .block.explore .extra .features > .feature .text    { margin-left: 82px; }
    .landing2 .block.explore .extra .features > .feature .icon    { width: 70px; height: 72px; }
}

@media screen and (max-width: 800px) {
    .landing2 .block.explore .extra                      { display: none; }
    .landing2 .block.explore .extra .features            { display: block; }
    .landing2 .block.explore .extra .features > .feature { width: 100%; }
}


.landing2 .block.testimonials        { padding: 60px 0; }

.landing2 .block.testimonials .inner { margin: 50px auto 0; padding: 0 20px; max-width: 1000px; }
.videoWrapper        { position: relative; height: 0; padding-bottom: 56.25%; /* 16:9 */ }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.landing2 .block.pricing                          { padding: 60px 0; background-color: #f0f4fa; }
.landing2 .block.pricing .inner                   { padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.landing2 .block.pricing .inner .item             { position: relative; margin: 80px 40px 0; padding: 0 34px; height: 476px; width: 300px; border-radius: 0 0 5px 5px; }
.landing2 .block.pricing .inner .item             { color: #3080EB; text-align: center; background-color: #FCFCFC; box-shadow: 0 1px 15px 0 #D8DDE6; border-top: 4px solid #3080EB; }
.landing2 .block.pricing .inner .item.dark        { border-top: 4px solid #0044CD; color: #0044CD; }
.landing2 .block.pricing .inner .item > .bg-shade { position: absolute; left: 0; top: 60px; width: 300px; height: 90px; background: url('/static/img/landing2/pricing/bg-shade.png') no-repeat center center; background-size: 100%; }
.landing2 .block.pricing .inner .item > .icon     { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); }
.landing2 .block.pricing .inner .item > .icon     { width: 50px; height: 50px; background: no-repeat center center; }
.landing2 .block.pricing .inner .item > .icon.i1  { background-image: url('/static/img/landing2/pricing/1.svg'); }
.landing2 .block.pricing .inner .item > .icon.i2  { background-image: url('/static/img/landing2/pricing/2.svg'); }
.landing2 .block.pricing .inner .item > .icon.i3  { background-image: url('/static/img/landing2/pricing/3.svg'); }
.landing2 .block.pricing .inner .item > .hint     { opacity: 0.5; color: #1D1D1D; font-size: 14px; line-height: 19px; margin-top: 40px; }
.landing2 .block.pricing .inner .item > .price    { font-size: 36px; font-weight: 300; line-height: 42px; margin-top: 10px; }
.landing2 .block.pricing .inner .item > .price span { font-size: 13px; }
.landing2 .block.pricing .inner .item > .title    { font-size: 24px; font-weight: bold; line-height: 28px; margin-top: 43px; }
.landing2 .block.pricing .inner .item > .benefits { color: #657FAC; font-size: 14px; line-height: 25px; text-align: left; min-height: 175px; margin-top: 25px; width: 240px; }
.landing2 .block.pricing .inner .item > .button   { position: absolute; left: 34px; right: 34px; bottom: 34px; width: auto; }
.landing2 .block.pricing .inner .item > .hint.noprice { margin-top: 55px; margin-bottom: 88px; }

@media screen and (max-width: 1024px) {
    .landing2 .block.pricing              { padding: 35px 0 25px; }
    .landing2 .block.pricing .inner .item { margin: 60px 10px 0; }
}

.landing2 .block.pricing .inner .plans     { margin: 0 auto; margin-top: 40px; }
.landing2 .block.pricing .inner .plans     { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; }
.landing2 .block.pricing .inner .plans > * { flex-grow: 0; flex-shrink: 0; width: 240px; margin: 10px 10px 40px; max-width: calc(50% - 20px); }

.landing2 .block.pricing .inner .plans > .plan   { position: relative; box-sizing: border-box; width: 240px; height: 365px; padding: 45px 10px 10px; text-align: center; }
.landing2 .block.pricing .inner .plans > .plan.a { background-color: #ffffff; border: 2px solid #b2d0ec; border-radius: 5px; }
.landing2 .block.pricing .inner .plans > .plan.b { background-color: #e2bb3a; border: 2px solid #ffffff; border-radius: 5px; box-shadow: 0 0 0 3px #e2bb3a; }
.landing2 .block.pricing .inner .plans > .plan.c { background-color: #004de8; border: 2px solid #ffffff; border-radius: 5px; box-shadow: 0 0 0 3px #004de8; }

.landing2 .block.pricing .inner .plans > .plan > *      { color: #fff; }
.landing2 .block.pricing .inner .plans > .plan > .title { font-size: 28px; text-transform: uppercase; }
.landing2 .block.pricing .inner .plans > .plan > .icon              { width: 100px; height: 70px; margin: 10px auto;  }
.landing2 .block.pricing .inner .plans > .plan > .icon        > img { display: block; max-width: 100%; max-height: 100%; margin: 0 auto; }
.landing2 .block.pricing .inner .plans > .plan > .icon.bronze > img { max-height: calc(100% - 20px); margin-top: 20px; }
.landing2 .block.pricing .inner .plans > .plan > .text  { font-size: 14px; margin-top: 10px; }
.landing2 .block.pricing .inner .plans > .plan > .count { font-size: 24px; margin-top:  5px; }
.landing2 .block.pricing .inner .plans > .plan > .price { font-size: 36px; margin-top:  5px; }

.landing2 .block.pricing .inner .plans > .plan.a > *      { color: #8fbbe4; }
.landing2 .block.pricing .inner .plans > .plan.a > *.text { color: #aab0b7; }

.landing2 .block.pricing .inner .plans > .plan   > .premium { position: absolute; top: calc(100% + 10px); left: 50%; transform: translate(-50%, 0); }
.landing2 .block.pricing .inner .plans > .plan   > .premium { display: flex; align-items: center; }
.landing2 .block.pricing .inner .plans > .plan   > .premium > img { width: 20px; margin-right: 5px; }
.landing2 .block.pricing .inner .plans > .plan   > .premium > span { font-size: 24px; white-space: nowrap; }
.landing2 .block.pricing .inner .plans > .plan.b > .premium > span { color: #e2bb3a; }
.landing2 .block.pricing .inner .plans > .plan.c > .premium > span { color: #004de8; }



.landing2 .block.contact                              { padding: 200px 20px 120px; background: url('/static/img/landing2/contact/map.jpg') no-repeat center center; background-size: cover; }
.landing2 .block.contact                              { display: flex; flex-direction: row-reverse; justify-content: center; align-items: flex-start; }

.landing2 .block.contact > .message                   { position: relative; margin: 0 16px; padding: 25px; width: 576px; border: 1px solid #D8DDE6; border-radius: 5px; background-color: #fff; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.35); }
.landing2 .block.contact > .message > .title          { color: #657FAC; font-size: 24px; font-weight: 300; line-height: 36px; margin-right: 90px; }
.landing2 .block.contact > .message > .icon           { position: absolute; right: 25px; top: 25px; width: 80px; height: 40px; background: url('/static/img/landing2/contact/mail.png') no-repeat center center; background-size: contain; }
.landing2 .block.contact > .message > form            { margin-top: 45px; }
.landing2 .block.contact > .message > form .form-row  { margin-top: 15px; }
.landing2 .block.contact > .message > form .button    { margin: 25px 0 0 auto; }
.landing2 .block.contact > .message > form label      { display: block; color: #657FAC; font-size: 12px; font-weight: 500; line-height: 14px; margin-bottom: 7px; }
.landing2 .block.contact > .message > form input,
.landing2 .block.contact > .message > form textarea   { padding: 8px 10px; line-height: 16px; font-size: 14px; border: 1px solid #E4E5E7; border-radius: 5px; resize: none; min-height: 34px; }

.landing2 .block.contact > .address                   { margin: 0 16px; width: 242px; padding: 25px; border-radius: 5px; background: linear-gradient(315deg, #0B3CA2 0%, #266EEB 54.52%, #326DF6 100%); box-shadow: 0 8px 15px 0 rgba(48,128,235,0.7); }
.landing2 .block.contact > .address > .logo           { display: block; }
.landing2 .block.contact > .address > .logo           { width: 155px; height: 32px; background: url('/static/img/landing2/logo-white.svg') no-repeat center center; background-size: contain; }
.landing2 .block.contact > .address > .inner          { position: relative; color: #fff; font-size: 16px; line-height: 25px; width: 150px; margin-top: 10px; }
.landing2 .block.contact > .address > .inner .maplink { position: absolute; right: -30px; bottom: 30px; }
.landing2 .block.contact > .address > .inner .maplink { width: 35px; height: 35px; background: url('/static/img/google-maps.png') no-repeat center center; background-size: contain; }
.landing2 .block.contact > .address > .inner .tellink { color: #fff; }

@media screen and (max-width: 800px) {
    .landing2 .block.contact            { padding: 35px 25px 25px; }
    .landing2 .block.contact            { display: block; } 
    
    .landing2 .block.contact > .message { margin: 0 auto 40px; width: 100%; max-width: 576px; }
    .landing2 .block.contact > .address { margin: 0 auto; }
}


.landing2 .block.footer               { position: relative; height: 134px; background-color: #0B3CA2; overflow: hidden; }
.landing2 .block.footer > .logo       { position: absolute; transform: translate(0, -50%); top: calc(50% - 6px); left: 140px; display: block; }
.landing2 .block.footer > .logo       { width: 155px; height: 32px; background: url('/static/img/landing2/logo-white.svg') no-repeat center center; background-size: contain; }
.landing2 .block.footer > ul          { position: absolute; transform: translate(0, -50%); top: 50%; left: 445px; }
.landing2 .block.footer > ul          { font-size: 0; }
.landing2 .block.footer > ul > li     { margin: 0 20px; display: inline-block; }
.landing2 .block.footer > ul > li > a { color: #fff; font-size: 12px; line-height: 36px; text-decoration: none; }
.landing2 .block.footer .gototop      { position: absolute; right: 25px; bottom: 25px; color: #fff; font-size: 12px; text-decoration: none; }

@media screen and (max-width: 1024px) {
    .landing2 .block.footer > .logo       { left: 40px; }
    .landing2 .block.footer > ul          { left: 245px; }
}

@media screen and (max-width: 800px) {
    .landing2 .block.footer               { height: auto; padding: 25px; }
    .landing2 .block.footer > .logo       { position: static; transform: translate(0, 0); top: initial; left: initial; }
    .landing2 .block.footer > ul          { position: static; transform: translate(0, 0); top: initial; left: initial; }
    .landing2 .block.footer > ul          { margin-top: 20px; }
    .landing2 .block.footer > ul > li     { display: block; margin: 0; }
}


.landing2 .block.contacts                                { padding: 120px 25px 50px; }
.landing2 .block.contacts .contact-types                 { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 550px; margin: 60px auto 0; }
.landing2 .block.contacts .contact-types > a             { display: block; width: 120px; text-decoration: none; }
.landing2 .block.contacts .contact-types > a  > .icon    { width: 120px; height: 120px; border: 2px solid #EDF2FA; border-radius: 5px; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.35); background: no-repeat center center; background-size: 80%; }
.landing2 .block.contacts .contact-types > a  > .icon.i1 { background-image: url('/static/img/landing2/contacts/i1.svg'); }
.landing2 .block.contacts .contact-types > a  > .icon.i2 { background-image: url('/static/img/landing2/contacts/i2.svg'); }
.landing2 .block.contacts .contact-types > a  > .icon.i3 { background-image: url('/static/img/landing2/contacts/i3.svg'); }
.landing2 .block.contacts .contact-types > a  > .text    { color: #082E7E; font-size: 14px; line-height: 16px; text-align: center; margin-top: 20px; }

.landing2 .block.contacts + .block.contact            { padding-top: 120px; }
.landing2 .block.contacts + .block.contact > .message { display: none; }

@media screen and (max-width: 480px) {
    .landing2 .block.contacts                    { padding: 95px 25px 25px; }
    .landing2 .block.contacts .contact-types     { display: block; margin: 30px auto 10px; }
    .landing2 .block.contacts .contact-types > a { margin: 30px auto 0; }
}


.landing2 .block.story                 { padding: 120px 50px 60px; }
.landing2 .block.story .inner          { max-width: 1000px; margin: 60px auto 0; display: flex; justify-content: space-between; align-items: flex-start; }
.landing2 .block.story .inner > .image { flex-shrink: 0; display: block; width: 360px; }
.landing2 .block.story .inner > .text  { flex-grow: 0; margin: 0 0 0 50px; color: #00355C; font-size: 14px; line-height: 19px; }
.landing2 .block.story .inner > .text > p { margin: 0; }

@media screen and (max-width: 800px) {
    .landing2 .block.story                 { padding: 95px 25px 25px; }
    .landing2 .block.story .inner          { margin-top: 30px; display: block; }
    .landing2 .block.story .inner > .image { margin: 0 auto; width: 100%; max-width: 640px; }
    .landing2 .block.story .inner > .text  { margin: 30px 0 0 0; }
}

.landing2 .block.press                           { padding: 120px 50px 60px; }
.landing2 .block.press .slider                   { margin: 50px -50px; position: relative; height: 200px; }
.landing2 .block.press .slider .swiper-container { position: relative; height: 100%; }
.landing2 .block.press .slider .swiper-slide     { position: relative; height: 100%; width: 100%; }

.landing2 .block.press .slider .swiper-arrow     { position: absolute; transform: translate(0, -50%); top: 50%; z-index: 2; }
.landing2 .block.press .slider .swiper-arrow     { display: block; width: 25px; height: 25px; line-height: 25px; text-align: center; color: #fff; background-color: #0852FF; border-radius: 50%; box-shadow: 0 8px 15px 0 #0044CD; }
.landing2 .block.press .slider .swiper-arrow.swiper-button-disabled { display: none; }
.landing2 .block.press .slider .swiper-arrow.l   { left: 46px; }
.landing2 .block.press .slider .swiper-arrow.l i { margin-right: 3px; }
.landing2 .block.press .slider .swiper-arrow.r   { right: 46px; }
.landing2 .block.press .slider .swiper-arrow.r i { margin-left: 3px; }

.landing2 .block.press .slider .swiper-slide > .inner              { position: absolute; display: block; overflow: hidden; font-size: 0; text-decoration: none; border-radius: 5px; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.17); }
.landing2 .block.press .slider .swiper-slide > .inner > *          { display: inline-block; vertical-align: top; }
.landing2 .block.press .slider .swiper-slide > .inner .image       { height: 100%; max-width: 100%; border-radius: 5px; background: no-repeat center center; background-size: contain; }
.landing2 .block.press .slider .swiper-slide > .inner .text        { overflow: hidden; text-overflow: ellipsis; white-space: normal; margin-left: 10px; max-height: 100%; color: #00355C; }
.landing2 .block.press .slider .swiper-slide > .inner .text .title { overflow: hidden; text-overflow: ellipsis; font-size: 16px; }
.landing2 .block.press .slider .swiper-slide > .inner .text .descr { overflow: hidden; text-overflow: ellipsis; font-size: 12px; margin-top: 10px; }

.landing2 .block.press .slider .swiper-slide                     > .inner        { left: 60px; right: 60px; top: 35px; bottom: 45px; padding: 15px; }
.landing2 .block.press .slider .swiper-slide.swiper-slide-active > .inner        { left: -30px; right: -30px; top: 10px; bottom: 20px; padding: 20px; }
.landing2 .block.press .slider .swiper-slide                     > .inner .image { width: 96px; }
.landing2 .block.press .slider .swiper-slide.swiper-slide-active > .inner .image { width: 140px; }
.landing2 .block.press .slider .swiper-slide                     > .inner .text  { width: calc(100% - 96px - 10px); }
.landing2 .block.press .slider .swiper-slide.swiper-slide-active > .inner .text  { width: calc(100% - 140px - 10px);}


.landing2 .block.press .elements          { margin: 60px auto 0; max-width: 500px; font-size: 14px; line-height: 16px; }
.landing2 .block.press .elements          { display: flex; justify-content: space-between; }
.landing2 .block.press .elements > .item  { flex-grow: 0; }
.landing2 .block.press .elements .title   { color: #082E7E; }

.landing2 .block.press .elements .bg      { display: inline-block; margin: 30px 0 10px; padding: 15px 15px; font-size: 0; }
.landing2 .block.press .elements .bg.bdg  { padding: 15px 5px; }
.landing2 .block.press .elements .bg.w    { background: #eee; }
.landing2 .block.press .elements .bg.b    { background: #0044CD; }
.landing2 .block.press .elements .bg.b.sq { padding: 0; width: 62px; height: 62px; }
.landing2 .block.press .elements .bg.w.sq { padding: 0; width: 60px; height: 60px; background: #fff; border: 1px solid #979797; }
.landing2 .block.press .elements img      { display: block; height: 32px; }
.landing2 .block.press .elements a        { color: #326DF6; }
.landing2 .block.press .elements div      { color: #326DF6; }
.landing2 .block.press .elements span     { color: #979797; display: inline-block; padding: 0 10px; }

@media screen and (max-width: 1024px) {
    .landing2 .block.press         { padding: 95px 25px 25px; }
    .landing2 .block.press .slider { margin: 30px -25px; position: relative; height: 400px; }

    .landing2 .block.press .slider .swiper-slide > .inner > *                        { display: block; }
    .landing2 .block.press .slider .swiper-slide                     > .inner .image { width: 100%; height: 120px; }
    .landing2 .block.press .slider .swiper-slide.swiper-slide-active > .inner .image { width: 100%; height: 240px; }
    .landing2 .block.press .slider .swiper-slide                     > .inner .text  { width: 100%; margin-top: 10px; }
    .landing2 .block.press .slider .swiper-slide.swiper-slide-active > .inner .text  { width: 100%; margin-top: 10px; }
}

@media screen and (max-width: 800px) {
    .landing2 .block.press .slider .swiper-arrow { display: none; }

    .landing2 .block.press .slider .swiper-slide > .inner .text .title { color: #082E7E; font-size: 24px; }
    .landing2 .block.press .slider .swiper-slide > .inner .text .descr { color: #00355C; font-size: 18px; }

}

@media screen and (max-width: 640px) {
    .landing2 .block.press .elements          { display: block; }
    .landing2 .block.press .elements > .item  { margin-bottom: 30px; }
}


.landing2 .block.start                  { padding: 120px 50px 60px; }
.landing2 .block.start .inner           { margin: 60px auto; max-width: 800px; }
.landing2 .block.start .inner           { color: #082E7E; font-size: 14px; line-height: 23px; }
.landing2 .block.start .inner .teachers { position: relative; padding-left: 80px; margin-bottom: 20px; }
.landing2 .block.start .inner .schools  { position: relative; padding-left: 80px; }
.landing2 .block.start .inner .icon     { position: absolute; left: 0; top: 5px; width: 65px; height: 65px; background: no-repeat top right; background-size: contain; }
.landing2 .block.start .inner .icon.i1  { background-image: url('/static/img/landing2/start/class.png'); }
.landing2 .block.start .inner .icon.i2  { background-image: url('/static/img/landing2/start/dude.png'); }

.landing2 .block.start .button          { margin: 25px auto 0; }
.landing2 .block.start .pie             { margin-top: 50px; position: relative; text-align: center; }

@media screen and (max-width: 1024px) {
    .landing2 .block.start                  { padding: 95px 25px 25px; }
    .landing2 .block.start .inner           { margin: 30px auto; }

    .landing2 .block.start .inner .teachers { padding-left: 0; padding-top: 70px; }
    .landing2 .block.start .inner .schools  { padding-left: 0; padding-top: 70px; }
    .landing2 .block.start .inner .icon     { top: 0; }

}


.landing2 .block.terms                  { padding: 60px 0 0; }
.landing2 .block.terms iframe           { border: none; width: 100%; height: calc(100vh - 60px); }
.landing2 .block.terms p                { text-indent: 30px; }
.landing2 .block.terms ol > li          { margin-left: 30px; }
.landing2 .block.privacy                { padding: 60px 0 0; }
.landing2 .block.privacy iframe         { border: none; width: 100%; height: calc(100vh - 60px); }
.landing2 .block.privacy p              { text-indent: 30px; }

@media screen and (max-width: 1024px) {
    .landing2 .block.terms                           { padding: 60px 0 0; }
    .landing2 .block.privacy                         { padding: 60px 0 0; }
}


/* modals */

/* modal user type */

.landing2 .modal-form.modal-user-type .buttons           { margin: 30px auto 0; width: 265px; display: flex; justify-content: space-between; }
.landing2 .modal-form.modal-user-type .buttons > .button { position: relative; width: 120px; height: 120px; line-height: normal; padding: 0; }
.landing2 .modal-form.modal-user-type .i-icon            { position: absolute; transform: translate(-50%, -50%); left: 50%; top: calc(50% - 10px); }
.landing2 .modal-form.modal-user-type .i-icon            { width: 64px; height: 64px; background: no-repeat center center; background-size: contain; }
.landing2 .modal-form.modal-user-type .i-icon.teacher    { background-image: url('/static/img/icon/teacher.png'); }
.landing2 .modal-form.modal-user-type .i-icon.student    { background-image: url('/static/img/icon/student.png'); }
.landing2 .modal-form.modal-user-type .i-text            { position: absolute; transform: translate(-50%, -50%); left: 50%; top: calc(50% + 24px); }

.landing2 .modal-form.modal-user-type .as-admin          { margin: 30px auto 0; text-align: center; }

/* modal links */

.landing2 .modal-form .ctrl-recover   { margin-top: 10px; text-align: right; }
.landing2 .modal-form .ctrl-recover a { color: #2D6DF2; font-size: 12px; line-height: 14px; }
.landing2 .modal-form .ctrl-admin     { margin-top: 25px; text-align: center; }
.landing2 .modal-form .ctrl-admin a   { color: #10B163; font-size: 14px; line-height: 16px; }
.landing2 .modal-form .ctrl-signup    { margin-top: 25px; text-align: center; }
.landing2 .modal-form .ctrl-signup a  { color: #10B163; font-size: 14px; line-height: 16px; }
.landing2 .modal-form .ctrl-signin    { margin-top: 25px; text-align: center; }
.landing2 .modal-form .ctrl-signin a  { color: #10B163; font-size: 14px; line-height: 16px; }

.landing2 .modal-form .ctrl-msft          { text-align: center; font-size: 0; }
.landing2 .modal-form .ctrl-msft a        { color: #706D6E; line-height: 21px; }
.landing2 .modal-form .ctrl-msft a > *    { display: inline-block; vertical-align: middle; }
.landing2 .modal-form .ctrl-msft a > i    { width: 17px; height: 17px;  margin-right: 5px; }
.landing2 .modal-form .ctrl-msft a > i    { background: url('/static/img/microsoft-logo.png') no-repeat center center; background-size: contain; }
.landing2 .modal-form .ctrl-msft a > span { font-size: 14px; }

@media screen and (max-width: 400px) {
    .landing2 .modal-form .ctrl-admin     { margin-bottom: 25px; }
    .landing2 .modal-form .ctrl-signup    { margin-bottom: 25px; }
    .landing2 .modal-form .ctrl-signin    { margin-bottom: 25px; }
}


/* modal menu */

.landing2 .modal-form.modal-menu ul.menu                { margin: 30px -25px 0; }

.landing2 .modal-form.modal-menu ul.menu > li           { border-bottom: 1px solid rgb(45,109,242,0.2); }
.landing2 .modal-form.modal-menu ul.menu > li > ul > li { border-bottom: none; }
.landing2 .modal-form.modal-menu ul > li a         { display: block; text-decoration: none;  }
.landing2 .modal-form.modal-menu ul > li a         { color: #2D6DF2; font-size: 14px; line-height: 36px; padding: 0 15px; }
.landing2 .modal-form.modal-menu ul > li a         { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.landing2 .modal-form.modal-menu ul.menu > li > a        { display: flex; justify-content: space-between; align-items: center; }
.landing2 .modal-form.modal-menu ul.menu > li > a > span { flex-grow: 0; }

.landing2 .modal-form.modal-menu ul.menu > li       > a i.fa-angle-down { display: inline-block; }
.landing2 .modal-form.modal-menu ul.menu > li       > a i.fa-angle-up   { display: none; }
.landing2 .modal-form.modal-menu ul.menu > li.open  > a i.fa-angle-down { display: none; }
.landing2 .modal-form.modal-menu ul.menu > li.open  > a i.fa-angle-up   { display: inline-block; }
.landing2 .modal-form.modal-menu ul.menu > li.open  > a                 { color: #082E7E; }
.landing2 .modal-form.modal-menu ul.menu > li       > ul                { display: none; }
.landing2 .modal-form.modal-menu ul.menu > li.open  > ul                { display: block; }

.landing2 .modal-form.modal-menu .cikumas-langs              { float: none; margin: 0 -25px; height: auto; border-bottom: 1px solid rgb(45,109,242,0.2); }
.landing2 .modal-form.modal-menu .cikumas-langs > a          { color: #2D6DF2; font-size: 14px; line-height: 36px; padding: 0 15px; text-decoration: none; }
.landing2 .modal-form.modal-menu .cikumas-langs > a > .angle { opacity: 1; font-size: 14px; }
.landing2 .modal-form.modal-menu .cikumas-langs.open > a     { color: #082E7E; }

.landing2 .modal-form.modal-menu .cikumas-langs > ul         { position: static; transform: translate(0, 0); top: initial; left: initial; width: auto; border: none; box-shadow: none; }
.landing2 .modal-form.modal-menu .cikumas-langs > ul::before { display: none; }
.landing2 .modal-form.modal-menu .cikumas-langs > ul > li.title             { display: none; }
.landing2 .modal-form.modal-menu .cikumas-langs > ul > li > a:hover         { background-color: transparent; }
.landing2 .modal-form.modal-menu .cikumas-langs > ul > li > a       > .name { font-size: inherit; color: #2D6DF2; }
.landing2 .modal-form.modal-menu .cikumas-langs > ul > li > a:hover > .name { color: #2D6DF2; }

.landing2 .modal-form.modal-menu .cikumas-langs > a          { display: flex; justify-content: flex-start; align-items: center; }
.landing2 .modal-form.modal-menu .cikumas-langs > a > .name  { flex-grow: 0; }
.landing2 .modal-form.modal-menu .cikumas-langs > a > .icon  { flex-grow: 0; }
.landing2 .modal-form.modal-menu .cikumas-langs > a > .angle { flex-grow: 1; text-align: right; }

@media screen and (max-width: 400px) {
    .landing2 .modal-form.modal-menu ul.menu { margin-top: 0; }
}


/* standalone signin page */

.landing2.standalone-signin #modal-signin-type .close      { display: none; }
.landing2.standalone-signin:before                         { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; }
.landing2.standalone-signin:before                         { background: url('/static/img/landing2/signin/bg.png') no-repeat center center; background-size: cover; }
.landing2.standalone-signin .modal-form                    { background-color: rgba(5,136,223,0.8); }
.landing2.standalone-signin .modal-form .container a.close { display: none; }

.landing2.standalone-signin > .document > .logo       { position: absolute; transform: translate(0, -50%); top: 40px; left: 40px; z-index: 210; }
.landing2.standalone-signin > .document > .logo       { width: 155px; height: 32px; background: url('/static/img/landing2/logo-white.svg') no-repeat center center; background-size: 100%; }

@media screen and (max-width: 400px) {
    .landing2.standalone-signin > .document > .logo { display: none; }
}

/* parent activation */

.landing2.activate-parent:before                         { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; }
.landing2.activate-parent:before                         { background: url('/static/img/landing2/signin/bg.png') no-repeat center center; background-size: cover; }
.landing2.activate-parent .modal-form                    { background-color: rgba(5,136,223,0.8); }
.landing2.activate-parent .modal-form .container a.close { display: none; }

.landing2.activate-parent > .document > .logo       { position: absolute; transform: translate(0, -50%); top: 40px; left: 40px; z-index: 210; }
.landing2.activate-parent > .document > .logo       { width: 155px; height: 32px; background: url('/static/img/landing2/logo-white.svg') no-repeat center center; background-size: 100%; }

@media screen and (max-width: 400px) {
    .landing2.activate-parent > .document > .logo { display: none; }
}

/* standalone setup page */
.landing2 .modal-form.modal-setup > .container         { width: 360px; }
.landing2 .modal-form.modal-setup > .container > .logo { margin: 10px auto; }
.landing2 .modal-form.modal-setup > .container > .logo { width: 160px; height: 60px; background: url('/static/img/landing2/logo-blue.svg') no-repeat center center; background-size: contain; }
@media screen and (max-width: 400px) {
    .landing2 .modal-form.modal-setup > .container         { width: 100%; }
    .landing2 .modal-form.modal-setup > .container > .logo { display: none; }
}

/* standalone modal message */

.landing2.standalone-message:before                         { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; }
.landing2.standalone-message:before                         { background: url('/static/img/landing2/signin/bg.png') no-repeat center center; background-size: cover; }
.landing2.standalone-message .modal-form                    { background-color: rgba(5,136,223,0.8); }
.landing2.standalone-message .modal-form .container a.close { display: none; }

.landing2.standalone-message > .document > .logo       { position: absolute; transform: translate(0, -50%); top: 40px; left: 40px; z-index: 210; }
.landing2.standalone-message > .document > .logo       { width: 155px; height: 32px; background: url('/static/img/landing2/logo-white.svg') no-repeat center center; background-size: 100%; }

.landing2.standalone-message > .document > .user-profile                            { position: absolute; transform: translate(0, -50%); top: 40px; right: 40px; z-index: 210; }
.landing2.standalone-message > .document > .user-profile > *                        { display: inline-block; vertical-align: middle; }
.landing2.standalone-message > .document > .user-profile > .user-photo              { width: 36px; height: 36px; overflow: hidden; border: 1px solid #fff; border-radius: 100%; margin-right: 8px; }
.landing2.standalone-message > .document > .user-profile > .user-photo              { background: no-repeat center center; background-size: cover; }
.landing2.standalone-message > .document > .user-profile > .user-title              { min-width: 50px; max-width: 200px; }
.landing2.standalone-message > .document > .user-profile > .user-title > *          { color: #fff; height: 18px; line-height: 18px; font-size: 14px; }
.landing2.standalone-message > .document > .user-profile > .user-title > .user-name { font-weight: 500; }
.landing2.standalone-message > .document > .user-profile > .user-title > .user-role { font-weight: 300; }

@media screen and (max-width: 400px) {
    .landing2.standalone-message > .document > .logo         { display: none; }
    .landing2.standalone-message > .document > .user-profile { display: none; }
}

.landing2 .modal-form .domain-warning          { margin-top: 20px; text-align: justify; color: #FF5D40; }
.landing2 .modal-form .domain-warning b > span { color: #2D6DF2; }


.landing2 .modal-form.modal-signin > .container         { width: 360px; }
.landing2 .modal-form.modal-signin > .container > .logo { margin: 10px auto; }
.landing2 .modal-form.modal-signin > .container > .logo { width: 160px; height: 60px; background: url('/static/img/landing2/logo-blue.svg') no-repeat center center; background-size: contain; }
@media screen and (max-width: 400px) {
    .landing2 .modal-form.modal-signin > .container         { width: 100%; }
    .landing2 .modal-form.modal-signin > .container > .logo { display: none; }
}


.landing2 .modal-form.modal-recover > .container         { width: 360px; }
.landing2 .modal-form.modal-recover > .container > .logo { margin: 10px auto; }
.landing2 .modal-form.modal-recover > .container > .logo { width: 160px; height: 60px; background: url('/static/img/landing2/logo-blue.svg') no-repeat center center; background-size: contain; }
@media screen and (max-width: 400px) {
    .landing2 .modal-form.modal-recover > .container         { width: 100%; }
    .landing2 .modal-form.modal-recover > .container > .logo { display: none; }
}

