<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.MainTitle,
.SecondaryTitle,
.ckeditorContent h2,
.cke_editable h2,
.TertiaryTitle,
.ckeditorContent h3,
.cke_editable h3 {
  text-align: center;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 2rem;
  line-height: 1.35;
  word-break: normal;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .MainTitle,
    .SecondaryTitle,
    .ckeditorContent h2,
    .cke_editable h2,
    .TertiaryTitle,
    .ckeditorContent h3,
    .cke_editable h3 {
      font-size: 3.5rem; } }
  .Paragraph:not(.ParagraphPush) .MainTitle, .Paragraph:not(.ParagraphPush) .SecondaryTitle, .Paragraph:not(.ParagraphPush) .ckeditorContent h2, .ckeditorContent .Paragraph:not(.ParagraphPush) h2,
  .Paragraph:not(.ParagraphPush) .cke_editable h2, .cke_editable .Paragraph:not(.ParagraphPush) h2, .Paragraph:not(.ParagraphPush) .TertiaryTitle, .Paragraph:not(.ParagraphPush) .ckeditorContent h3, .ckeditorContent .Paragraph:not(.ParagraphPush) h3,
  .Paragraph:not(.ParagraphPush) .cke_editable h3, .cke_editable .Paragraph:not(.ParagraphPush) h3 {
    color: var(--green-color); }
  .NodeProduct-description .MainTitle, .NodeProduct-description .SecondaryTitle, .NodeProduct-description .ckeditorContent h2, .ckeditorContent .NodeProduct-description h2,
  .NodeProduct-description .cke_editable h2, .cke_editable .NodeProduct-description h2, .NodeProduct-description .TertiaryTitle, .NodeProduct-description .ckeditorContent h3, .ckeditorContent .NodeProduct-description h3,
  .NodeProduct-description .cke_editable h3, .cke_editable .NodeProduct-description h3 {
    color: inherit; }

.MainTitle {
  padding: 0;
  position: relative; }


.SecondaryTitle,
.ckeditorContent h2,
.cke_editable h2 {
  font-size: 3.5rem;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    
    .SecondaryTitle,
    .ckeditorContent h2,
    .cke_editable h2 {
      font-size: 2.8rem; } }


.TertiaryTitle,
.ckeditorContent h3,
.cke_editable h3 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: left; }
  @media (max-width: 767px) {
    
    .TertiaryTitle,
    .ckeditorContent h3,
    .cke_editable h3 {
      font-size: 2rem; } }

.SubTitle {
  font-weight: 400;
  margin-bottom: 3rem;
  text-align: center; }

.ckeditorContent h2,
.cke_editable h2 {
  color: var(--green-color);
  text-align: left; }

/*# sourceMappingURL=titles.css.map */
</pre></body></html>