.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}.elementor-787 .elementor-element.elementor-element-8e3ffbe{width:var( --container-widget-width, 100.161% );max-width:100.161%;--container-widget-width:100.161%;--container-widget-flex-grow:0;}#elementor-popup-modal-787{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-787 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-787 .dialog-close-button{display:flex;}#elementor-popup-modal-787 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for text-editor, class: .elementor-element-8e3ffbe */.trimester-popup {
      max-width: 520px;
      margin: 0 auto;
      padding: 22px;
      background: #EEF9FE;
      /*border: 1px solid #eaded4;*/
      border-radius: 8px;
      color: #263142;
      font-family: Arial, sans-serif;
      line-height: 1.5;
    }

    /*.trimester-popup h2 {*/
    /*  margin: 0 0 10px;*/
    /*  font-size: 26px;*/
    /*  line-height: 1.15;*/
    /*}*/

    /*.trimester-popup p {*/
    /*  margin: 0 0 14px;*/
    /*  color: #586273;*/
    /*  font-size: 15px;*/
    /*}*/

    .trimester-popup input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .trimester-popup label {
      display: block;
      margin-top: 10px;
      padding: 13px 14px;
      background: #ffffff;
      border: 1px solid #eaded4;
      border-radius: 8px;
      color: #263142;
      font-weight: 700;
      cursor: pointer;
    }

    .trimester-popup label:before {
      content: "+ ";
      color: #8b5c4a;
      font-weight: 700;
    }

    .trimester-popup input:checked + label:before {
      content: "- ";
    }

    .trimester-popup .dropdown-content {
      display: none;
      padding: 0 14px 12px;
      background: #ffffff;
      border: 1px solid #eaded4;
      border-top: 0;
      border-radius: 0 0 8px 8px;
    }

    .trimester-popup input:checked + label + .dropdown-content {
      display: block;
    }

    .trimester-popup input:checked + label {
      border-radius: 8px 8px 0 0;
    }

    .trimester-popup ul {
      margin: 10px 0 0;
      padding-left: 20px;
      color: #586273;
      font-size: 14px;
    }

    .trimester-popup li {
      margin: 6px 0;
    }

    .trimester-popup .note {
      margin-top: 14px;
      padding: 10px 12px;
      background: #f4ebe3;
      border-left: 4px solid #8b5c4a;
      font-size: 13px;
    }/* End custom CSS */