@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Slab", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-rendering: optimizelegibility;
  color: black;
}

h1 {
  letter-spacing: 1.1px;
}

body,
input,
label,
select,
button,
.c-btn,
select,
text {
  font-size: 17px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-rendering: optimizelegibility;
  color: black;
}

.warning {
  background: rgb(255, 210, 128);
  font-size: 16px;
  padding: 10px;
  border-radius: 8px;
}
.warning i {
  margin-right: 10px;
}
.warning a {
  font-weight: normal;
}
.warning .c-btn {
  margin-bottom: 0;
}

body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  color: rgba(29, 29, 29, 0.95);
}
body.wide {
  max-width: 1200px;
}

a.icon-left svg,
a.icon-left img, a.icon-right svg,
a.icon-right img, a.icon-both svg,
a.icon-both img,
.c-btn.icon-left svg,
.c-btn.icon-left img,
.c-btn.icon-right svg,
.c-btn.icon-right img,
.c-btn.icon-both svg,
.c-btn.icon-both img,
button.icon-left svg,
button.icon-left img,
button.icon-right svg,
button.icon-right img,
button.icon-both svg,
button.icon-both img,
p.icon-left svg,
p.icon-left img,
p.icon-right svg,
p.icon-right img,
p.icon-both svg,
p.icon-both img,
div.icon-left svg,
div.icon-left img,
div.icon-right svg,
div.icon-right img,
div.icon-both svg,
div.icon-both img {
  display: inline;
  height: 20px;
  width: auto;
}
a.icon-left svg,
a.icon-left img,
a.icon-left i,
.c-btn.icon-left svg,
.c-btn.icon-left img,
.c-btn.icon-left i,
button.icon-left svg,
button.icon-left img,
button.icon-left i,
p.icon-left svg,
p.icon-left img,
p.icon-left i,
div.icon-left svg,
div.icon-left img,
div.icon-left i {
  margin-right: 10px;
}
a.icon-right svg,
a.icon-right img,
a.icon-right i,
.c-btn.icon-right svg,
.c-btn.icon-right img,
.c-btn.icon-right i,
button.icon-right svg,
button.icon-right img,
button.icon-right i,
p.icon-right svg,
p.icon-right img,
p.icon-right i,
div.icon-right svg,
div.icon-right img,
div.icon-right i {
  margin-left: 10px;
}
a.icon-both svg:first-of-type,
a.icon-both img:first-of-type,
a.icon-both i:first-of-type,
.c-btn.icon-both svg:first-of-type,
.c-btn.icon-both img:first-of-type,
.c-btn.icon-both i:first-of-type,
button.icon-both svg:first-of-type,
button.icon-both img:first-of-type,
button.icon-both i:first-of-type,
p.icon-both svg:first-of-type,
p.icon-both img:first-of-type,
p.icon-both i:first-of-type,
div.icon-both svg:first-of-type,
div.icon-both img:first-of-type,
div.icon-both i:first-of-type {
  margin-right: 10px;
}
a.icon-both svg:last-of-type,
a.icon-both img:last-of-type,
a.icon-both i:last-of-type,
.c-btn.icon-both svg:last-of-type,
.c-btn.icon-both img:last-of-type,
.c-btn.icon-both i:last-of-type,
button.icon-both svg:last-of-type,
button.icon-both img:last-of-type,
button.icon-both i:last-of-type,
p.icon-both svg:last-of-type,
p.icon-both img:last-of-type,
p.icon-both i:last-of-type,
div.icon-both svg:last-of-type,
div.icon-both img:last-of-type,
div.icon-both i:last-of-type {
  margin-left: 10px;
}

i.left {
  margin-right: 20px;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
  margin-bottom: 30px;
}
figure figcaption {
  margin-top: 5px;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 40px;
  font-weight: 600;
}

p,
li {
  line-height: 1.8;
}

video {
  max-width: 100%;
}

a {
  color: rgb(2, 99, 255);
  text-decoration: none;
}

ol li,
ul li {
  margin-bottom: 10px;
}
ol li:last-of-type,
ul li:last-of-type {
  margin-bottom: 0;
}
ol li > ul,
ul li > ul {
  margin-top: 20px;
}

table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
table.feature-comparison td:nth-child(2),
table.feature-comparison td:nth-child(3) {
  text-align: center;
}
table th {
  background-color: rgb(243, 243, 243);
}
table th,
table td {
  border: 1px solid lightgray;
  text-align: left;
  padding: 7px;
}
table i {
  color: green;
}
table i.fa-times {
  color: red;
}

#important {
  border: 5px solid red;
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
  margin-top: 20px;
  background: rgb(255, 245, 198);
}
#important h2 {
  margin-top: 0px;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

p,
li {
  font-size: 1em;
}

#masthead {
  background-color: #073b4c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#masthead img {
  max-width: 200px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 200px;
  margin: 0;
  font-size: 15px;
}

#faq-wrapper {
  background-color: #ffd166;
  padding: 10px;
  border-radius: 6px;
}
#faq-wrapper h2 {
  margin-top: 0;
}

#side-labels-image {
  max-width: 300px;
  width: 100%;
}

.top {
  margin-top: 0px;
}

.fa-triangle-exclamation {
  color: red;
}

.editorial {
  box-sizing: border-box;
  width: calc(100% - 200px);
}
.editorial figure {
  max-width: 600px !important;
}

.contents {
  box-sizing: border-box;
  width: 200px;
  position: fixed;
  padding-left: 10px;
  right: 20px;
  top: 200px;
}
.contents > h2 {
  margin-top: 0;
}
.contents p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 800px) {
  .editorial {
    width: 100%;
  }
  .contents {
    position: static;
    margin-top: 20px;
    padding-left: 0;
  }
}

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