<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);






/* Global Color Variable */ 





/* Global Fonts Variable */



/* Header */












/* Typography Style Variables */



 











 














/* Button Style Variables */

/** Button Style 1 **/








/** Button Style 2 **/









/* Form Style Variables */





/* Macro Start */
/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box ShadowÂ&nbsp; 
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */


.text-13 { font-size: 13px; }












.d-block {
    display:block;
}

.d-inline-block {
    display:inline-block;
}

.d-flex {
    display:flex;
}

.d-inline-flex {
    display:inline-flex;
}

.d-none {
    display:none;
}



.align-center {
    align-items:center;
}

.align-flex-start {
    align-items:flex-start;
}

.align-flex-end {
    align-items:flex-end;
}

.align-normal {
    align-items:normal;
}



.justify-center {
    justify-content:center;
}

.justify-flex-end {
    justify-content:flex-end;
}

.justify-flex-start {
    justify-content:flex-start;
}

.justify-space-around {
    justify-content:space-around;
}

.justify-space-between {
    justify-content:space-between;
}



.text-left {
    text-align:left;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}



.direction-column {
    flex-direction:column;
}

.direction-column-reverse {
    flex-direction:column-reverse;
}

.direction-row {
    flex-direction:row;
}

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




.p--0 { padding:0px !important; }
.p-0 { padding:0px; }
.pt-0 { padding-top:0px; }
.pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; }
.pr-0 { padding-right:0px; }

.m-0 {  margin:0px; }
.mt-0 { margin-top:0px; }
.mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; }
.mr-0 { margin-right:0px; }

.mt--0 { margin-top:-0px; }
.mb--0 { margin-bottom:-0px; }




.max--0 { max-width:0%; }
.mt---0 { margin-top:-0%; }
.mb---0 { margin-bottom:-0%; }




.p--5 { padding:5px !important; }
.p-5 { padding:5px; }
.pt-5 { padding-top:5px; }
.pb-5 { padding-bottom:5px; }
.pl-5 { padding-left:5px; }
.pr-5 { padding-right:5px; }

.m-5 {  margin:5px; }
.mt-5 { margin-top:5px; }
.mb-5 { margin-bottom:5px; }
.ml-5 { margin-left:5px; }
.mr-5 { margin-right:5px; }

.mt--5 { margin-top:-5px; }
.mb--5 { margin-bottom:-5px; }




.max--5 { max-width:5%; }
.mt---5 { margin-top:-5%; }
.mb---5 { margin-bottom:-5%; }




.p--10 { padding:10px !important; }
.p-10 { padding:10px; }
.pt-10 { padding-top:10px; }
.pb-10 { padding-bottom:10px; }
.pl-10 { padding-left:10px; }
.pr-10 { padding-right:10px; }

.m-10 {  margin:10px; }
.mt-10 { margin-top:10px; }
.mb-10 { margin-bottom:10px; }
.ml-10 { margin-left:10px; }
.mr-10 { margin-right:10px; }

.mt--10 { margin-top:-10px; }
.mb--10 { margin-bottom:-10px; }




.max--10 { max-width:10%; }
.mt---10 { margin-top:-10%; }
.mb---10 { margin-bottom:-10%; }




.p--15 { padding:15px !important; }
.p-15 { padding:15px; }
.pt-15 { padding-top:15px; }
.pb-15 { padding-bottom:15px; }
.pl-15 { padding-left:15px; }
.pr-15 { padding-right:15px; }

.m-15 {  margin:15px; }
.mt-15 { margin-top:15px; }
.mb-15 { margin-bottom:15px; }
.ml-15 { margin-left:15px; }
.mr-15 { margin-right:15px; }

.mt--15 { margin-top:-15px; }
.mb--15 { margin-bottom:-15px; }




.max--15 { max-width:15%; }
.mt---15 { margin-top:-15%; }
.mb---15 { margin-bottom:-15%; }




.p--20 { padding:20px !important; }
.p-20 { padding:20px; }
.pt-20 { padding-top:20px; }
.pb-20 { padding-bottom:20px; }
.pl-20 { padding-left:20px; }
.pr-20 { padding-right:20px; }

.m-20 {  margin:20px; }
.mt-20 { margin-top:20px; }
.mb-20 { margin-bottom:20px; }
.ml-20 { margin-left:20px; }
.mr-20 { margin-right:20px; }

.mt--20 { margin-top:-20px; }
.mb--20 { margin-bottom:-20px; }




.max--20 { max-width:20%; }
.mt---20 { margin-top:-20%; }
.mb---20 { margin-bottom:-20%; }




.p--25 { padding:25px !important; }
.p-25 { padding:25px; }
.pt-25 { padding-top:25px; }
.pb-25 { padding-bottom:25px; }
.pl-25 { padding-left:25px; }
.pr-25 { padding-right:25px; }

.m-25 {  margin:25px; }
.mt-25 { margin-top:25px; }
.mb-25 { margin-bottom:25px; }
.ml-25 { margin-left:25px; }
.mr-25 { margin-right:25px; }

.mt--25 { margin-top:-25px; }
.mb--25 { margin-bottom:-25px; }




.max--25 { max-width:25%; }
.mt---25 { margin-top:-25%; }
.mb---25 { margin-bottom:-25%; }




.p--30 { padding:30px !important; }
.p-30 { padding:30px; }
.pt-30 { padding-top:30px; }
.pb-30 { padding-bottom:30px; }
.pl-30 { padding-left:30px; }
.pr-30 { padding-right:30px; }

.m-30 {  margin:30px; }
.mt-30 { margin-top:30px; }
.mb-30 { margin-bottom:30px; }
.ml-30 { margin-left:30px; }
.mr-30 { margin-right:30px; }

.mt--30 { margin-top:-30px; }
.mb--30 { margin-bottom:-30px; }




.max--30 { max-width:30%; }
.mt---30 { margin-top:-30%; }
.mb---30 { margin-bottom:-30%; }




.p--35 { padding:35px !important; }
.p-35 { padding:35px; }
.pt-35 { padding-top:35px; }
.pb-35 { padding-bottom:35px; }
.pl-35 { padding-left:35px; }
.pr-35 { padding-right:35px; }

.m-35 {  margin:35px; }
.mt-35 { margin-top:35px; }
.mb-35 { margin-bottom:35px; }
.ml-35 { margin-left:35px; }
.mr-35 { margin-right:35px; }

.mt--35 { margin-top:-35px; }
.mb--35 { margin-bottom:-35px; }




.max--35 { max-width:35%; }
.mt---35 { margin-top:-35%; }
.mb---35 { margin-bottom:-35%; }




