.pair-row{display:flex;flex-direction:row;gap:3rem}.pair-row h3{font-weight:600}.keywords-key,.pair-row h3{font-size:25px;text-align:center}.keywords-key{margin-top:2rem;height:100px;gap:10px;border-radius:30px;border-width:1px;position:relative;display:flex;justify-content:center;align-items:center;width:350px;padding:10px 20px}.keywords-key:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:30px;padding:1px;background:linear-gradient(135deg,rgba(0,0,0,.2),rgba(137,137,137,.2) .01%,rgba(255,255,255,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:background 1s ease}.keywords-key:hover:before{background:linear-gradient(135deg,rgba(255,126,95,.4),rgba(254,180,123,.4) 25%,rgba(255,106,136,.4) 50%)}.keywords-key:hover{background:linear-gradient(135deg,rgba(255,126,95,1),rgba(254,180,123,1) 25%,rgba(255,106,136,1) 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.integration-section{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem;margin:4rem 0}.integration-section h1{font-weight:700;font-size:45px;line-height:100%;letter-spacing:0;text-align:center;margin-bottom:1rem}.integration-section .pair-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6rem;max-width:70vw}.integration-section img{border-radius:50%}@media screen and (max-width:768px){.pair-row{flex-direction:column;gap:2rem}.pair-row h3{font-size:20px}.pair-row img{height:100px;width:100px}.keywords-key{width:70vw;padding:5px 10px}.integration-section h1{font-size:36px;width:70vw}.integration-section{gap:2rem}.integration-section img{width:60px;height:60px}.integration-section .pair-row{flex-direction:row;flex-wrap:wrap;gap:1rem;width:80vw}.integration-section .pair-row>*{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 0.5rem);box-sizing:border-box}.integration-section .pair-row img{max-width:50px;height:auto;display:block;object-fit:contain}}