@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-Bold.otf');
    font-weight: 900;
    font-italic: normal;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-Medium.otf');
    font-weight: 700;
    font-italic: normal;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-Regular.otf');
    font-weight: normal;
    font-italic: normal;
}

@font-face {
    font-family: Komika Hand;
    src: url('../fonts/KOMIKAH_.ttf');
    font-weight: normal;
    font-italic: normal;
}

@font-face {
    font-family: Komika Title;
    src: url('../fonts/KOMTIT__.ttf');
    font-weight: normal;
    font-italic: normal;
}

body {
    padding-top: 99px;
}

nav.navbar {
    border: 5px solid;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.navbar-brand {
    max-width: 200px;
}

.navbar-toggler {
    border: 0 !important;
    outline: none!important;
    box-shadow: none!important;
}

.navbar-nav {
    margin-top: 24px;
}

@media all and (min-width: 768px) {
    .navbar-nav {
        margin-top: 0px;
    }
}

.navbar-toggler svg {
    width: 18px;
    color: #fff;
}

.bg-red {
    background-color: #d13835;
}

.bg-green {
    background-color: #78dcb6;
}

.bg-purple {
    background-color: #7f43c9;
}

.bg-yellow {
    background-color: #f8de4b;
}

.bg-light-blue {
    background-color: #67a8e3;
}

.wrapper {
    max-width: 968px;
    width: 100%;
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: Inter;
    font-size: 13px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 20px;
}

.home-banner {
    background-image: url('../images/circles.png');
    background-color: #F9DE4B;
    background-repeat: no-repeat;
    background-size: 100%;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    margin-top: -2px;
}

.home-banner-top-left {
    border-bottom: 5px solid;
    background: #F9DE4B;
    padding: 12px;
    font-size: 13px;
    font-family: Komika Hand;
    z-index: 2;
}

@media all and (min-width: 768px) {
    .home-banner-top-left {
        position: absolute;
        border-right: 5px solid;
        top: 0;
        left: 0;
    }
}

.home-banner-triangle {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

@media all and (min-width: 768px) {
    .home-banner-triangle {
        min-height: initial;
        overflow: visible;
        background-image: url('../images/circles.png');
        background-repeat: no-repeat;
        background-position: top right;
    }
}

.home-banner .container {
    position: relative;
    max-width: 1440px;
    padding-bottom: 75px;
}

.home-banner .container>img:first-child {
    position: relative;
    z-index: 3;
}

@media all and (min-width: 1440px) {
    .home-banner .container>img:first-child {
        max-width: 50%;
    }
}

.home-banner-text {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    font-family: Komika Title;
    transform: rotate(-10deg);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #000;
    margin-top: -25px;
    z-index: 2;
    position: relative;
    padding-left: 20px;
}

@media all and (min-width: 768px) {
    .home-banner-text {
        margin-top: -50px;
        font-size: 23px;
        line-height: 41px;
    }
}

@media all and (min-width: 768px) {
    .home-banner-text {
        margin-top: -75px;
        margin-left: 13%;
    }
}

@media all and (min-width: 992px) {
    .home-banner-text {
        font-size: 29px;
    }
}

.home-banner-text div div {
    display: inline-block;
    border: 5px solid #000;
    padding: 8px;
}

@media all and (min-width: 768px) {
    .home-banner-text div div {
        padding: 8px 32px;
    }
}

.home-banner-text div div:last-child {
    margin-top: -8px;
    margin-left: 15px;
}

@media all and (min-width: 768px) {
    .home-banner-text div div:last-child {
        margin-top: -14px;
        margin-left: 5px;
    }
}

.home-banner .image-bottle {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    z-index: 1;
    height: 100%;
    max-width: initial;
}

.home-banner .image-bottle-one {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.home-section2 {
    background-image: url('../images/dots.png');
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    min-height: 400px;
    padding: 50px 0;
    overflow: hidden;
}

.home-section2-first-content {
    border: 5px solid #000;
    height: 100%;
    max-width: 100%;
    position: relative;
}

.home-section2-first-content-title {
    font-family: Komika Title;
    font-style: normal;
    font-weight: normal;
    font-size: 47.4816px;
    line-height: 68px;
    transform: rotate(-15deg);
    position: absolute;
    top: 0;
    color: #fff;
    background-image: url('../images/ss-exclaim-bubble.png');
    background-repeat: no-repeat;
    text-shadow: 5px 0 0 #000, -5px 0 0 #000, 0 5px 0 #000, 0 -5px 0 #000, 4px 4px #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000;
    min-height: 200px;
    background-size: contain;
    left: 40px;
    background-position: 15px -5px;
    padding-top: 40px;
    width: 100%;
}

@media all and (min-width: 768px) {
    .home-section2-first-content-title {
        min-height: 400px;
        background-position: 50px 0;
        font-size: 72.1988px;
        left: 20px;
        padding-top: 60px;
        left: auto;
        width: auto;
    }
}

@media all and (min-width: 992px) {
    .home-section2-first-content-title {
        right: -50px;
    }
}

.home-section2-first-content-subtitle {}

.home-section2-first-content-subtitle {
    transform: rotate(-10deg);
    max-width: 315px;
    position: absolute;
    right: 0;
    top: 200px;
    text-align: right;
    padding-right: 12px;
}

@media all and (min-width: 768px) {
    .home-section2-first-content-subtitle {
        top: 240px;
        text-align: left;
        padding-right: 0;
    }
}

.home-section2-first-content-subtitle span {
    display: inline-block;
    color: #000;
    padding: 0 30px;
    background: #D13836;
    border: 5px solid #000000;
    font-family: Komika Title;
    font-style: normal;
    font-weight: normal;
    font-size: 31.5672px;
    line-height: 45px;
    letter-spacing: -0.02em;
}

@media all and (min-width: 768px) {
    .home-section2-first-content-subtitle span {
        font-size: 48px;
        line-height: 69px;
    }
}

.home-section2-first-content-subtitle span:first-child {
    margin-right: 40px;
}

@media all and (min-width: 768px) {
    .home-section2-first-content-subtitle span:first-child {
        margin-right: 0px;
    }
}

.home-section2-first-content-subtitle span:last-child {
    margin-top: -10px;
}

@media all and (min-width: 768px) {
    .home-section2-first-content-subtitle span:last-child {
        margin-top: -15px;
        margin-left: 100px;
    }
}

.home-section2-first-content-img-wrapper {
    overflow: hidden;
}

.home-section2-first-content img {
    min-height: 100%;
    max-width: 200%;
}

.home-section2-first-content-logo {
    max-width: 134px!important;
    min-height: auto!important;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.home-section2-wrapper {
    flex-direction: column;
    min-height: 100%;
}

.home-section2-second {
    border: 5px solid #000;
    margin-bottom: 24px;
}

.home-section2-second-eyebrow {
    padding: 8px;
    display: inline-block;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    font-family: Komika Hand;
}

.home-section2-second-content {
    padding: 16px;
    font-family: Komika Hand;
    font-size: 18px;
    line-height: 26px;
    margin-top: -10px;
}

.home-section2-second-content a {
    text-decoration: none;
}

.home-section2-second-content a span {
    border-bottom: 2px solid #D13836;
    color: #212529;
}

.home-section2-second-content p:last-child {
    margin-bottom: 0;
}

.home-section2-third-content {
    border: 5px solid #000;
    margin-top: auto;
    background-color: #037FBE;
    background-image: url('../images/ss-report-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    flex-grow: 1;
    cursor: pointer;
}

.home-section2-third-content-text {
    flex-direction: column;
    font-family: Komika Hand;
    /*justify-content: center;*/
    color: #fff;
    min-height: 174px;
    padding-left: 49%;
    padding-right: 10px;
    padding-top: 10%;
}

.home-section2-third-content-text a {
    color: #fff;
    text-decoration: none;
}

.home-section2-third-content-text svg {
    width: 0.75em;
}

.home-section3 {
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    min-height: 400px;
    padding: 75px 0 35px;
    background-image: url('../images/purple-wave.png');
    background-size: cover;
}

.home-section3-item1,
.home-section3-item2,
.home-section3-item3 {
    border: 5px solid #000;
    background-color: #fff;
    height: 100%;
    position: relative;
}

.home-section3-item1 img {
    margin-top: -36px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.home-section3-item1-text,
.home-section3-item2-text {
    padding: 24px;
    font-family: Komika Hand;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 5px solid #000;
    position: relative;
    z-index: 2;
    background: #fff;
}

.home-section3-item2-text a {
    color: #212529;
}

.home-section3-item1-title {
    width: 330px;
    position: absolute;
    z-index: 3;
    color: #fff;
    top: -50px;
    left: 0;
    font-family: Komika Title;
    font-size: 48px;
    line-height: 69px;
    transform: rotate(-3deg);
    text-shadow: 5px 0 0 #000, -5px 0 0 #000, 0 5px 0 #000, 0 -5px 0 #000, 4px 4px #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000;
}

@media all and (min-width: 768px) {
    .home-section3-item1-title {
        left: -25px
    }
}

.home-section3-item3 {
    padding: 24px;
}

@media all and (min-width: 768px) {
    .home-section3-item2 {
        display: flex;
        flex-direction: column;
    }
}

.home-section3-item2 img {
    flex-grow: 1;
    width: 100%;
}

.home-section3-item3 {
    display: flex;
    flex-direction: column;
}

.home-section3-item3 p {
    font-family: Komika Hand;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.home-section3-item3-links {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.home-section3-item3-links a {
    font-family: Komika Hand;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    padding: 24px 12px;
    display: block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    border-radius: 8px;
    margin: 8px 0;
    text-decoration: none;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.home-section3-item3-links a svg {
    width: 32px;
}

.home-section4 {
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    min-height: 400px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.home-section4 .container {
    flex-grow: 1;
    display: flex;
}

.home-section4 .box {
    border: 5px solid #000;
    width: 100%;
    padding: 10px;
}

.home-section5 {
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    padding-top: 32px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-image: url('../images/lines.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media all and (min-width: 992px) {
    .home-section5-content {
        display: flex;
    }
}

.home-section5-text-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    padding: 0 12;
    margin-right: 12px;
    margin-left: 12px;
}

@media all and (min-width: 768px) {
    .home-section5-text-wrapper {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

.home-section5-text-title {
    position: absolute;
    text-align: center;
    color: #fff;
    top: -45px;
    left: 10px;
    font-family: Komika Title;
    font-size: 40px;
    line-height: 69px;
    transform: rotate(-3deg);
    text-shadow: 5px 0 0 #000, -5px 0 0 #000, 0 5px 0 #000, 0 -5px 0 #000, 4px 4px #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000;
}

@media all and (min-width: 768px) {
    .home-section5-text-title {
        position: absolute;
        top: -22px;
        left: -29px;
    }
}

.home-section5-text {
    border: 5px solid #000;
    background: #fff;
    padding: 60px 24px 20px;
    position: relative;
    width: 477px;
    max-width: 100%;
    margin: 0 auto;
}

@media all and (min-width: 992px) {
    .home-section5-text {
        margin: 0;
    }
}

.home-section5-text-text {
    font-family: Komika Hand;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.home-section5-text-cta {
    font-family: Komika Hand;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.home-section5-text-cta a {
    color: #000;
    text-decoration: none;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 24px;
    border-radius: 8px;
    padding: 4px 0;
    font-weight: normal;
}

.home-section5 img {
    max-width: 80%;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    margin-top: 24px;
}

@media all and (min-width: 992px) {
    .home-section5 img {
        width: 40%;
        margin-left: auto;
        margin-right: 0px;
    }
}

@media all and (min-width: 992px) {
    .home-section5 img {
        margin-top: 0;
    }
}

.footer {
    padding: 60px 0;
}

.footer-content {
    border: 2px solid #000;
    padding: 8px;
}

.privacy-policy {
    font-family: Inter;
    font-size: 13px;
}

.privacy-policy a {
    color: #000;
    text-decoration: none;
}

.privacy-policy a:hover {
    text-decoration: underline;
}

.abn {
    font-size: 18px;
    line-height: 21.78px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
}

.ama {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
}

.copy {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.footer-menu-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
    padding-bottom: 4px;
    border-bottom: 5px solid #000;
}

.footer-menu-links {
    border-bottom: 5px solid #000;
    margin-bottom: 8px;
    padding-bottom: 4px;
}

.footer-menu-links div {
    border-bottom: 1px solid #000;
}

.footer-menu-links div:last-child {
    border-bottom: 0px;
}

.footer-menu-links div a {
    color: #000;
    display: block;
    text-decoration: none;
}

.footer-menu-socials {
    display: flex;
}

.footer-menu-socials a {
    color: #000;
    margin-left: 16px;
}

.footer-menu-socials a:first-child {
    margin-left: 0px;
}

.footer-menu-socials a svg {
    width: 16px;
}

.ama-page {
    padding-top: 80px;
    max-width: 645px;
    margin: 0 auto;
}

.ama-page h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.ama-page h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 150%;
    margin-top: 48px;
    letter-spacing: -0.02em;
}

.ama-page h2 a {
    color: #000;
}

.ama-page p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.ama-page p strong {
    font-weight: 900;
}

.ama-page ul,
.ama-page li {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.resources-page .poster-link {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    text-decoration: none;
}

.resources-page .resources-image {
    width: 267px;
    max-width: 100%;
}

@media all and (min-width: 768px) {
    .resources-page .resources-image {
        margin-right: 24px;
        min-width: 267px;
    }
}

.resources-page .poster-link span {
    border-bottom: 2px solid #D13836;
}

.resources-page .resources-bottom {
    display: flex;
    flex-direction: column;
}

@media all and (min-width: 768px) {
    .resources-page .resources-bottom {
        flex-direction: row;
    }
}

.resources-page .resources-socials {
    display: flex;
    flex-direction: column;
}

.resources-page .resources-socials-links {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.resources-page .resources-socials-links a {
    font-family: Komika Hand;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 12px;
    display: block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    border-radius: 8px;
    margin: 6px 0;
    text-decoration: none;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.resources-page .resources-socials-links a svg {
    width: 32px;
}

.svgMap-container {
    border: 5px solid black;
}

.komika {
    font-family: Komika Title;
    font-size: 40px;
    line-height: 69px;
    transform: rotate(-3deg);
    text-shadow: 5px 0 0 #000, -5px 0 0 #000, 0 5px 0 #000, 0 -5px 0 #000, 4px 4px #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000;
    color: white;
    position: absolute;
    z-index: 50;
}

.ReactModalPortal {
    position: absolute;
    z-index: 60;
}

.modal-header {
    font-size: 1.5rem;
    font-weight: bold;
}

.circle {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin-right: 8px;
}

.contact-mp {
    flex-basis: 50%;
    padding: 0.8rem;
}

.sample-email {
    background: rgba(255,255,255,0.3);
}

.sample-email p{
    margin-bottom: 1rem;
    
}

.komika-sm {
    font-family: Komika Title;
    font-size: 2.1rem;
    line-height: 69px;
    transform: rotate(-3deg);
    text-shadow: 5px 0 0 #000, -5px 0 0 #000, 0 5px 0 #000, 0 -5px 0 #000, 4px 4px #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000;
    color: white;
    position: absolute;
    z-index: 50;
}

#sugar-tax .legend {
    padding: 0.8rem;
    border: 5px solid #000;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 60;
    right: 0;
    bottom: 0;
    font-size: 0.7rem;
}

#sugar-tax .legend .circle {
    height: 1rem;
    width: 1rem;
}

#sugar-tax #green {
    background: #20822D;
}

#sugar-tax #light-green {
    background: #BCDAC0;
}

#sugar-tax #light-red {
    background: #fcd07e;
}

.home-section4 .wrapper {
    max-width: 1096px;
}

.path-sickly-sweet .modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

.path-sickly-sweet .modal-dialog {
    max-width: 700px;
    width: 100%;
}