*
{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
img  
{
    width:auto;
    max-width: 100%;
}
@font-face { 
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.ttf');
    src: url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.eot'), url('../fonts/fontawesome-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'Gotham_Regular';
    src: url('../fonts/Gotham_Regular.ttf');
    src: url('../fonts/Gotham_Regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Gotham_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham_Medium';
    src: url('../fonts/Gotham_Medium.ttf');
    src: url('../fonts/Gotham_Medium.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Gotham_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham_Book';
    src: url('../fonts/Gotham_Book.ttf');
    src: url('../fonts/Gotham_Book.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Gotham_Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham_Bold';
    src: url('../fonts/Gotham_Bold.ttf');
    src: url('../fonts/Gotham_Bold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Gotham_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Veneer';
    src: url('../fonts/Veneer.ttf');
    src: url('../fonts/Veneer.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Veneer.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Hyperwave';
    src: url('../fonts/Hyperwave.ttf');
    src: url('../fonts/Hyperwave.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Hyperwave.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body
{
    
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
    color: #333333;
}
/*h1 {
    font-size: 42px;
    font-family: "Poppins", sans-serif;
}
h2 {
    font-size: 34px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
h3 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
}
h4 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}
h5 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}
h6 {
    font-size: 19px;
    font-family: "Poppins", sans-serif;
}*/
p
{
    font-family: 'Gotham_Book';
    font-size: 19px;
    color: #000000;
    line-height: 1.6;
}


.bottom-to-top  a{
    background: #A3D547;
    display: block;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.bottom-to-top  a:hover{
    background:#000;
}
.bottom-to-top a i {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
   
}
.bottom-to-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 44px;
    height: auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    z-index: 9999;
}
.bottom-to-top.show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


#scrollbutton {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    transition: all .2s linear;
}
#scrollbutton.show {
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: all .2s linear;
}
#scrollbutton div {
    background: #bc1f26;
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
    padding: 10px 14px;
    overflow: hidden;
    border-radius: 6px;
    font-size: 26px;
    transition: All 1s ease;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
#scrollbutton div:hover {
    background: #eedbfd;
    color: #333;
}
.main_menu-fixed-
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    -webkit-transform-origin: top; 
    transform-origin: top; 
    -webkit-animation: navtrans 0.3s ease-in;
    animation: navtrans 0.3s ease-in; 
    -webkit-transition: all 0.2s linear; 
    transition: all 0.2s linear; 
}
@-webkit-keyframes navtrans
{
    0%{-webkit-transform: translateY(-100%);}
    100%{-webkit-transform: translateY(0%);}
}
@keyframes navtrans
{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0%);}
}

.wrapper
{
    max-width: 1250px;
	margin:auto;
	padding: 0px 0px;
} 
.wrapper_small
{
    max-width: 1540px;
    margin:auto;
    padding: 0px 120px;
}



/* style started */

.header
{
    width: 100%;
    height: auto;
    background-repeat: repeat;
    position: relative;
    background-size: cover;
    background-position: bottom;
    padding-top: 0px;
    background-color: #1C222A;
}
.header_main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 119px;
}
.header_main_l
{

}
.header_main_l a
{
    display: block;
}
.header_main_l a img
{
    height: auto;
    width: auto;
    padding-top: 0px;
    display: block;
}
.header-cta
{
    height: 91px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 440px;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    font-family: 'Gotham_Medium';
    font-weight: normal;
    background-image: url(../images/h-i_0.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header-cta img.h-i_1
{
    margin-right: 15px;
}
.header-cta img.h-i_2
{
    margin-left: 7px;
}
.header-cta:hover
{
    background-image: url(../images/h-i_0-h.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.banner
{
    width: 100%;
    height: auto;
    position: relative;
}
.banner img 
{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}
.movement_sec
{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}
.movement_sec_inner
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}
.movement_sec_inner_l
{
    flex: 1;
}
.movement_sec_inner_r
{
    flex: 1;
}
.movement_sec_inner_l img 
{
    border-radius: 40px;
}
.movement_sec_inner_r h2
{
    font-size: 67px;
    font-family: 'Veneer';
    text-transform: uppercase;
    color: #1E1E1E;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}
.movement_sec_inner_r h3
{
    font-family: 'Hyperwave';
    font-weight: normal;
    font-size: 107px;
    color: #7900A8;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.movement_sec_inner_r h6
{
    color: #000000;
    font-family: 'Gotham_Bold';
    font-size: 25px;
    margin-bottom: 15px;   
}
.movement_sec_inner_r p
{
    font-family: 'Gotham_Book';
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    padding-bottom: 10px;
}
.stepfive_sec
{
    width: 100%;
    height: auto;
    padding-bottom: 85px;
}
.stepfive_sec_inner
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.stepfive_sec_b
{
    flex: 1;
    text-align: center;
}
.stepfive_sec_b figure img 
{
    display: block;
    margin: auto;
}
.stepfive_sec_b figure
{
    margin-bottom: 20px;
}
.stepfive_sec_b p
{
    font-family: 'Gotham_Medium';
    font-size: 24px;
    font-weight: normal;
    line-height: initial;
}
.btn_center
{
    width: 100%;
    height: auto;
    text-align: center;
}
.btn_pink
{
    height: 57px;
    min-width: 384px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #E93BAE;
    text-decoration: none;
    font-family: 'Gotham_Medium';
    font-size: 18px;
    font-weight: normal;
}
.btn_pink:hover
{
    background: #7900A8;
    color: #fff;
}
.video_sec
{
    width: 100%;
    height: auto;
}
.video_sec_inn
{
    width: 100%;
    height: auto;
}
.video_sec_inn h2
{
    text-align: center;
    font-family: 'Veneer';
    font-weight: normal;
    font-size: 100px;
    line-height: 55px;
    color: #1E1E1E;
}
.video_sec_inn h2 span
{
    font-weight: normal;
    font-family: 'Hyperwave';
    color: #7900A8;
    font-size: 125px;
    text-transform: uppercase;
}
.video_play
{
    width: 100%;
    height: auto;
    border-radius: 40px;
    position: relative;
}
.video_play a img 
{
    width: 100%;
    height: auto;
    border-radius: 40px;
    display: block;
}
.video_play a:before
{
    content: '';
    background-image: url('../images/video-play.svg');
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}
.empowerd_sec
{
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.empowerd_sec_in
{
    width: 100%;
    height: auto;
}
.empowerd_sec_in h2
{
    text-align: center;
    font-family: 'Veneer';
    font-weight: normal;
    color: #1E1E1E;
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 32px;
}
.empowerd_sec_in h3
{
    text-align: center;
    font-family: 'Hyperwave';
    color: #7900A8;
    font-weight: normal;
    font-size: 90px;
    line-height: 35px;
    margin-top: 0;
}
.empowerd_sec_quotes
{
    width: 100%;
    height: auto;
    gap:40px;
    display: flex;
    flex-wrap: wrap;
}
.empowerd_sec_quotes_l
{
    flex: 1;
    background-color: #1C222A;
    min-height: 401px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}
.empowerd_sec_quotes_l:first-child
{
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
.empowerd_sec_quotes_l:last-child
{
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
.empowerd_sec_quotes_l p 
{
    font-family: 'Gotham_Book';
    color: #fff;
    font-style: italic;
    min-height: 192px;
    font-size: 20px;
}
.empowerd_sec_quotes_l h6
{
    font-family: 'Gotham_Bold';
    font-weight: normal;
    color: #E93BAE;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
}
.empowerd_sec_quotes
{
    position: relative;
    margin-top: 90px;
}
.empowerd_sec_quotes:before
{
    content: '';
    background-image: url('../images/quotes.png');
    width: 182px;
    height: 182px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -90px;
}
.self_sec
{
    width: 100%;
    height: 606px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.self_sec_in
{
    width: 100%;
    height: 606px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.self_sec_in_l
{
    flex: 1;
}
.self_sec_in_l h2 
{
    color: #fff;
    font-size: 55px;
    font-family: 'Veneer';
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 22px;
    padding-left: 30px;
}
.self_sec_in_l h3
{
    font-family: 'Hyperwave';
    color: #fff;
    font-weight: normal;
    font-size: 76px;
    line-height: 35px;
    padding-left: 30px;
}
.self_sec_in_l p 
{
    color: #fff;
    font-family: 'Gotham_Book';
    font-size: 19px;
    padding-bottom: 25px;
    padding-left: 10px;
}

.self_sec_in_l .btn_pink {
    height: 57px;
    min-width: 350px;
    margin-left: 10px;
}
.footer
{
    width: 100%;
    height: auto;
    padding-top: 70px;
    background-color: #1C222A;
    padding-bottom: 40px;
}
.footer_in
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer_in_l
{
    width: 33.33%;
}
.footer_in_c
{
    width: 33.33%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 28px;
}
.footer_in_r
{
   width: 33.33%;
   padding-top: 28px;
}

.footer_in_c ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 3px 0px;
    padding-bottom:30px;
}
.footer_in_c ul li
{
    
}
.footer_in_c ul li a
{
    color: #fff;
    font-family: 'Gotham_Book';
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    line-height: 32px;
}
.footer_in_c ul li a:hover
{
    color: #f91f97;
}
.social_footer {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.social_footer p
{
    color: #fff;
    font-family: 'Gotham_Book';
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    flex:1;
}
.social_footer p a
{
    color: #fff;
    font-family: 'Gotham_Book';
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.social_footer p a:hover
{
    color: #e93bae;
}
.footer_in h2 {
    margin: 0;
    color: #fff;
    font-family: 'Gotham_Medium';
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom:23px;
}
.social_footer
{
    position: relative;
}
.social_footer figure
{
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 4px;
}
.footer_copy
{
    width: 100%;
    height: 82px;
    background-color: #7900A8;
}
.footer_copy_in
{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    text-align: center;
    position: relative;
}
.footer_copy_in_l ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.footer_copy_in_l ul li 
{

}
.footer_copy_in_l ul li a:hover img
{
    opacity: 0.8
}
.footer_copy_in_r p
{
    color: #fff;
    font-family: 'Gotham_Book';
    font-size: 18px;
}
.footer_copy_in_l {
    position: absolute;
    left: 0px;
}

@media screen and (min-width:1600px)
{
    .wrapper {
    max-width: 1440px;
    margin: auto;
    padding: 0px 0px;
}
    .header-cta {
    font-size: 25px;
}
.movement_sec_inner_r h2 {
    font-size: 60px;
    margin-bottom: 10px;
}
.movement_sec_inner_r h3 {
    font-size: 93px;
    line-height: 33px;
}
.movement_sec_inner_r h6 {
    font-size: 26px;
}
.stepfive_sec_b p {
    font-size: 25px;
}
.stepfive_sec_b figure {
    margin-bottom: 23px;
}
.video_sec_inn h2 span {
    font-size: 135px;
}
.video_sec_inn h2 {
    font-size: 110px;
}
.empowerd_sec_in h2 {
    font-size: 90px;
    margin-bottom: 40px;
}
.empowerd_sec_in h3 {
    font-size: 100px;
    line-height: 35px;
    margin-top: 0;
}
.empowerd_sec_quotes_l p {
    min-height: 212px;
    font-size: 22px;
}
.empowerd_sec_quotes_l h6 {
    font-size: 28px;
    line-height: 1;
    margin-top: 20px;
}
.self_sec_in_l h2 {
    font-size: 65px;
}
.self_sec_in_l h3 {
    font-size: 86px;
    line-height: 35px;
    padding-left: 30px;
}
.footer_in_c ul li a {
    font-size: 20px;
    line-height: 35px;
}
.social_footer p {
    font-size: 20px;  
}
.social_footer figure {
    position: relative;
    top: 6px;
}
.footer_copy_in_r p {
    font-size: 20px;
}

}

@media screen and (max-width:1250px)
{
    .wrapper {
    max-width: 100%;
    margin: auto;
    padding: 0px 30px;
}
}

@media screen and (max-width:1100px)
{
    .footer_in_c {
    padding-left: 50px;
    padding-right: 50px;
}
}

@media screen and (max-width: 1024px)
{
    .header_main_r {
    flex: 1;
    padding-left: 30px;
    display: flex;
    justify-content: end;
}
.header_main_l {
    flex: 1;
}
.header-cta
{
    min-width: 360px;
    font-size: 18px;
    background-position: center;
}

}

@media screen and (max-width:900px)
{
    .movement_sec_inner {
    width: 100%;
    gap: 50px;
    flex-direction: column;
}
.movement_sec_inner_r {
    flex: 1;
    text-align: center;
}
.stepfive_sec_inner {
    width: 100%;
    gap: 30px 0px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.stepfive_sec_b {
    flex: initial;
    text-align: center;
    width: 33.33%;
}
.stepfive_sec .wrapper
{
    display: flex;
    flex-direction: column-reverse;
    gap: 70px 0px;
    flex-wrap: wrap;
}
.video_sec_inn h2 {
    line-height: 90px;
    color: #1E1E1E;
}
.self_sec {
    width: 100%;
    height: 984px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: none !important;
}
img.self-bg-mobile
{
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    object-fit: cover;
    object-position: top;
}
.self_sec_in {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    position: absolute;
    left: 0;
    flex-direction: column;
    right: 0;
    bottom: 100px;
    text-align: center;
    max-width: 470px;
    margin: auto;
}
.footer_in {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer_in_l {
    width: 100%;
    text-align: center;
}
.footer_in_c {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 100%;
}
.footer_in_r {
    width: 100%;
    padding-top: 28px;
    text-align: center;
}
.social_footer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.social_footer figure {
    width: 30px;
    display: flex;
    position: relative;
    top: 4px;
}
.footer_copy_in_r p {
    max-width: 400px;
}


}

@media screen and (max-width:767px)
{
    .header_main_r {
    flex: initial;
    padding-left: 0;
    display: flex;
    justify-content: end;
    width: auto;
}
    .header-cta img.h-i_1 {
    margin-right: 7px;
    height: 19px;
}
.header-cta img.h-i_2 {
    margin-left: 5px;
    height: 8.99px;
}
    .header_main {
    height: 73px;
}
.header-cta {
    height: 59px;
    min-width: 210px;
    font-size: 12px;
    transform: scale(0.9);
    transform-origin: right center;
}
.header_main_l a img {
    height: 61px;
    width: auto;
    padding-top: 0px;
    display: block;
    object-fit: contain;
}
.wrapper {
    max-width: 100%;
    margin: auto;
    padding: 0px 20px;
}
img.banner_des {
    display: none;
}
img.banner_mob {
    display: block !important;
}
.movement_sec_inner_r h2 {
    font-size: 48px;
}
.movement_sec_inner_r h3 {
    font-size: 73px;
}
.movement_sec_inner_r h6 {
    font-size: 20px;
    margin-bottom: 15px;
}
.movement_sec_inner_r h6 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.movement_sec_inner_r p {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 15px;
}
.btn_pink {
    height: 57px;
    min-width: 256px;
    font-size: 18px;
    font-weight: normal;
    max-width: 256px;
}
.movement_sec {
    padding-bottom: 25px;
}
.stepfive_sec_b {
        flex: initial;
        text-align: center;
        width: 100%;
    }
.stepfive_sec_b p {
    font-size: 30px;
}
.stepfive_sec_b p br{
   display: none;
}
.video_sec .wrapper
{
    padding: 0px;
}
.video_sec_inn h2 {
    padding-left: 20px;
    padding-right: 20px;
}
.video_play {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
}
.video_play a img {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
}
img.video_des {
    display: none !important;
}
.video_play a img.video_mob
{
    display: block !important;
}
.video_play a:before {
    content: '';
    width: 69px;
    height: 69px;
}
.empowerd_sec_in h2 {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 25px;
}
.empowerd_sec_in h3 {
    font-size: 67px;
    line-height: 35px;
    margin-top: 0;
}
.empowerd_sec_quotes:before {
    content: '';
    width: 145px;
    height: 145px;
    top: -72.5px;
    background-size: contain;
    background-position: center;
}
.empowerd_sec_quotes_l p {
    min-height: initial;
    font-size: 18px;
}
.empowerd_sec_quotes_l h6 {
    font-size: 22px;
    line-height: 1;
    margin-top: 15px;
}
.self_sec_in_l h2 {
    font-size: 48px;
    padding-left: 20px;
    padding-right: 20px;
}
.self_sec_in_l h3 {
    font-size: 60px;
    line-height: 35px;
    padding-left: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.self_sec_in_l p {   
    font-size: 19px;
    padding-left: 0px;
}
.self_sec_in_l .btn_pink {
    height: 57px;
    min-width: 355px;
    margin-left: 0px;
    padding: 0px 20px;
}
.footer_in h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.social_footer1 p {
    max-width: 200px;
    display: block;
}
.footer_copy_in {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    text-align: center;
    position: relative;
    flex-direction: row-reverse;
}
    .footer_copy_in_r p {
        max-width: 400px;
        text-align: left;
        font-size: 16px;
    }
    .footer_copy_in_l ul li a img 
    {
        width: 39px;
        height: 39px;
    }
    .footer_copy_in_l ul li a 
    {
        display: inline-block;
    }

.footer_copy_in_l {
    position: static;
    left: 0px;
}
.footer_copy_in_l {
    position: static;
    left: 0px;
    width: 150px;
}

}


@media screen and (max-width:400px)
{
        .wrapper {
        max-width: 100%;
        margin: auto;
        padding: 0px 15px;
    }
    .header_main_l a img {
        height: 48px;
        width: auto;
    }
    .movement_sec {
    width: 100%;
    padding-top: 50px;
}
.movement_sec_inner {
        width: 100%;
        gap: 40px;
        flex-direction: column;
    }
        .movement_sec_inner_r h2 {
        font-size: 40px;
        margin-bottom: 0px;
    }
        .movement_sec_inner_r h3 {
        font-size: 67px;
        margin-top: 22px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .stepfive_sec_b p {
        font-size: 26px;
    }
    .video_sec_inn h2 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 85px;
        line-height: 70px;
        margin-bottom: 0;
    }
    .video_sec_inn h2 span {
    font-size: 100px;
    text-transform: uppercase;
}
.empowerd_sec {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
    .empowerd_sec_in h2 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 15px;
    }
.empowerd_sec_in h3 {
        font-size: 56px;
        line-height: 35px;
        margin-top: 0;
    }
    .self_sec_in_l h2 {
        font-size: 42px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 18px;
    }
.self_sec_in_l h3 {
        font-size: 55px;
        line-height: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .self_sec_in_l p {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .self_sec_in_l .btn_pink {
        min-width: 275px;
    }
.self_sec_in {
        width: 100%;
        bottom: 50px;
    }
    .footer {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.footer_copy_in_r {
    flex: 1;
}
.footer_copy_in_l {
        position: static;
        left: 0px;
        width: 125px;
        padding-left: 20px;
    }
    .footer_copy {
    width: 100%;
    min-height: 82px;
    padding: 10px 0px;
    height: auto;
}
    .self_sec {
        width: 100%;
        height: 745px;
    }

}

@media screen and (max-width: 368px)
{
        .header-cta {
        transform: scale(0.8);
        transform-origin: right center;
    }
        .header_main_r {
        width: 180px;
    }
}

/* Make Vimeo/Fancybox video fill available screen width */
.fancybox-slide--video {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fancybox-slide--video .fancybox-content {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 56.25vw !important;
    max-height: 100vh !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.fancybox-slide--video .fancybox-video,
.fancybox-slide--video iframe {
    width: 100% !important;
    height: 100% !important;
}

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

    .fancybox-slide--video {
        padding: 0 !important;
    }

    .fancybox-slide--video .fancybox-content {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 56.25vw !important;
    }

}