<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.standard-body .content-wrapper {
  padding: 20px 10px 100px 10px;
}

.standard-header .content-wrapper {
  padding: 20px 10px 10px 10px;
}

.standard-body {
  background: #f2f2f2;
}

a .note {
  color: black;
  text-decoration: none;
  font-size: 0.82rem;
}

h1 {
  display: block;
  height: 50px;
  margin: 25px 0 0;
  font-size: 2rem;
  line-height: 1.8rem;
}

article {
  line-height: 1.6;
  margin-bottom: 45px;
}

article figure {
  margin: 20px 0 30px;
}

article figure img {
  max-width: 100%;
  height: auto;
}

article a {
  display: inline;
  text-decoration: underline;
}

article a:hover {
  text-decoration: none;
}

.btn-copy {
  position: relative;
  margin: 5px;
  padding: 10px 4px 10px;
  min-width: 50px;
  display: inline-block;
  border: 1px solid #a3cb39;
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  font-weight: bold;
  font-size: 12px;
  color: #a3cb39;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  transition: 0.3s;
}

@media screen and (max-width: 48em) {
  h2 {
    margin-bottom: 1em;
  }

  .note {
    display: block;
    width: 50px;
    float: right;
    text-align: center;
    background: #e2e2e2;
    border-radius: 10px;
    padding: 4px 6px;
    position: absolute;
    top: 8px;
    right: 0;
  }
}
.standard-header .content-wrapper {
  padding: 20px 10px 10px 10px;
}


.page p {
    font-family: Arial, Helvetica, sans-serif;
    line-height:1.4em;
}

.page p.box {
    background-color: #FDFDFD;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #999;
}

.page .button-group {
    width:100%;
    max-width: 36rem;
}


.page .button {
  background-color: #D0DF00;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  padding: 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color:#333;
  font-family: Arial, Helvetica, sans-serif;
}

.page .button.primary {
  background-color: #5C9E41;
  color: #FFF;
}

.page .button.secondary {
  background-color: #EEE;
  color: #333;
}

.page button.full {
    width: 100%;
}

.page .button-group .button {
  width: 33%;
}

.page .button-group .button.full {
    width: 66%;
  }

.page section {
  padding: 3rem 1rem;
  background-color: #FFF;
}
.page section .inner {
  max-width: 1366px;
  margin: 0 auto;
}
.page section.feature {
  background-color: #5C9E41;
  color: #FFF;
}

.page .element.block {
    padding: 1.5rem;
    background-color: #F2F2F2;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
}

.page .element.block .icon-container {
    flex-grow: 1;
}

.page .element.block i {
  font-size: 4vw;
  margin-bottom: 1rem;
}

.page .element.block  h3 {
  font-size: 2.5vw;
  font-weight: 700;
  margin-bottom: 0.5rem;
  align-self: bottom;    
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.page .element.block  h4 {
    font-size: 1.75vw;
    font-weight: 700;
    margin-bottom: 0.5rem;
    align-self: bottom;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.page .element.block  p {
    font-size: 1.25vw;
    margin-bottom: 0.5rem;
    align-self: bottom;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;

}

@media screen and (min-width: 1366px) {
    .page .element.block i {
        font-size: 4rem;
    }
    .page .element.block  h3 {
        font-size: 2.5rem;
    }
    .page .element.block  h4 {
        font-size: 1.75rem;
    }
    .page .element.block  p {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 768px) {
    .page .element.block i {
        font-size: 8vw;
    }
    .page .element.block  h3 {
        font-size: 5vw;
    }
    .page .element.block  h4 {
        font-size: 3.5vw;
    }
    .page .element.block  p {
        font-size: 2.5vw;
    }
}



.page .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    position: relative;
}

.page .grid-4c {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.page .grid .element {
    
}

.page .grid .tall {
    grid-row: span 2;
}

.page .grid .wide {
    grid-column: span 2;
}

@media (min-width: 768px) {
    .page .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page .grid-3c {
      grid-template-columns: repeat(3, 1fr);
  }
    .page .grid-4c {
        grid-template-columns: repeat(4, 1fr);
    }
    .page .grid .wide {
        grid-column: span 4;
    }
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
</pre></body></html>