.elementor-9009 .elementor-element.elementor-element-2deed5ad{--display:flex;--min-height:373px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-radius:0px 0px 0px 0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-9009 .elementor-element.elementor-element-2deed5ad:not(.elementor-motion-effects-element-type-background), .elementor-9009 .elementor-element.elementor-element-2deed5ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9009 .elementor-element.elementor-element-129f7457{--display:flex;}.elementor-9009 .elementor-element.elementor-element-5b7fdc16{--display:flex;}.elementor-9009 .elementor-element.elementor-element-261f4bdb{--display:flex;}.elementor-9009 .elementor-element.elementor-element-7b76db2e{--display:flex;}.elementor-9009 .elementor-element.elementor-element-6475ff76{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:20px;--margin-left:20px;--margin-right:20px;}.elementor-9009 .elementor-element.elementor-element-6475ff76:not(.elementor-motion-effects-element-type-background), .elementor-9009 .elementor-element.elementor-element-6475ff76 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E7E7E7;}.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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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-popup-modal-9009 .dialog-widget-content{animation-duration:0.8s;background-color:#F3F3F3;box-shadow:2px 8px 23px 3px rgba(0, 0, 0, 0.1);}#elementor-popup-modal-9009{background-color:rgba(32, 32, 32, 0.53);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-9009 .dialog-message{width:650px;height:auto;}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}#elementor-popup-modal-9009 .dialog-message{width:325px;}}@media(min-width:768px){.elementor-9009 .elementor-element.elementor-element-2deed5ad{--width:720px;}}/* Start custom CSS */.bordered-div {
  position: relative; /* Needed for inner div positioning */

  height: 200px; /* Set the height of the div */
}

.bordered-div .border {
  position: absolute;
  background-color: #51e1e5; /* Default color */
}

/* Top-left border */
.bordered-div .top-left {
  top: 0;
  left: 0;
  width: 20px; /* Fixed width */
  height: 20px; /* Fixed height */
}

/* Top-right border */
.bordered-div .top-right {
  top: 0;
  right: 0;
  width: 20px; /* Fixed width */
  height: 20px; /* Fixed height */
  background-color: #51e1e5; /* Solid color */
}

/* Bottom-left border */
.bordered-div .bottom-left {
  bottom: 0;
  left: 0;
  width: 20px; /* Fixed width */
  height: 20px; /* Fixed height */
  background-color: #51e1e5; /* Solid color */
}

/* Bottom-right border */
.bordered-div .bottom-right {
  bottom: 0;
  right: 0;
  width: 20px; /* Fixed width */
  height: 20px; /* Fixed height */
  background-color: #51e1e5; /* Solid color */
}

/* Adjust the middle sections */
.bordered-div .top-border, .bordered-div .bottom-border {
  background-color: white; /* Middle sections */
  height: 20px; /* Height of the 'border' */
}

.bordered-div .top-border {
  top: 0;
  left: 10px; /* Adjusted to fit between top corners */
  right: 10px;
}

.bordered-div .bottom-border {
  bottom: 0;
  left: 10px; /* Adjusted to fit between bottom corners */
  right: 10px;
}

/* Content Container */
.content-container {
  position: absolute;
  overflow: hidden; /* Ensures content does not spill over */
  width: calc(100% - 40px); /* 100% of the parent width minus the left and right borders */
  height: calc(100% - 40px); /* 100% of the parent height minus the top and bottom borders */
}/* End custom CSS */