.elementor-1349 .elementor-element.elementor-element-7476aa6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1349 .elementor-element.elementor-element-1abf93ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:16px;--padding-right:16px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1349 .elementor-element.elementor-element-35bc0427{text-align:center;}.elementor-1349 .elementor-element.elementor-element-35bc0427 .elementor-heading-title{font-family:"Rubik", Sans-serif;font-weight:600;text-transform:uppercase;}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1349 .elementor-element.elementor-element-b4e7568{--box-border-width:0px;--item-text-hover-decoration:underline;}.elementor-1349 .elementor-element.elementor-element-b4e7568 .elementor-toc__header-title{text-align:start;}.elementor-1349 .elementor-element.elementor-element-b4e7568 .elementor-toc__header{flex-direction:row;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6ba35e9 */.content h2,
.content h3,
.content h4 {
  margin: 20px 0;
}
.content table {
  width: 100%;
  overflow-x: auto;
}
.content ul li::marker,
.content ol li::marker {
  color: var(--e-global-color-accent);
  font-weight: 600;
}
.content blockquote {
  background-color: var(--e-global-color-accent);
  border-radius: 4px;
  color: #1a1b20;
}
.content tr td {
  border: 0;
}
.content tr:nth-child(odd) td {
  background-color: #1e242e;
}
.content tr:nth-child(2n + 1) td {
  background-color: #2f3645;
}
.content tr .content table tr td p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .content table {
    display: block;
  }
}/* End custom CSS */