@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);





/* Global Color Variable */ 









/* Global Fonts Variable */



/* Header */









/* Typography Style Variables */




 











 














/* Button Style Variables */

/** Button Style 1 **/









/** Button Style 2 **/









/* Form Style Variables */





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




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */


.text-13 { font-size: 13px; }
.flex_wrap { flex-wrap: wrap; }

.pos-r { position: relative; }
.pos-a { position: absolute; }
.pos-f { position: fixed; }
.pos-s { position: sticky; }

.z-9999 { z-index: 9999; }

.o-hidden { overflow: hidden; }
.o-visible { overflow: visible; }
.o-auto { overflow: auto; }

.bw-img img { -webkit-filter: grayscale(1); filter: grayscale(1); }












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




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

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

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




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

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

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




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

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

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




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

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

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




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

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

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




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

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

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




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

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

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




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

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

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




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

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

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




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

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

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




/* Top Right Bottom Left Css */

.top-0 { top: 0px; }
.right-0 { right: 0px; }
.left-0 { left: 0px; }
.bottom-0 { bottom: 0px; }

.top-1 { top: 1px; }
.right-1 { right: 1px; }
.left-1 { left: 1px; }
.bottom-1 { bottom: 1px; }

.top-2 { top: 2px; }
.right-2 { right: 2px; }
.left-2 { left: 2px; }
.bottom-2 { bottom: 2px; }

.top-3 { top: 3px; }
.right-3 { right: 3px; }
.left-3 { left: 3px; }
.bottom-3 { bottom: 3px; }

.top-4 { top: 4px; }
.right-4 { right: 4px; }
.left-4 { left: 4px; }
.bottom-4 { bottom: 4px; }

.top-5 { top: 5px; }
.right-5 { right: 5px; }
.left-5 { left: 5px; }
.bottom-5 { bottom: 5px; }

.top-6 { top: 6px; }
.right-6 { right: 6px; }
.left-6 { left: 6px; }
.bottom-6 { bottom: 6px; }

.top-7 { top: 7px; }
.right-7 { right: 7px; }
.left-7 { left: 7px; }
.bottom-7 { bottom: 7px; }

.top-8 { top: 8px; }
.right-8 { right: 8px; }
.left-8 { left: 8px; }
.bottom-8 { bottom: 8px; }

.top-9 { top: 9px; }
.right-9 { right: 9px; }
.left-9 { left: 9px; }
.bottom-9 { bottom: 9px; }

.top-10 { top: 10px; }
.right-10 { right: 10px; }
.left-10 { left: 10px; }
.bottom-10 { bottom: 10px; }

.top-11 { top: 11px; }
.right-11 { right: 11px; }
.left-11 { left: 11px; }
.bottom-11 { bottom: 11px; }

.top-12 { top: 12px; }
.right-12 { right: 12px; }
.left-12 { left: 12px; }
.bottom-12 { bottom: 12px; }

.top-13 { top: 13px; }
.right-13 { right: 13px; }
.left-13 { left: 13px; }
.bottom-13 { bottom: 13px; }

.top-14 { top: 14px; }
.right-14 { right: 14px; }
.left-14 { left: 14px; }
.bottom-14 { bottom: 14px; }

.top-15 { top: 15px; }
.right-15 { right: 15px; }
.left-15 { left: 15px; }
.bottom-15 { bottom: 15px; }

.top-16 { top: 16px; }
.right-16 { right: 16px; }
.left-16 { left: 16px; }
.bottom-16 { bottom: 16px; }

.top-17 { top: 17px; }
.right-17 { right: 17px; }
.left-17 { left: 17px; }
.bottom-17 { bottom: 17px; }

.top-18 { top: 18px; }
.right-18 { right: 18px; }
.left-18 { left: 18px; }
.bottom-18 { bottom: 18px; }

.top-19 { top: 19px; }
.right-19 { right: 19px; }
.left-19 { left: 19px; }
.bottom-19 { bottom: 19px; }

.top-20 { top: 20px; }
.right-20 { right: 20px; }
.left-20 { left: 20px; }
.bottom-20 { bottom: 20px; }

.top-21 { top: 21px; }
.right-21 { right: 21px; }
.left-21 { left: 21px; }
.bottom-21 { bottom: 21px; }

.top-22 { top: 22px; }
.right-22 { right: 22px; }
.left-22 { left: 22px; }
.bottom-22 { bottom: 22px; }

.top-23 { top: 23px; }
.right-23 { right: 23px; }
.left-23 { left: 23px; }
.bottom-23 { bottom: 23px; }

.top-24 { top: 24px; }
.right-24 { right: 24px; }
.left-24 { left: 24px; }
.bottom-24 { bottom: 24px; }

.top-25 { top: 25px; }
.right-25 { right: 25px; }
.left-25 { left: 25px; }
.bottom-25 { bottom: 25px; }

.top-26 { top: 26px; }
.right-26 { right: 26px; }
.left-26 { left: 26px; }
.bottom-26 { bottom: 26px; }

.top-27 { top: 27px; }
.right-27 { right: 27px; }
.left-27 { left: 27px; }
.bottom-27 { bottom: 27px; }

.top-28 { top: 28px; }
.right-28 { right: 28px; }
.left-28 { left: 28px; }
.bottom-28 { bottom: 28px; }

.top-29 { top: 29px; }
.right-29 { right: 29px; }
.left-29 { left: 29px; }
.bottom-29 { bottom: 29px; }

.top-30 { top: 30px; }
.right-30 { right: 30px; }
.left-30 { left: 30px; }
.bottom-30 { bottom: 30px; }

.top-31 { top: 31px; }
.right-31 { right: 31px; }
.left-31 { left: 31px; }
.bottom-31 { bottom: 31px; }

.top-32 { top: 32px; }
.right-32 { right: 32px; }
.left-32 { left: 32px; }
.bottom-32 { bottom: 32px; }

.top-33 { top: 33px; }
.right-33 { right: 33px; }
.left-33 { left: 33px; }
.bottom-33 { bottom: 33px; }

.top-34 { top: 34px; }
.right-34 { right: 34px; }
.left-34 { left: 34px; }
.bottom-34 { bottom: 34px; }

.top-35 { top: 35px; }
.right-35 { right: 35px; }
.left-35 { left: 35px; }
.bottom-35 { bottom: 35px; }

.top-36 { top: 36px; }
.right-36 { right: 36px; }
.left-36 { left: 36px; }
.bottom-36 { bottom: 36px; }

.top-37 { top: 37px; }
.right-37 { right: 37px; }
.left-37 { left: 37px; }
.bottom-37 { bottom: 37px; }

.top-38 { top: 38px; }
.right-38 { right: 38px; }
.left-38 { left: 38px; }
.bottom-38 { bottom: 38px; }

.top-39 { top: 39px; }
.right-39 { right: 39px; }
.left-39 { left: 39px; }
.bottom-39 { bottom: 39px; }

.top-40 { top: 40px; }
.right-40 { right: 40px; }
.left-40 { left: 40px; }
.bottom-40 { bottom: 40px; }

.top-41 { top: 41px; }
.right-41 { right: 41px; }
.left-41 { left: 41px; }
.bottom-41 { bottom: 41px; }

.top-42 { top: 42px; }
.right-42 { right: 42px; }
.left-42 { left: 42px; }
.bottom-42 { bottom: 42px; }

.top-43 { top: 43px; }
.right-43 { right: 43px; }
.left-43 { left: 43px; }
.bottom-43 { bottom: 43px; }

.top-44 { top: 44px; }
.right-44 { right: 44px; }
.left-44 { left: 44px; }
.bottom-44 { bottom: 44px; }

.top-45 { top: 45px; }
.right-45 { right: 45px; }
.left-45 { left: 45px; }
.bottom-45 { bottom: 45px; }

.top-46 { top: 46px; }
.right-46 { right: 46px; }
.left-46 { left: 46px; }
.bottom-46 { bottom: 46px; }

.top-47 { top: 47px; }
.right-47 { right: 47px; }
.left-47 { left: 47px; }
.bottom-47 { bottom: 47px; }

.top-48 { top: 48px; }
.right-48 { right: 48px; }
.left-48 { left: 48px; }
.bottom-48 { bottom: 48px; }

.top-49 { top: 49px; }
.right-49 { right: 49px; }
.left-49 { left: 49px; }
.bottom-49 { bottom: 49px; }

.top-50 { top: 50px; }
.right-50 { right: 50px; }
.left-50 { left: 50px; }
.bottom-50 { bottom: 50px; }

.top-51 { top: 51px; }
.right-51 { right: 51px; }
.left-51 { left: 51px; }
.bottom-51 { bottom: 51px; }

.top-52 { top: 52px; }
.right-52 { right: 52px; }
.left-52 { left: 52px; }
.bottom-52 { bottom: 52px; }

.top-53 { top: 53px; }
.right-53 { right: 53px; }
.left-53 { left: 53px; }
.bottom-53 { bottom: 53px; }

.top-54 { top: 54px; }
.right-54 { right: 54px; }
.left-54 { left: 54px; }
.bottom-54 { bottom: 54px; }

.top-55 { top: 55px; }
.right-55 { right: 55px; }
.left-55 { left: 55px; }
.bottom-55 { bottom: 55px; }

.top-56 { top: 56px; }
.right-56 { right: 56px; }
.left-56 { left: 56px; }
.bottom-56 { bottom: 56px; }

.top-57 { top: 57px; }
.right-57 { right: 57px; }
.left-57 { left: 57px; }
.bottom-57 { bottom: 57px; }

.top-58 { top: 58px; }
.right-58 { right: 58px; }
.left-58 { left: 58px; }
.bottom-58 { bottom: 58px; }

.top-59 { top: 59px; }
.right-59 { right: 59px; }
.left-59 { left: 59px; }
.bottom-59 { bottom: 59px; }

.top-60 { top: 60px; }
.right-60 { right: 60px; }
.left-60 { left: 60px; }
.bottom-60 { bottom: 60px; }

.top-61 { top: 61px; }
.right-61 { right: 61px; }
.left-61 { left: 61px; }
.bottom-61 { bottom: 61px; }

.top-62 { top: 62px; }
.right-62 { right: 62px; }
.left-62 { left: 62px; }
.bottom-62 { bottom: 62px; }

.top-63 { top: 63px; }
.right-63 { right: 63px; }
.left-63 { left: 63px; }
.bottom-63 { bottom: 63px; }

.top-64 { top: 64px; }
.right-64 { right: 64px; }
.left-64 { left: 64px; }
.bottom-64 { bottom: 64px; }

.top-65 { top: 65px; }
.right-65 { right: 65px; }
.left-65 { left: 65px; }
.bottom-65 { bottom: 65px; }

.top-66 { top: 66px; }
.right-66 { right: 66px; }
.left-66 { left: 66px; }
.bottom-66 { bottom: 66px; }

.top-67 { top: 67px; }
.right-67 { right: 67px; }
.left-67 { left: 67px; }
.bottom-67 { bottom: 67px; }

.top-68 { top: 68px; }
.right-68 { right: 68px; }
.left-68 { left: 68px; }
.bottom-68 { bottom: 68px; }

.top-69 { top: 69px; }
.right-69 { right: 69px; }
.left-69 { left: 69px; }
.bottom-69 { bottom: 69px; }

.top-70 { top: 70px; }
.right-70 { right: 70px; }
.left-70 { left: 70px; }
.bottom-70 { bottom: 70px; }

.top-71 { top: 71px; }
.right-71 { right: 71px; }
.left-71 { left: 71px; }
.bottom-71 { bottom: 71px; }

.top-72 { top: 72px; }
.right-72 { right: 72px; }
.left-72 { left: 72px; }
.bottom-72 { bottom: 72px; }

.top-73 { top: 73px; }
.right-73 { right: 73px; }
.left-73 { left: 73px; }
.bottom-73 { bottom: 73px; }

.top-74 { top: 74px; }
.right-74 { right: 74px; }
.left-74 { left: 74px; }
.bottom-74 { bottom: 74px; }

.top-75 { top: 75px; }
.right-75 { right: 75px; }
.left-75 { left: 75px; }
.bottom-75 { bottom: 75px; }

.top-76 { top: 76px; }
.right-76 { right: 76px; }
.left-76 { left: 76px; }
.bottom-76 { bottom: 76px; }

.top-77 { top: 77px; }
.right-77 { right: 77px; }
.left-77 { left: 77px; }
.bottom-77 { bottom: 77px; }

.top-78 { top: 78px; }
.right-78 { right: 78px; }
.left-78 { left: 78px; }
.bottom-78 { bottom: 78px; }

.top-79 { top: 79px; }
.right-79 { right: 79px; }
.left-79 { left: 79px; }
.bottom-79 { bottom: 79px; }

.top-80 { top: 80px; }
.right-80 { right: 80px; }
.left-80 { left: 80px; }
.bottom-80 { bottom: 80px; }

.top-81 { top: 81px; }
.right-81 { right: 81px; }
.left-81 { left: 81px; }
.bottom-81 { bottom: 81px; }

.top-82 { top: 82px; }
.right-82 { right: 82px; }
.left-82 { left: 82px; }
.bottom-82 { bottom: 82px; }

.top-83 { top: 83px; }
.right-83 { right: 83px; }
.left-83 { left: 83px; }
.bottom-83 { bottom: 83px; }

.top-84 { top: 84px; }
.right-84 { right: 84px; }
.left-84 { left: 84px; }
.bottom-84 { bottom: 84px; }

.top-85 { top: 85px; }
.right-85 { right: 85px; }
.left-85 { left: 85px; }
.bottom-85 { bottom: 85px; }

.top-86 { top: 86px; }
.right-86 { right: 86px; }
.left-86 { left: 86px; }
.bottom-86 { bottom: 86px; }

.top-87 { top: 87px; }
.right-87 { right: 87px; }
.left-87 { left: 87px; }
.bottom-87 { bottom: 87px; }

.top-88 { top: 88px; }
.right-88 { right: 88px; }
.left-88 { left: 88px; }
.bottom-88 { bottom: 88px; }

.top-89 { top: 89px; }
.right-89 { right: 89px; }
.left-89 { left: 89px; }
.bottom-89 { bottom: 89px; }

.top-90 { top: 90px; }
.right-90 { right: 90px; }
.left-90 { left: 90px; }
.bottom-90 { bottom: 90px; }

.top-91 { top: 91px; }
.right-91 { right: 91px; }
.left-91 { left: 91px; }
.bottom-91 { bottom: 91px; }

.top-92 { top: 92px; }
.right-92 { right: 92px; }
.left-92 { left: 92px; }
.bottom-92 { bottom: 92px; }

.top-93 { top: 93px; }
.right-93 { right: 93px; }
.left-93 { left: 93px; }
.bottom-93 { bottom: 93px; }

.top-94 { top: 94px; }
.right-94 { right: 94px; }
.left-94 { left: 94px; }
.bottom-94 { bottom: 94px; }

.top-95 { top: 95px; }
.right-95 { right: 95px; }
.left-95 { left: 95px; }
.bottom-95 { bottom: 95px; }

.top-96 { top: 96px; }
.right-96 { right: 96px; }
.left-96 { left: 96px; }
.bottom-96 { bottom: 96px; }

.top-97 { top: 97px; }
.right-97 { right: 97px; }
.left-97 { left: 97px; }
.bottom-97 { bottom: 97px; }

.top-98 { top: 98px; }
.right-98 { right: 98px; }
.left-98 { left: 98px; }
.bottom-98 { bottom: 98px; }

.top-99 { top: 99px; }
.right-99 { right: 99px; }
.left-99 { left: 99px; }
.bottom-99 { bottom: 99px; }

.top-100 { top: 100px; }
.right-100 { right: 100px; }
.left-100 { left: 100px; }
.bottom-100 { bottom: 100px; }

.top-101 { top: 101px; }
.right-101 { right: 101px; }
.left-101 { left: 101px; }
.bottom-101 { bottom: 101px; }

.top-102 { top: 102px; }
.right-102 { right: 102px; }
.left-102 { left: 102px; }
.bottom-102 { bottom: 102px; }

.top-103 { top: 103px; }
.right-103 { right: 103px; }
.left-103 { left: 103px; }
.bottom-103 { bottom: 103px; }

.top-104 { top: 104px; }
.right-104 { right: 104px; }
.left-104 { left: 104px; }
.bottom-104 { bottom: 104px; }

.top-105 { top: 105px; }
.right-105 { right: 105px; }
.left-105 { left: 105px; }
.bottom-105 { bottom: 105px; }

.top-106 { top: 106px; }
.right-106 { right: 106px; }
.left-106 { left: 106px; }
.bottom-106 { bottom: 106px; }

.top-107 { top: 107px; }
.right-107 { right: 107px; }
.left-107 { left: 107px; }
.bottom-107 { bottom: 107px; }

.top-108 { top: 108px; }
.right-108 { right: 108px; }
.left-108 { left: 108px; }
.bottom-108 { bottom: 108px; }

.top-109 { top: 109px; }
.right-109 { right: 109px; }
.left-109 { left: 109px; }
.bottom-109 { bottom: 109px; }

.top-110 { top: 110px; }
.right-110 { right: 110px; }
.left-110 { left: 110px; }
.bottom-110 { bottom: 110px; }

.top-111 { top: 111px; }
.right-111 { right: 111px; }
.left-111 { left: 111px; }
.bottom-111 { bottom: 111px; }

.top-112 { top: 112px; }
.right-112 { right: 112px; }
.left-112 { left: 112px; }
.bottom-112 { bottom: 112px; }

.top-113 { top: 113px; }
.right-113 { right: 113px; }
.left-113 { left: 113px; }
.bottom-113 { bottom: 113px; }

.top-114 { top: 114px; }
.right-114 { right: 114px; }
.left-114 { left: 114px; }
.bottom-114 { bottom: 114px; }

.top-115 { top: 115px; }
.right-115 { right: 115px; }
.left-115 { left: 115px; }
.bottom-115 { bottom: 115px; }

.top-116 { top: 116px; }
.right-116 { right: 116px; }
.left-116 { left: 116px; }
.bottom-116 { bottom: 116px; }

.top-117 { top: 117px; }
.right-117 { right: 117px; }
.left-117 { left: 117px; }
.bottom-117 { bottom: 117px; }

.top-118 { top: 118px; }
.right-118 { right: 118px; }
.left-118 { left: 118px; }
.bottom-118 { bottom: 118px; }

.top-119 { top: 119px; }
.right-119 { right: 119px; }
.left-119 { left: 119px; }
.bottom-119 { bottom: 119px; }

.top-120 { top: 120px; }
.right-120 { right: 120px; }
.left-120 { left: 120px; }
.bottom-120 { bottom: 120px; }

.top-121 { top: 121px; }
.right-121 { right: 121px; }
.left-121 { left: 121px; }
.bottom-121 { bottom: 121px; }

.top-122 { top: 122px; }
.right-122 { right: 122px; }
.left-122 { left: 122px; }
.bottom-122 { bottom: 122px; }

.top-123 { top: 123px; }
.right-123 { right: 123px; }
.left-123 { left: 123px; }
.bottom-123 { bottom: 123px; }

.top-124 { top: 124px; }
.right-124 { right: 124px; }
.left-124 { left: 124px; }
.bottom-124 { bottom: 124px; }

.top-125 { top: 125px; }
.right-125 { right: 125px; }
.left-125 { left: 125px; }
.bottom-125 { bottom: 125px; }

.top-126 { top: 126px; }
.right-126 { right: 126px; }
.left-126 { left: 126px; }
.bottom-126 { bottom: 126px; }

.top-127 { top: 127px; }
.right-127 { right: 127px; }
.left-127 { left: 127px; }
.bottom-127 { bottom: 127px; }

.top-128 { top: 128px; }
.right-128 { right: 128px; }
.left-128 { left: 128px; }
.bottom-128 { bottom: 128px; }

.top-129 { top: 129px; }
.right-129 { right: 129px; }
.left-129 { left: 129px; }
.bottom-129 { bottom: 129px; }

.top-130 { top: 130px; }
.right-130 { right: 130px; }
.left-130 { left: 130px; }
.bottom-130 { bottom: 130px; }

.top-131 { top: 131px; }
.right-131 { right: 131px; }
.left-131 { left: 131px; }
.bottom-131 { bottom: 131px; }

.top-132 { top: 132px; }
.right-132 { right: 132px; }
.left-132 { left: 132px; }
.bottom-132 { bottom: 132px; }

.top-133 { top: 133px; }
.right-133 { right: 133px; }
.left-133 { left: 133px; }
.bottom-133 { bottom: 133px; }

.top-134 { top: 134px; }
.right-134 { right: 134px; }
.left-134 { left: 134px; }
.bottom-134 { bottom: 134px; }

.top-135 { top: 135px; }
.right-135 { right: 135px; }
.left-135 { left: 135px; }
.bottom-135 { bottom: 135px; }

.top-136 { top: 136px; }
.right-136 { right: 136px; }
.left-136 { left: 136px; }
.bottom-136 { bottom: 136px; }

.top-137 { top: 137px; }
.right-137 { right: 137px; }
.left-137 { left: 137px; }
.bottom-137 { bottom: 137px; }

.top-138 { top: 138px; }
.right-138 { right: 138px; }
.left-138 { left: 138px; }
.bottom-138 { bottom: 138px; }

.top-139 { top: 139px; }
.right-139 { right: 139px; }
.left-139 { left: 139px; }
.bottom-139 { bottom: 139px; }

.top-140 { top: 140px; }
.right-140 { right: 140px; }
.left-140 { left: 140px; }
.bottom-140 { bottom: 140px; }

.top-141 { top: 141px; }
.right-141 { right: 141px; }
.left-141 { left: 141px; }
.bottom-141 { bottom: 141px; }

.top-142 { top: 142px; }
.right-142 { right: 142px; }
.left-142 { left: 142px; }
.bottom-142 { bottom: 142px; }

.top-143 { top: 143px; }
.right-143 { right: 143px; }
.left-143 { left: 143px; }
.bottom-143 { bottom: 143px; }

.top-144 { top: 144px; }
.right-144 { right: 144px; }
.left-144 { left: 144px; }
.bottom-144 { bottom: 144px; }

.top-145 { top: 145px; }
.right-145 { right: 145px; }
.left-145 { left: 145px; }
.bottom-145 { bottom: 145px; }

.top-146 { top: 146px; }
.right-146 { right: 146px; }
.left-146 { left: 146px; }
.bottom-146 { bottom: 146px; }

.top-147 { top: 147px; }
.right-147 { right: 147px; }
.left-147 { left: 147px; }
.bottom-147 { bottom: 147px; }

.top-148 { top: 148px; }
.right-148 { right: 148px; }
.left-148 { left: 148px; }
.bottom-148 { bottom: 148px; }

.top-149 { top: 149px; }
.right-149 { right: 149px; }
.left-149 { left: 149px; }
.bottom-149 { bottom: 149px; }

.top-150 { top: 150px; }
.right-150 { right: 150px; }
.left-150 { left: 150px; }
.bottom-150 { bottom: 150px; }

.top-151 { top: 151px; }
.right-151 { right: 151px; }
.left-151 { left: 151px; }
.bottom-151 { bottom: 151px; }

