#loader{width:23px;height:23px;border:2px solid hsla(0,0%,100%,.467);border-top-color:#fff;border-radius:50%;animation:rotate-center 1s linear infinite both}@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.custom-button{padding:0 1rem;height:40px;border-radius:5px;border:1px solid #fff;cursor:pointer;font-size:1em;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition-duration:.3s}.custom-button span:first-letter{text-transform:capitalize}.custom-button:hover{transition-duration:.3s}.custom-button.primary{background-color:#053545;border-color:#053545;color:#fff}.custom-button.primary:hover{background-color:#000;border-color:#000}.custom-button.secondary{background-color:#39b663;border-color:#39b663;color:#fff}.custom-button.secondary:hover{background-color:#216839;border-color:#216839}.custom-button.transparent{background-color:transparent;border-color:transparent;color:#000d1a}.custom-button.transparent:hover{background-color:rgba(0,0,0,.05);border-color:rgba(0,0,0,.05)}.custom-button.border{background-color:transparent;border-color:#053545;color:#053545}.custom-button.border:hover{background-color:rgba(0,31,63,.184)}.custom-button.border-white{background-color:transparent;border-color:#fff;color:#fff}.custom-button.border-white:hover{background-color:#fff;color:#000d1a}.custom-button.light{background-color:rgba(0,0,0,.086);border-color:transparent;color:#000d1a}.custom-button.light:hover{background-color:rgba(10,65,83,.247);color:#053545}.app-footer{padding:1rem 0}.app-footer .top{padding-bottom:1rem}.app-footer .top .con{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:767px){.app-footer .top .con{flex-direction:column;gap:1rem}}.app-footer .top .con p{color:#fff}.app-footer .top .con ul{display:flex;align-items:center;gap:1rem}.app-footer .top .con ul li{color:#fff;font-size:1em}.app-footer .top .con ul li .social-icon{width:35px;height:35px;border-radius:8px;background-color:hsla(0,0%,100%,.09);display:flex;align-items:center;justify-content:center;transition-duration:.3s}.app-footer .top .con ul li .social-icon:hover{background-color:#053545;transition-duration:.3s}.app-footer .middle{margin-top:1rem;padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.1);display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media only screen and (max-width:767px){.app-footer .middle{grid-template-columns:repeat(2,1fr)}}.app-footer .middle .footer-sub h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.app-footer .middle .footer-sub ul li{margin-bottom:.5rem}.app-footer .middle .footer-sub ul li a{font-size:1rem;color:#fff;opacity:.5;font-weight:400}.app-footer .middle .footer-sub ul li a:hover{opacity:1}.app-footer .middle .footer-sub ul li p{font-size:1rem;color:#fff;font-weight:400}.app-footer .bottom{padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1)}.app-footer .bottom .con ul{display:flex;align-items:center;justify-content:center}.app-footer .bottom .con ul li{padding:0 1rem}.app-footer .bottom .con ul li:first-child{border-right:1px solid hsla(0,0%,100%,.42)}.app-footer .bottom .con ul li a{color:#fff;font-size:.9em;opacity:.8}.app-footer .bottom .con ul li a:hover{opacity:1;text-decoration:underline}header.website-header{position:fixed;top:0;left:0;z-index:9;width:100vw}header.website-header .border-bottom{border-bottom:solid #075e54!important}header.website-header .header-sub{width:100%;padding:1rem 0}header.website-header .header-sub .con{display:flex;align-items:center;justify-content:space-between}header.website-header .header-sub .con .logo{height:auto;width:5rem;position:relative}header.website-header .header-sub .con>button{display:none;font-size:1.4em}@media screen and (max-width:1024px){header.website-header .header-sub .con>button{display:flex}}header.website-header .header-sub .con nav{display:flex;align-items:center;gap:.75rem}@media screen and (max-width:1024px){header.website-header .header-sub .con nav{align-items:flex-start;justify-content:flex-start;position:fixed;z-index:9;top:calc(40px + 2rem);left:0;background-color:#fff;width:0;height:calc(100vh - (40px + 2rem));flex-direction:column;padding:4rem 0;overflow-x:hidden;transition-duration:.3s}header.website-header .header-sub .con nav.show{width:100vw;transition-duration:.3s}header.website-header .header-sub .con nav>.button{display:flex;justify-content:flex-start;width:100vw;padding-left:5vw}}header.website-header .header-sub .con nav ul{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:2rem}@media screen and (max-width:1024px){header.website-header .header-sub .con nav ul{flex-direction:column;width:100vw}header.website-header .header-sub .con nav ul li{width:100vw;text-align:left;padding-left:3vw}}header.website-header .header-sub .con nav ul li .link{font-size:1.1em;font-weight:500;color:#000d1a;text-decoration:none;transition-duration:.3s;cursor:pointer;position:relative}header.website-header .header-sub .con nav ul li .link:after{content:"";display:block;width:8px;height:2px;border-radius:50%;background-color:#000d1a;position:absolute;top:110%;left:50%;transform:translateX(-50%);opacity:0;transition-duration:.3s}header.website-header .header-sub .con nav ul li .link.active:after{opacity:1;transition-duration:.3s}header.website-header .header-sub .con .buttons{display:flex;align-items:center;gap:1rem;margin-left:3rem}header.website-header .header-sub .con .buttons .custom-button{padding:.5rem 1rem}@media only screen and (max-width:767px){header.website-header .header-sub .con .buttons .custom-button{min-width:100%}header.website-header .header-sub .con .buttons{flex-direction:column;margin-left:0;width:100%;align-items:flex-start;padding:0 1rem}header.website-header .header-sub .con .buttons a{display:block;width:100%}}.ant-dropdown{padding-top:25px!important}.ant-dropdown .ant-dropdown-menu{border-radius:8px!important}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{width:175px!important;font-size:16px;font-weight:500!important;padding:.5rem 1rem!important}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:rgba(5,53,69,.173)!important;color:#053545!important}