body {
  background: #161819;
  scroll-behavior: smooth;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 17px;
}

a {
  margin-top: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #eaeaea;
}

h5,
h6 {
  color: #ccd6dc;
}

h4 {
  font-size: 1.3rem;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}

h6 {
  letter-spacing: 0.1rem;
  line-height: 1.4rem;
}

.font-25 {
  font-size: 2.5rem !important;
}

.font-6-lg {
  font-size: 6em;
}

/* Color Definitions + Backgrounds */
.green {
  color: #00ffaa;
}

.orange {
  color: #e37d37;
}

.blue {
  color: #007bff;
}

.gold {
  color: #ffbe00;
}

.lightgrey {
  color: #b3c0c7;
}

a {
  color: #e37d37;
  margin-top: 10px;
}

.bg-dark {
  background: #18191a !important;
}

.bg-black {
  background: #161819;
}

.dark-bg {
  background: #1f1f20;
}

.dropdown-menu {
  background-color: #161819 !important;
  border: none;
  width: 100vw;
  border-radius: 10px;
}

.dropdown-item {
  padding: 1rem;
  color: white;
  font-size: 1.25rem;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.product-span {
  color: #ccd6dc;
  margin-left: 20px;
  font-size: 1rem;
  max-height: 1rem;
}

.background-trans {
  background: transparent !important;
}

/* Text Gradients */
.text-gradient {
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #272edc, #007bfe 30%, #21d0e1 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.assist-text-gradient {
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #6dff6a, #00e9a5 50%, #00729e 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.stage-text-gradient {
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #026eea, #02b8ea 65%, #02dbea 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.collapse.show {
  height: auto !important;
}

/* WIDTHS */
.auto-margin {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h-100px {
  height: 100px;
  width: 300px;
}

.w-150 {
  width: 150px;
}

.mw-300 {
  max-width: 300px;
  display: block;
}

.mw-500 {
  max-width: 500px;
  display: block;
}

.mw-700 {
  max-width: 700px;
  display: block;
}

.mw-900 {
  max-width: 900px;
  display: block;
}

.mw-1000-ma {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mw-1200-ma {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mw-1700 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.mw-1920 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.mw-100per {
  max-width: 100%;
}

.vh100 {
  height: 100vh;
}

/* PADDINGS */
.p-6 {
  padding: 2.5rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pr-square-grid {
  padding-right: 4rem !important;
}

.pl-10 {
  padding-left: 10rem;
}

.relative {
  position: relative;
}

/* Z INDEX */
.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.intro {
  background-image: url("/img/bg-test4.png");
  background-size: cover;
  background-color: none;
  background-position: center;
  min-height: 100vh;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .btn-primary {
  background-color: #007bff;
  border-color: rgba(255, 255, 255, 0.1);
}

/* .feature-bg {background:url("BG-Feature.png");} */
.img-4 {
  width: 180px;
}

.white {
  color: #f5f5f5 !important;
}

.bg-blur {
  background-image: url("/img/BG-Feature.png");
  background-size: cover;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.social-icon {
  width: 50px;
  margin-right: 25px;
}

.value-icon {
  width: 25px;
}

.space-1 {
  letter-spacing: 1rem;
}

.top-left {
  max-width: 200px;
}

.top-left > img {
  width: 100%;
}

.top-right {
  top: 0;
  right: 0;
  position: absolute;
  max-width: 200px;
}

a.contact-button:hover {
  text-decoration: none;
}

/* FLUENT EFFECT */
.mouse-cursor-gradient-tracking {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mouse-cursor-gradient-tracking span {
  position: relative;
}

.mouse-cursor-gradient-tracking:before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.04), transparent);
  transform: translate(-50%, -50%);
  transition: width 0.05s ease, height 0.05s ease;
  z-index: -1;
}

.mouse-cursor-gradient-tracking:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mouse-cursor-gradient-tracking:hover:before {
  --size: 400px;
}

.very-rounded {
  border-radius: 1rem;
}

/* END FLUENT EFFECT */
/* NAVBAR SCROLLER */
.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

/* END NAVBAR SCROLLER */
.justify {
  text-align: justify;
  text-justify: inter-word;
}

/* SCROLLING ANIMATION */
.Iam {
  font: normal 3em lato, sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  float: left;
  width: 100%;
  height: 1em;
  overflow: hidden;
  line-height: 1em;
}

.Iam p {
  height: 1em;
  float: left;
  margin-right: 0.3em;
}

.Iam b {
  overflow: hidden;
  position: relative;
}

.Iam .innerIam {
  display: inline-block;
  color: white;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  /*animation*/
  -moz-animation: move 6s;
  -webkit-animation: move 6s;
  -o-animation: move 6s;
  -ms-animation: move 6s;
  animation: move 6s;
  /*animation-iteration-count*/
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*animation-delay*/
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes move {
  0% {
    top: 0em;
    transition: none;
  }
  1% {
    top: 0em;
  }
  33.3333% {
    top: -1em;
  }
  66.6666% {
    top: -2em;
  }
  99% {
    top: -3em;
  }
  100% {
    transition: none;
    top: -3em;
  }
}
@-moz-keyframes move {
  0% {
    top: 0em;
    transition: none;
  }
  1% {
    top: 0em;
  }
  33.3333% {
    top: -1em;
  }
  66.6666% {
    top: -2em;
  }
  99% {
    top: -3em;
  }
  100% {
    transition: none;
    top: -3em;
  }
}
@-ms-keyframes move {
  0% {
    top: 0em;
    transition: none;
  }
  1% {
    top: 0em;
  }
  33.3333% {
    top: -1em;
  }
  66.6666% {
    top: -2em;
  }
  99% {
    top: -3em;
  }
  100% {
    transition: none;
    top: -3em;
  }
}
@-o-keyframes move {
  0% {
    top: 0em;
    transition: none;
  }
  1% {
    top: 0em;
  }
  33.3333% {
    top: -1em;
  }
  66.6666% {
    top: -2em;
  }
  99% {
    top: -3em;
  }
  100% {
    transition: none;
    top: -3em;
  }
}
@keyframes move {
  0% {
    top: 0em;
    transition: none;
  }
  1% {
    top: 0em;
  }
  33.3333% {
    top: -1em;
  }
  66.6666% {
    top: -2em;
  }
  99% {
    top: -3em;
  }
  100% {
    transition: none;
    top: -3em;
  }
}
/* SCROLLING ANIMATION END */
.overflow-hidden {
  overflow: hidden;
}

.display-block {
  display: block;
}

.mh-150 {
  max-height: 150px;
}

.h-100 {
  min-height: 100%;
}

.w-100 {
  width: 100% !important;
}

.partner {
  opacity: 1;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.partner:hover {
  opacity: 1;
}

.btn-dash {
  border: 1px solid #0069d9;
}

.btn-primary {
  border: 1px solid rgba(190, 185, 185, 0);
}

.btn-dash:hover {
  border: 1px solid #4fa4ff;
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  cursor: pointer;
  background-color: none !important;
  background: none;
}

.product-card {
  padding: 2rem;
}

.card:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-header {
  padding: 1.5rem;
}

.card-body {
  color: #f5f5f5;
}

.card-footer {
  padding: 0rem 2rem 2rem 2rem;
  background-color: none;
  border-top: none;
}

.collapse.show {
  height: auto !important;
}

.big-img-r {
  padding-left: 7rem;
}

.intro-img {
  width: 15%;
}

@keyframes glow {
  0% {
    box-shadow: 0px 0px 5px #007bff;
  }
  50% {
    box-shadow: 0px 0px 20px #007bff;
  }
  99% {
    box-shadow: 0px 0px 5px #007bff;
  }
}
@keyframes slide {
  0% {
    right: -500;
  }
  100% {
    right: 0;
  }
}
/* EVENT BANNER */
.event-banner {
  position: absolute;
  top: 5rem;
  right: 0;
  right: 0rem;
  background: #171717;
  padding: 1rem;
  margin: 3rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  animation: glow 5s infinite;
  box-shadow: 0px 0px 5px #007bff;
  transition: all 0.3s;
}

.event-banner:hover {
  background: #1d1d1d;
}

.event-text {
  font-size: 1.25rem;
}

/* BUTTONS */
.close-button {
  color: white;
  position: absolute;
  top: 0;
  right: 20;
}

.bg-bd-none {
  background: none;
  border: none;
}

.bd-none {
  border: none;
}

.notification-image {
  float: left;
  width: 80px;
  margin-right: 10px;
}

/* LIST STUFF */
.center-list {
  list-style-type: none;
  text-align: center;
  padding-inline-start: 0px;
}

.center-list * li {
  padding: 5px;
}

.feature-list > li {
  padding: 10px;
  list-style: square;
  font-size: 1.1rem;
}

.center-list > li {
  padding: 10px;
  list-style: none;
  font-size: 1.1rem;
}

/* DEVICES ICONS / COMPATIBLE WITH */
.device-icon {
  max-width: 50px;
  max-height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.devices-container {
  flex-wrap: wrap;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1.5rem;
}

.compatible {
  line-height: 50px;
  padding-right: 1rem;
  margin-bottom: 0px;
}

/* INTRO BACKGROUNDS */
.assist-bg {
  background-image: url("/img/helpdesk.png");
  background-size: cover;
}

.stage-bg {
  background-image: url("/img/shared-experience.png");
  background-size: cover;
}

.contact-icon {
  height: 2em;
  margin-right: 20px;
}

.feature-box {
  padding: 1rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.value-text {
  margin-bottom: 0rem !important;
}

.value-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-block {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
}

/* CARDS */
.card-left {
  padding-left: 0px !important;
  padding-right: 1rem !important;
}

.card-mid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.card-right {
  padding-left: 1rem !important;
  padding-right: 0px !important;
}

.border-right-light {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.border-none {
  border: none;
}

.border-none:hover {
  border: none;
}

/* XXS Media Query */
@media (min-width: 0) {
  .pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .pt-6 {
    padding-top: 1.5rem !important;
  }

  .pt-5 {
    padding-top: 1.5rem !important;
  }

  .pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .p-5 {
    padding: 1.5rem !important;
  }

  .pl-5 {
    padding-left: 15px !important;
  }

  .pr-5 {
    padding-right: 15px !important;
  }

  .pr-square-grid {
    padding-right: 0rem !important;
  }

  .footer-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .big-padding-left {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .font-biggest {
    font-size: 3rem;
  }

  .main-padding {
    font-size: 0rem;
  }

  .small-padding-left {
    padding-left: 0rem;
  }

  .ms-icon {
    width: 70px;
    margin-bottom: 10px;
  }

  .nav-link {
    padding: 0rem;
  }

  .mobile-nav-main {
    background: #161819 !important;
    z-index: 1000;
  }

  .collapse.show {
    height: 100vh !important;
  }

  .w-150 {
    width: 100px;
  }

  .mobile-only {
    display: block;
  }

  .large-only {
    display: none;
  }

  .large-only-inline {
    display: none;
  }

  .float-left {
    float: none !important;
  }

  .heading {
    font-size: 3rem;
  }

  .p-5 {
    padding: 2rem !important;
  }

  .Iam {
    font: normal 1.5em lato, sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    float: left;
    width: 100%;
    height: 1em;
    overflow: hidden;
    line-height: 1em;
  }

  .intro-img {
    width: 30%;
  }

  .event-text {
    color: white;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .small-only {
    display: block;
  }

  .intro-text {
    font-size: 1.2rem;
  }

  .mobile-padding {
    padding: 0rem;
  }

  .navbar-dark {
    background: #161819;
    transition: 0.2s all ease-in-out;
  }

  .nav-hide {
    background: #161819;
    transition: 0.2s all ease-in-out;
  }

  .navbar-collapse {
    background: #161819;
  }

  .center-mobile {
    text-align: center;
  }

  .product-intro-logo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  #intro-video {
    display: none;
  }

  .product-intro {
    height: auto;
    padding-bottom: 3rem;
  }

  .product-card-body {
    padding: 3rem 2rem 3rem 2rem;
  }

  .product-card-footer {
    padding: 2rem 0rem 2rem 0rem;
    border-top: none;
    background: rgba(0, 0, 0, 0.1);
  }

  .menu-logo {
    height: 1rem;
    margin-right: 10px;
  }

  .product-card {
    padding: 0rem;
  }

  .navbar {
    padding: 0rem;
  }

  .collapse.show {
    padding: 1rem;
  }

  .intro-container {
    height: auto;
    margin-top: 0px;
  }

  .h-100per {
    height: auto;
  }

  .dropdown-menu {
    margin-top: 10px;
  }

  /* DEVICES ICONS / COMPATIBLE WITH */
  .devices-container {
    justify-content: center;
  }

  .compatible {
    line-height: 50px;
    padding-right: 0rem;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
  }

  .card-left {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .card-mid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .card-right {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .support-diagram {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* Homepage Product Grids */
  .products-grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(13, auto);
  }

  .products-grid-a1 {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    margin-top: 1.5rem;
  }

  .products-grid-a2 {
    grid-column: 1/span 1;
    grid-row: 6/span 1;
    margin-top: 1.5rem;
  }

  .products-grid-b1 {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }

  .products-grid-b2 {
    grid-column: 1/span 1;
    grid-row: 7/span 1;
  }

  .products-grid-c1 {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }

  .products-grid-c2 {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }

  .products-grid-c3 {
    grid-column: 1/span 1;
    grid-row: 8/span 1;
  }

  .products-grid-d1 {
    grid-column: 1/span 1;
    grid-row: 5/span 1;
  }

  .products-grid-d2 {
    grid-column: 1/span 1;
    grid-row: 9/span 1;
  }

  .products-divider-top {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px 5px 0px 0px;
    height: 12px;
    margin-top: 1rem;
  }

  .products-divider-bottom {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0px 0px 5px 5px;
    height: 12px;
    margin-bottom: 1rem;
  }

  .product-button {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }

  .product-body {
    padding: 2rem 2rem 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .mobile-padding {
    padding: 0px 15px 0px 15px;
  }

  .pb-6 {
    padding-bottom: 3rem;
  }

  .pt-6 {
    padding-top: 3rem;
  }

  .pt-5 {
    padding-top: 3rem !important;
  }

  .pb-5 {
    padding-bottom: 3rem !important;
  }

  .p-5 {
    padding: 3rem !important;
  }

  .pr-square-grid {
    padding-right: 4rem !important;
  }

  .Iam {
    font: normal 3em lato, sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    float: left;
    width: 100%;
    height: 1em;
    overflow: hidden;
    line-height: 1em;
  }

  .Iam p {
    height: 1em;
    float: left;
    margin-right: 0.3em;
  }

  .big-padding-left {
    padding-left: 10rem !important;
  }

  .font-biggest {
    font-size: 5rem;
  }

  .main-padding {
    font-size: 3rem;
  }

  .small-padding-left {
    padding-left: 0rem;
  }

  .ms-icon {
    width: 100px;
  }

  .mobile-nav-main {
    background: none !important;
    z-index: 1000;
  }

  .mobile-only {
    display: none;
  }

  .large-only {
    display: block;
  }

  .large-only-inline {
    display: inline-block;
  }

  .float-left {
    float: left !important;
  }

  .heading {
    font-size: 4rem;
  }

  .intro-img {
    width: 15%;
  }

  .event-text {
    color: white;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .feature-text {
    display: flex;
  }

  .collapse.show {
    height: auto !important;
  }

  .readable-width {
    max-width: 1300px !important;
  }

  .small-only {
    display: none;
  }

  .intro-text {
    font-size: 2rem;
  }

  .w-150 {
    width: 130px;
  }

  .navbar-collapse {
    background: none;
  }

  .center-mobile {
    text-align: left;
  }

  #intro-video {
    display: block;
  }

  .product-intro-logo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-intro {
    height: auto;
    padding-bottom: 0rem;
    padding-top: 3rem;
  }

  .product-card {
    padding: 0rem;
  }

  .product-card-body {
    padding: 4rem 5rem 3rem 5rem;
  }

  .product-card-footer {
    padding: 2rem 2rem 2rem 2rem;
    border-top: none;
    background: rgba(0, 0, 0, 0.1);
  }

  .intro-container {
    height: auto;
    margin-top: -89px;
  }

  .h-100per {
    height: 100%;
  }

  .dropdown-menu {
    margin-top: 20px;
  }

  .nav-hide {
    background: rgba(22, 24, 25, 0);
    transition: 0.2s all ease-in-out;
  }

  /* DEVICES ICONS / COMPATIBLE WITH */
  .devices-container {
    justify-content: start;
  }

  .compatible {
    line-height: 50px;
    padding-right: 1rem;
    margin-bottom: 0px;
    width: auto;
    text-align: left;
  }

  .contact-row {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -89px;
  }

  .card-left {
    padding-left: 0px !important;
    padding-right: 1rem !important;
  }

  .card-mid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .card-right {
    padding-left: 1rem !important;
    padding-right: 0px !important;
  }

  .support-diagram {
    width: 100%;
  }

  /* Homepage Product Grids */
  .products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 40px 1fr;
    grid-row: auto 30px auto 30px;
  }

  .products-grid-a1 {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
  }

  .products-grid-a2 {
    grid-column: 4/span 1;
    grid-row: 1/span 1;
  }

  .products-grid-b1 {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }

  .products-grid-b2 {
    grid-column: 4/span 1;
    grid-row: 2/span 1;
  }

  .products-grid-c1 {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }

  .products-grid-c2 {
    grid-column: 2/span 1;
    grid-row: 3/span 1;
  }

  .products-grid-c3 {
    grid-column: 4/span 1;
    grid-row: 3/span 1;
  }

  .products-grid-d1 {
    grid-column: 1/span 2;
    grid-row: 4/span 1;
  }

  .products-grid-d2 {
    grid-column: 4/span 1;
    grid-row: 4/span 1;
  }

  .products-divider-top {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px 5px 0px 0px;
    height: 12px;
    margin-top: 1rem;
  }

  .products-divider-bottom {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0px 0px 5px 5px;
    height: 12px;
    margin-bottom: 1rem;
  }

  .product-button {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }

  .product-body {
    padding: 2rem 2rem 1rem 2rem;
  }
}

/*# sourceMappingURL=site.css.map */
