<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    position: relative;
}
#xrBanner {
    width: 100%;
    height: auto;
    max-height: 325px;
}

.breadcrumbs {
    display: none;
}
.title{
    height:auto;
    padding: 15px;
    clear:both;
}

.xrTech{
    padding: 0px;
    clear:both;
}

.xr-button {
    background: radial-gradient(rgb(246, 245, 245), transparent) !important;
    border: .1675rem solid rgba(7, 7, 7, 0.927) !important;
    color: black !important;
}

/* For dark mode specifically */
.dark .xr-button {
    background: radial-gradient(rgba(246, 245, 245), rgba(219, 214, 214, 0.05)) !important;
    border: .1675rem solid rgba(7, 7, 7, 0.927) !important;
}

.cube {
    padding: 60px;
    clear: both;
}
#cubeImg {
    max-width: 300px;
    max-height: 300px;
}
.afterCube {
    padding-top: 12px;
    clear: both;
}
.contact {
   
    padding: 15px;
    clear:both;
}
.button {
    border: 0;
    line-height: 2.5;
    padding: 0 40px;
    font-size: 1rem;
    text-align: center;
    border-radius: 10px;
    background-color: #cfb991;
    border-color: #cfb991;
  }
  
  .button:hover {
color: white;
    background-color: #8e6f3e;
    border-color: #8e6f3e;
  }
  
  .button:active {
    box-shadow:
      inset -2px -2px 3px rgba(231, 208, 134, 0.791),
      inset 2px 2px 3px rgba(225, 197, 82, 0.6);
  }
.faq{
    padding: 0px;
    clear:both;
}


body {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}

@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }</pre></body></html>