@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap')
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);





/* Global Color Variable */ 








/* Global Fonts Variable */



/* Header */












/* Typography Style Variables */



 











 














/* Button Style Variables */

/** Button Style 1 **/








/** Button Style 2 **/









/* Form Style Variables */





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




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */


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

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

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

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

.dt-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 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


/* Min Height Css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Gap Css */

.dt-gap-0 { gap: 0px; }

.dt-gap-1 { gap: 1px; }

.dt-gap-2 { gap: 2px; }

.dt-gap-3 { gap: 3px; }

.dt-gap-4 { gap: 4px; }

.dt-gap-5 { gap: 5px; }

.dt-gap-6 { gap: 6px; }

.dt-gap-7 { gap: 7px; }

.dt-gap-8 { gap: 8px; }

.dt-gap-9 { gap: 9px; }

.dt-gap-10 { gap: 10px; }

.dt-gap-11 { gap: 11px; }

.dt-gap-12 { gap: 12px; }

.dt-gap-13 { gap: 13px; }

.dt-gap-14 { gap: 14px; }

.dt-gap-15 { gap: 15px; }

.dt-gap-16 { gap: 16px; }

.dt-gap-17 { gap: 17px; }

.dt-gap-18 { gap: 18px; }

.dt-gap-19 { gap: 19px; }

.dt-gap-20 { gap: 20px; }

.dt-gap-21 { gap: 21px; }

.dt-gap-22 { gap: 22px; }

.dt-gap-23 { gap: 23px; }

.dt-gap-24 { gap: 24px; }

.dt-gap-25 { gap: 25px; }

.dt-gap-26 { gap: 26px; }

.dt-gap-27 { gap: 27px; }

.dt-gap-28 { gap: 28px; }

.dt-gap-29 { gap: 29px; }

.dt-gap-30 { gap: 30px; }

.dt-gap-31 { gap: 31px; }

.dt-gap-32 { gap: 32px; }

.dt-gap-33 { gap: 33px; }

.dt-gap-34 { gap: 34px; }

.dt-gap-35 { gap: 35px; }

.dt-gap-36 { gap: 36px; }

.dt-gap-37 { gap: 37px; }

.dt-gap-38 { gap: 38px; }

.dt-gap-39 { gap: 39px; }

.dt-gap-40 { gap: 40px; }

.dt-gap-41 { gap: 41px; }

.dt-gap-42 { gap: 42px; }

.dt-gap-43 { gap: 43px; }

.dt-gap-44 { gap: 44px; }

.dt-gap-45 { gap: 45px; }

.dt-gap-46 { gap: 46px; }

.dt-gap-47 { gap: 47px; }

.dt-gap-48 { gap: 48px; }

.dt-gap-49 { gap: 49px; }

.dt-gap-50 { gap: 50px; }

.dt-gap-51 { gap: 51px; }

.dt-gap-52 { gap: 52px; }

.dt-gap-53 { gap: 53px; }

.dt-gap-54 { gap: 54px; }

.dt-gap-55 { gap: 55px; }

.dt-gap-56 { gap: 56px; }

.dt-gap-57 { gap: 57px; }

.dt-gap-58 { gap: 58px; }

.dt-gap-59 { gap: 59px; }

.dt-gap-60 { gap: 60px; }

.dt-gap-61 { gap: 61px; }

.dt-gap-62 { gap: 62px; }

.dt-gap-63 { gap: 63px; }

.dt-gap-64 { gap: 64px; }

.dt-gap-65 { gap: 65px; }

.dt-gap-66 { gap: 66px; }

.dt-gap-67 { gap: 67px; }

.dt-gap-68 { gap: 68px; }

.dt-gap-69 { gap: 69px; }

.dt-gap-70 { gap: 70px; }

.dt-gap-71 { gap: 71px; }

.dt-gap-72 { gap: 72px; }

.dt-gap-73 { gap: 73px; }

.dt-gap-74 { gap: 74px; }

.dt-gap-75 { gap: 75px; }

.dt-gap-76 { gap: 76px; }

.dt-gap-77 { gap: 77px; }

.dt-gap-78 { gap: 78px; }

.dt-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; }
.dt-h-100 { height: 100%; }
.dt-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:1200px){
    
    
    .lg\:d-block {
        display:block;
    }
    
    .lg\:d-inline-block {
        display:inline-block;
    }
    
    .lg\:d-flex {
        display:flex;
    }
    
    .lg\:d-inline-flex {
        display:inline-flex;
    }
    
    .lg\:d-none {
        display:none;
    }
    
    
    
    .lg\:align-center {
        align-items:center;
    }
    
    .lg\:align-flex-start {
        align-items:flex-start;
    }
    
    .lg\:align-flex-end {
        align-items:flex-end;
    }
    
    .lg\:align-normal {
        align-items:normal;
    }
    
    
    
    .lg\:justify-center {
        justify-content:center;
    }
    
    .lg\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .lg\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .lg\:justify-space-around {
        justify-content:space-around;
    }
    
    .lg\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .lg\:text-left {
        text-align:left;
    }
    
    .lg\:text-right {
        text-align:right;
    }
    
    .lg\:text-center {
        text-align:center;
    }
    
    
    
    .lg\:direction-column {
        flex-direction:column;
    }
    
    .lg\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .lg\:direction-row {
        flex-direction:row;
    }
    
    .lg\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:max--150 { max-width:150%; }
    .lg\:mt---150 { margin-top:-150%; }
    .lg\:mb---150 { margin-bottom:-150%; }
    
    
    .lg\: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:; }
.bg\:maroon{ background-color:; }

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

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

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

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

