:root{--white:#fff;--blueDarker:#0262ca;--blueDark:#066ee0;--blue:#007aff;--blueLight:#3b99fc;--blueLighter:#9dccfe;--blueLightest:#f5f9fe;--greenDarker:#43c359;--greenDark:#3dce56;--green:#4cd964;--greenLight:#79df8f;--greenLighter:#bcefc7;--greenLightest:#f8fdf9;--orangeDarker:#d77900;--orangeDark:#e68200;--orange:#ff9500;--orangeLight:#f7ad45;--orangeLighter:#fbd6a2;--orangeLightest:#fefaf5;--redDarker:#dc3229;--redDark:#f32d22;--red:#ff3b30;--redLight:#fc6e61;--redLighter:#fdb6b0;--redLightest:#fef7f7;--purpleDarker:#884ac5;--purpleDark:#9748e4;--purple:#a45aec;--purpleLight:#b375eb;--purpleLighter:#d9baf5;--purpleLightest:#fbf8fe;--greyDarker:#6d727c;--greyDark:#a4aaad;--grey:#c1c4c6;--greyLight:#d4d7d9;--greyLighter:#f0f1f1;--greyLightest:#f9fafa;--blackDarker:#23232b;--blackDark:#363643;--black:#484856;--mainBodyType:var(--black);--headerType:var(--blackDark);--labelType:var(--black);--messageFailureType:#b4251e;--messageInfoType:#6e35a7;--messageSuccessType:#33a046;--messageWarningType:#a45c00;--linkColor:var(--blue);--linkColorDarker:#0062cc;--borderColorSubtle:var(--greyLightest);--borderColorInlineElement:var(--greyLighter);--borderColorSection:var(--greyLight);--borderColorHard:var(--grey)}html{height:100%}body{min-height:100%;margin:0;padding:0;color:var(--black);font-family:-apple-system, BlinkMacSystemFont, Helvetica, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--blue);text-decoration:none}a:focus,a:hover,a:visited{color:var(--blue)}.wrapper{max-width:1140px;margin:0 auto;padding:0 16px}.wrapper--main-content{min-height:calc(100vh - 216px)}.content-container{max-width:820px;margin:60px auto 0}.header,.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header{height:60px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 0}.header__nav__list-item,.footer__nav__list-item{margin-left:24px;color:var(--black)}.header__nav__list-item:focus,.header__nav__list-item:hover,.header__nav__list-item:visited,.footer__nav__list-item:focus,.footer__nav__list-item:hover,.footer__nav__list-item:visited{color:var(--black)}.header__nav__list-item{font-size:16px;font-weight:500}.blog .header__nav__list-item:nth-of-type(2){color:var(--blue)}.documentation .header__nav__list-item:nth-of-type(1){color:var(--blue)}.download .header__nav__list-item:nth-of-type(3){color:var(--blue)}.footer__nav__list-item{color:var(--black);font-size:14px;font-weight:400}.footer__copyright{color:var(--greyDark);font-size:12px;line-height:18px}.bottom__wrapper{margin-top:40px;width:100%}@media only screen and (max-width: 786px){.header nav{width:100%}.header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header a{width:100%;margin-top:16px;margin-bottom:16px}.header__nav__list-item:first-of-type{margin-left:0}.footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:12px 0}.footer nav{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;margin:12px 0}.footer__copyright{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}.footer__nav__list-item:first-of-type{margin-left:0}}@media only screen and (max-width: 480px){.footer__nav__list-item{display:block;margin:4px 0;padding:8px 0;color:var(--blue)}.button{width:calc(100% - 36px);margin-bottom:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header nav{display:none}.content-container{margin-top:16px}}h1,h2,h3{font-weight:700;letter-spacing:.008em}h1{margin-top:0;margin-bottom:28px;font-size:32px;line-height:32px}h2{margin-bottom:28px;font-size:24px;line-height:28px}h3{margin-bottom:20px;padding-bottom:4px;font-size:18px;line-height:24px;border-bottom:1px solid var(--greyLighter)}p,ol li,ul li{font-size:15px;line-height:24px}pre,code{padding:8px 12px;font-family:monospace;font-size:13px;font-weight:400;line-height:16px;background:var(--greyLightest);border:1px solid var(--greyLight);border-radius:4px}code{display:block}.blog-sample-link a{color:var(--black);-webkit-transition:0.25s all ease;transition:0.25s all ease}.blog-sample-link a:hover{color:var(--blue)}.published-date{display:block;margin-top:-16px;margin-bottom:20px;font-size:12px;color:var(--greyDark)}.blog-sample-card{padding:40px 0;border-bottom:1px solid var(--greyLighter)}.blog-sample-card:last-of-type{border-bottom:none}