@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700;800&display=swap');* {padding: 0;margin: 0;box-sizing: border-box;}:root {--primary: #2aaeef;--blue: #074BF7;--text-main: #3d4852;--white: #ffffff;--black: #000000;--background: #F7FBFE;--shadow: rgb(236, 236, 236);--border: rgb(207, 207, 207);}html {scroll-behavior: smooth;}body {font-family: 'Titillium Web', sans-serif;background-color: var(--background);overflow-x: hidden;}.container {max-width: 1300px;margin: auto;}h1, h2, h3, h4, h5, h6, p, a, li, button, span {line-height: 1.5;letter-spacing: 1.6px;}a {text-decoration: none;}ul {list-style-type: none;}img {pointer-events: none;}.wrapper {min-height: 100vh;position: relative;overflow-x: hidden;}.wrap {padding-bottom: 30rem;}@media screen and (max-width: 768px) {.wrap {padding-bottom: 40rem;}}@media screen and (max-width: 640px) {.wrap {padding-bottom: 48rem;}}.title, .heading {font-family: 'Dosis', sans-serif;}.top-contact {background-color: var(--primary);position: fixed;width: 100%;top: 0;z-index: 1;height: 3rem;color: white;font-weight: 600;padding: 0 1rem;}.top-contact .container {height: 100%;display: flex;justify-content: space-between;align-items: center;}.top-contact span {font-size: 1rem;}@media screen and (max-width: 768px) {.top-contact .container {justify-content: center;gap: 3rem;}.top-contact .phone {display: none;}}.top-contact .social {display: flex;gap: 1rem;align-items: center;text-align: center;justify-content: center;padding: 1rem;}.top-contact .social a {font-size: 1.4rem;color: white;}@media screen and (max-width: 640px) {.top-contact .contact .hours {display: none;}}@media screen and (max-width: 542px) {.top-contact .contact {display: none;}}header {height: 5rem;background-color: var(--background);position: fixed;top: 3rem;width: 100%;z-index: 1;padding: .5rem 1rem 0 1rem;border-bottom: 1px solid rgba(231,231,231, .6);}header .container {position: relative;width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}header .dropdown {padding: 1rem .5rem .5rem .5rem;display: none;position: absolute;height: fit-content;background-color: var(--text-main);top: 4.8rem;bottom: 0;left: 0;right: 0;margin: 0 auto;width: 90%;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;}header .dropdown .heading {color: white;border-bottom: 1px solid rgba(231,231,231, .5);text-align: center;width: fit-content;text-align: center;margin: auto;margin-bottom: 0.5rem;font-size: 1.1rem;font-weight: 600;text-transform: uppercase;}header .dropdown .dropdown-items {display: grid;grid-template-columns: repeat(4, 1fr);gap: .2rem;}header .dropdown.show {display: block;}header .dropdown a {padding: .6rem 1rem;font-size: .9rem;color: white;text-transform: uppercase;font-family: 'Roboto', sans-serif;font-weight: 400;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;border-radius: .3rem;-webkit-border-radius: .3rem;-moz-border-radius: .3rem;-ms-border-radius: .3rem;-o-border-radius: .3rem;}header .dropdown a:hover {opacity: .8;}header .dropdown .fa-close {cursor: pointer;color: white;font-size: 1.4rem;position: absolute;right: 1rem;padding: .2rem .5rem;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}@media screen and (max-width: 962px) {header .dropdown .dropdown-items {grid-template-columns: repeat(3, 1fr);}}@media screen and (max-width: 640px) {header .dropdown .dropdown-items {grid-template-columns: repeat(2, 1fr);}header .dropdown {width: 100%;}}@media screen and (max-width: 540px) {header .dropdown {top: 6rem;}}@media screen and (max-width: 424px) {header .dropdown a {padding: .2rem .5rem;}header .dropdown .dropdown-items {grid-template-columns: 1fr;gap: .2rem;}header .dropdown .heading {text-align: left;margin: 0 0 1rem .5rem;font-size: 1rem;}}header nav {display: flex;gap: 1.6rem;}header nav a {font-size: 0.9rem;color: var(--text-main);text-transform: uppercase;font-family: 'Roboto', sans-serif;font-weight: 500;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;}header nav a i {margin-left: 0.2rem;}header nav a:hover {color: var(--primary);border-color: var(--primary);}@media screen and (max-width: 768px) {header nav {gap: 1rem;}header nav a {font-size: 1rem;font-weight: 400;}}@media screen and (max-width: 540px) {header {top: 0;height: 6.5rem;}header .container {flex-direction: column;justify-content: flex-start;gap: 0.3rem;}header img {width: 45px;height: 45px;}}@media screen and (max-width: 424px) {header nav a {font-size: 0.9rem;gap: 0.6rem;}}@media screen and (max-width: 380px) {header nav .home {display: none;}}footer {height: 30rem;position: absolute;bottom: 0;width: 100%;padding: 3rem 1rem 0 1rem;}footer > .container {border-top: 2px solid rgba(231, 231, 231, .3);display: grid;grid-template-columns: 1fr 2fr;gap: 2rem;padding-top: 2rem;}footer .footer-items {display: grid;grid-template-columns: repeat(3, 1fr);gap: 2rem;}footer .brand img {margin-bottom: 1rem;}footer .brand p {font-size: 1.15rem;color: var(--text-main);opacity: .9;}footer .heading {margin-bottom: 1rem;font-size: 1.1rem;text-transform: uppercase;color: var(--black);opacity: .8;font-weight: 500;width: fit-content;border-bottom: 1px solid rgba(231, 231, 231, 1);}footer .links {display: flex;flex-direction: column;gap: 0.5rem;}footer .links i {margin-right: .5rem;color: var(--text-main);opacity: .7;}footer .links a {font-size: 1.15rem;color: var(--text-main);font-weight: 500;opacity: .8;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;}footer .links a:hover {color: var(--primary);opacity: 1;}footer .copyright {position: absolute;width: 100%;bottom: 0;left: 0;padding: 1.5rem 1rem 1rem 1rem;background-color: var(--primary);}footer .copyright .container {display: flex;justify-content: space-between;}footer .copyright p, footer .copyright a {color: var(--white);font-weight: 500;}footer .copyright a {font-weight: 600;}@media screen and (max-width: 768px) {footer {height: 40rem;}footer .container {display: flex;flex-direction: column;}}@media screen and (max-width: 640px) {footer {height: 48rem;}footer .footer-items {display: flex;flex-direction: column;}footer .footer-contact {display: none;}footer .heading {margin-bottom: 0.5rem;font-size: 1.2rem;}footer .copyright {text-align: left;justify-content: flex-start;}footer .links {gap: 0.2rem;}footer .links a, footer .brand p {font-size: 1.1rem;}}