@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap);

h2,
p {
    margin: 0
}

body,
h1,
html,
li {
    letter-spacing: normal
}

a,
body {
    color: #2d333a
}

.button-primary,
.button-secondary {
    background-color: #5bc096;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: normal
}

.hero-bg,
.faqs-header_bg,
.splash-top-bg,
.master-shedule-header__bg,
.master-shedule-header__bg1 {
    background-size: cover
}

.faqs-header_bg,
.hero-bg,
.splash-top-bg,
.master-shedule-header__bg,
.master-shedule-header__bg1,
.schedule-day-0-bg,
.schedule-day-3-bg {
    background-repeat: no-repeat
}

body,
html {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #fff;
    font-family: Quicksand, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.4em
}

.button-primary,
.testimonial-g2-stars p,
.testimonial-profile p,
h1,
h2 {
    font-weight: 700
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

.hero-bg {
    background-position: center center;
    padding-bottom: 1px
}

.home-hero-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 10px auto 100px;
    padding: 0
}

.hero-container {
    display: block;
    margin: 20px auto 0
}

h1 {
    font-size: 50px;
    line-height: 55px;
    max-width: 400px;
    margin: 0 0 20px;
    text-align: initial
}

h2 {
    font-size: 40px;
    color: #323648;
    line-height: 1.3
}

h3,
p {
    font-size: 16px
}

.cta-highlight-title,
h3 {
    font-weight: 500
}

p {
    line-height: 27px;
    padding-top: 16px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px
}

a {
    text-decoration: none;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out
}

.button-primary,
.button-primary:active,
.button-secondary {
    transition: background-color .3s ease-in-out
}

.footer-legal-links li a:hover,
.text-color-orchestra-green,
a:hover {
    color: #5bc096
}

a:active,
a:link:active {
    color: #2d9fa0
}

a img {
    border: none
}

.hero-container-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 35%
}

.hero-container-right {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.container-highlight-img video,
.hero-container-right video {
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.wrapper {
    max-width: 1024px;
    margin: 0 auto
}

.button-container,
.button-primary {
    margin-top: 30px
}

.button-primary {
    display: inline-block;
    font-size: 16px;
    max-width: 160px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 20px;
    padding: 9px 12px;
    box-shadow: 0 5px 15px 0 rgba(91, 192, 150, .7)
}

.button-secondary {
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    padding: 9px 20px;
    box-shadow: 0 5px 10px 0 rgba(91, 192, 150, .7)
}

.button-primary:hover,
.testimonial-demo-button:hover,
.button-secondary:hover {
    color: #fff;
    background-color: #2d9fa0;
    box-shadow: 0 5px 10px 0 rgba(45, 159, 160, .7);
    transition: background-color .3s ease-in-out
}

.button-primary:active {
    background-color: #2d9fa0
}

.master-navbar .navbar-link a,
.text-color-white,
a.button-primary:active {
    color: #fff
}

.container-section-btf {
    display: flex;
    flex-direction: column;
    margin-top: 50px
}

.section-btf-keyhighlights-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px
}

.section-btf-keyhighlight {
    text-align: center;
    align-self: center;
    max-width: 25%
}

.section-btf-keyhighlight img {
    width: 150px;
    height: auto
}

.section-btf-copy {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 24px
}

.section-btf-copy h2 {
    font-size: 33px;
    margin: 30px 0 15px;
    text-align: center
}

.container-section-one,
.container-section-testimonials {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    padding: 0 24px
}

.container-section-one-copy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px
}

.section-one-copy-left,
.section-one-copy-right {
    width: 45%
}

.section-one-img {
    margin-left: -60px
}

.container-section-two {
    padding: 100px 24px 50px
}

.container-section-two>h2 {
    margin-bottom: 20px
}

.container-copy-video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.container-fullwidth-background {
    background-color: #e6e6e6;
    /*margin:0 -50%;padding:0 50%*/
}

.container-highlight-copy {
    width: 40%;
    min-width: 40%
}

.container-highlight-copy a {
    color: #5bc096;
    font-weight: 500
}

.text-color-blue {
    color: #00bcfe
}

