.elementor-12 .elementor-element.elementor-element-25b36a3{--display:flex;--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-12 .elementor-element.elementor-element-7f6b52a{--e-image-carousel-slides-to-show:1;width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-c17db5d{--display:flex;}.elementor-12 .elementor-element.elementor-element-60f66e6{--display:flex;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-d8d01d7 *//* ==========================
   GOLDWATER TRUST BAR
   ========================== */

.gwtrust-wrapper{
    max-width:1320px;
    margin:-40px auto 0;
    padding:0 15px;
    position:relative;
    z-index:20;
}

.gwtrust-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    overflow:hidden;
}

.gwtrust-item{
    flex:1;
    display:flex;
    align-items:center;
    gap:14px;
    padding:20px 18px;
    transition:all .35s ease;
    position:relative;
}

.gwtrust-item:not(:last-child){
    border-right:1px solid #ECECEC;
}

.gwtrust-item:hover{
    background:#F8FBF8;
}

.gwtrust-item:hover .gwtrust-icon{
    background:#0B5D3B;
    color:#fff;
    transform:translateY(-3px) scale(1.08);
    box-shadow:0 8px 18px rgba(11,93,59,.20);
}

.gwtrust-icon{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:50%;
    background:#F3F8F2;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#0B5D3B;
    font-size:20px;
    transition:all .35s ease;
}

.gwtrust-content{
    display:flex;
    flex-direction:column;
}

.gwtrust-title{
    margin:0;
    padding:0;
    font-family:Poppins,sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:1.1;
    color:#111111;
}

.gwtrust-desc{
    margin-top:5px;
    font-family:Poppins,sans-serif;
    font-size:13px;
    font-weight:500;
    line-height:1.5;
    color:#666666;
}

@media(max-width:1024px){

.gwtrust-bar{
    display:grid;
    grid-template-columns:repeat(2,1fr);
}

.gwtrust-item{
    border-right:none !important;
    border-bottom:1px solid #ECECEC;
}

}

@media(max-width:767px){

.gwtrust-wrapper{
    margin:20px auto;
}

.gwtrust-bar{
    grid-template-columns:1fr;
}

.gwtrust-item{
    padding:18px;
}

.gwtrust-title{
    font-size:19px;
}

.gwtrust-desc{
    font-size:12px;
}

.gwtrust-item:last-child{
    border-bottom:none;
}

}/* End custom CSS */