.tick-list{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start}.tick-list>:nth-child(1){order:0;-webkit-order:0}.tick-list>:nth-child(2){order:3;-webkit-order:3}.tick-list>:nth-child(3){order:4;-webkit-order:4}.tick-list>:nth-child(4){order:1;-webkit-order:1}.tick-list>:nth-child(5){order:2;-webkit-order:2}.tick-list>:nth-child(6){order:5;-webkit-order:5}.tick-list__item{background:none !important;padding:0 !important;display:flex;flex-flow:row nowrap;width:50%;margin-bottom:14px;hyphens:auto}.tick-list__item--icon{border-radius:100%;height:24px;min-width:24px;margin-right:12px;background:var(--secondaryColor);position:relative}.tick-list__item--icon::before{content:"";position:absolute;top:5px;left:5px;opacity:1;font-family:"icomoon";color:#fff;font-size:12px}.tick-list__item--text{font-family:var(--TheSansRegular);font-size:16px;font-weight:500;margin-bottom:0}@media screen and (min-width:768px){.tick-list__item{width:33%}.tick-list>:nth-child(1){order:0;-webkit-order:0}.tick-list>:nth-child(2){order:2;-webkit-order:2}.tick-list>:nth-child(3){order:1;-webkit-order:1}.tick-list>:nth-child(4){order:4;-webkit-order:4}.tick-list>:nth-child(5){order:3;-webkit-order:3}.tick-list>:nth-child(6){order:5;-webkit-order:5}}@media screen and (max-width:600px){.tick-list{flex-flow:column}.tick-list__item{width:100%}.tick-list>:nth-child(1){order:0;-webkit-order:0}.tick-list>:nth-child(2){order:4;-webkit-order:4}.tick-list>:nth-child(3){order:2;-webkit-order:2}.tick-list>:nth-child(4){order:3;-webkit-order:3}.tick-list>:nth-child(5){order:1;-webkit-order:1}.tick-list>:nth-child(6){order:5;-webkit-order:5}}
