{"version":3,"sources":["webpack://src/assets/css/pages/about-us.scss"],"names":[],"mappings":"AAGE,kBACE,iBAAA,CACA,qFAEA,CAAA,qBACA,CAAA,2BAGF,CAAA,iBACE,CAAA,mBACA,qBACA,CAAA,kBACA,CAAA,mBAEA,CAAA,SACE,CAAA,4BAIJ,2BACE,CAGF,aAAA,eACE,CAAA,mBACA,eACA,CAAA,kBAEA,CAAA,iBACE,CAAA,uBAEA,iBACA,CACA,KAAA,CAAA,QAIJ,CAAA,aAAA,CAAA,UACE,CAAA,yBACA,qBACA,CAAA,iBAEA,CAAA,oBACE,CAAA,2BAIJ,UACE,CAAA,mBAGA,iBAAA,CAAA,SACE,CAAA,yBAGF,qBACE,CAAA,yBAEA,qBACE,CAAA,2BAGF,UAAA,CAAA,kCAON,qBAAA,CAAA,oCAEI,kCACE,4FAYF,CAAA,mBACE,iBAGF,CAAA,kBACE,CAAA,aACA,eAAA,CAAA,mBAGA,0BAEE,CAAA,6BAIR,CAAA,cAGM,UAAA,CAAA,UACE,CAAA,CAAA,oCAGA,uBAAA,SAAA,CAAA,WAAA,CAAA,kBAAA,CAAA,oBAAA,CAAA","file":"18.716fbf79.chunk.css","sourcesContent":["@import \"../variables.scss\";\n\n#about-us {\n  .header {\n    padding-top: 193px;\n    background-image: url(\"/static/images/about-us-background.jpg\");\n    background-size: cover;\n    background-attachment: fixed;\n    position: relative;\n  }\n\n  .content {\n    background-color: white;\n    padding-left: 131px;\n    padding-right: 131px;\n    z-index: 1;\n\n    &.bordered {\n      border-radius: 12px 12px 0 0;\n    }\n  }\n\n  h1 {\n    margin-top: 74px;\n  }\n\n  .section {\n    margin-top: 42px;\n    margin-bottom: 42px;\n    position: relative;\n\n    svg {\n      position: absolute;\n      top: 0;\n      bottom: 0;\n      margin: auto 0;\n      left: -73px;\n    }\n  }\n\n  .black-outline {\n    background-color: black;\n    padding-top: 138px;\n    padding-bottom: 143px;\n\n    p {\n      color: white;\n    }\n  }\n\n  .wrapper {\n    position: relative;\n    z-index: 2;\n\n    &.white {\n      background-color: white;\n    }\n\n    &.black {\n      background-color: black;\n\n      p {\n        color: white;\n      }\n\n      .content {\n        background-color: black;\n      }\n    }\n  }\n}\n\n@media screen and (max-width: $xs-width) {\n  #about-us {\n    nav[data-scrolled=\"true\"] {\n      background-image: url(\"/static/images/about-us-nav-background-xs.png\");\n    }\n\n    .header {\n\n    }\n\n    .content {\n      padding-left: 28px;\n      padding-right: 28px;\n    }\n\n    h1 {\n      margin-top: 27px;\n    }\n\n    .wrapper {\n      padding-top: 60px !important;\n      padding-bottom: 60px !important;\n    }\n\n      svg {\n        left: -20px;\n        width: 15px;\n      }\n    }\n  }\n@media screen and (max-width: $sm-width) {\n  #about-us {\n    .section {\n      img {\n        width: 70%;\n        height: 50px;\n        object-fit: contain;\n        object-position: left;\n      }\n    }\n  }\n}"]}