.elementor-7704 .elementor-element.elementor-element-12862658{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-34bd096 */h1 {
  padding: 0.0em 0.0em 0.0em 0.0em;
  margin-top: 0px;
  margin-bottom: -20px;
}

h1 *{
  font-size: 0.4em;
  letter-spacing: -1.5px;
  font-weight: 500;
  font-family: Roboto;
}

h2 {
  padding: 0.0em 0.0em 0.0em 0.0em;
  margin-top: 20px;
  margin-bottom: -10px;
}

h2 *{
  font-size: 0.6em;
  letter-spacing: -1.5px;
  font-weight: 500;
  font-family: Roboto;
}

h3 *{
  font-size: 0.7em;
  letter-spacing: -1px;
  font-weight: 500;
  font-family: Roboto;
}

h4 *{
  font-size: 0.7em;
  font-weight: 500;
  font-family: Roboto;
  font-style: italic;
}

h5 {
  /*text-align: center;*/
}

h5 *{
  font-size: 0.7em;
  font-weight: 400;
  font-family: Roboto;
  font-style: italic;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.7em;
  font-family: Roboto; 
}

p *{}


/*
ul {
  list-style: none;
  font-size: 0.7em;
  font-family: Roboto;
  border: none;
  margin-top: -5px;
  margin-bottom: -5px;
}

ul li::before {

  content: '\2013'; 
  color: black; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em;
  margin-left: -1em; 
}
*/


ol {
  list-style: none; 
  border: none;
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 0.7em;
  font-family: Roboto;
}


ol li::before {
  content: '\2013'; 
  color: black; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em;
  margin-left: -1em; 
}

code {
}

code *{
  margin-left: 0px;
  margin-right: 5px;
  background: #f4f4f4;
  border-left: 3px solid #f36d33;
  page-break-inside: avoid;
  font-family: monospace;
  font-style: italic;
  font-size: 15px;
  line-height: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 0.8em 2em 0.8em 2em;
}


img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid black;*/
}

table {
  border: 1px solid black;
  border-collapse: collapse;
  /*margin-left: auto;
  margin-right: auto;*/
}
table td {
   border: 1px solid black;
}
table th {
   border: 1px solid black;
}/* End custom CSS */