.text-color-red {
    color: #f37f64
}

.navbar-link a.active,
.text-color-green {
    color: #7ac735
}

.text-color-purple {
    color: #8170af
}

.container-highlight-img {
    width: 50%;
    object-fit: contain
}

.container-reverse {
    flex-direction: row-reverse
}

.container-section-four {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 80px 24px 10px;
    margin: 0 auto
}

.container-testimonial,
.testimonial-g2 {
    display: flex;
    margin-top: 50px;
    align-self: center
}

.img-section-four {
    /* object-fit: cover */
}

.container-highlight-copy-section-four {
    width: 45%;
    min-width: 45%;
    margin-right: 30px;
    padding-top: 20px;
}

.container-testimonial {
    flex-direction: row;
    justify-content: center
}

.testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px
}

.testimonial-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700
}

.testimonial-content p {
    max-width: 600px;
    padding-top: 10px;
    padding-bottom: 10px
}

.testimonial-content a {
    font-weight: 700;
    max-width: 350px;
    margin-top: 2.5rem;
}

.container-testimonial img {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px
}

.testimonial-g2 {
    flex-direction: column
}

.testimonial-g2-medals,
.testimonial-g2-stars {
    flex-direction: row;
    display: flex
}

.testimonial-g2-medals img {
    width: 80px;
    margin: 0 15px;
    height: auto
}

.testimonial-g2-stars {
    align-self: center;
    margin-top: 20px
}

.testimonial-g2-stars img {
    width: 200px;
    height: 37px;
    align-self: center;
    margin: 0 20px
}
.testimonial-demo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}
.testimonial-demo-button {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 12px 24px;
    box-shadow: 0 5px 15px 0 rgba(91, 192, 150, .7);
    background-color: #5bc096;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: normal
}

.container-section-cta-right,
.mobile-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.cta-highlight {
    text-align: center;
    width: 46%
}

.navbar,
.navbar-link a {
    font-weight: 700;
    text-transform: uppercase
}

.cta-highlight-content {
    text-align: start
}

.navbar-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
}

.navbar {
    display: flex;
    font-size: 14px;
    padding: 0
}

.navbar-logo {
    margin-left: 15px;
    align-self: center
}

.navbar-logo img {
    height: 35px;
    width: auto
}

.navbar-link {
    padding: 40px 10px
}

.navbar-link:last-child {
    padding-right: 0
}

.navbar-items {
    display: flex
}

.navbar-link a {
    color: #2d333a;
    padding: 10px 15px;
    border-radius: 0;
    border-width: 0
}

.navbar-link a:hover {
    color: #7ac735;
    transition: none
}

.button-primary-challenge,
.navbar-challenge a {
    background-color: #5bc096;
    -webkit-font-smoothing: antialiased;
    transition: background-color .3s ease-in-out;
    color: #fff
}

.navbar-link:last-child a:hover {
    color: #fff;
    background-color: #7ac735;
    transition: .5s ease-in-out
}

.navbar-items_right {
    margin-left: auto
}

.day-header p,
.heavy-content__image-mobile,
.navbar-challenge-mobile,
.navbar-toggle {
    display: none
}

.navbar-master-scheduler {
    margin: auto 3rem
}

.navbar-challenge a {
    padding: 10px 3rem;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0
}

.button-primary-challenge:hover,
.navbar-challenge a:hover {
    color: #fff;
    background-color: #2d9fa0;
    box-shadow: 0 5px 10px 0;
    transition: background-color .3s ease-in-out
}

.navbar-challenge-btn {
    padding: 10px 3rem
}

.button-primary-challenge {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    text-transform: capitalize;
    border: 0;
    border-radius: 20px;
    padding: 9px 12px;
    margin-top: 30px;
    box-shadow: 0 5px 15px 0 rgba(91, 192, 150, .7)
}

.button-primary-splash {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    transition: background-color .3s ease-in-out;
    color: #5bc096;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    text-transform: capitalize;
    border: 0;
    border-radius: 20px;
    padding: 9px 12px;
    margin-top: 30px;
    box-shadow: 0 5px 15px 0 rgba(91, 192, 150, .7)
}