.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:; }
    .hoverbg\:maroon:hover{ background-color:; }
    
    .hover\:pink:hover{ color:#0A2540; }
    .hoverbg\:pink:hover{ background-color:#0A2540; }
    
    .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:#F8FAFC; }
    .hoverbg\:light_gray:hover{ background-color:#F8FAFC; }
    
    .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; }


.dt-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: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    font-size:16px;
    line-height:1.7;
    color:#425466;
    background:#F6F9FC;
    overflow-x: hidden;
}

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

h1 { color:#0A2540; font-size:56px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h2 { color:#0A2540; font-size:46px; line-height:1.35; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h3 { color:#0A2540; font-size:32px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h4 { color:#0A2540; font-size:24px; line-height:1.45; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h5 { color:#0A2540; font-size:18px; line-height:1.5; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; }
h6 { color:#0A2540; font-size:16px; line-height:1.55; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }

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

a { text-decoration:none; outline:none; color:#0A2540; 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:#BF363C; }

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

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

@media (max-width:991px){ 
    
    h1 { font-size:45px; }
    h2 { font-size:35px; }
    h3 { font-size:25px; }
    h4 { font-size:18px; }
}

@media (max-width:767px){

    body { font-size: 14px; }

    h1 { font-size:38px; }
    h2 { font-size:32px; }
    h3 { font-size:21px; }
    h4 { font-size:18px; }
    h5 { font-size:14px; }
}
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: #FCFDFE; border:none; padding: 0 37px; width:100%; border-radius: 17px; height: 71px; color: var(--main-color); font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; margin: 7px 0 0; font-weight:500; font-size: 16px; }
form textarea { height: 130px; resize: none !important; padding: 15px; }
form .hs-form-field > label { color: #0A2540; font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; text-transform: capitalize; font-size:18px; }
form input::placeholder { color: inherit !important; font-family: Poppins; }
form select::placeholder { color: inherit !important; font-family: Poppins; }
form textarea::placeholder { color: inherit !important; font-family: Poppins; }

input[type="submit"] { background: var(--quaternary-color); color: #fff; margin: 20px 0 0; border: 0; float: none; display: inline-block; vertical-align: top; width: auto; padding: 12px 25px; border-radius: 60px; font-weight: 400; font-size: 16px; position: relative; overflow: hidden; font-family: Poppins; cursor:pointer; transition: all .5s ease-in-out; }
input[type="submit"]:hover { background: var(--fifth-color); }

.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 rgba(255,255,255,0.5); color:#fafafa; background: rgba(21, 66, 94, 0.00); border-radius: 2px; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; 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 #dadada;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#000; background:#ccc;  border-radius:100%; }

input:focus-visible { outline: 0; } 
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M14.8121 6.49955C14.7385 6.42535 14.651 6.36646 14.5545 6.32627C14.458 6.28607 14.3546 6.26538 14.2501 6.26538C14.1455 6.26538 14.0421 6.28607 13.9456 6.32627C13.8491 6.36646 13.7616 6.42535 13.688 6.49955L10.0621 10.1254C9.98855 10.1996 9.90099 10.2585 9.80451 10.2987C9.70804 10.3389 9.60457 10.3596 9.50006 10.3596C9.39555 10.3596 9.29207 10.3389 9.1956 10.2987C9.09913 10.2585 9.01157 10.1996 8.93797 10.1254L5.31214 6.49955C5.23855 6.42535 5.15099 6.36646 5.05451 6.32627C4.95804 6.28607 4.85457 6.26538 4.75006 6.26538C4.64555 6.26538 4.54207 6.28607 4.4456 6.32627C4.34913 6.36646 4.26157 6.42535 4.18797 6.49955C4.04053 6.64788 3.95776 6.84853 3.95776 7.05768C3.95776 7.26683 4.04053 7.46748 4.18797 7.6158L7.82172 11.2496C8.26704 11.6943 8.87068 11.9441 9.50006 11.9441C10.1294 11.9441 10.7331 11.6943 11.1784 11.2496L14.8121 7.6158C14.9596 7.46748 15.0424 7.26683 15.0424 7.05768C15.0424 6.84853 14.9596 6.64788 14.8121 6.49955Z' fill='%230A2540'/%3E%3C/svg%3E"); background-repeat:no-repeat;background-position: 97% center; background-size: 19px; #FCFDFE; }
select:focus-visible, textarea:focus-visible { outline: none; }

form .hs-richtext, form ul.inputs-list { font-size: 13px; line-height: 1.65; }
form ul.inputs-list a, form .hs-richtext a { color: #fff; text-decoration: underline; }
form .hs-richtext p { margin-bottom: 10px; }

@media (max-width:767px) {
    fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; } 
    form textarea { height: 80px; }
    fieldset.form-columns-2 .hs-form-field { width: 100% !important; }
}
[class*="button-"] a { float: none; display: inline-block; vertical-align: top; width: auto; padding: 12px 25px; padding:12px 22px; border-radius: 60px; font-weight: 400;  position: relative; overflow: hidden; border: 1px solid transparent; font-family: Poppins; }
.button-1 a { color: #FFFFFF; border-color: transparent; z-index: 1; background-color: #E93D3B; text-align:center;  }
.button-1 a:hover, .button-1.hover a { background-color: #BF363C; }

.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: ; color: #0A2540; border-color: #0A2540; } 
.button-2 a:hover, .button-2.hover a { /*background-color: #BF363C;*/ border-color: #BF363C; color: #BF363C; }
.button-2.no-border a { border: none; }

.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='%23623448'/%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='%23977584'/%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: #0A2540; }

.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: 9px; width: 28px; top:0; right:0; bottom: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='28' height='9' viewBox='0 0 28 9' fill='none'%3E%3Cg clip-path='url(%23clip0_425_323)'%3E%3Cpath d='M27.0268 4.5L22.1602 0.75' stroke='%23282934' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M27.0268 4.5L22.1602 8.25' stroke='%23282934' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3.99219 4.5H27.0277' stroke='%23282934' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_425_323'%3E%3Crect width='27.2533' height='9' fill='white' transform='translate(0.746094)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); margin-left: 10px; }
.link_style a:hover:after, a.link_style:hover:after, .link_style.hover a:after, a.link_style.hover:after { right: -15px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='9' viewBox='0 0 28 9' fill='none'%3E%3Cg clip-path='url(%23clip0_425_329)'%3E%3Cpath d='M27.0268 4.5L22.1602 0.75' stroke='%23623448' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M27.0268 4.5L22.1602 8.25' stroke='%23623448' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3.99219 4.5H27.0277' stroke='%23623448' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_425_329'%3E%3Crect width='27.2533' height='9' fill='white' transform='translate(0.746094)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
.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){

}
.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 { position: relative; z-index: 9999; background-color: var(--headerbottombg);  }
.main_header_inner .logo { max-width:250px; }
.main_header_inner .logo img { max-width:100%; height:auto; }
.top_header { background: var(--headertopbg); font-size: 15px; font-weight: 500; }
.top_header a { color: var(--headertoplink); }
.top_header a:hover { color: var(--headertoplinkhover); }
/* .main_header { } */

/* Header Search Design Start */
.top_search_icon { cursor: pointer; padding-right: 10px; position: relative; }
.top_search_icon:after { position: absolute; content: ""; height: calc(100% - 10px); width: 1px; top: 0; bottom: 0; right: 0; margin: auto 0; background: #fff; }
.top_search_icon svg { width: 16px; height: 16px; }
.top_search_form { position: fixed; top: -120%; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.8); display: flex; align-items: center; justify-content: center; z-index: 9; transition: all ease-in-out .4s; }
.top_search_form > div { width: 500px; max-width: 100%; }
.top_search_form input[type="text"] { border-bottom: 1px solid #fff !important; background: transparent !important; color: #fff; padding: 0 !important; border-radius: 0; font-size: 20px; font-weight: 500; }
.top_search_form.active { top: 0; }

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

.mainmenu .hs-menu-wrapper > ul > li.active > a { color: var(--headerbottomlinkhover); }

/* Header Search Design End */
.top_header .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; width: auto; padding: 0 10px; }

.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: 10px 10px; position: relative; color: var(--headerbottomlink); text-transform: capitalize; line-height: normal; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }
.header .top_links li:first-child { margin-left: 0; }
.header .top_links li { margin-left: 23px; }


/* Language Switcher Css Start */
.ln_area { padding-left: 10px; position: relative; z-index: 2; color: #fff; }
.ln_area .globe_class { background: none; position: relative; z-index: 1; }
.ln_area svg { fill: #fff; position: relative; margin-left: -14px; left: -6px; cursor: pointer; }
.ln_area:before { background: #fff; content: ""; display: block; height: calc(100% - 10px); left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 1px; }
.ln_area .lang_list_class { box-shadow: 0 21px 21px rgba(0, 0, 0, .12); overflow: hidden; padding: 15px 0 0; }
.ln_area .lang_list_class:before { border: 0; }
.ln_area .lang_list_class li:first-child { border: 0; padding-top: 15px; }
.ln_area .lang_list_class li:last-child { border: 0; padding-bottom: 15px; }
.ln_area .lang_list_class li { background: #fff; width: 10rem; padding: 10px; }
.ln_area .lang_list_class li a { color: var(--secondary-color); }
.ln_area .lang_list_class li a:hover { color: #E5F1F5; }
/* Language Switcher Css End */

/* 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_header_inner { position: relative; z-index: 1; margin-bottom: 21px; }

.top-bar-bgcolor { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 57px; background: linear-gradient(270deg, #fff 1.27%, hsla(0, 0%, 100%, 0) 71.63%); z-index: -1; }

.head-top-contact { margin-right: 23px; }
.top_header_inner a { font-weight:500; }

body.fixed header { position: fixed; top: 0; left: 0; width: 100%; background: #fff; box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.06); }
body.fixed header .logo img { width: 180px; }
body.fixed header .top_header_inner { margin-bottom: 10px; }

/**/
@media (min-width: 992px){
    header { transition: all ease-in-out .4s; }
    header .logo img, .top_header_inner { transition: all ease-in-out .4s; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 200px; background: var(--dropcolor); box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.06); visibility: hidden; pointer-events: none; padding: 0; left: -50% !important; z-index:2; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 400; color: var(--droplinkcolor); padding: 10px 15px; text-transform: capitalize; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a { color: #fff; background-color: #BF363C; }
    .mainmenu .hs-menu-wrapper > ul > li > a:after { position: absolute; content: ""; bottom: 5px; left: 0; height: 4px; width: 0px; background: #BF363C; transition: all ease-in-out .4s; } 
    .mainmenu .hs-menu-wrapper > ul > li:hover > a:after, .mainmenu .hs-menu-wrapper > ul > li.active-branch > a:after { width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: #BF363C; }

    .mainmenu .hs-menu-wrapper > ul > li > ul { font-size:13px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 180px; background: #ffffff; padding: 0; font-size: 13px; pointer-events: none; max-height: 155px; max-height:450px; width:220px; overflow: auto; box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.06); z-index:1; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { display: inline-block !important; vertical-align: top !important; width: 100% !important; color: #BF363C; padding: 10px 15px; text-transform: capitalize; font-weight: 400; position: relative; z-index: 1; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:before { position: absolute; content: ""; height: 100%; width: 0px; top: 0; left: 0; background-color: #E93D3B; transition: all ease-in-out .4s; z-index: -1; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; } 
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:hover > a:before { width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:hover > a { color: #fff; }
    
    .dt_mbl_top_cta, .dt_mbl_top_header, .dt_mbl_top_search { display: none; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal { display: block !important; }
    .main_header_inner .mobile_menu,.header_trigger { display: none; }

    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul::-webkit-scrollbar { width: 3px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul::-webkit-scrollbar-thumb { background: var(--fifth-color); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul::-webkit-scrollbar-track { background: var(--main-color); }

}

@media (min-width:992px) and (max-width:1200px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link, 
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { font-size:14px; }
    header .button-1 a, header .button-2 a { text-align:center; }
}

@media (max-width: 1649px){
    header .button-1 a, 
    header .button-2 a { /* padding: 10px; padding:10px 5px !important; */}
}

@media(max-width:1600px){
    .main_header_inner .logo { width: 200px; padding-top:20px; } 
    .main_header_inner .header_right { width: calc(100% - 200px); }
    .top_header_inner:before { left: -40vw; }
    .top_header_inner { margin-bottom: 11px; }
}

@media (max-width:1500px) {
    /*     .main_header_inner .logo { width: 250px; padding-top:0; } 
    .main_header_inner .header_right { width: calc(100% - 250px); } */
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 4px; }  
    .mainmenu .hs-menu-wrapper > ul > li > a:after { bottom: 0px; }
}

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


}

@media (max-width:1200px){
    /*     .main_header .logo img { width: 140px !important; } */
    header .button-1 a, header .button-2 a { padding: 10px; font-size: 13px; }
    .mainmenu .hs-menu-wrapper > ul > li { margin: 0 2px; }
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 4px; }
    /*     .mainmenu .hs-menu-wrapper > ul > li > a, .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size: 14px; } */
    .mainmenu .hs-menu-wrapper > ul > li > ul { left: auto !important; right: 0; width: 220px; }
    .header--no-navigation { padding: 11px 0; } 
    /*.mainmenu .hs-menu-wrapper > ul > li > a:after { bottom: 15px !important; }*/

    .head-top-contact { margin-right: 14px; }
    .header .top_links li { margin-left: 14px; }
    .top_header_inner { font-size: 14px; }
    
    .main_header_inner .logo { max-width:160px; }
    .main_header_inner .header_right { width: calc(100% - 160px); }
    .theme3_hack header.header  [class*=button-] a{padding: 12px 15px;}

    
    
}

@media (max-width:991px){
    
    .mobile-open a.mobile-trigger svg { display: none; }
    .mobile-open a.mobile-trigger svg.close { display: block; }

    header { padding: 0; position: relative; z-index: 9999; }
    .main_header { padding: 15px 0; }
    .main_header_inner { position: static; }
    .main_header .dt-container { width: 100%; max-width:100%; }
    .main_header .logo img { width: auto !important; transition: all ease-in-out .4s; }
    .mobile-open header .logo { position: relative; z-index: 9999; }

    .mainmenu .hs-menu-wrapper ul { transition: none; }
    .mainmenu .hs-menu-wrapper > ul > li { margin: 0; padding: 0px 0px 12px;  }
    .mainmenu .hs-menu-wrapper > ul > li:last-child { padding-bottom:0px; }
    .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; color: #0A2540;font-size: 18px; font-style: normal; font-weight: 600; line-height: normal; border-radius: 0; padding:0px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { padding:2px 0px 2px 15px; width: 100%; } 
    .mainmenu .hs-menu-wrapper > ul > li ul li a { color: var(--quaternary-color); font-weight: 500; padding: 10px; }
    
    .ln_area { padding: 15px; border-bottom: 1px solid hsla(0,0%,100%,.2); }
    
    .top_header, .ln_area:before { display: none; }
    .dt_top_cta.dt_mbl_top_cta, .top_header.dt_mbl_top_header, .top_search.dt_mbl_top_search { display: inline-block; vertical-align: top; width: 100%; }
    
    .top_header_inner { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu.js-enabled .top_links .hs-menu-flow-horizontal { display: inline-block; vertical-align: top; height: auto; position: relative; padding: 0; background: transparent; z-index: 1; }
    .main_header .top_header .dt-container { padding: 0; }
    .top_header.dt_mbl_top_header { padding-bottom: 80px; position: relative; padding-top: 0; }
    .top_header.dt_mbl_top_header .top_search { position: absolute; bottom: 15px; left: 0; width: 100%; }
    .top_search_icon { display: none; }
    .top_search_form { top: auto; position: relative; height: auto; left: 0; background: transparent; padding: 0 15px; }
    .top_search_form input[type=text] { border: 0 !important; margin: 0 !important; background: var(--tertiary-color) !important; padding: 0 15px !important; height: 50px !important; }
    .top_search_form .search_close { display: none; } 
    
    .ln_area .lang_switcher_class { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
    .ln_area .globe_class { width: 100%; height: 100%; }
    .ln_area svg { left: 0; margin: 0 5px 0 0; }
    .ln_area .globe_class:after { position: absolute; content: "\f107"; font-family: FontAwesome; right: 20px; top: 11px; font-size: 25px; }
    .ln_area { z-index: 9; }
    .ln_area .lang_list_class { top: 100%; left: 0; transform: none; width: 100%; padding: 0; }
    .ln_area .lang_list_class li { width: 100%; background: var(--tertiary-color) }
    .ln_area .lang_list_class li a { color: #fff; }
    .ln_area .lang_list_class:after { display: none; }
    
    .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; }

    .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; }
    a.mobile-trigger { position:absolute; top: 37px; right: 15px; width: 35px; height: 25px; transform: translateY(-50%); z-index: 9999; }
    
    .mobile-open a.mobile-trigger i { background-color:rgba(0,0,0,0.0); }
    .mobile-open a.mobile-trigger i:before { margin-top:0; transform:rotate(45deg); -webkit-transition-delay:0, .2s; background-color: #fff; }
    .mobile-open a.mobile-trigger i:after { margin-top:0; transform:rotate(-45deg); -webkit-transition-delay:0, .2s; background-color: #fff; }
    
    body.mobile-open { overflow: hidden; }
    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; z-index: 9999; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 35px; height: 3px; display:inline-block; background: var(--hamburger); }
    a.mobile-trigger i:before { margin-top:-10px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    a.mobile-trigger i:after { margin-top: 10px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    
    span.child-triggerm { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; /*width: 100% !important;*/ width: 30px !important; height: 24px !important; padding:0 !important; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; right: -17px; top: -2px; transition:all ease .5s; transform:translateX(-50%); }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background: var(--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:translateX(-50%) rotate(45deg); }

    .mainmenu .hs-menu-wrapper > ul > li > ul span.child-triggerm span { top: 2px; right: 0; transform: translateX(0); }
    .mainmenu .hs-menu-wrapper > ul > li > ul span.child-triggerm { height: 34px !important; }
    .mainmenu .hs-menu-wrapper > ul > li > ul span.child-triggerm.child-open span { transform: translateX(0) rotate(45deg); }

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

    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:20px; font-size: 13px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:40px; }

    .main_header_inner .header_right { display: flex; width: calc(100% - 150px); align-items: center; justify-content: center; padding-right: 55px; }
    .top_header_inner { width: auto; padding: 0; margin-bottom: 0; }
    .header_menu_top_group { position: fixed; top: 70px; left: 0; border-radius: 20px; background: #FCFDFE ; box-shadow: 0px 40px 42.5px 0px rgba(10, 37, 64, 0.07); width: calc(100% - 15px); right: 0; margin: 0px auto; display: none; padding: 15px 15px 35px; max-height: calc(100vh - 80px); overflow-y: auto; }
    .header_menu_top_group.d-block,
    .hs-tools-menu.hs-collapsed { display:none; }
    .main_header_inner .logo { width: 150px; }
    .top_header_inner .top_links { display: none; }
    .head-top-contact { font-size: 14px; font-weight: 500; margin-right: 0; }
    .top-bar-bgcolor { display: none; }
    .mobile-trigger { text-align: right; }
    
    .mobile-trigger .close { position: absolute; right: 0; background-color: #F6F9FC; width: 24px; opacity: 0; }
    .mobile-open .mobile-trigger .close { opacity: 1; }

    .mainmenu { border-bottom: 1px solid #E2F0FE; /*padding: 15px 45px 30px;*/ padding: 15px 0 30px; }
    .mobile_menu { padding: 30px 45px 15px; }
    .mobile_menu li a { font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; }
    .mobile_menu li { margin-bottom: 11px; }
    .button_wrap { padding: 10px 45px; }
    header .button-1 a, header .button-2 a { font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; border-color: #0A2540; color: #0A2540; padding: 15px 25px; }


}*/

@media (max-width: 400px){
    .mainmenu .hs-menu-wrapper > ul > li .megamenu_section .megamenu_col .hs-menu-wrapper>ul>li>a { font-size: 20px; }
}

@media(max-width:360px){
    
    .mainmenu { padding: 15px 20px 20px; }
    .mobile_menu { padding: 20px 20px 7px; }
    .button_wrap { padding: 5px 20px 10px; }
    .header_menu_top_group { padding: 10px 10px 20px; }
    
} 
/* Footer */

.footer-logo img { max-width:200px; height:auto; }

footer { background: #E5F1F5; }
footer .copyright { font-size: 16px; background-color: #4f293a; }
footer .copyright a { color: #fff; }
footer .copyright a:hover { color: var(--tertiary-color); }
.footer_social ul { list-style-type: none; margin: 0; padding: 0; justify-content: flex-end; }
.footer_social li + li { margin-left: 20px; }
.footer_social li a { color: #fff; font-size: 25px; }

footer .formtext { text-align: left; font-size: 18px; padding-right: 15px; width: calc(100% - 310px); }
footer .formtext h4 { font-size: 24px; }
.footer_logo { width: 250px; text-align: left; }
.footer_logo img { filter: brightness(0) invert(1); }
.f_add p+p { padding-top: 2px; }
.f_add a { color: #fff; }

.f_menu { padding: 0 30px; border-left: 2px solid #ccc; }
.f_menu .hs-menu-wrapper ul li { width: 100%; }
.f_menu .hs-menu-wrapper ul li a { color: #fff; text-transform: capitalize; margin-top: 10px; display: inline-block; position: relative; }
.f_menu .hs-menu-wrapper ul li a:hover { color: rgba(255, 255, 255, 0.5); }

@media (max-width:1200px){
  
    /* Footer */
    footer .formtext h4 { font-size: 18px; }
    footer .formtext { font-size: 14px; width: 100%; padding: 0 0 15px; }
    .footer_right .form { width: 100%; }
    footer .get_touch { flex-wrap: wrap; }
    .footer_right { width: 350px; }
}

@media (max-width:991px){
  
    /* Footer */
    .footer_logo { width: 100%; text-align: center; padding: 0 0 20px; }
    .footer_right { width: 100%; padding: 0; }
    footer .get_touch { width: 350px; max-width: 100%; margin: 0 auto; }
    footer .formtext { text-align: center; }
    .footer_social ul { justify-content: center; }
} 
 
.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:#0A2540; font-size:200px; line-height:150px; }
.error_box h2 { margin:20px 0; font-size: 45px; }
.error_box h3 { margin:0 0 10px; font-size: 30px; line-height: 1.2; }

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


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


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

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

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

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

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

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

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

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


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

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

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

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

@media(max-width:991px){ 

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






/*::selection {
    color: #FCFDFE;
    background: #E93D3B;
}*/

/* Root */
:root {
    --main-color:                         #425466;
    --secondary-color:                    #0A2540;
    --tertiary-color:                     #FCFDFE;
    --quaternary-color:                   #E93D3B;
    --fifth-color:                        #BF363C; 


    --main-font:                          Poppins;
    --sec-font:                           Poppins;

    --headertopbg:                        
    
    
        
    
    rgba(#null, 1)
;
    --headertoplink:                      ;
    --headertoplinkhover:                 ;
    --headerbottombg:                     
    
    
        
    
    rgba(246, 249, 252, 1.0)
;
    --headerbottomlink:                   #0A2540;
    --headerbottomlinkhover:              #0A2540;
    --dropcolor:                          #FFFFFF;
    --droplinkcolor:                      #0A2540;
    --droplinkhovercolor:                 #194F6F;
    --droplinkhoverbgcolor:               ;  
    --hamburger:                          #BF363C;

    --body_font:                          Poppins;
    --body_font_size:                     16;

    --link_color:                         #0A2540;
    --link_hover_color:                   #BF363C;  
}


#cvcfl_theme3 .tcp-hero-right h1 { font-size:43px; } /* hack to make the home page top 3 boxes "even" per the client, though this will be null & void when/if content changes */

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

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; text-align:center; }

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

body strong { font-weight: 700; }


.phone-modal {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.6); display: flex; justify-content: center; align-items: center; z-index:1000;
}
.phone-modal-content {
  background: #fff; padding: 20px; border-radius: 8px; max-width: 400px; text-align: center; position:relative;
}
.phone-modal-close {
  position: absolute; top: 0; right: 10px; cursor: pointer; font-weight: bold;
}


/* 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:#E3F0D9; width: 57px; height: 57px; font-size:0; cursor:pointer; border:0; transition:all ease-in-out .4s; border-radius: 100%; }
.slick-arrow:before { content: ""; height: 25px; width: 15px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: url() no-repeat center / cover; }
.slick-arrow:hover { background: #CBE5B7; } 
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { transform: rotate(180deg); }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-disabled { display:none; }
.slick-arrow.slick-next:before { left: 3px; }
.slick-arrow.slick-prev:before { left: -3px; }

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: rgba(25, 79, 111, 0.20); border: 0; width:13px; height:13px; 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: var(--fifth-color); }

.dt-container .dnd-section > .row-fluid, .dt-container { 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 a { display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; background: var(--secondary-color); border-radius: 100%; }
.social_icon ul li + li { margin-left: 10px; }
.social_icon ul li a { color: #fff; font-size: 20px; }
.social_icon ul li a:hover { background: var(--main-color); }

video { height: 100%; width: 100%; object-fit: cover; }

.social_icon ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.social_icon ul li a { display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; background: var(--secondary-color); border-radius: 100%; }
.social_icon ul li + li { margin-left: 10px; }
.social_icon ul li a { color: #fff; font-size: 20px; }
.social_icon ul li a:hover { background: var(--main-color); }

/* Fancybox */
.dt-modal { padding: 0 !important; max-width: 1100px !important; overflow: visible !important; }
.dt-modal .fancybox-close-small { opacity: 1; padding: 8px !important; top: -50px !important; border-radius: 100%; background: var(--fifth-color); }
.dt-modal .fancybox-close-small svg path { fill: #fff; }


/* Hero */
.tcp-hero-left { width: 35%; padding-right: 21px; }
.tcp-hero-right { width: 65%; }
.tcp-hero-rating-img img { border-radius: 45px; }
.tcp-hero-rating-img { padding-bottom: 28px; }
/* .tcp-hero-rating-icon { margin-top: 7px; } */
.tcp-hero-info-wrap { display: flex; padding-left: 49px; }
.tcp-hero-info-wrap .left { width: 61%; padding-right: 7%; }
.tcp-hero-right-img-wrap { border-radius: 25px; overflow: hidden; background-color: var(--tertiary-color); }
.tcp-hero-right-img img { border-radius: 25px; }
.tcp-hero-right-rate-list { padding: 42px 34px; }
.tcp-hero-right-rate { display: flex; align-items: center; margin-bottom: 15px; }
.tcp-hero-right-rate .number h3 { font-weight: 700; }
.tcp-hero-right-rate .content { padding-left: 15px; font-size: 18px; font-style: normal; font-weight: 400; color:var(--secondary-color); }
.tcp-hero-info-wrap .right { width: 39%; }
.tcp-hero-right-rate:last-child { margin-bottom: 0; }
.tcp-hero-right-rate .content strong { display: block; }
.tcp-hero-bottom-text { font-size: 14px; font-style: normal; font-weight: 400; line-height: 160%; }

.tcp-hero-rating-icon .star-container { margin-right: 5px; position: relative; width: auto }
.tcp-hero-rating-icon .starfill { color: var(--quaternary-color); overflow: hidden; position: absolute; width: 100% }
.tcp-hero-rating-icon { font-size: 22px; color: var(--quaternary-color); }



.service-details-wrap .left { width: 35%; display: flex; flex-flow: column; justify-content: space-between; }
.service-details-wrap .right { width: 65%; padding-left: 89px; }
.service-details { display: flex; margin-bottom: 100px; }
.service-details .left-img { width: 35%; padding-right: 6px; padding-top:6px; }
.service-details .right-content { width: 65%; padding-left: 41px; }
.service-details .left-img img { border-radius: 25px; }
.service-details:nth-last-child(2) { margin-bottom: 0; }

.service-certified-img-wrap { display: flex; margin-top: 23px; flex-flow: wrap;  }
.service-certified-img img { mix-blend-mode: darken; }
.service-certified-img { padding-right: 3px; }
.service-certified-main-wrap .content { margin-top: 8px; }

.testimonial-slide { border-radius: 45px; background: var(--tertiary-color, #FCFDFE); padding: 94px 104px; }
.testimonial-slide-wrap .left { width: 70%; }
.testimonial-slide-wrap .right { width: 30%; padding-left: 8%; }
.testimonial-slide-details .content { padding: 11px 0; font-size: 21px; font-style: normal; font-weight: 400; line-height: 160%; }

.staff-details-wrap { border-radius: 45px; background: var(--tertiary-color, #FCFDFE); padding: 64px 56px 46px; }
.staff-details-list > div.sm:col-4 { padding: 18px 37px; }
.staff-details-list.row { margin: 0px -37px; }
.staff-hc-wrap { padding-bottom: 33px; max-width: 742px; margin: 0px auto; }
.staff-hc-wrap h2 { max-width: 407px; margin: 0px auto; }
.staff-img img { border-radius: 25px; height: 435px; object-fit: cover; object-position: center;  width: 100%; }

.map-details-wrap .left { width: 342px; padding-right: 25px; }
.map-details-wrap .right { border-radius: 20px; width: calc(100% - 342px); }
.map-loction-details h4 { margin-top:24px; }
.map-loction-list { max-height: 260px; overflow: auto; margin-top: 29px; padding-right: 15px; }
.map-loction-list::-webkit-scrollbar { width: 3px; }
.map-loction-list::-webkit-scrollbar-thumb { background: var(--secondary-color);}
.map-loction-list::-webkit-scrollbar-track { background: #fff; }

.map-loction-list .item { margin-bottom: 29px; padding-left: 25px; position: relative; }
.map-loction-list .item:before { content: ''; position: absolute; left: 0; top: 7px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M12 5.81265C12.0109 9.21981 8.88503 11.268 6.30684 12.9054C6.17348 12.9902 6.03841 13.018 5.90163 12.9888C5.83152 12.9738 5.71704 12.9155 5.55817 12.8138C3.93831 11.7755 2.29691 10.7222 1.14722 9.16138C0.179551 7.84838 -0.207002 6.33041 0.106871 4.73433C0.404665 3.21917 1.30416 1.89243 2.61271 1.02158C4.18626 -0.0255053 6.21004 -0.288604 7.99455 0.329459C10.3882 1.15844 11.9919 3.33759 12 5.81265Z' fill='%23EE3E3C'/%3E%3C/svg%3E"); width: 12px; height: 13px; }
.map-loction-list .item:nth-child(3n+2):before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M12 5.81265C12.0109 9.21981 8.88503 11.268 6.30684 12.9054C6.17348 12.9902 6.03841 13.018 5.90163 12.9888C5.83152 12.9738 5.71704 12.9155 5.55817 12.8138C3.93831 11.7755 2.29691 10.7222 1.14722 9.16138C0.179551 7.84838 -0.207002 6.33041 0.106871 4.73433C0.404665 3.21917 1.30416 1.89243 2.61271 1.02158C4.18626 -0.0255053 6.21004 -0.288604 7.99455 0.329459C10.3882 1.15844 11.9919 3.33759 12 5.81265Z' fill='%233C99EE'/%3E%3C/svg%3E"); }
.map-loction-list .item:nth-child(3n+3):before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M12 5.81265C12.0109 9.21981 8.88503 11.268 6.30684 12.9054C6.17348 12.9902 6.03841 13.018 5.90163 12.9888C5.83152 12.9738 5.71704 12.9155 5.55817 12.8138C3.93831 11.7755 2.29691 10.7222 1.14722 9.16138C0.179551 7.84838 -0.207002 6.33041 0.106871 4.73433C0.404665 3.21917 1.30416 1.89243 2.61271 1.02158C4.18626 -0.0255053 6.21004 -0.288604 7.99455 0.329459C10.3882 1.15844 11.9919 3.33759 12 5.81265Z' fill='%23EEDC3C'/%3E%3C/svg%3E"); }

.sc-appoinment-img { width: 50%; }
.sc-appoinment-img img { border-radius: 45px; }
.sc-appoinment-right { width: 50%; padding:59px 0 59px 82px; }
.sc-appoinment-right h2 { max-width: 407px; }
.sc-appoinment-right .form { margin-top: 42px; }
.sc-appoinment-right .form .field.hs-form-field { margin-bottom: 42px; }
.sc-appoinment-right .form input.hs-button { margin-top: 0; }
.testimonial-rating .starfill { color: var(--secondary-color); }
.testimonial-rating .tcp-hero-rating-icon { color: var(--secondary-color); }


.welcome-inner-wrap { background: #ffffff; padding: 42px 38px 43px; border-radius: 25px; }
.ws-column-wrap { display: flex; align-items: center; flex-flow: wrap; }
.ws-left-column { width: 47%; display: flex; }
.ws-right-column { width: 53%; }
.ws-left-inner { width:100%; display: flex; align-items: center; }
.ws-image-wrap { width: 209px; }
.ws-image-wrap img { width: 100%; border-radius: 25px; }
.ws-content-wrap { width: calc(100% - 209px); padding: 0 90px 0 45px; }
.ws-content-wrap h4 { max-width: 265px; }
.ws-content-wrap .ws-link-wrap { padding: 15px 0 0; }
.ws-content-wrap .ws-link-wrap a { display: flex; align-items: center; }
.ws-content-wrap .ws-link-wrap a svg { margin-left: 10px; }
.ws-right-column .ws-right-inner { display: flex; flex-flow: wrap; }
.ws-right-column .ws-right-inner .ws-inner-column { width: calc(100% / 3); padding: 30px 25px; }
.ws-right-column .ws-right-inner .ws-inner-column .ws-icon { padding-bottom: 18px; }

.we-treat-wrap { display: flex; flex-flow: wrap; align-items: flex-start; }
.wt-right-column-wrap { display: flex; flex-flow: wrap; align-items: center; padding: 30px 0 30px 60px; }
.wt-left-heading { width: 21%; padding: 30px 17px 0 0; }
.wt-center-image { width: 37%; }
.wt-right-content { width: 42%; display: flex; align-items: center; flex-flow: wrap; justify-content: center; }
.wt-center-image img { width: 100%; border-radius: 45px; }
.wt-right-column { display: flex; flex-flow: wrap; padding-bottom: 50px; }
.wt-icon-wrap { width: 51px; padding-top: 5px; }
.wt-content-wrap { width: calc(100% - 51px); }
.content-wrap { padding: 10px 0; } 
.wt-link-wrap a { display: flex; align-items: center; }
.wt-link-wrap a svg { margin-left: 10px; }
.wt-right-column:last-child { padding-bottom: 0px; }



@media (min-width:992px){
    .desk_hide { display: none; }
    .tcp-hero-mobile{ display: none; }
    .wt-link-wrap a:hover path,.ws-content-wrap .ws-link-wrap a:hover path { fill:var(--fifth-color); }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li.mobile-nav-only { display:none !important; }
}
@media(min-width:581px) { 
    .ws-right-column .ws-right-inner .ws-inner-column:nth-child(3n+1) { padding-left: 0; }
}

@media (min-width: 1601px){
    .dt-container .dnd-section > .row-fluid, .dt-container { width: 1430px; }
}


@media(max-width:1600px){
    .tcp-hero-left { width: 30%; }
    .tcp-hero-right { width: 70%; }
    .tcp-hero-info-wrap { padding-left: 20px; }
    .tcp-hero-info-wrap .left { padding-right: 4%; }
    .tcp-hero-right-rate-list { padding: 30px 20px; }

    .service-details-wrap .right { padding-left: 40px; }
    .service-details { margin-bottom: 60px; }
    .service-details .right-content { padding-left: 10px; }
    .service-details .left-img { padding-right: 0; }
    .testimonial-slide { padding: 60px 75px; }
    .testimonial-slide-wrap .right { padding-left: 5%; }
    .staff-details-wrap { padding: 54px 46px 36px; }
    .staff-details-list > div.sm:col-4 { padding: 18px 27px; }
    .staff-details-list.row { margin: 0px -27px; }
    .sc-appoinment-right { padding: 40px 0 40px 50px; }
    .sc-appoinment-right .form .field.hs-form-field { margin-bottom: 25px; }
    .sc-appoinment-right h2 { max-width: 100%; }

    .ws-content-wrap { padding: 0 40px; }
    .ws-right-column .ws-right-inner .ws-inner-column { padding: 15px; }
    .wt-right-column-wrap { padding: 30px 0 30px 40px; }

}

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

    .tcp-hero-right-rate-list { padding: 20px 10px; }
    .tcp-hero-right-rate .content { font-size: 15px; line-height: normal; }
    .tcp-hero-info-wrap { padding-left: 10px; }
    .tcp-hero-left { padding-right: 10px; }
    .tcp-hero-rating-img { padding-bottom: 18px; }
    .tcp-hero-info-wrap .left { padding-right: 13px; }

    .service-details-wrap .right { padding-left: 20px; }
    .service-details { margin-bottom: 50px; }
    .testimonial-slide-wrap .right { padding-left: 3%; }
    .testimonial-slide { padding: 40px; }
    .testimonial-slide-details .content { font-size:16px; }

    .ws-left-column { width: 100%; padding-bottom: 18px; }
    .ws-right-column { width: 100%; } 
    .ws-content-wrap h4 { font-size:24px; }
    .ws-inner-column { padding: 15px 25px; }
    .staff-img img { height: 265px; }
  
    .sc-appoinment-img { width:40%; }
    .sc-appoinment-right { width:60%; }
    
}

@media (max-width:991px){
    body .uwy.userway_p1 .userway_buttons_wrapper { top:75px !important; right:0 !important; }
  
    .dt-container .dnd-section > .row-fluid, .dt-container { width:720px; }

    .tcp-hero-left { width: 100%; }
    .tcp-hero-right { width: 100%; padding-top: 40px; }
    .tcp-hero-wrap.d-flex { flex-flow: wrap; }
    .tcp-hero-info-wrap .right { display: none; }
    .tcp-hero-info-wrap .left { width: 100%; padding-right: 0; padding-left: 0; }
    .tcp-hero-btn-wrap { padding-top: 21px; }
    .tcp-hero-rating-img img { width: 100%; }
    .tcp-hero-rating-wrap { max-width: 510px; margin: 0px auto; position: relative; }
    .tcp-hero-mobile { position: absolute; bottom: 10px; right: -60px; width: 179px; }
    .tcp-hero-rating { width: calc(100% - 179px); }
    .tcp-hero-right-rate-list { padding: 17px 14px; background: #fff; border-radius: 15px; box-shadow: 0px 11px 165.7px 0px rgba(10, 37, 64, 0.04); }
    .tcp-hero-right-rate { flex-flow: column; align-items: flex-start; }
    .tcp-hero-right-rate .content { font-size: 15px; font-style: normal; font-weight: 400; line-height: 115.5%; padding-left: 0; }
    .tcp-hero-bottom-text { text-align: left; font-style: normal; font-weight: 400; line-height: 123%; }

    .tcp-hero-rating-wrap { margin-left: 0; max-width: 88%; }
    .tcp-hero-rating h6 { font-size: 12px; }
    .tcp-hero-bottom-text { font-size: 10px; padding-top: 13px; padding-right: 15px; }
    .tcp-hero-right-rate .content { font-size: 14px; }

    .service-details-wrap .left { width: 100%; }
    .service-details-wrap { flex-flow: wrap; }
    .service-certified-main-wrap { padding-top: 45px; }
    .service-details-wrap .right { width: 100%; padding-left: 0; padding-top: 35px; }
    .service-details .right-content { padding-left: 25px; }
    .service-details:nth-last-child(2) { margin-bottom: 0; }
    .testimonial-slide { padding: 30px; }


    .staff-details-wrap { padding: 34px 27px 34px; }
    .staff-details-list > div.sm:col-4 { padding: 18px 15px; }
    .staff-details-list.row { margin: 0px -15px; }
    .map-details-wrap .left { width: 100%; padding-right: 0; padding-top: 25px; }
    .map-details-wrap .right { width: 100%; height: 326px; }
    .map-details-wrap { flex-flow: wrap-reverse; }
    .map-loction-details h4 { margin-top: 14px; }
    .map-loction-list .item { width: 50%; }
    .map-loction-list { display: flex; flex-flow: wrap; }
    .sc-appoinment-img { width: 100%; }
    .sc-appoinment-wrap { flex-flow: wrap; }
    .sc-appoinment-right { width: 100%; padding: 40px 0 0 0; }
    textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { height: 60px; padding: 0 30px; }
    .sc-appoinment-right .form { margin-top: 30px; }
    .service-details-wrap .left .service-certified-main-wrap { display: none; }

    .ws-right-column .ws-right-inner .ws-inner-column { padding:20px 19px; }

    .wt-right-content { width: 100%; padding: 0 0 0; }
    .wt-left-heading { width: 30%; }
    .wt-center-image { width: 70%; }
    .wt-right-column-wrap { padding: 40px 0 0; }
    .staff-img img { width: 100%; height: 225px; }

}

@media (max-width:767px){
    .dt-container .dnd-section > .row-fluid, .dt-container { width:100%; }

    .service-details { flex-flow: wrap; margin-bottom: 40px; }
    .service-details .left-img { width: 100%; }
    .service-details .right-content { width: 100%; padding-left: 0; padding-top: 18px; }
    .testimonial-slide-wrap .left { width: 100%; }
    .testimonial-slide-wrap .right { width: 100%; padding-left: 24px; padding-top: 26px; padding-right: 24px; }
    .testimonial-slide { padding: 25px; }
    .testimonial-slide-details svg { width: 35px; height: 35px; vertical-align: top; }
    .testimonial-rating .tcp-hero-rating-icon { display: none; }

    .staff-details { text-align: center; }
    .staff-details-list > div.sm:col-4 { padding-top: 0; padding-bottom: 60px; }
    .staff-details-list > div.sm:col-4:last-child { padding-bottom: 25px; }
    .map-details-wrap { flex-flow: wrap-reverse; display: flex; }
    .map-details-wrap .right { height: 196px; }
    form .hs-form-field > label { font-size:16px; }
    textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-size: 14px; padding: 0 25px; }
    .map-loction-list { max-height: 210px;}
    .service-details .left-img img { width: 100%; }
    .staff-img img { max-width: 263px !important; border-radius: 15px; object-position: top; }

    .ws-right-column .ws-right-inner .ws-inner-column .ws-icon { padding-bottom:13px; }
    .ws-right-column .ws-right-inner .ws-inner-column .ws-text h6 { font-size: 14px; }
    
    .we-treat-wrap { width: 100%; }
    .wt-left-heading { width: 100%; padding: 50px 0 0; order: 2; -webkit-order: 2; }
    .wt-center-image { width: 100%; order: 1; -webkit-order: 1; }
    .wt-right-content { width: 100%; order: 3; -webkit-order: 3; }
    .wt-left-heading h2 { max-width: 193px; }
    .wt-right-column-wrap { padding-top: 35px; }
    .wt-icon-wrap { width: 100%; padding: 0 0 13px; }
    .wt-content-wrap { width: 100%; }
    .wt-content-wrap h4 { font-size: 18px; }
    .testimonial-slide-details .content { font-size:14px; }

}


@media(max-width:580px) { 
    .welcome-inner-wrap { padding: 31px 19px; } 
    .ws-image-wrap { width: 113px; } 
    .ws-image-wrap img { border-radius: 20px; } 
    .ws-content-wrap { width: calc(100% - 113px); padding: 0 0 0 20px; }
    .ws-content-wrap h4 { font-size: 18px; max-width: 200px; }
    .ws-right-column .ws-right-inner .ws-inner-column { width: calc(100% / 2); }  
    .ws-right-column .ws-right-inner { width: calc(100% + 38px); margin: 0 -19px; }

}

@media(max-width:360px){
    .map-loction-list .item { width: 100%; margin-bottom: 18px; }
}