html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Setimo', sans-serif;
    scroll-snap-type: y mandatory;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
strong,
em {
    font-family: 'Setimo', sans-serif;
}

#start-container {
    height: 400vh;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    scroll-snap-type: y mandatory;
    position: fixed;
    top: 0px;
    left: 0px;
    transition: opacity 1s ease-in-out;
    background: none;
}

#start-container-inner {
    height: 100vh;
    z-index: 1;
    position: relative;
    background-image: url('./images/start-02-bg.jpg');
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#start-container-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('./images/start-01-bg.jpg');
    height: 100vh;
    width: 100%;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#start-container-overlay p {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px;
}

#start-container-inner > div {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    animation: disappear 1s ease-out forwards;
}

#start-container-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('./images/start-01-bg.jpg');
    height: 100vh;
    width: 100%;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#start-container-01 p {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px;
}

#start-container-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('./images/start-02-bg.jpg');
    height: 100vh;
    width: 100%;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#start-container-02 p {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 4rem;
    line-height: 4rem;
    padding: 0px;
    margin: 0px;
}

#start-container-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('./images/start-03-bg.jpg');
    height: 100vh;
    width: 100%;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#start-container-03 p {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 7.5rem;
    line-height: 7.5rem;
    padding: 0px;
    margin: 0px;
}

#video-container {
    display: flex;
    background-image: url('./images/video-bg.jpg');
    height: 100vh;
    width: 100%;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    justify-content: center;
    align-items: center;
}

#start-container-inner > div.visible {
    animation: appear 1s ease-in forwards;
}

#cycle-breakers-video {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

#video-container button,
#video-container button:active,
#video-container button:focus {
    background: none;
    border: none;
    cursor: pointer;
}

#start-container #scroll-button {
    background: url('./images/scroll-arrow.png');
    position: relative;
    bottom: 15vh;
    text-align: center;
    margin: auto;
    z-index: 10;
    display: block;
    cursor: pointer;
    border: none;
    animation: bounce 4s infinite;
    width: 75px;
    height: 110px;
}

#intro-container {
    margin-top: 400vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 200vh;
    background-image: url('./images/start-bg.jpg');
    background-size: 100% 50%;
}

#intro-animation-01-container {
    overflow: hidden;
    background-color: #F8AB00;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#intro-animation-01-container .heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro-animation-01-container .heading p {
    font-size: 6.5rem;
    line-height: 8rem;
    color: #ffffff;
    margin: 0px;
    font-weight: lighter;
    width: 80%;
}

#intro-animation-01-container .overlay {
    background-image: url('./images/intro-container-01.jpg');
    height: 100vh;
    width: 100%;
    background-size: 110% auto;
    background-repeat: no-repeat;
    position: relative;
}

#intro-animation-01-container .overlay-inner {
    background-color: #ffffff;
    position: absolute;
    top: 25%;
    left: 100%;
    width: 90%;
    height: 50%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro-animation-01-container .overlay p {
    width: 90%;
    color: #002957;
    font-size: 2.3rem;
    font-weight: lighter;
}

#intro-animation-02-container {
    overflow: hidden;
    background-color: #E980A8;
    height: 100vh;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#intro-animation-02-container .heading {
    padding: 5rem;
}

#intro-animation-02-container .heading p {
    font-size: 7.5rem;
    line-height: 9rem;
    color: #ffffff;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#intro-animation-02-container .image-overlay img {
    height: 70vh;
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#intro-animation-02-container .overlay-inner {
    background-color: #ffffff;
    position: absolute;
    top: 40%;
    left: 8rem;
    width: 40%;
    height: 40%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro-animation-02-container .overlay p {
    width: 90%;
    color: #002957;
    font-size: 2.3rem;
    font-weight: lighter;
}

#tab-container {
    background-color: #9E7EC2;
    padding: 1rem 5rem;
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#tab-container .heading {
    text-align: center;
    font-size: 6rem;
    line-height: 7rem;
    color: #ffffff;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#tab-container .subheading {
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
    color: #ffffff;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#tab-container .select {
    text-align: center;
    width: 50%;
    margin: auto;
}

#tab-container select {
    padding: 1rem 3rem;
    width: 100%;
    text-align: left;
    border-radius: 50px;
}

.tab-headers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 0.5rem;
}

.tab-headers p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #ffffff;
    padding: 1rem 0px;
    border-bottom: 4px solid #9E7EC2;
}

.tab-headers p.active {
    border-bottom: 4px solid #ffffff;
}