.master-navbar .navbar-link a:hover {
    color: #000
}

.burgerbars-master span {
    background-color: #fff !important
}

.splashscreen-header__title h1 {
    font-size: 65px;
    line-height: 100px;
    color: #fff;
    max-width: 905px;
    margin: 5rem auto
}
.splashscreen-header__button a {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    /* text-transform: uppercase; */
    border: 1px solid #fff;
    border-radius: 50px
}

.splash-schedule-day-section {
    margin-top: 80px;
}
.schedule-wrapper {
    max-width: 1100px;
    margin: 0 auto
}
.schedule-wrapper02 {
    max-width: 900px;
    margin: 0 auto
}

.master-shedule-header,
.schedule-day-2-bg {
    margin-bottom: 5rem
}

.master-shedule-header__bg {
    background-image: url(../images/slices-04.png);
    height: 780px;
    width: 100.5%;
    background-position: center
}

.master-shedule-header__bg1 {
    background-image: url(../images/top-banner01.png);
    height: 700px;
    width: 100.5%;
    background-position: center
}

.master-shedule-header__title h1 {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    max-width: 650px;
    margin: 5rem auto
}

.master-shedule-header__button a {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    height: 80px;
    margin-left: auto;
    margin-right: 25%;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 50px
}

.initial-content,
.prerequisites-content, .splash-prerequisites-content {
    justify-content: space-between;
    display: flex
}

.master-shedule-header__button a:hover {
    background: rgba(255, 255, 255, .3)
}

.schedule-day-0-bg {
    background-image: url(../images/slices-03.png);
    height: 780px;
    width: 100%;
    background-position: right;
    background-size: 65%
}

.splash-top-bg {
    background-image: url(../images/top-banner02.png);
    height: 410px;
    width: 100.5%;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.prerequisites-content {
    align-items: end
}

.heavy-content__title h3,
.initial-content__title h3,
/* .prerequisites-content__title h3, */
.tweaks-content__title h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px
}
.heavy-content__title p,
.initial-content__title p {
    max-width: 480px;
    font-size: 22px;
    line-height: 35px;
    color: #707070
}
.tweaks-content__title p {
    max-width: 680px;
    font-size: 23px;
    line-height: 36px;
    color: #707070
}

.prerequisites-content__title h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    color: #025068;
}

.splash-content03-section02 {
    margin-left: 50px;
}
.splash-content03-section01 h3,
.splash-content03-section02 h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #025068;
    margin: 0px;
}
.splash-content03-section01 p {
    max-width: 480px;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
}
.splash-content03-section02 p {
    max-width: 680px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    /* color: #707070 */
}

.prerequisites-content__title p {
    max-width: 480px;
    font-size: 22px;
    line-height: 35px;
    color: #025068
}

.prerequisites-content__title-italic {
    padding-top: 0
}

.prerequisites-content__pointer, .prerequisites-content__pointer {
    max-width: 480px
}

.prerequisites-content__pointer li {
    padding: 5px 0;
    font-size: 22px;
    color: #707070
}

.splash-prerequisites-content__title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 0px;
    color: #025068;
    margin-bottom: 30px;
}
.splash-prerequisites-content__title h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 20px;
    color: #025068;
    margin-bottom: 10px;
}
.splash-prerequisites-content__title p {
    max-width: 480px;
    font-size: 17px;
    font-weight: 700;
    /* line-height: 30px; */
    line-height: normal;
    padding-top: 0;
    color: #025068
}
.splash-prerequisites-content__title-italic {
    padding-top: 0
}
.splash-prerequisites-content__pointer {
    padding-top: 50px;
}
.splash-prerequisites-content__pointer li {
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    color: #025068;
}

.divider-section {
    max-width: 450px;
    margin: 10rem auto
}

.divider-section p {
    color: #c8c8c8;
    text-align: center;
    font-size: 27px;
    line-height: 37px;
    letter-spacing: .5px
}

.splash-divider-section {
    max-width: 655px;
    margin: 50px auto;
}

.splash-divider-section p {
    color: #025068;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: .5px
}

