.fast-track-banner{position:relative}
.fast-track-banner__content{display:flex;padding:16px;flex-direction:column;gap:16px;background-color:#eaedf5;border-radius:6px;color:#3d4892}
@media screen and (min-width:768px){.fast-track-banner__content{padding:24px}
}
.fast-track-banner--success{background-color:#e6f3eb;color:#3e3d48}
.fast-track-banner--error{background-color:#fbe6e7;color:#3e3d48}
.fast-track-banner__button-wrapper{position:relative;justify-content:center;align-items:center;display:flex;margin-top:30px;padding:16px}
@media screen and (min-width:768px){.fast-track-banner__button-wrapper{position:relative;justify-content:center;top:50%;padding:24px}
}
@media screen and (min-width:1024px){.fast-track-banner__button-wrapper{position:absolute;top:50%;justify-content:flex-end;right:24px;margin-top:-20px;padding:0}
}
@media screen and (min-width:768px){.fast-track-banner__button-wrapper-center{justify-content:center}
}
.fast-track-banner .cmp-button--primary{box-sizing:border-box;position:fixed;bottom:0;transform:translate(0,-16px)}
@media screen and (min-width:1024px){.fast-track-banner .cmp-button--primary{position:relative;bottom:initial;transform:translate(0,0);min-width:276px}
}
.fast-track-banner .fast-track-banner__main{display:flex;flex-direction:column;width:100%}
.fast-track-banner__logo{display:flex;justify-content:start;align-items:center}
.fast-track-banner__logo-image{max-width:100%;height:auto}
.fast-track-banner__text-container{display:flex;gap:8px;align-items:start}
.fast-track-banner__text-content{display:flex;flex-direction:column}
.fast-track-banner__text-title{font-family:"Roboto",sans-serif;font-size:16px;font-weight:500;line-height:24px}
.fast-track-banner__text-description{font-family:"Roboto",sans-serif;font-size:14px;font-weight:400;line-height:20px}
.icon-loader{margin:3px;position:relative;display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='24'height='24'viewBox='002424'fill='none'%3E%3Cpathd='M12.72862.54194C11.30691.721159.654181.39248.026651.60667C6.399131.820934.887782.566253.727013.72701C2.566254.887781.820936.399131.606678.02666C1.39249.654181.7211511.30692.5419412.7286C3.3627214.15024.6296715.26136.1462815.8895C7.662916.51779.3444216.627910.930116.203C12.515715.778213.916814.84214.916213.5396C15.915512.237316.457110.641616.45719.00001C16.45718.5739616.80258.2285817.22868.22858C17.65468.22858188.57396189.00001C1810.981217.346312.907116.140214.4789C14.934116.050713.243117.180611.329417.6933C9.4156818.20617.3862518.07315.5558617.3149C3.7254616.55672.1963915.21581.2057813.5C0.2151811.7842-0.181599.789530.07700887.82527C0.3356085.861011.235124.036972.636052.63605C4.036971.235135.861010.3356097.825270.077009C9.78953-0.1815911.78420.2151813.51.20578C13.8691.4188113.99541.890613.78242.25957C13.56932.6285413.09752.7549612.72862.54194Z'fill='white'/%3E%3C/svg%3E");animation:spin 1s linear infinite}
@media screen and (min-width:768px){html[dir=rtl] .fast-track-banner__button-wrapper{right:-24px}
}
@media screen and (min-width:1024px){html[dir=rtl] .fast-track-banner__button-wrapper{right:-24px}
}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}