:root {
  --blue: #4915ff;
  --white: white;
  --black: black;
  --cyan: #00fffe;
  --booktrack-studio: #2581a9;
  --copy-grey: #616161;
  --dark-cyan: #003433;
}

a {
  text-decoration: underline;
}

.background {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.prodcut-content {
  z-index: 2;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  height: 100%;
  min-height: 440px;
  margin: 100px 20%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-link {
  color: #fffc;
  border-radius: 20px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 9px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 17px;
  transition: color .5s, background-color .5s;
}

.menu-link:hover {
  color: #fff;
  background-color: #4915ff4d;
  border-radius: 20px;
}

.menu-link.w--current {
  background-color: var(--blue);
  color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 100;
  transition: opacity .2s;
}

.menu-link.last {
  margin-right: 0;
}

.brand {
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.controls-background {
  background-color: #00343399;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 43px;
  padding: 4px;
  display: flex;
}

.controls-background:hover {
  box-shadow: 5px 5px 24px #0034334d;
}

.ico_home_white {
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar {
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.controls-background-mobile {
  background-color: #00343399;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 43px;
  padding: 4px;
  display: flex;
}

.controls-background-mobile:hover {
  box-shadow: 5px 5px 24px #0034334d;
}

.image-15 {
  width: 200px;
}

.body-3 {
  height: auto;
}

.heading-5 {
  color: #4318f5;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline;
}

.link {
  color: #333;
  vertical-align: baseline;
  font-family: Montserrat, sans-serif;
}

.link:hover {
  color: #4318f5;
}

.link:active {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .prodcut-content {
    justify-content: flex-end;
    width: 80%;
    margin: 10%;
  }

  .div-block-21 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .menu-link.w--current {
    font-weight: 400;
  }

  .navbar {
    margin-bottom: 20px;
  }

  .controls-background-mobile {
    flex: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .mobile-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .prodcut-content {
    width: 90%;
    margin: 5%;
    margin-bottom: 20%;
  }
}