.tab-headers p a {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    text-decoration: none;
}

.tab-headers .arrow-down,
.tab-headers .arrow-up {
    display: none;
    top: 40%;
    right: 3%;
    position: absolute;
}

.tabs .tab {
    display: none;
}

.tabs .tab.active {
    display: block;
}

.tabs .tab .slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.tab-headers p + .tab.mobile {
    display: none;
}

#tab-container .tabs .tab .info .subheading {
    text-align: left;
    padding: 0.5rem 0px;
}

.tabs .tab p,
.tab-headers .tab p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    padding: 0px 2rem 0px 0px;
    border-bottom: 4px solid #9E7EC2;
}

.tabs .tab .button,
.tab-headers .tab .button {
    padding: 1rem 3rem;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    background-color: #E980A8;
    text-decoration: none;
    display: block;
    width: 50%;
    font-weight: bold;
}

.tabs .tab .social a,
.tab-headers .tab .social a  {
    text-decoration: none;
    margin-right: 1rem;
}

.tabs .tab p a,
.tab-headers .tab p a {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    text-decoration: none;
}

.tabs .tab .icon-read-more,
.tab-headers .tab .icon-read-more {
    margin-left: 1rem;
    vertical-align: middle;
}

.tabs .tab .image,
.tab-headers .tab .image {
    text-align: center;
}

.tabs .tab .image img {
    height: 80%;
}

#questions-container {
    height: 100vh;
    padding: 3rem 3rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#questions-container .heading {
    text-align: center;
    font-size: 6rem;
    line-height: 7rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#questions-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
    text-align: center;
}

#questions-container .questions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem 8rem;
}

#questions-container .question {
    text-align: center;
}

#questions-container .question a {
    display: block;
    position: relative;
    text-decoration: none;
}

#questions-container .question a .button {
    border: none;
    padding: 1rem 3rem;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    background-color: #E980A8;
    text-decoration: none;
    display: block;
    width: 50%;
    font-weight: bold;
    top: 43%;
    left: 25%;
    position: absolute;
    cursor: pointer;
}

#quiz-container {
    background-image: url('./images/quiz-bg.jpg');
    background-size: cover;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 100vh;
}

#quiz-container .heading {
    text-align: center;
    font-size: 6rem;
    line-height: 7rem;
    color: #ffffff;
    margin: 0px;
    padding: 5rem 3rem 1rem;
    font-weight: lighter;
}

#quiz-container .grid {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1rem 3rem;
    text-align: center;
}

#quiz-container .info .subheading {
    font-size: 3.75rem;
    line-height: 4rem;
    color: #ffffff;
    margin: 0px;
    font-weight: lighter;
}

#quiz-container .info p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    padding: 1rem 0px;
    text-align: center;
}

#quiz-container .info .button {
    margin: auto;
    border: none;
    padding: 1rem 3rem;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    background-color: #E980A8;
    text-decoration: none;
    display: block;
    width: 50%;
    font-weight: bold;
    cursor: pointer;
}

#quiz-container .logo {
    text-align: center;
    margin-bottom: 0.5rem;
}

#quiz-container .logo img {
    width: 65%;
    margin: auto;
}

#ask-us-anything-container {
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#ask-us-anything-container .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#ask-us-anything-container .info {
    background-color: #E980A8;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ask-us-anything-container .heading {
    text-align: left;
    font-size: 6rem;
    line-height: 7rem;
    color: #ffffff;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#ask-us-anything-container .subheading {
    text-align: left;
    font-size: 3.75rem;
    line-height: 4rem;
    color: #ffffff;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#ask-us-anything-container .subheading em {
    font-weight: normal;
}

#ask-us-anything-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    text-align: left;
    padding: 0px 3rem;
}

#ask-us-anything-container .button {
    border: none;
    padding: 1rem 3rem;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
    text-decoration: none;
    display: block;
    width: 50%;
    font-weight: bold;
    cursor: pointer;
    margin: 2rem 3rem;
}

#ask-us-anything-container .graphic {
    position: relative;
    overflow: hidden;
}

#ask-us-anything-container .graphic img {
    height: auto;
    width: 105%;
    position: absolute;
    bottom: 0px;
}

#share-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-image: url('./images/share-bg.jpg');
    background-size: cover;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: none;
    justify-content: center;
    align-items: center;
}

#share-container.visible {
    display: flex;
}

