@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200;300;400;500;600;700&family=Fira+Mono:wght@400;500;700&display=swap");
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
  color: #F6FAFF; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
:root {
  --background-color: #F6FAFF;
  --main-font: Lato, Helvetica, sans-serif;
  --main-font-size: 20pt;
  --main-color: #495C6B;
  --block-margin: 20px;
  --heading-margin: 0 0 20px 0;
  --heading-font: Oswald, Helvetica, sans-serif;
  --heading-color: #011627;
  --heading-line-height: 1.2;
  --heading-letter-spacing: normal;
  --heading-text-transform: uppercase;
  --heading-text-shadow: none;
  --heading-font-weight: 700;
  --heading1-text-shadow: none;
  --heading1-size: 2.5em;
  --heading2-size: 1.6em;
  --heading3-size: 1.3em;
  --heading4-size: 1em;
  --code-font: Fira Mono, monospace;
  --link-color: #0076ff;
  --link-color-hover: #003d84;
  --selection-background-color: #80bbff;
  --selection-color: #fff; }

.reveal-viewport {
  background: #F6FAFF;
  background-color: #F6FAFF; }

.reveal {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 20pt;
  font-weight: normal;
  color: #495C6B; }

.reveal ::selection {
  color: #fff;
  background: #80bbff;
  text-shadow: none; }

.reveal ::-moz-selection {
  color: #fff;
  background: #80bbff;
  text-shadow: none; }

.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #011627;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 2.5em; }

.reveal h2 {
  font-size: 1.6em; }

.reveal h3 {
  font-size: 1.3em; }

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: none; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: "Fira Mono", monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }

.reveal code {
  font-family: "Fira Mono", monospace;
  text-transform: none; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super;
  font-size: smaller; }

.reveal sub {
  vertical-align: sub;
  font-size: smaller; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

.reveal img {
  margin: 20px 0; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #0076ff;
  text-decoration: none;
  transition: color .15s ease; }

.reveal a:hover {
  color: #003d84;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #0053b3; }

/*********************************************
 * Frame helper
 *********************************************/
.reveal .r-frame {
  border: 4px solid #495C6B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.reveal a .r-frame {
  transition: all .15s linear; }

.reveal a:hover .r-frame {
  border-color: #0076ff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #0076ff; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #0076ff; }

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #F6FAFF; } }

.reveal .slide-background {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF005B' d='M0 0h70v70H0z'/%3E%3Cpath fill='%23FFF' d='M52.668 44.375c-2.847 0-5.168-2.303-5.168-5.155 0-2.853 2.321-5.157 5.168-5.157a5.157 5.157 0 010 10.313m-.001-7.501c1.286 0 2.333 1.066 2.333 2.354a2.337 2.337 0 01-2.333 2.334 2.34 2.34 0 01-2.355-2.334 2.356 2.356 0 012.355-2.354zM31.562 57.5v-9.375h2.813V57.5h-2.813zm3.75 0v-9.375h2.813V57.5h-2.813zM46.28 16.935l3.096 3.313-4.126 4.44-1.722-1.873 2.378-2.559-3.093-3.317.004-.004-.004-.007 1.74-1.854.004.007 2.381-2.581 1.74 1.852-2.398 2.583zM17.51 34.063l5.616 9.374h-11.25l5.634-9.374zm.16 5.312l-1.42 1.875h2.813l-1.393-1.875zm12.018-24.034l-3.26 3.242 3.26 3.263L27.8 23.75l-3.269-3.264-3.267 3.264-1.888-1.904 3.27-3.263-3.27-3.242 1.888-1.903 3.267 3.261 3.27-3.262 1.887 1.904z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position-x: 8%;
  background-position-y: 100%;
  opacity: 1;
  z-index: 1; }

.reveal .highlight,
.reveal strong,
.reveal b {
  color: #FF005B; }

.reveal pre {
  font-size: 1em;
  width: 100%; }

.reveal .slide-number {
  font-family: inherit;
  color: #FF005B;
  top: 8px;
  bottom: initial;
  font-size: .8em;
  background-color: transparent; }

.reveal .progress {
  height: 5px; }
