From 77a0a8a5efcc64f206dd20a11707a8151a51f663 Mon Sep 17 00:00:00 2001 From: andmironov Date: Sun, 25 Jun 2017 15:19:02 +0300 Subject: [PATCH] added sgt.html --- css/main.css | 2 +- js/calculator.js | 1 + sgt.html | 205 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 207 insertions(+), 1 deletion(-) create mode 100644 js/calculator.js create mode 100644 sgt.html diff --git a/css/main.css b/css/main.css index 87ef636..dd28479 100644 --- a/css/main.css +++ b/css/main.css @@ -1 +1 @@ -@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before{content:"";content:none}q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}div{box-sizing:border-box}button,input,label,select,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:13px;font-family:Arial}input:focus{outline:0}input,textarea{box-sizing:content-box}button,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select{box-sizing:border-box}input[type=checkbox],input[type=radio]{width:13px;height:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type=button],input[type=reset],input[type=submit]{overflow:visible;width:auto}::-webkit-file-upload-button{padding:0;border:0;background:0 0}textarea{vertical-align:top;overflow:auto}select[multiple]{vertical-align:top}@font-face{font-family:PostGrotesk-Medium;src:url(../fonts/PostGrotesk-Medium.eot);src:url(../fonts/PostGrotesk-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/PostGrotesk-Medium.woff) format("woff"),url(../fonts/PostGrotesk-Medium.svg#PostGrotesk-Medium) format("svg");font-weight:400;font-style:normal}@font-face{font-family:PostGrotesk-Book;src:url(../fonts/PostGrotesk-Book.eot);src:url(../fonts/PostGrotesk-Book.eot?#iefix) format("embedded-opentype"),url(../fonts/PostGrotesk-Book.woff) format("woff"),url(../fonts/PostGrotesk-Book.svg#PostGrotesk-Book) format("svg");font-weight:400;font-style:normal}body{background-color:#eef2f5;font-family:PostGrotesk-Book,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-weight:400;font-size:15px;line-height:25px;color:#49555f;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.popup-open{overflow:hidden}a{color:#49555f;text-decoration:none;transition:opacity .2s ease}.button{display:block;height:44px;line-height:43px;padding:0 20px;font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:13px;text-transform:uppercase;text-align:center;letter-spacing:1px;color:#fff;background-color:#57a7ed;box-shadow:0 8px 14px 0 #dee2e5;border-radius:8px;transform:translate3d(0,0,0) scale(1);transition:transform .1s ease,box-shadow .2s ease,background-color .2s ease;-webkit-appearance:none;cursor:pointer}.button:active{transform:translate3d(0,0,0) scale(.99)}.button:disabled{color:#d4d7da;background-color:#fff;box-shadow:0 4px 6px 0 rgba(175,192,202,.28)}.button.button--disabled{color:rgba(255,255,255,.5);box-shadow:none;cursor:default}.button:hover{background-color:#84cfff}.button.button--disabled:hover{cursor:default;color:rgba(255,255,255,.5);background-color:#fff}.button:disabled:hover{color:#d4d7da;cursor:default;background-color:#fff}.floating-button{position:fixed;z-index:900;bottom:32px;left:32px;opacity:0;transform:translate3d(0,40px,0);transition:opacity .1s ease,transform .6s cubic-bezier(.14,.805,.275,1.08)}.floating-button.button--shown{opacity:1;transform:translate3d(0,0,0)}.floating-button.floating-button--hidden{display:none}.floating-button .button{background:#57a7ed;box-shadow:0 5px 6px 0 rgba(0,0,0,.1);border-radius:10px;min-width:120px}.floating-button .button:hover{background-color:#84cfff}@media (max-width:840px){.floating-button{display:none}}.header{position:absolute;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;z-index:900;top:0;left:0;height:110px;padding:0 24px}.header__inner{width:1280px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.header-section{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nav{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;opacity:.8}.nav:hover{opacity:1}a.logo{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0 16px 0 0;width:56px;height:56px;background:#57a7ed;box-shadow:0 4px 6px 0 rgba(134,157,171,.28);border-radius:50%;transition:transform .1s ease,box-shadow .2s ease,background-color .2s ease}.logo__icon{height:24px;width:24px;background-image:url(../img/new-site/status-symbol.svg);background-size:24px;background-position:left}a.logo:hover{background-color:#84cfff}.nav a{font-size:15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:15px 15px}.header .nav a{color:#49555f;transition:color .2s ease}.header .nav a:hover{color:#57a7ed}.header .nav a.nav__item--blog::before{content:"";width:16px;height:16px;background-image:url(../img/new-site/icon_external.png);background-size:16px;opacity:0;transform:translate3d(5px,0,0) rotate(5deg);margin:0 10px 0 0;transition:transform .2s ease,opacity .2s ease}.header .nav a.nav__item--blog:hover::before{transform:translate3d(0,0,0) rotate(0);opacity:.4}.nav a:hover{opacity:.9}.shares{width:260px;height:50px}.social-links{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.shares .social-links{-ms-flex-pack:end;justify-content:flex-end}.social-links li.social-link{margin:0 5px}li.social-link a{display:block;width:40px;height:40px;border-radius:50%;background-color:#4d96d5;background-repeat:no-repeat;background-size:20px;background-position:center;transition:transform .2s ease;cursor:pointer}.social-link.social-link--fb a{background-image:url(../img/new-site/icon_fb.svg)}.social-link.social-link--tw a{background-image:url(../img/new-site/icon_tw.svg)}.social-link.social-link--sl a{background-image:url(../img/new-site/icon_sl.svg)}.social-link.social-link--gh a{background-image:url(../img/new-site/icon_gh.svg)}.social-link.social-link--rd a{background-image:url(../img/new-site/icon_rd.svg)}.social-link:hover a{-ms-transform:scale(1.06);transform:scale(1.06)}@media (max-width:840px){.header-section--right{display:none}a.logo{position:absolute;top:70px;left:50%;margin:0 0 0 -28px}.header__inner{-ms-flex-pack:center;justify-content:center}.header{padding:8px 16px;height:auto}.nav a{padding:10px}.nav .to-hide{display:none}.nav a:first-child{padding-left:0}.nav a:last-child{padding-right:0}}.the-iphone{position:relative;width:328px;height:678px;background:#fff;border-radius:40px;z-index:600;box-shadow:15px 10px 25px 0 rgba(33,40,60,.08),0 1px 2px 0 rgba(35,49,60,.15),inset 0 1px 1px 0 rgba(140,152,174,.38),inset 0 0 8px 4px rgba(204,213,221,.82)}.the-iphone-dot{width:7px;height:7px;position:absolute;left:124px;top:26px;transform:translate3d(0,0,0);border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-iphone-line{width:52px;height:7px;position:absolute;left:50%;top:26px;transform:translate3d(-50%,0,0);border-radius:6px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-iphone-screen{width:308px;height:549px;border:1px solid #e7e9f0;background-color:#f3f4f8;position:absolute;left:50%;top:56px;border-radius:4px;transform:translate3d(-50%,0,0);background-image:url(../img/new-site/IOS-Chat_command-send2.png);background-size:308px}.the-iphone-button{width:46px;height:46px;position:absolute;left:50%;bottom:15px;transform:translate3d(-50%,0,0);border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android{position:relative;width:324px;height:644px;background:#fff;box-shadow:15px 10px 35px 0 rgba(33,40,60,.08),0 1px 2px 0 rgba(35,49,60,.15),inset 0 1px 1px 0 rgba(140,152,174,.38),inset 0 0 8px 4px rgba(204,213,221,.82);border-radius:30px}.the-android-dot{width:8px;height:8px;position:absolute;left:82px;top:25px;border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android-line{width:93px;height:8px;position:absolute;left:50%;top:25px;transform:translate3d(-50%,0,0);border-radius:5px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android-screen{width:304px;height:538px;border:1px solid #e7e9f0;background-color:#f3f4f8;position:absolute;left:50%;top:53px;border-radius:4px;transform:translate3d(-50%,0,0);background-image:url(../img/new-site/Android_Chats.png);background-size:304px}.the-android-button{width:94px;height:8px;position:absolute;left:50%;bottom:24px;transform:translate3d(-50%,0,0);border-radius:5px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(120,135,148,.4);z-index:999;box-sizing:border-box;overflow:auto;opacity:0;transform:translate3d(0,0,0) scale(1);visibility:hidden;transition:visibility .5s linear 0s,opacity .2s ease}.overlay.overlay--shown{transition-delay:0s;visibility:visible;opacity:1;transform:translate3d(0,0,0) scale(1)}.popup{box-sizing:border-box;width:864px;margin:132px auto 40px;background-color:#fff;border-radius:10px;padding:0;position:relative;box-shadow:0 3px 7px 0 rgba(175,192,202,.41);opacity:0;transform:translate3d(0,15px,0) scale(.96);visibility:hidden;transition-delay:.2s;transition:visibility .5s linear 0s,opacity .2s ease,transform .4s cubic-bezier(.175,.885,.135,1.425)}.popup a{color:#57a7ed;text-decoration:none}.popup.popup--shown{transition-delay:0s;visibility:visible;opacity:1;transform:translate3d(0,0,0) scale(1)}.popup__steps{font-size:14px;color:#97a4ad;padding:32px 0 4px 32px}.popup__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:22px;line-height:23px;padding:0 0 12px 32px}.popup__text{font-size:18px;line-height:26px;padding:0 32px 24px 32px;color:#70808d}.popup__text h5{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#49555f;margin:16px 0 0 0}.popup__button{position:absolute;top:-56px;width:42px;height:42px;background-color:#fff;border-radius:50%;opacity:.7;cursor:pointer;transition:opacity .2s ease}.popup__button:hover{opacity:1}.popup__button:hover{opacity:1}.popup__button::after{content:"";display:block;position:absolute;top:13px;left:13px;width:16px;height:16px;background-size:16px;background-repeat:no-repeat}.popup__button.popup__button--close{right:0}.popup__button.popup__button--close::after{background-image:url(../img/new-site/icon-close.svg)}.popup__button.popup__button--minimize{right:54px}.popup__button.popup__button--minimize::after{background-image:url(../img/new-site/icon-minimize.svg)}.popup__buttons a{margin:0 10px 0 0}.terms{background:#f6f9fa;border:1px solid #e7ecee;border-radius:10px;height:320px;overflow:scroll;font-size:16px;line-height:22px;color:#49555f;padding:16px 16px 16px 24px;margin:0 32px 16px 32px;counter-reset:paragraph}.terms p:before{font-size:small;margin-left:-15px;color:#ccc;content:counter(paragraph) ". ";counter-increment:paragraph}.terms h6{padding-top:15px;padding-bottom:10px;font-weight:600}.terms a{color:#57a7ed}.terms strong{font-weight:700}.terms ul{padding:0 0 25px 0;list-style-type:circle}.terms ul li{margin-left:15px;padding-bottom:5px}.address-wrap{padding:0 0 32px 0}.address__row{display:-ms-flexbox;display:flex;background:#f6f9fa;border:1px solid #e7ecee;border-bottom:0;border-radius:10px;margin:0 32px 0 32px}.address__row:first-child{border-radius:10px 10px 0 0}.address__row:last-child{border-radius:0 0 10px 10px;border-bottom:1px solid #e7ecee}.address__column{width:100%;padding:24px}.address__column.address__column--half{width:50%}.address__column.address__column--third{width:33.3%;border-right:1px solid #e7ecee}.address__column.address__column--highlighted{background-color:#d7f4e8;border-color:#b7ebd5}.address__column.address__column--half:first-child{border-right:1px solid #e7ecee}.address__column.address__column--third:last-child{border-right:0}.address__label{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:14px;color:#a5b0b9;letter-spacing:1px;text-transform:uppercase;padding:0 0 8px 0}.address__column--highlighted .address__label{color:#37c68a}.address__label strong{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.address__value{font-size:21px;color:#545f69}.address__column--highlighted .address__value{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#37c68a}.terms p{padding:0 0 18px 0}.terms p:last-child{padding:0}.checkbox-wrap{position:relative;padding:12px 32px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.checkbox-inner{position:relative;width:24px;height:24px;margin:0 16px 0 0}input[type=checkbox]{visibility:hidden;width:24px;height:24px}.checkbox-wrap label{cursor:pointer;position:absolute;width:24px;height:24px;top:0;left:0;background-color:#fff;border:1px solid #ced5d7;border-radius:5px;transition:border-color .2s ease,background-color .2s ease}.checkbox-wrap label:after{content:"";opacity:0;position:absolute;width:16px;height:16px;background-image:url(../img/new-site/icon-checkbox.svg);background-size:16px;top:4px;left:4px;-ms-transform:scale(.8);transform:scale(.8);transition:transform .3s ease,opacity .2s ease}.checkbox-wrap input[type=checkbox]:checked+label:after{opacity:1;-ms-transform:scale(1);transform:scale(1)}.checkbox-wrap input[type=checkbox]:checked+label{background-color:#57a7ed;border-color:#57a7ed}.checkbox-wrap input[type=checkbox]:disabled+label{background-color:#f6f9fa;border-color:#e7ecee}.pseudo-label{font-size:16px;color:#49555f;line-height:24px}.popup__footer{background-color:#f6f9fa;border-top:1px solid #e7ecee;border-radius:0 0 10px 10px;padding:16px 32px 32px 32px;margin:16px 0 0 0}.popup__footer-title{text-align:left;font-size:16px;padding:0 0 24px 0}.input-wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;position:relative}.button.button--agree{opacity:1}.tooltip{position:absolute;font-size:14px;line-height:17px;color:#fff;background-color:rgba(74,92,105,.8);padding:12px;text-align:center;width:220px;border-radius:8px;top:-72px;right:-37px;opacity:0;transform:translate3d(0,-8px,0) scale(1);visibility:hidden;transition:visibility .5s linear 0s,opacity .2s ease,transform .2s ease}.tooltip.tooltip--shown{transition-delay:0s;visibility:visible;opacity:1;transform:translate3d(0,0,0) scale(1)}.tooltip::after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:5px 6px 0 6px;border-color:rgba(74,92,105,.8) transparent transparent transparent;bottom:-5px;left:50%;margin:0 0 0 -4px}.popup-name-field{text-align:left;background-color:transparent;color:#49555f;width:200px;padding:0 0;margin:0 24px 0 0;font-family:PostGrotesk-Book,sans-serif;box-sizing:border-box;height:45px;line-height:45px;border-radius:0;border-bottom:1px solid #d2dde1;transition:background-color .2s ease,border-color .2s ease,border-width .2s ease;font-weight:400;font-size:16px}.popup-name-field::-webkit-input-placeholder{color:#aeb5ba}.popup-name-field:focus{border-color:#ced5d7}@media (max-width:960px){.overlay{padding:0 24px;box-sizing:border-box}.popup{width:100%}.address__row{margin:0 16px 0 16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.address__column{padding:16px}.address__column.address__column--long{overflow:scroll}.address__column.address__column--half,.address__column.address__column--third{width:100%;border-right:0;border-bottom:1px solid #e7ecee}.address__column.address__column--half:first-child{border-right:0;border-bottom:1px solid #e7ecee}.address__column.address__column--third:last-child{border-bottom:none}.address__label{padding:0 0 4px 0}.address__value{font-size:18px}}@media (max-width:600px){.overlay{padding:0 16px}.popup{margin:96px auto 64px}.popup__steps{padding:18px 0 4px 16px}.popup__title{font-size:20px;padding:0 0 12px 16px}.popup__text{font-size:16px;line-height:24px;padding:0 16px 16px 16px}.terms{margin:0 16px 16px 16px;padding:12px 12px 12px 24px;height:220px}.checkbox-wrap{padding:8px 16px;-ms-flex-align:start;align-items:flex-start}.checkbox-inner{margin:3px 16px 0 0}.popup__footer{padding:16px 16px 18px 16px}.input-wrap{-ms-flex-direction:column;flex-direction:column}.tooltip{right:50%;top:auto;bottom:-68px;z-index:200;margin:0 -110px 0 0;transform:translate3d(0,8px,0) scale(1)}.tooltip::after{bottom:auto;top:-5px;border-width:0 6px 5px 6px;border-color:transparent transparent rgba(74,92,105,.8) transparent}.popup__footer-title{padding:0 0 12px 0}.popup-name-field{margin:0 16px 12px 16px;width:100%}.button.button--agree{width:100%}.address-wrap{padding:0 0 16px 0}.address-wrap__inner{text-align:left;margin:0 16px 0 16px;padding:12px;font-size:16px;overflow:scroll}}.page{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.page__inner{width:1120px;position:relative}.page__content-wrap{position:relative;width:1180px;margin:0 0 40px 0;background:#fff;box-shadow:0 -2px 18px 0 rgba(72,89,102,.25);border-radius:10px}.page__content{max-width:800px;margin:0 auto;padding:50px 40px 100px;background:#fff;border-radius:8px}.page__content.page__content--centered{max-width:100%;padding:50px 160px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;text-align:center}.page__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:24px;line-height:30px;margin:0 0 20px 0}.page__subheader{font-size:18px;line-height:26px;margin:0 0 25px 0;color:#92999f}.page__content p{margin:0 0 10px 0}.page__content p a{color:#4957b8}.page__content p strong{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.page__content.page__content--centered .page__title{max-width:500px}.page__content.page__content--centered .page__text{max-width:500px}.page h3{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:22px;margin:32px 0 8px 0}.page h5{font-size:15px;opacity:1;padding:16px}.page__social{width:100%;padding:48px 0}.page__social-buttons{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.page__social-button-wrap{-ms-flex-preferred-size:33.3%;flex-basis:33.3%;-ms-flex-negative:1;flex-shrink:1;-ms-flex-positive:1;flex-grow:1;margin:12px;position:relative;border-radius:8px;border:1px solid #e9eaf4;text-align:center;box-shadow:0 2px 5px 0 rgba(71,91,106,.12);transition:box-shadow .2s ease}.page__social-button-wrap:first-child{margin-left:0}.page__social-button-wrap:last-child{margin-right:0}.page__social-button-wrap:hover{box-shadow:0 4px 10px 0 rgba(71,91,106,.16)}.page__social-button{padding:24px;height:92px;overflow:hidden}.big-button-wrap{margin:48px 0 0 0}.button.button--big{height:56px;line-height:56px;font-size:15px;letter-spacing:1.2px}.button.button--secondary.button--page{display:inline-block;padding:0 40px;background-color:#4a5c69;color:#fff}.button.button--secondary.button--page.button--page--slack{background-color:#e3306d}.button.button--secondary.button--page.button--page--wiki{background-color:#4a55bf}.button.button--secondary.button--page:hover{opacity:.8;background-color:#4a5c69}.button.button--secondary.button--page.button--page--slack:hover{opacity:.8;background-color:#e3306d}.button.button--secondary.button--page.button--page--wiki:hover{opacity:.8;background-color:#4a55bf}.page__social-button-label{display:block;text-align:center;opacity:.6;padding:16px}.page__footer{position:absolute;bottom:0;left:0;width:100%;display:-ms-flexbox;display:flex;text-align:center;font-size:13px;line-height:15px;letter-spacing:1px;font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;border-bottom-left-radius:8px;border-bottom-right-radius:8px;text-transform:uppercase;border-top:1px solid #e9eaf4}.page__footer .page__footer-link{display:block;text-align:center;width:100%;padding:20px 0;transition:opacity .2s ease}.page__footer .page__footer-link:hover{opacity:.6}@media (max-width:1220px){.page__content-wrap{width:1080px;top:-10px;margin:0 0 30px 0}}@media (max-width:1140px){.page__social{padding:16px 0}.page__social-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.page__social-button-wrap{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.page__social-button-wrap{margin-left:0;margin-right:0}.page{margin:20px 20px 0 20px}.page__content-wrap{width:100%}.page__content{width:auto}}@media (max-width:840px){.page__content{margin:0 30px;padding:50px 20px 100px}.page__content-wrap{top:-20px;margin:0 0 20px 0}.page__content.page__content--centered{padding:100px 20px}}@media (max-width:767px){.page{margin:0}.page__content,.page__content.page__content--centered{padding:40px 0 80px 0}.page__content-wrap{top:-10px;margin:0}.page__title{font-size:18px;line-height:26px;margin:0 0 10px 0}.page__subheader{font-size:16px;line-height:20px;margin:0 0 15px 0}}.cookie-popup{margin:0 auto;position:relative}.cookie-popup__inner{display:block;right:20px;top:20px;position:fixed;border-radius:8px;background-color:#fff;box-shadow:0 4px 18px 0 rgba(189,208,223,.26);border-radius:8px;padding:30px;z-index:999;opacity:0;transform:translate3d(20px,0,0) scale(.5);transition:transform .4s cubic-bezier(.175,.885,.135,1.425),opacity .2s ease;transition-delay:1.5s}.cookie-popup-text{display:block;width:220px;font-size:16px;padding:0 0 10px 0}.cookie-popup-button{display:inline-block;margin:10px 0 0 0;font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;text-transform:uppercase;line-height:15px;padding:14px 25px 14px;font-size:13px;letter-spacing:1px;color:#6370ca;background-color:rgba(99,112,202,.1);border-radius:10px}.shown .cookie-popup__inner{opacity:1;transform:translate3d(0,0,0) scale(1)}@media (max-width:767px){.cookie-popup__inner{display:none}}.container-wrap{z-index:2;margin-bottom:480px;background-color:#eef2f5}.container{margin:0 auto;overflow:hidden;position:relative}.slides{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.slide{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.slide--hidden{display:none}.slide__inner{position:relative}.slide__header{margin:0 auto;width:400px;text-align:center}.slide__title{font-family:PostGrotesk-Medium;font-size:24px;line-height:30px;margin:0 0 15px 0}.slide__description{color:#70808d;font-size:16px;line-height:25px}.slide__footer{text-align:center;width:250px;margin:0 auto;color:#70808d;opacity:.6;font-size:15px;line-height:25px}.slide__header--inversed .slide__title{color:#fff}.slide__header--inversed .slide__description{color:#fff;opacity:.6}@media (max-width:840px){.container-wrap{margin-bottom:0}}.text-section{width:800px;margin:0 auto}.text-section h2{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:24px;padding:0 0 24px 0}.text-section .text{font-size:18px;line-height:26px;color:#70808d}.text-section h5{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#b6bbbf;margin:0}.text-section .text p{padding:0 0 24px 0}.text-section .text p a{color:#57a7ed}@media (max-width:840px){.text-section{width:100%;padding:0 24px}.text-section h2{font-size:20px;padding:0 0 20px 0}.text-section .text{font-size:16px;line-height:24px}.text-section .text p{padding:0 0 16px 0}}.slide.slide--one .slide__inner{width:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.slide.slide--one.slide--one--finished .slide__inner{background-color:#fff}.intro{padding:150px 24px 100px 24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.tagline{max-width:442px;padding:0 32px 0 0}.intro--finished .tagline{padding:0;text-align:center}.tagline .tagline__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#49555f;font-size:27px;line-height:35px;margin:0 0 16px 0}.shown .tagline__title{opacity:1;transform:translate3d(0,0,0)}.tagline .tagline__body{color:#97a4ad;font-size:18px;line-height:26px;margin:0 0 22px 0}.shown .tagline__body{opacity:1;transform:translate3d(0,0,0)}.tagline__button{display:-ms-flexbox;display:flex}.intro--finished .tagline__button{-ms-flex-pack:center;justify-content:center}.tagline__button.tagline__button--hidden{display:none}.tagline__note{color:#57a7ed;font-size:14px;line-height:26px;margin:8px 0 0 0}.tagline__button .button{min-width:120px}.tagline__button .button.button--secondary{display:-ms-flexbox;display:flex;color:#fff;background-color:rgba(255,255,255,.1);box-shadow:none}.shown .tagline__button{opacity:1;transform:translate3d(0,0,0)}.widget-wrap{max-width:360px}.widget{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background:#fff;box-shadow:0 3px 7px 0 rgba(175,192,202,.41);border-radius:10px;font-size:15px;color:#97a4ad;min-width:360px}.intro--finished .widget{display:none}.widget-timer__date{padding:16px 24px 16px 24px}.widget-timer__date.widget-timer__date--center{text-align:center}.intro--finished .widget-timer__date,.intro--open .widget-timer__date,.intro--unavailable .widget-timer__date{display:none}.widget-timer__countdown{width:310px;display:-ms-flexbox;display:flex;margin:0 24px;padding:0 0 16px 0}.widget-timer__countdown.widget-timer__countdown--block{-ms-flex-pack:center;justify-content:center;padding:0 0 16px 0}.intro--finished .widget-timer__countdown,.intro--open .widget-timer__countdown,.intro--unavailable .widget-timer__countdown{display:none}.countdown-item{display:block;width:25%}.countdown-item.countdown-item--block{width:100%}.widget-timer__block{display:block;text-align:center;font-size:34px;color:#49555f}.countdown-value{display:block;text-align:center;font-size:34px;color:#49555f;padding:0 0 2px 0;opacity:1;transform:translate3d(0,0,0) scalex(1);transition:opacity .2s ease,transform .2s ease}.countdown-value.countdown-value--hidden{opacity:0;transform:translate3d(0,-6px,0) scalex(1)}.countdown-label{display:block;text-align:center}.widget-row{display:-ms-flexbox;display:flex;height:46px;padding:0 24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:#f6f9fa;border-top:1px solid #ebedf0}.widget-row:first-child{border-radius:10px 10px 0 0}.widget-row:last-child{border-radius:0 0 10px 10px}.intro--finished .widget-row,.intro--open .widget-row,.intro--unavailable .widget-row{background-color:#fff}.intro--open .widget-row--gas-limit,.intro--open .widget-row--gwei-limit{background-color:#d7f4e8;border-color:#b7ebd5}.intro--finished .widget-row.widget-row--status,.intro--open .widget-row.widget-row--status,.intro--unavailable .widget-row.widget-row--status{height:auto;padding:24px 24px 4px 24px;border:0}.intro--finished .widget-row.widget-row--started,.intro--open .widget-row.widget-row--started,.intro--unavailable .widget-row.widget-row--started{border:0}.widget-row--status__inner{width:100%;padding:10px 10px 9px 10px;text-align:center;background-color:#eef6fd;border-radius:10px;color:#57a7ed}.intro--unavailable .widget-row--status__inner{background-color:#dbdee1;color:#4a5c69}.widget-value{text-align:right;color:#49555f}.widget-row--gas-limit .widget-value,.widget-row--gwei-limit .widget-value{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#37c68a}.widget-row--gas-limit .widget-key,.widget-row--gwei-limit .widget-key{color:#37c68a}.widget-key strong{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}@media (max-width:840px){.slide.slide--one{background-color:#f6f9fa}.intro{width:100%;-ms-flex-direction:column;flex-direction:column;padding:140px 0 0 0}.tagline{max-width:100%;width:100%;text-align:center;padding:0 24px 42px 24px;max-width:400px}.tagline .tagline__title{font-size:22px;margin:0 0 6px 0;padding:0 24px 0 24px}.tagline .tagline__body{padding:0 24px 0 24px;margin:0 0 16px 0}.tagline__button .button{margin:0 auto}.widget-wrap{width:100%;max-width:100%}.widget{width:100%;box-shadow:none;background-color:#fff;border-radius:0;border-top:1px solid #ebedf0}.widget-timer__date{text-align:center}.widget-timer__countdown{width:100%;margin:0}.widget-row{background-color:#fff}.intro--open .widget-row.widget-row--status,.intro--unavailable .widget-row.widget-row--status{padding-top:16px}.widget-row:last-child{border-radius:0;border-bottom:1px solid #ebedf0}}.slide.slide--two{background-color:#fff;box-shadow:0 2px 7px 0 rgba(175,192,202,.41);padding:60px 0 8px 0}.slide.slide--two.slide--two--finished{padding:60px 0 60px 0}.slide.slide--two.slide--two--hidden{display:none}.text-section .text p.paragraph--warning{color:#49555f}.data{padding:16px 0 0 0}.data-title{color:#b6bbbf;font-size:16px}.data-row{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:12px 0 24px 0}.data-item{width:45%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0 24px 32px 0;cursor:pointer}.data-item__video-preview{-ms-flex-negative:0;flex-shrink:0;position:relative;width:64px;height:64px;background:#fff;box-shadow:0 2px 4px 0 #d6dee1;border:1px solid #ecf1f3;border-radius:50%;background-size:cover;transition:transform .2s ease,box-shadow .2s ease}.data-item__video-title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;padding:0 16px 0 0;font-size:16px;color:#49555f;transition:color .2s ease;padding:0 16px 0 16px}.data-item__icon{width:64px;height:64px;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;border:1px solid #ecf1f3;box-shadow:0 2px 4px 0 #d6dee1;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform:translate3d(0,0,0);transition:transform .2s ease,box-shadow .2s ease}.data-item__video-preview .data-item__icon{width:32px;height:32px;position:absolute;left:50%;top:50%;box-shadow:none;margin:-16px 0 0 -16px;border:0;z-index:200;background-color:rgba(255,255,255,0)}.data-item:hover .data-item__icon{box-shadow:0 3px 5px 0 #cad5db;transform:translate3d(0,-1px,0)}.data-item:hover .data-item__video-preview{box-shadow:0 3px 5px 0 #cad5db;transform:translate3d(0,-1px,0)}.data-item:hover .data-item__video-preview .data-item__icon{box-shadow:none;transform:translate3d(0,0,0) scale(1)}.data-item.data-item--unavailable:hover .data-item__icon{box-shadow:0 2px 4px 0 #d6dee1;transform:translate3d(0,0,0)}.data-item__symbol{width:32px;height:32px;background-size:32px}.data-item__video-preview .data-item__symbol{width:32px;height:32px;background-size:32px}.data-item__symbol-file{background-image:url(../img/new-site/icon-file.svg)}.data-item__symbol-file--unavailable{background-image:url(../img/new-site/icon-file-unavailable.svg)}.data-item__symbol-video{background-image:url(../img/new-site/icon-video.svg)}.data-item__symbol-video--white{background-image:url(../img/new-site/icon-video.svg)}.data-item__symbol-video--unavailable{background-image:url(../img/new-site/icon-video-unavailable.svg)}.data-item__text{padding:0 0 0 16px}.data-item__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;color:#49555f;transition:color .2s ease;padding:0 16px 0 0}.data-item:hover .data-item__title,.data-item:hover .data-item__video-title{color:#57a7ed}.data-item.data-item--unavailable:hover .data-item__title{color:#49555f}.data-item__description{font-size:16px;color:#70808d}@media (max-width:840px){.slide.slide--two{padding:32px 0 0 0}.data-item{width:100%;margin:0 0 20px 0}}.slide.slide--three{background-image:linear-gradient(-202deg,#7bb7ed 0,#3685c9 95%);padding:60px 0}.slide.slide--three .text-section .text,.slide.slide--three .text-section h2{color:#fff}.slide.slide--three .text-section{position:relative;z-index:200}.slide.slide--three .text-section .text{color:#fff;font-size:24px;line-height:32px}.app{position:relative;width:1035px;height:190px;margin:0 auto;z-index:100}.app-inner{position:absolute;width:1035px;height:537px;margin:-30px auto 0;background-size:1035px;background-image:url(../img/new-site/phone@2x.png)}.phones{position:relative;height:740px;width:540px;margin:0 auto}.phone-wrap{position:absolute}.phone-wrap.phone-wrap--iphone{z-index:100}.phone-wrap.phone-wrap--android{left:216px;top:80px;z-index:200}.app-buttons{display:-ms-flexbox;display:flex;margin:12px 0 0 0}.app-button{display:block;width:210px;height:68px;padding:16px;box-sizing:border-box;margin:0 20px 0 0;background-color:#2f699b;border-radius:10px;position:relative;transform:translate3d(0,0,0);transition:box-shadow .2s ease,transform .2s ease,background-color .2s ease}.app-button:hover{background-color:#397eb9}.app-button__title{display:block;color:#fff;font-size:15px;line-height:15px;padding:0 0 6px 0}.app-button__platform{display:block;color:#fff;font-size:14px;line-height:15px;opacity:.7}.app-button__icon{display:block;width:52px;height:52px;position:absolute;right:8px;top:8px;background-size:52px;opacity:.8}.app-button--android .app-button__icon{background-image:url(../img/new-site/icon-android2.svg)}.app-button--ios .app-button__icon{background-image:url(../img/new-site/icon-apple2.svg)}@media (max-width:1140px){.slide.slide--three .slide__inner{width:100%}.slide.slide--three .slide__inner .sections{width:100%}}@media (max-width:840px){.slide.slide--three{padding:32px 0}.slide.slide--three .text-section .text{font-size:20px;line-height:26px}.app{position:relative;width:100%;height:140px}.app-inner{position:absolute;left:50%;margin:-30px 0 0 -400px;width:800px;height:415px;background-size:800px;transform:translate3d(0,0,0)!important}}@media (max-width:767px){.app-buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:8px 0 0 0}.app-button{width:100%;margin:0 0 12px 0}}.slide.slide--four{padding:220px 0 60px 0;background-color:#fff}.list{padding:0}.list li{padding:10px 16px;color:#57a7ed;background-color:#eef6fd;display:inline-block;margin:0 8px 8px 0;border-radius:10px}.list li:nth-child(1){color:#f189ba;background-color:#f8e4ee}.list li:nth-child(2){color:#63c38f;background-color:#e0f3e9}.list li:nth-child(3){color:#6673ce;background-color:#e0e3f5}.list li:nth-child(4){color:#ff8c74;background-color:#ffe8e3}.list li:nth-child(5){color:#ddbe51;background-color:#fff9e4}.list li:nth-child(6){color:#6bd8e2;background-color:#e4fbfd}.list li:nth-child(7){color:#ffbd8b;background-color:#fff2e8}.list li:nth-child(8){color:#ea7474;background-color:#fbe3e3}.list li:nth-child(9){background-color:#ede2f2;color:#a56ebf}.text-footer{font-size:16px;color:#c1c8ce}.text-footer a{color:#57a7ed}@media (max-width:840px){.slide.slide--four{padding:210px 0 30px 0}.slide.slide--four .text-section{padding:0}.slide.slide--four .text-section h2{padding:0 24px 20px 24px}.slide.slide--four .text-section .text p{padding:0 24px 16px 24px}.list li{display:block;border-radius:0;margin:0;padding:10px 24px}.text-footer{padding:16px 24px}}.slide.slide--five{background-color:#fff;padding:90px 0 0 0;border-top:1px solid #e7edf0}.email-section{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.email-section__text .text{text-align:center;max-width:648px;padding:0 24px}.email-section__text .text p{font-size:24px;line-height:32px;color:#70808d}.email-section .email-form{margin:24px 0 0 0;padding:0}.email-section__text h2{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;margin:0 0 16px 0;color:#49555f;font-size:24px;line-height:30px}.email-section__text p{color:#8d99a4;font-size:18px;line-height:26px}@media (max-width:1120px){.email-section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.email-section__text{width:100%;max-width:500px;text-align:center;padding:0 0 20px 0}.email-section .email-form{position:static;width:240px;margin:0 auto}}@media (max-width:840px){.slide.slide--five{padding:40px 0 0 0}.email-section__text .text p{font-size:20px;line-height:26px}}.email-form{display:-ms-flexbox;display:flex;width:480px;position:relative}.email-form.email-form--error .email-form__inner{animation-duration:.6s;animation-fill-mode:both;animation-name:shakeIt;animation-timing-function:ease}.email-form a{color:#3685c9;font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.email-form__responces{position:relative;color:#8d99a4;width:100%;text-align:left;margin:10px 0 0 0;font-size:14px;line-height:16px;height:120px}.email-form__error-message{opacity:0;transform:translate3d(0,10px,0);transition:transform .2s ease,opacity .2s ease}.email-form__error-message.email-form__error-message--shown{opacity:1;transform:translate3d(0,0,0)}.email-form__success-message{width:100%;padding:15px;font-size:15px;border-radius:8px;text-align:left;background-color:#3e4c59;color:#fff;line-height:22px;opacity:0;transform:translate3d(0,10px,0) scaleX(.94) scaleY(.94);transition:transform .4s cubic-bezier(.32,.092,0,1.3),opacity .2s ease}.email-form__success-message::after{content:"";position:absolute;top:-5px;left:10px;width:0;height:0;margin:0 0 0 -7px;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:14px solid #3e4c59}.email-form__success-message.email-form__success-message--shown{opacity:1;transform:translate3d(0,0,0) scaleX(1) scaleY(1)}.email-form__inner{display:-ms-flexbox;display:flex;width:480px;position:relative}.email-form__input{height:45px;line-height:45px;border-radius:8px!important}.email-form__input--email{text-align:left;background-color:#f2f6f8;color:#49555f;width:310px;padding:0 15px;margin:0 10px 0 0;font-family:PostGrotesk-Book,sans-serif;box-sizing:border-box;transition:background-color .2s ease;font-weight:400;font-size:16px}input.email-form__input--email:disabled{color:#aeb5ba;background-color:#f7fafb;opacity:1}.email-form--valid .email-form__input--email{color:rgba(255,255,255,.4);background-image:url(../img/new-site/icon_valid2.png);background-size:24px;background-repeat:no-repeat;background-position:right 10px center}.email-form__input--email::-webkit-input-placeholder{color:#aeb5ba}.email-form__input--email::-moz-placeholder{color:#aeb5ba}.email-form__input--email:-ms-input-placeholder{color:#aeb5ba}.email-form__input--email:-moz-placeholder{color:rgba(255,255,255,.6)}.email-form input[type=submit]{width:160px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0;background-color:#d7e9fa;color:#57a7ed;box-shadow:none}.email-form input[type=submit]:hover{background-color:#cae1f7}.email-form input[type=submit]:disabled{cursor:default;color:#8cc2f2}.email-form input[type=submit]:disabled:hover{background-color:#cae1f7}@media (max-width:1120px){.email-form__inner{width:240px;-ms-flex-direction:column;flex-direction:column}.email-form__input--email{width:100%;margin:0 0 10px 0;text-align:center}.email-form input[type=submit]{width:100%}}@media (max-width:840px){.email-form__responces{height:auto;margin-bottom:16px}}@keyframes shakeIt{0%,100%{transform:translate3d(0,0,0)}20%,60%{transform:translate3d(-4px,0,0)}40%,80%{transform:translate3d(4px,0,0)}}.logos{width:1280px;display:-ms-flexbox;display:flex;position:relative;padding:0 0 24px 0;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.logo-header{font-size:15px;color:#97a4ad;text-align:center;position:absolute;top:12px;width:100%;left:0;display:none}.media-logo{display:block;background-size:100%;opacity:.8;-ms-transform:scale(.88);transform:scale(.88);transition:opacity .2s ease;-ms-flex-negative:0;flex-shrink:0}.media-logo:hover{opacity:1}.media-logo--coindesk{width:156px;height:42px;background-image:url(../img/new-site/logo-coindesk.png)}.media-logo--nasdaq{margin-top:-4px;width:156px;height:45px;background-image:url(../img/new-site/logo-nasdaq.png)}.media-logo--cointelegraph{width:263px;height:55px;background-image:url(../img/new-site/logo-cointelegraph.png)}.media-logo--yahoo{width:103px;height:35px;background-image:url(../img/new-site/logo-yahoo.png)}.media-logo--ethnews{width:163px;height:33px;background-image:url(../img/new-site/logo-ethnews.png)}.media-logo--etherreview{width:113px;height:52px;background-image:url(../img/new-site/logo-etherreview.png)}@media (max-width:1280px){.logos{width:100%;padding:0 24px 24px 24px}}@media (max-width:840px){.logos{width:100%;background-color:#fff;padding:34px 0 16px 0;border-bottom:1px solid #ebedf0;-ms-flex-pack:center;justify-content:center}.slide--one--finished .logos{background-color:transparent;margin-top:32px}.logo-header{display:block}.media-logo{opacity:1;margin:16px}.media-logo--nasdaq{width:107px;height:30px}.media-logo--coindesk{width:101px;height:27px}.media-logo--cointelegraph{width:171px;height:37px}.media-logo--yahoo{width:67px;height:23px}.media-logo--ethnews{width:106px;height:21px}.media-logo--etherreview{width:73px;height:34px}}.tokens{position:relative;top:0;height:300px;width:1000px;margin:0 auto 0}.token-wrap{position:absolute;opacity:0;transition:transform 2.2s cubic-bezier(.14,.805,.275,1.08),opacity .4s ease}.token{width:100%;height:100%;border-radius:50%;background:#fff;box-shadow:0 4px 6px 0 rgba(175,192,202,.28)}.token-wrap:nth-child(1){display:none}.token-wrap:nth-child(2){width:64px;height:64px;top:12px;left:-32px;transition-delay:1.4s;transform:translate3d(-60px,90px,0)}.token-wrap:nth-child(3){width:46px;height:46px;top:47px;left:154px;transition-delay:1.6s;transform:translate3d(-70px,140px,0)}.token-wrap:nth-child(3) .token::after{-ms-transform:scale(.7);transform:scale(.7)}.token-wrap:nth-child(4){width:46px;height:46px;top:25px;left:292px;transition-delay:1.45s;transform:translate3d(-90px,150px,0)}.token-wrap:nth-child(4) .token::after{-ms-transform:scale(.7);transform:scale(.7)}.token-wrap:nth-child(5){width:46px;height:46px;top:181px;left:79px;transition-delay:1.5s;transform:translate3d(-40px,180px,0)}.token-wrap:nth-child(5) .token::after{-ms-transform:scale(.8);transform:scale(.8)}.token-wrap:nth-child(6){width:54px;height:54px;top:187px;left:227px;transition-delay:1.6s;transform:translate3d(-20px,100px,0)}.token-wrap:nth-child(7){width:54px;height:54px;top:130px;left:387px;transition-delay:1.7s;transform:translate3d(-30px,190px,0)}.token-wrap:nth-child(7) .token::after{-ms-transform:scale(.9);transform:scale(.9)}.token-wrap:nth-child(8){width:62px;height:62px;top:0;left:521px;transition-delay:1.4s;transform:translate3d(-40px,180px,0)}.token-wrap:nth-child(9){width:50px;height:50px;top:102px;left:612px;transition-delay:1.56s;transform:translate3d(-40px,160px,0)}.token-wrap:nth-child(9) .token::after{-ms-transform:scale(.7);transform:scale(.7)}.token-wrap:nth-child(10){width:48px;height:48px;top:69px;right:462px;transition-delay:1.3s;transform:translate3d(20px,190px,0)}.token-wrap:nth-child(10) .token::after{-ms-transform:scale(.7);transform:scale(.7)}.token-wrap:nth-child(11){width:58px;height:58px;top:170px;right:355px;transition-delay:1.4s;transform:translate3d(30px,110px,0)}.token-wrap:nth-child(12){width:54px;height:54px;top:101px;right:221px;transition-delay:1.5s;transform:translate3d(20px,130px,0)}.token-wrap:nth-child(12) .token::after{-ms-transform:scale(.9);transform:scale(.9)}.token-wrap:nth-child(13){width:48px;height:48px;top:50px;right:104px;transition-delay:1.6s;transform:translate3d(20px,140px,0)}.token-wrap:nth-child(13) .token::after{-ms-transform:scale(.9);transform:scale(.9)}.token-wrap:nth-child(14){width:48px;height:48px;top:237px;right:504px;transition-delay:1.7s;transform:translate3d(40px,120px,0)}.token-wrap:nth-child(14) .token::after{-ms-transform:scale(.8);transform:scale(.8)}.token-wrap:nth-child(15){width:48px;height:48px;top:233px;right:142px;transition-delay:1.8s;transform:translate3d(30px,140px,0)}.token-wrap:nth-child(16){width:64px;height:64px;top:130px;right:-40px;transition-delay:1.4s;transform:translate3d(20px,140px,0)}.shown .token-wrap{opacity:1;transform:translate3d(0,0,0)}.token{animation:floatUp 12s ease-in-out infinite}.token-wrap:nth-child(2) .token{animation-delay:1}.token-wrap:nth-child(3) .token{animation-delay:1.2s}.token-wrap:nth-child(4) .token{animation-delay:1.4s}.token-wrap:nth-child(5) .token{animation-name:floatDown;animation-delay:1.6s}.token-wrap:nth-child(6) .token{animation-delay:1.8s}.token-wrap:nth-child(7) .token{animation-name:floatDown;animation-delay:2s}.token-wrap:nth-child(8) .token{animation-delay:2.2s}.token-wrap:nth-child(9) .token{animation-name:floatDown;animation-delay:2.4s}.token-wrap:nth-child(10) .token{animation-delay:2.6s}.token-wrap:nth-child(11) .token{animation-delay:2.6s}.token-wrap:nth-child(12) .token{animation-name:floatDown;animation-delay:1.4s}.token-wrap:nth-child(13) .token{animation-name:floatDown;animation-delay:1.4s}.token-wrap:nth-child(14) .token{animation-delay:2.6s}.token-wrap:nth-child(15) .token{animation-delay:2.6s}@keyframes floatUp{0%{transform:translatey(0)}50%{transform:translatey(-26px)}100%{transform:translatey(0)}}@keyframes floatDown{0%{transform:translatey(0)}50%{transform:translatey(26px)}100%{transform:translatey(0)}}.token-wrap.token-wrap--status{left:50%;top:50%;margin:-58px 0 0 -58px;width:116px;height:116px;transition-delay:0s;transform:translate3d(0,80px,0) scale(.8);transition:transform 1s cubic-bezier(.14,.805,.275,1.08),opacity .4s ease}.shown .token-wrap.token-wrap--status{opacity:1;transform:translate3d(0,0,0) scale(1)}.token.token--status{background:#5b6dee;box-shadow:0 8px 16px 0 rgba(83,88,120,.15)}.token::after{content:"";position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;width:20px;height:20px;background-image:url(../img/new-site/user.svg);background-size:20px}.token.token--blue::after{background-image:url(../img/new-site/user-blue.svg)}.token.token--pink::after{background-image:url(../img/new-site/user-pink.svg)}.token.token--orange::after{background-image:url(../img/new-site/user-orange.svg)}.token.token--purple::after{background-image:url(../img/new-site/user-purple.svg)}.token.token--green::after{background-image:url(../img/new-site/user-green.svg)}.token.token--status::after{content:"";position:absolute;left:50%;top:50%;margin:-25px 0 0 -25px;width:50px;height:50px;background-image:url(../img/new-site/status-symbol.svg);background-size:50px}.tokens{width:800px}.token-wrap:nth-child(2){top:22px;left:-32px}.token-wrap:nth-child(3){top:47px;left:114px}.token-wrap:nth-child(4){top:75px;left:272px}.token-wrap:nth-child(8){top:0;left:421px}.token-wrap:nth-child(9){top:212px;left:512px}.token-wrap:nth-child(10){top:69px;right:362px}.token-wrap:nth-child(14){top:267px;right:264px}@media (max-width:1080px){.tokens{position:absolute;left:50%;margin:0 0 0 -540px}}@media (max-width:767px){.tokens{top:20px}.token-wrap.token-wrap--status{margin:-36px 0 0 -36px;width:72px;height:72px;transition:transform 1s cubic-bezier(.14,.805,.275,1.08),opacity .4s ease}.token.token--status::after{content:"";margin:-16px 0 0 -16px;width:32px;height:32px;background-image:url(../img/new-site/status-symbol.svg);background-size:32px}.token-wrap:nth-child(2){width:40px;height:40px;top:32px;left:348px}.token-wrap:nth-child(2){width:46px;height:46px;top:10px;left:424px}.token-wrap:nth-child(3){width:38px;height:38px;top:65px;left:492px}.token-wrap:nth-child(4){display:none}.token-wrap:nth-child(5){width:40px;height:40px;top:41px;left:349px}.token-wrap:nth-child(6){width:40px;height:40px;top:240px;left:467px}.token-wrap:nth-child(7){width:46px;height:46px;top:100px;left:407px}.token-wrap:nth-child(8){width:46px;height:46px;top:210px;left:371px}.token-wrap:nth-child(9){display:none}.token-wrap:nth-child(10){width:40px;height:40px;top:69px;right:442px}.token-wrap:nth-child(11){width:44px;height:44px;top:210px;right:445px}.token-wrap:nth-child(12){width:50px;height:50px;top:0;right:371px}.token-wrap:nth-child(13){top:111px;right:384px}.token-wrap:nth-child(14){width:40px;height:40px;top:250px;right:370px}.token-wrap:nth-child(15){display:none}.token::after{margin:-7px 0 0 -7px;width:14px;height:14px;background-size:14px}}.dot-wrap{position:absolute;width:50px;height:50px;-ms-transform:scale(.8);transform:scale(.8)}.dot{width:50px;height:50px;background:#b8e170;box-shadow:0 5px 6px 0 rgba(83,88,120,.07);border-radius:50%;position:relative}.dot.dot--white{background:#fff}.dot.dot--purple{background:#ac8bed;-ms-transform:scale(1.5);transform:scale(1.5)}.dot.dot--blue{background:#97cefe;-ms-transform:scale(1.2);transform:scale(1.2)}.dot.dot--pink{background:#f189ba}.dot.dot--green{background:#a5f3b2;-ms-transform:scale(1.3);transform:scale(1.3)}.dot.dot--status{width:124px;height:124px;background:#fff;box-shadow:0 5px 6px 0 rgba(83,88,120,.07)}.dot-icon{width:24px;height:24px;position:absolute;left:50%;top:50%;margin:-12px 0 0 -12px;background-size:24px;background-image:url(../img/new-site/icon-person.svg)}.dot.dot--status .dot-icon{width:56px;height:56px;background-size:56px;background-image:url(../img/new-site/icon-status.svg);margin:-28px 0 0 -28px}.the-iphone{position:relative;width:328px;height:678px;background:#fff;border-radius:40px;z-index:600;box-shadow:15px 10px 25px 0 rgba(33,40,60,.08),0 1px 2px 0 rgba(35,49,60,.15),inset 0 1px 1px 0 rgba(140,152,174,.38),inset 0 0 8px 4px rgba(204,213,221,.82)}.the-iphone-dot{width:7px;height:7px;position:absolute;left:124px;top:26px;transform:translate3d(0,0,0);border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-iphone-line{width:52px;height:7px;position:absolute;left:50%;top:26px;transform:translate3d(-50%,0,0);border-radius:6px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-iphone-screen{width:308px;height:549px;border:1px solid #e7e9f0;background-color:#f3f4f8;position:absolute;left:50%;top:56px;border-radius:4px;transform:translate3d(-50%,0,0);background-image:url(../img/new-site/IOS-Chat_command-send2.png);background-size:308px}.the-iphone-button{width:46px;height:46px;position:absolute;left:50%;bottom:15px;transform:translate3d(-50%,0,0);border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android{position:relative;width:324px;height:644px;background:#fff;box-shadow:15px 10px 35px 0 rgba(33,40,60,.08),0 1px 2px 0 rgba(35,49,60,.15),inset 0 1px 1px 0 rgba(140,152,174,.38),inset 0 0 8px 4px rgba(204,213,221,.82);border-radius:30px}.the-android-dot{width:8px;height:8px;position:absolute;left:82px;top:25px;border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android-line{width:93px;height:8px;position:absolute;left:50%;top:25px;transform:translate3d(-50%,0,0);border-radius:5px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android-screen{width:304px;height:538px;border:1px solid #e7e9f0;background-color:#f3f4f8;position:absolute;left:50%;top:53px;border-radius:4px;transform:translate3d(-50%,0,0);background-image:url(../img/new-site/Android_Chats.png);background-size:304px}.the-android-button{width:94px;height:8px;position:absolute;left:50%;bottom:24px;transform:translate3d(-50%,0,0);border-radius:5px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.news{width:100%;font-size:15px;line-height:22px;padding:16px 0;background:#a5f3e0;color:#49555f;text-align:center}.news.news--dark{background-color:#4a5c69;color:#fff}.news.news--finish{background-color:#eef2f5;color:#49555f}.news.news--hidden{display:none}.news a{display:inline-block;padding:2px 12px;border-radius:8px;color:#49555f;background-color:#96dac9;margin:0 0 0 12px;transition:background-color .2s ease,color .2s ease}.news a:hover{background-color:rgba(255,255,255,.8)}@media (max-width:600px){.news{padding:6px 16px}.news a{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;display:inline;background-color:transparent;padding:0;margin:0;text-decoration:underline}}.footer{position:fixed;width:100%;bottom:0;left:0;z-index:-1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-color:#4a5c69;border-top:100px solid #4a5c69}.footer.footer--page{position:static;margin:-96px 0 0 0;border-top:56px solid #4a5c69}.footer-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:1080px}.footer-logo-wrap{width:280px;display:-ms-flexbox;display:flex}.footer-logo-wrap__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:65px 0 75px 0}.footer-logo{width:52px;height:52px;background-size:52px;background-image:url(../img/new-site/footer-logo@2x.png)}.footer-address{color:#fff;padding:20px 0 0 0;opacity:.5}.footer-table{display:-ms-flexbox;display:flex}.footer-table__column{box-sizing:border-box;padding:60px 40px}.footer-header{color:#fff;opacity:.5;font-size:17px;margin:0 0 40px 0}.footer-link{height:32px;line-height:32px;font-size:16px;margin:0 0 15px 0}.footer-link a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer-icon{display:inline-block;width:32px;height:32px;background-color:rgba(255,255,255,.1);border-radius:50%;margin:0 15px 0 0;background-repeat:no-repeat;background-size:24px;background-position:center}.footer-link--fb .footer-icon{background-image:url(../img/new-site/icon_fb.svg)}.footer-link--tw .footer-icon{background-image:url(../img/new-site/icon_tw2.svg)}.footer-link--sl .footer-icon{background-image:url(../img/new-site/icon_sl2.svg)}.footer-link--gh .footer-icon{background-image:url(../img/new-site/icon_gh2.svg)}.footer-link--rd .footer-icon{background-image:url(../img/new-site/icon_rd2.svg)}.footer-link--yt .footer-icon{background-image:url(../img/new-site/icon_yt.svg)}.footer-link a{color:#fff}.footer-link a:hover{opacity:.8}.language-switcher{font-family:PostGrotesk-Book,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#fff;-webkit-appearance:none;font-size:16px;line-height:32px;padding:0 24px 0 0;background-image:url(../img/new-site/icon_dropdown-white.svg);background-size:24px;background-repeat:no-repeat;background-position:right center}.language-switcher:focus{outline:0}@media (max-width:1140px){.footer-inner{width:820px;-ms-flex-pack:distribute;justify-content:space-around}.footer-logo-wrap{width:200px}}@media (max-width:767px){.footer{position:static;border-top:0}.footer.footer--page{border-top:100px solid #4a5c69}.footer-inner{padding:30px 0 0 0;-ms-flex-direction:column;flex-direction:column}.footer-table{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.footer-table__column{text-align:center;padding:10px 16px}.footer-logo-wrap{width:auto;-ms-flex-order:2;order:2}.footer-header{margin:0 0 10px 0}.footer-logo-wrap__inner{width:100%;padding:0 0 40px 0;-ms-flex-align:center;align-items:center;text-align:center}.footer-link{text-align:center;height:24px;line-height:24px;margin:0 0 10px 0}.footer-link a{-ms-flex-pack:center;justify-content:center;text-align:center}.footer-icon{display:none}.footer-logo{display:none}} \ No newline at end of file +@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before{content:"";content:none}q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}div{box-sizing:border-box}button,input,label,select,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:13px;font-family:Arial}input:focus{outline:0}input,textarea{box-sizing:content-box}button,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select{box-sizing:border-box}input[type=checkbox],input[type=radio]{width:13px;height:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type=button],input[type=reset],input[type=submit]{overflow:visible;width:auto}::-webkit-file-upload-button{padding:0;border:0;background:0 0}textarea{vertical-align:top;overflow:auto}select[multiple]{vertical-align:top}@font-face{font-family:PostGrotesk-Medium;src:url(../fonts/PostGrotesk-Medium.eot);src:url(../fonts/PostGrotesk-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/PostGrotesk-Medium.woff) format("woff"),url(../fonts/PostGrotesk-Medium.svg#PostGrotesk-Medium) format("svg");font-weight:400;font-style:normal}@font-face{font-family:PostGrotesk-Book;src:url(../fonts/PostGrotesk-Book.eot);src:url(../fonts/PostGrotesk-Book.eot?#iefix) format("embedded-opentype"),url(../fonts/PostGrotesk-Book.woff) format("woff"),url(../fonts/PostGrotesk-Book.svg#PostGrotesk-Book) format("svg");font-weight:400;font-style:normal}body{background-color:#eef2f5;font-family:PostGrotesk-Book,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-weight:400;font-size:15px;line-height:25px;color:#49555f;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.popup-open{overflow:hidden}a{color:#49555f;text-decoration:none;transition:opacity .2s ease}.button{display:block;height:44px;line-height:43px;padding:0 20px;font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:13px;text-transform:uppercase;text-align:center;letter-spacing:1px;color:#fff;background-color:#57a7ed;box-shadow:0 8px 14px 0 #dee2e5;border-radius:8px;transform:translate3d(0,0,0) scale(1);transition:transform .1s ease,box-shadow .2s ease,background-color .2s ease;-webkit-appearance:none;cursor:pointer}.button:active{transform:translate3d(0,0,0) scale(.99)}.button:disabled{color:#d4d7da;background-color:#fff;box-shadow:0 4px 6px 0 rgba(175,192,202,.28)}.button.button--disabled{color:rgba(255,255,255,.5);box-shadow:none;cursor:default}.button:hover{background-color:#84cfff}.button.button--disabled:hover{cursor:default;color:rgba(255,255,255,.5);background-color:#fff}.button:disabled:hover{color:#d4d7da;cursor:default;background-color:#fff}.floating-button{position:fixed;z-index:900;bottom:32px;left:32px;opacity:0;transform:translate3d(0,40px,0);transition:opacity .1s ease,transform .6s cubic-bezier(.14,.805,.275,1.08)}.floating-button.button--shown{opacity:1;transform:translate3d(0,0,0)}.floating-button.floating-button--hidden{display:none}.floating-button .button{background:#57a7ed;box-shadow:0 5px 6px 0 rgba(0,0,0,.1);border-radius:10px;min-width:120px}.floating-button .button:hover{background-color:#84cfff}@media (max-width:840px){.floating-button{display:none}}.header{position:absolute;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;z-index:900;top:0;left:0;height:110px;padding:0 24px}.header__inner{width:1280px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.header-section{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nav{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;opacity:.8}.nav:hover{opacity:1}a.logo{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0 16px 0 0;width:56px;height:56px;background:#57a7ed;box-shadow:0 4px 6px 0 rgba(134,157,171,.28);border-radius:50%;transition:transform .1s ease,box-shadow .2s ease,background-color .2s ease}.logo__icon{height:24px;width:24px;background-image:url(../img/new-site/status-symbol.svg);background-size:24px;background-position:left}a.logo:hover{background-color:#84cfff}.nav a{font-size:15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:15px 15px}.header .nav a{color:#49555f;transition:color .2s ease}.header .nav a:hover{color:#57a7ed}.header .nav a.nav__item--blog::before{content:"";width:16px;height:16px;background-image:url(../img/new-site/icon_external.png);background-size:16px;opacity:0;transform:translate3d(5px,0,0) rotate(5deg);margin:0 10px 0 0;transition:transform .2s ease,opacity .2s ease}.header .nav a.nav__item--blog:hover::before{transform:translate3d(0,0,0) rotate(0);opacity:.4}.nav a:hover{opacity:.9}.shares{width:260px;height:50px}.social-links{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.shares .social-links{-ms-flex-pack:end;justify-content:flex-end}.social-links li.social-link{margin:0 5px}li.social-link a{display:block;width:40px;height:40px;border-radius:50%;background-color:#4d96d5;background-repeat:no-repeat;background-size:20px;background-position:center;transition:transform .2s ease;cursor:pointer}.social-link.social-link--fb a{background-image:url(../img/new-site/icon_fb.svg)}.social-link.social-link--tw a{background-image:url(../img/new-site/icon_tw.svg)}.social-link.social-link--sl a{background-image:url(../img/new-site/icon_sl.svg)}.social-link.social-link--gh a{background-image:url(../img/new-site/icon_gh.svg)}.social-link.social-link--rd a{background-image:url(../img/new-site/icon_rd.svg)}.social-link:hover a{-ms-transform:scale(1.06);transform:scale(1.06)}@media (max-width:840px){.header-section--right{display:none}a.logo{position:absolute;top:70px;left:50%;margin:0 0 0 -28px}.header__inner{-ms-flex-pack:center;justify-content:center}.header{padding:8px 16px;height:auto}.nav a{padding:10px}.nav .to-hide{display:none}.nav a:first-child{padding-left:0}.nav a:last-child{padding-right:0}}.the-iphone{position:relative;width:328px;height:678px;background:#fff;border-radius:40px;z-index:600;box-shadow:15px 10px 25px 0 rgba(33,40,60,.08),0 1px 2px 0 rgba(35,49,60,.15),inset 0 1px 1px 0 rgba(140,152,174,.38),inset 0 0 8px 4px rgba(204,213,221,.82)}.the-iphone-dot{width:7px;height:7px;position:absolute;left:124px;top:26px;transform:translate3d(0,0,0);border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-iphone-line{width:52px;height:7px;position:absolute;left:50%;top:26px;transform:translate3d(-50%,0,0);border-radius:6px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-iphone-screen{width:308px;height:549px;border:1px solid #e7e9f0;background-color:#f3f4f8;position:absolute;left:50%;top:56px;border-radius:4px;transform:translate3d(-50%,0,0);background-image:url(../img/new-site/IOS-Chat_command-send2.png);background-size:308px}.the-iphone-button{width:46px;height:46px;position:absolute;left:50%;bottom:15px;transform:translate3d(-50%,0,0);border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android{position:relative;width:324px;height:644px;background:#fff;box-shadow:15px 10px 35px 0 rgba(33,40,60,.08),0 1px 2px 0 rgba(35,49,60,.15),inset 0 1px 1px 0 rgba(140,152,174,.38),inset 0 0 8px 4px rgba(204,213,221,.82);border-radius:30px}.the-android-dot{width:8px;height:8px;position:absolute;left:82px;top:25px;border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android-line{width:93px;height:8px;position:absolute;left:50%;top:25px;transform:translate3d(-50%,0,0);border-radius:5px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android-screen{width:304px;height:538px;border:1px solid #e7e9f0;background-color:#f3f4f8;position:absolute;left:50%;top:53px;border-radius:4px;transform:translate3d(-50%,0,0);background-image:url(../img/new-site/Android_Chats.png);background-size:304px}.the-android-button{width:94px;height:8px;position:absolute;left:50%;bottom:24px;transform:translate3d(-50%,0,0);border-radius:5px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(120,135,148,.4);z-index:999;box-sizing:border-box;overflow:auto;opacity:0;transform:translate3d(0,0,0) scale(1);visibility:hidden;transition:visibility .5s linear 0s,opacity .2s ease}.overlay.overlay--shown{transition-delay:0s;visibility:visible;opacity:1;transform:translate3d(0,0,0) scale(1)}.popup{box-sizing:border-box;width:864px;margin:132px auto 40px;background-color:#fff;border-radius:10px;padding:0;position:relative;box-shadow:0 3px 7px 0 rgba(175,192,202,.41);opacity:0;transform:translate3d(0,15px,0) scale(.96);visibility:hidden;transition-delay:.2s;transition:visibility .5s linear 0s,opacity .2s ease,transform .4s cubic-bezier(.175,.885,.135,1.425)}.popup a{color:#57a7ed;text-decoration:none}.popup.popup--shown{transition-delay:0s;visibility:visible;opacity:1;transform:translate3d(0,0,0) scale(1)}.popup__steps{font-size:14px;color:#97a4ad;padding:32px 0 4px 32px}.popup__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:22px;line-height:23px;padding:0 0 12px 32px}.popup__text{font-size:18px;line-height:26px;padding:0 32px 24px 32px;color:#70808d}.popup__text h5{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#49555f;margin:16px 0 0 0}.popup__button{position:absolute;top:-56px;width:42px;height:42px;background-color:#fff;border-radius:50%;opacity:.7;cursor:pointer;transition:opacity .2s ease}.popup__button:hover{opacity:1}.popup__button:hover{opacity:1}.popup__button::after{content:"";display:block;position:absolute;top:13px;left:13px;width:16px;height:16px;background-size:16px;background-repeat:no-repeat}.popup__button.popup__button--close{right:0}.popup__button.popup__button--close::after{background-image:url(../img/new-site/icon-close.svg)}.popup__button.popup__button--minimize{right:54px}.popup__button.popup__button--minimize::after{background-image:url(../img/new-site/icon-minimize.svg)}.popup__buttons a{margin:0 10px 0 0}.terms{background:#f6f9fa;border:1px solid #e7ecee;border-radius:10px;height:320px;overflow:scroll;font-size:16px;line-height:22px;color:#49555f;padding:16px 16px 16px 24px;margin:0 32px 16px 32px;counter-reset:paragraph}.terms p:before{font-size:small;margin-left:-15px;color:#ccc;content:counter(paragraph) ". ";counter-increment:paragraph}.terms h6{padding-top:15px;padding-bottom:10px;font-weight:600}.terms a{color:#57a7ed}.terms strong{font-weight:700}.terms ul{padding:0 0 25px 0;list-style-type:circle}.terms ul li{margin-left:15px;padding-bottom:5px}.address-wrap{padding:0 0 32px 0}.address__row{display:-ms-flexbox;display:flex;background:#f6f9fa;border:1px solid #e7ecee;border-bottom:0;border-radius:10px;margin:0 32px 0 32px}.address__row:first-child{border-radius:10px 10px 0 0}.address__row:last-child{border-radius:0 0 10px 10px;border-bottom:1px solid #e7ecee}.address__column{width:100%;padding:24px}.address__column.address__column--half{width:50%}.address__column.address__column--third{width:33.3%;border-right:1px solid #e7ecee}.address__column.address__column--highlighted{background-color:#d7f4e8;border-color:#b7ebd5}.address__column.address__column--half:first-child{border-right:1px solid #e7ecee}.address__column.address__column--third:last-child{border-right:0}.address__label{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:14px;color:#a5b0b9;letter-spacing:1px;text-transform:uppercase;padding:0 0 8px 0}.address__column--highlighted .address__label{color:#37c68a}.address__label strong{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.address__value{font-size:21px;color:#545f69}.address__column--highlighted .address__value{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#37c68a}.terms p{padding:0 0 18px 0}.terms p:last-child{padding:0}.checkbox-wrap{position:relative;padding:12px 32px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.checkbox-inner{position:relative;width:24px;height:24px;margin:0 16px 0 0}input[type=checkbox]{visibility:hidden;width:24px;height:24px}.checkbox-wrap label{cursor:pointer;position:absolute;width:24px;height:24px;top:0;left:0;background-color:#fff;border:1px solid #ced5d7;border-radius:5px;transition:border-color .2s ease,background-color .2s ease}.checkbox-wrap label:after{content:"";opacity:0;position:absolute;width:16px;height:16px;background-image:url(../img/new-site/icon-checkbox.svg);background-size:16px;top:4px;left:4px;-ms-transform:scale(.8);transform:scale(.8);transition:transform .3s ease,opacity .2s ease}.checkbox-wrap input[type=checkbox]:checked+label:after{opacity:1;-ms-transform:scale(1);transform:scale(1)}.checkbox-wrap input[type=checkbox]:checked+label{background-color:#57a7ed;border-color:#57a7ed}.checkbox-wrap input[type=checkbox]:disabled+label{background-color:#f6f9fa;border-color:#e7ecee}.pseudo-label{font-size:16px;color:#49555f;line-height:24px}.popup__footer{background-color:#f6f9fa;border-top:1px solid #e7ecee;border-radius:0 0 10px 10px;padding:16px 32px 32px 32px;margin:16px 0 0 0}.popup__footer-title{text-align:left;font-size:16px;padding:0 0 24px 0}.input-wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;position:relative}.button.button--agree{opacity:1}.tooltip{position:absolute;font-size:14px;line-height:17px;color:#fff;background-color:rgba(74,92,105,.8);padding:12px;text-align:center;width:220px;border-radius:8px;top:-72px;right:-37px;opacity:0;transform:translate3d(0,-8px,0) scale(1);visibility:hidden;transition:visibility .5s linear 0s,opacity .2s ease,transform .2s ease}.tooltip.tooltip--shown{transition-delay:0s;visibility:visible;opacity:1;transform:translate3d(0,0,0) scale(1)}.tooltip::after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:5px 6px 0 6px;border-color:rgba(74,92,105,.8) transparent transparent transparent;bottom:-5px;left:50%;margin:0 0 0 -4px}.popup-name-field{text-align:left;background-color:transparent;color:#49555f;width:200px;padding:0 0;margin:0 24px 0 0;font-family:PostGrotesk-Book,sans-serif;box-sizing:border-box;height:45px;line-height:45px;border-radius:0;border-bottom:1px solid #d2dde1;transition:background-color .2s ease,border-color .2s ease,border-width .2s ease;font-weight:400;font-size:16px}.popup-name-field::-webkit-input-placeholder{color:#aeb5ba}.popup-name-field:focus{border-color:#ced5d7}@media (max-width:960px){.overlay{padding:0 24px;box-sizing:border-box}.popup{width:100%}.address__row{margin:0 16px 0 16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.address__column{padding:16px}.address__column.address__column--long{overflow:scroll}.address__column.address__column--half,.address__column.address__column--third{width:100%;border-right:0;border-bottom:1px solid #e7ecee}.address__column.address__column--half:first-child{border-right:0;border-bottom:1px solid #e7ecee}.address__column.address__column--third:last-child{border-bottom:none}.address__label{padding:0 0 4px 0}.address__value{font-size:18px}}@media (max-width:600px){.overlay{padding:0 16px}.popup{margin:96px auto 64px}.popup__steps{padding:18px 0 4px 16px}.popup__title{font-size:20px;padding:0 0 12px 16px}.popup__text{font-size:16px;line-height:24px;padding:0 16px 16px 16px}.terms{margin:0 16px 16px 16px;padding:12px 12px 12px 24px;height:220px}.checkbox-wrap{padding:8px 16px;-ms-flex-align:start;align-items:flex-start}.checkbox-inner{margin:3px 16px 0 0}.popup__footer{padding:16px 16px 18px 16px}.input-wrap{-ms-flex-direction:column;flex-direction:column}.tooltip{right:50%;top:auto;bottom:-68px;z-index:200;margin:0 -110px 0 0;transform:translate3d(0,8px,0) scale(1)}.tooltip::after{bottom:auto;top:-5px;border-width:0 6px 5px 6px;border-color:transparent transparent rgba(74,92,105,.8) transparent}.popup__footer-title{padding:0 0 12px 0}.popup-name-field{margin:0 16px 12px 16px;width:100%}.button.button--agree{width:100%}.address-wrap{padding:0 0 16px 0}.address-wrap__inner{text-align:left;margin:0 16px 0 16px;padding:12px;font-size:16px;overflow:scroll}}.page{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.page__inner{width:1120px;position:relative}.page__content-wrap{position:relative;width:1180px;margin:0 0 40px 0;background:#fff;box-shadow:0 -2px 18px 0 rgba(72,89,102,.25);border-radius:10px}.page__content{max-width:800px;margin:0 auto;padding:50px 40px 100px;background:#fff;border-radius:8px}.page__content.page__content--centered{max-width:100%;padding:50px 160px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;text-align:center}.page__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:24px;line-height:30px;margin:0 0 20px 0}.page__subheader{font-size:18px;line-height:26px;margin:0 0 25px 0;color:#92999f}.page__content p{margin:0 0 10px 0}.page__content p a{color:#4957b8}.page__content p strong{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.page__content.page__content--centered .page__title{max-width:500px}.page__content.page__content--centered .page__text{max-width:500px}.page h3{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:22px;margin:32px 0 8px 0}.page h5{font-size:15px;opacity:1;padding:16px}.page__social{width:100%;padding:48px 0}.page__social-buttons{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.page__social-button-wrap{-ms-flex-preferred-size:33.3%;flex-basis:33.3%;-ms-flex-negative:1;flex-shrink:1;-ms-flex-positive:1;flex-grow:1;margin:12px;position:relative;border-radius:8px;border:1px solid #e9eaf4;text-align:center;box-shadow:0 2px 5px 0 rgba(71,91,106,.12);transition:box-shadow .2s ease}.page__social-button-wrap:first-child{margin-left:0}.page__social-button-wrap:last-child{margin-right:0}.page__social-button-wrap:hover{box-shadow:0 4px 10px 0 rgba(71,91,106,.16)}.page__social-button{padding:24px;height:92px;overflow:hidden}.big-button-wrap{margin:48px 0 0 0}.button.button--big{height:56px;line-height:56px;font-size:15px;letter-spacing:1.2px}.button.button--secondary.button--page{display:inline-block;padding:0 40px;background-color:#4a5c69;color:#fff}.button.button--secondary.button--page.button--page--slack{background-color:#e3306d}.button.button--secondary.button--page.button--page--wiki{background-color:#4a55bf}.button.button--secondary.button--page:hover{opacity:.8;background-color:#4a5c69}.button.button--secondary.button--page.button--page--slack:hover{opacity:.8;background-color:#e3306d}.button.button--secondary.button--page.button--page--wiki:hover{opacity:.8;background-color:#4a55bf}.page__social-button-label{display:block;text-align:center;opacity:.6;padding:16px}.page__footer{position:absolute;bottom:0;left:0;width:100%;display:-ms-flexbox;display:flex;text-align:center;font-size:13px;line-height:15px;letter-spacing:1px;font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;border-bottom-left-radius:8px;border-bottom-right-radius:8px;text-transform:uppercase;border-top:1px solid #e9eaf4}.page__footer .page__footer-link{display:block;text-align:center;width:100%;padding:20px 0;transition:opacity .2s ease}.page__footer .page__footer-link:hover{opacity:.6}@media (max-width:1220px){.page__content-wrap{width:1080px;top:-10px;margin:0 0 30px 0}}@media (max-width:1140px){.page__social{padding:16px 0}.page__social-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.page__social-button-wrap{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.page__social-button-wrap{margin-left:0;margin-right:0}.page{margin:20px 20px 0 20px}.page__content-wrap{width:100%}.page__content{width:auto}}@media (max-width:840px){.page__content{margin:0 30px;padding:50px 20px 100px}.page__content-wrap{top:-20px;margin:0 0 20px 0}.page__content.page__content--centered{padding:100px 20px}}@media (max-width:767px){.page{margin:0}.page__content,.page__content.page__content--centered{padding:40px 0 80px 0}.page__content-wrap{top:-10px;margin:0}.page__title{font-size:18px;line-height:26px;margin:0 0 10px 0}.page__subheader{font-size:16px;line-height:20px;margin:0 0 15px 0}}.cookie-popup{margin:0 auto;position:relative}.cookie-popup__inner{display:block;right:20px;top:20px;position:fixed;border-radius:8px;background-color:#fff;box-shadow:0 4px 18px 0 rgba(189,208,223,.26);border-radius:8px;padding:30px;z-index:999;opacity:0;transform:translate3d(20px,0,0) scale(.5);transition:transform .4s cubic-bezier(.175,.885,.135,1.425),opacity .2s ease;transition-delay:1.5s}.cookie-popup-text{display:block;width:220px;font-size:16px;padding:0 0 10px 0}.cookie-popup-button{display:inline-block;margin:10px 0 0 0;font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;text-transform:uppercase;line-height:15px;padding:14px 25px 14px;font-size:13px;letter-spacing:1px;color:#6370ca;background-color:rgba(99,112,202,.1);border-radius:10px}.shown .cookie-popup__inner{opacity:1;transform:translate3d(0,0,0) scale(1)}@media (max-width:767px){.cookie-popup__inner{display:none}}.container-wrap{z-index:2;margin-bottom:480px;background-color:#eef2f5}.container{margin:0 auto;overflow:hidden;position:relative}.slides{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.slide{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.slide--hidden{display:none}.slide__inner{position:relative}.slide__header{margin:0 auto;width:400px;text-align:center}.slide__title{font-family:PostGrotesk-Medium;font-size:24px;line-height:30px;margin:0 0 15px 0}.slide__description{color:#70808d;font-size:16px;line-height:25px}.slide__footer{text-align:center;width:250px;margin:0 auto;color:#70808d;opacity:.6;font-size:15px;line-height:25px}.slide__header--inversed .slide__title{color:#fff}.slide__header--inversed .slide__description{color:#fff;opacity:.6}@media (max-width:840px){.container-wrap{margin-bottom:0}}.text-section{width:800px;margin:0 auto}.text-section h2{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:24px;padding:0 0 24px 0}.text-section .text{font-size:18px;line-height:26px;color:#70808d}.text-section h5{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#b6bbbf;margin:0}.text-section .text p{padding:0 0 24px 0}.text-section .text p a{color:#57a7ed}@media (max-width:840px){.text-section{width:100%;padding:0 24px}.text-section h2{font-size:20px;padding:0 0 20px 0}.text-section .text{font-size:16px;line-height:24px}.text-section .text p{padding:0 0 16px 0}}.slide.slide--one .slide__inner{width:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.slide.slide--one.slide--one--finished .slide__inner{background-color:#fff}.intro{padding:150px 24px 100px 24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.tagline{max-width:442px;padding:0 32px 0 0}.intro--finished .tagline{padding:0;text-align:center}.tagline .tagline__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#49555f;font-size:27px;line-height:35px;margin:0 0 16px 0}.shown .tagline__title{opacity:1;transform:translate3d(0,0,0)}.tagline .tagline__body{color:#97a4ad;font-size:18px;line-height:26px;margin:0 0 22px 0}.shown .tagline__body{opacity:1;transform:translate3d(0,0,0)}.tagline__button{display:-ms-flexbox;display:flex}.intro--finished .tagline__button{-ms-flex-pack:center;justify-content:center}.tagline__button.tagline__button--hidden{display:none}.tagline__note{color:#57a7ed;font-size:14px;line-height:26px;margin:8px 0 0 0}.tagline__button .button{min-width:120px}.tagline__button .button.button--secondary{display:-ms-flexbox;display:flex;color:#fff;background-color:rgba(255,255,255,.1);box-shadow:none}.shown .tagline__button{opacity:1;transform:translate3d(0,0,0)}.widget-wrap{max-width:360px}.widget{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background:#fff;box-shadow:0 3px 7px 0 rgba(175,192,202,.41);border-radius:10px;font-size:15px;color:#97a4ad;min-width:360px}.intro--finished .widget{display:none}.widget-timer__date{padding:16px 24px 16px 24px}.widget-timer__date.widget-timer__date--center{text-align:center}.intro--finished .widget-timer__date,.intro--open .widget-timer__date,.intro--unavailable .widget-timer__date{display:none}.widget-timer__countdown{width:310px;display:-ms-flexbox;display:flex;margin:0 24px;padding:0 0 16px 0}.widget-timer__countdown.widget-timer__countdown--block{-ms-flex-pack:center;justify-content:center;padding:0 0 16px 0}.intro--finished .widget-timer__countdown,.intro--open .widget-timer__countdown,.intro--unavailable .widget-timer__countdown{display:none}.countdown-item{display:block;width:25%}.countdown-item.countdown-item--block{width:100%}.widget-timer__block{display:block;text-align:center;font-size:34px;color:#49555f}.countdown-value{display:block;text-align:center;font-size:34px;color:#49555f;padding:0 0 2px 0;opacity:1;transform:translate3d(0,0,0) scalex(1);transition:opacity .2s ease,transform .2s ease}.countdown-value.countdown-value--hidden{opacity:0;transform:translate3d(0,-6px,0) scalex(1)}.countdown-label{display:block;text-align:center}.widget-row{display:-ms-flexbox;display:flex;height:46px;padding:0 24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:#f6f9fa;border-top:1px solid #ebedf0}.widget-row:first-child{border-radius:10px 10px 0 0}.widget-row:last-child{border-radius:0 0 10px 10px}.intro--finished .widget-row,.intro--open .widget-row,.intro--unavailable .widget-row{background-color:#fff}.intro--open .widget-row--gas-limit,.intro--open .widget-row--gwei-limit{background-color:#d7f4e8;border-color:#b7ebd5}.intro--finished .widget-row.widget-row--status,.intro--open .widget-row.widget-row--status,.intro--unavailable .widget-row.widget-row--status{height:auto;padding:24px 24px 4px 24px;border:0}.intro--finished .widget-row.widget-row--started,.intro--open .widget-row.widget-row--started,.intro--unavailable .widget-row.widget-row--started{border:0}.widget-row--status__inner{width:100%;padding:10px 10px 9px 10px;text-align:center;background-color:#eef6fd;border-radius:10px;color:#57a7ed}.intro--unavailable .widget-row--status__inner{background-color:#dbdee1;color:#4a5c69}.widget-value{text-align:right;color:#49555f}.widget-row--gas-limit .widget-value,.widget-row--gwei-limit .widget-value{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#37c68a}.widget-row--gas-limit .widget-key,.widget-row--gwei-limit .widget-key{color:#37c68a}.widget-key strong{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}@media (max-width:840px){.slide.slide--one{background-color:#f6f9fa}.intro{width:100%;-ms-flex-direction:column;flex-direction:column;padding:140px 0 0 0}.tagline{max-width:100%;width:100%;text-align:center;padding:0 24px 42px 24px;max-width:400px}.tagline .tagline__title{font-size:22px;margin:0 0 6px 0;padding:0 24px 0 24px}.tagline .tagline__body{padding:0 24px 0 24px;margin:0 0 16px 0}.tagline__button .button{margin:0 auto}.widget-wrap{width:100%;max-width:100%}.widget{width:100%;box-shadow:none;background-color:#fff;border-radius:0;border-top:1px solid #ebedf0}.widget-timer__date{text-align:center}.widget-timer__countdown{width:100%;margin:0}.widget-row{background-color:#fff}.intro--open .widget-row.widget-row--status,.intro--unavailable .widget-row.widget-row--status{padding-top:16px}.widget-row:last-child{border-radius:0;border-bottom:1px solid #ebedf0}}.slide.slide--two{background-color:#fff;box-shadow:0 2px 7px 0 rgba(175,192,202,.41);padding:60px 0 8px 0}.slide.slide--two.slide--two--finished{padding:60px 0 60px 0}.slide.slide--two.slide--two--hidden{display:none}.text-section .text p.paragraph--warning{color:#49555f}.data{padding:16px 0 0 0}.data-title{color:#b6bbbf;font-size:16px}.data-row{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:12px 0 24px 0}.data-item{width:45%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0 24px 32px 0;cursor:pointer}.data-item__video-preview{-ms-flex-negative:0;flex-shrink:0;position:relative;width:64px;height:64px;background:#fff;box-shadow:0 2px 4px 0 #d6dee1;border:1px solid #ecf1f3;border-radius:50%;background-size:cover;transition:transform .2s ease,box-shadow .2s ease}.data-item__video-title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;padding:0 16px 0 0;font-size:16px;color:#49555f;transition:color .2s ease;padding:0 16px 0 16px}.data-item__icon{width:64px;height:64px;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;border:1px solid #ecf1f3;box-shadow:0 2px 4px 0 #d6dee1;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform:translate3d(0,0,0);transition:transform .2s ease,box-shadow .2s ease}.data-item__video-preview .data-item__icon{width:32px;height:32px;position:absolute;left:50%;top:50%;box-shadow:none;margin:-16px 0 0 -16px;border:0;z-index:200;background-color:rgba(255,255,255,0)}.data-item:hover .data-item__icon{box-shadow:0 3px 5px 0 #cad5db;transform:translate3d(0,-1px,0)}.data-item:hover .data-item__video-preview{box-shadow:0 3px 5px 0 #cad5db;transform:translate3d(0,-1px,0)}.data-item:hover .data-item__video-preview .data-item__icon{box-shadow:none;transform:translate3d(0,0,0) scale(1)}.data-item.data-item--unavailable:hover .data-item__icon{box-shadow:0 2px 4px 0 #d6dee1;transform:translate3d(0,0,0)}.data-item__symbol{width:32px;height:32px;background-size:32px}.data-item__video-preview .data-item__symbol{width:32px;height:32px;background-size:32px}.data-item__symbol-file{background-image:url(../img/new-site/icon-file.svg)}.data-item__symbol-file--unavailable{background-image:url(../img/new-site/icon-file-unavailable.svg)}.data-item__symbol-video{background-image:url(../img/new-site/icon-video.svg)}.data-item__symbol-video--white{background-image:url(../img/new-site/icon-video.svg)}.data-item__symbol-video--unavailable{background-image:url(../img/new-site/icon-video-unavailable.svg)}.data-item__text{padding:0 0 0 16px}.data-item__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;color:#49555f;transition:color .2s ease;padding:0 16px 0 0}.data-item:hover .data-item__title,.data-item:hover .data-item__video-title{color:#57a7ed}.data-item.data-item--unavailable:hover .data-item__title{color:#49555f}.data-item__description{font-size:16px;color:#70808d}@media (max-width:840px){.slide.slide--two{padding:32px 0 0 0}.data-item{width:100%;margin:0 0 20px 0}}.slide.slide--three{background-image:linear-gradient(-202deg,#7bb7ed 0,#3685c9 95%);padding:60px 0}.slide.slide--three .text-section .text,.slide.slide--three .text-section h2{color:#fff}.slide.slide--three .text-section{position:relative;z-index:200}.slide.slide--three .text-section .text{color:#fff;font-size:24px;line-height:32px}.app{position:relative;width:1035px;height:190px;margin:0 auto;z-index:100}.app-inner{position:absolute;width:1035px;height:537px;margin:-30px auto 0;background-size:1035px;background-image:url(../img/new-site/phone@2x.png)}.phones{position:relative;height:740px;width:540px;margin:0 auto}.phone-wrap{position:absolute}.phone-wrap.phone-wrap--iphone{z-index:100}.phone-wrap.phone-wrap--android{left:216px;top:80px;z-index:200}.app-buttons{display:-ms-flexbox;display:flex;margin:12px 0 0 0}.app-button{display:block;width:210px;height:68px;padding:16px;box-sizing:border-box;margin:0 20px 0 0;background-color:#2f699b;border-radius:10px;position:relative;transform:translate3d(0,0,0);transition:box-shadow .2s ease,transform .2s ease,background-color .2s ease}.app-button:hover{background-color:#397eb9}.app-button__title{display:block;color:#fff;font-size:15px;line-height:15px;padding:0 0 6px 0}.app-button__platform{display:block;color:#fff;font-size:14px;line-height:15px;opacity:.7}.app-button__icon{display:block;width:52px;height:52px;position:absolute;right:8px;top:8px;background-size:52px;opacity:.8}.app-button--android .app-button__icon{background-image:url(../img/new-site/icon-android2.svg)}.app-button--ios .app-button__icon{background-image:url(../img/new-site/icon-apple2.svg)}@media (max-width:1140px){.slide.slide--three .slide__inner{width:100%}.slide.slide--three .slide__inner .sections{width:100%}}@media (max-width:840px){.slide.slide--three{padding:32px 0}.slide.slide--three .text-section .text{font-size:20px;line-height:26px}.app{position:relative;width:100%;height:140px}.app-inner{position:absolute;left:50%;margin:-30px 0 0 -400px;width:800px;height:415px;background-size:800px;transform:translate3d(0,0,0)!important}}@media (max-width:767px){.app-buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:8px 0 0 0}.app-button{width:100%;margin:0 0 12px 0}}.slide.slide--four{padding:220px 0 60px 0;background-color:#fff}.list{padding:0}.list li{padding:10px 16px;color:#57a7ed;background-color:#eef6fd;display:inline-block;margin:0 8px 8px 0;border-radius:10px}.list li:nth-child(1){color:#f189ba;background-color:#f8e4ee}.list li:nth-child(2){color:#63c38f;background-color:#e0f3e9}.list li:nth-child(3){color:#6673ce;background-color:#e0e3f5}.list li:nth-child(4){color:#ff8c74;background-color:#ffe8e3}.list li:nth-child(5){color:#ddbe51;background-color:#fff9e4}.list li:nth-child(6){color:#6bd8e2;background-color:#e4fbfd}.list li:nth-child(7){color:#ffbd8b;background-color:#fff2e8}.list li:nth-child(8){color:#ea7474;background-color:#fbe3e3}.list li:nth-child(9){background-color:#ede2f2;color:#a56ebf}.text-footer{font-size:16px;color:#c1c8ce}.text-footer a{color:#57a7ed}@media (max-width:840px){.slide.slide--four{padding:210px 0 30px 0}.slide.slide--four .text-section{padding:0}.slide.slide--four .text-section h2{padding:0 24px 20px 24px}.slide.slide--four .text-section .text p{padding:0 24px 16px 24px}.list li{display:block;border-radius:0;margin:0;padding:10px 24px}.text-footer{padding:16px 24px}}.slide.slide--five{background-color:#fff;padding:90px 0 0 0;border-top:1px solid #e7edf0}.email-section{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.email-section__text .text{text-align:center;max-width:648px;padding:0 24px}.email-section__text .text p{font-size:24px;line-height:32px;color:#70808d}.email-section .email-form{margin:24px 0 0 0;padding:0}.email-section__text h2{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;margin:0 0 16px 0;color:#49555f;font-size:24px;line-height:30px}.email-section__text p{color:#8d99a4;font-size:18px;line-height:26px}@media (max-width:1120px){.email-section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.email-section__text{width:100%;max-width:500px;text-align:center;padding:0 0 20px 0}.email-section .email-form{position:static;width:240px;margin:0 auto}}@media (max-width:840px){.slide.slide--five{padding:40px 0 0 0}.email-section__text .text p{font-size:20px;line-height:26px}}.email-form{display:-ms-flexbox;display:flex;width:480px;position:relative}.email-form.email-form--error .email-form__inner{animation-duration:.6s;animation-fill-mode:both;animation-name:shakeIt;animation-timing-function:ease}.email-form a{color:#3685c9;font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.email-form__responces{position:relative;color:#8d99a4;width:100%;text-align:left;margin:10px 0 0 0;font-size:14px;line-height:16px;height:120px}.email-form__error-message{opacity:0;transform:translate3d(0,10px,0);transition:transform .2s ease,opacity .2s ease}.email-form__error-message.email-form__error-message--shown{opacity:1;transform:translate3d(0,0,0)}.email-form__success-message{width:100%;padding:15px;font-size:15px;border-radius:8px;text-align:left;background-color:#3e4c59;color:#fff;line-height:22px;opacity:0;transform:translate3d(0,10px,0) scaleX(.94) scaleY(.94);transition:transform .4s cubic-bezier(.32,.092,0,1.3),opacity .2s ease}.email-form__success-message::after{content:"";position:absolute;top:-5px;left:10px;width:0;height:0;margin:0 0 0 -7px;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:14px solid #3e4c59}.email-form__success-message.email-form__success-message--shown{opacity:1;transform:translate3d(0,0,0) scaleX(1) scaleY(1)}.email-form__inner{display:-ms-flexbox;display:flex;width:480px;position:relative}.email-form__input{height:45px;line-height:45px;border-radius:8px!important}.email-form__input--email{text-align:left;background-color:#f2f6f8;color:#49555f;width:310px;padding:0 15px;margin:0 10px 0 0;font-family:PostGrotesk-Book,sans-serif;box-sizing:border-box;transition:background-color .2s ease;font-weight:400;font-size:16px}input.email-form__input--email:disabled{color:#aeb5ba;background-color:#f7fafb;opacity:1}.email-form--valid .email-form__input--email{color:rgba(255,255,255,.4);background-image:url(../img/new-site/icon_valid2.png);background-size:24px;background-repeat:no-repeat;background-position:right 10px center}.email-form__input--email::-webkit-input-placeholder{color:#aeb5ba}.email-form__input--email::-moz-placeholder{color:#aeb5ba}.email-form__input--email:-ms-input-placeholder{color:#aeb5ba}.email-form__input--email:-moz-placeholder{color:rgba(255,255,255,.6)}.email-form input[type=submit]{width:160px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0;background-color:#d7e9fa;color:#57a7ed;box-shadow:none}.email-form input[type=submit]:hover{background-color:#cae1f7}.email-form input[type=submit]:disabled{cursor:default;color:#8cc2f2}.email-form input[type=submit]:disabled:hover{background-color:#cae1f7}@media (max-width:1120px){.email-form__inner{width:240px;-ms-flex-direction:column;flex-direction:column}.email-form__input--email{width:100%;margin:0 0 10px 0;text-align:center}.email-form input[type=submit]{width:100%}}@media (max-width:840px){.email-form__responces{height:auto;margin-bottom:16px}}@keyframes shakeIt{0%,100%{transform:translate3d(0,0,0)}20%,60%{transform:translate3d(-4px,0,0)}40%,80%{transform:translate3d(4px,0,0)}}.logos{width:1280px;display:-ms-flexbox;display:flex;position:relative;padding:0 0 24px 0;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.logo-header{font-size:15px;color:#97a4ad;text-align:center;position:absolute;top:12px;width:100%;left:0;display:none}.media-logo{display:block;background-size:100%;opacity:.8;-ms-transform:scale(.88);transform:scale(.88);transition:opacity .2s ease;-ms-flex-negative:0;flex-shrink:0}.media-logo:hover{opacity:1}.media-logo--coindesk{width:156px;height:42px;background-image:url(../img/new-site/logo-coindesk.png)}.media-logo--nasdaq{margin-top:-4px;width:156px;height:45px;background-image:url(../img/new-site/logo-nasdaq.png)}.media-logo--cointelegraph{width:263px;height:55px;background-image:url(../img/new-site/logo-cointelegraph.png)}.media-logo--yahoo{width:103px;height:35px;background-image:url(../img/new-site/logo-yahoo.png)}.media-logo--ethnews{width:163px;height:33px;background-image:url(../img/new-site/logo-ethnews.png)}.media-logo--etherreview{width:113px;height:52px;background-image:url(../img/new-site/logo-etherreview.png)}@media (max-width:1280px){.logos{width:100%;padding:0 24px 24px 24px}}@media (max-width:840px){.logos{width:100%;background-color:#fff;padding:34px 0 16px 0;border-bottom:1px solid #ebedf0;-ms-flex-pack:center;justify-content:center}.slide--one--finished .logos{background-color:transparent;margin-top:32px}.logo-header{display:block}.media-logo{opacity:1;margin:16px}.media-logo--nasdaq{width:107px;height:30px}.media-logo--coindesk{width:101px;height:27px}.media-logo--cointelegraph{width:171px;height:37px}.media-logo--yahoo{width:67px;height:23px}.media-logo--ethnews{width:106px;height:21px}.media-logo--etherreview{width:73px;height:34px}}.tokens{position:relative;top:0;height:300px;width:1000px;margin:0 auto 0}.token-wrap{position:absolute;opacity:0;transition:transform 2.2s cubic-bezier(.14,.805,.275,1.08),opacity .4s ease}.token{width:100%;height:100%;border-radius:50%;background:#fff;box-shadow:0 4px 6px 0 rgba(175,192,202,.28)}.token-wrap:nth-child(1){display:none}.token-wrap:nth-child(2){width:64px;height:64px;top:12px;left:-32px;transition-delay:1.4s;transform:translate3d(-60px,90px,0)}.token-wrap:nth-child(3){width:46px;height:46px;top:47px;left:154px;transition-delay:1.6s;transform:translate3d(-70px,140px,0)}.token-wrap:nth-child(3) .token::after{-ms-transform:scale(.7);transform:scale(.7)}.token-wrap:nth-child(4){width:46px;height:46px;top:25px;left:292px;transition-delay:1.45s;transform:translate3d(-90px,150px,0)}.token-wrap:nth-child(4) .token::after{-ms-transform:scale(.7);transform:scale(.7)}.token-wrap:nth-child(5){width:46px;height:46px;top:181px;left:79px;transition-delay:1.5s;transform:translate3d(-40px,180px,0)}.token-wrap:nth-child(5) .token::after{-ms-transform:scale(.8);transform:scale(.8)}.token-wrap:nth-child(6){width:54px;height:54px;top:187px;left:227px;transition-delay:1.6s;transform:translate3d(-20px,100px,0)}.token-wrap:nth-child(7){width:54px;height:54px;top:130px;left:387px;transition-delay:1.7s;transform:translate3d(-30px,190px,0)}.token-wrap:nth-child(7) .token::after{-ms-transform:scale(.9);transform:scale(.9)}.token-wrap:nth-child(8){width:62px;height:62px;top:0;left:521px;transition-delay:1.4s;transform:translate3d(-40px,180px,0)}.token-wrap:nth-child(9){width:50px;height:50px;top:102px;left:612px;transition-delay:1.56s;transform:translate3d(-40px,160px,0)}.token-wrap:nth-child(9) .token::after{-ms-transform:scale(.7);transform:scale(.7)}.token-wrap:nth-child(10){width:48px;height:48px;top:69px;right:462px;transition-delay:1.3s;transform:translate3d(20px,190px,0)}.token-wrap:nth-child(10) .token::after{-ms-transform:scale(.7);transform:scale(.7)}.token-wrap:nth-child(11){width:58px;height:58px;top:170px;right:355px;transition-delay:1.4s;transform:translate3d(30px,110px,0)}.token-wrap:nth-child(12){width:54px;height:54px;top:101px;right:221px;transition-delay:1.5s;transform:translate3d(20px,130px,0)}.token-wrap:nth-child(12) .token::after{-ms-transform:scale(.9);transform:scale(.9)}.token-wrap:nth-child(13){width:48px;height:48px;top:50px;right:104px;transition-delay:1.6s;transform:translate3d(20px,140px,0)}.token-wrap:nth-child(13) .token::after{-ms-transform:scale(.9);transform:scale(.9)}.token-wrap:nth-child(14){width:48px;height:48px;top:237px;right:504px;transition-delay:1.7s;transform:translate3d(40px,120px,0)}.token-wrap:nth-child(14) .token::after{-ms-transform:scale(.8);transform:scale(.8)}.token-wrap:nth-child(15){width:48px;height:48px;top:233px;right:142px;transition-delay:1.8s;transform:translate3d(30px,140px,0)}.token-wrap:nth-child(16){width:64px;height:64px;top:130px;right:-40px;transition-delay:1.4s;transform:translate3d(20px,140px,0)}.shown .token-wrap{opacity:1;transform:translate3d(0,0,0)}.token{animation:floatUp 12s ease-in-out infinite}.token-wrap:nth-child(2) .token{animation-delay:1}.token-wrap:nth-child(3) .token{animation-delay:1.2s}.token-wrap:nth-child(4) .token{animation-delay:1.4s}.token-wrap:nth-child(5) .token{animation-name:floatDown;animation-delay:1.6s}.token-wrap:nth-child(6) .token{animation-delay:1.8s}.token-wrap:nth-child(7) .token{animation-name:floatDown;animation-delay:2s}.token-wrap:nth-child(8) .token{animation-delay:2.2s}.token-wrap:nth-child(9) .token{animation-name:floatDown;animation-delay:2.4s}.token-wrap:nth-child(10) .token{animation-delay:2.6s}.token-wrap:nth-child(11) .token{animation-delay:2.6s}.token-wrap:nth-child(12) .token{animation-name:floatDown;animation-delay:1.4s}.token-wrap:nth-child(13) .token{animation-name:floatDown;animation-delay:1.4s}.token-wrap:nth-child(14) .token{animation-delay:2.6s}.token-wrap:nth-child(15) .token{animation-delay:2.6s}@keyframes floatUp{0%{transform:translatey(0)}50%{transform:translatey(-26px)}100%{transform:translatey(0)}}@keyframes floatDown{0%{transform:translatey(0)}50%{transform:translatey(26px)}100%{transform:translatey(0)}}.token-wrap.token-wrap--status{left:50%;top:50%;margin:-58px 0 0 -58px;width:116px;height:116px;transition-delay:0s;transform:translate3d(0,80px,0) scale(.8);transition:transform 1s cubic-bezier(.14,.805,.275,1.08),opacity .4s ease}.shown .token-wrap.token-wrap--status{opacity:1;transform:translate3d(0,0,0) scale(1)}.token.token--status{background:#5b6dee;box-shadow:0 8px 16px 0 rgba(83,88,120,.15)}.token::after{content:"";position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;width:20px;height:20px;background-image:url(../img/new-site/user.svg);background-size:20px}.token.token--blue::after{background-image:url(../img/new-site/user-blue.svg)}.token.token--pink::after{background-image:url(../img/new-site/user-pink.svg)}.token.token--orange::after{background-image:url(../img/new-site/user-orange.svg)}.token.token--purple::after{background-image:url(../img/new-site/user-purple.svg)}.token.token--green::after{background-image:url(../img/new-site/user-green.svg)}.token.token--status::after{content:"";position:absolute;left:50%;top:50%;margin:-25px 0 0 -25px;width:50px;height:50px;background-image:url(../img/new-site/status-symbol.svg);background-size:50px}.tokens{width:800px}.token-wrap:nth-child(2){top:22px;left:-32px}.token-wrap:nth-child(3){top:47px;left:114px}.token-wrap:nth-child(4){top:75px;left:272px}.token-wrap:nth-child(8){top:0;left:421px}.token-wrap:nth-child(9){top:212px;left:512px}.token-wrap:nth-child(10){top:69px;right:362px}.token-wrap:nth-child(14){top:267px;right:264px}@media (max-width:1080px){.tokens{position:absolute;left:50%;margin:0 0 0 -540px}}@media (max-width:767px){.tokens{top:20px}.token-wrap.token-wrap--status{margin:-36px 0 0 -36px;width:72px;height:72px;transition:transform 1s cubic-bezier(.14,.805,.275,1.08),opacity .4s ease}.token.token--status::after{content:"";margin:-16px 0 0 -16px;width:32px;height:32px;background-image:url(../img/new-site/status-symbol.svg);background-size:32px}.token-wrap:nth-child(2){width:40px;height:40px;top:32px;left:348px}.token-wrap:nth-child(2){width:46px;height:46px;top:10px;left:424px}.token-wrap:nth-child(3){width:38px;height:38px;top:65px;left:492px}.token-wrap:nth-child(4){display:none}.token-wrap:nth-child(5){width:40px;height:40px;top:41px;left:349px}.token-wrap:nth-child(6){width:40px;height:40px;top:240px;left:467px}.token-wrap:nth-child(7){width:46px;height:46px;top:100px;left:407px}.token-wrap:nth-child(8){width:46px;height:46px;top:210px;left:371px}.token-wrap:nth-child(9){display:none}.token-wrap:nth-child(10){width:40px;height:40px;top:69px;right:442px}.token-wrap:nth-child(11){width:44px;height:44px;top:210px;right:445px}.token-wrap:nth-child(12){width:50px;height:50px;top:0;right:371px}.token-wrap:nth-child(13){top:111px;right:384px}.token-wrap:nth-child(14){width:40px;height:40px;top:250px;right:370px}.token-wrap:nth-child(15){display:none}.token::after{margin:-7px 0 0 -7px;width:14px;height:14px;background-size:14px}}.dot-wrap{position:absolute;width:50px;height:50px;-ms-transform:scale(.8);transform:scale(.8)}.dot{width:50px;height:50px;background:#b8e170;box-shadow:0 5px 6px 0 rgba(83,88,120,.07);border-radius:50%;position:relative}.dot.dot--white{background:#fff}.dot.dot--purple{background:#ac8bed;-ms-transform:scale(1.5);transform:scale(1.5)}.dot.dot--blue{background:#97cefe;-ms-transform:scale(1.2);transform:scale(1.2)}.dot.dot--pink{background:#f189ba}.dot.dot--green{background:#a5f3b2;-ms-transform:scale(1.3);transform:scale(1.3)}.dot.dot--status{width:124px;height:124px;background:#fff;box-shadow:0 5px 6px 0 rgba(83,88,120,.07)}.dot-icon{width:24px;height:24px;position:absolute;left:50%;top:50%;margin:-12px 0 0 -12px;background-size:24px;background-image:url(../img/new-site/icon-person.svg)}.dot.dot--status .dot-icon{width:56px;height:56px;background-size:56px;background-image:url(../img/new-site/icon-status.svg);margin:-28px 0 0 -28px}.the-iphone{position:relative;width:328px;height:678px;background:#fff;border-radius:40px;z-index:600;box-shadow:15px 10px 25px 0 rgba(33,40,60,.08),0 1px 2px 0 rgba(35,49,60,.15),inset 0 1px 1px 0 rgba(140,152,174,.38),inset 0 0 8px 4px rgba(204,213,221,.82)}.the-iphone-dot{width:7px;height:7px;position:absolute;left:124px;top:26px;transform:translate3d(0,0,0);border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-iphone-line{width:52px;height:7px;position:absolute;left:50%;top:26px;transform:translate3d(-50%,0,0);border-radius:6px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-iphone-screen{width:308px;height:549px;border:1px solid #e7e9f0;background-color:#f3f4f8;position:absolute;left:50%;top:56px;border-radius:4px;transform:translate3d(-50%,0,0);background-image:url(../img/new-site/IOS-Chat_command-send2.png);background-size:308px}.the-iphone-button{width:46px;height:46px;position:absolute;left:50%;bottom:15px;transform:translate3d(-50%,0,0);border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android{position:relative;width:324px;height:644px;background:#fff;box-shadow:15px 10px 35px 0 rgba(33,40,60,.08),0 1px 2px 0 rgba(35,49,60,.15),inset 0 1px 1px 0 rgba(140,152,174,.38),inset 0 0 8px 4px rgba(204,213,221,.82);border-radius:30px}.the-android-dot{width:8px;height:8px;position:absolute;left:82px;top:25px;border-radius:50%;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android-line{width:93px;height:8px;position:absolute;left:50%;top:25px;transform:translate3d(-50%,0,0);border-radius:5px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.the-android-screen{width:304px;height:538px;border:1px solid #e7e9f0;background-color:#f3f4f8;position:absolute;left:50%;top:53px;border-radius:4px;transform:translate3d(-50%,0,0);background-image:url(../img/new-site/Android_Chats.png);background-size:304px}.the-android-button{width:94px;height:8px;position:absolute;left:50%;bottom:24px;transform:translate3d(-50%,0,0);border-radius:5px;opacity:.5;background:#dae1ea;box-shadow:inset 0 1px 2px 0 #b3b8d0}.news{width:100%;font-size:15px;line-height:22px;padding:16px 0;background:#a5f3e0;color:#49555f;text-align:center}.news.news--dark{background-color:#4a5c69;color:#fff}.news.news--finish{background-color:#eef2f5;color:#49555f}.news.news--hidden{display:none}.news a{display:inline-block;padding:2px 12px;border-radius:8px;color:#49555f;background-color:#96dac9;margin:0 0 0 12px;transition:background-color .2s ease,color .2s ease}.news a:hover{background-color:rgba(255,255,255,.8)}@media (max-width:600px){.news{padding:6px 16px}.news a{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;display:inline;background-color:transparent;padding:0;margin:0;text-decoration:underline}}.body-page--sgt .container-wrap,body.body-page--sgt{background-color:#fff}.calculator-wrap{width:728px;padding:140px 0 32px}.calculator{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#7bb7ed;background-image:linear-gradient(-202deg,#7bb7ed 0,#3685c9 95%);border-radius:10px;font-size:15px;color:#97a4ad;padding:56px 64px;box-shadow:0 3px 7px 0 rgba(175,192,202,.41)}.calculator a{color:#a5f3e0}.calculator__title{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:23px;line-height:35px;padding:0 0 8px 0;color:#fff}.calculator__body{font-size:24px;line-height:32px;color:#fff}.calculator__widget{display:-ms-flexbox;display:flex;position:relative;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:32px 0 0 0}.calculator__widget__equals{position:absolute;color:#fff;font-size:21px;width:16px;height:16px;left:50%;top:44px;margin:0 0 0 -8px;text-align:center}.calculator__widget__input-wrap,.calculator__widget__output-wrap{-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0;width:46%;position:relative}.input__inner{width:100%;border:none;background-color:rgba(255,255,255,.2);border-radius:8px}.input__inner.input__inner--disabled{background-color:#a5f3e0}.calculator__widget__input{font-family:PostGrotesk-Book,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;background:0 0;box-sizing:border-box;width:78%;font-size:18px;color:#fff;padding:16px 0 15px 16px}.calculator__widget__input--output{color:#40907c}.input-label{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:15px;text-transform:uppercase;color:#fff;letter-spacing:1px;position:absolute;right:16px;top:14px}.calculator__widget__output-wrap .input-label{color:#40907c}.text-wrap{width:600px;margin:0 auto;padding:0 0 56px 0}.text-wrap h2{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:24px;padding:32px 0 16px 0}.text-wrap .text{font-size:18px;line-height:26px;color:#70808d}.text-wrap h5{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#49555f;margin:0}.text-wrap .text strong{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#49555f}.text-wrap .text p{padding:0 0 24px 0}.text-wrap .text .mono{font-family:'Roboto Mono',monospace;color:#49555f}.text-wrap .text p.mono{font-family:'Roboto Mono',monospace;background-color:#f6f9fa;border:1px solid #e7ecee;padding:16px;border-radius:8px;font-size:14px;margin:0 0 16px 0}.text-wrap .text p.note{font-family:PostGrotesk-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#49555f}.text-wrap a{color:#57a7ed}@media (max-width:840px){.calculator-wrap{width:100%;padding:160px 0 16px}.calculator{border-radius:0;padding:32px 20px}.calculator__body{font-size:20px;line-height:26px}.calculator__widget{-ms-flex-direction:column;flex-direction:column}.calculator__widget__equals{display:none}.calculator__widget__input-wrap,.calculator__widget__output-wrap{width:100%}.calculator__widget__input-wrap{margin:0 0 16px 0}.text-wrap{width:100%;padding:0 20px}.text-wrap h2{font-size:20px;padding:24px 0 20px 0}.text-wrap .text{font-size:16px;line-height:24px}.text-wrap .text p{padding:0 0 16px 0}.text-wrap .text p.mono{overflow:auto}}.footer{position:fixed;width:100%;bottom:0;left:0;z-index:-1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-color:#4a5c69;border-top:100px solid #4a5c69}.footer.footer--page{position:static;margin:-96px 0 0 0;border-top:56px solid #4a5c69}.footer-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:1080px}.footer-logo-wrap{width:280px;display:-ms-flexbox;display:flex}.footer-logo-wrap__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:65px 0 75px 0}.footer-logo{width:52px;height:52px;background-size:52px;background-image:url(../img/new-site/footer-logo@2x.png)}.footer-address{color:#fff;padding:20px 0 0 0;opacity:.5}.footer-table{display:-ms-flexbox;display:flex}.footer-table__column{box-sizing:border-box;padding:60px 40px}.footer-header{color:#fff;opacity:.5;font-size:17px;margin:0 0 40px 0}.footer-link{height:32px;line-height:32px;font-size:16px;margin:0 0 15px 0}.footer-link a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer-icon{display:inline-block;width:32px;height:32px;background-color:rgba(255,255,255,.1);border-radius:50%;margin:0 15px 0 0;background-repeat:no-repeat;background-size:24px;background-position:center}.footer-link--fb .footer-icon{background-image:url(../img/new-site/icon_fb.svg)}.footer-link--tw .footer-icon{background-image:url(../img/new-site/icon_tw2.svg)}.footer-link--sl .footer-icon{background-image:url(../img/new-site/icon_sl2.svg)}.footer-link--gh .footer-icon{background-image:url(../img/new-site/icon_gh2.svg)}.footer-link--rd .footer-icon{background-image:url(../img/new-site/icon_rd2.svg)}.footer-link--yt .footer-icon{background-image:url(../img/new-site/icon_yt.svg)}.footer-link a{color:#fff}.footer-link a:hover{opacity:.8}.language-switcher{font-family:PostGrotesk-Book,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#fff;-webkit-appearance:none;font-size:16px;line-height:32px;padding:0 24px 0 0;background-image:url(../img/new-site/icon_dropdown-white.svg);background-size:24px;background-repeat:no-repeat;background-position:right center}.language-switcher:focus{outline:0}@media (max-width:1140px){.footer-inner{width:820px;-ms-flex-pack:distribute;justify-content:space-around}.footer-logo-wrap{width:200px}}@media (max-width:767px){.footer{position:static;border-top:0}.footer.footer--page{border-top:100px solid #4a5c69}.footer-inner{padding:30px 0 0 0;-ms-flex-direction:column;flex-direction:column}.footer-table{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.footer-table__column{text-align:center;padding:10px 16px}.footer-logo-wrap{width:auto;-ms-flex-order:2;order:2}.footer-header{margin:0 0 10px 0}.footer-logo-wrap__inner{width:100%;padding:0 0 40px 0;-ms-flex-align:center;align-items:center;text-align:center}.footer-link{text-align:center;height:24px;line-height:24px;margin:0 0 10px 0}.footer-link a{-ms-flex-pack:center;justify-content:center;text-align:center}.footer-icon{display:none}.footer-logo{display:none}} \ No newline at end of file diff --git a/js/calculator.js b/js/calculator.js new file mode 100644 index 0000000..306d87e --- /dev/null +++ b/js/calculator.js @@ -0,0 +1 @@ +"use strict";!function r(t,e,n){function u(i,f){if(!e[i]){if(!t[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(o)return o(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var l=e[i]={exports:{}};t[i][0].call(l.exports,function(r){var e=t[i][1][r];return u(e?e:r)},l,l.exports,r,t,e,n)}return e[i].exports}for(var o="function"==typeof require&&require,i=0;i + + + + + + + Status Contribution Period + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+ +
+
+
+ + +
+
+ +
+

SGT is an ERC20 token on Ethereum’s Mainnet. We issued them to early adopters and community members. SGT was explained in the Encoding The Status Genesis Block blog post and the exchange of SGT to SNT was explained in the Dynamic Ceilings blog post.

+
+
+
=
+
+
+ +
+
SGT
+
+
+
+
+ +
+
SNT
+
+
+
+
+
+ +
+

How can I calculate the exchange rate for SGT to SNT?

+
+

Inspect the second token transfer from the finalize() transaction at the end of the Contribution Period. You’ll see that the Total SNT allocated for SGT exchanging is 471,505,389.187865805561407178.

+

Next, check out the Token Total Supply of the SGT token. Total SGT issued is 34,644,701.3.

+

The portion of allocated SNT for each SGT token holder can be calculated as: 71505389.187865805561407178 ÷ 34644701.3 = 13.6097403497563 SNT per SGT

+

You can also refer to our Status Contribution contract (starting line 324) for more details on the calculations.

+
+ +

How soon can I redeem my SGT for SNT?

+
+

You can exchange your SGT for SNT immediately after the Contribution Period finishes.

+
+ +

How much time do I have to convert SGT to SNT?

+
+

As seen in section 2.2 of our contract: “The Activation of SGT will be possible for a duration of 90 days after the instructions according to para 3 have been published. Status GmbH may extend this period at its sole discretion."

+
+ +

How do I redeem SGT for SNT?

+
+

For our SGT token holders, here are the basic instructions on how to redeem your SGT for SNT: Prepare a 0 ETH transaction to send to the Exchanger smart contract address:

+

0x20a7b20b9c213e6705c72a4216fdbc628a29d06c

+

You’ll need to use a Gas Limit of 200,000 and a Data value of 0xe5225381. The Data value will call collect() on the contract. The easiest way to do that is to use MyEtherWallet. In the next section, you’ll learn how to send the transaction to the Exchanger from MyEtherWallet and then verify the transaction with Etherscan.

+
+ +

MyEtherWallet (MEW) instructions

+
+

Open your web browser and navigate to http://myetherwallet.com. Select the Send Ether & Tokens tab. Import your wallet with SGT using any one of the methods available. Copy this Exchanger smart contract address:

+

0x20a7b20b9c213e6705c72a4216fdbc628a29d06c

+

Paste the address into the To Address field. In the Amount to Send field input 0, and make sure the dropdown on the right-side of the field has ETH selected.

+
Note
+

That’s right! You will send a 0 ETH transaction. If you’ve never done this before, now’s the time to try. You will need to have a small amount of ether in your wallet though to cover the gas in this transaction. You will see a popup bar warning in red along the bottom of the page. You can safely disregard the warning.

+ +

In the Gas Limit field, input 200,000. You can optionally control the Gas Price in the top bar, but it is okay to leave this as the default 25 Gwei.

+

Click the +Advanced: Add Data link. In the Data field, input 0xe5225381.

+

Now double check that you’ve entered the correct values for To Address, Amount to Send, Gas Limit, and Data.

+

Once you’re ready to pull the trigger, click Generate Transaction. MyEtherWallet will show you the web3 call. Click Send Transaction.

+

Once the transaction is pushed to the network, a success bar will pop over the bottom of the screen. Click Verify Transaction to see your transaction on Etherscan. A new tab will open in your browser.

+

On Etherscan, at first the transaction will show as Pending. Once the transaction finishes, you can verify the contract action in the To row. The row will show:

+ +

[Amount] StatusNetwork TOKEN TRANSFER From 0x20a7b20b9c213e6705c72a4216fdbc628a29d06c to [0x… Your address]

+ +

Now look immediately above the To row and locate the From row. Click the link in the From row for [0x… your address].

+

On the page new page that loads, you see all of the transactions for your address. Click on the Token Transfers tab. On this page, you can see the date when both of your token transfers took place: StatusGenesis and StatusNetwork.

+

Congratulations on exchanging your SGT for SNT. Thank you for being an early community supporter. We look forward to building the future of Ethereum along with you.

+
+
+
+
+ +
+
+
+ + + + + + + + + + + +