.developer-document{margin:0 auto;max-width:var(--body-max-width);padding-left:var(--layout-padding);padding-right:var(--layout-padding);position:relative;width:100%}.developer-document__background{height:100%;left:0;margin-left:calc(50% - 50vw);position:absolute;top:0;width:100vw;z-index:-1}.developer-document__title{color:var(--color-black);margin-bottom:24px}.developer-document__description{color:var(--color-black-50);font-family:var(--secondary-font);font-weight:300;line-height:1.4;margin-bottom:120px;max-width:400px}.developer-document__content-wrapper{display:flex;justify-content:flex-end;width:100%}.developer-document__content-wrapper a{color:var(--color-blue);text-decoration:underline}.developer-document__content{color:var(--color-black);font-family:var(--secondary-font);line-height:1.3;max-width:680px;width:100%}.developer-document__content a{color:var(--color-blue);text-decoration:underline}.developer-document__image{bottom:0;height:390px;left:-80px;position:absolute;z-index:-1}.developer-document__image img{height:100%!important;object-fit:contain;object-position:bottom;width:100%}@media(max-width:991.98px){.developer-document__image{display:none}}.developer-document__image-mobile{display:none}@media(max-width:991.98px){.developer-document__image-mobile{display:block;height:228px;margin:0 auto 16px;width:256px}.developer-document__image-mobile img{height:100%!important;object-fit:contain;object-position:bottom;width:100%}.developer-document__title{margin-bottom:16px}.developer-document__description{font-weight:300;margin-bottom:16px}.developer-document__content-wrapper{justify-content:flex-start}.developer-document__content{max-width:100%}}