.top-152 { top: 152px; }
.right-152 { right: 152px; }
.left-152 { left: 152px; }
.bottom-152 { bottom: 152px; }

.top-153 { top: 153px; }
.right-153 { right: 153px; }
.left-153 { left: 153px; }
.bottom-153 { bottom: 153px; }

.top-154 { top: 154px; }
.right-154 { right: 154px; }
.left-154 { left: 154px; }
.bottom-154 { bottom: 154px; }

.top-155 { top: 155px; }
.right-155 { right: 155px; }
.left-155 { left: 155px; }
.bottom-155 { bottom: 155px; }

.top-156 { top: 156px; }
.right-156 { right: 156px; }
.left-156 { left: 156px; }
.bottom-156 { bottom: 156px; }

.top-157 { top: 157px; }
.right-157 { right: 157px; }
.left-157 { left: 157px; }
.bottom-157 { bottom: 157px; }

.top-158 { top: 158px; }
.right-158 { right: 158px; }
.left-158 { left: 158px; }
.bottom-158 { bottom: 158px; }

.top-159 { top: 159px; }
.right-159 { right: 159px; }
.left-159 { left: 159px; }
.bottom-159 { bottom: 159px; }

.top-160 { top: 160px; }
.right-160 { right: 160px; }
.left-160 { left: 160px; }
.bottom-160 { bottom: 160px; }

.top-161 { top: 161px; }
.right-161 { right: 161px; }
.left-161 { left: 161px; }
.bottom-161 { bottom: 161px; }

.top-162 { top: 162px; }
.right-162 { right: 162px; }
.left-162 { left: 162px; }
.bottom-162 { bottom: 162px; }

.top-163 { top: 163px; }
.right-163 { right: 163px; }
.left-163 { left: 163px; }
.bottom-163 { bottom: 163px; }

.top-164 { top: 164px; }
.right-164 { right: 164px; }
.left-164 { left: 164px; }
.bottom-164 { bottom: 164px; }

.top-165 { top: 165px; }
.right-165 { right: 165px; }
.left-165 { left: 165px; }
.bottom-165 { bottom: 165px; }

.top-166 { top: 166px; }
.right-166 { right: 166px; }
.left-166 { left: 166px; }
.bottom-166 { bottom: 166px; }

.top-167 { top: 167px; }
.right-167 { right: 167px; }
.left-167 { left: 167px; }
.bottom-167 { bottom: 167px; }

.top-168 { top: 168px; }
.right-168 { right: 168px; }
.left-168 { left: 168px; }
.bottom-168 { bottom: 168px; }

.top-169 { top: 169px; }
.right-169 { right: 169px; }
.left-169 { left: 169px; }
.bottom-169 { bottom: 169px; }

.top-170 { top: 170px; }
.right-170 { right: 170px; }
.left-170 { left: 170px; }
.bottom-170 { bottom: 170px; }

.top-171 { top: 171px; }
.right-171 { right: 171px; }
.left-171 { left: 171px; }
.bottom-171 { bottom: 171px; }

.top-172 { top: 172px; }
.right-172 { right: 172px; }
.left-172 { left: 172px; }
.bottom-172 { bottom: 172px; }

.top-173 { top: 173px; }
.right-173 { right: 173px; }
.left-173 { left: 173px; }
.bottom-173 { bottom: 173px; }

.top-174 { top: 174px; }
.right-174 { right: 174px; }
.left-174 { left: 174px; }
.bottom-174 { bottom: 174px; }

.top-175 { top: 175px; }
.right-175 { right: 175px; }
.left-175 { left: 175px; }
.bottom-175 { bottom: 175px; }

.top-176 { top: 176px; }
.right-176 { right: 176px; }
.left-176 { left: 176px; }
.bottom-176 { bottom: 176px; }

.top-177 { top: 177px; }
.right-177 { right: 177px; }
.left-177 { left: 177px; }
.bottom-177 { bottom: 177px; }

.top-178 { top: 178px; }
.right-178 { right: 178px; }
.left-178 { left: 178px; }
.bottom-178 { bottom: 178px; }

.top-179 { top: 179px; }
.right-179 { right: 179px; }
.left-179 { left: 179px; }
.bottom-179 { bottom: 179px; }

.top-180 { top: 180px; }
.right-180 { right: 180px; }
.left-180 { left: 180px; }
.bottom-180 { bottom: 180px; }

.top-181 { top: 181px; }
.right-181 { right: 181px; }
.left-181 { left: 181px; }
.bottom-181 { bottom: 181px; }

.top-182 { top: 182px; }
.right-182 { right: 182px; }
.left-182 { left: 182px; }
.bottom-182 { bottom: 182px; }

.top-183 { top: 183px; }
.right-183 { right: 183px; }
.left-183 { left: 183px; }
.bottom-183 { bottom: 183px; }

.top-184 { top: 184px; }
.right-184 { right: 184px; }
.left-184 { left: 184px; }
.bottom-184 { bottom: 184px; }

.top-185 { top: 185px; }
.right-185 { right: 185px; }
.left-185 { left: 185px; }
.bottom-185 { bottom: 185px; }

.top-186 { top: 186px; }
.right-186 { right: 186px; }
.left-186 { left: 186px; }
.bottom-186 { bottom: 186px; }

.top-187 { top: 187px; }
.right-187 { right: 187px; }
.left-187 { left: 187px; }
.bottom-187 { bottom: 187px; }

.top-188 { top: 188px; }
.right-188 { right: 188px; }
.left-188 { left: 188px; }
.bottom-188 { bottom: 188px; }

.top-189 { top: 189px; }
.right-189 { right: 189px; }
.left-189 { left: 189px; }
.bottom-189 { bottom: 189px; }

.top-190 { top: 190px; }
.right-190 { right: 190px; }
.left-190 { left: 190px; }
.bottom-190 { bottom: 190px; }

.top-191 { top: 191px; }
.right-191 { right: 191px; }
.left-191 { left: 191px; }
.bottom-191 { bottom: 191px; }

.top-192 { top: 192px; }
.right-192 { right: 192px; }
.left-192 { left: 192px; }
.bottom-192 { bottom: 192px; }

.top-193 { top: 193px; }
.right-193 { right: 193px; }
.left-193 { left: 193px; }
.bottom-193 { bottom: 193px; }

.top-194 { top: 194px; }
.right-194 { right: 194px; }
.left-194 { left: 194px; }
.bottom-194 { bottom: 194px; }

.top-195 { top: 195px; }
.right-195 { right: 195px; }
.left-195 { left: 195px; }
.bottom-195 { bottom: 195px; }

.top-196 { top: 196px; }
.right-196 { right: 196px; }
.left-196 { left: 196px; }
.bottom-196 { bottom: 196px; }

.top-197 { top: 197px; }
.right-197 { right: 197px; }
.left-197 { left: 197px; }
.bottom-197 { bottom: 197px; }

.top-198 { top: 198px; }
.right-198 { right: 198px; }
.left-198 { left: 198px; }
.bottom-198 { bottom: 198px; }

.top-199 { top: 199px; }
.right-199 { right: 199px; }
.left-199 { left: 199px; }
.bottom-199 { bottom: 199px; }

.top-200 { top: 200px; }
.right-200 { right: 200px; }
.left-200 { left: 200px; }
.bottom-200 { bottom: 200px; }

.top-201 { top: 201px; }
.right-201 { right: 201px; }
.left-201 { left: 201px; }
.bottom-201 { bottom: 201px; }

.top-202 { top: 202px; }
.right-202 { right: 202px; }
.left-202 { left: 202px; }
.bottom-202 { bottom: 202px; }

.top-203 { top: 203px; }
.right-203 { right: 203px; }
.left-203 { left: 203px; }
.bottom-203 { bottom: 203px; }

.top-204 { top: 204px; }
.right-204 { right: 204px; }
.left-204 { left: 204px; }
.bottom-204 { bottom: 204px; }

.top-205 { top: 205px; }
.right-205 { right: 205px; }
.left-205 { left: 205px; }
.bottom-205 { bottom: 205px; }

.top-206 { top: 206px; }
.right-206 { right: 206px; }
.left-206 { left: 206px; }
.bottom-206 { bottom: 206px; }

.top-207 { top: 207px; }
.right-207 { right: 207px; }
.left-207 { left: 207px; }
.bottom-207 { bottom: 207px; }

.top-208 { top: 208px; }
.right-208 { right: 208px; }
.left-208 { left: 208px; }
.bottom-208 { bottom: 208px; }

.top-209 { top: 209px; }
.right-209 { right: 209px; }
.left-209 { left: 209px; }
.bottom-209 { bottom: 209px; }

.top-210 { top: 210px; }
.right-210 { right: 210px; }
.left-210 { left: 210px; }
.bottom-210 { bottom: 210px; }

.top-211 { top: 211px; }
.right-211 { right: 211px; }
.left-211 { left: 211px; }
.bottom-211 { bottom: 211px; }

.top-212 { top: 212px; }
.right-212 { right: 212px; }
.left-212 { left: 212px; }
.bottom-212 { bottom: 212px; }

.top-213 { top: 213px; }
.right-213 { right: 213px; }
.left-213 { left: 213px; }
.bottom-213 { bottom: 213px; }

.top-214 { top: 214px; }
.right-214 { right: 214px; }
.left-214 { left: 214px; }
.bottom-214 { bottom: 214px; }

.top-215 { top: 215px; }
.right-215 { right: 215px; }
.left-215 { left: 215px; }
.bottom-215 { bottom: 215px; }

.top-216 { top: 216px; }
.right-216 { right: 216px; }
.left-216 { left: 216px; }
.bottom-216 { bottom: 216px; }

.top-217 { top: 217px; }
.right-217 { right: 217px; }
.left-217 { left: 217px; }
.bottom-217 { bottom: 217px; }

.top-218 { top: 218px; }
.right-218 { right: 218px; }
.left-218 { left: 218px; }
.bottom-218 { bottom: 218px; }

.top-219 { top: 219px; }
.right-219 { right: 219px; }
.left-219 { left: 219px; }
.bottom-219 { bottom: 219px; }

.top-220 { top: 220px; }
.right-220 { right: 220px; }
.left-220 { left: 220px; }
.bottom-220 { bottom: 220px; }

.top-221 { top: 221px; }
.right-221 { right: 221px; }
.left-221 { left: 221px; }
.bottom-221 { bottom: 221px; }

.top-222 { top: 222px; }
.right-222 { right: 222px; }
.left-222 { left: 222px; }
.bottom-222 { bottom: 222px; }

.top-223 { top: 223px; }
.right-223 { right: 223px; }
.left-223 { left: 223px; }
.bottom-223 { bottom: 223px; }

.top-224 { top: 224px; }
.right-224 { right: 224px; }
.left-224 { left: 224px; }
.bottom-224 { bottom: 224px; }

.top-225 { top: 225px; }
.right-225 { right: 225px; }
.left-225 { left: 225px; }
.bottom-225 { bottom: 225px; }

.top-226 { top: 226px; }
.right-226 { right: 226px; }
.left-226 { left: 226px; }
.bottom-226 { bottom: 226px; }

.top-227 { top: 227px; }
.right-227 { right: 227px; }
.left-227 { left: 227px; }
.bottom-227 { bottom: 227px; }

.top-228 { top: 228px; }
.right-228 { right: 228px; }
.left-228 { left: 228px; }
.bottom-228 { bottom: 228px; }

.top-229 { top: 229px; }
.right-229 { right: 229px; }
.left-229 { left: 229px; }
.bottom-229 { bottom: 229px; }

.top-230 { top: 230px; }
.right-230 { right: 230px; }
.left-230 { left: 230px; }
.bottom-230 { bottom: 230px; }

.top-231 { top: 231px; }
.right-231 { right: 231px; }
.left-231 { left: 231px; }
.bottom-231 { bottom: 231px; }

.top-232 { top: 232px; }
.right-232 { right: 232px; }
.left-232 { left: 232px; }
.bottom-232 { bottom: 232px; }

.top-233 { top: 233px; }
.right-233 { right: 233px; }
.left-233 { left: 233px; }
.bottom-233 { bottom: 233px; }

.top-234 { top: 234px; }
.right-234 { right: 234px; }
.left-234 { left: 234px; }
.bottom-234 { bottom: 234px; }

.top-235 { top: 235px; }
.right-235 { right: 235px; }
.left-235 { left: 235px; }
.bottom-235 { bottom: 235px; }

.top-236 { top: 236px; }
.right-236 { right: 236px; }
.left-236 { left: 236px; }
.bottom-236 { bottom: 236px; }

.top-237 { top: 237px; }
.right-237 { right: 237px; }
.left-237 { left: 237px; }
.bottom-237 { bottom: 237px; }

.top-238 { top: 238px; }
.right-238 { right: 238px; }
.left-238 { left: 238px; }
.bottom-238 { bottom: 238px; }

.top-239 { top: 239px; }
.right-239 { right: 239px; }
.left-239 { left: 239px; }
.bottom-239 { bottom: 239px; }

.top-240 { top: 240px; }
.right-240 { right: 240px; }
.left-240 { left: 240px; }
.bottom-240 { bottom: 240px; }

.top-241 { top: 241px; }
.right-241 { right: 241px; }
.left-241 { left: 241px; }
.bottom-241 { bottom: 241px; }

.top-242 { top: 242px; }
.right-242 { right: 242px; }
.left-242 { left: 242px; }
.bottom-242 { bottom: 242px; }

.top-243 { top: 243px; }
.right-243 { right: 243px; }
.left-243 { left: 243px; }
.bottom-243 { bottom: 243px; }

.top-244 { top: 244px; }
.right-244 { right: 244px; }
.left-244 { left: 244px; }
.bottom-244 { bottom: 244px; }

.top-245 { top: 245px; }
.right-245 { right: 245px; }
.left-245 { left: 245px; }
.bottom-245 { bottom: 245px; }

.top-246 { top: 246px; }
.right-246 { right: 246px; }
.left-246 { left: 246px; }
.bottom-246 { bottom: 246px; }

.top-247 { top: 247px; }
.right-247 { right: 247px; }
.left-247 { left: 247px; }
.bottom-247 { bottom: 247px; }

.top-248 { top: 248px; }
.right-248 { right: 248px; }
.left-248 { left: 248px; }
.bottom-248 { bottom: 248px; }

.top-249 { top: 249px; }
.right-249 { right: 249px; }
.left-249 { left: 249px; }
.bottom-249 { bottom: 249px; }

.top-250 { top: 250px; }
.right-250 { right: 250px; }
.left-250 { left: 250px; }
.bottom-250 { bottom: 250px; }

.top-251 { top: 251px; }
.right-251 { right: 251px; }
.left-251 { left: 251px; }
.bottom-251 { bottom: 251px; }

.top-252 { top: 252px; }
.right-252 { right: 252px; }
.left-252 { left: 252px; }
.bottom-252 { bottom: 252px; }

.top-253 { top: 253px; }
.right-253 { right: 253px; }
.left-253 { left: 253px; }
.bottom-253 { bottom: 253px; }

.top-254 { top: 254px; }
.right-254 { right: 254px; }
.left-254 { left: 254px; }
.bottom-254 { bottom: 254px; }

.top-255 { top: 255px; }
.right-255 { right: 255px; }
.left-255 { left: 255px; }
.bottom-255 { bottom: 255px; }

.top-256 { top: 256px; }
.right-256 { right: 256px; }
.left-256 { left: 256px; }
.bottom-256 { bottom: 256px; }

.top-257 { top: 257px; }
.right-257 { right: 257px; }
.left-257 { left: 257px; }
.bottom-257 { bottom: 257px; }

.top-258 { top: 258px; }
.right-258 { right: 258px; }
.left-258 { left: 258px; }
.bottom-258 { bottom: 258px; }

.top-259 { top: 259px; }
.right-259 { right: 259px; }
.left-259 { left: 259px; }
.bottom-259 { bottom: 259px; }

.top-260 { top: 260px; }
.right-260 { right: 260px; }
.left-260 { left: 260px; }
.bottom-260 { bottom: 260px; }

.top-261 { top: 261px; }
.right-261 { right: 261px; }
.left-261 { left: 261px; }
.bottom-261 { bottom: 261px; }

.top-262 { top: 262px; }
.right-262 { right: 262px; }
.left-262 { left: 262px; }
.bottom-262 { bottom: 262px; }

.top-263 { top: 263px; }
.right-263 { right: 263px; }
.left-263 { left: 263px; }
.bottom-263 { bottom: 263px; }

.top-264 { top: 264px; }
.right-264 { right: 264px; }
.left-264 { left: 264px; }
.bottom-264 { bottom: 264px; }

.top-265 { top: 265px; }
.right-265 { right: 265px; }
.left-265 { left: 265px; }
.bottom-265 { bottom: 265px; }

.top-266 { top: 266px; }
.right-266 { right: 266px; }
.left-266 { left: 266px; }
.bottom-266 { bottom: 266px; }

.top-267 { top: 267px; }
.right-267 { right: 267px; }
.left-267 { left: 267px; }
.bottom-267 { bottom: 267px; }

.top-268 { top: 268px; }
.right-268 { right: 268px; }
.left-268 { left: 268px; }
.bottom-268 { bottom: 268px; }

.top-269 { top: 269px; }
.right-269 { right: 269px; }
.left-269 { left: 269px; }
.bottom-269 { bottom: 269px; }

.top-270 { top: 270px; }
.right-270 { right: 270px; }
.left-270 { left: 270px; }
.bottom-270 { bottom: 270px; }

.top-271 { top: 271px; }
.right-271 { right: 271px; }
.left-271 { left: 271px; }
.bottom-271 { bottom: 271px; }

.top-272 { top: 272px; }
.right-272 { right: 272px; }
.left-272 { left: 272px; }
.bottom-272 { bottom: 272px; }

.top-273 { top: 273px; }
.right-273 { right: 273px; }
.left-273 { left: 273px; }
.bottom-273 { bottom: 273px; }

.top-274 { top: 274px; }
.right-274 { right: 274px; }
.left-274 { left: 274px; }
.bottom-274 { bottom: 274px; }

.top-275 { top: 275px; }
.right-275 { right: 275px; }
.left-275 { left: 275px; }
.bottom-275 { bottom: 275px; }

.top-276 { top: 276px; }
.right-276 { right: 276px; }
.left-276 { left: 276px; }
.bottom-276 { bottom: 276px; }

.top-277 { top: 277px; }
.right-277 { right: 277px; }
.left-277 { left: 277px; }
.bottom-277 { bottom: 277px; }

.top-278 { top: 278px; }
.right-278 { right: 278px; }
.left-278 { left: 278px; }
.bottom-278 { bottom: 278px; }

.top-279 { top: 279px; }
.right-279 { right: 279px; }
.left-279 { left: 279px; }
.bottom-279 { bottom: 279px; }

.top-280 { top: 280px; }
.right-280 { right: 280px; }
.left-280 { left: 280px; }
.bottom-280 { bottom: 280px; }

.top-281 { top: 281px; }
.right-281 { right: 281px; }
.left-281 { left: 281px; }
.bottom-281 { bottom: 281px; }

.top-282 { top: 282px; }
.right-282 { right: 282px; }
.left-282 { left: 282px; }
.bottom-282 { bottom: 282px; }

.top-283 { top: 283px; }
.right-283 { right: 283px; }
.left-283 { left: 283px; }
.bottom-283 { bottom: 283px; }

.top-284 { top: 284px; }
.right-284 { right: 284px; }
.left-284 { left: 284px; }
.bottom-284 { bottom: 284px; }

.top-285 { top: 285px; }
.right-285 { right: 285px; }
.left-285 { left: 285px; }
.bottom-285 { bottom: 285px; }

.top-286 { top: 286px; }
.right-286 { right: 286px; }
.left-286 { left: 286px; }
.bottom-286 { bottom: 286px; }

.top-287 { top: 287px; }
.right-287 { right: 287px; }
.left-287 { left: 287px; }
.bottom-287 { bottom: 287px; }

.top-288 { top: 288px; }
.right-288 { right: 288px; }
.left-288 { left: 288px; }
.bottom-288 { bottom: 288px; }

.top-289 { top: 289px; }
.right-289 { right: 289px; }
.left-289 { left: 289px; }
.bottom-289 { bottom: 289px; }

.top-290 { top: 290px; }
.right-290 { right: 290px; }
.left-290 { left: 290px; }
.bottom-290 { bottom: 290px; }

.top-291 { top: 291px; }
.right-291 { right: 291px; }
.left-291 { left: 291px; }
.bottom-291 { bottom: 291px; }

.top-292 { top: 292px; }
.right-292 { right: 292px; }
.left-292 { left: 292px; }
.bottom-292 { bottom: 292px; }

.top-293 { top: 293px; }
.right-293 { right: 293px; }
.left-293 { left: 293px; }
.bottom-293 { bottom: 293px; }

.top-294 { top: 294px; }
.right-294 { right: 294px; }
.left-294 { left: 294px; }
.bottom-294 { bottom: 294px; }

.top-295 { top: 295px; }
.right-295 { right: 295px; }
.left-295 { left: 295px; }
.bottom-295 { bottom: 295px; }

.top-296 { top: 296px; }
.right-296 { right: 296px; }
.left-296 { left: 296px; }
.bottom-296 { bottom: 296px; }

.top-297 { top: 297px; }
.right-297 { right: 297px; }
.left-297 { left: 297px; }
.bottom-297 { bottom: 297px; }

.top-298 { top: 298px; }
.right-298 { right: 298px; }
.left-298 { left: 298px; }
.bottom-298 { bottom: 298px; }

.top-299 { top: 299px; }
.right-299 { right: 299px; }
.left-299 { left: 299px; }
.bottom-299 { bottom: 299px; }

.top-300 { top: 300px; }
.right-300 { right: 300px; }
.left-300 { left: 300px; }
.bottom-300 { bottom: 300px; }

.top-301 { top: 301px; }
.right-301 { right: 301px; }
.left-301 { left: 301px; }
.bottom-301 { bottom: 301px; }

.top-302 { top: 302px; }
.right-302 { right: 302px; }
.left-302 { left: 302px; }
.bottom-302 { bottom: 302px; }

.top-303 { top: 303px; }
.right-303 { right: 303px; }
.left-303 { left: 303px; }
.bottom-303 { bottom: 303px; }

.top-304 { top: 304px; }
.right-304 { right: 304px; }
.left-304 { left: 304px; }
.bottom-304 { bottom: 304px; }

.top-305 { top: 305px; }
.right-305 { right: 305px; }
.left-305 { left: 305px; }
.bottom-305 { bottom: 305px; }

.top-306 { top: 306px; }
.right-306 { right: 306px; }
.left-306 { left: 306px; }
.bottom-306 { bottom: 306px; }

.top-307 { top: 307px; }
.right-307 { right: 307px; }
.left-307 { left: 307px; }
.bottom-307 { bottom: 307px; }

.top-308 { top: 308px; }
.right-308 { right: 308px; }
.left-308 { left: 308px; }
.bottom-308 { bottom: 308px; }

.top-309 { top: 309px; }
.right-309 { right: 309px; }
.left-309 { left: 309px; }
.bottom-309 { bottom: 309px; }

.top-310 { top: 310px; }
.right-310 { right: 310px; }
.left-310 { left: 310px; }
.bottom-310 { bottom: 310px; }

