.elementor-37 .elementor-element.elementor-element-cfe817e{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-37 .elementor-element.elementor-element-cfe817e{--content-width:1440px;}}/* Start custom CSS for text-editor, class: .elementor-element-7c3faad */.css-about-docs {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  padding: 60px 20px;
  color: #111;
}

/* CONTAINER */
.css-about-docs-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
}

/* SIDEBAR */
.css-about-docs-sidebar {
  position: sticky;
  top: 80px;
  height: fit-content;
}

.css-about-docs-sidebar a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.css-about-docs-sidebar a:hover {
  color: #000;
}

/* CONTENT */
.css-about-docs-content section {
  margin-bottom: 60px;
}

/* TITLES */
.css-about-docs h1 {
  font-family: 'Manrope', sans-serif;
  font-size: 34px;
  margin-bottom: 30px;
}

.css-about-docs h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* TEXT */
.css-about-docs p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 10px;
}

/* LIST */
.css-about-docs ul {
  padding-left: 18px;
}

.css-about-docs li {
  margin-bottom: 6px;
}

/* IMAGE */
.css-about-docs-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin: 15px 0;
}

/* CONTACT */
.css-about-docs-contact {
  background: #111;
  color: #fff;
  padding: 20px;
  margin-top: 10px;
}

/* LINKS */
.css-about-docs a.link {
  text-decoration: underline;
  color: #000;
}

/* MOBILE */
@media(max-width:768px){
  .css-about-docs-container {
    grid-template-columns: 1fr;
  }

  .css-about-docs-sidebar {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 15px;
  }

  .css-about-docs-sidebar a {
    flex-shrink: 0;
  }

  .css-about-docs h1 {
    font-size: 26px;
  }
}/* End custom CSS */