@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.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  
 *
 *  
 */




/** 
 * 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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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% !important; }
.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] > div {padding: 0 !important;} */
div[class*=full-width-section] > div {
    padding: 0 !important;
}

div[class*=full-width-section] > div > 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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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% !important; }
    .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-flow: row 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:#2b6746; }
.bg\:green{ background-color:#2b6746; }

.color\:pink{ color:#2b6746; }
.bg\:pink{ background-color:#2b6746; }

.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:#2b6746; }
    .hoverbg\:green:hover{ background-color:#2b6746; }
    
    .hover\:pink:hover{ color:#2b6746; }
    .hoverbg\:pink:hover{ background-color:#2b6746; }
    
    .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);
  }
}
body {
    margin:0;
    padding:0;
    font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size:16px;
    line-height:1.5;
    color:#666666;
    background:#fff;
    overflow-x: hidden;
}

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

h1,.h1 { color:#000000; font-size:44px; line-height:1.15em; margin:0; padding:0; clear:both; font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
h2,.h2 { color:#000000; font-size:30px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Muli, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h3,.h3 { color:#000000; font-size:25px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Muli, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h4,.h4 { color:#000000; font-size:22px; line-height:1.5; margin:0; padding:0; clear:both; font-family: Muli, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h5,.h5 { color:#000000; font-size:20px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Muli, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h6,.h6 { color:#000000; font-size:18px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Muli, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }

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

a { text-decoration:none; outline:none; color:#2b6746; 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:#7aa095; }

/*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){
    h1,.h1 { font-size:32px; }
    h2,.h2 { font-size:30px; }
    h3,.h3 { font-size:28px; }
    h4,.h4 { font-size:22px; }
}

@media (max-width:991px){
    body { font-size:15px; }
}

@media (max-width:767px){
    h1,.h1 { font-size:28px; }
    h2,.h2 { font-size:24px; }
    h3,.h3 { font-size:22px; }
    h4,.h4 { font-size:18px; }
}
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: #fcfcfc; border:none; padding: 0 15px; width:100%; border-radius: 0; height: 50px;  width:100% !important; color: #3c3c3c; font-family: Muli, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; font-size:20px; }
form textarea { height: 128px; resize: none; padding: 15px; }
form select { font-style: italic; }
form .hs-form-field > label { color: #3c3c3c; font-family: Muli, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; text-transform: capitalize; font-size:20px; }
form input::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Muli; text-transform: uppercase; }
form select::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Muli; text-transform: uppercase; }
form textarea::placeholder { color: inherit !important; font-size: 15px; font-weight: 700; font-family: Muli; text-transform: uppercase; }
input[type="submit"]{ color: #ffffff; margin-bottom: 0px; font-family: Muli; margin-top: 25px; border: 0; padding: 22px 20px; background: #2b6746; 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: 0; color: #155724;     font-size: 1.5em; text-align: center; color: #fff; background-color: rgba(43,103,70,0.75); padding: 25px; }

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 30px;
    background: #2b6746;
    color: #FFFFFF;
    border-radius: 0px;
    font-weight: 400;
    min-width: 230px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.btn_style1 a:hover, a.btn_style1:hover { background-color: #7aa095; color: #FFFFFF; }

.btn_style2 a, a.btn_style2 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 13px 30px;
    background: ;
    color: #2b6746;
    border-radius: 0px;
    font-weight: 600;
    min-width: 230px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #2b6746;
}

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

.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; }
.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: url('https://2959741.fs1.hubspotusercontent-na1.net/hubfs/2959741/proarch_2021/images/circle_next_green.png') no-repeat center / cover; transition: all ease-in-out .4s; }
.link_style a:hover:after, a.link_style:hover:after { right:-5px; }



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

@media (max-width:767px){

}
.hs-menu-wrapper > 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; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul li:not(:last-child) { margin-right: 1.438095em; }
.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:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; }
.hs-menu-wrapper.hs-menu-flow-vertical .hs-item-has-children:hover > .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 { background-color: var(--headerbottombg); padding: 1.85714286em 0; position: relative; z-index: 99;}
.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 5px 7px; position: relative; font-weight: 600; color: var(--headerbottomlink); letter-spacing: .5px; line-height: normal; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }

/* Landing Page Header */
/* .header--no-navigation { padding: 11px 100px; } */
.main-header { padding-right: 40px; padding-left: 40px;}
.hs-menu-wrapper .hs-item-has-children:before{ content:''; height:18px; width:100%; position:absolute; top:100%;}

/* Footer Css  */
.footer-wrapper { padding: 60px 60px; background-color: var(--tertiary-color); }
.footer-wrapper .container { width: 100%; max-width:1400px;}
.footer-wrapper .inner h5 { font-size: 17px; color: #286142; font-weight: 700; margin-bottom: 4px; }
.footer-form-text { color: #3c3c3c; }
.footer-form { margin-top: 16px; position: relative; max-width: 422px; }
.footer-form .field.hs-form-field .input input { padding: 5px 4px; border: 1px solid #ececec; height: 44px; font-size: 16px; color: #3c3c3c; }
.footer-form .hs_submit { width: 33%; display: inline-block; vertical-align: top; }
.footer-form .hs_submit input { min-width: auto; width: 100%; text-align: center; padding: 0.46428571em 1.785714em 0.46428571em 1.78571429em; margin-top: 0; border-radius: 0; height: 44px; border: 0; text-transform: lowercase; font-size: 1em; font-weight: 400; }
.footer-form .field.hs-form-field { width: 67%; display: inline-block; }
.footer-form .field.hs-form-field .input input::-webkit-input-placeholder {  font-weight:500; text-transform: lowercase; color: #b3b3b3 !important; font-size: 1.14285714em; }
.footer-form .field.hs-form-field .input input::-moz-placeholder {  font-weight:500; text-transform: lowercase; color: #b3b3b3 !important; font-size: 1.14285714em; }
.footer-form .field.hs-form-field .input input:-ms-input-placeholder {  font-weight:500; text-transform: lowercase; color: #b3b3b3 !important; font-size: 1.14285714em; }
.footer-form .field.hs-form-field .input input:-moz-placeholder {  font-weight:500; text-transform: lowercase; color: #b3b3b3 !important; font-size: 1.14285714em;}
.footer-logo-text { font-size: 9px; margin-bottom: 5px; }
.footer-logo { margin-bottom: 20px; }
.footer-menu { /*display: flex; align-items: flex-end; flex-flow: wrap;*/ }
.footer-menu ul { column-count: 2; display: inline-block; text-align: center; width: 100%; max-width: 260px;}
.footer-menu ul li{text-align:left;}
.footer-menu ul li a { font-size: 13px; padding: 1px; color: #3c3c3c; font-weight: 500; opacity: .75; }
.footer-menu > .hs_cos_wrapper { width: 70%; }
.bottom-content { color: #3c3c3c; margin-top: 50px; }
.footer-wrapper .inner.row { align-items: flex-end; }
.footer-menu ul li { margin-right: 0 !important; }

.footer-menu .social-media{display:flex;align-items:center;margin:0 0 30px;gap:10px;}
.footer-menu .social-media a{width:44px;height:44px;background:#61A396;border-radius:100%;display:flex;align-items:center;justify-content:center;}
.footer-menu .social-media a:hover{background:#7aa095;}

/* sidebar button css */
.sidebar_btn { position: fixed; right: -96px; top: 230px; rotate: -90deg; width: auto; z-index: 99; }
.sidebar_btn .btnside_bx a { font-family: Mulish; font-size: 20px; background: #F3F0EC; padding: 16px 20px; border-radius: 14px 0 0 0; position: relative; display: inline-block; font-weight: 600; }
.sidebar_btn .btnside_bx:nth-child(1) a { margin-right: 23px; }
/* .sidebar_btn .btnside_bx:nth-child(1) a:hover { color: #2b6746; }
.sidebar_btn .btnside_bx:nth-child(2) a:hover { color: #fff; } */

.sidebar_btn .btnside_bx:nth-child(1) a:hover { color: #61a396; }
.sidebar_btn .btnside_bx:nth-child(2) a:hover { color: #97cfc4; }

.sidebar_btn .btnside_bx:nth-child(2) a { padding: 16px 30px 16px 15px; background: var(--secondary-color); color: #fff; border-radius: 0 14px 0 0; }
.sidebar_btn .btnside_bx:first-child a:after { content: ''; width: 0; height: 0; border-top: 62px solid #2b6746; border-right: 25px solid transparent; position: absolute; right: -24px; background: #F3F0EC; bottom: 0px; transform: rotate(180deg); }



@media (min-width: 992px){
    .mainmenu .hs-menu-wrapper > ul > li > ul { min-width: max-content; background: var(--droplinkhovercolor); box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); visibility: hidden; pointer-events: none; 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; padding:1.23809524em 1.85714286em; top: calc(100% + 18px); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:not(:last-child) { margin-bottom: 8px; position: static; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: var(--droplinkcolor); padding: 3px; font-size: 16px;     display: inline-block; width: auto !important; line-height: normal; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: var(--headerbottomlinkhover); background-color: var(--droplinkhoverbgcolor); }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; margin-top: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover { color: var(--droplinkhovercolor); background-color: var(--droplinkhoverbgcolor); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; }
/*     .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: relative; content: "\f107"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; }  */
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: #ececec; padding: 0; font-size: 13px; pointer-events: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > 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 > ul > li > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; }
    .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul > li > ul { left: auto !important; right: 100%; } 
    
    .mainmenu .hs-menu-wrapper > ul > li > ul { padding: 10px 0 !important; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { padding: 8px 20px 8px 15px; display: inline-block; width: 100% !important; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li { margin: 0 !important; }
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { background: var(--Greeb, #61A396); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25); padding: 15px; min-width:240px; z-index:999; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a,
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:hover > a { background: #61A396; color: #fff; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li a { color: #FFF; font-size: 15.625px; font-weight: 500;     /* 221.888% */ letter-spacing: 0.5px; border: none !important; padding: 7px 10px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { margin: 0 !important; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a { position: relative; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:before { position: absolute; content: ""; top: 12px; right: 15px; background: url(https://43995000.fs1.hubspotusercontent-na1.net/hubfs/43995000/remington-davis/images/white-right-angle.svg)no-repeat center/cover; width: 8px; height: 12px; transition:all .5s ease-in-out;  }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover > a:before { filter: brightness(0) invert(1); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns { position: absolute; top: 0; left: 100%; background: var(--Greeb, #61A396); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25); display: flex; padding: 20px 20px; opacity: 0; transition: all .5s ease-in-out; align-items: flex-start; min-width: 434px; z-index:999; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover .submenu-columns { opacity: 1; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns .column-left { padding-right: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns .column-right { padding-left: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns ul li a { color: #fff; font-size: 15.625px; font-weight: 500; line-height: 1.4; /* 221.888% */ letter-spacing: 0.5px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns ul li { margin: 0 !important; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns ul li a:hover, 
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li a:hover { color: #2b6746; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns ul li+li { margin-top: 10px !important; }
}

@media (max-width:1440px){
    
    
}

@media (max-width:1300px){
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns { min-width: min-content; }
    
}

@media (max-width:1200px){
    header .wrapper { width:1200px; max-width: 100%; padding: 0 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 5px 7px; font-size: 14px; }
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { display: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 220px; }
    .header--no-navigation { padding: 11px 0; } 
    
    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 110px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { min-width: min-content; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li a { padding: 5px 0; }

    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns { padding: 20px 10px; flex-wrap: wrap; min-width: 200px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns .column-left { padding-right: 0; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns .column-right { padding: 10px 0 0; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children .submenu-columns ul li a { font-size: 14px; }
}

@media (max-width:1040px){
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li:not(:last-child) { margin-right: 10px; }
    
}

@media (max-width:991px){
/*     .header .logo img { width: 140px !important; } */

    header { box-shadow: none; position: relative; }
    .mainmenu .hs-menu-wrapper > ul { width: 100%; }
    .mainmenu .hs-menu-wrapper ul { transition: none; }
    .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; padding: 15px; font-size: 16px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { background: var(--dropcolor); padding:15px 0; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { color:var(--droplinkcolor); font-weight: 600; padding: 8px 31px; }

    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; position: relative; top: auto; }
    .mainmenu .hs-menu-wrapper.hs-menu-flow-vertical ul { display: flex; }
    .mainmenu .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:50%; 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; transform:translateY(-50%); }
    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-open 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-open 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-open 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:var(--secondary-color); transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:var(--secondary-color); transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm.child-open span { transform:translateX(-50%) rotate(45deg); }

    .mainmenu.js-enabled .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:100%; left: 0; width: 100%; max-width:100%; padding:0px; background-color:#fff; z-index:8888; display: none; border-top: 1px solid var(--secondary-color); max-height: calc(100vh - 100px); overflow-y: auto; }

    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom:1px solid var(--secondary-color); }

    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:20px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:40px; }
    .main-header { padding:0px 15px; }
    .footer-menu>.hs_cos_wrapper { width:100%; }
    
    .footer-form { margin-left: auto; margin-right: auto; }
    .footer-wrapper { padding: 30px 15px; }
    .footer-wrapper .inner.row { text-align:center; }
    
    .footer-menu .social-media{margin: 20px 0 20px;}
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children { }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children span.child-triggerm { top: -7px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { padding: 0 0 0 10px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li a { padding: 10px; }
 
}

@media (max-width:767px){

    .footer-wrapper { padding: 25px 0; }
    .footer-wrapper .inner.row .col-12:first-child { order: 2; }
    .footer-wrapper .inner.row .col-12:last-child { order: 3; justify-content: center; margin-top: 10px; }
    .footer-wrapper .inner.row { text-align: center; }
    .footer-menu ul li { width: 100%; margin: 5px 0; }
    .footer-menu ul { column-count: 1; }
    .footer-menu ul li a { padding: 5px; }
    .footer-menu>.hs_cos_wrapper { width: 100%; }
    .footer-menu { margin-top: 25px; }
    .bottom-content { margin-top: 10px; }
    .footer-logo { margin-bottom: 10px; }
    
    .sidebar_btn { display: none; }
    
    .footer-menu .social-media{justify-content: center;}
    .footer-menu ul li{text-align: center;}
    
} 
.filter-part { padding-top: 4.95238095em; padding-bottom: 1.85714286em; }
.filter-part .inner { border-bottom: 1px solid #3c3c3c; padding-bottom: 1.85714286em; }
.filter-part .sorting { display: flex; align-items: center; justify-content: center; }
.sorting-filter label { cursor: pointer; transition: 0.3s ease; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; z-index: 2; display: inline-block; position: relative; left: 0; text-align: left; padding: 0.92857143em 1.85714286em; border: 1px solid #ececec; background: #ffffff; border-radius: 6px; }
.sorting-filter { position: relative; margin-left: 15px; }
.sorting-filter ul { margin: 0; padding: 0; border: 1px solid #ececec; background: #ffffff; position: absolute; top: 100%; width: 100%; margin-top: 7px; border-radius: 6px; display: none; }
.sorting-filter ul li { display: inline-block; width: 100%; }
.sorting-filter ul li a { padding: 0.92857143em 1.85714286em; display: inline-block; width: 100%; }
.sorting-filter label:after { content: '\25bc'; font-size: 8px; margin-left: 6px; position: relative; bottom: 2px; display: inline-block; transform: scaleX(1.4) scaleY(0.9); transition: 0.2s linear; -webkit-transition: 0.2s linear; -moz-transition: 0.2s linear; }
.blog-list-heading-tag { margin-bottom: 3.114286em; max-width: 730px; margin-left: auto; margin-right: auto; }
.blog-listing { padding-top: 2.78571429em; }
.blog-index__post-image-link { display: inline-block; width: 100%; }
.blog-post-date { margin-top: 10px; }

.blog-listing .blog-index__post-content { padding-bottom: 5.57142857em; max-width: 730px; margin: 0 auto; }
.blog-listing article.blog-index__post { border-bottom: 1px solid #ececec; padding-top: 2.78571429em; margin-bottom: 30px; }

.blog-listing .blog-index__post-content a.blog-index__post-image-link { width: 100%; height: 486px; }
.blog-listing .blog-index__post-summary { font-size: 16px; line-height: 30px; margin: 20px 0; display: inline-block; width: 100%; }
.blog-listing .link-text a { display: inline-block; color: #2b6746; transition: all .5s ease-out; opacity: 1; text-decoration: none; position: relative; padding-right: 15px; font-weight: 700; font-family: 'Muli', sans-serif; width: auto; }
.blog-listing .link-text a:before { position: absolute; content: "\f101"; top: 7px; right: 0; font-family: 'FontAwesome'; font-size: 14px; line-height: 1; font-weight: 400; }
.blog-listing .link-text a:hover { text-decoration: underline; color: #007bff; }
.blog-listing article.blog-index__post:last-child { margin-bottom: 100px; }


body .blog-post { max-width:760px; padding-top: 5.5em; padding-bottom: 5.5em; margin: 0px auto;}
body .blog-post h1 { text-align: center; }
body .blog-post .blog-post-date { text-align: center; margin-bottom: 30px; }
.blog-post .blog-post__body { color: #3c3c3c; font-size: 16px; line-height: 30px; margin-top:15px; }
.blog-post .blog-post__body h2 { margin: 15px 0; color:var(--secondary-color) }

.blog-list-heading-tag .topic-link { pointer-events:none; }

@media (max-width:1200px){
    .blog-listing .blog-index__post-content { max-width: 640px; }
.blog-listing .blog-index__post-content a.blog-index__post-image-link { height: 406px; }
}

@media(max-width:991px){
    .blog-listing .blog-index__post-content { max-width: 600px; }
    .blog-listing .blog-index__post-content a.blog-index__post-image-link { height: 380px; }
    .blog-listing .link-text a:before { top: 5px; }
    
    body .blog-post { max-width: 600px; padding: 5.5em 15px; }
}

@media (max-width:767px){
    .blog-listing .blog-index__post-content { padding-bottom: 3em; }
    .blog-listing article.blog-index__post:last-child { margin-bottom: 50px; }
    
    body .blog-post { padding: 50px 15px; }
    
}

@media (max-width:500px){
    .blog-listing .blog-index__post-content a.blog-index__post-image-link { height: 200px; }
    .blog-listing article.blog-index__post:last-child { padding-top: 0; }
}
/**/
.error_main_sc { background: #F3F0EC; text-align: center; padding: 60px 0; }
.error_main_cover { background: #61A396; padding: 0 30px 70px; font-size: 18px; line-height: 27px; color: #fff; position: relative; z-index: 1; }
.error_main_cover:before { position: absolute; content: ""; height: 160px; width: 100%; top: 0; left: 0; background: #f3f0ec; z-index: -1; }
.error_icon { height: 320px; width: 320px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 100%; padding: 15px; margin: 0 auto; }
.error_main_cover h1 { color: #fff; padding-bottom: 35px; margin: 30px 0; position: relative; }
.error_main_cover h1:after { position: absolute; content: ""; height: 6px; width: 620px; max-width: 100%; left: 0; right: 0; bottom: 0; margin: 0 auto; background: #9CDACE; }
.error_main_cover .button-wrapper { margin-top: 40px; }
.error_main_cover .button-wrapper a { background: #fff; width: 272px; display: inline-block; vertical-align: top; max-width: 100%; padding: 15px 15px; color: #61A396; border: 2px solid #fff; }
.error_main_cover .button-wrapper a:hover { background: transparent; color: #fff; }

.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:#2b6746; 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_icon { height: 240px; width: 240px; padding: 15px 30px; }
    .error_main_cover:before { height: 120px; }
  
    .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; }
    
}
 




::selection {
    color:var(--quaternary-color);
    background:  var(--secondary-color) ;
}

/* Root */
:root {
    --main-color:                         #7aa095;
    --secondary-color:                    #2b6746;
    --tertiary-color:                     #f3f0ec;
    --quaternary-color:                   #fafafa;
      
    --main-font:                          Muli;
    --sec-font:                           Muli;
  
    --headertopbg:                        
    
    
        
    
    rgba(#null, 1)
;
    --headertoplink:                      ;
    --headertoplinkhover:                 ;
    --headerbottombg:                     
    
    
        
    
    rgba(255, 255, 255, 1.0)
;
    --headerbottomlink:                   #2b6746;
    --headerbottomlinkhover:              #FFFFFF;
    --dropcolor:                          #f9fcff;
    --droplinkcolor:                      #2b6746;
    --droplinkhovercolor:                 #FFFFFF;
    --droplinkhoverbgcolor:               #2b6746;  
    --hamburger:                          #252525;
  
    --body_font:                          Muli;
    --body_font_size:                     16;
  
    --link_color:                         #2b6746;
    --link_hover_color:                   #7aa095;  
}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;  -webkit-tap-highlight-color: transparent; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#7aa095; clear:both; margin:30px 0; }
.clear { clear:both }

.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 > 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%; display:inline-block; color:#ECECEC; background:transparent; width:auto; height:auto; font-size:0; cursor:pointer; border:0; transition:all ease-in-out .4s; }
.slick-arrow:before { font-family:'FontAwesome';  font-size: 87px; line-height: 87px; }
.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 #2b6746; width:10px; height:10px; 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:#2b6746; }

.container .dnd-section > .row-fluid, .container { margin:0 auto !important; width:1140px; padding:0 15px; float:none !important; }
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); }

/* Banner */
.banner-main-wrap { padding-top: 18%; padding-bottom: 5%; padding-left: 60px; padding-right: 60px; }
.banner-wrap { max-width: 420px; }
.banner-wrap .content { margin-top: 20px; font-size: 20px; }
.banner-wrap h1 { color: var(--secondary-color); }

/* normal content */
.simple-content-main-wrap { padding-top: 5.5em; padding-bottom: 5.5em; background: linear-gradient(90deg, rgba(0,0,0,.10) 0%, rgba(255,255,255,.10) 35%, rgba(255,255,255,.10) 50%, rgba(255,255,255,.10) 65%, rgba(0,0,0,.10) 100%); }
.simple-content-heading h2 { color: #2b6746; margin-bottom: 20px; }
.simple-content-wrap { max-width: 760px; margin: 0px auto; }
.simple-content-wrap .content { font-size: 18px; color: #666666; }
.simple-content-wrap .content p strong { color: #252525; font-weight: 600; }

/* number slider  */
.number-slider-main-wrap { background-color: var(--main-color); padding: 50px 170px; }
.number-slider-wrap .slick-arrow { background-color: transparent; height: auto; width: auto; top: 50%; transform: translateY(-50%); padding: 0; }
.number-slider-wrap .slick-arrow:before { font-size: 87px; line-height: 87px; vertical-align: middle; }
.number-slider-wrap .slick-prev { left: -49px; }
.number-slider-wrap .slick-next { right: -49px; }
.number-slider-details .number { font-size: 72px; font-weight: 700; line-height: 100%; }
.number-slider-details .number-heading { font-size: 30px; text-transform: lowercase; font-weight: 700; line-height: 100%; }

/* Featured Studies */
.featured-studies-main-wrap { padding-top: 5.5em; padding-bottom: 5.5em; background-color: var(--secondary-color); }
.featured-studies-wrap { max-width: 730px; margin: 0px auto; }
.featured-studies-wrap h2 { padding-bottom: 23px; }
.featured-studies-wrap .content { font-size: 18px; line-height: 1.5em; }
.featured-studies-wrap .btn_style2 { padding-top: 56px; }
.featured-studies-wrap .btn_style2 a { padding: 15px 35px; border-width: 3px; border-color: var(--main-color); color: #fff; font-size: 30px; }
.featured-studies-wrap .btn_style2 a:hover { transform: translate3d(0, -2px, 0); -webkit-transform: translate3d(0, -2px, 0); border-color: #fff; color: #fff; background-color: var(--secondary-color); }

/* Testimonial */
.testimonial-main-wrap { padding: 120px 0; }
.testimonial-wrap { max-width: 940px; margin: 0px auto; }
.testimonial-wrap .slick-arrow { color: var(--secondary-color); opacity: 0.6; background-color: transparent; top: 50%; transform: translateY(-50%); margin-top: 0; }
.testimonial-wrap .slick-prev { left: -22%; }
.testimonial-wrap .slick-next { right: -22%; }
.testimonial-wrap .slick-arrow:hover { opacity: 1; }
.testimonial-quotes { color: #638279; font-weight: 700; font-size: 1.78571429em; line-height: 1.5em; margin-bottom: 30px; }
.testimonial-details-wrap h5 { font-size: 16px; color: #638279; font-weight: 600; }
.testimonial-position { color: #638279; margin-top: 5px; }


.featured-box-main-wrap { padding: 60px 60px 30px; }
.featured-box-main-wrap .container { width: 100%; }
.featured-box-wrap .feature { position: relative; overflow: hidden; }
.featured-box-wrap .feature h4 { padding: 15px; background: rgba(122, 160, 149, .85); font-weight: 700; position: absolute; width: 100%; bottom: 0; font-size: 24px; color: #fff; line-height: normal; }
.featured-box-wrap .feature img { height: 100%; width: 100%; object-fit: cover; object-position: center; transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; }
.featured-box-wrap a:hover .feature img { transform: scale(1.1); }
.featured-box-wrap a{ margin-bottom:30px; display: inline-block; width:100%; }


.breadcrumb-menu-main-wrap { border-top: 1px solid #f3f0ec; border-bottom: 1px solid #f3f0ec; }
.breadcrumb-menu { margin-bottom: 10px; margin-top: 10px; padding: 0 40px; }
.breadcrumb-menu ul li { font-size: 13px; float:none; padding:0px; display:inline-block; }
.breadcrumb-menu ul li:after { content: "\f101"; font-family: FontAwesome; margin-left: 1.08333333333334em; }
.breadcrumb-menu ul li:last-child:after { display: none; }
span.hs-breadcrumb-menu-divider { display: none; }
.breadcrumb-menu ul li:nth-child(1n+2) { margin-left: 11px; }

.contact-details-main-wrap { padding: 80px 0; }
.contact-details-wrap h1 { color: var(--secondary-color); }
.contact-content { margin-top: 26px; font-size: 18px; max-width: 730px; margin-left: auto; margin-right: auto; color: #808080; }
.contact-content p strong { color: #252525; font-weight: 600; }
.contact-address { margin-top: 60px; font-size:18px; }
.contact-address strong { color: #252525; font-weight: 600; }
.contact-info-wrap { margin: 60px 0; padding: 30px; background-color: var(--quaternary-color); border: 1px solid #dedede; text-align: center; display: flex; color: #808080; font-size: 18px; }
.contact-info-wrap > div { width: 50%; }
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea { border: 1px solid #ececec; }
.contact-form label { margin-bottom: 5px; }
.contact-form .hs-i_would_like_to_be_contacted_about_research_in_these_areas_ > label { width: 100%; display: inline-block; text-align: center; padding: 1.85714286em; margin-bottom: 0.92857143em; font-weight: 600; font-size: 20px; text-transform: none; }
.contact-form .hs-fieldtype-checkbox ul li { flex: 0 0 25%; max-width: 23%; float: left ; right: auto; border: 1px solid #dedede; margin-right: 2%; margin-bottom: 25px; padding: 10px ; background-color: #fafafa; text-align: center; position: relative; overflow: hidden; min-height: 108px; display: flex; align-items: center; justify-content: center; }
.contact-form .hs-fieldtype-checkbox ul { display: flex; flex-flow: wrap; width: 102%; }
.contact-form .hs-fieldtype-checkbox ul li label { display: flex; flex-flow: column; padding-left: 0; margin-bottom: 0; padding-bottom: 0; width: 100%; height: 100%; justify-content: center; }
.contact-form .hs-fieldtype-checkbox ul li label span { width: 100%; color: #3c3c3c; }
.contact-form .hs-fieldtype-checkbox ul li label span:before { position: static; display: block; margin: 0px auto 8px; background: none; border: 1px solid #d3d3d3; text-align: center; width: 30px; height: 30px; border-radius: 6px; }
.contact-form .hs-fieldtype-checkbox ul li label span:after { content: "\f00c"; color: #fff; position: absolute; width: auto; left: 50%; top: 4px; font-weight: 700; font-family: FontAwesome; transform: translateX(-50%); opacity: 0; font-weight: normal; }
.inputs-list input[type=checkbox]:checked+span:before { border-color: var(--secondary-color); background-color: var(--secondary-color); }
.inputs-list input[type=checkbox]:checked+span:after { opacity: 1; left: 50%; top: 4px; color:#fff; }
.contact-form .hs_submit { text-align: center; }
.contact-form .hs_submit input.hs-button.primary.large { border-radius: 0; width: 100%; max-width: 525px; border: 3px solid var(--main-color); font-size: 30px; text-transform: lowercase; line-height: 30px; padding: 15px 35px; }
.contact-form .hs_submit input.hs-button.primary.large:hover { background-color: transparent; color: var(--secondary-color); border-color: var(--secondary-color); }

/*  Privacy Policy */
.privacy-policy-main-wrap { padding-top: 5.5em; padding-bottom: 5.5em; }
.privacy-policy-wrap h1 { color: var(--secondary-color); margin-bottom: 0.59090909090909em; }
.privacy-policy-content strong { color: #252525; font-weight: 600; }
.privacy-policy-content { color: #666666; }
.privacy-policy-content h4 { font-size: 21px; font-weight: 400; color: var(--secondary-color); }
.privacy-policy-content p { padding-bottom: 20px; }
.privacy-policy-content p+p { padding-top: 0; }
.privacy-policy-content h4+p { padding-top: 5px; }
.privacy-policy-content p:last-of-type { padding-bottom: 0; }
.privacy-policy-content a { text-decoration: underline; padding: 3px; line-height: normal; }
.privacy-policy-content a:hover { background-color: var(--secondary-color); color: #fff; }

/* Staff Individual */
.staff-inidividual-main-wrap .container { width: 100%; }
.staff-inidividual-main-wrap { padding-left: 60px; padding-right: 60px; padding-top: 5.5em; padding-bottom: 5.5em; background-color: var(--secondary-color); }
.staff-img-wrap img { width: 100%; max-width: 450px; }
.staff-details-wrap h1 span { text-transform: uppercase; font-size: 18px; color: #fff; }
.staff-details-wrap h1 { font-size: 36px; font-weight: 700; margin-bottom: 0px; }
.staff-details-wrap h5 { font-size: 18px; text-transform: uppercase; font-weight: 400; }
.staff-details-content { padding-top: 20px; }
.staff-details-content hr { width: 2.78571429em; display: block; border-top: 1px solid rgba(0, 0, 0, 0.1); border-color: #fff; float:none; }
.staff-details-content p { display: inline-block; width: 100%; }
.staff-details-content ul { line-height: 1.85714286em; list-style: none; padding-left: 30px; margin-top: 1.5em; margin-bottom: 1.5em; }


.inner-banner-main-wrap { padding-top: 7%; padding-bottom: 7%; padding-left: 140px; padding-right: 140px; }
.inner-banner-wrap { display: inline-block; padding: 20px; background-color: rgba(43, 103, 70, 0.75); }
.inner-banner-wrap h1 { color: #fff; }
.inner-banner-wrap .content { color: #fff; font-size: 20px; margin-top: 17px; }

.title-strip-main-wrap { padding-top: 3em; padding-bottom: 3em; background-color: var(--secondary-color); }
.title-strip-wrap h2 { color: #fff; }
.title-strip-wrap .btn_style2 a { border-color: var(--main-color); border-width: 3px; color: #fff; }
.title-strip-wrap .btn_style2 a:hover { background-color: var(--secondary-color); border-color: #fff; color: #fff; transform: translate3d(0, -2px, 0); -webkit-transform: translate3d(0, -2px, 0); }
.title-strip-wrap .btn_style2 { margin-top: 25px; }

.feature-side-by-side-wrap { display: flex; flex-flow: wrap; }
.feature-side-by-side-left { width: 50%; }
.feature-side-by-side-right { width: 50%; padding: 100px; padding-right: calc((100% - 1110px)/2); }
.feature-side-by-side-right h2 { color: var(--secondary-color); }
.feature-side-by-side-right .content { margin-top: 23px; color: #3c3c3c; }
.feature-side-by-side-right .content ul { padding-left: 30px; line-height: 1.85714286em; list-style: disc; }
.feature-side-by-side-right .content.two-list ul { -ms-column-count: 2; -o-column-count: 2; -moz-column-count: 2; -khtml-column-count: 2; column-count: 2; padding-left:15px; }
.feature-side-by-side-wrap:nth-child(2n+2) { flex-flow: row-reverse; }
.feature-side-by-side-wrap:nth-child(2n+2) .feature-side-by-side-right { padding: 100px 100px 100px calc(50% - 555px); }

.our-team-wrap { padding-top: 5.5em; padding-bottom: 5.5em; border-bottom: 1px solid #3c3c3c; }
.our-team-wrap:nth-child(odd) .row { flex-flow: row-reverse; justify-content: space-around; }
.our-team-details-wrap h2 span { text-transform: uppercase; font-size: 18px; }
.our-team-details-wrap h2 { color: var(--secondary-color); line-height: 1.15em; }
.our-team-details-wrap .team-job-title { text-transform: uppercase; font-size: 18px; color: #3c3c3c; line-height: 1.8; margin-top: 0; margin-bottom: 29px; }
.our-team-bio { font-size: 18px; margin-bottom: 24px; display: inline-block; width: 100%; color: #808080; }
.our-team-details-wrap .btn_style2 { margin-top: 14px; }
.our-team-img img { max-width: 350px; width: 100%; }
.our-team-img { text-align: center; }
.btn_style2 a { padding: 10px 41px; min-width: auto; }
.our-team-wrap:last-child { border-bottom: 0; }

.trial-pdf-details-main-wrap { padding-top: 5.5em; padding-bottom: 5.5em; }
.trial-pdf-details-wrap { max-width: 540px; margin: 0px auto; }
.trial-pdf-details-wrap h2 { color: var(--secondary-color); margin-bottom: 25px; }
.trial-pdf-details { display: inline-block; width: 100%; margin-bottom: 25px; }
.trial-pdf-details-wrap .btn_style1 { margin-top: 14px; }
.trial-pdf-details-wrap .btn_style1 a { min-width: 230px; }

.patient-simple-content-main-wrap { padding-top: 5.5em; padding-bottom: 5.5em; }
.patient-simple-content-heading h2 { color: var(--secondary-color); }
.patient-simple-content-heading h2 strong { font-weight:600;}
.patient-simple-content-heading { margin-bottom: 26px; }
.patient-simple-content-wrap .content { display: inline-block; width: 100%; }
.patient-img { margin-top: 24px; }
.title-strip-wrap a:hover { text-decoration: underline; color: #fff; }

.patient-simple-content-wrap .content ul { padding-left: 17px; color: #3c3c3c; }
.patient-simple-content-wrap .content ul li { margin-bottom: 7px; }
.patient-img { text-align: center; }

.capabilities-studies-main-wrap .featured-studies-wrap { max-width: 100%; }
.capabilities-studies-main-wrap .featured-studies-wrap .content ul { text-align: left; line-height: 1.85714286em; }
.capabilities-studies-main-wrap .featured-studies-wrap .content.two-list ul { -ms-column-count: 2; -o-column-count: 2; -moz-column-count: 2; -khtml-column-count: 2; column-count: 2; }
.capabilities-studies-main-wrap .featured-studies-wrap .content { font-size: inherit; color: #efebe5; }
.capabilities-studies-main-wrap .featured-studies-wrap h2 { color: #efebe5; }
.capabilities-studies-main-wrap .featured-studies-wrap .content *:last-child { margin-bottom: 0; }
.capabilities-studies-main-wrap .featured-studies-wrap .content *:first-child { margin-top: 0; }
.feature-side-by-side-right .content h6 { color: #808080; font-weight: normal; }
.feature-side-by-side-right .content.two-list ul li { margin-left: 10px; margin-right: 10px; text-align:left }

.privacy-policy-content p strong { font-size: 18px; }
.privacy-policy-content h2 { margin-bottom: 27px; }
.privacy-policy-content h4+ul { margin-top: 0; color: #3c3c3c; margin-bottom: 33px; padding-bottom: 0; }
/* .privacy-policy-content ul { padding-left: 25px; } */
.privacy-policy-content h4[style]+ul { margin-left: 18px; }
.privacy-policy-content h4[style]+p,.privacy-policy-content h4[style]+p+p { padding-left: 40px; }
.body-container-hipaa-notice-wrap .privacy-policy-content h2 { color: var(--secondary-color); margin-bottom: 23px; }
.volunteer-cta-main-wrap .btn_style2 a { min-width: auto; padding: 10px 25px; font-size: inherit; font-weight: 400; text-transform: uppercase; border-width: 1px; }
.body-container-expect .patient-simple-content-wrap .content h2 { margin-bottom: 23px; font-weight: 600; margin-top: 40px; }
.body-container-expect .patient-simple-content-wrap .content h2:first-child { margin-top: 0; }

section#research-study { padding-left: 60px; padding-right: 60px; }
#research-study h1 { font-size: 36px; font-weight: 700; } 
#research-study .study-description,
#research-study .study-description p,
#research-study .study-description li,
#research-study .study-description a { font-size: 13px; }
#research-study .study-content-wrapper { margin-bottom: 5.5em; }
#all-posts.all-studies { padding-bottom: 0; }
.all-studies .section-cta-button-wrapper { margin-bottom: 0; }
.all-studies .section-cta-button-wrapper { background-color: #2b6746; padding-top: 3em; padding-bottom: 5em; }
#research-study .section-cta-button .btn__text { font-size: 36px; }
#research-study .section-cta-button + a { max-width: 250px; margin-left: auto; margin-right: auto; }
#research-study .study-img-wrapper { padding-right: 30px; }
#research-study .study-description-wrapper { padding-left: 30px; }

#all-posts .osHeader { padding-top: 5.5em; padding-left: 140px; padding-right: 140px; position: relative; background-color: #f3f0ec; margin-bottom: 0; }
#all-posts .osHeader .osTitle,
#all-posts .osHeader .osTitle span { font-size: 36px; font-weight: 700; color: #2b6746; line-height: 1.15em; }
#all-posts .osHeader .osTitle { padding-top: 0; padding-bottom: 0.78787878787879em; display: block !important; }
#all-posts .osHeader + div { padding-left: 140px; padding-right: 140px; padding-bottom: 5.5em; background-color: #f3f0ec; }
#all-posts div.rt-keyword-container { width: 33%;/*border: 1px red solid;*/ }
#all-posts div.rt-keyword-container p { margin: 0; }
#all-posts .osHeader + div + br,
#all-posts .osHeader + div + br + br { display: none; }
#all-posts .osStudyItem a { padding-top: 5px; padding-bottom: 5px; text-decoration: underline; color: #3c3c3c; padding-left: 0; font-weight: normal; background-color: transparent; font-size: 17px; }
#all-posts .osStudyItem a:hover,
#all-posts .osStudyItem a:active,
#all-posts .osStudyItem a:focus { color: #2b6746; text-decoration: none; }
#all-posts .rt-container { font-family: 'Muli', sans-serif !important; }
#all-posts .rt-container {	/*border: 1px red solid;*/ }
#all-posts .rt-embed p { font-size: 14px !important; }
#all-posts .rt-container .osArea { padding-top: .7em; padding-bottom: .7em; margin-bottom: 40px; background-color: #7aa095; text-align: center; font-size: 36px; font-weight: 700; color: #efebe5; }
#all-posts .osDetail p { margin-bottom: 20px; }
#all-posts .osDetail a,
#all-posts .osDetail input.osButton { background: #94ae89; color: #000; font-weight: bold; padding: 0 15px; border-radius: 0; transition: all .5s ease-out; font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif; position: relative; border: 1px solid #94ae89 !important; border-width: 1px; font-size: inherit; line-height: 1.85714286em; display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; text-decoration: none; margin-right: 15px; width: auto; max-width: 150px; text-shadow: none; margin: 0; box-shadow: none; }
#all-posts .osDetail a,
#all-posts .osDetail a span,
#all-posts .osDetail input.osButton,
#all-posts .osDetail input.osButton span { color: #000; font-weight: bold; text-transform: lowercase; }
#all-posts .osDetail a span:after,
#all-posts .osDetail input.osButton span:after { content: '  >'; }
#all-posts .osDetail a:first-child,
#all-posts .osDetail input.osButton:first-child { margin-left: 0; }
#all-posts .osDetail a:visited,
.bg--white a:not(.btn) span,#all-posts .osDetail input.osButton:visited { color: #000 !important; }
#all-posts .osDetail a:hover,
#all-posts .osDetail input.osButton:hover,
#all-posts .osDetail a:active,
#all-posts .osDetail input.osButton:active,
#all-posts .osDetail a:focus,
#all-posts .osDetail input.osButton:focus { border-color: #fff; background-color: #2b6746; text-decoration: none !important; }
#all-posts .osDetail a:hover,
#all-posts .osDetail input.osButton:hover,
#all-posts .osDetail a:active,
#all-posts .osDetail input.osButton:active,
#all-posts .osDetail a:focus,
#all-posts .osDetail input.osButton:focus,
#all-posts .osDetail a:hover span,
#all-posts .osDetail input.osButton:hover span,
#all-posts .osDetail a:active span,
#all-posts .osDetail input.osButton:active span,
#all-posts .osDetail a:focus span,
#all-posts .osDetail input.osButton:focus span { color: #fff !important; transition: all .5s ease-out; }

/*** SINGLE STUDY **/

/** CURRENTLY NO WAY TO DIFFERENTIATE BETWEEN ALL STUDIES AND SINGLE STUDY VIEW **/
#all-posts .osTitle { display: none; }
#all-posts .rt-study-content-info .osTitle { display: block; }
#all-posts .rt-study-content-info p a,
#all-posts .rt-study-content-info span a,
#all-posts .rt-study-content-info label a { font-size: 16px; }
#all-posts .rt-study-listing > .osPad-10:first-of-type .rt-study-application-button { display: none; }

#categories-list { padding-left: 140px; padding-right: 140px; position: relative; }
#categories-list:before { content: ''; background: #f3f0ec; background: linear-gradient(90deg, rgba(0, 0, 0, .10) 0%, rgba(255, 255, 255, .10) 35%, rgba(255, 255, 255, .10) 50%, rgba(255, 255, 255, .10) 65%, rgba(0, 0, 0, .10) 100%); height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
#categories-list .section-intro { padding-bottom: 1.5em; }
#categories-list h2 { font-size: 36px; }
#categories-list li { font-size: 17px; }
#categories-list li a { padding-top: 5px; padding-bottom: 5px; text-decoration: underline; color: #3c3c3c; }
#categories-list li a:hover,
#categories-list li a:active,
#categories-list li a:focus { color: #2b6746; text-decoration: none; }

/*******************
SECTION - ALL POSTS
*******************/
#all-posts { padding-top: 0 !important; padding-bottom: 60px; }
#all-posts h2,
#all-posts .osTitle { font-size: 36px; font-weight: 700; color: #2b6746; line-height: 1.15em; }
#all-posts .inner,
#all-posts .osListing.rt-study-listing,

/* ALL studies */
#all-posts .rt-study-listing /* SINGLE study */ { padding-left: 140px; padding-right: 140px; }
#all-posts .rt-study-listing

/* SINGLE study */
{ background: #2b6746; padding-top: 5%; }
#all-posts .rt-study-listing .rt-study-content

/* SINGLE study */
{ padding-bottom: 2%; }
#all-posts .osListing.rt-study-listing

/* ALL studies */
{ background: #fff; }
#all-posts .osListing.osContent { padding: 0; margin: 0; border-bottom: 0; }
#all-posts .rt-study-content-flyer .osFlyer { background: transparent !important; padding: 0 30px 0 0; }
#all-posts .rt-study-content-flyer .osFlyer img { margin: 0; width: 100%; }
#all-posts .title-bar { margin-bottom: 40px; }
#all-posts .title-bar h2 { margin-bottom: 0; padding-top: .7em; padding-bottom: .7em; }
#all-posts .posts-display { max-width: 100%; }
#all-posts .posts-display .post,
#all-posts .osListing.rt-study-listing { margin-top: 0; margin-bottom: 0; padding-top: 60px; padding-bottom: 60px; border-bottom: 2px solid #eae2d9; }
#all-posts .posts-display .post { padding-left: 0; padding-right: 0; }
#all-posts .posts-display .post:last-of-type { border: none; padding-bottom: 30px; }
.posts-display .img-wrapper,
#all-posts .osThumb { padding-right: 30px; padding-left: 0; }
#all-posts .osThumb { padding: 0 25px 0 0; text-align: left; margin-right: 0; margin-left: 0; }
#all-posts .osDetail { padding-top: 0; }
#all-posts .osThumb img { max-width: 100%; width: 100%; }
#all-posts .osThumb a { padding: 1px; display: block; }
.posts-display .excerpt-wrapper,
#all-posts .osDetail { padding-left: 30px; padding-right: 0; }
.posts-display h4 { font-size: 36px; font-weight: 700; }
.posts-display .excerpt-wrapper p { font-size: 17px; color: #3c3c3c; }
.posts-display h3 { font-size: 36px; font-weight: 700; margin-top: -8px; margin-bottom: 15px; }
.posts-display .cta-wrapper { margin-top: 20px; }
.posts-display .cta-wrapper .btn { padding: 0 15px; }
#all-posts .category-group { margin-bottom: 60px; }
#all-posts .category-group:last-of-type { margin-bottom: 0; }
.category-group .title-bar h2 { text-transform: capitalize; }
#all-posts .osListing.osContent input.rt-study-application-button { background: transparent; width: auto; padding: 0 20px; border: 0; box-shadow: none; border: 2px solid #94ae89; height: 70px; text-shadow: none; text-transform: lowercase; font-size: 30px; margin-top: 30px; }
#all-posts .osListing.osContent input.rt-study-application-button:hover { background: #fff; color: #2b6746; }
#all-posts .rt-study-content-info .osTitle,

/** SINGLE STUDY **/
#all-posts .rt-study-content-info .osWebStory,
#all-posts .rt-study-content-info .osWebStory p,
#all-posts .rt-study-content-info .osWebStory li,
#all-posts .rt-study-content-info .osWebStory a,
#all-posts .rt-study-content-info .osWebStory + .osPad-10 a { color: #fff; }


#all-posts .osListing { max-width: 1100px; margin-left: auto; margin-right: auto; display: flex; align-items: center; flex-flow: wrap; margin-bottom: 0; padding-bottom: 30px; padding-top: 16px; }
#all-posts .osThumb img { border: 0; border-radius: 22px; }
#all-posts .osDetail,
#all-posts .posts-display .excerpt-wrapper { padding-left: 0; }
#all-posts .osDetail a,
#all-posts .osDetail input.osButton { background: #2b6746; border: 1px solid transparent; border-radius: 0; color: #fff; display: inline-block; float: none; font-weight: 400; min-width: 200px; overflow: hidden; padding: 10px 30px; position: relative; text-align: center; vertical-align: top; width: auto; }
#all-posts .osDetail a:hover,
#all-posts .osDetail input.osButton:hover { background-color: #7aa095; color: #fff; }
#all-posts .osDetail p { padding: 0; }

#all-posts .rt-study-content-singlepage-studydetails { display: flex; border-bottom: 2px solid #dfdfdf; }
#all-posts .rt-study-listing { width: 55%; }
#all-posts .rt-study-content-singlepage-application { width: 45%; padding: 45px 45px 25px; border: 0; }
#all-posts .osDetail a { background-color: transparent; border: 0 !important; padding: 0px; color: inherit !important; min-width: auto; display: inline-block; line-height: normal; vertical-align: middle; }
#all-posts  .rt-study-content-singlepage-application .osDetail { max-width: 100%; }
#all-posts .rt-study-listing { padding: 4%; }


/* Case Study Page */
.case_study_hero { display: inline-block; vertical-align: top; width: 100%; position: relative; z-index: 1; padding: 100px 0; text-align: center; letter-spacing: -0.44px; }
.case_study_hero .hero_label { display: inline-block; vertical-align: top; width: auto; min-width: 272px; background: #2B6746; color: #F3F0EC; padding: 20px 15px; font-size: 18px; margin-bottom: 15px; }
.case_study_hero h1 { color: #fff; }
.case_study_hero:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #61A396; mix-blend-mode: multiply; z-index: -1; }

.case_study_front_sc { padding: 100px 0 50px; }
.case_study_front_wrap { display: flex; flex-wrap: wrap; align-items: flex-start; }
.case_study_front_left { width: 66%; padding-right: 80px; letter-spacing: -0.44px; font-size: 18px; }
.case_study_front_right { width: 34%; background: #F3F0EC; }
.case_study_front_left blockquote { font-size: 27px; color: #61A396; letter-spacing: -0.44px; margin: 18px 0; line-height: 29px; font-weight: 400; }
.title_highlight h5 { background: #61A396; padding: 23px 15px; color: #fff; font-weight: 600; letter-spacing: -0.44px; }
.case_study_front_right .dir_wrap { padding: 20px 15px; display: flex; flex-wrap: wrap; align-items: center; }
.case_study_front_right .dir_wrap .dir_img { width: 69px; height: 77px; border-radius: 11px; }
.case_study_front_right .dir_wrap .dir_con { width: calc(100% - 69px); padding-left: 15px; }
.case_study_front_right .dir_wrap .dir_con h6 { color: #3C3C3C; font-weight: 700; letter-spacing: -0.44px; }
.case_study_front_right .con { padding: 20px 15px; }
.case_study_front_right .con ul { margin: 0; padding: 0; list-style-type: none; letter-spacing: -0.44px; font-size: 18px; color: #3C3C3C; }
.case_study_front_right .con ul li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 15px; padding-left: 15px; position: relative; }
.case_study_front_right .con ul li:before { position: absolute; content: ""; height: 6px; width: 6px; top: 11px; left: 0; background: #61A396; border-radius: 100%; }
.case_study_front_right .con ul li:last-child { margin-bottom: 0; }

.challenge_cover { background: #61A396; position: relative; z-index: 1; padding-bottom: 100px; }
.challenge_icon { display: flex; align-items: center; justify-content: center; margin: 0 auto; height: 82px; width: 82px; background: #fff; border-radius: 100%; border: 1px solid #F3F0EC; }
.challenge_cover:before { position: absolute; content: ""; height: 40px; width: 100%; top: 0; left: 0; background: #fff; z-index: -1; }
.challenge_cover .main_title h2 { text-align: center; color: #fff; font-weight: 600; letter-spacing: -0.44px; line-height: 1.15; padding-bottom: 30px; margin-bottom: 30px; position: relative; z-index: 1; margin-top: 32px; }
.challenge_cover .main_title h2:after { position: absolute; content: ""; height: 6px; width: 420px; bottom: 0; left: 0; right: 0; background: #9CDACE; margin: 0 auto; max-width: 100%; }
.challenge_zigzag_raw { display: inline-block; vertical-align: top; width: 100%; padding: 0 180px; color: #fff; font-size: 18px; letter-spacing: -0.44px; position: relative; margin-bottom: 25px; }
.challenge_zigzag_rawin { display: flex; flex-wrap: wrap; }
.challenge_zigzag_rawin .img { height: 210px; width: 316px; max-width: 100%; position: absolute; top: 0; left: -160px; }
.challenge_zigzag_raw:nth-child(even) .challenge_zigzag_rawin .img { left: auto; right: -160px; }
.challenge_zigzag_rawin blockquote { margin: 0 0 20px; font-size: 27px; line-height: 32px; }

.enrollment_help_sc { padding: 110px 0; }
.enrollment_help_wrap { display: flex; flex-wrap: wrap; }
.enrollment_help_left { width: 38%; padding-right: 20px; }
.enrollment_help_right { width: 62%; letter-spacing: -0.44px; font-size: 18px; color: #3C3C3C; }
.enrollment_help_left h2, .opp_left .title h2 { line-height: 35px; letter-spacing: -0.44px; color: #61A396; padding-right: 15px; font-weight: 600; border-bottom: 6px solid #61A396; padding-bottom: 10px; }
.enrollment_help_right blockquote { margin: 20px 0; font-size: 27px; line-height: 32px; color: #61A396; }

.opp_sc { padding: 30px 0 80px; }
.opp_wrap { background: #F3F0EC; padding: 40px; display: flex; flex-wrap: wrap; }
.opp_left { width: 42%; padding-right: 30px; }
.opp_left .title h2 { margin-bottom: 30px; padding-bottom: 18px; }
.opp_right { width: 58%; font-size: 18px; letter-spacing: -0.44px; color: #3C3C3C; }
.opp_wrap .opp_left .box { background: #61A396; text-align: center; padding: 0px 30px 30px; position: relative; position: relative; z-index: 1; }
.opp_wrap .opp_left .box:before { position: absolute; content: ""; height: 25px; width: 100%; top: 0; left: 0; background: #F3F0EC; z-index: -1; }
.opp_wrap .opp_left .box h2 { color: #F3F0EC; line-height: 35px; }
.opp_wrap .opp_left .box h2.boxtitle { margin: 18px 0 15px; font-weight: 600; }
.button-1 a { display: inline-block; vertical-align: top; width: auto; background: #2B6746; color: #fff; padding: 20px 18px; min-width: 272px; font-size: 18px; margin-top: 10px; }
.button-1 a:hover { background: #fff; color: #2b6746 }
.opp_right blockquote { margin: 20px 0; font-size: 27px; line-height: 32px; color: #61A396; }

/* Pillar Page */
.pillar_hero { padding: 130px 0; position: relative; z-index: 1; letter-spacing: -0.44px; }
.pillar_hero:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #61A396; mix-blend-mode: multiply; z-index: -1; }
.pillar_hero .pre_title { font-size: 20px; line-height: 35px; color: #F3F0EC; font-weight: 600; padding-left: 28px; position: relative; }
.pillar_hero .pre_title:before { position: absolute; content: ""; height: 20px; width: 16px; top: 8px; left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M14 0C14.5304 0 15.0391 0.210714 15.4142 0.585786C15.7893 0.960859 16 1.46957 16 2V18C16 18.5304 15.7893 19.0391 15.4142 19.4142C15.0391 19.7893 14.5304 20 14 20H2C1.46957 20 0.960859 19.7893 0.585786 19.4142C0.210714 19.0391 0 18.5304 0 18V2C0 1.46957 0.210714 0.960859 0.585786 0.585786C0.960859 0.210714 1.46957 0 2 0H14ZM14 2H9V10L6.5 7.75L4 10V2H2V18H14V2Z' fill='%23F3F0EC'/%3E%3C/svg%3E"); }
.pillar_hero h1 { color: #fff; margin-top: 15px; }

.progressbar { position: fixed; top: 0; left: 0; height: 16px; width: 0; background: #2B6746; z-index: 1; }

.pillarWrap { position: relative; letter-spacing: -0.44px; overflow-x: hidden; }
.pillar_nav_sc { width: 341px; max-width: 100%; position: absolute; top: 0px; right: 30px; z-index: 1; }
.pillar_nav_sc .cover { border: 1px solid #F3F0EC; background: #fff; transition: all ease-in-out .4s; position: relative; right: 0; }
.pillar_nav_sc .cover.close { right: -120%; } 
.pillar_nav_sc h5 { background: #F3F0EC; padding: 15px 20px; font-size: 18px; font-weight: 600; color: #61A396; line-height: 25px; position: relative; display: flex; align-items: center; justify-content: space-between; }
.pillar_nav_sc h5 span { color: inherit; }
.pillar_menu .hs-menu-wrapper > ul > li { margin: 0 !important; padding: 0 20px; width:100%; }
.pillar_menu .hs-menu-wrapper > ul > li > a { color: #3C3C3C; font-weight: 400; padding: 10px 0; display: inline-block; width: 100%; position: relative; }
.pillar_menu .hs-menu-wrapper > ul > li > a:before { position: absolute; content: ""; height: calc(100% - 20px); width: 4px; top: 0; left: 0; bottom: 0; background: #61A396; margin: auto 0; border-radius: 10px; transition: all ease-in-out .4s; opacity: 0; }
.pillar_menu .hs-menu-wrapper > ul > li > a:hover:before, .pillar_menu .hs-menu-wrapper > ul > li.active > a:before { opacity: 1; }
.pillar_menu .hs-menu-wrapper > ul > li > a:hover, .pillar_menu .hs-menu-wrapper > ul > li.active > a { padding-left: 15px; color: #61A396; }
.pillar_menu .hs-menu-wrapper > ul { padding: 10px 0; }
.pillar_btnbox { text-align: center; background: #61A396; padding: 25px 30px; }
.pillar_btnbox h3 { color: #fff; text-transform: uppercase; line-height: 30px; margin: 15px 0 18px; }
.pillar_btnbox .button-1 a { font-size: 16px; font-weight: 300; }
.pillar_nav_sc.sticky.bottom { top: auto !important; bottom: 0; }

.pillar_nav_sc a.navClick { position: absolute; top: 0; right: -30px; height: 50px; width: 50px; background: #f3f0ec; z-index: 1; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 300; color: #61a396; transition: all ease-in-out .4s; right: -100px; }
.pillar_nav_sc a.navClick.visible { right: -30px; }  

.pillarWrap .pillar .cover { width: 830px; max-width: 100%; font-size: 18px; color: #3C3C3C; }
.pillarWrap .pillar .cover ul { padding-left: 22px; margin-top: 0; }
.pillarWrap .pillar .cover h3 { color: #61A396; margin-bottom: 2px;     font-size: 18px; }
.pillarWrap .pillar .cover p { padding-bottom: 20px; }
.pillarWrap .pillar .cover p + p { padding-top: 0; }
.pillarWrap .introduction .cover { padding: 90px 0 50px; border-bottom: 1px solid #F3F0EC; }
.pillar.enroll_sc .cover .con ol ul { font-weight: 400; list-style-type: lower-alpha; }

.clinical_sc.pillar { padding: 50px 0; }
.pillarWrap .title h2 { color: #61A396; font-weight: 600; line-height: 35px; margin-bottom: 10px; }
.pillarWrap .num_wrap { margin: 40px -25px 0px; display: flex; flex-wrap: wrap; text-align: center; justify-content: center; }
.pillarWrap .num_wrap .num { width: calc(33.33% - 50px); margin: 0 25px 22px; background: #61A396; border-radius: 16px; padding: 50px 20px; color: #F3F0EC; }
.pillarWrap .num_wrap .num .digit { font-size: 64px; line-height: 1; font-weight: 700; letter-spacing: -2.44px; margin-bottom: 10px; }
.pillarWrap .num_wrap .num .text sup { font-size: 11px; }

.pillarWrap .faqtitle h2 { background: #61A396; display: inline-block; vertical-align: top; width: 100%; padding: 15px 20px; color: #F3F0EC; cursor: pointer; position: relative; }
.pillarWrap .faq_raw { display: inline-block; vertical-align: top; width: 100%; border-radius: 15px; overflow: hidden; background: #F3F0EC; margin-bottom: 20px; }
.pillarWrap .faqtext { padding: 20px; }
.pillarWrap .faqtext ul { display: flex; flex-wrap: wrap; }
.pillarWrap .faqtext ul li { width: calc(50% - 20px); margin-left: 20px; padding-right: 20px; }
.pillarWrap .btmlink ol { margin: 0; font-size: 13px; }
.pillarWrap .btmlink ol li { margin-bottom: 7px; }
.pillarWrap .btmlink ol li a { text-decoration: underline; color: #3C3C3C; }
.pillarWrap .btmlink ol li a:hover { color: #2b6746; }
.pillarWrap .clinical_sc .greenhighlight_box { margin: 50px 0 0; background: #61A396; border-radius: 16px; text-align: center; font-size: 30px; line-height: 35px; color: #F3F0EC; padding: 50px 100px; }
.pillarWrap .clinical_sc .greenhighlight_box p { padding: 0; }
.pillarWrap .clinical_sc .btmlink { padding-bottom: 45px; border-bottom: 1px solid #F3F0EC; }
.pillarWrap .faqtitle h2 span.arrow { position: absolute; height: 20px; width: 20px; top: 19px; right: 15px; }
.pillarWrap .faqtitle h2 span.arrow span:before, .pillarWrap .faqtitle h2 span.arrow span:after { position: absolute; content: ""; height: 14px; width: 2px; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: #F3F0EC; transition: all ease-in-out .4s; }
.pillarWrap .faqtitle h2 span.arrow span:after { height: 2px; width: 14px; }
.pillarWrap .faqtitle.active h2 span.arrow span:before { transform: rotate(90deg); opacity: 0; }

.pillar.enroll_sc .cover { padding-top: 50px; border-top: 1px solid #F3F0EC; }
.pillar.enroll_sc .cover .icon { margin-bottom: 25px; }
.pillar.enroll_sc .cover .con { padding-top: 10px; }
.pillar.enroll_sc .cover .con h4 { font-size: 25px; color: #61A396; letter-spacing: -1.44px; font-style: italic; font-weight: 600; margin-bottom: 10px; }
.pillar.enroll_sc .cover .con ol { font-weight: 700; color: #3C3C3C; padding-left: 18px; margin-bottom: 30px; }
.pillar.enroll_sc .cover .con h5 { font-size: 18px; color: #3C3C3C; margin-bottom: 20px; }
.pillar.trial_goal_sc .cover { padding-top: 40px; border-top: 1px solid #F3F0EC; }

.forecast_rawin { display: flex; align-items: center; color: #F3F0EC; font-weight: 600; background: #61A396; border-radius: 16px; margin-bottom: 13px; padding: 20px 40px; }
.forecast_rawin .forecast_icon { width: 50px; }
.forecast_rawin .forecast_con { width: calc(100% - 50px); padding-left: 22px; font-weight: 300; }
.pillarWrap .pillar .cover .forecast_rawin .forecast_con p { padding: 0; }
.pillarWrap .pillar .cover .forecast_rawin .forecast_con p + p { padding-top: 15px; }
.forecast_rawin .forecast_con strong { font-weight: 600; }
.forecast_wrap { padding-bottom: 30px; border-bottom: 1px solid #F3F0EC; }

.pillar.track_screen_sc { padding-bottom: 20px; }
.track_screen_sc .cover { padding-top: 35px; }
.track_screen_sc .cover .icon { margin-bottom: 18px; }
.track_screen_sc .cover .wrap { display: flex; flex-wrap: wrap; margin: 10px -15px 30px; }
.track_screen_sc .cover .wrap .item:nth-child(odd) { padding-right: 35px; }
.track_screen_sc .cover .wrap .item:nth-child(even) { padding-left: 35px; }
.track_screen_sc .cover .wrap .box.left { background: #61A396; border-radius: 16px; padding: 35px; position: relative; }
.track_screen_sc .cover .wrap .box.left:after { position: absolute; content: ""; height: 47px; width: 47px; bottom: 35px; right: 30px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='47' viewBox='0 0 47 47' fill='none'%3E%3Cpath d='M-8.97518e-07 26.4672L-1.15692e-06 20.5328L35.6061 20.5328L19.2866 4.21339L23.5 2.78748e-06L47 23.5L23.5 47L19.2866 42.7866L35.6061 26.4672L-8.97518e-07 26.4672Z' fill='%2387C4B8'/%3E%3C/svg%3E"); }
.track_screen_sc .cover .wrap .box.left h4 { font-size: 30px; color: #fff; line-height: 35px; font-weight: 600; padding: 0 10px; }
.track_screen_sc .cover .wrap .box.right { background: #F3F0EC; border-radius: 16px; padding: 35px 30px; }
.track_screen_sc .cover .wrap .box.right ul li { margin-bottom: 25px; }
.track_screen_sc .cover .wrap .box.right ul li:last-child { margin-bottom: 0; }
.track_screen_sc .cover .wrap .box .boxicon { position: absolute; bottom: 0; left: 0; padding: 30px; }

.pillar.trial_goal_sc { padding: 30px 0; }
.pillar.trial_goal_sc .wrap { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 50px; }
.pillar.trial_goal_sc .wrap .text { width: 70%; padding-right: 60px; }
.pillar.trial_goal_sc .wrap .right_logo { width: 30%; }
.trial_ser_raw { display: flex; flex-wrap: wrap; background: #61A396; border-radius: 16px; overflow: hidden; color: #fff; margin-bottom: 20px; }
.trial_ser_raw .img { width: 224px; max-width: 100%; }
.trial_ser_raw .conbox { width: calc(100% - 224px); padding: 35px 30px; }
.trial_ser_raw .conbox h4 { font-size: 23px; color: #F3F0EC; margin-bottom: 15px; font-weight: 600; }
.trial_ser_raw .conbox ul li { margin-top: 7px; }
.trial_ser_raw .conbox ul { margin-bottom: 0; }
.pillar.trial_goal_sc .num_wrap { margin-bottom: 30px; }
.pillarWrap .num_wrap .num.heading { background: transparent; text-align: left; padding: 0 30px 0 0; }
.pillarWrap .num_wrap .num.heading h4 { color: #61A396; font-weight: 600; font-style: italic; }

.pillar_cta_strip_sc { padding-bottom: 50px; }
.pillar_cta_strip_sc .cover { color: #3c3c3c; font-size: 18px; max-width: 100%; width: 830px; padding: 30px 0; border-top: 1px solid #F3F0EC; border-bottom: 1px solid #F3F0EC; }
.pillar_cta_strip_sc .cover .wrap { display: flex; align-items: center; justify-content: space-between; }
.pillar_cta_strip_sc .cover h2 { font-size: 36px; line-height: 1.25; font-weight: 600; color: #3C3C3C; }
.pillar_cta_strip_sc .cover .button-1 a { margin: 0; font-size: 16px; font-weight: 300; padding: 15px; border: 1px solid #2b6746; }


/* home page css */
/*  */
.banner-main-wrap.banner_sc { position: relative; z-index: 9; }
.banner-main-wrap.banner_sc .banner-mobile-wrap img  { width: 100%; object-fit: cover; }
.banner-main-wrap.banner_sc:after { content: ''; background: url(https://43995000.fs1.hubspotusercontent-na1.net/hubfs/43995000/remington-davis/images/gradient-image.png) no-repeat right / contain; height: 154px; width: 100%; display: inline-block; position: absolute; bottom: 0; z-index: -1; }
.banner-main-wrap.banner_sc .bannercon_wrap h1,
.banner-main-wrap.banner_sc .bannercon_wrap h2 { letter-spacing: -0.44px; font-family: Mulish; }
.banner-main-wrap.banner_sc .bannercon_wrap h1 { color: var(--main-color); font-weight: 400; }
.banner-main-wrap.banner_sc .bannercon_wrap h2 { color: var(--secondary-color); font-weight: 300; line-height: 35px; }
.boxfield_wrap .boxfield_in { overflow: hidden; position: relative; border-radius: 14px; background: var(--tertiary-color); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); }
.boxfield_wrap .boxfield_in > a.overlink{position:absolute;left:0;top:0;width:100%;height:100%;}
.boxfield_wrap .boxfield_in .title { background: #61a396; color: #fff; padding: 15px; text-align: center; font-family: Mulish; font-size: 20px; font-style: normal; font-weight: 300; line-height: 35px; letter-spacing: -0.44px; }
.boxfield_wrap .boxfield_in .box_con { padding: 20px 15px; text-align: center; font-family: Mulish; }
.boxfield_wrap .boxfield_in .pretext { color: #3c3c3c; font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 300; line-height: 30px; letter-spacing: -0.44px; }
.btn_stylenw a { font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 400; line-height: 27px; letter-spacing: -0.44px; color: #F3F0EC; }
.boxfield_wrap .boxfield_in:hover .btn_style1 a{ background-color: #7aa095; color: #FFFFFF; }

/*  */
.conwithnumber_sc { overflow: hidden; }
.headingwith_bg { color: var(--secondary-color); margin-bottom: 18px; padding-bottom: 25px; position: relative; text-align: center; font-family: Mulish; font-size: 30px; font-style: normal; font-weight: 300; line-height: 35px; letter-spacing: -0.44px; }
.headingwith_bg:after { content: ''; font-family: Mulish; background: #9CDACE; height: 6px; max-width: 186px; width: 100%; display: inline-block; position: absolute; bottom: 0; left: 50%; transform: translate(-50%); }
.numberfield_wp { margin: 0 -5px; }
.conwithnumbersc_wrap .content { color: #3c3c3c; font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 300; line-height: 30px; letter-spacing: -0.44px; }
.numberfield_wp .numberfield_bx { width: 16.66%; padding: 5px; }
.numberfield_bx .numberfield_in { border-radius: 15px; border-top: 1px solid var(--tertiary-color); border-right: 1px solid var(--tertiary-color); border-bottom: 1px solid var(--tertiary-color); border-left: 1px solid var(--tertiary-color); background: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); padding: 50px 14px; position: relative; margin-top: 32px; }
.numberfield_bx .icon { display: flex; width: 60px; height: 60px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); border: 1px solid var(--tertiary-color); border-radius: 50%; justify-content: center; margin: 0 auto; position: absolute; top: -30px; background: #fff; left: 50%; transform: translate(-50%); }
.numberfield_bx .icon img { width: 30px; height: 30px; }
.numberfield_bx .counter_num { color: var(--secondary-color); font-family: Mulish; font-weight: 400; letter-spacing: -0.44px; }
.numberfield_bx .pretext { color: var(--secondary-color); font-family: Mulish; font-weight: 300; line-height: 19px; font-size: 17px; letter-spacing: -0.44px; }

/*  */
.slickdot_ds ul.slick-dots li button { background: #61A396; border: 0; height: 15px; width: 15px; }
.slickdot_ds ul.slick-dots li button:hover,
.slickdot_ds ul.slick-dots li.slick-active button { background: #2B6746; }
.slickdot_ds ul.slick-dots { padding: 10px 0 0; }

/*  */
.imgcontbtn_sc { background: #61A396; margin-top: -240px; padding: 280px 0 40px; }
.imgcontbtn_pt .img_bx img { border-radius: 18px; width: 100%; }
.imgcontbtnsc_wp .content { font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 300; line-height: 1.3; letter-spacing: -0.44px; }

/*  */
.tabbing_cover .tabs_bx .tab_content { display: none; }
.tabbing_cover .tabs_bx .tab_content { color: #3C3C3C; font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 300; line-height: 30px; letter-spacing: -0.44px; }
.tabbing_cover .tab_content { font-size: 18px; }
.tabbing_cover .tabing_title { width: 37%; padding-right: 44px; }
.tabbing_cover .tabs_bx { width: 63%; }
.tabbing_cover .tabs_title { cursor: pointer; }
.tabbing_cover .tabing_title ul { padding: 0; margin: 0; list-style: none; }
.tabbing_cover .tabs_title:not(:last-child) { font-family: Mulish; padding-bottom: 20px; margin-bottom: 16px; border-bottom: 6px solid #61A396; }
.tabbing_cover .tabs_title h2 { color: #61a396; font-family: Mulish; font-size: 30px; font-style: normal; font-weight: 300; line-height: 35px; letter-spacing: -0.44px; }
.tabbing_cover .tabs_title.current h2,
.tabbing_cover .tabs_title:hover h2 { color: var(--secondary-color); }
.tabs_bx .tab_content h2 { color: var(--secondary-color); font-family: Mulish; font-size: 30px; font-style: normal; font-weight: 300; line-height: 35px; letter-spacing: -0.44px; }

/*  */
.trialmanage_main { background: var(--tertiary-color); padding: 72px 0 287px; }
.trialmanagesc_box { border-radius: 24px; border: 1px solid var(--tertiary-color); background: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); margin-top: -210px; padding: 45px 80px; margin-bottom: 30px; }
.trialmanagesc_box .left_part { width: calc(35% - 50px); }
.trialmanagesc_box .left_part img { border-radius: 18px; width: 100%; }
.trialmanagesc_box .right_part .title { color: var(--secondary-color); font-family: Mulish; font-size: 30px; font-style: normal; font-weight: 300; line-height: 35px; letter-spacing: -0.44px; }
.trialmanagesc_box .right_part { width: calc(65% - 50px); }
.trialmanagesc_box .right_part .content,
.trialmanagesc_wrap .content { font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 300; line-height: 30px; letter-spacing: -0.44px; color: #3c3c3c; }

/*  */
.clinicresearch_sc { padding: 70px 0 93px; }
.clinicresearchsc_wrap .content ul { padding-left: 25px; }
.clinicresearchsc_wrap .content ul li::marker { color: #61A396; }
.clinicresearchsc_wrap .title { color: var(--secondary-color); font-family: Mulish; font-size: 30px; font-style: normal; font-weight: 300; line-height: 35px; letter-spacing: -0.44px; }
.clinicresearchsc_wrap .content { font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 300; line-height: 30px; letter-spacing: -0.44px; color: #3c3c3c; }
.clinicresearchsc_wrap .content strong { font-weight: 600; }

/*  */
.contentbtn_sc { background: #61a396; padding: 63px 0 45px; }
.contentbtnsc_wrap .headingwith_bg { margin-bottom: 25px; padding-bottom: 30px; }
.contentbtnsc_wrap .faq_link a:hover { color: #fff; text-decoration: underline; }
.contentbtnsc_wrap .content strong { font-weight: 600; }
.contentbtnsc_wrap .content { font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 300; line-height: 30px; letter-spacing: -0.44px; }
.contentbtnsc_wrap .faq_link a { font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 400; line-height: 27px; letter-spacing: -0.44px; }

/*  */
.featuredblog_sc { padding: 67px 0; }
.featuredblogsc_wrap .featuredblog_box a { overflow: hidden; background: var(--secondary-color); display: inline-block; width: 100%; border-radius: 24px; border: 1px solid #F3F0EC; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); }
.featuredblogsc_wrap .slick-slide { padding: 15px; }
.featuredblog_box .feature_title img { aspect-ratio: 1/0.7; object-fit: cover; width: 100%; }
.featuredblog_box .feature_title h6 { font-family: Mulish; font-size: 18px; font-style: normal; font-weight: 300; line-height: 30px; letter-spacing: -0.44px; color: #F3F0EC; transition:400ms;}
.featuredblog_box:hover .feature_title h6{background-color: #7aa095;}
.body-container--sponsors-cro .case_study_hero { aspect-ratio: 1/.3; display: flex; align-items: center; flex-flow: wrap; }
.tabbing-heading-content-wrap { margin-bottom: 51px; }
.tabbing-heading-content-wrap h2 { color: #2B6746; }
.tabbing-heading-content-wrap .content { padding-top: 8px; }

.left-side-img-details-main-wrap .row { align-items: center; }
.left-side-img-details-wrap .content { font-size: 18px; font-style: normal; font-weight: 400; line-height: 27px; letter-spacing: -0.44px; color: #3C3C3C; padding: 20px 0px 35px; }
.left-side-img-details-wrap h2 { color: #2B6746; }
.left-side-img-wrap img { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); border-radius: 24px; border: 1px solid #F3F0EC; }

.left-side-img-wrap { padding-right: 6%; } 
.faq-details-main-wrap { background-color: var(--tertiary-color); }
.faq-left-wrap { background: #61A396; padding: 35px; font-size: 18px; line-height: normal; }
.faq-left-wrap h2:after { background: #9cdace; content: ""; display: block; height: 6px; max-width: 186px; width: 100%; margin: 30px auto 0px; }
.faq-left-wrap h2 { margin-bottom: 20px; font-weight: 600; }
.faq-left-wrap .content { font-size: 18px; font-style: normal; font-weight: 400; line-height: 27px; letter-spacing: -0.44px; margin-bottom: 26px; }
.faq-details-main-wrap .md\:col-5 { padding-right: 4%; }
.faq-accordion-wrap h2 { letter-spacing: -0.44px; color: #2B6746; }
.faq-accordion { margin-top: 25px; }
.faq-content { font-size: 18px; font-style: italic; font-weight: 400; line-height: 27px; /* 150% */ letter-spacing: -0.44px; color: #61A396; padding: 0px 0px 15px; display: none; }
.faq-title h6 { display: inline-block; vertical-align: top; position: relative; padding-right: 20px; cursor:pointer; }
.faq-title h6:after { content: ''; background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.30859 8.12695L2.86719 14.6016C2.53516 14.9004 2.03711 14.9004 1.73828 14.6016L0.974609 13.8379C0.675781 13.5391 0.675781 13.041 0.974609 12.709L6.08789 7.5625L0.974609 2.44922C0.675781 2.11719 0.675781 1.61914 0.974609 1.32031L1.73828 0.55664C2.03711 0.257812 2.53516 0.257812 2.86719 0.55664L9.30859 7.03125C9.60742 7.33008 9.60742 7.82812 9.30859 8.12695Z' fill='%2361A396'/%3E%3C/svg%3E%0A"); position: absolute; right: 0; top: 5px; width: 10px; height: 15px; }
.faq-title { padding-bottom: 5px; }
.faq-title.active h6:after { transform: rotate(90deg); }

.tabbing_cover .tab_content { padding-left: 45px; overflow-y: auto; direction: rtl; max-height: 454px; }
.tabbing_cover .tab_content::-webkit-scrollbar, .tabbing_cover .tab_content::-webkit-scrollbar-track { background-color: #d9d9d9; border-radius: 9px }
.tabbing_cover .tab_content::-webkit-scrollbar { width: 13px }
.tabbing_cover .tab_content::-webkit-scrollbar-thumb { background-color: #2B6746; border-radius: 9px }
.tabbing_cover .tab_content * { direction: ltr; }
.guide-patient-wrap.clinical_sc.pillar { padding: 30px 0 0; }
.guide-patient-wrap .icon { padding-bottom: 17px; }
.pillarWrap .guide-patient-wrap .cover h3 { margin-bottom: 20px; }
.guide-patient-wrap .center-img img { border-radius: 15px; }
.guide-patient-wrap .center-img { padding: 20px 0 40px; }
.guide-patient-wrap .center-img+.con { padding-bottom: 20px; }
.guide-patient-wrap .center-img+.con h3 { font-size: 18px; }
.guid-faq-wrap .faqtext,.guide-patient-wrap .faqtext { display: none; }
.find-qualities-box { flex-shrink: 1; flex-basis: calc((100% / 2) - 12px); margin: 6px; border-radius: 16px; background: #61A396; padding: 30px 37px; width: 100%; flex-grow: 1; }
.find-qualities-box .content { margin-top: 8px; }
.pillarWrap .cover .find-qualities-box .content * { padding: 0; margin: 0; color: #F3F0EC; }
.find-qualities-box h2 { color: #F3F0EC; }
.guid-faq-wrap .icon { margin-bottom: 15px; }
.guid-faq-wrap .title { margin-bottom: 30px; }

.body-container--sponsors-cro .left_part { width: 40%; padding-right: 26px; }
.bottom-text-btn { margin-top: 45px; }
.bottom-text-btn .bottom-text { margin-bottom: 40px; display: inline-block; width: 100%; font-size: 18px; line-height: 27px; color: #3C3C3C; }

/* Resource Page Start */
.contentbtn_sc.hero_resource_center { padding: 100px 0 130px; }
.contentbtn_sc.hero_resource_center h2 { font-weight: 600; }
.about-resource-section .trialmanagesc_box { margin: 80px 0; padding: 0; box-shadow: none; border: 0; }
.about-resource-section .trialmanagesc_box .left_part { width: calc(35% - 20px); }
.about-resource-section .trialmanagesc_box .right_part .title { font-weight: 600; }
.about-resource-section .trialmanagesc_box .right_part .content { font-weight: 400; }
.resource_filter_section .resource_sorting { font-size: 18px; color: #61A396; font-weight: 600; letter-spacing: -0.44px; line-height: 25px; background: #F3F0EC; border-radius: 10px; padding: 15px 25px; margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; display:none; }
.resource_filter_section .resource_sorting:after { content: ''; background: url(https://43995000.fs1.hubspotusercontent-na1.net/hubfs/43995000/remington-davis/images/bottom_arrow.svg) no-repeat center / contain; width: 15px; height: 15px; display: inline-block; transition: all .3s ease-in-out; }
.resource_filter_section .resource_sorting.active:after { transform: rotate(180deg); }
.resource_filter_section .resource_filter_wrapper { padding: 0 20px; display: none; }
.resource_filter_section .resource_filter_wrapper .resource_filter .filterclick { font-size: 18px; font-weight: 700; letter-spacing: -0.44px; color: #3c3c3c; line-height: 25px; margin-right: 10px; }
.resource_filter_section .resource_filter_wrapper .resource_filter .filter { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; flex-wrap: wrap; }
.resource_filter_section .resource_filter_wrapper .resource_filter .service-resourcewrap { display: flex; align-items: center; flex-wrap: wrap; }
.resource_filter_section .resource_filter_wrapper .resource_filter .filter li { margin: 10px; }
.resource_filter_section .resource_filter_wrapper .resource_filter .filter li .filter-item { width: 14px; height: 14px; border-radius: 0; -webkit-appearance:none; appearance: none; border: 1px solid #000; margin-right: 8px; cursor: pointer; }
.resource_filter_section .resource_filter_wrapper .resource_filter .filter li .filter-item[checked="checked"] { background: #61A396; }
.resource_filter_section .resource_filter_wrapper .resource_filter .filter li label { display: flex; align-items: center; cursor: pointer; }

.resource_filter_section .resource_blocks { display: flex; flex-wrap: wrap; margin: 30px -15px; }
.resource_filter_section .resource_blocks .item { width: calc(33.33% - 30px); margin: 0 15px 25px; padding: 20px; border-radius: 21px; background: #FFF; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20); }
.resource_filter_section .resource_blocks .item .resource_content { padding: 20px 15px 0; }
.resource_filter_section .resource_blocks .item .resource_content h6 { color: #61A396; line-height: 22px; letter-spacing: -0.44px; }
.resource_filter_section .resource_blocks .item .resource_content .content { font-size: 18px; color: #211B47; line-height: 27px; letter-spacing: -0.44px; margin: 5px 0 20px; }
.resource_filter_section .resource_blocks .item .resource_content .resource_btn a { font-size: 18px; width: 100%; min-width: auto; }
.resource_filter_section .resource_blocks .item .inner:hover .resource_content .resource_btn a { background-color: #7aa095; color: #FFFFFF; }
.resource_filter_section .resource_blocks .item .inner .resources_link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.resource_filter_section .resource_blocks .item .inner { position: relative; }
.resource_filter_section .resource_blocks .item .resource-imgbox { position: relative; }
.resource_filter_section .resource_blocks .item .resource-imgbox .play_btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.resource_filter_section .resource_blocks .item .resource-imgbox .main_img { width: 100%; border-top-left-radius: 21px; border-top-right-radius: 21px; aspect-ratio: 3 / 2; object-fit: cover; }
.resource_filter_section .pagination { margin-bottom: 70px; display: flex; align-items: center; justify-content: center; }
.resource_filter_section .pagination > a.pager { font-size: 18px; color: #61A396; font-weight: 700; line-height: 27px; margin: 0 6px; }
.resource_filter_section .pagination > a.pager.current_page,
.resource_filter_section .pagination > a.pager:hover{ color: #2B6746; }
.resource_filter_section .pagination>a.prev { background: url(https://43995000.fs1.hubspotusercontent-na1.net/hubfs/43995000/remington-davis/images/left-arrow.svg) no-repeat center / contain; font-size: 0; width: 15px; height: 15px; display: inline-block; margin: 0 15px; }
.resource_filter_section .pagination>a.next { background: url(https://43995000.fs1.hubspotusercontent-na1.net/hubfs/43995000/remington-davis/images/left-arrow.svg) no-repeat center / contain; font-size: 0; width: 15px; height: 15px; display: inline-block; margin: 0 15px; transform:rotatez(180deg); }
.resource_filter_section .resource_blocks .no-data { width: 100%; color: #61a396; font-size: 20px; font-weight: 600; letter-spacing: -.44px; line-height: 25px; }
.resource_filter_section .pagination>a.next.disable, .resource_filter_section .pagination>a.prev.disable { opacity: .5; pointer-events: none }

/* Resource Page End */

.schedule-meeting-main-wrap { padding: 63px 0; }
.schedule-meeting-wrap .left-sm { padding-right: 55px; }
.schedule-meeting-wrap .left-sm .content { margin-top: 25px; max-width: 441px; font-size: 18px; font-style: normal; font-weight: 400; line-height: 27px; letter-spacing: -0.44px; }
.schedule-meeting-list-main-wrap { padding-top: 26px; }
.schedule-meeting-list-main-wrap h5 { max-width: 378px; }
.schedule-meeting-list { display: flex; flex-flow: wrap; margin-bottom: 32px; }
.schedule-meeting-icon { width: 100px; padding-right: 20px; }
.schedule-meeting-details-wrap { width: calc(100% - 100px); }
.schedule-meeting-wrap .left-sm .schedule-meeting-details-wrap .content { margin-top: 2px; }
.schedule-meeting-list-wrap { margin-top: 30px; }
.right-sm .meeting-code { width: calc(100% + 153px); margin-top: 25px; }
.rsm-hc .content { padding-top: 20px; font-size: 18px; font-style: normal; font-weight: 400; line-height: 27px; letter-spacing: -0.44px; }
.rsm-hc { max-width: 472px; }

.schedule-meeting-wrap .form-code { margin: 50px 0 0; background: #F0F3F5; padding: 44px 47px 65px; min-width: 652px; font-size: 15px; line-height: 24px; font-weight: 600; letter-spacing: -0.44px; color: #3C3C3C; }
.schedule-meeting-wrap .form-code h3 { font-size: 30px; line-height: 35px; font-weight: 600; color: #3C3C3C; letter-spacing: -0.44px; margin: 0 0 30px; }
.schedule-meeting-wrap .form-code h3.form-title { display: none; }
.schedule-meeting-wrap .form-code .hs-input { height: 54px; font-size: 18px; line-height: 24px; color: #3C3C3C; letter-spacing: -0.44px; font-weight: 600; }

.schedule-meeting-wrap .form-code .hs-input::-webkit-input-placeholder { font-size: 18px; line-height: 24px; color: #7E7D7D; letter-spacing: -0.44px; font-weight: 600; text-transform: capitalize; opacity: 0.8; }
.schedule-meeting-wrap .form-code .hs-input::-moz-placeholder { font-size: 18px; line-height: 24px; color: #7E7D7D; letter-spacing: -0.44px; font-weight: 600; text-transform: capitalize; opacity: 0.8; }
.schedule-meeting-wrap .form-code .hs-input:-ms-input-placeholder { font-size: 18px; line-height: 24px; color: #7E7D7D; letter-spacing: -0.44px; font-weight: 600; text-transform: capitalize; opacity: 0.8; }
.schedule-meeting-wrap .form-code .hs-input:-moz-placeholder { font-size: 18px; line-height: 24px; color: #7E7D7D; letter-spacing: -0.44px; font-weight: 600; text-transform: capitalize; opacity: 0.8; }

.schedule-meeting-wrap .form-code .legal-consent-container .hs-form-booleancheckbox-display > span { margin-left: 0; }
.schedule-meeting-wrap .form-code .inputs-list input[type=checkbox]:checked+span:after { left: -26px; top: 0px; font-weight: 300; }
.schedule-meeting-wrap .form-code input[type=submit] { margin: 20px 0 0; width: 100%; font-size: 18px; line-height: 24px; border-radius: 0; padding: 15px 20px; letter-spacing: -0.44px; font-weight: 600; text-transform: none; }
.schedule-meeting-wrap .form-code input[type=submit]:hover { background: #3C3C3C; }

.form-thank-you { min-height: 630px; padding: 50px 0; background: #61A396; display: flex; align-items: center; justify-content: center; }
.form-thank-you .text { font-size: 30px; line-height: 35px; letter-spacing: -0.44px; font-weight: 600; }

/*** ***/
.vaccine-trials .left-side-img-details-main-wrap { padding: 65px 0; }
.vaccine-trials  h1 { color: #2B6746; }

.explore-studies { background: #FFF; }
.explore-studies .faq-left-wrap { width: 414px; }
.explore-studies .faq-accordion-wrap { width: calc(100% - 414px); padding: 0 0 0 105px; letter-spacing: -0.44px; font-size: 18px; line-height: 27px; color: #000000; }
.explore-studies .faq-accordion-wrap h2 { line-height: 35px; margin: 0 0 20px; font-weight: 600; }
.explore-center { margin: 100px auto 0; max-width: 977px; width: 100%; color: #3C3C3C; letter-spacing: -0.44px; font-size: 18px; line-height: 27px; }
.explore-center h2 { font-weight: 600; line-height: 1.2; color: #2B6746; margin: 0 0 20px; letter-spacing: -0.44px; }

.vaccine-tabbed { padding: 50px 0 0; position: relative; }
.vaccine-tabbed .bg-color { position: absolute; top: 0; left: 0; right: 0; bottom: 126px; } 
.vaccine-tabbed .main-title { font-weight: 400; font-size: 18px; line-height: 27px; letter-spacing: -0.44px; margin: 0 auto 40px; max-width: 821px; width: 100%; color: #3C3C3C; }
.vaccine-tabbed h2.heading { font-weight: 600; letter-spacing: -0.44px; }
.vaccine-tabbed .container { position: relative; }
.vaccine-list ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center; }
.vaccine-list ul li { font-size: 18px; line-height: 28px; letter-spacing: -0.44px; color: #FFF; font-weight: 700; padding: 13px 20px; background: #61A396; border-radius: 12px; min-width: 228px; text-align: center; min-height: 80px; cursor: pointer; }
.vaccine-list ul li.active { background: #FFF; color: #231F20; }
.vaccine-main { margin: -26px 0 0; position: relative; border: 1px solid #F3F0EC; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); border-radius: 24px; }
.vaccine-main .box { padding: 48px 80px 50px; letter-spacing: -0.44px; font-size: 18px; line-height: 27px; color: #3C3C3C; }
.vaccine-main .box .title { display: none; }
.vaccine-main .box  h2 { line-height: 37px; color: #2B6746; font-weight: 600; margin: 0 0 15px; }

.experience-cards { padding: 60px 0 0; }
.experience-cards .slick-list { padding: 0 100px; }
.experience-cards .main-title { color: #3c3c3c; font-size: 18px; font-weight: 400; letter-spacing: -.44px; line-height: 27px; margin: 0 auto 50px; max-width: 821px; }
.experience-cards .main-title h2 { padding: 0; font-weight: 600; color: #2B6746; letter-spacing: -0.44px; }
.experience-cards .main-title h2::after { display: none; }
.experience-cards .slick-track { display: flex; gap: 33px; }
.experience-cards .slick-track:before,
.experience-cards .slick-track:after { display: none; }
.experience-cards .box .inner { width: 537px; background: #61A396; border-radius: 25px; position: relative; z-index: 1; padding: 60px; text-align: center; font-size: 18px; line-height: 27px; color: #3C3C3C; letter-spacing: -0.44px; }
.experience-cards .box .inner:after { content: ''; position: absolute; top: 13px; left: 19px; bottom: 13px; right: 19px; background: #FFF; z-index: -1; border-radius: 25px; }
.experience-cards .box  h2 { color: #2B6746; font-weight: 600; }
.experience-cards .box h2:after { content: ''; width: 297px; height: 4px; background: #9CDACE; display: block; margin: 25px auto 25px; }
.experience-cards .box ul { margin: 0; padding: 0; list-style-type: none; }
.experience-cards .box ul li { display: flex; justify-content: center; text-align: left; }
.experience-cards .box ul li:before { content: ''; width: 6px; height: 6px; background: #3C3C3C; border-radius: 10px; margin-right: 8px; margin-top: 10px; }
.experience-cards ul.slick-dots { margin: 40px auto 0; , animation: .; , animation: .; max-width: 1140px; display: flex !important; justify-content: center; padding: 0; }
.experience-cards ul.slick-dots button { background: #286142; }
.experience-cards ul.slick-dots li.slick-active button { background: #61A396; border-color: #61A396; }

.vaccine-trials .contentbtnsc_wrap { max-width: 1000px; }

.faq-details-main-wrap.opd_left_cont { background: var(--tertiary-color); }
.faq-details-main-wrap .main.flex-direction { flex-direction: row-reverse; }
.faq-details-main-wrap .main.flex-direction .faq-accordion-wrap { padding: 0 105px 0 0; }

.simple-content-main-wrap.opd_cont_sc { background: #fff; padding-top: 40px; }
.simple-content-main-wrap.opd_cont_sc .simple-content-heading { padding-bottom: 10px; position: relative; margin-bottom: 30px; max-width: 100%; display: inline-block; }
.simple-content-main-wrap.opd_cont_sc .simple-content-heading:before { position: absolute; content: ""; background: #9CDACE; height: 6px; width: 180px; bottom: 0; left: 0; right: 0; margin: 0 auto; }
.simple-content-main-wrap.opd_cont_sc .simple-content-wrap { max-width: 100%; !i; !; display: inline-block; }
.simple-content-main-wrap.opd_cont_sc .simple-content-heading h2 { font-weight: 600; }
.faq_image_content { display: inline-block; width: 100%; vertical-align: top; padding: 70px 0; }
.faq_image_content h2 { color: #2B6746;/* h2 */ font-size: 30px; font-weight: 600; line-height: 35px; /* 116.667% */ letter-spacing: -0.44px; margin-bottom: 25px; }
.faq_image_content .faq_wrap .faq_title { color: #231F20; font-size: 18px; font-weight: 700; line-height: 35px; /* 194.444% */ letter-spacing: -0.44px; cursor: pointer; padding-right: 20px; display: inline-block; position: relative; }
.faq_image_content .faq_wrap .faq_title:before { content: ''; background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.30859 8.12695L2.86719 14.6016C2.53516 14.9004 2.03711 14.9004 1.73828 14.6016L0.974609 13.8379C0.675781 13.5391 0.675781 13.041 0.974609 12.709L6.08789 7.5625L0.974609 2.44922C0.675781 2.11719 0.675781 1.61914 0.974609 1.32031L1.73828 0.55664C2.03711 0.257812 2.53516 0.257812 2.86719 0.55664L9.30859 7.03125C9.60742 7.33008 9.60742 7.82812 9.30859 8.12695Z' fill='%2361A396'/%3E%3C/svg%3E%0A"); position: absolute; right: 0; top: 10px; width: 10px; height: 15px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.faq_image_content .faq_wrap .faq_title.active:before { transform: rotate(90deg); }
.faq_image_content .faq_content { display: none; color: #61A396; font-size: 18px; font-style: italic; font-weight: 400; line-height: 27px; /* 150% */ letter-spacing: -0.44px; }
.faq_image_content .faq_col+.faq_col { margin-top: 10px; }
.faq_image_content .faq_wrap { padding-right: 55px; }
.faq_image_content .img { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); border-radius: 24px; border: 1px solid #F3F0EC; overflow: hidden; }
.faq_image_content .img img { object-fit: cover; width: 100%; height: 100%;}
.faq-details-main-wrap.opd_left_cont h2:after { display: none; }
.faq-details-main-wrap.opd_left_cont .main { align-items: center; }

/**/
@media (min-width: 992px) {

	#all-posts .osThumb,
	#all-posts .rt-study-content-flyer {
		flex: 0 0 41.6666666667%;
    	max-width: 41.6666666667%;
    	width: 100%;
	}
	#all-posts .osDetail {
		flex: 0 0 58.3333333333%;
    	max-width: 58.3333333333%;
    	width: 100%;
	}

}

@media (min-width:768px){
    .desk_hide { display: none; }
    .banner-mobile-wrap { display: none; }
    
    .banner-main-wrap.banner_sc { padding: 99px 0 14px; }
    
    .tabs_bx .tabs_title { display: none; }
    
    
}

@media (max-width: 1460px){
    /* Case Study Page */
    .challenge_zigzag_rawin .img { left: -30px; }
    .challenge_zigzag_raw:nth-child(2n) .challenge_zigzag_rawin .img { right: -30px; }
    .challenge_zigzag_raw { padding: 0 310px; }
    .right-sm .meeting-code { width: calc(100% + 93px); }

}

@media(max-width:1400px){
    .testimonial-wrap .slick-next { right: -10%; }
    .testimonial-wrap .slick-prev { left: -10%; }
    
    .schedule-meeting-wrap .form-code { min-width: auto; }

}

@media (max-width: 1300px){
    .pillarWrap .pillar .cover { width: 650px; }
    .pillarWrap .num_wrap .num { margin: 0 10px 22px; padding: 20px 15px; width: calc(33.33% - 20px); }
    .pillarWrap .num_wrap { margin: 40px -10px 0; }
    .pillarWrap .num_wrap .num .digit { font-size: 42px; }
    .pillarWrap .num_wrap .num .text { font-size: 15px; }
    .pillarWrap .clinical_sc .greenhighlight_box { padding: 30px; font-size: 22px; }
    .track_screen_sc .cover .wrap .box.left { padding: 35px 15px; }
    .track_screen_sc .cover .wrap .box.left h4 { font-size: 24px; line-height: 1.25; }
    .track_screen_sc .cover .wrap .box.right { padding: 30px 15px; }
    .track_screen_sc .cover .wrap .box.right ul li { margin-bottom: 15px; }
    .track_screen_sc .cover .wrap .box.left:after { bottom: 15px; }
    .pillarWrap .num_wrap .num.heading h4 { font-size: 18px; line-height: 23px; }
    .trial_ser_raw .conbox { padding: 30px 15px; } 
    
    /**/
    .track_screen_sc .cover .wrap .item:nth-child(odd) { padding-right: 15px; }
    .track_screen_sc .cover .wrap .item:nth-child(2n) { padding-left: 15px; }
    .track_screen_sc .cover .wrap .item { font-size: 16px; }

    .right-sm .meeting-code { width: calc(100% + 92px); margin-left: -50px; }
    .rsm-hc { margin-left: -50px; }

}

@media (max-width:1200px){
    .container .dnd-section > .row-fluid, .container { width:920px; }

    .testimonial-wrap .slick-prev { left: -9%; }
    .testimonial-wrap .slick-next { right: -9%; }
    .featured-box-wrap .feature img { min-height: 190px; }
    .featured-box-wrap .feature h4 { padding: 10px; font-size: 18px; }
    .testimonial-main-wrap { padding: 100px 0; }
    .testimonial-wrap { max-width: 760px; }
    .number-slider-main-wrap { padding: 50px 100px; }
    .number-slider-details .number { font-size: 50px; margin-bottom: 10px; }
    .number-slider-details .number-heading { font-size: 22px; }
    .simple-content-main-wrap { padding-bottom: 3.5em; padding-top: 3.5em; }
    
    .contact-details-main-wrap { padding: 50px 0; }
    .contact-address { margin-top: 40px; }
    .contact-content { margin-top: 20px; }
    .contact-info-wrap { margin: 40px 0; padding: 25px; }
    .contact-form .hs-i_would_like_to_be_contacted_about_research_in_these_areas_>label { padding: 1.057143em; margin-bottom: 0; }
    .contact-form .hs_submit input.hs-button.primary.large { margin-top: 0; font-size: 25px; max-width: 330px; }
    .contact-form .hs-fieldtype-checkbox ul li { margin-bottom: 19px; }


    .staff-details-content hr { display: block; margin:0px auto; }
    .inner-banner-main-wrap { padding-left: 60px; padding-right: 60px; }
    
    .feature-side-by-side-right { padding: 40px; padding-right: calc((100% - 920px)/2); }
    .feature-side-by-side-wrap:nth-child(2n+2) .feature-side-by-side-right { padding: 40px; padding-left: calc((100% - 920px)/2); }
    .feature-side-by-side-right .content { margin-top: 13px; }

    #all-posts .rt-study-content-singlepage-application { padding: 35px 25px 20px; }

    /* Case Study Page */
    .challenge_zigzag_rawin .img { position: relative; left: auto !important; right: auto !important; width: 45%; }
    .challenge_zigzag_rawin .text { width: 55%; padding-right: 20px; }
    .challenge_zigzag_raw { padding: 0 30px; margin-bottom: 40px; }
    .challenge_cover .main_title h2 { padding-left: 15px; padding-right: 15px; margin-bottom: 50px; }
    .challenge_zigzag_raw:nth-child(even) .challenge_zigzag_rawin { flex-direction: row-reverse; }
    .challenge_zigzag_raw:nth-child(even) .challenge_zigzag_rawin .text { padding-right: 0; padding-left: 20px; }
    .challenge_zigzag_rawin { align-items: center; }
    .challenge_zigzag_raw:last-child { margin-bottom: 0; }
    .button-1 a { min-width: 1px; }
    
    /* Pillar Page */
    .pillar_nav_sc .cover { right: -120%; }
    .pillar_nav_sc a.navClick { right: -30px; }
    .pillar_nav_sc a.navClick.hide { right: -100px; }
    .pillar_nav_sc .cover.open { right: 0; }
    
    .pillarWrap .pillar .cover { width: 100%; }
    
    .trialmanagesc_box .left_part { width: 35%; }
    .trialmanagesc_box { padding: 30px 40px; }
    
    .clinicresearch_sc { padding: 50px 0; }
    
    .tabbing_cover .tabing_title { padding-right: 34px; }
    .tabbing_cover .tab_content { padding-left: 40px; }
    .body-container--sponsors-cro .left_part { padding-right:0px; }
    
    .rsm-hc { margin-left: 0; }
    .right-sm .meeting-code { width: 100%; margin-left: 0; }
    .schedule-meeting-wrap .left-sm { padding-right: 15px; }
    .schedule-meeting-main-wrap { padding: 50px 0; }
    
    .schedule-meeting-wrap .form-code { padding: 34px 22px 45px; }
    .schedule-meeting-wrap .form-code h3 { font-size: 24px; line-height: 32px; margin: 0 0 16px; }
    
    .form-thank-you .text { font-size: 24px; line-height: 30px; }
    
    .form-thank-you { min-height: 450px; padding: 50px 0 60px; }
    
    .vaccine-list ul { gap: 10px; }    
    .vaccine-list ul li { min-width: auto; font-size: 14px; line-height: 20px; }
    
    .explore-studies .faq-accordion-wrap { padding: 0 0 0 40px; }
    .experience-cards ul.slick-dots { max-width: 890px; }
    
    .experience-cards .slick-track { gap: 20px; }
    .experience-cards .box .inner { width: 500px; padding: 45px; }

    
}

@media (max-width:991px){
    .container .dnd-section > .row-fluid, .container { width:720px; }
    
    .banner-main-wrap { padding: 18% 35px 5%; }
    .testimonial-wrap { max-width: 610px; }
    .testimonial-main-wrap { padding: 70px 0; }
    .testimonial-quotes { margin-bottom: 20px; }
    .featured-studies-main-wrap { padding-bottom: 3em; padding-top: 3em; }
    .featured-studies-wrap h2 { padding-bottom: 17px; }
    .featured-studies-wrap .btn_style2 { padding-top: 36px; }
    .featured-studies-wrap .btn_style2 a { font-size: 20px; padding: 10px 25px; }
    .number-slider-details .number { font-size: 30px; margin-bottom: 5px; }
    .number-slider-details .number-heading { font-size: 15px; }
    .number-slider-main-wrap { padding: 40px 100px; }
    
    .breadcrumb-menu { padding: 0 20px; }

    .staff-inidividual-main-wrap .desk_hide { display: inline-block; text-align: center; width: 100%; margin-bottom: 30px; }
    .staff-inidividual-main-wrap .staff-details-wrap h1,
    .staff-inidividual-main-wrap .staff-details-wrap h5 { display: none; }
    .staff-details-content { text-align: center; }
    .staff-inidividual-main-wrap .desk_hide h1 { color: #fff; font-weight: 700; }
    .staff-inidividual-main-wrap .desk_hide h1 span { color: #fff; text-transform: uppercase; font-size: 18px; }
    .staff-inidividual-main-wrap .desk_hide h5 { text-transform: uppercase; font-size: 18px; font-weight: 400; color: #fff; }
    .staff-inidividual-main-wrap { padding: 2em 20px; }

    .feature-side-by-side-right { padding: 23px; padding-right: calc((100% - 720px)/2); }
    .feature-side-by-side-wrap:nth-child(2n+2) .feature-side-by-side-right { padding: 25px; padding-left: calc((100% - 720px)/2); }
    .our-team-wrap:nth-child(odd) .row { flex-flow: wrap; }
    .volunteer-cta-main-wrap .btn_style2 a { font-size: inherit; }
    
    #all-posts .osListing { max-width: 720px; padding-bottom: 15px; padding-top: 11px; }
    #all-posts .osThumb { width: 100%; padding-right: 0; }
    #all-posts .osDetail { padding-top: 16px; }
    #all-posts .osTitle, #all-posts h2 { font-size: 30px; line-height: normal; }
    
    #all-posts .rt-study-listing { width: 100%; }
    #all-posts .rt-study-content-singlepage-application { width: 100%; }
    #all-posts .rt-study-content-singlepage-studydetails { flex-flow: wrap; }
    #all-posts .rt-study-content-flyer .osFlyer { padding-right: 0; }
    #all-posts .rt-study-content-info { padding-top: 15px; }
    #all-posts .rt-study-content-info .osTitle { padding: 0; }

    /**/
    .case_study_front_left { padding-right: 30px; font-size: 16px; width: 60%; }
    .case_study_front_right { width: 40%; }
    .title_highlight h5 { font-size: 18px; }
    .case_study_front_left blockquote { font-size: 22px; }
    .enrollment_help_left { width: 45%; }
    .enrollment_help_right { width: 55%; }
    .enrollment_help_right blockquote { font-size: 22px; }
    .opp_wrap { padding: 30px 15px; }
    .opp_left .title h2 { font-size: 24px; }
    .opp_left { width: 45%; }
    .opp_right { width: 55%; font-size: 16px; }
    .opp_wrap .opp_left .box { padding: 0 15px 30px; }
    .opp_wrap .opp_left .box h2.boxtitle { font-size: 22px; line-height: 25px; }
    .button-1 a { font-size: 16px; padding: 15px; }
    .opp_right blockquote { font-size: 22px; }
    
    .boxfield_wrap { gap: 15px; }
    
    
    .featuredblogsc_wrap .slick-slide { padding: 8px; }
    .left-side-img-wrap { padding-right: 0; padding-bottom: 30px; }
    .faq-details-main-wrap .md\:col-5 { padding-right:15px; }
    .faq-accordion-wrap { padding-top:30px; } 
    .faq-accordion { margin-top:15px; } 
    
    .tabbing_cover .tabing_title { width: 33%; padding-right: 20px; }
    .tabbing_cover .tabs_bx { width: 67%; }
    .tabbing_cover .tabs_bx .tab_content { padding-left: 30px; }

    .bottom-text-btn { margin-top: 25px; }
    .bottom-text-btn .bottom-text { margin-bottom: 30px; }

    .resource_filter_section .resource_blocks .item { width: calc(50% - 30px); }
    .resource_filter_section .resource_filter_wrapper .resource_filter .service-resourcewrap { display: block; }
    .resource_filter_section .resource_filter:first-child { margin-bottom: 15px; }
    
    .schedule-meeting-wrap .left-sm .content { max-width: 100%; margin-top: 15px; }
    .schedule-meeting-list-main-wrap h5 { max-width: 100%; }
    .schedule-meeting-list-main-wrap { padding-top: 20px; }
    .schedule-meeting-list-wrap { margin-top: 20px; }
    .schedule-meeting-list { margin-bottom: 22px; }
    .rsm-hc { max-width: 100%; }
    .rsm-hc .content { padding-top: 15px; }
    
    .explore-studies .faq-left-wrap { width: 100%; }
    .explore-studies .faq-accordion-wrap { padding: 0; width: 100%; margin: 30px 0 0; }
    .explore-center { margin: 40px 0 0; }
    .explore-studies { padding: 60px 0; }
    
    .vaccine-trials h1 { color: #2B6746; }

    
    .vaccine-tabbed .main-title { margin-bottom: 20px; }
    .vaccine-list { display: none; }
    .vaccine-main { box-shadow: none; border: none; background: transparent; margin: 0; display: flex; flex-flow: column; gap: 13px 0; }
    .vaccine-main .box { padding: 0; border: 1px solid #F3F0EC; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); border-radius: 24px; display: block !important; !i; !; }
    .vaccine-main .box .title { display: inline-block; width: 100%; padding: 17px 40px 17px 20px; position: relative; }
    .vaccine-main .box .title:before,
    .vaccine-main .box .title:after { content: ''; width: 15px; height: 2px; position: absolute; top: 0; right: 19px; bottom: 0; background: #2B6746; margin: auto; }
    .vaccine-main .box .title:after { transform: rotate(90deg); }
    .vaccine-main .box h2 { font-size: 22px; line-height: 28px; }
    .vaccine-main .box .title h2 { margin: 0; }
    .vaccine-main .box .content { padding: 0 20px 20px; display: none; }
    
    .experience-cards .box .inner { width: 400px; border-radius: 10px; padding: 30px 20px; }
    .experience-cards .box .inner:after { top: 8px; bottom: 8px; left: 8px; right: 8px; border-radius: 10px; }
    .experience-cards .box h2 { font-size: 22px; line-height: 1.2; }
    .vaccine-main .box .content h2 { display: none; }
    .experience-cards .box h2:after { margin: 15px auto; width: 200px; }
    .experience-cards ul.slick-dots { max-width: 720px; margin: 22px auto 0; padding: 0 15px; }

    .vaccine-trials .left-side-img-details-main-wrap { padding: 30px 0 50px; }
    .experience-cards .slick-track { gap: 10px; }
    .experience-cards .slick-list { padding: 0 40px; }
    
    .faq_image_content .faq_wrap { padding: 0 0 50px; }
    .faq_image_content .img { max-width: 50%; }
    .faq-details-main-wrap .main.flex-direction .faq-accordion-wrap { padding: 0; }

}

@media (max-width:767px){
    .container .dnd-section > .row-fluid, .container { width:100%; }
 
    .banner-main-wrap { background: none !important; padding: 0; }
    .banner-wrap { width: 100%; padding: 25px; background: var(--secondary-color); text-align: center; }
    .banner-wrap * { color: #fff; }
    .banner-wrap h1 { color: #fff; }
    .banner-wrap .content { font-size: 16px; line-height: 1.5em; margin-top: 15px; }
    .number-slider-main-wrap { padding: 35px 15px; }
    .featured-studies-main-wrap { padding-bottom: 3em; padding-top: 3em; }
    .featured-studies-wrap .btn_style2 { padding-top: 26px; }
    .testimonial-main-wrap { padding: 40px 0; }
    .featured-box-main-wrap { padding: 30px 0; }
    
    .testimonial-quotes { font-size: 20px; line-height: 28px; margin-bottom: 15px; }
    
    .number-slider-wrap .slick-dots { padding-top: 5px; }
    .simple-content-main-wrap { padding-bottom: 2.5em; padding-top: 2.5em; }
     

    .contact-info-wrap { flex-flow: wrap; margin: 20px 0; padding: 15px; font-size: 16px; }
    .contact-info-wrap>div { width: 100%; }
    .contact-email { margin-bottom: 12px; }
    .contact-content { font-size: 16px; }
    .contact-address { margin-top: 30px; font-size: 16px; line-height: normal; }
    .contact-address p+p { padding-top: 10px; }
    form .hs-form-field>label { font-size: 16px; }
    .contact-form .hs-i_would_like_to_be_contacted_about_research_in_these_areas_>label { font-size: 16px; }
    .contact-form .hs-fieldtype-checkbox ul li { flex: 0 0 100%; max-width: 100%; margin-right: 0; }
    .contact-details-main-wrap { padding: 40px 0; }
    .breadcrumb-menu ul li:after { margin-left: 0.483333em; }
    .breadcrumb-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:not(:last-child) { margin-right: 10px; }
    .breadcrumb-menu { padding: 0 15px; }
    .contact-form .hs-fieldtype-checkbox ul { width: 100%; }
    
    .privacy-policy-main-wrap { padding-top: 3.5em; padding-bottom: 3.5em ; }

    .staff-inidividual-main-wrap { padding: 3em 0px; }
    .staff-inidividual-main-wrap .desk_hide h5 { margin-top: 6px; }
    
    .inner-banner-main-wrap { padding: 0; background: unset !important; }
    .inner-banner-wrap { width: calc(100% + 30px); padding: 3em 15px; text-align: center; background-color: var(--secondary-color); margin-left: -15px; }
    
    .feature-side-by-side-left,
    .feature-side-by-side-right { width: 100%; }
    .feature-side-by-side-left { min-height: 18.57142857em; }
    .feature-side-by-side-wrap:nth-child(2n+2) { flex-flow: wrap; }
    .feature-side-by-side-right,
    .feature-side-by-side-wrap:nth-child(2n+2) .feature-side-by-side-right { padding: 25px 20px; text-align: center; }

    .our-team-wrap { padding-bottom: 3.5em; padding-top: 3.5em; }
    .our-team-details-wrap { margin-top: 29px; text-align: center; }
    .our-team-bio { font-size: 16px; margin-bottom: 15px; }
    .our-team-details-wrap .team-job-title { font-size: 16px; margin-bottom: 20px; margin-top: 7px; }
    .trial-pdf-details-main-wrap { padding-bottom: 3.5em; padding-top: 3.5em; }
    .trial-pdf-details-wrap h2 { margin-bottom: 15px; }
    .trial-pdf-details { margin-bottom: 20px; }
    .trial-pdf-details-wrap .btn_style1 { margin-top: 0; }
    .patient-simple-content-main-wrap { padding-bottom: 2em; padding-top: 2em; }

    .capabilities-studies-main-wrap .featured-studies-wrap .content.two-list ul { -ms-column-count: 1; -o-column-count: 1; -moz-column-count: 1; -khtml-column-count: 1; column-count: 1; padding-left: 21px; }
    .feature-side-by-side-right .content.two-list ul { -ms-column-count: 1; -o-column-count: 1; -moz-column-count: 1; -khtml-column-count: 1; column-count: 1; }
    .body-container-expect .patient-simple-content-wrap .content h2 { margin-bottom: 15px; margin-top: 30px; }

    #all-posts .osListing { padding: 16px; margin: 0; max-width: 100%; }
    #all-posts .osHeader, #all-posts .osHeader+div { padding-left: 25px; padding-right: 25px; display: flex; flex-flow: wrap; }
    #all-posts .osHeader+div { padding-bottom: 40px; }
    #all-posts .osHeader { padding-top: 40px; }
    #all-posts .osHeader .osTitle { width: 100%; }

    #all-posts .osTitle, #all-posts h2 { font-size: 24px; }
    #all-posts div.rt-keyword-container {    width: auto;  }
    
    #all-posts .rt-study-content-singlepage-application .osDetail { padding: 0; }
    #all-posts .rt-study-content-singlepage-application { padding: 4%; }
    
    /**/
    .case_study_hero { padding: 50px 0; }
    .case_study_hero .hero_label { font-size: 16px; padding: 15px; }
    .case_study_front_sc { padding: 50px 0; }
    .case_study_front_wrap { flex-direction: column-reverse; }
    .case_study_front_left { width: 100%; padding: 30px 0 0; }
    .case_study_front_right { width: 100%; }
    .challenge_zigzag_rawin .text { width: 100%; padding: 0; }
    .challenge_zigzag_rawin .img { width: 100%; margin: 30px 0; }
    .challenge_cover .main_title h2 { margin-bottom: 30px; }
    .challenge_zigzag_raw { padding: 0 15px; }
    .enrollment_help_sc { padding: 50px 0 0; background: #F3F0EC; }
    .challenge_sc .container { padding: 0; }
    .enrollment_help_left { width: 100%; padding: 0; }
    .enrollment_help_right { width: 100%; padding: 30px 0 0; display: none; }
    .opp_sc { background: #F3F0EC; padding: 0; }
    .opp_left { width: 100%; padding: 0; }
    .opp_wrap { padding: 0; flex-direction: column-reverse; }
    .opp_sc .container { padding: 0; }
    .opp_left .title { padding: 0 15px; display: none; }
    .opp_right { width: 100%; padding: 30px 15px 20px; font-size: 18px; }
    .challenge_zigzag_raw:nth-child(2n) .challenge_zigzag_rawin .text { padding-left: 0; }
    .challenge_cover { padding-bottom: 50px; }
    .opp_wrap .opp_left .box h2.boxtitle { font-size: 30px; line-height: 35px; }
    .challenge_cover .main_title h2:after { display: none; }
    .challenge_cover .main_title h2 { font-size: 30px; line-height: 35px; padding-bottom: 0; }
    
    /* Pillar Page */
    .pillar_hero { padding: 80px 0; }
    .pillarWrap .introduction .cover { padding: 50px 0 30px; }
    .pillarWrap .pillar .cover { font-size: 16px; }
    .pillar.trial_goal_sc .wrap .text { width: 100%; }
    .pillar.trial_goal_sc .wrap .right_logo { width: 100%; margin: 15px 0 20px; }
    .pillar.trial_goal_sc .wrap { flex-direction: column-reverse; }
    .pillar_cta_strip_sc .cover .wrap .title { width: 100%; padding-bottom: 25px; }
    .pillar_cta_strip_sc .cover .wrap .button-1 { width: 100%; }
    .pillar_cta_strip_sc .cover .wrap { flex-wrap: wrap; justify-content: center; text-align: center; }
    .pillar_nav_sc { right: 0; width: 250px; }
    .pillar_menu .hs-menu-wrapper>ul>li { padding: 0 10px; }
    .pillar_btnbox { padding: 15px 10px; }
    .pillar_btnbox h3 { font-size: 18px; line-height: 1.4; margin-bottom: 5px; }
    .pillar_btnbox .button-1 a { font-size: 14px; padding: 15px 10px; }
    .pillar_nav_sc a.navClick { right: 0; }
    .track_screen_sc .cover .wrap .item { margin-bottom: 40px; }
    .track_screen_sc .cover .wrap .item:last-child { margin-bottom: 0; }
    
    .banner-main-wrap.banner_sc { padding-bottom: 20px; }
    .banner-main-wrap.banner_sc:after { display: none; }
    .banner-main-wrap.banner_sc .banner-mobile-wrap { position: relative; }
    .banner-main-wrap.banner_sc .banner-mobile-wrap:after { background: url(https://43995000.fs1.hubspotusercontent-na1.net/hubfs/43995000/remington-davis/images/gradient-image.png) no-repeat 100%/cover; bottom: 0; content: ""; display: inline-block; height: 105px; left: 0; position: absolute; width: 100%; }
    .boxfield_wrap .boxfield_in { border-radius: 11px; }
    .boxfield_wrap .boxfield_in .pretext { font-size: 18px; }
    
    .numberfield_wp .slick-list.draggable { margin: 0 -15px; }
    
    .headingwith_bg { padding-bottom: 0; }
    .headingwith_bg:after { display: none; }
    
    .imgcontbtn_sc { padding: 30px 20px; margin-top: 0; }
    .imgcontbtn_pt .container { padding: 0; }
    .imgcontbtn_pt .img_bx img { border-radius: 0; }
    
    .tabbing_cover .tabing_title { display: none; }
    .tabbing_cover .tabs_bx .tab_content h2 { display: none; }
    .tabbing_cover .tabs_bx { width: 100%; }
    .tabbing_cover .tabs_title { border-top: 6px solid #61a396; border-bottom: 0 !important; margin-bottom: 0 !important; padding-top: 14px; }
    .tabbing_cover .tabs_title:first-child { border-top: 0; }
    .tabbing_cover .tabs_title:last-child { border-bottom: 6px solid #61a396; }
    
    .trialmanage_main { padding: 52px 0 400px; }
    .trialmanagesc_box { padding: 35px; margin-top: -370px; }
    .trialmanagesc_box .left_part { width: 100%; max-width: 500px; margin: 0 auto 30px; }
    .trialmanagesc_box .right_part { width: 100%; }
    
    .clinicresearch_sc { padding: 40px 0 0; background: none !important; }
    .clinicresearch_sc .mobilebg_img { padding-top: 40px; }
    
    .contentbtn_sc { padding: 50px 0 40px; }
    .contentbtnsc_wrap .headingwith_bg { margin-bottom: 0; }
    
    .featuredblog_sc { padding: 30px 0; }
    
    .numberfield_bx .pretext br { display: none; }
    
    .faq-left-wrap { padding: 24px; }
    .faq-left-wrap h2 { margin-bottom: 15px; }
    .faq-left-wrap h2:after { margin: 20px auto 0; }
    .faq-left-wrap .content { margin-bottom: 19px; }
    
    .tabbing_cover .tabs_bx .tab_content { max-height: 220px; margin-bottom: 25px; padding-left: 20px; padding-bottom: 15px; }
    .tabbing-heading-content-wrap { margin-bottom: 20px; }

    .find-qualities-box { margin: 6px 0; padding: 20px; display: inline-block; width: 100%; }

    .bottom-text-btn { margin-top: 10px; }
    .bottom-text-btn .bottom-text { margin-bottom: 20px; }
    
    .conwithnumbersc_wrap .headingwith_bg { text-align: left; font-size: 30px; font-style: normal; font-weight: 600; line-height: 35px; }

    .contentbtnsc_wrap .faq_link a:hover { text-decoration: underline; }
    
    .contentbtn_sc.hero_resource_center { padding: 50px 0; }
    .contentbtn_sc.hero_resource_center .heading { margin-bottom: 10px; }
    .contentbtn_sc.hero_resource_center h2 { font-size: 20px; }
    .about-resource-section .trialmanagesc_box .left_part { width: 100%; }
    .about-resource-section .trialmanagesc_box { margin: 50px 0; }
    .resource_filter_section .resource_blocks .item { padding: 15px; }
    .resource_filter_section .resource_blocks .item .resource_content { padding: 20px 0 0; }
    .resource_filter_section .resource_blocks .item .resource_content .resource_btn a { font-size: 16px; padding: 8px 15px; }
    .resource_filter_section .resource_blocks { margin-bottom: 10px; }
    .resource_filter_section .pagination { margin-bottom: 30px; }
    .resource_filter_section .pagination>a.pager { font-size: 16px; }
    .resource_filter_section .pagination>a.next, .resource_filter_section .pagination>a.prev { width: 12px; height: 12px; }
    
    .schedule-meeting-icon { padding-right: 10px; width: 84px; }
    .schedule-meeting-details-wrap { width: calc(100% - 84px); }

    .schedule-meeting-wrap .form-code { padding: 20px 15px; }
    
    .schedule-meeting-wrap .form-code { padding: 20px 15px; }
    .schedule-meeting-wrap .form-code .form-columns-2 { display: flex; gap: 0 10px; flex-wrap: wrap; }
    .schedule-meeting-wrap .form-code .form-columns-2 > div { width: calc(50% - 5px) !important; }
    
    .form-thank-you .text { font-size: 20px; line-height: 26px; }

    .experience-cards .main-title h2 { font-size: 24px; line-height: 32px; }
    .experience-cards .main-title { margin: 0 0 26px; }
    .experience-cards .box .inner { width: 300px; font-size: 16px; line-height: 25px; }
    .experience-cards .slick-list { padding: 0 0 0 10px; }
    .experience-cards .box h2 { font-size: 20px; line-height: 1.3; }
    .experience-cards .box ul li:before { margin-top: 8px; }
    .experience-cards ul.slick-dots li { padding: 0 3px; }
    
    .vaccine-main .box h2 { font-size: 20px; }
    .vaccine-tabbed h2.heading { font-size: 24px; line-height: 32px; }
    
    .vaccine-main .box .content h2 { display: none; }
    .vaccine-main .box .content { font-size: 16px; line-height: 24px; }
    .vaccine-tabbed .main-title { font-size: 16px; line-height: 24px; }
    
    .explore-studies .faq-accordion-wrap { font-size: 16px; line-height: 24px; }
    .explore-center { font-size: 16px; line-height: 24px; }
    
    


}

@media (max-width: 600px){
    /* Pillar Page */
    .pillarWrap .num_wrap .num { width: calc(50% - 20px); }
    .pillarWrap .faqtext ul li { width: 100%; margin: 0; }
    .pillarWrap .faqtext ul li { padding: 0 0 10px; }
    .pillarWrap .faqtext { padding: 20px 15px; }
    .pillarWrap .btmlink ol { padding-left: 20px; }
    .forecast_rawin { padding: 30px 15px; }
    .track_screen_sc .cover .wrap .box { width: 100%; margin: 0; }
    .track_screen_sc .cover .wrap { margin-left: 0; margin-right: 0; }
    .track_screen_sc .cover .wrap .box.left { margin-bottom: 30px; }
    .pillar.enroll_sc .cover .con h4 { font-size: 22px; }
    .pillarWrap .title h2 br { display: none; }
    
    .banner-main-wrap.banner_sc .bannercon_wrap h2 { font-size: 19px; line-height: 26px; max-width: 300px; margin: 0 auto; }
    .banner-main-wrap.banner_sc .bannercon_wrap h1 { font-size: 29px; font-style: normal; font-weight: 500; line-height: 36.6px; }
    .boxfield_wrap .boxfield_in .title { font-size: 15.436px; font-style: normal; font-weight: 600; line-height: 27.014px; letter-spacing: -0.34px; }
    .boxfield_wrap .boxfield_in .pretext { font-size: 13px; font-style: normal; line-height: 22px; letter-spacing: -0.44px; }
    .boxfield_wrap .boxfield_in:hover{background:#d9d6d3;}
    
    .trialmanagesc_box .right_part .title { color: #61A396; }
    .clinicresearchsc_wrap .title { color: #61A396; }
    
    .resource_filter_section .resource_blocks .item { width: 100%; }
    .resource_filter_section .resource_filter_wrapper { padding: 0 10px; }
    
    .faq_image_content .img { max-width: 100%; }
}

@media (max-width: 450px){
    /* Pillar Page */
    .pillarWrap .num_wrap .num { width: calc(100% - 20px); }
    .pillar.trial_goal_sc .wrap .text { padding-right: 0; }
    .trial_ser_raw .img { width: 100%; height: 250px; }
    .trial_ser_raw .conbox { width: 100%; }
    
    .schedule-meeting-wrap .form-code .form-columns-2 > div { width: 100% !important; }
}