:root{--primary:#074364;--secondary:#005470;--color01:#f7f7f7}*{padding:0;margin:0}body{width:100%;overflow-y:scroll;overflow-x:hidden;background-color:#fff!important}::-webkit-scrollbar{width:1px}::-webkit-scrollbar-track{background-color:var(--color01)}::-webkit-scrollbar-thumb{background-color:var(--primary)}a{text-decoration:none!important;color:var(--primary)}.cursor-pointer{cursor:pointer}.no-pointer-events{pointer-events:none}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wrap-anywhere{overflow-wrap:anywhere}.center{display:block;margin-left:auto;margin-right:auto}.hover:hover{background-color:hsla(0,0%,100%,.8)}.carousel-item-full{min-height:calc(90vh)}@media screen and (min-width:1273px){.carousel-item-full{width:100%}}.background_1{width:100%}.background_1:before{content:"";position:absolute;width:100%;height:100%;min-height:1200px;background-image:url(/assets/images/background-1.webp);background-size:cover;z-index:1;opacity:.1}.background_2{width:100%}.background_2:before{content:"";position:absolute;width:100%;height:100%;min-height:950px;background-image:url(/assets/images/background-2.webp);background-size:cover;z-index:1;opacity:.1}@media screen and (max-width:576px){.background_2:before{min-height:1150px}}.background_footer{width:100%}.background_footer:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/images/background-1.webp);background-size:cover;z-index:1;opacity:.1}.botton_shape_1{z-index:2;-webkit-clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 50%,calc(100% - 20px) 100%,20px 100%,0 50%);clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 50%,calc(100% - 20px) 100%,20px 100%,0 50%)}.botton_shape_2{--height:35px;--side:20px;--radius:10px;--_a:atan2(var(--side),var(--height)/2);height:var(--height);-webkit-clip-path:shape(from 0 0,line to calc(100% - var(--side) - var(--radius)) 0,curve by calc(var(--radius) * (1 + sin(var(--_a)))) calc(var(--radius) * cos(var(--_a))) with var(--radius) 0,line to calc(100% - var(--radius) * sin(var(--_a))) calc(50% - var(--radius) * cos(var(--_a))),curve by 0 calc(2 * var(--radius) * cos(var(--_a))) with 100% 50% from origin,line to calc(100% - var(--side) + var(--radius) * sin(var(--_a))) calc(100% - var(--radius) * cos(var(--_a))),curve to calc(100% - var(--side) - var(--radius)) 100% with calc(100% - var(--side)) 100%,line to 0 100%);clip-path:shape(from 0 0,line to calc(100% - var(--side) - var(--radius)) 0,curve by calc(var(--radius) * (1 + sin(var(--_a)))) calc(var(--radius) * cos(var(--_a))) with var(--radius) 0,line to calc(100% - var(--radius) * sin(var(--_a))) calc(50% - var(--radius) * cos(var(--_a))),curve by 0 calc(2 * var(--radius) * cos(var(--_a))) with 100% 50% from origin,line to calc(100% - var(--side) + var(--radius) * sin(var(--_a))) calc(100% - var(--radius) * cos(var(--_a))),curve to calc(100% - var(--side) - var(--radius)) 100% with calc(100% - var(--side)) 100%,line to 0 100%)}.botton_shape_3{width:400px;height:40px;-webkit-clip-path:polygon(0 49%,13% 4%,15% 0,85% 0,86% 1%,100% 49%,100% 51%,86% 99%,85% 100%,14% 100%,12% 94%,0 51%);clip-path:polygon(0 49%,13% 4%,15% 0,85% 0,86% 1%,100% 49%,100% 51%,86% 99%,85% 100%,14% 100%,12% 94%,0 51%)}.loading-pulse{position:relative;padding:2px;width:80px;height:80px;border-radius:50%;background-color:#fff}.loading-pulse:after{content:"";position:absolute;opacity:100%;width:150px;height:150px;left:50%;top:50%;border-radius:50%;background-color:var(--primary);transform:translate(-50%,-50%);animation:pulse .5s ease-out infinite}.loading-pulse img{width:100%;place-items:center}@keyframes pulse{0%{opacity:100%;width:120px;height:120px}5%{opacity:90%;width:136px;height:136px}to{opacity:0;width:192px;height:192px}}@media screen and (min-width:768px){.loading-pulse-position{left:calc(50% + 142px)}}.running-text-container{overflow:hidden;white-space:nowrap;box-sizing:border-box}.running-text{animation:marquee 10s linear infinite;display:inline-block;padding-left:100%}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}