.top-311 { top: 311px; }
.right-311 { right: 311px; }
.left-311 { left: 311px; }
.bottom-311 { bottom: 311px; }

.top-312 { top: 312px; }
.right-312 { right: 312px; }
.left-312 { left: 312px; }
.bottom-312 { bottom: 312px; }

.top-313 { top: 313px; }
.right-313 { right: 313px; }
.left-313 { left: 313px; }
.bottom-313 { bottom: 313px; }

.top-314 { top: 314px; }
.right-314 { right: 314px; }
.left-314 { left: 314px; }
.bottom-314 { bottom: 314px; }

.top-315 { top: 315px; }
.right-315 { right: 315px; }
.left-315 { left: 315px; }
.bottom-315 { bottom: 315px; }

.top-316 { top: 316px; }
.right-316 { right: 316px; }
.left-316 { left: 316px; }
.bottom-316 { bottom: 316px; }

.top-317 { top: 317px; }
.right-317 { right: 317px; }
.left-317 { left: 317px; }
.bottom-317 { bottom: 317px; }

.top-318 { top: 318px; }
.right-318 { right: 318px; }
.left-318 { left: 318px; }
.bottom-318 { bottom: 318px; }

.top-319 { top: 319px; }
.right-319 { right: 319px; }
.left-319 { left: 319px; }
.bottom-319 { bottom: 319px; }

.top-320 { top: 320px; }
.right-320 { right: 320px; }
.left-320 { left: 320px; }
.bottom-320 { bottom: 320px; }

.top-321 { top: 321px; }
.right-321 { right: 321px; }
.left-321 { left: 321px; }
.bottom-321 { bottom: 321px; }

.top-322 { top: 322px; }
.right-322 { right: 322px; }
.left-322 { left: 322px; }
.bottom-322 { bottom: 322px; }

.top-323 { top: 323px; }
.right-323 { right: 323px; }
.left-323 { left: 323px; }
.bottom-323 { bottom: 323px; }

.top-324 { top: 324px; }
.right-324 { right: 324px; }
.left-324 { left: 324px; }
.bottom-324 { bottom: 324px; }

.top-325 { top: 325px; }
.right-325 { right: 325px; }
.left-325 { left: 325px; }
.bottom-325 { bottom: 325px; }

.top-326 { top: 326px; }
.right-326 { right: 326px; }
.left-326 { left: 326px; }
.bottom-326 { bottom: 326px; }

.top-327 { top: 327px; }
.right-327 { right: 327px; }
.left-327 { left: 327px; }
.bottom-327 { bottom: 327px; }

.top-328 { top: 328px; }
.right-328 { right: 328px; }
.left-328 { left: 328px; }
.bottom-328 { bottom: 328px; }

.top-329 { top: 329px; }
.right-329 { right: 329px; }
.left-329 { left: 329px; }
.bottom-329 { bottom: 329px; }

.top-330 { top: 330px; }
.right-330 { right: 330px; }
.left-330 { left: 330px; }
.bottom-330 { bottom: 330px; }

.top-331 { top: 331px; }
.right-331 { right: 331px; }
.left-331 { left: 331px; }
.bottom-331 { bottom: 331px; }

.top-332 { top: 332px; }
.right-332 { right: 332px; }
.left-332 { left: 332px; }
.bottom-332 { bottom: 332px; }

.top-333 { top: 333px; }
.right-333 { right: 333px; }
.left-333 { left: 333px; }
.bottom-333 { bottom: 333px; }

.top-334 { top: 334px; }
.right-334 { right: 334px; }
.left-334 { left: 334px; }
.bottom-334 { bottom: 334px; }

.top-335 { top: 335px; }
.right-335 { right: 335px; }
.left-335 { left: 335px; }
.bottom-335 { bottom: 335px; }

.top-336 { top: 336px; }
.right-336 { right: 336px; }
.left-336 { left: 336px; }
.bottom-336 { bottom: 336px; }

.top-337 { top: 337px; }
.right-337 { right: 337px; }
.left-337 { left: 337px; }
.bottom-337 { bottom: 337px; }

.top-338 { top: 338px; }
.right-338 { right: 338px; }
.left-338 { left: 338px; }
.bottom-338 { bottom: 338px; }

.top-339 { top: 339px; }
.right-339 { right: 339px; }
.left-339 { left: 339px; }
.bottom-339 { bottom: 339px; }

.top-340 { top: 340px; }
.right-340 { right: 340px; }
.left-340 { left: 340px; }
.bottom-340 { bottom: 340px; }

.top-341 { top: 341px; }
.right-341 { right: 341px; }
.left-341 { left: 341px; }
.bottom-341 { bottom: 341px; }

.top-342 { top: 342px; }
.right-342 { right: 342px; }
.left-342 { left: 342px; }
.bottom-342 { bottom: 342px; }

.top-343 { top: 343px; }
.right-343 { right: 343px; }
.left-343 { left: 343px; }
.bottom-343 { bottom: 343px; }

.top-344 { top: 344px; }
.right-344 { right: 344px; }
.left-344 { left: 344px; }
.bottom-344 { bottom: 344px; }

.top-345 { top: 345px; }
.right-345 { right: 345px; }
.left-345 { left: 345px; }
.bottom-345 { bottom: 345px; }

.top-346 { top: 346px; }
.right-346 { right: 346px; }
.left-346 { left: 346px; }
.bottom-346 { bottom: 346px; }

.top-347 { top: 347px; }
.right-347 { right: 347px; }
.left-347 { left: 347px; }
.bottom-347 { bottom: 347px; }

.top-348 { top: 348px; }
.right-348 { right: 348px; }
.left-348 { left: 348px; }
.bottom-348 { bottom: 348px; }

.top-349 { top: 349px; }
.right-349 { right: 349px; }
.left-349 { left: 349px; }
.bottom-349 { bottom: 349px; }

.top-350 { top: 350px; }
.right-350 { right: 350px; }
.left-350 { left: 350px; }
.bottom-350 { bottom: 350px; }

.top-351 { top: 351px; }
.right-351 { right: 351px; }
.left-351 { left: 351px; }
.bottom-351 { bottom: 351px; }

.top-352 { top: 352px; }
.right-352 { right: 352px; }
.left-352 { left: 352px; }
.bottom-352 { bottom: 352px; }

.top-353 { top: 353px; }
.right-353 { right: 353px; }
.left-353 { left: 353px; }
.bottom-353 { bottom: 353px; }

.top-354 { top: 354px; }
.right-354 { right: 354px; }
.left-354 { left: 354px; }
.bottom-354 { bottom: 354px; }

.top-355 { top: 355px; }
.right-355 { right: 355px; }
.left-355 { left: 355px; }
.bottom-355 { bottom: 355px; }

.top-356 { top: 356px; }
.right-356 { right: 356px; }
.left-356 { left: 356px; }
.bottom-356 { bottom: 356px; }

.top-357 { top: 357px; }
.right-357 { right: 357px; }
.left-357 { left: 357px; }
.bottom-357 { bottom: 357px; }

.top-358 { top: 358px; }
.right-358 { right: 358px; }
.left-358 { left: 358px; }
.bottom-358 { bottom: 358px; }

.top-359 { top: 359px; }
.right-359 { right: 359px; }
.left-359 { left: 359px; }
.bottom-359 { bottom: 359px; }

.top-360 { top: 360px; }
.right-360 { right: 360px; }
.left-360 { left: 360px; }
.bottom-360 { bottom: 360px; }

.top-361 { top: 361px; }
.right-361 { right: 361px; }
.left-361 { left: 361px; }
.bottom-361 { bottom: 361px; }

.top-362 { top: 362px; }
.right-362 { right: 362px; }
.left-362 { left: 362px; }
.bottom-362 { bottom: 362px; }

.top-363 { top: 363px; }
.right-363 { right: 363px; }
.left-363 { left: 363px; }
.bottom-363 { bottom: 363px; }

.top-364 { top: 364px; }
.right-364 { right: 364px; }
.left-364 { left: 364px; }
.bottom-364 { bottom: 364px; }

.top-365 { top: 365px; }
.right-365 { right: 365px; }
.left-365 { left: 365px; }
.bottom-365 { bottom: 365px; }

.top-366 { top: 366px; }
.right-366 { right: 366px; }
.left-366 { left: 366px; }
.bottom-366 { bottom: 366px; }

.top-367 { top: 367px; }
.right-367 { right: 367px; }
.left-367 { left: 367px; }
.bottom-367 { bottom: 367px; }

.top-368 { top: 368px; }
.right-368 { right: 368px; }
.left-368 { left: 368px; }
.bottom-368 { bottom: 368px; }

.top-369 { top: 369px; }
.right-369 { right: 369px; }
.left-369 { left: 369px; }
.bottom-369 { bottom: 369px; }

.top-370 { top: 370px; }
.right-370 { right: 370px; }
.left-370 { left: 370px; }
.bottom-370 { bottom: 370px; }

.top-371 { top: 371px; }
.right-371 { right: 371px; }
.left-371 { left: 371px; }
.bottom-371 { bottom: 371px; }

.top-372 { top: 372px; }
.right-372 { right: 372px; }
.left-372 { left: 372px; }
.bottom-372 { bottom: 372px; }

.top-373 { top: 373px; }
.right-373 { right: 373px; }
.left-373 { left: 373px; }
.bottom-373 { bottom: 373px; }

.top-374 { top: 374px; }
.right-374 { right: 374px; }
.left-374 { left: 374px; }
.bottom-374 { bottom: 374px; }

.top-375 { top: 375px; }
.right-375 { right: 375px; }
.left-375 { left: 375px; }
.bottom-375 { bottom: 375px; }

.top-376 { top: 376px; }
.right-376 { right: 376px; }
.left-376 { left: 376px; }
.bottom-376 { bottom: 376px; }

.top-377 { top: 377px; }
.right-377 { right: 377px; }
.left-377 { left: 377px; }
.bottom-377 { bottom: 377px; }

.top-378 { top: 378px; }
.right-378 { right: 378px; }
.left-378 { left: 378px; }
.bottom-378 { bottom: 378px; }

.top-379 { top: 379px; }
.right-379 { right: 379px; }
.left-379 { left: 379px; }
.bottom-379 { bottom: 379px; }

.top-380 { top: 380px; }
.right-380 { right: 380px; }
.left-380 { left: 380px; }
.bottom-380 { bottom: 380px; }

.top-381 { top: 381px; }
.right-381 { right: 381px; }
.left-381 { left: 381px; }
.bottom-381 { bottom: 381px; }

.top-382 { top: 382px; }
.right-382 { right: 382px; }
.left-382 { left: 382px; }
.bottom-382 { bottom: 382px; }

.top-383 { top: 383px; }
.right-383 { right: 383px; }
.left-383 { left: 383px; }
.bottom-383 { bottom: 383px; }

.top-384 { top: 384px; }
.right-384 { right: 384px; }
.left-384 { left: 384px; }
.bottom-384 { bottom: 384px; }

.top-385 { top: 385px; }
.right-385 { right: 385px; }
.left-385 { left: 385px; }
.bottom-385 { bottom: 385px; }

.top-386 { top: 386px; }
.right-386 { right: 386px; }
.left-386 { left: 386px; }
.bottom-386 { bottom: 386px; }

.top-387 { top: 387px; }
.right-387 { right: 387px; }
.left-387 { left: 387px; }
.bottom-387 { bottom: 387px; }

.top-388 { top: 388px; }
.right-388 { right: 388px; }
.left-388 { left: 388px; }
.bottom-388 { bottom: 388px; }

.top-389 { top: 389px; }
.right-389 { right: 389px; }
.left-389 { left: 389px; }
.bottom-389 { bottom: 389px; }

.top-390 { top: 390px; }
.right-390 { right: 390px; }
.left-390 { left: 390px; }
.bottom-390 { bottom: 390px; }

.top-391 { top: 391px; }
.right-391 { right: 391px; }
.left-391 { left: 391px; }
.bottom-391 { bottom: 391px; }

.top-392 { top: 392px; }
.right-392 { right: 392px; }
.left-392 { left: 392px; }
.bottom-392 { bottom: 392px; }

.top-393 { top: 393px; }
.right-393 { right: 393px; }
.left-393 { left: 393px; }
.bottom-393 { bottom: 393px; }

.top-394 { top: 394px; }
.right-394 { right: 394px; }
.left-394 { left: 394px; }
.bottom-394 { bottom: 394px; }

.top-395 { top: 395px; }
.right-395 { right: 395px; }
.left-395 { left: 395px; }
.bottom-395 { bottom: 395px; }

.top-396 { top: 396px; }
.right-396 { right: 396px; }
.left-396 { left: 396px; }
.bottom-396 { bottom: 396px; }

.top-397 { top: 397px; }
.right-397 { right: 397px; }
.left-397 { left: 397px; }
.bottom-397 { bottom: 397px; }

.top-398 { top: 398px; }
.right-398 { right: 398px; }
.left-398 { left: 398px; }
.bottom-398 { bottom: 398px; }

.top-399 { top: 399px; }
.right-399 { right: 399px; }
.left-399 { left: 399px; }
.bottom-399 { bottom: 399px; }

.top-400 { top: 400px; }
.right-400 { right: 400px; }
.left-400 { left: 400px; }
.bottom-400 { bottom: 400px; }


/* Z-index Css */
.z--1 { z-index: -1; }
 
.z-1 { z-index: 1; }
 
.z-2 { z-index: 2; }
 
.z-3 { z-index: 3; }
 
.z-4 { z-index: 4; }
 
.z-5 { z-index: 5; }
 
.z-6 { z-index: 6; }
 
.z-7 { z-index: 7; }
 
.z-8 { z-index: 8; }
 
.z-9 { z-index: 9; }
 
.z-10 { z-index: 10; }
 
.z-11 { z-index: 11; }
 
.z-12 { z-index: 12; }
 
.z-13 { z-index: 13; }
 
.z-14 { z-index: 14; }
 
.z-15 { z-index: 15; }
 
.z-16 { z-index: 16; }
 
.z-17 { z-index: 17; }
 
.z-18 { z-index: 18; }
 
.z-19 { z-index: 19; }
 
.z-20 { z-index: 20; }


/* Min Height Css */

.min-h-0 { min-height: 0px; }

.min-h-50 { min-height: 50px; }

.min-h-100 { min-height: 100px; }

.min-h-150 { min-height: 150px; }

.min-h-200 { min-height: 200px; }

.min-h-250 { min-height: 250px; }

.min-h-300 { min-height: 300px; }

.min-h-350 { min-height: 350px; }

.min-h-400 { min-height: 400px; }

.min-h-450 { min-height: 450px; }

.min-h-500 { min-height: 500px; }

.min-h-550 { min-height: 550px; }

.min-h-600 { min-height: 600px; }

.min-h-650 { min-height: 650px; }

.min-h-700 { min-height: 700px; }

.min-h-750 { min-height: 750px; }

.min-h-800 { min-height: 800px; }

.min-h-850 { min-height: 850px; }

.min-h-900 { min-height: 900px; }

.min-h-950 { min-height: 950px; }


/* Gap Css */

.gap-0 { gap: 0px; }

.gap-1 { gap: 1px; }

.gap-2 { gap: 2px; }

.gap-3 { gap: 3px; }

.gap-4 { gap: 4px; }

.gap-5 { gap: 5px; }

.gap-6 { gap: 6px; }

.gap-7 { gap: 7px; }

.gap-8 { gap: 8px; }

.gap-9 { gap: 9px; }

.gap-10 { gap: 10px; }

.gap-11 { gap: 11px; }

.gap-12 { gap: 12px; }

.gap-13 { gap: 13px; }

.gap-14 { gap: 14px; }

.gap-15 { gap: 15px; }

.gap-16 { gap: 16px; }

.gap-17 { gap: 17px; }

.gap-18 { gap: 18px; }

.gap-19 { gap: 19px; }

.gap-20 { gap: 20px; }

.gap-21 { gap: 21px; }

.gap-22 { gap: 22px; }

.gap-23 { gap: 23px; }

.gap-24 { gap: 24px; }

.gap-25 { gap: 25px; }

.gap-26 { gap: 26px; }

.gap-27 { gap: 27px; }

.gap-28 { gap: 28px; }

.gap-29 { gap: 29px; }

.gap-30 { gap: 30px; }

.gap-31 { gap: 31px; }

.gap-32 { gap: 32px; }

.gap-33 { gap: 33px; }

.gap-34 { gap: 34px; }

.gap-35 { gap: 35px; }

.gap-36 { gap: 36px; }

.gap-37 { gap: 37px; }

.gap-38 { gap: 38px; }

.gap-39 { gap: 39px; }

.gap-40 { gap: 40px; }

.gap-41 { gap: 41px; }

.gap-42 { gap: 42px; }

.gap-43 { gap: 43px; }

.gap-44 { gap: 44px; }

.gap-45 { gap: 45px; }

.gap-46 { gap: 46px; }

.gap-47 { gap: 47px; }

.gap-48 { gap: 48px; }

.gap-49 { gap: 49px; }

.gap-50 { gap: 50px; }

.gap-51 { gap: 51px; }

.gap-52 { gap: 52px; }

.gap-53 { gap: 53px; }

.gap-54 { gap: 54px; }

.gap-55 { gap: 55px; }

.gap-56 { gap: 56px; }

.gap-57 { gap: 57px; }

.gap-58 { gap: 58px; }

.gap-59 { gap: 59px; }

.gap-60 { gap: 60px; }

.gap-61 { gap: 61px; }

.gap-62 { gap: 62px; }

.gap-63 { gap: 63px; }

.gap-64 { gap: 64px; }

.gap-65 { gap: 65px; }

.gap-66 { gap: 66px; }

.gap-67 { gap: 67px; }

.gap-68 { gap: 68px; }

.gap-69 { gap: 69px; }

.gap-70 { gap: 70px; }

.gap-71 { gap: 71px; }

.gap-72 { gap: 72px; }

.gap-73 { gap: 73px; }

.gap-74 { gap: 74px; }

.gap-75 { gap: 75px; }

.gap-76 { gap: 76px; }

.gap-77 { gap: 77px; }

.gap-78 { gap: 78px; }

.gap-79 { gap: 79px; }


.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; }
.h-100 { height: 100%; }
.w-full { width: 100%; }