.initial-content {
    align-items: end
}

.heavy-content__image,
.initial-content__image,
.splash-start-now-button,
.start-now-button {
    text-align: center
}

.initial-content__image img {
    width: 358px;
    height: 320px
}

.day-3,
.schedule-day-1-bg {
    margin-bottom: 8rem
}

.heavy-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.heavy-content__image img {
    width: 420px;
    height: 320px
}

.schedule-day-3-bg {
    background-image: url(../images/slices-01.png);
    height: 680px;
    width: 102%;
    background-position: top;
    background-size: cover
}

.tweaks-content {
    padding-top: 5rem
}

.start-now-section {
    background: #f3f3f4
}

.splash-start-now-section {
    background-image: url(../images/splash-footer01.png);
    background-repeat: round;
    width: 100.5%;
    /* background-position: center; */
    padding-block: 70px;
}

.master-scheduler-footer {
    background: #f3f3f4;
    margin-top: -1px
}

#burgerbars {
    width: 20px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#burgerbars span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #2d333a;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#burgerbars span:first-child {
    top: 0
}

#burgerbars span:nth-child(2),
#burgerbars span:nth-child(3) {
    top: 6px
}

#burgerbars span:nth-child(4) {
    top: 12px
}

#burgerbars.open span:first-child {
    top: 6px;
    width: 0;
    left: 50%
}

#burgerbars.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2d333a
}

#burgerbars.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2d333a
}

#burgerbars.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%
}

.challenge-header h1 {
    max-width: 600px
}

.challenge-section {
    margin: 6rem auto
}

.challenge-here-how,
.day-1,
.day-2 {
    margin-bottom: 2rem
}

.challenge-here-how p {
    font-size: 2rem;
    color: #cdcdcd
}

.challenge-description {
    max-width: 800px
}

.challenge-description p {
    font-size: 18px;
    line-height: 32px
}

.challenge-list li,
.orchestra-help p {
    font-size: 18px;
    line-height: 28px
}

.day-header h3 {
    color: #787878;
    font-size: 1.5rem;
    margin-bottom: .8rem
}

.day-1 p,
.day-2 p,
.day-3 p {
    margin-left: 5rem
}

.start-now-button a {
    font-weight: 900;
    font-size: 30px;
    padding: 1.8rem 5rem;
    border-radius: 50px;
    margin-bottom: 3rem
}
.start-now-button p {
    font-size: 1.3rem;
    letter-spacing: 2.5px;
    color: silver;
    margin-bottom: 5rem
}

