.breadcrumb-block {
    display: none !important;
}

.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.8);
    --fancybox-color: #F1BF50;
}

.fancybox__container .f-button.is-close-btn {
    opacity: 1 !important;
}

.fancybox__container .fancybox__nav,
.fancybox__container .fancybox__thumbs {
    display: none !important;
}

.fancybox__container.has-toolbar .fancybox__nav,
.fancybox__container.has-toolbar .fancybox__thumbs {
    display: block !important;
}

div.fb-video div.fancybox__content {
    padding: 0 !important;
    background: transparent !important;
    width: min(90vw, calc(90vh * 16 / 9)) !important;
    height: min(90vh, calc(90vw * 9 / 16)) !important;
    aspect-ratio: 16 / 9;
    overflow: hidden !important;
}

div.fb-video iframe.fancybox__iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

div.fancybox__content button.is-close-btn {
    top: 15px !important;
    right: 15px !important;
    border-radius: 50%;
    background-color: var(--colour-primary);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.fancybox__content button.is-close-btn:hover {
    background-color: var(--colour-secondary);
}

div.fancybox__content button.is-close-btn:focus,
div.fancybox__content button.is-close-btn:focus-visible {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

div.fancybox__content button.is-close-btn svg {
    width: 15px;
    height: 15px;
    stroke: #ffffff;
}

a.lesson-btn {
    font-family: 'Fredoka One', sans-serif;
    display: inline-block;
    padding: 0.75em 2em;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #E5007D;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.lesson-btn.small {
    font-size: 0.85em;
    padding: 0.50em 1.5em;
}

a.lesson-btn.has-leaf {
    position: relative;
    min-width: 200px;
}

a.lesson-btn.has-leaf:after {
    display: block;
    position: absolute;
    right: -40px;
    top: -20px;
    height: 50px;
    width: 50px;
    content: '';
    background-color: var(--colour-primary);
    -webkit-mask: url('images/leaf.svg') no-repeat center;
    mask: url('images/leaf.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.lesson-btn.has-leaf:hover::after {
    background-color: var(--colour-highlight);
}

a.lesson-btn.active,
a.lesson-btn:hover {
    background-color: #11abff;
}

a.lesson-btn.primary {
    background-color: var(--colour-primary);
}

a.lesson-btn.secondary {
    background-color: var(--colour-secondary);
}

a.lesson-btn.secondary:hover {
    background-color: var(--colour-primary);
}

a.lesson-btn.primary:hover {
    background-color: var(--colour-highlight);
    color: var(--colour-primary);
}

p.spacer {
    height: 1em;
    margin: 0px;
}

.rte ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em;
}

.rte ul li {
    margin-bottom: 5px;
}

.rte ul li:last-child {
    margin-bottom: 0;
}

.rte ul li ul {
    margin: 5px 0 0 0;
    padding: 0 0 0 1em;
}

.rte p:last-child {
    margin-bottom: 0;
}

main.lessons {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

section.lessons-wrapper {
    padding: 4em 0;
}

@media only screen and (max-width: 600px) {

    section.lessons-wrapper {
        padding: 2em 0;
    }
}

section.lessons-wrapper.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

section.lessons-wrapper div.lessons-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-bottom: 1.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
    overflow: auto;
}

@media only screen and (min-width: 800px) {

    section.lessons-wrapper div.lessons-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

section.lessons-wrapper div.lessons-menu a.lesson-btn {
    width: 100%;
}

section.lessons-wrapper div.post-navigation {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
    width: 100%;
    padding: 0 2em;
}

section.lessons-wrapper div.lessons-breadcrumbs {
    padding: 1.5em 0;
}

section.lessons-wrapper div.lessons-breadcrumbs ul.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section.lessons-wrapper div.lessons-breadcrumbs ul.breadcrumbs li {
    display: inline-block;
    font-family: 'Mulish', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    color: #212529;
    padding: 0;
}

section.lessons-wrapper div.lessons-breadcrumbs ul.breadcrumbs li:after {
    position: relative;
    content: "\002F";
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

section.lessons-wrapper div.lessons-breadcrumbs ul.breadcrumbs li:last-child:after {
    content: none;
}

section.lessons-wrapper div.lessons-breadcrumbs ul.breadcrumbs li.active {
    opacity: 0.4;
}

section.lessons-wrapper div.lessons-breadcrumbs ul.breadcrumbs li a {
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-wrapper div.lessons-breadcrumbs ul.breadcrumbs li a:hover {
    color: var(--colour-secondary);
}

section.lessons-wrapper div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
    width: 100%;
}

@media only screen and (min-width: 1000px) {

    section.lessons-wrapper div.content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

section.lessons-wrapper div.content aside.content__sidebar {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 1000px) {

    section.lessons-wrapper div.content aside.content__sidebar {
        width: 300px;
    }
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion {
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: var(--colour-primary);
    font-size: 0.95em;
    color: #ffffff;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion.last {
    border-bottom: none;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion.open div.accordion__heading span.icon {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.accordion__heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.75em 1.5em;
    cursor: pointer;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.accordion__heading span.heading {
    line-height: 1.6em;
    padding-right: 20px;
    font-weight: 700;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.accordion__heading span.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.accordion__heading span.icon svg {
    width: 15px;
    height: auto;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.accordion__heading span.icon svg path {
    fill: #ffffff;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content {
    display: none;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul.accordion__menu.level-2,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol.accordion__menu.level-2 {
    display: none;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul.accordion__menu.level-2.open,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol.accordion__menu.level-2.open {
    display: block;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul li.level-1.category a,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol li.level-1.category a {
    background-color: var(--colour-primary);
    color: #ffffff;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul li.level-1.category a:hover,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol li.level-1.category a:hover {
    background-color: var(--colour-highlight);
    color: var(--colour-primary);
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul li.level-1.category a.active,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol li.level-1.category a.active {
    background-color: var(--colour-highlight);
    color: var(--colour-primary);
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul li.level-1 a,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol li.level-1 a {
    background-color: var(--colour-secondary);
    color: var(--colour-primary);
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul li.level-2 a,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol li.level-2 a {
    padding: 0.5em 1.5em 0.5em 2em;
    background-color: var(--colour-tertiary);
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul li a,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol li a {
    display: block;
    padding: 0.5em 1.5em;
    line-height: 1.4em;
    color: #ffffff;
    background-color: var(--colour-primary);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul li a:hover,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol li a:hover {
    background-color: var(--colour-highlight);
    color: var(--colour-primary);
}

section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ul li a.active,
section.lessons-wrapper div.content aside.content__sidebar div.accordion div.hidden-content ol li a.active {
    background-color: var(--colour-highlight);
    color: var(--colour-primary);
}

section.lessons-wrapper div.content aside.content__sidebar a.singular-link {
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: var(--colour-primary);
    color: #ffffff;
    display: block;
    line-height: 1.2em;
    padding: 0.75em 1.5em;
    text-decoration: none;
    font-weight: 700;
}

section.lessons-wrapper div.content aside.content__sidebar a.singular-link:hover {
    background-color: var(--colour-highlight);
    color: var(--colour-primary);
}

section.lessons-wrapper div.content aside.content__sidebar a.singular-link.active {
    background-color: var(--colour-highlight);
    color: var(--colour-primary);
}

section.lessons-wrapper div.content aside.content__sidebar a.singular-link.last {
    border-bottom: none;
}

section.lessons-wrapper div.content div.content__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

section.lessons-wrapper div.content div.content__wrapper:not(.standard_level) {
    background-color: var(--gradient-secondary-highlight);
    background-image: url('images/speckles-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.lessons-wrapper div.content div.content__wrapper svg#left-tree {
    position: absolute;
    left: -175px;
    bottom: -50px;
}

section.lessons-wrapper div.content div.content__wrapper svg#right-tree {
    position: absolute;
    right: -175px;
    bottom: -50px;
}

@media only screen and (max-width: 600px) {

    section.lessons-wrapper div.content div.content__wrapper svg#left-tree,
    section.lessons-wrapper div.content div.content__wrapper svg#right-tree {
        display: none;
    }
}

section.lessons-wrapper div.content div.content__wrapper svg#footer-illustration {
    position: relative;
    z-index: 1;
    bottom: -2px;
}

section.lessons-wrapper div.content div.content__wrapper div.inner-wrapper {
    padding: 2em;
}

@media only screen and (min-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper.standard_landing {
        background-image: url('images/green-trees-flowers-bg.svg'), url('images/speckles-bg.svg');
        background-position: bottom center;
        min-height: 750px;
    }
}

section.lessons-wrapper div.content div.content__wrapper.standard_landing div.inner-wrapper {
    padding: 2em;
}

@media only screen and (min-width: 600px) {

    section.lessons-wrapper div.content div.content__wrapper.standard_landing div.inner-wrapper {
        padding: 4em 2em;
    }
}

@media only screen and (min-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper.standard_landing div.inner-wrapper {
        padding-top: 150px;
        padding-bottom: 300px;
    }
}

section.lessons-wrapper div.content div.content__wrapper.book_category div.inner-wrapper {
    padding: 2em;
}

@media only screen and (min-width: 600px) {

    section.lessons-wrapper div.content div.content__wrapper.book_category div.inner-wrapper {
        padding: 4em 2em;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1;
}

section.lessons-wrapper div.content div.content__wrapper.book_category div.lessons--title,
section.lessons-wrapper div.content div.content__wrapper.book_category div.lessons--text {
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin: 0 auto;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--title {
    margin-top: 1em;
}

@media only screen and (max-width: 600px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--title h1 {
        font-size: 2rem;
    }
}

section.lessons-wrapper div.content div.content__wrapper:not(.standard_level) div.lessons--title {
    text-align: center;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--title img {  
    display: block;  
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

section.lessons-wrapper div.content div.content__wrapper:not(.standard_level) div.lessons--title h1 {    
    color: #ffffff;
    text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.25);
}

section.lessons-wrapper div.content div.content__wrapper.standard_level div.lessons--title h1 {    
    color: var(--colour-primary);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 2em;
}

@media only screen and (min-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
}

@media only screen and (max-width: 799px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--colour-primary);
    padding: 1.5em;
    border-radius: 20px;
    width: 100%;
    max-width: calc(33.3333333% - 14px);
    -webkit-box-shadow:  4px 6px 3px 0px rgba(0, 0, 0, 0.25);
            box-shadow:  4px 6px 3px 0px rgba(0, 0, 0, 0.25);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups.three-columns div.button-group {
    max-width: calc(33.3333333% - 14px);
}

@media only screen and (max-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups.three-columns div.button-group {
        max-width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 600px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups.three-columns div.button-group {
        max-width: unset;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups.four-columns div.button-group {
    max-width: calc(25% - 15px);
}

@media only screen and (max-width: 1200px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups.four-columns div.button-group {
        max-width: calc(33.3333333% - 14px);
    }
}

@media only screen and (max-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups.four-columns div.button-group {
        max-width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 600px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups.four-columns div.button-group {
        max-width: unset;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group span.heading,
section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.heading {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Fredoka One', sans-serif;
    padding: 0.75em 2em;
    border-radius: 40px;
    color: var(--colour-primary);
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 5px var(--colour-secondary);
            box-shadow: 0px 0px 10px 5px var(--colour-secondary);
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group span.heading.single-letter,
section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.heading.single-letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    font-size: 2.4em;
    height: 100px;
    width: 100px;
    padding: 0;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.heading:hover {
    -webkit-box-shadow: 0px 0px 10px 8px var(--colour-secondary);
            box-shadow: 0px 0px 10px 8px var(--colour-secondary);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group span.heading + a.link,
section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.heading + a.link,
section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group span.heading.single-letter + a.link,
section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.heading.single-letter + a.link {
    margin-top: 2em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.link {
    background-color: var(--colour-highlight);
    display: block;
    font-family: 'Fredoka One', sans-serif;
    font-size: 0.85em;
    padding: 0.50em 1.5em;
    border-radius: 40px;
    color: var(--colour-primary);
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.link:last-child {
    margin-bottom: 0;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.link:nth-child(2n) {
    background-color: var(--colour-secondary);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--button-groups div.button-group a.link:hover {
    background-color: #ffffff;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--assessment-download {
    margin-top: 2em;
    text-align: center;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 2em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--links a.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: calc(25% - 15px);
    text-decoration: none;
    background-color: var(--colour-secondary);
    border-radius: 20px;
    -webkit-box-shadow:  4px 6px 3px 0px rgba(0, 0, 0, 0.25);
            box-shadow:  4px 6px 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--links a.link {
        max-width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 600px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--links a.link {
        max-width: unset;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--links a.link img {
    width: 100%;
    max-width: 150px;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--links a.link h2 {
    margin-top: -10px;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
    color: #ffffff;
    text-align: center;
    font-size: 1.4em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--links a.link:hover {
    background-color: var(--colour-primary);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
    margin-top: 2em;
}

@media only screen and (max-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--books {
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
        row-gap: 25px;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf {
    position: relative;
    z-index: 1;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf div.book-shelf__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    z-index: 2;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf div.book-shelf__inner a.book.book--standard {
    display: block;
    width: 185px;
    height: 230px;
    background: #0b5b12;
    border-radius: 14px;
    position: relative;
    -webkit-box-shadow: 0 10px 18px rgba(0,0,0,.28);
            box-shadow: 0 10px 18px rgba(0,0,0,.28);
    overflow: visible;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf div.book-shelf__inner a.book.book--standard:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 100%;
    background: #0b5b12;
    border-radius: 0 14px 14px 0;
    -webkit-box-shadow:
    -2px 0 0 rgba(0,0,0,.15),
    2px 0 6px rgba(0,0,0,.25);
            box-shadow:
    -2px 0 0 rgba(0,0,0,.15),
    2px 0 6px rgba(0,0,0,.25);
    z-index: 1;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf div.book-shelf__inner a.book.book--standard:after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 5px;
    width: 8px;
    background: #e7dfbf;
    border-radius: 0 12px 12px 0;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf div.book-shelf__inner a.book.book--standard h2.book__title {
    position: absolute;
    inset: 0;
    display: -ms-grid;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 1.4em;
    color: var(--colour-highlight);
    padding: 10px 20px 10px 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf div.book-shelf__inner a.book.book--standard:hover h2.book__title {
    color: var(--colour-secondary);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf div.book-shelf__inner a.book.book--category {
    display: block;
    width: 100%;
    max-width: 250px;
    background: #0b5b12;
    border-radius: 14px;
    position: relative;
    -webkit-box-shadow: 0 10px 18px rgba(0,0,0,.28);
            box-shadow: 0 10px 18px rgba(0,0,0,.28);
    padding: 1em 2em;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf svg#books-1 {  
    width: 150px;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf svg#brown-owl { 
    width: 200px;
    position: absolute;
    right: -35px;
    bottom: -10px;
    z-index: 1;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf svg#butterfly {  
    width: 50px;
    position: absolute;
    left: 20px;
    bottom: 100px;
    z-index: 1;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf svg#books-2 { 
    width: 150px;
    position: absolute;
    right: 10px;
    bottom: -5px;
    z-index: 1;
}

@media only screen and (max-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf svg#books-1,
    section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf svg#brown-owl,
    section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf svg#butterfly,
    section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf svg#books-2 { 
        display: none;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf span.shelf {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 20px;
    width: 100%;
    border-radius: 100px 100px 50px 50px;
    background:
    radial-gradient(140% 120% at 20% 10%,
    rgba(255,255,255,.25) 0%,
    rgba(255,255,255,.10) 35%,
    rgba(255,255,255,0) 60%),
    radial-gradient(160% 140% at 75% 0%,
    rgba(255,255,255,.16) 0%,
    rgba(255,255,255,.06) 40%,
    rgba(255,255,255,0) 68%),
    -webkit-gradient(linear,
    left top, right top,
    from(rgba(90,40,0,.55)),
    color-stop(10%, rgba(90,40,0,.15)),
    color-stop(18%, rgba(0,0,0,0)),
    color-stop(82%, rgba(0,0,0,0)),
    color-stop(90%, rgba(90,40,0,.15)),
    to(rgba(90,40,0,.55))),
    -webkit-gradient(linear,
    left top, left bottom,
    from(#d17a08),
    color-stop(30%, #cc6f05),
    color-stop(60%, #c36503),
    to(#b95a00));
    background:
    -o-radial-gradient(20% 10%,
    140% 120%,
    rgba(255,255,255,.25) 0%,
    rgba(255,255,255,.10) 35%,
    rgba(255,255,255,0) 60%),
    -o-radial-gradient(75% 0%,
    160% 140%,
    rgba(255,255,255,.16) 0%,
    rgba(255,255,255,.06) 40%,
    rgba(255,255,255,0) 68%),
    -o-linear-gradient(left,
    rgba(90,40,0,.55) 0%,
    rgba(90,40,0,.15) 10%,
    rgba(0,0,0,0) 18%,
    rgba(0,0,0,0) 82%,
    rgba(90,40,0,.15) 90%,
    rgba(90,40,0,.55) 100%),
    -o-linear-gradient(#d17a08 0%,
    #cc6f05 30%,
    #c36503 60%,
    #b95a00 100%);
    background:
    radial-gradient(140% 120% at 20% 10%,
    rgba(255,255,255,.25) 0%,
    rgba(255,255,255,.10) 35%,
    rgba(255,255,255,0) 60%),
    radial-gradient(160% 140% at 75% 0%,
    rgba(255,255,255,.16) 0%,
    rgba(255,255,255,.06) 40%,
    rgba(255,255,255,0) 68%),
    linear-gradient(90deg,
    rgba(90,40,0,.55) 0%,
    rgba(90,40,0,.15) 10%,
    rgba(0,0,0,0) 18%,
    rgba(0,0,0,0) 82%,
    rgba(90,40,0,.15) 90%,
    rgba(90,40,0,.55) 100%),
    linear-gradient(#d17a08 0%,
    #cc6f05 30%,
    #c36503 60%,
    #b95a00 100%);
    -webkit-box-shadow:
    0 8px 0 rgba(0,0,0,.18),
    0 16px 22px rgba(0,0,0,.18);
            box-shadow:
    0 8px 0 rgba(0,0,0,.18),
    0 16px 22px rgba(0,0,0,.18);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf span.shelf::before {
    content:"";
    position:absolute;
    inset:0;
    border-radius:12px;
    pointer-events:none;
    background:
        -o-repeating-linear-gradient(
        93deg,
        rgba(120,50,0,.18) 0 7px,
        rgba(120,50,0,0) 7px 16px
        ),
        -o-repeating-linear-gradient(
        88deg,
        rgba(60,20,0,.16) 0 2px,
        rgba(60,20,0,0) 2px 10px
    );
    background:
        repeating-linear-gradient(
        -3deg,
        rgba(120,50,0,.18) 0 7px,
        rgba(120,50,0,0) 7px 16px
        ),
        repeating-linear-gradient(
        2deg,
        rgba(60,20,0,.16) 0 2px,
        rgba(60,20,0,0) 2px 10px
    );
    mix-blend-mode:multiply;
    opacity:.75;
    -webkit-filter: blur(.35px);
            filter: blur(.35px);
}

@media only screen and (max-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf span.shelf { 
        display: none;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf a.book.book--category img {
    padding: 10px;
    border-radius: 14px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf a.book.book--category h2.book__title {
    font-size: 1.4em;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf a.book.book--category:hover img {
    background-color: var(--colour-highlight);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--books div.book-shelf a.book.book--category:hover h2.book__title {
    color: var(--colour-highlight);
}

section.lessons-wrapper div.content div.content__wrapper:not(.standard_level) div.lessons--text {
    text-align: center;
    color: var(--colour-primary);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--text {
    margin-top: 2em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--text p:last-child {
    margin-bottom: 0;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
    margin-top: 2em;
}

@media only screen and (min-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--additional-content {
    margin-top: 2em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--additional-content p:last-child {
    margin-bottom: 0;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--additional-content.no-embed {
    background-color: var(--colour-highlight);
    padding: 1.5em;
    border-radius: 20px;
    color: var(--colour-primary);
    -webkit-box-shadow: 4px 6px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 6px 3px 0px rgba(0, 0, 0, 0.25);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--additional-content.no-embed h2,
section.lessons-wrapper div.content div.content__wrapper div.lessons--additional-content.no-embed h3 { 
    color: var(--colour-primary);
}

section.lessons-wrapper div.content div.content__wrapper  div.lessons--embed {
    background-color: var(--colour-primary);
    padding: 1.5em;
    border-radius: 20px;
    margin-top: 2em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner {
    background-color: var(--colour-highlight);
    padding: 1.5em;
    border-radius: 10px;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner div.embed-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner div.embed-wrapper.has-pdf {
    padding-top: 133.33%;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner div.embed-wrapper iframe,
section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner div.embed-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
    border: none;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner div.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
    margin-top: 1.5em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner div.btn-wrapper a.download-btn {
    font-family: 'Fredoka One', sans-serif;
    display: inline-block;
    font-size: 0.85em;
    padding: 0.50em 1.5em;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    background-color: var(--colour-primary);
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner div.btn-wrapper a.download-btn {
        width: 100%;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--embed div.embed-inner div.btn-wrapper a.download-btn:hover {
    background-color: var(--colour-secondary);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--more-info {
    width: 100%;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--more-info.no-embed {
    background-color: var(--colour-highlight);
    padding: 1.5em;
    border-radius: 20px;
    color: var(--colour-primary);
    -webkit-box-shadow: 4px 6px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 6px 3px 0px rgba(0, 0, 0, 0.25);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--more-info.no-embed h2,
section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--more-info.no-embed h3 { 
    color: var(--colour-primary);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--more-info p:last-child {
    margin-bottom: 0;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources {
    background-color: var(--colour-primary);
    width: 100%;
    padding: 1.5em;
    border-radius: 20px;
    margin-bottom: 1em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 800px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources {
        width: 600px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources h2.heading {
    color: #ffffff;
    text-align: center;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner {
    background-color: #ffffff;
    padding: 0 1.5em;
    border-radius: 10px;
    margin-top: 1.5em;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    background-color: #ffffff;
    padding: 1.5em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

@media only screen and (min-width: 600px) {

    section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link:last-child {
    border-bottom: none;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link span.image-wrapper {
    display: block;
    padding: 5px;
    border-radius: 5px;
    background-color: var(--colour-highlight);
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link span.image-wrapper img {
    width: 150px;
    height: auto;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link span.text-wrapper {
    display: block;
    width: 100%;
    text-align: center;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link span.text-wrapper h3.heading {
    font-size: 0.85em;
    color: var(--colour-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link span.text-wrapper span.download-btn {
    font-family: 'Fredoka One', sans-serif;
    display: inline-block;
    font-size: 0.85em;
    padding: 0.50em 1.5em;
    border-radius: 40px;
    margin-top: 0.75em;
    text-decoration: none;
    text-align: center;
    width: 100%;
    background-color: var(--colour-primary);
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.lessons-wrapper div.content div.content__wrapper div.lessons--columns div.column--resources div.resources div.resources-inner a.link:hover span.text-wrapper span.download-btn {
    background-color: var(--colour-highlight);
    color: var(--colour-primary);
}

main.lessons-landing {
    position: relative;
    background-image: url('images/speckles-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

main.lessons-landing img.left-tree {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 125%;
    height: 125vh;
    z-index: 1;
}

main.lessons-landing img.grass {
    position: relative;
    z-index: 0;
}

main.lessons-landing img.right-tree {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 125%;
    height: 125vh;
    z-index: 1;
}

@media only screen and (max-width: 800px) {

    main.lessons-landing img.left-tree,
    main.lessons-landing img.right-tree {
        display: none;
    }
}

section.lessons-landing-wrapper {
    position: relative;
    z-index: 2;
    padding: 4em 0;
}

@media only screen and (max-width: 600px) {

    section.lessons-landing-wrapper {
        padding: 2em 0;
    }
}

section.lessons-landing-wrapper.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

section.lessons-landing-wrapper div.title-wrapper {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
}

section.lessons-landing-wrapper div.title-wrapper img,
section.lessons-landing-wrapper div.title-wrapper svg {
    margin-top: 1em;
    max-width: 400px;
}

section.lessons-landing-wrapper div.button-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 2em;
}

@media only screen and (min-width: 800px) {

    section.lessons-landing-wrapper div.button-groups {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        margin-top: 4em;
    }
}

@media only screen and (max-width: 799px) {

    section.lessons-landing-wrapper div.button-groups {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

section.lessons-landing-wrapper svg#butterfly {
    width: 75px;
    position: absolute;
    left: 50px;
    bottom: 50%;
}

section.lessons-landing-wrapper svg#frog {
    width: 200px;
    position: absolute;
    right: 50px;
    bottom: -90px;
}

@media only screen and (max-width: 1000px) {

    section.lessons-landing-wrapper svg#butterfly,
    section.lessons-landing-wrapper svg#frog {
        display: none;
    }
}

section.lessons-landing-wrapper div.button-groups div.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--colour-primary);
    padding: 1.5em;
    border-radius: 20px;
    width: 100%;
    max-width: calc(33.3333333% - 14px);
    -webkit-box-shadow:  4px 6px 3px 0px rgba(0, 0, 0, 0.25);
            box-shadow:  4px 6px 3px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 1000px) {

    section.lessons-landing-wrapper div.button-groups div.button-group {
        max-width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 600px) {

    section.lessons-landing-wrapper div.button-groups div.button-group {
        max-width: unset;
    }
}

section.lessons-landing-wrapper div.button-groups div.button-group span.heading,
section.lessons-landing-wrapper div.button-groups div.button-group a.heading {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Fredoka One', sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0.75em 2em;
    border-radius: 50px;
    color: var(--colour-primary);
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 5px var(--colour-secondary);
            box-shadow: 0px 0px 10px 5px var(--colour-secondary);
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-landing-wrapper div.button-groups div.button-group a.heading:hover {
    -webkit-box-shadow: 0px 0px 10px 8px var(--colour-secondary);
            box-shadow: 0px 0px 10px 8px var(--colour-secondary);
}

section.lessons-landing-wrapper div.button-groups div.button-group span.heading + a.link,
section.lessons-landing-wrapper div.button-groups div.button-group a.heading + a.link {
    margin-top: 2em;
}

section.lessons-landing-wrapper div.button-groups div.button-group p {
    margin-top: 1em;
    text-align: center;
    color: var(--colour-highlight);
}

section.lessons-landing-wrapper div.button-groups div.button-group a.link {
    background-color: var(--colour-secondary);
    display: block;
    font-family: 'Fredoka One', sans-serif;
    padding: 0.50em 1.5em;
    border-radius: 40px;
    color: var(--colour-primary);
    text-align: center;
    text-decoration: none;
    margin-bottom: 1em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.lessons-landing-wrapper div.button-groups div.button-group a.link:last-child {
    margin-bottom: 0;
}

section.lessons-landing-wrapper div.button-groups div.button-group a.link:nth-child(2n) {
    background-color: var(--colour-secondary);
}

section.lessons-landing-wrapper div.button-groups div.button-group a.link:hover {
    background-color: #ffffff;
}