.custom_modal_container{width:100lvw;height:100lvh;position:relative}.custom_modal_back_button{z-index:1;width:fit-content;position:absolute;top:5%;left:3%;box-shadow:0 4px 12px #00000040}.custom_modal_text_background{font-size:7rem;font-family:var(--font-text-bold);background:linear-gradient(to bottom,#0000000a,var(--primary-color));-webkit-text-fill-color:transparent;color:#0000;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0;-webkit-background-clip:text;background-clip:text;position:absolute;top:1rem;left:50%;transform:translate(-50%)}.custom_modal_block{z-index:1;border:1px solid var(--light-grey-color);background-color:var(--primary-color);border-radius:24px;width:100%;max-width:900px;padding:2rem;position:relative;box-shadow:0 25px 50px #0003,0 10px 20px #0000001a}@media (max-width:1024px) and (orientation:portrait){.custom_modal_text_background{top:6rem}.custom_modal_container{width:100dvw;height:100dvh}.custom_modal_block{max-width:90%;max-height:78%}}@media (max-width:768px){.custom_modal_back_button{top:3%}.custom_modal_block{overflow:scroll}.custom_modal_text_background{font-size:4.5rem}}
