.customModalContainer{position:fixed;height:100vh;display:flex;opacity:0;visibility:hidden;overflow:hidden;align-items:center;z-index:1000;padding:50px 10px;background-color:rgba(0,0,0,.8);inset:0;justify-content:center;transition:.3s ease-in-out}.customModalContainer.show{overflow-y:auto;opacity:1;visibility:visible}.customModal{max-width:500px;border-radius:10px;border:1px solid #ddd;width:100%;background-color:#fff}.customModalHeader{display:flex;align-items:center;padding:20px;border-bottom:1px solid #ddd;justify-content:space-between}.customModalHeader h4{font-size:24px;font-weight:700;color:var(--color-2)}.customModalHeader button{border:none;outline:0;background:0 0;cursor:pointer}.customModalHeader button svg{width:16px;height:16px;fill:var(--default)}.customModalHeader button:hover svg{fill:black}.custommodal-body{padding:20px}.production-regions_modal{max-width:100%;background-color:#081a3d;border:none;padding:0;position:relative}.production-regions_modal .customModalHeader{justify-content:flex-end;border:none}.production-regions_modal button{position:absolute;top:10px;z-index:10;right:10px}.production-regions_modal button svg{fill:var(--crimsonBlaze);width:30px;height:30px}.production-regions_body{overflow-y:auto;display:grid;max-height:400px;gap:20px;grid-template-columns:repeat(1,minmax(0,1fr))}.production-regions_body::-webkit-scrollbar{height:1px;width:2px}.production-regions_body::-webkit-scrollbar-track{border-radius:33px;background:#ddd}.production-regions_body::-webkit-scrollbar-thumb{background:var(--crimsonBlaze);border-radius:33px}.production-regions_body figure{height:fit-content;width:100%}.production-regions_body figure img{width:100%;margin:0;object-fit:cover;height:100%}.production-regions_body article{line-height:1.2;font-size:16px;color:#fff;opacity:.8;font-style:normal;hyphens:auto}.production-regions_body article::-webkit-scrollbar{height:1px;width:2px}.production-regions_body article::-webkit-scrollbar-track{border-radius:33px;background:#f4f3f3}.production-regions_body article::-webkit-scrollbar-thumb{background:var(--midnightBlue);border-radius:33px}.production-regions_body article h2{color:#d12a2e;font-size:24px;opacity:1;margin-bottom:20px;text-align:start;font-weight:700;line-height:1.2}.production-regions_body article b{opacity:1}@media screen and (min-width:768px){.production-regions_modal{max-width:80%}@media screen and (min-width:992px){.production-regions_body{padding:0;overflow-y:unset;grid-template-columns:repeat(2,minmax(0,1fr))}.production-regions_body article{padding:20px;overflow-y:auto;max-height:400px}.production-regions_body figure img{height:400px}}}