.home_section_1{max-width:1366px;margin:0 auto;min-height:75vh;position:relative;display:flex;align-items:center;justify-content:center}.home_section_1 #background_image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:#fff}.home_section_1 h1{text-align:center;font-size:40px;position:relative;width:80%;margin:0 auto;font-weight:600}.home_section_1 h1:first-child{background:linear-gradient(90deg,#ff8a00,#e52e71,#1e90ff);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);font-weight:bolder;text-transform:uppercase}.home_section_1 h1 svg{position:absolute;left:50%;transform:translateX(-50%);bottom:-10px}.home_section_1 .cent{display:flex;justify-content:center;margin-top:40px}.home_section_1 .cent a{border-radius:18px;position:relative;padding:15px 30px;background-color:#ff8a00;color:#fff;transition:all .2s}.home_section_1 .cent a:hover{background-color:#e67f0b}@media screen and (max-width:500px){.home_section_1 h1{font-size:25px;width:343px}}.tests-container{background-color:#f8f9f4}.tests-container .tests-container-inner{max-width:1366px;margin:0 auto;padding:70px 100px}.tests-container .tests-container-inner h1{display:flex;justify-content:space-between;font-weight:500}.tests-container .tests-container-inner h1 a{font-size:16px;color:#000;display:flex;align-items:center}.tests-container .tests-container-inner h1 a:hover svg{transform:translateX(5px)}.tests-container .tests-container-inner h1 a svg{transition:all .2s;width:20px!important}.tests-container .tests-container-inner .tests-content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px;margin-top:20px}.tests-container .tests-container-inner .tests-content .test-card{border-radius:15px;width:100%;max-width:280.25px;height:300px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s}.tests-container .tests-container-inner .tests-content .test-card:first-child .card-number,.tests-container .tests-container-inner .tests-content .test-card:first-child button{background-color:#fd8b00}.tests-container .tests-container-inner .tests-content .test-card:nth-child(2) .card-number,.tests-container .tests-container-inner .tests-content .test-card:nth-child(2) button{background-color:#ffcd00}.tests-container .tests-container-inner .tests-content .test-card:nth-child(3) .card-number,.tests-container .tests-container-inner .tests-content .test-card:nth-child(3) button{background-color:#ff3b2f}.tests-container .tests-container-inner .tests-content .test-card:nth-child(4) .card-number,.tests-container .tests-container-inner .tests-content .test-card:nth-child(4) button{background-color:#fa2f57}.tests-container .tests-container-inner .tests-content .test-card:nth-child(5) .card-number,.tests-container .tests-container-inner .tests-content .test-card:nth-child(5) button{background-color:#33acce}.tests-container .tests-container-inner .tests-content .test-card:nth-child(6) .card-number,.tests-container .tests-container-inner .tests-content .test-card:nth-child(6) button{background-color:#37aaec}.tests-container .tests-container-inner .tests-content .test-card:hover{box-shadow:0 2px 8px rgba(0,0,0,0)}.tests-container .tests-container-inner .tests-content .test-card:hover .card-bottom button span:first-child{opacity:0;transform:translateX(20px)}.tests-container .tests-container-inner .tests-content .test-card:hover .card-bottom button span:last-child{opacity:1;transform:translate(-50%,-50%)}.tests-container .tests-container-inner .tests-content .test-card .card-top{display:flex;flex-direction:column;justify-content:space-between;height:70%}.tests-container .tests-container-inner .tests-content .test-card .card-top .card-top-top{padding:22px 25px 0;display:flex;justify-content:space-between;align-items:flex-start}.tests-container .tests-container-inner .tests-content .test-card .card-top .card-top-top .card-number{width:60px;height:60px;border-radius:17px;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff;font-weight:600;transform:rotate(0deg);transition:transform .2s ease}.tests-container .tests-container-inner .tests-content .test-card .card-top .card-top-top .card-number.rotate-left{transform:rotate(-15deg)}.tests-container .tests-container-inner .tests-content .test-card .card-top .card-top-top .card-number.rotate-right{transform:rotate(15deg)}.tests-container .tests-container-inner .tests-content .test-card .card-top .card-top-top .new{text-transform:uppercase;padding:2px 10px;border-radius:14px;font-size:11px;letter-spacing:1px;background-color:rgba(255,0,0,.747);color:#fff;animation:new 1s infinite alternate;opacity:0}.tests-container .tests-container-inner .tests-content .test-card .card-top .card-top-top .new.active{opacity:1}@keyframes new{to{background-color:rgba(255,0,0,.534)}}.tests-container .tests-container-inner .tests-content .test-card .card-top .card-top-bottom{padding:0 20px 10px;font-size:22px;font-weight:500;border-bottom:1px solid #e5e7eb;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tests-container .tests-container-inner .tests-content .test-card .card-bottom{color:#5b5b5b;padding:0 25px;height:30%;display:flex;align-items:center;font-weight:400;justify-content:center}.tests-container .tests-container-inner .tests-content .test-card .card-bottom button{padding:15px 25px;font-size:15px;border-radius:15px;cursor:pointer;border:none;color:#fff;position:relative;overflow:hidden}.tests-container .tests-container-inner .tests-content .test-card .card-bottom button span{display:block}.tests-container .tests-container-inner .tests-content .test-card .card-bottom button span:first-child{position:relative;transition:transform .3s ease}.tests-container .tests-container-inner .tests-content .test-card .card-bottom button span:last-child{position:absolute;top:50%;left:50%;transform:translate(-60%,-50%);opacity:0;transition:opacity .3s ease,transform .3s ease;width:100%;text-align:center}.tests-container .tests-container-inner .tests-content .test-card .card-bottom button:hover{opacity:.9}@media screen and (max-width:500px){.tests-container .tests-container-inner{padding:70px 20px}.tests-container .tests-container-inner h1{display:flex;align-items:center;font-size:20px}.tests-container .tests-container-inner h1 a{font-size:15px}.tests-container .tests-container-inner .tests-content{grid-template-columns:repeat(1,1fr)}.tests-container .tests-container-inner .tests-content .test-card{max-width:unset}}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.skeleton,.skeleton-link,.skeleton-tests .skeleton-footer .skeleton-line,.skeleton-tests .skeleton-image,.skeleton-tests .skeleton-text .skeleton-line{background:linear-gradient(90deg,#f0f0f0 8%,#e0e0e0 18%,#f0f0f0 33%);background-size:800px 104px;animation:shimmer 1.5s linear infinite;border-radius:4px}.skeleton-tests{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px;gap:20px}.skeleton-tests .skeleton-test-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);height:300px}.skeleton-tests .skeleton-image{height:150px;width:100%}.skeleton-tests .skeleton-text{padding:15px}.skeleton-tests .skeleton-text .skeleton-line{height:12px;margin-bottom:8px}.skeleton-tests .skeleton-text .skeleton-line:first-child{width:80%}.skeleton-tests .skeleton-text .skeleton-line:last-child{width:60%}.skeleton-tests .skeleton-footer{padding:0 15px 15px}.skeleton-tests .skeleton-footer .skeleton-line{height:12px;width:40%}.skeleton-link{display:inline-flex;align-items:center;gap:4px;width:150px;height:24px;vertical-align:middle}.skeleton-link span,.skeleton-link svg{visibility:hidden}@media screen and (max-width:500px){.skeleton,.skeleton-link,.skeleton-tests .skeleton-footer .skeleton-line,.skeleton-tests .skeleton-image,.skeleton-tests .skeleton-text .skeleton-line{grid-template-columns:repeat(1,minmax(250px,1fr))}}