.margin-bottom-xs {margin-bottom: 10px;}
.margin-bottom-s {margin-bottom: 20px;}
.margin-bottom-m {margin-bottom: 30px;}
.margin-bottom-l {margin-bottom: 40px;}
.margin-bottom-xl {margin-bottom: 50px;}
@media (max-width: 1365px) {
    .oxy-pro-menu-container > div:first-child {
        margin: 80px auto auto auto!important;
    }
}
@media (min-width: 1365px) {
    ul.oxy-pro-menu-list > li {
      border-right: 1px solid;
      border-image: linear-gradient(to bottom,
        transparent 33.3333%,
        #cccccc 33.3333%,
        #cccccc 66.6666%,
        transparent 66.6666%) 1 100%;
    }
    #menu-item-134 {
      border: none; 
      border-image: none;
    }
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px!important;
    font-family: inherit;
    border: 1px solid #ffffff;
    border-radius: 4px;
    line-height: 1!important;
    min-height: 32px!important;
}
.gform_wrapper textarea {
    padding: 12px!important;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-family: inherit;
    line-height: 1.4!important;
    min-height: 32px!important;
}
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: inherit;
    font-weight: 600;
    line-height: 1!important;
    letter-spacing: .3px;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #5faa33;
    border: 1px solid #5faa33;
    border-radius: 4px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #4c9323;
    background-color: #4c9323;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
::-webkit-input-placeholder {color:#333;}
:-moz-placeholder {opacity:1;color:#333;}
::-moz-placeholder {opacity:1;color:#333;}
:-ms-input-placeholder {color:#333;}
input:-moz-placeholder {color:#333;}
p.gform_required_legend {
    display: none;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding: 2px 0 2px 25px;
    line-height: 1.7em;
    font-size: 15px;
}
.custom-list li:before {
    content: '';
    width: 15px;
    height: 11px;
    position: absolute;
    background-image: url('/wp-content/uploads/2026/01/check.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 9px;
}
ul.custom-list {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.sticky-sidebar-cta{
position:sticky;
top:24px;
}
@media (max-width:768px){
.sticky-sidebar-cta{
position:static;
top:auto;
}
}
