/* @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css); */
/* @import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap'); */






/* Global Color Variable */ 





/* Global Fonts Variable */



SyneNew

/* 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; }
.flex_wrap { flex-wrap: wrap; }












.d-block {
    display:block;
}

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

.d-flex {
    display:flex;
}

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

.d-none {
    display:none;
}



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

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

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

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



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

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

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

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

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



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

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

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



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

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

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

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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

/* div[class*=row-0-padding] > 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%; }
    .sm\:mb---0 { margin-bottom:-0%; }
    
    
    .sm\:p--5 { padding:5px !important; }
    .sm\:p-5 { padding:5px; }
    .sm\:pt-5 { padding-top:5px; }
    .sm\:pb-5 { padding-bottom:5px; }
    .sm\:pl-5 { padding-left:5px; }
    .sm\:pr-5 { padding-right:5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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



[class*="col-"] { padding-left:15px; padding-right:15px; width:100%; }
.flex-row,.row { margin:0 -15px; display:flex; flex-wrap:wrap; }
.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:#3891D6; }
.bg\:green{ background-color:#3891D6; }

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

.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:#3891D6; }
    .hoverbg\:green:hover{ background-color:#3891D6; }
    
    .hover\:pink:hover{ color:#000000; }
    .hoverbg\:pink:hover{ background-color:#000000; }
    
    .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: SyneNew, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size: 19px;
    line-height:1.45;
    color:#000000;
    background:#fff;
    overflow-x: hidden;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

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

h1 { color:#000000; font-size:65px; line-height:1; margin:0; padding:0; clear:both; font-family: SyneNew, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h2 { color:#000000; font-size:42px; line-height:1.15; margin:0; padding:0; clear:both; font-family: SyneNew, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h3 { color:#000000; font-size:30px; line-height:1.15; margin:0; padding:0; clear:both; font-family: SyneNew, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h4 { color:#000000; font-size:26px; line-height:1.15; margin:0; padding:0; clear:both; font-family: SyneNew, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h5 { color:#000000; font-size:22px; line-height:1.15; margin:0; padding:0; clear:both; font-family: SyneNew, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h6 { color:#000000; font-size:20px; line-height:1.15; margin:0; padding:0; clear:both; font-family: SyneNew, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }

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

a { text-decoration:none; outline:none; color:#000000; 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:#F84614; }

/*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; }

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

@media (max-width:1200px){
    h1 { font-size:32px; }
    h2 { font-size:30px; }
    h3 { font-size:28px; }
    h4 { font-size:22px; }
}

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

@media (max-width:767px){
    h1 { font-size:26px; }
    h2 { font-size:26px; }
    h3 { font-size:22px; }
    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: #FFFFFF; border:none; padding: 0 15px; width:100%; border-radius: 0; height: 74px;  width:100% !important; color: #000000; font-family: SyneNew, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; font-weight: 500; font-size:17px; text-transform: uppercase; }
form textarea { height: 128px; resize: none; padding: 15px; }
form .hs-form-field > label { color:#fff; font-family: SyneNew, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; text-transform: capitalize; font-size:17px; }
form input::placeholder { color: inherit !important; font-size: 17px; font-weight: 500; font-family: SyneNew; text-transform: uppercase; }
form select::placeholder { color: inherit !important; font-size: 17px; font-weight: 500; font-family: SyneNew; text-transform: uppercase; }
form textarea::placeholder { color: inherit !important; font-size: 17px; font-weight: 500; font-family: SyneNew; text-transform: uppercase; }

input[type="submit"]{ color: #ffffff; margin-bottom: 0px; font-family: var(--main-font); margin-top: 25px; border: 0; padding: 14px 15px; background: var(--tertiary-color); min-width:110px; font-weight:700; text-transform:uppercase; cursor:pointer; transition: all .5s ease-in-out; border-radius: 4px; font-size: 16px; }
input[type="submit"]:hover { background: #FFFFFF; color: var(--tertiary-color); }

form select { appearance: none; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/warehouse-basics/images/orang-downarrow.svg)no-repeat center right 15px #fff; }

.field.hs-form-field { margin-bottom: 20px; }
form ul.hs-error-msgs { padding: 0; font-size: 12px; color: #f00; }
form ul.hs-error-msgs li:before { display: none; } 
form ul.hs-error-msgs li { padding: 0; }
.hs_error_rollup { display: none; }
.submitted-message { display: inline-block; width: 100%; vertical-align: top; background-color: #d4edda; text-align: center; padding: 15px; border-radius: 4px; color: #155724; }

form .hs-richtext { font-size: 13px; }
.legal-consent-container { margin-top: 15px; }

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; margin: 5px 0 10px; 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; padding-left: 30px; font-size: 12px; margin: 0; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left: 0px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left: 0px; top: 1px;  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; }
    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 { height: 60px; }
}
[class*="button-"] a { float: none; display: inline-block; vertical-align: top; width: auto; padding: 13px 20px; border-radius: 4px; font-weight: 700; font-size: 14px; min-width: 205px; text-align: center; position: relative; overflow: hidden; border: 1px solid transparent; font-family: SyneNew; text-transform: uppercase; }
.button-1 a { background-color: #F84614; color: #FFFFFF; border-color: transparent; }
.button-1 a:hover, .button-1.hover a { background-color: #000000; color: #FFFFFF; }

.button-1.outline a { background: transparent; border-color: #F84614; color: #000; }
.button-1.outline.hover a, .button-1.outline a:hover { background: #F84614; border-color: #F84614; color: #fff; }

.button-1.outline.white a { border-color: #fff; color: #fff; }
.button-1.outline.white.hover a, .button-1.outline.white a:hover { background: #fff; color: #000 }

.arrow a:after, a.arrow:after { position: relative; content: ""; height: 16px; width: 19px; top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M0 8H17.5' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.5 1L17.5 8L10.5 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E"); display: inline-block; vertical-align: middle; margin-left: 15px; }

.simple_link a, a.simple_link {  color : var(--main-color);  position:relative; font-weight: 600; border-bottom: 2px solid var(--tertiary-color); text-transform: capitalize; font-weight: 700; }
.simple_link a:hover, a.simple_link:hover, .simple_link.hover a, a.simple_link.hover { color: var(--tertiary-color); }

.link_style a, a.link_style { display:inline-block; vertical-align:top; width:auto; position:relative; padding-right: 70px; text-transform: capitalize; font-weight: 700; color: var(--tertiary-color); }
.link_style a:after, a.link_style:after { position:absolute; content:""; height:12px; width:56px; top:0; right:0; bottom:0; margin:auto 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/link-arrow.png) no-repeat center / cover; transition: all ease-in-out .4s; }
.link_style a:hover:after, a.link_style:hover:after, .link_style.hover a:after, a.link_style.hover:after { right:-5px; }

.link_style.black a { color: var(--main-color); }
.link_style.black a:after { height: 13px; width: 57px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='13' viewBox='0 0 57 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.4447 6.27217C56.532 6.36392 56.6182 6.55298 56.6182 6.69537C56.6157 6.83985 56.5893 6.97649 56.4447 7.11836L51.522 12.3488C51.2957 12.5901 50.8945 12.6113 50.6519 12.3728C50.4221 12.1469 50.4064 11.7368 50.6279 11.5027L54.5795 7.31061H38.7733C38.7467 7.31061 38.7206 7.30893 38.6949 7.30566H0.458496V6.08301H38.7112C38.7316 6.08096 38.7523 6.07991 38.7733 6.07991H54.5795L50.6279 1.88782C50.4064 1.65371 50.4123 1.23325 50.6519 1.01767C50.9199 0.776514 51.2922 0.804051 51.522 1.04167L56.4447 6.27217Z' fill='black'/%3E%3C/svg%3E"); }

.button-1.icon a { min-width: 1px; background: #fff; color: var(--main-color); }
.button-1.icon a:before { position: relative; content: ""; display: inline-block; vertical-align: middle; height: 14px; width: 15px; margin-right: 8px; transition: all ease-in-out .4s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M14.1289 0.731449H4.95287C4.66516 0.731449 4.43396 0.964358 4.43396 1.25036V3.96476C4.43396 4.25247 4.66687 4.48367 4.95287 4.48367C5.24058 4.48367 5.47178 4.25076 5.47178 3.96476L5.47349 1.76927H13.61V12.61L5.47349 12.6083V10.411C5.47349 10.1233 5.24058 9.89214 4.95458 9.89214C4.66687 9.89214 4.43567 10.125 4.43567 10.411L4.43396 13.1306C4.43396 13.4183 4.66687 13.6495 4.95287 13.6495H14.1289C14.4166 13.6495 14.6478 13.4166 14.6478 13.1306L14.6495 1.24865C14.6495 0.964359 14.4166 0.731449 14.1289 0.731449Z' fill='black'/%3E%3Cpath d='M7.198 8.88839C6.98907 9.08362 6.9788 9.41243 7.17403 9.62309C7.27678 9.73269 7.4155 9.7875 7.5525 9.7875C7.67923 9.7875 7.80596 9.74126 7.907 9.64707L10.1248 7.56972L10.1402 7.55431C10.1419 7.5526 10.1453 7.54746 10.1487 7.54575C10.1539 7.54061 10.1556 7.5389 10.1573 7.53547C10.159 7.53376 10.1624 7.52862 10.1642 7.52691C10.1693 7.52177 10.171 7.51835 10.1727 7.51663C10.1744 7.51492 10.1779 7.51149 10.1796 7.50807C10.1847 7.50293 10.1864 7.49951 10.1898 7.49437C10.1916 7.49266 10.195 7.48923 10.195 7.48752C10.2001 7.48238 10.2018 7.47724 10.2053 7.47211C10.207 7.47039 10.207 7.46697 10.2104 7.46697C10.2155 7.46012 10.2172 7.45327 10.2207 7.44642C10.2207 7.44642 10.2207 7.44471 10.2224 7.44471C10.2635 7.36935 10.2875 7.28544 10.2875 7.19296C10.2875 7.10048 10.2635 7.01485 10.2224 6.94121C10.2224 6.94121 10.2224 6.9395 10.2207 6.9395C10.2155 6.93265 10.2138 6.9258 10.2104 6.91895C10.2104 6.91724 10.2087 6.91381 10.2053 6.91381C10.2001 6.90867 10.1984 6.90354 10.195 6.8984C10.1933 6.89669 10.1933 6.89326 10.1898 6.89155C10.1881 6.88641 10.183 6.88299 10.1796 6.87785C10.1779 6.87613 10.1744 6.87271 10.1727 6.86928C10.171 6.86415 10.1659 6.86072 10.1642 6.85901C10.1624 6.8573 10.159 6.85216 10.1573 6.85045C10.1556 6.84531 10.1505 6.8436 10.1487 6.84017C10.147 6.83846 10.1436 6.83332 10.1402 6.83161C10.135 6.82647 10.1333 6.82476 10.1299 6.82133C10.1282 6.81962 10.1248 6.8162 10.1248 6.8162L7.90871 4.73372C7.69978 4.53849 7.37095 4.54705 7.17402 4.7577C6.97878 4.96663 6.98735 5.29546 7.19799 5.49239L8.45673 6.67235H0.595936C0.308225 6.67235 0.0770264 6.90525 0.0770264 7.19125C0.0770264 7.47896 0.309935 7.71016 0.595936 7.71016L8.45848 7.71187L7.198 8.88839Z' fill='black'/%3E%3C/svg%3E"); top: -1px; }
.button-1.icon a:hover { background: var(--tertiary-color); color: #fff; }
.button-1.icon a:hover:before { filter: grayscale(1) invert(1); }


@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-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; top: 100%; }
.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%; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }

/* Header */
header.header { position: fixed; top: 0; left: 0; width: 100%; transition: all ease-in-out .4s; z-index: 9999; }
.mainmenu { position: relative; }
.mainmenu:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #000; border-radius: 4px; z-index: 1; }
.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 14px 15px; position: relative; z-index: 2; font-weight: 700; font-size: 14px; color: var(--headerbottomlink); }
header .button-1 a { margin-left: 10px; min-width: 200px; padding: 13px 10px; }
.header .btn_wrap.mbl { display: none; }

