section.download-module{overflow:hidden;position:relative;z-index:2}section.download-module .container{display:flex;flex-direction:column;gap:45px}section.download-module .container .text-content{display:flex;flex-direction:column;gap:15px}section.download-module .container .wrapper{display:grid;gap:45px 30px;grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (max-width:1390px){section.download-module .container .wrapper{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:1080px){section.download-module .container .wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:540px){section.download-module .container .wrapper{gap:30px;grid-template-columns:1fr}}section.download-module .container .wrapper .card{appearance:none;background-color:#f2f2f2;border:0;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:200px;justify-content:space-between;padding:20px 30px 30px;user-select:none}section.download-module .container .wrapper .card:hover .bottom svg{transform:translateY(5px)}section.download-module .container .wrapper .card .h4{display:-webkit-box;font-family:ISLSemi;line-height:160%;text-align:left;text-decoration:underline;text-decoration-color:#ff8278;text-decoration-thickness:1px;text-underline-offset:8px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}section.download-module .container .wrapper .card .bottom{align-items:center;display:flex;justify-content:space-between;text-align:left;width:100%}section.download-module .container .wrapper .card .bottom svg{height:21px;min-width:21px;transition:.3s ease;width:21px}section.download-module .popup-wrapper{align-items:center;bottom:0;display:flex;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;transition:.3s ease;visibility:hidden;width:100%;z-index:999}@media screen and (max-width:768px){section.download-module .popup-wrapper{align-items:flex-end}}section.download-module .popup-wrapper.active{opacity:1;visibility:visible}section.download-module .popup-wrapper.active .popup-content{transform:translateY(0)}section.download-module .popup-wrapper .popup-close{background-color:rgba(0,0,0,.35);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1000}section.download-module .popup-wrapper .popup-content{background-color:#fff;border:1px solid rgba(0,0,0,.102);border-radius:10px;box-shadow:0 4px 20px 0 rgba(0,0,0,.102);display:flex;flex-direction:column;gap:45px;height:fit-content;max-width:100%;padding:30px;position:relative;transform:translateY(20px);transition:.3s ease;width:545px;z-index:1001}@media screen and (max-width:768px){section.download-module .popup-wrapper .popup-content{border-radius:10px 10px 0 0;height:calc(100% - 200px);padding:30px 30px 0}section.download-module .popup-wrapper .popup-content form{padding-bottom:30px}}section.download-module .popup-wrapper .popup-content:has(>.ms-form-section>.hs_cos_wrapper>div[data-hs-forms-root=true]>.submitted-message) .h4{display:none}section.download-module .popup-wrapper .popup-content .h4{font-family:ISLSemi}@media screen and (max-width:768px){section.download-module .popup-wrapper .popup-content .ms-form-section{height:100%;overflow-y:scroll;scrollbar-color:transparent;scrollbar-width:0}section.download-module .popup-wrapper .popup-content .ms-form-section::-webkit-scrollbar{display:none}}section.download-module .popup-wrapper .popup-content .ms-form-section form .hs_submit .actions input,section.download-module .popup-wrapper .popup-content .ms-form-section form.hs-form .hs_submit .actions input{display:flex;margin-top:15px}section.download-module .popup-wrapper .popup-content .close-btn{align-items:center;background-color:#ff8278;border:0;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;position:absolute;right:-30px;top:-30px;transition:.3s ease;width:60px;z-index:1002}@media screen and (max-width:768px){section.download-module .popup-wrapper .popup-content .close-btn{right:30px}}section.download-module .popup-wrapper .popup-content .close-btn:hover{background-color:#000}section.download-module .popup-wrapper .popup-content .close-btn:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none' viewBox='0 0 21 21'%3E%3Cpath fill='%23fff' d='M10.5 8.32 18.13.69l2.18 2.18-7.63 7.631 7.63 7.63-2.18 2.181-7.63-7.63-7.631 7.63-2.18-2.18 7.63-7.63L.69 2.87 2.868.69z'/%3E%3C/svg%3E");display:block;height:20px;width:20px}