.sub-topo{width: 100%; height: 120px; background-color: #1b292e; background-image: linear-gradient(0deg, #1b292e 0%, #13191c 100%); float: none; clear: both; box-shadow: 0 10px 15px rgb(239 208 142 / 8%); position: relative; z-index: 100;}
.sub-topo .wrap-sub-topo{width: 100%; height: 100%; max-width: 1400px; margin: 0 auto; padding: 0 10px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub-topo h2{font-size: 24px; font-weight: 600; text-align: center; color: #f7e3b6; line-height: 28px; background: linear-gradient(90deg, #dbb669 0%, #f7e3b6 50%, #dbb669 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; margin: -6px 0 12px 0;}
.sub-topo .wpcf7-form p{margin: 0; position: relative;}
.sub-topo .wpcf7-form > p{width: 100%; display: flex; flex-direction: row; gap: 10px;}
.sub-topo .wpcf7-form p span{width: 100%; margin: 0; display: block;}
.sub-topo .wpcf7-form p span input[type="text"], .sub-topo .wpcf7-form p span input[type="email"], .sub-topo .wpcf7-form p span input[type="tel"]{width: 100%; height: 44px; background-color: #fff; border: 2px solid #000; border-radius: 100px; margin: 0; color: #1978c3; font-size: 18px; font-weight: 700; padding: 0 0 0 20px; outline: none;}
.sub-topo .wpcf7-form p input[type="submit"]{width: 100%; height: 44px; color: #fff; font-size: 18px; font-weight: 700; background-color: transparent; background-image: linear-gradient(180deg, #41a8fb 0%, #1785dd 100%); border-radius: 100px; padding: 0 20px; border: none; outline: none; text-transform: uppercase; margin: 0; position: relative; z-index: 1;}
.sub-topo .wpcf7-form p input[type="submit"]:hover{background-image: linear-gradient(180deg, #7cdf80 0%, #4caf50 100%);}
.sub-topo .wpcf7-form p span.wpcf7-spinner{width: 44px; height: 44px; position: absolute; right: 0; bottom: 0; z-index: 10; margin: 0; background-color: #4caf50; box-sizing: border-box; border: 3px solid #fff;}
.sub-topo .wpcf7-form .wpcf7-not-valid{border: 2px solid #f44336 !important;}
.sub-topo .wpcf7-form .wpcf7-not-valid-tip{display: none !important;}
.sub-topo .wpcf7-form p span *::-webkit-input-placeholder{color: #919191;}
.sub-topo .wpcf7-form p span *:-moz-placeholder{color: #919191;}
.sub-topo .wpcf7-form p span *::-moz-placeholder{color: #919191;}
.sub-topo .wpcf7-form p span *:-ms-input-placeholder{color: #919191;}
.sub-topo .wpcf7-form .wpcf7-response-output{margin: 15px 0 0 0 !important; padding: 10px !important; text-align: center; font-size: 18px; font-weight: 700; line-height: 20px; color: #99847f;}
.sub-topo .wpcf7-form.invalid .wpcf7-response-output{color: #f44336; border-color: #f44336 !important;}
.sub-topo .wpcf7-form.sent .wpcf7-response-output{color: #4caf50; border-color: #4caf50 !important;}
@media(max-width:767px){
    .sub-topo{display: none !important;}
}