body.fixed .button-1.icon a { border-color: #000; }
body.fixed .button-1.icon a:hover { border-color: var(--tertiary-color); }

header.header .logo { transition: all ease-in-out .4s; position: relative; }
header.header .logo img.sticky { position: absolute; top: 0; left: 0px; opacity: 0; }
body.fixed header.header .logo img.normal { opacity: 0; }
body.fixed header.header .logo img.sticky { opacity: 1; }
body.fixed header.header {  padding: 10px 0;background:none}
body.fixed header.header .logo { width: 150px; }
body.nav-up header.header { top: -150px; }
body.nav-up header.header { top: -300px; }

header.header.dark { background: #000000; }

body.dafault_page.fixed header.header.dark img.sticky { opacity: 1; }
body.dafault_page.fixed header.header.dark img.normal { opacity: 0; }

.service_body .button-1.icon a { border-color: var(--main-color); }
.service_body .button-1.icon a:hover { border-color: var(--tertiary-color); }
.service_body header.header .logo .normal { opacity: 0; }
.service_body header.header .logo .sticky { opacity: 1; }

/* Landing Page Header */
.header--no-navigation { border-top: 22px solid ; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 11px 100px; }

/* Footer */
.footer_main_area { background: #fff; border-radius: 0px 0px 40px 40px; overflow: hidden; position: relative; }
.footer_wrap .left { width: calc(100% - 295px); border-right: 1px solid #E1E1E1; padding-top: 70px; padding-bottom: 50px; }
.footer_wrap .footer_right { width: 295px; padding-left: 30px; max-width: 100%; padding-top: 70px; }
.footer_wrap .left .footer_logo { width: 300px; max-width: 100%; }
.footer_wrap .left .footer_menu_wrap { width: calc(100% - 300px); padding-left: 70px; }
.footer_wrap .left .footer_menu_wrap .footer_menu_col { width: 33.33%; }
.footer_wrap { border-bottom: 1px solid #E1E1E1; }

.footer_menu_col .hs-menu-wrapper > ul > li > a { color: #1866A3; font-weight: 700; margin-bottom: 2px; display: block; }
.footer_menu_col .hs-menu-wrapper > ul > li { position: static; }
.footer_menu_col .hs-menu-wrapper > ul > li > ul { opacity: 1; position: relative; top: 0 !important; }
.footer_menu_col .hs-menu-wrapper > ul > li > ul > li > a { font-size: 15px; display: inline-block; vertical-align: top; width: 100%; margin-bottom: 5px; }
.footer_wrap .left .footer_menu_wrap .footer_menu_col.footer_menu3 .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 5px; }
.footer_menu_col .hs-menu-wrapper > ul > li > a:hover { color: var(--tertiary-color); }

.footer_wrap .footer_right h5 { font-size: 17px; font-weight: 700; margin-bottom: 5px; }
.footer_wrap .footer_right .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; }
.footer_wrap .footer_right .hs-menu-wrapper > ul > li > a { display: inline-block; font-weight: 700; padding-right: 80px; position: relative; text-transform: capitalize; vertical-align: top; width: auto; font-size: 15px; color: var(--tertiary-color); }
.footer_wrap .footer_right .hs-menu-wrapper > ul > li > a:after { position:absolute; content:""; height:12px; width:56px; top:0; right:0; bottom:0; margin:auto 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/link-arrow.png) no-repeat center / cover; transition: all ease-in-out .4s; }
.footer_wrap .footer_right .hs-menu-wrapper > ul > li > a:hover:after { right:-5px; }
.footer_wrap .footer_right .get_in_touch { margin-bottom: 50px; }
.footer_wrap .footer_right .give_call a { font-size: 15px; font-weight: 700; color: var(--tertiary-color); var(--tertiary-color):; }
.footer_wrap .footer_right .give_call a:hover { color: var(--secondary-color); }

.footer_cta_strip { background: var(--quaternary-color); margin-top: -40px; }
.footer_cta_strip h2 { padding-right: 30px; }
.footer_cta_strip .button-1 { padding-left: 30px; }
.footer_copyright .link { padding: 0 30px; }
.footer_copyright .social a { height: 28px; width: 28px; display: flex; align-items: center; justify-content: center; background: #0A66C2; color: #fff; border-radius: 4px; font-size: 0; }
.footer_copyright .social a i { font-size: 14px; }
.footer_copyright .social a:hover { transform: translateY(-5px); }
.footer_copyright { font-size: 15px; color: var(--secondary-color); }
.footer_copyright .link a { color: var(--secondary-color); }
.footer_copyright .link a:hover { color: var(--tertiary-color); }
.footer_copyright .text a { color: var(--secondary-color); }
.footer_copyright .text a:hover { color: var(--tertiary-color); }


/* Responsive Css */
@media (min-width: 992px){
    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 200px; background: var(--dropcolor); visibility: hidden; pointer-events: none; margin-top: 0; transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; border-radius: 0px 0px 4px 4px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: var(--droplinkcolor); padding: 8px 15px; border-bottom: 1px solid #ECECEC; font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: var(--headerbottomlinkhover); }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; }
    .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 > 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:first-child > ul > li { width: 31%; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul { flex-direction: row; display: flex !important; width: 100%; flex-wrap: wrap; margin-top: -2px; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child { position: static; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child { width: 69%; border-right: 1px solid #E1E1E1; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li > ul { position: relative; opacity: 1; visibility: visible; left: 0 !important; width: 100%; background: transparent; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > ul { display: flex; flex-wrap: wrap; flex-direction: row; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > ul > li { width: 50%; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a { border: 0; font-size: 15px; padding: 5px 5px 5px 20px; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li > a { border-bottom: 1px solid #E1E1E1 !important; font-size: 14px; font-weight: 700; padding: 35px 20px 5px; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li > ul { padding: 10px 0; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li > a { color: #000; pointer-events: none; }
    
    body.fixed header.header .wrapper{background:#fff;padding:10px 20px 10px; border-radius:0 0 8px 8px;margin:-10px auto 0!important;}
    body.fixed header.header .wrapper .header_right{margin-top:0;}
}
@media (min-width: 1201px){
    body.fixed header.header .wrapper{padding:10px 20px 0;}
    body.fixed header.header .wrapper .header_right{margin-top:-10px;}
}

@media (max-width: 1460px){
    .mainmenu .hs-menu-wrapper > ul > li > a { font-size: 12px; }
    header .button-1 a { font-size: 16px; min-width: 150px; }
    .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a { font-size: 12px; }
    
    /* Footer */
    .footer_wrap .left .footer_menu_wrap { padding-left: 15px; }
}

@media (max-width:1200px){
    header.header .logo, body.fixed header.header .logo { width: 120px; }
    .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 11px; padding: 14px 10px; }
    header .button-1 a { font-size: 16px; min-width: 120px; margin-left: 5px; }
    .mainmenu .hs-menu-wrapper>ul>li:first-child>ul>li>a { font-size: 15px; padding: 20px 15px 5px; }
    .mainmenu .hs-menu-wrapper>ul>li:first-child>ul>li:first-child { width: 60%; }
    .mainmenu .hs-menu-wrapper>ul>li:first-child>ul>li { width: 40%; }
    
    /* Footer */
    .footer_wrap .left .footer_logo { width: 150px; }
    .footer_wrap .left .footer_menu_wrap { width: calc(100% - 150px); }
    .footer_cta_strip h2 { font-size: 26px; }
}

@media (max-width:991px){
    header .wrapper { width: 100%; } 
    .mainmenu:before { display: none; }
    header .btn_wrap { padding-right: 74px; }
    body.nav-up header.header { top: 0; }
    body.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 80px; }
    body.fixed a.mobile-trigger { top: 10px; }
    .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: 17px; color: var(--main-color); }
    .mainmenu .hs-menu-wrapper > ul > li > ul { background: #f5f5f5; padding:0; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { color: var(--main-color);; font-weight: 700; padding: 10px;font-size:16px; }
    
    .mainmenu .hs-menu-wrapper>ul>li:first-child>ul>li:first-child { width: 100%; }
    .mainmenu .hs-menu-wrapper>ul>li:first-child>ul>li { width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { display: inline-block; vertical-align: top; width: 100%; font-size: 15px !important; font-weight: 600; padding: 10px 20px; color: #000; }
    .mainmenu .hs-menu-wrapper>ul>li:first-child>ul>li>a { padding: 15px 25px; font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { background: #fff; padding: 10px 0; }

    .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; }
    .hs-menu-wrapper.hs-menu-flow-vertical ul { display: flex; }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: column; }

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

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; }
    .mobile-open a.mobile-trigger span:after { opacity:1; }
    .mobile-open .mobile_menu_toggle a.mobile-trigger { display: block !important; }
    .mobile_menu_toggle a.mobile-trigger i, .mobile-open .mobile_menu_toggle a.mobile-trigger i:before, .mobile-open .mobile_menu_toggle a.mobile-trigger i:after { background: #fff; }
    .mobile_menu_toggle a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    
    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width:30px; height:3px; display:inline-block; background: var(--hamburger); }
    a.mobile-trigger i:before { margin-top:-10px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; width: 50px; right: 0; }
    a.mobile-trigger i:after { margin-top:10px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; width: 43px; right: 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: 100% !important; height: 47px !important; padding:0 !important; z-index: 11; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; right: 15px; top:8px; transition:all ease .5s; }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background: var(--main-color); transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background: var(--main-color); transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm.child-open span:before { opacity: 0; }

    .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.js-enabled .hs-menu-flow-horizontal { position:absolute; height:auto; top: 97px; left: 0; width: 100%; max-width:100%; padding:0px; background-color:#fff; z-index:8888; display: none; }
    
    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom: 1px solid hsla(0,0%,82%,.5); }

    .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; }
    
    body.fixed a.mobile-trigger i, body.fixed a.mobile-trigger i:after, body.fixed a.mobile-trigger i:before, body.service_body a.mobile-trigger i, body.service_body a.mobile-trigger i:after, body.service_body a.mobile-trigger i:before { background: #000; }
    
    /* Footer */
    .footer_wrap .left { width: 100%; border: 0; padding: 50px 0 30px; }
    .footer_wrap .footer_right { width: 100%; padding: 0 0 30px; text-align: center; }
    .footer_menu_col .hs-menu-wrapper>ul>li>a { font-size: 15px; }
    .footer_copyright .link { padding: 0 10px; }
    .footer_copyright { font-size: 12px; }
    .footer_cta_strip h2 { font-size: 22px; }
    
    body.fixed header.header .wrapper{background:#fff;padding:10px 20px 10px;margin:-10px auto 0!important;}
/*     .mobile-open a.mobile-trigger i:after,body.fixed.mobile-open a.mobile-trigger i{width: 50px;} */
    body.fixed.mobile-open a.mobile-trigger i{background-color:rgba(0,0,0,0.0);}
}

@media (max-width:767px){
    a.mobile-trigger { top: 11px; }
/*   body.fixed header.header{background:#ffffff;} */
    .header .btn_wrap { display: none; }
    .header .btn_wrap.mbl { display: inline-block; vertical-align: top; width: 100%; padding: 15px 15px; text-align: center; }
    header .button-1 a { margin: 0 0 10px; }
    header .button-1.icon a { margin: 0; border: 1px solid #000; }
    
    /* Footer */
    .footer_wrap .left .footer_logo { width: 100%; text-align: center; margin-bottom: 40px; }
    .footer_wrap .left .footer_logo img { width: 220px; }
    .footer_wrap .left .footer_menu_wrap { width: 100%; padding: 0; display: flex; flex-wrap: wrap; }
    .footer_wrap .left .footer_menu_wrap .footer_menu_col { padding: 0 15px 20px 15px; width: 50%; max-width: 50%; flex: 0 0 50%; }
    .footer_menu_col .hs-menu-wrapper>ul>li>a { font-size: 17px; }
    .footer_wrap .footer_right { width: 50%; text-align: left; border-left: 1px solid #E1E1E1; padding-left: 15px; padding-right: 15px; }
    .footer_wrap .left { padding-bottom: 0; }
    .footer_main_area .wrapper { padding: 0; }
    .footer_copyright { padding: 15px; font-size: 13px; }
    .footer_copyright .link { padding: 0; }
    .footer_copyright > div { position: relative; padding-right: 40px; margin-bottom: 10px; }
    .footer_copyright .social { position: absolute; right: 0; top: 0; }
    .footer_cta_strip { padding-top: 80px; }
    .footer_cta_strip h2 { font-size: 30px; padding: 0 0 25px; }
    .footer_cta_strip .button-1 { padding: 0; }
    .footer_wrap .footer_right .hs-menu-wrapper>ul>li>a { font-size: 13px; }
    .footer_wrap .footer_right .hs-menu-wrapper>ul>li>a:after { width: 30px; background-size: 30px; }
    .footer_wrap .footer_right .hs-menu-wrapper>ul>li>a { padding-right: 40px; }
    .footer_menu_col .hs-menu-wrapper>ul>li>ul { display: block !important; }
    
} 
.blog_listing_page { display: inline-block; width: 100%; vertical-align: top; background: #000000; padding: 230px 0 150px; position: relative; z-index:1; }
.blog_listing_page:before { position: absolute; content: ""; top: 100px; left: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/warehouse-basics/images/blog-bg-pattern.png)no-repeat center/cover; width: 1399px; height: 1152px; z-index: -1; }
.blog-listing .section_wrap { display: flex; flex-wrap: wrap; }
.blog-listing .section_wrap .left_part { width: 30%; padding-right: 35px; position:relative; z-index:2; }
.blog-listing .section_wrap .right_part { width: 70%; padding-left: 35px; }
.blog-listing .section_wrap .left_part h5 { font-size: 17px; }
.blog-listing .section_wrap .left_part .sorting-filter { padding: 5px; position: relative; z-index: 1; border: 1px solid rgb(208 208 208 / 50%); border-radius: 5px; display:flex; flex-wrap:wrap; }
.blog-listing .section_wrap .left_part .title { margin-bottom: 50px; padding-bottom: 50px; border-bottom: .5px solid #D0D0D0; }
.blog-listing .section_wrap .left_part .sorting-filter:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: #EBF3FA; backdrop-filter: blur(51px); z-index: -1; opacity:.25; }
.blog-listing .section_wrap .left_part .sorting-filter ul { list-style-type: none; margin: 0; position: absolute; top: calc(100% + 5px); background: #EBF3FA; width: 100%; left: 0; padding: 10px; border-radius: 5px; z-index: 1; display:none; }
.blog-listing .section_wrap .left_part .sorting-filter ul li+li { margin-top: 10px; }
.blog-listing .section_wrap .left_part .sorting-filter ul li a { display: inline-block; width: 100%; }
.blog-listing .section_wrap .left_part .sorting-filter label { background: #F84614; padding: 13px 10px; display:inline-block; font-size: 16px; line-height: 1; font-weight: 600; border-radius: 5px; }
.blog-listing .section_wrap .left_part .sorting-filter ul li { color: #000000; } 
.blog-listing .section_wrap .left_part .sorting-filter span.fliter_title { width: calc(100% - 105px); display: inline-block; text-align: center; font-size: 16px; font-weight: 600; padding: 10px 20px 10px 0; position: relative; background-image: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/warehouse-basics/images/down.png); background-repeat: no-repeat; background-size: auto; background-position: 97.5%; cursor: pointer; }
.blog-listing .section_wrap .left_part .sorting-filter span.fliter_title:before { position: absolute; content: ""; top: 0; right: 0;  width: 21px; height: 42px; border-radius: 50px; border: 1px solid #F84614; }
.blog-listing .section_wrap .left_part .left_content { padding-top: 50px; font-size: 20px; line-height: 27px; font-weight: 400; }

.blog-listing .right_part article { display: flex; flex-wrap: wrap; margin: 0 -25px; }
.blog-listing .right_part article .arcicle-inner { width: calc(50% - 50px); margin: 0 25px 50px; border-radius: 10px; background: #000000; position: relative; z-index: 1; padding: 25px; min-height: 355px; display: none; transition: all .5s ease-in-out; position: relative; }
.blog-listing .right_part article .arcicle-inner .fullbox, .related-post .post_inner .arcicle-inner .fullbox { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.blog-listing .right_part article .arcicle-inner .blog_inner { display: flex; align-items: flex-end; height: 100%; width:100%; }
.blog-listing .right_part article .arcicle-inner:hover .image { transform: scale(0.92); }
.blog-listing .right_part article .arcicle-inner .image { position: absolute; width: 100%; height: 100%; top: 0; left: 0; transform: scale(1.0); transition: all .5s ease-in-out; z-index: -1; border-radius: 10px; }
.blog-listing .right_part article .arcicle-inner .inner.text-whit { position: relative; z-index: 1; }
.blog-listing .right_part article .arcicle-inner .image:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.29) 14%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.8) 100%); border-radius: 10px; }
.blog-listing .right_part article .arcicle-inner a.blog-index__post-tag { position: absolute; top: 10px; left: 10px; display: inline-block; color: #fff; font-size: 13px; font-weight: 600; padding: 6px 20px; text-transform:uppercase; border: 1px solid #F84614; border-radius: 20px; background:transparent; }
.blog-listing .right_part article .arcicle-inner a.blog-index__post-tag:hover { background: #F84614; }
.blog-listing .right_part article .arcicle-inner h3 a { color: #fff; font-size: 21px; line-height: 27px; font-weight: 600; }
.blog-listing .right_part article .arcicle-inner:hover { box-shadow: 0px 0px 10px rgb(255 255 255 / 10%); border-radius:20px; }

.blog-listing .right_part .load_more { text-align: center; padding-top: 50px; }
.blog-listing .right_part .load_more a { color: #fff; font-size: 20px; line-height: 1; font-weight: 600; text-transform: uppercase; position: relative; padding-right: 50px; }
.blog-listing .right_part .load_more a span { position: absolute; top: 0; right: 0; bottom: 0; margin: auto 0; width: 33px; height: 33px; background: #F84614; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.blog-listing .right_part .load_more a span img { width: fit-content; object-fit: contain; }

.blog_listing_page.blog_post { border-radius: 0 0 50px 50px; padding-bottom: 0; }
.post_innerhero { display: inline-block; width: 100%; vertical-align: top; padding-bottom: 100px; }
.post_innerhero .section_wrap { display: flex; align-items: flex-start; }
.post_innerhero .section_wrap .left_part { width: 50%; padding-right: 5px; padding-top: 50px; }
.post_innerhero .section_wrap h1 { font-size: 50px; line-height: 55px; color: #fff; }
.post_innerhero .section_wrap h1 span { color: #fff; }
.post_innerhero .section_wrap .left_part .post_tag a { display: inline-block; padding: 6px 20px; border: 1px solid #F84614; border-radius: 20px; color: #fff; font-size: 13px; font-weight: 600; text-transform: uppercase; background: transparent; }
.post_innerhero .section_wrap .right_aprt { width: 50%; padding-left: 15px; position: relative; z-index: 1; }
.post_innerhero .section_wrap .left_part .post_tag { padding-top: 25px; }
.post_innerhero .section_wrap .left_part .post_tag a:hover { background: #F84614; }
.post_innerhero .section_wrap .right_aprt .post-image { width: 100%; height: 370px; border-radius: 10px; }
.post_innerhero .backto_home { position: absolute; top: 150px; }
.post_innerhero .backto_home a { color: #3891D6; padding-left: 25px; position: relative; font-size: 13px; line-height: 1; text-transform: uppercase; font-weight:600; }
.post_innerhero .backto_home a:before { position: absolute; content: ""; top: 6px; left: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/warehouse-basics/images/backto.png)no-repeat center/cover; width: 13px; height: 8px; }
.post_innerhero .backto_home a:hover { color: #fff; }
.post_innerhero .backto_home a:hover:before { filter: grayscale(1) invert(1); }

.blog-post-main { display: inline-block; width: 100%; padding: 15px; position: relative; margin-top: -150px; }
.blog-post-main .post_wrap { background: #fff; border-radius: 50px; padding-bottom: 100px; padding-top:30px; }

.blog-post-main .post_wrap .social-sharing { max-width: 320px; , max-block-size:; display: flex; align-items: center; border: 1px solid #E1E1E1; border-left: 0; border-right: 0; padding: 10px 0; margin-bottom: 50px; }
.blog-post-main .post_wrap .social-sharing ul.share-buttons { list-style-type: none; padding: 0; margin: 0; display: flex; align-items: center; flex-wrap: wrap; }
.blog-post-main .post_wrap .social-sharing p { color: #F84614; margin-right: 20px; font-size: 13px; text-transform: uppercase; font-weight: 600; } 
.blog-post-main .post_wrap .social-sharing ul.share-buttons li+li { margin-left: 10px; }
.blog-post-main .blog-post__body h2,
.blog-post-main .blog-post__body h3,
.blog-post-main .blog-post__body h4,
.blog-post-main .blog-post__body h5 { margin: 40px 0 15px; }

.related-post { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0; }
.related-post h2 { font-size: 77px; line-height: 1; border-bottom: 1px solid #E1E1E1; padding-bottom: 50px; margin-bottom: 50px; }

.related-post .post_inner { display: flex; flex-wrap: wrap; margin: 0 -25px; }
.related-post .post_inner .arcicle-inner { width: calc(33.33% - 50px); margin: 0 25px 50px; border-radius: 20px; background: #000000; position: relative; z-index: 1; padding: 25px; min-height: 355px; transition: all .5s ease-in-out; }
.related-post .post_inner .arcicle-inner .blog_inner { display: flex; align-items: flex-end; height: 100%; width:100%; }
.related-post .post_inner .arcicle-inner:hover .image { transform: scale(0.92); }
.related-post .post_inner .arcicle-inner .image { position: absolute; width: 100%; height: 100%; top: 0; left: 0; transform: scale(1.0); transition: all .5s ease-in-out; z-index: -1; border-radius: 20px; }
.related-post .post_inner .arcicle-inner .inner.text-whit { position: relative; z-index: 1; }
.related-post .post_inner .arcicle-inner .image:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.29) 14%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.8) 100%); border-radius: 20px; }
.related-post .post_inner .arcicle-inner a.blog-index__post-tag { position: absolute; top: 10px; left: 10px; display: inline-block; color: #fff; font-size: 13px; font-weight: 600; padding: 10px 20px; border: 1px solid #F84614; border-radius: 30px; background:transparent; }
.related-post .post_inner .arcicle-inner a.blog-index__post-tag:hover { background: #F84614; }
.related-post .post_inner .arcicle-inner h3 a { color: #fff; font-size: 21px; line-height: 27px; font-weight: 600; }
.related-post .post_inner .arcicle-inner:hover { box-shadow: 0px 0px 10px rgb(255 255 255 / 10%); border-radius:20px; }

.post_wrap.post-container a{color:#F84614;}
.post_wrap.post-container a:hover{text-decoration:underline;}

@media (max-width:1499px){
    .blog-listing .section_wrap .left_part .sorting-filter span.fliter_title:before { right: -2px; }
    .blog-listing .right_part article { margin: 0 -15px; }
    .blog-listing .right_part article .arcicle-inner { margin: 0 15px 50px; width: calc(50% - 30px); } 
    
    .blog_listing_page:before { width: 100%; }
    
    .post_innerhero .section_wrap h1 { font-size: 40px; }
    .related-post { padding: 80px 0; }
    .related-post h2 { font-size: 50px; padding-bottom: 30px; margin-bottom: 30px; }
    .related-post .post_inner .arcicle-inner { width: calc(33.33% - 30px); margin: 0 15px 0; }
    .related-post .post_inner { margin: 0 -15px; }
}

@media (max-width:1200px){
    .blog-listing .section_wrap .left_part { padding-right: 15px; }
    .blog-listing .section_wrap .right_part { padding-left: 15px; }
    .blog-listing .right_part article .arcicle-inner { margin: 0 5px 30px; width: calc(50% - 10px); min-height: 300px; }
    .blog-listing .right_part article { margin: 0 -5px; }
    .blog-listing .right_part article .arcicle-inner h3 a { font-size: 18px; line-height: 24px; }
    
    .post_innerhero .section_wrap .left_part { padding-top: 30px; }
    .post_innerhero .backto_home { top: 120px; }
    .post_innerhero .section_wrap h1 { font-size: 30px; line-height:1.3; }
    .post_innerhero .section_wrap .right_aprt .post-image { height: 300px; }
    .blog-post-main { margin-top: -150px; }
    .related-post .post_inner .arcicle-inner { min-height: 300px; padding: 15px; }
}

@media (max-width:991px){
    .blog_listing_page { padding: 150px 0 100px; }
    .blog-listing .section_wrap .left_part { width: 100%; padding: 0; }
    .blog-listing .section_wrap .left_part .sorting-filter span.fliter_title:before { right: 8px; }
    .blog-listing .section_wrap .left_part .title { padding-bottom: 30px; margin-bottom: 30px; }
    .blog-listing .section_wrap .right_part { width: 100%; padding: 50px 0 0; }
    
    .related-post .post_inner .arcicle-inner { width: calc(33.33% - 10px); margin: 0 5px; }
    .related-post .post_inner { margin: 0 -5px; }
    .related-post h2 { font-size: 40px; line-height: 1; }
}

@media (max-width:767px){
    .blog-listing .section_wrap .left_part .sorting-filter span.fliter_title:before { right:4px; }
    .blog-listing .right_part article { margin: 0; }
    .blog-listing .right_part article .arcicle-inner { width: 100%; margin: 0 0 30px; min-height: 250px; }
    .blog-listing .right_part article .arcicle-inner:last-child { margin-bottom: 0; }
    
    .post_innerhero { padding: 50px 0; }
    .post_innerhero .section_wrap .left_part { width: 100%; padding: 30px 0 0; order: 2; }
    .post_innerhero .section_wrap { flex-wrap: wrap; }
    .post_innerhero .section_wrap .right_aprt { width: 100%; padding: 0; }

    .blog-post-main { margin: 0; }
    .blog-post-main .post_wrap { border-radius: 20px; padding-bottom: 50px; }
    .blog_listing_page.blog_post { border-radius: 0 0 20px 20px; }
    .blog-post-main .post_wrap .social-sharing { max-width: 100%; margin-bottom: 20px; }
    .blog-post-main .blog-post__body h2,
    .blog-post-main .blog-post__body h3,
    .blog-post-main .blog-post__body h4,
    .blog-post-main .blog-post__body h5 { margin: 30px 0 10px; }

    .related-post { padding: 50px 0; }
    .related-post h2 { font-size: 30px; margin-bottom: 20px; padding-bottom: 20px; }
    .related-post .post_inner { margin: 0; }
    .related-post .post_inner .arcicle-inner { width: 100%; margin: 0 0 30px; }
    .related-post .post_inner .arcicle-inner:last-child { margin: 0; }
}

@media (max-width:500px){
    .blog-listing .section_wrap .left_part .sorting-filter span.fliter_title:before { right: 0; }
    
    .post_innerhero .section_wrap .right_aprt .post-image { height: 190px; }
    .related-post .post_inner .arcicle-inner { min-height: 250px; }
}

@media (max-width:360px){
    .blog-listing .section_wrap .left_part .sorting-filter span.fliter_title:before { right: -2px; }
} 
.content-wrapper { display: inline-block; width: 100%; vertical-align: top; padding: 180px 0; background: #000; }
.content-wrapper .error-page-mn { padding: 0 15px; }
.content-wrapper .page-not-found-sc { padding: 100px 30px; background: #fff; border-radius: 50px; margin: 0 auto; text-align: center; }
.content-wrapper .page-not-found-sc h6 { padding: 25px 0; }
.content-wrapper .page-not-found-sc .button-1 { margin-top: 25px; }

.systems-page .member_inner { background: #fff; border-radius: 15px; padding: 50px; }
.systems-page .member_inner label.hs-membership-global-error.hs-error-msg { color: #000; }
.systems-page .member_inner form input { border: 1px solid #000;  }
.systems-page .member_inner form input[type="password"]{ height:74px !important; }
.systems-page .member_inner ul.no-list { display: none; }
.systems-page .member_inner form { margin-top: 50px; }
.systems-page .member_inner h1 { padding-bottom: 15px; }

@media (max-width:767px){
    .content-wrapper { padding: 100px 0 50px; }
    .content-wrapper .page-not-found-mn .page-not-found-sc { padding: 50px 15px; border-radius: 15px; }
    
    .systems-page .member_inner { padding: 50px 15px; }
    .systems-page .member_inner form input[type="password"] { height:60px !important; }
}  

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
         url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**/
@font-face {
    font-family: 'SyneNew';
    src: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-ExtraBold.woff2) format('woff2'),
         url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-ExtraBold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SyneNew';
    src: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-Medium.woff2) format('woff2'),
         url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SyneNew';
    src: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-Bold.woff2) format('woff2'),
         url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SyneNew';
    src: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-SemiBold.woff2) format('woff2'),
         url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SyneNew';
    src: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-Regular.woff2) format('woff2'),
         url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/fonts/syne/Syne-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 




/* Root */
:root {
    --main-color:                         #000000;
    --secondary-color:                    #3891D6;
    --tertiary-color:                     #F84614;
    --quaternary-color:                   #EBF3FA;
      
    --main-font:                          SyneNew;
    --sec-font:                           SyneNew;
  
    --headertopbg:                        
    
    
        
    
    rgba(#null, 1)
;
    --headertoplink:                      ;
    --headertoplinkhover:                 ;
    --headerbottombg:                     
    
    
        
    
    rgba(0, 0, 0, 1.0)
;
    --headerbottomlink:                   #FFFFFF;
    --headerbottomlinkhover:              #F84614;
    --dropcolor:                          #FFFFFF;
    --droplinkcolor:                      #000000;
    --droplinkhovercolor:                 #F84614;
    --droplinkhoverbgcolor:               ;  
    --hamburger:                          #FFFFFF;
  
    --body_font:                          SyneNew;
    --body_font_size:                     18;
  
    --link_color:                         #000000;
    --link_hover_color:                   #F84614;  
}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

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

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#000000; 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%; margin-top:-17.5px; display:inline-block; color:#ECECEC; background: transparent; width: 30px; height: 30px; font-size:0; cursor:pointer; border:0; transition:all ease-in-out .4s; padding: 0; }
.slick-arrow:before { position: absolute; content: ""; height: 15px; width: 24px; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/warehouse-slider-arrow.png) no-repeat center / cover; }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next { transform: scale(-1) translateY(50%); }
.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 #000000; width:16px; height:16px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#000000; }

.container .dnd-section > .row-fluid, .wrapper { margin:0 auto !important; width:1200px; padding:0 15px; float:none !important; }

.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); }

/* Homepage */
.home_main_area { margin-top: 350px; }
.mainHomepage.home_main_area { margin-top: 0; }
.overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.1); z-index: -1; }
.pre_title { display: inline-block; vertical-align: top; width: 713px; max-width: 100%; border-bottom: 1px solid rgb(208 208 208 / 50%); }
.hero { min-height: calc(100vh - 80px); position: relative; width: 100%; top: 0; left: 0; padding: 400px 0 250px; z-index: -1; transition: all ease-in-out .4s; }
body.load .hero { position: fixed; }
.hero:before { position: absolute; content: ""; height: 535px; width: 535px; max-width: 100%; top: 0; left: 20%; border-radius: 100%; opacity: 1; background: var(--Orange, #F84614); mix-blend-mode: multiply; filter: blur(100px); }
.hero:after { position: absolute; content: ""; height: 680px; width: 680px; max-width: 100%; bottom: 0; left: 0; right: 0; margin: 0 auto; border-radius: 100%; opacity: 0.7; background: var(--Blue, #1866A3); mix-blend-mode: multiply; filter: blur(60px); }
.hero .wrapper { position: relative; z-index: 1; }
.hero h1 span { font-size: 27px; text-transform: uppercase; color: #fff; border-radius: 52.988px; border: 1px solid #D0D0D0; padding: 21px 28px; }
.hero_con .text { width: 580px; padding-right: 20px }
.hero_con .btn_wrap .button-1 a { margin-right: 13px; }
.hero .overlay_pattern { position: absolute; content: ""; height: 90%; width: 100%; bottom: 0; right: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/warehouse-hero-pattern.png) no-repeat center / cover; background-size: 100% 100%; }

.intro_sc { position: relative; background: #fff; border-radius: 40px 40px 0px 0px; z-index: 1; padding: 130px 0 50px; margin-top: -40px; }
.intro_sc h2 label { font-size: 17px; font-weight: 600; text-transform: uppercase; padding-right: 30px; }
.intro_sc .text { width: 1060px; max-width: 100%; }
.intro_sc .title { padding-bottom: 40px; margin-bottom: 30px; border-bottom: 1px solid #E1E1E1; }
.intro_sc .title h2 span { color: var(--tertiary-color); }

.benefit_sc { background: #fff; }
.benefit_cover { position: relative; }
.benefit_cover:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; width: calc(100% - 40px); background: var(--quaternary-color); border-radius: 10px; margin: 0 auto; right: 0; }
.benefit_cover .title { padding: 0 15px; position: relative; }
.benefit_slider_wrap .benefit_title { font-size: 35px; font-weight: 700; text-transform: uppercase; display: inline-block; vertical-align: middle; padding: 20px 24px; border-radius: 52.988px; border: 1px solid #BED0DE; position: relative; }
.benefit_slider_wrap span.dash { padding: 0 10px; font-size: 35px; font-weight: 700; }

.we_are_main_sc { display: inline-block; vertical-align: top; width: 100%; padding: 100px 0 0px; background: #fff; }
.we_are_head { border-bottom: 1px solid #E1E1E1; }
.we_are_head h2 { font-size: 50px; line-height: 1; }
.we_are_head h2 span{ color:#F84614; }

.we_are_img { min-height: 400px; position: relative; }
.we_are_img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%); }
.we_are_img .wrapper { position: relative; }
.we_are_item_wrapper .wrapper { width: 1000px; max-width: 100%; } 
.we_are_item { position: sticky; top: 95px; transition: all ease-in-out .4s; }
.we_are_item h3{text-transform:uppercase;}
.we_are_item_wrapper { position: relative; }
body.nav-down .we_are_item { top: 95px; }
.we_are_item .number { position: absolute; left: 20px; }
.we_are_item .number.mbl { display: none; }

.service_main_sc { display: inline-block; vertical-align: top; width: 100%; padding: 180px 25px 0; position: relative; z-index: 1; }
.service_main_sc .ser_pattern { position: absolute; top: 150px; right: 0; z-index: -1; }
.service_main_sc .service_head { padding-bottom: 180px; }
.title_style h2 label { font-size: 17px; font-weight: 600; text-transform: uppercase; padding-right: 100px; }
.ser_pattern svg { fill: #1866A3; stroke-width: 0.5px; stroke: #000; filter: blur(100px); }

.ser_cover { background: #fff; border-radius: 40px 40px 0px 0px; padding: 125px 25px 110px 25px; }
.ser_cover .left { width: 610px; padding-right: 60px; }
.ser_cover .left .title_style h2 label { padding-right: 20px; }
.ser_cover .right { width: calc(100% - 610px); padding-left: 25px; border-left: 1px solid #E1E1E1; }
.ser_item { margin-bottom: 35px; }
.ser_item:last-child { margin-bottom: 0; }
.ser_item .serImg { padding: 210px 0 0; display: flex; align-items: flex-end; position: relative; z-index: 1; }
.ser_item .serImg:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #003157; mix-blend-mode: darken; z-index: -1; opacity: 0; transition: all ease-in-out .4s; }
.ser_item .serImg:after { position: absolute; content: ""; height: 100%; width: 100%; bottom: 0; left: 0; opacity: 0.4; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); mix-blend-mode: darken; z-index: -1; }
.ser_item .serImg .con { padding: 30px; width: 100%; }
.ser_item .serImg .con h3 { margin-bottom: 10px; }
.ser_item .serImg .con .click { display: none; }
.ser_item:hover .serImg:before { opacity: 0.75; }
.ser_item .text { display: none; }
.ser_cover .left .in { position: sticky; top: 110px; transition: all ease-in-out .4s; }
body.nav-down .ser_cover .left .in { top: 100px; }

.sol_sc { padding: 0 25px; background: #000; }
.sol_cover { padding: 25px 25px 0px; }
.sol_wrap_area { width: 1130px; max-width: 100%; margin: 0 0 0 auto; }
.sol_wrap { margin: 0 -10px; }
.sol_col { width: calc(50% - 20px); margin: 10px; padding: 35px 50px 70px; transition: all ease-in-out .4s; position: relative; }
.sol_col .fullbox { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }
.sol_col:hover { background: var(--quaternary-color); }
.sol_col:hover .con:after { left: 10px; }
.sol_col a { color: var(--main-color); }
.sol_col .con { position: relative; }
.sol_col .con:after { position: absolute; content: ""; height: 12px; width: 57px; bottom: 0; left: 0; transition: all ease-in-out .4s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='12' viewBox='0 0 57 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.3376 5.47236C56.425 5.56411 56.5111 5.75317 56.5111 5.89556C56.5087 6.04004 56.4823 6.17669 56.3376 6.31855L51.415 11.549C51.1886 11.7903 50.7874 11.8115 50.5448 11.573C50.3151 11.3471 50.2994 10.937 50.5208 10.7029L54.4724 6.51081H38.6662C38.6397 6.51081 38.6135 6.50913 38.5878 6.50586H0.35144V5.2832H38.6041C38.6246 5.28116 38.6453 5.28011 38.6662 5.28011H54.4724L50.5208 1.08801C50.2993 0.853906 50.3053 0.433447 50.5448 0.217862C50.8128 -0.023291 51.1851 0.0042465 51.415 0.241861L56.3376 5.47236Z' fill='black'/%3E%3C/svg%3E"); }

.loc_sc { padding: 0 25px; background: #000; }
.loc_cover { border-radius: 0px 0px 40px 40px; padding: 0px 25px; }
.loc_cover .sc_title { position: relative; margin-top: -35px; }
.loc_cover .loc_wrap_area { width: 1130px; max-width: 100%; margin: 0 0 0 auto; padding: 40px 0 60px 50px; position: relative; }
.loc_cover .loc_wrap_area .text { width: 760px; max-width: 100%; position: relative; }
.loc_cover .loc_wrap_area .text:after { position: absolute; content: ""; height: 12px; width: 57px; bottom: 0; left: 0; transition: all ease-in-out .4s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='12' viewBox='0 0 57 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.3376 5.47236C56.425 5.56411 56.5111 5.75317 56.5111 5.89556C56.5087 6.04004 56.4823 6.17669 56.3376 6.31855L51.415 11.549C51.1886 11.7903 50.7874 11.8115 50.5448 11.573C50.3151 11.3471 50.2994 10.937 50.5208 10.7029L54.4724 6.51081H38.6662C38.6397 6.51081 38.6135 6.50913 38.5878 6.50586H0.35144V5.2832H38.6041C38.6246 5.28116 38.6453 5.28011 38.6662 5.28011H54.4724L50.5208 1.08801C50.2993 0.853906 50.3053 0.433447 50.5448 0.217862C50.8128 -0.023291 51.1851 0.0042465 51.415 0.241861L56.3376 5.47236Z' fill='black'/%3E%3C/svg%3E"); }
.loc_cover .loc_wrap_area .fullbox { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }
.loc_cover .loc_wrap_area:hover .text:after { left: 20px; }

.tech_head { padding: 100px 25px 0; }
.tech_head .title_style { padding-bottom: 15px; border-bottom: 1px solid rgb(225 225 225 / 50%); }
.tech_head .title_style h2 label { color: var(--tertiary-color); padding-right: 50px; }
.tech_cover { position: relative; z-index: 1; padding: 130px 0 170px; }
.tech_cover:before { position: absolute; content: ""; background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.50) 42.47%); height: 100%; width: 100%; top: 0; left: 0; z-index: -1; }
.tech_wrap .right { padding-left: 60px; }
.tech_item_list .num { font-size: 16px; font-weight: 500; }
.tech_item_list .dash { height: 1px; width: 111px; background: rgb(225 225 225 / 50%); margin: 0 20px; }
.tech_item_list { margin-bottom: 30px; }
.tech_item_list:last-child { margin: 0; }

.testimonial_section .pre_title { width: 100%; border-bottom: 1px solid #E1E1E1; padding-top: 70px; padding-right: 130px; position: relative; margin-bottom: 0; }
.testimonial_section .pre_title:after { position: absolute; content: ""; height: 100%; width: 1px; top: 0; right: 90px; background: #E1E1E1; }
.testimonial_section .pre_title span { color: var(--tertiary-color); }
.testimonial_slider_wrap { padding: 70px 150px 90px 0; position: relative; }
.testimonial_slider_wrap:after { position: absolute; content: ""; height: 100%; width: 1px; top: 0; right: 90px; background: #E1E1E1; }
.testimonial_slider_raw .bio h3 { position: relative; }
.testimonial_slider_raw .bio h3:before { position: relative; content: ""; display: inline-block; vertical-align: middle; margin-right: 10px; top: -1px; height: 15px; width: 22px; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/warehouse-quote-icon.svg) no-repeat center / cover; }
.testimonial_slider_raw .bio h3 p { display: inline; }

.arrow-wrap { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 80px; display: flex; align-items: center; justify-content: center; margin-top: -30px; }
.arrow-wrap ul.slick-dots { margin: 0; line-height: 0; padding: 0; }
.slick-slider .arrow-wrap button.slick-arrow { left: 0; background-color: transparent; margin: 0; transform: translateY(-50%); }
.slick-slider .arrow-wrap button.slick-next { right: 0; left: auto; }
.slick-slider .arrow-wrap button.slick-arrow.slick-disabled { opacity: 0.5; }
.arrow-wrap ul.slick-dots li button { height: 18px; width: 6px; border-radius: 0; border: 0; background: #D1D8DD; transition: all ease-in-out .4s; }
.arrow-wrap ul.slick-dots li { display: block; padding: 0; margin-bottom: 7px; }
.arrow-wrap ul.slick-dots li:last-child { margin-bottom: 0; }
.arrow-wrap ul.slick-dots li.slick-active button { height: 47px; background: var(--tertiary-color); } 
.slick-slider .arrow-wrap button.slick-arrow.slick-next { transform: translateY(-50%) rotate(180deg); }

.insight_left { min-height: 310px; display: flex; align-items: flex-end; width: 65%; position: relative; z-index: 1; border-radius: 10px; overflow: hidden; }
.insight_left .title_style { padding: 40px; position: relative; z-index: 1; }
.insight_top_wrap .viewall_btn { width: calc(35% - 30px); margin-left: 30px; background: #EBF3FA; display: flex; align-items: center; justify-content: center; padding: 15px; border-radius: 12px; position: relative; }
.insight_left:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #000; mix-blend-mode: darken; z-index: -1; opacity: 0.6; }
.insight_left:after { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/insight-pattern-bg.png) no-repeat center / cover; mix-blend-mode: color; }
.insight_left .title_style h2 label { padding-right: 50px; }
.insight_top_wrap .viewall_btn a { position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; padding: 15px; }
.insight_top_wrap .viewall_btn a:after { position: relative; display: inline-block; margin-left: 15px; }
.insight_top_wrap { padding-bottom: 10px; border-bottom: 1px solid #E1E1E1; }

.insight_post_item { width: 50%; padding: 65px 35px 40px 0px; position: relative; border-right: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; }
.insight_post_item:last-child { padding-right: 0; padding-left: 35px; border-right: 0; }
.insight_post_item h3 { margin-bottom: 10px; }
.insight_post_tag a { border: 1px solid rgb(248 70 20 / 50%); border-radius: 60px; font-size: 14px; font-weight: 600; text-transform: uppercase; padding: 5px 10px; position: relative; z-index: 1; }
.insight_post_tag a:hover { background: var(--tertiary-color); color: #fff; }
.insight_post_con { padding: 20px 0 40px; position: relative; }
.insight_post_con:after { position: absolute; content: ""; height: 13px; width: 57px; bottom: 0; left: 0; transition: all ease-in-out .4s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='13' viewBox='0 0 57 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.8061 5.90693C56.8935 5.99868 56.9796 6.18774 56.9796 6.33013C56.9772 6.47461 56.9508 6.61126 56.8061 6.75312L51.8835 11.9836C51.6572 12.2249 51.256 12.2461 51.0134 12.0076C50.7836 11.7817 50.7679 11.3716 50.9894 11.1375L54.9409 6.94538H39.1348C39.1082 6.94538 39.082 6.9437 39.0563 6.94043H0.819946V5.71777H39.0726C39.0931 5.71573 39.1138 5.71468 39.1348 5.71468H54.9409L50.9894 1.52258C50.7678 1.28848 50.7738 0.868017 51.0134 0.652432C51.2813 0.411279 51.6536 0.438817 51.8835 0.676431L56.8061 5.90693Z' fill='%23F84614'/%3E%3C/svg%3E"); }
.insight_post_item .fullbox { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }
.insight_post_item:hover .insight_post_con:after { left: 10px; }

.easy_step_sc { padding: 0 25px; }
.easy_step_sc .cover { border-radius: 20px; padding: 80px 0px 80px 80px; position: relative; z-index: 1; overflow: hidden; }
.easy_step_sc .cover .step_bg_wrap { position: absolute; top: -40px; right: 0; height: 100%; width: 80%; z-index: -1; -webkit-mask-image: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/step-bg-pattern.png); mask-image: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/step-bg-pattern.png); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100%; }
.easy_step_sc .cover .step_bg_wrap .step_bg { position: relative; height: 100%; width: 100%; }
.easy_step_sc .cover .step_bg_wrap .step_bg:after { position: absolute; content: ""; height: 100%; width: 100%; top: 1px; right: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/step-bg-pattern.png); mix-blend-mode: multiply; background-position: top -1px right; background-size: 100%; }
.easy_step_sc .cover .title_style h2 { font-size: 60px; margin-bottom: 15px; padding-bottom: 30px; border-bottom: 1px solid rgb(208 208 208 / 50%); padding-right: 20px; }
.easy_step_sc .cover .title_style h2 label { padding: 0 0 0 30px; }
.step_item { border-bottom: 1px solid rgb(208 208 208 / 50%); display: flex; align-items: center; padding: 50px 15px 10px 0; }
.step_item div { width: 30%; }
.step_item h4 { width: 75%; padding-left: 15px; text-transform: uppercase; }
.step_item h4 span { color: var(--tertiary-color); }
.step_wrap { margin-bottom: 60px; }
.easy_step_sc .cover:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);}
.easy_step_sc .cover .title_style, .easy_step_sc .cover .steps_area { position: relative; }
 

/* Services Page */
.service_body .service_main_area { padding-top: 190px; }

.inner_hero { min-height: 350px; position: fixed; width: 100%; top: 0; left: 0; z-index: -1; transition: all ease-in-out .4s; }
.inner_hero:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #000; opacity: 0.4; }
.inner_hero:after { position: absolute; content: ""; height: 100%; width: 942px; top: 0; right: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/inner-hero-pattern.png) no-repeat center / cover; mix-blend-mode: color; opacity: 0.7; }

.inner_intro_sc { background: #fff; border-radius: 40px 40px 0px 0px; position: relative; margin-top: -40px; padding: 70px 0 0; }
.inner_intro_sc h1 { font-size: 77px; }
.inner_intro_sc .wrap .right { padding-left: 70px; }
.inner_intro_top { padding-bottom: 80px; border-bottom: 1px solid #E1E1E1; }

.intro_img_wrap .img { height: 280px; }
.intro_img_wrap .left { width: 30%; }
.intro_img_wrap .right { width: calc(70% - 20px); margin-left: 20px; }
.intro_img_wrap { padding-bottom: 20px; border-bottom: 1px solid #E1E1E1; }
.inner_intro_btm p { padding: 0 0 20px; }
.inner_intro_btm .text h3 { margin-bottom: 12px; }
.inner_intro_btm .text h4 { margin-bottom: 12px; }

.inner_intro_btm .text a { color:#F84614; }
.inner_intro_btm .cover { padding-bottom: 30px; border-bottom: 1px solid #E1E1E1; }

.benefit_sc.style2 .benefit_cover:before { background: #fff; }
.benefit_sc.style2 .benefit_cover .title { width: 1460px; max-width: 100%; padding: 0 15px 22px; margin: 0 auto; text-align: left; }
.benefit_sc.style2 .benefit_cover .title h3 { color: #A2A2A2; }
.benefit_sc.style2 .benefit_cover .title h3 span { color: var(--tertiary-color); }

.we_are_main_sc.we_are_offer { padding-top: 50px; }
.we_are_main_sc.we_are_offer .we_are_head h2 { font-size: 42px; }
.we_are_main_sc.we_are_offer .we_are_head .title { width: 55%; }
.we_are_main_sc.we_are_offer .head_wrap .con { width: 45%; padding-left: 30px; }
.we_are_head p{margin-top:20px;}

.stack_cover .wrap { display: flex; flex-wrap: wrap; width: 100%; background: #EBF3FA; }
/* .stack_cover .wrap .stack_img_wrap { width: 38%; position: relative; } */
.stack_cover .wrap .stack_content_wrap { width: 62%; padding: 50px 80px 0; padding-right: calc((100% - 1460px) / 2); }
.stack_img_item .stack_img { width: 100%; min-height: 100vh; position: relative; }
.stack_content_item { background: #fff; border: 1px solid #E1E1E1; padding: 40px; width: 600px; max-width: 100%; margin: 0 auto 40px; }
.stack_content_item .num { font-weight: 500; padding-bottom: 10px; border-bottom: 1px solid #E1E1E1; }
.stack_img_item .stack_img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.30) 100%); }
.stack_img_item .stack_img + .img_con { position: absolute; bottom: 0; left: 0; z-index: 1; }
.stack_img_wrap .img_con { position: absolute; bottom: 0; left: 0; padding: 30px 30px 100px 30px; }
.stack_img_wrap .img_con h2 { margin-bottom: 20px; font-size:50px; }
.stack_card_sc { background: #EBF3FA; }
.stack_card_sc .point { width: 100%; display: flex; align-items: center; position: sticky; top: 0; transition: all ease-in-out .4s; }
body.nav-down .stack_card_sc .point { top: 95px; }
.stack_img_wrap { position: relative; width: 38%; padding: 0; }
/* .stack_card_sc .stack_cover .stack_content_wrap { width: 62%; padding: 0 0 0 50px; } */
.stack_cover { display: flex; width: 100%; }
.stackimg_wrap { width: 50%; }
.stack_img_wrap { width: 100%; position: relative; }
.stackcard_wrap { padding: 130px 40px; 50px 40px; }
.stack-cards__item { position: -webkit-sticky; position: sticky; top: 6rem; }

.b_a_head .conbox { width: 1110px; max-width: 100%; }
.b_a_sc .twentytwenty-container img { width: 100% !important; }
.b_a_sc .twentytwenty-container { height: 780px !important; } 
.b_a_sc .twentytwenty-before-label:before, .b_a_sc .twentytwenty-after-label:before { text-transform: uppercase; font-weight: 700; font-size: 20px; color: #000; border-radius: 4px; background: rgb(235 243 250 / 75%); letter-spacing: 0; padding: 4px 16px; top: 13px !important; margin: 0 !important; }

.loc_map_wrap { display: flex; flex-wrap: wrap; align-items: center; }
.loc_map_left { padding-left: calc((100% - 1430px) / 2); width: 50%; }
.loc_map_right { width: 50%; }
.loc_map_right img { width: 100%; }
.loc_add_item { width: 535px; max-width: 100%; padding-bottom: 40px; margin-bottom: 20px; border-bottom: 1px solid #E1E1E1; }
.loc_add_item:last-child { padding-bottom: 0; margin-bottom: 0; border: 0; }
.loc_add_item .add, .loc_add_item .tel { padding-left: 50px; position: relative; }
.loc_add_item .add:before, .loc_add_item .tel:before { position: absolute; content: ""; height: 37px; width: 37px; top: 0; left: 0; }
.loc_add_item .add:before { background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/warehouse-add-icon.png) no-repeat center / cover; }  
.loc_add_item .tel:before { background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/warehouse-tel-icon.png) no-repeat center / cover; top: -4px; }  
.loc_add_item .add { margin-bottom: 15px; }
.loc_add_item .tel a { font-weight: 600; text-decoration: underline; text-underline-position: under; }

.offer_sc { border-radius: 40px; position: relative; z-index: 1; }
.offer_sc:before { position: absolute; content: ""; height: 500px; width: 100%; top: 40px; left: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 4.6%, #000 41.88%); }
.offer_sc .shadow { position: fixed; top: 0; right: 0; opacity: 0; z-index: -1; visibility: hidden; height: 50%; transform: translateY(-50%); }
.offer_sc.active .shadow { opacity: 1; z-index: 1; visibility: visible; }
/* .offer_sc .cover { position: relative; } */
/* .offer_sc .cover:before { position: absolute; content: ""; height: 500px; width: 100%; top: 0px; left: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 4.6%, #000 41.88%); } */
/* .offer_sc:after { position: absolute; content: ""; height: 100%; width: 784px; max-width: 0; top: 0; right: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/offer-bg-shadow.png) no-repeat center / cover; } */
.offer_head { padding-top: 60px; border-top: 1px solid rgb(208 208 208 / 50%); position: relative; z-index: 1; }
.offer_head .text { padding-left: 70px; }
.offer_item { border: 1px solid #fff; border-radius: 40px; padding: 80px 40px 80px 60px; margin-bottom: 30px; background: var(--main-color); position: sticky; top: 100px; z-index: 1; }
.offer_itemin { transition: all ease-in-out .4s; position: relative; z-index: 2; }
.offer_item .con h3 { text-transform: uppercase; margin-bottom: 20px; }
.offer_item .img { height: 362px; padding: 0; }
.offer_item .con { width: 55%; padding-right: 80px; }
.offer_item .img { width: 45%; }
.offer_item .con .list { padding: 11px 0 10px 0; border-bottom: 1px solid rgb(208 208 208 / 50%); text-transform:uppercase;font-weight:500; }
.offer_item .con .list:last-child { border: 0; }
.offer_sc .btm_wrap h2 { width: 700px; padding-right: 50px; max-width: 100%; }
.offer_sc .btm_wrap .button-1 a:hover { background: #fff; color: #000; }

.ser_feature_sc { background: #EBF3FA; position: relative; margin-top: -40px; padding: 200px 0 0; margin-bottom: 160px; }
.ser_feature_sc:before { position: absolute; content: ""; height: 762px; width: 1024px; max-width: 100%; bottom: 0; left: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/feature-pattern-shape.png) no-repeat center / cover; } 
.ser_feature_sc .pre_title { width: 100%; position: relative; margin-top: -20px; }
.ser_feature_sc .wrap { position: relative; } 
.ser_feature_sc .wrap .left { width: 422px; }
.ser_feature_sc .wrap .right { width: calc(100% - 422px); padding: 50px 0px 50px 50px; }
.ser_feature_sc .wrap .right .list { padding-right: 50px; }
.ser_feature_head, .ser_feature_sc .pre_title { position: relative; }

/* About Us Page */
.inner_hero.about_hero { min-height: 1px; padding: 260px 0 170px; }
.inner_hero .shadow { position: absolute; content: ""; top: -350px; right: 5%; background: var(--Blue, #1866A3); mix-blend-mode: hue; filter: blur(87.5px); height: 620px; width: 620px; border-radius: 100%; z-index: 1; }
.inner_hero .wrapper { position: relative; }

.about_how_work_sc { padding: 120px 0 80px; border-bottom: 1px solid rgb(208 208 208 / 50%); position: relative; margin-top: -40px; }

.num_year_sc { border-top: 1px solid rgb(208 208 208 / 50%); border-bottom: 1px solid rgb(208 208 208 / 50%); padding: 50px 0; }
.num_year_sc .num { font-size: 100px; font-weight: 700; line-height: 100px; }
.num_year_sc .year h4 { font-weight: 600; }
.num_year_sc .text { font-size: 22px; font-weight: 700; padding-left: 50px; }
.num_year_sc .text a, .num_year_sc .text span { color: var(--tertiary-color); }
.num_year_sc .text a:hover { color: #fff; }
.num_year_sc .dash { height: 1px; width: 170px; background: rgb(208 208 208 / 50%); }
.num_year_sc .year { padding: 0 50px; }
.num_year_sc .num span { font-size: 50px; position: relative; top: -10px; }
.num_year_sc .wrapper { position: relative; z-index: 1; }

.img_slider_sc { border-radius: 0px 0px 40px 40px; position: relative; }
.img_slider_sc:before { position: absolute; content: ""; height: 422px; width: 100%; left: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/raw_assets/public/warehouse-basics/images/imgslider-shadow.png) no-repeat center / cover; background-size: 100% 100%; top: -180px; }
.img_slider_wrap .slick-slide { line-height: 0; }
.img_slider_box { height: 300px; position: relative; z-index: 1; }
.img_slider_sc .img_sliderin { margin: 0 12px; }

.our_mission_sc .pre_title { width: 100%; margin-bottom: 20px; font-weight: 500; }
.our_mission_sc .con { width: 900px; max-width: 100%; margin: 0 0 0 auto; font-size: 40px; line-height: 1.17; font-weight: 700; }
.our_mission_sc .con span { color: var(--secondary-color); }

.img_txt_sc { position: relative; padding-bottom: 150px; overflow: hidden; }
.img_txt_sc .main_bg_title { position: absolute; top: 0; left: 0; font-weight: 700; color: #F2F8FE; z-index: -1; font-size: calc(5vw + 4vh + 2vmin); width: 5000px; line-height: 1; }
.img_txt_sc .pre_title { width: 100%; margin-bottom: 30px; padding-right: 15px; }
.img_txt_sc .leftbox { padding-top: 50px; width: calc(100% - 550px); }
.img_txt_sc .leftbox .con { padding-right: 80px; }
.img_txt_sc .rightimg { height: 530px; width: 550px; max-width: 100%; }

.open_position { display: inline-block; width: 100%; vertical-align: top; background: #000; border-radius: 40px; padding: 70px 0 90px; margin:50px 0; }
.open_position .top_part { min-height: 503px; border-radius: 10px; padding: 40px; display: flex; align-items: flex-end; position:relative; z-index:1; overflow:hidden; }
.open_position .top_part .image-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.open_position .top_part .image-bg img { width: 100%; height: 100% !important; object-fit: cover; }
.open_position .top_part img.mobile { display: none; }
.open_position .top_part .image-bg:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .3;  }
.open_position .top_part .tab_title { display: inline-block; }
.open_position .top_part ul { padding: 5px; background: #fff; display: flex; align-items: center; border-radius: 5px; flex-wrap: wrap; width: auto; margin: 0; list-style-type: none; margin-top: 15px; }
.open_position .top_part ul li a { background: transparent; padding: 10px 15px; border-radius:3px; display: inline-block; }
.open_position .top_part ul li.current a, .open_position .top_part ul li a:hover { background: #1866A3; color: #fff; }
.open_position .top_part ul li+li { margin-left:5px; }
.tab-content { display: none; }
.open_position .accordian_part { padding-top: 75px; }
.open_position .accordian_part .tab-content .pre_title { display: inline-block; width: 100%; color: #fff; font-weight: 600; }
.open_position .accordian_part .tab-content .acc_wrap { margin-top: 25px; }
.open_position .tab-content .acc_wrap .acc_title { display: flex; align-items: center; width: 100%; position: relative; padding: 15px 40px 20px 0; cursor: pointer; }
.open_position .tab-content .acc_wrap .acc_title span { position: absolute; top: 0; right: 0; border: 1px solid #F84614; display: flex; align-items: center; justify-content: center; padding: 21px 8px; border-radius: 20px; width: 32px; height: 64px; }
.open_position .tab-content .acc_wrap .content { display: none; padding-top: 25px; border-top: 1px solid rgb(208 208 208 / 50%); margin-top: 15px; }
.open_position .tab-content .acc_wrap .col { display: inline-block; width: 100%; }
.open_position .tab-content .acc_wrap .col+.col { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgb(208 208 208 / 50%); }
.open_position .tab-content .acc_wrap .col .acc_inner { padding: 13px 30px; background: #fff; border-radius: 10px; }
.open_position .tab-content .acc_wrap .acc_title h5 { color: #1866A3; padding-left: 15px; font-size: 15px; font-weight: 600; line-height: 1; position: relative; top: 2px; }
.open_position .tab-content .acc_wrap .content .cont_inner { display: flex; flex-wrap: wrap; }
.open_position .tab-content .acc_wrap .content .cont_inner .box_content { width: 32%; padding-right: 15px; }
.open_position .tab-content .acc_wrap .content .cont_inner .right_part { width: 68%; padding-left: 15px; }
.open_position .tab-content .acc_wrap .content .cont_inner .right_part .requirements-list { padding-top: 15px; display: flex; flex-wrap: wrap; max-width: 90%; }
.open_position .tab-content .acc_wrap .content .cont_inner .right_part .requirements-list .req_title { width: calc(50% - 30px); padding: 7px 15px 7px 0; border-top: 1px solid #E1E1E1; margin: 0 15px; }
.open_position .tab-content .acc_wrap .acc_title.active span { transform: rotate(180deg); }
.open_position .accordian_part .tab-content .acc_wrap .apply_now a { display: inline-block; width: 100%; text-align: center; padding: 12px; margin-top: 15px; border: 1.5px solid #000; border-radius: 5px; font-size: 22px; line-height: 29px; font-weight: 700; }
.open_position .accordian_part .tab-content .acc_wrap .apply_now a:hover { background: #000; color: #fff; }
.popup_form { background: transparent !important; padding: 50px 0 0 !important; }
.popup_form h3 { color: #fff; margin-bottom: 20px; }
.popup_form input[type="file"] { position: relative; }
.popup_form input[type="file"] input#file-upload-button { position: absolute; top: 0; right: 0; }
.popup_form input[type=file]::file-selector-button { height: 100%; background: #f84614; color: #fff; border: none; font-family: var(--main-font); cursor: pointer; }
.popup_form input[type="file"] span { position: absolute; left: 150px; display: block; top: 0; }
.fancybox-button svg path { fill: #fff !important; }
.popup_form .popup_inner { background: #000; padding: 40px; }
.fancybox-close-small { background: #f84614 !important; border-radius: 100% !important; }

.whatwemost_sc { padding: 70px 0; }
.whatwemost_sc .pre_title { width: 100%; }
.whatwemostsc_wrap .imagerep_bx { width: 50%; }
.whatwemostsc_wrap .imgandtitle_bx { width: 50%; }
.whatwemostsc_wrap .left_part .imgres_cover img { width: 100%; }
.whatwemostsc_wrap .left_part { margin: 0 -10px; }
.whatwemostsc_wrap .imgres_cover { padding: 0 10px; }
.whatwemostsc_wrap .imgandtitle_bx .title { padding: 0 20px 40px;font-size:50px;line-height:1.05; }
.whatwemostsc_wrap .imgres_cover:first-child { padding-bottom: 15px; }
.whatwemostsc_wrap .right_part .inner { display: none; }
.whatwemostsc_wrap .right_part { padding-left: 50px; padding-top:240px;}
.whatwemostsc_wrap .accordion_box .toggle { font-size: 28px; font-style: normal; font-weight: 700; line-height: 39px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #E1E1E1; cursor: pointer; }
.whatwemostsc_wrap .accordion_box .toggle.show { color: #F84614; }
.whatwemostsc_wrap .accordion_box .toggle.show svg { transform: rotate(180deg); }

.sol_sc.about_sol_sc { background: #fff; margin: 70px 0 0; }
.sol_sc.about_sol_sc .sol_cover { background: #000; border-radius: 40px; padding: 90px 15px; }
.sol_sc.about_sol_sc .sol_cover .sc_title { color: #fff; font-weight: 500; }
.sol_sc.about_sol_sc .sol_col { background: transparent; color: #fff; border-left: 1px solid transparent; border-bottom: 1px solid transparent; }
.sol_sc.about_sol_sc .sol_col h3 { color: #fff; }
.sol_sc.about_sol_sc .sol_col:hover { background: rgb(235 243 250 / 15%); border-color: #fff; }
.sol_sc.about_sol_sc .sol_col .con:after { height: 13px; width: 58px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='13' viewBox='0 0 58 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9549 6.22725C57.0423 6.31899 57.1284 6.50805 57.1284 6.65044C57.126 6.79493 57.0996 6.93157 56.9549 7.07344L52.0323 12.3039C51.806 12.5452 51.4048 12.5664 51.1622 12.3279C50.9324 12.102 50.9167 11.6919 51.1382 11.4578L55.0897 7.26569H39.2836C39.257 7.26569 39.2308 7.26401 39.2051 7.26074H0.96875V6.03809H39.2214C39.2419 6.03604 39.2626 6.03499 39.2836 6.03499H55.0897L51.1382 1.8429C50.9166 1.60879 50.9226 1.18833 51.1622 0.972744C51.4301 0.731592 51.8024 0.759129 52.0323 0.996744L56.9549 6.22725Z' fill='%23F84614'/%3E%3C/svg%3E"); }

.about_benifit_sc .benefit_cover:before { display: none; }
.about_benifit_sc .benefit_slider_wrap .slick-list { padding-bottom: 50px; }

.ser_feature_sc.about_feature_sc { margin-top: 0; padding-top: 150px; }
.benefit_sc.about_benifit_sc .benefit_cover { padding-bottom: 50px; padding-top: 50px; }

/* Default Page */
body .inner_hero.default-banner { position: relative; z-index:4; padding: 200px 0 60px; }
.inner_hero.default-banner .text { max-width: 890px; }
.loctions_section { display: inline-block; width: 100%; vertical-align: top; padding: 80px 0 0; background: #000000; position:relative; z-index:1; }
.loctions_section .section_wrap { display: flex; align-items:flex-start; flex-wrap:wrap;}
.loctions_section .section_wrap .left_part { width: 50%; padding-left: calc((100% - 1430px) / 2); }
.loctions_section .section_wrap .right_part { width: 50%; position: relative; z-index:1; min-height:952px; margin-top:-220px; }
.loctions_section .section_wrap .right_part img { width: 100%; object-fit: cover; position: absolute; top: 0; right: 0; }
.loctions_section .left_part .location_inner { background: #fff; border-radius: 10px; padding:130px 30px 30px; display: flex; align-items: flex-end; flex-wrap:wrap; position: relative; }
.loctions_section .left_part .location_inner+.location_inner { margin-top: 40px; }
.loctions_section .left_part .location_inner .tit_cont { width: 50%; }
.loctions_section .left_part .location_inner .tit_cont .title { font-size: 25px; font-weight: 700; padding-bottom: 15px; text-transform:uppercase; }
.loctions_section .left_part .location_inner .tit_cont .location_add { padding: 15px 0; }
.loctions_section .left_part .location_inner .tit_cont ul { list-style-type: none; padding: 0; margin: 0; }
.loctions_section .left_part .location_inner .tit_cont ul li { position: relative; padding-left: 45px; }
.loctions_section .left_part .location_inner .tit_cont ul li span.icon { position: absolute; top: 0; left: 0; width: 35px; height: 35px; background: #EBF3FA; border-radius: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid rgb(189 204 215 / 30%); }
.loctions_section .left_part .location_inner .tit_cont ul li+li { margin-top: 15px; }
.loctions_section .left_part .location_inner .tit_cont ul li a { padding: 5px 0; display: inline-block; font-weight: 600; border-bottom: 1px solid rgba(0, 0, 0, .5); line-height: 1; }
.loctions_section .left_part .location_inner .filter { width: 50%; }
.loctions_section .left_part .location_inner .city_list { width: 100%; display:none; background: #fff; padding:40px 0px 40px 20px; }
.loctions_section .left_part .location_inner .city_list ul { list-style-type: none;  margin: 0px 0 0; display: flex; align-items: center; flex-wrap: wrap; width: 100%;  border-top: 1px solid #E1E1E1; padding: 20px 0 0; margin: 0 -15px; }
.loctions_section .left_part .location_inner .city_list ul li { width: 33.33%; padding:0 15px; }
.loctions_section .left_part .location_inner .filter span { display: inline-block; width: 100%; padding: 10px; border: 1px solid #E1E1E1; border-left: 0; border-right: 0; position: relative; font-weight: 600; cursor: pointer; text-transform:uppercase; }
.loctions_section .left_part .location_inner .filter span:before { position: absolute; content: ""; top: 0; right: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/warehouse-basics/images/black-down-arrow.svg)no-repeat center/cover; width: 13px; height: 20px; bottom: 0; margin: auto 0; }
.loctions_section .left_part .location_inner .filter.active span:before { transform: rotate(180deg); }
.loctions_section .left_part .location_inner .filter.active span{ color:#f84614; }

.loctions_section .section_wrap .left_part .filter_wrap { margin-top: 25px; position: relative; }
.loctions_section .section_wrap .left_part .filter_wrap .filter span { display: inline-block; font-size:16px; width: 100%; padding: 10px; border: 1px solid #cccccc; border-left: 0; border-right: 0; position: relative; font-weight: 600; cursor: pointer; text-transform: uppercase; color: #fff; text-align: center; }
.loctions_section .section_wrap .left_part .filter_wrap .filter span:after { position: relative; content: ""; top: 0; right: 0; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/warehouse-basics/images/black-down-arrow.svg) no-repeat center / cover; width: 13px; height: 20px; bottom: 0; margin: auto 0; filter: brightness(0) invert(1); display: inline-block; vertical-align: middle; margin-left: 10px; transition: all ease-in-out .2s; }
.loctions_section .section_wrap .left_part .filter_wrap .city_list { position: relative; top: 100%; left: 0; background: #fff; width: 100%; padding: 40px 20px; display: none; }
.loctions_section .section_wrap .left_part .filter_wrap .city_list ul { list-style-type: none; margin: 0px 0 0; display: flex; flex-wrap: wrap; width: 100%; border-top: 1px solid #E1E1E1; padding: 20px 0 0; }
.loctions_section .section_wrap .left_part .filter_wrap .city_list ul li { width: 33.33%; padding: 0 15px; }
.loctions_section .section_wrap .left_part .filter_wrap .filter.open span:after { transform: rotate(180deg); }

.form_section { display: inline-block; width: 100%; vertical-align: top; padding: 150px 0 100px; background: #000; position: relative; z-index: 1; }
.form_section .form { padding: 25px 0 40px; }
.form_section h2 { font-size: 30px; text-transform:uppercase; }
.form_section:before { position: absolute; content: ""; top: 0; left: 0; width: 1512px; height: 950px; z-index: -1; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/warehouse-basics/images/form-bgpattern.png)no-repeat center/cover; }
.form_section .title_callus { display: flex; align-items: center; justify-content: space-between; }
.form_section .title_callus h3 { font-size: 40px; width: 50%; }
.form_section .title_callus .coll_us { display: flex; align-items: center; width: 50%; padding: 15px 0 15px 50px; border: 1px solid rgb(208 208 208 / 50%); border-left: 0; border-right: 0; justify-content: space-between; position:relative; }
.form_section .title_callus .coll_us a { color: #fff; font-size: 40px; line-height:1.2; }
.form_section .title_callus .coll_us span { text-transform:uppercase; }
.form_section .title_callus .coll_us span.icon { position: absolute; top: 0; left: 0; width: 35px; height: 35px; background: rgb(23 83 131 / 50%); border-radius: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid rgb(255, 255, 255, .3); padding: 0; bottom: 0; margin: auto 0; }
.form_section .title_callus .coll_us span.icon img { object-fit: contain; height: 100%; display: inline-block; max-width: 40%; filter: brightness(0) invert(1); }
.form_section .title_callus .coll_us a:hover { color: #f84614; }
.form_section .form input[type="submit"] { margin-top: 0; }
.form_section.submitted:before{ display:none; }

/*12-09-2025  */
0inner_hero_btns_wrap { display: flex; gap: 20px; flex-flow:wrap;}
.experience-list-main-wrap { border-radius: 40px 40px 0 0; background: #1866A3; padding: 33px 0; margin-top: -45px; }
.experience-list-wrap ul { margin: 0; padding: 0; display: flex; flex-flow: wrap; gap: 30px 36px; }
.experience-list-wrap ul li { display: inline-flex; align-items: center; gap: 13px; padding: 12px 26px 12px 12px; border-radius: 52.988px; border: 0.5px solid var(--secondary-color, #3891D6); font-size: 19px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase; }
.experience-list-wrap ul li:before { content: ''; background: url(https://68494.fs1.hubspotusercontent-na1.net/hubfs/68494/warehouse-basics/images/check-icon.svg) no-repeat center/cover; width: 23px; display: inline-block; height: 23px; vertical-align: middle; }
.about_how_work_sc.campaign-work { padding: 95px 0 62px; border-bottom: 0; margin-top: 0; }
.about_how_work_sc.campaign-work:before { content: ''; position: absolute; left: 0; right: 0; top: 12px; width: 100%; border-top: 1px solid rgb(208 208 208 / 50%); }
.service_btns_wrap { padding: 50px 0; display: flex; gap: 20px; }


/*Bottom To Top Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


/* Responsive Css */
@media (min-width: 768px){
    .desk_hide { display: none; }
    
}

@media (min-width: 1461px){
    .wrapper { width: 1460px; }
}

@media (min-width:2000px){
    /* Default Page */
    .loctions_section { padding-bottom: 0; }
    .form_section { padding-top: 0; }
    .loctions_section .section_wrap .right_part img { margin: 0 auto; position: static; height: 100% !important; }
    .map_img { margin: 0 auto; display: flex; align-items: center; justify-content: center; max-width: 70%; }
    .loctions_section .section_wrap .right_part { margin: 0; }
}

@media (max-width: 1600px){
    /* Default Page */
    .form_section:before{ width:100%; height: 800px; top: 0; }
    .loctions_section .section_wrap .right_part { margin-top: -120px; min-height: 820px; }
}

@media (max-width: 1540px){
    .stack_card_sc .wrapper { width: 100%; padding: 0; }
}

@media (max-width: 1460px){
    /* Homepage */
    .ser_cover .left { width: 40%; padding-right: 30px; }
    .ser_cover .right { width: 60%; }
    .ser_cover .wrapper { max-width: 100%; }
    .loc_cover .wrapper, .sol_cover .wrapper, .tech_head .wrapper, .service_main_sc .wrapper { width: 100%; }
    
    /* Service Page */
    .inner_intro_sc h1 { font-size: 60px; }
    .loc_map_left { padding-left: calc((100% - 1170px) / 2); }
    .offer_item { padding: 50px 30px; }
    .ser_feature_head { margin: 0 0 0 auto; }
    .ser_feature_sc .wrap .right .list { padding-right: 15px; }
    .benefit_sc.style2 .benefit_cover .title { width: 1200px; }
    
/*     .stack_img_wrap { width: 40%; }
    .stack_card_sc .stack_cover .stack_content_wrap { width: 60%; } */
    
    /* Default Page */
    .loctions_section .section_wrap .left_part { padding-left:calc((100% - 1170px) / 2) }
}

@media (max-width:1200px){
    .container .dnd-section > .row-fluid, .wrapper { width:950px; }
    
    /* Homepage */
    .hero h1 span { font-size: 16px; display: inline-block; vertical-align: top; margin-top: 15px; padding: 15px; }
    .hero_con .text { width: 100%; padding: 0 0 20px; }
    .intro_sc { padding-top: 80px; }
    .intro_sc .title h2 span ul { min-width: 152px; }
    .benefit_slider_wrap .benefit_title { font-size: 24px; }
    .we_are_head h2 { font-size: 54px; }
    .we_are_item .title h3 { font-size: 22px; }
    .service_main_sc { padding-top: 100px; }
    .service_main_sc .service_head { padding-bottom: 80px; }
    .ser_cover { padding: 100px 15px; }
    .ser_cover .wrapper { width: 100%; }
    .easy_step_sc .cover .title_style h2 { font-size: 40px; }
    .step_item h4 { font-size: 20px; }
    .sol_col { padding: 35px; }
    .loc_cover .sc_title { margin-top: 0; }
    
    /* Service Page */
    .inner_intro_sc h1 { font-size: 42px; }
    .b_a_sc .twentytwenty-container { height: 580px !important; }
    .loc_map_left { padding-left: calc((100% - 950px) / 2); padding-bottom: 30px; padding-top: 30px; }
    .offer_item .con h3 { font-size: 22px; }
    .offer_item .con .list { font-size: 16px; }
    .offer_item .img { height: 250px; }
    .offer_item .con { padding-right: 40px; }
    .ser_feature_sc .pre_title { margin: 15px 0; }
    .ser_feature_sc .wrap .right { padding-left: 15px; width: calc(100% - 320px); }
    .ser_feature_sc .wrap .left { width: 320px; }
    .ser_feature_sc { margin-bottom: 50px; }
    .we_are_main_sc.we_are_offer .we_are_head h2 { font-size: 36px; }
    .benefit_sc.style2 .benefit_cover .title { width: 950px; }
/*     .stack_img_wrap { width: 50%; }
    .stack_card_sc .stack_cover .stack_content_wrap { width: 50%; padding: 30px; } */
    .stackimg_wrap { width: 55%; }
    .stackcard_wrap { padding: 80px 30px 50px; width: 75%; }
    .stack_content_item { width: 100%; margin: 0 auto 20px; }
    .we_are_item .number.desk { display: none; }
    .we_are_item .number.mbl { display: inline-block; position: relative; left: 0; padding-right: 10px; top: -2px; }
    .we_are_item_wrapper .wrapper { width: 950px; display: flex; align-items: center; }
    
    /* About Us Page */
    .open_position .top_part { min-height: 350px; }
    .open_position .tab-content .acc_wrap .col .acc_inner { padding: 20px; }
    .open_position .tab-content .acc_wrap .content .cont_inner .right_part .requirements-list .req_title { padding-right: 0; width: calc(50% - 10px); margin: 0 5px; }
    .open_position .tab-content .acc_wrap .content .cont_inner .right_part .requirements-list { max-width: 100%; }
    .open_position .tab-content .acc_wrap .content .cont_inner .box_content { width: 25%; }
    .open_position .tab-content .acc_wrap .content .cont_inner .right_part { width: 75%; }
    
    .whatwemostsc_wrap .imgandtitle_bx .title { padding: 0 20px 20px; }
    .whatwemostsc_wrap .right_part { padding-left: 15px; padding-top: 65px; }
    
    .num_year_sc .num { font-size: 80px; }
    .num_year_sc .year { padding: 0 30px; }
    .img_slider_box { height: 250px; }
    .img_txt_sc .leftbox .con { padding-right: 20px; }
    
    /* Default Page */
    .loctions_section .section_wrap .left_part { padding-left: calc((100% - 920px) / 2); width: 55%; }
    .loctions_section { padding: 50px 0 0; }
    .loctions_section .section_wrap .right_part { margin: 0; width: 45%; min-height:600px; }
    .loctions_section .section_wrap .right_part img { position: static; }
    .loctions_section .left_part .location_inner { padding: 70px 20px 20px; }

    .form_section { padding: 70px 0; }
    .form_section:before { height: 660px; top: 0; }
    .form_section .title_callus h3 { font-size: 28px; }
    .form_section h2 { font-size: 26px; }
    .form_section .title_callus .coll_us a { font-size: 30px; }
    .loctions_section .left_part .location_inner .tit_cont ul li { padding-left: 40px; }
    .loctions_section .left_part .location_inner .tit_cont ul li span.icon { width: 30px; height: 30px; }
    .loctions_section .left_part .location_inner .tit_cont .title { font-size: 20px; }
    .loctions_section .left_part .location_inner .city_list ul li { width: 50%; }
    .loctions_section .section_wrap .left_part .filter_wrap .city_list ul li { width: 50%; }
    
}

@media (max-width:991px){
    .container .dnd-section > .row-fluid, .wrapper { width:750px; }
    
    /* Homepage */
    .hero h1 { display: flex; align-items: center; flex-wrap: wrap; font-size: 43px; line-height: 1.1; }
    .hero h1 span { display: block; }
    .benefit_slider_wrap .benefit_title { font-size: 18px; padding: 15px; }
    .we_are_head h2 { font-size: 38px; }
    .we_are_item_wrapper .wrapper { width: 750px; }
    .tech_cover { padding: 80px 0px; }
    .tech_cover .left { padding-left: 0; }
    .tech_item_list .dash { width: 90px; margin: 0 10px; }
    .tech_item_list h6 { font-size: 15px; }
    .testimonial_section .pre_title { padding-top: 80px; }
    .testimonial_slider_wrap { padding-top: 40px; padding-bottom: 50px; }
    .testimonial_slider_raw .bio h3 { font-size: 20px; line-height: 1.5; }
    .insight_left .title_style { padding: 20px; }
    .insight_post_item h3 { font-size: 22px; }
    .insight_post_con { white-space: normal; word-wrap: break-word; }
    .easy_step_sc .cover { padding: 50px 0 40px 40px; }
    .easy_step_sc .cover .title_style h2 { font-size: 30px; }
    .easy_step_sc { margin-top: 0; }
    .sol_col .con h3 { font-size: 20px; }
    .ser_item .serImg .con { padding: 15px; }
    .ser_item .serImg .con h3 { font-size: 22px; }
    .easy_step_sc .cover .step_bg_wrap { top: 0; }  
    
    /* Service Page */
    .inner_intro_sc .wrap .right { padding-left: 15px; }
    .inner_intro_sc h1 { font-size: 36px; }
    .b_a_sc .twentytwenty-container { height: 500px !important; }
    .loc_map_left { padding-left: calc((100% - 750px) / 2); padding-top: 50px; padding-bottom: 50px; }
    .offer_head .text { padding-left: 15px; }
    .offer_item { border-radius: 30px; }
    .ser_feature_sc { padding-top: 120px; }
    .ser_feature_sc .wrap .right .list { max-width: 100%; flex: 0 0 100%; margin-bottom: 25px; }
    .ser_feature_sc .wrap .right { padding-top: 0; padding-bottom: 40px; }
    .ser_feature_sc .wrap .right .list .text { margin: 0; font-size: 15px; }
    .benefit_sc.style2 .benefit_cover .title { width: 750px; }
    .we_are_main_sc.we_are_offer .we_are_head h2 { font-size: 30px; }
    
    .stack_img_wrap .img_con { padding: 30px 20px 65px 20px; }
    .stack_content_item { padding: 30px 15px; }
    .stack_content_item .con { padding-top: 30px; }
    
    /* About Us Page */
    .open_position .top_part { padding: 0; width: 100%; }
    .open_position { padding: 30px 0; border-radius: 30px; }
    .open_position .top_part { padding: 30px; width: 100%; }
    .open_position .accordian_part { padding-top: 50px; }
    .open_position .tab-content .acc_wrap .col .acc_inner { padding: 15px; }
    .open_position .tab-content .acc_wrap .acc_title h4 { font-size: 18px; }
    .open_position .tab-content .acc_wrap .acc_title span { padding: 0; height: 100%; }
    .open_position .tab-content .acc_wrap .acc_title { padding: 15px 40px 15px 0; }
    .open_position .tab-content .acc_wrap .content .cont_inner .box_content { width: 100%; padding: 0 0 30px; }
    .open_position .tab-content .acc_wrap .content .cont_inner .right_part { width: 100%; padding: 0; }
    
    .whatwemostsc_wrap .right_part { padding-top: 30px; }
    
    .num_year_sc .text { font-size: 20px; padding-left: 20px; }
    .img_slider_box { height: 200px; }
    .img_txt_sc .leftbox { width: 50%; }
    .img_txt_sc .rightimg { width: 50%; height: 400px; }
    .img_txt_sc { padding-bottom: 100px; }
    .our_mission_sc .con { font-size: 28px; }
    
    /* Default Page */
    body.dafault_page { padding-top: 0 !important; }
    body .inner_hero.default-banner { padding: 150px 0 70px; }
    .loctions_section .section_wrap .left_part { padding-left:calc((100% - 720px) / 2); width:50%; }   
    .loctions_section .section_wrap .right_part { width: 50%; }
    .loctions_section .left_part .location_inner { padding: 50px 20px 20px; flex-wrap: wrap; }
    .loctions_section .left_part .location_inner .tit_cont { width: 100%; }
    .loctions_section .left_part .location_inner .filter { width: 100%; padding: 35px 0 0; }
    .loctions_section .left_part .location_inner .tit_cont .title { font-size: 18px; }
    .loctions_section .left_part .location_inner .city_list ul li { width: 100%; padding: 0; }
    .loctions_section .left_part .location_inner .city_list ul { margin: 0; border: none; }
    .loctions_section .left_part .location_inner .city_list { padding: 0; }

    .form_section .title_callus h3 { font-size: 20px; }
    .form_section:before { top: 0; }
    .form_section h2 { font-size: 20px; }
    .form_section .title_callus .coll_us a { font-size: 22px; }
    .loctions_section .section_wrap .left_part .filter_wrap .city_list ul li { width: 100%; }
    
    
}

@media (max-width:767px){
    .container .dnd-section > .row-fluid, .wrapper { width:100%; }
    
    .container-fluid.home_main_area { margin: 0 !important; }
  .sol_sc.about_sol_sc{margin-top:116px;}
  .sol_sc.about_sol_sc .sol_cover{border-radius:30px;}
    /* Homepage */
    .title_style h2 label { display: inline-block; vertical-align: top; width: 100%; padding: 0 0 20px; }
    
    .hero { min-height: 1px; position: relative; }
    body.load .hero { position: relative; }
    .hero .overlay_pattern { display: none; }
    .hero { padding: 150px 0; }
    .hero h1 { font-size: 43px; line-height: 1.1; }
    .hero:after, .hero:before { max-width: 100%; }
    .hero:before { left: 0; }
    
    .intro_sc { margin-top: -30px; border-radius: 30px 30px 0 0; }
    .intro_sc h2 label { display: inline-block; vertical-align: top; width: 100%; padding: 0 0 15px; font-weight: 600; }
    .intro_sc .title h2 span ul { min-width: 120px; }
    .we_are_head { text-align: center; padding-bottom: 85px; position: relative; }
    .we_are_head .link_style { position: absolute; bottom: 30px; left: 0; right: 0; }
    .we_are_head h2 { font-size: 40px; padding-top:15px;}
    .we_are_head .wrapper > div { justify-content: center; }
    .we_are_item { position: relative; top: auto; }  
    .we_are_item .number { left: 0; position: relative; }
    .we_are_item .title { padding: 15px; }
    .we_are_item_wrapper .wrapper { width: 100%; padding: 0; }
    .we_are_item .title h3 { padding-left: 15px; }
    body.nav-down .we_are_item { top: 0; }
    .we_are_img .con { padding: 30px 15px; }
    
    .service_main_sc .ser_pattern { top: 0; }
    .ser_cover .left { width: 100%; padding: 0 0 25px; }
    .ser_cover .wrapper { padding: 0; }
    .ser_cover { padding: 60px 15px; border-radius: 30px 30px 0 0; }
    .ser_cover .right { width: 100%; padding-left: 0; border: 0; }
    .service_main_sc .service_head { padding-bottom: 50px; }
    .service_main_sc .service_head .wrapper { padding: 0; }
    .ser_item .serImg .con { padding: 15px; }
    .ser_item .serImg .con h3 { font-size: 20px; }
    .ser_item .serImg .con .click { display: flex; height: 25px; width: 25px; position: absolute; bottom: 10px; right: 10px; background: #F84614; border-radius: 100%; align-items: center; justify-content: center; cursor: pointer; }
    .ser_item .serImg .con .click:before { position: absolute; content: ""; height: 7px; width: 7px; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 7 7' fill='none'%3E%3Cpath d='M0.358154 2.98837H6.72166V4.61216H0.358154V2.98837Z' fill='white'/%3E%3Cpath d='M2.72803 6.98218L2.72803 0.618673L4.35182 0.618673L4.35182 6.98218L2.72803 6.98218Z' fill='white'/%3E%3C/svg%3E"); }
    .ser_item .serImg .con .click.active:before { height: 3px; width: 9px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='3' viewBox='0 0 9 3' fill='none'%3E%3Cpath d='M0.838867 0.957031H8.24095V2.84584H0.838867V0.957031Z' fill='white'/%3E%3C/svg%3E"); }
    .ser_item:hover .serImg:before { opacity: 0; }
    .ser_item.current .serImg:before { opacity: 0.75; }
    .ser_item .textin { padding-bottom: 70px; position: relative; }  
    .ser_item .textin:after { position: absolute; content: ""; height: 13px; width: 57px; bottom: 30px; left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='13' viewBox='0 0 57 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.0956 6.3957C56.1829 6.48745 56.269 6.67651 56.269 6.8189C56.2666 6.96338 56.2402 7.10003 56.0956 7.24189L51.1729 12.4724C50.9466 12.7136 50.5454 12.7349 50.3028 12.4964C50.073 12.2704 50.0573 11.8603 50.2788 11.6262L54.2304 7.43415H38.4242C38.3976 7.43415 38.3714 7.43247 38.3457 7.4292H0.109375V6.20654H38.3621C38.3825 6.20449 38.4032 6.20345 38.4242 6.20345H54.2304L50.2788 2.01135C50.0573 1.77725 50.0632 1.35679 50.3028 1.1412C50.5707 0.900049 50.9431 0.927586 51.1729 1.1652L56.0956 6.3957Z' fill='white'/%3E%3C/svg%3E"); }
    
    .sol_cover { padding: 25px 15px; }
    .sol_col { width: 100%; margin: 0; padding-left: 100px; padding-right: 0; }
    .sol_cover .wrapper { padding: 0; }
    .sol_wrap { margin: 20px 0; }
    .sol_col:hover { background: transparent; }
    
    .loc_cover { border-radius: 0 0 30px 30px; padding: 0 15px; }
    .loc_cover .wrapper { padding: 0; }
    .loc_cover .loc_wrap_area { padding-left: 100px; }
    .loc_sc, .sol_sc { padding: 0 15px; }
    .service_main_sc { padding: 80px 15px 0; }
  .ser_feature_sc .pre_title{font-size:16px;}
    .testimonial_section .wrapper { padding: 0; }
    .testimonial_section .pre_title { padding: 50px 15px 15px; }
    .testimonial_section .pre_title:after { display: none; }
    .testimonial_slider_wrap { padding: 46px 15px 50px; }
    .arrow-wrap { top: 0; left: 0; right: 0; margin: 0 auto; transform: none; width: auto; }
    .testimonial_slider_raw .bio h3 { font-size: 22px; line-height: 28px; }
    .slick-slider .arrow-wrap button.slick-arrow { position: relative; transform: none; }
    .arrow-wrap ul.slick-dots li { display: inline-block; }
    .arrow-wrap ul.slick-dots li button { width: 15px; height: 4px; margin: 0 3px; }
    .arrow-wrap ul.slick-dots li.slick-active button { width: 45px; height: 4px; }
    .slick-slider .arrow-wrap button.slick-arrow.slick-next { transform: translateY(0%) rotate(180deg); }
    .arrow-wrap ul.slick-dots { padding: 0 5px; }
    .arrow-wrap { top: 9px; }
    .testimonial_slider_wrap:after { display: none; }
    
    .offer_itemin { opacity: 1 !important; }
    .offer_sc .shadow { height: auto; top: 50%; width: 150%; }
    
    .insight_left { width: 100%; }
    .insight_top_wrap .viewall_btn { margin: 15px 0 0; width: 100%; border-radius: 10px; padding: 0; }
    .insight_top_wrap .viewall_btn a { position: relative; padding: 40px 15px; }
    .insight_post_sc .wrapper { padding: 0; }
    .insight_post_item { width: 100%; padding: 40px 15px; border-right: 0; }
    .insight_post_item .sameheight { height: auto !important; }
    .insight_post_item:last-child { padding: 40px 15px; }
    
    .easy_step_sc .wrapper { padding-left: 0; }
    .easy_step_sc .cover { border-radius: 0px 20px 20px 0px; padding: 50px 0; }
    .easy_step_sc .cover .title_style h2 { padding: 0 15px; border: 0; margin-bottom: 15px; padding-bottom: 0; }
    .easy_step_sc .cover .title_style h2 br { display: none; }
    .easy_step_sc .cover .title_style h2 label { padding: 15px 0 0; }
    .step_item div { width: 100%; }
    .step_item { flex-wrap: wrap; padding: 30px 15px 10px 15px; }
    .step_item h4 { width: 100%; padding: 10px 0 0; }
    .steps_area .button-1 { padding: 0 15px; }
    .step_item:last-child { border: 0; }
    .easy_step_sc .cover .step_bg_wrap { width: 840px; }
    
    .tech_head { padding: 100px 15px 0; }
    .tech_head .wrapper { padding: 0; }
    .tech_head .title_style { padding-bottom: 25px; }
    .tech_cover { padding: 50px 0 70px; }
    .tech_cover .left { padding-right: 0; }
    .tech_cover .left .link_style.desk { display: none; }
    .tech_wrap .right { padding: 20px 0 0; }
    .tech_wrap .right .link_style.desk_hide { margin-top: 40px; }
    
    /* Service Page */
    .service_body .service_main_area { padding-top: 100px; }
    .inner_hero { min-height: 1px; position: relative; }
    .inner_hero { min-height: 300px; position: relative; }
    .inner_hero:after { background-size: 100% 100%; }
    .inner_intro_top .right { padding-top: 15px; }
    .inner_intro_top { padding-bottom: 50px; }
    .intro_img_wrap .left { width: 100%; }
    .intro_img_wrap .right { width: 100%; margin: 20px 0 0; }
    .b_a_sc .twentytwenty-container { height: 350px !important; }
    .loc_map_left { padding: 50px 15px; width: 100%; }
    .loc_map_right { width: 100%; display: none; } 
    .loc_add_item { width: 100%; }
    .offer_item { padding: 30px 15px; }
    .offer_item .con { width: 100%; padding: 0 0 20px; }
    .offer_item .img { width: 100%; }
    .offer_sc .btm_wrap h2 { padding: 0 0 20px; font-size: 30px; }
    .ser_feature_head { margin: 0; }
    .ser_feature_sc .wrap .right { width: 100%; padding: 20px 0 0; }
    .ser_feature_sc .wrap .right .list h5 { font-size: 17px; }
    .ser_feature_sc .wrap .right .button-1 { display: none; }
    .ser_feature_sc .wrap .left { height: 300px; width: 100%; }
    .ser_feature_sc .wrap { display: flex; flex-wrap: wrap; flex-direction: column-reverse; padding-bottom: 40px; }
    .ser_feature_sc { margin-bottom: 20px; }
    .b_a_sc .twentytwenty-container img { height: 100% !important; object-fit: cover; }
    .b_a_sc .twentytwenty-before-label:before, .b_a_sc .twentytwenty-after-label:before { font-size: 12px; padding: 5px 10px; line-height: 2; } 
    .benefit_sc.style2 .benefit_cover .title { width: 100%; }
    .we_are_main_sc.we_are_offer .we_are_head { text-align: left; }
    .we_are_main_sc.we_are_offer .we_are_head .title { width: 100%; padding: 0 0 20px; }
    .we_are_main_sc.we_are_offer .head_wrap .con { width: 100%; padding: 0; }
    
    .stack_img_wrap { width: 100%; }
    .stack_card_sc .stack_cover .stack_content_wrap { width: 100%; top: 0; }
/*     .stack_card_sc .point { flex-wrap: wrap; } */
/*     .stack_card_sc .stack_cover .stack_content_wrap { position: absolute; bottom: 0; left: 0; padding: 15px; } */
    .stack_img_wrap .img_con { bottom: auto; top: 0; position: relative; padding: 30px 20px 35px 20px; }
    .stack_cover { flex-flow: row wrap; }
    .stack_img_item .stack_img { background: none !important; min-height: 550px; }
    .stackimg_wrap { width: 100%; }
    .stack_img_wrap .imgwrap { display: none; }
    .stack_card_sc { position: relative; min-height: 600px; }
    .stackcard_wrap { padding: 0 30px 50px; width: 100%; height: 380px; overflow: auto; }
    .stack_card_sc:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.30) 100%); }
    .stack_img_item .stack_img:before { display: none; }
    
    /* About Us Page */
    .open_position .top_part { min-height: 508px; background-position: 100% 100% !important; padding: 10px; }
    .open_position .top_part ul li a { padding: 5px; }
    .open_position .accordian_part { padding-top: 15px; }
    .open_position .tab-content .acc_wrap .acc_title { flex-wrap: wrap; padding-bottom: 0; }
    .open_position .tab-content .acc_wrap .acc_title h5 { padding: 10px 0 0; font-size:14px; width:100%; }
    .open_position .tab-content .acc_wrap .acc_title span { height: 64px; }
    .open_position .tab-content .acc_wrap .content { padding-top: 15px; }
    .open_position .tab-content .acc_wrap .content .cont_inner .right_part .requirements-list .req_title { width: 100%; margin: 0; }
    .open_position .accordian_part .tab-content .acc_wrap .apply_now a { margin: 0; font-size: 18px; }
    .open_position .accordian_part .tab-content .acc_wrap .apply_now { padding-top: 35px; }
    .open_position .tab-content .acc_wrap .acc_title h4 { font-size:20px; }
    .popup_form { padding: 50px 0 0 !important; } 
    .popup_form .popup_inner { padding:40px 15px; }
    
    .open_position .top_part img.mobile { display: block; } 
    .open_position .top_part img.desktop { display:none; }
    
    .whatwemostsc_wrap .accordion_box .toggle { font-size: 22px; line-height: 32px; }
    .whatwemostsc_wrap .imgandtitle_bx { width: 32%; }
    .whatwemostsc_wrap .imagerep_bx { width: 68%; display: flex; }
    .whatwemostsc_wrap .left_part { display: flex; align-items: baseline; margin: 0; }
    .whatwemostsc_wrap .imgres_cover { padding: 8px; }
    .whatwemostsc_wrap .imagerep_bx .imgres_cover { width: 50%; }
    .whatwemostsc_wrap .left_part .imgres_cover img { width: 100%; height: 230px !important; object-fit: cover; }
    .whatwemostsc_wrap .imagerep_bx .imgres_cover:first-child { padding-left: 0; }
    .whatwemostsc_wrap .imgandtitle_bx .imgres_cover { padding-right: 0; }
    
    .inner_hero.about_hero { padding: 180px 0 120px 0; }
    .about_how_work_sc { border-radius: 30px 30px 0px 0px; padding: 70px 0 70px; }
    .inner_hero.about_hero h1 { font-size: 43px; }
    .num_year_sc .dash { display: none; }
    .num_year_sc { text-align: center; padding: 30px 0 50px 0; }
    .num_year_sc .align-center { justify-content: center; }
    .num_year_sc .text { padding: 0; font-size: 18px; }
    .img_txt_sc .leftbox { width: 100%; padding: 0 0 30px; }
    .img_txt_sc .rightimg { width: 100%; }
    .img_txt_sc { padding-bottom: 40px; }
    .benefit_sc.about_benifit_sc .benefit_cover { padding: 30px 0; }
    .ser_feature_sc.about_feature_sc { padding-top: 60px; }
    .our_mission_sc .con { font-size: 25px; }
    .sol_sc.about_sol_sc .sol_col:hover { background: transparent; border: 0; }
    
    /* Default Page */
    .inner_hero.default-banner .text { max-width:100%; }
    .loctions_section .section_wrap { flex-wrap: wrap; }
    .loctions_section .section_wrap .left_part { width: 100%; padding: 0 8px; }
    .loctions_section .section_wrap .right_part { width: 100%; min-height:auto; }
    .loctions_section .section_wrap .right_part .map_img { max-width: 60%; margin: 0 auto; }
    .form_section .form .form-columns-2 .field.hs-form-field:first-child { padding-right: 11px; }
    .form_section .title_callus { flex-wrap: wrap; }
    .form_section .title_callus h3 { width: 100%; }
    .form_section .title_callus .coll_us { width: 100%; margin-top: 25px; flex-wrap: wrap; }
    .form_section .title_callus .coll_us span { width: 100%; }
    .loctions_section .left_part .location_inner .tit_cont .title { font-size: 22px; }
    .loctions_section .left_part .location_inner .filter span { font-size: 16px; }
    
    .form_section { padding: 20px 0 70px; } 
    .form_section h2 { font-size: 22px; line-height: 28px; }
    .form_section .title_callus h3 { font-size: 25px; }
    .form_section .title_callus .coll_us span { font-size: 16px; }
    .form_section .title_callus .coll_us a { font-size: 30px; }
    
    .easy_step_sc { padding: 0 15px; }
    
}

@media (max-width: 575px){
    /* About Us Page */
    .whatwemostsc_wrap .left_part .imgres_cover img { height: 150px !important; }
}

@media (max-width: 550px){
    .sol_col { padding-left: 0; }
    .loc_cover .loc_wrap_area { padding-left: 0; }
}

@media (max-width: 450px){
    /* Default Page */
    .loctions_section .section_wrap .right_part .map_img { max-width: 100%; }
    .form_section .form .form-columns-2 .field.hs-form-field:first-child { padding-right:0; }
}

@media (max-width: 450px){
    .hero .btn_wrap { flex-wrap: wrap; }
    .hero_con .btn_wrap .button-1 a { margin: 0 0 15px; }
    
    /* About Us Page */
    .img_txt_sc .rightimg { height: 250px; }
}

@media (max-width: 400px){
    .hero h1 { line-height: 1.1; font-size: 36px; }
    .we_are_head h2 { font-size: 36px; }
    
    /* About Us Page */
    .open_position .top_part ul li a { font-size: 12px; }
}