.splash-start-now-button a {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 60px;
}
.splash-start-now-button p {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.splash-container {
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.orchestra-help {
    margin: 0 auto;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.orchestra-help-section a:hover {
    color: #4d4d4d
}

.orchestra-help-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 2.5rem 7rem;
    border-radius: 120px;
    border: 1px solid transparent
}

#footer .bigfoot-container,
.link-section {
    border-top: 1px solid #000
}

.orchestra-help-section:hover {
    border: 1px solid #4d4d4d;
    border-radius: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s ease-in-out
}

.orchestra-help i {
    font-size: 4.8rem;
    font-weight: 900;
    margin-left: 2rem;
    color: #5bc096
}

.footer-global {
    display: block;
    padding: 80px 20px
}

.bigfoot-container {
    display: flex;
    padding: 15px 0;
    font-size: 14px;
    background-color: #fff
}

.link-section {
    display: flex;
    margin: 0 25px;
    flex-wrap: wrap;
    color: #232c33;
    text-align: left;
    padding-top: 20px
}

@media screen and (min-width:1280px) {
    .link-section {
        width: 100%;
        margin: auto
    }
}

.link {
    width: 25%;
    min-content: 0;
    flex: 1 0 25%;
    text-align: center;
    margin-bottom: 10px
}

.link-section h2 {
    display: table;
    font-size: 20px;
    margin: 10px;
    padding: 0 1rem
}

.link-section ul {
    text-align: left;
    width: 95%;
    margin: 1rem 5px;
    list-style-type: none;
    padding: 0 0 0 30px
}

@media screen and (max-width:800px) {
    .link {
        width: 50%;
        flex: 1 0 50%;
        border-bottom: 1px solid #000
    }
}

@media screen and (max-width:500px) {
    .link {
        width: 100%;
        flex: 1 0 100%
    }
}

footer {
    display: flex;
    flex-direction: column
}

.footer-icons {
    display: inherit;
    justify-content: space-between;
    border-bottom: 1px solid #c3c5c6
}

.footer-apps,
.footer-social {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    align-items: center
}

.footer-legal {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 35px;
    color: #888b8d;
    font-size: 12px
}

p.footer-legal-copyright {
    color: inherit;
    font-size: inherit;
    padding-top: 0
}

.fa-heart-footer {
    font-size: inherit;
    padding: 0;
    color: #c72e2e
}

ul.footer-legal-links {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0
}

.footer-legal-links li {
    display: inline-block;
    padding-left: 20px;
    font-size: inherit
}

.footer-legal-links li a {
    font-size: inherit;
    color: inherit
}

.footer-icons a {
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin: 35px 10px
}

svg:hover {
    fill: red
}

.faqs-header_bg {
    background-image: url(../images/top-banner03.png);
    height: 145px;
    /* height: 700px; */
    width: 100.5%;
    background-position: center;
    display: flex;
    align-items: center;
}
.faqs-header-wrapper {
    width: 900px;
    margin: 0 auto;
}
.faqs-header_bg h1 {
    font-size: 30px;
    font-weight: 500;
    color: #FFF;
    margin: 0px;
    font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}
.faqs-wrapper {
    width: 1024px;
    margin: 0 auto;
}
.faqs-container {
    margin-top: 50px;
}
.faqs-accordion-container {
    background-color: #FFF;
    padding: 10px 20px;
    margin-bottom: 16px;
}
.accordion {
    background-color: #FFF;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
}
.accordion h3 {
    color: #4F4F4F;
    font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.accordion .arrow {
    display: inline-block;
    transition: transform 0.4s;
    margin-right: 14px;
    margin-top: 25px;
    transform: rotate(-90deg);
    color: #4F4F4F;
}
.accordion.active .arrow {
    transform: rotate(90deg);
}
.panel {
    padding: 0 18px;
    margin-left: 15px;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-bottom: 15px;
}
.panel p {
    color: #4F4F4F;
    font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 40;
    padding-top: 0;
}
.panel a {
    /* color: #4F4F4F; */
    font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}
.panel a:hover {
    color: #2d9fa0
}

@media only screen and (max-width:1024px) {
    .navbar {
        padding: 0 20px
    }

    .hero-container-left {
        max-width: 350px;
        margin-bottom: 40px
    }

    h1 {
        font-size: 48px;
        line-height: 48px
    }

    .hero-container-right {
        max-width: 50%
    }

    .hero-container-right img {
        max-width: 100%
    }

    .container-section-one-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0
    }

    .section-one-copy-right {
        margin-top: 20px
    }

    .section-one-img {
        margin-left: 0;
        max-width: 1024px;
        height: auto
    }

    .section-one-copy-left,
    .section-one-copy-right {
        width: auto
    }

    .button-container {
        margin-bottom: 30px
    }

    .container-section-four {
        flex-wrap: wrap
    }

    .container-highlight-copy-section-four {
        width: 100%
    }

    .footer-legal,
    .navbar,
    .navbar-items {
        flex-direction: column
    }

    .navbar-items {
        display: none;
        align-items: flex-start
    }

    .navbar-items_right .navbar-link {
        width: 100%;
        text-align: left;
        padding: 30px 0
    }

    .navbar-items_right {
        margin-left: 0
    }

    .navbar-toggle_show {
        display: flex
    }

    .navbar-toggle {
        display: flex;
        padding: 27px 0;
        cursor: pointer;
        visibility: visible
    }

    .navbar-link {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        text-transform: none
    }

    .navbar-link:last-child,
    .navbar-link:nth-child(4) {
        margin-left: initial
    }

    .navbar-link:last-child a {
        border: none
    }

    .navbar-link:last-child a:hover {
        color: #5bc096;
        background: 0 0
    }

    .navbar-link:last-child a:active {
        color: #419000;
        background: 0 0;
        border: none
    }

    .navbar-challenge {
        display: none
    }

    .navbar-challenge-mobile {
        display: block;
        text-align: center;
        margin-bottom: 1rem
    }

    .button-primary-challenge {
        margin-top: 10px
    }

    .challenge-section {
        margin: 1rem auto
    }

    .challenge-container {
        flex-direction: column;
        align-items: center;
        padding: 0 20px
    }

    .day-1 p,
    .day-2 p,
    .day-3 p {
        margin-left: 2rem
    }

    .orchestra-help-section {
        padding: 15px
    }

    .orchestra-help p {
        font-size: 15px;
        line-height: 25px;
        padding: 15px
    }

    .footer-icons,
    .footer-legal,
    footer {
        justify-content: center
    }

    .footer-legal-copyright {
        margin-bottom: 20px;
        display: flex;
        justify-content: center
    }

    ul.footer-legal-links {
        float: none;
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    .navbar-master-scheduler {
        margin: 0
    }

    .master-shedule-header {
        margin-bottom: 0
    }

    .master-shedule-header__bg, 
    .master-shedule-header__bg1 {
        height: 550px
    }

    .master-shedule-header__title h1 {
        font-size: 48px;
        margin: 2rem auto
    }

    .master-shedule-header__button a {
        margin: 0 auto
    }

    .schedule-day-0-bg, .splash-top-bg {
        background-size: cover;
        height: 100%
    }

    .heavy-content {
        align-items: flex-end
    }

    .initial-content__image img {
        width: 336px;
        height: 300px
    }

    .schedule-day-1-bg {
        margin-bottom: 3rem
    }

    .heavy-content__image img {
        width: 360px;
        height: 280px
    }

    .prerequisites-content__pointer {
        max-width: 380px
    }

    .start-now-section {
        padding-top: 2rem
    }

    .splashscreen-header__title h1 {
        font-size: 50px;
        line-height: 80px;
        text-align: center;
    }
    .splashscreen-header__button a {
        font-size: 24px;
        height: 60px;
        max-width: 200px;
    }
    .splash-top-bg {
        padding: 10px 20px 40px 20px;
    }
    .schedule-day-3-section {
        margin-bottom: 90px;
    }
    
    .faqs-header-wrapper,
    .faqs-wrapper {
        max-width: 750px;
    }
}

@media screen and (max-width:768px) {
    .hero-container-left {
        max-width: 270px
    }

    h1 {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 10px
    }

    .hero-container-bullets li {
        font-size: 15px;
        margin-bottom: 5px
    }

    .hero-container-right {
        max-width: 50%
    }

    .hero-container-right img {
        max-width: 100%
    }

    .container-highlight-copy {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 50px
    }

    .container-highlight-img {
        width: 100%
    }

    .navbar-challenge {
        display: none
    }

    .navbar-challenge-mobile {
        display: block;
        text-align: center
    }

    .button-primary-challenge {
        margin-top: 10px
    }

    .initial-content__image img {
        width: 313px;
        height: 280px
    }

    .heavy-content__image-mobile img {
        width: 310px;
        height: 238px
    }

    .master-shedule-header__title h1 {
        font-size: 38px;
        margin: 2rem auto
    }

    .splashscreen-header__title h1 {
        font-size: 40px;
        margin: 4rem auto;
    }

    .faqs-header-wrapper,
    .faqs-wrapper {
        max-width: 590px;
    }
}

@media screen and (max-width:600px) {
    .hero-container {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        padding: 15px
    }

    h1 {
        margin-top: 0
    }

    .hero-container-left {
        max-width: 350px !important;
        margin-bottom: 0;
        padding: 15px
    }

    .hero-container-right {
        max-width: 95vw;
        margin-top: 30px
    }

    h2 {
        font-size: 25px;
        padding: 0;
        margin: 20px 0
    }

    h4 {
        margin-top: 10px
    }

    .subtitle {
        padding: 0 10%
    }

    .navbar-toggle {
        visibility: visible
    }

    .navbar-link a {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize
    }

    .navbar-items_right .navbar-link {
        padding: 15px 0
    }

    .challenge-section {
        margin: 1rem auto
    }

    .container-testimonial {
        flex-direction: column;
        padding: 15px
    }

    .testimonial-profile {
        flex-direction: row;
        margin-bottom: 20px
    }

    .testimonial-profile p {
        margin-left: 20px
    }

    .testimonial-g2-medals img {
        width: 60px;
        margin: 0 10px;
        height: auto
    }

    .testimonial-g2-stars {
        flex-direction: column;
        align-items: center
    }

    .footer-icons {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .footer-apps,
    .footer-social {
        justify-content: center
    }

    .footer-legal-copyright {
        display: block;
        margin: 0 auto 20px;
        text-align: center
    }

    .footer-legal-madein,
    .heavy-content,
    .initial-content,
    .prerequisites-content, .splash-prerequisites-content {
        display: block
    }

    ul.footer-legal-links {
        display: block;
        text-align: center
    }

    .footer-legal-links li {
        display: block;
        padding: 0
    }

    .master-shedule-header__title h1 {
        font-size: 35px;
        line-height: 40px
    }

    .master-shedule-header__button a {
        font-size: 25px
    }

    .master-shedule-header__bg, 
    .master-shedule-header__bg1 {
        height: 550px
    }

    .start-now-button, .splash-start-now-button a {
        padding: 1.5rem 3.5rem
    }

    .heavy-content__image {
        display: none
    }

    .heavy-content__image-mobile {
        display: block
    }

    .splashscreen-header__title h1 {
        line-height: 60px;
    }
    .splash-prerequisites-content__title {
        margin-left: 40px;
    }
    .splash-prerequisites-content__pointer {
        padding-top: 10px;
    }
    .splash-divider-section {
        font-size: 32px;
        padding-inline: 20px;
    }
    .splash-schedule-day-section {
        padding-inline: 40px;
    }
    .splash-content03-section01 {
        padding-bottom: 40px;
    }
    .splash-content03-section02 {
        padding-bottom: 40px;
        margin-left: 0px;
    }
    .splash-content03-section01 h3, .splash-content03-section02 h3 {
        font-size: 32px;
    }
    .splash-content03-section01 p {
        font-size: 16px;
    }
    .initial-content__image img {
        height: 186px;
        width: 194px;
    }
    .heavy-content__image-mobile {
        text-align: center;
    }
    .heavy-content__image-mobile img {
        width: 212px;
        height: 177px;
    }
    .schedule-day-3-section {
        padding-inline: 40px;
        margin-bottom: 70px;
    }
    .splash-day3-img {
        height: 196px;
        width: 221px;
    }
    .splash-start-now-button a {
        font-size: 22px;
        height: 60px;
    }
    .splash-start-now-button p {
        line-height: 45px;
    }

    .faqs-header-wrapper,
    .faqs-wrapper {
        max-width: 400px;
    }
}

@media screen and (max-width:414px) {
    .section-btf-keyhighlights-container {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px
    }

    .section-btf-keyhighlight {
        margin: 15px 24px;
        max-width: 50%
    }
    .splash-prerequisites-content__title h3 {
        font-size: 30px;
    }
    .splash-prerequisites-content__title h4 {
        font-size: 22px;
    }
    .splash-prerequisites-content__title p {
        font-size: 16px;
    }
    .splash-prerequisites-content__pointer li {
        font-size: 16px;
    }

    .faqs-header-wrapper,
    .faqs-wrapper {
        max-width: 350px;
    }

}

@media screen and (max-width:360px) {
    .start-now-section {
        padding-top: 8rem
    }
    .splashscreen-header__title h1 {
        font-size: 35px;
    }
}

@media screen and (max-width:320px) {
    .start-now-section {
        padding-top: 12rem
    }
}

.carousel-cell {
    width: 100%
}

.margin-bottom {
    margin-bottom: 0 !important
}

.max-width-50 {
    max-width: 50%
}

.max-width-40 {
    max-width: 40%
}