.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature-text {
  z-index: 10;
  width: 410px;
  color: #05050a;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
  position: relative;
}

.feature-text.motion {
  width: 100%;
  margin-left: -71px;
}

.feature-text.motion.mobile {
  display: none;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: -60px;
}

.hero-wrapper.landing {
  z-index: 4;
  position: relative;
  top: -15px;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-left-text {
  height: 100vh;
  background-color: #fafafa;
  border-bottom: 1px solid #e4ebf3;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.white-line {
  width: 2px;
  height: 132px;
  background-color: #fff;
  margin-left: 23px;
  margin-right: 40px;
  transform: rotate(-26deg);
}

.body {
  color: #05050a;
  font-family: Plus Jakarta Sans, sans-serif;
}

.landing-heading {
  margin-top: 0;
  font-weight: 400;
}

.feature-title {
  font-size: 160px;
  line-height: 100%;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.popup-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-content-wrapper {
  z-index: 1;
  width: 90vw;
  max-height: 90%;
  max-width: 55em;
  background-color: #fff;
  border-radius: 1.2em;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  height: 90vh;
  max-height: 675px;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.play-wrapper {
  z-index: 3;
  width: 5em;
  height: 5em;
  color: #f8f1e2;
  cursor: pointer;
  background-color: #ebe1a3;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em rgba(0, 0, 0, .45);
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.popup-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-magnetic.is-absolut {
  position: absolute;
}

.popup-video-group {
  width: auto;
  padding: 5px;
}

.popup-toggle {
  cursor: pointer;
}

.play-icon {
  width: 24px;
  height: 24px;
  color: #000;
  margin-left: .2em;
  font-size: 1.7em;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.video-thumbnail {
  width: 787px;
  border-radius: 0;
}

.popup-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-teaser-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-close {
  z-index: 2;
  width: 3.5em;
  height: 3.5em;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.grid {
  max-height: 600px;
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area";
  overflow: scroll;
}

.client-logo-image {
  filter: grayscale();
}

.client-logo-image:hover {
  filter: none;
}

.ladning {
  height: 100vh;
  color: #fafafa;
  background-color: #05050a;
  border-bottom: 1px solid #e4ebf3;
  align-items: center;
  padding: 80px 30px;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.outer {
  display: none;
}

.background-video {
  height: 614px;
  margin-bottom: -100px;
}

.main-header {
  margin-top: 0;
  margin-bottom: 0;
}

.main-text {
  z-index: 10;
  color: #05050a;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
  position: relative;
}

.main-text.form {
  color: #fafafa;
  font-size: 18px;
}

.slider {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  overflow: visible;
}

.right-arrow, .left-arrow {
  display: none;
}

.footer-dark {
  height: 100vh;
  color: #fafafa;
  background-color: #05050a;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 80px 100px;
  display: flex;
  position: relative;
}

.footer-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-6 {
  justify-content: flex-end;
  display: flex;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #fafafa;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(250, 250, 250, .5);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navmenu {
  z-index: 100;
  color: #fafafa;
  background-color: #05050a;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  justify-items: start;
}

.section {
  background-color: #ebe1a3;
  padding: 100px 30px 80px;
}

.white-black {
  width: 2px;
  height: 80px;
  background-color: #040303;
  margin-left: 41px;
  margin-right: 41px;
  transform: rotate(-26deg);
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.feature-paragraph {
  z-index: 10;
  width: auto;
  min-width: auto;
  color: #05050a;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  line-height: 32px;
  position: relative;
}

.section-header {
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image {
  height: 100%;
  margin-right: 20px;
}

.landing-video {
  z-index: 2;
}

.image-3 {
  display: none;
}

.copy_to_clipboard {
  background-color: rgba(250, 250, 250, .16);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 8px;
  display: flex;
}

.copy_to_clipboard:hover {
  background-color: rgba(226, 226, 226, .55);
}

.copy_to_clipboard:active {
  background-color: rgba(60, 213, 65, .45);
}

.image-4 {
  color: #7a87e3;
  margin-left: 15px;
}

.flip-card-inner {
  background-color: #bebebe;
}

.flip-card-front {
  width: 100px;
  height: 100px;
}

.flip-card-back {
  width: 100px;
  height: 100px;
  background-color: #fffce5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.client-logo {
  width: 100px;
  filter: grayscale();
}

.client-logo:hover {
  filter: none;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.lottie-animation {
  max-width: 50%;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.link {
  color: #fafafa;
  text-decoration: none;
}

.link-copy {
  color: #05050a;
  text-decoration: none;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.cta-button {
  color: #fafafa;
  background-color: #05050a;
  padding: 22px;
  font-size: 22px;
  font-weight: 700;
}

.cta-button.white {
  color: #05050a;
  background-color: #fafafa;
  font-size: 18px;
}

.section-cta {
  background-color: #9fb3b6;
  padding: 100px 30px 80px;
}

.text-span {
  font-weight: 400;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-form-input {
  width: 342px;
  height: auto;
  color: #1a1b1f;
  text-align: left;
  border: 1px solid #d1d6db;
  margin-bottom: 20px;
  margin-right: 9px;
  padding: 15px 16px 10px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input.text-area {
  height: 149px;
  display: flex;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.form-button:hover {
  color: #fff;
  background-color: #32343a;
}

.form-button:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

@media screen and (min-width: 1920px) {
  .feature-title {
    text-align: center;
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .popup-toggle {
    width: 100%;
  }

  .video-thumbnail {
    width: 1000px;
  }

  .video-teaser-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-dark, .footer-text {
    color: #fafafa;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link, .link-2, .link-3 {
    color: #fafafa;
  }

  .right {
    align-items: flex-end;
  }

  .link-copy {
    color: #fafafa;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .play-wrapper:active {
    transform: scale(.9);
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .container-2, .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-left-text {
    padding: 60px 15px;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .ladning {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-stack, .hero-subscribe-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.menu {
    align-items: stretch;
  }

  .feature-text {
    width: auto;
  }

  .feature-text.motion {
    margin-left: 0;
    display: none;
  }

  .feature-text.motion.mobile {
    display: block;
  }

  .hero-wrapper.landing {
    margin-bottom: 0;
    top: -52px;
  }

  .hero-split {
    align-items: center;
  }

  .main-left-text {
    height: auto;
  }

  .white-line {
    height: 51px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .landing-heading {
    text-align: left;
    font-size: 23px;
    line-height: 120%;
  }

  .feature-title {
    text-align: center;
    font-size: 47px;
  }

  .popup-video-group {
    margin-bottom: 47px;
  }

  .ladning {
    height: auto;
    align-items: flex-end;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .ladning.form {
    height: 100vh;
    align-items: center;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .outer {
    display: flex;
  }

  .background-video {
    width: 100%;
    height: 300px;
    margin-bottom: 0;
  }

  .main-header {
    font-size: 30px;
  }

  .main-text {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
  }

  .footer-dark {
    height: auto;
  }

  .quick-stack {
    align-self: center;
    padding: 0;
  }

  .nav-link-2 {
    color: #000;
  }

  .nav-link-2:hover {
    color: rgba(5, 5, 10, .5);
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-logo-left-container-2.shadow-three {
    max-width: 84%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu-two-2 {
    color: #05050a;
    border-radius: 0;
    flex-direction: column;
  }

  .grid-2 {
    display: block;
  }

  .grid-3 {
    display: none;
  }

  .feature-paragraph {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
  }

  .section-header {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .landing-video {
    width: 100%;
  }

  .image-2 {
    margin-top: 54px;
    display: none;
  }

  .image-3, .lottie-animation {
    display: none;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .cta-button.white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }
}

#w-node-_1c7e0328-a5da-d964-302e-adf3aaed4e1c-832bfebf, #w-node-cbe36044-95c0-bf96-43c9-a81913e68098-832bfebf, #w-node-c6d92f5a-8e1b-250e-da4d-142201219355-832bfebf, #w-node-_8c7ee199-461b-88c0-d5d3-d9c370ec6b18-832bfebf, #w-node-_12afc8bf-9eb3-beb0-17f5-f1d2dc9949f8-832bfebf, #w-node-_95cead8e-3c28-4836-537a-3b99ac04afb6-832bfebf, #w-node-_7ec1f4c6-3553-8d75-ed3b-1151f43427a8-832bfebf, #w-node-_223eba37-79f8-d95a-efcb-36616c46b183-832bfebf, #w-node-ab9b26c7-dfb4-d02c-b45d-c4f759d39e79-832bfebf, #w-node-aa4bf6b9-dbb0-b000-efe0-8cb1bf9969e9-832bfebf, #w-node-_7a1f2c16-6f8e-f0b6-612c-9d71dae47106-832bfebf, #w-node-_467670a1-6b9d-ea7b-545d-d2170ed49996-832bfebf, #w-node-_68a15847-c783-2cb1-fcc4-1461b4caa259-832bfebf, #w-node-d422a991-0ee2-3bb5-5d29-9a9ac26d554c-832bfebf, #w-node-dde54e68-839f-758a-c8bf-194bde7e6918-832bfebf, #w-node-_7db49a9a-7b32-2032-2d34-25c5fac6e1c2-832bfebf, #w-node-f6d56004-8b3f-ccb3-2a1e-e624e4ca0f88-832bfebf, #w-node-d096f25f-fdf7-b429-c2e0-6257735162f2-832bfebf, #w-node-_261786f2-d6e9-4123-24aa-c9435237c5b4-832bfebf, #w-node-d6750e49-b16e-abc9-6980-b26ee213c827-832bfebf, #w-node-e87f77a2-90d1-4d1a-ec94-96496e982d90-832bfebf, #w-node-f602ad9a-0ed4-b4c4-05a6-06d05a086f6b-832bfebf, #w-node-_6cb47065-3354-2977-c646-f0ec8d541daa-832bfebf, #w-node-_1746bfda-37ed-e428-af29-25a18a023911-832bfebf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5c91379-81d9-3f1e-aa05-74064aeda38c-832bfebf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e5c91379-81d9-3f1e-aa05-74064aeda38d-832bfebf, #w-node-e5c91379-81d9-3f1e-aa05-74064aeda390-832bfebf, #w-node-e5c91379-81d9-3f1e-aa05-74064aeda398-832bfebf, #w-node-e5c91379-81d9-3f1e-aa05-74064aeda3a0-832bfebf, #w-node-e5c91379-81d9-3f1e-aa05-74064aeda3aa-832bfebf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e5c91379-81d9-3f1e-aa05-74064aeda38c-832bfebf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e5c91379-81d9-3f1e-aa05-74064aeda38d-832bfebf, #w-node-e5c91379-81d9-3f1e-aa05-74064aeda390-832bfebf, #w-node-e5c91379-81d9-3f1e-aa05-74064aeda398-832bfebf, #w-node-e5c91379-81d9-3f1e-aa05-74064aeda3a0-832bfebf, #w-node-e5c91379-81d9-3f1e-aa05-74064aeda3aa-832bfebf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


