.create-second{background-color:var(--c-black-2);box-sizing:border-box;padding:5rem 2.5rem}@media only screen and (max-width:1024px){.create-second{padding:2.5rem 1rem}}.create-second h2{color:var(--c-white);font-size:3.75rem;font-weight:300;line-height:4rem;margin:0 0 1.5rem;text-wrap:pretty}@media only screen and (max-width:1024px){.create-second h2{font-size:2.5rem;line-height:3rem;margin-bottom:2rem}}.create-second__grid{display:grid;gap:1rem;grid-template-columns:repeat(6,minmax(0,1fr))}@media only screen and (max-width:1024px){.create-second__grid{display:flex;flex-wrap:wrap;justify-content:flex-start}}.create-second__card{border:1px solid var(--c-white);border-radius:.75rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;justify-content:flex-end;min-height:380px;padding:1.5rem 2.5rem;position:relative}@media only screen and (max-width:1024px){.create-second__card{width:calc(50% - .5rem)}}@media only screen and (max-width:767px){.create-second__card{min-height:280px;width:100%}}.create-second__card:hover{animation:gradient-yoyo 10s ease-in-out infinite alternate;background:linear-gradient(115deg,#ffb85c,#ff7f16 15% 30%,#c92b2b 55%,#2d7a4a 75%,#0e5245);background-repeat:no-repeat;background-size:320% 100%;border-color:transparent;will-change:background-position}.create-second__card:hover .create-second__card-button{background-color:var(--c-white);transition:background-color .15s}.create-second__card:hover .create-second__card-button svg{fill:var(--c-black);transform:translate(5px) rotate(45deg) scale(1.2);transition:.15s}.create-second__card:hover h3,.create-second__card:hover p{color:var(--c-black);transition:color .15s}.create-second__card_0{grid-column:1/span 2}.create-second__card_1{grid-column:3/span 2}.create-second__card_2{grid-column:5/span 2}.create-second__card_3{grid-column:1/span 3;grid-row:2}.create-second__card_4{grid-column:4/span 3;grid-row:2}@media only screen and (max-width:1024px){.create-second__card_4{width:100%}}.create-second__card h3{font-size:2rem;font-weight:300;line-height:2rem}.create-second__card h3,.create-second__card p{color:var(--c-white);margin:0;text-wrap:pretty;transition:color .15s}.create-second__card p{font-size:1rem;font-weight:200;line-height:1.5rem}.create-second__card-link{content:"";inset:0;position:absolute}.create-second__card-button{align-items:center;border:1px solid var(--c-white);border-radius:50%;display:flex;height:4rem;justify-content:center;position:absolute;right:2.5rem;top:1.5rem;transition:background-color .15s;width:4rem}.create-second__card-button svg{fill:var(--c-white);transform:translateY(5px) rotate(45deg);transition:.15s}@keyframes gradient-yoyo{0%{background-position:20% 50%}to{background-position:80% 50%}}@media (prefers-reduced-motion:reduce){.create-second__card:hover{animation:none}}
