/* ---------------- Start download helper ------------------------- */
.modal-overlay {
    display          : none;
    opacity          : 0.8;
    position         : fixed;
    z-index          : 10;
    top              : 0;
    right            : 0;
    bottom           : 0;
    left             : 0;
    background-color : #000000;
}
.modal-dhelper {
    display  : none;
    position : fixed;
    z-index  : 11;
}
.modal-dhelper.other {
    bottom : 10px;
    left   : 40px;
}
.dhelper {
    max-width : 750px;
}
.dhelper__title {
    font-size   : 26px;
    font-weight : bold;
    color       : #ffffff;
}
.dhelper__subtitle {
    font-size : 16px;
    color     : #ffffff;
}
.dhelper-gallery {
    margin-top    : 35px;
    margin-bottom : 75px;
    display       : flex;
}
.dhelper-gallery__step {
    display          : flex;
    flex-direction   : column;
    position         : relative;
    z-index          : 1;
    box-sizing       : border-box;
    margin-right     : 30px;
    padding          : 30px 19px 20px 19px;
    border-radius    : 5px;
    width            : 220px;
    text-align       : center;
    background-color : #ffffff;
}
.dhelper-gallery__step::before {
    content               : '';
    position              : absolute;
    top                   : -17px;
    left                  : -17px;
    display               : flex;
    justify-content       : center;
    align-items           : center;
    width                 : 46px;
    height                : 46px;
    -moz-border-radius    : 23px;
    -webkit-border-radius : 23px;
    border-radius         : 23px;
    font-weight           : 600;
    font-size             : 20px;
    text-align            : center;
    background-color      : #ef4024;
    color                 : #ffffff;
}
.dhelper-gallery__step--step1 {
    border-bottom-right-radius : 0;
    border-bottom-left-radius  : 0;
}
.dhelper-gallery__step--step1::before {
    content : '1';
}
.dhelper-gallery__step--step2::before {
    content : '2';
}
.dhelper-gallery__step--step3::before {
    content : '3';
}
.dhelper-gallery__step--step1::after {
    content      : '';
    position     : absolute;
    left         : 0;
    bottom       : -53px;
    width        : 0;
    height       : 0;
    border-left  : 110px solid transparent;
    border-right : 110px solid transparent;
    border-top   : 53px solid #ffffff;
    clear        : both;
}
.dhelper-gallery__arrow {
    position     : absolute;
    z-index      : 2;
    bottom       : -36px;
    left         : 36px;
    border-left  : 75px solid transparent;
    border-right : 75px solid transparent;
    border-top   : 36px solid #ef4024;
}
.dhelper-gallery__step img {
    position : absolute;
    left     : 30px;
    bottom   : -10px;
}
.dhelper-gallery__step--step1 img {
    left   : 10px;
    bottom : 40px;
}
.dhelper-gallery__text {
    margin-bottom : 135px;
    font-size     : 15px;
    font-weight   : 600;
    color         : #000000;
}
.dhelper-alt-download {
    margin     : -56px 30px 35px 250px;
    font-size  : 14px;
    color      : #aaaaaa;
    text-align : right;
}
.dhelper-alt-download__link {
    color : #ffffff;
}
.dhelper-alt-download__link:hover {
    text-decoration : none;
}
/* ---------------- End download helper ------------------------- */
/*EDGE*/
.modal-dhelper.edge {
    top   : 10px;
    right : 640px;
}
.edge .dhelper {
    max-width : 400px;
}
.edge .dhelper-gallery {
    flex-direction : column;
    margin-top     : 20px;
    margin-bottom  : 0;
}
.edge .dhelper-gallery__step {
    flex-direction             : row;
    border-top-right-radius    : unset;
    border-bottom-right-radius : unset;
    border-bottom-left-radius  : 5px;
    padding                    : 20px 5px 20px 32px;
    margin-right               : 0;
    margin-bottom              : 45px;
    width                      : 354px;
    height                     : 118px;
}
.edge .dhelper-gallery__step::before {
    left       : -23px;
    top        : 50%;
    margin-top : -23px;
}
.edge .dhelper-gallery__step--step1::after {
    left          : 100%;
    top           : 0;
    border-top    : 59px solid transparent;
    border-bottom : 59px solid transparent;
    border-left   : 46px solid #ffffff;
    border-right  : none;
}
.edge .dhelper-gallery__step--step1 img {
    margin-left : -10px;
}
.edge .dhelper-gallery__step--step2 img,
.edge .dhelper-gallery__step--step3 img {
    margin-top : -36px;
}
.edge .dhelper-gallery__step--step3 {
    margin-bottom : 18px;
}
.edge .dhelper-gallery__arrow {
    top           : 26px;
    left          : 102%;
    border-top    : 34px solid transparent;
    border-bottom : 34px solid transparent;
    border-left   : 26px solid #ef4024;
    height        : 0;
}
.edge .dhelper-gallery__text {
    margin-bottom : 0;
    margin-right  : 27px;
    align-self    : center;
    width         : 120px;
    font-weight   : normal;
    text-align    : left;
}
.edge .dhelper-gallery__step img {
    position : static;
}
.edge .dhelper-alt-download {
    margin     : 0 66px 0 0;
    text-align : left;
}
/*EDGE*/
/*FF*/
.modal-dhelper.firefox {
    top   : 10px;
    right : 640px;
}
.firefox .dhelper {
    max-width : 400px;
}
.firefox .dhelper-gallery {
    flex-direction : column;
    margin-top     : 20px;
    margin-bottom  : 0;
}
.firefox .dhelper-gallery__step {
    flex-direction             : row;
    border-top-right-radius    : unset;
    border-bottom-right-radius : unset;
    border-bottom-left-radius  : 5px;
    padding                    : 20px 5px 20px 32px;
    margin-right               : 0;
    margin-bottom              : 45px;
    width                      : 354px;
    height                     : 118px;
}
.firefox .dhelper-gallery__step::before {
    left       : -23px;
    top        : 50%;
    margin-top : -23px;
}
.firefox .dhelper-gallery__step--step1::after {
    left          : 100%;
    top           : 0;
    border-top    : 59px solid transparent;
    border-bottom : 59px solid transparent;
    border-left   : 46px solid #ffffff;
    border-right  : none;
}
.firefox .dhelper-gallery__step--step1 img {
    margin-left : -10px;
}
.firefox .dhelper-gallery__step--step2 img,
.firefox .dhelper-gallery__step--step3 img {
    margin-top : -36px;
}
.firefox .dhelper-gallery__step--step3 {
    margin-bottom : 18px;
}
.firefox .dhelper-gallery__arrow {
    top           : 26px;
    left          : 102%;
    border-top    : 34px solid transparent;
    border-bottom : 34px solid transparent;
    border-left   : 26px solid #ef4024;
    height        : 0;
}
.firefox .dhelper-gallery__text {
    margin-bottom : 0;
    margin-right  : 27px;
    align-self    : center;
    width         : 120px;
    font-weight   : normal;
    text-align    : left;
}
.firefox .dhelper-gallery__step img {
    position : static;
}
.firefox .dhelper-alt-download {
    margin     : 0 66px 0 0;
    text-align : left;
}
/*FF*/
/*OTHER*/
.modal-dhelper.other {
    top         : 0;
    left        : 50%;
    margin-left : -375px;
}
.other .dhelper__subtitle {
    margin-top : 20px;
    text-align : center;
}
.other .dhelper-gallery {
    margin-top : 30px;
}
.other .dhelper-gallery__step {
    padding-top : 10px;
}
.other .dhelper-gallery__step--step1 {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}
.other .dhelper-gallery__step--step1::after {
    content : none;
}
.other .dhelper-gallery__step--step1 img {
    left   : 29px;
    bottom : 10px;
}
.other .dhelper-gallery__step--step2 img {
    left   : 50px;
    bottom : 10px;
}
.other .dhelper-gallery__step--step3 img {
    left   : 43px;
    bottom : 10px;
}
.other .dhelper-gallery__text {
    margin-bottom  : 125px;
    font-weight    : 500;
    letter-spacing : -0.1px;
}
.other .dhelper-gallery__step::before {
    top    : -13px;
    left   : -13px;
    width  : 36px;
    height : 36px;
}
/*OTHER*/
/*IE*/
.modal-dhelper.ie {
    bottom      : 80px;
    left        : 50%;
    margin-left : -375px;
}
.de.ie .dhelper-alt-download,
.fr.ie .dhelper-alt-download {
    text-align: left;
}
/*IE*/
/*CHROME*/
.modal-dhelper.chrome {
    top   : 10px;
    right : 640px;
}
.chrome .dhelper {
    max-width : 400px;
}
.chrome .dhelper-gallery {
    flex-direction : column;
    margin-top     : 20px;
    margin-bottom  : 0;
}
.chrome .dhelper-gallery__step {
    flex-direction             : row;
    border-top-right-radius    : unset;
    border-bottom-right-radius : unset;
    border-bottom-left-radius  : 5px;
    padding                    : 20px 5px 20px 32px;
    margin-right               : 0;
    margin-bottom              : 45px;
    width                      : 354px;
    height                     : 118px;
}
.chrome .dhelper-gallery__step::before {
    left       : -23px;
    top        : 50%;
    margin-top : -23px;
}
.chrome .dhelper-gallery__step--step1::after {
    left          : 100%;
    top           : 0;
    border-top    : 59px solid transparent;
    border-bottom : 59px solid transparent;
    border-left   : 46px solid #ffffff;
    border-right  : none;
}
.chrome .dhelper-gallery__step--step1 img {
    margin-left : -10px;
}
.chrome .dhelper-gallery__step--step2 img,
.chrome .dhelper-gallery__step--step3 img {
    margin-top : -44px;
}
.chrome .dhelper-gallery__step--step3 {
    margin-bottom : 18px;
}
.chrome .dhelper-gallery__arrow {
    top           : 26px;
    left          : 102%;
    border-top    : 34px solid transparent;
    border-bottom : 34px solid transparent;
    border-left   : 26px solid #ef4024;
    height        : 0;
}
.chrome .dhelper-gallery__text {
    margin-bottom : 0;
    margin-right  : 27px;
    align-self    : center;
    width         : 120px;
    font-weight   : normal;
    text-align    : left;
}
.chrome .dhelper-gallery__step img {
    position : static;
}
.chrome .dhelper-alt-download {
    margin     : 0 66px 0 0;
    text-align : left;
}
/*CHROME*/
