.logout-main-wrapper{background-color:#fff;background:var(--Secondary-White,#fff);border-radius:20px;flex-direction:column;width:90%;max-width:480px;padding:24px;display:flex}.logout-main-wrapper .logout-header{justify-content:space-between;display:flex}.logout-main-wrapper .logout-header p{color:var(--Secondary-500,#232323);font-family:Cera Pro;font-size:24px;font-style:normal;font-weight:500;line-height:130%}.logout-main-wrapper .logout-header .close-ic{cursor:pointer}.logout-main-wrapper p{color:var(--Colors-Grey-grey-800,#4a4b4c);margin:8px 0;font-family:Cera Pro;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.logout-main-wrapper .logout-btns-wrapper{justify-content:flex-end;gap:8px;display:flex}@media (max-width:1200px){.logout-main-wrapper .logout-btns-wrapper{flex-direction:column}}.logout-main-wrapper .logout-btns-wrapper button{letter-spacing:2.1px;text-transform:uppercase;border:1px solid var(--Colors-Grey-grey-300,#aeafb1);color:var(--Colors-Grey-grey-300,#aeafb1);border-radius:4px;padding:8px 12px;font-family:Cera Pro;font-size:14px;font-style:normal;font-weight:500;line-height:normal}@media (max-width:1200px){.logout-main-wrapper .logout-btns-wrapper button{width:100%}}.logout-main-wrapper .logout-btns-wrapper button.red{color:var(--White,#fff);background:#ed2224;border:none}
.email-popup{background:var(--Secondary-White,#fff);border-radius:20px;flex-direction:column;padding:24px;display:flex}.email-popup .email-header{justify-content:space-between;display:flex}.email-popup .email-header p{color:var(--Secondary-500,#232323);font-family:Cera Pro;font-size:24px;font-style:normal;font-weight:500;line-height:130%}.email-popup .email-header .icon{cursor:pointer}.email-popup p{color:var(--Colors-Grey-grey-800,#4a4b4c);margin-top:12px;font-family:Cera Pro;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.email-popup .fields_wrap{align-items:flex-start;gap:24px;width:100%;margin:24px 0;display:flex}@media (max-width:1200px){.email-popup .fields_wrap{flex-direction:column;gap:12px;display:flex}}.email-popup .fields_wrap input,.email-popup .fields_wrap select{background:#fff;border:1px solid #d2dde2;border-radius:4px;flex:1 0 0;justify-content:center;align-items:center;gap:10px;max-width:100%;padding:12px 10px;display:flex}@media (max-width:1200px){.email-popup .fields_wrap input,.email-popup .fields_wrap select{align-self:stretch}}.email-popup .fields_wrap input ::placeholder,.email-popup .fields_wrap select ::placeholder{color:var(--Black,#000);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.email-popup .fields_wrap.two input,.email-popup .fields_wrap.two select{max-width:calc(50% - 7px)}.email-popup .fields_wrap.three{width:98%}.email-popup .fields_wrap.three input:first-of-type{min-width:calc(50% - 8px)}.email-popup .modal-btns-wrapper{align-self:flex-end;gap:12px;display:flex}@media (max-width:1200px){.email-popup .modal-btns-wrapper{flex-direction:column;min-width:100%}}.email-popup .modal-btns-wrapper button{border:1px solid var(--Colors-Grey-grey-300,#aeafb1);color:var(--Colors-Grey-grey-300,#aeafb1);letter-spacing:1.28px;text-transform:uppercase;border-radius:4px;padding:16px 32px;font-family:Cera Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.email-popup .modal-btns-wrapper button.green{background:var(--Green,#40be6c);color:var(--White,#fff);border:none}
.email-popup{background:var(--Secondary-White,#fff);border-radius:20px;flex-direction:column;padding:24px;display:flex}.email-popup .email-header{justify-content:space-between;display:flex}.email-popup .email-header p{color:var(--Secondary-500,#232323);font-family:Cera Pro;font-size:24px;font-style:normal;font-weight:500;line-height:130%}.email-popup .email-header .icon{cursor:pointer}.email-popup p{color:var(--Colors-Grey-grey-800,#4a4b4c);margin-top:12px;font-family:Cera Pro;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.email-popup .fields_wrap{align-items:flex-start;width:100%;display:flex;margin:12px 0!important}@media (max-width:1200px){.email-popup .fields_wrap{flex-direction:column;gap:12px;display:flex}}.email-popup .fields_wrap input,.email-popup .fields_wrap select{background:#fff;border:1px solid #d2dde2;border-radius:4px;flex:1 0 0;justify-content:center;align-items:center;gap:10px;max-width:100%;padding:12px 10px;display:flex}@media (max-width:1200px){.email-popup .fields_wrap input,.email-popup .fields_wrap select{align-self:stretch}}.email-popup .fields_wrap input ::placeholder,.email-popup .fields_wrap select ::placeholder{color:var(--Black,#000);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.email-popup .fields_wrap.two input,.email-popup .fields_wrap.two select{max-width:calc(50% - 7px)}.email-popup .fields_wrap.three{width:98%}.email-popup .fields_wrap.three input:first-of-type{min-width:calc(50% - 8px)}.email-popup .checkbox-div{gap:4px;display:flex}.email-popup .checkbox-div .checkbox-label{color:var(--Colors-Grey-grey-700,#5f6162);margin-left:4px;font-family:Cera Pro;font-size:14px;font-style:normal;font-weight:500;line-height:140%}.email-popup .checkbox-div #saveDefault{border-radius:var(--size-150,6px);border:1px solid var(--Green,#40be6c);background:var(--Colors-Green-green-50,#ecf9f0);margin-right:8px}.email-popup .modal-btns-wrapper{align-self:flex-end;gap:12px;margin-top:24px;display:flex}@media (max-width:1200px){.email-popup .modal-btns-wrapper{flex-direction:column;min-width:100%}}.email-popup .modal-btns-wrapper button{border:1px solid var(--Colors-Grey-grey-300,#aeafb1);color:var(--Colors-Grey-grey-300,#aeafb1);letter-spacing:1.28px;text-transform:uppercase;border-radius:4px;padding:16px 32px;font-family:Cera Pro;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.email-popup .modal-btns-wrapper button.green{background:var(--Green,#40be6c);color:var(--White,#fff);border:none}
.modal-wrapper{background:linear-gradient(#ffffff4d 0% 100%),#d3d3d3 url(/assets/optionsDesk.svg) 50%/cover no-repeat;border-radius:10px;max-width:75vw;padding:40px;overflow:hidden}@media (max-width:1100px){.modal-wrapper{padding:24px}}@media (max-width:624px){.modal-wrapper{padding:16px}}.modal-wrapper .title-header{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.modal-wrapper .title-header h1{color:var(--Dark-Blue,#1f4d6f);font-family:Cera Pro;font-size:2vw;font-style:normal;font-weight:500;line-height:normal}@media (max-width:1100px){.modal-wrapper .title-header h1{font-size:24px}}.modal-wrapper .prints{flex-wrap:wrap;place-content:flex-start center;align-self:stretch;align-items:flex-start;gap:-8vw;margin-top:10vw;display:flex}.modal-wrapper .prints .card{background-image:url(/assets/ply1.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-direction:column;flex:1 0 0;justify-content:center;align-items:center;min-height:32vw;padding:2.5vw 1.67vw 3.2vw;display:flex;position:relative}.modal-wrapper .prints .card .text_box{flex-direction:column;gap:2vw;margin-top:-6vw;padding-top:65%;padding-left:3.5vw;padding-right:4%;font-size:.75vw;display:flex}.modal-wrapper .prints .card .text_box .heading{color:var(--White,#fff);text-align:center;letter-spacing:.38vw;text-transform:uppercase;margin-left:-2vw;font-family:Cera Pro;font-size:1.25vw;font-style:normal;font-weight:700;line-height:1.56vw;margin-top:-10.5vw!important}.modal-wrapper .prints .card .text_box .list{flex-direction:column;align-self:stretch;align-items:flex-start;gap:.63vw;display:flex}.modal-wrapper .prints .card .text_box .list .item{align-self:stretch;align-items:center;gap:.63vw;padding:0 2vw 0 0;display:flex}.modal-wrapper .prints .card .text_box .list .item .icon{background:0 0;border-radius:.42vw;align-items:center;gap:.42vw;padding:.31vw;display:flex}.modal-wrapper .prints .card .text_box .list .item .icon img{color:#fff;width:1.67vw;height:1.67vw;margin-top:none}.modal-wrapper .prints .card .text_box .list .item .text{color:var(--White,#fff);letter-spacing:.01vw;max-width:29.4vw;font-family:Cera Pro;font-style:normal;font-weight:500;line-height:1.41vw}.modal-wrapper .prints .card .main{width:28.63vw;max-width:25vw;height:19.58vw;max-height:17.58vw;position:absolute;inset:-7vw auto auto 4.5vw!important}.modal-wrapper .prints .card .main.digital{width:25.19vw;height:19.58vw}.modal-wrapper .prints .card.light{background-image:url(/assets/ply2.svg)}.modal-wrapper .prints .card.light .main{width:28.63vw;max-width:28.63vw;height:19.58vw;max-height:19.58vw;position:absolute;inset:-9vw auto auto 2.5vw!important}.modal-wrapper .prints .card.light .main.digital{width:25.19vw;height:19.58vw}.modal-wrapper .prints .card.light .icon{background:0 0!important}
