.full-width-section{width:100%;min-height:720px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:stretch;justify-content:center;position:relative;background-color:#111}.full-width-section .content-wrapper{display:flex;width:100%;height:720px;position:relative;z-index:2}.full-width-section .content-block{flex:1;padding:20px;display:flex;flex-direction:column;text-align:center;color:#fff}.full-width-section .content-block.content-top{justify-content:flex-start}.full-width-section .content-block.content-center{justify-content:center}.full-width-section .content-block.content-bottom{justify-content:flex-end}.full-width-section .content-block .cntb-description{margin:20px 20px 0}.full-width-section .content-block .cntb-heading{margin:12px 20px 0}.full-width-section .content-block .cntb-description p{font-size:27px}.full-width-section .content-block .cntb-heading h1{font-size:60px;font-weight:700}.textlinkbtn{margin:15px 20px 0}.full-width-section .content-block .textlinkbtn a{font-weight:600;font-size:20px;cursor:pointer;transition:all .3s ease;display:inline-block;background-image:linear-gradient(90deg,#ec0c22,#f88751);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;text-decoration:none;position:relative}.full-width-section .content-block .textlinkbtn a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:linear-gradient(90deg,#ec0c22,#f88751);transition:width .3s ease;border-radius:1px}.full-width-section .content-block .textlinkbtn a:hover:after{width:100%}.full-width-section-mobile{display:none;width:100%}.full-width-section-mobile .mobile-block{width:100%;min-height:480px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-start;justify-content:center;position:relative;background-color:#111;aspect-ratio:4 / 3}.full-width-section-mobile .mobile-block .content-block{padding:30px 20px;display:flex;flex-direction:column;text-align:center;color:#fff;width:100%}.full-width-section-mobile .mobile-block .cntb-description{margin:10px 20px 12px}.full-width-section-mobile .mobile-block .cntb-heading{margin:0 20px 10px}.full-width-section-mobile .mobile-block .cntb-description p{font-size:19px}.full-width-section-mobile .mobile-block .cntb-heading h1{font-size:42px}.full-width-section-mobile .mobile-block .textlinkbtn{margin:7px 20px 0}.full-width-section-mobile .mobile-block .textlinkbtn a{font-weight:400;font-size:16px;cursor:pointer;transition:all .3s ease;display:inline-block;background-image:linear-gradient(90deg,#ec0c22,#f88751);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;text-decoration:none;position:relative}.full-width-section-mobile .mobile-block .textlinkbtn a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:linear-gradient(90deg,#ec0c22,#f88751);transition:width .3s ease;border-radius:1px}.full-width-section-mobile .mobile-block .textlinkbtn a:hover:after{width:100%}.full-width-section .content-block *,.full-width-section-mobile .content-block *{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.full-width-section .content-block a,.full-width-section-mobile .content-block a{pointer-events:auto!important;-webkit-user-select:auto!important;user-select:auto!important}@media (max-width: 768px){.full-width-section{display:none}.full-width-section-mobile{display:flex;flex-direction:column;gap:10px}}@media (min-width: 769px){.full-width-section-mobile{display:none}}.image-grid-section{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;padding:20px 0;margin:0 20px}@media screen and (min-width: 1200px){.image-grid-section{grid-template-columns:repeat(5,1fr)}}@media screen and (min-width: 768px) and (max-width: 1199px){.image-grid-section{grid-template-columns:repeat(3,1fr)}}.image-grid-item{position:relative;overflow:hidden;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease}.image-grid-item:hover{transform:translateY(-4px)}.image-grid-item img{width:100%;height:auto;display:block;transition:transform .3s ease}.download-icon{position:absolute;bottom:10px;right:10px;background-color:#ffffffe6;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px);transition:all .3s ease;box-shadow:0 2px 6px #0003}.image-grid-item:hover .download-icon{opacity:1;transform:translateY(0)}@media screen and (max-width: 767px){.download-icon{opacity:1;transform:none}}.download-icon svg{width:25px;height:25px;fill:#ec0c22}html{scroll-behavior:smooth}.faq-section-wrapper{width:100%;padding:40px 25px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000}.faq-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:30px;text-align:center}.faq-container{width:90%}.faq-section{display:flex;flex-wrap:wrap;gap:25px}.faq-card{flex:1 1 calc(50% - 20px);background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:15px;box-shadow:0 2px 6px #0000000d;transition:box-shadow .2s ease;cursor:pointer}.faq-card:hover{box-shadow:0 4px 12px #0000001a}.faq-question{font-weight:600;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;font-size:17px;gap:15px}.faq-icon{display:inline-block;font-size:1.2rem;transition:transform .3s ease}.faq-answer{max-height:0;overflow:hidden;color:#fff;line-height:1.5;transition:max-height .35s ease,opacity .35s ease,margin-top .35s ease;opacity:0;margin-top:0;letter-spacing:.5px}.faq-answer p{color:#000}.faq-answer a{color:#000;text-decoration:underline;transition:color .2s ease}.faq-answer p,.faq-answer ul,.faq-answer ol,.faq-answer li{color:#000!important}.faq-answer ul,.faq-answer ol{margin:10px 0 10px 20px}.faq-answer li{list-style-position:inside}.faq-card.active .faq-answer{max-height:1000px;opacity:1;margin-top:20px}.faq-card.active .faq-icon{transform:rotate(45deg);align-self:start}@media (max-width: 1200px){.faq-container{width:100%}}@media (max-width: 768px){.faq-card{flex:1 1 100%}.faq-answer ul,.faq-answer ol{margin:5px 0 5px 5px}}.card-section-wrapper{width:100%;padding:80px 25px 40px;display:flex;flex-direction:column;align-items:center;background-color:#000}.card-section-container{width:90%}.card-section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:30px;color:#fff}.card-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:25px}.card-item{width:calc(33.333% - 16.66px);background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease;min-width:250px}.card-logo{width:80px;height:80px;object-fit:contain;margin:0 auto 15px}.card-description{font-size:1rem;color:#333;flex-grow:1}@media (max-width: 1200px){.card-section-container{width:100%}}@media (max-width: 1024px){.card-item{width:calc(50% - 12.5px)}}@media (max-width: 768px){.card-item{width:100%}}.fullwidth-video-section{position:relative;width:100%;max-height:720px;overflow:hidden}.fullwidth-video-section video,.fullwidth-video-section iframe{width:100%;height:720px;object-fit:cover;display:block}.fullwidth-video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--overlay-text-color, #fff);padding:0 20px;z-index:2}.full-text-content h2{margin-bottom:10px;font-weight:700;font-size:48px;color:var(--overlay-text-color, #fff)}.full-text-content p{margin-bottom:15px;font-size:18px;color:var(--overlay-text-color, #fff)}.split-btn{font-size:var(--btn-font-size, 16px);display:inline-flex;justify-content:center;align-items:center;font-weight:400;background:linear-gradient(90deg,#ec0c22,#f88751);color:#fff;text-decoration:none;border:none;width:175px;height:45px;box-shadow:0 4px 6px #0003;transition:all .3s ease}.split-btn:hover{background:transparent;border:1px solid;border-image:linear-gradient(90deg,#ec0c22,#f88751) 1;color:transparent;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#ec0c22,#f88751);box-shadow:0 6px 10px #00000040}@media (max-width: 768px){.fullwidth-video-section video,.fullwidth-video-section iframe{height:400px}.full-text-content h2{font-size:32px}.full-text-content p{font-size:16px}.fullwidth-video-overlay{padding:0}}.responsive-bg-section{position:relative;width:100%;height:85vh;display:flex;align-items:center;justify-content:flex-start;background-image:var(--bg-desktop);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff}.responsive-bg-section .text-wrapper{position:absolute;top:50%;transform:translateY(-50%);max-width:400px;color:#000;left:10px}.responsive-bg-section h2{font-size:var(--title-font-size);margin:var(--title-mt) var(--title-mr) var(--title-mb) var(--title-ml);font-weight:650;line-height:65px}.responsive-bg-section p{font-size:var(--desc-font-size);margin:var(--desc-mt) var(--desc-mr) var(--desc-mb) var(--desc-ml);font-weight:600;margin-top:10px}.responsive-bg-section .cta-button{font-size:var(--btn-font-size);display:inline-flex;justify-content:center;align-items:center;font-weight:400;background:linear-gradient(90deg,#ec0c22,#f88751);color:#fff;text-decoration:none;border:none;width:175px;height:45px;box-shadow:0 4px 6px #0003;pointer-events:auto}.responsive-bg-section .cta-button:hover{background:transparent;border:1px solid;border-image:linear-gradient(90deg,#ec0c22,#f88751) 1;color:transparent;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#ec0c22,#f88751);box-shadow:0 6px 10px #00000040}.responsive-bg-section .text-wrapper{pointer-events:none}.responsive-bg-section .text-wrapper h2,.responsive-bg-section .text-wrapper p{-webkit-user-select:none;user-select:none}.responsive-bg-section .text-wrapper .cta-button{pointer-events:auto;-webkit-user-select:none;user-select:none}@media screen and (min-width: 1921px){.responsive-bg-section h2{font-size:calc(var(--title-font-size) * 1.25);margin:calc(var(--title-mt) * 1.25) calc(var(--title-mr) * 1.25) calc(var(--title-mb) * 1.25) calc(var(--title-ml) * 1.25);line-height:85px}.responsive-bg-section p{font-size:calc(var(--desc-font-size) * 1.25);margin:calc(var(--desc-mt) * 1.25) calc(var(--desc-mr) * 1.25) calc(var(--desc-mb) * 1.25) calc(var(--desc-ml) * 1.25);margin-top:15px}.responsive-bg-section .cta-button{font-size:calc(var(--btn-font-size) * 1.25);margin:calc(var(--btn-mt) * 1.25) calc(var(--btn-mr) * 1.25) calc(var(--btn-mb) * 1.25) calc(var(--btn-ml) * 1.25);width:218.75px;height:50px}.responsive-bg-section .text-wrapper{max-width:500px}}@media screen and (max-width: 1440px){.responsive-bg-section h2{font-size:calc(var(--title-font-size) * .75);margin:calc(var(--title-mt) * .75) calc(var(--title-mr) * .75) calc(var(--title-mb) * .75) calc(var(--title-ml) * .75);line-height:48px}.responsive-bg-section p{font-size:calc(var(--desc-font-size) * .85);margin:calc(var(--desc-mt) * .75) calc(var(--desc-mr) * .75) calc(var(--desc-mb) * .75) calc(var(--desc-ml) * .75)}.responsive-bg-section .cta-button{font-size:calc(var(--btn-font-size) * .75);margin:calc(var(--btn-mt) * .75) calc(var(--btn-mr) * .75) calc(var(--btn-mb) * .75) calc(var(--btn-ml) * .75);width:131.25px;height:30px}}@media screen and (max-width: 1080px){.responsive-bg-section h2{font-size:calc(var(--title-font-size) * .65);margin:calc(var(--title-mt) * .65) calc(var(--title-mr) * .65) calc(var(--title-mb) * .65) calc(var(--title-ml) * .65)}.responsive-bg-section p{font-size:calc(var(--desc-font-size) * .75);margin:calc(var(--desc-mt) * .65) calc(var(--desc-mr) * .65) calc(var(--desc-mb) * .65) calc(var(--desc-ml) * .65)}.responsive-bg-section .cta-button{font-size:calc(var(--btn-font-size) * .65);margin:calc(var(--btn-mt) * .65) calc(var(--btn-mr) * .65) calc(var(--btn-mb) * .65) calc(var(--btn-ml) * .65);width:113.75px;height:26px}}@media screen and (max-width: 880px){.responsive-bg-section h2{font-size:calc(var(--title-font-size) * .55);margin:calc(var(--title-mt) * .55) calc(var(--title-mr) * .55) calc(var(--title-mb) * .55) calc(var(--title-ml) * .55);line-height:65px}.responsive-bg-section p{font-size:calc(var(--desc-font-size) * .65);margin:calc(var(--desc-mt) * .55) calc(var(--desc-mr) * .55) calc(var(--desc-mb) * .55) calc(var(--desc-ml) * .55)}.responsive-bg-section .cta-button{font-size:calc(var(--btn-font-size) * .55);margin:calc(var(--btn-mt) * .55) calc(var(--btn-mr) * .55) calc(var(--btn-mb) * .55) calc(var(--btn-ml) * .55);width:calc(175px * .55);height:22px}}@media screen and (max-width: 767px){.responsive-bg-section{width:100%;max-width:100%;overflow:hidden;background-image:var(--bg-mobile);background-size:cover;background-position:center center;background-repeat:no-repeat;height:600px;display:flex;justify-content:flex-start;align-items:flex-start;box-sizing:border-box}.responsive-bg-section .text-wrapper{position:relative;top:5%;left:auto!important;transform:none!important;text-align:center;max-width:90%;margin:0 auto;padding:10px 0;box-sizing:border-box}.responsive-bg-section h2{font-size:calc(var(--title-font-size) * .65);margin:calc(var(--title-mt) * .65) calc(var(--title-mr) * .65) calc(var(--title-mb) * .65) calc(var(--title-ml) * .65);line-height:1.2;width:auto}.responsive-bg-section p{font-size:calc(var(--desc-font-size) * .85);margin:calc(var(--desc-mt) * .75) calc(var(--desc-mr) * .75) calc(var(--desc-mb) * .75) calc(var(--desc-ml) * .75);line-height:1.4}.responsive-bg-section .cta-button{font-size:calc(var(--btn-font-size) * .75);margin:calc(var(--btn-mt) * .75) calc(var(--btn-mr) * .75) calc(var(--btn-mb) * .75) calc(var(--btn-ml) * .75);width:131.25px;height:30px}}.custom-bg-text-section{position:relative;width:100%;height:85vh;display:flex;justify-content:var(--justify);align-items:var(--align);background-image:var(--bg-desktop);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;overflow:hidden;padding:0 5%}.custom-bg-text-section .bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,var(--overlay-opacity));z-index:1}.custom-bg-text-section .text-wrapper{z-index:2;display:flex;flex-direction:column;align-items:inherit;gap:25px;pointer-events:none}.custom-bg-text-section h2,.custom-bg-text-section p{-webkit-user-select:none;user-select:none;pointer-events:none;margin:0}.custom-bg-text-section h2{font-size:var(--title-font-size);font-weight:800}.custom-bg-text-section p{font-size:var(--desc-font-size);font-weight:450}.custom-bg-text-section .cta-button{font-size:var(--btn-font-size);display:inline-flex;justify-content:center;align-items:center;font-weight:400;background:linear-gradient(90deg,#ec0c22,#f88751);color:#fff;text-decoration:none;border:none;width:175px;height:45px;box-shadow:0 4px 6px #0003;pointer-events:auto}.custom-bg-text-section .cta-button:hover{background:transparent;border:1px solid;border-image:linear-gradient(90deg,#ec0c22,#f88751) 1;color:transparent;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#ec0c22,#f88751);box-shadow:0 6px 10px #00000040}.confirmation-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:none;justify-content:center;align-items:center;z-index:9999}.confirmation-popup .popup-content{background:#fff;padding:30px;border-radius:12px;text-align:center;max-width:720px;width:90%;box-shadow:0 4px 15px #00000040;letter-spacing:.1px}.popup-content h3{margin-bottom:7.5px;color:#000}.popup-description p{margin-bottom:25px;color:#6e6e6e;font-weight:400;font-size:18px}.popup-content label{display:block;margin-bottom:20px;font-size:14px;color:#000}.check-box-policy p{color:#000}.checkbox-wrapper #confirm-checkbox{width:20px;height:auto}.checkbox-wrapper .checkbox-label{margin:0}.checkbox-label p{color:#000;font-weight:400;font-size:15px}.checkbox-wrapper{display:flex;align-items:center;gap:8px;color:#000;font-size:14px;flex-direction:row}.checkbox-label a{color:#000;font-weight:400;font-size:15px;text-decoration:underline;transition:all .3s ease}.popup-details{color:#000;text-align:left}.popup-details p{font-weight:400;font-size:17.5px}.popup-details ul{margin:10px 25px;font-weight:400;font-size:17.5px}.popup-details *{color:#000!important}.confirmation-popup a{pointer-events:auto!important}.popup-content #confirm-button{font-size:var(--btn-font-size);display:inline-flex;justify-content:center;align-items:center;font-weight:400;background:linear-gradient(90deg,#ec0c22,#f88751);color:#fff;text-decoration:none;border:none;width:140px;height:35px;box-shadow:0 4px 6px #0003;pointer-events:auto;cursor:pointer}.popup-content #confirm-button:hover{background:transparent;border:1px solid;border-image:linear-gradient(90deg,#ec0c22,#f88751) 1;color:transparent;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#ec0c22,#f88751);box-shadow:0 6px 10px #00000040}.popup-content #cancel-button{font-size:var(--btn-font-size);display:inline-flex;justify-content:center;align-items:center;font-weight:400;color:#fff;background-color:#000;width:140px;height:35px;box-shadow:0 4px 6px #0003;pointer-events:auto;cursor:pointer}.popup-content #cancel-button:hover{color:#000;background-color:#fff;border:1px solid black}.button-group-popup{display:flex;flex-direction:row;gap:25px;justify-content:center;align-items:center}.text-wrapper h2{font-size:2.5rem;font-weight:700}.confirmation-popup #confirm-button:disabled{opacity:.5;cursor:not-allowed}@media screen and (min-width: 1921px){.custom-bg-text-section h2{font-size:calc(var(--title-font-size) * 1.25)}.custom-bg-text-section p{font-size:calc(var(--desc-font-size) * 1.25)}.custom-bg-text-section .cta-button{font-size:calc(var(--btn-font-size) * 1.25);width:218.75px;height:56.25px}}@media screen and (max-width: 1440px){.custom-bg-text-section h2{font-size:calc(var(--title-font-size) * .85)}.custom-bg-text-section p{font-size:calc(var(--desc-font-size) * .85)}.custom-bg-text-section .cta-button{font-size:calc(var(--btn-font-size) * .85);width:148.75px;height:38.25px}}@media screen and (max-width: 767px){.custom-bg-text-section{background-image:var(--bg-mobile);height:300px;justify-content:center;align-items:flex-start}.custom-bg-text-section .text-wrapper{max-width:90%;margin:0 auto;text-align:center;align-items:center;height:100%;justify-content:center}.custom-bg-text-section h2{font-size:calc(var(--title-font-size) * .65);line-height:1.2}.custom-bg-text-section p{font-size:calc(var(--desc-font-size) * .75);line-height:1.4}.custom-bg-text-section .cta-button{font-size:calc(var(--btn-font-size) * .75);width:131.25px;height:33.75px}.popup-details ul{font-size:calc(var(--btn-font-size) * .85)}.button-group-popup{margin-top:10px}}.notice-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:none;justify-content:center;align-items:center;z-index:9999}.notice-popup{background:#fff;padding:2rem;border-radius:10px;max-width:500px;width:90%;text-align:center;box-shadow:0 8px 20px #0003;animation:fadeInUp .3s ease-out;letter-spacing:.25px}.notice-popup h2{margin-bottom:1rem;font-size:1.5rem;color:#000;font-weight:800}.notice-popup p{margin-bottom:1.5rem;font-size:1.1rem;color:#444}.notice-popup button{font-size:var(--btn-font-size);display:inline-flex;justify-content:center;align-items:center;font-weight:400;background:linear-gradient(90deg,#ec0c22,#f88751);color:#fff;text-decoration:none;border:none;width:140px;height:35px;box-shadow:0 4px 6px #0003;pointer-events:auto;cursor:pointer}.notice-popup button:hover{background:transparent;border:1px solid;border-image:linear-gradient(90deg,#ec0c22,#f88751) 1;color:transparent;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#ec0c22,#f88751);box-shadow:0 6px 10px #00000040}.notice-popup strong{font-weight:800}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.parallax-section{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden;background-size:cover;background-position:center;background-attachment:fixed}.parallax-section .parallax-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;transition:background-color .3s ease}.parallax-section.none .parallax-overlay{background-color:transparent!important}.parallax-section.light .parallax-overlay{background-color:#ffffff4d!important}.parallax-section.dark .parallax-overlay{background-color:#00000080!important}.parallax-content{position:relative;z-index:2}.parallax-content h2{margin-bottom:10px;font-weight:700}.parallax-content p{margin-bottom:15px;font-size:18px}.parallax-button{font-size:16px;display:inline-flex;justify-content:center;align-items:center;font-weight:400;background:linear-gradient(90deg,#ec0c22,#f88751);color:#fff;text-decoration:none;border:none;width:175px;height:45px;box-shadow:0 4px 6px #0003;pointer-events:auto}.parallax-button:hover{background:transparent;border:1px solid;border-image:linear-gradient(90deg,#ec0c22,#f88751) 1;color:transparent;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#ec0c22,#f88751);box-shadow:0 6px 10px #00000040}.mobile-parallax-section{display:none;text-align:center;padding:40px 20px}.mobile-parallax-image{width:100%;height:auto;margin-bottom:20px}.mobile-parallax-content h2{margin-bottom:10px;font-weight:700}.mobile-parallax-content p{margin-bottom:15px;font-size:16px}@media (max-width: 768px){.parallax-section{display:none!important}.mobile-parallax-section{display:block}}.media-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:35px;padding:50px;background-color:var(--media-grid-bg)}.media-card-wrapper{width:auto;display:flex;flex-direction:column;align-items:center}.media-card{position:relative;width:450px;height:450px;overflow:hidden;background:#000;box-shadow:0 2px 6px #0000000d;transition:transform .3s ease}.media-card:hover{transform:translateY(-4px)}.media-card img,.media-card video,.media-card iframe,.media-card .video-fill{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-wrapper{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.card-content{margin-top:12px;text-align:left;width:100%;padding:0 12px;box-sizing:border-box}.card-content h3{margin:0 0 8px;font-size:24px;font-weight:600;color:#fff;word-break:break-word}.card-content p{margin:0;font-size:14px;color:#fff;word-break:break-word}@media (max-width: 768px){.media-grid{flex-direction:column;align-items:center;gap:40px;padding:25px}.media-card{width:100%;max-width:100%;aspect-ratio:1 / 1;height:auto}.media-card-wrapper{width:100%;max-width:500px}}
/*# sourceMappingURL=/cdn/shop/t/30/compiled_assets/styles.css.map?23415= */
