.divider{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:580px;background-color:#1c253b;z-index:0;transform:skewY(12deg);transform-origin:top right;}.cta{position:relative;display:flex;justify-content:center;align-items:center;gap:50px;min-height:600px;height:100%;padding:0 20px 20px;}.cta img{color:white;max-width:650px;width:100%;border-radius:10px;box-shadow:20px 20px 10px black;}@media (max-width:768px){.cta img{display:none}}@media screen and (max-width:1185px){.cta{flex-wrap:wrap}}@media (max-width:768px){.cta{min-height:100%;gap:15px}}.cta-info{display:flex;align-items:center;flex-direction:column;gap:20px;}.cta-info button{display:flex;justify-content:center;align-items:center;font-weight:bold;margin-right:auto;height:45px;font-size:1.2rem;width:auto;padding:25px;border:none;background-color:black;color:white;border:2px solid yellow;border-radius:5px;transition:.1s linear;}.cta-info button:hover{background-color:#f3e78d;cursor:pointer;color:black;}.cta-text{color:#fafbfc;font-size:3rem;font-weight:bold;line-height:4rem;max-width:650px;}.cta-text span{color:yellow;background-image:linear-gradient(rgba(255,255,255,0) 75%,rgba(129,122,30,.2196078431) 75%);}@media (max-width:768px){.cta-text{font-size:2rem;line-height:3.3rem}}.features{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:50px;padding:0 20px;margin-bottom:50px;}@media screen and (max-width:1185px){.features{margin-top:60px}}@media (max-width:768px){.features{justify-content:flex-start;margin-top:20px;margin-bottom:0}}.feature{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;z-index:1;}.feature img{max-width:70px;color:white;z-index:1;background-color:#3b4d7a;padding:20px;border-radius:10px;}.feature span{font-size:1.2rem;font-family:"Host Grotesk",sans-serif;font-weight:600;color:white;z-index:1;max-width:250px;text-align:center;}@media (max-width:768px){.feature span{text-align:left}}@media (max-width:768px){.feature{flex-direction:row}}