@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}@font-face{font-family:CreatoDisplay;src:url(/fonts/myfont/CreatoDisplay-Thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:CreatoDisplay;src:url(/fonts/myfont/CreatoDisplay-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:CreatoDisplay;src:url(/fonts/myfont/CreatoDisplay-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:CreatoDisplay;src:url(/fonts/myfont/CreatoDisplay-Bold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:AppleGaramond;src:url(/fonts/apple/AppleGaramond-Light.ttf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:AppleGaramond;src:url(/fonts/apple/AppleGaramond-LightItalic.ttf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:AppleGaramond;src:url(/fonts/apple/AppleGaramond-Light2.ttf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:AppleGaramond;src:url(/fonts/apple/AppleGaramond-LightItalic2.ttf) format("opentype");font-weight:400;font-style:italic;font-display:swap}:root{--primary-bg:#ffffff;--brand-color:#ff8619;--sec-txt:#3e3e3e;--primary-txt:#161616;--applefont:"AppleGaramond";--creatofont:"CreatoDisplay";--dark-bg:#242424;--nav-bg:#e9e9e9;--nav-border:#e1e1e1;--nav-items-bg:#f6f6f6;--nav-txt:#484848}body{background-color:var(--primary-bg);position:relative}body,html{overflow-x:hidden}a{text-decoration:none}.wrapper{overflow-x:hidden;position:relative}.footer{width:100%;text-align:center;font-size:16px;font-weight:300;color:#878787;display:flex;align-items:center;justify-content:center;padding:10px 10px 40px;text-decoration:none}