:root{--colorPrimary: rgb(2 52 68);--colorSecondary: #8fea06;--colorTertiary: #884dff;--colorError: #ff0000;--colorSuccess: #89e103;--colorWhite: #ffffff;--colorBlack: #000000;--colorGrey: #e8e8f3;--colorGreyLight: #f7f7fa;--colorPrimaryLight: #f1f1f9;--colorPrimary100: rgba(2, 52, 68, 0.1);--colorText: var(--colorPrimary);--underlineColor: var(var(--colorSecondary));--lineHeight: 1.675;--shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);--containerWidth: 1240px}.dice{display:grid;gap:10px;grid-template-columns:1fr}.dice__item{position:relative;padding:30px}.dice__item:not(.dice__item--title){background-color:var(--colorGreyLight)}.dice__item--title .dice__title{line-height:1.3}.dice__item--text{display:flex;flex-wrap:wrap;gap:20px}.dice__item--text:nth-of-type(even){background-color:var(--colorGreyLight)}.dice__item--text:nth-of-type(odd){background-color:var(--colorPrimaryLight)}.dice__item--text .dice__text{order:3;flex:0 0 100%}.dice__item--text .dice__text>:last-child{margin-bottom:0}.dice__item--text .dice__nr{order:1;flex:0 0 40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.dice__item--text .dice__nr .icon-svg{min-width:40px;max-height:40px}.dice__item--text .dice__title{order:2;flex:1;margin:0;align-self:center;font-size:16px}.dice__item--job{display:flex;gap:0;flex-direction:column;padding-bottom:0;aspect-ratio:1/1}.dice__item--job .dice__nr{position:static;order:1;height:44px;margin-bottom:25px}.dice__item--job .dice__nr .icon-svg{height:44px}.dice__item--job .dice__nr .icon-svg--1{width:28px}.dice__item--job .dice__nr .icon-svg--2{width:28px}.dice__item--job .dice__nr .icon-svg--3{width:30px}.dice__item--job .dice__nr .icon-svg--4{width:30px}.dice__item--job .dice__nr .icon-svg--5{width:30px}.dice__item--job .dice__title{order:2}.dice__item--job .dice__text{order:3}.dice__item--job .dice__cta{order:4;margin-top:auto;margin-right:-30px;text-align:right}.dice__item--job .dice__popup-title{font-size:19px;font-weight:700;margin:0 0 19px}.dice__popup{padding:40px}.dice__popup-title{margin-top:0;margin-bottom:19px}@media(max-width: 749.98px){.dice__item:not(.dice__item--text):not(.dice__item--job){position:relative;display:flex;align-items:center;justify-content:flex-end;flex-direction:row-reverse}.dice__item:not(.dice__item--text):not(.dice__item--job):has(.dice__cta){padding-bottom:60px}.dice__item:not(.dice__item--text):not(.dice__item--job) .dice__nr{flex:0 0 40px;width:40px;margin-right:30px}.dice__item:not(.dice__item--text):not(.dice__item--job) .dice__nr .icon-svg{max-width:40px;max-height:48px}.dice__item:not(.dice__item--text):not(.dice__item--job) .dice__cta{position:absolute;bottom:0;right:0}.dice__item--title .dice__title{text-align:center;margin-bottom:40px}}@media(min-width: 480px){.dice__item--title .dice__title{font-size:36px}}@media(min-width: 750px){.dice{grid-template-columns:repeat(2, 1fr)}.dice--no-space{gap:0}.dice__item{display:flex;justify-content:space-between;flex-direction:column;aspect-ratio:1/1}.dice__nr{position:absolute;bottom:20px;left:50px}.dice__title{padding:50px;max-width:370px;font-size:22px}.dice__cta{align-self:end}.dice__item--title{align-items:center;justify-content:center}.dice__item--text{display:grid;grid-template-rows:auto 1fr;grid-template-rows:auto auto;grid-template-columns:auto 1fr;grid-template-areas:"nr title" "text text"}.dice__item--text:nth-of-type(even){background-color:var(--colorGreyLight)}.dice__item--text:nth-of-type(odd){background-color:var(--colorPrimaryLight)}.dice__item--text .dice__nr{grid-area:nr;position:static;align-self:end}.dice__item--text .dice__title{grid-area:title;font-size:22px;padding:0;align-self:end}.dice__item--text .dice__text{grid-area:text;align-self:start}.dice__item--job{justify-content:start}.dice__item--job .dice__title{padding:0}}@media(min-width: 990px){.dice__item--text{padding:50px;gap:50px 30px}.dice__item--text .dice__text{padding-left:20px}}@media(min-width: 1200px){.dice{grid-template-columns:repeat(3, 1fr)}}
