/* CSS reset */
@import "https://vup.app/reset.css";
/* Fonts */
@font-face {
  src: url(https://vup.app/fonts/NotoSansJP-Regular.otf) format("opentype");
  font-family: "NotoSansJP";
  font-weight: 400;
}
@font-face {
  src: url(https://vup.app/fonts/NotoSansJP-Medium.otf) format("opentype");
  font-family: "NotoSansJP";
  font-weight: 500;
}
@font-face {
  src: url(https://vup.app/fonts/NotoSansJP-Bold.otf) format("opentype");
  font-family: "NotoSansJP";
  font-weight: 600;
}
@font-face {
  src: url(https://vup.app/fonts/NotoSansJP-Black.otf) format("opentype");
  font-family: "NotoSansJP";
  font-weight: 900;
}
html {
  font-size: 15px;
  position: relative;
  min-height: 100%;
}
html *,
html :before,
html :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  margin: 0 0 250px;
  font-family: "NotoSansJP", sans-serif;
  color: #191919;
  text-align: left;
  background-repeat: repeat;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

.body-dark {
  background-color: #191919;
}

/* Font styling */
strong {
  font-weight: 600;
}

em {
  font-style: italic;
  font-weight: 400;
}

h1 {
  font-family: "NotoSansJP", sans-serif;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  color: #1ED660;
  line-height: 1;
  /* margin-top: 50px; */
}

h2 {
  font-family: "NotoSansJP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #efefef;
  line-height: 1.3;
  padding-top: 34px;
}

h3 {
  font-family: "NotoSansJP", sans-serif;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  color: #191919;
  line-height: 1.1;
  padding-top: 30px;
}

#font-white {
  color: #fff;
}

h4 {
  font-family: "NotoSansJP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #191919;
  line-height: 1.1;
}

p {
  font-family: "NotoSansJP", sans-serif;
  font-size: 21px;
  line-height: 1.4;
}

p + p {
  margin-top: 24px;
}

p + h3 {
  margin-top: 40px;
}

p + h4 {
  margin-top: 40px;
}

p + h5 {
  margin-top: 40px;
}

ul + p {
  margin-top: 24px;
}

ul + h3 {
  margin-top: 40px;
}

ul + h4 {
  margin-top: 40px;
}

ul + h5 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 58px;
    line-height: 1.1;
  }

  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 42px;
    line-height: 1.2;
  }

  h2 {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }

  h3 {
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
  }

  h4 {
    font-size: 16px;
  }

  p {
    line-height: 1.4;
    text-align: left;
  }
}
/* Introduction container */
.introduction-container {
  margin: 0 auto;
  padding: 30px 80px 0px 80px;
  background-color: #191919;
}

