.Custom-btn{position:relative;display:flex;justify-content:center;gap:8px;padding:12px 30px;max-height:100%;line-height:1;cursor:pointer;align-items:center;border-radius:4px;background:var(--main-btn-bg-color);width:100%;transition:var(--main-transition)}.Custom-btn.reverse{flex-direction:row-reverse}.Custom-btn.left{justify-content:flex-start}.Custom-btn.fit{width:-moz-fit-content!important;width:fit-content!important}.Custom-btn span{position:relative;color:var(--force-white);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1;transition:var(--main-transition)}.Custom-btn.active span,.Custom-btn:hover span{color:var(--force-white);transform:translateY(-1px)}.Custom-btn svg{width:15px!important;height:15px!important;color:var(--force-white)!important;transition:var(--main-transition)}.Custom-btn.active,.Custom-btn:hover{background-color:var(--main-logo-color)!important;transform:translateY(-.5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.Custom-btn:active{transform:translateY(0) scale(.98);box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .1s ease-in-out}.Custom-btn.active svg,.Custom-btn:hover svg{color:var(--force-white)!important;scale:1.2}.Custom-btn.brown{background:#ac966f;border-radius:0;border:1px solid #000}.Custom-btn.brown.active,.Custom-btn.brown:hover{background-color:var(--main-color)!important;border:1px solid var(--main-color)}.Custom-btn.green{background:var(--main-color);border-radius:4px;border:1px solid var(--main-color)}.Custom-btn.green.active,.Custom-btn.green:hover{background-color:#ac966f!important;border:1px solid #ac966f}.Custom-btn.green span,.Custom-btn.green svg{color:#000!important}.Custom-btn.green.active span,.Custom-btn.green.active svg,.Custom-btn.green:hover span,.Custom-btn.green:hover svg{color:#fff!important}.Custom-btn.greenLight{background:#f5f7df;border-radius:4px;border:1px solid #b4cd39}.Custom-btn.greenLight.active,.Custom-btn.greenLight:hover{background-color:#ac966f!important;border:1px solid #ac966f}.Custom-btn.greenLight span,.Custom-btn.greenLight svg{color:#b4cd39!important}.Custom-btn.greenLight.active span,.Custom-btn.greenLight.active svg,.Custom-btn.greenLight:hover span,.Custom-btn.greenLight:hover svg{color:#fff!important}.Custom-btn.green-white{background:var(--main-color);border-radius:4px;border:1px solid var(--main-color)}.Custom-btn.green-white.active,.Custom-btn.green-white:hover{background-color:#ac966f!important;border:1px solid #ac966f}.Custom-btn.green-white span,.Custom-btn.green-white svg{color:#fff!important}.Custom-btn.red-light{background:#fababb;border-radius:4px;border:1px solid #fababb}.Custom-btn.red-light.active,.Custom-btn.red-light:hover{background-color:#f01f24!important;border:1px solid #f01f24}.Custom-btn.red-light span,.Custom-btn.red-light svg{color:#f01f24!important}.Custom-btn.red-light:hover span,.Custom-btn.red-light:hover svg{color:#fff!important}