.elementor-1963 .elementor-element.elementor-element-26aef253{--display:flex;}.elementor-1963 .elementor-element.elementor-element-26aef253.e-con{--flex-grow:0;--flex-shrink:0;}.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 );}.elementor-1963 .elementor-element.elementor-element-57e7e185{width:var( --container-widget-width, 99.989% );max-width:99.989%;--container-widget-width:99.989%;--container-widget-flex-grow:0;}.elementor-1963 .elementor-element.elementor-element-57e7e185.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1963 .elementor-element.elementor-element-57e7e185.xpro-widget-bg-overlay:before{transition:background 0.3s;}@media(min-width:768px){.elementor-1963 .elementor-element.elementor-element-26aef253{--width:62.349%;}}@media(max-width:1366px) and (min-width:768px){.elementor-1963 .elementor-element.elementor-element-26aef253{--width:1193px;}}/* Start custom CSS for text-editor, class: .elementor-element-57e7e185 */.wp-block-heading{
   font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #0E5207;
    margin-top:20px;
}
p{
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #202020;
}
figure img{
    border-radius: 24px !important;
}
.wp-block-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top:15px;
}

.wp-block-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  line-height: 1.6;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #202020;
}

.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 20px;
  height: 20px;
  background-color: #103609;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.accord {
  margin: 30px 0;
}

.accord details {
  margin-bottom: 12px;
}

.accord summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  border: 2.5px solid #103609;
  color: #333333;
  font-family: 'Fredoka', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px 40px 15px 40px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.accord summary::-webkit-details-marker {
  display: none;
}

.accord summary:after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.accord details[open] summary {
  border: 2.5px solid #103609;
  color: #333333;
}

.accord details[open] summary:after {
  content: "−";
}

.accord details > div {
  background: #fff;
  border: 1px solid rgba(21, 6, 254, 0.15);
  border-radius: 12px;
  padding: 20px 25px;
  margin: 10px 0 15px;
  box-shadow: 0 0 25px rgba(0,0,0,0.05);
  color: #333333;
  line-height: 27px;
}

@media only screen and (max-width: 600px) {
  .accord summary {
    font-size: 19px;
    padding: 16px 50px 16px 18px;
  }

  .accord details > div {
    padding: 18px;
  }
}/* End custom CSS */