section.pricing-module .container>.title{margin-bottom:.75rem}section.pricing-module .container>.text{color:#556d94}section.pricing-module .container .content{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}section.pricing-module .container .content .card{background-color:hsla(219,8%,50%,.06);border:1px solid #151a24;border-radius:1rem;display:flex;flex-direction:column;gap:2rem;padding:1.5rem;width:calc(25% - .5625rem)}@media (max-width:950px){section.pricing-module .container .content .card{width:calc(50% - .375rem)}}@media (max-width:620px){section.pricing-module .container .content .card{width:100%}}section.pricing-module .container .content .card .text-content .text{font-size:1.375rem}section.pricing-module .container .content .card ul{border:1px solid rgba(40,50,70,.25);border-width:1px 0;display:flex;flex-direction:column;gap:.75rem;padding:.75rem 0}section.pricing-module .container .content .card ul li{font-size:.875rem;line-height:1.3;list-style-type:none;padding-left:1.5rem;position:relative}section.pricing-module .container .content .card ul li:before{background-color:#556d94;content:"";height:13px;left:0;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none' viewBox='0 0 12 13'%3E%3Cpath fill='%23556D94' fill-rule='evenodd' d='M6 12.5A6 6 0 1 0 6 .499 6 6 0 0 0 6 12.5m-.155-3.573 3.334-4-1.024-.854-2.867 3.44-1.483-1.484-.943.942 2 2 .516.516z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-position:50%;mask-repeat:no-repeat;mask-size:contain;position:absolute;top:50%;transform:translateY(-50%);width:12px}section.pricing-module .container .content .card .btn{margin-top:auto;width:100%}section.pricing-module .container .content .image{border-radius:1rem;overflow:hidden;position:relative;width:100%}@media (max-width:950px){section.pricing-module .container .content .image{display:none}}section.pricing-module .container .content .image.width-1{width:calc(75% - .5625rem)}section.pricing-module .container .content .image.width-2{width:calc(50% - .5625rem)}section.pricing-module .container .content .image.width-3{width:calc(25% - .5625rem)}section.pricing-module .container .content .image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}