.elementor-1727 .elementor-element.elementor-element-633ee62f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1727 .elementor-element.elementor-element-633ee62f:not(.elementor-motion-effects-element-type-background), .elementor-1727 .elementor-element.elementor-element-633ee62f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-1727 .elementor-element.elementor-element-6605db38{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--border-radius:8px 8px 8px 8px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--margin-top:-55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1727 .elementor-element.elementor-element-6a111b1d{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.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 );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );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-1727 .elementor-element.elementor-element-c04679f{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-1727 .elementor-element.elementor-element-12564ceb{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-1727 .elementor-element.elementor-element-1d890a01{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}@media(max-width:1279px){.elementor-1727 .elementor-element.elementor-element-6605db38{--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-1727 .elementor-element.elementor-element-6605db38{--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-6605db38 */.glass-pill{
  background: #FFFFFF;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 15px;
  padding: 18px 34px;
  box-shadow: 0 12px 20px rgba(0,0,0,.10);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);
}

.glass-pill .elementor-container,
.glass-pill .e-con-inner{
  gap: 0;
}

.glass-pill__item{
  position: relative;
  padding: 0 22px;
  display: flex;
  align-items: center;
}


.glass-pill__item:not(:last-child)::after{
  content:"";
  position:absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 1px;
  background: rgba(0,0,0,.14);
}

.glass-pill__item a,
.glass-pill__item .elementor-heading-title,
.glass-pill__item .elementor-icon-list-text,
.glass-pill__item p,
.glass-pill__item span{
  color: #1f2a44;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}

/* Hover */
.glass-pill__item:hover{
  background: rgba(255,255,255,.22);
  border-radius: 5px;
  transform: translateY(-5%);
  
}

/* Mobile tweaks */
@media (max-width: 767px){
  .glass-pill__item::before,
  .glass-pill__item::after{
    content: none !important;
    display: none !important;
  }
  .glass-pill__item{
    padding: 16px 20px;
    text-align: center;
    background: #EBF2FA;
    border-radius: 10px;
    margin: 6px 16px;
  }
  .glass-pill__item:not(:last-child){
    border-bottom: none;
    padding-bottom: 16px;
  }
  .glass-pill__item:active{
    background: #d4e3f0;
    transform: scale(0.98);
  }
  .glass-pill__item:hover{
  background: #d4e3f0;
  border-radius: 10px;
  transform: translateY(-5%);
}
}/* End custom CSS */