@media only screen and (max-width: 960px) {
  .introduction-container {
    padding: 20px 60px 0px 60px;
  }
}
@media only screen and (max-width: 860px) {
  .introduction-container {
    padding: 20px 40px 0px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-container {
    padding: 20px 40px 0px 40px;
  }
}
@media only screen and (max-width: 580px) {
  .introduction-container {
    padding: 12px 20px 0px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .introduction-container {
    padding: 2px 20px 0px 20px;
  }
}
.introduction-paragraph {
  font-family: "NotoSansJP", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  margin: 20px 0 24px 0;
  max-width: 100%;
}

@media only screen and (max-width: 580px) {
  .introduction-paragraph {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    margin: 20px 0 24px 0;
  }
}
/* Content container */
.content-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 80px 0px 80px;
}

@media only screen and (max-width: 960px) {
  .content-container {
    padding: 50px 60px 0px 60px;
  }
}
@media only screen and (max-width: 860px) {
  .content-container {
    padding: 50px 40px 0px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .content-container {
    padding: 40px 40px 0px 40px;
  }
}
@media only screen and (max-width: 580px) {
  .content-container {
    padding: 12px 20px 0px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-container {
    padding: 2px 20px 0px 20px;
  }
}
/* Text image component */
.splitview {
  display: flex;
  flex-direction: row;
  padding: 0px 0 6px 0;
  vertical-align: middle;
  margin-bottom: 50px;
}

.splitview p + p {
  padding-bottom: 10px;
}

.splitview img {
  max-width: 100%;
  border-radius: 4px;
  vertical-align: middle;
}

.splitview > * {
  flex-basis: 100%;
}

.splitview > * + * {
  margin: 0 0 0 0;
}

@media only screen and (max-width: 768px) {
  .splitview {
    flex-direction: column;
    padding: 0px 0 8px 0;
  }

  .splitview > * + * {
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 580px) {
  .splitview {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .splitview {
    padding: 22px 0 2px 0;
    margin-bottom: 2px;
  }
}
/* Top bar */
.topbar {
  width: 100%;
  background-color: #252525;
  text-align: center;
  display: inline-block;
}
.topbar a {
  font-size: 13px;
  color: #1ED660;
  text-align: right;
  vertical-align: center;
  padding: 14px 0 18px 0;
  display: inline-block;
  text-decoration: none;
}

.topbar img {
  width: 22px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: 0px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .topbar {
    text-align: right;
  }
  .topbar a {
    font-size: 12px;
    text-align: right;
    margin-right: 20px;
    padding: 12px 0 16px 0;
  }

  .topbar img {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: 0px;
    display: inline-block;
  }
}
@media only screen and (max-width: 379px) {
  .topbar a {
    font-size: 12px;
    text-align: right;
    margin-right: 12px;
    padding: 12px 0 16px 0;
  }
}
/* Header */
.header {
  display: flex;
  justify-content: space-between;
  padding: 18px 40px 20px 18px;
  background-color: #191919;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 18px 30px 18px 30px;
  }
}
@media only screen and (max-width: 580px) {
  .header {
    padding: 18px 20px 18px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    padding: 18px 20px 12px 20px;
  }
}
@media only screen and (max-width: 379px) {
  .header {
    padding: 18px 12px 12px 12px;
  }
}
.logo {
  display: inline-block;
}

.logo img {
  height: 72px;
}

@media only screen and (max-width: 580px) {
  .logo img {
    height: 48px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .logo img {
    height: 40px;
    margin-top: -4px;
  }
}

/* Header buttons */
.flex-buttons-header {
  display: flex;
  flex-direction: row;
}

.header-button {
  margin-top: 14px;
}

@media only screen and (max-width: 580px) {
  .header-button {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 480px) {
  .header-button {
    margin-top: 0px;
  }
}
.buttons img {
  width: 8px;
  margin-right: 4px;
}

.btn-green-header {
  background-color: #1ED660;
  padding: 15px 34px 16px 34px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 8px;
}

.btn-green-header:hover {
  background-color: #0fbe4e;
}

.btn-green-header span {
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #191919;
  font-weight: 600;
}

@media only screen and (max-width: 580px) {
  .btn-green-header {
    padding: 13px 12px 14px 12px;
    margin-left: 6px;
  }

  .btn-green-header span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-green-header {
    padding: 11px 12px 12px 12px;
  }

  .btn-green-header span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 379px) {
  .btn-green-header {
    padding: 11px 10px 12px 10px;
    margin-left: 4px;
  }
}
.btn-green-header-outline {
  padding: 14px 34px 16px 34px;
  border: 1px solid #1ED660;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 8px;
  color: #1ED660;
}

.btn-green-header-outline:hover {
  background-color: #1ED660;
  color: #191919;
}

.btn-green-header-outline span {
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

@media only screen and (max-width: 580px) {
  .btn-green-header-outline {
    padding: 12px 12px 14px 12px;
    margin-right: 6px;
  }

  .btn-green-header-outline span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-green-header-outline {
    padding: 10px 12px 12px 12px;
  }

  .btn-green-header-outline span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 379px) {
  .btn-green-header-outline {
    padding: 11px 10px 12px 10px;
    margin-right: 4px;
  }
}
/* Content install buttons */
.flex-buttons {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 480px) {
  .flex-buttons {
    display: flex;
    flex-direction: column;
  }
}
.btn-green {
  background-color: #1ED660;
  padding: 13px 42px 15px 42px;
  min-width: 230px;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 6px 0 6px;
}

.btn-green:hover {
  background-color: #0fbe4e;
}

.btn-green span {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #191919;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 580px) {
  .btn-green {
    padding: 14px 28px 16px 28px;
    margin: 0 6px 0 6px;
    min-width: 190px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-green {
    padding: 14px 48px 16px 48px;
    margin: 0px 0px 6px 0;
    min-width: 250px;
  }
}
.btn-green-outline {
  padding: 13px 42px 15px 42px;
  min-width: 230px;
  border: 1px solid #1ED660;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 6px 0 6px;
}

.btn-green-outline:hover {
  background-color: #1ED660;
}

.btn-green-outline span {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #191919;
  font-weight: 600;
  text-align: center;
}

.btn-green-outline span:hover {
  color: #191919;
}

@media only screen and (max-width: 580px) {
  .btn-green-outline {
    padding: 14px 28px 16px 28px;
    margin: 0 6px 0 6px;
    min-width: 190px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-green-outline {
    padding: 14px 48px 16px 48px;
    margin: 6px 0px 0px 0;
  }
}
.btn-install {
  background-color: #1ED660;
  padding: 13px 42px 15px 42px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

.btn-install:hover {
  background-color: #0fbe4e;
}

.btn-install span {
  font-size: 16px;
  text-decoration: none;
  color: #191919;
  font-weight: 600;
}

@media only screen and (max-width: 580px) {
  .btn-install {
    padding: 14px 28px 16px 28px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-install {
    padding: 14px 48px 16px 48px;
  }
}
.phone-image {
  text-align: center;
  display: none;
}

.phone-image img {
  width: 450px;
  margin-bottom: -1px;
}

.desktop-image {
  text-align: center;
  margin-bottom: -1px;
}

.desktop-image img {
  max-width: 1280px;
}

@media only screen and (max-width: 1280px) {  

  .desktop-image img{
    max-width: 100%;
  }
}

.advantages {
  max-width: 100%;
}

.advantages-background-white {
  background-color: #fff;
}

.advantages-background-grey {
  background-color: #F7F8F8;
}

@media only screen and (max-width: 480px) {
  .phone-image img {
    width: 320px;
    
  }
  .phone-image {
    display: block;
  }

  .desktop-image  {
    display: none;
  }
}
@media only screen and (max-width: 379px) {
  .phone-image img {
    width: 280px;
    margin-bottom: -1px;
  }

  .phone-image {
    display: block;
  }
  .desktop-image  {
    display: none;
  }
}
/* Advantages component */
.advantage-items-container {
  max-width: 1280px;
  padding: 60px 80px 60px 80px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .advantage-items-container {
    padding: 50px 60px 50px 60px;
  }
}
@media only screen and (max-width: 860px) {
  .advantage-items-container {
    padding: 50px 40px 50px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .advantage-items-container {
    padding: 30px 40px 40px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .advantage-items-container {
    padding: 30px 20px 40px 20px;
  }
}
.advantage-item-wrapper {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 64px -16px 0 -16px;
}

.advantage-item-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  padding: 0 0 30px 0;
}

.advantage-item {
  display: flex;
  flex-direction: column;
  justify-content: flex;
  align-items: flex-start;
  border-radius: 2px;
  padding: 8px 5px 16px 5px;
  margin: 0 16px 0 16px;
}

.advantage-item img {
  height: 30px;
  text-align: left;
  margin: 0 0 10px 0;
}

.advantage-item span {
  font-family: "NotoSansJP", sans-serif;
  font-size: 19px;
  color: #191919;
  font-weight: 900;
  padding-top: 12px;
  text-align: left;
}

.advantage-item p {
  font-family: "NotoSansJP", sans-serif;
  font-size: 15px;
  color: #191919;
  font-weight: 400;
  line-height: 1.5;
  padding: 14px 0 0 0;
  text-align: left;
}

.advantage-item a {
  color: #1ED660;
}

.advantage-item a:hover {
  color: #0fbe4e;
}

@media only screen and (max-width: 980px) {
  .advantage-item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
  }

  .advantage-item-img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .advantage-item-wrapper {
    margin: 28px -16px 0 -16px;
  }

  .advantage-item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
    padding-top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .advantage-item-wrapper {
    margin: 40px 0px 0px -10px;
  }

  .advantage-item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 1);
    flex: 0 1 calc(100% / 1);
    padding: 0 0 24px 0;
  }

  .advantage-item {
    flex-direction: row;
    justify-content: flex-start;
    padding: 5px 5px 5px 20px;
    margin: 0 0px 0 0px;
  }

  .advantage-item > * + * {
    margin: 0 0 0 20px;
  }

  .advantage-item img {
    width: 24px;
    margin: -5px 0px 0px -10px;
  }

  .advantage-item span {
    font-size: 18px;
    padding-top: 0px;
    text-align: left;
  }

  .advantage-item p {
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    padding: 9px 0 0 0;
  }
}
.install-button {
  padding: 48px 0 20px 0;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .install-button {
    padding: 34px 0 20px 0;
  }
}
/* Table container */
.table {
  background-color: #fff;
  margin: 0 auto;
}

.table-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px 60px 50px 60px;
}

@media only screen and (max-width: 960px) {
  .table-container {
    padding: 50px 60px 50px 60px;
  }
}
@media only screen and (max-width: 860px) {
  .table-container {
    padding: 50px 40px 50px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .table-container {
    padding: 40px 40px 40px 40px;
  }
}
@media only screen and (max-width: 580px) {
  .table-container {
    padding: 32px 20px 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .table-container {
    padding: 32px 20px 30px 20px;
  }
}
/* Table design */
table {
  border-collapse: collapse;
  border-radius: 2px;
  display: block;
  overflow-x: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 0 20px 0px;
}

th {
  text-align: left;
  padding: 15px 24px 17px 58px;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600;
}

td {
  text-align: left;
  padding: 15px 24px 17px 58px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

tr:nth-child(even) {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 580px) {
  table {
    border-collapse: collapse;
    margin: 0px 0 50px 0;
    border-radius: 2px;
    display: block;
    overflow-x: auto;
  }

  th, td {
    padding: 5px 10px 17px 10px;
    /* padding: 5px 24px 17px 14px; */
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  td {
    vertical-align: center;
  }
}
.uil-check {
  color: #1ED660;
  font-size: 20px;
}

.uil-times {
  color: #e74c3c;
  font-size: 20px;
}

.uil-exclamation {
  color: #e67e22;
  font-size: 19px;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #191919;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 4px 4px 4px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -65px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Privacy page */
.privacy-paragraph {
  text-align: center;
  margin-top: 40px;
  padding: 12px 14px 14px 14px;
  background-color: #F4FDF7;
  border: 1px solid #BDFFD3;
  border-radius: 4px;
}

.privacy-link-home {
  margin-top: 40px;
  text-align: center;
}

.privacy-link-home a {
  color: #1ED660;
  margin-top: 40px;
  text-align: center;
}

/* Installation page */
.install-heading-1 {
  display: block;
}

.install-heading-2 {
  display: none;
}

.installation-component {
  display: block;
}

.installation-component p {
  font-size: 22px;
  margin: 38px 0 40px 0;
  text-align: center;
}

.installation-component-mobile {
  display: none;
}

/* Installation QR code */
.installation-qr {
  padding: 20px;
  border-radius: 4px;
  margin: 0 20px 0 20px;
  text-align: center;
  border: 1px solid #e7e7e7;
}

.installation-qr img {
  width: 140px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}

/* Installation button */
.installation-button {
  padding: 20px;
  border-radius: 4px;
  margin: 0 20px 0 20px;
  text-align: center;
  border: 1px solid #e7e7e7;
}

.install-button-button {
  padding: 75px 0 20px 0;
}

.installation-content {
  padding: 0 0 40px 80px;
}

/* Installation content */
.installation-content h3 {
  padding: 10px 0 0 0;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.installation-content p {
  font-size: 17px;
  text-align: left;
  line-height: 1.6;
  max-width: 80%;
  margin: 18px 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .installation-component p {
    font-size: 20px;
    margin: 40px 0 28px 0;
    text-align: center;
  }

  .installation-qr {
    margin: 0 0px 24px 0px;
  }

  .installation-button {
    margin: 0 0px 0 0px;
  }

  .install-button-button {
    padding: 38px 0 20px 0;
  }

  .installation-content {
    padding: 0 0 40px 40px;
  }

  .installation-content p {
    font-size: 17px;
    text-align: left;
    max-width: 90%;
    margin: 16px 0 20px 0;
  }
}
@media only screen and (max-width: 580px) {
  .install-heading-1 {
    display: none;
  }

  .install-heading-2 {
    display: block;
  }

  .installation-component {
    display: none;
  }

  .installation-component-mobile {
    display: block;
  }

  .installation-component-mobile p {
    font-size: 16px;
    line-height: 1.5;
    margin: 32px 0 10px 0;
    text-align: center;
  }

  .installation-component-mobile a {
    color: #1ED660;
  }

  .installation-qr {
    display: none;
  }

  .installation-button {
    display: none;
  }

  .installation-content {
    padding: 0 0 20px 20px;
  }

  .installation-content p {
    font-size: 17px;
    text-align: left;
    max-width: 90%;
    margin: 14px 0 22px 0;
  }
}
@media only screen and (max-width: 480px) {
  .installation-component-mobile p {
    font-size: 15px;
    line-height: 1.5;
    margin: 32px 0 10px 0;
    text-align: left;
  }

  .installation-component-mobile p {
    font-size: 15px;
    line-height: 1.5;
    margin: 32px 0 10px 0;
    text-align: left;
  }

  .installation-content {
    padding: 0 0 20px 0;
  }

  .installation-content h3 {
    padding: 8px 0 0 0;
    font-size: 20px;
  }

  .installation-content p {
    font-size: 17px;
    text-align: left;
    max-width: 100%;
    margin: 10px 0 20px 0;
  }
}
/* Instructions page */
.instructions-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 80px 0px 80px;
}

@media only screen and (max-width: 960px) {
  .instructions-container {
    padding: 0px 60px 0px 60px;
  }
}
@media only screen and (max-width: 860px) {
  .instructions-container {
    padding: 0px 40px 0px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .instructions-container {
    padding: 0px 40px 0px 40px;
  }
}
@media only screen and (max-width: 580px) {
  .instructions-container {
    padding: 12px 20px 0px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .instructions-container {
    padding: 2px 20px 0px 20px;
  }
}
.instructions h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 52px;
}

.instructions-content-background {
  background-color: #191919;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  padding: 10px 50px 40px 50px;
  margin: 20px 0px 250px 0px;
}

.instructions-content-introduction p {
  font-size: 16px;
  margin: -10px 0px 40px 0px;
}

.instructions-content {
  margin-bottom: 4px;
}

.instructions-content h3 {
  font-size: 20px;
  margin-bottom: 28px;
  color: #a0a0a0;
  text-align: left;
}

.instructions-content p {
  font-size: 15px;
  color: #efefef;
}

.instructions-content a {
  color: #1ED660;
}

.instructions-content ol {
  color: #fff;
  display: block;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

.instructions-content li {
  list-style-position: inside;
  padding: 0px 20px 30px 0px;
  list-style-position: outside;
  line-height: 1.4;
}

.instructions-content-divider {
  border: 0.5px solid #292929;
}

.tag {
  background-color: #373737;
  border-radius: 4px;
  padding: 0px 6px 0px 6px;
  display: inline-block;
  font-family: monospace;
  font-size: 13px;
  color: #efefef;
}

.code-copy {
  background-color: #212121;
  padding: 12px 10px 14px 20px;
  border-radius: 4px;
  margin-bottom: 38px;
  vertical-align: middle;
}

.code-copy-heading h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 500px;
  text-align: left;
  margin-bottom: 18px;
}

.code-copy span {
  display: inline-block;
  font-family: monospace;
  font-size: 14px;
  color: #fff;
  width: 90%;
  overflow-wrap: break-word;
  line-height: 1.4;
}

.code-copy img {
  width: 18px;
  float: right;
  margin: 0px 6px 0px 0px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .instructions-content-background {
    padding: 10px 30px 40px 30px;
    margin: 20px 0px 250px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .instructions-content-background {
    padding: 10px 24px 40px 24px;
    margin: -16px 0px 250px 0px;
  }

  .instructions-content-introduction p {
    font-size: 14px;
    line-height: 1.4;
    margin: -10px 0px 40px 0px;
  }

  .code-copy {
    padding: 12px 10px 14px 16px;
  }

  .code-copy span {
    font-size: 13px;
    line-height: 1.5;
  }

  .code-copy img {
    width: 16px;
    margin: -2px 2px 0px 0px;
  }

  .instructions-content p {
    font-size: 15px;
  }

  .instructions-content ol {
    margin-left: 20px;
  }

  .instructions-content li {
    font-size: 14px;
    line-height: 1.4;
    padding: 0px 20px 24px 0px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 380px) {
  .instructions-content-background {
    padding: 0px 14px 32px 14px;
    margin: -18px 0px 250px 0px;
  }

  .instructions-content-introduction p {
    font-size: 14px;
    line-height: 1.5;
    margin: -10px 0px 40px 0px;
  }

  .instructions-content h3 {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .code-copy {
    padding: 12px 10px 14px 14px;
  }

  .code-copy-heading h4 {
    font-size: 14px;
  }

  .code-copy img {
    width: 14px;
    margin: 0px 2px 0px 0px;
  }

  .code-copy-heading h4 {
    font-size: 15px;
  }

  .code-copy span {
    font-size: 12px;
    line-height: 1.5;
  }

  .tag {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
  }
}
/* Footer */
footer {
  background-color: #191919;
  padding: 50px 40px 54px 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 50px 30px 54px 30px;
  }
}
@media only screen and (max-width: 580px) {
  footer {
    padding: 40px 30px 40px 30px;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    padding: 40px 20px 40px 20px;
  }
}
.footer-image {
  text-align: center;
  margin-bottom: 34px;
}

.footer-image img {
  height: 50px;
}

.footer-items {
  text-align: center;
}

.footer-items ul li {
  display: inline-block;
}

.footer-items a {
  font-size: 13px;
  color: #1ED660;
  margin: 0px 12px;
}

.footer-items a:hover {
  color: #0fbe4e;
}

@media only screen and (max-width: 580px) {
  .footer-image {
    margin-bottom: 24px;
  }

  .footer-items ul li {
    display: block;
    padding: 0 0 20px 0;
  }

  footer {
    position: absolute;
    bottom: -80px;
  }
}