.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\:p--155 { padding:155px !important; }
    .sm\:p-155 { padding:155px; }
    .sm\:pt-155 { padding-top:155px; }
    .sm\:pb-155 { padding-bottom:155px; }
    .sm\:pl-155 { padding-left:155px; }
    .sm\:pr-155 { padding-right:155px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
    .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\:p--155 { padding:155px !important; }
    .md\:p-155 { padding:155px; }
    .md\:pt-155 { padding-top:155px; }
    .md\:pb-155 { padding-bottom:155px; }
    .md\:pl-155 { padding-left:155px; }
    .md\:pr-155 { padding-right:155px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
    .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:1201px){
    
    
    .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\:p--155 { padding:155px !important; }
    .lg\:p-155 { padding:155px; }
    .lg\:pt-155 { padding-top:155px; }
    .lg\:pb-155 { padding-bottom:155px; }
    .lg\:pl-155 { padding-left:155px; }
    .lg\:pr-155 { padding-right:155px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
    .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\:maroon{ color:#00B1E2; }
.bg\:maroon{ background-color:#00B1E2; }

.color\:blue{ color:#041E42; }
.bg\:blue{ background-color:#041E42; }

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

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

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

.color\:light_blue{ color:#22577A; }
.bg\:light_blue{ background-color:#22577A; }

.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\:maroon:hover{ color:#00B1E2; }
    .hoverbg\:maroon:hover{ background-color:#00B1E2; }
    
    .hover\:blue:hover{ color:#041E42; }
    .hoverbg\:blue:hover{ background-color:#041E42; }
    
    .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:#f2f5f7; }
    .hoverbg\:light_gray:hover{ background-color:#f2f5f7; }
    
    .hover\:light_blue:hover{ color:#22577A; }
    .hoverbg\:light_blue:hover{ background-color:#22577A; }
    
    .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; }


.line-0 { line-height: 0; }
/* 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: Proxima Nova Rg, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    font-size:18px;
    line-height:1.65;
    color:#44474B;
    background:#FFFFFF;
    overflow-x: hidden;
}

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

h1 { color:#1F1F1F; font-size:56px; line-height:1.1; margin:0; padding:0; clear:both; font-family: proxima_novasemibold, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h2 { color:#1F1F1F; font-size:48px; line-height:1.16; margin:0; padding:0; clear:both; font-family: proxima_novasemibold, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h3 { color:#1F1F1F; font-size:38px; line-height:1.16; margin:0; padding:0; clear:both; font-family: proxima_novasemibold, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h4 { color:#1F1F1F; font-size:30px; line-height:1.18; margin:0; padding:0; clear:both; font-family: proxima_novasemibold, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h5 { color:#1F1F1F; font-size:24px; line-height:1.20; margin:0; padding:0; clear:both; font-family: proxima_novasemibold, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h6 { color:#1F1F1F; font-size:22px; line-height:1.20; margin:0; padding:0; clear:both; font-family: Proxima Nova Bold, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }

a { text-decoration:none; outline:none; color:#00A398; 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:#44474B; }

/*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 , .text-bold p { font-weight:bold; }
.text-italic { font-style:italic; }

@media (max-width:1200px){
    h1 { font-size: 52px; }
    h2 { font-size: 30px; }
    h3 { font-size: 28px; } 
    h4 { font-size: 22px; }
    h5 { font-size: 20px; }
    h6 { font-size: 18px; }
}

@media (max-width:991px){
    body { font-size: 16px; }
    
    h1 { font-size: 50px; }
    h2 { font-size: 40px; }
    h3 { font-size: 28px; }
    h4 { font-size: 22px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
}

@media (max-width:767px){

    h1 { font-size: 40px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
}
textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { box-shadow: none; background-color: #FFFFFF; border: 1px solid #e5e8eb; padding: 0 20px; width:100%; border-radius: 10px; height: 50px; color: #2a3641; font-family: Proxima Nova Rg, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; font-size:16px; margin: 8px 0 15px; }
form textarea { height: 150px; resize: none !important; padding: 20px; } 
form .hs-form-field > label { color: #2a3641; font-family: Proxima Nova Rg, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; text-transform: capitalize; font-size:16px; }
form input::placeholder { color: #757575 !important; }
form select::placeholder { color: #757575 !important; }
form textarea::placeholder { color: #757575 !important; }

form input[type="submit"] { background: var(--quaternary-color); color: #fff; margin: 20px 0 0; font-family: Proxima Nova Rg; border: 0; padding: 15px; min-width: 140px; max-width:100%; cursor:pointer; transition: all .5s ease-in-out; border-radius: 10px; font-size: 20px; font-family: var(--sec-font); }
form input[type="submit"]:hover { background: var(--seventh-color); color: #fff; }

.field.hs-form-field { margin-bottom: 15px; }
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: var(--fifth-color); text-align: center; padding: 15px; border-radius: 0px; color: #FFFFFF; }
fieldset.form-columns-1 .hs-input { width: 100% !important; }

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; 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: 28px; margin: 0; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left: 0; top:0;  content:''; width: 18px; height: 18px; border:1px solid var(--secondary-color); color:var(--secondary-color); background: transparent; border-radius: 2px; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color: var(--secondary-color); position:absolute; left: 4px; top: -1px;  content: "\f00c"; font-family:'FontAwesome'; line-height: 20px; font-size: 10px; }

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

input:focus-visible { outline: 0; } 
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/images/saas-icon-arrow-down.svg) no-repeat center right 15px #FFFFFF; }
select:focus-visible, textarea:focus-visible { outline: none; }

form .hs-richtext, form ul.inputs-list { font-size: 13px; line-height: 1.65; }
form .hs-richtext p { margin-bottom: 10px; }

@media (max-width:767px) {
    textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { margin: 8px 0 10px; }
    fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; } 
    fieldset.form-columns-2 .hs-form-field { width: 100% !important; }
    .field.hs-form-field { margin-bottom: 10px; }
    form .hs_submit .actions input { width: 100%; }
    .contact_us_form form .hs_preferred_time .input select { width: 100% !important; }
}
[class*="button-"] a { float: none; display: inline-block; vertical-align: top; width: auto; padding: 10px 20px; border: 2px solid #00A398; border-radius: 10px; font-weight: 500; font-size: 18px; position: relative; overflow: hidden; font-family: Proxima Nova Bold; min-width: 216px; text-align: center; }
.button-1 a { color: #00A398; background-color: ; }

.button-1.white a { color: #fff; }

.button-1 a:hover, .button-1.hover a, .button-1.white a:hover { color: #FFFFFF; background-color: #00A398; }
.button-1.purple a:hover { background: var(--eight-color); }

.button-1.outline a, a.button-1.outline { background: transparent; border: 1px solid #fff; }
.button-1.outline.hover a, a.button-1.outline.hover, .button-1.outline:hover a, a.button-1.outline:hover { background-color: #fff; color: var(--seventh-color); }

.button-2 a { background: #FFFFFF; color: #002543; border-color: #FFFFFF; border-radius: 10px; padding: 10px 20px; } 
.button-2 a:hover, .button-2.hover a { background-color: #00A398; border-color: #00A398; color: #FFFFFF; }
.button-2.no-border a { border: none; } 

.button-2.reverse a { background-color: #00A398; border-color: #00A398; color: #FFFFFF; }
.button-2.reverse a:hover { background: transparent; color: #002543; } 

.arrow-button a { display: inline-block; vertical-align: top; width: auto; font-size: 16px; font-weight: 500; padding: 0 70px 0 0; position: relative; overflow: visible;  }
.arrow-button.white-text a { color: #fff; }
.arrow-button a:after, a.arrow-button:after { position: absolute; content: ""; height: 57px; width: 57px; top: 0px; bottom: 0; right: 0; margin: auto 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='57' viewBox='0 0 57 57' fill='none'%3E%3Ccircle cx='28.5' cy='28.5' r='28.5' transform='matrix(-1 0 0 1 57 0)' fill='%2300a398'/%3E%3Cpath d='M34.6665 28.3581L26 18' stroke='white' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M34.6665 28.3583L26 38.7164' stroke='white' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E"); }
.arrow-button.hover a, .arrow-button a:hover { color: var(--tertiary-color); }
.arrow-button a:hover:after, .arrow-button.hover a:after, a.arrow-button.hover:after, a.arrow-button:hover:after { right: -10px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='57' viewBox='0 0 57 57' fill='none'%3E%3Ccircle cx='28.5' cy='28.5' r='28.5' transform='matrix(-1 0 0 1 57 0)' fill='%23aed000'/%3E%3Cpath d='M34.6665 28.3581L26 18' stroke='white' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M34.6665 28.3583L26 38.7164' stroke='white' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E"); }

.simple_link a, a.simple_link {  color : var(--main-color);  position:relative; font-weight: 600; border-bottom: 2px solid rgb(74 70 243 / 30%); }
.simple_link a:hover, a.simple_link:hover { color: #00A398; }

.link_style a, a.link_style { display:inline-block; vertical-align:top; width:auto; position:relative; padding-right: 0px; font-size: 18px; font-weight: 500; color: #282934; }
.link_style a:after, a.link_style:after { position:relative; display: inline-block; vertical-align: middle; content:""; height: 14px; width: 18px; top:0; right:0; bottom:0; margin:auto 0; transition: all ease-in-out .4s; margin-left: 10px; background: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/images/next.png) no-repeat center / cover; }
.link_style a:hover:after, a.link_style:hover:after, .link_style.hover a:after, a.link_style.hover:after { right: -8px; }
.link_style a:hover, a.link_style:hover, .link_style.hover a, a.link_style.hover { color: var(--seventh-color); }

.link_style.white a, a.link_style.white { color: #fff; }
.link_style.white a:after, a.link_style.white:after { width: 26px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='9' viewBox='0 0 26 9' fill='none'%3E%3Cg clip-path='url(%23clip0_468_539)'%3E%3Cpath d='M25.0763 4.5L20.4609 0.75' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M25.0763 4.5L20.4609 8.25' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3.23047 4.5H25.0766' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_468_539'%3E%3Crect width='25.8462' height='9' fill='white' transform='translate(0.152344)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }

.white-button a, a.white-button { background: #fff; color: var(--link_color); }
.white-button.arrow a:after, a.white-button.arrow:after { 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='%234A46F3' stroke-width='2'/%3E%3Cpath d='M10.5 1L17.5 8L10.5 15' stroke='%234A46F3' stroke-width='2'/%3E%3C/svg%3E"); }
.white-button.arrow a:hover:after, a.white-button.arrow:hover:after { 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"); }    

@media (max-width:767px){
  [class*="button-"] a { font-size: 16px; }
}
.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%; }

/* Header */
header .button_wrap .button-1 { margin-right: 10px; }
header .button_wrap .button-1 a { min-width: 160px; color: var(--seventh-color); border-color: var(--seventh-color); } 
header .logo img { width: 190px; }
header .logo.second_logo { border-left: 2px solid #275d6c; padding-left: 15px; margin-left: 15px; }
.main_header { background-color: var(--headerbottombg); }
.top_login .hs-menu-wrapper > ul > li > a { border: 2px solid var(--seventh-color); color: var(--seventh-color); border-radius: 10px; display: inline-block; float: none; font-family: var(--sec-font); font-size: 18px; font-weight: 500; overflow: hidden; padding: 10px 15px; position: relative; vertical-align: top; width: auto; min-width: 107px; text-align: center; }

/* Header Search Design Start */
.top_search_icon { cursor: pointer; }
.top_search_form { position: absolute; top: 100%; right: 0; background: hsla(207, 24%, 96%, 1.0); border-radius: 10px; box-shadow: 0 0 .3125rem rgba(0, 0, 0, .08), 0 .3125rem .3125rem rgba(0, 0, 0, .09); min-width: 500px; padding: 20px; display: none; z-index: 1; }
.top_search_form.active { display: block; }
.top_search_form .hs-search-field__input { margin: 0 !important; background: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/images/saas-search-icon.svg) no-repeat center left 15px #fff; background-size: 12px; padding-left: 35px !important; }
.hs-search-field__button { display: inline-block; vertical-align: top; border: 0; background: var(--quaternary-color); border-radius: 10px; font-family: var(--sec-font); color: #fff; font-size: 16px; padding: 10px 13px; margin-left: 12px; cursor: pointer; transition: all ease-in-out .4s; }
.hs-search-field__button:hover { background: #008077; }
/* Header Search Design End */

.mainmenu .hs-menu-wrapper > ul > li.active > a { color: var(--headerbottomlinkhover); }
.main_header_inner { position: relative; }
.mainmenu .hs-menu-wrapper > ul > li { margin: 0 5px; }
.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 25px 10px; position: relative; color: var(--headerbottomlink); text-transform: capitalize; font-family: var(--proxisemi); }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }

.mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { display: flex !important; }
.mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a svg { position: relative; top: 1px; margin-right: 5px; transition: all ease-in-out .4s; }

.top_header.mbl { display: none; }

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

.top_search_form.footer_search { position: relative; top: auto; display: inline-block; vertical-align: top; width: 100%; height: auto; background: transparent; margin: 30px 0 20px; }
.top_search_form.footer_search span.search_close { display: none; }
.top_search_form.footer_search button.hs-search-field__button { display: none; }
.top_search_form.footer_search input[type="search"] { height: 40px !important; font-weight: 500 !important; font-size: 14px !important; text-align: left; background: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/images/saas-search-icon.svg) no-repeat center left 20px #fff; padding: 0 15px 0 45px !important; }

.header_btn_wrap.mbl, .top_search.mbl { display: none; }

.header_lp .static_logo { width: 170px; }

header.header_lp .logo img { width: revert-layer; }

/*  */
.headerbg_sc { padding: 25px 0; }
.headerbg_main { gap: 15px; }
.headerbg_main .logo { padding: 0 15px; text-align: center; gap: 15px; }
.headerbg_main .logo_bx { display: inline-block; position: relative; }
.headerbg_main .logo_bx a.logo_link { position: absolute; inset: 0; }


/* Footer */
.footer_cta_strip { position: relative; margin-bottom: -130px; padding: 100px 0; position: relative; }
.footer_cta_strip .wrapper { padding-right: 100px; }
.footer_cta_stripin { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.footer_cta_stripin .title { padding-right: 20px; }
.footer_cta_strip:before { position: absolute; content: ""; height: 100%; top: 0; right: calc((100% - 1340px) / 2); background: #fff; width: 100%; background: linear-gradient(90deg, #165c7d .47%, #00b1e2 85.12%, #00b1e2 101.24%); }
.footer_cta_stripin .button-2 a:hover { background-color: var(--eight-color); border-color: var(--eight-color);  }

.footer_sc { padding: 230px 0 100px; }
.footer_menu_col { width: 20%; padding-right: 30px; }
.footer_menu_col .menu_title { font-family: var(--sec-font); }
.footer_menu_col .hs-menu-wrapper > ul > li > a { color: #fff; font-size: 16px; }
.footer_menu_col .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 10px; }
.footer_menu_col .hs-menu-wrapper > ul > li > a:hover { color: var(--quaternary-color); }
.footer_col_wrap { padding-bottom: 60px; border-bottom: 1px solid rgba(255, 255, 255, 0.40); }
.footer_mid { padding: 50px 0; border-bottom: 1px solid hsla(0, 0%, 100%, .4); }
.footer_mid .button-1 a { border-color: #fff; }
.footer_mid .button-1 a:hover { border-color: var(--quaternary-color); }
.footer_mid .button-1:first-child a { margin-right: 32px; min-width: 180px; }
.footer_mid .button-1:last-child a { min-width: 107px; }
.footer_bottom .copyright_text { color: rgba(255, 255, 255, 0.80); font-size: 12px; }
.footer_bottom .bottom_menu .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; margin-left: 25px; font-size: 12px; color: rgba(255, 255, 255, 0.80); }
.footer_bottom .bottom_menu { line-height: 0; position: relative; top: 1px; }
.footer_bottom .bottom_menu .hs-menu-wrapper > ul > li > a:hover { color: var(--quaternary-color); }
.footer_cta_stripin .button-2 a { min-width: 220px; text-align: center; padding: 14px 15px; }

/*  */
.footer_lp { background: #041E42; padding: 60px 0; }
.footer_lp .main_footer { border-top: 1px solid #b9b9b9; padding-top: 30px; }
.footericon_wrap .icon_list { width: 20px; height: 20px; }
.footericon_wrap { gap: 20px; }
.footericon_wrap .icon_list img { width: 100%; height: 100% !important; }

/* Media Css */
@media (min-width: 768px){
  .footer_logo.mbl { display: none; }
}

@media (min-width: 992px){
  .mainmenu .hs-menu-wrapper > ul > li > ul, .top_login .hs-menu-wrapper > ul > li > ul { width: 270px; background: var(--dropcolor); border-top: 2px solid #173B66; border-radius: 0px; padding: 25px; visibility: hidden; pointer-events: none; transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; z-index: 2; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { color: var(--droplinkcolor); padding: 0px 0 0px 15px; font-size: 16px; position: relative; margin-bottom: 8px; font-family: var(--proxisemi); }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { margin-bottom: 0; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:before { position: absolute; content: ""; height: 11px; width: 6px; top: 6px; left: 0px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 9.5L5 5.5L1 1.5' stroke='%2300A398' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

  .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: var(--headerbottomlinkhover); }
  .mainmenu .hs-menu-wrapper > ul > li:hover > ul, .top_login .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:hover > a { color: var(--droplinkhovercolor); }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; }
  .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: relative; content: "\f107"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; top: 1px; color: var(--quaternary-color); font-weight: 700; } 

  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: transparent; 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 { width: 100% !important; color: var(--droplinkcolor); font-weight: 600; padding: 15px 15px; border-bottom: 1px solid #000; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a { border: 0; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; }
  .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul > li > ul { left: auto !important; right: 100%; }

  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { background: #FAFAFA; border-radius: 0px 4px 4px 0px; top: 0 !important; left: calc(100% + 24px) !important; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { font-size: 16px; font-weight: 500; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:after { position: absolute; content: ""; height: 100%; width: 24px; top: 0; left: 100%; background: var(--dropcolor); }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover:after { background-color: var(--droplinkhoverbgcolor); }

  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover svg path { fill: #E31B23; }

  .top_login .hs-menu-wrapper > ul > li > ul { right: 0 !important; left: auto !important; padding: 20px; width: 200px; border-radius: 10px; border: 0; box-shadow: 0 0 .3125rem rgba(0, 0, 0, .08), 0 .3125rem .3125rem rgba(0, 0, 0, .09); }
  .top_login .hs-menu-wrapper > ul > li > ul > li > a { color: var(--main-color); display: inline-block; padding: 8px 14px; font-family: var(--proxisemi); }
  .top_login .hs-menu-wrapper > ul > li > ul > li > a:hover { background: #fff; color: var(--quaternary-color); }
  
  header .button_wrap .button-1 a:hover, .top_login .hs-menu-wrapper > ul > li > a:hover { background: var(--seventh-color); border-color: var(--seventh-color); color: #fff; }
  
}

@media (min-width: 1601px){
  header.header .wrapper { width: 1530px; max-width: 100%; }
}

@media (max-width: 1600px){
  header .button_wrap .button-1 a { min-width: 1px; padding: 10px 15px; font-size: 16px; }
  .top_login .hs-menu-wrapper > ul > li > a { font-size: 16px; min-width: 90px; }
}

@media (max-width: 1400px){
  .mainmenu .hs-menu-wrapper>ul>li>a { padding: 15px 5px; font-size: 16px; }
  header .button-1 a { font-size: 15px; }
  header .logo img { width: 170px; }
  .main_header { padding: 20px 0; }
  
  /* Footer */
  .footer_cta_strip:before { right: calc((100% - 1200px) / 2); }
  
}

@media (max-width:1200px){
  header .logo img { line-height: 0; }
  .mainmenu .hs-menu-wrapper > ul > li > a { font-size: 14px; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size: 15px; }
  .header--no-navigation { padding: 11px 0; } 

  .mainmenu .hs-menu-wrapper > ul > li { margin: 0; }
  
  .top_login .hs-menu-wrapper > ul > li > a { font-size: 14px; min-width: 1px; padding: 8px 10px; }
  .top_login .hs-menu-wrapper > ul > li > ul > li > a { font-size: 14px; padding: 8px 10px; }
  .top_search { margin-left: 5px; width: 15px; }
  
  header .button_wrap .button-1 a { font-size: 13px; padding: 10px 8px; }
  
  /* Footer */
  .footer_menu_col { padding-right: 20px; }
  .footer_menu_col .menu_title { font-size: 15px; }
  .footer_menu_col .hs-menu-wrapper > ul > li > a { font-size: 13px; }
  .footer_cta_strip:before { right: calc((100% - 920px) / 2); }


}

@media (max-width:991px){
  .main_header { padding: 22px 0; }
  header .wrapper { width: 100%; }
  .main_header_inner { position: static; }
  .mainmenu .hs-menu-wrapper > ul { width: 100%; padding: 0; }
  .mainmenu .hs-menu-wrapper ul { transition: none; }
  .mainmenu .hs-menu-wrapper > ul > li { border-bottom: 1px solid #e5e5e5; }
  .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; padding: 15px; font-size: 16px; }
  .mainmenu .hs-menu-wrapper > ul > li > ul { background: #f5f5f5; padding: 15px 0; width: 100%; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > a, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { color: #44474B; padding: 10px 35px; font-size: 14px; font-family: var(--proxisemi); }

  .header_btn_wrap, .top_search { display: none; }
  .header_btn_wrap.mbl, .top_search.mbl { display: inline-block; vertical-align: top; width: 100%; }
  header .button_wrap .button-1 { display: inline-block; vertical-align: top; width: 100%; margin: 0; }
  header .button_wrap .button-1 a { display: inline-block; vertical-align: top; width: 100%; padding: 15px; font-size: 16px; color: var(--headerbottomlink); text-transform: capitalize; font-family: var(--proxisemi); border-radius: 0; border: 0; }
  header .button_wrap { flex-wrap: wrap; }
  .mainmenu.js-enabled .top_login .hs-menu-wrapper { display: inline-block; vertical-align: top; width: 100%; height: auto; background: transparent; position: relative; top: auto; left: 0; padding: 0; }

  header .button_wrap .button-1 a, .top_login .hs-menu-wrapper > ul > li > a { text-align: left; background: transparent; }
  
  .mainmenu .top_login .hs-menu-wrapper > ul > li > a { border: 0; border-radius: 0; color: var(--headerbottomlink); display: inline-block; font-family: var(--proxisemi); font-size: 16px; padding: 15px; text-transform: capitalize; vertical-align: top; width: 100%; }
  .mainmenu .top_login .hs-menu-wrapper > ul { display: inline-block; vertical-align: top; width: 100%; padding: 0; }
  header .top_login { width: 100%; }
  .top_login .hs-menu-wrapper>ul>li:hover>a { background: transparent; }
  .top_login div.mobile-trigger { display: none !important; }
  .top_search { margin: 0; text-align: center; padding: 25px 15px 0; }
  .top_search_icon { display: none; }
  .top_search_form { display: inline-block; vertical-align: top; position: static; margin: 0 auto; width: 500px; min-width: 1px; max-width: 100%; }

  .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; }
  div.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 4px; 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; }
  div.mobile-trigger:hover { text-decoration: none; }
  div.mobile-trigger span { display: inline; }
  div.mobile-trigger span:before { position: absolute; content: 'Menu'; }
  div.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 div.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 div.mobile-trigger span:after { opacity: 1; }
  .mobile-open .mobile_menu_toggle div.mobile-trigger { display: block !important; }
  .mobile_menu_toggle div.mobile-trigger i, .mobile-open .mobile_menu_toggle div.mobile-trigger i:before, .mobile-open .mobile_menu_toggle div.mobile-trigger i:after { background: #fff; }
  .mobile_menu_toggle div.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 div.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); }

  div.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; }
  div.mobile-trigger i:before, div.mobile-trigger i:after { position: absolute; content: ''; }
  div.mobile-trigger i, div.mobile-trigger i:before, div.mobile-trigger i:after { width: 30px; height: 2px; display: inline-block; background: var(--hamburger); }
  div.mobile-trigger i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
  div.mobile-trigger i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
  .mobile-open div.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 div.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 div.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: 46px !important; padding: 0 !important; }
  span.child-triggerm span { position: absolute; height: 30px; width: 30px; right: 20px; top: 8px; transition: all ease .5s; }
  span.child-triggerm span:before { position: absolute; content: ""; height: 14px; width: 2px; left: 50%; top: 50%; background: var(--quaternary-color); transform: translateX(-50%) translateY(-50%); }
  span.child-triggerm span:after { position: absolute; content: ""; height: 2px; width: 14px; left: 50%; top: 50%; background: var(--quaternary-color); transform: translateX(-50%) translateY(-50%); }
  span.child-triggerm.child-open span { transform: rotate(45deg); }

  .mainmenu.js-enabled .hs-menu-children-wrapper { display: none; }
  .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; height: auto; top: 63px; left: 0; width: 100%; max-width: 100%; padding: 0px; background-color: #fff; z-index: 8888; display: none; height: 100vh; overflow: auto; padding-bottom: 130px; border-top: 1px solid #e5e5e5; }
  .mainmenu .hs-menu-flow-horizontal > ul > li { position: relative; }
  .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; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { white-space: normal !important; display: inline-block !important; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { background: #f0f0f0; }

  /* Footer */
  .footer_col_wrap { padding-bottom: 30px; }
  .footer_mid { padding: 35px 0; }
  .footer_mid .logo { width: 220px; }
  .footer_sc { padding-bottom: 50px; }
  .footer_menu_col { width: 33.33%; margin-bottom: 20px; }
  .footer_menu_col .menu_title { font-size: 18px; }
  .footer_menu_col .hs-menu-wrapper > ul > li > a { font-size: 15px; }
  
  .footer_cta_strip:before { right: calc((100% - 720px) / 2); }
  .footer_cta_stripin { justify-content: center; }
  .footer_cta_stripin h3 { margin-bottom: 15px; }
  .footer_cta_strip .wrapper { padding-right: 15px; }

}

@media (max-width: 767px){
  /* Header */
  .top_search_form { padding: 15px; }
  header .hs-search-field__button { display: inline-block; vertical-align: top; margin: 15px 0 0; }
  header .hs-search-field__form { display: inline-block; vertical-align: top; width: 100%; }
  
  .header_lp .headerlp_cen { justify-content: center; }
    
  /* Footer */
  .footer_logo { display: none; }
  .footer_logo.mbl { display: inline-block; vertical-align: top; width: 100%; padding-bottom: 30px; }
  .footer_cta_strip:before { display: none; }
  .footer_cta_strip { padding: 50px 0; width: calc(100% - 30px); margin: 0 auto -100px; background: linear-gradient(90deg, #165c7d .47%, #00b1e2 85.12%, #00b1e2 101.24%); }
  .footer_cta_stripin .title { width: 100%; padding-bottom: 20px; }
  .footer_cta_stripin { text-align: center; justify-content: center; }
  .footer_cta_stripin .title h3 { font-size: 26px; }
  .footer_cta_stripin .title { padding-right: 0; }
  .footer_sc { padding-top: 150px; }
  .footer_menu_col { width: 100%; padding: 0; }
  .footer_menu_col:last-child { margin-bottom: 0; }
  .footer_mid { padding: 25px 0; justify-content: center; }
  .footer_mid .button-1:first-child a { margin-right: 10px; min-width: 1px; }
  .footer_mid .button-1:last-child a { margin-left: 10px; }
  .footer_bottom { text-align: center; }
  .footer_bottom .left { display: flex; justify-content: center; margin-bottom: 20px; }
  .footer_bottom .bottom_menu .hs-menu-wrapper>ul>li>a { margin-left: 5px; }
  .footer_bottom .bottom_menu { line-height: 1; top: 2px; }
  
  .footer_col_wrap { margin: 0 -15px; }
  .footer_menu_col { width: 50%; padding: 0 15px; }
  .footer_menu_col .menu_title { font-size: 16px; }
  .footer_menu_col .hs-menu-wrapper > ul > li > a { font-size: 14px; }
  
  .footer_lp .main_footer { text-align: center; padding-top: 15px; }
  .footericon_wrap { justify-content: center; margin-top: 15px; }
  .footer_lp { padding: 30px 0; }
}

@media (max-width: 480px){
  /* Footer */
  .footer_cta_stripin .title h3 { font-size: 24px;  margin: 0; }
  
  .headerlp_wrap { flex-direction: column; }
  header .logo.second_logo { border-left: 0; margin: 20px 0 0; padding: 0; }
} 
.blog-section .blog-listing-wrapper { max-width: 1048px; margin: 0 auto; }
.blog-section .blog_head h1 { font-size: 40px; }
.blog-section .post-listing .post-item { display: none; }
.blog-section .post-listing .post-item .hs-featured-image-wrapper a { display: block; }
.blog-section .post-listing .post-item .hs-featured-image-wrapper a img { max-width: 100%; margin: 0; border-radius: 16px; height: 350px; object-fit: cover; width: 100%; } 
.blog-section .post-listing .post-item .post-header a { color: var(--secondary-color); } 
.blog-section .post-listing .post-item .post-header a.btn { font-size: 16px; font-weight: 500; position: relative; }
.blog-section .post-listing .post-item .post-header a.btn:after { content: ''; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-arrow.svg) no-repeat center / cover; display: inline-block; width: 7px; height: 12px; vertical-align: middle; margin-left: 7px; }
.blog-section .blog-section-wrap .btn .noContent { cursor: no-drop; pointer-events: unset; background-color: transparent; color: var(--main-color); display: none; }
 
.blog_post_wrap { max-width: 1048px; margin: 0 auto; }
.blog_post_wrap .content-wrapper{ width: calc(100% - 430px); margin-right: 15px; } 
.blog_post_wrap .content-wrapper .blog-post h1 { line-height: 1.2; } 
.blog_post_wrap .blog-post h1 span{ font-size: 40px; color: var(--secondary-color); display: inline-block; }
.blog_post_wrap .blog-post .blog-post__meta .blog_media_top a,
.blog_post_wrap .blog-post .blog-post__meta .blog_media_top span{ font-size: 15px; color: var(--main-color);} 
.blog_post_wrap .blog-post .blog-post__meta + div { display: none; } 
.blog_post_wrap .blog-post .social-sharing .share-buttons { margin: 0; padding: 0; list-style: none; }  
.blog_post_wrap .blog-post .social-sharing .share-buttons li a svg { width: 20px; height: 20px; } 
.blog_post_wrap .blog-post .social-sharing .share-buttons li a svg path { fill: #0084A9; }
.blog_post_wrap .blog-post .social-sharing .share-buttons li + li { margin-left: 12px; }  
.blog_post_wrap .blog-post .blog-post__body p.small-font, 
.blog_post_wrap .blog-post .blog-post__body .hs_cos_wrapper p:first-child { font-size: 15px; color: var(--main-color); } 
.blog_post_wrap .blog-post .blog-post__body img { height: 400px; object-fit: cover; width: 100% !important; margin-bottom: 15px; border-radius: 16px;}
.blog_post_wrap .blog-post .blog-post__body p:empty { display: none; }
.blog_post_wrap .blog-post .blog-post__body h4 { margin: 15px 0 25px; }
.blog_post_wrap .blog-post .blog-post__body p { color: var(--secondary-color); } 


/* media query */
@media (max-width:991px){
    .blog-section .post-listing .post-item .hs-featured-image-wrapper a img { height: 300px; }
    .blog_right_sidebar { width: 350px; }
    .blog_post_wrap .content-wrapper { width: calc(100% - 380px);} 
}

@media (max-width:767px){ 
    .blog-section .blog_head h1 { font-size: 24px; }
    .blog_post_wrap .blog-post h1 span { font-size: 24px; }
    .blog_post_wrap .content-wrapper { width: 100%; margin-right: 0px; } 
    .blog_post_wrap .blog-post .blog-post__body h4 { margin: 10px 0 15px; }
    .blog-section .blog-section-wrap .btn a { width: 100%; }

}

@media (max-width:480px){
    .blog-section .post-listing .post-item .hs-featured-image-wrapper a img { height: 200px; }
} 
.error_main_section { padding: 290px 0px 180px; }


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

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


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

/* Search Result Page */
.search_result_sc .hs-search-results__listing { display: grid; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.search_result_sc ul.hs-search-results__listing li { border-bottom: 1px solid #000; padding-bottom: 30px; margin-bottom: 0; }


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

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

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

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

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

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

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

.error_box_parent.mlogin-main .hs-error-msgs label { transform: none;}
.error_box_parent.mlogin-main form .hs-error-msgs { padding-left: 0;  list-style: none;}


.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password{ float: right; }
.error_box.password-required .hs-button { margin-top: 10px !important; display: inline-block; }
.error_box.password-required form { margin-top: 10px; }
.error_box.password-required h1 { margin-bottom: 15px; }

.search-results-wrapper .hero-main.full-width { padding-bottom: 230px;}
.search-results-wrapper .hero-outer h1 { margin-bottom: 0;}

.error_box .no-list {  list-style: none;}
.error_box.password-required form#email-prefs-form { text-align: left;}
.error_box.password-required { text-align: left;}
.checkbox-row + p { padding-left: 24px; } 
.email-prefs .subscribe-options .header { padding-left: 24px; margin-bottom: 10px; margin-top: 11px; }
form#email-prefs-form p+p { padding: 0; }
.email-prefs p.header { margin-bottom: 25px; }
.error_box.password-required .email-prefs input[type="submit"] { margin-top: 20px !important; }
.email-prefs .item { margin-bottom: 15px; }

@media (min-width: 992px){
  .error_page_section h1 { font-size: 130px; }
}

@media (max-width: 1400px){
    
    .error_box_parent .hero-main.full-width { padding-bottom: 290px;}
    
}

@media(max-width:991px){ 

    .error_box {  max-width: 730px;}
    .search-results-wrapper .hero-main.full-width { padding-bottom: 160px;}
    
}
@media(max-width:767px){ 
  
  .hs-search-results__pagination { gap: 15px; }
  .hs-search-results__pagination .button-1 a { min-width: 1px; font-size: 14px; }
  
    .error_main_section { padding: 80px 0 150px 0; } 
    .systems-page { padding:8rem 20px 4em; }  
    .error_box { padding:20px; }    
    .systems-page .error_box h1 { font-size:30px; }
    .systems-page form input[type='submit'] { white-space: normal; }
    .error-page { margin-top: -155px; padding:0rem 15px 4em; } 
    .error_box h1 { font-size: 110px; line-height: 100px; }
    .error_box h3 { margin: 5px 0 10px; font-size: 20px; }
    .error_box h2 { margin: 5px 0 10px; font-size: 22px; }
     
    .error_box {  max-width: 100%;}
    .error_box_parent .hero-main.full-width { padding-bottom: 170px;}
    
    .error_box_parent.mlogin-main .hs-form-field label,.error_box_parent.mlogin-main .hs-form-field .hs-login-widget-show-password,
    .error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,
    .error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password{ font-size: 14px; }
    
    .search-results-wrapper .hero-main.full-width { padding-bottom: 120px;}
    
    .email-prefs .item { margin-bottom: 10px; font-size: 12px; }
    .systems-page form input[type="checkbox"] { bottom: -4px; }
    form#email-prefs-form p+p, .email-prefs .subscribe-options .header { font-size: 12px; }
    
    .hs_search_box.error-page { margin-top: -155px; }
    
}  
  





/**/
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/ProximaNova-Bold.woff2) format('woff2'),
    url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/ProximaNova-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/ProximaNova-Black.woff2) format('woff2'),
    url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/ProximaNova-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/ProximaNova-Light.woff2) format('woff2'),
    url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/ProximaNova-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/ProximaNova-Regular.woff2) format('woff2'),
    url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/ProximaNova-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima_novasemibold';
  src: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/proxima_nova_semibold.woff2) format('woff2'),
    url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/proxima_nova_semibold.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proximasansmedium';
  src: url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/fonnts.com-proximasansmedium.woff2) format('woff2'),
    url(//9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/raw_assets/public/saas-assure/fonts/proxima/fonnts.com-proximasansmedium.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --main-color:                         #44474B;
  --secondary-color:                    #1F1F1F;
  --tertiary-color:                     #AED000;
  --quaternary-color:                   #00A399;
  --fifth-color:                        #F2F5F7;
  --sixth-color:                        #165C7D;
  --seventh-color:                      #00B1E2;
  --eight-color:                        #041E42;
  --white-color:                        #ffffff;
  --black-color:                        #000000;
  --grey-color:                         rgb(221 221 221 / 50%);

  --main-font:                          Proxima Nova Rg;
  --sec-font:                           Proxima Nova Bold;

  --headertopbg:                        ;
  --headertoplink:                      ;
  --headertoplinkhover:                 ;
  --headerbottombg:                     
    
    
        
    
    rgba(255, 255, 255, 1.0)
;
  --headerbottomlink:                   #1F1F1F;
  --headerbottomlinkhover:              #00A398;
  --dropcolor:                          #F2F5F7;
  --droplinkcolor:                      #1F1F1F;
  --droplinkhovercolor:                 #00A398;
  --droplinkhoverbgcolor:               #FAFAFA;  
  --hamburger:                          #00A398;

  --body_font:                          Proxima Nova Rg;
  --body_font_size:                     18;

  --link_color:                         #00A398;
  --link_hover_color:                   #44474B;  

  --proxilight:                         'Proxima Nova Lt';
  --proxirg:                            'Proxima Nova Rg';
  --proxisemi:                          'proxima_novasemibold';
  --proximed:                           'proximasansmedium';
  --proxibold:                          'Proxima Nova Bold';
  --proxiblack:                         'Proxima Nova Bl';

}

*, *: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:#44474B; clear:both; margin:30px 0; }
.clear { clear:both }

strong{font-weight:400; font-family:var(--proxibold);}

.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: #FFFFFF; background: var(--seventh-color); width: 50px; height: 50px; border-radius: 100%; font-size:0; cursor: pointer; border:0; transition: all ease-in-out .4s; }
.slick-arrow:before { font-family: 'FontAwesome'; font-size: 30px; }
.slick-arrow:hover { background: var(--tertiary-color); }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }

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 #00A398; 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:#00A398; }

.container .dnd-section > .row-fluid, .wrapper { margin:0 auto !important; width:1200px; padding:0 15px; float:none !important; }
main.body-container-wrapper { display:inline-block; vertical-align:top; width:100%; }

.social_icon ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; }
.social_icon ul li { margin: 0 15px; line-height: 0; }
.social_icon ul li:last-child{ margin-right: 0; } 
.social_icon ul li a { top: 0; position: relative; }
.social_icon ul li a:hover { top: -5px; }
.social_icon ul li:nth-child(2) a { top: 2px; }
.social_icon ul li:nth-child(2) a:hover { top: -5px; }
.social_icon ul li:nth-child(2) a svg path { fill: #fff; }
 
.title_style { text-transform: uppercase; margin-bottom: 80px; }
.title_style h6 { color: #003765; letter-spacing: 5px; position: relative; }
.title_style h6:after { position: absolute; content: ""; height: 1px; width: 100%; top: 0; bottom: 0; left: 0; background: #B3B3B3; margin: auto 0; }
.title_style h6 span { position: relative; background: #fff; z-index: 1; padding-right: 20px; }

/* Homepage */ 
/* banner */
.banner { position: relative; color: var(--white-color); }
.banner.home_banner { padding-bottom: 100px; }
.banner.home_banner:before { display: none; }
.inner-banner { position: relative; color: var(--white-color); }
.banner:before{ content: ''; background: linear-gradient(354deg, #041E42 39.77%, rgba(4, 30, 66, 0.00) 90.85%); position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.banner.cta_module_enable { padding-bottom: 250px; }
.banner .button-1 a, .inner-banner .button-1 a { border-color: var(--seventh-color); }
.banner .button-1 a:hover, .inner-banner .button-1 a:hover { background: var(--seventh-color); }

.banner .banner_wrap,
.inner-banner .banner_wrap{ position: relative; }
.banner .banner_wrap.top-align,
.inner-banner .banner_wrap.top-align{ align-items: flex-start; }
.banner .banner_wrap .banner-left .main-title,
.inner-banner .banner_wrap .banner-left .main-title{ color: var(--white-color); }
.banner .banner_wrap .banner-left .left_content { max-width: 500px; }
.banner .banner_wrap .banner-left .left_content .sub_title { font-family: var(--proxisemi); } 

.banner.no-img .banner_wrap .banner-left .left_content{ min-height: 545px; }
.inner-banner.no-img .banner_wrap .banner-left .left_content { min-height: auto; }

.banner.pillar-banner { background: url(https://9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/saas-assure-theme/images/pillar-banner.svg) no-repeat 50% / cover var(--eight-color); padding: 150px 0; }
.banner.pillar-banner.no-img .banner_wrap .banner-left .left_content { min-height: auto; }
.banner.pillar-banner.no-img .banner_wrap .banner-left .left_content { max-width: 520px; } 
.banner.pillar-banner.no-img .banner_wrap .banner-left .main-title { padding-bottom: 15px; }
 

.inner-banner.connector-ban .banner_wrap .banner-left { width: 646px; max-width: initial; flex: initial; }
.inner-banner.connector-ban .banner_wrap .banner-right { width: calc(100% - 646px); max-width: initial; flex: initial; padding-right: 0; padding-left: 90px; padding-top: 15px; }
.connector-ban .banner-right .bundle_icon { position: absolute; }
.connector-ban .bundle_title { padding-left: 35px; letter-spacing: 5px; text-transform: uppercase; width: 100%; overflow: hidden; position: relative; }
.connector-ban .bundle_title:after { content: ''; display: inline-block; vertical-align: middle; width: 100%; position: absolute; top: 15px; height: 2px; border-bottom: 1px solid var(--tertiary-color); overflow: hidden; margin-left: 20px; }
.connector-ban .bundle-logo-list .bundle-logo { width: 20%; padding: 0 15px; }
.connector-ban .bundle-logo-list .bundle-logo .logo { width: 70px; height: 70px; margin: auto; }

.banner.connectors-banner .banner_wrap .banner-left,
.inner-banner.connectors-banner .banner_wrap .banner-left{ max-width: 635px; flex: 0 0 100%; } 
.banner.connectors-banner .banner_wrap .banner-left .left_content,
.inner-banner.connectors-banner .banner_wrap .banner-left .left_content{ max-width: 100%; }
.banner.connectors-banner:before,
.inner-banner.connectors-banner:before{ background: linear-gradient(354deg,#041e42 -170.23%,rgba(4,36,66,0) 54.85%); } 
.banner.connectors-banner.no-img .banner_wrap .banner-left .left_content,
.inner-banner.connectors-banner.no-img .banner_wrap .banner-left .left_content{ min-height: auto; }
.inner-banner { padding: 108px 0; }
.inner-banner:before { display: none; } 
.inner-banner.connector-banner .banner_wrap .banner-left .left_content { max-width: 600px; } 
.inner-banner .banner_wrap .banner-left { flex: 0 0 100%; max-width: 100%; }  
.inner-banner.piller-banner { padding: 155px 0; }
.inner-banner.piller-banner .banner-left .left_content .text{ max-width: 490px; }
.banner_with_logo .inner-banner.connector-ban .left_logo_con .title-with-logo{ display: none; }

.banner_without_logo .banner-right { display: none; }
.banner_without_logo .left_logo_con { padding-bottom: 30px; }
.banner_without_logo .left_logo_con .title-with-logo { border-right: 1px solid var(--tertiary-color); padding-right: 40px; margin-right: 50px; text-align: center; width: 230px; display: inline-block; vertical-align: top; }
.banner_without_logo .left_logo_con .title-with-logo .logo-title { padding: 15px 10px 0; }
.banner_without_logo .left_logo_con .main-title {display: inline-block; width: calc(100% - 300px); vertical-align: top; }
.banner_without_logo .inner-banner.connector-ban .banner_wrap .banner-left { width: 950px; padding-left: 15px; }

.banner_without_logo .logo-store .logo-store_wrap { /*background-color: var(--fifth-color);*/ /*padding: 75px 70px;*/ /*margin-top: -90px;*/ padding-top: 100px; z-index: 1; position: relative; }
.banner_without_logo .inner-banner.connector-ban { padding: 125px 0 125px; }

.banner_with_logo .logo-store { padding-top: 100px; }
.logo-store .logo-store_wrap .logo_list { width: 33.33%; padding: 0 10px; }
.logo-store .logo_list .logo_img { width: 105px; }
.logo-store .logo_list .logo_img img{ width: 100px; height: 100px; object-fit: cover; }
.logo-store .logo_list .logo-list-con { padding-left: 20px; width: calc(100% - 105px); }
.logo-store .logo_list .logo-list-con h3 { font-family: var(--proxibold); }
.logo-store .list-con-text { color: #44474B; }
.logo-store { padding-bottom: 50px; }
.overlay-up .logo-store { padding-bottom: 0px; }

/* logo overlay strip */
.overlay-up .logo-store { padding-top: 0; }
.overlay-up .logo-store .logo-store_wrap{ background-color: var(--fifth-color); padding: 55px 70px; margin-top: -90px; z-index: 1; position: relative; margin-bottom: 20px; }
.overlay-up.banner_with_logo .inner-banner.connector-ban { padding: 108px 0 160px; }
.overlay-up.banner_without_logo .inner-banner.connector-ban { padding: 120px 0 170px; }
 
/* cta_strip */
.cta_strip .cta_wrap{ background: linear-gradient(90deg, #165C7D 0.47%, #00B1E2 85.12%, #00B1E2 101.24%); }
.cta_strip .cta_left,
.cta_strip .cta_left .strip_title{ color: var(--white-color);}
.cta_strip .cta_left .pre_title { margin-bottom: -5px; font-family: var(--proxisemi); }
.cta_strip .cta_right .btn a { padding: 12px 54px; } 
.cta_strip .cta_left .strip_content { max-width: 560px; }

.cta_strip.strip_with_img  { margin-top: -230px; }
.cta_strip.strip_with_img .cta_wrap{ position: relative; } 
.cta_strip.strip_with_img .cta_banner_img img{ position: absolute; bottom: 0; }
.cta_strip.strip_with_img .cta_banner_img { width: 38%; } 
.cta_strip.strip_with_img .cta_left { width: 35%; }
.cta_strip.strip_with_img .cta_right { width: 27%; } 
.cta_strip.strip_with_img .cta_wrap .button-2 a:hover { background-color: var(--eight-color); border-color: var(--eight-color);  }

/* img-with-text */  
.img-with-text .img-text-wrap { min-height: 620px; width: 85%; margin-left: auto; display: flex; align-items: flex-end; margin-bottom: 80px; }
.img-with-text.content-right .img-text-wrap { margin-right: auto; margin-left: initial; } 
.img-with-text.spacing-bottom-none{ padding-bottom: 0; }
.img-with-text.spacing-increase { padding: 80px 0; }
.img-with-text .img-text-con { background-color: var(--fifth-color); max-width: 725px; position: relative; margin-top: 0px; margin-left: -200px; }
.img-with-text .img-text-con:before { content: ''; height: 78%; width: 8px; background-color: var(--tertiary-color); position: absolute; left: 0; bottom: 0; }
.img-with-text .img-text-con .main-title { font-family: var(--proxibold); }
.img-with-text.content-right .img-text-con:after { content: ''; display: inline-block; width: 100%; height: 80px; position: absolute; bottom: -80px; left: 0; border-right: 8px solid var(--tertiary-color); border-left: none; background-color: var(--fifth-color); }
.img-with-text .img-text-con:after { content: ''; display: inline-block; width: 100%; height: 80px; position: absolute; bottom: -80px; right: 0; border-left: 8px solid var(--tertiary-color); background-color: var(--fifth-color); }
.img-with-text .img-text-con .pre-title { letter-spacing: 3.2px; text-transform: uppercase; }
.img-with-text.content-right .img-text-con { margin-left: auto; margin-right: -200px; } 
.img-with-text.content-right .img-text-con:before{ left: initial; right: 0; }

.img-with-text .img-text-con .main-con h5 { font-size: 28px; font-style: italic; line-height: 1.4; color: var(--black-color); padding-bottom: 25px;}
.img-with-text .img-text-con .main-con .terms-condition { padding-bottom: 20px; }
.img-with-text .img-text-con .main-con .terms-condition span { padding-left: 5px; }

.img-with-text.no-bg-img .img-text-wrap { width: 100%; min-height: auto; margin-bottom: 0; }
.img-with-text.no-bg-img .img-text-wrap .img-text-con { max-width: 100%; margin-left: 0; padding-bottom: 90px; }
.img-with-text.content-right.no-bg-img .img-text-con { margin-right: 0; }
.img-with-text.no-bg-img .img-text-wrap .img-text-con:after { display: none; }
 

/* tabs_terms */
.tabs_terms.tab_data .tab-vendor_wrap{ background-color: transparent; }
.tabs_terms.tab_data .tab-vendor_wrap:before { display: none; } 
.tabs_terms.tab_data .tabs-wrap-top { max-width: 1100px; margin: 0 auto; }
.tabs_terms.tab_data .product-bottom-box-area { max-width: 970px; margin: 0 auto; }
.tabs_terms.tab_data .product-bottom-box-area .select_service{ padding: 15px 27px; }
.tabs_terms.tab_data .product-bottom-box-area .tabs-title { width: 22%; }
.tabs_terms.tab_data .product-bottom-box-area .tabs-dropdown { width: 54%; } 
.tabs_terms.tab_data .product-bottom-box-area .btn { width: 24%; } 
.tabs_terms.tab_data .product-bottom-box-area .btn a { padding: 19px 20px; cursor: pointer; }
.tabs_terms.tab_data .product-bottom-box-area .tabs-dropdown ul { width: 100%; left: 0; }
.tabs_terms.tab_data .product-box-area .tabs-vendor_content{ display: none; } 
.tabs_terms.tab_data .product-bottom-box-area .btn.no-event { pointer-events: none; }

.fancybox-container .tab-content { max-width: 1150px; padding: 80px; overflow: visible; }
.fancybox-container.fancybox-is-open .fancybox-bg { background-color: var(--fifth-color); opacity: 1; }
.fancybox-container .tab-content .tab-left { display: inline-block; vertical-align: top; width: 25%; } 
.fancybox-container .tab-content .product-box-detail p:nth-child(2) { padding-top: 0; }
.fancybox-container .tab-content .product-box-detail p + p { padding-top: 10px; }
.fancybox-container .tab-content .product-box-detail .link_style a { font-weight: 700; color: var(--quaternary-color); text-transform: capitalize; }
.fancybox-container .tab-left .tab-left-con { max-width: 220px; padding-right: 10px; }
.fancybox-container .tab-content .product-box-detail { display: inline-block; vertical-align: top; width: 74%; }
.fancybox-container .tab-content .product-box-detail * { text-transform: uppercase; }
.fancybox-container .fancybox-button { position: absolute; top: -70px !important; right: -50px !important; }
.fancybox-container .fancybox-button svg { width: 44px; height: 44px; color: var(--black-color); }

.tabs_terms .tab-vendor_wrap{ background-color: var(--fifth-color); position: relative; }
.tabs_terms .tab-vendor_wrap:before { content: ''; height: 78%; width: 8px; background-color: var(--tertiary-color); position: absolute; left: 0; bottom: 0; }
.tabs_terms .tabs-wrap-top p + p { padding-top: 10px; }
.tabs_terms .tabs-wrap-top a { color: var(--main-color); text-decoration: underline; } 
.tabs_terms .product-box-area { background-color: var(--white-color); }
.tabs_terms .product-bottom-box-area .tabs-title { padding-left: 0; }
.tabs_terms .product-bottom-box-area .tabs-dropdown { padding-right: 0; position: relative; }
.tabs_terms .product-bottom-box-area .tab-content { display: none; }
.tabs_terms .product-bottom-box-area .tabs-dropdown ul { overflow-x: auto; height: 350px; margin: 0; padding: 0; display: none; list-style-type: none; border: 1px solid var(--secondary-color); padding: 0px 27px 20px 27px; border-top: 0; margin-top: -4px; position: absolute; width: calc(100% - 15px); background-color: #fff; z-index: 11; left: 15px; border-radius: 0 0 5px 5px;}
.tabs_terms .product-bottom-box-area .tabs-dropdown ul li { padding-bottom: 3px; }
.tabs_terms .product-bottom-box-area .tabs-dropdown ul li a, .tabs_terms .product-bottom-box-area .tabs-dropdown ul li span { font-size: 16px; font-weight: 600; color:var(--main-color); cursor: pointer; }
.tabs_terms .product-bottom-box-area .tabs-dropdown ul li a:hover, .tabs_terms .product-bottom-box-area .tabs-dropdown ul li span:hover { text-decoration: underline; }
.tabs_terms .product-bottom-box-area .tabs-dropdown ul::-webkit-scrollbar-track { border-radius: 10px; }
.tabs_terms .product-bottom-box-area .tabs-dropdown ul::-webkit-scrollbar { width: 4px; }
.tabs_terms .product-bottom-box-area .tabs-dropdown ul::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--tertiary-color);}
.tabs_terms .product-bottom-box-area .tabs-dropdown .select_service{ border: 1px solid var(--main-color); display: block; color: #686868; border-radius: 5px; padding: 18px 30px 18px 27px; position: relative; font-size: 20px; font-weight: 600; color:var(--main-color); cursor: pointer; }
.tabs_terms .product-bottom-box-area .tabs-dropdown .select_service:after{ content: '\f107'; font: normal normal normal 22px / 1 FontAwesome; position: absolute; top: 50%; transform: translate(0, -50%); right: 25px; color: var(--black-color); transition: all ease-in-out .4s; }
.tabs_terms .product-bottom-box-area .tabs-dropdown .select_service label { cursor: pointer; }
.tabs_terms .product-bottom-box-area .tabs-dropdown.current .select_service:after { transform: translateY(-50%) rotate(180deg); }
.tabs_terms .tabs-vendor_content .product-box-detail { font-size: 15px; text-transform: capitalize; }
.tabs_terms .tabs-vendor_content .product-box-detail a{ font-size: 18px; font-weight: 700; display: inline-block; vertical-align: middle; color: var(--quaternary-color); }
.tabs_terms .tabs-vendor_content .product-box-detail em { font-style: normal; }

/* logo-card */
.logo-card .logo_card_top { max-width: 600px; }
.logo-card .logo_card_slider .logo_title { color: var(--secondary-color); }
.logo-card .logo_card_slider .logo_img img { max-width: 70px; max-height: 70px; object-fit: cover; }
.logo-card .logo-wrapper-top.text-center .logo_card_top { max-width: 100%; }
.logo-card .logo_card_slider .slick-arrow { z-index: 3; }
.logo_card_slider .logo_imgin { height: 80px; display: flex; align-items: center; justify-content: center; }
.logo_card_slider .logo_img { padding: 0 15px; }
.logo_card_slider { padding: 0 60px; }
.logo_card_slider .slick-track { display: flex; align-items: center; justify-content: center; }

.testimonial_sc .title_style { margin-bottom: 90px; }
.testimonial_slide_wrap { margin: 0 -30px; }
.testimonial_slide_box { width: calc(100% - 60px); margin: 30px; border-radius: 10px; border: 1px solid #D0D3D4; position: relative; padding: 80px; }
.testimonial_slide_box .icon { line-height: 0; position: absolute; top: -30px; }
.testimonial_slide_box .bio { font-size: 28px; line-height: 44px; font-family: var(--proxisemi); margin-bottom: 25px; }
.slide_info_box { column-gap: 40px; }
.slide_info_box .info { position: relative; top: 10px; }

.recent_post_wrapper { margin: 0 -10px; }
.recent_item { width: calc(33.33% - 20px); margin: 10px; }
.post_img { background: #dbdbdb; }
.recent_item .post_img, .recent_item .post_img a { display: inline-block; vertical-align: top; width: 100%; }
.recent_item .post_img a { height: 300px; }
.recent_item .post_topic { display: inline-block; vertical-align: top; width: 100%; padding: 0 40px; margin-top: -20px; }
.recent_item .post_topic a { display: inline-block; vertical-align: top; width: auto; padding: 8px 10px; background: var(--quaternary-color); color: #fff; font-size: 16px; font-family: var(--proxisemi); border-radius: 6px; }
.recent_item .post_topic a:hover { background: #fff; color: var(--quaternary-color); }
.recent_item .con { padding: 40px 40px 70px; }
.recent_item .con .title a { color: #fff; font-family: var(--proxibold); display: block; margin-bottom: 20px; }
.recent_item .con .link a { color: #D6FFFC; }
.recent_item .con .link a i { font-style: normal; position: relative; top: 2px; right: 0; transition: all ease-in-out .4s; }
.recent_item .con .link a:hover i { right: -5px; }
.recent_item .con .link a:hover { color: #fff; }

/* solution_wrap */
.solution_wrap .solution-con.space-decrease { padding-bottom: 30px; padding-top: 30px; } 
.solution_wrap .solution-con .title_style { margin-bottom: 40px; }
.solution-con .solution_columns .column-main { width: 33.33%; }
.solution-con .solution_columns .column-2 .column-main{ width: 50%; }
.solution-con .solution_columns .column-2 .column-main .column-con { max-width: 480px; }
.solution-con .solution_columns .column-4 .column-main { width: 25%; }
.solution_columns .column-main .column-img img { max-width: 60px; max-height: 60px; object-fit: cover; }
.solution_columns .column-main .column-con ul { margin: 0px 0 0; padding: 0 0px 0 25px; list-style: none; }
.solution_columns .column-main .column-con ul li { position: relative; display: block; vertical-align: middle; width: 100%; margin-bottom: 4px; }
.solution_columns .column-main .column-con ul li:before { content: '\f111'; font: normal normal normal 6px / 1 FontAwesome; display: inline-block; vertical-align: middle; padding-right: 10px; position: absolute; left: -15px; top: 11px; }
.solution_columns .column-main .column-con .btn a{ color: var(--quaternary-color); font-weight: 700; }
.solution-con .solution_bottom .service_available { border-top: 1px solid #D2D2D2; } 
.solution-con .sub_text { max-width: 790px; margin: 0 auto; }

/* content_box_wrap */ 
.content_box_wrap { margin: 0 -10px; }
.content_box_wrap .content_box .box_img { max-width: 55%; }
.content_box_wrap .content_box .box_img img{ width: 100%; max-height: 430px; object-fit: cover; }
.content_box_wrap .content_box .box-pre-title { text-transform: uppercase; color: var(--quaternary-color); letter-spacing: 3.2px; }
.content_box_wrap .content_box .box_con ul { margin: 15px 0 0 0; padding: 0 0 0 30px; list-style: none; }
.content_box_wrap .content_box .box_con ul li { display: inline-block; vertical-align: middle; width: 100%; position: relative; }
.content_box_wrap .content_box .box_con ul li:before { content: '\f111'; font: normal normal normal 6px / 1 FontAwesome; display: inline-block; vertical-align: middle; padding-right: 10px; position: absolute; left: -15px; top: 12px; }

.content_box_wrap .content_box:last-child { padding-bottom: 0; }
.content_box_wrap .content_box .content-box-in .box_con { max-width: 592px; }
.content_box_wrap .content_box .content-box-in .box_img { width: calc(100% - 530px); }
.content_box_wrap .content_box .content-box-in .con-box_wrap { padding-left: 20px; width: 530px; padding-top: 0; }
.content_box_wrap .content_box:nth-child(odd) .content-box-in .con-box_wrap { padding-left: 0px; padding-right: 50px;  }
.content_box_wrap .content_box .content-box-in { justify-content: space-between; display: flex; flex-wrap: wrap; }
.content_box_wrap .content_box:nth-child(odd) .content-box-in {  flex-direction: row-reverse;  }
.content_box_wrap .content_box .content-box-in .box-title { font-size: 28px; }

/* box-tabbing */ 
.box-tabbing .tab-content { display: none; } 
.box-tabbing .tabs-menu { list-style: none; display: flex; padding: 0 0 30px; margin: 0; justify-content: space-between; border-bottom: 4px solid #D0D3D4; }
.box-tabbing .tabs-menu li { position: relative; padding-right: 10px; }
.box-tabbing .tabs-menu li:last-child { padding-right: 0; }
.box-tabbing .tabs-menu li:after { content: ''; border-bottom: 4px solid transparent; position: absolute; bottom: -34px; width: 100%; left: 0; }
.box-tabbing .tabs-menu li.current:after { border-bottom: 4px solid var(--quaternary-color); }
.box-tabbing .tabs-menu li.current a { color: var(--quaternary-color); }
.box-tabbing .tabs-menu li a { font-size: 22px; font-weight: 700; color: var(--secondary-color); font-family: var(--sec-font); }
.box-tabbing .tab_content .tab-left .left-con { max-width: 520px; }
.box-tabbing .tab_content .tab-left .tab-text { margin-top: 10px; }
.box-tabbing .tab-wrap .toggle { display: none; }
.box-tabbing .tab-con { margin: 0 -15px; } 

/* gap-wrap */
.close-gap { padding-top: 120px; padding-bottom: 40px; }
.gap-wrap { position: relative; }
.gap-wrap .gap-left{ width: 676px; }
.gap-wrap .gap-left img { position: absolute; top: -110px; }
.gap-wrap .gap-right { background: linear-gradient(90deg, #165c7d .47%, #00b1e2 85.12%, #00b1e2 101.24%); width: 882px; display: flex; align-items: center; justify-content: center; }
.gap-wrap .gap-right .gap_con { max-width: 505px; padding-left: 50px; padding-right: 15px; }
.gap-wrap .gap-right .gap_con .sub-title,
.gap-wrap .gap-right .gap_con .title,
.gap-wrap .gap-right .gap_con .text { color: var(--white-color); }
.gap-wrap .gap-right .btn a:hover { background-color: var(--eight-color); border-color: var(--eight-color); }

/* data-protection  */
.data-protection .data_protect_wrap {  flex-wrap: nowrap; margin-top: -290px; }
.data-protection .data_protect_wrap .data_left .left-con:before { content: ''; height: 78%; width: 8px; background-color: var(--tertiary-color); position: absolute; left: 0; bottom: 0; }
.data-protection .data_protect_wrap .data_left .left-con { background-color: var(--fifth-color); padding: 120px 0 100px 100px; position: relative; min-width: 999px; }
.data-protection .data_protect_wrap .data_left .left-con .left_con_text { max-width: 480px; }
.data-protection .data_right .data_bg_img { position: relative; margin-top: -60px; }
.data-protection .data_right .data_bg_img .data-top-img { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }
.data-protection .data_right .data_bg_img .data-top-img img{ margin: 0 auto; display: block; max-height: 960px; object-fit:cover; }

/* zig zag */
.zig-zag_wrap .left_content .left_con { max-width: 515px; }
.zig-zag_wrap .img_right img { max-height: 480px; }

.offer_sc { padding: 70px 0 40px; }
.offer_sc .leftimg { height: 440px; width: 45%; }
.offer_sc .right { width: 55%; padding-left: 70px; }
.offer_sc .right .left_list { padding-right: 60px; }
.offer_sc .right .left_list, .offer_sc .right .right_list { width: 50%; }
.offer_sc .right .right_list { padding-left: 60px; }
.offer_sc .right ul { padding: 0; list-style-type: none; }
.offer_sc .right ul li { width: 100%; padding-left: 40px; position: relative; margin-bottom: 10px; max-width: 230px; }
.offer_sc .right ul li:before { position: absolute; content: ""; height: 2px; width: 27px; top: 14px; left: 0; background: #52A8DE; }

/* Connectors Page */
.connectors-banner { padding: 100px 0; }

.saas-aplication .main-title h3 { font-family: var(--sec-font); }
.saas-wrap .saas-tab .tabs-menu { list-style: none; padding: 0; margin: 45px 0 30px; gap: 16px; }
.saas-wrap .saas-tab .tabs-menu li.current a, .saas-wrap .saas-tab .tabs-menu li a:hover { border-color: var(--quaternary-color); background-color: var(--quaternary-color); color: var(--white-color); }
.saas-wrap .saas-tab .tabs-menu li a { color: var(--main-color); border: 2px solid #D9D9D9; border-radius: 50px; padding: 18px 30px; text-transform: capitalize; font-family: var(--sec-font); display: inline-block; vertical-align: top; }
.saas-wrap .connector_list { border-radius: 5px; border: 1px solid rgba(133, 135, 138, 0.40); height: 100%; position: relative; }
.saas-wrap .connector_list .connector_label { border-radius: 5px 5px 0px 0px; padding: 8px 3px; position: absolute; width: 100%; top: 0; }
.saas-wrap .connector_list .label-icon{ margin-top: 3px; }
.saas-wrap .connector_list .connector_label .label-title{ text-transform: uppercase; }
.saas-wrap .connector_list .tab_main_con .logo { width: 70px; height: 70px; margin: auto; display: flex; align-items: center; justify-content: center; }  
.saas-wrap .saas-tab .tab_content { margin: 0 -22px; }
.saas-wrap .saas-tab .tab_content .list-wrapper { margin: 20px 22px; width: calc(20% - 44px); }
.saas-aplication .learn_more_btn a,  { font-weight: 700; color: var(--quaternary-color); }
.saas-aplication .learn_more_btn a:after { right: 4px; height: 10px; width: 13px; transition: .4s all; }
.saas-aplication .learn_more_btn a:hover:after { right: -2px; }
.saas-wrap .tab_main_con .saas-title span,
.saas-wrap .tab_main_con .logo-title span{ display: block; }
.saas-wrap .tab_main_con .learn_more_btn { position: absolute; width: 100%; left: 0; right: 0; margin: 0 auto; bottom: 20px; }
.saas-wrap .saas-tab .toggle { display: none; }

.tab_content_raw { display: none; margin-top: 80px; }
.saas-wrap .banner-left { width: 380px; }
.saas-wrap .banner-left .banner-text .banner-title{ font-size: 27px; }
.saas-aplication .link_style a { color: var(--quaternary-color); font-weight: 700; }
.saas-aplication .link_style a:after { right: 7px; height: 12px; width: 15px; transition: .4s all; }
.saas-aplication .link_style a:hover:after{ right: 3px; }
.saas-wrap .banner-left .banner-logo { width: 126px; }
.saas-wrap .banner-left .banner-text { width: calc(100% - 126px); }
.saas-wrap .banner-right { width: calc(100% - 380px); }
.saas-wrap .banner-right ul { list-style: none; margin: 0; padding: 0; }
.saas-wrap .banner-right ul li { width: 20%; }
.saas-wrap .banner-right ul li .logo-title{ max-width: 110px; margin: 0 auto; }
.saas-wrap .banner-right ul li .logo-title span { font-weight: 400; display: block; }
.saas-wrap .banner-right ul li .logo { width: 70px; height: 70px; margin: auto; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.saas-wrap .banner-right.full-width { width: 100%; }

.tab_content_raw .all_con_col_wrap.v2 { display: flex !important; }
.saas-wrap .banner-right.left_enable .all_con_col .connector_label { display: none; }
.saas-wrap .banner-right.left_enable .all_con_col .connector_list { border: 0; height: auto; border-radius: 0; padding: 0; }
.saas-wrap .banner-right.left_enable .tab_main_con { padding: 0; }

/* saasassure-pillar */
.saasassure-pillar .saasassure_pillar_wrap { position: relative; }
.saasassure-pillar .saasassure-left { width: calc(100% - 900px); height: fit-content; position: sticky; top: 0; z-index: 11; padding: 0; }
/* .saasassure-pillar .saasassure-left .pillar-menu { overflow: auto; max-height: 342px; padding-right: 10px; } */
.saasassure-pillar .saasassure-left .pillar-menu::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);background-color: var(--grey-color);}
.saasassure-pillar .saasassure-left .pillar-menu::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);background-color: var(--grey-color);}
.saasassure-pillar .saasassure-left .pillar-menu::-webkit-scrollbar{ width: 5px; background-color: var(--grey-color); }
.saasassure-pillar .saasassure-left .pillar-menu::-webkit-scrollbar-thumb { background-color: var(--quaternary-color);}
.saasassure-pillar .saasassure-left .saasassure-toggle { padding: 12px 55px 12px 0; position: relative; font-weight: 600; color: var(--quaternary-color); }
.saasassure-pillar .saasassure-left .saasassure-toggle:after { color: var(--quaternary-color); content: "\f107"; font-family: fontawesome; font-size: 24px; font-weight: 400; position: absolute; right: 0; top: 6px; transform: rotate(180deg); transition: all .4s; }
.saasassure-pillar .saasassure-left .saasassure-toggle.active:after { transform: rotate(0deg); }

.saasassure-pillar .saasassure-left .menu-wrap { position: relative; }
.saasassure-pillar .saasassure-left .menu-wrap:first-child .main-head:after { top: -4px; }
.saasassure-pillar .saasassure-left .menu-wrap:last-child .main-head { border-bottom: 0; } 
.saasassure-pillar .saasassure-left .menu-wrap.current .arrow-menu{ transform: rotate(0deg); top: 9px; }
.saasassure-pillar .saasassure-left .menu-wrap .main-head.no-child + .arrow-menu + .sub-titles-wrap { display: none !important; }
.saasassure-pillar .saasassure-left .main-head { cursor: pointer; font-size: 16px; display: block; line-height: 1.4; font-weight: 600; color: #173B66; padding: 12px 55px 12px 0; position: relative; }
.saasassure-pillar .saasassure-left .arrow-menu { position: absolute; top: 6px; right: 0px; transform: rotate(180deg); cursor: pointer; transition: .4s all; }
.saasassure-pillar .saasassure-left .arrow-menu i { color: var(--quaternary-color); font-size: 22px; }
.saasassure-pillar .saasassure-left .current .main-head { color: var(--quaternary-color); }  
.saasassure-pillar .saasassure-left .menu-wrap .arrow-menu.active { transform: rotate(0deg); top: 9px; } 
.saasassure-pillar .saasassure-left .main-head.no-child + .arrow-menu{ display: none; }  
.saasassure-pillar .saasassure-left .sub-title { font-size: 16px; font-weight: 400; display: block; color: var(--main-color); padding-left: 24px; position: relative; padding-bottom: 3px; }
.saasassure-pillar .saasassure-left .sub-title.current, 
.saasassure-pillar .saasassure-left .sub-title.active{ color: var(--quaternary-color); }

.saasassure-pillar .saasassure-left .sub-titles-wrap { padding: 12px 0 10px; overflow: hidden; transition: .4s; }

.saasassure-pillar .saasassure-left .sub-title:before { content: "\f111"; font-family: fontawesome; font-size: 5px; left: 10px; position: absolute; top: 10px; }
.saasassure-pillar .saasassure-left .main-head .arrow-menu { font-size: 24px; font-weight: 400; color: var(--quaternary-color); position: absolute; right: 0; top: 6px; transition: .4s all; transform: rotate(180deg); }
.saasassure-pillar .saasassure-left .main-head.active .arrow-menu { transform: rotate(0deg); }
/* .saasassure-pillar .saasassure-left .main-head.active + .arrow-menu { transform: rotate(0deg); top: 9px; } */
.saasassure-pillar .saasassure-left .menu-wrap a.main-head:before { background-color: var(--quaternary-color); content: ""; height: 2px; left: -200%; opacity: 0; position: absolute; top: 21px; width: 95%; z-index: 1; transition: all ease-in-out .4s; }
.saasassure-pillar .saasassure-left .menu-wrap.current a.main-head:before { opacity: 0.5; left: -100%; }

.saasassure-pillar .saasassure-right { width: 900px; padding-left: 70px; }  
.saasassure-right .saasassure_con .saasassure_wrap { padding: 25px 0; } 
.saasassure-right .saasassure_con .saasassure_wrap#pillar-5 ul li { padding-bottom: 7px; }
.saasassure-right .saasassure_con .saasassure_wrap:first-child { padding-top: 0; }  
.saasassure-right .saasassure_con .saasassure_wrap:last-child { padding-bottom: 0; } 
.saasassure-right .saasassure_con .saasassure_wrap a { text-decoration: underline; color: var(--main-color); }
.saasassure-right .saasassure_con .saasassure_wrap a:hover { text-decoration: none; }
.saasassure-right .saasassure_con .saasassure_wrap h3 { margin-bottom: 8px; } 
.saasassure-right .saasassure_con .saasassure_wrap h5 { margin: 25px 0; color: var(--main-color); } 
.saasassure-right .saasassure_con .saasassure_wrap ul { padding-left: 5px; list-style: none; }
.saasassure-right .saasassure_con .saasassure_wrap ul li { position: relative; padding-left: 20px; }
.saasassure-right .saasassure_con .saasassure_wrap ul li:before { content: '\f111'; font-family: fontawesome; font-size: 5px; position: absolute; top: 12px; left: 6px; } 
.saasassure-right .saasassure_con .saasassure_wrap ul li strong { font-family: var(--proxisemi); font-weight: 600; }
.saasassure-right .saasassure_wrap .img-text-wrap { min-height: 420px; }
.saasassure-right .saasassure_wrap .img-text-con { margin-top: 0px; max-width: 450px; padding: 70px 50px 0; margin-left: -120px; }
.saasassure-right .saasassure_wrap .content-right .img-text-con { margin-left: auto; }
.saasassure-right .saasassure_wrap .img-text-con .main-con { font-size: 22px; font-family: var(--proxisemi); } 
/* .img-with-text.content-right .img-text-con { margin-right: -120px; } */

.saasassure-pillar .saasassure-left .pillar-menu .button-1.mbl { display: none; } 

/* con-with-img */
.con-with-img .con-img-wrap h3 { font-family: var(--proxibold); }
.con-with-img .con-img-wrap .text-wrap p + p { padding-top: 10px; }
.con-with-img .con-img-wrap .image-wrpper img { width: 100%; height: 430px; object-fit: cover; }
.con-with-img .con-img-wrap .content_wrapper { padding-right: 70px; }

/* compare_sc */
.compare_sc .compare_head .sub-head { letter-spacing: 5px; text-transform: uppercase; background: linear-gradient(180deg, #003865 6.41%, #002543 93.55%); background-clip: text; -webkit-text-fill-color: transparent; }
.compare_sc .compare_head .main-title { font-family: var(--proxibold); }
.compare_sc .compare_wrap .common-industry,
.compare_sc .compare_wrap .saas-platform{  width: 36%; }
.compare_sc .compare_wrap .versus { width: 28%; }
.compare_sc .compare_wrap .versus:before, .compare_sc .compare_wrap .versus:after { content: ''; height: calc(50% - 80px); top: 0; width: 1px; background: rgba(255, 255, 255, 0.40); left: 0; right: 0; position: absolute; margin: 0 auto; }
.compare_sc .compare_wrap .versus:after { top: auto; bottom: 0; }
.compare_sc .compare_wrap .versus span{ color: #173B66; font-family: var(--proxibold); border-radius: 100%; width: 100px; height: 100px; }
.compare_sc .compare_wrap h4 {  font-size: 32px; font-weight: 700; }
.compare_sc .compare_wrap ul { padding-left: 30px; }
.compare_sc .compare_box { background: linear-gradient(180deg, #003865 6.41%, #002543 93.55%); }
.compare_sc .compare_box .btn a { background-color: var(--white-color); border-color: var(--white-color); }
.compare_sc .compare_box .btn a:hover { background-color: var(--quaternary-color); border-color: var(--quaternary-color); color: var(--white-color); }



/**/
.all_con_col { width: 20%; padding: 20px; }
.all_con_col .list-wrapper { transition: all ease-in-out .4s; }
.all_con_col .list-wrapper:hover { background: #F2F5F7; box-shadow: 8px 8px 20px 0px rgba(23, 59, 102, 0.15); }
/* .saas-wrap .banner-right .all_con_col .list-wrapper { background: transparent; box-shadow: none;  } */
.all_con_col_wrap { margin: 0 -20px; }

/*  */
.bannerlp_sc { padding: 40px 0 60px; }
.bannerlp_sc .top_logo { position: relative; padding-bottom: 20px; margin-bottom: 20px; }
.bannerlp_sc .top_logo img { width: 350px; }
.bannerlp_sc .top_logo:after { content: ''; border-bottom: 4px solid #00b2e2; display: inline-block; width: 100px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.bannerlp_main { background: #fff; border-radius: 8px; overflow: hidden; }
.bannerlp_main .left_part { padding: 40px 30px; }
.bannerlp_main .form_step { width: 33.33%; display: flex; align-items: center; }
.bannerlp_main .form_step span { height: 25px; width: 25px; display: flex; border-radius: 50%; justify-content: center; background: #00B1E2; color: #fff; margin-right: 8px; font-size: 16px; }
.bannerlp_main .right_part { background: #00b1e2; padding: 60px 25px; }
.bannerlp_main .right_part .content_slider { height: 100%; }
.bannerlp_main .right_part .content_slider .slick-arrow { background: transparent; height: auto; width: auto; }
.bannerlp_main .right_part .content_slider .slick-arrow.slick-prev { left: -25px; }
.bannerlp_main .right_part .content_slider .slick-arrow.slick-next { right: -25px; }
.bannerlp_main .right_part .content_slider .hs-responsive-embed-wrapper { max-width: 100% !important; min-width: 100% !important; height: 100% !important; min-height: 100% !important; max-height: 100% !important; }
.bannerlp_main .right_part .content_bx ul { padding: 0 15px; list-style: none; }
.bannerlp_main .right_part .content_bx ul li { position: relative; padding-left: 30px; padding-bottom: 15px; }
.bannerlp_main .right_part .content_bx ul li:after { content: ''; background: url(https://9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/Asigra%20logos%20and%20favicons/SaaSAssure%20Logos/check-icon.svg) no-repeat center / contain; height: 16px; width: 16px; position: absolute; left: 0; top: 9px; }
.bannerlp_main .hs_form textarea,
.bannerlp_main .hs_form select,
.bannerlp_main .hs_form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { border-width: 2px; }
.bannerlp_main .hs_form form input[type="submit"] { background: #00B1E2; margin: 0; }
.bannerlp_main .hs_form .legal-consent-container { position: absolute; bottom: 0; }
.bannerlp_main .hs_form { padding-bottom: 45px; position: relative; }

/*  */
.titlecon_sc { padding: 80px 0; }
.titlecon_wrap .left_part { background: #f1f5f8; position: relative; }
.titlecon_wrap .left_content { padding: 60px 50px; }
.titlecon_sc.titlecon_v2 .titlecon_wrap .left_part { background: transparent; padding: 0 15px !important; }
.titlecon_sc.titlecon_v2 .titlecon_wrap .left_part:after { display: none; }
.titlecon_sc.titlecon_v2 .titlecon_wrap .left_content { max-width: 600px; border: 2px solid #d3d3d3; border-radius: 10px; position: relative; }
.titlecon_sc.titlecon_v2 .titlecon_wrap .left_content:before { content: ''; background: url(https://9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/Asigra%20logos%20and%20favicons/SaaSAssure%20Logos/testimonial-icon.svg) no-repeat center /cover; height: 45px; width: 45px; display: inline-block; position: absolute; top: -24px; }
.swap_content { flex-direction: row-reverse; }
.swap_content .left_content { margin-left: auto; }

/*  */
.titlevid_sc { padding: 80px 0; }
.titlevid_wrap .right_part iframe { width: 100%; }
.titlevid_sc.titlevid_v2 .left_content { background: #d8e0e9; padding: 50px 30px 30px; position: relative; }
.titlevid_sc.titlevid_v2 .left_content:before { content: ''; background: url(https://9061955.fs1.hubspotusercontent-na1.net/hubfs/9061955/Asigra%20logos%20and%20favicons/SaaSAssure%20Logos/testimonial-icon1.svg) no-repeat center / contain; height: 55px; width: 55px; display: inline-block; position: absolute; top: -26px; }

/*  */
.billtitle_sc { background: #041E42; padding: 130px 0; }
.billtitle_wrap { color: #fff; }
.billtitle_wrap h1 { margin: 0 0 15px; }
.billtitle_wrap h1,
.billtitle_wrap h4 { color: #fff; }

/*  */
.saasassure_res { padding: 90px 0; }
.saasassure_main { margin: 0 -20px; } 
.saasassure_main .saasassure_item { padding: 20px; width: 33.33%; }
.saasassure_main .saasassure_in:hover { background-color: #fff; box-shadow: 0 14px 30px rgba(0, 163, 153, .1), 0 3px 16px rgba(0, 163, 153, .07); }
.saasassure_main .saasassure_in { transition: 0.4s; background: #f2f5f7; padding: 15px; position: relative; }
.saasassure_main .saasassure_in .box_Link { position: absolute; inset: 0; }
.saasassure_main .card_cta .cta_link { font-weight: 700; text-decoration: none; color: #00A398; }
.saasassure_main .card_cta .cta_link:after { position: relative; transition: 0.4s; content: "\f105"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; top: 1px; font-weight: 700; }
.saasassure_main .saasassure_in:hover .cta_link:after { margin-left: 10px; }
.saasassure_res .pagination ul { list-style: none; display: flex; flex-flow: row wrap; gap: 15px; padding: 0; margin: 20px 0 0; justify-content: center; }
.saasassure_res .pagination ul li { cursor: pointer; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 7px; }
.saasassure_res .pagination ul li.number.active { background: #041E42; color: #fff; }
.saasassure_res .pagination ul li.left-angle,
.saasassure_res .pagination ul li.right-angle { color: #00a399; font-size: 25px; }
.saasassure_res .pagination ul li.disable { color: #e5e8eb; cursor: not-allowed; }


/*  */
.saasass_blog { padding: 90px 0; }
.saasassblog_filter { margin: 0 -8px; }
.saasassblog_filter .saasassfil_item { padding: 0 8px; }
.saasassfil_item textarea,
.saasassfil_item select,
.saasassfil_item input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-size: 18px; border: 1px solid #727272 !important; !i; !; border-radius: 5px !important; !i; !; }
.select_input { position: relative; }
.select_input input { padding-right: 28px !important; }
.select_input svg { position: absolute; top: 25px; right: 9px; }
.saasassblog_card { background: #041E42; border-radius: 10px; color: #fff; position: relative; }
.saasassblog_card a.box_link { position: absolute; inset: 0; }
.saasassblog_card .saasassblog_img { height: 260px; width: 100%; }
.saasassblog_card .saasassblog_img img { width: 100%; height: 100% !important; object-fit: cover; border-radius: 10px 10px 0 0; }
.saasassblog_card .card_content { padding: 30px; }
.saasassblog_card .card_content h5.card_title { color: #fff; }
.saasassblog_card .card_cta .cta_link:after { position: relative; transition: 0.4s; content: "\f105"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; top: 1px; font-weight: 700; }
.saasassblog_card:hover .cta_link:after { margin-left: 10px; }
.saasassblog_card .blog_tag { position: absolute; top: -15px; left: 20px; }
.saasassblog_card .blog_tag span.tag_name { background: #00a398; padding: 5px 10px; border-radius: 5px; font-size: 15px; font-weight: 600; }
.resources_empty .resources_actions a { display: inline-block; vertical-align: top; width: auto; padding: 10px 20px; background: #041e42; color: #fff; letter-spacing: 1px; border: 2px solid #041e42; border-radius: 10px; font-weight: 700; font-size: 18px; position: relative; overflow: hidden; min-width: 216px; text-align: center; }
.resources_empty .resources_actions a:hover { background: transparent; color: #041e42; }


/*  */
.billboard.module--bg-primary-dark { background: #041E42; color: #fff; padding: 120px 0; }
.billboard.module--bg-primary-dark h1 { color: #fff; margin-bottom: 15px; }

/****  ****/
.resources__inner { width: 100% }
.resources__inner[data-is-empty=false] .resources__empty,
.resources__inner[data-is-empty=true] .resources__inner { display: none }
.resources__filters { position: relative }
.resources__filters--top { margin-bottom: var(--padding--xxs) }
.resources__filters--top .resources__filter { min-width: 18.75rem }
.resources__filters--top .resources__filters-inner { display: flex; flex-wrap: wrap }
.resources__filters--sidebar { background-color: var(--neutral--light); border-radius: 10px; padding: 1.25rem !important }
.resources__filters--sidebar .resources__filter-list-item { margin-bottom: 0 }
.resources__filter { margin-bottom: .625rem; margin-right: .9375rem; text-align: left }
.resources__filter--checkbox,
.resources__filter--radio { align-items: center; display: flex }
.resources__filters--sidebar .resources__filter--checkbox .resources__filter-list-item,
.resources__filters--sidebar .resources__filter--radio .resources__filter-list-item { margin-right: 0 !important }
.resources__filter--checkbox .resources__filter-input-label,
.resources__filter--radio .resources__filter-input-label { font-size: 1.125rem; padding: .875rem 1rem !important }
.resources__filter--search { flex-grow: 1; position: relative }
.resources__filter--search .resources__filter-input-container { display: flex; position: relative }
.resources__filter--search input[type=text] { padding-right: 2.1875rem }
.resources__filter--search input[type=submit] { font-size: 1rem; margin-left: .625rem; padding: 1.125rem }
.resources__filter--search svg { height: .875rem; pointer-events: none; position: absolute; right: 1.25rem; top: 50%; transform: translateY(-50%); width: .875rem; z-index: 5 }
.resources__filter-label { display: block; font-weight: 700; margin-bottom: 10px }
.resources__filter-label--hidden { display: none; visibility: hidden }
.resources__filter-list { display: flex; flex-wrap: wrap; list-style-type: none; margin: 0; padding: 0 }
.resources__filter-list-item { margin-bottom: .625rem; margin-right: .625rem }
.resources__filter-list-label { position: relative }
.resources__filter-list-label input[type=checkbox],
.resources__filter-list-label input[type=radio] { position: absolute !important; clip: rect(0, 0, 0, 0); border: 0; height: 1px; overflow: hidden; width: 1px }
.resources__filter-list-label input[type=checkbox]:checked+.resources__filter-input-label,
.resources__filter-list-label input[type=radio]:checked+.resources__filter-input-label { background-color: var(--secondary); border-color: var(--secondary); color: var(--neutral--white) }
.resources__filter-list-label input[type=checkbox]+.resources__filter-input-label { border: 1px solid var(--neutral--medium); font-weight: 600 }
.resources__filter-input-label { background-color: var(--primary); border-radius: 10px !important; border-radius: 6px !important; color: var(--headlines); display: inline-block; padding: .3125rem .625rem !important; position: relative }
.post:hover .post__actions .resources__filter-input-label.cta-link,
.resource-card--is-linked:hover .resource-card__actions .resources__filter-input-label.cta-link,
.resources__filter-input-label:hover { cursor: pointer }
.resources__column[data-is-active=false] { display: none }
.resources__column-inner { text-align: left }
.resources__empty { text-align: center }
.resources__empty-content { margin-bottom: .9375rem }
.resources__card-title,
.resources__card-type { display: block }
.resources__pagination { display: none !important; }
.resources__pagination { align-items: center; display: flex; justify-content: center; margin-top: var(--padding--xxs); }
.resources__pagination span { vertical-align: middle }
.resources__pagination.disabled { display: none }
.resources__pagination-page-btns { max-width: 31.25rem; overflow: auto; white-space: nowrap }
.resources__pagination-page-btns button { background: 0 0; border: 0; border-radius: 10px; color: var(--body-text); font-size: 1rem; font-weight: 700; padding: 1.5625rem 1.25rem }
/* */
.resources.module--bg-transparent { padding: 90px 0; }
.resource-card .resource-card__inner { padding: 1.875rem; }
.resources__inner .module__grid { margin: 0 -20px; width: calc(100% + 40px); display: flex; flex-flow: row wrap; }
.resources__inner .resources__column a.resource-card { position: relative; background: #041E42; display: inline-block; width: 100%; border-radius: 10px; }
.resources__inner .resources__column { padding: 20px; width: 25% }
.resource-card span.resource-card__title { color: #fff; font-size: 1.25rem; font-weight: 600; line-height: 1; }
.resource-card .resource-card__actions { margin-top: .625rem; }
.resource-card .cta-link--arrow:after { position: relative; transition: 0.4s; content: "\f105"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 10px; top: 1px; font-weight: 700; }
.resource-card .resource-card__image { height: 100%; display: inline-block; width: 100%; }
.resource-card .resource-card__image picture.module__picture img.module__picture-element { border-radius: 10px 10px 0 0; height: 250px !important; width: 100%; object-fit: cover; }
.resource-card .resource-card__image picture.module__picture { width: 100%; height: 100%; display: inline-block; }
.resource-card .resource-card__type span.tag { background-color: #00A398; border-radius: 6px; color: #fff; display: inline-block; font-weight: 600; padding: .25rem .75rem; text-decoration: none; transition: .3s; font-size: 13px; }
.resource-card .resource-card__type { position: absolute; top: -20px; left: 20px; }
.resource-card .resource-card__bottom span.cta-link { color: #d6fffc; font-weight: 700; font-size: 16px; }
.resources__column a.resource-card:hover .cta-link--arrow:after { margin-left: 15px; }
/****  ****/

.constrain { max-width: 1440px; float: none; margin: auto; padding-left: 40px; padding-right: 40px; }

.appended-elements { padding-top: 3.75rem; }
.appended-elements ul.btn-group { padding: 0; margin: 0; list-style: none; }
.appended-elements ul.btn-group li a.cta-btn { background-color: #003865; border-color: #003865; color: #fff; align-items: center; border-radius: 10px; cursor: pointer; display: inline-flex; font-weight: 700; justify-content: center; line-height: 1; position: relative; text-align: center; text-decoration: none; transition: color .3s, background-color .3s, border-color .3s; font-size: 1.375rem; padding: 1.125rem 2.5rem; }
.appended-elements ul.btn-group li a.cta-btn:hover { background: hsla(207, 100%, 33%, 1.0); }

.legal_main .hs_cos_wrapper_type_rich_text { word-break: break-word; } 
  
/* Media Css */
@media (min-width: 768px){
  .img-with-text .img-text-con.mbl { display: none; }
}

@media (min-width:992px){   
  .desk_hide { display: none; }
  .saasassure-pillar .saasassure-left .sub-titles-wrap { display: block !important; }
  .saasassure-pillar .saasassure-left .menu-wrap:not(.current) .sub-titles-wrap { max-height: 0; opacity: 0; padding: 0; }
  
  .bannerlp_main .right_part { position: relative; right: -1px; }
  
  .titlecon_wrap .left_part:after { content: ''; background: #aed000; height: calc(100% - 130px); width: 6px; position: absolute; bottom: 0; }
} 

@media (min-width:1401px){  
  .wrapper { width: 1370px; }
  .banner.home_banner .banner_wrap .banner-right img { margin: 0px -20px 0 0px; padding: 10px 0 0 30px; }
}

@media (max-width: 1400px){
  /* Homepage */
  
  .inner-banner.connector-ban .banner_wrap .banner-left { padding-left: 15px; }
  .inner-banner.connector-ban .banner_wrap .banner-right { padding-right: 15px; padding-left: 30px; }
  .connector-ban .bundle-logo-list .bundle-logo { padding: 0 5px; }
  
  .banner.home_banner .banner_wrap .banner-right img { margin: 0px -20px 0 0px; padding: 10px 0 0 80px; }
  
  .banner.connectors-banner, .inner-banner.connectors-banner{ background-position: 0%; }
  
  .img-with-text.content-right .img-text-con { margin-right: -175px; }
  .img-with-text .img-text-con { margin-left: -175px; }
  .saasassure-right .saasassure_wrap .content-right .img-text-con { margin-right: -120px; }
  
  .cta_strip.strip_with_img { margin-top: -140px; }
  .banner.cta_module_enable + .cta_strip.strip_with_img { margin-top: -230px; }
  .cta_strip.strip_with_img .cta_banner_img { width: 22%; }
  .cta_strip.strip_with_img .cta_banner_img img { max-width: 300px !important; }
  
  .content_box_wrap .content_box .content-box-in .con-box_wrap { padding-left: 50px; }
  
  .gap-wrap .gap-left img { top: -70px; max-width: 580px; }
  
  .fancybox-container .tab-content { padding: 40px; }
  .fancybox-container .fancybox-button{ right: 0px !important; }
   
  .testimonial_slide_box { width: calc(100% - 30px); margin: 15px; }
  .testimonial_slide_wrap { margin: 0 -15px; }
  .testimonial_slide_wrap .slick-list { padding-top: 15px; }
  .content_box_wrap .content_box .box_img { max-width: 100%; }
  
  /* Connectors Page */
  .saas-wrap .saas-tab .tabs-menu { flex-wrap: wrap; padding-bottom: 20px; margin-bottom: 0; }
  .saas-wrap .saas-tab .tabs-menu li a { padding: 15px 25px; font-size: 16px; }
  .saas-wrap .saas-tab .tab_content { margin: 0px -15px; }
  .saas-wrap .saas-tab .tab_content .list-wrapper { margin: 15px; width: calc(20% - 30px);}
  
  /* saasassure-pillar */
   .saasassure-pillar .saasassure-right {  padding-left: 45px; width: 840px; }
  .saasassure-pillar .saasassure-left { width: calc(100% - 840px); } 
  
  .logo-store { padding-bottom: 30px; }
  
}

@media (max-width:1200px){ 
  
  .container .dnd-section > .row-fluid, .wrapper { width:920px; } 
  
  .inner-banner.connector-ban .banner_wrap .banner-left { width: 480px; }
  .inner-banner.connector-ban .banner_wrap .banner-right { width: calc(100% - 480px); }
  .connector-ban .bundle-logo-list { justify-content: center; }
  .connector-ban .bundle-logo-list .bundle-logo { width: 33%; padding: 10px 5px 10px; }
  .logo-store .logo_list .logo-list-con { padding-left: 10px; }
  .banner_with_logo .logo-store { padding-top: 80px; }
  .logo-store { padding-bottom: 20px; }
  
  .banner_without_logo .logo-store .logo-store_wrap { padding: 80px 0px 0px; }
  
  .con-with-img .con-img-wrap .content_wrapper { padding-right: 30px; }
  
  .img-with-text.content-right .img-text-con { margin-right: -135px; }
  .img-with-text .img-text-con { margin-left: -135px; }
  
  .tabs_terms.tab_data .product-bottom-box-area .tabs-title { width: 100%; text-align: left; }
  .tabs_terms.tab_data .product-bottom-box-area .tabs-dropdown { width: 67%; }
  .tabs_terms.tab_data .product-bottom-box-area .btn { width: 30%; margin-left: 20px; }
  .tabs_terms.tab_data .product-bottom-box-area { max-width: 100%; }
  
  .fancybox-container .tab-content{ max-width: 90%; }
  
  .box-tabbing .tabs-menu li { text-align: center; }
  
  .gap-wrap .gap-left img { max-width: 420px; top: -30px; } 
  
  .cta_strip.strip_with_img .cta_banner_img img { max-width: 220px !important; } 
  .cta_strip.strip_with_img .cta_right { width: 32%; }
  
  .tabs_terms .product-bottom-box-area .tabs-dropdown { padding-left: 0; }
  .tabs_terms .product-bottom-box-area .tabs-title { padding-right: 0; }
  .tabs_terms .product-bottom-box-area .tabs-dropdown ul { width: calc(100% - 0px); left: 0; }

  .img-with-text.spacing-bottom-none { padding-bottom: 40px; }
  
  .testimonial_slide_wrap .slick-list { padding-top: 15px; }
  .testimonial_slide_wrap.slider .testimonial_slide_box { padding: 60px 20px; }
  .testimonial_slide_wrap.slider .bio { font-size: 20px; line-height: 34px; }
  
  .recent_post_sc .title_style,
  .testimonial_sc .title_style { margin-bottom: 60px; }
  .recent_item .post_img a { height: 240px; }
  .recent_item .con { padding: 30px 15px 50px; }
  .recent_item .post_topic { padding: 0 15px; }
  
  .solution-con .solution_columns .column-4 .column-main { width: 33.33%; }
  
  .data-protection .data_protect_wrap .data_left .left-con { padding: 70px 0 70px 30px; min-width: 750px; }
  .data-protection .data_protect_wrap .data_left .left-con .left_con_text { max-width: 400px; }
  .data-protection .data_protect_wrap { margin-top: -100px; }
  .data-protection .data_right .data_bg_img { margin-top: 0; }
  
  .banner.no-img .banner_wrap .banner-left .left_content{ min-height: 300px; }
  .banner.cta_module_enable + .cta_strip.strip_with_img { margin-top: -190px; }
   
  .offer_sc .right .left_list { padding-right: 15px; }
  .offer_sc .right .right_list { padding-left: 15px; }
  .offer_sc .right { font-size: 16px; padding-left: 40px; }
  .offer_sc .right ul li { max-width: 250px; }
  
  .logo_card_slider { padding-left: 55px; padding-right: 55px; }
  .logo-card .logo_card_top { padding-top: 15px; }
  
  /* Connectors Page */
  .saas-wrap .saas-tab .tab_content .list-wrapper { margin: 15px 15px; width: calc(33.33% - 30px);}
  .saas-wrap .banner-left { width: 330px; }
  .saas-wrap .banner-right { width: calc(100% - 330px); }
  .saas-wrap .saas-tab .tabs-menu { gap: 10px; }
  .saas-wrap .saas-tab .tabs-menu li a { padding: 10px 15px; font-size: 14px; }
  .all_con_col { width: 33.33%; }
  .saas-wrap .banner-right.left_enable ul li { width: 33.33%; padding: 15px; }
  .saas-wrap .banner-right ul li { width: 25%; }
  
  .saasassure-right .saasassure_wrap .img-text-con { margin-left: -75px; }
  .inner-banner:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: block !important; background: var(--eight-color); opacity: 0.5; }
  .saasassure-pillar .saasassure-left { width: calc(100% - 560px); }
  .saasassure-pillar .saasassure-right { width: 560px; }
  .saasassure-right .saasassure_wrap .img-with-text.spacing-increase { padding: 60px 0; }
  .banner.pillar-banner { padding: 100px 0; }
  
  .saasassure-pillar .saasassure-left .main-head { font-size: 15px; padding: 5px 30px 5px 0; }
  .saasassure-pillar .saasassure-left .menu-wrap a.main-head:before { top: 14px; }
  .saasassure-pillar .saasassure-left .sub-titles-wrap { padding: 0; }
  .saasassure-pillar .saasassure-left .sub-title { font-size: 14px; }
  .saasassure-pillar .saasassure-left .btn.button-1 { margin-top: 15px; }
  .saasassure-pillar .saasassure-left .btn.button-1 a { font-size: 15px; }
  .saasassure-pillar .saasassure-left .menu-wrap.current .arrow-menu { top: 4px; }
  
  .overlay-up .logo-store .logo-store_wrap { padding: 40px 45px; margin-top: -160px; }
  .overlay-up.banner_without_logo .logo-store .logo-store_wrap { margin-top: -100px; }

  .resources__inner .resources__column { width: 33.33% }
}

@media (max-width:991px){  
  .banner.connectors-banner,
  .inner-banner.connectors-banner{ background-image: none; }
  .banner.home_banner .banner_wrap .banner-right img { margin: 0; padding: 0 0 0 50px; }
  .banner .banner_wrap .banner-left .left_content h1 { font-size: 36px; }
  
  .logo-store .logo-store_wrap .logo_list { width: 50%; padding: 15px; }
  
  .inner-banner.connector-ban .banner_wrap .banner-left { width: 100%; padding-bottom: 10px; }
  .inner-banner.connector-ban .banner_wrap .banner-right { width: 100%; padding-left: 15px; padding-top: 15px; }
  
  .banner_without_logo .left_logo_con .title-with-logo { padding-right: 20px; margin-right: 30px; }
  .banner_without_logo .left_logo_con { padding-bottom: 10px; }
  
  .con-with-img .con-img-wrap .content_wrapper { padding-right: 15px; padding-bottom: 30px; }
  
  .content_box_wrap .content_box .content-box-in .box-title { font-size: 24px; } 
  
  .img-with-text.content-right .img-text-con,
  .img-with-text .img-text-con{ margin-right: 0; margin-left: 0; }
  .img-with-text.content-right .img-text-con:after, .img-with-text .img-text-con:after { display: none; }
  .img-with-text .img-text-wrap { width: 100%; margin-bottom: 20px; }
  
  .img-with-text.no-bg-img .img-text-wrap .img-text-con { padding-bottom: 60px; }
  
  .container .dnd-section > .row-fluid, .wrapper { width:720px; }
  
  .tabs_terms.tab_data .product-bottom-box-area .btn { margin-left: 10px; }
  .fancybox-container .tab-content .tab-left,
  .fancybox-container .tab-content .product-box-detail { width: 100%; } 
  .fancybox-container .tab-content .product-box-detail { padding-top: 20px; } 
  .fancybox-container .tab-left .tab-left-con { max-width: 100%; padding-right: 0; } 
   
  .close-gap { padding-top: 40px; }
  .gap-wrap { flex-wrap: wrap; }
  .gap-wrap .gap-left,
  .gap-wrap .gap-right{ width: 100%; }
  .gap-wrap .gap-left img { max-width: 100%; position: relative; top: 0; width: 100%; }
  .gap-wrap .gap-right .gap_con { max-width: 100%; padding-left: 15px; }
  
  .content_box_wrap { margin: 0; }
  .content_box_wrap .content_box:nth-child(odd) .content-box-in, 
  .content_box_wrap .content_box .content-box-in{flex-direction: column; align-items: flex-start; }
  .content_box_wrap .content_box:nth-child(odd) .content-box-in .con-box_wrap { padding-right: 0; }
  .content_box_wrap .content_box .content-box-in .con-box_wrap { padding-left: 0; padding-top: 20px; width: 100%; }
  .content_box_wrap .content_box .content-box-in .box_img { width: 100%; }
  .content_box_wrap .content_box .box_con ul { margin: 5px 0 0; }
  .content_box_wrap .content_box .box_con ul li:before { top: 10px; }
  
  .box-tabbing .tabs-menu li { padding-right: 0; padding-bottom: 10px; text-align: left; }
  .box-tabbing .tabs-menu li a { font-size: 18px; }
  .box-tabbing .tabs-menu { display: none; box-shadow: 0px 1px 3px rgb(0 0 0 / 30%); border-bottom: none; position: absolute; background-color: var(--white-color); width: 100%; left: 0; right: 0; padding: 15px; max-width: 700px; margin: 0 auto; }
  .box-tabbing .tabs-menu li:after { display: none; }
  .box-tabbing .tab-wrap .toggle { display: block; color: var(--quaternary-color); padding-bottom: 10px; border-bottom: 2px solid var(--quaternary-color); } 
  .box-tabbing .tab-wrap .toggle:after { content: '\f107'; font-family: 'FontAwesome'; position: absolute; right: 0; color: var(--quaternary-color); top: 0; bottom: 0; margin: auto; }
  .box-tabbing .tab-con .tab-left { padding-bottom: 20px; }
  .box-tabbing .tab_content .tab-left .tab-text { margin-top: 0; }
  
  .cta_strip.strip_with_img { margin-top: 0; }
  .cta_strip.strip_with_img .cta_banner_img { width: 100%; text-align: center; order: 3; }
  .cta_strip.strip_with_img .cta_banner_img img { position: relative; }
  .cta_strip.strip_with_img .cta_left,
  .cta_strip.strip_with_img .cta_right { width: 50%; }
  
/*   .img-with-text .img-text-con { margin-top: -280px; } */
  .img-with-text .img-text-wrap { min-height: 540px; }
  .img-with-text .img-text-con { max-width: 100%; }
  .img-with-text.spacing-increase { padding: 50px 0; }
  
  .logo-card .logo_card_slider .slick-arrow { width: 30px; height: 30px; }
  .logo-card .logo_card_slider .slick-arrow:before { font-size: 20px; }  
  .logo_card_slider .logo_img { padding: 0; }
  
  .testimonial_slide_box { padding: 80px 40px 50px; }
  .testimonial_slide_box .bio { font-size: 20px; line-height: 32px; }
  
  .recent_item { width: calc(50% - 20px); }
  
  .solution-con .solution_columns .column-main,
  .solution-con .solution_columns .column-4 .column-main{ width: 50%; }
   
  .data-protection .data_protect_wrap{ margin-top: 40px; flex-wrap: wrap; }
  .data-protection .data_protect_wrap .data_left .left-con { padding: 30px 30px 30px 30px; min-width: 100%; }
  .data-protection .data_protect_wrap .data_left .left-con .left_con_text { max-width: 100%; }
  .data-protection .data_right .data_bg_img .data-top-img,
  .data-protection .data_right .data_bg_img .data-top-img img{ height: 100%; }
  .data-protection .data_right .data_bg_img > img { width: 100%; }
  .data-protection .data_right .data_bg_img { margin-top: 30px; }
  .data-protection .data_right .data_bg_img .data-top-img img { object-fit: contain; } 
  
  .banner.no-img .banner_wrap .banner-left .left_content { min-height: auto; } 
  
  .offer_sc .right .left_list, .offer_sc .right .right_list { width: 100%; padding: 0; }
  
  .saas-wrap .saas-tab { position: relative; }
  .saas-wrap .saas-tab .toggle {  border-bottom: 2px solid var(--quaternary-color); color: var(--quaternary-color); display: block; font-size: 16px; }
  .saas-tab .toggle:after { bottom: 0; color: var(--quaternary-color); content: "\f107"; font-family: FontAwesome; margin: auto; position: absolute; right: 0; top: 0; }
  .saas-wrap .saas-tab .tabs-menu li { display: block; width: 100%; }
  .saas-wrap .saas-tab .tabs-menu li.current a { background-color: transparent; color: var(--quaternary-color); }
  .saas-wrap .saas-tab .tabs-menu li a { padding: 0 10px; margin: 0; background-color: transparent; border: none; color: var(--secondary-color); border-radius: 0; }
  .saas-wrap .saas-tab .tabs-menu { gap: 16px; z-index: 1; background-color: var(--white-color); border-bottom: none; box-shadow: 0 1px 3px rgba(0, 0, 0, .3); display: none; left: 0; margin: 0 auto; max-width: 700px; padding: 10px 0; position: absolute; right: 0; width: 100%; }
  .saas-wrap .saas-tab .tab_content .list-wrapper { width: calc(50% - 20px); margin: 10px; }
  .saas-wrap .saas-tab .tab_content { margin: 0 -10px; }
  .saas-wrap .tab_main_con .learn_more_btn { bottom: 10px; }
  .saas-wrap .connector_list .tab_main_con  { padding-left: 15px; padding-right: 15px; }
  
  .saas-wrap .banner-left,
  .saas-wrap .banner-right { width: 100%; }
  .saas-wrap .banner-left { padding-bottom: 15px; }
  .saas-wrap .banner-right{ padding-top: 15px; }
  
  .logo_item { padding: 0 15px; }
  .saas-wrap .banner-right ul li { width: 33.33%; padding: 15px; }
  
  .inner-banner { padding: 68px 0; }
  .inner-banner.piller-banner { padding: 80px 0; }
  .banner.pillar-banner { padding: 50px 0; background-image: none; }
  .saasassure-pillar .saasassure-left .main-head { padding: 12px 20px 12px 0; }
  .saasassure-pillar .saasassure-left .menu-wrap.current .arrow-menu { top: 10px; }
  .saasassure-pillar .saasassure-left,
  .saasassure-pillar .saasassure-right{ width: 100%; }
  .saasassure-pillar .saasassure-left {  padding-bottom: 0px; }  
  .saasassure-pillar .saasassure-right { padding: 30px 0 0; }
  .saasassure-right .saasassure_con .saasassure_wrap { padding: 15px 0; }
  .saasassure-right .saasassure_wrap .img-with-text.spacing-increase { padding: 30px 0; }
  .saasassure-right .saasassure_wrap .img-text-con { padding: 20px 15px; margin-left: 0; max-width: 100%; }
  .saasassure-right .saasassure_wrap .img-text-con .main-con { font-size: 18px; }
  .saasassure-right .saasassure_wrap .img-text-con .main-con p + p { padding-top: 10px; }
  .saasassure-right .saasassure_con .saasassure_wrap h5 { margin: 20px 0 15px; }
  .saasassure-pillar .saasassure-left .pillar-menu { display: none; padding: 0 15px 20px; position: absolute; width: 100%; left: 0; background: var(--fifth-color); max-height: 420px; }
  .saasassure-pillar .saasassure-left .saasassure-toggle { padding: 15px 25px 15px 15px; background: #F2F5F7; }
  .saasassure-pillar .saasassure-left .saasassure-toggle:after { right: 11px; top: 8px; }
  .saasassure-pillar .saasassure-left .arrow-menu.active { transform: rotate(0deg); }
  .saasassure_wrap .img-with-text .img-text-con:before { width: 4px; }
  .saasassure-pillar .saasassure-left .sub-titles-wrap { display: none; transition: none; }
  .saasassure-pillar .saasassure-left .menu-wrap a.main-head:before { display: none; }
  
  .saasassure-pillar .saasassure-left .pillar-menu + .button-1 { display: none; } 
  .saasassure-pillar .saasassure-left .pillar-menu .button-1.mbl { display: inline-block; vertical-align: top; width: 100%; } 
  
  .saasassure-right .saasassure_wrap .img-text-con { display: none; }
  .saasassure-right .saasassure_wrap .mbl.img-text-con { display: inline-block; vertical-align: top; width: 100%; }
  .saasassure-right .saasassure_wrap .img-text-wrap { margin-bottom: 0; }
  
  .compare_sc .compare_wrap h4 { font-size: 22px; }
  .compare_sc .compare_wrap .common-industry, .compare_sc .compare_wrap .saas-platform { width: 38%; }
  .compare_sc .compare_wrap .versus { width: 24%; }
  .compare_sc .compare_wrap .versus span { width: 80px; height: 80px; }
  
  .banner_without_logo .inner-banner.connector-ban { padding: 70px 0; } 
  .overlay-up.banner_without_logo .inner-banner.connector-ban { padding: 70px 0 150px; }
  .overlay-up.banner_without_logo .logo-store .logo-store_wrap { margin-top: -80px; }

  .bannerlp_main .right_part { padding: 35px 25px; }
  
  .titlecon_sc { padding: 50px 0; }
  .titlecon_wrap .left_content { padding: 30px; }
  
  .titlecon_sc.titlecon_v2 .titlecon_wrap .left_content { max-width: 100%; padding: 50px 20px 30px; }
  .titlecon_sc.titlecon_v2 .titlecon_wrap .left_part { padding: 0 0 30px !important; }
  
  .titlevid_sc { padding: 50px 0; }  
  .titlevid_wrap .left_part { padding: 0; }
  
  .saasassure_main .saasassure_item { width: 50%; }
} 

@media (max-width:767px){
  .container .dnd-section > .row-fluid, .wrapper { width:100%; }
  
  .overlay-up.banner_with_logo .inner-banner.connector-ban { padding: 60px 0 100px; }
  .overlay-up .logo-store .logo-store_wrap { padding: 20px 15px; margin-top: -110px; }
  .banner_with_logo .logo-store { padding-top: 50px; }
  .connector-ban .bundle-logo-list .bundle-logo { width: 50%; }
  .logo-store .logo_list .logo_img img { width: 75px; height: 75px; }
  
  .banner_without_logo .left_logo_con .title-with-logo { width: 100%; padding-right: 0; margin-right: 0; border-right: 0; padding-bottom: 20px; }
  .banner_without_logo .left_logo_con .main-title { width: 100%; }
  .banner.home_banner .banner_wrap .banner-right img { padding-left: 0; }
  
  .banner_without_logo .logo-store .logo-store_wrap { padding: 50px 0px 0px; }
  
  .content_box_wrap .content_box .content-box-in .box-title { font-size: 18px; }
  
  .tabs_terms.tab_data .product-bottom-box-area .btn a { padding: 10px; }
  .tabs_terms.tab_data .product-bottom-box-area .tabs-dropdown { width: 100%; }
  .tabs_terms.tab_data .product-bottom-box-area .btn { margin: 10px 0 0; }
  .tabs_terms.tab_data .product-bottom-box-area .btn,
  .tabs_terms.tab_data .product-bottom-box-area .btn a{ width: 100%; }
  .fancybox-container .tab-content { padding: 20px; max-width: 95%; }
  .fancybox-container .tab-content .product-box-detail { font-size: 14px; }
  .fancybox-container .tab-content .product-box-detail p + p { padding-top: 5px; } 
  .fancybox-container .fancybox-button { top: 10px !important; right: 10px !important; }
  .fancybox-container .tab-left .tab-left-con { padding-right: 20px; }

  .banner, .inner-banner{ background-image: none !important; }
  .banner .banner_wrap .banner-left .left_content, .inner-banner .banner_wrap .banner-left .left_content { max-width: 100%; margin: 0 auto; }
  .banner.cta_module_enable.home_banner { padding-bottom: 200px; } 
  .cta_strip.strip_with_img .cta_banner_img img { max-width: 200px !important; }
  
  .banner.home_banner { padding-bottom: 50px; }
  .banner.home_banner .banner-left { padding-bottom: 30px; }

  .cta_strip .cta_left .pre_title{ margin-top: 0; margin-bottom:5px; }
  .cta_strip .cta_right .btn a { padding: 10px 24px; }
  .cta_strip.strip_with_img .cta_banner_img { padding-top: 20px; }
  .cta_strip.strip_with_img .cta_left, .cta_strip.strip_with_img .cta_right { width: 100%; }
  .cta_strip.strip_with_img .cta_left .strip_content { max-width: 100%; }
  
  .img-with-text .img-text-wrap { width: 100%; min-height: 460px; }
  .img-with-text.spacing-increase { padding: 40px 0; }
  .img-with-text .img-text-wrap .img-text-con { display: none; }
  .img-with-text .img-text-wrap { margin-bottom: 0; }
  
  .img-with-text.no-bg-img .img-text-wrap .img-text-con { padding-bottom: 25px; } 
  
  .data-protection .data_protect_wrap { flex-direction: column-reverse; }
  .data-protection .data_right .data_bg_img { margin-top: 15px; }
  
  .tabs_terms .product-bottom-box-area .tabs-dropdown .select_service { padding: 8px 30px 8px 15px; font-size: 18px; }
  .tabs_terms .product-bottom-box-area .tabs-dropdown .select_service:after { right: 15px; }
  .tabs_terms .product-bottom-box-area .tabs-dropdown ul { padding: 0px 17px 15px 17px; height: 250px; }
  .tabs_terms .tabs-vendor_content .product-box-detail a { font-size: 16px; }
  .tabs_terms .tabs-vendor_content .product-box-detail p + p { padding-top: 10px; }
  .box-tabbing .tab-wrap .toggle { padding: 0 35px 0 0px; font-size: 18px; }
  .box-tabbing .tab-wrap .toggle:after { right: 5px; }
  .box-tabbing .tabs-menu { max-width: 90%; }

  .solution_wrap .solution-con .title_style { margin-bottom: 20px; }
  .solution_columns .column-main .column-con ul { margin: 8px 0 0; }
  .solution_columns .column-main .column-con ul li { width: fit-content; }
  .content_box_wrap .content_box .box_con ul { padding: 0 0 0 20px; }
  .content_box_wrap .content_box .box-pre-title { letter-spacing: 2px; } 
  
  .zig-zag_wrap .left_content .left_con { max-width: 100%; }
  
  .offer_sc { padding: 50px 0 30px; }
  .offer_sc .leftimg { width: 100%; }
  .offer_sc .right { width: 100%; padding: 30px 0 0; }
  .offer_sc .right ul li { max-width: 100%; }
  
  .all_con_col_wrap { margin: 0 -15px; }
  .all_con_col { padding: 15px; }
  .saas-wrap .banner-right ul { justify-content: center; }
  .saas-aplication .learn_more_btn a { font-size: 16px; }
  
  .saas-wrap .banner-right.full-width { padding-top: 0; }
  
  .inner-banner.connector-banner .banner_wrap .banner-left .left_content { margin: 0 auto; }
  .inner-banner:before { display: none !important; }
  .inner-banner,'
  .inner-banner.piller-banner{ padding: 45px 0; } 
  .saasassure-right .saasassure_con .saasassure_wrap h3 { font-size: 24px; }
  .saasassure-right .saasassure_con .saasassure_wrap h5 { font-size: 20px; }
  .saasassure-right .saasassure_con .saasassure_wrap#pillar-5 ul li { padding-bottom: 3px; }
  .inner-banner { background-image: none !important; } 
  .saasassure-right .saasassure_wrap .img-with-text.spacing-increase { padding: 20px 0; } 
  .inner-banner .banner_wrap .banner-left .left_content { max-width: 100%; }
  .saasassure-right .saasassure_wrap .img-text-con { margin-top: -80px; }
  .saasassure-right .saasassure_wrap .img-text-wrap { min-height: 350px; }
  .inner-banner.piller-banner .banner-left .left_content .text { margin: 0 auto; }
  
  .compare_sc .compare_wrap h4 { font-size: 20px; }
  .compare_sc .compare_wrap .common-industry, .compare_sc .compare_wrap .saas-platform { width: 100%; }
  .compare_sc .compare_wrap .versus { width: 100%; padding: 25px 0; }
  .compare_sc .compare_wrap .versus span { width: 60px; height: 60px; }
  .compare_sc .compare_wrap .versus:before,
  .compare_sc .compare_wrap .versus:after { width: calc(50% - 50px); height: 1px; top: 0; bottom: 0; margin: auto; left: 0; right: initial; }
  .compare_sc .compare_wrap .versus:after { right: 0; left: initial; }
  .compare_sc .compare_wrap ul { padding-left: 20px; }
  
  .saasassure_res { padding: 40px 0; }
  .saasassure_main .saasassure_in { padding: 0; }
  .saasassure_main { margin: 0 -15px; }
  .saasassure_main .saasassure_item { width: 100%; padding: 15px; }
  
  .billtitle_sc { padding: 80px 0; }
  .saasass_blog { padding: 40px 0; }
  
  .bannerlp_sc .top_logo img { width: 200px; }
  
}

@media (max-width: 600px){
  .saas-wrap .banner-right ul li { width: 50%; }
  .logo-store .logo-store_wrap .logo_list { width: 100%; padding: 15px 10px; } 
  .con-with-img .con-img-wrap .image-wrpper img { height: 330px; }
  
  .bannerlp_main .form_step { width: 100%; padding: 0 0 12px; }
  .bannerlp_main .left_part { padding: 30px 20px; }
  
  .saasassblog_card .card_content { padding: 20px; }
}

@media (max-width: 550px){
  .offer_sc .leftimg { height: 300px; }
  .all_con_col { width: 50%; }
}

@media (max-width: 500px){
  .title_style h6 { letter-spacing: 1px; }
  .title_style h6 span { padding-right: 5px; }
  
  /* Homepage */
  .testimonial_slide_box { padding: 50px 20px 40px; }
  
  .recent_item { width: calc(100% - 20px); }
 
  .solution-con .solution_columns .column-main,
  .solution-con .solution_columns .column-4 .column-main,
  .solution-con .solution_columns .column-2 .column-main{ width: 100%; padding-left: 0; padding-right: 0; } 
  .solution_wrap .solution-con.space-decrease { padding-bottom: 0; }
  
  .img-with-text .img-text-wrap { min-height: 250px; }
  
  .saas-wrap .saas-tab .tab_content .list-wrapper { width: 100%; }
  .saas-wrap .connector_list .tab_main_con { padding: 42px 15px; }
  .saas-wrap .connector_list .tab_main_con .logo { height: auto; }
  .saas-wrap .banner-left .banner-logo { padding-bottom: 15px; }
  .saas-wrap .banner-left .banner-logo,
  .saas-wrap .banner-left .banner-text{ width: 100%; }
  .saas-wrap .banner-left .banner-text .banner-title { font-size: 24px; }
  
  .saas-wrap .banner-right ul li { width: 100%; }
  
  .connector-ban .bundle-logo-list .bundle-logo { width: 100%; }
  
  .con-with-img .con-img-wrap .image-wrpper img { height: 300px; } 
  
}

@media (max-width: 400px){
  .all_con_col { width: 100%; }
}