.ELE001 .container,.ELE010 .container{display:flex;flex-direction:column;gap:.5em;margin:auto}.ELE001 .mail_div,.ELE010 .mail_div{display:inline-flex;justify-content:flex-start;gap:1em;white-space:nowrap;margin:.5em;width:fit-content;align-self:center}.ELE001 .form,.ELE010 .form{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;overflow-y:auto;max-height:30vh;justify-items:center;align-items:center;padding:.25rem 0}.ELE001 .guest_background,.ELE010 .guest_background{margin:.5em;position:relative;background:rgba(255,255,255,.2);border-radius:.5em;padding:1em;display:grid;width:fit-content;grid-template-columns:fit-content(100%) 1fr;gap:.5em;box-shadow:var(--bs_0)}.ELE010 .letter_icon{display:grid;position:relative;margin:auto;max-width:40em;height:fit-content;cursor:pointer;filter:drop-shadow(2px 4px 6px gray);background-color:#c4c6b8}.ELE010 .letter_base{position:relative;z-index:1;-webkit-transform:translate3d(0,0,-1000px)}.ELE010 .letter_animation{position:absolute;left:0;top:0;transform-origin:top left;z-index:2;-webkit-transform:translate3d(0,0,0)}.ELE010 .letter_closed{position:absolute;left:0;z-index:10;-webkit-transform:translate3d(0,0,4000px);opacity:0;pointer-events:none}.ELE010 .letter{position:absolute;overflow:auto;background-color:#dfe0d8;border-radius:.5em;padding:1rem 2rem;top:0;height:calc(100% - 4rem);max-width:100%;margin:1em;filter:drop-shadow(2px 4px 6px gray);cursor:auto;z-index:0;-webkit-transform:translate3d(0,0,-2000px);display:flex;flex-direction:column;gap:1rem}.ELE010 .form_body{display:grid;grid-template-columns:1.5fr 1fr}.ELE010 .comment{font-family:unset;resize:none;width:auto}.ELE002 .container{display:inline-flex;min-width:100%;gap:2em;overflow:auto;flex-direction:row}.ELE002 .container>div:first-child{margin-left:auto}.ELE002 .container>div:last-child{margin-right:auto}.ELE002 .column_object{width:30%;max-width:30%;min-width:30%;height:100%;display:flex;flex-direction:column;row-gap:1em;justify-content:space-between;margin:1px;padding:.5rem}.ELE002 .column_object>h1{overflow:auto;white-space:nowrap;margin-bottom:0}.ELE002 .column_object>.img_div{width:-webkit-fill-available;width:-moz-available;height:10em;width:100%;border-radius:5px;overflow:hidden}.ELE002 .column_object>.text_object{height:20vh;overflow:auto;font-size:small;font-weight:lighter;text-align:justify}.ELE002 .column_object>button{width:-webkit-fill-available;width:-moz-available}.ELE200 .container{display:flex;column-gap:1em}.ELE200 .obj_container{min-height:15em;box-shadow:var(--bs_3);border-radius:var(--border_radius)}.ELE200 .text_content{overflow:auto;max-height:40vh}.ELE003.capture{margin-bottom:.5em;font-family:rubik;font-size:.8em}.ELE003 .centerImageDiv{height:60vh;border-radius:90% var(--border_radius);overflow:hidden;box-shadow:var(--bs_3);transition:border-radius .5s ease-in}.ELE003 .centerImageDiv:hover{border-radius:var(--border_radius);transition:border-radius .5s ease-in}.ELE003 .person{position:absolute;display:flex;flex-direction:column;gap:.5em;opacity:1;transition:opacity .5s ease-in .25s}.ELE003 .centerImageDiv:hover~.person{opacity:0;transition:opacity .5s ease-in}.ELE003 .person_a{left:0;top:0;justify-content:flex-start;align-items:flex-start}.ELE003 .person_b{right:0;bottom:0;justify-content:flex-end;align-items:flex-end}.ELE003 .person>.name{display:inline-flex;align-items:flex-end;gap:1rem}.ELE003 .name_prefix{font-size:xx-large;font-weight:700}.ELE003 .name_postfix{margin-bottom:.5rem}.ELE003 .contact_item,.ELE004 .overlay>div{display:inline-flex;align-items:center;gap:.5rem}.ELE003 .person_a .contact_item{justify-content:flex-start}.ELE003 .person_b .contact_item{justify-content:flex-end}.ELE004 .body{display:flex;flex-direction:row;justify-content:space-evenly}.ELE004 .person_div{width:30%;overflow:hidden;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.ELE004 .person_div>h3,.ELE006 .top_card_info>h2{margin-bottom:0}.ELE004 .centerImageDiv{width:-webkit-fill-available;width:-moz-available;overflow:hidden;border-radius:50%;box-shadow:var(--bs_1);margin:4px;transition:border-radius .25s,filter .25s;aspect-ratio:1}.ELE004 .overlay{pointer-events:none;position:absolute;width:100%;height:100%;top:0;color:var(--color_background);display:flex;flex-direction:column;justify-content:space-evenly;opacity:0;transition:opacity .25s}.ELE004 .overlay>div{justify-content:center}.ELE004 .infobox{position:relative;border-radius:50%}.ELE004 .infobox:hover>.centerImageDiv{filter:brightness(.3);border-radius:20%}.ELE004 .infobox:hover>.overlay{opacity:1}.ELE005 .outer{display:flex;flex-direction:column;justify-content:space-evenly;max-height:70vh;position:relative;overflow:hidden}.ELE005 .nav_button{position:absolute;font-size:2em;cursor:pointer;z-index:1}.ELE005 .img_bar,.ELE005 .img_slide{overflow:auto;display:flex;flex-direction:row}.ELE005 .img_bar{scroll-snap-type:x mandatory}.ELE005 .img_slide{width:calc(100% - 10px);height:3rem;background:#00000087;padding:5px;justify-content:space-between;max-height:100px;border-radius:5px;opacity:.2;align-content:center;transition:opacity .25s,height .25s}.ELE005 .img_slide:hover{opacity:1;height:8rem}.ELE005 .img_div{position:relative;flex:1 0 100%;scroll-snap-align:center;padding:5px;overflow:hidden}.ELE005 .img_div>div{position:absolute;bottom:0;width:-webkit-fill-available;width:-moz-available}.ELE005 .img_title{text-align:center;margin:auto auto .5rem;padding:.5em;width:max-content;background-color:#1c1c1c99;color:var(--color_background);border-radius:1rem}.ELE005 .large_img{max-width:100%;max-height:100%;height:100%;border-radius:var(--border_radius);box-shadow:var(--bs_3)}.ELE005 .min_img_outer{cursor:pointer;overflow:hidden;align-content:center;justify-content:center;align-items:center;width:-webkit-fill-available;width:-moz-available;margin-left:.25em;margin-right:.25em;min-width:2em;display:flex}.ELE005 .min_img_outer>img{height:100%;border-radius:var(--border_radius)}.ELE005 .min_img_outer:hover>img{box-shadow:var(--bs_1)}.ELE006 .container{max-height:80vh;margin:auto}.ELE006 .raster_view{position:relative;display:flex;flex-wrap:wrap;overflow:hidden;box-shadow:var(--bs_3);border-radius:var(--border_radius)}.ELE006 .card_ele{aspect-ratio:1;cursor:pointer;position:relative;overflow:hidden;--delay:0s;transition:transform .5s ease-in-out var(--delay)}.ELE006 .raster_view.rotated .card_ele{transform:rotateY(180deg)}.ELE006 .card_blocker{position:absolute;opacity:0;transition:opacity .5s ease-in-out var(--delay)}.ELE006 .raster_view.rotated .card_blocker{opacity:.95}.ELE006 .card_blocker,.ELE006 .card_border,.ELE006 .card_tag{width:100%;height:100%;background-color:var(--color_background)}.ELE006 .card_border{padding:.15rem}.ELE006 .card_tag{position:absolute;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .25s}.ELE006 .card_tag:hover:not(.raster_view.rotated){opacity:.8}.ELE006 .top_card{display:flex;position:absolute;flex-wrap:wrap;gap:1rem;width:-webkit-fill-available;width:-moz-available;--delay:0s;transition:opacity .5s ease-in-out;opacity:0;pointer-events:none}.ELE006 .raster_view.rotated .top_card{opacity:1;pointer-events:all;transition:opacity .5s ease-in-out 1.5s}.ELE006 .top_card_img_div,.ELE006 .top_card_info{height:calc(50% - .5rem);width:calc(50% - .5rem);overflow:hidden}.ELE006 .top_card_info{display:flex;flex-direction:column}.ELE006 .top_card_info>.description{overflow:auto;padding-right:1rem}.ELE006 .iframe_scaled,.ELE006 .top_card_img_div>img{border-radius:0}.ELE006 .details,.ELE006 .top_card>.map{height:calc(50% - .5rem);width:calc(50% - .5rem);overflow:hidden}.ELE006 .btn_top_corner{position:absolute;right:0;top:0;margin:.5rem;font-size:1.5rem}.ELE007 .container{max-height:80vh;margin:auto;overflow-x:auto}.ELE007 .timeline{position:relative;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;width:max-content;gap:1rem;margin:2px}.ELE007 .timeline_background{position:absolute;background-color:var(--color_background);height:.25rem;width:100%;z-index:-1;bottom:5rem}.ELE007 .timeline_ele{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:20vw}.ELE007 .timeline_ele>*{min-height:1.5rem}.ELE007 .timeline_ele_background{width:100%;height:calc(100% - 6rem);position:absolute;z-index:-1;border-radius:1rem;overflow:hidden;filter:drop-shadow(0 1px 2px rgba(60,64,67,.3));-webkit-filter:drop-shadow(0 1px 2px rgba(60,64,67,.3))}.ELE007 .timeline_title{margin:.5rem .5rem 0}.ELE007 .timeline_text{margin:0 .5rem .5rem;max-height:20vh;overflow:auto}.ELE007 .centerImageDiv{width:5rem;height:5rem;border-radius:50%;overflow:hidden;border:.2rem solid var(--color_background);background-color:var(--color_background);box-shadow:var(--bs_3)}.ELE300 .outer_text{max-height:40vh;overflow:auto}.ELE300 .container,.ELE300 .image_area{display:grid;gap:1rem;grid-auto-flow:row}.ELE300 .container{grid-template-columns:auto 10rem;grid-template-rows:10rem auto;grid-template-areas:"image_area edit_area""image_area selction_area"}.ELE300 .container>div{background-color:#ffffff38;border-radius:.5rem;padding:.5rem}.ELE300 .image_area{grid-template-areas:"image_grid";grid-area:image_area;max-height:65vh}.ELE300 .image_grid{grid-area:image_grid;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(10rem,.25fr));overflow:scroll}.ELE300 .centerImage{border-radius:var(--border_radius);overflow:hidden}.ELE300 .edit_area{display:grid;grid-template-rows:1em auto;grid-template-columns:100%;gap:.5rem}.ELE300 .selction_area{grid-area:selction_area;display:flex;flex-direction:column;gap:1rem}.ELE300 .section_field{height:100%;width:100%;min-width:100%;scroll-snap-align:center;display:grid;grid-template-rows:1.5rem auto;grid-template-columns:100%}.ELE300 .card_body{min-width:100%}.ELE300 .card_body.upload_section{display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;gap:.25rem}.ELE300 .person_icon{border-radius:50%;width:3rem;height:3rem;position:absolute;left:0;top:0;overflow:hidden;box-shadow:var(--bs_0)}.ELE300 .person_back{width:-webkit-fill-available;height:4rem;position:relative}.ELE300 .person_back>*{border:var(--borderboxing);box-sizing:border-box}.ELE300 .person_back:hover>*{box-shadow:0 0 4px 0#9e9e9e}.ELE300 .person_overlay{position:absolute;border-radius:.5rem;margin:1rem 0 0 1rem;display:flex;flex-direction:column;align-items:flex-start;padding:.2rem .2rem .2rem 3rem}.ELE300 .img_item,.ELE300 .person_overlay{width:-webkit-fill-available}.ELE300 .image_button{cursor:pointer;position:absolute;right:0;bottom:0;padding:.25em;background-color:#ffffff9c;box-shadow:var(--bs_3);border-radius:var(--border_radius);transition:.25s}.ELE300 .image_miniature{position:relative}.ELE300 .image_upload_status>img{opacity:.2;transition:.5s}.ELE300 .image_button:hover,.selected>i.image_button{box-shadow:0 0 6px 0#2961d9}.ELE120 .outer{display:flex;row-gap:1rem;flex-direction:column;max-height:40vh;overflow:auto}.ELE120 .row{display:inline-flex;gap:1em;justify-content:flex-start;align-items:center}.ELE120 .capital{font-size:1.5rem;min-width:1.5rem;padding:.1rem;font-weight:bolder;display:flex;justify-content:center;align-items:center;border-style:solid;border-radius:1rem;border-width:1px}.ELE120 .content{text-align:left;width:-webkit-fill-available;width:-moz-available;margin:0}@media only screen and (max-width:600px){.ELE300 .container{grid-template-areas:"image_area image_area""edit_area selction_area";grid-template-columns:1fr 1fr;grid-template-rows:10rem auto;gap:.5rem}.ELE300 .image_grid{gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(4rem,.25fr));justify-content:space-between}}