@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");:root{--font-family:"Noto Sans",sans-serif;--font-size-small:18px;--font-size-heading:34px;--font-size-subHeading:25px;--font-size-large:64px;--font-size-large-mobile:40px;--font-size-heading-mobile:20px;--font-size-small-mobile:14px}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.6;font-weight:400}table,table *{font-family:var(--font-family)!important;font-size:var(--font-size-small)!important;line-height:1.6!important;font-weight:400!important}a{text-decoration:underline!important}ul{list-style-type:disc}ol,ul{margin-left:2em;margin-top:2em;margin-bottom:2em;padding-left:0}ol{list-style-type:decimal}li{display:list-item;padding-bottom:10px}.h1,h1{font-size:var(--font-size-large);color:var(--blue-color);margin:0}.h1,.h2,h1,h2{font-weight:400}.h2,h2{font-size:var(--font-size-heading)}.h3,h3{font-size:var(--font-size-subHeading);font-weight:700}.p,.pre,p,pre{font-size:var(--font-size-small)}.pre,pre{font-family:var(--font-family)}@media only screen and (max-width:768px){.h1,h1{font-size:var(--font-size-large-mobile);color:var(--blue-color);margin:0}.h1,.h2,h1,h2{font-weight:400}.h2,h2{font-size:var(--font-size-heading-mobile)}.p,.pre,p,pre{font-size:var(--font-size-small-mobile)}.pre,pre{font-family:var(--font-family)}}.header-container{display:flex;justify-content:space-between;width:100%;min-height:100px;background-color:#f9f6e8}.header-container h1{color:black!important;margin:0;line-height:1.2}.header-container p{margin:.5rem}.hero-left-side{max-width:30%}.hero-subheading{font-weight:700;color:var(--blue-color)}.logo-container{width:60px;height:auto}.header-container li{font-size:18px}