@keyframes bounceDown{0%{transform:scale(1, 1) translateX(0)}10%{transform:scale(1.1, 0.9) translateX(0)}30%{transform:scale(0.9, 1.1) translateY(-4px)}50%{transform:scale(1.05, 0.95) translateY(6px)}57%{transform:scale(1, 1) translateY(-2px)}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes bounce2{0%{transform:scale(1, 1) translateX(0)}10%{transform:scale(1.1, 0.9) translateX(0)}30%{transform:scale(0.9, 1.1) translateX(-4px)}50%{transform:scale(1.05, 0.95) translateX(2px)}57%{transform:scale(1, 1) translateX(-2px)}64%{transform:scale(1, 1) translateX(0)}100%{transform:scale(1, 1) translateX(0)}}@keyframes markBlue{0%{background-size:0% 100%;color:inherit}60%{color:inherit}100%{background-size:100% 100%;color:#1967d2}}@keyframes markGreen{0%{background-size:0% 100%}60%{color:inherit}100%{background-size:100% 100%;color:#157c32}}@keyframes markOrange{0%{background-size:0% 100%;color:inherit}60%{color:inherit}100%{background-size:100% 100%;color:#e4630a}}.certificates{padding:64px 0}@media(max-width: 991px){.certificates .heading h2{font-size:28px;line-height:36px}}.certificates .desc{color:#626b79;font-family:"Inter",sans-serif;font-weight:400;font-size:14px}.certificates .row:first-child{margin-bottom:40px}.certificates .cardbox{text-align:center;font-family:"Inter",sans-serif;font-weight:600;color:#232933;font-size:14px;text-decoration:none;display:flex;flex-direction:column;gap:8px;height:100%;padding:16px 8px 32px}@media(max-width: 768px){.certificates .cardbox{text-align:center}}@media(max-width: 992px)and (min-width: 768px){.certificates .cardbox{text-align:center;justify-content:flex-start}}.certificates .cardbox:hover{border-radius:8px;border:1px #d0d6dd;background:#fff;box-shadow:0px 4px 6px -2px rgba(0,0,0,.05),0px 10px 15px -3px rgba(0,0,0,.1)}.certificates .cardbox .logo{min-height:120px;height:auto;display:flex;flex-wrap:wrap;flex-direction:row;align-content:center;justify-content:center;width:90px;margin:0 auto}@media(max-width: 768px){.certificates .cardbox .logo{margin:0 auto;height:auto}}@media(max-width: 992px)and (min-width: 768px){.certificates .cardbox .logo{margin:0 auto;min-height:auto;height:100px}}@media(max-width: 560px){.certificates .cardbox .logo{min-height:auto}}.certificates .cardbox .logo img{height:100px;-o-object-fit:contain;object-fit:contain;display:block;margin:0 auto}@media screen and (max-width: 767px){.certificates .cardbox .logo img{padding:6px}}.certificates .cardbox .title{height:100%}@media(max-width: 992px)and (min-width: 768px){.certificates .cardbox .title{height:auto}}.certificates .cardbox .description{color:#232933;font-family:"Inter",sans-serif;font-weight:400;display:none}@media(max-width: 991px){.certificates .cardbox .description{display:block}}.certificates mark{color:#232933;font-weight:900;background:linear-gradient(90deg, #D4F7DF 100%, transparent 0);background-repeat:no-repeat;background-size:0% 100%;transition:background-size 1s cubic-bezier(0.7, 0, 0.3, 1),color .4s cubic-bezier(0.7, 0, 0.3, 1) .28s;font-size:inherit;border-radius:48px;padding:.22em .6em;box-decoration-break:clone;-webkit-box-decoration-break:clone;display:inline;background-position:left;animation:none;line-height:140%}.certificates mark.is-animated{animation:markHighlightBg 1s cubic-bezier(0.7, 0, 0.3, 1) forwards}@keyframes markHighlightBg{0%{background-size:0% 100%;color:#232933}60%{color:#232933}100%{background-size:100% 100%;color:#0e850e}}