@keyframes expand{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes scaleBg{0%{background-size:100%}to{background-size:600%}}@keyframes scaleMask{0%{clip-path:circle(0 at 50% 50%)}to{clip-path:circle(100% at 50% 50%)}}@keyframes contentUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes heroReadabilityBg{0%{background-color:transparent}to{background-color:rgba(0,0,0,.5)}}.animate-expand-bg{animation:expand .6s ease forwards,scaleBg 1.4s ease .6s forwards;background-color:#578b25;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1359 700'><path opacity='0.3' d='M679.397 575.061C554.541 575.061 453 473.908 453 349.53C453 225.152 554.541 124 679.397 124C804.253 124 905.794 225.152 905.794 349.53C905.794 473.908 804.253 575.061 679.397 575.061ZM679.397 225.533C610.726 225.533 554.923 281.122 554.923 349.53C554.923 417.938 610.726 473.528 679.397 473.528C748.068 473.528 803.871 417.938 803.871 349.53C803.871 281.122 748.068 225.533 679.397 225.533Z' fill='%23F3F6FB'/><path opacity='0.2' d='M678.657 805.546C426.77 805.546 222 601.074 222 349.837C222 98.5992 426.897 -106 678.657 -106C930.417 -106 1135.44 98.4721 1135.44 349.837C1135.44 601.201 930.544 805.546 678.657 805.546ZM678.657 -4.33585C483.056 -4.33585 323.875 154.514 323.875 349.837C323.875 545.159 483.056 703.882 678.657 703.882C874.258 703.882 1033.57 545.032 1033.57 349.837C1033.57 154.642 874.385 -4.33585 678.657 -4.33585Z' fill='%23F3F6FB'/><path opacity='0.1' d='M679.192 1027.87C304.668 1027.87 0 723.77 0 349.937C0 -23.8952 304.668 -328 679.192 -328C1053.72 -328 1358.38 -23.8952 1358.38 349.937C1358.38 723.77 1053.72 1027.87 679.192 1027.87ZM679.192 -226.208C360.884 -226.208 101.981 32.2178 101.981 349.937C101.981 667.657 360.884 926.082 679.192 926.082C997.499 926.082 1256.4 667.657 1256.4 349.937C1256.4 32.2178 997.499 -226.208 679.192 -226.208Z' fill='%23F3F6FB'/><circle cx='679.5' cy='349.5' r='124.5' fill='%23578B25'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:cover;transform-origin:bottom}.animate-scaleMask{animation:scaleMask .9s forwards;animation-delay:1.4s;clip-path:circle(0 at 50% 50%)}.animate-content-up{animation:contentUp 1s ease forwards;animation-delay:1.8s;opacity:0}.animate-hero-readability{animation:heroReadabilityBg .6s ease forwards;animation-delay:2.3s;background-color:transparent}