.p--40 { padding:40px !important; }
.p-40 { padding:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.pl-40 { padding-left:40px; }
.pr-40 { padding-right:40px; }

.m-40 {  margin:40px; }
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.ml-40 { margin-left:40px; }
.mr-40 { margin-right:40px; }

.mt--40 { margin-top:-40px; }
.mb--40 { margin-bottom:-40px; }




.max--40 { max-width:40%; }
.mt---40 { margin-top:-40%; }
.mb---40 { margin-bottom:-40%; }




.p--45 { padding:45px !important; }
.p-45 { padding:45px; }
.pt-45 { padding-top:45px; }
.pb-45 { padding-bottom:45px; }
.pl-45 { padding-left:45px; }
.pr-45 { padding-right:45px; }

.m-45 {  margin:45px; }
.mt-45 { margin-top:45px; }
.mb-45 { margin-bottom:45px; }
.ml-45 { margin-left:45px; }
.mr-45 { margin-right:45px; }

.mt--45 { margin-top:-45px; }
.mb--45 { margin-bottom:-45px; }




.max--45 { max-width:45%; }
.mt---45 { margin-top:-45%; }
.mb---45 { margin-bottom:-45%; }




.p--50 { padding:50px !important; }
.p-50 { padding:50px; }
.pt-50 { padding-top:50px; }
.pb-50 { padding-bottom:50px; }
.pl-50 { padding-left:50px; }
.pr-50 { padding-right:50px; }

.m-50 {  margin:50px; }
.mt-50 { margin-top:50px; }
.mb-50 { margin-bottom:50px; }
.ml-50 { margin-left:50px; }
.mr-50 { margin-right:50px; }

.mt--50 { margin-top:-50px; }
.mb--50 { margin-bottom:-50px; }




.max--50 { max-width:50%; }
.mt---50 { margin-top:-50%; }
.mb---50 { margin-bottom:-50%; }




.p--55 { padding:55px !important; }
.p-55 { padding:55px; }
.pt-55 { padding-top:55px; }
.pb-55 { padding-bottom:55px; }
.pl-55 { padding-left:55px; }
.pr-55 { padding-right:55px; }

.m-55 {  margin:55px; }
.mt-55 { margin-top:55px; }
.mb-55 { margin-bottom:55px; }
.ml-55 { margin-left:55px; }
.mr-55 { margin-right:55px; }

.mt--55 { margin-top:-55px; }
.mb--55 { margin-bottom:-55px; }




.max--55 { max-width:55%; }
.mt---55 { margin-top:-55%; }
.mb---55 { margin-bottom:-55%; }




.p--60 { padding:60px !important; }
.p-60 { padding:60px; }
.pt-60 { padding-top:60px; }
.pb-60 { padding-bottom:60px; }
.pl-60 { padding-left:60px; }
.pr-60 { padding-right:60px; }

.m-60 {  margin:60px; }
.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.ml-60 { margin-left:60px; }
.mr-60 { margin-right:60px; }

.mt--60 { margin-top:-60px; }
.mb--60 { margin-bottom:-60px; }




.max--60 { max-width:60%; }
.mt---60 { margin-top:-60%; }
.mb---60 { margin-bottom:-60%; }




.p--65 { padding:65px !important; }
.p-65 { padding:65px; }
.pt-65 { padding-top:65px; }
.pb-65 { padding-bottom:65px; }
.pl-65 { padding-left:65px; }
.pr-65 { padding-right:65px; }

.m-65 {  margin:65px; }
.mt-65 { margin-top:65px; }
.mb-65 { margin-bottom:65px; }
.ml-65 { margin-left:65px; }
.mr-65 { margin-right:65px; }

.mt--65 { margin-top:-65px; }
.mb--65 { margin-bottom:-65px; }




.max--65 { max-width:65%; }
.mt---65 { margin-top:-65%; }
.mb---65 { margin-bottom:-65%; }




.p--70 { padding:70px !important; }
.p-70 { padding:70px; }
.pt-70 { padding-top:70px; }
.pb-70 { padding-bottom:70px; }
.pl-70 { padding-left:70px; }
.pr-70 { padding-right:70px; }

.m-70 {  margin:70px; }
.mt-70 { margin-top:70px; }
.mb-70 { margin-bottom:70px; }
.ml-70 { margin-left:70px; }
.mr-70 { margin-right:70px; }

.mt--70 { margin-top:-70px; }
.mb--70 { margin-bottom:-70px; }




.max--70 { max-width:70%; }
.mt---70 { margin-top:-70%; }
.mb---70 { margin-bottom:-70%; }




.p--75 { padding:75px !important; }
.p-75 { padding:75px; }
.pt-75 { padding-top:75px; }
.pb-75 { padding-bottom:75px; }
.pl-75 { padding-left:75px; }
.pr-75 { padding-right:75px; }

.m-75 {  margin:75px; }
.mt-75 { margin-top:75px; }
.mb-75 { margin-bottom:75px; }
.ml-75 { margin-left:75px; }
.mr-75 { margin-right:75px; }

.mt--75 { margin-top:-75px; }
.mb--75 { margin-bottom:-75px; }




.max--75 { max-width:75%; }
.mt---75 { margin-top:-75%; }
.mb---75 { margin-bottom:-75%; }




.p--80 { padding:80px !important; }
.p-80 { padding:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.pl-80 { padding-left:80px; }
.pr-80 { padding-right:80px; }

.m-80 {  margin:80px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.ml-80 { margin-left:80px; }
.mr-80 { margin-right:80px; }

.mt--80 { margin-top:-80px; }
.mb--80 { margin-bottom:-80px; }




.max--80 { max-width:80%; }
.mt---80 { margin-top:-80%; }
.mb---80 { margin-bottom:-80%; }




.p--85 { padding:85px !important; }
.p-85 { padding:85px; }
.pt-85 { padding-top:85px; }
.pb-85 { padding-bottom:85px; }
.pl-85 { padding-left:85px; }
.pr-85 { padding-right:85px; }

.m-85 {  margin:85px; }
.mt-85 { margin-top:85px; }
.mb-85 { margin-bottom:85px; }
.ml-85 { margin-left:85px; }
.mr-85 { margin-right:85px; }

.mt--85 { margin-top:-85px; }
.mb--85 { margin-bottom:-85px; }




.max--85 { max-width:85%; }
.mt---85 { margin-top:-85%; }
.mb---85 { margin-bottom:-85%; }




.p--90 { padding:90px !important; }
.p-90 { padding:90px; }
.pt-90 { padding-top:90px; }
.pb-90 { padding-bottom:90px; }
.pl-90 { padding-left:90px; }
.pr-90 { padding-right:90px; }

.m-90 {  margin:90px; }
.mt-90 { margin-top:90px; }
.mb-90 { margin-bottom:90px; }
.ml-90 { margin-left:90px; }
.mr-90 { margin-right:90px; }

.mt--90 { margin-top:-90px; }
.mb--90 { margin-bottom:-90px; }




.max--90 { max-width:90%; }
.mt---90 { margin-top:-90%; }
.mb---90 { margin-bottom:-90%; }




.p--95 { padding:95px !important; }
.p-95 { padding:95px; }
.pt-95 { padding-top:95px; }
.pb-95 { padding-bottom:95px; }
.pl-95 { padding-left:95px; }
.pr-95 { padding-right:95px; }

.m-95 {  margin:95px; }
.mt-95 { margin-top:95px; }
.mb-95 { margin-bottom:95px; }
.ml-95 { margin-left:95px; }
.mr-95 { margin-right:95px; }

.mt--95 { margin-top:-95px; }
.mb--95 { margin-bottom:-95px; }




.max--95 { max-width:95%; }
.mt---95 { margin-top:-95%; }
.mb---95 { margin-bottom:-95%; }




.p--100 { padding:100px !important; }
.p-100 { padding:100px; }
.pt-100 { padding-top:100px; }
.pb-100 { padding-bottom:100px; }
.pl-100 { padding-left:100px; }
.pr-100 { padding-right:100px; }

.m-100 {  margin:100px; }
.mt-100 { margin-top:100px; }
.mb-100 { margin-bottom:100px; }
.ml-100 { margin-left:100px; }
.mr-100 { margin-right:100px; }

.mt--100 { margin-top:-100px; }
.mb--100 { margin-bottom:-100px; }




.max--100 { max-width:100%; }
.mt---100 { margin-top:-100%; }
.mb---100 { margin-bottom:-100%; }




.p--105 { padding:105px !important; }
.p-105 { padding:105px; }
.pt-105 { padding-top:105px; }
.pb-105 { padding-bottom:105px; }
.pl-105 { padding-left:105px; }
.pr-105 { padding-right:105px; }

.m-105 {  margin:105px; }
.mt-105 { margin-top:105px; }
.mb-105 { margin-bottom:105px; }
.ml-105 { margin-left:105px; }
.mr-105 { margin-right:105px; }

.mt--105 { margin-top:-105px; }
.mb--105 { margin-bottom:-105px; }







.p--110 { padding:110px !important; }
.p-110 { padding:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.pl-110 { padding-left:110px; }
.pr-110 { padding-right:110px; }

.m-110 {  margin:110px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.ml-110 { margin-left:110px; }
.mr-110 { margin-right:110px; }

.mt--110 { margin-top:-110px; }
.mb--110 { margin-bottom:-110px; }







.p--115 { padding:115px !important; }
.p-115 { padding:115px; }
.pt-115 { padding-top:115px; }
.pb-115 { padding-bottom:115px; }
.pl-115 { padding-left:115px; }
.pr-115 { padding-right:115px; }

.m-115 {  margin:115px; }
.mt-115 { margin-top:115px; }
.mb-115 { margin-bottom:115px; }
.ml-115 { margin-left:115px; }
.mr-115 { margin-right:115px; }

.mt--115 { margin-top:-115px; }
.mb--115 { margin-bottom:-115px; }







.p--120 { padding:120px !important; }
.p-120 { padding:120px; }
.pt-120 { padding-top:120px; }
.pb-120 { padding-bottom:120px; }
.pl-120 { padding-left:120px; }
.pr-120 { padding-right:120px; }

.m-120 {  margin:120px; }
.mt-120 { margin-top:120px; }
.mb-120 { margin-bottom:120px; }
.ml-120 { margin-left:120px; }
.mr-120 { margin-right:120px; }

.mt--120 { margin-top:-120px; }
.mb--120 { margin-bottom:-120px; }







.p--125 { padding:125px !important; }
.p-125 { padding:125px; }
.pt-125 { padding-top:125px; }
.pb-125 { padding-bottom:125px; }
.pl-125 { padding-left:125px; }
.pr-125 { padding-right:125px; }

.m-125 {  margin:125px; }
.mt-125 { margin-top:125px; }
.mb-125 { margin-bottom:125px; }
.ml-125 { margin-left:125px; }
.mr-125 { margin-right:125px; }

.mt--125 { margin-top:-125px; }
.mb--125 { margin-bottom:-125px; }







.p--130 { padding:130px !important; }
.p-130 { padding:130px; }
.pt-130 { padding-top:130px; }
.pb-130 { padding-bottom:130px; }
.pl-130 { padding-left:130px; }
.pr-130 { padding-right:130px; }

.m-130 {  margin:130px; }
.mt-130 { margin-top:130px; }
.mb-130 { margin-bottom:130px; }
.ml-130 { margin-left:130px; }
.mr-130 { margin-right:130px; }

.mt--130 { margin-top:-130px; }
.mb--130 { margin-bottom:-130px; }







.p--135 { padding:135px !important; }
.p-135 { padding:135px; }
.pt-135 { padding-top:135px; }
.pb-135 { padding-bottom:135px; }
.pl-135 { padding-left:135px; }
.pr-135 { padding-right:135px; }

.m-135 {  margin:135px; }
.mt-135 { margin-top:135px; }
.mb-135 { margin-bottom:135px; }
.ml-135 { margin-left:135px; }
.mr-135 { margin-right:135px; }

.mt--135 { margin-top:-135px; }
.mb--135 { margin-bottom:-135px; }







.p--140 { padding:140px !important; }
.p-140 { padding:140px; }
.pt-140 { padding-top:140px; }
.pb-140 { padding-bottom:140px; }
.pl-140 { padding-left:140px; }
.pr-140 { padding-right:140px; }

.m-140 {  margin:140px; }
.mt-140 { margin-top:140px; }
.mb-140 { margin-bottom:140px; }
.ml-140 { margin-left:140px; }
.mr-140 { margin-right:140px; }

.mt--140 { margin-top:-140px; }
.mb--140 { margin-bottom:-140px; }







.p--145 { padding:145px !important; }
.p-145 { padding:145px; }
.pt-145 { padding-top:145px; }
.pb-145 { padding-bottom:145px; }
.pl-145 { padding-left:145px; }
.pr-145 { padding-right:145px; }

.m-145 {  margin:145px; }
.mt-145 { margin-top:145px; }
.mb-145 { margin-bottom:145px; }
.ml-145 { margin-left:145px; }
.mr-145 { margin-right:145px; }

.mt--145 { margin-top:-145px; }
.mb--145 { margin-bottom:-145px; }







.p--150 { padding:150px !important; }
.p-150 { padding:150px; }
.pt-150 { padding-top:150px; }
.pb-150 { padding-bottom:150px; }
.pl-150 { padding-left:150px; }
.pr-150 { padding-right:150px; }

.m-150 {  margin:150px; }
.mt-150 { margin-top:150px; }
.mb-150 { margin-bottom:150px; }
.ml-150 { margin-left:150px; }
.mr-150 { margin-right:150px; }

.mt--150 { margin-top:-150px; }
.mb--150 { margin-bottom:-150px; }







.max-auto { max-width:100%; }

/* div[class*=row-0-padding] &gt; div {padding: 0 !important;} */
div[class*=full-width-section] &gt; div {
    padding: 0 !important;
}

div[class*=full-width-section] &gt; div &gt; div {
    padding: 0 !important;
}


.ml-auto{ margin-left:auto; }
.mr-auto{ margin-right:auto; }
.vh-100{ height:100vh; }
.vh-auto{ height:auto; }

.col-1 { max-width:8.333%; flex:0 0 8.333%; }

.col-2 { max-width:16.666%; flex:0 0 16.666%; }

.col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }

.col-4 { max-width:33.332%; flex:0 0 33.332%; }

.col-5 { max-width:41.665%; flex:0 0 41.665%; }

.col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }

.col-7 { max-width:58.331%; flex:0 0 58.331%; }

.col-8 { max-width:66.664%; flex:0 0 66.664%; }

.col-9 { max-width:74.997%; flex:0 0 74.997%; }

.col-10 { max-width:83.33%; flex:0 0 83.33%; }

.col-11 { max-width:91.663%; flex:0 0 91.663%; }

.col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }


    .max-50 { max-width:50px; }
    .text-2{ font-size:2px; } 

    .max-100 { max-width:100px; }
    .text-4{ font-size:4px; } 

    .max-150 { max-width:150px; }
    .text-6{ font-size:6px; } 

    .max-200 { max-width:200px; }
    .text-8{ font-size:8px; } 

    .max-250 { max-width:250px; }
    .text-10{ font-size:10px; } 

    .max-300 { max-width:300px; }
    .text-12{ font-size:12px; } 

    .max-350 { max-width:350px; }
    .text-14{ font-size:14px; } 

    .max-400 { max-width:400px; }
    .text-16{ font-size:16px; } 

    .max-450 { max-width:450px; }
    .text-18{ font-size:18px; } 

    .max-500 { max-width:500px; }
    .text-20{ font-size:20px; } 

    .max-550 { max-width:550px; }
    .text-22{ font-size:22px; } 

    .max-600 { max-width:600px; }
    .text-24{ font-size:24px; } 

    .max-650 { max-width:650px; }
    .text-26{ font-size:26px; } 

    .max-700 { max-width:700px; }
    .text-28{ font-size:28px; } 

    .max-750 { max-width:750px; }
    .text-30{ font-size:30px; } 

    .max-800 { max-width:800px; }
    .text-32{ font-size:32px; } 

    .max-850 { max-width:850px; }
    .text-34{ font-size:34px; } 

    .max-900 { max-width:900px; }
    .text-36{ font-size:36px; } 

    .max-950 { max-width:950px; }
    .text-38{ font-size:38px; } 

    .max-1000 { max-width:1000px; }
    .text-40{ font-size:40px; } 

    .max-1050 { max-width:1050px; }
    .text-42{ font-size:42px; } 

    .max-1100 { max-width:1100px; }
    .text-44{ font-size:44px; } 

    .max-1150 { max-width:1150px; }
    .text-46{ font-size:46px; } 

    .max-1200 { max-width:1200px; }
    .text-48{ font-size:48px; } 

    .max-1250 { max-width:1250px; }
    .text-50{ font-size:50px; } 

    .max-1300 { max-width:1300px; }
    .text-52{ font-size:52px; } 

    .max-1350 { max-width:1350px; }
    .text-54{ font-size:54px; } 

    .max-1400 { max-width:1400px; }
    .text-56{ font-size:56px; } 

    .max-1450 { max-width:1450px; }
    .text-58{ font-size:58px; } 








@media(min-width:768px){
    
    
    .sm\:d-block {
        display:block;
    }
    
    .sm\:d-inline-block {
        display:inline-block;
    }
    
    .sm\:d-flex {
        display:flex;
    }
    
    .sm\:d-inline-flex {
        display:inline-flex;
    }
    
    .sm\:d-none {
        display:none;
    }
    
    
    
    .sm\:align-center {
        align-items:center;
    }
    
    .sm\:align-flex-start {
        align-items:flex-start;
    }
    
    .sm\:align-flex-end {
        align-items:flex-end;
    }
    
    .sm\:align-normal {
        align-items:normal;
    }
    
    
    
    .sm\:justify-center {
        justify-content:center;
    }
    
    .sm\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .sm\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .sm\:justify-space-around {
        justify-content:space-around;
    }
    
    .sm\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .sm\:text-left {
        text-align:left;
    }
    
    .sm\:text-right {
        text-align:right;
    }
    
    .sm\:text-center {
        text-align:center;
    }
    
    
    
    .sm\:direction-column {
        flex-direction:column;
    }
    
    .sm\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .sm\:direction-row {
        flex-direction:row;
    }
    
    .sm\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .sm\:p--0 { padding:0px !important; }
    .sm\:p-0 { padding:0px; }
    .sm\:pt-0 { padding-top:0px; }
    .sm\:pb-0 { padding-bottom:0px; }
    .sm\:pl-0 { padding-left:0px; }
    .sm\:pr-0 { padding-right:0px; }

    .sm\:m-0 {  margin:0px; }
    .sm\:mt-0 { margin-top:0px; }
    .sm\:mb-0 { margin-bottom:0px; }
    .sm\:ml-0 { margin-left:0px; }
    .sm\:mr-0 { margin-right:0px; }

    .sm\:ml--0 { margin-left:-0px; }
    .sm\:mr--0 { margin-right:-0px; }

    .sm\:mt--0 { margin-top:-0px; }
    .sm\:mb--0 { margin-bottom:-0px; }

    .sm\:max--0 { max-width:0%; }
    .sm\:mt---0 { margin-top:-0%; }
    .sm\:mb---0 { margin-bottom:-0%; }
    
    
    .sm\:p--5 { padding:5px !important; }
    .sm\:p-5 { padding:5px; }
    .sm\:pt-5 { padding-top:5px; }
    .sm\:pb-5 { padding-bottom:5px; }
    .sm\:pl-5 { padding-left:5px; }
    .sm\:pr-5 { padding-right:5px; }

    .sm\:m-5 {  margin:5px; }
    .sm\:mt-5 { margin-top:5px; }
    .sm\:mb-5 { margin-bottom:5px; }
    .sm\:ml-5 { margin-left:5px; }
    .sm\:mr-5 { margin-right:5px; }

    .sm\:ml--5 { margin-left:-5px; }
    .sm\:mr--5 { margin-right:-5px; }

    .sm\:mt--5 { margin-top:-5px; }
    .sm\:mb--5 { margin-bottom:-5px; }

    .sm\:max--5 { max-width:5%; }
    .sm\:mt---5 { margin-top:-5%; }
    .sm\:mb---5 { margin-bottom:-5%; }
    
    
    .sm\:p--10 { padding:10px !important; }
    .sm\:p-10 { padding:10px; }
    .sm\:pt-10 { padding-top:10px; }
    .sm\:pb-10 { padding-bottom:10px; }
    .sm\:pl-10 { padding-left:10px; }
    .sm\:pr-10 { padding-right:10px; }

    .sm\:m-10 {  margin:10px; }
    .sm\:mt-10 { margin-top:10px; }
    .sm\:mb-10 { margin-bottom:10px; }
    .sm\:ml-10 { margin-left:10px; }
    .sm\:mr-10 { margin-right:10px; }

    .sm\:ml--10 { margin-left:-10px; }
    .sm\:mr--10 { margin-right:-10px; }

    .sm\:mt--10 { margin-top:-10px; }
    .sm\:mb--10 { margin-bottom:-10px; }

    .sm\:max--10 { max-width:10%; }
    .sm\:mt---10 { margin-top:-10%; }
    .sm\:mb---10 { margin-bottom:-10%; }
    
    
    .sm\:p--15 { padding:15px !important; }
    .sm\:p-15 { padding:15px; }
    .sm\:pt-15 { padding-top:15px; }
    .sm\:pb-15 { padding-bottom:15px; }
    .sm\:pl-15 { padding-left:15px; }
    .sm\:pr-15 { padding-right:15px; }

    .sm\:m-15 {  margin:15px; }
    .sm\:mt-15 { margin-top:15px; }
    .sm\:mb-15 { margin-bottom:15px; }
    .sm\:ml-15 { margin-left:15px; }
    .sm\:mr-15 { margin-right:15px; }

    .sm\:ml--15 { margin-left:-15px; }
    .sm\:mr--15 { margin-right:-15px; }

    .sm\:mt--15 { margin-top:-15px; }
    .sm\:mb--15 { margin-bottom:-15px; }

    .sm\:max--15 { max-width:15%; }
    .sm\:mt---15 { margin-top:-15%; }
    .sm\:mb---15 { margin-bottom:-15%; }
    
    
    .sm\:p--20 { padding:20px !important; }
    .sm\:p-20 { padding:20px; }
    .sm\:pt-20 { padding-top:20px; }
    .sm\:pb-20 { padding-bottom:20px; }
    .sm\:pl-20 { padding-left:20px; }
    .sm\:pr-20 { padding-right:20px; }

    .sm\:m-20 {  margin:20px; }
    .sm\:mt-20 { margin-top:20px; }
    .sm\:mb-20 { margin-bottom:20px; }
    .sm\:ml-20 { margin-left:20px; }
    .sm\:mr-20 { margin-right:20px; }

    .sm\:ml--20 { margin-left:-20px; }
    .sm\:mr--20 { margin-right:-20px; }

    .sm\:mt--20 { margin-top:-20px; }
    .sm\:mb--20 { margin-bottom:-20px; }

    .sm\:max--20 { max-width:20%; }
    .sm\:mt---20 { margin-top:-20%; }
    .sm\:mb---20 { margin-bottom:-20%; }
    
    
    .sm\:p--25 { padding:25px !important; }
    .sm\:p-25 { padding:25px; }
    .sm\:pt-25 { padding-top:25px; }
    .sm\:pb-25 { padding-bottom:25px; }
    .sm\:pl-25 { padding-left:25px; }
    .sm\:pr-25 { padding-right:25px; }

    .sm\:m-25 {  margin:25px; }
    .sm\:mt-25 { margin-top:25px; }
    .sm\:mb-25 { margin-bottom:25px; }
    .sm\:ml-25 { margin-left:25px; }
    .sm\:mr-25 { margin-right:25px; }

    .sm\:ml--25 { margin-left:-25px; }
    .sm\:mr--25 { margin-right:-25px; }

    .sm\:mt--25 { margin-top:-25px; }
    .sm\:mb--25 { margin-bottom:-25px; }

    .sm\:max--25 { max-width:25%; }
    .sm\:mt---25 { margin-top:-25%; }
    .sm\:mb---25 { margin-bottom:-25%; }
    
    
    .sm\:p--30 { padding:30px !important; }
    .sm\:p-30 { padding:30px; }
    .sm\:pt-30 { padding-top:30px; }
    .sm\:pb-30 { padding-bottom:30px; }
    .sm\:pl-30 { padding-left:30px; }
    .sm\:pr-30 { padding-right:30px; }

    .sm\:m-30 {  margin:30px; }
    .sm\:mt-30 { margin-top:30px; }
    .sm\:mb-30 { margin-bottom:30px; }
    .sm\:ml-30 { margin-left:30px; }
    .sm\:mr-30 { margin-right:30px; }

    .sm\:ml--30 { margin-left:-30px; }
    .sm\:mr--30 { margin-right:-30px; }

    .sm\:mt--30 { margin-top:-30px; }
    .sm\:mb--30 { margin-bottom:-30px; }

    .sm\:max--30 { max-width:30%; }
    .sm\:mt---30 { margin-top:-30%; }
    .sm\:mb---30 { margin-bottom:-30%; }
    
    
    .sm\:p--35 { padding:35px !important; }
    .sm\:p-35 { padding:35px; }
    .sm\:pt-35 { padding-top:35px; }
    .sm\:pb-35 { padding-bottom:35px; }
    .sm\:pl-35 { padding-left:35px; }
    .sm\:pr-35 { padding-right:35px; }

    .sm\:m-35 {  margin:35px; }
    .sm\:mt-35 { margin-top:35px; }
    .sm\:mb-35 { margin-bottom:35px; }
    .sm\:ml-35 { margin-left:35px; }
    .sm\:mr-35 { margin-right:35px; }

    .sm\:ml--35 { margin-left:-35px; }
    .sm\:mr--35 { margin-right:-35px; }

    .sm\:mt--35 { margin-top:-35px; }
    .sm\:mb--35 { margin-bottom:-35px; }

    .sm\:max--35 { max-width:35%; }
    .sm\:mt---35 { margin-top:-35%; }
    .sm\:mb---35 { margin-bottom:-35%; }
    
    
    .sm\:p--40 { padding:40px !important; }
    .sm\:p-40 { padding:40px; }
    .sm\:pt-40 { padding-top:40px; }
    .sm\:pb-40 { padding-bottom:40px; }
    .sm\:pl-40 { padding-left:40px; }
    .sm\:pr-40 { padding-right:40px; }

    .sm\:m-40 {  margin:40px; }
    .sm\:mt-40 { margin-top:40px; }
    .sm\:mb-40 { margin-bottom:40px; }
    .sm\:ml-40 { margin-left:40px; }
    .sm\:mr-40 { margin-right:40px; }

    .sm\:ml--40 { margin-left:-40px; }
    .sm\:mr--40 { margin-right:-40px; }

    .sm\:mt--40 { margin-top:-40px; }
    .sm\:mb--40 { margin-bottom:-40px; }

    .sm\:max--40 { max-width:40%; }
    .sm\:mt---40 { margin-top:-40%; }
    .sm\:mb---40 { margin-bottom:-40%; }
    
    
    .sm\:p--45 { padding:45px !important; }
    .sm\:p-45 { padding:45px; }
    .sm\:pt-45 { padding-top:45px; }
    .sm\:pb-45 { padding-bottom:45px; }
    .sm\:pl-45 { padding-left:45px; }
    .sm\:pr-45 { padding-right:45px; }

    .sm\:m-45 {  margin:45px; }
    .sm\:mt-45 { margin-top:45px; }
    .sm\:mb-45 { margin-bottom:45px; }
    .sm\:ml-45 { margin-left:45px; }
    .sm\:mr-45 { margin-right:45px; }

    .sm\:ml--45 { margin-left:-45px; }
    .sm\:mr--45 { margin-right:-45px; }

    .sm\:mt--45 { margin-top:-45px; }
    .sm\:mb--45 { margin-bottom:-45px; }

    .sm\:max--45 { max-width:45%; }
    .sm\:mt---45 { margin-top:-45%; }
    .sm\:mb---45 { margin-bottom:-45%; }
    
    
    .sm\:p--50 { padding:50px !important; }
    .sm\:p-50 { padding:50px; }
    .sm\:pt-50 { padding-top:50px; }
    .sm\:pb-50 { padding-bottom:50px; }
    .sm\:pl-50 { padding-left:50px; }
    .sm\:pr-50 { padding-right:50px; }

    .sm\:m-50 {  margin:50px; }
    .sm\:mt-50 { margin-top:50px; }
    .sm\:mb-50 { margin-bottom:50px; }
    .sm\:ml-50 { margin-left:50px; }
    .sm\:mr-50 { margin-right:50px; }

    .sm\:ml--50 { margin-left:-50px; }
    .sm\:mr--50 { margin-right:-50px; }

    .sm\:mt--50 { margin-top:-50px; }
    .sm\:mb--50 { margin-bottom:-50px; }

    .sm\:max--50 { max-width:50%; }
    .sm\:mt---50 { margin-top:-50%; }
    .sm\:mb---50 { margin-bottom:-50%; }
    
    
    .sm\:p--55 { padding:55px !important; }
    .sm\:p-55 { padding:55px; }
    .sm\:pt-55 { padding-top:55px; }
    .sm\:pb-55 { padding-bottom:55px; }
    .sm\:pl-55 { padding-left:55px; }
    .sm\:pr-55 { padding-right:55px; }

    .sm\:m-55 {  margin:55px; }
    .sm\:mt-55 { margin-top:55px; }
    .sm\:mb-55 { margin-bottom:55px; }
    .sm\:ml-55 { margin-left:55px; }
    .sm\:mr-55 { margin-right:55px; }

    .sm\:ml--55 { margin-left:-55px; }
    .sm\:mr--55 { margin-right:-55px; }

    .sm\:mt--55 { margin-top:-55px; }
    .sm\:mb--55 { margin-bottom:-55px; }

    .sm\:max--55 { max-width:55%; }
    .sm\:mt---55 { margin-top:-55%; }
    .sm\:mb---55 { margin-bottom:-55%; }
    
    
    .sm\:p--60 { padding:60px !important; }
    .sm\:p-60 { padding:60px; }
    .sm\:pt-60 { padding-top:60px; }
    .sm\:pb-60 { padding-bottom:60px; }
    .sm\:pl-60 { padding-left:60px; }
    .sm\:pr-60 { padding-right:60px; }

    .sm\:m-60 {  margin:60px; }
    .sm\:mt-60 { margin-top:60px; }
    .sm\:mb-60 { margin-bottom:60px; }
    .sm\:ml-60 { margin-left:60px; }
    .sm\:mr-60 { margin-right:60px; }

    .sm\:ml--60 { margin-left:-60px; }
    .sm\:mr--60 { margin-right:-60px; }

    .sm\:mt--60 { margin-top:-60px; }
    .sm\:mb--60 { margin-bottom:-60px; }

    .sm\:max--60 { max-width:60%; }
    .sm\:mt---60 { margin-top:-60%; }
    .sm\:mb---60 { margin-bottom:-60%; }
    
    
    .sm\:p--65 { padding:65px !important; }
    .sm\:p-65 { padding:65px; }
    .sm\:pt-65 { padding-top:65px; }
    .sm\:pb-65 { padding-bottom:65px; }
    .sm\:pl-65 { padding-left:65px; }
    .sm\:pr-65 { padding-right:65px; }

    .sm\:m-65 {  margin:65px; }
    .sm\:mt-65 { margin-top:65px; }
    .sm\:mb-65 { margin-bottom:65px; }
    .sm\:ml-65 { margin-left:65px; }
    .sm\:mr-65 { margin-right:65px; }

    .sm\:ml--65 { margin-left:-65px; }
    .sm\:mr--65 { margin-right:-65px; }

    .sm\:mt--65 { margin-top:-65px; }
    .sm\:mb--65 { margin-bottom:-65px; }

    .sm\:max--65 { max-width:65%; }
    .sm\:mt---65 { margin-top:-65%; }
    .sm\:mb---65 { margin-bottom:-65%; }
    
    
    .sm\:p--70 { padding:70px !important; }
    .sm\:p-70 { padding:70px; }
    .sm\:pt-70 { padding-top:70px; }
    .sm\:pb-70 { padding-bottom:70px; }
    .sm\:pl-70 { padding-left:70px; }
    .sm\:pr-70 { padding-right:70px; }

    .sm\:m-70 {  margin:70px; }
    .sm\:mt-70 { margin-top:70px; }
    .sm\:mb-70 { margin-bottom:70px; }
    .sm\:ml-70 { margin-left:70px; }
    .sm\:mr-70 { margin-right:70px; }

    .sm\:ml--70 { margin-left:-70px; }
    .sm\:mr--70 { margin-right:-70px; }

    .sm\:mt--70 { margin-top:-70px; }
    .sm\:mb--70 { margin-bottom:-70px; }

    .sm\:max--70 { max-width:70%; }
    .sm\:mt---70 { margin-top:-70%; }
    .sm\:mb---70 { margin-bottom:-70%; }
    
    
    .sm\:p--75 { padding:75px !important; }
    .sm\:p-75 { padding:75px; }
    .sm\:pt-75 { padding-top:75px; }
    .sm\:pb-75 { padding-bottom:75px; }
    .sm\:pl-75 { padding-left:75px; }
    .sm\:pr-75 { padding-right:75px; }

    .sm\:m-75 {  margin:75px; }
    .sm\:mt-75 { margin-top:75px; }
    .sm\:mb-75 { margin-bottom:75px; }
    .sm\:ml-75 { margin-left:75px; }
    .sm\:mr-75 { margin-right:75px; }

    .sm\:ml--75 { margin-left:-75px; }
    .sm\:mr--75 { margin-right:-75px; }

    .sm\:mt--75 { margin-top:-75px; }
    .sm\:mb--75 { margin-bottom:-75px; }

    .sm\:max--75 { max-width:75%; }
    .sm\:mt---75 { margin-top:-75%; }
    .sm\:mb---75 { margin-bottom:-75%; }
    
    
    .sm\:p--80 { padding:80px !important; }
    .sm\:p-80 { padding:80px; }
    .sm\:pt-80 { padding-top:80px; }
    .sm\:pb-80 { padding-bottom:80px; }
    .sm\:pl-80 { padding-left:80px; }
    .sm\:pr-80 { padding-right:80px; }

    .sm\:m-80 {  margin:80px; }
    .sm\:mt-80 { margin-top:80px; }
    .sm\:mb-80 { margin-bottom:80px; }
    .sm\:ml-80 { margin-left:80px; }
    .sm\:mr-80 { margin-right:80px; }

    .sm\:ml--80 { margin-left:-80px; }
    .sm\:mr--80 { margin-right:-80px; }

    .sm\:mt--80 { margin-top:-80px; }
    .sm\:mb--80 { margin-bottom:-80px; }

    .sm\:max--80 { max-width:80%; }
    .sm\:mt---80 { margin-top:-80%; }
    .sm\:mb---80 { margin-bottom:-80%; }
    
    
    .sm\:p--85 { padding:85px !important; }
    .sm\:p-85 { padding:85px; }
    .sm\:pt-85 { padding-top:85px; }
    .sm\:pb-85 { padding-bottom:85px; }
    .sm\:pl-85 { padding-left:85px; }
    .sm\:pr-85 { padding-right:85px; }

    .sm\:m-85 {  margin:85px; }
    .sm\:mt-85 { margin-top:85px; }
    .sm\:mb-85 { margin-bottom:85px; }
    .sm\:ml-85 { margin-left:85px; }
    .sm\:mr-85 { margin-right:85px; }

    .sm\:ml--85 { margin-left:-85px; }
    .sm\:mr--85 { margin-right:-85px; }

    .sm\:mt--85 { margin-top:-85px; }
    .sm\:mb--85 { margin-bottom:-85px; }

    .sm\:max--85 { max-width:85%; }
    .sm\:mt---85 { margin-top:-85%; }
    .sm\:mb---85 { margin-bottom:-85%; }
    
    
    .sm\:p--90 { padding:90px !important; }
    .sm\:p-90 { padding:90px; }
    .sm\:pt-90 { padding-top:90px; }
    .sm\:pb-90 { padding-bottom:90px; }
    .sm\:pl-90 { padding-left:90px; }
    .sm\:pr-90 { padding-right:90px; }

    .sm\:m-90 {  margin:90px; }
    .sm\:mt-90 { margin-top:90px; }
    .sm\:mb-90 { margin-bottom:90px; }
    .sm\:ml-90 { margin-left:90px; }
    .sm\:mr-90 { margin-right:90px; }

    .sm\:ml--90 { margin-left:-90px; }
    .sm\:mr--90 { margin-right:-90px; }

    .sm\:mt--90 { margin-top:-90px; }
    .sm\:mb--90 { margin-bottom:-90px; }

    .sm\:max--90 { max-width:90%; }
    .sm\:mt---90 { margin-top:-90%; }
    .sm\:mb---90 { margin-bottom:-90%; }
    
    
    .sm\:p--95 { padding:95px !important; }
    .sm\:p-95 { padding:95px; }
    .sm\:pt-95 { padding-top:95px; }
    .sm\:pb-95 { padding-bottom:95px; }
    .sm\:pl-95 { padding-left:95px; }
    .sm\:pr-95 { padding-right:95px; }

    .sm\:m-95 {  margin:95px; }
    .sm\:mt-95 { margin-top:95px; }
    .sm\:mb-95 { margin-bottom:95px; }
    .sm\:ml-95 { margin-left:95px; }
    .sm\:mr-95 { margin-right:95px; }

    .sm\:ml--95 { margin-left:-95px; }
    .sm\:mr--95 { margin-right:-95px; }

    .sm\:mt--95 { margin-top:-95px; }
    .sm\:mb--95 { margin-bottom:-95px; }

    .sm\:max--95 { max-width:95%; }
    .sm\:mt---95 { margin-top:-95%; }
    .sm\:mb---95 { margin-bottom:-95%; }
    
    
    .sm\:p--100 { padding:100px !important; }
    .sm\:p-100 { padding:100px; }
    .sm\:pt-100 { padding-top:100px; }
    .sm\:pb-100 { padding-bottom:100px; }
    .sm\:pl-100 { padding-left:100px; }
    .sm\:pr-100 { padding-right:100px; }

    .sm\:m-100 {  margin:100px; }
    .sm\:mt-100 { margin-top:100px; }
    .sm\:mb-100 { margin-bottom:100px; }
    .sm\:ml-100 { margin-left:100px; }
    .sm\:mr-100 { margin-right:100px; }

    .sm\:ml--100 { margin-left:-100px; }
    .sm\:mr--100 { margin-right:-100px; }

    .sm\:mt--100 { margin-top:-100px; }
    .sm\:mb--100 { margin-bottom:-100px; }

    .sm\:max--100 { max-width:100%; }
    .sm\:mt---100 { margin-top:-100%; }
    .sm\:mb---100 { margin-bottom:-100%; }
    
    
    .sm\:p--105 { padding:105px !important; }
    .sm\:p-105 { padding:105px; }
    .sm\:pt-105 { padding-top:105px; }
    .sm\:pb-105 { padding-bottom:105px; }
    .sm\:pl-105 { padding-left:105px; }
    .sm\:pr-105 { padding-right:105px; }

    .sm\:m-105 {  margin:105px; }
    .sm\:mt-105 { margin-top:105px; }
    .sm\:mb-105 { margin-bottom:105px; }
    .sm\:ml-105 { margin-left:105px; }
    .sm\:mr-105 { margin-right:105px; }

    .sm\:ml--105 { margin-left:-105px; }
    .sm\:mr--105 { margin-right:-105px; }

    .sm\:mt--105 { margin-top:-105px; }
    .sm\:mb--105 { margin-bottom:-105px; }

    .sm\:max--105 { max-width:105%; }
    .sm\:mt---105 { margin-top:-105%; }
    .sm\:mb---105 { margin-bottom:-105%; }
    
    
    .sm\:p--110 { padding:110px !important; }
    .sm\:p-110 { padding:110px; }
    .sm\:pt-110 { padding-top:110px; }
    .sm\:pb-110 { padding-bottom:110px; }
    .sm\:pl-110 { padding-left:110px; }
    .sm\:pr-110 { padding-right:110px; }

    .sm\:m-110 {  margin:110px; }
    .sm\:mt-110 { margin-top:110px; }
    .sm\:mb-110 { margin-bottom:110px; }
    .sm\:ml-110 { margin-left:110px; }
    .sm\:mr-110 { margin-right:110px; }

    .sm\:ml--110 { margin-left:-110px; }
    .sm\:mr--110 { margin-right:-110px; }

    .sm\:mt--110 { margin-top:-110px; }
    .sm\:mb--110 { margin-bottom:-110px; }

    .sm\:max--110 { max-width:110%; }
    .sm\:mt---110 { margin-top:-110%; }
    .sm\:mb---110 { margin-bottom:-110%; }
    
    
    .sm\:p--115 { padding:115px !important; }
    .sm\:p-115 { padding:115px; }
    .sm\:pt-115 { padding-top:115px; }
    .sm\:pb-115 { padding-bottom:115px; }
    .sm\:pl-115 { padding-left:115px; }
    .sm\:pr-115 { padding-right:115px; }

    .sm\:m-115 {  margin:115px; }
    .sm\:mt-115 { margin-top:115px; }
    .sm\:mb-115 { margin-bottom:115px; }
    .sm\:ml-115 { margin-left:115px; }
    .sm\:mr-115 { margin-right:115px; }

    .sm\:ml--115 { margin-left:-115px; }
    .sm\:mr--115 { margin-right:-115px; }

    .sm\:mt--115 { margin-top:-115px; }
    .sm\:mb--115 { margin-bottom:-115px; }

    .sm\:max--115 { max-width:115%; }
    .sm\:mt---115 { margin-top:-115%; }
    .sm\:mb---115 { margin-bottom:-115%; }
    
    
    .sm\:p--120 { padding:120px !important; }
    .sm\:p-120 { padding:120px; }
    .sm\:pt-120 { padding-top:120px; }
    .sm\:pb-120 { padding-bottom:120px; }
    .sm\:pl-120 { padding-left:120px; }
    .sm\:pr-120 { padding-right:120px; }

    .sm\:m-120 {  margin:120px; }
    .sm\:mt-120 { margin-top:120px; }
    .sm\:mb-120 { margin-bottom:120px; }
    .sm\:ml-120 { margin-left:120px; }
    .sm\:mr-120 { margin-right:120px; }

    .sm\:ml--120 { margin-left:-120px; }
    .sm\:mr--120 { margin-right:-120px; }

    .sm\:mt--120 { margin-top:-120px; }
    .sm\:mb--120 { margin-bottom:-120px; }

    .sm\:max--120 { max-width:120%; }
    .sm\:mt---120 { margin-top:-120%; }
    .sm\:mb---120 { margin-bottom:-120%; }
    
    
    .sm\:p--125 { padding:125px !important; }
    .sm\:p-125 { padding:125px; }
    .sm\:pt-125 { padding-top:125px; }
    .sm\:pb-125 { padding-bottom:125px; }
    .sm\:pl-125 { padding-left:125px; }
    .sm\:pr-125 { padding-right:125px; }

    .sm\:m-125 {  margin:125px; }
    .sm\:mt-125 { margin-top:125px; }
    .sm\:mb-125 { margin-bottom:125px; }
    .sm\:ml-125 { margin-left:125px; }
    .sm\:mr-125 { margin-right:125px; }

    .sm\:ml--125 { margin-left:-125px; }
    .sm\:mr--125 { margin-right:-125px; }

    .sm\:mt--125 { margin-top:-125px; }
    .sm\:mb--125 { margin-bottom:-125px; }

    .sm\:max--125 { max-width:125%; }
    .sm\:mt---125 { margin-top:-125%; }
    .sm\:mb---125 { margin-bottom:-125%; }
    
    
    .sm\:p--130 { padding:130px !important; }
    .sm\:p-130 { padding:130px; }
    .sm\:pt-130 { padding-top:130px; }
    .sm\:pb-130 { padding-bottom:130px; }
    .sm\:pl-130 { padding-left:130px; }
    .sm\:pr-130 { padding-right:130px; }

    .sm\:m-130 {  margin:130px; }
    .sm\:mt-130 { margin-top:130px; }
    .sm\:mb-130 { margin-bottom:130px; }
    .sm\:ml-130 { margin-left:130px; }
    .sm\:mr-130 { margin-right:130px; }

    .sm\:ml--130 { margin-left:-130px; }
    .sm\:mr--130 { margin-right:-130px; }

    .sm\:mt--130 { margin-top:-130px; }
    .sm\:mb--130 { margin-bottom:-130px; }

    .sm\:max--130 { max-width:130%; }
    .sm\:mt---130 { margin-top:-130%; }
    .sm\:mb---130 { margin-bottom:-130%; }
    
    
    .sm\:p--135 { padding:135px !important; }
    .sm\:p-135 { padding:135px; }
    .sm\:pt-135 { padding-top:135px; }
    .sm\:pb-135 { padding-bottom:135px; }
    .sm\:pl-135 { padding-left:135px; }
    .sm\:pr-135 { padding-right:135px; }

    .sm\:m-135 {  margin:135px; }
    .sm\:mt-135 { margin-top:135px; }
    .sm\:mb-135 { margin-bottom:135px; }
    .sm\:ml-135 { margin-left:135px; }
    .sm\:mr-135 { margin-right:135px; }

    .sm\:ml--135 { margin-left:-135px; }
    .sm\:mr--135 { margin-right:-135px; }

    .sm\:mt--135 { margin-top:-135px; }
    .sm\:mb--135 { margin-bottom:-135px; }

    .sm\:max--135 { max-width:135%; }
    .sm\:mt---135 { margin-top:-135%; }
    .sm\:mb---135 { margin-bottom:-135%; }
    
    
    .sm\:p--140 { padding:140px !important; }
    .sm\:p-140 { padding:140px; }
    .sm\:pt-140 { padding-top:140px; }
    .sm\:pb-140 { padding-bottom:140px; }
    .sm\:pl-140 { padding-left:140px; }
    .sm\:pr-140 { padding-right:140px; }

    .sm\:m-140 {  margin:140px; }
    .sm\:mt-140 { margin-top:140px; }
    .sm\:mb-140 { margin-bottom:140px; }
    .sm\:ml-140 { margin-left:140px; }
    .sm\:mr-140 { margin-right:140px; }

    .sm\:ml--140 { margin-left:-140px; }
    .sm\:mr--140 { margin-right:-140px; }

    .sm\:mt--140 { margin-top:-140px; }
    .sm\:mb--140 { margin-bottom:-140px; }

    .sm\:max--140 { max-width:140%; }
    .sm\:mt---140 { margin-top:-140%; }
    .sm\:mb---140 { margin-bottom:-140%; }
    
    
    .sm\:p--145 { padding:145px !important; }
    .sm\:p-145 { padding:145px; }
    .sm\:pt-145 { padding-top:145px; }
    .sm\:pb-145 { padding-bottom:145px; }
    .sm\:pl-145 { padding-left:145px; }
    .sm\:pr-145 { padding-right:145px; }

    .sm\:m-145 {  margin:145px; }
    .sm\:mt-145 { margin-top:145px; }
    .sm\:mb-145 { margin-bottom:145px; }
    .sm\:ml-145 { margin-left:145px; }
    .sm\:mr-145 { margin-right:145px; }

    .sm\:ml--145 { margin-left:-145px; }
    .sm\:mr--145 { margin-right:-145px; }

    .sm\:mt--145 { margin-top:-145px; }
    .sm\:mb--145 { margin-bottom:-145px; }

    .sm\:max--145 { max-width:145%; }
    .sm\:mt---145 { margin-top:-145%; }
    .sm\:mb---145 { margin-bottom:-145%; }
    
    
    .sm\:p--150 { padding:150px !important; }
    .sm\:p-150 { padding:150px; }
    .sm\:pt-150 { padding-top:150px; }
    .sm\:pb-150 { padding-bottom:150px; }
    .sm\:pl-150 { padding-left:150px; }
    .sm\:pr-150 { padding-right:150px; }

    .sm\:m-150 {  margin:150px; }
    .sm\:mt-150 { margin-top:150px; }
    .sm\:mb-150 { margin-bottom:150px; }
    .sm\:ml-150 { margin-left:150px; }
    .sm\:mr-150 { margin-right:150px; }

    .sm\:ml--150 { margin-left:-150px; }
    .sm\:mr--150 { margin-right:-150px; }

    .sm\:mt--150 { margin-top:-150px; }
    .sm\:mb--150 { margin-bottom:-150px; }

    .sm\:max--150 { max-width:150%; }
    .sm\:mt---150 { margin-top:-150%; }
    .sm\:mb---150 { margin-bottom:-150%; }
    
    

    
    .sm\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .sm\:max-50 { max-width:50px; }
    .sm\:text-2{ font-size:2px; } 

    
    .sm\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .sm\:max-100 { max-width:100px; }
    .sm\:text-4{ font-size:4px; } 

    
    .sm\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .sm\:max-150 { max-width:150px; }
    .sm\:text-6{ font-size:6px; } 

    
    .sm\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .sm\:max-200 { max-width:200px; }
    .sm\:text-8{ font-size:8px; } 

    
    .sm\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .sm\:max-250 { max-width:250px; }
    .sm\:text-10{ font-size:10px; } 

    
    .sm\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .sm\:max-300 { max-width:300px; }
    .sm\:text-12{ font-size:12px; } 

    
    .sm\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .sm\:max-350 { max-width:350px; }
    .sm\:text-14{ font-size:14px; } 

    
    .sm\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .sm\:max-400 { max-width:400px; }
    .sm\:text-16{ font-size:16px; } 

    
    .sm\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .sm\:max-450 { max-width:450px; }
    .sm\:text-18{ font-size:18px; } 

    
    .sm\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .sm\:max-500 { max-width:500px; }
    .sm\:text-20{ font-size:20px; } 

    
    .sm\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .sm\:max-550 { max-width:550px; }
    .sm\:text-22{ font-size:22px; } 

    
    .sm\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .sm\:max-600 { max-width:600px; }
    .sm\:text-24{ font-size:24px; } 

    
    .sm\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .sm\:max-650 { max-width:650px; }
    .sm\:text-26{ font-size:26px; } 

    
    .sm\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .sm\:max-700 { max-width:700px; }
    .sm\:text-28{ font-size:28px; } 

    
    .sm\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .sm\:max-750 { max-width:750px; }
    .sm\:text-30{ font-size:30px; } 

    
    .sm\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .sm\:max-800 { max-width:800px; }
    .sm\:text-32{ font-size:32px; } 

    
    .sm\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .sm\:max-850 { max-width:850px; }
    .sm\:text-34{ font-size:34px; } 

    
    .sm\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .sm\:max-900 { max-width:900px; }
    .sm\:text-36{ font-size:36px; } 

    
    .sm\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .sm\:max-950 { max-width:950px; }
    .sm\:text-38{ font-size:38px; } 

    
    .sm\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .sm\:max-1000 { max-width:1000px; }
    .sm\:text-40{ font-size:40px; } 

    
    .sm\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .sm\:max-1050 { max-width:1050px; }
    .sm\:text-42{ font-size:42px; } 

    
    .sm\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .sm\:max-1100 { max-width:1100px; }
    .sm\:text-44{ font-size:44px; } 

    
    .sm\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .sm\:max-1150 { max-width:1150px; }
    .sm\:text-46{ font-size:46px; } 

    
    .sm\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .sm\:max-1200 { max-width:1200px; }
    .sm\:text-48{ font-size:48px; } 

    
    .sm\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .sm\:max-1250 { max-width:1250px; }
    .sm\:text-50{ font-size:50px; } 

    
    .sm\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .sm\:max-1300 { max-width:1300px; }
    .sm\:text-52{ font-size:52px; } 

    
    .sm\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .sm\:max-1350 { max-width:1350px; }
    .sm\:text-54{ font-size:54px; } 

    
    .sm\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .sm\:max-1400 { max-width:1400px; }
    .sm\:text-56{ font-size:56px; } 

    
    .sm\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .sm\:max-1450 { max-width:1450px; }
    .sm\:text-58{ font-size:58px; } 

    

    .sm\:max-full { max-width:100%; }
    .sm\:ml-auto{ margin-left:auto; }
    .sm\:mr-auto{ margin-right:auto; }
    .sm\:vh-100{ height:100vh; }
    .sm\:vh-auto{ height:auto; }
}


@media(min-width:992px){
    
    
    .md\:d-block {
        display:block;
    }
    
    .md\:d-inline-block {
        display:inline-block;
    }
    
    .md\:d-flex {
        display:flex;
    }
    
    .md\:d-inline-flex {
        display:inline-flex;
    }
    
    .md\:d-none {
        display:none;
    }
    
    
    
    .md\:align-center {
        align-items:center;
    }
    
    .md\:align-flex-start {
        align-items:flex-start;
    }
    
    .md\:align-flex-end {
        align-items:flex-end;
    }
    
    .md\:align-normal {
        align-items:normal;
    }
    
    
    
    .md\:justify-center {
        justify-content:center;
    }
    
    .md\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .md\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .md\:justify-space-around {
        justify-content:space-around;
    }
    
    .md\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .md\:text-left {
        text-align:left;
    }
    
    .md\:text-right {
        text-align:right;
    }
    
    .md\:text-center {
        text-align:center;
    }
    
    
    
    .md\:direction-column {
        flex-direction:column;
    }
    
    .md\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .md\:direction-row {
        flex-direction:row;
    }
    
    .md\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .md\:p--0 { padding:0px !important; }
    .md\:p-0 { padding:0px; }
    .md\:pt-0 { padding-top:0px; }
    .md\:pb-0 { padding-bottom:0px; }
    .md\:pl-0 { padding-left:0px; }
    .md\:pr-0 { padding-right:0px; }

    .md\:m-0 {  margin:0px; }
    .md\:mt-0 { margin-top:0px; }
    .md\:mb-0 { margin-bottom:0px; }
    .md\:ml-0 { margin-left:0px; }
    .md\:mr-0 { margin-right:0px; }

    .md\:ml--0 { margin-left:-0px; }
    .md\:mr--0 { margin-right:-0px; }

    .md\:mt--0 { margin-top:-0px; }
    .md\:mb--0 { margin-bottom:-0px; }

    .md\:max--0 { max-width:0%; }
    .md\:mt---0 { margin-top:-0%; }
    .md\:mb---0 { margin-bottom:-0%; }
    
    
    .md\:p--5 { padding:5px !important; }
    .md\:p-5 { padding:5px; }
    .md\:pt-5 { padding-top:5px; }
    .md\:pb-5 { padding-bottom:5px; }
    .md\:pl-5 { padding-left:5px; }
    .md\:pr-5 { padding-right:5px; }

    .md\:m-5 {  margin:5px; }
    .md\:mt-5 { margin-top:5px; }
    .md\:mb-5 { margin-bottom:5px; }
    .md\:ml-5 { margin-left:5px; }
    .md\:mr-5 { margin-right:5px; }

    .md\:ml--5 { margin-left:-5px; }
    .md\:mr--5 { margin-right:-5px; }

    .md\:mt--5 { margin-top:-5px; }
    .md\:mb--5 { margin-bottom:-5px; }

    .md\:max--5 { max-width:5%; }
    .md\:mt---5 { margin-top:-5%; }
    .md\:mb---5 { margin-bottom:-5%; }
    
    
    .md\:p--10 { padding:10px !important; }
    .md\:p-10 { padding:10px; }
    .md\:pt-10 { padding-top:10px; }
    .md\:pb-10 { padding-bottom:10px; }
    .md\:pl-10 { padding-left:10px; }
    .md\:pr-10 { padding-right:10px; }

    .md\:m-10 {  margin:10px; }
    .md\:mt-10 { margin-top:10px; }
    .md\:mb-10 { margin-bottom:10px; }
    .md\:ml-10 { margin-left:10px; }
    .md\:mr-10 { margin-right:10px; }

    .md\:ml--10 { margin-left:-10px; }
    .md\:mr--10 { margin-right:-10px; }

    .md\:mt--10 { margin-top:-10px; }
    .md\:mb--10 { margin-bottom:-10px; }

    .md\:max--10 { max-width:10%; }
    .md\:mt---10 { margin-top:-10%; }
    .md\:mb---10 { margin-bottom:-10%; }
    
    
    .md\:p--15 { padding:15px !important; }
    .md\:p-15 { padding:15px; }
    .md\:pt-15 { padding-top:15px; }
    .md\:pb-15 { padding-bottom:15px; }
    .md\:pl-15 { padding-left:15px; }
    .md\:pr-15 { padding-right:15px; }

    .md\:m-15 {  margin:15px; }
    .md\:mt-15 { margin-top:15px; }
    .md\:mb-15 { margin-bottom:15px; }
    .md\:ml-15 { margin-left:15px; }
    .md\:mr-15 { margin-right:15px; }

    .md\:ml--15 { margin-left:-15px; }
    .md\:mr--15 { margin-right:-15px; }

    .md\:mt--15 { margin-top:-15px; }
    .md\:mb--15 { margin-bottom:-15px; }

    .md\:max--15 { max-width:15%; }
    .md\:mt---15 { margin-top:-15%; }
    .md\:mb---15 { margin-bottom:-15%; }
    
    
    .md\:p--20 { padding:20px !important; }
    .md\:p-20 { padding:20px; }
    .md\:pt-20 { padding-top:20px; }
    .md\:pb-20 { padding-bottom:20px; }
    .md\:pl-20 { padding-left:20px; }
    .md\:pr-20 { padding-right:20px; }

    .md\:m-20 {  margin:20px; }
    .md\:mt-20 { margin-top:20px; }
    .md\:mb-20 { margin-bottom:20px; }
    .md\:ml-20 { margin-left:20px; }
    .md\:mr-20 { margin-right:20px; }

    .md\:ml--20 { margin-left:-20px; }
    .md\:mr--20 { margin-right:-20px; }

    .md\:mt--20 { margin-top:-20px; }
    .md\:mb--20 { margin-bottom:-20px; }

    .md\:max--20 { max-width:20%; }
    .md\:mt---20 { margin-top:-20%; }
    .md\:mb---20 { margin-bottom:-20%; }
    
    
    .md\:p--25 { padding:25px !important; }
    .md\:p-25 { padding:25px; }
    .md\:pt-25 { padding-top:25px; }
    .md\:pb-25 { padding-bottom:25px; }
    .md\:pl-25 { padding-left:25px; }
    .md\:pr-25 { padding-right:25px; }

    .md\:m-25 {  margin:25px; }
    .md\:mt-25 { margin-top:25px; }
    .md\:mb-25 { margin-bottom:25px; }
    .md\:ml-25 { margin-left:25px; }
    .md\:mr-25 { margin-right:25px; }

    .md\:ml--25 { margin-left:-25px; }
    .md\:mr--25 { margin-right:-25px; }

    .md\:mt--25 { margin-top:-25px; }
    .md\:mb--25 { margin-bottom:-25px; }

    .md\:max--25 { max-width:25%; }
    .md\:mt---25 { margin-top:-25%; }
    .md\:mb---25 { margin-bottom:-25%; }
    
    
    .md\:p--30 { padding:30px !important; }
    .md\:p-30 { padding:30px; }
    .md\:pt-30 { padding-top:30px; }
    .md\:pb-30 { padding-bottom:30px; }
    .md\:pl-30 { padding-left:30px; }
    .md\:pr-30 { padding-right:30px; }

    .md\:m-30 {  margin:30px; }
    .md\:mt-30 { margin-top:30px; }
    .md\:mb-30 { margin-bottom:30px; }
    .md\:ml-30 { margin-left:30px; }
    .md\:mr-30 { margin-right:30px; }

    .md\:ml--30 { margin-left:-30px; }
    .md\:mr--30 { margin-right:-30px; }

    .md\:mt--30 { margin-top:-30px; }
    .md\:mb--30 { margin-bottom:-30px; }

    .md\:max--30 { max-width:30%; }
    .md\:mt---30 { margin-top:-30%; }
    .md\:mb---30 { margin-bottom:-30%; }
    
    
    .md\:p--35 { padding:35px !important; }
    .md\:p-35 { padding:35px; }
    .md\:pt-35 { padding-top:35px; }
    .md\:pb-35 { padding-bottom:35px; }
    .md\:pl-35 { padding-left:35px; }
    .md\:pr-35 { padding-right:35px; }

    .md\:m-35 {  margin:35px; }
    .md\:mt-35 { margin-top:35px; }
    .md\:mb-35 { margin-bottom:35px; }
    .md\:ml-35 { margin-left:35px; }
    .md\:mr-35 { margin-right:35px; }

    .md\:ml--35 { margin-left:-35px; }
    .md\:mr--35 { margin-right:-35px; }

    .md\:mt--35 { margin-top:-35px; }
    .md\:mb--35 { margin-bottom:-35px; }

    .md\:max--35 { max-width:35%; }
    .md\:mt---35 { margin-top:-35%; }
    .md\:mb---35 { margin-bottom:-35%; }
    
    
    .md\:p--40 { padding:40px !important; }
    .md\:p-40 { padding:40px; }
    .md\:pt-40 { padding-top:40px; }
    .md\:pb-40 { padding-bottom:40px; }
    .md\:pl-40 { padding-left:40px; }
    .md\:pr-40 { padding-right:40px; }

    .md\:m-40 {  margin:40px; }
    .md\:mt-40 { margin-top:40px; }
    .md\:mb-40 { margin-bottom:40px; }
    .md\:ml-40 { margin-left:40px; }
    .md\:mr-40 { margin-right:40px; }

    .md\:ml--40 { margin-left:-40px; }
    .md\:mr--40 { margin-right:-40px; }

    .md\:mt--40 { margin-top:-40px; }
    .md\:mb--40 { margin-bottom:-40px; }

    .md\:max--40 { max-width:40%; }
    .md\:mt---40 { margin-top:-40%; }
    .md\:mb---40 { margin-bottom:-40%; }
    
    
    .md\:p--45 { padding:45px !important; }
    .md\:p-45 { padding:45px; }
    .md\:pt-45 { padding-top:45px; }
    .md\:pb-45 { padding-bottom:45px; }
    .md\:pl-45 { padding-left:45px; }
    .md\:pr-45 { padding-right:45px; }

    .md\:m-45 {  margin:45px; }
    .md\:mt-45 { margin-top:45px; }
    .md\:mb-45 { margin-bottom:45px; }
    .md\:ml-45 { margin-left:45px; }
    .md\:mr-45 { margin-right:45px; }

    .md\:ml--45 { margin-left:-45px; }
    .md\:mr--45 { margin-right:-45px; }

    .md\:mt--45 { margin-top:-45px; }
    .md\:mb--45 { margin-bottom:-45px; }

    .md\:max--45 { max-width:45%; }
    .md\:mt---45 { margin-top:-45%; }
    .md\:mb---45 { margin-bottom:-45%; }
    
    
    .md\:p--50 { padding:50px !important; }
    .md\:p-50 { padding:50px; }
    .md\:pt-50 { padding-top:50px; }
    .md\:pb-50 { padding-bottom:50px; }
    .md\:pl-50 { padding-left:50px; }
    .md\:pr-50 { padding-right:50px; }

    .md\:m-50 {  margin:50px; }
    .md\:mt-50 { margin-top:50px; }
    .md\:mb-50 { margin-bottom:50px; }
    .md\:ml-50 { margin-left:50px; }
    .md\:mr-50 { margin-right:50px; }

    .md\:ml--50 { margin-left:-50px; }
    .md\:mr--50 { margin-right:-50px; }

    .md\:mt--50 { margin-top:-50px; }
    .md\:mb--50 { margin-bottom:-50px; }

    .md\:max--50 { max-width:50%; }
    .md\:mt---50 { margin-top:-50%; }
    .md\:mb---50 { margin-bottom:-50%; }
    
    
    .md\:p--55 { padding:55px !important; }
    .md\:p-55 { padding:55px; }
    .md\:pt-55 { padding-top:55px; }
    .md\:pb-55 { padding-bottom:55px; }
    .md\:pl-55 { padding-left:55px; }
    .md\:pr-55 { padding-right:55px; }

    .md\:m-55 {  margin:55px; }
    .md\:mt-55 { margin-top:55px; }
    .md\:mb-55 { margin-bottom:55px; }
    .md\:ml-55 { margin-left:55px; }
    .md\:mr-55 { margin-right:55px; }

    .md\:ml--55 { margin-left:-55px; }
    .md\:mr--55 { margin-right:-55px; }

    .md\:mt--55 { margin-top:-55px; }
    .md\:mb--55 { margin-bottom:-55px; }

    .md\:max--55 { max-width:55%; }
    .md\:mt---55 { margin-top:-55%; }
    .md\:mb---55 { margin-bottom:-55%; }
    
    
    .md\:p--60 { padding:60px !important; }
    .md\:p-60 { padding:60px; }
    .md\:pt-60 { padding-top:60px; }
    .md\:pb-60 { padding-bottom:60px; }
    .md\:pl-60 { padding-left:60px; }
    .md\:pr-60 { padding-right:60px; }

    .md\:m-60 {  margin:60px; }
    .md\:mt-60 { margin-top:60px; }
    .md\:mb-60 { margin-bottom:60px; }
    .md\:ml-60 { margin-left:60px; }
    .md\:mr-60 { margin-right:60px; }

    .md\:ml--60 { margin-left:-60px; }
    .md\:mr--60 { margin-right:-60px; }

    .md\:mt--60 { margin-top:-60px; }
    .md\:mb--60 { margin-bottom:-60px; }

    .md\:max--60 { max-width:60%; }
    .md\:mt---60 { margin-top:-60%; }
    .md\:mb---60 { margin-bottom:-60%; }
    
    
    .md\:p--65 { padding:65px !important; }
    .md\:p-65 { padding:65px; }
    .md\:pt-65 { padding-top:65px; }
    .md\:pb-65 { padding-bottom:65px; }
    .md\:pl-65 { padding-left:65px; }
    .md\:pr-65 { padding-right:65px; }

    .md\:m-65 {  margin:65px; }
    .md\:mt-65 { margin-top:65px; }
    .md\:mb-65 { margin-bottom:65px; }
    .md\:ml-65 { margin-left:65px; }
    .md\:mr-65 { margin-right:65px; }

    .md\:ml--65 { margin-left:-65px; }
    .md\:mr--65 { margin-right:-65px; }

    .md\:mt--65 { margin-top:-65px; }
    .md\:mb--65 { margin-bottom:-65px; }

    .md\:max--65 { max-width:65%; }
    .md\:mt---65 { margin-top:-65%; }
    .md\:mb---65 { margin-bottom:-65%; }
    
    
    .md\:p--70 { padding:70px !important; }
    .md\:p-70 { padding:70px; }
    .md\:pt-70 { padding-top:70px; }
    .md\:pb-70 { padding-bottom:70px; }
    .md\:pl-70 { padding-left:70px; }
    .md\:pr-70 { padding-right:70px; }

    .md\:m-70 {  margin:70px; }
    .md\:mt-70 { margin-top:70px; }
    .md\:mb-70 { margin-bottom:70px; }
    .md\:ml-70 { margin-left:70px; }
    .md\:mr-70 { margin-right:70px; }

    .md\:ml--70 { margin-left:-70px; }
    .md\:mr--70 { margin-right:-70px; }

    .md\:mt--70 { margin-top:-70px; }
    .md\:mb--70 { margin-bottom:-70px; }

    .md\:max--70 { max-width:70%; }
    .md\:mt---70 { margin-top:-70%; }
    .md\:mb---70 { margin-bottom:-70%; }
    
    
    .md\:p--75 { padding:75px !important; }
    .md\:p-75 { padding:75px; }
    .md\:pt-75 { padding-top:75px; }
    .md\:pb-75 { padding-bottom:75px; }
    .md\:pl-75 { padding-left:75px; }
    .md\:pr-75 { padding-right:75px; }

    .md\:m-75 {  margin:75px; }
    .md\:mt-75 { margin-top:75px; }
    .md\:mb-75 { margin-bottom:75px; }
    .md\:ml-75 { margin-left:75px; }
    .md\:mr-75 { margin-right:75px; }

    .md\:ml--75 { margin-left:-75px; }
    .md\:mr--75 { margin-right:-75px; }

    .md\:mt--75 { margin-top:-75px; }
    .md\:mb--75 { margin-bottom:-75px; }

    .md\:max--75 { max-width:75%; }
    .md\:mt---75 { margin-top:-75%; }
    .md\:mb---75 { margin-bottom:-75%; }
    
    
    .md\:p--80 { padding:80px !important; }
    .md\:p-80 { padding:80px; }
    .md\:pt-80 { padding-top:80px; }
    .md\:pb-80 { padding-bottom:80px; }
    .md\:pl-80 { padding-left:80px; }
    .md\:pr-80 { padding-right:80px; }

    .md\:m-80 {  margin:80px; }
    .md\:mt-80 { margin-top:80px; }
    .md\:mb-80 { margin-bottom:80px; }
    .md\:ml-80 { margin-left:80px; }
    .md\:mr-80 { margin-right:80px; }

    .md\:ml--80 { margin-left:-80px; }
    .md\:mr--80 { margin-right:-80px; }

    .md\:mt--80 { margin-top:-80px; }
    .md\:mb--80 { margin-bottom:-80px; }

    .md\:max--80 { max-width:80%; }
    .md\:mt---80 { margin-top:-80%; }
    .md\:mb---80 { margin-bottom:-80%; }
    
    
    .md\:p--85 { padding:85px !important; }
    .md\:p-85 { padding:85px; }
    .md\:pt-85 { padding-top:85px; }
    .md\:pb-85 { padding-bottom:85px; }
    .md\:pl-85 { padding-left:85px; }
    .md\:pr-85 { padding-right:85px; }

    .md\:m-85 {  margin:85px; }
    .md\:mt-85 { margin-top:85px; }
    .md\:mb-85 { margin-bottom:85px; }
    .md\:ml-85 { margin-left:85px; }
    .md\:mr-85 { margin-right:85px; }

    .md\:ml--85 { margin-left:-85px; }
    .md\:mr--85 { margin-right:-85px; }

    .md\:mt--85 { margin-top:-85px; }
    .md\:mb--85 { margin-bottom:-85px; }

    .md\:max--85 { max-width:85%; }
    .md\:mt---85 { margin-top:-85%; }
    .md\:mb---85 { margin-bottom:-85%; }
    
    
    .md\:p--90 { padding:90px !important; }
    .md\:p-90 { padding:90px; }
    .md\:pt-90 { padding-top:90px; }
    .md\:pb-90 { padding-bottom:90px; }
    .md\:pl-90 { padding-left:90px; }
    .md\:pr-90 { padding-right:90px; }

    .md\:m-90 {  margin:90px; }
    .md\:mt-90 { margin-top:90px; }
    .md\:mb-90 { margin-bottom:90px; }
    .md\:ml-90 { margin-left:90px; }
    .md\:mr-90 { margin-right:90px; }

    .md\:ml--90 { margin-left:-90px; }
    .md\:mr--90 { margin-right:-90px; }

    .md\:mt--90 { margin-top:-90px; }
    .md\:mb--90 { margin-bottom:-90px; }

    .md\:max--90 { max-width:90%; }
    .md\:mt---90 { margin-top:-90%; }
    .md\:mb---90 { margin-bottom:-90%; }
    
    
    .md\:p--95 { padding:95px !important; }
    .md\:p-95 { padding:95px; }
    .md\:pt-95 { padding-top:95px; }
    .md\:pb-95 { padding-bottom:95px; }
    .md\:pl-95 { padding-left:95px; }
    .md\:pr-95 { padding-right:95px; }

    .md\:m-95 {  margin:95px; }
    .md\:mt-95 { margin-top:95px; }
    .md\:mb-95 { margin-bottom:95px; }
    .md\:ml-95 { margin-left:95px; }
    .md\:mr-95 { margin-right:95px; }

    .md\:ml--95 { margin-left:-95px; }
    .md\:mr--95 { margin-right:-95px; }

    .md\:mt--95 { margin-top:-95px; }
    .md\:mb--95 { margin-bottom:-95px; }

    .md\:max--95 { max-width:95%; }
    .md\:mt---95 { margin-top:-95%; }
    .md\:mb---95 { margin-bottom:-95%; }
    
    
    .md\:p--100 { padding:100px !important; }
    .md\:p-100 { padding:100px; }
    .md\:pt-100 { padding-top:100px; }
    .md\:pb-100 { padding-bottom:100px; }
    .md\:pl-100 { padding-left:100px; }
    .md\:pr-100 { padding-right:100px; }

    .md\:m-100 {  margin:100px; }
    .md\:mt-100 { margin-top:100px; }
    .md\:mb-100 { margin-bottom:100px; }
    .md\:ml-100 { margin-left:100px; }
    .md\:mr-100 { margin-right:100px; }

    .md\:ml--100 { margin-left:-100px; }
    .md\:mr--100 { margin-right:-100px; }

    .md\:mt--100 { margin-top:-100px; }
    .md\:mb--100 { margin-bottom:-100px; }

    .md\:max--100 { max-width:100%; }
    .md\:mt---100 { margin-top:-100%; }
    .md\:mb---100 { margin-bottom:-100%; }
    
    
    .md\:p--105 { padding:105px !important; }
    .md\:p-105 { padding:105px; }
    .md\:pt-105 { padding-top:105px; }
    .md\:pb-105 { padding-bottom:105px; }
    .md\:pl-105 { padding-left:105px; }
    .md\:pr-105 { padding-right:105px; }

    .md\:m-105 {  margin:105px; }
    .md\:mt-105 { margin-top:105px; }
    .md\:mb-105 { margin-bottom:105px; }
    .md\:ml-105 { margin-left:105px; }
    .md\:mr-105 { margin-right:105px; }

    .md\:ml--105 { margin-left:-105px; }
    .md\:mr--105 { margin-right:-105px; }

    .md\:mt--105 { margin-top:-105px; }
    .md\:mb--105 { margin-bottom:-105px; }

    .md\:max--105 { max-width:105%; }
    .md\:mt---105 { margin-top:-105%; }
    .md\:mb---105 { margin-bottom:-105%; }
    
    
    .md\:p--110 { padding:110px !important; }
    .md\:p-110 { padding:110px; }
    .md\:pt-110 { padding-top:110px; }
    .md\:pb-110 { padding-bottom:110px; }
    .md\:pl-110 { padding-left:110px; }
    .md\:pr-110 { padding-right:110px; }

    .md\:m-110 {  margin:110px; }
    .md\:mt-110 { margin-top:110px; }
    .md\:mb-110 { margin-bottom:110px; }
    .md\:ml-110 { margin-left:110px; }
    .md\:mr-110 { margin-right:110px; }

    .md\:ml--110 { margin-left:-110px; }
    .md\:mr--110 { margin-right:-110px; }

    .md\:mt--110 { margin-top:-110px; }
    .md\:mb--110 { margin-bottom:-110px; }

    .md\:max--110 { max-width:110%; }
    .md\:mt---110 { margin-top:-110%; }
    .md\:mb---110 { margin-bottom:-110%; }
    
    
    .md\:p--115 { padding:115px !important; }
    .md\:p-115 { padding:115px; }
    .md\:pt-115 { padding-top:115px; }
    .md\:pb-115 { padding-bottom:115px; }
    .md\:pl-115 { padding-left:115px; }
    .md\:pr-115 { padding-right:115px; }

    .md\:m-115 {  margin:115px; }
    .md\:mt-115 { margin-top:115px; }
    .md\:mb-115 { margin-bottom:115px; }
    .md\:ml-115 { margin-left:115px; }
    .md\:mr-115 { margin-right:115px; }

    .md\:ml--115 { margin-left:-115px; }
    .md\:mr--115 { margin-right:-115px; }

    .md\:mt--115 { margin-top:-115px; }
    .md\:mb--115 { margin-bottom:-115px; }

    .md\:max--115 { max-width:115%; }
    .md\:mt---115 { margin-top:-115%; }
    .md\:mb---115 { margin-bottom:-115%; }
    
    
    .md\:p--120 { padding:120px !important; }
    .md\:p-120 { padding:120px; }
    .md\:pt-120 { padding-top:120px; }
    .md\:pb-120 { padding-bottom:120px; }
    .md\:pl-120 { padding-left:120px; }
    .md\:pr-120 { padding-right:120px; }

    .md\:m-120 {  margin:120px; }
    .md\:mt-120 { margin-top:120px; }
    .md\:mb-120 { margin-bottom:120px; }
    .md\:ml-120 { margin-left:120px; }
    .md\:mr-120 { margin-right:120px; }

    .md\:ml--120 { margin-left:-120px; }
    .md\:mr--120 { margin-right:-120px; }

    .md\:mt--120 { margin-top:-120px; }
    .md\:mb--120 { margin-bottom:-120px; }

    .md\:max--120 { max-width:120%; }
    .md\:mt---120 { margin-top:-120%; }
    .md\:mb---120 { margin-bottom:-120%; }
    
    
    .md\:p--125 { padding:125px !important; }
    .md\:p-125 { padding:125px; }
    .md\:pt-125 { padding-top:125px; }
    .md\:pb-125 { padding-bottom:125px; }
    .md\:pl-125 { padding-left:125px; }
    .md\:pr-125 { padding-right:125px; }

    .md\:m-125 {  margin:125px; }
    .md\:mt-125 { margin-top:125px; }
    .md\:mb-125 { margin-bottom:125px; }
    .md\:ml-125 { margin-left:125px; }
    .md\:mr-125 { margin-right:125px; }

    .md\:ml--125 { margin-left:-125px; }
    .md\:mr--125 { margin-right:-125px; }

    .md\:mt--125 { margin-top:-125px; }
    .md\:mb--125 { margin-bottom:-125px; }

    .md\:max--125 { max-width:125%; }
    .md\:mt---125 { margin-top:-125%; }
    .md\:mb---125 { margin-bottom:-125%; }
    
    
    .md\:p--130 { padding:130px !important; }
    .md\:p-130 { padding:130px; }
    .md\:pt-130 { padding-top:130px; }
    .md\:pb-130 { padding-bottom:130px; }
    .md\:pl-130 { padding-left:130px; }
    .md\:pr-130 { padding-right:130px; }

    .md\:m-130 {  margin:130px; }
    .md\:mt-130 { margin-top:130px; }
    .md\:mb-130 { margin-bottom:130px; }
    .md\:ml-130 { margin-left:130px; }
    .md\:mr-130 { margin-right:130px; }

    .md\:ml--130 { margin-left:-130px; }
    .md\:mr--130 { margin-right:-130px; }

    .md\:mt--130 { margin-top:-130px; }
    .md\:mb--130 { margin-bottom:-130px; }

    .md\:max--130 { max-width:130%; }
    .md\:mt---130 { margin-top:-130%; }
    .md\:mb---130 { margin-bottom:-130%; }
    
    
    .md\:p--135 { padding:135px !important; }
    .md\:p-135 { padding:135px; }
    .md\:pt-135 { padding-top:135px; }
    .md\:pb-135 { padding-bottom:135px; }
    .md\:pl-135 { padding-left:135px; }
    .md\:pr-135 { padding-right:135px; }

    .md\:m-135 {  margin:135px; }
    .md\:mt-135 { margin-top:135px; }
    .md\:mb-135 { margin-bottom:135px; }
    .md\:ml-135 { margin-left:135px; }
    .md\:mr-135 { margin-right:135px; }

    .md\:ml--135 { margin-left:-135px; }
    .md\:mr--135 { margin-right:-135px; }

    .md\:mt--135 { margin-top:-135px; }
    .md\:mb--135 { margin-bottom:-135px; }

    .md\:max--135 { max-width:135%; }
    .md\:mt---135 { margin-top:-135%; }
    .md\:mb---135 { margin-bottom:-135%; }
    
    
    .md\:p--140 { padding:140px !important; }
    .md\:p-140 { padding:140px; }
    .md\:pt-140 { padding-top:140px; }
    .md\:pb-140 { padding-bottom:140px; }
    .md\:pl-140 { padding-left:140px; }
    .md\:pr-140 { padding-right:140px; }

    .md\:m-140 {  margin:140px; }
    .md\:mt-140 { margin-top:140px; }
    .md\:mb-140 { margin-bottom:140px; }
    .md\:ml-140 { margin-left:140px; }
    .md\:mr-140 { margin-right:140px; }

    .md\:ml--140 { margin-left:-140px; }
    .md\:mr--140 { margin-right:-140px; }

    .md\:mt--140 { margin-top:-140px; }
    .md\:mb--140 { margin-bottom:-140px; }

    .md\:max--140 { max-width:140%; }
    .md\:mt---140 { margin-top:-140%; }
    .md\:mb---140 { margin-bottom:-140%; }
    
    
    .md\:p--145 { padding:145px !important; }
    .md\:p-145 { padding:145px; }
    .md\:pt-145 { padding-top:145px; }
    .md\:pb-145 { padding-bottom:145px; }
    .md\:pl-145 { padding-left:145px; }
    .md\:pr-145 { padding-right:145px; }

    .md\:m-145 {  margin:145px; }
    .md\:mt-145 { margin-top:145px; }
    .md\:mb-145 { margin-bottom:145px; }
    .md\:ml-145 { margin-left:145px; }
    .md\:mr-145 { margin-right:145px; }

    .md\:ml--145 { margin-left:-145px; }
    .md\:mr--145 { margin-right:-145px; }

    .md\:mt--145 { margin-top:-145px; }
    .md\:mb--145 { margin-bottom:-145px; }

    .md\:max--145 { max-width:145%; }
    .md\:mt---145 { margin-top:-145%; }
    .md\:mb---145 { margin-bottom:-145%; }
    
    
    .md\:p--150 { padding:150px !important; }
    .md\:p-150 { padding:150px; }
    .md\:pt-150 { padding-top:150px; }
    .md\:pb-150 { padding-bottom:150px; }
    .md\:pl-150 { padding-left:150px; }
    .md\:pr-150 { padding-right:150px; }

    .md\:m-150 {  margin:150px; }
    .md\:mt-150 { margin-top:150px; }
    .md\:mb-150 { margin-bottom:150px; }
    .md\:ml-150 { margin-left:150px; }
    .md\:mr-150 { margin-right:150px; }

    .md\:ml--150 { margin-left:-150px; }
    .md\:mr--150 { margin-right:-150px; }

    .md\:mt--150 { margin-top:-150px; }
    .md\:mb--150 { margin-bottom:-150px; }

    .md\:max--150 { max-width:150%; }
    .md\:mt---150 { margin-top:-150%; }
    .md\:mb---150 { margin-bottom:-150%; }
    
    

    
    .md\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .md\:max-50 { max-width:50px; }
    .md\:text-2{ font-size:2px; } 

    
    .md\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .md\:max-100 { max-width:100px; }
    .md\:text-4{ font-size:4px; } 

    
    .md\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .md\:max-150 { max-width:150px; }
    .md\:text-6{ font-size:6px; } 

    
    .md\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .md\:max-200 { max-width:200px; }
    .md\:text-8{ font-size:8px; } 

    
    .md\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .md\:max-250 { max-width:250px; }
    .md\:text-10{ font-size:10px; } 

    
    .md\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .md\:max-300 { max-width:300px; }
    .md\:text-12{ font-size:12px; } 

    
    .md\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .md\:max-350 { max-width:350px; }
    .md\:text-14{ font-size:14px; } 

    
    .md\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .md\:max-400 { max-width:400px; }
    .md\:text-16{ font-size:16px; } 

    
    .md\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .md\:max-450 { max-width:450px; }
    .md\:text-18{ font-size:18px; } 

    
    .md\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .md\:max-500 { max-width:500px; }
    .md\:text-20{ font-size:20px; } 

    
    .md\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .md\:max-550 { max-width:550px; }
    .md\:text-22{ font-size:22px; } 

    
    .md\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .md\:max-600 { max-width:600px; }
    .md\:text-24{ font-size:24px; } 

    
    .md\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .md\:max-650 { max-width:650px; }
    .md\:text-26{ font-size:26px; } 

    
    .md\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .md\:max-700 { max-width:700px; }
    .md\:text-28{ font-size:28px; } 

    
    .md\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .md\:max-750 { max-width:750px; }
    .md\:text-30{ font-size:30px; } 

    
    .md\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .md\:max-800 { max-width:800px; }
    .md\:text-32{ font-size:32px; } 

    
    .md\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .md\:max-850 { max-width:850px; }
    .md\:text-34{ font-size:34px; } 

    
    .md\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .md\:max-900 { max-width:900px; }
    .md\:text-36{ font-size:36px; } 

    
    .md\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .md\:max-950 { max-width:950px; }
    .md\:text-38{ font-size:38px; } 

    
    .md\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .md\:max-1000 { max-width:1000px; }
    .md\:text-40{ font-size:40px; } 

    
    .md\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .md\:max-1050 { max-width:1050px; }
    .md\:text-42{ font-size:42px; } 

    
    .md\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .md\:max-1100 { max-width:1100px; }
    .md\:text-44{ font-size:44px; } 

    
    .md\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .md\:max-1150 { max-width:1150px; }
    .md\:text-46{ font-size:46px; } 

    
    .md\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .md\:max-1200 { max-width:1200px; }
    .md\:text-48{ font-size:48px; } 

    
    .md\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .md\:max-1250 { max-width:1250px; }
    .md\:text-50{ font-size:50px; } 

    
    .md\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .md\:max-1300 { max-width:1300px; }
    .md\:text-52{ font-size:52px; } 

    
    .md\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .md\:max-1350 { max-width:1350px; }
    .md\:text-54{ font-size:54px; } 

    
    .md\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .md\:max-1400 { max-width:1400px; }
    .md\:text-56{ font-size:56px; } 

    
    .md\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .md\:max-1450 { max-width:1450px; }
    .md\:text-58{ font-size:58px; } 

    

    .md\:max-full { max-width:100%; }
    .md\:ml-auto{ margin-left:auto; }
    .md\:mr-auto{ margin-right:auto; }
    .md\:vh-100{ height:100vh; }
    .md\:vh-auto{ height:auto; }
}


@media(min-width:1200px){
    
    
    .lg\:d-block {
        display:block;
    }
    
    .lg\:d-inline-block {
        display:inline-block;
    }
    
    .lg\:d-flex {
        display:flex;
    }
    
    .lg\:d-inline-flex {
        display:inline-flex;
    }
    
    .lg\:d-none {
        display:none;
    }
    
    
    
    .lg\:align-center {
        align-items:center;
    }
    
    .lg\:align-flex-start {
        align-items:flex-start;
    }
    
    .lg\:align-flex-end {
        align-items:flex-end;
    }
    
    .lg\:align-normal {
        align-items:normal;
    }
    
    
    
    .lg\:justify-center {
        justify-content:center;
    }
    
    .lg\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .lg\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .lg\:justify-space-around {
        justify-content:space-around;
    }
    
    .lg\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .lg\:text-left {
        text-align:left;
    }
    
    .lg\:text-right {
        text-align:right;
    }
    
    .lg\:text-center {
        text-align:center;
    }
    
    
    
    .lg\:direction-column {
        flex-direction:column;
    }
    
    .lg\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .lg\:direction-row {
        flex-direction:row;
    }
    
    .lg\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .lg\:p--0 { padding:0px !important; }
    .lg\:p-0 { padding:0px; }
    .lg\:pt-0 { padding-top:0px; }
    .lg\:pb-0 { padding-bottom:0px; }
    .lg\:pl-0 { padding-left:0px; }
    .lg\:pr-0 { padding-right:0px; }

    .lg\:m-0 {  margin:0px; }
    .lg\:mt-0 { margin-top:0px; }
    .lg\:mb-0 { margin-bottom:0px; }
    .lg\:ml-0 { margin-left:0px; }
    .lg\:mr-0 { margin-right:0px; }

    .lg\:ml--0 { margin-left:-0px; }
    .lg\:mr--0 { margin-right:-0px; }

    .lg\:mt--0 { margin-top:-0px; }
    .lg\:mb--0 { margin-bottom:-0px; }

    .lg\:max--0 { max-width:0%; }
    .lg\:mt---0 { margin-top:-0%; }
    .lg\:mb---0 { margin-bottom:-0%; }
    
    
    .lg\:p--5 { padding:5px !important; }
    .lg\:p-5 { padding:5px; }
    .lg\:pt-5 { padding-top:5px; }
    .lg\:pb-5 { padding-bottom:5px; }
    .lg\:pl-5 { padding-left:5px; }
    .lg\:pr-5 { padding-right:5px; }

    .lg\:m-5 {  margin:5px; }
    .lg\:mt-5 { margin-top:5px; }
    .lg\:mb-5 { margin-bottom:5px; }
    .lg\:ml-5 { margin-left:5px; }
    .lg\:mr-5 { margin-right:5px; }

    .lg\:ml--5 { margin-left:-5px; }
    .lg\:mr--5 { margin-right:-5px; }

    .lg\:mt--5 { margin-top:-5px; }
    .lg\:mb--5 { margin-bottom:-5px; }

    .lg\:max--5 { max-width:5%; }
    .lg\:mt---5 { margin-top:-5%; }
    .lg\:mb---5 { margin-bottom:-5%; }
    
    
    .lg\:p--10 { padding:10px !important; }
    .lg\:p-10 { padding:10px; }
    .lg\:pt-10 { padding-top:10px; }
    .lg\:pb-10 { padding-bottom:10px; }
    .lg\:pl-10 { padding-left:10px; }
    .lg\:pr-10 { padding-right:10px; }

    .lg\:m-10 {  margin:10px; }
    .lg\:mt-10 { margin-top:10px; }
    .lg\:mb-10 { margin-bottom:10px; }
    .lg\:ml-10 { margin-left:10px; }
    .lg\:mr-10 { margin-right:10px; }

    .lg\:ml--10 { margin-left:-10px; }
    .lg\:mr--10 { margin-right:-10px; }

    .lg\:mt--10 { margin-top:-10px; }
    .lg\:mb--10 { margin-bottom:-10px; }

    .lg\:max--10 { max-width:10%; }
    .lg\:mt---10 { margin-top:-10%; }
    .lg\:mb---10 { margin-bottom:-10%; }
    
    
    .lg\:p--15 { padding:15px !important; }
    .lg\:p-15 { padding:15px; }
    .lg\:pt-15 { padding-top:15px; }
    .lg\:pb-15 { padding-bottom:15px; }
    .lg\:pl-15 { padding-left:15px; }
    .lg\:pr-15 { padding-right:15px; }

    .lg\:m-15 {  margin:15px; }
    .lg\:mt-15 { margin-top:15px; }
    .lg\:mb-15 { margin-bottom:15px; }
    .lg\:ml-15 { margin-left:15px; }
    .lg\:mr-15 { margin-right:15px; }

    .lg\:ml--15 { margin-left:-15px; }
    .lg\:mr--15 { margin-right:-15px; }

    .lg\:mt--15 { margin-top:-15px; }
    .lg\:mb--15 { margin-bottom:-15px; }

    .lg\:max--15 { max-width:15%; }
    .lg\:mt---15 { margin-top:-15%; }
    .lg\:mb---15 { margin-bottom:-15%; }
    
    
    .lg\:p--20 { padding:20px !important; }
    .lg\:p-20 { padding:20px; }
    .lg\:pt-20 { padding-top:20px; }
    .lg\:pb-20 { padding-bottom:20px; }
    .lg\:pl-20 { padding-left:20px; }
    .lg\:pr-20 { padding-right:20px; }

    .lg\:m-20 {  margin:20px; }
    .lg\:mt-20 { margin-top:20px; }
    .lg\:mb-20 { margin-bottom:20px; }
    .lg\:ml-20 { margin-left:20px; }
    .lg\:mr-20 { margin-right:20px; }

    .lg\:ml--20 { margin-left:-20px; }
    .lg\:mr--20 { margin-right:-20px; }

    .lg\:mt--20 { margin-top:-20px; }
    .lg\:mb--20 { margin-bottom:-20px; }

    .lg\:max--20 { max-width:20%; }
    .lg\:mt---20 { margin-top:-20%; }
    .lg\:mb---20 { margin-bottom:-20%; }
    
    
    .lg\:p--25 { padding:25px !important; }
    .lg\:p-25 { padding:25px; }
    .lg\:pt-25 { padding-top:25px; }
    .lg\:pb-25 { padding-bottom:25px; }
    .lg\:pl-25 { padding-left:25px; }
    .lg\:pr-25 { padding-right:25px; }

    .lg\:m-25 {  margin:25px; }
    .lg\:mt-25 { margin-top:25px; }
    .lg\:mb-25 { margin-bottom:25px; }
    .lg\:ml-25 { margin-left:25px; }
    .lg\:mr-25 { margin-right:25px; }

    .lg\:ml--25 { margin-left:-25px; }
    .lg\:mr--25 { margin-right:-25px; }

    .lg\:mt--25 { margin-top:-25px; }
    .lg\:mb--25 { margin-bottom:-25px; }

    .lg\:max--25 { max-width:25%; }
    .lg\:mt---25 { margin-top:-25%; }
    .lg\:mb---25 { margin-bottom:-25%; }
    
    
    .lg\:p--30 { padding:30px !important; }
    .lg\:p-30 { padding:30px; }
    .lg\:pt-30 { padding-top:30px; }
    .lg\:pb-30 { padding-bottom:30px; }
    .lg\:pl-30 { padding-left:30px; }
    .lg\:pr-30 { padding-right:30px; }

    .lg\:m-30 {  margin:30px; }
    .lg\:mt-30 { margin-top:30px; }
    .lg\:mb-30 { margin-bottom:30px; }
    .lg\:ml-30 { margin-left:30px; }
    .lg\:mr-30 { margin-right:30px; }

    .lg\:ml--30 { margin-left:-30px; }
    .lg\:mr--30 { margin-right:-30px; }

    .lg\:mt--30 { margin-top:-30px; }
    .lg\:mb--30 { margin-bottom:-30px; }

    .lg\:max--30 { max-width:30%; }
    .lg\:mt---30 { margin-top:-30%; }
    .lg\:mb---30 { margin-bottom:-30%; }
    
    
    .lg\:p--35 { padding:35px !important; }
    .lg\:p-35 { padding:35px; }
    .lg\:pt-35 { padding-top:35px; }
    .lg\:pb-35 { padding-bottom:35px; }
    .lg\:pl-35 { padding-left:35px; }
    .lg\:pr-35 { padding-right:35px; }

    .lg\:m-35 {  margin:35px; }
    .lg\:mt-35 { margin-top:35px; }
    .lg\:mb-35 { margin-bottom:35px; }
    .lg\:ml-35 { margin-left:35px; }
    .lg\:mr-35 { margin-right:35px; }

    .lg\:ml--35 { margin-left:-35px; }
    .lg\:mr--35 { margin-right:-35px; }

    .lg\:mt--35 { margin-top:-35px; }
    .lg\:mb--35 { margin-bottom:-35px; }

    .lg\:max--35 { max-width:35%; }
    .lg\:mt---35 { margin-top:-35%; }
    .lg\:mb---35 { margin-bottom:-35%; }
    
    
    .lg\:p--40 { padding:40px !important; }
    .lg\:p-40 { padding:40px; }
    .lg\:pt-40 { padding-top:40px; }
    .lg\:pb-40 { padding-bottom:40px; }
    .lg\:pl-40 { padding-left:40px; }
    .lg\:pr-40 { padding-right:40px; }

    .lg\:m-40 {  margin:40px; }
    .lg\:mt-40 { margin-top:40px; }
    .lg\:mb-40 { margin-bottom:40px; }
    .lg\:ml-40 { margin-left:40px; }
    .lg\:mr-40 { margin-right:40px; }

    .lg\:ml--40 { margin-left:-40px; }
    .lg\:mr--40 { margin-right:-40px; }

    .lg\:mt--40 { margin-top:-40px; }
    .lg\:mb--40 { margin-bottom:-40px; }

    .lg\:max--40 { max-width:40%; }
    .lg\:mt---40 { margin-top:-40%; }
    .lg\:mb---40 { margin-bottom:-40%; }
    
    
    .lg\:p--45 { padding:45px !important; }
    .lg\:p-45 { padding:45px; }
    .lg\:pt-45 { padding-top:45px; }
    .lg\:pb-45 { padding-bottom:45px; }
    .lg\:pl-45 { padding-left:45px; }
    .lg\:pr-45 { padding-right:45px; }

    .lg\:m-45 {  margin:45px; }
    .lg\:mt-45 { margin-top:45px; }
    .lg\:mb-45 { margin-bottom:45px; }
    .lg\:ml-45 { margin-left:45px; }
    .lg\:mr-45 { margin-right:45px; }

    .lg\:ml--45 { margin-left:-45px; }
    .lg\:mr--45 { margin-right:-45px; }

    .lg\:mt--45 { margin-top:-45px; }
    .lg\:mb--45 { margin-bottom:-45px; }

    .lg\:max--45 { max-width:45%; }
    .lg\:mt---45 { margin-top:-45%; }
    .lg\:mb---45 { margin-bottom:-45%; }
    
    
    .lg\:p--50 { padding:50px !important; }
    .lg\:p-50 { padding:50px; }
    .lg\:pt-50 { padding-top:50px; }
    .lg\:pb-50 { padding-bottom:50px; }
    .lg\:pl-50 { padding-left:50px; }
    .lg\:pr-50 { padding-right:50px; }

    .lg\:m-50 {  margin:50px; }
    .lg\:mt-50 { margin-top:50px; }
    .lg\:mb-50 { margin-bottom:50px; }
    .lg\:ml-50 { margin-left:50px; }
    .lg\:mr-50 { margin-right:50px; }

    .lg\:ml--50 { margin-left:-50px; }
    .lg\:mr--50 { margin-right:-50px; }

    .lg\:mt--50 { margin-top:-50px; }
    .lg\:mb--50 { margin-bottom:-50px; }

    .lg\:max--50 { max-width:50%; }
    .lg\:mt---50 { margin-top:-50%; }
    .lg\:mb---50 { margin-bottom:-50%; }
    
    
    .lg\:p--55 { padding:55px !important; }
    .lg\:p-55 { padding:55px; }
    .lg\:pt-55 { padding-top:55px; }
    .lg\:pb-55 { padding-bottom:55px; }
    .lg\:pl-55 { padding-left:55px; }
    .lg\:pr-55 { padding-right:55px; }

    .lg\:m-55 {  margin:55px; }
    .lg\:mt-55 { margin-top:55px; }
    .lg\:mb-55 { margin-bottom:55px; }
    .lg\:ml-55 { margin-left:55px; }
    .lg\:mr-55 { margin-right:55px; }

    .lg\:ml--55 { margin-left:-55px; }
    .lg\:mr--55 { margin-right:-55px; }

    .lg\:mt--55 { margin-top:-55px; }
    .lg\:mb--55 { margin-bottom:-55px; }

    .lg\:max--55 { max-width:55%; }
    .lg\:mt---55 { margin-top:-55%; }
    .lg\:mb---55 { margin-bottom:-55%; }
    
    
    .lg\:p--60 { padding:60px !important; }
    .lg\:p-60 { padding:60px; }
    .lg\:pt-60 { padding-top:60px; }
    .lg\:pb-60 { padding-bottom:60px; }
    .lg\:pl-60 { padding-left:60px; }
    .lg\:pr-60 { padding-right:60px; }

    .lg\:m-60 {  margin:60px; }
    .lg\:mt-60 { margin-top:60px; }
    .lg\:mb-60 { margin-bottom:60px; }
    .lg\:ml-60 { margin-left:60px; }
    .lg\:mr-60 { margin-right:60px; }

    .lg\:ml--60 { margin-left:-60px; }
    .lg\:mr--60 { margin-right:-60px; }

    .lg\:mt--60 { margin-top:-60px; }
    .lg\:mb--60 { margin-bottom:-60px; }

    .lg\:max--60 { max-width:60%; }
    .lg\:mt---60 { margin-top:-60%; }
    .lg\:mb---60 { margin-bottom:-60%; }
    
    
    .lg\:p--65 { padding:65px !important; }
    .lg\:p-65 { padding:65px; }
    .lg\:pt-65 { padding-top:65px; }
    .lg\:pb-65 { padding-bottom:65px; }
    .lg\:pl-65 { padding-left:65px; }
    .lg\:pr-65 { padding-right:65px; }

    .lg\:m-65 {  margin:65px; }
    .lg\:mt-65 { margin-top:65px; }
    .lg\:mb-65 { margin-bottom:65px; }
    .lg\:ml-65 { margin-left:65px; }
    .lg\:mr-65 { margin-right:65px; }

    .lg\:ml--65 { margin-left:-65px; }
    .lg\:mr--65 { margin-right:-65px; }

    .lg\:mt--65 { margin-top:-65px; }
    .lg\:mb--65 { margin-bottom:-65px; }

    .lg\:max--65 { max-width:65%; }
    .lg\:mt---65 { margin-top:-65%; }
    .lg\:mb---65 { margin-bottom:-65%; }
    
    
    .lg\:p--70 { padding:70px !important; }
    .lg\:p-70 { padding:70px; }
    .lg\:pt-70 { padding-top:70px; }
    .lg\:pb-70 { padding-bottom:70px; }
    .lg\:pl-70 { padding-left:70px; }
    .lg\:pr-70 { padding-right:70px; }

    .lg\:m-70 {  margin:70px; }
    .lg\:mt-70 { margin-top:70px; }
    .lg\:mb-70 { margin-bottom:70px; }
    .lg\:ml-70 { margin-left:70px; }
    .lg\:mr-70 { margin-right:70px; }

    .lg\:ml--70 { margin-left:-70px; }
    .lg\:mr--70 { margin-right:-70px; }

    .lg\:mt--70 { margin-top:-70px; }
    .lg\:mb--70 { margin-bottom:-70px; }

    .lg\:max--70 { max-width:70%; }
    .lg\:mt---70 { margin-top:-70%; }
    .lg\:mb---70 { margin-bottom:-70%; }
    
    
    .lg\:p--75 { padding:75px !important; }
    .lg\:p-75 { padding:75px; }
    .lg\:pt-75 { padding-top:75px; }
    .lg\:pb-75 { padding-bottom:75px; }
    .lg\:pl-75 { padding-left:75px; }
    .lg\:pr-75 { padding-right:75px; }

    .lg\:m-75 {  margin:75px; }
    .lg\:mt-75 { margin-top:75px; }
    .lg\:mb-75 { margin-bottom:75px; }
    .lg\:ml-75 { margin-left:75px; }
    .lg\:mr-75 { margin-right:75px; }

    .lg\:ml--75 { margin-left:-75px; }
    .lg\:mr--75 { margin-right:-75px; }

    .lg\:mt--75 { margin-top:-75px; }
    .lg\:mb--75 { margin-bottom:-75px; }

    .lg\:max--75 { max-width:75%; }
    .lg\:mt---75 { margin-top:-75%; }
    .lg\:mb---75 { margin-bottom:-75%; }
    
    
    .lg\:p--80 { padding:80px !important; }
    .lg\:p-80 { padding:80px; }
    .lg\:pt-80 { padding-top:80px; }
    .lg\:pb-80 { padding-bottom:80px; }
    .lg\:pl-80 { padding-left:80px; }
    .lg\:pr-80 { padding-right:80px; }

    .lg\:m-80 {  margin:80px; }
    .lg\:mt-80 { margin-top:80px; }
    .lg\:mb-80 { margin-bottom:80px; }
    .lg\:ml-80 { margin-left:80px; }
    .lg\:mr-80 { margin-right:80px; }

    .lg\:ml--80 { margin-left:-80px; }
    .lg\:mr--80 { margin-right:-80px; }

    .lg\:mt--80 { margin-top:-80px; }
    .lg\:mb--80 { margin-bottom:-80px; }

    .lg\:max--80 { max-width:80%; }
    .lg\:mt---80 { margin-top:-80%; }
    .lg\:mb---80 { margin-bottom:-80%; }
    
    
    .lg\:p--85 { padding:85px !important; }
    .lg\:p-85 { padding:85px; }
    .lg\:pt-85 { padding-top:85px; }
    .lg\:pb-85 { padding-bottom:85px; }
    .lg\:pl-85 { padding-left:85px; }
    .lg\:pr-85 { padding-right:85px; }

    .lg\:m-85 {  margin:85px; }
    .lg\:mt-85 { margin-top:85px; }
    .lg\:mb-85 { margin-bottom:85px; }
    .lg\:ml-85 { margin-left:85px; }
    .lg\:mr-85 { margin-right:85px; }

    .lg\:ml--85 { margin-left:-85px; }
    .lg\:mr--85 { margin-right:-85px; }

    .lg\:mt--85 { margin-top:-85px; }
    .lg\:mb--85 { margin-bottom:-85px; }

    .lg\:max--85 { max-width:85%; }
    .lg\:mt---85 { margin-top:-85%; }
    .lg\:mb---85 { margin-bottom:-85%; }
    
    
    .lg\:p--90 { padding:90px !important; }
    .lg\:p-90 { padding:90px; }
    .lg\:pt-90 { padding-top:90px; }
    .lg\:pb-90 { padding-bottom:90px; }
    .lg\:pl-90 { padding-left:90px; }
    .lg\:pr-90 { padding-right:90px; }

    .lg\:m-90 {  margin:90px; }
    .lg\:mt-90 { margin-top:90px; }
    .lg\:mb-90 { margin-bottom:90px; }
    .lg\:ml-90 { margin-left:90px; }
    .lg\:mr-90 { margin-right:90px; }

    .lg\:ml--90 { margin-left:-90px; }
    .lg\:mr--90 { margin-right:-90px; }

    .lg\:mt--90 { margin-top:-90px; }
    .lg\:mb--90 { margin-bottom:-90px; }

    .lg\:max--90 { max-width:90%; }
    .lg\:mt---90 { margin-top:-90%; }
    .lg\:mb---90 { margin-bottom:-90%; }
    
    
    .lg\:p--95 { padding:95px !important; }
    .lg\:p-95 { padding:95px; }
    .lg\:pt-95 { padding-top:95px; }
    .lg\:pb-95 { padding-bottom:95px; }
    .lg\:pl-95 { padding-left:95px; }
    .lg\:pr-95 { padding-right:95px; }

    .lg\:m-95 {  margin:95px; }
    .lg\:mt-95 { margin-top:95px; }
    .lg\:mb-95 { margin-bottom:95px; }
    .lg\:ml-95 { margin-left:95px; }
    .lg\:mr-95 { margin-right:95px; }

    .lg\:ml--95 { margin-left:-95px; }
    .lg\:mr--95 { margin-right:-95px; }

    .lg\:mt--95 { margin-top:-95px; }
    .lg\:mb--95 { margin-bottom:-95px; }

    .lg\:max--95 { max-width:95%; }
    .lg\:mt---95 { margin-top:-95%; }
    .lg\:mb---95 { margin-bottom:-95%; }
    
    
    .lg\:p--100 { padding:100px !important; }
    .lg\:p-100 { padding:100px; }
    .lg\:pt-100 { padding-top:100px; }
    .lg\:pb-100 { padding-bottom:100px; }
    .lg\:pl-100 { padding-left:100px; }
    .lg\:pr-100 { padding-right:100px; }

    .lg\:m-100 {  margin:100px; }
    .lg\:mt-100 { margin-top:100px; }
    .lg\:mb-100 { margin-bottom:100px; }
    .lg\:ml-100 { margin-left:100px; }
    .lg\:mr-100 { margin-right:100px; }

    .lg\:ml--100 { margin-left:-100px; }
    .lg\:mr--100 { margin-right:-100px; }

    .lg\:mt--100 { margin-top:-100px; }
    .lg\:mb--100 { margin-bottom:-100px; }

    .lg\:max--100 { max-width:100%; }
    .lg\:mt---100 { margin-top:-100%; }
    .lg\:mb---100 { margin-bottom:-100%; }
    
    
    .lg\:p--105 { padding:105px !important; }
    .lg\:p-105 { padding:105px; }
    .lg\:pt-105 { padding-top:105px; }
    .lg\:pb-105 { padding-bottom:105px; }
    .lg\:pl-105 { padding-left:105px; }
    .lg\:pr-105 { padding-right:105px; }

    .lg\:m-105 {  margin:105px; }
    .lg\:mt-105 { margin-top:105px; }
    .lg\:mb-105 { margin-bottom:105px; }
    .lg\:ml-105 { margin-left:105px; }
    .lg\:mr-105 { margin-right:105px; }

    .lg\:ml--105 { margin-left:-105px; }
    .lg\:mr--105 { margin-right:-105px; }

    .lg\:mt--105 { margin-top:-105px; }
    .lg\:mb--105 { margin-bottom:-105px; }

    .lg\:max--105 { max-width:105%; }
    .lg\:mt---105 { margin-top:-105%; }
    .lg\:mb---105 { margin-bottom:-105%; }
    
    
    .lg\:p--110 { padding:110px !important; }
    .lg\:p-110 { padding:110px; }
    .lg\:pt-110 { padding-top:110px; }
    .lg\:pb-110 { padding-bottom:110px; }
    .lg\:pl-110 { padding-left:110px; }
    .lg\:pr-110 { padding-right:110px; }

    .lg\:m-110 {  margin:110px; }
    .lg\:mt-110 { margin-top:110px; }
    .lg\:mb-110 { margin-bottom:110px; }
    .lg\:ml-110 { margin-left:110px; }
    .lg\:mr-110 { margin-right:110px; }

    .lg\:ml--110 { margin-left:-110px; }
    .lg\:mr--110 { margin-right:-110px; }

    .lg\:mt--110 { margin-top:-110px; }
    .lg\:mb--110 { margin-bottom:-110px; }

    .lg\:max--110 { max-width:110%; }
    .lg\:mt---110 { margin-top:-110%; }
    .lg\:mb---110 { margin-bottom:-110%; }
    
    
    .lg\:p--115 { padding:115px !important; }
    .lg\:p-115 { padding:115px; }
    .lg\:pt-115 { padding-top:115px; }
    .lg\:pb-115 { padding-bottom:115px; }
    .lg\:pl-115 { padding-left:115px; }
    .lg\:pr-115 { padding-right:115px; }

    .lg\:m-115 {  margin:115px; }
    .lg\:mt-115 { margin-top:115px; }
    .lg\:mb-115 { margin-bottom:115px; }
    .lg\:ml-115 { margin-left:115px; }
    .lg\:mr-115 { margin-right:115px; }

    .lg\:ml--115 { margin-left:-115px; }
    .lg\:mr--115 { margin-right:-115px; }

    .lg\:mt--115 { margin-top:-115px; }
    .lg\:mb--115 { margin-bottom:-115px; }

    .lg\:max--115 { max-width:115%; }
    .lg\:mt---115 { margin-top:-115%; }
    .lg\:mb---115 { margin-bottom:-115%; }
    
    
    .lg\:p--120 { padding:120px !important; }
    .lg\:p-120 { padding:120px; }
    .lg\:pt-120 { padding-top:120px; }
    .lg\:pb-120 { padding-bottom:120px; }
    .lg\:pl-120 { padding-left:120px; }
    .lg\:pr-120 { padding-right:120px; }

    .lg\:m-120 {  margin:120px; }
    .lg\:mt-120 { margin-top:120px; }
    .lg\:mb-120 { margin-bottom:120px; }
    .lg\:ml-120 { margin-left:120px; }
    .lg\:mr-120 { margin-right:120px; }

    .lg\:ml--120 { margin-left:-120px; }
    .lg\:mr--120 { margin-right:-120px; }

    .lg\:mt--120 { margin-top:-120px; }
    .lg\:mb--120 { margin-bottom:-120px; }

    .lg\:max--120 { max-width:120%; }
    .lg\:mt---120 { margin-top:-120%; }
    .lg\:mb---120 { margin-bottom:-120%; }
    
    
    .lg\:p--125 { padding:125px !important; }
    .lg\:p-125 { padding:125px; }
    .lg\:pt-125 { padding-top:125px; }
    .lg\:pb-125 { padding-bottom:125px; }
    .lg\:pl-125 { padding-left:125px; }
    .lg\:pr-125 { padding-right:125px; }

    .lg\:m-125 {  margin:125px; }
    .lg\:mt-125 { margin-top:125px; }
    .lg\:mb-125 { margin-bottom:125px; }
    .lg\:ml-125 { margin-left:125px; }
    .lg\:mr-125 { margin-right:125px; }

    .lg\:ml--125 { margin-left:-125px; }
    .lg\:mr--125 { margin-right:-125px; }

    .lg\:mt--125 { margin-top:-125px; }
    .lg\:mb--125 { margin-bottom:-125px; }

    .lg\:max--125 { max-width:125%; }
    .lg\:mt---125 { margin-top:-125%; }
    .lg\:mb---125 { margin-bottom:-125%; }
    
    
    .lg\:p--130 { padding:130px !important; }
    .lg\:p-130 { padding:130px; }
    .lg\:pt-130 { padding-top:130px; }
    .lg\:pb-130 { padding-bottom:130px; }
    .lg\:pl-130 { padding-left:130px; }
    .lg\:pr-130 { padding-right:130px; }

    .lg\:m-130 {  margin:130px; }
    .lg\:mt-130 { margin-top:130px; }
    .lg\:mb-130 { margin-bottom:130px; }
    .lg\:ml-130 { margin-left:130px; }
    .lg\:mr-130 { margin-right:130px; }

    .lg\:ml--130 { margin-left:-130px; }
    .lg\:mr--130 { margin-right:-130px; }

    .lg\:mt--130 { margin-top:-130px; }
    .lg\:mb--130 { margin-bottom:-130px; }

    .lg\:max--130 { max-width:130%; }
    .lg\:mt---130 { margin-top:-130%; }
    .lg\:mb---130 { margin-bottom:-130%; }
    
    
    .lg\:p--135 { padding:135px !important; }
    .lg\:p-135 { padding:135px; }
    .lg\:pt-135 { padding-top:135px; }
    .lg\:pb-135 { padding-bottom:135px; }
    .lg\:pl-135 { padding-left:135px; }
    .lg\:pr-135 { padding-right:135px; }

    .lg\:m-135 {  margin:135px; }
    .lg\:mt-135 { margin-top:135px; }
    .lg\:mb-135 { margin-bottom:135px; }
    .lg\:ml-135 { margin-left:135px; }
    .lg\:mr-135 { margin-right:135px; }

    .lg\:ml--135 { margin-left:-135px; }
    .lg\:mr--135 { margin-right:-135px; }

    .lg\:mt--135 { margin-top:-135px; }
    .lg\:mb--135 { margin-bottom:-135px; }

    .lg\:max--135 { max-width:135%; }
    .lg\:mt---135 { margin-top:-135%; }
    .lg\:mb---135 { margin-bottom:-135%; }
    
    
    .lg\:p--140 { padding:140px !important; }
    .lg\:p-140 { padding:140px; }
    .lg\:pt-140 { padding-top:140px; }
    .lg\:pb-140 { padding-bottom:140px; }
    .lg\:pl-140 { padding-left:140px; }
    .lg\:pr-140 { padding-right:140px; }

    .lg\:m-140 {  margin:140px; }
    .lg\:mt-140 { margin-top:140px; }
    .lg\:mb-140 { margin-bottom:140px; }
    .lg\:ml-140 { margin-left:140px; }
    .lg\:mr-140 { margin-right:140px; }

    .lg\:ml--140 { margin-left:-140px; }
    .lg\:mr--140 { margin-right:-140px; }

    .lg\:mt--140 { margin-top:-140px; }
    .lg\:mb--140 { margin-bottom:-140px; }

    .lg\:max--140 { max-width:140%; }
    .lg\:mt---140 { margin-top:-140%; }
    .lg\:mb---140 { margin-bottom:-140%; }
    
    
    .lg\:p--145 { padding:145px !important; }
    .lg\:p-145 { padding:145px; }
    .lg\:pt-145 { padding-top:145px; }
    .lg\:pb-145 { padding-bottom:145px; }
    .lg\:pl-145 { padding-left:145px; }
    .lg\:pr-145 { padding-right:145px; }

    .lg\:m-145 {  margin:145px; }
    .lg\:mt-145 { margin-top:145px; }
    .lg\:mb-145 { margin-bottom:145px; }
    .lg\:ml-145 { margin-left:145px; }
    .lg\:mr-145 { margin-right:145px; }

    .lg\:ml--145 { margin-left:-145px; }
    .lg\:mr--145 { margin-right:-145px; }

    .lg\:mt--145 { margin-top:-145px; }
    .lg\:mb--145 { margin-bottom:-145px; }

    .lg\:max--145 { max-width:145%; }
    .lg\:mt---145 { margin-top:-145%; }
    .lg\:mb---145 { margin-bottom:-145%; }
    
    
    .lg\:p--150 { padding:150px !important; }
    .lg\:p-150 { padding:150px; }
    .lg\:pt-150 { padding-top:150px; }
    .lg\:pb-150 { padding-bottom:150px; }
    .lg\:pl-150 { padding-left:150px; }
    .lg\:pr-150 { padding-right:150px; }

    .lg\:m-150 {  margin:150px; }
    .lg\:mt-150 { margin-top:150px; }
    .lg\:mb-150 { margin-bottom:150px; }
    .lg\:ml-150 { margin-left:150px; }
    .lg\:mr-150 { margin-right:150px; }

    .lg\:ml--150 { margin-left:-150px; }
    .lg\:mr--150 { margin-right:-150px; }

    .lg\:mt--150 { margin-top:-150px; }
    .lg\:mb--150 { margin-bottom:-150px; }

    .lg\:max--150 { max-width:150%; }
    .lg\:mt---150 { margin-top:-150%; }
    .lg\:mb---150 { margin-bottom:-150%; }
    
    

    
    .lg\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .lg\:max-50 { max-width:50px; }
    .lg\:text-2{ font-size:2px; } 

    
    .lg\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .lg\:max-100 { max-width:100px; }
    .lg\:text-4{ font-size:4px; } 

    
    .lg\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .lg\:max-150 { max-width:150px; }
    .lg\:text-6{ font-size:6px; } 

    
    .lg\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .lg\:max-200 { max-width:200px; }
    .lg\:text-8{ font-size:8px; } 

    
    .lg\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .lg\:max-250 { max-width:250px; }
    .lg\:text-10{ font-size:10px; } 

    
    .lg\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .lg\:max-300 { max-width:300px; }
    .lg\:text-12{ font-size:12px; } 

    
    .lg\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .lg\:max-350 { max-width:350px; }
    .lg\:text-14{ font-size:14px; } 

    
    .lg\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .lg\:max-400 { max-width:400px; }
    .lg\:text-16{ font-size:16px; } 

    
    .lg\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .lg\:max-450 { max-width:450px; }
    .lg\:text-18{ font-size:18px; } 

    
    .lg\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .lg\:max-500 { max-width:500px; }
    .lg\:text-20{ font-size:20px; } 

    
    .lg\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .lg\:max-550 { max-width:550px; }
    .lg\:text-22{ font-size:22px; } 

    
    .lg\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .lg\:max-600 { max-width:600px; }
    .lg\:text-24{ font-size:24px; } 

    
    .lg\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .lg\:max-650 { max-width:650px; }
    .lg\:text-26{ font-size:26px; } 

    
    .lg\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .lg\:max-700 { max-width:700px; }
    .lg\:text-28{ font-size:28px; } 

    
    .lg\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .lg\:max-750 { max-width:750px; }
    .lg\:text-30{ font-size:30px; } 

    
    .lg\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .lg\:max-800 { max-width:800px; }
    .lg\:text-32{ font-size:32px; } 

    
    .lg\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .lg\:max-850 { max-width:850px; }
    .lg\:text-34{ font-size:34px; } 

    
    .lg\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .lg\:max-900 { max-width:900px; }
    .lg\:text-36{ font-size:36px; } 

    
    .lg\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .lg\:max-950 { max-width:950px; }
    .lg\:text-38{ font-size:38px; } 

    
    .lg\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .lg\:max-1000 { max-width:1000px; }
    .lg\:text-40{ font-size:40px; } 

    
    .lg\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .lg\:max-1050 { max-width:1050px; }
    .lg\:text-42{ font-size:42px; } 

    
    .lg\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .lg\:max-1100 { max-width:1100px; }
    .lg\:text-44{ font-size:44px; } 

    
    .lg\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .lg\:max-1150 { max-width:1150px; }
    .lg\:text-46{ font-size:46px; } 

    
    .lg\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .lg\:max-1200 { max-width:1200px; }
    .lg\:text-48{ font-size:48px; } 

    
    .lg\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .lg\:max-1250 { max-width:1250px; }
    .lg\:text-50{ font-size:50px; } 

    
    .lg\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .lg\:max-1300 { max-width:1300px; }
    .lg\:text-52{ font-size:52px; } 

    
    .lg\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .lg\:max-1350 { max-width:1350px; }
    .lg\:text-54{ font-size:54px; } 

    
    .lg\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .lg\:max-1400 { max-width:1400px; }
    .lg\:text-56{ font-size:56px; } 

    
    .lg\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .lg\:max-1450 { max-width:1450px; }
    .lg\:text-58{ font-size:58px; } 

    

    .lg\:max-full { max-width:100%; }
    .lg\:ml-auto{ margin-left:auto; }
    .lg\:mr-auto{ margin-right:auto; }
    .lg\:vh-100{ height:100vh; }
    .lg\:vh-auto{ height:auto; }
}



[class*="col-"] { padding-left:15px; padding-right:15px; width:100%; }
.flex-row,.row { margin:0 -15px; display:flex; flex-wrap:wrap; }
.flex-wrap { flex-wrap:wrap; }
.no-gutter [class*="col-"]{ padding-left:0; padding-right:0;}
.no-gutter{margin:0;}
[class*=max-] {
    width: 100%;
    min-height: 1px;
}
.m-auto{ margin-left:auto; margin-right:auto; }

@media(min-width:1350px){
    
}

[class*=color\:] h1,
[class*=color\:] .h1,

[class*=color\:] h2,
[class*=color\:] .h2,

[class*=color\:] h3,
[class*=color\:] .h3,

[class*=color\:] h4,
[class*=color\:] .h4,

[class*=color\:] h5,
[class*=color\:] .h5,

[class*=color\:] h6,
[class*=color\:] .h6 {
    color:inherit;
}

[class*="row"][class*="p-"] {
/*     padding: 0 !important; */
}

.row.p--15 { margin: 0 -15px; }
.row.p--10 { margin: 0 -10px; }
.row.p--5 { margin: 0 -5px; }



.color-inherit,
.color-inherit h1,
.color-inherit h2,
.color-inherit h3, 
.color-inherit h4,
.color-inherit h5,
.color-inherit h6 { color:inherit; }









/* */

.color\:black{ color:#000000; }
.bg\:black{ background-color:#000000; }

.color\:green{ color:#14739C; }
.bg\:green{ background-color:#14739C; }

.color\:pink{ color:#14739C; }
.bg\:pink{ background-color:#14739C; }

.color\:dark_gray{ color:#7E848D; }
.bg\:dark_gray{ background-color:#7E848D; }

.color\:gray{ color:#CCD0D6; }
.bg\:gray{ background-color:#CCD0D6; }

.color\:light_gray{ color:#E9EAEE; }
.bg\:light_gray{ background-color:#E9EAEE; }

.color\:white{ color:#ffffff; }
.bg\:white{ background-color:#ffffff; }

@media(min-width:768px){
    
    .hover\:black:hover{ color:#000000; }
    .hoverbg\:black:hover{ background-color:#000000; }
    
    .hover\:green:hover{ color:#14739C; }
    .hoverbg\:green:hover{ background-color:#14739C; }
    
    .hover\:pink:hover{ color:#14739C; }
    .hoverbg\:pink:hover{ background-color:#14739C; }
    
    .hover\:dark_gray:hover{ color:#7E848D; }
    .hoverbg\:dark_gray:hover{ background-color:#7E848D; }
    
    .hover\:gray:hover{ color:#CCD0D6; }
    .hoverbg\:gray:hover{ background-color:#CCD0D6; }
    
    .hover\:light_gray:hover{ color:#E9EAEE; }
    .hoverbg\:light_gray:hover{ background-color:#E9EAEE; }
    
    .hover\:white:hover{ color:#ffffff; }
    .hoverbg\:white:hover{ background-color:#ffffff; }
    
    
    
}



.font-100{ font-weight:100; }
.line\:_1_1{ line-height:1.1; }

.font-200{ font-weight:200; }
.line\:_1_2{ line-height:1.2; }

.font-300{ font-weight:300; }
.line\:_1_3{ line-height:1.3; }

.font-400{ font-weight:400; }
.line\:_1_4{ line-height:1.4; }

.font-500{ font-weight:500; }
.line\:_1_5{ line-height:1.5; }

.font-600{ font-weight:600; }
.line\:_1_6{ line-height:1.6; }

.font-700{ font-weight:700; }
.line\:_1_7{ line-height:1.7; }

.font-800{ font-weight:800; }
.line\:_1_8{ line-height:1.8; }

.font-900{ font-weight:900; }
.line\:_1_9{ line-height:1.9; }

/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Light.woff2) format('woff2'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Light.woff) format('woff'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova'; 
    src: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Medium.woff2) format('woff2'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Medium.woff) format('woff'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova'; 
    src: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Bold.woff2) format('woff2'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Bold.woff) format('woff'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Bold.ttf) format('truetype'); 
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Regular.woff2) format('woff2'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Regular.woff) format('woff'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Regular.ttf) format('truetype'); 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNovaT-Thin.woff2) format('woff2'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNovaT-Thin.woff) format('woff'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNovaT-Thin.ttf) format('truetype'); 
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova'; 
    src: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Semibold.woff2) format('woff2'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Semibold.woff) format('woff'),
        url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/fonts/ProximaNova-Semibold.ttf) format('truetype'); 
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





body {
    margin:0;
    padding:0;
    font-family: 'Proxima Nova', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size:16px;
    line-height:1.5;
    color:#3B3F3F;
    background:#fff;
    overflow-x: hidden;
}

p { padding:0; margin:0; }
p + p { padding-top:20px; }

h1 { color:#171921; font-size:52px; line-height:1; margin:0; padding:0; clear:both; font-family: 'Proxima Nova', sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h2 { color:#171921; font-size:48px; line-height:1.4; margin:0; padding:0; clear:both; font-family: 'Proxima Nova', sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h3 { color:#171921; font-size:42px; line-height:1.4; margin:0; padding:0; clear:both; font-family: 'Proxima Nova', sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h4 { color:#171921; font-size:19px; line-height:1.5; margin:0; padding:0; clear:both; font-family: 'Proxima Nova', sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h5 { color:#171921; font-size:18px; line-height:1.4; margin:0; padding:0; clear:both; font-family: 'Proxima Nova', sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h6 { color:#171921; font-size:16px; line-height:1.4; margin:0; padding:0; clear:both; font-family: 'Proxima Nova', sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }

h1 span { color: var(--secondary-color); }
h2 span { color: var(--secondary-color); }
h3 span { color: var(--secondary-color); }
h4 span { color: var(--secondary-color); } 
h5 span { color: var(--secondary-color); }
h6 span { color: var(--secondary-color); }

a { text-decoration:none; outline:none; color:#14739C; transition:all ease-in-out .4s; -moz-transition:all ease-in-out .4s; -webkit-transition:all ease-in-out .4s; -ms-transition:all ease-in-out .4s; -o-transition:all ease-in-out .4s; }
a:hover { color:#FE6B01; }

/*Text Option*/
.text-uppercase , .title-uppercase h1 , .title-uppercase h2 , .title-uppercase h3 , .title-uppercase h4 , .title-uppercase h5 , .title-uppercase h6 { text-transform:uppercase; }
.text-white , .text-white h1 , .text-white h2 , .text-white h3 , .text-white h4 , .text-white h5 , .text-white h6 { color:#fff; }
.text-bold , .text-bold h1 , .text-bold h2 , .text-bold h3 , .text-bold h4 , .text-bold h5 , .text-bold h6 { font-weight:bold; }
.text-italic { font-style:italic; }

@media (max-width:1200px){

}

@media (max-width:991px){
    body { font-size:15px; }
    h1 { font-size:52px; }
    h2 { font-size:38px; }
    h3 { font-size:32px; } 
}

@media (max-width:767px){
    h1 { font-size:28px; }
    h2 { font-size:24px; }
    h3 { font-size:22px; } 
}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea{ box-shadow: none; background: #FFFFFF; border:none; padding: 0 15px; width:100%; border-radius: 0; height: 50px;  width:100% !important; color: #3B3F3F; font-family: Arial, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; font-size:14px; }
form textarea { height: 128px; resize: none; padding: 15px; }
form select { font-style: italic; }
form .hs-form-field &gt; label { color: #3B3F3F; font-family: Arial, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; text-transform: capitalize; font-size:14px; }
form input::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Proxima Nova; text-transform: uppercase; }
form select::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Proxima Nova; text-transform: uppercase; }
form textarea::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Proxima Nova; text-transform: uppercase; }
input[type="submit"]{ color: #ffffff; margin-bottom: 0px; font-family: Proxima Nova; margin-top: 25px; border: 0; padding: 22px 20px; background: #14739C; min-width:170px; max-width:100%; font-weight:700; text-transform:uppercase; cursor:pointer; transition: all .5s ease-in-out; border-radius: 28px; width: 325px; max-width: 100%; font-size: 18px; }
input[type="submit"]:hover { background: var(--tertiary-color); color:#fff; }
.field.hs-form-field { margin-bottom: 12px; }
form ul.hs-error-msgs { padding: 0; font-size: 12px; color: #f00; }
form ul.hs-error-msgs li:before { display: none; } 
form ul.hs-error-msgs li { padding: 0; }
.hs_error_rollup { display: none; }
.submitted-message { display: inline-block; width: 100%; vertical-align: top; background-color: #d4edda; text-align: center; padding: 15px; border-radius: 4px; color: #155724; }

fieldset { max-width:100% !important; }
fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 10px; } 
fieldset.form-columns-2 .input, fieldset.form-columns-3 .input, fieldset.form-columns-1 .input { margin-right: 0 !important; }

.hs-form fieldset input[type="checkbox"], .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.inputs-list input[type="checkbox"] , .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#ccc; color:#000; border-color:#000; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#000; background:#ccc;  border-radius:100%; }

input:focus-visible { outline: 0; }

@media (max-width:767px) {
    fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; } 
    form textarea { height: 80px; }
}
.btn_style1 a, a.btn_style1 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 16px 64px;
    background: #14739C;
    color: #FFFFFF;
    border-radius: 12px;
    font-weight: 700;
    min-width: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    font-size: 21px;
    line-height: 1.5em;
    text-transform: uppercase;
}

.btn_style1 a:hover, a.btn_style1:hover { background-color: #1da5e0; color: #FFFFFF; }

.btn_style2 a, a.btn_style2 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 10px 10px;
    background: ;
    color: #3B3F3F;
    border-radius: 3px;
    font-weight: 600;
    min-width: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #EF5A2F;
}

.btn_style2 a:hover, a.btn_style2:hover {
    color: #FFFFFF;
    background: #EF5A2F;
    border-color: #EF5A2F; 
}

.btn_style3 a, a.btn_style3 {
    background:#14739C;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 20px;
    padding: 22px 19px;
    box-shadow: 0 50px 80px -40px rgba(0, 0, 0, .35), 0 25px 25px -20px rgba(0, 0, 0, .35);
    font-size: 14px;
    font-weight: 400;
    min-width: 260px;
    color: #fff;
    display: inline-block;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: auto;
}

.btn_style3 a:hover, a.btn_style3:hover { 
    background-color: #1da5e0; 
    color: #FFFFFF;     
}

.simple_link a, a.simple_link { 
    color : ; 
    position:relative;
}

.simple_link a:hover, a.simple_link:hover { 
    color: ;
}

.link_style a, a.link_style { display:inline-block; vertical-align:top; width:auto; position:relative; padding-right:22px; font-size: 16px; font-style: normal; font-weight: 700; line-height: 170%; color:#F06D2D; }
.link_style a:after, a.link_style:after { position:absolute; content:""; height:17px; width:17px; top:0; right:0; bottom:0; margin:auto 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M9.64132 3.46411L14.308 8.13078M14.308 8.13078L9.64132 12.7974M14.308 8.13078L2.30798 8.13078' stroke='%23F06D2D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); transition: all ease-in-out .4s; }
.link_style a:hover:after, a.link_style:hover:after { right:-5px; }

.black-btn a, a.black-btn { font-size: 14px; font-weight: 500; text-transform: uppercase; line-height: 1.1em; letter-spacing: -0.01em; color: #4B4C4F; background-color: #F9F8F7; border-style: solid; border-width: 1px 1px 1px 1px; border-color: #1B423480; border-radius: 4px; padding: 12px 16px; }

@media (max-width:991px){
    header .btn_style1 a, header a.btn_style1 { min-width: 1px; }
}

@media (max-width:767px){

}
.hs-menu-wrapper &gt; ul { display: flex; flex-wrap: wrap; }
.hs-menu-wrapper ul { list-style: none; margin: 0; padding-left: 0; transition:all ease-in-out .4s; }
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper { flex-direction: column; }
.hs-menu-wrapper.hs-menu-flow-vertical ul { flex-direction: column; }
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul { display: inline-flex; }
.hs-menu-wrapper .hs-item-has-children { position: relative; z-index:5; }
.hs-menu-wrapper .hs-menu-children-wrapper { opacity: 0; position: absolute; }
.hs-menu-wrapper .hs-menu-children-wrapper a { display: block; white-space: nowrap; }
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-item-has-children.show &gt; .hs-menu-children-wrapper { left: 0; opacity: 1; visibility: visible; }
/* .hs-menu-wrapper.hs-menu-flow-vertical .hs-item-has-children:hover &gt; .hs-menu-children-wrapper { left: 100%; opacity: 1; top: 0; } */
.hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_logo img, .hs_cos_wrapper_type_rich_text img { height: auto; max-width: 100%; }

/* Header */
.top_header { position: absolute; left: 0; right: 0; top: 0; }
.top_header a { color: var(--headertoplink); }
.top_header a:hover { color: var(--headertoplinkhover); }
.main_header { background-color: var(--headerbottombg);/* box-shadow: 0 10px 15px rgb(0 0 0 / 8%);*/ margin-top: 50px; }

/* Header Search Design Start */
.top_search_icon { position: relative; display: inline-block; cursor: pointer; width: 15px; height: 15px; border: solid 1px #fff; border-radius: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.top_search_icon:before { position: absolute; content: ""; background-color: #fff; height: 10px; left: 6px; top: 13px; width: 1px; }
.top_search_form { position: fixed; top: -120%; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.8); display: flex; align-items: center; justify-content: center; z-index: 1; transition: all ease-in-out .4s; }
.top_search_form &gt; div { width: 500px; max-width: 100%; }
.top_search_form input[type="text"] { border-bottom: 1px solid #fff; background: transparent; color: #fff; padding: 0; }
.top_search_form.active { top: 0; }

.top_search_form .search_close { cursor: pointer; height: 30px; position: absolute; right: 50px; top: 40px; width: 30px; }
.top_search_form .search_close:before, .top_search_form .search_close:after { background: #fff; position: absolute; top: -5px; left: 17px; height: 30px; width: 3px; content: ''; transform: rotate(45deg); }
.top_search_form .search_close:before { transform: rotate(-45deg); }
/* Header Search Design End */

.top_header .hs-menu-wrapper &gt; ul &gt; li &gt; a { display: inline-block; vertical-align: top; width: auto; padding: 0 10px; }

.mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; a { display: inline-block; width: auto; padding: 25px 12px; position: relative; font-size: 14px; font-weight: 600; color: var(--headerbottomlink); text-transform: uppercase; letter-spacing: .065em; }
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }
.mainmenu .hs-menu-wrapper &gt; ul &gt; li:first-child &gt; a { padding: 23px 40px;}
.mainmenu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children&gt; a {padding: 25px 40px 25px 12px; overflow: hidden;}
/* Landing Page Header */
.header--no-navigation { border-top: 22px solid ; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 11px 100px; }


.top-details-wrap .btn_style1 a { border: none; min-height: 38px; line-height: 38px; font-size: 12px; font-weight: 300; min-width: 122px; text-transform: uppercase; padding: 0 12px; color: #fff; display: -webkit-flex; display: -ms-flexbox; display: -moz-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; letter-spacing: .065em; }
.top-details-wrap .simple-link { padding-right: 15px; }
.top-details-wrap .simple-link a { font-size: 14px; letter-spacing: .065em; min-height: 40px; padding: 0 12px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: -moz-inline-flex; display: inline-flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.top_header { padding-top: 5px; padding-bottom: 5px; }
.header .logo { width: 200px; }
.top_header:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background-color: var(--headertopbg); -webkit-backdrop-filter: blur(1.15rem); backdrop-filter: blur(1.15rem); }
.top-details-wrap .btn_style1 { padding-right: 12px; }

.mega-menu-content .container-fluid { max-width: 1370px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.mega-menu-content .container-fluid .custom-flex { display: -webkit-flex; display: -ms-flexbox; display: -moz-flex; display: flex; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch; -ms-flex-pack: space-between; -webkit-justify-content: space-between; justify-content: space-between; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }
.mega-menu-content .container-fluid .custom-flex .custom-col { flex: 1; }
.mega-menu-content .container-fluid .custom-flex .custom-col a { display: block; padding: 8px; color: white; height: 100%; -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; white-space: normal; }
.mega-menu-content .container-fluid .custom-flex .custom-col .mb-dropdown-img-container { width: 100%; margin-bottom: 8px; }
.mega-menu-content .container-fluid .custom-flex .custom-col h3 { font-size: 20px; line-height: 27px; color: #fff; font-weight: 400; }
.mega-menu-content .container-fluid .custom-flex .custom-col .content { display: inline-block; font-weight: 100; font-size: 14px; line-height: 1.6em; }

body .mainmenu .hs-menu-wrapper &gt; ul &gt; li:first-child ul.hs-menu-children-wrapper { left: auto !important; transform: translateX(50%); right: 50%; padding: 25px 0; }
.mega-menu-content .container-fluid hr { border: 0; border-top: 1px solid #eee; }
body .mb-dropdown-row h4 a { padding: 8px; color: white; height: 100%; -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; width: auto; display: inline-block !important; margin-left: -8px; font-weight: 400; }
.mb-dropdown-row h4 { position: relative; }
.mb-dropdown-row h4:after { bottom: -15px; left: 0; height: 3px; width: 70px; content: " "; position: absolute; background: #EF5A2F; }
.mainmenu .hs-menu-wrapper .head-simple-menu ul li a { width: auto !important; padding: 8px; color: white; height: 100%; -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; text-transform: none; font-weight: 300; }
.mainmenu .hs-menu-wrapper .head-simple-menu ul li:first-child { margin-left: -8px; }
.mainmenu .hs-menu-wrapper&gt;ul&gt;li.hs-item-has-children.show&gt;a:after { top: -webkit-calc(50% - 8px); top: -moz-calc(50% - 8px); top: -ms-calc(50% - 8px); top: -o-calc(50% - 8px); top: calc(50% - 8px); -ms-transform: rotate(225deg) translate(-50%, -50%); -moz-transform: rotate(225deg) translate(-50%, -50%); -o-transform: rotate(225deg) translate(-50%, -50%); -webkit-transform: rotate(225deg) translate(-50%, -50%); -khtml-transform: rotate(225deg) translate(-50%, -50%); transform: rotate(225deg) translate(-50%, -50%); }

/*  footer */
.footer-main-wrap h3 { display:inline-block; }
.footer-main-wrap h3,.footer-main-wrap .h3 { font-size: 20px; line-height: 27px; font-weight: 400; margin-bottom:10px; }
.mb-footer-v2 * { -webkit-font-smoothing: auto !important; text-rendering: auto !important; }
.mb-footer-v2 { background: #3b3f3f; color: #fff; font-size: 16px; font-weight: 300; letter-spacing: .03em; padding: 90px 10px; position: relative; z-index: 1040; }
.mb-footer-v2 ul { text-align: left; list-style: none; margin: 0; padding: 0; }
.mb-footer-v2 ul li { line-height: 1.5; width:100%; }
.margin-bottom-30-noclear { margin-bottom: 30px; clear: none; }
.mb-footer-v2 h1, .mb-footer-v2 h2, .mb-footer-v2 h3, .mb-footer-v2 h4, .mb-footer-v2 h5, .mb-footer-v2 h6, .mb-footer-v2 p { color: white; }
.mb-footer-v2 ul li&gt;a { color: #b3b3b3; font-size: 14px; padding: 5px 0; display: block; cursor: pointer; text-decoration: none; -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -khtml-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.mb-footer-v2 ul li&gt;a:hover { color:#ffffff; }
.mb-footer.footer-v1 { font-size: 12px; color: #aaa; position: relative; z-index: 1040; }
.footer-v1 .copyright { background: #222; border-top: none; padding: 20px 0 80px; }
.footer-v1 .copyright { color: #aaa;   }
.mb-footer.footer-v1 .footer-socials { margin-top: 12px; margin-right: 40px; text-align: right; }
.mb-footer.footer-v1 .footer-socials li { padding: 0; }
.list-inline&gt;li { display: inline-block; padding-right: 5px; padding-left: 5px; }
.mb-footer.footer-v1 .footer-socials li a { color: #777; font-size: 16px; }
.footer-v1 .copyright a { margin: 0 2px; }
.mb-footer.footer-v1 .footer-socials li i { color: #bbb; width: 30px; height: 30px; padding: 8px; font-size: 16px; text-align: center; background: #343434; -ms-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -khtml-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.display-block-mobile img { max-height: 32px; width: auto; margin-right: 5px; }
.copy-right-text .content a { color: white; text-decoration: none; }
.copy-right-text .content a:hover { color:var(--tertiary-color); }
.mb-footer-v2 .btn_style2 a { color: #fff; display: block; border: 2px solid #EF5A2F; border-radius: 3px; padding: 10px; color: white; text-transform: uppercase; font-size: 12px; font-weight: 600; margin: 15px 0; line-height: 1.5; max-width: 320px; min-width: 240px; }
.mb-footer.footer-v1 .footer-socials li i:hover { color: white; background: #EF5A2F; -ms-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -khtml-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }

#modal-privacy-policy,#modal-terms-of-service { max-width: 1000px; border-radius: 5px; width: 90%; }
#modal-privacy-policy h2,#modal-terms-of-service h2 { margin-bottom: 25px; }

#modal-privacy-policy ol, #modal-terms-of-service ol { counter-reset: item; list-style: none; }
#modal-privacy-policy ol li:before, #modal-terms-of-service ol li:before { content: counters(item, ".") ". "; counter-increment: item; font-weight: 700; font-size: 1.05em; line-height: 1.4; position: absolute; margin-right: 100%; right: 10px; }
#modal-privacy-policy ol li,#modal-terms-of-service ol li { position: relative; }
#modal-terms-of-service ol li.not-bold:before { font-weight: 400; }
#modal-privacy-policy *, #modal-terms-of-service * { color: #555; }
#modal-privacy-policy strong, #modal-terms-of-service strong { font-weight: 600; }
#modal-privacy-policy h5,#modal-terms-of-service h5 { font-size: 20px; line-height: normal; margin-bottom: 10px; }
#modal-privacy-policy, #modal-terms-of-service { font-weight: 300; line-height: 1.5; }
#modal-privacy-policy .modal-body, #modal-terms-of-service .modal-body { height: 65vh; overflow-y: auto; }

@media (min-width: 768px){
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul { width: max-content; background: var(--dropcolor); box-shadow: 0px 10px 10px rgb(0 0 0 / 20%); visibility: hidden; pointer-events: none; margin-top: 0; transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; border-top: solid 3px #EF5A2F; padding: 15px 0;  top:calc(100% - 3px); max-width:820px; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li { padding:0px 5px; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; a { color: var(--droplinkcolor); padding: 8px; font-size: 13px; font-weight: 400; -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li:hover &gt; a,.mainmenu .hs-menu-wrapper &gt; ul &gt; li.show &gt; a { color: var(--headerbottomlinkhover); }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li.show &gt; ul { visibility: visible; pointer-events: inherit; margin-top: 0; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover, .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover { color: var(--droplinkhovercolor); background-color: var(--droplinkhoverbgcolor); }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a { border: 0; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a:after { content: ''; width: 8px; height: 8px; border: 2px solid; border-left: 0; border-top: 0; position: absolute; right: 21px; top: 48%; -ms-transform: rotate(45deg) translate(-50%, -50%); -moz-transform: rotate(45deg) translate(-50%, -50%); -o-transform: rotate(45deg) translate(-50%, -50%); -webkit-transform: rotate(45deg) translate(-50%, -50%); -khtml-transform: rotate(45deg) translate(-50%, -50%); transform: rotate(45deg) translate(-50%, -50%); } 
    
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; ul { left: 100% !important; top: 0 !important; width: 220px; background: #ececec; padding: 0; font-size: 13px; pointer-events: none; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a { display: inline-block !important; vertical-align: top !important; width: 100% !important; color: var(--droplinkcolor); font-weight: 600; padding: 15px 15px; border-bottom: 1px solid #000; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a { border: 0; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul { pointer-events: inherit; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li:nth-last-child(2) &gt; ul &gt; li &gt; ul { left: auto !important; right: 100%; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a:before { pointer-events: none; content: ''; opacity: 0; width: 24px; bottom: -13px; left: -webkit-calc(50% - 12px); left: -moz-calc(50% - 12px); left: -ms-calc(50% - 12px); left: -o-calc(50% - 12px); left: calc(50% - 12px); -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -khtml-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; display: block; height: 24px; position: absolute; -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); -khtml-transform: rotate(45deg); transform: rotate(45deg); background: #383f3f; border: 3px solid; border-bottom: none; border-right: none; color: var(--tertiary-color); z-index: 99; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children.show &gt; a:before { opacity: 1; -ms-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -khtml-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }

    .mega-menu-content .container-fluid .custom-flex { -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; }
    .mega-menu-content .container-fluid a:hover { background-color: var(--droplinkhoverbgcolor); color: var(--droplinkhovercolor) !important; }

    .fixed .top_header { position: fixed; top: 0; width: 100%; z-index: 1041; border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
    .fixed .top_header .hide { display: block; }
    .fixed .top_header .hide img { width: 200px; }
     
}

@media (max-width:1440px){
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul { left: -100% !important; }
    
    
}

@media (max-width:1200px){
    header .wrapper { width:1200px; max-width: 100%; padding: 0 15px; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; a { padding: 25px 10px; font-size: 14px; }
/*     .mainmenu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a:after { display: none; } */
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; a { font-size: 15px; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul { left: auto !important; right: 0; }
    .header--no-navigation { padding: 11px 0; } 
    body .mainmenu .hs-menu-wrapper&gt;ul&gt;li:first-child ul.hs-menu-children-wrapper { right: -40%; }
    
    .mb-footer-v2 .btn_style2 a { min-width: auto; }
    .mb-footer-v2 { padding: 60px 0; }
    
}

@media (max-width:991px){
/*     .main_header .logo img { width: 140px !important; } */
    
    .mainmenu .hs-menu-wrapper&gt;ul&gt;li.hs-item-has-children&gt;a:after { right: 9px; }
    .header .logo { width: 130px; }
    .mainmenu .hs-menu-wrapper&gt;ul&gt;li&gt;a { font-size: 12px; padding: 19px 7px; }
    .mainmenu .hs-menu-wrapper&gt;ul&gt;li.hs-item-has-children&gt;a { padding: 19px 24px 19px 7px; }
    body .mainmenu .hs-menu-wrapper&gt;ul&gt;li:first-child ul.hs-menu-children-wrapper { max-width: 700px; left: 0 !important; transform: translateX(-20%); }

}

@media (max-width:767px){
    header { box-shadow: none; }
    .mainmenu .hs-menu-wrapper &gt; ul { width: 100%; }
    .mainmenu .hs-menu-wrapper ul { transition: none; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; a { width: 100%; padding: 15px; font-size: 16px; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul { background: #f5f5f5; padding:15px 0; width: 100%; }
    .mainmenu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; a { color: #3B3F3F; font-weight: 600; padding: 10px; }

    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper { left: 0; opacity: 1; position: relative; top: auto; }
    .hs-menu-wrapper.hs-menu-flow-vertical ul { display: flex; }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: column; }

    body.mobile-open { overflow: hidden; } 
    .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
    a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top:39px; right:0; width:60px; height:60px; text-align:center; background:transparent; padding:12px 10px; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align:left; }
    a.mobile-trigger:hover { text-decoration:none; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }
    .mobile_menu_toggle .mobile-trigger { top:2px; }

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; }
    .mobile-open a.mobile-trigger span:after { opacity:1; }
    .mobile-open .mobile_menu_toggle a.mobile-trigger { display: block !important; }
    .mobile_menu_toggle a.mobile-trigger i, .mobile-open .mobile_menu_toggle a.mobile-trigger i:before, .mobile-open .mobile_menu_toggle a.mobile-trigger i:after { background: #fff; }
    .mobile_menu_toggle a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    
    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width:30px; height:3px; display:inline-block; background: var(--hamburger); }
    a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    a.mobile-trigger i:after { margin-top:8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    .mobile_menu_toggle a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }

    span.child-triggerm { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; width:60px !important; height:100% !important; padding:0 !important; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; left:50%; top:8px; transition:all ease .5s; transform:translateX(-50%); }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm.child-open span { transform:translateX(-50%) rotate(45deg); }

    .mainmenu  .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }

    .mainmenu .hs-menu-flow-horizontal { position:absolute; height:auto; top:120px; left: 0; width: 100%; max-width:100%; padding:0px; background-color:#fff; z-index:8888; display: none; }
    
    .mainmenu .hs-menu-flow-horizontal &gt; ul &gt; li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal &gt; ul &gt; li { border-bottom:1px solid var(--secondary-color); }

    .mainmenu .hs-menu-flow-horizontal &gt; ul ul ul li a { text-indent:20px; }
    .mainmenu .hs-menu-flow-horizontal &gt; ul ul ul ul li a { text-indent:40px; }

    .header .logo { width: 200px; }
    .mainmenu { width: calc(100% - 200px); }
    .main_header { padding: 13px 0; position: relative; }
    a.mobile-trigger { top: 4px; }
    .mainmenu .hs-menu-flow-horizontal { top: 100%; background: #444; color: white; }
    .mainmenu .hs-menu-flow-horizontal &gt; ul { padding: 0 15px 15px; margin: 10px 0; overflow-y: auto; display: block; height: calc(100vh - 127px); }
    .mainmenu .hs-menu-wrapper&gt;ul&gt;li.hs-item-has-children&gt;a,
    .mainmenu .hs-menu-wrapper&gt;ul&gt;li&gt;a { color: white; border-color: #666; font-size: 14px; padding: 10px 5px; line-height: 20px; }
    .mainmenu .hs-menu-flow-horizontal&gt;ul&gt;li { border-bottom-color: #666; }
    .mainmenu .hs-menu-flow-horizontal&gt;ul&gt;li:last-child { border-bottom: 0; }
    body .mainmenu .hs-menu-wrapper&gt;ul&gt;li:first-child ul.hs-menu-children-wrapper { max-width: 100%; position: static; transform: translate(0); background: #383F3F; color: white; padding: 5px 0; margin-bottom: 5px; }
    .visible-lg.visible-md { display: none; }
    .mega-menu-content .container-fluid .custom-flex .custom-col .mb-dropdown-img-container { display: none; }
    .mega-menu-content .container-fluid .custom-flex .custom-col .content { display: none; }
    .mega-menu-content .container-fluid .custom-flex .custom-col h3 { font-size: 14px; text-transform: uppercase; }
    span.child-triggerm { height: 40px !important; width: 40px !important; }
    span.child-triggerm span:after { content: ''; width: 8px; height: 8px; border: 2px solid; border-left: 0; border-top: 0; position: absolute; right: 40%; top: 48%; -ms-transform: rotate(45deg) translate(-50%, -50%); -moz-transform: rotate(45deg) translate(-50%, -50%); -o-transform: rotate(45deg) translate(-50%, -50%); -webkit-transform: rotate(45deg) translate(-50%, -50%); -khtml-transform: rotate(45deg) translate(-50%, -50%); transform: rotate(45deg) translate(-50%, -50%); left: auto; }
    span.child-triggerm.child-open span:after { top: -webkit-calc(50% - 8px); top: -moz-calc(50% - 8px); top: -ms-calc(50% - 8px); top: -o-calc(50% - 8px); top: calc(50% - 8px); -ms-transform: rotate(225deg) translate(-50%, -50%); -moz-transform: rotate(225deg) translate(-50%, -50%); -o-transform: rotate(225deg) translate(-50%, -50%); -webkit-transform: rotate(225deg) translate(-50%, -50%); -khtml-transform: rotate(225deg) translate(-50%, -50%); transform: rotate(225deg) translate(-50%, -50%); }
    span.child-triggerm span { width: 100%; height: 100%; top: 0; transition: none; }
    span.child-triggerm span:before { display: none; }
    span.child-triggerm.child-open span { transform: unset; left: 0; }
    .mainmenu .hs-menu-wrapper&gt;ul&gt;li&gt;ul { transform: translate(0); background: #383F3F; color: white; padding: 5px 0; margin-bottom: 5px; }
    .mainmenu .hs-menu-wrapper&gt;ul&gt;li&gt;ul&gt;li&gt;a { color: #fff; }
    .mb-footer-v2 { padding: 40px 0px; }
    
    .display-block-mobile.sm-margin-bottom-15 { display: block; margin-bottom: 15px; }
    .copy-right-text { flex-flow: wrap; align-items: center; justify-content: center; margin-bottom: 15px; }
    .copy-right-text .content { text-align: center; }
    .mb-footer.footer-v1 .footer-socials { padding-left: 0; text-align: center; margin: 0; }
    .footer-v1 .copyright { padding: 30px 0 60px; }

    
} 
.main-title h2 { color: #444; font-size: 28px; line-height: 1.5; position: relative; margin-bottom: 15px; padding-bottom: 20px; font-weight: 400; }
.main-title h2:after { content: ''; width: 70px; height: 1px; background: #EF5A2F; display: block; margin: 20px auto 0; }

.hero-blog { position: relative; background-attachment: fixed !important; background-size: auto 1000px !important; }
.hero-blog:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.4; background: #000; }
.hero-blog &gt; div { position: relative; } 
.hero-blog h1 { font-size: 45px; line-height: 1.4; letter-spacing: .025em; margin: 0 0 30px; }
.hero-blog .title { font-size: 20px; font-weight: 300; letter-spacing: .02em; line-height: 1.6; margin: 0 0 30px; }
.hero-blog .cover { gap: 16px; }
.hero-blog .box a { padding: 10px 16px; text-transform: uppercase; font-weight: 600; box-shadow: 0px 35px 56px -28px rgba(0, 0, 0, 0.35), 0px 12.5px 12.5px -10px rgba(0, 0, 0, 0.35); font-size: 14px; line-height: 1.6; width: 100%; height: 100%; display: inline-block; border-radius: 4px; transition: all 150ms ease-in-out; }
.hero-blog .box a:hover { transform: translateY(-5px); }
.hero-blog .box i { font-size: 26px; padding: 5px; }

.cta-section { min-height: 500px; position: relative; }
.cta-section:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fff; opacity: 0.9; }
.cta-section &gt; div { position: relative; }
.cta-section .main { margin: 0 auto; max-width: 770px; width: 100%; font-size: 16px; line-height: 26px; color: #797979; }
.cta-section .main h2 { font-size: 24px; line-height: 33px; margin: 0 0 15px; }
.cta-section .btn_style1 a { font-size: 14px; line-height: 20px; padding: 22px 19px; border-radius: 4px; font-weight: 400; box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); }

.testimonials-video .main { gap: 30px; }
.testimonials-video .box { width: calc(33.33% - 20px); padding: 15px; background: #eee; border-radius: 4px; box-shadow: 0px 50px 80px -40px rgba(0,0,0,0.35),0px 25px 25px -20px rgba(0,0,0,0.35); }
.testimonials-video .box .video { height: 160px; border-radius: 4px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; transition: all 400ms ease-in-out; }
.testimonials-video .box .video img { width: 50px; }
.testimonials-video .box .video a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; }
.testimonials-video .box .video:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; opacity: 0.5; }
.testimonials-video .box .video:hover:before { opacity: 0; }
.testimonials-video .box .text { padding: 15px 0 5px; display:flex; flex-direction: column; height: 100%; }
.testimonials-video .box .img { width: 60px; height: 60px; overflow: hidden; border-radius: 100px; }
.testimonials-video .box .img img { width: 100%; height: 100% !important; object-fit: cover; }
.testimonials-video .box .in-text { width: calc(100% - 60px); padding: 0 0 0 15px; line-height: 1.2; color: #797979; }
.testimonials-video .box .in-text .neme { font-weight: 700; margin: 0 0 5px; }
.testimonials-video .box .content { font-size: 20px; line-height: 32px; color: #333333; margin: 10px 0 0; padding: 0 0 0 40px; position: relative; }
.testimonials-video .box .content:before { content: "\201C"; position: absolute; left: 0; top: 15px; font-size: 60px; color: #EF5A2F; font-family: Georgia, serif; }
.testimonials-video .btn-link { font-size: 20px; line-height: 27px; }
.testimonials-video .btn-link a:hover { color: #EF5A2F; text-decoration: underline; }

.breadcrumbs-menu { padding: 30px 0; border-bottom: 1px solid #eee; font-size: 14px; line-height: 20px; position: relative; }
.breadcrumbs-menu:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fff; opacity: 0.85; }
.breadcrumbs-menu &gt; div { position: relative; z-index: 1; }
.breadcrumbs-menu .title h4 { font-size: 24px; line-height: 33px; font-weight: 400; }
.breadcrumb ul { gap: 10px; }
.breadcrumb ul a { font-size: 16px; line-height: 26px; color: #555; }
.breadcrumb ul li { display: flex; align-items: center; }
.breadcrumb ul li:after { content: '/'; margin-left: 9px; margin-bottom: -3px; font-size: 18px; }
.breadcrumb ul li:last-child:after { display: none; }
.breadcrumb ul a:hover { color: #ef5a2f; }

.blog_listing_main_sc { padding: 60px 0 80px 0; }
.blog_listing_sc .wrap { display: flex; flex-wrap: wrap; }
.blog_listing_sc .wrap .left { width: 75%; padding-right: 150px; }
.blog_listing_sc .wrap .right { width: 25%; padding-left: 20px; }
.post_item { display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.post_item .post_img a { width: 100%; height: 155px; display: inline-block; vertical-align: top; }
.post_item .post_img { width: 275px; }
.post_item .post_con { width: calc(100% - 275px); padding-left: 30px; }
.post_item .post_con .post-header h2 { font-size: 22px; margin: 0 0 10px; line-height: 1.4; color: #333; font-weight: 400; }
.post_item .post_con .post-header h2 a { color: inherit; }
.post_item .post_con .post-header h2 a:hover { color: #EF5A2F; text-decoration: underline; }
.post_other_info ul { padding: 0; margin: 0 0 15px; list-style-type: none; display: flex; align-items: center; }
.post_other_info ul li { color: #888; padding: 0 2px; font-size: 12px; display: inline-block; }
.post_other_info ul li a { color: #888; }
.post_other_info ul li:after { content: '/'; font-size: 12px; line-height: 1.4; margin-left: 9px; margin-right: 5px; }
.post_other_info ul li:last-child:after { display: none; }
.post_other_info ul li a:hover { color: #EF5A2F; }
.post_item .post_con .post_body { color: #797979; line-height: 1.6; margin-bottom: 15px; }
.post_item .post_con a.read_more { font-size: 13px; font-weight: 400; font-style: italic; display: inline-block; color: #EF5A2F; border-bottom: 1px solid #EF5A2F; }

.blog_listing_sc .wrap .right .blog_post_search input[type="text"] { border: 1px solid transparent; border-radius: 50px; -webkit-appearance: none; margin-bottom: 5px; width: 100%; background: #f5f5f5; color: rgb(117, 117, 117); font-weight: 400; height: 38px; padding: 0 15px; }
.blog_listing_sc .wrap .right .blog_post_search form input::placeholder { font-weight: 400; text-transform: capitalize; }
.title_style h4 { font-size: 18px; margin: 0 0 20px; font-weight: bold; position: relative; border-bottom: 3px solid #333; color: #EF5A2F; line-height: 33px; }
.recent_item { font-size: 12px; display: inline-block; vertical-align: top; width: 100%; }
.recent_item:first-child { margin-top: 0; }
.recent_item .post-title h5 { font-size: 14px; line-height: 22px; font-weight: 400; margin: 3px 0 5px 0; }
.recent_item:hover { background: #eee; }
.recent_item .post-content { color: #797979; }
.recent_item .date { color: #EF5A2F; font-size: 14px; }
.recent_item_wrap hr { margin: 10px 0; background: #eee; }

.blog_listing_sc .wrap .right .index_title a { background: #EF5A2F; border-radius: 4px; border: 0; color: #fff; font-size: 14px; cursor: pointer; font-weight: 400; padding: 6px 13px; position: relative; white-space: nowrap; display: inline-block; text-decoration: none; width: 100%; text-align: center; }
.blog_listing_sc .wrap .right .index_title a:hover { background: #f49276; }
.blog_listing_sc .wrap .right .index_title h5 { margin: 5px 0 10px; }
.blog_listing_sc .wrap .right ul { padding: 0; margin: 0; list-style-type: none; }
.blog_listing_sc .wrap .right ul li { display: inline-block; vertical-align: top; width: 100%; }
.blog_listing_sc .wrap .right ul li a { padding: 8px 0; display: flex; align-items: center; justify-content: space-between; color: #555; }
.blog_listing_sc .wrap .right ul li a:hover { color: #EF5A2F; text-decoration: underline; }
.blog_listing_sc .wrap .right ul li a:hover span { text-decoration: none; }
.title_style h4 i.fa { margin-right: 5px; }

.post_item_pagination nav { display: flex; align-items: center; justify-content: space-between; }
.post_item_pagination .prev a, .post_item_pagination .next a { display: inline-block; padding: 3px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; font-size: 14px; font-weight: 400; color: #555; }
.post_item_pagination .prev a.pagination__link--disabled { pointer-events: none; cursor: not-allowed; opacity: .65; }
.post_item_pagination .prev a:hover, .post_item_pagination .next a:hover { color: #fff; background: #222; border-color: #222; }
.post_item_pagination .page_numbers ul { padding: 0; margin: 0; list-style-type: none; border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.post_item_pagination .page_numbers ul li a { color: #777; padding: 5px 15px; display: inline-block; vertical-align: top; background-color: #fff; border: 1px solid #ddd; line-height: normal; transition: all 0.1s ease-in-out; position: relative; margin-left: -1px; }
.post_item_pagination .page_numbers ul li:first-child a { border-radius: 15px 0 0 15px; }
.post_item_pagination .page_numbers ul li:last-child a { border-radius: 0 15px 15px 0; }
.post_item_pagination .page_numbers ul li a.pagination__link--active, .post_item_pagination .page_numbers ul li a.pagination__link--active:hover { border-color: #EF5A2F; background-color: #EF5A2F; color: #fff; }
.post_item_pagination .page_numbers ul li a:hover { color: #fff; background: #222; border-color: #222; }

/* Blog Inner Page */
.blog_inner_hero .breadcrumb .hs-menu-wrapper &gt; ul &gt; li:last-child { color: #EF5A2F; font-size: 16px; }

.blog_inner_sc { padding: 50px 0; }
.blog_inner_wrap { display: flex; flex-wrap: wrap; }
.blog_inner_wrap .left { width: 75%; padding-right: 100px; }
.blog_inner_wrap .right { width: 25%; padding-left: 20px; }
.blog_inner_wrap .left h1 { font-size: 28px; line-height: 35px; font-weight: 400; color: #555; margin-bottom: 15px; }
.blog_inner_wrap .left h1 span { color: inherit; }  
.blog_inner_sc .post_other_info ul { margin-bottom: 25px; }
  
.blog_post__body { color: #111; margin-top: 15px; display: inline-block; vertical-align: top; width: 100%; }   
.blog_post__body p { margin: 16px 0 24px; padding: 0; }  
.blog_post__body h2 { font-size: 24px; line-height: 33px; color: #555; font-weight: normal; } 
.blog_post__body a { border-bottom: 2px solid; } 
.blog_post__body a:hover { color: #0b4158; }  
.blog_post__body hr { background: #eee; margin: 10px 0 25px; }   
 
.blog_inner_sc .left .blog-post .blog_post__body img { vertical-align: middle; }
.blog_inner_sc .left .blog-post hr { background-color: #eee; margin-top: 10px; } 
.blog_inner_sc .left .blog-post .author_post { width: 100%; }
.blog_inner_sc .left .blog-post .author_post .social-sharing .share-buttons { padding: 0; margin: 0; list-style: none; margin-top: 3px; }
.blog_inner_sc .left .blog-post .author_post .social-sharing .share-buttons li a{ width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; color: #fff; transition: opacity 0.2s ease-in, top 0.2s ease-in; position: relative; font-size: 14px; top: 0; }
.blog_inner_sc .left .blog-post .author_post .social-sharing .share-buttons li a:hover { opacity: .8; top: -4px; }
.blog_inner_sc .left .blog-post .author_post .social-sharing .share-buttons li a.share_facebook { background-color: #4267B2; } 
.blog_inner_sc .left .blog-post .author_post .social-sharing .share-buttons li a.share_twitter { background-color: #000000; }
.blog_inner_sc .left .blog-post .author_post .social-sharing .share-buttons li a.share_pinterest { background-color: #CB2027; }
.blog_inner_sc .left .blog-post .author_post .social-sharing .share-buttons li a.share_mail { background-color: #7d7d7d; }
.blog_inner_sc .left .blog-post .author_post strong { color: #555; }
.blog_inner_sc .left .blog-post .author_post .author_left, 
.blog_inner_sc .left .blog-post .author_post .author_left a{ color: var(--tertiary-color); } 
.blog_inner_sc .left .blog-post .author_post .author_left &gt; div { padding-bottom: 3px; }
.blog_inner_sc .left .blog-post .author_post .author_left { width: 75%; }
.blog_inner_sc .left .blog-post .author_post .author_right { width: 25%; } 
.blog_inner_sc .left .blog-post .author_post .social-sharing { font-size: 11px; color: #95a5a6; }
.blog_inner_sc .left .blog-post .blog-post__tags { color: #fff; font-size: 12px; }
.blog_inner_sc .left .blog-post .blog-post__tags .tags{ background: #333; padding: 1px 10px; text-transform: uppercase; margin-right: 4px; text-transform: uppercase; }
.blog_inner_sc .left .blog-post .blog-post__tags .blog-post__tag-link { padding: 1px 10px; display: inline-block; background: #999; color: #fff; margin: 0 2px; text-transform: uppercase; }
.blog_inner_sc .left .blog-post .blog-post__tags .blog-post__tag-link:hover { background-color: #e74c3c; }

.blog_inner_sc .left .blog-post .blog-post__tags .tags,
.blog_inner_sc .left .blog-post .blog-post__tags .blog-post__tag-link{ margin-bottom: 3px; }

.blog_inner_sc .left .free-trial { padding: 30px 25px; background: #fafafa; border: solid 1px #eee; border-left: solid 2px #14739C; } 
.blog_inner_sc .left .free-trial .trial-left { width: calc(100% - 250px); }
.blog_inner_sc .left .free-trial .trial-left .trial-head { color: #444; font-size: 20px; line-height: 1.3; font-weight: normal; } 
.blog_inner_sc .left .free-trial .trial-right { width: 250px; } 
.blog_inner_sc .left .free-trial .trial-right a.btn { background: #3498db; padding: 10px 20px; border-radius: 4px; color: #fff; font-size: 14px; display: inline-block; }
.blog_inner_sc .left .free-trial .trial-right a.btn:hover { background: #2980b9; }
   
.blog_inner_sc .left .get_more { background-color: var(--tertiary-color); padding: 25px 15px; }    
.blog_inner_sc .left .get_more .get_more_left { width: 68%; padding-right: 10px; } 
.blog_inner_sc .left .get_more .get_more_left .more_title { color: #fff; font-size: 24px; font-weight: 200; text-transform: uppercase; }  
.blog_inner_sc .left .get_more .get_more_right { width: 32%; } 
.blog_inner_sc .left .get_more .get_more_right form { display: flex; align-items: center; flex-wrap: wrap; border: 1px solid #fff; position: relative;}
.blog_inner_sc .left .get_more .get_more_right form .hs-error-msgs { position: absolute; bottom: -18px; color: #fff; } 
.blog_inner_sc .left .get_more .get_more_right form .hs_email { width: 100%; margin-bottom: 0; } 
.blog_inner_sc .left .get_more .get_more_right .hs_submit:before { content: ''; border-left: 1px solid #fff; position: absolute; right: 38px; height: 100%; width: 1px; min-height: 34px; top: 0px; }
.blog_inner_sc .left .get_more .get_more_right .input input { color: #fff; font-size: 14px; width: 100%; background-color: transparent; height: 34px; padding-right: 45px; }
.blog_inner_sc .left .get_more .get_more_right form input::placeholder { font-weight: 200; color: #fff; font-size: 14px; text-transform: capitalize; } 

.blog_inner_sc .left .get_more .get_more_right .actions { position: absolute; width: 38px; height: 34px; right: 0; top: 0;}
.blog_inner_sc .left .get_more .get_more_right .actions:after { content: "\f003"; position: absolute; top: 50%; transform: translate(0, -50%); font: normal normal normal 14px / 1 FontAwesome; right: 12px; color: #fff; pointer-events: none; }
.blog_inner_sc .left .get_more .get_more_right .actions input[type="submit"] { width: 100%; height: 100%; font-size: 0; background-color: transparent; overflow: hidden; min-width: 100%; margin: 0; padding: 0; } 

.blog_inner_sc .left .blog-related-posts h2 { font-size: 18px; color: var(--tertiary-color); margin: 0 0 20px; font-weight: bold; position: relative; border-bottom: 3px solid #333; padding-bottom: 2px; }
.blog_inner_sc .left .blog-related-posts__list { margin: 0 -15px; }
.blog_inner_sc .left .blog-related-posts__list .post-header .post_img img { height: 90px; float: none; margin: 0; width: 100%; max-width: 100%; object-fit: cover; }
.blog_inner_sc .left .blog-related-posts__list .post-header .post_date { font-size: 14px; font-weight: 400; color: var(--secondary-color); margin-top: 3px; }
.blog_inner_sc .left .blog-related-posts__list .post-header .post_title { z-index: 1; font-size: 13px; margin: 0 0 5px; font-weight: 400; line-height: 1.4; position: relative; }
.blog_inner_sc .blog-related-posts__post { width: 25%; padding: 0 15px; } 
.blog_inner_sc .blog-related-posts__post a:hover { text-decoration: underline; } 
.blog_inner_sc .left .blog-related-posts__list a:hover .post-header .post_date { color: var(--tertiary-color); }  
  
.blog_inner_sc .left .pagination { text-align: right; }
.blog_inner_sc .left .pagination .prev_next { text-align: left; display: inline-block; background-color: #fff; border: 1px solid #ddd; line-height: normal; transition: all 0.1s ease-in-out; border-radius: 15px; position: relative; max-width: 175px; padding: 5px 28px 5px 14px; } 
.blog_inner_sc .left .pagination .prev_next:hover { color: #fff; background: #222; border-color: #222; }
.blog_inner_sc .left .pagination .prev_next:hover h5, 
.blog_inner_sc .left .pagination .prev_next:hover .pagination_post_name{ color: #fff; }
.blog_inner_sc .left .pagination .pagination_post_name { padding-right: 9px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical; opacity: .65; font-size: 14px; color: #555;}
.blog_inner_sc .left .pagination .prev_next:after { content: 'â†’'; display: inline-block; position: absolute; top: 50%; transform: translate(0, -50%); right: 10px; font-size: 28px; color: #555; }
.blog_inner_sc .left .pagination .prev_next:hover:after { color: #fff; } 
.blog_inner_sc .left .pagination .next { margin-left: auto; } 
.blog_inner_sc .left .pagination .prev { padding: 5px 8px 5px 34px; }
.blog_inner_sc .left .pagination .prev:after { left: 10px; right: initial; transform: translateY(-50%) rotate(180deg); }

.blog_inner_sc .right .hs-search-field form .hs-search-field__input { border: 1px solid transparent; border-radius: 50px; padding: 5px 15px; -webkit-appearance: none; margin-bottom: 5px; width: 100%; background: #f5f5f5; -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -khtml-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; height: 38px; }
.blog_inner_sc .right .hs-search-field form .hs-search-field__input::placeholder { font-size: 16px; font-weight: normal; text-transform: capitalize;}

.blog_inner_sc .right .topic_box ul { margin: 0; padding: 0; list-style-type: none; }
.blog_inner_sc .right .topic_box ul .index_title a { border: 0; color: #fff; font-size: 14px; cursor: pointer; font-weight: 400; padding: 6px 13px; position: relative; background: var(--tertiary-color); white-space: nowrap; display: inline-block; text-decoration: none; border-radius: 4px; width: 100%; text-align: center; }
.blog_inner_sc .right .topic_box ul .index_title h5 { margin-bottom: 10px; }
.blog_inner_sc .right .topic_box ul .index_title a:hover { background-color: #f49276; }
.blog_inner_sc .right .topic_box ul li a { padding: 8px 0; display: block; display: flex; justify-content: space-between; color: #555; }
.blog_inner_sc .right .topic_box ul li:hover a { text-decoration: underline; color: var(--tertiary-color); }
 
.blog-author-main .blog-author-heading { margin-bottom: 30px; position: relative; width: fit-content; }
.blog-author-main .blog-author-heading:after { content: ''; border-bottom: 3px solid #333; height: 1px; width: 50%; position: absolute; bottom: 0; left: 0; min-width: fit-content;  }

.hero-video-blog-main-wrap { position: relative; z-index: 1; background-attachment: fixed; -webkit-background-size: auto 600px; -moz-background-size: auto 600px; -ms-background-size: auto 600px; -o-background-size: auto 600px; background-size: auto 600px; background-position: top center; }
.hero-video-blog-main-wrap:after { top: 0; left: 0; z-index: -1; width: 100%; height: 100%; content: " "; position: absolute; background: rgba(0, 0, 0, 0.4); }
.hero-video-blog-wrap .blog_post_search { max-width: 450px; margin-left: auto; margin-right: auto; }
.hero-video-blog-wrap .blog_post_search input { margin: 0; background: rgba(255, 255, 255, 0.25); border: 1px solid; color: white; border-radius: 50px; padding: 5px 15px; -webkit-appearance: none; line-height: normal; height: 37px; font-weight: normal; }
.hero-video-blog-wrap .blog_post_search input::placeholder { font-weight: normal; text-transform: none; font-size: 16px; opacity: 0.7; }
.hero-video-blog-wrap .content { font-size: 20px; font-weight: 300; letter-spacing: .02em; line-height: 1.6; }
.hero-video-blog-wrap h1 { font-size: 45px; font-weight: 700; letter-spacing: .025em; line-height: 1.4; }

.video-blog-wrap ul { padding: 0; margin: 0; }
.video-blog-wrap .index_title { font-size: 18px; margin: 0 0 20px; font-weight: bold; position: relative; border-bottom: 3px solid #333; color: #EF5A2F; padding-bottom: 5px; }
.video-blog-wrap .index_title * { color: #EF5A2F; }
.topic-new-list-wrap ul { border-color: #ddd; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; }
.topic-new-list-wrap ul li a { display: flex; justify-content: space-between; align-items: center; padding: 6px 15px; font-size: 12px; cursor: pointer; }
.topic-new-list-wrap ul li { display: inline-block; width: 100%; }
.topic-new-list-wrap ul li .topic-post-count { font-weight: 400; padding: 4px 7px; color: #777; background: #ecf0f1; border-radius: 4px; min-width: 25px; text-align: center; white-space: nowrap; vertical-align: baseline; }
.topic-new-list-wrap ul li .fa { text-align: right; width: 15px; margin-right: 5px; }
.topic-new-list-wrap ul li a:hover { color: #EF5A2F; background: #eee; }

.video-blog-new-heading h2 { font-size: 24px; line-height: 33px; font-weight:600; }
.video-blog-new-heading { margin-bottom: 15px; }
.video-blog-new-main-wrap .item_wrap .post_item { width: calc(100% / 3); }
.video-blog-new-main-wrap .item_wrap .post_item .post_img { width: 100%; }
.video-blog-new-main-wrap .item_wrap .post_item .post_con { width: 100%; padding-left: 0; }
.video-blog-new-main-wrap .item_wrap .post_item .post_img .hs-featured-image-link { height: auto; aspect-ratio: 1/.56; }
.video-blog-new-list { width: 100%; background: #eee; padding: 15px 15px 21px; border-radius: 10px; }
.video-blog-new-main-wrap { padding-left: 11%; }
.video-blog-new-main-wrap .item_wrap .post_item { padding: 0px 7.5px 15px; margin-bottom: 0; }
.video-blog-new-main-wrap .item_wrap { margin: 0 -7.5px; display: flex; flex-flow: wrap; }
.video-blog-new-main-wrap .item_wrap .post_item .post_img { border: 3px solid #484848; border-radius: 4px; background-color: #fff; }
.video-blog-new-main-wrap .item_wrap .post_item .post_con { margin-top: 15px; }
.video-blog-new-main-wrap .item_wrap .post_item .post_con h4 { line-height: 25px; font-size: 18px; font-weight: normal; }
.topic-new-list-wrap ul li.active-menu a { background: #eee; color: #ef5a2f; }
.blog-video-content { display:none; }

.video-post-tag-listing-wrap { border-bottom: 3px solid #333; color: #ef5a2f; font-size: 18px; font-weight: 700; margin: 0 0 20px; padding-bottom: 5px; position: relative; }
.video-post-tag-listing-wrap h5 { color: #ef5a2f; }
.vptl-img { width: 65px; }
.vptl-img img { aspect-ratio: 1/0.6; object-fit: contain; border-radius: 4px; border: 3px solid #484848; }
.video-post-tag-list { margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.video-post-tag-list h5 { font-size: 14px; color: #555; width: calc(100% - 65px); padding-left: 10px; font-weight: normal; }
.video-post-tag-list .active { background: #eee; display: inline-block; width: 100%; }
.video-post-tag-list .active h5,.video-post-tag-list a:hover { color: #EF5A2F; font-weight: 700; }
.video-post-tag-list a:hover {background: #eee; display: inline-block; width: 100%;}

.blog_inner_sc .right .topic_box.vbt-other-mian-wrap &gt; ul &gt; li &gt; a { text-decoration: none; color: #333; padding: 0; }
.blog_inner_sc .right .topic_box.vbt-other-mian-wrap &gt; ul &gt; li &gt; a .topic-post-count { color: #777; background: #ecf0f1; font-weight: 400; padding: 4px 7px; border-radius: 4px; font-size: 12px; width: 27px; text-align: center; line-height: 18px; }
.blog_inner_sc .right .topic_box.vbt-other-mian-wrap &gt; ul &gt; li { border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom: 10px; }
.blog_inner_sc .right .topic_box.vbt-other-mian-wrap &gt; ul &gt; li &gt; ul { padding-left: 40px; margin-top: 10px; list-style-type: disc; }
.blog_inner_sc .right .topic_box.vbt-other-mian-wrap &gt; ul &gt; li &gt; ul li a { color: #555; text-decoration: none; padding: 0; font-weight: 400; font-size: 85%; }
.blog_inner_sc .right .topic_box.vbt-other-mian-wrap &gt; ul &gt; li &gt; ul li { margin-bottom: 10px; }
.video-post-main-wrap .left { padding-right: 0; padding-left: 8.5%; }
.blog_inner_sc .right .topic_box.vbt-other-mian-wrap&gt;ul&gt;li&gt;ul li a:hover { color: #EF5A2F; text-decoration: underline; }

.video-post-main-wrap .blog_post__body iframe { border: 10px solid #484848 !important; border-radius: 15px; background: #484848; }
.blog_inner_sc.video-post-main-wrap .post_other_info ul { margin-bottom: 10px; }
.video-post-main-wrap .right { padding-left: 0; padding-right: 20px; }
.moretext { display: none; margin-top: 20px; }
.video-transcript-info { max-height: 65vh; overflow-y: auto; margin-top: 15px; margin-bottom: 10px; color: #111; }
.video-transcript-main-wrap { padding: 15px; background: #eee; }
.video-transcript-wrap h3 { color: #555; font-size: 20px; line-height: 27px; font-weight: 700; }
.moreless-button { color: #14739C; border-bottom: 2px solid; cursor: pointer; }
.video-post-main-wrap .left .blog-related-posts__list .post-header .post_img img { background: #484848; border: 3px solid #484848; aspect-ratio: 1/0.6; height: auto; border-radius: 4px }
.video-post-main-wrap .left .blog-post hr { margin-top: 30px; margin-bottom: 30px; }
.hero-border-top { border-top: 1px solid #eee; }

/* 29-08-2024-59 */
.new-blog-hero-tag ul { margin: 0; padding: 0; display: flex; margin: 0px -3px; }
.new-blog-hero-tag ul li { display: inline-block; margin: 0px 3px; }
.new-blog-hero-tag ul li a { border-radius: 20px; background: rgba(30, 171, 232, 0.13); padding: 6px 14px; display: inline-block; }
.new-blog-hero-main-wrap { background: url(https://hello.getacceptd.com/hubfs/massagebook-2024/images/Hero.png) no-repeat center/cover; padding: 60px 0px 44px; }
.new-blog-hero-details h1 { font-size: 42px; font-style: normal; font-weight: 700; line-height: 113%; letter-spacing: -1.26px; }
.new-blog-hero-details h1 span { color: #3B3F3F; }
.new-blog-hero-details { padding-top: 12px; }
.new-blog-hero-details .content { padding: 16px 0px ; font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; letter-spacing: -0.18px; }
.new-blog-hero-autor-date-wrap ul { margin: 0; padding: 0; display: flex; align-items: center; }
.new-blog-hero-autor-date-wrap ul li { display: inline-flex; align-items: center; margin-right: 24px; font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; color: #696A75; }
.new-blog-hero-autor-date-wrap ul li a { font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; color: #696A75; border-bottom:2px solid transparent }
.new-blog-hero-autor-date-wrap ul li a:hover { color: #ef5a2f; border-bottom:2px solid #ef5a2f; }
.new-blog-hero-autor-date-wrap ul li img { margin-right: 8px; width:28px; height:28px; border-radius: 100%; object-fit: cover; }
.new-blog-hero-autor-date-wrap ul li:last-child { margin-right: 0; font-weight: 400; }
.new-blog-hero-details-wrap { padding-right: 14%; }
.new-blog-img img { width: 100%; aspect-ratio: 16/9; border-radius: 16px; }
.new-blog-post-seo-main-wrap .left { padding-right: 0;     width: 78%; }
.new-blog-post-seo-main-wrap .blog-post { display: flex; }
.new-blog-post-seo-main-wrap .new-blog-left-side-nav-wrap { width: 27%; padding-right: 56px; }
.new-blog-post-seo-main-wrap .blog_post__body { width: 73%; }
.new-blog-post-seo-main-wrap .right { width: 22%; padding-left: 38px; }
.new-blog-left-side-nav-wrap .title_style h4 { color: #3B3F3F; border-bottom:0; padding-bottom: 6px; margin-bottom:0;  }

.new-blog-post-seo-main-wrap .blog_post__body .content-only .editor-hide &gt;p:first-of-type { margin-top: 0; }
.new-blog-post-seo-main-wrap .blog_post__body { font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; letter-spacing: -0.18px; margin-top: 0; }
.new-blog-post-seo-main-wrap .blog_post__body ul { margin-top: 0; padding-left: 0; }
.new-blog-post-seo-main-wrap .blog_post__body ul li { padding-left: 35px; position: relative; display: inline-block; width: 100%; vertical-align: top; margin-bottom: 11px; }
.new-blog-post-seo-main-wrap .blog_post__body ul li:before { content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='8' fill='%23D2F0E5'/%3E%3Ccircle cx='12' cy='12' r='4' fill='%231B4234'/%3E%3C/svg%3E"); width: 24px; height: 24px; position: absolute; left: 0; top: 3px; }
.new-blog-post-seo-main-wrap .blog_post__body a { color: #3B3F3F; border-bottom: 2px solid; text-decoration:none !important; }
.new-blog-post-seo-main-wrap .blog_post__body ul li:last-child { margin-bottom: 0; }
.new-blog-post-seo-main-wrap .blog_post__body h2 { font-weight: 700; color: #3B3F3F; }

body:not(.hubspot-disable-focus-styles) .top-content { display:none; }
.hubspot-disable-focus-styles .top-content { margin-bottom: 15px; }
.new-blog-post-seo-main-wrap .recent_post { background: #F9F8F7; padding: 24px 16px; border-radius: 8px; }
.new-blog-post-seo-main-wrap .recent_post .title_style h4 { border-bottom: 2px solid #333; color: #3b3f3f; padding-bottom: 2px; line-height: normal; margin-bottom: 6px; }
.new-blog-post-seo-main-wrap .recent_post .recent_item:hover { background: transparent; }
.new-blog-post-seo-main-wrap .recent_post .recent_item { margin: 0; }
.new-blog-post-seo-main-wrap .recent_post .recent_item h5 { margin: 0; line-height: 130%; }
.new-blog-post-seo-main-wrap .recent_post .recent_item a { padding: 8px 0px; display: inline-block; width: 100%; }
.new-blog-post-seo-main-wrap .blog_post__body .hs-cta-wrapper img { width: 100%; }
.new-blog-post-seo-main-wrap .blog_inner_wrap { max-width: 1298px; margin: 0px auto; display: block; }

.new-blog-tab-nav .tabs-title { padding-left: 0; margin-bottom: -1px; padding-bottom: 12px; }
.new-blog-tab-nav .tabing-list-wrap { border-bottom: 1px solid #D4D5D5; }
.new-blog-tab-nav .tabs-title:last-child { margin-right: 0; padding-right: 0; }
.new-blog-tab-nav .tabs-title:first-child { padding-left: 0; margin-right: 20px; }

.new-blog-author-details-main-wrap { border-radius: 16px; background: #F9F8F7; padding: 45px 49px; display: flex; flex-flow: wrap; }
.new-blog-author-details-main-wrap .author-img-wrap { width: 80px; height: 80px; }
.new-blog-author-details-main-wrap .author-img-wrap img { width: 80px; height: 80px; object-fit: cover; border-radius: 100%; }
.new-blog-author-details-main-wrap .author-details-wrap { padding-left: 32px; width: calc(100% - 80px); }
.author-details-wrap .author-name-label { font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 2px; }
.author-details-wrap .content { font-size: 14px; font-style: normal; font-weight: 400; line-height: 150%; margin-top: 10px; }

.new-blog-form-wrap { border-radius: 24px; background: #14739C; padding: 45px 60px; justify-content: center; display: flex; flex-direction: column; align-items: center; gap: 15px; align-self: stretch; }
.new-blog-form-wrap h4 { font-size: 40px; font-style: normal; font-weight: 700; line-height: 56px; letter-spacing: -0.4px; color: #FFF; width: 100%; text-align: center; }
.new-blog-form-wrap .content { font-size: 22px; font-style: normal; font-weight: 400; line-height: 28px; max-width: 630px; text-align: center; }
.new-blog-form { width: 100%; max-width: 515px; }
.new-blog-form form { display: flex; align-items: flex-start; justify-content: center; gap: 15px; }
.new-blog-form form .hs-button { width: auto; display: flex; padding: 8px 44px; align-items: center; gap: 10px; margin-top: 0; font-size: 18px; font-style: normal; font-weight: 700; line-height: 28px; color: #14739C; border-radius: 8px; border: 1px #14739C; background: #DBEDF5; text-transform: none; }
.new-blog-form form input[type=email] { color: rgba(59, 63, 63, 0.75); display: flex; max-width: 327px; padding: 10px 10px 10px 10px; align-items: center; flex-shrink: 0; border-radius: 8px; background: rgba(255, 255, 255, 0.90); min-width: 327px; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; height: auto; }
.new-blog-form form input[type=email]::placeholder { color: rgba(59, 63, 63, 0.75); font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; text-transform: none; }
.new-blog-form form ul.hs-error-msgs { color: #fff; margin-top: 7px; }
.new-blog-form form .field.hs-form-field { margin-bottom: 0; }

.new-blog-post-releted-main-wrap { display: flex; flex-flow: wrap; max-width: 1176px; margin-left: auto; margin-right: auto; padding-top: 45px; }
.new-blog-post-releted-wrap { width: calc(100% / 3); padding: 12px; }
.new-blog-post-releted { border-radius: 16px; border: 1px solid #E4DDDA; overflow: hidden; }
.new-blog-post-releted-head-btn { padding: 37px 28px; }
.new-blog-post-releted-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: bottom; }
.new-blog-form-main-wrap { max-width: 1170px; margin: 0px auto; margin-top: 35px; }
.new-blog-post-releted-head-btn h4 { font-size: 24px; font-style: normal; font-weight: 600; line-height: 140%; letter-spacing: -0.5px; }
.new-blog-post-releted-head-btn .link_style { margin-top: 14px; }

.new-blog-right-cta-main-wrap { display: flex; padding: 22px 15px; flex-direction: column; justify-content: center; align-items: center; gap: 16px; align-self: stretch; border-radius: 8px; background: #DBEDF5; }
.new-blog-right-cta-main-wrap .btn_style1 a { min-width: auto; display: flex; padding: 8px 8px 7px; justify-content: center; align-items: center; gap: 10px; align-self: stretch; font-size: 14px; font-style: normal; font-weight: 700; line-height: 150%; /* 21px */ letter-spacing: -0.28px; text-transform: uppercase; border-radius: 8px; }
.new-blog-right-cta-main-wrap h6 { font-size: 15px; font-style: normal; font-weight: 700; line-height: 130%; letter-spacing: -0.32px; text-transform: capitalize; }
.new-blog-right-cta-main-wrap .content li { display: inline-block; width: 100%; font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; letter-spacing: -0.14px; color: #14739C; margin-bottom: 5px; vertical-align: top; padding-left: 20px; position: relative; }
.new-blog-right-cta-main-wrap .content ul { margin: 0; padding: 0; }
.new-blog-right-cta-main-wrap .content { margin-top: 10px; }
.new-blog-right-cta-main-wrap .content li:before { content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.236 0.916713C11.5811 1.18508 11.6434 1.68246 11.3751 2.02763L5.21988 9.94426C5.0828 10.1206 4.87764 10.2308 4.65495 10.2478C4.43227 10.2647 4.21279 10.1868 4.05062 10.0332L0.705772 6.8666C0.388266 6.566 0.374554 6.06494 0.675147 5.74744C0.975739 5.42993 1.47681 5.41622 1.79431 5.71681L4.5055 8.28356L10.125 1.05578C10.3934 0.710605 10.8908 0.648344 11.236 0.916713Z' fill='%2314739C'/%3E%3C/svg%3E"); width: 12px; height: 11px; position: absolute; left: 0; top: 5px; }
.new-blog-right-cta-main-wrap .content li:last-child { margin-bottom: 0; }

.new-blog-left-side-nav-fixed { position: sticky; top: 80px; }
.new-blog-left-side-nav ul { margin: 0; padding: 0; }
.new-blog-left-side-nav ul li { display: inline-block; width: 100%; }
.new-blog-left-side-nav ul li a { display: flex; padding: 6px 0px; flex-direction: column; align-items: flex-start; font-size: 14px; font-style: normal; font-weight: 400; line-height: 130%; letter-spacing: -0.28px; color: #3B3F3F;     border-bottom: 2px solid transparent;  }
.new-blog-left-side-nav ul li a:hover { border-bottom: 2px solid #ef5a2f;  }
.new-blog-left-side-nav ul li.active a { padding: 12px 8px; border-radius: 8px; background: #D2F0E5; border-color:transparent;  }

body.hubspot-disable-focus-styles .editor-hide { display:none }
body.hubspot-disable-focus-styles .editor-hide + .hs_cos_wrapper  { display: none; }
 
.blog_inner_sc.new-blog-post-seo-main-wrap { padding: 32px 0; } 
.new-blog-left-side-nav ul li.active a { padding: 6px 8px; }
.new-blog-post-seo-main-wrap .blog_post__body a:hover { color: #ef5a2f; }
.new-blog-post-seo-main-wrap .blog_post__body h3 { font-size: 20px; }
.new-blog-hero-tag ul {  display: flex; margin: 0 -3px; padding: 0; flex-flow: wrap; gap: 7px; }

@media screen and (max-height:650px) and (min-width:375px) {
    .topic-new-list-wrap ul{ max-height:50vh; overflow:auto; }
}
@media(min-width:768px){
    .new-blog-menu-right { display:none;}
}


/* Media Css */   
@media (max-width: 1200px){  
    .blog_listing_sc .wrap .left { padding-right: 30px; }  
    .blog_listing_sc .wrapper { width: 100%; }
    .video-blog-new-main-wrap { padding-left: 0; }
    
    .video-post-main-wrap .left { padding-left: 2%; }
    .video-post-main-wrap .right { padding-right: 0; }
    
    .new-blog-post-seo-main-wrap .right { padding-left: 20px; }
    .new-blog-post-seo-main-wrap .new-blog-left-side-nav-wrap { padding-right: 20px; }
    .new-blog-hero-details-wrap { padding-right: 0; }

} 
   
@media (max-width: 991px){
    .blog_listing_sc .wrap .left, .blog_listing_sc .wrap .right { width: 100%; padding: 0; }
    .blog_listing_sc .wrap .left { padding-bottom: 50px; }
    .blog_listing_sc .wrapper { width: 750px; }
    .testimonials-video .box { width: calc(50% - 20px); }
    
    .blog_inner_wrap .left { padding-right: 0; width: 100%; padding-bottom: 10px; }
    .blog_inner_wrap .right { padding-left: 0; width: 100%; padding-top: 10px; }
    .blog_inner_sc .left .get_more .get_more_left { padding-right: 0; width: 100%; margin-bottom: 10px; }
    .blog_inner_sc .left .get_more .get_more_right { width: 100%; margin-top: 10px; }
    .blog_inner_sc .left .free-trial .trial-left { width: 100%; text-align: center; padding-bottom: 15px; }  
    .blog_inner_sc .left .free-trial { justify-content: center; }
    .blog_inner_sc .left .free-trial .trial-right { text-align: center; }
    
    .video-blog-new-main-wrap { margin-top: 35px; }

    .video-post-main-wrap .right { padding-top: 0; }
    .video-post-main-wrap .left { padding-left: 0; padding-top: 20px; padding-bottom: 0; }
    .video-post-main-wrap .left .blog-post hr { margin-bottom: 20px; margin-top: 20px; }
    .blog_inner_sc .right .topic_box.vbt-other-mian-wrap&gt;ul&gt;li&gt;ul li { margin-bottom: 6px; }

    .new-blog-post-releted-head-btn h4 { font-size: 20px; }
    .new-blog-hero-details h1 { font-size: 33px; }
    .new-blog-hero-main-wrap { padding: 38px 0 44px; }
    .new-blog-form-main-wrap { margin-top: 0; }
    .new-blog-post-releted-main-wrap { padding-top: 25px; justify-content: center; }
    .new-blog-post-releted-wrap { width: calc(100% / 2); }
    .new-blog-post-releted-head-btn { padding: 24px 19px; }
    .new-blog-form-wrap h4 { font-size: 30px; line-height: normal; }
    .new-blog-form-wrap .content { font-size: 18px; line-height: normal; }

    .new-blog-author-details-main-wrap { padding: 30px 30px; }
    .new-blog-author-details-main-wrap .author-details-wrap { padding-left: 20px; }

}

@media (max-width: 767px){
    .blog_listing_sc .wrapper { width: 100%; }
    .hero-blog .cover .box .text { display: none; }
    .hero-blog .cover .box { width: auto; margin: 4px; flex: 1; }
    .hero-blog .cover { gap: 0; }
    .hero-blog .box a { padding: 5px 10px; }
    
    .breadcrumbs-menu { background-size: cover !important; }
    .breadcrumbs-menu .breadcrumb .hs-menu-wrapper &gt; ul { flex-direction: row; }
    .post_item .post_img { width: 100%; }
    .post_item .post_con { width: 100%; padding: 25px 0 0; }
    .post_item .post_img a { height: auto; aspect-ratio: 16 / 9; }
    
    .post_item_pagination .next a span, .post_item_pagination .prev a span { font-size: 0; }
    .post_item_pagination .next a, .post_item_pagination .prev a { padding: 5px 10px 5px 10px; text-align: center !important; width: 40px; height: 25px; display: flex; align-items: center; justify-content: center; }
    .post_item .post_con .post-header h2 { font-size: 16px; }
    .post_other_info ul li { width: auto; margin-top: 5px; }
    .post_other_info ul { flex-wrap: wrap; }
    
    .hero-blog h1 { font-size: 34px; line-height: 1.25; }
    .hero-blog .title { font-size: 16px; }
    
    .testimonials-video .box { width: 100%; }
    
    .blog_inner_sc .left .blog-post .author_post .author_left,
    .blog_inner_sc .left .blog-post .author_post .author_right{ width: 100%; }
    .blog_inner_sc .left .free-trial .trial-left .trial-head { margin-bottom: 10px; }
    .blog_inner_sc .blog-related-posts__post { width: 50%; margin-bottom: 30px; }
    .blog_inner_sc .left .pagination .prev_next { margin-bottom: 3px; max-width: 150px; }

    .video-blog-new-main-wrap .item_wrap .post_item { width: 100%; }
    .video-blog-new-main-wrap .item_wrap .post_item .post_con { padding-top: 0; }
    .hero-video-blog-wrap h1 { font-size: 34px; }
    .hero-careers-icon { margin-right: 8px; }
    .blog_listing_main_sc { padding: 40px 0 50px; }
    

    body .new-blog-tab-nav label { display: inline-flex; }
    body .new-blog-tab-nav .tabing-list-wrap { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 2; background-color: #fff; border: 2px solid #3b3f3f1a; border-radius: 20px; margin-top: 6px; overflow: hidden; }
    body .new-blog-tab-nav .tabs-title { margin-right: 0; padding-bottom: 0; padding: 9px; }
    body .new-blog-tab-nav .tabs-title:first-child { margin-right: 0; padding: 9px; }
    body .new-blog-tab-nav  .tabs-title.current { border-bottom: 2px solid #3b3f3f1a; background-color: #D2F0E5; }
    .new-blog-img { margin-top: 25px; }
    .new-blog-author-details-main-wrap { padding: 20px; }
    .new-blog-author-details-main-wrap .author-img-wrap { width: 100%; }
    .new-blog-author-details-main-wrap .author-details-wrap { padding-left: 0; margin-top: 20px; width: 100%; }
    .author-details-wrap .content { margin-top: 5px; }
    .new-blog-form-wrap { padding: 19px; gap: 9px; }
    .new-blog-form form { flex-flow: column; width: 100%; align-items: center; }
    .new-blog-form form input[type=email] { min-width: 100%; }
    .new-blog-form { margin-top: 10px; }
    .new-blog-post-releted-wrap { width: 100%; }
    .new-blog-post-releted-main-wrap { margin: 0px -12px; }
    .new-blog-post-releted-img img { aspect-ratio: 16 / 8; } 
    .new-blog-post-releted-head-btn .link_style { margin-top: 9px; }
    .new-blog-post-releted-head-btn { padding: 20px; }

    .new-blog-post-seo-main-wrap .new-blog-left-side-nav-wrap { position: absolute; left: calc(-90% + 19px);width: 90%; z-index: 22; top: -39px; height: 100%; display: flex; align-items: flex-start; padding-right: 0; transition: all 800ms ease-in-out; }
    .blog_inner_sc.new-blog-post-seo-main-wrap { position: relative; }
    .new-blog-left-side-nav-fixed { background: #ee5b2f; padding: 10px; top: 30px; width: calc(100% - 35px); }
    .new-blog-menu-right { position: sticky; right: 0; top: 30px; z-index: 2; width: 35px; height: 37px; padding: 5px; background-color: #ee5b2f; }
    .new-blog-menu-right svg path { fill: #fff; }
    .new-blog-left-side-nav-wrap .title_style h4 { color: #fff; border-bottom-color: #fff; }
    .new-blog-left-side-nav ul li a { color: #fff; }
    .new-blog-menu-right svg { vertical-align: top; }
    .new-blog-post-seo-main-wrap .left { position: relative; }
    .new-blog-post-seo-main-wrap .blog_post__body { width: 100%; }
    .new-blog-post-seo-main-wrap .new-blog-left-side-nav-wrap.open { left: -15px; }
    .new-blog-left-side-nav ul li.active a { background-color: #fff; color: #000; }
    .new-blog-hero-details h1 { font-size: 28px; }
    .new-blog-hero-details .content { padding: 15px 0 22px; }

}

@media (max-width: 500px){
    .post_item .post_img a { height: 250px; }
} 
.error_main_section { padding: 290px 0px 180px; }


.error_box { width:100%; margin:0 auto; padding: 50px; background: #fff; max-width: 950px; box-shadow: 0px 60px 80px rgb(0 0 0 / 4%), 0px 38.8889px 46.8519px rgb(0 0 0 / 3%), 0px 23.1111px 25.4815px rgb(0 0 0 / 2%), 0px 12px 13px rgb(0 0 0 / 2%), 0px 4.88889px 6.51852px rgb(0 0 0 / 2%), 0px 1.11111px 3.14815px rgb(0 0 0 / 1%); }
.error_box h1 { color:#14739C; font-size:200px; line-height:150px; }
.error_box h2 { margin:20px 0; font-size: 45px; }
.error_box h3 { margin:0 0 10px; font-size: 30px; line-height: 1.2; }

.systems-page { padding: 0px !important; }
.systems-page .error_box h1 { font-size: 48px; line-height:1.1; }
.systems-page .error_box .introduction { margin:10px 0; }
.systems-page form input { height:50px; margin:0 0 7px !important; padding:10px 25px !important; }
.systems-page form input[type="checkbox"] { height:auto; margin: 0 5px 0 0 !important; width: 15px; height: 15px; position:relative; bottom:-3px; }
.systems-page form .hs-input { margin:10px 0 15px !important; width: 510px !important; box-shadow: 0px 16px 24px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 30px; }
.systems-page form .hs_submit { width:100%; margin:10px 0; }
.systems-page .form-container .hs-login-widget-show-password { margin:0; }
.systems-page .password_form.error_box h1 { margin-bottom:6px; }
.systems-page .password_form #hs-pwd-widget-password { margin:15px 0 !important; }
.systems-page .preferences_box .page-header h2 { margin:10px 0 20px; }
.systems-page .preferences_box .page-header br { display:none; }  
.systems-page .preferences_box .item { width:100%; margin-bottom:15px; }
.systems-page .preferences_box .item .checkbox-row + p { padding-left:25px; }
.systems-page .preferences_box .hs-button { margin-top:20px !important; }
 
.systems-page .confirmation_box .page-header h2 { margin:0 0 10px; }
.systems-page .confirmation_box .page-header br { display:none; }  
.error_box_parent input[type="password"] { box-shadow: 0px 16px 24px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 30px; padding: 15px 25px !important; }


.system-container { margin: 0 auto; min-height: calc(100vh - 300px); padding-top: 100px; width: 100%; }
.error-page { padding: 0px 0 140px; position: relative; text-align: center; margin-top: -280px; z-index: 5; }
.error-page:before { color: #f3f6f9; content: attr(data-error); font-size: 40vw; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: -1; }
.error-page .btn a { margin-top: 10px; }


@media screen and (min-width:1100px) {
  .error-page:before { font-size: 20rem; }
}
.systems-page { width:100%; }
.systems-page--search-results { max-width: 100%; }
.systems-page .header { background-color: transparent; border-bottom: none; padding: 0; }
.systems-page .success { background-color: #cde3cc; border: 1.5px solid #4f7d24; border-radius: 6px; color: #4f7d24; display: inline-block; margin: 15px 0 0; width: 100%; max-width:100%; padding: 15px; }
.systems-page form input { max-width: 100%; }

  
.systems-page #hs-pwd-widget-password { width: 100%; }
.systems-page .hs-login-widget-show-password, .systems-page .hs-register-widget-show-password, .systems-page .hs-reset-widget-show-password { display: block; margin-bottom: 0.5rem; }
.systems-page #hs-login-widget-remember, .systems-page #hs-login-widget-remember ~ label { display: inline-block; margin-bottom: 3px; }
form#email-prefs-form .item.disabled { opacity: 0.6; cursor: not-allowed; }
form#email-prefs-form .item.disabled input:disabled { cursor: not-allowed; }
.sub_confirmation h2 { margin:0; }

/* Search */
.hs-search-results { margin-top: 2rem; }
ul.hs-search-results__listing li { margin-bottom: 2rem; }
.hs-search-results__title { font-size: 1.25rem; margin-bottom: 0.25rem; }
.hs-search-results__description { padding-top: 0.5rem; }
.hs-search-highlight { font-weight: bold; }
.hs-search-results__pagination a { color: #051f46; }
.hs_search_box.error-page { margin-top: -240px; }

/* Membership error message */
.form-input-validation-message ul { margin: 0; padding-left: 0; }
.form-input-validation-message ul li { line-height: 1rem; }

/* Password prompt */
.password-prompt input[type='password'] { height: auto !important; }

.error-page { }
.error-page form h3 { font-size: 18px; margin-bottom: 0; text-align: left; display: none; }
.error-page form { margin-top: 25px; }

.error_box_parent.mlogin-main .form-container { text-align: left; }
.error_box_parent.mlogin-main .hs-form-field { margin-bottom: 10px; }
.error_box_parent.mlogin-main .hs-form-field .hs-login-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password { float: right; }
.error_box_parent.mlogin-main .hs-membership-loader.hs_submit.hs-submit { margin-top: 25px; }

.error_box_parent.mlogin-main .hs-error-msgs label { transform: none;}
.error_box_parent.mlogin-main form .hs-error-msgs { padding-left: 0;  list-style: none;}


.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password{ float: right; }
.error_box.password-required .hs-button { margin-top: 10px !important; display: inline-block; }
.error_box.password-required form { margin-top: 10px; }
.error_box.password-required h1 { margin-bottom: 15px; }

.search-results-wrapper .hero-main.full-width { padding-bottom: 230px;}
.search-results-wrapper .hero-outer h1 { margin-bottom: 0;}

.error_box .no-list {  list-style: none;}
.error_box.password-required form#email-prefs-form { text-align: left;}
.error_box.password-required { text-align: left;}
.checkbox-row + p { padding-left: 24px; } 
.email-prefs .subscribe-options .header { padding-left: 24px; margin-bottom: 10px; margin-top: 11px; }
form#email-prefs-form p+p { padding: 0; }
.email-prefs p.header { margin-bottom: 25px; }
.error_box.password-required .email-prefs input[type="submit"] { margin-top: 20px !important; }
.email-prefs .item { margin-bottom: 15px; }

@media (max-width: 1400px){
    
    .error_box_parent .hero-main.full-width { padding-bottom: 290px;}
    
}

@media(max-width:991px){ 

    .error_box {  max-width: 730px;}
    .search-results-wrapper .hero-main.full-width { padding-bottom: 160px;}
    
}
@media(max-width:767px){ 
  
    .error_main_section { padding: 80px 0 150px 0; } 
    .systems-page { padding:8rem 20px 4em; }  
    .error_box { padding:20px; }    
    .systems-page .error_box h1 { font-size:30px; }
    .systems-page form input[type='submit'] { white-space: normal; }
    .error-page { margin-top: -155px; padding:0rem 15px 4em; } 
    .error_box h1 { font-size: 110px; line-height: 100px; }
    .error_box h3 { margin: 5px 0 10px; font-size: 20px; }
    .error_box h2 { margin: 5px 0 10px; font-size: 22px; }
     
    .error_box {  max-width: 100%;}
    .error_box_parent .hero-main.full-width { padding-bottom: 170px;}
    
    .error_box_parent.mlogin-main .hs-form-field label,.error_box_parent.mlogin-main .hs-form-field .hs-login-widget-show-password,
    .error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,
    .error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password{ font-size: 14px; }
    
    .search-results-wrapper .hero-main.full-width { padding-bottom: 120px;}
    
    .email-prefs .item { margin-bottom: 10px; font-size: 12px; }
    .systems-page form input[type="checkbox"] { bottom: -4px; }
    form#email-prefs-form p+p, .email-prefs .subscribe-options .header { font-size: 12px; }
    
    .hs_search_box.error-page { margin-top: -155px; }
    
}  
.lightSpeedOutRight.goAway,.wiggle.go{-webkit-animation-timing-function:ease-in}.flip.go,.flipInX.go{-webkit-backface-visibility:visible!important}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slow,.slower{-webkit-animation-fill-mode:both}.slow{-webkit-animation-duration:1.5s;animation-duration:1.5s;animation-fill-mode:both}.slower{-webkit-animation-duration:2s;animation-duration:2s;animation-fill-mode:both}.slowest{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.delay-250{-webkit-animation-delay:.25s;-moz-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.delay-500{-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.delay-750{-webkit-animation-delay:.75s;-moz-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.delay-1000{-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s}.delay-1250{-webkit-animation-delay:1.25s;-moz-animation-delay:1.25s;-o-animation-delay:1.25s;animation-delay:1.25s}.delay-1500{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s}.delay-1750{-webkit-animation-delay:1.75s;-moz-animation-delay:1.75s;-o-animation-delay:1.75s;animation-delay:1.75s}.delay-2000{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}.delay-2500{-webkit-animation-delay:2.5s;-moz-animation-delay:2.5s;-o-animation-delay:2.5s;animation-delay:2.5s}.delay-3000{-webkit-animation-delay:3s;-moz-animation-delay:3s;-o-animation-delay:3s;animation-delay:3s}.delay-3500{-webkit-animation-delay:3.5s;-moz-animation-delay:3.5s;-o-animation-delay:3.5s;animation-delay:3.5s}.bounceInDown,.bounceInLeft,.bounceInRight,.bounceInUp,.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}.flipInX,.flipInY,.rollIn,.rotateDownUpRight,.rotateIn,.rotateInDownLeft,.rotateInUpLeft,.rotateInUpRight{opacity:0}.lightSpeedInLeft,.lightSpeedInRight{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.bounceIn.go{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(400px)}60%{-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(400px)}60%{transform:translateX(-30px)}80%{transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}}.bounceInRight.go{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-400px)}60%{-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-400px)}60%{transform:translateX(30px)}80%{transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}.bounceInLeft.go{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(400px)}60%{-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(400px)}60%{transform:translateY(-30px)}80%{transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.bounceInUp.go{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-400px)}60%{-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-400px)}60%{transform:translateY(30px)}80%{transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}.bounceInDown.go{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1;display:block}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1;display:block}}.fadeIn{opacity:0}.fadeIn.go{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes growIn{0%{-webkit-transform:scale(.2);opacity:0}50%{-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1);opacity:1}}@keyframes growIn{0%{transform:scale(.2);opacity:0}50%{transform:scale(1.2)}100%{transform:scale(1);opacity:1}}.growIn{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}.growIn.go{-webkit-animation-name:growIn;animation-name:growIn}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake.go{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes shakeUp{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateY(-10px)}20%,40%,60%,80%{-webkit-transform:translateY(10px)}}@keyframes shakeUp{0%,100%{transform:translateY(0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.shakeUp.go{-webkit-animation-name:shakeUp;animation-name:shakeUp}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-400px)}50%{opacity:.3}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-400px)}50%{opacity:.3}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{opacity:0;-webkit-transform:translateX(-400px);transform:translateX(-400px)}.fadeInLeft.go{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(400px)}50%{opacity:.3}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(400px)}50%{opacity:.3}100%{opacity:1;transform:translateX(0)}}.fadeInRight{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}.fadeInRight.go{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(400px)}50%{opacity:.3}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(400px)}50%{opacity:.3}100%{opacity:1;transform:translateY(0)}}.fadeInUp{opacity:0;-webkit-transform:translateY(400px);transform:translateY(400px)}.fadeInUp.go{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-400px)}50%{opacity:.3}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-400px)}50%{opacity:.3}100%{opacity:1;transform:translateY(0)}}.fadeInDown{opacity:0;-webkit-transform:translateY(-400px);transform:translateY(-400px)}.fadeInDown.go{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn.go{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft.go{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft.go{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight.go{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight.go{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0)}}.rollIn.go{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes wiggle{0%{-webkit-transform:skewX(9deg)}10%{-webkit-transform:skewX(-8deg)}20%{-webkit-transform:skewX(7deg)}30%{-webkit-transform:skewX(-6deg)}40%{-webkit-transform:skewX(5deg)}50%{-webkit-transform:skewX(-4deg)}60%{-webkit-transform:skewX(3deg)}70%{-webkit-transform:skewX(-2deg)}80%{-webkit-transform:skewX(1deg)}100%,90%{-webkit-transform:skewX(0)}}@keyframes wiggle{0%{transform:skewX(9deg)}10%{transform:skewX(-8deg)}20%{transform:skewX(7deg)}30%{transform:skewX(-6deg)}40%{transform:skewX(5deg)}50%{transform:skewX(-4deg)}60%{transform:skewX(3deg)}70%{transform:skewX(-2deg)}80%{transform:skewX(1deg)}100%,90%{transform:skewX(0)}}.wiggle.go{-webkit-animation-name:wiggle;animation-name:wiggle;animation-timing-function:ease-in}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0)}}.swing.go{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada.go{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%,100%{-webkit-transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}}@keyframes wobble{0%,100%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}}.wobble.go{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.pulse.go{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);opacity:1}}@keyframes lightSpeedInRight{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}100%{transform:translateX(0) skewX(0);opacity:1}}.lightSpeedInRight.go{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translateX(-100%) skewX(30deg);opacity:0}60%{-webkit-transform:translateX(20%) skewX(-30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);opacity:1}}@keyframes lightSpeedInLeft{0%{transform:translateX(-100%) skewX(30deg);opacity:0}60%{transform:translateX(20%) skewX(-30deg);opacity:1}80%{transform:translateX(0) skewX(15deg);opacity:1}100%{transform:translateX(0) skewX(0);opacity:1}}.lightSpeedInLeft.go{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(0);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) scale(1);-webkit-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) scale(1);animation-timing-function:ease-in}}.flip.go{-webkit-animation-name:flip;backface-visibility:visible!important;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0);opacity:1}}.flipInX.go{-webkit-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX}.flipInY.go,.flipOutX.goAway{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0);opacity:1}}.flipInY.go{-webkit-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.bounceOut.goAway{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp.goAway{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown.goAway{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft.goAway{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight.goAway{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut.goAway{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUp.goAway{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDown.goAway{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.fadeOutLeft.goAway{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRight.goAway{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX.goAway{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;backface-visibility:visible!important;animation-name:flipOutY}@-webkit-keyframes lightSpeedOutRight{0%{-webkit-transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{transform:translateX(0) skewX(0);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOutRight.goAway{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{-webkit-transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(-100%) skewX(30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{transform:translateX(0) skewX(0);opacity:1}100%{transform:translateX(-100%) skewX(30deg);opacity:0}}.lightSpeedOutLeft.goAway{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut.goAway{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{-transform-origin:left bottom;-transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft.goAway{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft.goAway{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight.goAway{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut.goAway{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes fadeInUpShort{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUpShort{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpShort{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.fadeInUpShort.go{-webkit-animation-name:fadeInUpShort;animation-name:fadeInUpShort}@-webkit-keyframes fadeInDownShort{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDownShort{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownShort{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.fadeInDownShort.go{-webkit-animation-name:fadeInDownShort;animation-name:fadeInDownShort}@-webkit-keyframes fadeInRightShort{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRightShort{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightShort{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.fadeInRightShort.go{-webkit-animation-name:fadeInRightShort;animation-name:fadeInRightShort}@-webkit-keyframes fadeInLeftShort{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInLeftShort{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftShort{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.fadeInLeftShort.go{-webkit-animation-name:fadeInLeftShort;animation-name:fadeInLeftShort}/*# sourceMappingURL=animations.min.css.map */  





::selection {
    color: #14739C;
    background: ;
}

/* Root */
:root {
    --main-color:                         #3B3F3F;
    --secondary-color:                    #14739C;
    --tertiary-color:                     #EF5A2F;
    --quaternary-color:                   #ffc828;
      
    --main-font:                          Proxima Nova;
    --sec-font:                           Proxima Nova;
  
    --headertopbg:                        
    
    
        
    
    rgba(240, 240, 240, 0.5)
;
    --headertoplink:                      #14739C;
    --headertoplinkhover:                 #1a94c9;
    --headerbottombg:                     
    
    
        
    
    rgba(255, 255, 255, 1.0)
;
    --headerbottomlink:                   #767676;
    --headerbottomlinkhover:              #EF5A2F;
    --dropcolor:                          #383F3F;
    --droplinkcolor:                      #FFFFFF;
    --droplinkhovercolor:                 #FFFFFF;
    --droplinkhoverbgcolor:               rgba(255, 255, 255,0.3);  
    --hamburger:                          #444444;
  
    --body_font:                          Proxima Nova;
    --body_font_size:                     16;
  
    --link_color:                         #14739C;
    --link_hover_color:                   #FE6B01;  
}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#3B3F3F; clear:both; margin:30px 0; }
.clear { clear:both }

h2 span { color: var(--main-color); background-color: #4DC29740; border-radius: 8px; padding: 5px; font-weight: 700; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#ECECEC; background:#ffffff; width:35px; height:35px; font-size:0; cursor:pointer; border:0; transition:all ease-in-out .4s; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:30px; }
.slick-arrow:hover { background:#ffffff; color:#ECECEC;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; list-style:none; text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#ffffff; border:1px solid #14739C; width:16px; height:16px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#14739C; }

.container .dnd-section &gt; .row-fluid, .wrapper { margin:0 auto !important; width:1370px; padding:0 15px; float:none !important; }
.wrapper-800 { max-width:800px; }
main.body-container-wrapper { display:inline-block; vertical-align:top; width:100%; }

.social_icon ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.social_icon ul li a { display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; background: var(--secondary-color); border-radius: 100%; }
.social_icon ul li + li { margin-left: 10px; }
.social_icon ul li a { color: #fff; font-size: 20px; }
.social_icon ul li a:hover { background: var(--main-color); }
.hide { display: none; }

/* hero */
.home-hero-main-wrap { background-image: url(https://hello.getacceptd.com/hubfs/massagebook-2024/images/Hero.svg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding-top: 60px; padding-bottom: 40px; }
.home-hero-main-wrap .wrapper { max-width: 1330px; }
.home-hero-wrap .left-side { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 650px; }
.home-hero-wrap { column-gap: 54px; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
.home-hero-wrap .right-side { display: flex; flex-direction: column; flex-shrink: 0; position: relative; }
.home-hero-wrap .video-v-right { max-width: 520px; width: 100%; flex-shrink: 0; }
.home-hero-wrap .video-v-right &gt; img:first-child { max-width: 520px; width: 100%; flex-shrink: 0; }

.home-hero-wrap .left-side &gt; h5 { color: #3B3F3FCC; font-weight: 400; line-height: 0.9em; letter-spacing: -0.01em; padding: 10px 18px 10px 18px; border: 2px solid #3B3F3F1A; border-radius: 50px; display: inline-block; font-family: "Proxima Nova", Sans-serif; margin-bottom: 10px; }
.home-hero-wrap .left-side &gt; h1 { font-style: normal; font-weight: 700; line-height: 113%; letter-spacing: -1.56px; margin-bottom: 10px; }
.home-hero-wrap .left-side &gt; h1 span { color: var(--main-color); position: relative; }
.home-hero-wrap .left-side &gt; h1 span:before { content: ""; background-image: url(https://hello.getacceptd.com/hubfs/massagebook-2024/images/h1underline.svg); background-size: contain; position: absolute; bottom: -10px; width: 437px; height: 18px; background-repeat: no-repeat; }
.home-hero-wrap .content { font-size: 21px; font-weight: 400; line-height: 1.6em; letter-spacing: -0.01em; margin: 0; margin-bottom: 25px; }
.home-hero-wrap .content strong { color: #1B4234; background-color: #4DC29740; border-radius: 8px; padding: 5px; }
.home-hero-wrap .btn_style1 a { font-size: 21px; text-transform: uppercase; line-height: 1.5em; font-weight: 700; letter-spacing: 0.5px; }
.home-hero-wrap .btn_style1 { margin-bottom: 10px; }
.home-hero-wrap .two-col { max-width: 465px; justify-content: space-evenly; align-items: center; align-self: stretch; padding-bottom: 5px; }
.hero-two-img-wrap { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px; }
.hero-two-img img { max-width: 115px; }
.hero-two-img-content p:last-child { padding-top: 3px; color: #4A4C5194; font-size: 16px; font-weight: 500; line-height: 1em; letter-spacing: -0.02em; margin: 0; }
.hero-two-img-content { text-align: center; }
.hero-two-img-content strong { color: #4A4C51; font-size: 18px; font-weight: 700; line-height: 1em; margin: 0; }
.hero-benefit-main-wrap { max-width: 1260px; padding-top: 24px; justify-content: space-between; align-items: flex-start; margin: 0 auto; width: 100%; border-top: 1px solid rgba(59, 63, 63, 0.08); margin-top: 30px; display: flex; }
.hero-benefit-main-wrap .hero-benefit { display: flex; align-items: center; }
.hero-benefit-heading { margin: 0; color: #1B4234; font-size: 18px; font-style: normal; font-weight: 400; line-height: 150%; letter-spacing: -0.18px; }
.home-hero-wrap .video-v-right a { position: absolute; z-index: 2; bottom: 20px; left: 20px; }
.home-hero-wrap .video-v-right { position: relative; }

.tabbing-details-heading h2 { text-transform: capitalize; }
/* .tabbing-details-heading h2 span { color: var(--main-color); background-color: #4DC29740; border-radius: 8px; padding: 5px; font-weight: 700; } */
.tabing-list-wrap { display: flex; align-items: center; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: space-around; }
.tabing-title label { display: none; }
.tabs-title { cursor: pointer; padding: 0 15px; display: flex; color: rgba(59, 63, 63, 0.75); text-align: center; font-size: 18px; font-style: normal; font-weight: 500; line-height: 28px; letter-spacing: -0.3px; border: 0; border-bottom: 2px solid transparent; padding-bottom: 17px; width: auto; }
.tabbing-details { max-width: 96%; margin: 0 auto; }
.tab-content{ display:none; }
.tab-content &gt; .sm\:d-flex { border-radius: 16px; padding: 70px 80px 60px 80px; justify-content: space-between; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 4%; background-color: #F9F8F7; display: flex; }
.tab-content .tb-left h3 { color: #3B3F3F; font-weight: 700; line-height: 120%; letter-spacing: -1.44px; text-transform: capitalize; margin-bottom: 10px; }
.tab-content .tb-left h3 img { width: 48px; vertical-align: text-bottom; }
.tab-content .tb-left .content { font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; letter-spacing: -0.18px; margin-bottom:27px; }
.tabs-title.current { border: none; border-bottom: 2px solid #1B4234; color: #1B4234; }

.dr-feature-list { display: flex; max-width: 1105px; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: space-between; gap: 40px; padding-top: 20px; padding-bottom: 70px; align-items: center; margin: 0px auto; }
.dr-feature-list-left { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.dr-feature-list-right img { max-width: 450px; }
.dr-feature-list-left h2 { text-transform: capitalize; letter-spacing: -1.44px; line-height: normal; }
.dr-feature-list-left ul { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.dr-feature-list-left ul li {position: relative; padding-left: 36px;}
.dr-feature-list-left ul li:before { display: flex; flex-shrink: 0; width: 24px; height: 24px; background: url(https://hello.getacceptd.com/hubfs/massagebook-2024/images/check.svg) no-repeat center center; background-size: contain; content: '';     position: absolute; left: 0; top: 5px; }
.dr-feature-list-left ul li p { font-size: 18px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.01em; color: #3B3F3F; }
.dr-feature-rev { padding-top: 70px; padding-bottom: 120px; flex-direction: row-reverse; }
.dr-feature-rev .dr-feature-list-right img { max-width: 530px; }
.dr-feature-list-left .content { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; letter-spacing: -0.18px; }
.dr-feature-list-left .content p { padding-top:0px; }


.recent-blog-main-wrap { background-color: #f7f7f7; padding: 80px 0px; }
.dr-blog h2 { font-size: 40px; font-weight: 700; line-height: 1.2em; letter-spacing: -0.03em; max-width: 1296px; margin: 0 auto; margin-bottom: 36px; }
.dr-blog-wrap { max-width: 1296px; margin: 0 auto; display: flex; align-items: flex-start; gap: 36px; }
.dr-blog-single { display: flex; flex-direction: column; align-items: flex-start; border-radius: 8px; border: 1px solid #E3E5EA; background: #FFF; flex-grow: 1; flex-basis: 0; overflow: hidden; padding-bottom: 24px; }
.dr-blog-single h4 { color: #3B3F3F; font-family: "Proxima Nova", Sans-serif; font-size: 19px; font-weight: 500; line-height: 1.35em; letter-spacing: -0.01em; margin: 0; padding: 24px 24px; padding-bottom: 20px; }
.dr-blog-single .dr-btn-blog { font-size: 16px; font-weight: 500; color: #646769; background-color: #FFFFFF; padding: 0px; margin-left: 24px; border-bottom: 1px solid #646769; }
.dr-blog-single img { aspect-ratio: 1/0.5; object-fit: cover; }
.tb-right { max-width: 530px; }
.testimonials-video .box .video i.fa { color: white; font-size: 60px; opacity: .5; -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -khtml-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.testimonials-video .box .video:before { -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -khtml-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.testimonials-video .box .video:hover i.fa { opacity:1; }
.about-tab-details-heading { max-width: 800px; margin: 0px auto; }
.about-tab-details-heading h1 { font-size: 45px; font-weight: 700; letter-spacing: .025em; line-height: 1.4; color: #555; }
.about-tab-details-main-wrap { padding: 60px 0 80px; border-top: 1px solid #eee; }
.about-tab-details-list { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: -moz-inline-flex; display: inline-flex; }

.about-tab-details-list .tabs-title { padding: 0px 16px; border-right: 2px solid #DDD; min-width: 230px; border-bottom: 0; font-size: 16px; line-height: 1.6; }
.about-tab-details-list .tabs-title span { opacity: .5; display: -webkit-flex; display: -ms-flexbox; display: -moz-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; height: 100%; padding: 10px 16px; border-bottom: 3px solid transparent; text-transform: uppercase; font-weight: 600; width: 100%; color: #555; }
.about-tab-details-list .tabs-title:last-child { border-right: 0; }
.about-tab-details-wrap .tabing-title { text-align: center; }
.about-tab-details-list .tabs-title.current span { opacity: 1; border-color: #14739C; }
.about-tab-details-wrap { margin-top: 30px; }
.about-tab-details-content { padding-top: 60px; }

.about-tab-details-content .tab-content h2 { font-size: 28px; line-height: 35px; color: #555; font-weight: normal; margin-bottom: 20px; }
.about-tab-details-content .tab-content p+h2 { margin-top: 20px; }
.about-tab-details-content .tab-content p { color: #797979; line-height: 1.6em; }
.timeline-v2 { padding: 0; list-style: none; position: relative; margin:0px; }
.timeline-v2:before { top: 0; bottom: 0; left: 15%; width: 4px; content: ''; background: #f3f3f3; position: absolute; margin-left: -14px; }
.timeline-v2&gt;li { position: relative; }
.timeline-v2&gt;li .cbp_tmtime { width: 20%; display: block; position: absolute; padding-right: 80px; }
.timeline-v2&gt;li .cbp_tmicon { top: 22px; left: 15%; width: 10px; height: 10px; position: absolute; background: #EF5A2F; margin: 0 0 0 -17px; box-shadow: 0 0 0 4px #f3f3f3; -webkit-font-smoothing: antialiased; }
.rounded-x { border-radius: 50% !important; }
.btn-hover-up { -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -khtml-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.mb-box-shadow.btn-hover-up, .mb-box-shadow.btn.btn-hover-up { -ms-box-shadow: 0px 35px 56px -28px rgba(0, 0, 0, 0.35), 0px 12.5px 12.5px -10px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 35px 56px -28px rgba(0, 0, 0, 0.35), 0px 12.5px 12.5px -10px rgba(0, 0, 0, 0.35); -o-box-shadow: 0px 35px 56px -28px rgba(0, 0, 0, 0.35), 0px 12.5px 12.5px -10px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0px 35px 56px -28px rgba(0, 0, 0, 0.35), 0px 12.5px 12.5px -10px rgba(0, 0, 0, 0.35); -khtml-box-shadow: 0px 35px 56px -28px rgba(0, 0, 0, 0.35), 0px 12.5px 12.5px -10px rgba(0, 0, 0, 0.35); box-shadow: 0px 35px 56px -28px rgba(0, 0, 0, 0.35), 0px 12.5px 12.5px -10px rgba(0, 0, 0, 0.35); }
.timeline-v2&gt;li .cbp_tmlabel { color: #797979; padding: 10px 20px 20px; background: #f3f3f3; line-height: 1.4; clear: both; position: relative; margin: 0 0 40px 20%; }
.timeline-v2&gt;li .cbp_tmlabel.equal-height-column { height: auto !important; }
.mb-box-shadow.btn-hover-up:hover, .mb-box-shadow.btn.btn-hover-up:hover { -ms-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -o-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -khtml-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); }
.timeline-v2&gt;li .cbp_tmlabel h2 { margin-top: 0px; font-size: 21px; padding: 0 0 5px; margin-bottom: 10px; text-transform: capitalize; border-bottom: 1px solid #ddd; }
.btn-hover-up.active, .btn-hover-up:active, .btn-hover-up:hover, .btn-hover-up:focus { -ms-transform: translateY(-5px); -moz-transform: translateY(-5px); -o-transform: translateY(-5px); -webkit-transform: translateY(-5px); -khtml-transform: translateY(-5px); transform: translateY(-5px); -ms-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; -khtml-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
.timeline-v2&gt;li .cbp_tmtime span {  display: block; position: relative; }
.timeline-v2&gt;li .cbp_tmtime span:first-child { color: #999; font-size: 14px; line-height: 0.9; }
.timeline-v2&gt;li .cbp_tmtime { color: #585f69; font-size: 20px; font-weight: normal; }
.timeline-v2&gt;li:last-child  .cbp_tmlabel { margin-bottom: 10px; }

.two-column-heading.text-center { max-width: 800px; margin-left: auto; margin-right: auto; }
.two-column-heading h4 { font-size: 20px; font-weight: 300; letter-spacing: .02em; line-height: 1.6; }
.two-column-heading h1 { font-size: 45px; font-weight: 700; letter-spacing: .025em; line-height: 1.4; color: #555; }
.two-column-main-wrap { border-top: 1px solid #eee; }
.two-column-main-wrap .content h4 { font-weight: normal; color: #555; font-size: 18px; }
.two-column-main-wrap .content { font-size: 1em; color: #797979; letter-spacing: 0; line-height: 1.6em; }
.two-column-main-wrap .content p { margin-top: 1em; margin-bottom: 1.5em; padding-top: 0; }
.two-column-main-wrap .btn_style1 a { font-size: 14px; min-height: 66px; min-width: 198px; text-transform: uppercase; -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; display: -webkit-flex; display: -ms-flexbox; display: -moz-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; font-weight: normal; }
.two-column-main-wrap .quote { border: none; padding: 18px; font-size: 16px; background: #f3f3f3; border-left: solid 2px #666; text-align: center; font-style: italic; margin-bottom: 50px; }
.two-column-main-wrap .quote p { font-size: 14px; font-weight: 400; color: #797979; letter-spacing: 0; line-height: 1.6em; margin-top: 1em; margin-bottom: 1.5em; }
.two-column-main-wrap .quote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; }
.two-column-main-wrap .quote small:before { content: '\2014 \00A0'; }
.two-column-main-wrap .content h3 { font-size: 20px; line-height: 27px; font-weight: normal; }
.two-column-img { margin-top: 20px; }

.hero-normal-content-main-wrap { border-top: 1px solid #eee; }
.hero-normal-content-heading h1 { font-size: 45px; font-weight: 700; letter-spacing: .025em; line-height: 1.4; color: #555; }
.hero-normal-content-heading .content { font-size: 20px; font-weight: 300; letter-spacing: .02em; line-height: 1.6; }
.hero-normal-content-img { max-width: 770px; margin: 0px auto; }
.hero-normal-content-img-wrap { background: #f9f8f7; position: relative; z-index: 1; }
.hero-normal-content-img-wrap:after { content: ''; position: absolute; z-index: -1; width: 100%; height: 50%; background: #fff; top: 0; }
.hero-normal-content-img.img-shadow img { -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; -ms-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); -khtml-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); }
.membership-program-details-main-wrap { background: #f9f8f7; }
.membership-program-details-hc h2 { font-size: 42px; font-weight: 600; line-height: 1.4em; letter-spacing: .03em; color: #555; }
.membership-program-details-hc .content { max-width: 770px; margin: 0px auto; padding-top: 16px; color: #797979; line-height: 1.6em; }
.membership-program-details-hc { margin-bottom: 30px; }
.membership-program-details h4 { font-size: 20px; line-height: 27px; font-weight: 600; color: #555; margin-bottom: 15px; }
.membership-program-details .content { color: #797979; letter-spacing: 0; line-height: 1.6em; }
.membership-program-details { margin-bottom: 24px; }
.normal-content-simple-details-wrap h2 { font-size: 28px; line-height: 35px; color: #555; font-weight: 600; }
.normal-content-simple-details-wrap .content { color: #797979; letter-spacing: 0; line-height: 1.6em; padding-top: 17px; padding-bottom: 50px; }
.normal-content-simple-details-wrap .btn_style1 { text-align: center; }
.btn_style1.green_btn a { -ms-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -o-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -khtml-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); font-size: 14px; min-height: 66px; min-width: 198px; text-transform: uppercase; -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; display: inline-flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; font-weight: normal; padding: 6px 12px; background: #4dc297; }
.btn_style1.green_btn a:hover { color: white; background: #86d6b8; }
.normal-content-simple-details-wrap .btn_style1 a { -ms-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -o-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); -khtml-box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); box-shadow: 0px 50px 80px -40px rgba(0, 0, 0, 0.35), 0px 25px 25px -20px rgba(0, 0, 0, 0.35); font-size: 14px; min-height: 66px; min-width: 198px; text-transform: uppercase; -ms-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; display: inline-flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; font-weight: normal; padding: 6px 20px; }
.hero-normal-content-heading .btn_style1 a { border-radius: 4px; box-shadow: 0 50px 80px -40px rgba(0, 0, 0, .35), 0 25px 25px -20px rgba(0, 0, 0, .35); font-size: 14px; font-weight: 400; line-height: 20px; padding: 22px 19px; }

.price-hero-main-wrap .left-side { align-items: center; max-width: 770px; }
.price-hero-main-wrap .left-side&gt;h1 span:before { bottom: -24px; height: 32px; width: 100%; }
.price-hero-main-wrap .left-side .two-col { margin: 0px auto; }
.price-hero-main-wrap .hero-benefit-main-wrap { max-width: 840px; }
.price-hero-main-wrap .left-side&gt;h1 { margin-bottom: 20px; }

.dr-pricing-text-left { width: 100%; max-width: 500px; }
.dr-pricing-text-right { margin: 0; font-size: 18px; font-weight: 400; line-height: 1.6em; letter-spacing: -0.01em; max-width: 547px; }
/* .price-plan-details-main-wrap .wrapper { max-width: 1190px; } */
.dr-pricing-text-right strong { color: #1B4234; background-color: #4DC29740; border-radius: 8px; padding: 5px; }
.dr-pricing-text-left h2 { letter-spacing: -1.44px; text-transform: capitalize; }

.dr-pricing-table-wrap { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; max-width: 1220px; margin: 0 auto; gap: 2%; margin-top: 20px; }
.dr-pricing-table-single { border-radius: 8px; border: 1px solid #E3E5EA; background: #FFF; padding: 32px; box-sizing: border-box; width: 100%; }
.price-plan-details-heading { max-width: 1160px; margin-left: auto; margin-right: auto; }
.dr-pricing-table-single h3 { color: #14739C; font-size: 21px; font-weight: 600; line-height: 1em; letter-spacing: -0.01em; margin: 0; margin-bottom: 30px; }
.dr-pricing-table-single .dr-price { color: #3B3F3F; font-family: "Proxima Nova", Sans-serif; font-size: 16px; font-weight: 400; line-height: 0.9em; letter-spacing: -0.03em; margin: 0; }
.dr-pricing-table-single .dr-price span { font-size: 48px; font-weight: 700; line-height: 0.6em; letter-spacing: -0.02em; }

.dr-pr-single-top .content { color: #3B3F3FCC; font-size: 18px; font-weight: 400; letter-spacing: -0.01em; margin: 0; margin-top: 12px; }
.dr-pr-single-top { border-bottom: 1px solid #E3E5EA; margin-bottom: 30px; padding-bottom: 30px; }
.dr-pr-single-mid { font-size: 16px; font-weight: 600; line-height: 1.5em; margin: 0; padding: 0; display: inline-block; width: 100%; }
.dr-pr-single-mid p { font-size: 16px; font-weight: 600; line-height: 1.5em; padding: 0; margin-bottom: 10px; }
.dr-pr-single-mid ul { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 30px; }
.dr-pr-single-mid ul li { display: flex; flex-direction: row; gap: 6px; align-items: flex-start; font-size: 16px; font-weight: 400; line-height: 1.5em; letter-spacing: -0.02em; }
.dr-pr-single-mid ul li:before { display: flex; flex-shrink: 0; width: 20px; height: 21px; background: url(https://hello.getacceptd.com/hubfs/massagebook-2024/images/check-1.svg) no-repeat center center; background-size: contain; content: ''; }
.dr-pr-single-bottom .btn_style2 a { width: 100%; border-color: #E3E5EA; border-radius: 12px; font-size: 16px; font-weight: 500; text-transform: uppercase; line-height: 1.5em; padding: 16px 10px; }
.price-bottom-content ul { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: row; align-items: flex-start; gap: 10px; margin-top: 14px; flex-wrap: nowrap; width: 100%; justify-content: center; gap: 10px; }
.price-bottom-content ul li { color: #646769; font-size: 14px; font-weight: 400; line-height: 150%; letter-spacing: -0.01em; display: flex; flex-direction: row; gap: 3px; align-items: flex-start; }
.price-bottom-content ul li:before { display: flex; flex-shrink: 0; width: 20px; height: 21px; background: url(https://hello.getacceptd.com/hubfs/massagebook-2024/images/check-1.svg) no-repeat center center; background-size: contain; content: ''; }
.compare-plans.dr-table-main-wrap .btn_style2 a { border-color: #e3e5ea; border-radius: 12px; font-size: 16px; font-weight: 500; line-height: 1.5em; padding: 16px 10px; text-transform: uppercase; width: 100%; max-width: 360px; margin: 0 auto; margin-top: 20px; cursor: pointer; }
.compare-plans.dr-table-main-wrap { padding-top: 10px; }

.dr-table-row { display: flex; padding: 20px 90px 20px 0px; justify-content: space-between; align-items: center; align-self: stretch; border-bottom: 1px solid #EAEDF0; }
.dr-table-wrap { display: flex; padding: 10px; flex-direction: column; align-items: flex-start; max-width: 1100px; margin: 0px auto; }
.dr-table-plans { border-bottom: transparent; width: 61%; align-self: flex-end; padding-right: 30px; padding-top: 30px; }
.dr-table-plans .dr-table-icon { width: auto; height: auto; display: flex; flex-direction: column; align-items: center; flex-wrap: nowrap; align-content: center; justify-content: center; gap: 10px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.dr-table-plans h6 { color: #646769; font-size: 18px; font-weight: 500; line-height: 1.1em; letter-spacing: -0.01em; margin: 0; }
.dr-table-plans .dr-price { display: block; color: #3B3F3F; font-family: "Proxima Nova", Sans-serif; font-size: 21px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.01em; margin: 0; }
.dr-table-plans .dr-table-icon .btn_style2 a { font-size: 14px; font-weight: 600; line-height: 1.5em; letter-spacing: -0.01em; background-color: #FFFFFF; border: 1px solid #E3E5EA; border-radius: 8px; padding: 16px 16px; width: 100%; margin-top: 5px; min-width: auto; }
.dr-table-plans .dr-table-icon .btn_style2 a:hover { background-color: #32718e; color: #fff; }
.dr-table-title { display: flex; padding-bottom: 10px; align-items: flex-start; gap: 10px; }
.dr-table-text { display: flex; width: 268px; align-items: center; gap: 10px; font-size: 16px; font-weight: 400; line-height: 1.5em; letter-spacing: -0.01em; }
.dr-table-icon { width: 20px; height: 20px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.dr-table-icon.dr-icon-uncheck { background-image: url(https://hello.getacceptd.com/hubfs/massagebook-2024/images/xtickoff.svg); } 
.dr-table-icon.dr-icon-check { background-image: url(https://hello.getacceptd.com/hubfs/massagebook-2024/images/checktick-on.svg); }
.dr-table-full-width { width: 100%; }
.dr-table .content { font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; letter-spacing: -0.18px; margin-top: 1em; margin-bottom: 1.5em; }
.dr-pricing-table-active { border: 3px solid #14739C; }
.compare-plans.dr-table-main-wrap .btn_style2 a:hover,.dr-pr-single-bottom .btn_style2 a:hover,.dr-table-plans .dr-table-icon .btn_style2.active a,.dr-pr-single-bottom .btn_style2.active a{background-color: #32718e; color: #fff;}
.compare-plans-details-wrap { display: none; }
.dr-table { display:none; }
.compare-plans-details-wrap { display: none; }
.pricing-plan-details .tabing-list-wrap { align-items: center; border: 1px solid rgba(0, 0, 0, 0.1); max-width: 473px; padding: 12px 13px; border-radius: 16px; display: flex; justify-content: space-between; width: 100%; margin: 0 auto; }
.pricing-plan-details .tabing-list-wrap .tabs-title { padding: 13px 16px; line-height: 1.2em; border-radius: 8px; transition: all 0.2s ease-in-out; border: 0; font-size: 16px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.01em; border: none; color: #2F2B4399; }
.pricing-plan-details .tabing-list-wrap .tabs-title.current,
.pricing-plan-details .tabing-list-wrap .tabs-title:hover { background-color: #14739C; color: #fff; }
.price-hero-img { max-width: 450px; }
.right-side-img-main-wrap .content h4 { font-size: 28px; font-weight: 400; line-height: 1.4em; letter-spacing: -0.01em; margin-bottom: 24px; }
.home-hero-main-wrap.right-side-img-main-wrap { padding-bottom: 70px; }

.hero-careers-icon img { max-height: 50px; width: auto; }
.hero-careers-icon { margin-right: 15px; }
.hero-careers-main-wrap:before { bottom: 0; left: 0; z-index: -1; width: 100%; height: 15%; content: " "; position: absolute; background: linear-gradient(transparent, white); top: auto; }
.hero-careers-main-wrap:after { top: 0; left: 0; z-index: -1; width: 100%; height: 100%; content: " "; position: absolute; background: rgba(255, 255, 255, 0.75); }
.cta-section.hero-careers-main-wrap { z-index: 1; min-height: 421px; }

.careers-mission-simple-icon { width: 100px; }
.careers-mission-simple-heading-icon-wrap h2 { width: calc(100% - 100px); padding-left: 10px; font-size: 32px; line-height: normal; font-weight: normal; color: #EF5A2F; }
.careers-mission-simple-details-wrap .content { color: #797979; letter-spacing: 0; line-height: 1.6em; margin-top: 16px; }

.careers-blue-sections-main-wrap .wrapper { position: relative; z-index: 1; }
.careers-blue-sections-main-wrap .careers-blue-sections-bg-img { position: absolute; left: 0; top: 0; bottom: 0; right: 0; height: 100%; width: 50%; z-index: -1; opacity: .25; }
.careers-blue-sections-bg-img img { height: 100%; width: 100%; object-fit: contain; }
.careers-blue-sections-main-wrap { background: #14739C; }

.careers-number-details-main-wrap .number { font-weight: 100; font-size: 60px; line-height: normal; opacity: .3; }
.careers-number-details-main-wrap .content { margin-top: 5px; }
.careers-blue-sections-icon { width: 76px; }
.careers-blue-sections-left-details { width: calc(100% - 76px); padding-left: 20px; }
.careers-blue-sections-left-details h2 { font-weight: 300; font-size: 32px; line-height: normal; }
.careers-blue-sections-left-details .user-name { font-size: 20px; font-weight: 300; opacity: .6; margin-top: 8px; }

.careers-icon-with-content-wrap { max-width: 570px; margin: 0px auto; }
.careers-icon img { max-height: 170px; width: auto; }
.careers-icon-content h2 { font-size: 32px; font-weight: normal; color: #EF5A2F; }
.careers-icon-content .content { color: #797979; letter-spacing: 0; line-height: 1.6em; }

.testimonial-careers-heading-content-wrap { margin-top: 220px; }
.testimonial-careers-main-wrap { background: #F4FAFD; -ms-box-shadow: inset 0 10rem 0 #fff; -moz-box-shadow: inset 0 10rem 0 #fff; -o-box-shadow: inset 0 10rem 0 #fff; -webkit-box-shadow: inset 0 10rem 0 #fff; -khtml-box-shadow: inset 0 10rem 0 #fff; box-shadow: inset 0 10rem 0 #fff; }
.testimonial-careers-heading-content-wrap h2 { font-size: 32px; line-height: 1.3em; font-weight: normal; color: #3498db; position: relative; }
.testimonial-careers-heading-content-wrap h2:before { content: "\f10d"; display: inline-block; font: normal normal normal 14px / 1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; font-size: 6rem; position: absolute; z-index: 0; pointer-events: none; right: 97%; bottom: 20%; opacity: .1; }
.testimonial-careers-img { text-align: right; }
.testimonial-careers-slider { background-color: #fff; padding: 30px; border-radius: 20px; position: relative; margin-bottom: 20px; }
.testimonial-careers-slider:before { pointer-events: none; content: ''; position: absolute; z-index: 0; top: 1.5rem; left: 0; opacity: 1; width: 25px; height: 25px; -ms-transform: rotate(45deg) translate(-50%, 50%); -moz-transform: rotate(45deg) translate(-50%, 50%); -o-transform: rotate(45deg) translate(-50%, 50%); -webkit-transform: rotate(45deg) translate(-50%, 50%); -khtml-transform: rotate(45deg) translate(-50%, 50%); transform: rotate(45deg) translate(-50%, 50%); transform-origin: 0% 100%; border: 0; border-top: none; border-left: none; background: #fff; -ms-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -khtml-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; display: block; }
.testimonial-careers-slider-content { font-size: 15px; color: rgb(85 85 85 / 65%); }

.testimonial-careers-btn-wrap a { height: 40px; width: 40px; border-radius: 50%; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: -moz-inline-flex; display: inline-flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; color: #14739C; background: #fff; border: none; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; -ms-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); -khtml-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); }
/* .testimonial-careers-btn-wrap .btn-next { height: 40px; width: 40px; border-radius: 50%; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: -moz-inline-flex; display: inline-flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; color: #14739C; background: #fff; border: none; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; -ms-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); -khtml-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1); } */
.testimonial-careers-btn-wrap a:hover { color: #14739C; background: #d9d9d9; }
.testimonial-careers-slider .slick-arrow { display: none !important; }

.benefits-and-perks-icon { width: 100px; }
.benefits-and-perks-title { width: calc(100% - 115px); }
.benefits-and-perks-icon img { width: 100%; }
.benefits-and-perks-title span { font-size: 12px; }
.benefits-and-perks-heading-content-wrap h2 { font-size: 32px; font-weight: normal; color: #EF5A2F; }
.benefits-and-perks-heading-content-wrap .content { margin-top: 16px; margin-bottom:24px; color: #797979; letter-spacing: 0; line-height: 1.6em; }
.benefits-and-perks-main-wrap { background: #f7f7f7; }

.current-job-top-bar-wrap { padding: 30px 0 20px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; }
.current-job-top-bar-wrap h1 { font-size: 26px; font-weight: 200; color: #555; line-height: 35px; }
.current-job-top-bar-wrap h5 { font-size: 14px; color: #555; font-weight: normal; }
.current-job-content { padding-top: 40px; padding-bottom: 40px; }
.current-job-content .text-bold { font-weight: 600; }
.current-job-content .color-orange.fs-32rem { font-size: 32px; color: #EF5A2F; }
.current-job-content .color-bbb.fs-14rem { font-size: 14px; color: #bbb; }
.current-job-content .careers__card { border: 1px solid #ddd; padding: 20px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; margin: 30px 0; margin-left: auto; margin-right: auto; border-radius: 4px; color: #31708f; background-color: #d9edf7; }
.hero-careers-main-wrap .content { font-size: 20px; font-weight: 300; letter-spacing: .02em; line-height: 1.6; color: #333; }
.hero-careers-main-wrap h1 { font-size: 45px; font-weight: 700; letter-spacing: .025em; line-height: 1.4; }
.animatedParent { overflow: hidden; }
.dr-pricing-table-single .dr-price strong { color: #1B4234; background-color: #4DC29740; border-radius: 8px; padding: 5px; }
.hero-features-main-wrap { position: relative; z-index: 1; background-position: bottom center; background-attachment: fixed; -webkit-background-size: auto 1000px; -moz-background-size: auto 1000px; -ms-background-size: auto 1000px; -o-background-size: auto 1000px; background-size: auto 1000px; background-position-y: -270px; background-repeat: repeat-y; }
.hero-features-main-wrap:after { top: 0; left: 0; z-index: -1; width: 100%; height: 100%; content: " "; position: absolute; background: rgba(0, 0, 0, 0.4); }
.hero-features-main h1 { font-size: 45px; font-weight: 700; letter-spacing: .025em; line-height: 1.4; }
.hero-features-main .content { font-size: 20px; font-weight: 300; letter-spacing: .02em; line-height: 1.6; max-width:642px; margin: 0px auto; }
.features-content-main-wrap .blog_post_search input { border: 1px solid transparent; border-radius: 50px; -webkit-appearance: none; margin-bottom: 5px; width: 100%; background: #f5f5f5; color: rgb(117, 117, 117); font-weight: 400; height: 38px; padding: 0 15px; }
.features-content-main-wrap .blog_post_search input::placeholder { font-weight: 400; text-transform: capitalize; }
.features-content-title.active { width: 100%; padding: 8px 15px; background: #717984; color: white; position: relative; }
.features-content-title.active h4 { color: #fff;  }
.features-content-list-wrap { border: 1px solid transparent; border-top-width: 1px; -ms-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; border-color: #ddd; border-style: solid; overflow: hidden; }
.features-content-title { color: #333; background-color: #F8F8F8; padding: 8px 15px; position: relative; width: 100%; cursor: pointer; }
.features-content-title h4 { color: #333; font-size: 16px; font-weight: 400; text-transform: capitalize; }
.features-content-title:after { content: "\f105"; font-family: FontAwesome; position: absolute; top: 50%; right: 10px; -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -khtml-transform: translateY(-50%); transform: translateY(-50%); }
.features-content-list { display: flex; width: 100%; padding: 6px 15px; font-size: 12px; align-items: center; cursor: pointer; color: #3b3f3f; }
.features-content-list .icon { width: 12px; color: #555; margin-right: 6px; }
.features-content-list .icon svg path { fill: #555; }
.features-content-list .icon svg { height: auto; vertical-align: middle; }
.features-content-list:hover * { color: #EF5A2F; }
.features-content-list:hover svg path { fill: #EF5A2F; }
.features-content-list:hover { background: #eee; }
.features-content-list-wrap:nth-child(n+2){ border-top: 0; border-radius:0;}
.features-content-list-wrap:last-child { -ms-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -khtml-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; border-top: 0; }
.features-content-info { display: none; }
.features-content-sticky { position: sticky; top: 90px; }

.features-content-main-wrap .heading { text-align: center; }
.features-content-main-wrap .heading h2 { padding: 0 12px; position: relative; display: inline-block; line-height: 34px; font-size: 24px; font-weight: normal; }
.features-content-main-wrap .heading h2:before { content: ' '; width: 70%; position: absolute; border-width: 1px; border-color: #bbb; right: 100%; top: 17px; border-bottom-style: solid; }
.features-content-main-wrap .heading h2:after { content: ' '; width: 70%; position: absolute; border-width: 1px; border-color: #bbb; left: 100%; top: 17px; border-bottom-style: solid; }
.mb-feature-row { border-bottom: 1px solid #eee; margin-bottom: 60px; padding-bottom: 60px; }
.last-filed .mb-feature-row:last-child  { border-bottom: none; margin-bottom: 0; }
.features-content-title.active:after { -ms-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); -khtml-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
.features-right h5 { font-size: 14px; font-weight: normal; color: #555; }
.features-right h3 { font-size: 24px; line-height: 33px; position: relative; margin-bottom: 30px; margin-top: 10px; color: #555; font-weight: normal; }
.features-right h3:after { bottom: -15px; left: 0; height: 3px; width: 70px; content: " "; position: absolute; background: #EF5A2F; }
.features-right h3 a { color: #555; }
.features-right h3 a:hover { text-decoration:underline; color: #EF5A2F; }
.features-left { text-align:center; }
.features-left a { cursor: zoom-in; }
.features-right .button a { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: white; background: #4dc297; border: none; border-radius: 4px; }
.features-right .content { color: #797979; letter-spacing: 0; line-height: 1.6em; margin-bottom: 24px; }
.features-right .content em { color: #31708f; }
.features-right .button a:hover { color: white; background: #86d6b8; }
.features-content-list-main-wrap { max-height: 80vh; overflow-y: auto; }
#topcontrol { color: #fff; z-index: 99999; width: 30px; height: 30px; font-size: 20px; background: #222; position: fixed; right: 14px !important; bottom: 11px !important; border-radius: 10% !important; cursor: pointer; opacity:0;     -webkit-transition: all 0.35s, -webkit-transform 0.35s; transition: all 0.35s, transform 0.35s; }
#topcontrol:after { top: -2px; left: 8px; content: "\f106"; position: absolute; text-align: center; font-family: FontAwesome; }
#topcontrol:hover { background: #EF5A2F; -webkit-transition: all 0.35s, -webkit-transform 0.35s; transition: all 0.35s, transform 0.35s; }
#topcontrol.show{ opacity:1;}
.hero-features-inner-main-wrap { background: #eee;}
.hero-features-inner-left h1 { color: #555; font-size: 28px; line-height: 35px; font-weight: normal; margin-bottom: 10px; }
.hero-features-inner-left h2 { color: #555; font-size: 24px; line-height: 33px; font-weight: normal; }
.hero-features-inner-left .content { color: #797979; letter-spacing: 0; line-height: 1.6em; }

.all-features-index a { background: #F8F8F8; color: #555; display: inline-block; width: 100%; padding: 8px 15px; }
.all-features-index { border: 1px solid transparent; border-color: #ddd; border-top-width: 1px; -ms-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background: #F8F8F8; box-shadow: none; overflow: hidden; }
.hero-features-inner-right img { width: 100%; }

.features-inner-top-content-wrap h2 { color: #555; position: relative; margin-bottom: 30px; font-size: 24px; line-height: 33px; font-weight: normal; }
.features-inner-top-content-wrap h2:after { bottom: -15px; left: 0; height: 3px; width: 70px; content: " "; position: absolute; background: #EF5A2F; }
.features-inner-top-content-wrap .content { color: #797979; letter-spacing: 0; line-height: 1.6em; }
.features-inner-top-content-wrap .content h3,.features-inner-bottom_content .content h3  { color: #555; font-size: 20px; line-height: 27px; font-weight: normal; margin: 10px 0px 15px; }
.features-inner-top-content-wrap .content p+h3,.features-inner-bottom_content .content p+h3 {margin-top: 25px;}
.features-inner-top-content-wrap .content p+h2,.features-inner-bottom_content .content p+h2 { margin-top: 25px; }
/* .features-inner-top-content-wrap .content p:first-child { margin-bottom: 25px; } */
.features-inner-top-content-wrap .btn_style3 a { width: 100%; }
.features-inner-top-content-wrap { border-bottom: 1px solid #eee; margin-bottom: 30px; padding-bottom: 30px; }

.features-inner-bottom_content h2 { color: #555; position: relative; margin-bottom: 30px; font-size: 24px; line-height: 33px; font-weight: normal; }
.features-inner-bottom_content h2:after { bottom: -15px; left: 0; height: 3px; width: 70px; content: " "; position: absolute; background: #EF5A2F; }
.features-inner-bottom_content .content { color: #797979; letter-spacing: 0; line-height: 1.6em; }
.features-inner-bottom_content .btn_style3 a { width: 100%; }
.features-content-inner-main-wrap .features-right .content { margin-bottom: 0; }

.features-content-inner-main-wrap .features-right h3 { font-size: 20px; line-height: 27px; font-weight:normal; }
.features-content-list .icon svg { max-height: 12px; }
.scheduling-solution-section .box-detail-wrap .icon-wrap.two-icon-wrap { display: flex; flex-flow: wrap; align-items: center; width: auto; }
.scheduling-solution-section .box-detail-wrap .icon-wrap.two-icon-wrap .icon-wrap-first, .scheduling-solution-section .box-detail-wrap .icon-wrap.two-icon-wrap .second-icon { width: 36px; }
.scheduling-solution-section .box-detail-wrap .icon-wrap.two-icon-wrap &gt; span { margin: 0 10px; color: #EF5A2F; font-size: 28px; line-height: 35px; }

.features-content-inner-main-wrap .features-right .content ul { color: #555; }
.features-content-inner-main-wrap .features-right .content ul li { list-style: none; position: relative; }
.features-content-inner-main-wrap .features-right .content ul li:before { content: '\f00c'; font-family: 'FontAwesome'; font-size: 12px; line-height: 1; position: absolute; left: -20px; color: #EF5A2F; top: 6px; }
.features-right h3 small { background: #EF5A2F; font-size: 11px; font-weight: 400; padding: 4px 7px; color: #fff; border-radius: 15px; display: inline-block; vertical-align: middle; line-height: normal; margin-left: 5px; transform: translateY(-7px); }
.footer-main-wrap.features-bg-main-wrap .mb-footer-v2 { background: #666; }
.features-right .content blockquote { padding: 20px 15px 5px; margin: 0px 0px 50px; border-left: 2px solid #eee; font-size: 14px; font-weight: 400; font-style: italic; line-height: 1.7; color: #777; }
.features-right .content blockquote:last-child { margin-bottom: 0px; }
.features-right .content blockquote:hover { border-color: #EF5A2F; transition: all 0.4s ease-in-out; }
.features-right .content h4 { font-size: 18px; line-height: 25px; margin-top: 30px; font-weight:normal; margin-bottom: 15px; }
.breadcrumb ul li.hs-menu-item.hs-menu-depth-1.active.active-branch a { color: #ef5a2f; }

.modal-dialog.fancybox-content { width: 600px; margin: 30px auto; border-radius: 6px; padding: 0; }
body .fancybox-is-open .fancybox-bg { opacity: .5; }
.modal-content { border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); }
.modal-header { min-height: 16.43px; padding: 15px; border-bottom: 1px solid #e5e5e5; }
.modal-header .modal-title { font-weight: 500; color: #555; font-size: 18px; line-height: normal; }
.modal-body { position: relative; padding: 15px; }
.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.modal-footer .btn { border: 0; color: #fff !important; font-size: 14px; cursor: pointer; font-weight: 400; padding: 6px 13px; position: relative; background: #1abc9c; white-space: nowrap; display: inline-block; text-decoration: none; border-radius: 4px; }
.modal-footer .btn:hover { background: #16a085; }
.modal-dialog button.fancybox-button.fancybox-close-small { color: #333; opacity: 1; width: 54px; height: 52px; font-size: 36px; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: -moz-inline-flex; display: inline-flex; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.modal-body .hs-embed-content-wrapper &gt; div { aspect-ratio: 16/9;   }
.dr-table-full-width .dr-table-row:hover { background-color: #F7F7F8; }

.home-hero-main-wrap.amta_hero { padding-bottom: 60px; }
.home-hero-main-wrap.amta_hero .text_image ul { display: flex; align-items: center; list-style-type: none; margin: 0; padding: 10px 0 0; }
.home-hero-main-wrap.amta_hero .text_image ul li { color: #14739C; background-color: rgba(30, 171, 232, 0.13); padding: .5em 1em; border-radius: 15px; }
.home-hero-main-wrap.amta_hero .text_image ul li+li { margin-left: 5px; }
.home-hero-main-wrap.amta_hero .right-side .top-img { position: absolute; top: 10%; right: -15px; }
.home-hero-main-wrap.amta_hero .right-side  .bottom_image { bottom: 10%; left: -80px; transform: none; position: absolute; }
.home-hero-main-wrap.amta_hero .hero-benefit-main-wrap .hero-benefit-img { margin-right: 10px; }

.video_banner { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0; background: linear-gradient(180deg, #222 0, #222 50%, white 50%, white 100%); }
.video_banner .section_wrap .title { max-width: 660px; margin: 0px auto 50px; color: #fff; text-align: center; }
.video_banner .section_wrap .title h2 { color: #fff; }
.video_banner .video { height: 761px; position: relative; box-shadow: 4px 12px 40px rgba(0, 0, 0, 0.1); border-radius: 15px; overflow: hidden; }
.video_banner .video .hs-responsive-embed-wrapper.hs-responsive-embed { height: 761px !important; max-width: 100% !important;max-height: 100% !important;  }
.video_banner .title_wrap { padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.video_banner .title_wrap .title_in { padding: 20px; border-radius: 15px; border: 1px solid #eee; font-size: 18px; transition:all .5s ease-in-out }
.video_banner .title_wrap .title_in img { vertical-align: middle; margin-right: 10px; }
.video_banner .title_wrap .title_in:hover { box-shadow: 4px 12px 40px rgba(0,0,0,0.1); background: #fff; border-color: transparent; }

.testimonial_sc { padding: 100px 0; }
.testimonial_sc .section_wrap { display: flex; flex-wrap: wrap; }
.testimonial_sc .left_part { width: 50%; padding-right: 15px; }
.testimonial_sc .left_part .details { position: relative; padding-top: 80px; }
.testimonial_sc .left_part .details:before { position: absolute; content: ""; top: 0; left: 0; width: 41px; height: 33px; background: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/images/icon-quotes.svg)no-repeat center/cover; }
.testimonial_sc .left_part .neme { font-size: 1.1em; font-weight: 700; padding-top: 50px; padding-bottom: 5px; }
.testimonial_sc .left_part .details .img { margin-bottom: 30px; }
.testimonial_sc .right_part { width: 50%; position: relative; padding-left: 15px; transition:all .5s ease-in-out; }
.testimonial_sc .right_part:hover { filter: drop-shadow(8px 24px 40px rgba(0, 0, 0, 0.5)); }
.testimonial_sc .right_part .video.wistia-video { height: 500px; border-radius: 15px 15px 0 0; overflow: hidden; }
.testimonial_sc .right_part .video.wistia-video a { top: 0; left: 0; position: absolute; width: 100%; height: 100%; z-index: 1; display: flex; justify-content: center; align-items: center; }
.testimonial_sc .left_part .verified_date { padding-left: 30px; position: relative; }
.testimonial_sc .left_part .verified_date:before { position: absolute; content: ""; top: 3px; left: 0; background: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/images/icon-check-small.svg)no-repeat center/cover; width: 18px; height: 18px; }
.testimonial_sc .right_part .video.wistia-video a svg { position: absolute; width: 60px; height: 60px; top: 50%; left: -15px; transform: translateY(-50%); }

.home-hero-main-wrap.leftimg_content { background: linear-gradient(180deg, #fafafa 0, transparent 100%); padding: 100px 0; }
.home-hero-main-wrap.leftimg_content .left-side { width: 59%; max-width: 100%; padding-left: 15px; }
.home-hero-main-wrap.leftimg_content .home-hero-wrap { flex-direction: row-reverse; justify-content: unset; flex-wrap: wrap; column-gap: unset; margin-bottom: 40px; }
.home-hero-main-wrap.leftimg_content .home-hero-wrap .right-side { width: 41%; display: flex; justify-content: center; align-items: center; flex-direction: inherit; !i; !; padding-right: 15px; }
.home-hero-main-wrap.leftimg_content .home-hero-wrap .right-side .price-hero-img { max-width: 100%; display: flex; justify-content: center; }
.home-hero-main-wrap.leftimg_content .left-side h4 { font-size: 32px; font-weight: 300; line-height: 1.1; margin-bottom: 30px; }
.home-hero-main-wrap.leftimg_content .left-side .content strong { background: none; }
.home-hero-main-wrap.leftimg_content .btm_part { max-width: 32%; margin: 0 auto; }
.home-hero-main-wrap.leftimg_content .btm_part .text_image ul { list-style-type: none; margin: 0; padding: 15px 0; display: flex; align-items: center; }
.home-hero-main-wrap.leftimg_content .btm_part .text_image ul li { color: #14739C; background-color: rgba(30, 171, 232, 0.13); padding: .5em 1em; margin-right: 5px; border-radius: 15px; font-size: 18px; }
.home-hero-main-wrap.leftimg_content .btm_part .btn_style1 a { padding: 20px 30px; font-size: 18px; letter-spacing: 0; min-width: 398px; }
.home-hero-main-wrap.leftimg_content .btm_part .two-col .hero-two-img { width: 140px; }
.home-hero-main-wrap.leftimg_content .btm_part .two-col .hero-two-img-content { width: calc(100% - 140px); text-align: left; padding: 0 0 15px 15px; }
.home-hero-main-wrap.leftimg_content .btm_part .two-col .hero-two-img-wrap { flex-direction: unset; justify-content: unset; gap: inherit; align-items: flex-start; }

.cont_img { display: inline-block; width: 100%; vertical-align: top; padding: 60px 0 100px; }
.cont_img .section_wrap { display: flex; flex-wrap: wrap; }
.cont_img .left-side { width: 50%; padding-right: 15px; }
.cont_img .right-side { width: 50%; padding-left: 15px; margin-top: 3em; }
.cont_img .left-side .box-1 { background: #222; color: #fff; padding: 3em 3em 0 3em; box-shadow: 4px 12px 40px rgba(0, 0, 0, 0.1); border-radius: 3em; }
.cont_img .left-side .box-2 h4 { background: -webkit-linear-gradient(0deg, #1b4234, #156f93 85%, #14739c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.cont_img .left-side .box-1 h2 { color: #fff; line-height: 1.1; margin-bottom: 3rem; font-weight: 800; font-family: var(--body_font); }
.cont_img .left-side h4 { background: -webkit-linear-gradient(0deg, #4dc297, #1da1db 85%, #14739c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.5; margin-bottom: 3rem; }
.cont_img .left-side .box-1 .left_content { line-height: 1.5; font-weight: 300; margin-bottom: 30px; font-size: 18px; }
.cont_img .left-side .box-2 { margin-top: 15px; padding: 3em; border-radius: 3em; box-shadow: 4px 12px 40px rgba(0, 0, 0, 0.1); }
.cont_img .left-side .box-2 h2 { color: #333; line-height: 1.1; margin-bottom: 3rem; font-weight: 800; max-width: 70%; }
.cont_img .left-side .box-2 .box2_content { line-height: 1.5; font-weight: 300; margin-bottom: 30px; font-size: 18px; }
.cont_img .right-side .box-1 { margin-top: 15px; padding: 3em; border-radius: 3em; box-shadow: 4px 12px 40px rgba(0, 0, 0, 0.1); }
.cont_img .right-side .box-2 { background: #222; color: #fff; padding: 3em; box-shadow: 4px 12px 40px rgba(0, 0, 0, 0.1); border-radius: 3em; margin-top: 3em; }
.cont_img .right-side .box-1 h2 { color: #333; line-height: 1.1; margin-bottom: 3rem; font-weight: 900; max-width: 80%; }
.cont_img .right-side .box-1 h4 { line-height: 1.5; margin-bottom: 3rem; }
.cont_img .right-side .box-1 .box1_cont { font-size: 18px; font-weight: 300; }
.cont_img .right-side .box-2 .box2_img { margin-bottom: 50px; }
.cont_img .right-side .box-2 h2 { color: #fff; line-height: 1.1; margin-bottom: 3rem; font-weight: 800; font-family: var(--body_font); }
.cont_img .right-side .box-2 .box2_cont { font-weight: 300; font-size: 18px; }

.our_support { display: inline-block; width: 100%; vertical-align: top; padding: 50px 0 100px; position:relative; z-index:1; }
.our_support:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 1672px; background: url(//2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/massagebook-theme-2024/images/bg-comprehensive-support.svg)no-repeat center/cover; z-index: -1; }
.our_support .text-center { max-width: 830px; margin: 0 auto; margin-bottom: 30px; }
.our_support .top_cont { font-size: 21px; font-weight: 300; padding-top: 30px; }
.our_support .list_wrap { max-width: 700px; margin: 0 auto; }
.our_support .list_wrap .list_innner { background: white; padding: 2em; margin-bottom: 2em; min-height: 110px; box-shadow: 4px 12px 40px rgba(0, 0, 0, 0.1); border-radius: 15px; display: flex; align-items: center; }
.our_support .list_wrap .list_innner .list { font-size: 21px; font-weight: 600; position: relative; padding-left: 50px; color: #333; line-height: 1.3em; }
.our_support .list_wrap .list_innner .list span { position: absolute; top: 0; left: 0; }

.tab_content { display: inline-block; width: 100%; vertical-align: top; padding-bottom: 100px; position:relative; z-index:1; }
.tab_content .section_wrap { display: flex; flex-wrap: wrap; align-items: flex-start; }
.tab_content .section_wrap .left_part { width: 44%; padding-right: 15px; padding-left: calc((100% - 1340px) / 2); }
.tab_content .section_wrap .left_part ul { list-style-type: none; padding: 0; margin: 0; }
.tab_content .section_wrap .left_part .acc_content { display: none; padding-top:15px; }
.tab_content .section_wrap .left_part ul li { margin-bottom: 2em; transition:all .4s ease-in-out; }
.tab_content .section_wrap .left_part ul li a { font-size: 21px; font-weight: 700; color: #222; background: white; padding: 2em; box-shadow: 4px 12px 40px rgba(0, 0, 0, 0.1); border-radius: 15px; display: inline-block; width: 100%; }
.tab_content .section_wrap .right_part { width: 56%; }
.tab_content .section_wrap .right_part .riht_inner { display: none; position:relative; }
.tab_content .section_wrap .left_part .acc_content .mob_img { display: none; }
.tab_content .section_wrap .left_part ul li:last-child { margin-bottom: 0; }
.tab_content .section_wrap .left_part ul li.current { background: #222; padding: 2em; border-radius: 15px; color: #fff; }
.tab_content .section_wrap .left_part ul li.current a { padding: 0px; background: transparent; color: #fff; }
.tab_content .section_wrap .right_part .riht_inner a { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; }

.home-hero-main-wrap.start_trial { background: transparent; }
.home-hero-main-wrap.start_trial .hero-two-img-wrap { width: 100%; flex-direction: unset; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 3px solid rgba(59, 63, 63, 0.1); }
.home-hero-main-wrap.start_trial .two-col { flex-wrap: wrap; }
.home-hero-main-wrap.start_trial .hero-two-img-wrap .hero-two-img { width: 140px; }
.home-hero-main-wrap.start_trial .hero-two-img-wrap .hero-two-img-content { width: calc(100% - 140px); text-align: left; font-size: 18px; }
.home-hero-main-wrap.start_trial .hero-two-img-wrap .hero-two-img-content strong { font-size: 21px; }
.home-hero-main-wrap.start_trial .text_image ul { display: flex; align-items: center; list-style-type: none; margin: 0; padding: 10px 0 0; }
.home-hero-main-wrap.start_trial .text_image ul li { color: #14739C; background-color: rgba(30, 171, 232, 0.13); padding: .5em 1em; border-radius: 15px; }
.home-hero-main-wrap.start_trial .text_image ul li+li { margin-left: 5px; }
.home-hero-main-wrap.start_trial .btn_style1 a { padding: 20px 30px; font-size: 18px; }

.why_thousandsamta { padding: 150px 0 100px; display: inline-block; width: 100%; vertical-align: top; }
.why_thousandsamta .title { max-width: 830px; margin: 0 auto 60px; text-align: center; }
.why_thousandsamta .top_cotnent { max-width: 690px; padding-top: 30px; margin: 0 auto; }
.why_thousandsamta .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.why_thousandsamta .section_wrap .col { width: 33.33%; padding: 0 15px; border-right: 2px solid #EAE9F2; }
.why_thousandsamta .section_wrap .col:last-child { border: none; }
.why_thousandsamta .section_wrap .col h4 { padding: 20px 0; font-size: 21px; }
.why_thousandsamta .section_wrap .col .box_cont { font-size: 17px; font-weight: 300; line-height: 1.8em; }

.home-hero-main-wrap.start_trial_fullcont { padding-bottom: 130px; }
.home-hero-main-wrap.start_trial_fullcont .left-side { max-width: 970px; }
.home-hero-main-wrap.start_trial_fullcont .left-side h2 { margin-bottom: 30px; }
.home-hero-main-wrap.start_trial_fullcont .left-side .pre_title { font-size: 20px; margin-bottom: 30px; }
.home-hero-main-wrap.start_trial_fullcont .content { font-weight: 300; margin-bottom: 30px; }

@media(min-width:768px){
    .dr-table-plans .spacing { display: none; }
}
@media (min-width:992px){
    .desk_hide { display: none; }
    .dr-feature-rev .dr-feature-list-left .content { gap: 25px; }
    .dr-feature-rev .dr-feature-list-left { gap: 24px; }
}

@media (max-width:1370px){
    .container .dnd-section &gt; .row-fluid, .wrapper { width:1200px; }
    
    .video_banner .title_wrap .title_in { margin-bottom: 20px; }
    .home-hero-main-wrap.leftimg_content .btm_part { max-width: 40%; }
    .tab_content .section_wrap .left_part { padding-left: calc((100% - 1170px) / 2); }
}

@media (max-width:1200px){
    .container .dnd-section &gt; .row-fluid, .wrapper { width:989px; }
    
    .home-hero-wrap .right-side { width: 38%; }
    .hero-careers-main-wrap .content { font-size: 20px; font-weight: 300; letter-spacing: .02em; line-height: 1.6; color: #333; }
    .hero-careers-main-wrap h1 { font-size: 45px; font-weight: 700; letter-spacing: .025em; line-height: 1.4; }
    .testimonial-careers-main-wrap { -ms-box-shadow: inset 0 7rem 0 #fff; -moz-box-shadow: inset 0 7rem 0 #fff; -o-box-shadow: inset 0 7rem 0 #fff; -webkit-box-shadow: inset 0 7rem 0 #fff; -khtml-box-shadow: inset 0 7rem 0 #fff; box-shadow: inset 0 7rem 0 #fff; }
    .testimonial-careers-heading-content-wrap { margin-top: 140px; }

    .video_banner .video { height: 530px; }
    .video_banner .title_wrap { justify-content: flex-start; }
    .video_banner .title_wrap .title_in { padding: 15px; margin-right: 15px; font-size: 17px; }
    .video_banner { padding: 80px 0; }
    .testimonial_sc { padding: 50px 0 80px; }
    .home-hero-main-wrap.leftimg_content .home-hero-wrap { align-items: flex-start; }
    .home-hero-main-wrap.leftimg_content .btm_part { max-width: 45%; }
    .cont_img .left-side .box-1 { padding: 2em 2em 0 2em; }
    .cont_img .left-side .box-2 { padding: 2em; }
    .cont_img .left-side .box-2 h2 { max-width: 100%; margin-bottom: 20px; }
    .cont_img .left-side .box-1 h2 { margin-bottom: 20px; }
    .cont_img .left-side h4 { margin-bottom: 20px; }

    .cont_img .right-side .box-1 { padding: 2em; }
    .cont_img .right-side .box-1 h2 { max-width: 100%; margin-bottom: 20px; }
    .cont_img .right-side .box-1 h4 { margin-bottom: 20px; }
    .cont_img .right-side .box-2 { padding: 2em; }
    .cont_img .right-side .box-2 .box2_img { margin-bottom: 30px; }
    .cont_img .right-side .box-2 h2 { margin-bottom: 20px; }
    .cont_img { padding: 50px 0 80px; }
    .our_support { padding: 50px 0 80px; }
    .tab_content .section_wrap .left_part { padding-left: calc((100% - 950px) / 2); width: 50%; }
    .tab_content .section_wrap .right_part { width: 50%; }
    .tab_content { padding-bottom: 80px; }
    .why_thousandsamta { padding: 80px 0; }
    .home-hero-main-wrap.start_trial_fullcont { padding-bottom: 80px; }
    
}

@media (max-width:991px){
    .container .dnd-section &gt; .row-fluid, .wrapper { width:765px; }
    
    .home-hero-wrap { flex-direction: column; text-align: center; }
    .home-hero-wrap .left-side { align-items: center; }
    .home-hero-wrap .right-side { max-width: 480px; width: 100%; margin-top: 20px; }
    .home-hero-wrap .video-v-right a { left: 50%; transform: translateX(-50%); }
    .tabs-title { font-size: 16px; line-height: 1.3em; padding: 0; display: flex; flex-direction: column; align-content: center; align-items: center; justify-content: center; gap: 8px; padding-bottom: 3px; }
    .tab-content&gt;.sm\:d-flex { padding: 30px; gap: 2%; }
    .tab-content .tb-left h3 img { vertical-align: middle; }
    .tb-right { max-width: 350px; }
    .dr-feature-list { flex-direction: column; padding-bottom: 50px; }
    .dr-feature-list-left { align-items: center; }
    .dr-feature-list-left .content { align-items: center; }
    .home-hero-wrap .two-col { max-width: 100%; }
    .dr-feature-rev { padding-top:40px; }
    
    .dr-pricing-text-left { max-width: 100%; }
    .price-plan-details-heading { text-align: center; }
    .dr-pricing-text-left { margin-bottom: 25px; }
    .dr-pricing-text-right { margin: 0px auto; }
    .price-plan-details-main-wrap .wrapper { width: 100%; }
    .right-side-img-main-wrap .content h4 { font-size: 24px; }
 
    .dr-pricing-table-wrap { width: 100%; }
    .dr-pricing-table-single { width: calc(96% / 3); padding: 17px; }
    .dr-pricing-table-single h3 { text-align: center; }
    .dr-pricing-table-single .dr-price { text-align: center; }
    .dr-pr-single-top .content { font-size: 16px; }
    .dr-pr-single-top { margin-bottom: 20px; padding-bottom: 20px; }
    .dr-table-plans .dr-table-icon .btn_style2 { display: none; }
    .dr-table-row { padding: 20px 58px 20px 0; }
    .dr-table-plans { width: 53%; padding-right: 21px; }
    .dr-table-plans .dr-price { font-size: 18px; text-align: center; }
    .dr-table .content { margin-bottom: 0.7em; }
    .dr-table-plans h6 { font-size: 17px; }

    .careers-number-details-main-wrap { margin-top: 40px; }
    .careers-blue-sections-bg-img { display: none; }
    .testimonial-careers-wrap { flex-flow: wrap-reverse; }
    .testimonial-careers-main-wrap { -ms-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; -khtml-box-shadow: no; box-shadow: none; }
    .testimonial-careers-heading-content-wrap { margin-top: 100px; }
    .testimonial-careers-heading-content-wrap h2 { width: 87%; margin-left: auto; }
    .testimonial-careers-btn-wrap { width: 87%; margin-left: auto; }
    .testimonial-careers-slider:before { top: unset; bottom: 0; left: 50%; width: 50px; height: 50px; }
    .testimonial-careers-img { text-align: center; }
    .testimonial-careers-slider { margin-bottom: 50px; }
    
    .mb-feature-row { margin-bottom: 40px; padding-bottom: 40px; }
    
    .hero-benefit-main-wrap .hero-benefit { width: 100%; }
    .hero-benefit-main-wrap { flex-wrap: wrap; }
    .hero-benefit-main-wrap .hero-benefit+.hero-benefit { margin-top: 15px; }
    .video_banner { padding: 70px 0; }
    .video_banner .video { height: 420px; }
    .video_banner .title_wrap .title_in { width: 100%; margin-right: 0; }
    .testimonial_sc .left_part { width: 100%; padding: 40px 0 0; order: 2; }
    .testimonial_sc .right_part { width: 100%; padding-left: 0; }
    .testimonial_sc .right_part .video.wistia-video a svg { left: 50%; transform: translate(-50%, -50%); }
    .testimonial_sc .left_part .neme { padding-top: 20px; }
    .home-hero-main-wrap.leftimg_content .left-side { width: 100%; padding: 0; }
    .home-hero-main-wrap.leftimg_content .left-side { width: 100%; padding: 40px 0 0; order: 2; }
    .home-hero-main-wrap.leftimg_content .home-hero-wrap .right-side { width: 100%; margin: 0; padding: 0; justify-content: center; max-width: 100%; order: 1; }
    .home-hero-main-wrap.leftimg_content .btm_part { max-width: 60%; }
    .home-hero-main-wrap.leftimg_content .btm_part .two-col .hero-two-img { width: 100%; }
    .home-hero-main-wrap.leftimg_content .btm_part .two-col .hero-two-img-wrap { flex-wrap: wrap; justify-content: center; text-align: center; }
    .home-hero-main-wrap.leftimg_content .btm_part .two-col .hero-two-img-content { width: 100%; padding: 25px 0 0; text-align: center; }
    .cont_img .left-side { width: 100%; padding: 0; }
    .cont_img .right-side { width: 100%; padding: 0; }
    .tab_content .section_wrap .right_part { width: 100%; display: none; }
    .tab_content .wrapper1 { padding: 0 15px; }
    .tab_content .section_wrap .left_part .acc_content .mob_img { display: block; padding-top: 25px; }
    .why_thousandsamta .section_wrap .col { width: 50%; padding: 0 15px; border: none; }

    .tab_content .section_wrap .left_part {  width: 100%; padding:0; }

}

@media (max-width:767px){
    .container .dnd-section &gt; .row-fluid, .wrapper { width:100%; }


    .home-hero-wrap .left-side&gt;h1 span:before { width: 100%; bottom: -15px; }
    .home-hero-wrap .content { font-size: 18px; margin-top: 10px; }
    .home-hero-wrap .btn_style1 a { padding: 14px 5px; font-size: 18px; width: 100%; }
    .home-hero-wrap .btn_style1 { width: 100%; } 
    .hero-benefit-main-wrap { flex-direction: column; gap: 10px; display: flex; align-items: center; }
    .tab-content&gt;.sm\:d-flex { padding: 20px 20px 30px 20px; flex-direction: column-reverse; }
    .tb-left { margin-top: 30px; }
    .tab-content .tb-left h3 { font-size: 26px; letter-spacing: -0.02em; text-align: center; }
    .black-btn a, a.black-btn { width: 100%; }
    .dr-feature-list-right img { max-width: 350px; width: 100%; margin: 0 auto; }
    .dr-feature-list-right { width: 83%; }
    .recent-blog-main-wrap { padding: 50px 0; }
    .dr-blog h2 { font-size: 30px; line-height: normal; margin-bottom: 25px; }
    .dr-blog-wrap { flex-flow: column; flex-direction: column; align-items: center; }
    .dr-blog-single { overflow: visible; }
    .home-hero-main-wrap { padding-top: 30px; }
    .home-hero-wrap .left-side&gt;h5 { font-size: 14px; line-height: 1em; }

    .tabing-title label { display: none; position: relative; color: #3B3F3FCC; font-family: "Proxima Nova", Sans-serif; font-size: 18px; font-weight: 400; line-height: 0.9em; letter-spacing: -0.01em; padding: 10px 18px 10px 18px; border: 2px solid #3B3F3F1A; border-radius: 50px; display: inline-flex; width: 100%; align-items: center; display: none; }
    .tabing-title label:after { content: ''; content: ''; width: 8px; height: 8px; border: 2px solid; border-left: 0; border-top: 0; position: absolute; right: 21px; top: 48%; -ms-transform: rotate(45deg) translate(-50%, -50%); -moz-transform: rotate(45deg) translate(-50%, -50%); -o-transform: rotate(45deg) translate(-50%, -50%); -webkit-transform: rotate(45deg) translate(-50%, -50%); -khtml-transform: rotate(45deg) translate(-50%, -50%); transform: rotate(45deg) translate(-50%, -50%); }
/*     .tabing-list-wrap { position: absolute; display: none; width: 100%; z-index: 2; background: #444; border-radius: 18px; top: 120%; overflow: hidden;} */
    .tabing-title { position: relative; }
/*     .tabs-title, .tabs-title.current { color: #fff; } */
/*     .tabs-title img { display: none; } */
    .tabs-title { padding: 2px; font-size: 14px; }
/*     .tabs-title.current { border-bottom: 1px solid; } */
    .tab-content .tb-left h3 img { width: 30px; }
    .tabbing-details { padding-top:20px; }
/*     .tabs-title.current { background-color: #f9f8f7; color: #000; } */
    .home-hero-wrap .right-side { align-items: center; justify-content: center; margin-left: auto; margin-right: auto; }
    
    .timeline-v2&gt;li:last-child .cbp_tmlabel { margin-bottom: 10px; }
    .about-tab-details-list { background: #444; border-radius: 18px; display: none; overflow: hidden; position: absolute; top: 120%; width: 100%; z-index: 2; }
    .about-tab-details-list .tabs-title { padding: 0px; }
    .about-tab-details-list .tabs-title span { font-size: 16px; line-height: normal; color: #fff; text-transform: none; }
    .about-tab-details-list .tabs-title.current span { color: #555; text-transform: none; border-bottom: 0; }
    .about-tab-details-content { padding-top: 30px; }

    .timeline-v2&gt;li .cbp_tmtime { width: 100%; position: relative; padding: 0 0 20px 0; }
    .timeline-v2&gt;li .cbp_tmtime { font-size: 1.5em; }
    .timeline-v2&gt;li .cbp_tmicon { left: auto; float: right; position: relative; margin: -55px 5px 0 0px; display: none; }
    .timeline-v2&gt;li .cbp_tmlabel { padding: 1em; font-weight: 400; margin: 0 0 30px 0; }
    .timeline-v2:before { display: none; }
    .timeline-v2&gt;li .cbp_tmlabel:after { left: 20px; top: -20px; right: auto; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; border-bottom-color: #f3f3f3; border-right-color: transparent; }

    .about-tab-details-heading h1,.two-column-heading h1 { font-size: 35px; }
    .about-tab-details-main-wrap { padding: 40px 0 50px; }
    .two-column-main-wrap .right_side { padding-top: 30px; }
    .about-tab-details-content .tab-content h2 { font-size: 24px; }
    
    .hero-normal-content-heading h1 { font-size: 28px; line-height: 36px; }
    .hero-normal-content-heading .content { font-size: 18px; line-height: 27px; }
    .membership-program-details-hc h2 { font-size: 27px; line-height: 33px; }
    .normal-content-simple-details-wrap h2 { font-size: 25px; line-height: 35px; }
    .normal-content-simple-details-wrap .content { padding-bottom: 30px; }

/*     .pricing-plan-details .tabing-list-wrap { display: none; max-width: 100%; } */
/*     .pricing-plan-details .tabing-list-wrap .tabs-title { color: #fff; } */
    .pricing-plan-details .tabing-list-wrap .tabs-title { padding: 7px; font-size:14px; }
    .pricing-plan-details .tabing-list-wrap { padding:8px 5px; border-radius: 8px; }
    .dr-pr-single-bottom .btn_style2 a { padding: 11px 9px; font-size: 15px; }

    .dr-table-plans .dr-price { display: none; }
    .dr-pricing-table-wrap { flex-flow: column; }
    .dr-pricing-table-single { width: 100%; margin-bottom: 25px; }
    .dr-pricing-table-single:last-child { margin-bottom: 0; }
    .dr-table-plans h6 { font-size: 14px; }
    .dr-table-plans .dr-table-icon { padding: 0px 5px; margin: 0; }
    .dr-table-plans { width: 74%; padding-right: 0; max-width: 200px; }
    .dr-table-wrap { padding: 0; flex-flow: wrap; justify-content: flex-end; }
    .dr-table-row { padding-right: 0; }
    .dr-table-row .dr-table-text { width: 50%; }
    .dr-table-icon { margin: 0px 5px; position: relative; }
    .price-hero-main-wrap .left-side&gt;h1 span:before { display:none; }

    .cta-section.hero-careers-main-wrap { min-height: auto; padding: 40px 0px; }
    .hero-careers-main-wrap h1 { font-size: 34px; line-height: normal; }
    .hero-careers-main-wrap .content { font-size: 16px; }
    .careers-mission-simple-heading-icon-wrap h2 { font-size: 25px; line-height: normal; width: calc(100% - 70px); }
    .careers-mission-simple-icon { width: 70px; }
    .careers-blue-sections-left-details { padding-left: 15px; }
    .careers-number-details-main-wrap { margin-top: 20px; }
    .careers-icon img { max-height: 130px; }
    .careers-icon-content h2 { font-size: 24px; }
    .testimonial-careers-btn-wrap,
    .testimonial-careers-heading-content-wrap h2 { width: 100%; padding-left: 21%; }
    .testimonial-careers-heading-content-wrap h2:before { left: -2%; right: auto; }
    .testimonial-careers-heading-content-wrap h2 { font-size: 24px; }
    .testimonial-careers-heading-content-wrap { margin-top: 60px; }
    .benefits-and-perks-icon { width: 80px; }
    .benefits-and-perks-title { width: calc(100% - 95px); }
    .current-job-content .careers__card { padding: 15px; margin-bottom: 0; }
    .current-job-top-bar-wrap { text-align: center; }
    .current-job-top-bar-wrap .breadcrumb ul { flex-flow: wrap; align-items: center; justify-content: center; }
    .current-job-content .row { margin: 0; }

    .features-content-main-wrap .heading h2:after, .features-content-main-wrap .heading h2:before { width: 21%; }
    .mb-feature-row { margin-bottom: 30px; padding-bottom: 30px; }
    .features-right h3 { margin-top: 5px; }
    .hero-features-main h1 { font-size: 34px; line-height: 1.3; }

    .scheduling-solution-section .box-detail-wrap .icon-wrap.two-icon-wrap { justify-content: center; }
    
    .features-right h3 small { transform: translateY(-0px); }
    
    .hero-features-inner-left { text-align: center; }

    .dr-table-plans .dr-table-icon { padding: 0; }
    .dr-table-plans { width: 50%; max-width: 176px; margin-right: -3px; }

    .dr-cta-section .btn_style1 a,
    .dr-cta-section a.btn_style1 { padding: 16px 14px; font-size: 18px; line-height: normal; width: 100%; }
    .dr-feature-rev .dr-feature-list-left .content { gap: 25px; text-align: center; }
    .dr-feature-rev .dr-feature-list-left { gap: 17px; }
    .dr-feature-list-left h2 { text-align:center; }
    .dr-table-plans { justify-content: space-between; width: 100%; max-width: 100%; margin-right: 0; }
    .dr-table-plans .spacing { width: 50%; }
    
    .dr-table-icon.dr-icon-check,.dr-table-icon.dr-icon-uncheck { transform: translateX(-30%); }
    
    .home-hero-main-wrap.amta_hero .text_image ul li { width: 100%; }
    .home-hero-main-wrap.amta_hero .text_image ul { flex-wrap: wrap; }
    .home-hero-main-wrap.amta_hero .text_image ul li+li { margin: 15px 0 0; }
    .video_banner .video { height: 250px; }
    .testimonial_sc { padding: 50px 0; }
    .video_banner { padding: 50px 0; }
    .testimonial_sc .left_part .details { padding-top: 50px; }
    .home-hero-main-wrap.leftimg_content { padding: 0 0 50px 0; }
    .home-hero-main-wrap.leftimg_content .btm_part .btn_style1 a { min-width: auto; padding: 15px; font-size: 16px; }
    .home-hero-main-wrap.leftimg_content .btm_part { max-width: 100%; }
    .home-hero-main-wrap.leftimg_content .btm_part .text_image ul { flex-wrap: wrap; }
    .home-hero-main-wrap.leftimg_content .btm_part .text_image ul li { margin: 0; }
    .home-hero-main-wrap.leftimg_content .btm_part .text_image ul li+li { margin-top: 15px; }
    .cont_img .left-side .box-1 { border-radius: 15px; }
    .cont_img .left-side .box-2 { border-radius: 15px; }
    .cont_img .right-side .box-1 { border-radius: 15px; }
    .cont_img .right-side .box-2 { border-radius: 15px; }
    .cont_img { padding: 50px 0; }
    .our_support { padding: 50px 0 70px; }
    .our_support .list_wrap .list_innner { padding: 16px; }
    .our_support .list_wrap .list_innner .list { font-size: 18px; padding:50px 0 0; }
    .tab_content .section_wrap .left_part ul li.current { padding: 15px; }
    .tab_content .section_wrap .left_part ul li a { padding: 15px; font-size: 18px; }
    .home-hero-main-wrap.start_trial .hero-two-img-wrap { flex-wrap: wrap; }
    .home-hero-main-wrap.start_trial .hero-two-img-wrap .hero-two-img-content { width: 100%; text-align: center; }
    .home-hero-main-wrap.start_trial .btn_style1 a { font-size: 16px; }
    .why_thousandsamta { padding: 20px 0 10px 0; }
    .why_thousandsamta .top_cotnent { padding-top: 20px; }
    .why_thousandsamta .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .why_thousandsamta .section_wrap { margin: 0; }
    .why_thousandsamta .section_wrap .col:last-child { padding: 0; }
    .tab_content { padding-bottom: 50px; }
    .home-hero-main-wrap.amta_hero { padding-bottom: 100px; }
    
    .home-hero-main-wrap.amta_hero .right-side .bottom_image { max-width: 50%; left: -10px; }
    .home-hero-main-wrap.amta_hero .right-sid.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; ae .top-img { max-width: 50%; }
    .testimonial_sc .right_part .video.wistia-video { height: 350px; }
    .home-hero-main-wrap.leftimg_content .btm_part .text_image ul li { width: 100%; }
    .home-hero-main-wrap.start_trial .text_image ul li { width: 100%; }
    .home-hero-main-wrap.start_trial .text_image ul li+li { margin: 15px 0 0; }
    .home-hero-main-wrap.start_trial .text_image ul { flex-wrap: wrap; }
    
}
.features-content-list-main-wrap .features_menu { }
.features-content-list-main-wrap .features_menu &gt; ul { width: 100%; border: 1px solid #ddd; border-radius: 4px; list-style-type:none; padding:0; margin:0; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; a { width: 100%; display: inline-block; color: #333; padding: 8px 15px; background-color: #F8F8F8; position:relative; font-weight:400; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li {  position: relative; width: 100%; cursor: pointer; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li+li { border-top: 1px solid #ddd; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; a:after { content: "\f105"; font-family: FontAwesome; position: absolute; top: 10px; right: 10px; transition: all .5s ease-in-out; color:#333; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li:first-child &gt; a:after { right: auto; left: 0; top: 12px; content: "\f053"; font-size: 12px; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li:first-child { padding-left: 15px; border-radius: 4px 4px 0 0; background-color: #F8F8F8; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; a.features_active:after { transform: rotate(90deg); top: 10px; color:#fff; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; ul { position: relative; opacity: 1; display: none; background:#fff; transition:none; list-style-type:none; padding:0; margin:0; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; ul li a { display: flex; padding: 6px 15px; font-size: 12px; align-items: center; cursor: pointer; color: #3b3f3f; font-weight:400; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; a.features_active { color: #fff; background-color: #717984; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li:last-child { border-radius: 0 0 4px 4px; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; ul li a svg { width: 12px; color: #555; margin-right: 6px; max-height:12px; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; ul li a svg path { fill: #555; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; ul li a:hover { background: #eee; color: #EF5A2F; }
.features-content-list-main-wrap .features_menu &gt; ul &gt; li &gt; ul li a:hover svg path { fill: #EF5A2F; }</pre></body></html>