.elementor-39612 .elementor-element.elementor-element-51838cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-39612 .elementor-element.elementor-element-5ab1b4c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-39612 .elementor-element.elementor-element-5ab1b4c.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-39612 .elementor-element.elementor-element-075d1de{--display:flex;--min-height:0px;}.elementor-39612 .elementor-element.elementor-element-9b1ad52 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-39612 .elementor-element.elementor-element-9b1ad52.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-39612 .elementor-element.elementor-element-9b1ad52 .sty_titleFontColor{color:var( --e-global-color-4b10cc5 );}.elementor-39612 .elementor-element.elementor-element-9b1ad52 .sty_fontColor{color:var( --e-global-color-4b10cc5 );}.elementor-39612 .elementor-element.elementor-element-9b1ad52 .sty_fontFamilyTitle{font-family:var( --e-global-typography-c7bd819-font-family ), Sans-serif;font-size:var( --e-global-typography-c7bd819-font-size );font-weight:var( --e-global-typography-c7bd819-font-weight );line-height:var( --e-global-typography-c7bd819-line-height );}.elementor-39612 .elementor-element.elementor-element-9b1ad52 .sty_batchLabelFontColor{color:#F4F0E9;}.elementor-39612 .elementor-element.elementor-element-9b1ad52 .sty_batchLabelBgColor{background-color:#8BA889;}.elementor-39612 .elementor-element.elementor-element-32bf619{--display:flex;}.elementor-39612 .elementor-element.elementor-element-93044b5{text-align:center;}.elementor-39612 .elementor-element.elementor-element-4a9013b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-39612 .elementor-element.elementor-element-51838cc{--content-width:1411px;}.elementor-39612 .elementor-element.elementor-element-075d1de{--width:100%;}}@media(max-width:1024px){.elementor-39612 .elementor-element.elementor-element-9b1ad52 .sty_fontFamilyTitle{font-size:var( --e-global-typography-c7bd819-font-size );line-height:var( --e-global-typography-c7bd819-line-height );}}@media(max-width:767px){.elementor-39612 .elementor-element.elementor-element-9b1ad52 .sty_fontFamilyTitle{font-size:var( --e-global-typography-c7bd819-font-size );line-height:var( --e-global-typography-c7bd819-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-5ab1b4c */.breadcrumb a {
  color: #001b3d;
}/* End custom CSS */
/* Start custom CSS for s4_hero_fullwidth_bg_text_left, class: .elementor-element-9b1ad52 */.sty_moduleWrapper .container .row .col-lg-6 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.sty_moduleWrapper .col-lg-6 h1,
.sty_moduleWrapper .col-lg-6 h2,
.sty_moduleWrapper .col-lg-6 h3 {
  text-align: left !important;
  width: 100% !important;
}

.sty_moduleWrapper .col-lg-6 p {
  text-align: left !important;
  width: 100% !important;
}

.sty_moduleWrapper .col-lg-6 .elementor-button-wrapper {
  justify-content: flex-start !important;
  text-align: left !important;
}

@media (max-width: 768px) {
  .sty_moduleWrapper .container .row .col-lg-6 {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .sty_moduleWrapper .col-lg-6 h1,
  .sty_moduleWrapper .col-lg-6 h2,
  .sty_moduleWrapper .col-lg-6 h3,
  .sty_moduleWrapper .col-lg-6 p {
    text-align: left !important;
  }

  .sty_moduleWrapper .col-lg-6 .elementor-button-wrapper {
    justify-content: flex-start !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7a8d0ec */.custom-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.custom-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.custom-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 15px;
}

.custom-card a {
  font-size: 40px;
  margin: 0 0 0px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
 
}

.custom-card p {
  flex-grow: 1;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
}

.custom-card .btn {
    
    display: inline-block;
  padding: 10px 25px;
  font-weight: 700;
  color: #001b3d;
  border: 2px solid #001b3d;
  background-color: transparent;
  border-radius: 10px;
  border: 3px solid;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-card .btn:hover {
  background-color: #00193D;
  color: #fff;
}

@media (max-width: 1024px) {
  .custom-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .custom-card-grid {
    grid-template-columns: 1fr;
  }
}
.custom-card-grid + h2,
.custom-card-grid h2 {
  font-size: 28px;
  color: #001b3d;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
  border-left: 5px solid #001b3d;
  padding-left: 15px;
}/* End custom CSS */