#share-container .box {
    padding: 4rem;
    background-color: #ffffff;
    box-shadow: -2px 0px 5px 0px #e0e0e0;
    position: relative;
    width: 70%;
    margin: auto;
}

#share-container .subheading {
    text-align: center;
    font-size: 3.75rem;
    line-height: 4rem;
    color: #002957;
    margin: 0px;
    padding: 1rem 3rem;
    font-weight: lighter;
}

#share-container p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #002957;
    text-align: center;
    padding: 0px 4rem;
    font-weight: lighter;
}

#share-container p a {
    text-decoration: none;
}

#share-container p a,
#share-container p a:visited {
    color: #002957;
}

#share-container .button,
#share-container .button:visited {
    border: none;
    padding: 1rem 3rem;
    text-align: center;
    border-radius: 50px;
    background-color: #E980A8;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 25%;
    font-weight: bold;
    cursor: pointer;
    margin: 2rem auto;
}

#share-container .underline a {
    text-decoration: underline;
}

#share-container .close {
    border: none;
    background: none;
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.fly-in-left {
    opacity: 0;
    transform: translateX(0);
    animation: flyInLeft 1.5s ease-out forwards;
}

.fly-in-right {
    opacity: 0;
    transform: translateX(-100%);
    animation: flyInRight 1.5s ease-out forwards;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@keyframes appear {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        transform: translateX(-100%);
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@media (min-width: 768px) and (max-height: 800px) {
    #start-container-inner {
        background-size: 100% 150%;
    }
    #start-container-overlay {
        background-size: 100% 150%;
    }
    #start-container-01 {
        background-size: 100% 150%;
    }
    #start-container-02 {
        background-size: 100% 150%;
    }
    #start-container-03 {
        background-size: 100% 150%;
    }
    #video-container {
        background-size: 100% 150%;
    }

    #intro-animation-01-container .heading p {
        font-size: 4rem;
        line-height: 5rem;
    }

    #intro-animation-01-container .overlay p {
        font-size: 1.5rem;
    }

    #intro-animation-02-container .heading p {
        font-size: 4rem;
        line-height: 5rem;
    }

    #intro-animation-02-container .overlay p {
        font-size: 1.5rem;
    }

    #tab-container .heading {
        font-size: 4rem;
        line-height: 5rem;
        padding: 0rem 3rem;
    }

    #tab-container .subheading {
        font-size: 2rem;
        line-height: 2rem;
        padding: 1rem 3rem;
    }

    #tab-container .tabs .tab .info .subheading {
        text-align: left;
        padding: 0.5rem 0px;
    }

    .tabs .tab p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .tabs .tab .button {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .tabs .tab .slide {
        display: flex;
    }

    .tabs .tab .info {
        width: 80%;
    }

    .tabs .tab .image img {
        width: 80%;
        height: auto;
    }

    #questions-container .heading {
        font-size: 4rem;
        line-height: 5rem;
    }

    #questions-container .questions {
        padding: 0rem 5rem;
    }

    #questions-container .question a {
        height: 85%;
    }

    #questions-container .question a img {
        height: 85%;
    }

    #questions-container .question a .button {
        top: 35%;
    }

    #quiz-container .heading {
        font-size: 4rem;
        line-height: 5rem;
    }

    #quiz-container .info .subheading {
        font-size: 2rem;
        line-height: 2rem;
    }

    #ask-us-anything-container .heading {
        font-size: 4rem;
        line-height: 5rem;
    }

    #ask-us-anything-container .subheading {
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media (max-width: 767px) {
    #start-container-inner {
        background-image: url('./images/mobile/start-02-bg.jpg');
        background-size: cover;
    }

    #start-container-overlay {
        background-image: url('./images/mobile/start-01-bg.jpg');
        background-size: cover;
    }

    #start-container-01 {
        background-image: url('./images/mobile/start-01-bg.jpg');
        background-size: cover;
    }

    #start-container-01 p {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    #start-container-02 {
        background-image: url('./images/mobile/start-02-bg.jpg');
        background-size: cover;
    }

    #start-container-02 p {
        font-size: 3rem;
        line-height: 3rem;
    }

    #start-container-03 p {
        font-size: 4rem;
        line-height: 4rem;
    }

    #start-container-03 {
        background-image: url('./images/mobile/start-03-bg.jpg');
        background-size: cover;
    }

    #video-container {
        background-image: url('./images/mobile/video-bg.jpg');
        background-size: cover;
    }

    #start-container #scroll-button {
        width: 60px;
        height: 84px;
        background: url('./images/mobile/scroll-arrow.png');
    }

    #intro-animation-01-container {
        display: block;
    }

    #intro-animation-01-container > .heading {
        height: 40%;
    }

    #intro-animation-01-container .heading p {
        text-align: center;
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    #intro-animation-01-container > .overlay {
        height: 60%;
    }

    #intro-animation-01-container .overlay-inner {
        top: 5%;
        left: 95%;
        height: 90%;
        width: 90%;
        text-align: center;
    }

    #intro-animation-01-container .overlay p {
        font-size: 1.5rem;
    }

    #intro-animation-02-container .heading {
        height: 25%;
        padding: 2rem;
    }

    #intro-animation-02-container .heading p {
        text-align: center;
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    #intro-animation-02-container > .image-overlay {
        height: 75%;
        position: relative;
    }

    #intro-animation-02-container .overlay-inner {
        top: 0px;
        left: 5%;
        height: 80%;
        width: 90%;
        text-align: center;
    }

    #intro-animation-02-container .overlay p {
        font-size: 1.5rem;
    }


    #tab-container {
        height: auto;
        padding: 0px;
        padding-bottom: 25vh;
    }

    #tab-container .heading {
        font-size: 3.5rem;
        line-height: 4.5rem;
        padding: 0.5rem 0rem;
    }

    #tab-container .subheading {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    #tab-container .dynamic-select {
        width: 75%;
    }

    .tab-headers {
        display: block;
        text-align: center;
        padding: 0 1rem;
    }

    .tab-headers > p {
        position: relative;
        border-bottom: 4px solid #ffffff;
    }

    .tab-headers p.active + .tab.mobile {
        display: block;
    }
    
    .tab-headers .arrow-down {
        display: inline-block;
    }

    .tab-headers p.active .arrow-down {
        display: none;
    }

    .tab-headers p.active .arrow-up {
        display: inline-block;
    }

    .tab-headers .tab .slide {
        display: block;
    }

    .tab-headers .tab .slide p {
        margin: 0px;
        padding: 1rem 0px;
    }

    .tab-headers .tab .button {
        margin: auto;
    }

    .tab-headers .tab .slide img {
        height: auto;
        width: 80%;
    }

    #tab-container .tabs.desktop {
        display: none;
    }

    #questions-container {
        padding: 0px;
        height: auto;
    }

    #questions-container .questions {
        display: block;
    }

    #questions-container .heading {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    #questions-container .questions {
        padding: 0rem 0rem;
    }

    #questions-container .question img {
        width: 80%;
    }

    #quiz-container {
        background-image: url('./images/mobile/quiz-bg.jpg');
    }

    #quiz-container .heading {
        font-size: 3.5rem;
        line-height: 4.5rem;
        padding: 1rem 1rem 0rem;
    }

    #quiz-container .info .subheading {
        font-size: 2rem;
        line-height: 3rem;
    }

    #quiz-container .info p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0px;
    }

    #quiz-container .info .button {
        font-size: 1rem;
        line-height: 1rem;
        width: 70%;
    }

    #quiz-container .logo img {
        width: 90%;
    }

    #ask-us-anything-container .grid {
        grid-template-columns: 1fr;
    }

    #ask-us-anything-container .info {
        display: block;
        height: auto;
    }

    #ask-us-anything-container .heading {
        font-size: 3.5rem;
        line-height: 4rem;
        padding: 1rem 1rem 0rem;
        text-align: center;
    }

    #ask-us-anything-container .subheading {
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
    }

    #ask-us-anything-container .subheading + p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0px;
        text-align: center;
    }

    #ask-us-anything-container .button {
        font-size: 1rem;
        line-height: 1rem;
    }

    #ask-us-anything-container .graphic img {
        height: auto;
        width: 100%;
        position: relative;
    }

    #share-container {
        background-image: url('./images/mobile/share-bg.jpg');
    }

    #share-container .box {
        padding: 0.5rem;
    }

    #share-container .subheading {
        font-size: 3rem;
        line-height: 3.5rem;
        padding: 0px;
        margin-top: 2rem;
    }

    #share-container p {
        padding: 0px;
    }

    #share-container p a, #share-container p a:visited {
        margin: 5px;
    }

    #share-container .button, #share-container .button:visited {
        width: auto;
    }

    #share-container .toggle-share-container {
        top: 1rem;
        right: 1rem;
    }

    #share-container .toggle-share-container svg {
        width: 80%;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}