

/*WIREFRAME============================================================================*/

.wireframe * {
  margin: 0;
  padding: 0;
  position: relative;
}

.wireframe {
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.wireframe .header {
  background-color: grey;
  height: 200px;
  width: 100%;
}

.wireframe .header .heading1 {
  display: flex;
  height: 50px;
  width: 80%;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .header .text1 {
  display: flex;
  height: 30px;
  width: 80%;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .footer {
  background-color: darkgrey;
  height: 200px;
  width: 100%;
}

.wireframe .io {
  background-color: white;
  /*white: background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0zMC4zNSA0My45NSAyMC43IDM0LjI1IDIyLjggMzIuMiAyOC44IDM4LjJWMjIuNEgzMS44VjM4LjI1TDM3LjkgMzIuMkw0MCAzNC4zWk0xNi4xIDI1LjVWOS43TDEwLjEgMTUuN0w4IDEzLjZMMTcuNjUgMy45NUwyNy4zIDEzLjZMMjUuMiAxNS43TDE5LjEgOS42NVYyNS41WiI+PC9wYXRoPjwvc3ZnPg==");*/
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PHBhdGggZmlsbD0icmdiKDg0LCA4NCwgODQpIiBkPSJNMzAuMzUgNDMuOTUgMjAuNyAzNC4yNSAyMi44IDMyLjIgMjguOCAzOC4yVjIyLjRIMzEuOFYzOC4yNUwzNy45IDMyLjJMNDAgMzQuM1pNMTYuMSAyNS41VjkuN0wxMC4xIDE1LjdMOCAxMy42TDE3LjY1IDMuOTVMMjcuMyAxMy42TDI1LjIgMTUuN0wxOS4xIDkuNjVWMjUuNVoiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 36px;
  border-radius: 28px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
  cursor: pointer;
  height: 56px;
  width: 56px;
  position: fixed;
  top: 96px;
  right: 20px;
  z-index: 50;
}

@media (hover: hover) and (pointer: fine) {
  .wireframe .io:hover {
    background-color: rgb(228, 228, 228);
  }
}

.wireframe .add {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PHBhdGggZD0iTTIyLjY1IDM0SDI1LjY1VjI1LjdIMzRWMjIuN0gyNS42NVYxNEgyMi42NVYyMi43SDE0VjI1LjdIMjIuNjVaTTI0IDQ0UTE5Ljc1IDQ0IDE2LjEgNDIuNDc1UTEyLjQ1IDQwLjk1IDkuNzUgMzguMjVRNy4wNSAzNS41NSA1LjUyNSAzMS45UTQgMjguMjUgNCAyNFE0IDE5LjggNS41MjUgMTYuMTVRNy4wNSAxMi41IDkuNzUgOS44UTEyLjQ1IDcuMSAxNi4xIDUuNTVRMTkuNzUgNCAyNCA0UTI4LjIgNCAzMS44NSA1LjU1UTM1LjUgNy4xIDM4LjIgOS44UTQwLjkgMTIuNSA0Mi40NSAxNi4xNVE0NCAxOS44IDQ0IDI0UTQ0IDI4LjI1IDQyLjQ1IDMxLjlRNDAuOSAzNS41NSAzOC4yIDM4LjI1UTM1LjUgNDAuOTUgMzEuODUgNDIuNDc1UTI4LjIgNDQgMjQgNDRaTTI0IDI0UTI0IDI0IDI0IDI0UTI0IDI0IDI0IDI0UTI0IDI0IDI0IDI0UTI0IDI0IDI0IDI0UTI0IDI0IDI0IDI0UTI0IDI0IDI0IDI0UTI0IDI0IDI0IDI0UTI0IDI0IDI0IDI0Wk0yNCA0MVEzMSA0MSAzNiAzNlE0MSAzMSA0MSAyNFE0MSAxNyAzNiAxMlEzMSA3IDI0IDdRMTcgNyAxMiAxMlE3IDE3IDcgMjRRNyAzMSAxMiAzNlExNyA0MSAyNCA0MVoiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  cursor: pointer;
  height: 30px;
  opacity: 0.1;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 30px;
  z-index: 10;
}

@media (hover: hover) and (pointer: fine) {
  .wireframe .add:hover {
    opacity: 1;
  }
}

.wireframe .del {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PHBhdGggZD0iTTE1IDM5SDMzUTMzIDM5IDMzIDM5UTMzIDM5IDMzIDM5VjE1SDE1VjM5UTE1IDM5IDE1IDM5UTE1IDM5IDE1IDM5Wk0xMC41IDExVjhIMTcuMkwxOS4yIDZIMjguOEwzMC44IDhIMzcuNVYxMVpNMTUgNDJRMTMuOCA0MiAxMi45IDQxLjFRMTIgNDAuMiAxMiAzOVYxMkgzNlYzOVEzNiA0MC4yIDM1LjEgNDEuMVEzNC4yIDQyIDMzIDQyWk0xNSAzOUgzM1EzMyAzOSAzMyAzOVEzMyAzOSAzMyAzOUgxNVExNSAzOSAxNSAzOVExNSAzOSAxNSAzOVoiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  cursor: pointer;
  height: 30px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 30px;
  z-index: 10;
}

@media (hover: hover) and (pointer: fine) {
  .wireframe .del:hover {
    opacity: 1;
  }
}

.wireframe .up {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PHBhdGggZD0iTTE0LjE1IDMwLjc1IDEyIDI4LjYgMjQgMTYuNiAzNiAyOC41NSAzMy44NSAzMC43IDI0IDIwLjg1WiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  cursor: pointer;
  height: 30px;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  right: 50px;
  width: 30px;
  z-index: 10;
}

@media (hover: hover) and (pointer: fine) {
  .wireframe .up:hover {
    opacity: 1;
  }
}

.wireframe .down {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PHBhdGggZD0iTTI0IDMwLjc1IDEyIDE4Ljc1IDE0LjE1IDE2LjYgMjQgMjYuNSAzMy44NSAxNi42NSAzNiAxOC44WiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  cursor: pointer;
  height: 30px;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  z-index: 10;
}

@media (hover: hover) and (pointer: fine) {
  .wireframe .down:hover {
    opacity: 1;
  }
}

/* style_default */
.wireframe [class*="style"] {
  background-color: white;
  height: 100px;
}

/*@media (hover: hover) and (pointer: fine) {
  .wireframe [class*="style"]:hover .code {
    color: rgb(187, 76, 215);
  }
}*/

.wireframe .code {
  /*height: 30px;*/
  /*background-color: white;*/
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  
  -webkit-appearance: none;
  -moz-appearance: none;
  
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.wireframe .code:focus {
  outline: none;
}

.wireframe .image1, .wireframe .image2, .wireframe .image3, .wireframe .image4 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjEwODAiIHZpZXdCb3g9IjAgMCAxOTIwIDEwODAiPgogIDxyZWN0IHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjEwODAiIGZpbGw9InJnYigyMTgsMjE4LDIxOCkiPjwvcmVjdD4KICA8cGF0aCBkPSJNIDAgMTA4MCBMIDAgODgwIEwgNDUwIDU1MCBMIDY2MCA3NjAgTCAxMzYwIDE2MCBMIDE5MjAgNjgwIEwgMTkyMCAxMDgwIHoiIGZpbGw9InJnYigyMTIsMjEyLDIxMikiPjwvcGF0aD4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
  box-sizing: border-box;
  padding: 10px 18px;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  align-items: flex-end; /* Vertical center alignment */
  justify-content: right; /* Horizontal center alignment */
}



.wireframe .shape1, .wireframe .shape2, .wireframe .shape3, .wireframe .shape4 {
  background: rgb(187, 76, 215);
  color: white;
  display: none;
  height: 60px;
  width: 220px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .heading1, .wireframe .heading2, .wireframe .heading3, .wireframe .heading4 {
  box-sizing: border-box;
  display: none;
  font-size: 30px;
  font-weight: bold;
}

.wireframe .text1, .wireframe .text2, .wireframe .text3, .wireframe .text4 {
  box-sizing: border-box;
  display: none;
}

.wireframe .button1, .wireframe .button2, .wireframe .button3, .wireframe .button4 {
  background: rgb(187, 76, 215);
  box-sizing: border-box;
  color: white;
  display: none;
  height: 60px;
  width: 220px;
  padding: 10px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .wireframe_construction1 {
  border-left: 1px dashed rgb(84, 84, 84);
  height: 100%;
  position: fixed;
  left: calc(50% - 490px);
  top: 0;
}

.wireframe .wireframe_construction2 {
  border-left: 1px dashed rgb(84, 84, 84);
  height: 100%;
  position: fixed;
  left: calc(50% + 490px);
  top: 0;
}






/* style00 */
.wireframe .style00 {
  height: 100px;
  width: 100%;
}

/* style01 */
.wireframe .style01 {
  height: 200px;
  width: 100%;
}

/* style02 */
.wireframe .style02 {
  height: 300px;
  width: 100%;
}


/* style05 */
.wireframe .style05 {
  height: 300px;
  width: 100%;
}

.wireframe .style05 .image1 {
  background-size: contain;
  display: flex;
  height: 200px;
  width: 355px;
  position: absolute;
  top: 50%;
  left: calc(50% - 260px);
  transform: translate(-50%, -50%);
}

.wireframe .style05 .button1 {
  background-size: contain;
  display: flex;
  position: absolute;
  top: 50%;
  left: calc(50% + 260px);
  transform: translate(-50%, -50%);
}

/* style07 */
.wireframe .style07 {
  background: rgb(240, 240, 240);
  height: 100px;
  width: 100%;
}

.wireframe .style07 .text1 {
  background-size: contain;
  display: flex;
  height: 40px;
  width: 140px;
  position: absolute;
  top: 50%;
  left: calc(50% + -80px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style07 .text2 {
  background-size: contain;
  display: flex;
  height: 40px;
  width: 140px;
  position: absolute;
  top: 50%;
  left: calc(50% + 80px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style07 .text3 {
  background-size: contain;
  display: flex;
  height: 40px;
  width: 140px;
  position: absolute;
  top: 50%;
  left: calc(50% + 240px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style07 .text4 {
  background-size: contain;
  display: flex;
  height: 40px;
  width: 140px;
  position: absolute;
  top: 50%;
  left: calc(50% + 400px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}


/* style09 */
.wireframe .style09 {
  background: rgb(240, 240, 240);
  height: 300px;
  width: 100%;
}

.wireframe .style09 .image1 {
  background-size: contain !important;
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(50% + 354px);
  transform: translate(-50%, -50%);
}

.wireframe .style09 .text1 {
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(50% - 354px);
  transform: translate(-50%, -50%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style09 .text2 {
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(50% - 118px);
  transform: translate(-50%, -50%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style09 .text3 {
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(50% + 118px);
  transform: translate(-50%, -50%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

/* style10 */
.wireframe .style10 {
  height: 200px;
  width: 100%;
}

.wireframe .style10 .image1 {
  background-image: url("../tool/images/wireframe/flags.png");
  display: flex;
  height: 62px;
  width: 290px;
  position: absolute;
  top: 50%;
  left: calc(50% - 320px);
  transform: translate(-50%, -50%);
}

.wireframe .style10 .text1 {
  display: flex;
  height: 200px;
  width: 100%;
  visibility: hidden;
}

.wireframe .style10 .text1::after {
  content: "We recognise the objectives of the Convention on the Rights of Persons with Disabilities. We also acknowledge the Australian Aboriginal and Torres Strait Islander peoples as the first inhabitants of the nation and the traditional custodians of the lands where we live, learn and work. We pay our respects to ancestors and Elders, past and present. We are committed to supporting the Aboriginal and Torres Strait Islander children and young people to connect to their cultures, countries and communities.";
  display: flex;
  font-size: 14px;
  line-height: 1.2em;
  height: 150px;
  width: 600px;
  position: absolute;
  top: 50%;
  left: calc(50% + 165px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  visibility: visible;
}

/* style11 */
.wireframe .style11 {
  height: 400px;
  width: 100%;
}

.wireframe .style11 .image1 {
  display: flex;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style12 */
.wireframe .style12 {
  height: 600px;
  width: 100%;
}

.wireframe .style12 .image1 {
  display: flex;
  height: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style13 */
.wireframe .style13 {
  height: 800px;
  width: 100%;
}

.wireframe .style13 .image1 {
  display: flex;
  height: 800px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style14 */
.wireframe .style14 {
  height: 600px;
  width: 100%;
}

.wireframe .style14 .image1 {
  display: flex;
  height: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style14 .heading1 {
  display: flex;
  height: 50px;
  width: 50%;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style15 */
.wireframe .style15 {
  height: 600px;
  width: 100%;
}

.wireframe .style15 .image1 {
  display: flex;
  height: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style15 .heading1 {
  color: white;
  display: flex;
  height: 50px;
  width: 50%;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style15 .button1 {
  display: flex;
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style16 */
.wireframe .style16 {
  height: 300px;
  width: 100%;
}

.wireframe .style16 .image1 {
  display: flex;
  height: 300px;
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style21 */
.wireframe .style21 {
  height: 400px;
  width: 100%;
}

.wireframe .style21 .image1 {
  display: flex;
  height: 300px;
  width: 880px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style22 */
.wireframe .style22 {
  height: 400px;
  width: 100%;
}

.wireframe .style22 .image1, .wireframe .style22 .image2  {
  display: flex;
  height: 300px;
  width: 415px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.wireframe .style22 .image1 {
  top: 50%;
  left: calc(50% - 232px);
}

.wireframe .style22 .image2 {
  top: 50%;
  left: calc(50% + 232px);
}

/* style23 */
.wireframe .style23 {
  height: 360px;
  width: 100%;
}

.wireframe .style23 .image1 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style23 .image2 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style23 .image3 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
}


/* style24 */
.wireframe .style24 {
  height: 280px;
  width: 100%;
}

.wireframe .style24 .image1, .wireframe .style24 .image2, .wireframe .style24 .image3, .wireframe .style24 .image4  {
  display: flex;
  height: 180px;
  width: 180px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.wireframe .style24 .image1 {
  top: 50%;
  left: calc(50% - 348px);
}

.wireframe .style24 .image2 {
  top: 50%;
  left: calc(50% - 116px);
}
.wireframe .style24 .image3 {
  top: 50%;
  left: calc(50% + 116px);
}

.wireframe .style24 .image4 {
  top: 50%;
  left: calc(50% + 348px);
}




/* style31 */
.wireframe .style31 {
  height: 800px;
  width: 100%;
}

.wireframe .style31 .heading1 {
  display: flex;
  height: 100px;
  width: 30%;
  position: absolute;
  top: 100px;
  left: 60%;
  font-size: 30px;
  font-weight: bold;
}

.wireframe .style31 .text1 {
  display: flex;
  height: 500px;
  width: 30%;
  position: absolute;
  top: 200px;
  left: 60%;
}

.wireframe .style31 .image1 {
  display: flex;
  height: 800px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* style32 */
.wireframe .style32 {
  height: 800px;
  width: 100%;
}

.wireframe .style32 .heading1 {
  display: flex;
  height: 100px;
  width: 30%;
  position: absolute;
  top: 100px;
  left: 60%;
  font-size: 30px;
  font-weight: bold;
}

.wireframe .style32 .text1 {
  display: flex;
  height: 340px;
  width: 30%;
  position: absolute;
  top: 200px;
  left: 60%;
}

.wireframe .style32 .image1 {
  display: flex;
  height: 800px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.wireframe .style32 .button1 {
  display: flex;
  position: absolute;
  top: 600px;
  left: 75%;
  transform: translate(-50%, -50%);
}


/* style33 */
.wireframe .style33 {
  height: 800px;
  width: 100%;
}

.wireframe .style33 .heading1 {
  display: flex;
  height: 100px;
  width: 30%;
  position: absolute;
  top: 100px;
  left: 10%;
  font-size: 30px;
  font-weight: bold;
}

.wireframe .style33 .text1 {
  display: flex;
  height: 500px;
  width: 30%;
  position: absolute;
  top: 200px;
  left: 10%;
}

.wireframe .style33 .image1 {
  display: flex;
  height: 800px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
}

/* style34 */
.wireframe .style34 {
  height: 800px;
  width: 100%;
}

.wireframe .style34 .heading1 {
  display: flex;
  height: 100px;
  width: 30%;
  position: absolute;
  top: 100px;
  left: 10%;
  font-size: 30px;
  font-weight: bold;
}

.wireframe .style34 .text1 {
  display: flex;
  height: 340px;
  width: 30%;
  position: absolute;
  top: 200px;
  left: 10%;
}

.wireframe .style34 .image1 {
  display: flex;
  height: 800px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
}

.wireframe .style34 .button1 {
  display: flex;
  position: absolute;
  top: 600px;
  left: 25%;
  transform: translate(-50%, -50%);
}

/* style41 */
.wireframe .style41 {
  height: 360px;
  width: 100%;
}

.wireframe .style41 .shape1 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style41 .shape2 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style41 .shape3 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style41 .text1 {
  color: white;
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style41 .text2 {
  color: white;
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style41 .text3 {
  color: white;
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

/* style42 */
.wireframe .style42 {
  height: 360px;
  width: 100%;
}

.wireframe .style42 .shape1 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style42 .shape2 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style42 .shape3 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style42 .heading1 {
  color: white;
  display: flex;
  height: 30px;
  width: 200px;
  position: absolute;
  top: 130px;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style42 .heading2 {
  color: white;
  display: flex;
  height: 30px;
  width: 200px;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style42 .heading3 {
  color: white;
  display: flex;
  height: 30px;
  width: 200px;
  position: absolute;
  top: 130px;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style42 .text1 {
  color: white;
  display: flex;
  height: 120px;
  width: 200px;
  position: absolute;
  top: 160px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style42 .text2 {
  color: white;
  display: flex;
  height: 120px;
  width: 200px;
  position: absolute;
  top: 160px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style42 .text3 {
  color: white;
  display: flex;
  height: 120px;
  width: 200px;
  position: absolute;
  top: 160px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

/* style43 */
.wireframe .style43 {
  height: 450px;
  width: 100%;
}

.wireframe .style43 .shape1 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 350px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style43 .shape2 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 350px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style43 .shape3 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 350px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style43 .image1 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style43 .image2 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style43 .image3 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style43 .heading1 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 355px;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style43 .heading2 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 355px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style43 .heading3 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 355px;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

/* style44 */
.wireframe .style44 {
  height: 500px;
  width: 100%;
}

.wireframe .style44 .shape1 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style44 .shape2 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style44 .shape3 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style44 .image1 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style44 .image2 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style44 .image3 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style44 .text1 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 330px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style44 .text2 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 330px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style44 .text3 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 330px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

/* style45 */
.wireframe .style45 {
  height: 500px;
  width: 100%;
}

.wireframe .style45 .shape1 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style45 .shape2 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style45 .shape3 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style45 .image1 {
  display: flex;
  height: 210px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style45 .image2 {
  display: flex;
  height: 210px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style45 .image3 {
  display: flex;
  height: 210px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style45 .heading1 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 300px;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style45 .heading2 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style45 .heading3 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 300px;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style45 .text1 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 330px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style45 .text2 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 330px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style45 .text3 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 330px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

/* style46 */
.wireframe .style46 {
  height: 500px;
  width: 100%;
}

.wireframe .style46 .shape1 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style46 .shape2 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style46 .shape3 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  height: 400px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 20px 20px;
}

.wireframe .style46 .image1 {
  display: flex;
  height: 160px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style46 .image2 {
  display: flex;
  height: 160px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style46 .image3 {
  display: flex;
  height: 160px;
  width: 260px;
  position: absolute;
  top: 50px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 20px 20px 0px 0px;
}

.wireframe .style46 .heading1 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 250px;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style46 .heading2 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style46 .heading3 {
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 250px;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style46 .text1 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 280px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style46 .text2 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 280px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style46 .text3 {
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 280px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style46 .button1 {
  display: flex;
  height: 40px;
  width: 200px;
  position: absolute;
  top: 380px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style46 .button2 {
  display: flex;
  height: 40px;
  width: 200px;
  position: absolute;
  top: 380px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style46 .button3 {
  display: flex;
  height: 40px;
  width: 200px;
  position: absolute;
  top: 380px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

/* style47 */
.wireframe .style47 {
  height: 450px;
  width: 100%;
}

.wireframe .style47 .shape1 {
  display: flex;
  height: 350px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style47 .shape2 {
  display: flex;
  height: 350px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style47 .shape3 {
  display: flex;
  height: 350px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style47 .image1 {
  display: flex;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 90px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  border-radius: 60px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style47 .image2 {
  display: flex;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 90px;
  left: calc(50%);
  transform: translate(-50%, 0%);
  border-radius: 60px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style47 .image3 {
  display: flex;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 90px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  border-radius: 60px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style47 .heading1 {
  color: white;
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 250px;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style47 .heading2 {
  color: white;
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style47 .heading3 {
  color: white;
  display: flex;
  height: 50px;
  width: 200px;
  position: absolute;
  top: 250px;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style47 .text1 {
  color: white;
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 280px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  padding: 0;
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style47 .text2 {
  color: white;
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 280px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0%);
  padding: 0;
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style47 .text3 {
  color: white;
  display: flex;
  height: 90px;
  width: 200px;
  position: absolute;
  top: 280px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  padding: 0;
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}


/* style48 */
.wireframe .style48 {
  height: 360px;
  width: 100%;
}

.wireframe .style48 .image1 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style48 .image2 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style48 .image3 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style48 .text1 {
  color: white;
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style48 .text2 {
  color: white;
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style48 .text3 {
  color: white;
  display: flex;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}


/* style49 */
.wireframe .style49 {
  height: 360px;
  width: 100%;
}

.wireframe .style49 .image1 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style49 .image2 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wireframe .style49 .image3 {
  display: flex;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 50%;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
}

.wireframe .style49 .heading1 {
  color: white;
  display: flex;
  height: 30px;
  width: 200px;
  position: absolute;
  top: 120px;
  left: calc(50% - 310px);
  transform: translate(-50%, -50%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
  font-size: 20px;
}

.wireframe .style49 .heading2 {
  color: white;
  display: flex;
  height: 30px;
  width: 200px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
  font-size: 20px;
}

.wireframe .style49 .heading3 {
  color: white;
  display: flex;
  height: 30px;
  width: 200px;
  position: absolute;
  top: 120px;
  left: calc(50% + 310px);
  transform: translate(-50%, -50%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
  font-size: 20px;
}

.wireframe .style49 .text1 {
  color: white;
  display: flex;
  height: 120px;
  width: 200px;
  position: absolute;
  top: 160px;
  left: calc(50% - 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style49 .text2 {
  color: white;
  display: flex;
  height: 120px;
  width: 200px;
  position: absolute;
  top: 160px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}

.wireframe .style49 .text3 {
  color: white;
  display: flex;
  height: 120px;
  width: 200px;
  position: absolute;
  top: 160px;
  left: calc(50% + 310px);
  transform: translate(-50%, 0%);
  text-align: center;
  justify-content: center; /* Horizontal center alignment */
}


/* style51 */
.wireframe .style51 {
  height: auto;
  width: 100%;
}

.wireframe .style51 .heading1 {
  display: block;
  width: 980px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}

/* style52 */
.wireframe .style52 {
  height: auto;
  width: 100%;
}

.wireframe .style52 .heading1 {
  display: block;
  width: 980px;
  margin: 0 auto;
  padding: 100px 20px 0;
  text-align: center;
}

.wireframe .style52 .text1 {
  display: block;
  width: 980px;
  margin: 0 auto;
  padding: 20px 20px 100px;
  text-align: center;
}


/* style53 */
.wireframe .style53 {
  height: auto;
  width: 100%;
}

.wireframe .style53 .text1 {
  display: block;
  width: 980px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}

/* style54 */
.wireframe .style54 {
  height: auto;
  width: 100%;
}

.wireframe .style54 .text1 {
  display: block;
  font-style: bold;
  font-size: 24px;
  text-align: center;
  width: 980px;
  margin: 0 auto;
  padding: 100px 100px 0;
}

.wireframe .style54 .text2 {
  display: block;
  font-style: italic;
  text-align: center;
  width: 980px;
  margin: 0 auto;
  padding: 0 100px 100px;
}


/* style61 */
.wireframe .style61 {
  background: rgb(187, 76, 215);
  height: 50px;
  width: 100%;
}

.wireframe .style61 .text1 {
  color: white;
  display: flex;
  height: 50px;
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* style62 */
.wireframe .style62 {
  background: rgb(187, 76, 215);
  height: 100px;
  width: 100%;
}

.wireframe .style62 .text1 {
  color: white;
  display: flex;
  height: 100px;
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* style63 */
.wireframe .style63 {
  background: rgb(187, 76, 215);
  height: 200px;
  width: 100%;
}

.wireframe .style63 .text1 {
  color: white;
  display: flex;
  height: 200px;
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
}


/* style64 */
.wireframe .style64 {
  background: rgb(187, 76, 215);
  height: 300px;
  width: 100%;
}

.wireframe .style64 .text1 {
  color: white;
  display: flex;
  height: 300px;
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* style65 */
.wireframe .style65 {
  background: rgb(187, 76, 215);
  height: 400px;
  width: 100%;
}

.wireframe .style65 .text1 {
  color: white;
  display: flex;
  height: 160px;
  width: 980px;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.wireframe .style65 .button1 {
  background: white;
  color: rgb(187, 76, 215);
  display: flex;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style66 */
.wireframe .style66 {
  background: rgb(187, 76, 215);
  height: 300px;
  width: 100%;
}

.wireframe .style66 .text1 {
  color: white;
  display: flex;
  height: 300px;
  width: 600px;
  position: absolute;
  top: 50%;
  left: calc(50% - 190px);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.wireframe .style66 .button1 {
  background: white;
  color: rgb(187, 76, 215);
  display: flex;
  position: absolute;
  top: 50%;
  left: calc(50% + 250px);
  transform: translate(-50%, -50%);
}


/* style67 */
.wireframe .style67 {
  background: rgb(187, 76, 215);
  height: 300px;
  width: 100%;
}

.wireframe .style67 .button1 {
  background: white;
  color: rgb(187, 76, 215);
  display: flex;
  position: absolute;
  height: 100px;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* style71 */
.wireframe .style71 {
  height: 600px;
  width: 100%;
}

.wireframe .style71 .shape1 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  position: absolute;
  height: 500px;
  width: 390px;
  top: 50px;
  left: calc(50% - 440px);
}

.wireframe .style71 .shape2 {
  opacity: 0.3;
  display: flex;
  position: absolute;
  height: 50px;
  width: 300px;
  top: 220px;
  left: calc(50% - 245px);
  transform: translate(-50%, -50%);
}

.wireframe .style71 .shape3 {
  opacity: 0.3;
  display: flex;
  position: absolute;
  height: 50px;
  width: 300px;
  top: 320px;
  left: calc(50% - 245px);
  transform: translate(-50%, -50%);
}

.wireframe .style71 .shape4 {
  opacity: 0.3;
  display: flex;
  position: absolute;
  height: 50px;
  width: 300px;
  top: 420px;
  left: calc(50% - 245px);
  transform: translate(-50%, -50%);
}

.wireframe .style71 .heading1 {
  display: flex;
  height: 50px;
  width: 300px;
  position: absolute;
  top: 80px;
  left: calc(50% - 390px);
}

.wireframe .style71 .heading2 {
  display: flex;
  height: 50px;
  width: 400px;
  position: absolute;
  top: 80px;
  left: calc(50% + 40px);
}

.wireframe .style71 .text1 {
  display: flex;
  height: 400px;
  width: 400px;
  position: absolute;
  top: 150px;
  left: calc(50% + 40px);
}

/* style72 */
.wireframe .style72 {
  height: 600px;
  width: 100%;
}

.wireframe .style72 .shape1 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  display: flex;
  position: absolute;
  height: 500px;
  width: 390px;
  top: 50px;
  left: calc(50% + 50px);
}

.wireframe .style72 .shape2 {
  opacity: 0.3;
  display: flex;
  position: absolute;
  height: 50px;
  width: 300px;
  top: 220px;
  left: calc(50% + 245px);
  transform: translate(-50%, -50%);
}

.wireframe .style72 .shape3 {
  opacity: 0.3;
  display: flex;
  position: absolute;
  height: 50px;
  width: 300px;
  top: 320px;
  left: calc(50% + 245px);
  transform: translate(-50%, -50%);
}

.wireframe .style72 .shape4 {
  opacity: 0.3;
  display: flex;
  position: absolute;
  height: 50px;
  width: 300px;
  top: 420px;
  left: calc(50% + 245px);
  transform: translate(-50%, -50%);
}

.wireframe .style72 .heading1 {
  display: flex;
  height: 50px;
  width: 300px;
  position: absolute;
  top: 80px;
  left: calc(50% + 100px);
}

.wireframe .style72 .heading2 {
  display: flex;
  height: 50px;
  width: 400px;
  position: absolute;
  top: 80px;
  left: calc(50% - 440px);
}

.wireframe .style72 .text1 {
  display: flex;
  height: 400px;
  width: 400px;
  position: absolute;
  top: 150px;
  left: calc(50% - 440px);
}



@media print {
  .menu_button, .io, header, footer {
    display: none;
  }
  
  .wireframe .add, .wireframe .del, .wireframe .up, .wireframe .down {
    display: none;
  }
  
  .wireframe .wireframeElement, .wireframe .footer {
    page-break-before: always
  }
  
  
}