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





/* Global Color Variable */ 









/* Global Fonts Variable */



/* Header */












/* Typography Style Variables */




 











 














/* Button Style Variables */

/** Button Style 1 **/








/** Button Style 2 **/









/* Form Style Variables */





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




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */


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

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

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

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

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












.d-block {
    display:block;
}

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

.d-flex {
    display:flex;
}

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

.d-none {
    display:none;
}



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

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

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

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



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

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

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

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

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



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

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

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



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

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

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

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




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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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


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


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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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




/* Top Right Bottom Left Css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


/* Min Height Css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Gap Css */

.gap-0 { gap: 0px; }

.gap-1 { gap: 1px; }

.gap-2 { gap: 2px; }

.gap-3 { gap: 3px; }

.gap-4 { gap: 4px; }

.gap-5 { gap: 5px; }

.gap-6 { gap: 6px; }

.gap-7 { gap: 7px; }

.gap-8 { gap: 8px; }

.gap-9 { gap: 9px; }

.gap-10 { gap: 10px; }

.gap-11 { gap: 11px; }

.gap-12 { gap: 12px; }

.gap-13 { gap: 13px; }

.gap-14 { gap: 14px; }

.gap-15 { gap: 15px; }

.gap-16 { gap: 16px; }

.gap-17 { gap: 17px; }

.gap-18 { gap: 18px; }

.gap-19 { gap: 19px; }

.gap-20 { gap: 20px; }

.gap-21 { gap: 21px; }

.gap-22 { gap: 22px; }

.gap-23 { gap: 23px; }

.gap-24 { gap: 24px; }

.gap-25 { gap: 25px; }

.gap-26 { gap: 26px; }

.gap-27 { gap: 27px; }

.gap-28 { gap: 28px; }

.gap-29 { gap: 29px; }

.gap-30 { gap: 30px; }

.gap-31 { gap: 31px; }

.gap-32 { gap: 32px; }

.gap-33 { gap: 33px; }

.gap-34 { gap: 34px; }

.gap-35 { gap: 35px; }

.gap-36 { gap: 36px; }

.gap-37 { gap: 37px; }

.gap-38 { gap: 38px; }

.gap-39 { gap: 39px; }

.gap-40 { gap: 40px; }

.gap-41 { gap: 41px; }

.gap-42 { gap: 42px; }

.gap-43 { gap: 43px; }

.gap-44 { gap: 44px; }

.gap-45 { gap: 45px; }

.gap-46 { gap: 46px; }

.gap-47 { gap: 47px; }

.gap-48 { gap: 48px; }

.gap-49 { gap: 49px; }

.gap-50 { gap: 50px; }

.gap-51 { gap: 51px; }

.gap-52 { gap: 52px; }

.gap-53 { gap: 53px; }

.gap-54 { gap: 54px; }

.gap-55 { gap: 55px; }

.gap-56 { gap: 56px; }

.gap-57 { gap: 57px; }

.gap-58 { gap: 58px; }

.gap-59 { gap: 59px; }

.gap-60 { gap: 60px; }

.gap-61 { gap: 61px; }

.gap-62 { gap: 62px; }

.gap-63 { gap: 63px; }

.gap-64 { gap: 64px; }

.gap-65 { gap: 65px; }

.gap-66 { gap: 66px; }

.gap-67 { gap: 67px; }

.gap-68 { gap: 68px; }

.gap-69 { gap: 69px; }

.gap-70 { gap: 70px; }

.gap-71 { gap: 71px; }

.gap-72 { gap: 72px; }

.gap-73 { gap: 73px; }

.gap-74 { gap: 74px; }

.gap-75 { gap: 75px; }

.gap-76 { gap: 76px; }

.gap-77 { gap: 77px; }

.gap-78 { gap: 78px; }

.gap-79 { gap: 79px; }


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

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

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


.ml-auto{ margin-left:auto; }
.mr-auto{ margin-right:auto; }
.vh-100{ height:100vh; }
.vh-auto{ height:auto; }
.h-100 { height: 100%; }
.w-full { width: 100%; }


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .sm\:max--200 { max-width:200%; }
    .sm\:mt---200 { margin-top:-200%; }
    .sm\:mb---200 { margin-bottom:-200%; }
    
    

    
    .sm\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .sm\:max-50 { max-width:50px; }
    .sm\:text-2{ font-size:2px; } 

    
    .sm\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .sm\:max-100 { max-width:100px; }
    .sm\:text-4{ font-size:4px; } 

    
    .sm\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .sm\:max-150 { max-width:150px; }
    .sm\:text-6{ font-size:6px; } 

    
    .sm\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .sm\:max-200 { max-width:200px; }
    .sm\:text-8{ font-size:8px; } 

    
    .sm\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .sm\:max-250 { max-width:250px; }
    .sm\:text-10{ font-size:10px; } 

    
    .sm\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .sm\:max-300 { max-width:300px; }
    .sm\:text-12{ font-size:12px; } 

    
    .sm\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .sm\:max-350 { max-width:350px; }
    .sm\:text-14{ font-size:14px; } 

    
    .sm\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .sm\:max-400 { max-width:400px; }
    .sm\:text-16{ font-size:16px; } 

    
    .sm\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .sm\:max-450 { max-width:450px; }
    .sm\:text-18{ font-size:18px; } 

    
    .sm\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .sm\:max-500 { max-width:500px; }
    .sm\:text-20{ font-size:20px; } 

    
    .sm\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .sm\:max-550 { max-width:550px; }
    .sm\:text-22{ font-size:22px; } 

    
    .sm\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .sm\:max-600 { max-width:600px; }
    .sm\:text-24{ font-size:24px; } 

    
    .sm\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .sm\:max-650 { max-width:650px; }
    .sm\:text-26{ font-size:26px; } 

    
    .sm\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .sm\:max-700 { max-width:700px; }
    .sm\:text-28{ font-size:28px; } 

    
    .sm\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .sm\:max-750 { max-width:750px; }
    .sm\:text-30{ font-size:30px; } 

    
    .sm\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .sm\:max-800 { max-width:800px; }
    .sm\:text-32{ font-size:32px; } 

    
    .sm\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .sm\:max-850 { max-width:850px; }
    .sm\:text-34{ font-size:34px; } 

    
    .sm\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .sm\:max-900 { max-width:900px; }
    .sm\:text-36{ font-size:36px; } 

    
    .sm\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .sm\:max-950 { max-width:950px; }
    .sm\:text-38{ font-size:38px; } 

    
    .sm\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .sm\:max-1000 { max-width:1000px; }
    .sm\:text-40{ font-size:40px; } 

    
    .sm\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .sm\:max-1050 { max-width:1050px; }
    .sm\:text-42{ font-size:42px; } 

    
    .sm\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .sm\:max-1100 { max-width:1100px; }
    .sm\:text-44{ font-size:44px; } 

    
    .sm\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .sm\:max-1150 { max-width:1150px; }
    .sm\:text-46{ font-size:46px; } 

    
    .sm\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .sm\:max-1200 { max-width:1200px; }
    .sm\:text-48{ font-size:48px; } 

    
    .sm\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .sm\:max-1250 { max-width:1250px; }
    .sm\:text-50{ font-size:50px; } 

    
    .sm\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .sm\:max-1300 { max-width:1300px; }
    .sm\:text-52{ font-size:52px; } 

    
    .sm\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .sm\:max-1350 { max-width:1350px; }
    .sm\:text-54{ font-size:54px; } 

    
    .sm\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .sm\:max-1400 { max-width:1400px; }
    .sm\:text-56{ font-size:56px; } 

    
    .sm\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .sm\:max-1450 { max-width:1450px; }
    .sm\:text-58{ font-size:58px; } 

    

    .sm\:max-full { max-width:100%; }
    .sm\:ml-auto{ margin-left:auto; }
    .sm\:mr-auto{ margin-right:auto; }
    .sm\:vh-100{ height:100vh; }
    .sm\:vh-auto{ height:auto; }
}


@media(min-width:992px){
    
    
    .md\:d-block {
        display:block;
    }
    
    .md\:d-inline-block {
        display:inline-block;
    }
    
    .md\:d-flex {
        display:flex;
    }
    
    .md\:d-inline-flex {
        display:inline-flex;
    }
    
    .md\:d-none {
        display:none;
    }
    
    
    
    .md\:align-center {
        align-items:center;
    }
    
    .md\:align-flex-start {
        align-items:flex-start;
    }
    
    .md\:align-flex-end {
        align-items:flex-end;
    }
    
    .md\:align-normal {
        align-items:normal;
    }
    
    
    
    .md\:justify-center {
        justify-content:center;
    }
    
    .md\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .md\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .md\:justify-space-around {
        justify-content:space-around;
    }
    
    .md\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .md\:text-left {
        text-align:left;
    }
    
    .md\:text-right {
        text-align:right;
    }
    
    .md\:text-center {
        text-align:center;
    }
    
    
    
    .md\:direction-column {
        flex-direction:column;
    }
    
    .md\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .md\:direction-row {
        flex-direction:row;
    }
    
    .md\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .md\:p--0 { padding:0px !important; }
    .md\:p-0 { padding:0px; }
    .md\:pt-0 { padding-top:0px; }
    .md\:pb-0 { padding-bottom:0px; }
    .md\:pl-0 { padding-left:0px; }
    .md\:pr-0 { padding-right:0px; }

    .md\:m-0 {  margin:0px; }
    .md\:mt-0 { margin-top:0px; }
    .md\:mb-0 { margin-bottom:0px; }
    .md\:ml-0 { margin-left:0px; }
    .md\:mr-0 { margin-right:0px; }

    .md\:ml--0 { margin-left:-0px; }
    .md\:mr--0 { margin-right:-0px; }

    .md\:mt--0 { margin-top:-0px; }
    .md\:mb--0 { margin-bottom:-0px; }

    .md\:max--0 { max-width:0%; }
    .md\:mt---0 { margin-top:-0%; }
    .md\:mb---0 { margin-bottom:-0%; }
    
    
    .md\:p--5 { padding:5px !important; }
    .md\:p-5 { padding:5px; }
    .md\:pt-5 { padding-top:5px; }
    .md\:pb-5 { padding-bottom:5px; }
    .md\:pl-5 { padding-left:5px; }
    .md\:pr-5 { padding-right:5px; }

    .md\:m-5 {  margin:5px; }
    .md\:mt-5 { margin-top:5px; }
    .md\:mb-5 { margin-bottom:5px; }
    .md\:ml-5 { margin-left:5px; }
    .md\:mr-5 { margin-right:5px; }

    .md\:ml--5 { margin-left:-5px; }
    .md\:mr--5 { margin-right:-5px; }

    .md\:mt--5 { margin-top:-5px; }
    .md\:mb--5 { margin-bottom:-5px; }

    .md\:max--5 { max-width:5%; }
    .md\:mt---5 { margin-top:-5%; }
    .md\:mb---5 { margin-bottom:-5%; }
    
    
    .md\:p--10 { padding:10px !important; }
    .md\:p-10 { padding:10px; }
    .md\:pt-10 { padding-top:10px; }
    .md\:pb-10 { padding-bottom:10px; }
    .md\:pl-10 { padding-left:10px; }
    .md\:pr-10 { padding-right:10px; }

    .md\:m-10 {  margin:10px; }
    .md\:mt-10 { margin-top:10px; }
    .md\:mb-10 { margin-bottom:10px; }
    .md\:ml-10 { margin-left:10px; }
    .md\:mr-10 { margin-right:10px; }

    .md\:ml--10 { margin-left:-10px; }
    .md\:mr--10 { margin-right:-10px; }

    .md\:mt--10 { margin-top:-10px; }
    .md\:mb--10 { margin-bottom:-10px; }

    .md\:max--10 { max-width:10%; }
    .md\:mt---10 { margin-top:-10%; }
    .md\:mb---10 { margin-bottom:-10%; }
    
    
    .md\:p--15 { padding:15px !important; }
    .md\:p-15 { padding:15px; }
    .md\:pt-15 { padding-top:15px; }
    .md\:pb-15 { padding-bottom:15px; }
    .md\:pl-15 { padding-left:15px; }
    .md\:pr-15 { padding-right:15px; }

    .md\:m-15 {  margin:15px; }
    .md\:mt-15 { margin-top:15px; }
    .md\:mb-15 { margin-bottom:15px; }
    .md\:ml-15 { margin-left:15px; }
    .md\:mr-15 { margin-right:15px; }

    .md\:ml--15 { margin-left:-15px; }
    .md\:mr--15 { margin-right:-15px; }

    .md\:mt--15 { margin-top:-15px; }
    .md\:mb--15 { margin-bottom:-15px; }

    .md\:max--15 { max-width:15%; }
    .md\:mt---15 { margin-top:-15%; }
    .md\:mb---15 { margin-bottom:-15%; }
    
    
    .md\:p--20 { padding:20px !important; }
    .md\:p-20 { padding:20px; }
    .md\:pt-20 { padding-top:20px; }
    .md\:pb-20 { padding-bottom:20px; }
    .md\:pl-20 { padding-left:20px; }
    .md\:pr-20 { padding-right:20px; }

    .md\:m-20 {  margin:20px; }
    .md\:mt-20 { margin-top:20px; }
    .md\:mb-20 { margin-bottom:20px; }
    .md\:ml-20 { margin-left:20px; }
    .md\:mr-20 { margin-right:20px; }

    .md\:ml--20 { margin-left:-20px; }
    .md\:mr--20 { margin-right:-20px; }

    .md\:mt--20 { margin-top:-20px; }
    .md\:mb--20 { margin-bottom:-20px; }

    .md\:max--20 { max-width:20%; }
    .md\:mt---20 { margin-top:-20%; }
    .md\:mb---20 { margin-bottom:-20%; }
    
    
    .md\:p--25 { padding:25px !important; }
    .md\:p-25 { padding:25px; }
    .md\:pt-25 { padding-top:25px; }
    .md\:pb-25 { padding-bottom:25px; }
    .md\:pl-25 { padding-left:25px; }
    .md\:pr-25 { padding-right:25px; }

    .md\:m-25 {  margin:25px; }
    .md\:mt-25 { margin-top:25px; }
    .md\:mb-25 { margin-bottom:25px; }
    .md\:ml-25 { margin-left:25px; }
    .md\:mr-25 { margin-right:25px; }

    .md\:ml--25 { margin-left:-25px; }
    .md\:mr--25 { margin-right:-25px; }

    .md\:mt--25 { margin-top:-25px; }
    .md\:mb--25 { margin-bottom:-25px; }

    .md\:max--25 { max-width:25%; }
    .md\:mt---25 { margin-top:-25%; }
    .md\:mb---25 { margin-bottom:-25%; }
    
    
    .md\:p--30 { padding:30px !important; }
    .md\:p-30 { padding:30px; }
    .md\:pt-30 { padding-top:30px; }
    .md\:pb-30 { padding-bottom:30px; }
    .md\:pl-30 { padding-left:30px; }
    .md\:pr-30 { padding-right:30px; }

    .md\:m-30 {  margin:30px; }
    .md\:mt-30 { margin-top:30px; }
    .md\:mb-30 { margin-bottom:30px; }
    .md\:ml-30 { margin-left:30px; }
    .md\:mr-30 { margin-right:30px; }

    .md\:ml--30 { margin-left:-30px; }
    .md\:mr--30 { margin-right:-30px; }

    .md\:mt--30 { margin-top:-30px; }
    .md\:mb--30 { margin-bottom:-30px; }

    .md\:max--30 { max-width:30%; }
    .md\:mt---30 { margin-top:-30%; }
    .md\:mb---30 { margin-bottom:-30%; }
    
    
    .md\:p--35 { padding:35px !important; }
    .md\:p-35 { padding:35px; }
    .md\:pt-35 { padding-top:35px; }
    .md\:pb-35 { padding-bottom:35px; }
    .md\:pl-35 { padding-left:35px; }
    .md\:pr-35 { padding-right:35px; }

    .md\:m-35 {  margin:35px; }
    .md\:mt-35 { margin-top:35px; }
    .md\:mb-35 { margin-bottom:35px; }
    .md\:ml-35 { margin-left:35px; }
    .md\:mr-35 { margin-right:35px; }

    .md\:ml--35 { margin-left:-35px; }
    .md\:mr--35 { margin-right:-35px; }

    .md\:mt--35 { margin-top:-35px; }
    .md\:mb--35 { margin-bottom:-35px; }

    .md\:max--35 { max-width:35%; }
    .md\:mt---35 { margin-top:-35%; }
    .md\:mb---35 { margin-bottom:-35%; }
    
    
    .md\:p--40 { padding:40px !important; }
    .md\:p-40 { padding:40px; }
    .md\:pt-40 { padding-top:40px; }
    .md\:pb-40 { padding-bottom:40px; }
    .md\:pl-40 { padding-left:40px; }
    .md\:pr-40 { padding-right:40px; }

    .md\:m-40 {  margin:40px; }
    .md\:mt-40 { margin-top:40px; }
    .md\:mb-40 { margin-bottom:40px; }
    .md\:ml-40 { margin-left:40px; }
    .md\:mr-40 { margin-right:40px; }

    .md\:ml--40 { margin-left:-40px; }
    .md\:mr--40 { margin-right:-40px; }

    .md\:mt--40 { margin-top:-40px; }
    .md\:mb--40 { margin-bottom:-40px; }

    .md\:max--40 { max-width:40%; }
    .md\:mt---40 { margin-top:-40%; }
    .md\:mb---40 { margin-bottom:-40%; }
    
    
    .md\:p--45 { padding:45px !important; }
    .md\:p-45 { padding:45px; }
    .md\:pt-45 { padding-top:45px; }
    .md\:pb-45 { padding-bottom:45px; }
    .md\:pl-45 { padding-left:45px; }
    .md\:pr-45 { padding-right:45px; }

    .md\:m-45 {  margin:45px; }
    .md\:mt-45 { margin-top:45px; }
    .md\:mb-45 { margin-bottom:45px; }
    .md\:ml-45 { margin-left:45px; }
    .md\:mr-45 { margin-right:45px; }

    .md\:ml--45 { margin-left:-45px; }
    .md\:mr--45 { margin-right:-45px; }

    .md\:mt--45 { margin-top:-45px; }
    .md\:mb--45 { margin-bottom:-45px; }

    .md\:max--45 { max-width:45%; }
    .md\:mt---45 { margin-top:-45%; }
    .md\:mb---45 { margin-bottom:-45%; }
    
    
    .md\:p--50 { padding:50px !important; }
    .md\:p-50 { padding:50px; }
    .md\:pt-50 { padding-top:50px; }
    .md\:pb-50 { padding-bottom:50px; }
    .md\:pl-50 { padding-left:50px; }
    .md\:pr-50 { padding-right:50px; }

    .md\:m-50 {  margin:50px; }
    .md\:mt-50 { margin-top:50px; }
    .md\:mb-50 { margin-bottom:50px; }
    .md\:ml-50 { margin-left:50px; }
    .md\:mr-50 { margin-right:50px; }

    .md\:ml--50 { margin-left:-50px; }
    .md\:mr--50 { margin-right:-50px; }

    .md\:mt--50 { margin-top:-50px; }
    .md\:mb--50 { margin-bottom:-50px; }

    .md\:max--50 { max-width:50%; }
    .md\:mt---50 { margin-top:-50%; }
    .md\:mb---50 { margin-bottom:-50%; }
    
    
    .md\:p--55 { padding:55px !important; }
    .md\:p-55 { padding:55px; }
    .md\:pt-55 { padding-top:55px; }
    .md\:pb-55 { padding-bottom:55px; }
    .md\:pl-55 { padding-left:55px; }
    .md\:pr-55 { padding-right:55px; }

    .md\:m-55 {  margin:55px; }
    .md\:mt-55 { margin-top:55px; }
    .md\:mb-55 { margin-bottom:55px; }
    .md\:ml-55 { margin-left:55px; }
    .md\:mr-55 { margin-right:55px; }

    .md\:ml--55 { margin-left:-55px; }
    .md\:mr--55 { margin-right:-55px; }

    .md\:mt--55 { margin-top:-55px; }
    .md\:mb--55 { margin-bottom:-55px; }

    .md\:max--55 { max-width:55%; }
    .md\:mt---55 { margin-top:-55%; }
    .md\:mb---55 { margin-bottom:-55%; }
    
    
    .md\:p--60 { padding:60px !important; }
    .md\:p-60 { padding:60px; }
    .md\:pt-60 { padding-top:60px; }
    .md\:pb-60 { padding-bottom:60px; }
    .md\:pl-60 { padding-left:60px; }
    .md\:pr-60 { padding-right:60px; }

    .md\:m-60 {  margin:60px; }
    .md\:mt-60 { margin-top:60px; }
    .md\:mb-60 { margin-bottom:60px; }
    .md\:ml-60 { margin-left:60px; }
    .md\:mr-60 { margin-right:60px; }

    .md\:ml--60 { margin-left:-60px; }
    .md\:mr--60 { margin-right:-60px; }

    .md\:mt--60 { margin-top:-60px; }
    .md\:mb--60 { margin-bottom:-60px; }

    .md\:max--60 { max-width:60%; }
    .md\:mt---60 { margin-top:-60%; }
    .md\:mb---60 { margin-bottom:-60%; }
    
    
    .md\:p--65 { padding:65px !important; }
    .md\:p-65 { padding:65px; }
    .md\:pt-65 { padding-top:65px; }
    .md\:pb-65 { padding-bottom:65px; }
    .md\:pl-65 { padding-left:65px; }
    .md\:pr-65 { padding-right:65px; }

    .md\:m-65 {  margin:65px; }
    .md\:mt-65 { margin-top:65px; }
    .md\:mb-65 { margin-bottom:65px; }
    .md\:ml-65 { margin-left:65px; }
    .md\:mr-65 { margin-right:65px; }

    .md\:ml--65 { margin-left:-65px; }
    .md\:mr--65 { margin-right:-65px; }

    .md\:mt--65 { margin-top:-65px; }
    .md\:mb--65 { margin-bottom:-65px; }

    .md\:max--65 { max-width:65%; }
    .md\:mt---65 { margin-top:-65%; }
    .md\:mb---65 { margin-bottom:-65%; }
    
    
    .md\:p--70 { padding:70px !important; }
    .md\:p-70 { padding:70px; }
    .md\:pt-70 { padding-top:70px; }
    .md\:pb-70 { padding-bottom:70px; }
    .md\:pl-70 { padding-left:70px; }
    .md\:pr-70 { padding-right:70px; }

    .md\:m-70 {  margin:70px; }
    .md\:mt-70 { margin-top:70px; }
    .md\:mb-70 { margin-bottom:70px; }
    .md\:ml-70 { margin-left:70px; }
    .md\:mr-70 { margin-right:70px; }

    .md\:ml--70 { margin-left:-70px; }
    .md\:mr--70 { margin-right:-70px; }

    .md\:mt--70 { margin-top:-70px; }
    .md\:mb--70 { margin-bottom:-70px; }

    .md\:max--70 { max-width:70%; }
    .md\:mt---70 { margin-top:-70%; }
    .md\:mb---70 { margin-bottom:-70%; }
    
    
    .md\:p--75 { padding:75px !important; }
    .md\:p-75 { padding:75px; }
    .md\:pt-75 { padding-top:75px; }
    .md\:pb-75 { padding-bottom:75px; }
    .md\:pl-75 { padding-left:75px; }
    .md\:pr-75 { padding-right:75px; }

    .md\:m-75 {  margin:75px; }
    .md\:mt-75 { margin-top:75px; }
    .md\:mb-75 { margin-bottom:75px; }
    .md\:ml-75 { margin-left:75px; }
    .md\:mr-75 { margin-right:75px; }

    .md\:ml--75 { margin-left:-75px; }
    .md\:mr--75 { margin-right:-75px; }

    .md\:mt--75 { margin-top:-75px; }
    .md\:mb--75 { margin-bottom:-75px; }

    .md\:max--75 { max-width:75%; }
    .md\:mt---75 { margin-top:-75%; }
    .md\:mb---75 { margin-bottom:-75%; }
    
    
    .md\:p--80 { padding:80px !important; }
    .md\:p-80 { padding:80px; }
    .md\:pt-80 { padding-top:80px; }
    .md\:pb-80 { padding-bottom:80px; }
    .md\:pl-80 { padding-left:80px; }
    .md\:pr-80 { padding-right:80px; }

    .md\:m-80 {  margin:80px; }
    .md\:mt-80 { margin-top:80px; }
    .md\:mb-80 { margin-bottom:80px; }
    .md\:ml-80 { margin-left:80px; }
    .md\:mr-80 { margin-right:80px; }

    .md\:ml--80 { margin-left:-80px; }
    .md\:mr--80 { margin-right:-80px; }

    .md\:mt--80 { margin-top:-80px; }
    .md\:mb--80 { margin-bottom:-80px; }

    .md\:max--80 { max-width:80%; }
    .md\:mt---80 { margin-top:-80%; }
    .md\:mb---80 { margin-bottom:-80%; }
    
    
    .md\:p--85 { padding:85px !important; }
    .md\:p-85 { padding:85px; }
    .md\:pt-85 { padding-top:85px; }
    .md\:pb-85 { padding-bottom:85px; }
    .md\:pl-85 { padding-left:85px; }
    .md\:pr-85 { padding-right:85px; }

    .md\:m-85 {  margin:85px; }
    .md\:mt-85 { margin-top:85px; }
    .md\:mb-85 { margin-bottom:85px; }
    .md\:ml-85 { margin-left:85px; }
    .md\:mr-85 { margin-right:85px; }

    .md\:ml--85 { margin-left:-85px; }
    .md\:mr--85 { margin-right:-85px; }

    .md\:mt--85 { margin-top:-85px; }
    .md\:mb--85 { margin-bottom:-85px; }

    .md\:max--85 { max-width:85%; }
    .md\:mt---85 { margin-top:-85%; }
    .md\:mb---85 { margin-bottom:-85%; }
    
    
    .md\:p--90 { padding:90px !important; }
    .md\:p-90 { padding:90px; }
    .md\:pt-90 { padding-top:90px; }
    .md\:pb-90 { padding-bottom:90px; }
    .md\:pl-90 { padding-left:90px; }
    .md\:pr-90 { padding-right:90px; }

    .md\:m-90 {  margin:90px; }
    .md\:mt-90 { margin-top:90px; }
    .md\:mb-90 { margin-bottom:90px; }
    .md\:ml-90 { margin-left:90px; }
    .md\:mr-90 { margin-right:90px; }

    .md\:ml--90 { margin-left:-90px; }
    .md\:mr--90 { margin-right:-90px; }

    .md\:mt--90 { margin-top:-90px; }
    .md\:mb--90 { margin-bottom:-90px; }

    .md\:max--90 { max-width:90%; }
    .md\:mt---90 { margin-top:-90%; }
    .md\:mb---90 { margin-bottom:-90%; }
    
    
    .md\:p--95 { padding:95px !important; }
    .md\:p-95 { padding:95px; }
    .md\:pt-95 { padding-top:95px; }
    .md\:pb-95 { padding-bottom:95px; }
    .md\:pl-95 { padding-left:95px; }
    .md\:pr-95 { padding-right:95px; }

    .md\:m-95 {  margin:95px; }
    .md\:mt-95 { margin-top:95px; }
    .md\:mb-95 { margin-bottom:95px; }
    .md\:ml-95 { margin-left:95px; }
    .md\:mr-95 { margin-right:95px; }

    .md\:ml--95 { margin-left:-95px; }
    .md\:mr--95 { margin-right:-95px; }

    .md\:mt--95 { margin-top:-95px; }
    .md\:mb--95 { margin-bottom:-95px; }

    .md\:max--95 { max-width:95%; }
    .md\:mt---95 { margin-top:-95%; }
    .md\:mb---95 { margin-bottom:-95%; }
    
    
    .md\:p--100 { padding:100px !important; }
    .md\:p-100 { padding:100px; }
    .md\:pt-100 { padding-top:100px; }
    .md\:pb-100 { padding-bottom:100px; }
    .md\:pl-100 { padding-left:100px; }
    .md\:pr-100 { padding-right:100px; }

    .md\:m-100 {  margin:100px; }
    .md\:mt-100 { margin-top:100px; }
    .md\:mb-100 { margin-bottom:100px; }
    .md\:ml-100 { margin-left:100px; }
    .md\:mr-100 { margin-right:100px; }

    .md\:ml--100 { margin-left:-100px; }
    .md\:mr--100 { margin-right:-100px; }

    .md\:mt--100 { margin-top:-100px; }
    .md\:mb--100 { margin-bottom:-100px; }

    .md\:max--100 { max-width:100%; }
    .md\:mt---100 { margin-top:-100%; }
    .md\:mb---100 { margin-bottom:-100%; }
    
    
    .md\:p--105 { padding:105px !important; }
    .md\:p-105 { padding:105px; }
    .md\:pt-105 { padding-top:105px; }
    .md\:pb-105 { padding-bottom:105px; }
    .md\:pl-105 { padding-left:105px; }
    .md\:pr-105 { padding-right:105px; }

    .md\:m-105 {  margin:105px; }
    .md\:mt-105 { margin-top:105px; }
    .md\:mb-105 { margin-bottom:105px; }
    .md\:ml-105 { margin-left:105px; }
    .md\:mr-105 { margin-right:105px; }

    .md\:ml--105 { margin-left:-105px; }
    .md\:mr--105 { margin-right:-105px; }

    .md\:mt--105 { margin-top:-105px; }
    .md\:mb--105 { margin-bottom:-105px; }

    .md\:max--105 { max-width:105%; }
    .md\:mt---105 { margin-top:-105%; }
    .md\:mb---105 { margin-bottom:-105%; }
    
    
    .md\:p--110 { padding:110px !important; }
    .md\:p-110 { padding:110px; }
    .md\:pt-110 { padding-top:110px; }
    .md\:pb-110 { padding-bottom:110px; }
    .md\:pl-110 { padding-left:110px; }
    .md\:pr-110 { padding-right:110px; }

    .md\:m-110 {  margin:110px; }
    .md\:mt-110 { margin-top:110px; }
    .md\:mb-110 { margin-bottom:110px; }
    .md\:ml-110 { margin-left:110px; }
    .md\:mr-110 { margin-right:110px; }

    .md\:ml--110 { margin-left:-110px; }
    .md\:mr--110 { margin-right:-110px; }

    .md\:mt--110 { margin-top:-110px; }
    .md\:mb--110 { margin-bottom:-110px; }

    .md\:max--110 { max-width:110%; }
    .md\:mt---110 { margin-top:-110%; }
    .md\:mb---110 { margin-bottom:-110%; }
    
    
    .md\:p--115 { padding:115px !important; }
    .md\:p-115 { padding:115px; }
    .md\:pt-115 { padding-top:115px; }
    .md\:pb-115 { padding-bottom:115px; }
    .md\:pl-115 { padding-left:115px; }
    .md\:pr-115 { padding-right:115px; }

    .md\:m-115 {  margin:115px; }
    .md\:mt-115 { margin-top:115px; }
    .md\:mb-115 { margin-bottom:115px; }
    .md\:ml-115 { margin-left:115px; }
    .md\:mr-115 { margin-right:115px; }

    .md\:ml--115 { margin-left:-115px; }
    .md\:mr--115 { margin-right:-115px; }

    .md\:mt--115 { margin-top:-115px; }
    .md\:mb--115 { margin-bottom:-115px; }

    .md\:max--115 { max-width:115%; }
    .md\:mt---115 { margin-top:-115%; }
    .md\:mb---115 { margin-bottom:-115%; }
    
    
    .md\:p--120 { padding:120px !important; }
    .md\:p-120 { padding:120px; }
    .md\:pt-120 { padding-top:120px; }
    .md\:pb-120 { padding-bottom:120px; }
    .md\:pl-120 { padding-left:120px; }
    .md\:pr-120 { padding-right:120px; }

    .md\:m-120 {  margin:120px; }
    .md\:mt-120 { margin-top:120px; }
    .md\:mb-120 { margin-bottom:120px; }
    .md\:ml-120 { margin-left:120px; }
    .md\:mr-120 { margin-right:120px; }

    .md\:ml--120 { margin-left:-120px; }
    .md\:mr--120 { margin-right:-120px; }

    .md\:mt--120 { margin-top:-120px; }
    .md\:mb--120 { margin-bottom:-120px; }

    .md\:max--120 { max-width:120%; }
    .md\:mt---120 { margin-top:-120%; }
    .md\:mb---120 { margin-bottom:-120%; }
    
    
    .md\:p--125 { padding:125px !important; }
    .md\:p-125 { padding:125px; }
    .md\:pt-125 { padding-top:125px; }
    .md\:pb-125 { padding-bottom:125px; }
    .md\:pl-125 { padding-left:125px; }
    .md\:pr-125 { padding-right:125px; }

    .md\:m-125 {  margin:125px; }
    .md\:mt-125 { margin-top:125px; }
    .md\:mb-125 { margin-bottom:125px; }
    .md\:ml-125 { margin-left:125px; }
    .md\:mr-125 { margin-right:125px; }

    .md\:ml--125 { margin-left:-125px; }
    .md\:mr--125 { margin-right:-125px; }

    .md\:mt--125 { margin-top:-125px; }
    .md\:mb--125 { margin-bottom:-125px; }

    .md\:max--125 { max-width:125%; }
    .md\:mt---125 { margin-top:-125%; }
    .md\:mb---125 { margin-bottom:-125%; }
    
    
    .md\:p--130 { padding:130px !important; }
    .md\:p-130 { padding:130px; }
    .md\:pt-130 { padding-top:130px; }
    .md\:pb-130 { padding-bottom:130px; }
    .md\:pl-130 { padding-left:130px; }
    .md\:pr-130 { padding-right:130px; }

    .md\:m-130 {  margin:130px; }
    .md\:mt-130 { margin-top:130px; }
    .md\:mb-130 { margin-bottom:130px; }
    .md\:ml-130 { margin-left:130px; }
    .md\:mr-130 { margin-right:130px; }

    .md\:ml--130 { margin-left:-130px; }
    .md\:mr--130 { margin-right:-130px; }

    .md\:mt--130 { margin-top:-130px; }
    .md\:mb--130 { margin-bottom:-130px; }

    .md\:max--130 { max-width:130%; }
    .md\:mt---130 { margin-top:-130%; }
    .md\:mb---130 { margin-bottom:-130%; }
    
    
    .md\:p--135 { padding:135px !important; }
    .md\:p-135 { padding:135px; }
    .md\:pt-135 { padding-top:135px; }
    .md\:pb-135 { padding-bottom:135px; }
    .md\:pl-135 { padding-left:135px; }
    .md\:pr-135 { padding-right:135px; }

    .md\:m-135 {  margin:135px; }
    .md\:mt-135 { margin-top:135px; }
    .md\:mb-135 { margin-bottom:135px; }
    .md\:ml-135 { margin-left:135px; }
    .md\:mr-135 { margin-right:135px; }

    .md\:ml--135 { margin-left:-135px; }
    .md\:mr--135 { margin-right:-135px; }

    .md\:mt--135 { margin-top:-135px; }
    .md\:mb--135 { margin-bottom:-135px; }

    .md\:max--135 { max-width:135%; }
    .md\:mt---135 { margin-top:-135%; }
    .md\:mb---135 { margin-bottom:-135%; }
    
    
    .md\:p--140 { padding:140px !important; }
    .md\:p-140 { padding:140px; }
    .md\:pt-140 { padding-top:140px; }
    .md\:pb-140 { padding-bottom:140px; }
    .md\:pl-140 { padding-left:140px; }
    .md\:pr-140 { padding-right:140px; }

    .md\:m-140 {  margin:140px; }
    .md\:mt-140 { margin-top:140px; }
    .md\:mb-140 { margin-bottom:140px; }
    .md\:ml-140 { margin-left:140px; }
    .md\:mr-140 { margin-right:140px; }

    .md\:ml--140 { margin-left:-140px; }
    .md\:mr--140 { margin-right:-140px; }

    .md\:mt--140 { margin-top:-140px; }
    .md\:mb--140 { margin-bottom:-140px; }

    .md\:max--140 { max-width:140%; }
    .md\:mt---140 { margin-top:-140%; }
    .md\:mb---140 { margin-bottom:-140%; }
    
    
    .md\:p--145 { padding:145px !important; }
    .md\:p-145 { padding:145px; }
    .md\:pt-145 { padding-top:145px; }
    .md\:pb-145 { padding-bottom:145px; }
    .md\:pl-145 { padding-left:145px; }
    .md\:pr-145 { padding-right:145px; }

    .md\:m-145 {  margin:145px; }
    .md\:mt-145 { margin-top:145px; }
    .md\:mb-145 { margin-bottom:145px; }
    .md\:ml-145 { margin-left:145px; }
    .md\:mr-145 { margin-right:145px; }

    .md\:ml--145 { margin-left:-145px; }
    .md\:mr--145 { margin-right:-145px; }

    .md\:mt--145 { margin-top:-145px; }
    .md\:mb--145 { margin-bottom:-145px; }

    .md\:max--145 { max-width:145%; }
    .md\:mt---145 { margin-top:-145%; }
    .md\:mb---145 { margin-bottom:-145%; }
    
    
    .md\:p--150 { padding:150px !important; }
    .md\:p-150 { padding:150px; }
    .md\:pt-150 { padding-top:150px; }
    .md\:pb-150 { padding-bottom:150px; }
    .md\:pl-150 { padding-left:150px; }
    .md\:pr-150 { padding-right:150px; }

    .md\:m-150 {  margin:150px; }
    .md\:mt-150 { margin-top:150px; }
    .md\:mb-150 { margin-bottom:150px; }
    .md\:ml-150 { margin-left:150px; }
    .md\:mr-150 { margin-right:150px; }

    .md\:ml--150 { margin-left:-150px; }
    .md\:mr--150 { margin-right:-150px; }

    .md\:mt--150 { margin-top:-150px; }
    .md\:mb--150 { margin-bottom:-150px; }

    .md\:max--150 { max-width:150%; }
    .md\:mt---150 { margin-top:-150%; }
    .md\:mb---150 { margin-bottom:-150%; }
    
    
    .md\:p--155 { padding:155px !important; }
    .md\:p-155 { padding:155px; }
    .md\:pt-155 { padding-top:155px; }
    .md\:pb-155 { padding-bottom:155px; }
    .md\:pl-155 { padding-left:155px; }
    .md\:pr-155 { padding-right:155px; }

    .md\:m-155 {  margin:155px; }
    .md\:mt-155 { margin-top:155px; }
    .md\:mb-155 { margin-bottom:155px; }
    .md\:ml-155 { margin-left:155px; }
    .md\:mr-155 { margin-right:155px; }

    .md\:ml--155 { margin-left:-155px; }
    .md\:mr--155 { margin-right:-155px; }

    .md\:mt--155 { margin-top:-155px; }
    .md\:mb--155 { margin-bottom:-155px; }

    .md\:max--155 { max-width:155%; }
    .md\:mt---155 { margin-top:-155%; }
    .md\:mb---155 { margin-bottom:-155%; }
    
    
    .md\:p--160 { padding:160px !important; }
    .md\:p-160 { padding:160px; }
    .md\:pt-160 { padding-top:160px; }
    .md\:pb-160 { padding-bottom:160px; }
    .md\:pl-160 { padding-left:160px; }
    .md\:pr-160 { padding-right:160px; }

    .md\:m-160 {  margin:160px; }
    .md\:mt-160 { margin-top:160px; }
    .md\:mb-160 { margin-bottom:160px; }
    .md\:ml-160 { margin-left:160px; }
    .md\:mr-160 { margin-right:160px; }

    .md\:ml--160 { margin-left:-160px; }
    .md\:mr--160 { margin-right:-160px; }

    .md\:mt--160 { margin-top:-160px; }
    .md\:mb--160 { margin-bottom:-160px; }

    .md\:max--160 { max-width:160%; }
    .md\:mt---160 { margin-top:-160%; }
    .md\:mb---160 { margin-bottom:-160%; }
    
    
    .md\:p--165 { padding:165px !important; }
    .md\:p-165 { padding:165px; }
    .md\:pt-165 { padding-top:165px; }
    .md\:pb-165 { padding-bottom:165px; }
    .md\:pl-165 { padding-left:165px; }
    .md\:pr-165 { padding-right:165px; }

    .md\:m-165 {  margin:165px; }
    .md\:mt-165 { margin-top:165px; }
    .md\:mb-165 { margin-bottom:165px; }
    .md\:ml-165 { margin-left:165px; }
    .md\:mr-165 { margin-right:165px; }

    .md\:ml--165 { margin-left:-165px; }
    .md\:mr--165 { margin-right:-165px; }

    .md\:mt--165 { margin-top:-165px; }
    .md\:mb--165 { margin-bottom:-165px; }

    .md\:max--165 { max-width:165%; }
    .md\:mt---165 { margin-top:-165%; }
    .md\:mb---165 { margin-bottom:-165%; }
    
    
    .md\:p--170 { padding:170px !important; }
    .md\:p-170 { padding:170px; }
    .md\:pt-170 { padding-top:170px; }
    .md\:pb-170 { padding-bottom:170px; }
    .md\:pl-170 { padding-left:170px; }
    .md\:pr-170 { padding-right:170px; }

    .md\:m-170 {  margin:170px; }
    .md\:mt-170 { margin-top:170px; }
    .md\:mb-170 { margin-bottom:170px; }
    .md\:ml-170 { margin-left:170px; }
    .md\:mr-170 { margin-right:170px; }

    .md\:ml--170 { margin-left:-170px; }
    .md\:mr--170 { margin-right:-170px; }

    .md\:mt--170 { margin-top:-170px; }
    .md\:mb--170 { margin-bottom:-170px; }

    .md\:max--170 { max-width:170%; }
    .md\:mt---170 { margin-top:-170%; }
    .md\:mb---170 { margin-bottom:-170%; }
    
    
    .md\:p--175 { padding:175px !important; }
    .md\:p-175 { padding:175px; }
    .md\:pt-175 { padding-top:175px; }
    .md\:pb-175 { padding-bottom:175px; }
    .md\:pl-175 { padding-left:175px; }
    .md\:pr-175 { padding-right:175px; }

    .md\:m-175 {  margin:175px; }
    .md\:mt-175 { margin-top:175px; }
    .md\:mb-175 { margin-bottom:175px; }
    .md\:ml-175 { margin-left:175px; }
    .md\:mr-175 { margin-right:175px; }

    .md\:ml--175 { margin-left:-175px; }
    .md\:mr--175 { margin-right:-175px; }

    .md\:mt--175 { margin-top:-175px; }
    .md\:mb--175 { margin-bottom:-175px; }

    .md\:max--175 { max-width:175%; }
    .md\:mt---175 { margin-top:-175%; }
    .md\:mb---175 { margin-bottom:-175%; }
    
    
    .md\:p--180 { padding:180px !important; }
    .md\:p-180 { padding:180px; }
    .md\:pt-180 { padding-top:180px; }
    .md\:pb-180 { padding-bottom:180px; }
    .md\:pl-180 { padding-left:180px; }
    .md\:pr-180 { padding-right:180px; }

    .md\:m-180 {  margin:180px; }
    .md\:mt-180 { margin-top:180px; }
    .md\:mb-180 { margin-bottom:180px; }
    .md\:ml-180 { margin-left:180px; }
    .md\:mr-180 { margin-right:180px; }

    .md\:ml--180 { margin-left:-180px; }
    .md\:mr--180 { margin-right:-180px; }

    .md\:mt--180 { margin-top:-180px; }
    .md\:mb--180 { margin-bottom:-180px; }

    .md\:max--180 { max-width:180%; }
    .md\:mt---180 { margin-top:-180%; }
    .md\:mb---180 { margin-bottom:-180%; }
    
    
    .md\:p--185 { padding:185px !important; }
    .md\:p-185 { padding:185px; }
    .md\:pt-185 { padding-top:185px; }
    .md\:pb-185 { padding-bottom:185px; }
    .md\:pl-185 { padding-left:185px; }
    .md\:pr-185 { padding-right:185px; }

    .md\:m-185 {  margin:185px; }
    .md\:mt-185 { margin-top:185px; }
    .md\:mb-185 { margin-bottom:185px; }
    .md\:ml-185 { margin-left:185px; }
    .md\:mr-185 { margin-right:185px; }

    .md\:ml--185 { margin-left:-185px; }
    .md\:mr--185 { margin-right:-185px; }

    .md\:mt--185 { margin-top:-185px; }
    .md\:mb--185 { margin-bottom:-185px; }

    .md\:max--185 { max-width:185%; }
    .md\:mt---185 { margin-top:-185%; }
    .md\:mb---185 { margin-bottom:-185%; }
    
    
    .md\:p--190 { padding:190px !important; }
    .md\:p-190 { padding:190px; }
    .md\:pt-190 { padding-top:190px; }
    .md\:pb-190 { padding-bottom:190px; }
    .md\:pl-190 { padding-left:190px; }
    .md\:pr-190 { padding-right:190px; }

    .md\:m-190 {  margin:190px; }
    .md\:mt-190 { margin-top:190px; }
    .md\:mb-190 { margin-bottom:190px; }
    .md\:ml-190 { margin-left:190px; }
    .md\:mr-190 { margin-right:190px; }

    .md\:ml--190 { margin-left:-190px; }
    .md\:mr--190 { margin-right:-190px; }

    .md\:mt--190 { margin-top:-190px; }
    .md\:mb--190 { margin-bottom:-190px; }

    .md\:max--190 { max-width:190%; }
    .md\:mt---190 { margin-top:-190%; }
    .md\:mb---190 { margin-bottom:-190%; }
    
    
    .md\:p--195 { padding:195px !important; }
    .md\:p-195 { padding:195px; }
    .md\:pt-195 { padding-top:195px; }
    .md\:pb-195 { padding-bottom:195px; }
    .md\:pl-195 { padding-left:195px; }
    .md\:pr-195 { padding-right:195px; }

    .md\:m-195 {  margin:195px; }
    .md\:mt-195 { margin-top:195px; }
    .md\:mb-195 { margin-bottom:195px; }
    .md\:ml-195 { margin-left:195px; }
    .md\:mr-195 { margin-right:195px; }

    .md\:ml--195 { margin-left:-195px; }
    .md\:mr--195 { margin-right:-195px; }

    .md\:mt--195 { margin-top:-195px; }
    .md\:mb--195 { margin-bottom:-195px; }

    .md\:max--195 { max-width:195%; }
    .md\:mt---195 { margin-top:-195%; }
    .md\:mb---195 { margin-bottom:-195%; }
    
    
    .md\:p--200 { padding:200px !important; }
    .md\:p-200 { padding:200px; }
    .md\:pt-200 { padding-top:200px; }
    .md\:pb-200 { padding-bottom:200px; }
    .md\:pl-200 { padding-left:200px; }
    .md\:pr-200 { padding-right:200px; }

    .md\:m-200 {  margin:200px; }
    .md\:mt-200 { margin-top:200px; }
    .md\:mb-200 { margin-bottom:200px; }
    .md\:ml-200 { margin-left:200px; }
    .md\:mr-200 { margin-right:200px; }

    .md\:ml--200 { margin-left:-200px; }
    .md\:mr--200 { margin-right:-200px; }

    .md\:mt--200 { margin-top:-200px; }
    .md\:mb--200 { margin-bottom:-200px; }

    .md\:max--200 { max-width:200%; }
    .md\:mt---200 { margin-top:-200%; }
    .md\:mb---200 { margin-bottom:-200%; }
    
    

    
    .md\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .md\:max-50 { max-width:50px; }
    .md\:text-2{ font-size:2px; } 

    
    .md\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .md\:max-100 { max-width:100px; }
    .md\:text-4{ font-size:4px; } 

    
    .md\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .md\:max-150 { max-width:150px; }
    .md\:text-6{ font-size:6px; } 

    
    .md\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .md\:max-200 { max-width:200px; }
    .md\:text-8{ font-size:8px; } 

    
    .md\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .md\:max-250 { max-width:250px; }
    .md\:text-10{ font-size:10px; } 

    
    .md\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .md\:max-300 { max-width:300px; }
    .md\:text-12{ font-size:12px; } 

    
    .md\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .md\:max-350 { max-width:350px; }
    .md\:text-14{ font-size:14px; } 

    
    .md\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .md\:max-400 { max-width:400px; }
    .md\:text-16{ font-size:16px; } 

    
    .md\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .md\:max-450 { max-width:450px; }
    .md\:text-18{ font-size:18px; } 

    
    .md\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .md\:max-500 { max-width:500px; }
    .md\:text-20{ font-size:20px; } 

    
    .md\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .md\:max-550 { max-width:550px; }
    .md\:text-22{ font-size:22px; } 

    
    .md\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .md\:max-600 { max-width:600px; }
    .md\:text-24{ font-size:24px; } 

    
    .md\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .md\:max-650 { max-width:650px; }
    .md\:text-26{ font-size:26px; } 

    
    .md\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .md\:max-700 { max-width:700px; }
    .md\:text-28{ font-size:28px; } 

    
    .md\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .md\:max-750 { max-width:750px; }
    .md\:text-30{ font-size:30px; } 

    
    .md\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .md\:max-800 { max-width:800px; }
    .md\:text-32{ font-size:32px; } 

    
    .md\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .md\:max-850 { max-width:850px; }
    .md\:text-34{ font-size:34px; } 

    
    .md\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .md\:max-900 { max-width:900px; }
    .md\:text-36{ font-size:36px; } 

    
    .md\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .md\:max-950 { max-width:950px; }
    .md\:text-38{ font-size:38px; } 

    
    .md\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .md\:max-1000 { max-width:1000px; }
    .md\:text-40{ font-size:40px; } 

    
    .md\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .md\:max-1050 { max-width:1050px; }
    .md\:text-42{ font-size:42px; } 

    
    .md\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .md\:max-1100 { max-width:1100px; }
    .md\:text-44{ font-size:44px; } 

    
    .md\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .md\:max-1150 { max-width:1150px; }
    .md\:text-46{ font-size:46px; } 

    
    .md\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .md\:max-1200 { max-width:1200px; }
    .md\:text-48{ font-size:48px; } 

    
    .md\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .md\:max-1250 { max-width:1250px; }
    .md\:text-50{ font-size:50px; } 

    
    .md\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .md\:max-1300 { max-width:1300px; }
    .md\:text-52{ font-size:52px; } 

    
    .md\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .md\:max-1350 { max-width:1350px; }
    .md\:text-54{ font-size:54px; } 

    
    .md\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .md\:max-1400 { max-width:1400px; }
    .md\:text-56{ font-size:56px; } 

    
    .md\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .md\:max-1450 { max-width:1450px; }
    .md\:text-58{ font-size:58px; } 

    

    .md\:max-full { max-width:100%; }
    .md\:ml-auto{ margin-left:auto; }
    .md\:mr-auto{ margin-right:auto; }
    .md\:vh-100{ height:100vh; }
    .md\:vh-auto{ height:auto; }
}


@media(min-width:1201px){
    
    
    .lg\:d-block {
        display:block;
    }
    
    .lg\:d-inline-block {
        display:inline-block;
    }
    
    .lg\:d-flex {
        display:flex;
    }
    
    .lg\:d-inline-flex {
        display:inline-flex;
    }
    
    .lg\:d-none {
        display:none;
    }
    
    
    
    .lg\:align-center {
        align-items:center;
    }
    
    .lg\:align-flex-start {
        align-items:flex-start;
    }
    
    .lg\:align-flex-end {
        align-items:flex-end;
    }
    
    .lg\:align-normal {
        align-items:normal;
    }
    
    
    
    .lg\:justify-center {
        justify-content:center;
    }
    
    .lg\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .lg\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .lg\:justify-space-around {
        justify-content:space-around;
    }
    
    .lg\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .lg\:text-left {
        text-align:left;
    }
    
    .lg\:text-right {
        text-align:right;
    }
    
    .lg\:text-center {
        text-align:center;
    }
    
    
    
    .lg\:direction-column {
        flex-direction:column;
    }
    
    .lg\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .lg\:direction-row {
        flex-direction:row;
    }
    
    .lg\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .lg\:p--0 { padding:0px !important; }
    .lg\:p-0 { padding:0px; }
    .lg\:pt-0 { padding-top:0px; }
    .lg\:pb-0 { padding-bottom:0px; }
    .lg\:pl-0 { padding-left:0px; }
    .lg\:pr-0 { padding-right:0px; }

    .lg\:m-0 {  margin:0px; }
    .lg\:mt-0 { margin-top:0px; }
    .lg\:mb-0 { margin-bottom:0px; }
    .lg\:ml-0 { margin-left:0px; }
    .lg\:mr-0 { margin-right:0px; }

    .lg\:ml--0 { margin-left:-0px; }
    .lg\:mr--0 { margin-right:-0px; }

    .lg\:mt--0 { margin-top:-0px; }
    .lg\:mb--0 { margin-bottom:-0px; }

    .lg\:max--0 { max-width:0%; }
    .lg\:mt---0 { margin-top:-0%; }
    .lg\:mb---0 { margin-bottom:-0%; }
    
    
    .lg\:p--5 { padding:5px !important; }
    .lg\:p-5 { padding:5px; }
    .lg\:pt-5 { padding-top:5px; }
    .lg\:pb-5 { padding-bottom:5px; }
    .lg\:pl-5 { padding-left:5px; }
    .lg\:pr-5 { padding-right:5px; }

    .lg\:m-5 {  margin:5px; }
    .lg\:mt-5 { margin-top:5px; }
    .lg\:mb-5 { margin-bottom:5px; }
    .lg\:ml-5 { margin-left:5px; }
    .lg\:mr-5 { margin-right:5px; }

    .lg\:ml--5 { margin-left:-5px; }
    .lg\:mr--5 { margin-right:-5px; }

    .lg\:mt--5 { margin-top:-5px; }
    .lg\:mb--5 { margin-bottom:-5px; }

    .lg\:max--5 { max-width:5%; }
    .lg\:mt---5 { margin-top:-5%; }
    .lg\:mb---5 { margin-bottom:-5%; }
    
    
    .lg\:p--10 { padding:10px !important; }
    .lg\:p-10 { padding:10px; }
    .lg\:pt-10 { padding-top:10px; }
    .lg\:pb-10 { padding-bottom:10px; }
    .lg\:pl-10 { padding-left:10px; }
    .lg\:pr-10 { padding-right:10px; }

    .lg\:m-10 {  margin:10px; }
    .lg\:mt-10 { margin-top:10px; }
    .lg\:mb-10 { margin-bottom:10px; }
    .lg\:ml-10 { margin-left:10px; }
    .lg\:mr-10 { margin-right:10px; }

    .lg\:ml--10 { margin-left:-10px; }
    .lg\:mr--10 { margin-right:-10px; }

    .lg\:mt--10 { margin-top:-10px; }
    .lg\:mb--10 { margin-bottom:-10px; }

    .lg\:max--10 { max-width:10%; }
    .lg\:mt---10 { margin-top:-10%; }
    .lg\:mb---10 { margin-bottom:-10%; }
    
    
    .lg\:p--15 { padding:15px !important; }
    .lg\:p-15 { padding:15px; }
    .lg\:pt-15 { padding-top:15px; }
    .lg\:pb-15 { padding-bottom:15px; }
    .lg\:pl-15 { padding-left:15px; }
    .lg\:pr-15 { padding-right:15px; }

    .lg\:m-15 {  margin:15px; }
    .lg\:mt-15 { margin-top:15px; }
    .lg\:mb-15 { margin-bottom:15px; }
    .lg\:ml-15 { margin-left:15px; }
    .lg\:mr-15 { margin-right:15px; }

    .lg\:ml--15 { margin-left:-15px; }
    .lg\:mr--15 { margin-right:-15px; }

    .lg\:mt--15 { margin-top:-15px; }
    .lg\:mb--15 { margin-bottom:-15px; }

    .lg\:max--15 { max-width:15%; }
    .lg\:mt---15 { margin-top:-15%; }
    .lg\:mb---15 { margin-bottom:-15%; }
    
    
    .lg\:p--20 { padding:20px !important; }
    .lg\:p-20 { padding:20px; }
    .lg\:pt-20 { padding-top:20px; }
    .lg\:pb-20 { padding-bottom:20px; }
    .lg\:pl-20 { padding-left:20px; }
    .lg\:pr-20 { padding-right:20px; }

    .lg\:m-20 {  margin:20px; }
    .lg\:mt-20 { margin-top:20px; }
    .lg\:mb-20 { margin-bottom:20px; }
    .lg\:ml-20 { margin-left:20px; }
    .lg\:mr-20 { margin-right:20px; }

    .lg\:ml--20 { margin-left:-20px; }
    .lg\:mr--20 { margin-right:-20px; }

    .lg\:mt--20 { margin-top:-20px; }
    .lg\:mb--20 { margin-bottom:-20px; }

    .lg\:max--20 { max-width:20%; }
    .lg\:mt---20 { margin-top:-20%; }
    .lg\:mb---20 { margin-bottom:-20%; }
    
    
    .lg\:p--25 { padding:25px !important; }
    .lg\:p-25 { padding:25px; }
    .lg\:pt-25 { padding-top:25px; }
    .lg\:pb-25 { padding-bottom:25px; }
    .lg\:pl-25 { padding-left:25px; }
    .lg\:pr-25 { padding-right:25px; }

    .lg\:m-25 {  margin:25px; }
    .lg\:mt-25 { margin-top:25px; }
    .lg\:mb-25 { margin-bottom:25px; }
    .lg\:ml-25 { margin-left:25px; }
    .lg\:mr-25 { margin-right:25px; }

    .lg\:ml--25 { margin-left:-25px; }
    .lg\:mr--25 { margin-right:-25px; }

    .lg\:mt--25 { margin-top:-25px; }
    .lg\:mb--25 { margin-bottom:-25px; }

    .lg\:max--25 { max-width:25%; }
    .lg\:mt---25 { margin-top:-25%; }
    .lg\:mb---25 { margin-bottom:-25%; }
    
    
    .lg\:p--30 { padding:30px !important; }
    .lg\:p-30 { padding:30px; }
    .lg\:pt-30 { padding-top:30px; }
    .lg\:pb-30 { padding-bottom:30px; }
    .lg\:pl-30 { padding-left:30px; }
    .lg\:pr-30 { padding-right:30px; }

    .lg\:m-30 {  margin:30px; }
    .lg\:mt-30 { margin-top:30px; }
    .lg\:mb-30 { margin-bottom:30px; }
    .lg\:ml-30 { margin-left:30px; }
    .lg\:mr-30 { margin-right:30px; }

    .lg\:ml--30 { margin-left:-30px; }
    .lg\:mr--30 { margin-right:-30px; }

    .lg\:mt--30 { margin-top:-30px; }
    .lg\:mb--30 { margin-bottom:-30px; }

    .lg\:max--30 { max-width:30%; }
    .lg\:mt---30 { margin-top:-30%; }
    .lg\:mb---30 { margin-bottom:-30%; }
    
    
    .lg\:p--35 { padding:35px !important; }
    .lg\:p-35 { padding:35px; }
    .lg\:pt-35 { padding-top:35px; }
    .lg\:pb-35 { padding-bottom:35px; }
    .lg\:pl-35 { padding-left:35px; }
    .lg\:pr-35 { padding-right:35px; }

    .lg\:m-35 {  margin:35px; }
    .lg\:mt-35 { margin-top:35px; }
    .lg\:mb-35 { margin-bottom:35px; }
    .lg\:ml-35 { margin-left:35px; }
    .lg\:mr-35 { margin-right:35px; }

    .lg\:ml--35 { margin-left:-35px; }
    .lg\:mr--35 { margin-right:-35px; }

    .lg\:mt--35 { margin-top:-35px; }
    .lg\:mb--35 { margin-bottom:-35px; }

    .lg\:max--35 { max-width:35%; }
    .lg\:mt---35 { margin-top:-35%; }
    .lg\:mb---35 { margin-bottom:-35%; }
    
    
    .lg\:p--40 { padding:40px !important; }
    .lg\:p-40 { padding:40px; }
    .lg\:pt-40 { padding-top:40px; }
    .lg\:pb-40 { padding-bottom:40px; }
    .lg\:pl-40 { padding-left:40px; }
    .lg\:pr-40 { padding-right:40px; }

    .lg\:m-40 {  margin:40px; }
    .lg\:mt-40 { margin-top:40px; }
    .lg\:mb-40 { margin-bottom:40px; }
    .lg\:ml-40 { margin-left:40px; }
    .lg\:mr-40 { margin-right:40px; }

    .lg\:ml--40 { margin-left:-40px; }
    .lg\:mr--40 { margin-right:-40px; }

    .lg\:mt--40 { margin-top:-40px; }
    .lg\:mb--40 { margin-bottom:-40px; }

    .lg\:max--40 { max-width:40%; }
    .lg\:mt---40 { margin-top:-40%; }
    .lg\:mb---40 { margin-bottom:-40%; }
    
    
    .lg\:p--45 { padding:45px !important; }
    .lg\:p-45 { padding:45px; }
    .lg\:pt-45 { padding-top:45px; }
    .lg\:pb-45 { padding-bottom:45px; }
    .lg\:pl-45 { padding-left:45px; }
    .lg\:pr-45 { padding-right:45px; }

    .lg\:m-45 {  margin:45px; }
    .lg\:mt-45 { margin-top:45px; }
    .lg\:mb-45 { margin-bottom:45px; }
    .lg\:ml-45 { margin-left:45px; }
    .lg\:mr-45 { margin-right:45px; }

    .lg\:ml--45 { margin-left:-45px; }
    .lg\:mr--45 { margin-right:-45px; }

    .lg\:mt--45 { margin-top:-45px; }
    .lg\:mb--45 { margin-bottom:-45px; }

    .lg\:max--45 { max-width:45%; }
    .lg\:mt---45 { margin-top:-45%; }
    .lg\:mb---45 { margin-bottom:-45%; }
    
    
    .lg\:p--50 { padding:50px !important; }
    .lg\:p-50 { padding:50px; }
    .lg\:pt-50 { padding-top:50px; }
    .lg\:pb-50 { padding-bottom:50px; }
    .lg\:pl-50 { padding-left:50px; }
    .lg\:pr-50 { padding-right:50px; }

    .lg\:m-50 {  margin:50px; }
    .lg\:mt-50 { margin-top:50px; }
    .lg\:mb-50 { margin-bottom:50px; }
    .lg\:ml-50 { margin-left:50px; }
    .lg\:mr-50 { margin-right:50px; }

    .lg\:ml--50 { margin-left:-50px; }
    .lg\:mr--50 { margin-right:-50px; }

    .lg\:mt--50 { margin-top:-50px; }
    .lg\:mb--50 { margin-bottom:-50px; }

    .lg\:max--50 { max-width:50%; }
    .lg\:mt---50 { margin-top:-50%; }
    .lg\:mb---50 { margin-bottom:-50%; }
    
    
    .lg\:p--55 { padding:55px !important; }
    .lg\:p-55 { padding:55px; }
    .lg\:pt-55 { padding-top:55px; }
    .lg\:pb-55 { padding-bottom:55px; }
    .lg\:pl-55 { padding-left:55px; }
    .lg\:pr-55 { padding-right:55px; }

    .lg\:m-55 {  margin:55px; }
    .lg\:mt-55 { margin-top:55px; }
    .lg\:mb-55 { margin-bottom:55px; }
    .lg\:ml-55 { margin-left:55px; }
    .lg\:mr-55 { margin-right:55px; }

    .lg\:ml--55 { margin-left:-55px; }
    .lg\:mr--55 { margin-right:-55px; }

    .lg\:mt--55 { margin-top:-55px; }
    .lg\:mb--55 { margin-bottom:-55px; }

    .lg\:max--55 { max-width:55%; }
    .lg\:mt---55 { margin-top:-55%; }
    .lg\:mb---55 { margin-bottom:-55%; }
    
    
    .lg\:p--60 { padding:60px !important; }
    .lg\:p-60 { padding:60px; }
    .lg\:pt-60 { padding-top:60px; }
    .lg\:pb-60 { padding-bottom:60px; }
    .lg\:pl-60 { padding-left:60px; }
    .lg\:pr-60 { padding-right:60px; }

    .lg\:m-60 {  margin:60px; }
    .lg\:mt-60 { margin-top:60px; }
    .lg\:mb-60 { margin-bottom:60px; }
    .lg\:ml-60 { margin-left:60px; }
    .lg\:mr-60 { margin-right:60px; }

    .lg\:ml--60 { margin-left:-60px; }
    .lg\:mr--60 { margin-right:-60px; }

    .lg\:mt--60 { margin-top:-60px; }
    .lg\:mb--60 { margin-bottom:-60px; }

    .lg\:max--60 { max-width:60%; }
    .lg\:mt---60 { margin-top:-60%; }
    .lg\:mb---60 { margin-bottom:-60%; }
    
    
    .lg\:p--65 { padding:65px !important; }
    .lg\:p-65 { padding:65px; }
    .lg\:pt-65 { padding-top:65px; }
    .lg\:pb-65 { padding-bottom:65px; }
    .lg\:pl-65 { padding-left:65px; }
    .lg\:pr-65 { padding-right:65px; }

    .lg\:m-65 {  margin:65px; }
    .lg\:mt-65 { margin-top:65px; }
    .lg\:mb-65 { margin-bottom:65px; }
    .lg\:ml-65 { margin-left:65px; }
    .lg\:mr-65 { margin-right:65px; }

    .lg\:ml--65 { margin-left:-65px; }
    .lg\:mr--65 { margin-right:-65px; }

    .lg\:mt--65 { margin-top:-65px; }
    .lg\:mb--65 { margin-bottom:-65px; }

    .lg\:max--65 { max-width:65%; }
    .lg\:mt---65 { margin-top:-65%; }
    .lg\:mb---65 { margin-bottom:-65%; }
    
    
    .lg\:p--70 { padding:70px !important; }
    .lg\:p-70 { padding:70px; }
    .lg\:pt-70 { padding-top:70px; }
    .lg\:pb-70 { padding-bottom:70px; }
    .lg\:pl-70 { padding-left:70px; }
    .lg\:pr-70 { padding-right:70px; }

    .lg\:m-70 {  margin:70px; }
    .lg\:mt-70 { margin-top:70px; }
    .lg\:mb-70 { margin-bottom:70px; }
    .lg\:ml-70 { margin-left:70px; }
    .lg\:mr-70 { margin-right:70px; }

    .lg\:ml--70 { margin-left:-70px; }
    .lg\:mr--70 { margin-right:-70px; }

    .lg\:mt--70 { margin-top:-70px; }
    .lg\:mb--70 { margin-bottom:-70px; }

    .lg\:max--70 { max-width:70%; }
    .lg\:mt---70 { margin-top:-70%; }
    .lg\:mb---70 { margin-bottom:-70%; }
    
    
    .lg\:p--75 { padding:75px !important; }
    .lg\:p-75 { padding:75px; }
    .lg\:pt-75 { padding-top:75px; }
    .lg\:pb-75 { padding-bottom:75px; }
    .lg\:pl-75 { padding-left:75px; }
    .lg\:pr-75 { padding-right:75px; }

    .lg\:m-75 {  margin:75px; }
    .lg\:mt-75 { margin-top:75px; }
    .lg\:mb-75 { margin-bottom:75px; }
    .lg\:ml-75 { margin-left:75px; }
    .lg\:mr-75 { margin-right:75px; }

    .lg\:ml--75 { margin-left:-75px; }
    .lg\:mr--75 { margin-right:-75px; }

    .lg\:mt--75 { margin-top:-75px; }
    .lg\:mb--75 { margin-bottom:-75px; }

    .lg\:max--75 { max-width:75%; }
    .lg\:mt---75 { margin-top:-75%; }
    .lg\:mb---75 { margin-bottom:-75%; }
    
    
    .lg\:p--80 { padding:80px !important; }
    .lg\:p-80 { padding:80px; }
    .lg\:pt-80 { padding-top:80px; }
    .lg\:pb-80 { padding-bottom:80px; }
    .lg\:pl-80 { padding-left:80px; }
    .lg\:pr-80 { padding-right:80px; }

    .lg\:m-80 {  margin:80px; }
    .lg\:mt-80 { margin-top:80px; }
    .lg\:mb-80 { margin-bottom:80px; }
    .lg\:ml-80 { margin-left:80px; }
    .lg\:mr-80 { margin-right:80px; }

    .lg\:ml--80 { margin-left:-80px; }
    .lg\:mr--80 { margin-right:-80px; }

    .lg\:mt--80 { margin-top:-80px; }
    .lg\:mb--80 { margin-bottom:-80px; }

    .lg\:max--80 { max-width:80%; }
    .lg\:mt---80 { margin-top:-80%; }
    .lg\:mb---80 { margin-bottom:-80%; }
    
    
    .lg\:p--85 { padding:85px !important; }
    .lg\:p-85 { padding:85px; }
    .lg\:pt-85 { padding-top:85px; }
    .lg\:pb-85 { padding-bottom:85px; }
    .lg\:pl-85 { padding-left:85px; }
    .lg\:pr-85 { padding-right:85px; }

    .lg\:m-85 {  margin:85px; }
    .lg\:mt-85 { margin-top:85px; }
    .lg\:mb-85 { margin-bottom:85px; }
    .lg\:ml-85 { margin-left:85px; }
    .lg\:mr-85 { margin-right:85px; }

    .lg\:ml--85 { margin-left:-85px; }
    .lg\:mr--85 { margin-right:-85px; }

    .lg\:mt--85 { margin-top:-85px; }
    .lg\:mb--85 { margin-bottom:-85px; }

    .lg\:max--85 { max-width:85%; }
    .lg\:mt---85 { margin-top:-85%; }
    .lg\:mb---85 { margin-bottom:-85%; }
    
    
    .lg\:p--90 { padding:90px !important; }
    .lg\:p-90 { padding:90px; }
    .lg\:pt-90 { padding-top:90px; }
    .lg\:pb-90 { padding-bottom:90px; }
    .lg\:pl-90 { padding-left:90px; }
    .lg\:pr-90 { padding-right:90px; }

    .lg\:m-90 {  margin:90px; }
    .lg\:mt-90 { margin-top:90px; }
    .lg\:mb-90 { margin-bottom:90px; }
    .lg\:ml-90 { margin-left:90px; }
    .lg\:mr-90 { margin-right:90px; }

    .lg\:ml--90 { margin-left:-90px; }
    .lg\:mr--90 { margin-right:-90px; }

    .lg\:mt--90 { margin-top:-90px; }
    .lg\:mb--90 { margin-bottom:-90px; }

    .lg\:max--90 { max-width:90%; }
    .lg\:mt---90 { margin-top:-90%; }
    .lg\:mb---90 { margin-bottom:-90%; }
    
    
    .lg\:p--95 { padding:95px !important; }
    .lg\:p-95 { padding:95px; }
    .lg\:pt-95 { padding-top:95px; }
    .lg\:pb-95 { padding-bottom:95px; }
    .lg\:pl-95 { padding-left:95px; }
    .lg\:pr-95 { padding-right:95px; }

    .lg\:m-95 {  margin:95px; }
    .lg\:mt-95 { margin-top:95px; }
    .lg\:mb-95 { margin-bottom:95px; }
    .lg\:ml-95 { margin-left:95px; }
    .lg\:mr-95 { margin-right:95px; }

    .lg\:ml--95 { margin-left:-95px; }
    .lg\:mr--95 { margin-right:-95px; }

    .lg\:mt--95 { margin-top:-95px; }
    .lg\:mb--95 { margin-bottom:-95px; }

    .lg\:max--95 { max-width:95%; }
    .lg\:mt---95 { margin-top:-95%; }
    .lg\:mb---95 { margin-bottom:-95%; }
    
    
    .lg\:p--100 { padding:100px !important; }
    .lg\:p-100 { padding:100px; }
    .lg\:pt-100 { padding-top:100px; }
    .lg\:pb-100 { padding-bottom:100px; }
    .lg\:pl-100 { padding-left:100px; }
    .lg\:pr-100 { padding-right:100px; }

    .lg\:m-100 {  margin:100px; }
    .lg\:mt-100 { margin-top:100px; }
    .lg\:mb-100 { margin-bottom:100px; }
    .lg\:ml-100 { margin-left:100px; }
    .lg\:mr-100 { margin-right:100px; }

    .lg\:ml--100 { margin-left:-100px; }
    .lg\:mr--100 { margin-right:-100px; }

    .lg\:mt--100 { margin-top:-100px; }
    .lg\:mb--100 { margin-bottom:-100px; }

    .lg\:max--100 { max-width:100%; }
    .lg\:mt---100 { margin-top:-100%; }
    .lg\:mb---100 { margin-bottom:-100%; }
    
    
    .lg\:p--105 { padding:105px !important; }
    .lg\:p-105 { padding:105px; }
    .lg\:pt-105 { padding-top:105px; }
    .lg\:pb-105 { padding-bottom:105px; }
    .lg\:pl-105 { padding-left:105px; }
    .lg\:pr-105 { padding-right:105px; }

    .lg\:m-105 {  margin:105px; }
    .lg\:mt-105 { margin-top:105px; }
    .lg\:mb-105 { margin-bottom:105px; }
    .lg\:ml-105 { margin-left:105px; }
    .lg\:mr-105 { margin-right:105px; }

    .lg\:ml--105 { margin-left:-105px; }
    .lg\:mr--105 { margin-right:-105px; }

    .lg\:mt--105 { margin-top:-105px; }
    .lg\:mb--105 { margin-bottom:-105px; }

    .lg\:max--105 { max-width:105%; }
    .lg\:mt---105 { margin-top:-105%; }
    .lg\:mb---105 { margin-bottom:-105%; }
    
    
    .lg\:p--110 { padding:110px !important; }
    .lg\:p-110 { padding:110px; }
    .lg\:pt-110 { padding-top:110px; }
    .lg\:pb-110 { padding-bottom:110px; }
    .lg\:pl-110 { padding-left:110px; }
    .lg\:pr-110 { padding-right:110px; }

    .lg\:m-110 {  margin:110px; }
    .lg\:mt-110 { margin-top:110px; }
    .lg\:mb-110 { margin-bottom:110px; }
    .lg\:ml-110 { margin-left:110px; }
    .lg\:mr-110 { margin-right:110px; }

    .lg\:ml--110 { margin-left:-110px; }
    .lg\:mr--110 { margin-right:-110px; }

    .lg\:mt--110 { margin-top:-110px; }
    .lg\:mb--110 { margin-bottom:-110px; }

    .lg\:max--110 { max-width:110%; }
    .lg\:mt---110 { margin-top:-110%; }
    .lg\:mb---110 { margin-bottom:-110%; }
    
    
    .lg\:p--115 { padding:115px !important; }
    .lg\:p-115 { padding:115px; }
    .lg\:pt-115 { padding-top:115px; }
    .lg\:pb-115 { padding-bottom:115px; }
    .lg\:pl-115 { padding-left:115px; }
    .lg\:pr-115 { padding-right:115px; }

    .lg\:m-115 {  margin:115px; }
    .lg\:mt-115 { margin-top:115px; }
    .lg\:mb-115 { margin-bottom:115px; }
    .lg\:ml-115 { margin-left:115px; }
    .lg\:mr-115 { margin-right:115px; }

    .lg\:ml--115 { margin-left:-115px; }
    .lg\:mr--115 { margin-right:-115px; }

    .lg\:mt--115 { margin-top:-115px; }
    .lg\:mb--115 { margin-bottom:-115px; }

    .lg\:max--115 { max-width:115%; }
    .lg\:mt---115 { margin-top:-115%; }
    .lg\:mb---115 { margin-bottom:-115%; }
    
    
    .lg\:p--120 { padding:120px !important; }
    .lg\:p-120 { padding:120px; }
    .lg\:pt-120 { padding-top:120px; }
    .lg\:pb-120 { padding-bottom:120px; }
    .lg\:pl-120 { padding-left:120px; }
    .lg\:pr-120 { padding-right:120px; }

    .lg\:m-120 {  margin:120px; }
    .lg\:mt-120 { margin-top:120px; }
    .lg\:mb-120 { margin-bottom:120px; }
    .lg\:ml-120 { margin-left:120px; }
    .lg\:mr-120 { margin-right:120px; }

    .lg\:ml--120 { margin-left:-120px; }
    .lg\:mr--120 { margin-right:-120px; }

    .lg\:mt--120 { margin-top:-120px; }
    .lg\:mb--120 { margin-bottom:-120px; }

    .lg\:max--120 { max-width:120%; }
    .lg\:mt---120 { margin-top:-120%; }
    .lg\:mb---120 { margin-bottom:-120%; }
    
    
    .lg\:p--125 { padding:125px !important; }
    .lg\:p-125 { padding:125px; }
    .lg\:pt-125 { padding-top:125px; }
    .lg\:pb-125 { padding-bottom:125px; }
    .lg\:pl-125 { padding-left:125px; }
    .lg\:pr-125 { padding-right:125px; }

    .lg\:m-125 {  margin:125px; }
    .lg\:mt-125 { margin-top:125px; }
    .lg\:mb-125 { margin-bottom:125px; }
    .lg\:ml-125 { margin-left:125px; }
    .lg\:mr-125 { margin-right:125px; }

    .lg\:ml--125 { margin-left:-125px; }
    .lg\:mr--125 { margin-right:-125px; }

    .lg\:mt--125 { margin-top:-125px; }
    .lg\:mb--125 { margin-bottom:-125px; }

    .lg\:max--125 { max-width:125%; }
    .lg\:mt---125 { margin-top:-125%; }
    .lg\:mb---125 { margin-bottom:-125%; }
    
    
    .lg\:p--130 { padding:130px !important; }
    .lg\:p-130 { padding:130px; }
    .lg\:pt-130 { padding-top:130px; }
    .lg\:pb-130 { padding-bottom:130px; }
    .lg\:pl-130 { padding-left:130px; }
    .lg\:pr-130 { padding-right:130px; }

    .lg\:m-130 {  margin:130px; }
    .lg\:mt-130 { margin-top:130px; }
    .lg\:mb-130 { margin-bottom:130px; }
    .lg\:ml-130 { margin-left:130px; }
    .lg\:mr-130 { margin-right:130px; }

    .lg\:ml--130 { margin-left:-130px; }
    .lg\:mr--130 { margin-right:-130px; }

    .lg\:mt--130 { margin-top:-130px; }
    .lg\:mb--130 { margin-bottom:-130px; }

    .lg\:max--130 { max-width:130%; }
    .lg\:mt---130 { margin-top:-130%; }
    .lg\:mb---130 { margin-bottom:-130%; }
    
    
    .lg\:p--135 { padding:135px !important; }
    .lg\:p-135 { padding:135px; }
    .lg\:pt-135 { padding-top:135px; }
    .lg\:pb-135 { padding-bottom:135px; }
    .lg\:pl-135 { padding-left:135px; }
    .lg\:pr-135 { padding-right:135px; }

    .lg\:m-135 {  margin:135px; }
    .lg\:mt-135 { margin-top:135px; }
    .lg\:mb-135 { margin-bottom:135px; }
    .lg\:ml-135 { margin-left:135px; }
    .lg\:mr-135 { margin-right:135px; }

    .lg\:ml--135 { margin-left:-135px; }
    .lg\:mr--135 { margin-right:-135px; }

    .lg\:mt--135 { margin-top:-135px; }
    .lg\:mb--135 { margin-bottom:-135px; }

    .lg\:max--135 { max-width:135%; }
    .lg\:mt---135 { margin-top:-135%; }
    .lg\:mb---135 { margin-bottom:-135%; }
    
    
    .lg\:p--140 { padding:140px !important; }
    .lg\:p-140 { padding:140px; }
    .lg\:pt-140 { padding-top:140px; }
    .lg\:pb-140 { padding-bottom:140px; }
    .lg\:pl-140 { padding-left:140px; }
    .lg\:pr-140 { padding-right:140px; }

    .lg\:m-140 {  margin:140px; }
    .lg\:mt-140 { margin-top:140px; }
    .lg\:mb-140 { margin-bottom:140px; }
    .lg\:ml-140 { margin-left:140px; }
    .lg\:mr-140 { margin-right:140px; }

    .lg\:ml--140 { margin-left:-140px; }
    .lg\:mr--140 { margin-right:-140px; }

    .lg\:mt--140 { margin-top:-140px; }
    .lg\:mb--140 { margin-bottom:-140px; }

    .lg\:max--140 { max-width:140%; }
    .lg\:mt---140 { margin-top:-140%; }
    .lg\:mb---140 { margin-bottom:-140%; }
    
    
    .lg\:p--145 { padding:145px !important; }
    .lg\:p-145 { padding:145px; }
    .lg\:pt-145 { padding-top:145px; }
    .lg\:pb-145 { padding-bottom:145px; }
    .lg\:pl-145 { padding-left:145px; }
    .lg\:pr-145 { padding-right:145px; }

    .lg\:m-145 {  margin:145px; }
    .lg\:mt-145 { margin-top:145px; }
    .lg\:mb-145 { margin-bottom:145px; }
    .lg\:ml-145 { margin-left:145px; }
    .lg\:mr-145 { margin-right:145px; }

    .lg\:ml--145 { margin-left:-145px; }
    .lg\:mr--145 { margin-right:-145px; }

    .lg\:mt--145 { margin-top:-145px; }
    .lg\:mb--145 { margin-bottom:-145px; }

    .lg\:max--145 { max-width:145%; }
    .lg\:mt---145 { margin-top:-145%; }
    .lg\:mb---145 { margin-bottom:-145%; }
    
    
    .lg\:p--150 { padding:150px !important; }
    .lg\:p-150 { padding:150px; }
    .lg\:pt-150 { padding-top:150px; }
    .lg\:pb-150 { padding-bottom:150px; }
    .lg\:pl-150 { padding-left:150px; }
    .lg\:pr-150 { padding-right:150px; }

    .lg\:m-150 {  margin:150px; }
    .lg\:mt-150 { margin-top:150px; }
    .lg\:mb-150 { margin-bottom:150px; }
    .lg\:ml-150 { margin-left:150px; }
    .lg\:mr-150 { margin-right:150px; }

    .lg\:ml--150 { margin-left:-150px; }
    .lg\:mr--150 { margin-right:-150px; }

    .lg\:mt--150 { margin-top:-150px; }
    .lg\:mb--150 { margin-bottom:-150px; }

    .lg\:max--150 { max-width:150%; }
    .lg\:mt---150 { margin-top:-150%; }
    .lg\:mb---150 { margin-bottom:-150%; }
    
    
    .lg\:p--155 { padding:155px !important; }
    .lg\:p-155 { padding:155px; }
    .lg\:pt-155 { padding-top:155px; }
    .lg\:pb-155 { padding-bottom:155px; }
    .lg\:pl-155 { padding-left:155px; }
    .lg\:pr-155 { padding-right:155px; }

    .lg\:m-155 {  margin:155px; }
    .lg\:mt-155 { margin-top:155px; }
    .lg\:mb-155 { margin-bottom:155px; }
    .lg\:ml-155 { margin-left:155px; }
    .lg\:mr-155 { margin-right:155px; }

    .lg\:ml--155 { margin-left:-155px; }
    .lg\:mr--155 { margin-right:-155px; }

    .lg\:mt--155 { margin-top:-155px; }
    .lg\:mb--155 { margin-bottom:-155px; }

    .lg\:max--155 { max-width:155%; }
    .lg\:mt---155 { margin-top:-155%; }
    .lg\:mb---155 { margin-bottom:-155%; }
    
    
    .lg\:p--160 { padding:160px !important; }
    .lg\:p-160 { padding:160px; }
    .lg\:pt-160 { padding-top:160px; }
    .lg\:pb-160 { padding-bottom:160px; }
    .lg\:pl-160 { padding-left:160px; }
    .lg\:pr-160 { padding-right:160px; }

    .lg\:m-160 {  margin:160px; }
    .lg\:mt-160 { margin-top:160px; }
    .lg\:mb-160 { margin-bottom:160px; }
    .lg\:ml-160 { margin-left:160px; }
    .lg\:mr-160 { margin-right:160px; }

    .lg\:ml--160 { margin-left:-160px; }
    .lg\:mr--160 { margin-right:-160px; }

    .lg\:mt--160 { margin-top:-160px; }
    .lg\:mb--160 { margin-bottom:-160px; }

    .lg\:max--160 { max-width:160%; }
    .lg\:mt---160 { margin-top:-160%; }
    .lg\:mb---160 { margin-bottom:-160%; }
    
    
    .lg\:p--165 { padding:165px !important; }
    .lg\:p-165 { padding:165px; }
    .lg\:pt-165 { padding-top:165px; }
    .lg\:pb-165 { padding-bottom:165px; }
    .lg\:pl-165 { padding-left:165px; }
    .lg\:pr-165 { padding-right:165px; }

    .lg\:m-165 {  margin:165px; }
    .lg\:mt-165 { margin-top:165px; }
    .lg\:mb-165 { margin-bottom:165px; }
    .lg\:ml-165 { margin-left:165px; }
    .lg\:mr-165 { margin-right:165px; }

    .lg\:ml--165 { margin-left:-165px; }
    .lg\:mr--165 { margin-right:-165px; }

    .lg\:mt--165 { margin-top:-165px; }
    .lg\:mb--165 { margin-bottom:-165px; }

    .lg\:max--165 { max-width:165%; }
    .lg\:mt---165 { margin-top:-165%; }
    .lg\:mb---165 { margin-bottom:-165%; }
    
    
    .lg\:p--170 { padding:170px !important; }
    .lg\:p-170 { padding:170px; }
    .lg\:pt-170 { padding-top:170px; }
    .lg\:pb-170 { padding-bottom:170px; }
    .lg\:pl-170 { padding-left:170px; }
    .lg\:pr-170 { padding-right:170px; }

    .lg\:m-170 {  margin:170px; }
    .lg\:mt-170 { margin-top:170px; }
    .lg\:mb-170 { margin-bottom:170px; }
    .lg\:ml-170 { margin-left:170px; }
    .lg\:mr-170 { margin-right:170px; }

    .lg\:ml--170 { margin-left:-170px; }
    .lg\:mr--170 { margin-right:-170px; }

    .lg\:mt--170 { margin-top:-170px; }
    .lg\:mb--170 { margin-bottom:-170px; }

    .lg\:max--170 { max-width:170%; }
    .lg\:mt---170 { margin-top:-170%; }
    .lg\:mb---170 { margin-bottom:-170%; }
    
    
    .lg\:p--175 { padding:175px !important; }
    .lg\:p-175 { padding:175px; }
    .lg\:pt-175 { padding-top:175px; }
    .lg\:pb-175 { padding-bottom:175px; }
    .lg\:pl-175 { padding-left:175px; }
    .lg\:pr-175 { padding-right:175px; }

    .lg\:m-175 {  margin:175px; }
    .lg\:mt-175 { margin-top:175px; }
    .lg\:mb-175 { margin-bottom:175px; }
    .lg\:ml-175 { margin-left:175px; }
    .lg\:mr-175 { margin-right:175px; }

    .lg\:ml--175 { margin-left:-175px; }
    .lg\:mr--175 { margin-right:-175px; }

    .lg\:mt--175 { margin-top:-175px; }
    .lg\:mb--175 { margin-bottom:-175px; }

    .lg\:max--175 { max-width:175%; }
    .lg\:mt---175 { margin-top:-175%; }
    .lg\:mb---175 { margin-bottom:-175%; }
    
    
    .lg\:p--180 { padding:180px !important; }
    .lg\:p-180 { padding:180px; }
    .lg\:pt-180 { padding-top:180px; }
    .lg\:pb-180 { padding-bottom:180px; }
    .lg\:pl-180 { padding-left:180px; }
    .lg\:pr-180 { padding-right:180px; }

    .lg\:m-180 {  margin:180px; }
    .lg\:mt-180 { margin-top:180px; }
    .lg\:mb-180 { margin-bottom:180px; }
    .lg\:ml-180 { margin-left:180px; }
    .lg\:mr-180 { margin-right:180px; }

    .lg\:ml--180 { margin-left:-180px; }
    .lg\:mr--180 { margin-right:-180px; }

    .lg\:mt--180 { margin-top:-180px; }
    .lg\:mb--180 { margin-bottom:-180px; }

    .lg\:max--180 { max-width:180%; }
    .lg\:mt---180 { margin-top:-180%; }
    .lg\:mb---180 { margin-bottom:-180%; }
    
    
    .lg\:p--185 { padding:185px !important; }
    .lg\:p-185 { padding:185px; }
    .lg\:pt-185 { padding-top:185px; }
    .lg\:pb-185 { padding-bottom:185px; }
    .lg\:pl-185 { padding-left:185px; }
    .lg\:pr-185 { padding-right:185px; }

    .lg\:m-185 {  margin:185px; }
    .lg\:mt-185 { margin-top:185px; }
    .lg\:mb-185 { margin-bottom:185px; }
    .lg\:ml-185 { margin-left:185px; }
    .lg\:mr-185 { margin-right:185px; }

    .lg\:ml--185 { margin-left:-185px; }
    .lg\:mr--185 { margin-right:-185px; }

    .lg\:mt--185 { margin-top:-185px; }
    .lg\:mb--185 { margin-bottom:-185px; }

    .lg\:max--185 { max-width:185%; }
    .lg\:mt---185 { margin-top:-185%; }
    .lg\:mb---185 { margin-bottom:-185%; }
    
    
    .lg\:p--190 { padding:190px !important; }
    .lg\:p-190 { padding:190px; }
    .lg\:pt-190 { padding-top:190px; }
    .lg\:pb-190 { padding-bottom:190px; }
    .lg\:pl-190 { padding-left:190px; }
    .lg\:pr-190 { padding-right:190px; }

    .lg\:m-190 {  margin:190px; }
    .lg\:mt-190 { margin-top:190px; }
    .lg\:mb-190 { margin-bottom:190px; }
    .lg\:ml-190 { margin-left:190px; }
    .lg\:mr-190 { margin-right:190px; }

    .lg\:ml--190 { margin-left:-190px; }
    .lg\:mr--190 { margin-right:-190px; }

    .lg\:mt--190 { margin-top:-190px; }
    .lg\:mb--190 { margin-bottom:-190px; }

    .lg\:max--190 { max-width:190%; }
    .lg\:mt---190 { margin-top:-190%; }
    .lg\:mb---190 { margin-bottom:-190%; }
    
    
    .lg\:p--195 { padding:195px !important; }
    .lg\:p-195 { padding:195px; }
    .lg\:pt-195 { padding-top:195px; }
    .lg\:pb-195 { padding-bottom:195px; }
    .lg\:pl-195 { padding-left:195px; }
    .lg\:pr-195 { padding-right:195px; }

    .lg\:m-195 {  margin:195px; }
    .lg\:mt-195 { margin-top:195px; }
    .lg\:mb-195 { margin-bottom:195px; }
    .lg\:ml-195 { margin-left:195px; }
    .lg\:mr-195 { margin-right:195px; }

    .lg\:ml--195 { margin-left:-195px; }
    .lg\:mr--195 { margin-right:-195px; }

    .lg\:mt--195 { margin-top:-195px; }
    .lg\:mb--195 { margin-bottom:-195px; }

    .lg\:max--195 { max-width:195%; }
    .lg\:mt---195 { margin-top:-195%; }
    .lg\:mb---195 { margin-bottom:-195%; }
    
    
    .lg\:p--200 { padding:200px !important; }
    .lg\:p-200 { padding:200px; }
    .lg\:pt-200 { padding-top:200px; }
    .lg\:pb-200 { padding-bottom:200px; }
    .lg\:pl-200 { padding-left:200px; }
    .lg\:pr-200 { padding-right:200px; }

    .lg\:m-200 {  margin:200px; }
    .lg\:mt-200 { margin-top:200px; }
    .lg\:mb-200 { margin-bottom:200px; }
    .lg\:ml-200 { margin-left:200px; }
    .lg\:mr-200 { margin-right:200px; }

    .lg\:ml--200 { margin-left:-200px; }
    .lg\:mr--200 { margin-right:-200px; }

    .lg\:mt--200 { margin-top:-200px; }
    .lg\:mb--200 { margin-bottom:-200px; }

    .lg\:max--200 { max-width:200%; }
    .lg\:mt---200 { margin-top:-200%; }
    .lg\:mb---200 { margin-bottom:-200%; }
    
    

    
    .lg\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .lg\:max-50 { max-width:50px; }
    .lg\:text-2{ font-size:2px; } 

    
    .lg\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .lg\:max-100 { max-width:100px; }
    .lg\:text-4{ font-size:4px; } 

    
    .lg\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .lg\:max-150 { max-width:150px; }
    .lg\:text-6{ font-size:6px; } 

    
    .lg\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .lg\:max-200 { max-width:200px; }
    .lg\:text-8{ font-size:8px; } 

    
    .lg\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .lg\:max-250 { max-width:250px; }
    .lg\:text-10{ font-size:10px; } 

    
    .lg\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .lg\:max-300 { max-width:300px; }
    .lg\:text-12{ font-size:12px; } 

    
    .lg\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .lg\:max-350 { max-width:350px; }
    .lg\:text-14{ font-size:14px; } 

    
    .lg\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .lg\:max-400 { max-width:400px; }
    .lg\:text-16{ font-size:16px; } 

    
    .lg\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .lg\:max-450 { max-width:450px; }
    .lg\:text-18{ font-size:18px; } 

    
    .lg\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .lg\:max-500 { max-width:500px; }
    .lg\:text-20{ font-size:20px; } 

    
    .lg\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .lg\:max-550 { max-width:550px; }
    .lg\:text-22{ font-size:22px; } 

    
    .lg\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .lg\:max-600 { max-width:600px; }
    .lg\:text-24{ font-size:24px; } 

    
    .lg\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .lg\:max-650 { max-width:650px; }
    .lg\:text-26{ font-size:26px; } 

    
    .lg\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .lg\:max-700 { max-width:700px; }
    .lg\:text-28{ font-size:28px; } 

    
    .lg\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .lg\:max-750 { max-width:750px; }
    .lg\:text-30{ font-size:30px; } 

    
    .lg\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .lg\:max-800 { max-width:800px; }
    .lg\:text-32{ font-size:32px; } 

    
    .lg\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .lg\:max-850 { max-width:850px; }
    .lg\:text-34{ font-size:34px; } 

    
    .lg\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .lg\:max-900 { max-width:900px; }
    .lg\:text-36{ font-size:36px; } 

    
    .lg\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .lg\:max-950 { max-width:950px; }
    .lg\:text-38{ font-size:38px; } 

    
    .lg\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .lg\:max-1000 { max-width:1000px; }
    .lg\:text-40{ font-size:40px; } 

    
    .lg\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .lg\:max-1050 { max-width:1050px; }
    .lg\:text-42{ font-size:42px; } 

    
    .lg\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .lg\:max-1100 { max-width:1100px; }
    .lg\:text-44{ font-size:44px; } 

    
    .lg\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .lg\:max-1150 { max-width:1150px; }
    .lg\:text-46{ font-size:46px; } 

    
    .lg\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .lg\:max-1200 { max-width:1200px; }
    .lg\:text-48{ font-size:48px; } 

    
    .lg\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .lg\:max-1250 { max-width:1250px; }
    .lg\:text-50{ font-size:50px; } 

    
    .lg\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .lg\:max-1300 { max-width:1300px; }
    .lg\:text-52{ font-size:52px; } 

    
    .lg\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .lg\:max-1350 { max-width:1350px; }
    .lg\:text-54{ font-size:54px; } 

    
    .lg\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .lg\:max-1400 { max-width:1400px; }
    .lg\:text-56{ font-size:56px; } 

    
    .lg\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .lg\:max-1450 { max-width:1450px; }
    .lg\:text-58{ font-size:58px; } 

    

    .lg\:max-full { max-width:100%; }
    .lg\:ml-auto{ margin-left:auto; }
    .lg\:mr-auto{ margin-right:auto; }
    .lg\:vh-100{ height:100vh; }
    .lg\:vh-auto{ height:auto; }
}



[class*="col-"] { padding-left:15px; padding-right:15px; width:100%; }
.flex-row,.row { margin:0 -15px; display:flex; flex-wrap:wrap; }
.flex-wrap { flex-wrap:wrap; }
.no-gutter [class*="col-"]{ padding-left:0; padding-right:0;}
.no-gutter{margin:0;}
[class*=max-] {
    width: 100%;
    min-height: 1px;
}
.m-auto{ margin-left:auto; margin-right:auto; }

@media(min-width:1350px){
    
}

[class*=color\:] h1,
[class*=color\:] .h1,

[class*=color\:] h2,
[class*=color\:] .h2,

[class*=color\:] h3,
[class*=color\:] .h3,

[class*=color\:] h4,
[class*=color\:] .h4,

[class*=color\:] h5,
[class*=color\:] .h5,

[class*=color\:] h6,
[class*=color\:] .h6 {
    color:inherit;
}

[class*="row"][class*="p-"] {
/*     padding: 0 !important; */
}

.row.p--15 { margin: 0 -15px; }
.row.p--10 { margin: 0 -10px; }
.row.p--5 { margin: 0 -5px; }



.color-inherit,
.color-inherit h1,
.color-inherit h2,
.color-inherit h3, 
.color-inherit h4,
.color-inherit h5,
.color-inherit h6 { color:inherit; }









/* */

.color\:black{ color:#000000; }
.bg\:black{ background-color:#000000; }

.color\:maroon{ color:#A324D1; }
.bg\:maroon{ background-color:#A324D1; }

.color\:pink{ color:#A324D1; }
.bg\:pink{ background-color:#A324D1; }

.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:#A324D1; }
    .hoverbg\:maroon:hover{ background-color:#A324D1; }
    
    .hover\:pink:hover{ color:#A324D1; }
    .hoverbg\:pink:hover{ background-color:#A324D1; }
    
    .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; }


.line-0 { line-height: 0; }


@media (max-width:991.98px) {
  
  .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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\:mt--105 { margin-top:-105px; }
  .md\:mb--105 { margin-bottom:-105px; }

  

  .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\:mt--110 { margin-top:-110px; }
  .md\:mb--110 { margin-bottom:-110px; }

  

  .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\:mt--115 { margin-top:-115px; }
  .md\:mb--115 { margin-bottom:-115px; }

  

  .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\:mt--120 { margin-top:-120px; }
  .md\:mb--120 { margin-bottom:-120px; }

  

  .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\:mt--125 { margin-top:-125px; }
  .md\:mb--125 { margin-bottom:-125px; }

  

  .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\:mt--130 { margin-top:-130px; }
  .md\:mb--130 { margin-bottom:-130px; }

  

  .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\:mt--135 { margin-top:-135px; }
  .md\:mb--135 { margin-bottom:-135px; }

  

  .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\:mt--140 { margin-top:-140px; }
  .md\:mb--140 { margin-bottom:-140px; }

  

  .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\:mt--145 { margin-top:-145px; }
  .md\:mb--145 { margin-bottom:-145px; }

  

  .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\:mt--150 { margin-top:-150px; }
  .md\:mb--150 { margin-bottom:-150px; }

  

  .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\:mt--155 { margin-top:-155px; }
  .md\:mb--155 { margin-bottom:-155px; }

  

  .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\:mt--160 { margin-top:-160px; }
  .md\:mb--160 { margin-bottom:-160px; }

  

  .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\:mt--165 { margin-top:-165px; }
  .md\:mb--165 { margin-bottom:-165px; }

  

  .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\:mt--170 { margin-top:-170px; }
  .md\:mb--170 { margin-bottom:-170px; }

  

  .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\:mt--175 { margin-top:-175px; }
  .md\:mb--175 { margin-bottom:-175px; }

  

  .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\:mt--180 { margin-top:-180px; }
  .md\:mb--180 { margin-bottom:-180px; }

  

  .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\:mt--185 { margin-top:-185px; }
  .md\:mb--185 { margin-bottom:-185px; }

  

  .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\:mt--190 { margin-top:-190px; }
  .md\:mb--190 { margin-bottom:-190px; }

  

  .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\:mt--195 { margin-top:-195px; }
  .md\:mb--195 { margin-bottom:-195px; }

  

  .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\:mt--200 { margin-top:-200px; }
  .md\:mb--200 { margin-bottom:-200px; }

  

}


@media (max-width:767.98px) {
  
  .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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\:mt--105 { margin-top:-105px; }
  .sm\:mb--105 { margin-bottom:-105px; }

  

  .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\:mt--110 { margin-top:-110px; }
  .sm\:mb--110 { margin-bottom:-110px; }

  

  .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\:mt--115 { margin-top:-115px; }
  .sm\:mb--115 { margin-bottom:-115px; }

  

  .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\:mt--120 { margin-top:-120px; }
  .sm\:mb--120 { margin-bottom:-120px; }

  

  .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\:mt--125 { margin-top:-125px; }
  .sm\:mb--125 { margin-bottom:-125px; }

  

  .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\:mt--130 { margin-top:-130px; }
  .sm\:mb--130 { margin-bottom:-130px; }

  

  .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\:mt--135 { margin-top:-135px; }
  .sm\:mb--135 { margin-bottom:-135px; }

  

  .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\:mt--140 { margin-top:-140px; }
  .sm\:mb--140 { margin-bottom:-140px; }

  

  .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\:mt--145 { margin-top:-145px; }
  .sm\:mb--145 { margin-bottom:-145px; }

  

  .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\:mt--150 { margin-top:-150px; }
  .sm\:mb--150 { margin-bottom:-150px; }

  

  .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\:mt--155 { margin-top:-155px; }
  .sm\:mb--155 { margin-bottom:-155px; }

  

  .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\:mt--160 { margin-top:-160px; }
  .sm\:mb--160 { margin-bottom:-160px; }

  

  .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\:mt--165 { margin-top:-165px; }
  .sm\:mb--165 { margin-bottom:-165px; }

  

  .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\:mt--170 { margin-top:-170px; }
  .sm\:mb--170 { margin-bottom:-170px; }

  

  .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\:mt--175 { margin-top:-175px; }
  .sm\:mb--175 { margin-bottom:-175px; }

  

  .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\:mt--180 { margin-top:-180px; }
  .sm\:mb--180 { margin-bottom:-180px; }

  

  .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\:mt--185 { margin-top:-185px; }
  .sm\:mb--185 { margin-bottom:-185px; }

  

  .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\:mt--190 { margin-top:-190px; }
  .sm\:mb--190 { margin-bottom:-190px; }

  

  .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\:mt--195 { margin-top:-195px; }
  .sm\:mb--195 { margin-bottom:-195px; }

  

  .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\:mt--200 { margin-top:-200px; }
  .sm\:mb--200 { margin-bottom:-200px; }

  

}
/* 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: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    font-size:18px;
    line-height:1.31;
    color:#425968;
    background:#F7F7F7;
    overflow-x: hidden;
}

p { padding-bottom: 25px; margin:0; }
p:last-child { padding-bottom: 0; }

h1, .h1 { color:#2A3641; font-size:64px; line-height:1.1; margin:0; padding:0; clear:both; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h2, .h2, .plan-block .state-included .left_content h3 { color:#2A3641; font-size:40px; line-height:1.16; margin:0; padding:0; clear:both; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h3, .h3 { color:#2A3641; font-size:32px; line-height:1.16; margin:0; padding:0; clear:both; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h4, h3.h4, .h4 { color:#2A3641; font-size:24px; line-height:1.18; margin:0; padding:0; clear:both; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h5, .h5 { color:#2A3641; font-size:22px; line-height:1.20; margin:0; padding:0; clear:both; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h6, .h6 { color:#2A3641; font-size:20px; line-height:1.20; margin:0; padding:0; clear:both; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }

h1 span { color: var(--seventh-color); }
h2 span { color: var(--seventh-color); }
h3 span { color: var(--seventh-color); }
h4 span { color: var(--seventh-color); } 
h5 span { color: var(--seventh-color); }
h6 span { color: var(--seventh-color); }

a { text-decoration:none; outline:none; color:#A324D1; 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:#0084A9; }

/*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: 52px; }
    h2 { font-size: 30px; }
    h3 { font-size: 28px; }
    h4, h3.h4 { font-size: 22px; }
}

@media (max-width:991px){
    body { font-size:16px; }
    
    h1 { font-size: 50px; }
    h2 { font-size: 40px; }
    h3 { font-size: 28px; }
    h4, h3.h4 { font-size: 22px; }
    h5 { font-size: 18px; }
}

@media (max-width:767px){

    h1 { font-size: 40px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4, h3.h4 { font-size: 18px; }
}
textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { box-shadow: none; background-color: #FFFFFF; border: 1px solid #EFEFEF; padding: 0 20px; width:100%; border-radius: 25px; height: 45px; color: #2a3641; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; font-size:16px; margin: 8px 0 15px; color: #555555; font-weight: 400; border-color: #ddd; }
form textarea { height: 150px; resize: none !important; padding: 20px; } 
form .hs-form-field > label { color: #2a3641; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; text-transform: capitalize; font-size:16px; }
form input::placeholder { color: #94A4AF !important; font-family: Rethink Sans; }
form select::placeholder { color: #94A4AF !important; font-family: Rethink Sans; }
form textarea::placeholder { color: #94A4AF !important; font-family: Rethink Sans; }

input[type="submit"] { background: var(--tertiary-color); color: #fff; margin: 20px 0 0; font-family: Rethink Sans; border: 0; padding: 15px; min-width: 140px; max-width:100%; font-weight: 500; cursor:pointer; transition: all .5s ease-in-out; border-radius: 30px; }
input[type="submit"]:hover { background: var(--seventh-color); color: #fff; }

.field.hs-form-field { margin-bottom: 15px; }
form ul.hs-error-msgs { padding: 0; font-size: 12px; color: #f00; }
form ul.hs-error-msgs li:before { display: none; }  
form ul.hs-error-msgs li { padding: 0; }
.hs_error_rollup { display: none; }
.submitted-message { display: inline-block; width: 100%; vertical-align: top; background-color: var(--fifth-color); text-align: center; padding: 15px; border-radius: 0px; color: #FFFFFF; }
.submitted-message h4 { color:#fff; }
fieldset.form-columns-1 .hs-input { width: 100% !important; }

fieldset { max-width:100% !important; }
fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 10px; } 
fieldset.form-columns-2 .input, fieldset.form-columns-3 .input, fieldset.form-columns-1 .input { margin-right: 0 !important; } 

.hs-form fieldset input[type="checkbox"], .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding: 0; position:relative; }
.inputs-list input[type="checkbox"] , .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; padding-left: 28px; margin: 0; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left: 0; top:0;  content:''; width: 18px; height: 18px; border:1px solid var(--secondary-color); color:var(--secondary-color); background: transparent; border-radius: 2px; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color: var(--secondary-color); position:absolute; left: 4px; top: -1px;  content: "\f00c"; font-family:'FontAwesome'; line-height: 20px; font-size: 10px; }

.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid var(--secondary-color);  background: transparent; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color: var(--secondary-color); border-radius:100%; }

input:focus-visible { outline: 0; } 
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/raw_assets/public/gentle-dental/images/icon-arrow-down.svg) no-repeat center right 15px #FFFFFF; }
select:focus-visible, textarea:focus-visible { outline: none; }

form .hs-richtext, form ul.inputs-list { font-size: 13px; line-height: 1.65; }
form .hs-richtext p { margin-bottom: 10px; }

form .hs_submit .actions input { background: var(--fifth-color); font-size: 16px; min-width: 123px; padding: 12px; margin: 0;}
form .hs_submit .actions input:hover { background: var(--seventh-color); }

@media (max-width:767px) {
    textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { margin: 8px 0 10px; }
    fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; } 
    fieldset.form-columns-2 .hs-form-field { width: 100% !important; }
    .field.hs-form-field { margin-bottom: 10px; }
    form .hs_submit .actions input { width: 100%; }
    .contact_us_form form .hs_preferred_time .input select { width: 100% !important; }
}
[class*="button-"] a { float: none; display: inline-block; vertical-align: top; width: auto; padding: 10px 19px; border-radius: 30px; font-weight: 500; font-size: 16px; position: relative; overflow: hidden; border: 1px solid transparent; font-family: Rethink Sans; }
.button-1 a { color: #FFFFFF; border-color: transparent; z-index: 1; background-color: #D72891; }

.button-1.blue a { background: var(--eight-color); }
.button-1.navy a { background: var(--fifth-color); }
.button-1.purple a { background: var(--seventh-color); }
.button-1.white a { color: var(--secondary-color); background: #fff; }

.button-1 a:hover, .button-1.hover a, .button-1.blue a:hover, .button-1.navy a:hover, .button-1.white a:hover { color: #FFFFFF; background-color: #A324D1; }
.button-1.purple a:hover { background: var(--eight-color); }

.button-1.outline a, a.button-1.outline { background: transparent; border: 1px solid #fff; }
.button-1.outline.hover a, a.button-1.outline.hover, .button-1.outline:hover a, a.button-1.outline:hover { background-color: #fff; color: var(--seventh-color); }

.button-2 a { background: ; color: #d72891; border-color: #d72891; border-radius: 20px; padding: 10px 19px; } 
.button-2 a:hover, .button-2.hover a { background-color: #d72891; border-color: #d72891; color: #FFFFFF; }
.button-2.no-border a { border: none; }

.button-2.reverse a { background-color: #d72891; border-color: #d72891; color: #FFFFFF; }
.button-2.reverse a:hover { background: transparent; color: #d72891; } 

.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='%23d72891'/%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='%23a324d1'/%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: #A324D1; }

.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_323)'%3E%3Cpath d='M27.0268 4.5L22.1602 0.75' stroke='%23a324d1' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M27.0268 4.5L22.1602 8.25' stroke='%23a324d1' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3.99219 4.5H27.0277' stroke='%23a324d1' 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"); }
.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: fixed; z-index: 9999; transition: all ease-in-out .4s; top: 0; left: 0; width: 100%; }
body.fixed header { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
.top-alert { background-color: var(--seventh-color); color:#fff; padding:5px; }
.top-alert a,
.top-alert a:focus,
.top-alert a:visited { color:#fff; }
.top_header { background: var(--headertopbg); font-size: 15px; font-weight: 500; }
.top_header .left a { color: var(--headertoplink); }
.top_header .left a:hover { color: var(--headertoplinkhover); }

.top_header_inner { color: var(--secondary-color); }
.top_header_inner .location_list { position: relative; }
.top_header_inner .location_list .location-box {position: absolute;border-radius: 12px;background: var(--White, #FFF);box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);padding: 24px;width: 440px;top: 30px;left: -24px;z-index: 10;opacity: 0;visibility: hidden;transition: .4s;    pointer-events: none;}
.top_header_inner .location_list:hover .location-box{opacity:1;visibility:visible;pointer-events: all;}
.top_header_inner .location_list:before{content:'';position:absolute;width:100%;height:30px;top:0;left:0;display:none;}
.top_header_inner .location_list:hover:before{display:block;}
.top_header_inner .location-box .box-header{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:16px;font-weight:500;line-height:normal;}
.top_header_inner .location-box .box-header .header-left{color:var(--secondary-color);}
.top_header_inner .location-box .box-header .header-right a{color:#0084A9;position:relative;padding-left:24px;padding-left:18px;display:inline-block;}

.top_header_inner .location-box .box-header .header-right a:before {
content:'';position:absolute;top:2px;left:0;width:12px;height:16px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.410797 6.29457C0.410797 3.09944 3.01024 0.5 6.2054 0.5C9.40053 0.5 11.9999 3.09944 12 6.29457C12 10.2598 6.8144 16.081 6.59362 16.3269C6.38662 16.5575 6.02455 16.5579 5.81718 16.3269C5.5964 16.081 0.410797 10.2598 0.410797 6.29457ZM3.29002 6.29457C3.29002 7.90213 4.59783 9.20998 6.2054 9.20998C7.81293 9.20998 9.12074 7.90217 9.12074 6.2946C9.12074 4.68704 7.81293 3.37919 6.2054 3.37919C4.59786 3.37919 3.29002 4.68701 3.29002 6.29457Z' fill='%230084A9'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}
.top_header_inner .location-box .box-header .header-right a:hover{text-decoration:underline;}
.top_header_inner .location-box .box-content{margin-top:12px;}
.top_header_inner .location-box .box-bottom{display:flex;justify-content:space-between;margin-top:12px;flex-wrap: wrap;gap: 10px;}
.top_header_inner .location-box .box-bottom a{text-decoration:underline;}
.top_header_inner .location-box .box-bottom a + a{margin-left:10px;}



.top_header_inner .location_list span { font-size: 14px; font-weight: 500; padding: 0 18px; position: relative; cursor: pointer; }
.top_header_inner .location_list span:before { position: absolute; content: ""; height: 16px; width: 12px; top: 1px; left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5.79457C0 2.59944 2.59944 0 5.7946 0C8.98973 0 11.5891 2.59944 11.5892 5.79457C11.5892 9.75982 6.4036 15.581 6.18282 15.8269C5.97582 16.0575 5.61376 16.0579 5.40638 15.8269C5.1856 15.581 0 9.75982 0 5.79457ZM2.87922 5.79457C2.87922 7.40213 4.18704 8.70998 5.7946 8.70998C7.40213 8.70998 8.70995 7.40217 8.70995 5.7946C8.70995 4.18704 7.40213 2.87919 5.7946 2.87919C4.18707 2.87919 2.87922 4.18701 2.87922 5.79457Z' fill='%232A3641'/%3E%3C/svg%3E"); }
.top_header_inner .location_list span:after { position: absolute; content: ""; height: 8px; width: 13px; top: 6px; right: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M5.99514 7.17411L0.835492 2.0143C0.507106 1.68608 0.507107 1.15391 0.835492 0.825847C1.16359 0.497753 1.69572 0.497753 2.02379 0.825847L6.58929 5.39148L11.1546 0.82598C11.4829 0.497887 12.0149 0.497887 12.343 0.82598C12.6713 1.15407 12.6713 1.68621 12.343 2.01444L7.1833 7.17424C7.01918 7.33829 6.8043 7.42022 6.58932 7.42022C6.37423 7.42022 6.15919 7.33813 5.99514 7.17411Z' fill='%232A3641'/%3E%3C/svg%3E"); }
.top_header_inner .location_list ul { position: absolute; top: 100%; left: 0; width: 180px; width:225px; z-index: 1; padding: 5px 0; margin: 0; list-style-type: none; border-radius: 8px; background: #fff; box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.10); height: 160px; height:200px; opacity: 0; visibility: hidden; transition: all ease-in-out .4s; margin-top: 10px; overflow-y: scroll; }
.top_header_inner .location_list ul li, .top_header_inner .location_list ul li a { display: inline-block; vertical-align: top; width: 100%; }
.top_header_inner .location_list ul li a { padding: 5px 15px; color: var(--main-color); }
.top_header_inner .location_list ul li a:hover { background: #FAFAFA; color: var(--link_color); }
.top_header_inner .location_list:hover ul { opacity: 1; visibility: visible; } 

/* Firefox */
.top_header_inner .location_list ul { scrollbar-width: auto; scrollbar-color: #8f54a0 #ffffff; }

/* Chrome, Edge, and Safari */
.top_header_inner .location_list ul::-webkit-scrollbar { width: 10px; }
.top_header_inner .location_list ul::-webkit-scrollbar-track { background: var(--secondary-color); }
.top_header_inner .location_list ul::-webkit-scrollbar-thumb { background-color: var(--secondary-color); border-radius: 10px; border: 3px solid #ffffff; }




.top_header_inner .button-1:not(.blue) a:before { position: relative; content: ""; height: 16px; width: 16px; display: inline-block; vertical-align: middle; margin-right: 5px; top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6567 9.91143C12.3291 9.57036 11.934 9.38801 11.5153 9.38801C11.0999 9.38801 10.7014 9.56699 10.3604 9.90805L9.29326 10.9718C9.20546 10.9245 9.11766 10.8806 9.03324 10.8367C8.91167 10.7759 8.79686 10.7185 8.69893 10.6577C7.69936 10.0229 6.79097 9.19552 5.91973 8.12504C5.49761 7.59149 5.21395 7.14236 5.00796 6.68648C5.28487 6.43321 5.54151 6.16981 5.79141 5.91654C5.88596 5.82199 5.98051 5.72406 6.07507 5.62951C6.78422 4.92035 6.78422 4.00184 6.07507 3.29268L5.15317 2.37079C5.04849 2.2661 4.94042 2.15804 4.83912 2.04998C4.6365 1.84061 4.42376 1.62449 4.20426 1.42188C3.8767 1.09769 3.48498 0.92547 3.07299 0.92547C2.66101 0.92547 2.26253 1.09769 1.92484 1.42188C1.92147 1.42525 1.92147 1.42525 1.91809 1.42863L0.76994 2.58691C0.337695 3.01916 0.0911805 3.54595 0.0371499 4.15717C-0.043896 5.14323 0.246518 6.06175 0.469394 6.66284C1.01645 8.13855 1.83367 9.5062 3.05273 10.9718C4.53182 12.7379 6.31145 14.1326 8.34435 15.1152C9.12104 15.4833 10.1578 15.919 11.316 15.9932C11.3869 15.9966 11.4612 16 11.5288 16C12.3088 16 12.964 15.7197 13.4773 15.1625C13.4806 15.1558 13.4874 15.1524 13.4908 15.1456C13.6664 14.9329 13.869 14.7404 14.0817 14.5344C14.2269 14.396 14.3755 14.2508 14.5207 14.0988C14.855 13.751 15.0306 13.3457 15.0306 12.9304C15.0306 12.5117 14.8517 12.1098 14.5106 11.7721L12.6567 9.91143Z' fill='white'/%3E%3Cpath d='M8.6584 3.80597C9.54315 3.95456 10.3469 4.3733 10.9885 5.01491C11.6301 5.65652 12.0454 6.46023 12.1974 7.34498C12.2346 7.56785 12.427 7.72319 12.6465 7.72319C12.6736 7.72319 12.6972 7.71981 12.7242 7.71644C12.9741 7.67591 13.1396 7.43953 13.099 7.18964C12.9167 6.11916 12.4102 5.14323 11.6368 4.36992C10.8635 3.59661 9.8876 3.09007 8.81712 2.90772C8.56723 2.86719 8.33422 3.03266 8.29032 3.27918C8.24642 3.52569 8.40851 3.76545 8.6584 3.80597Z' fill='white'/%3E%3Cpath d='M15.9931 7.05794C15.6925 5.29519 14.8618 3.69116 13.5853 2.41469C12.3088 1.13822 10.7048 0.307495 8.94206 0.00695018C8.69555 -0.0369497 8.46254 0.131896 8.41864 0.37841C8.37812 0.628302 8.54359 0.861309 8.79348 0.905208C10.3671 1.17198 11.8023 1.91828 12.9437 3.0563C14.0851 4.1977 14.828 5.63288 15.0948 7.20652C15.1319 7.4294 15.3244 7.58474 15.5439 7.58474C15.5709 7.58474 15.5946 7.58136 15.6216 7.57798C15.8681 7.54084 16.037 7.30445 15.9931 7.05794Z' fill='white'/%3E%3C/svg%3E"); }
.top_header_inner .button-1.navy a:before { content: ''; display: inline-block; width: 12px; height: 17px; vertical-align: middle; margin-right: 6px; background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' viewBox='0 0 12 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.29457C0 3.09944 2.59944 0.5 5.7946 0.5C8.98973 0.5 11.5891 3.09944 11.5892 6.29457C11.5892 10.2598 6.4036 16.081 6.18282 16.3269C5.97582 16.5575 5.61376 16.5579 5.40638 16.3269C5.1856 16.081 0 10.2598 0 6.29457ZM2.87922 6.29457C2.87922 7.90213 4.18704 9.20998 5.7946 9.20998C7.40213 9.20998 8.70995 7.90217 8.70995 6.2946C8.70995 4.68704 7.40213 3.37919 5.7946 3.37919C4.18707 3.37919 2.87922 4.68701 2.87922 6.29457Z' fill='white'/%3E%3C/svg%3E) no-repeat center / cover; position: relative; top: -1px; }

@media (max-width:1024px) {
  .top_header_inner .button-1.pin:not(.blue) a:before {
      background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' viewBox='0 0 12 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.29457C0 3.09944 2.59944 0.5 5.7946 0.5C8.98973 0.5 11.5891 3.09944 11.5892 6.29457C11.5892 10.2598 6.4036 16.081 6.18282 16.3269C5.97582 16.5575 5.61376 16.5579 5.40638 16.3269C5.1856 16.081 0 10.2598 0 6.29457ZM2.87922 6.29457C2.87922 7.90213 4.18704 9.20998 5.7946 9.20998C7.40213 9.20998 8.70995 7.90217 8.70995 6.2946C8.70995 4.68704 7.40213 3.37919 5.7946 3.37919C4.18707 3.37919 2.87922 4.68701 2.87922 6.29457Z' fill='white'/%3E%3C/svg%3E) no-repeat center / contain;
  }
  
  .top_header_inner .button-1.navy.dynamic-phone-swap a:before {
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6567 9.91143C12.3291 9.57036 11.934 9.38801 11.5153 9.38801C11.0999 9.38801 10.7014 9.56699 10.3604 9.90805L9.29326 10.9718C9.20546 10.9245 9.11766 10.8806 9.03324 10.8367C8.91167 10.7759 8.79686 10.7185 8.69893 10.6577C7.69936 10.0229 6.79097 9.19552 5.91973 8.12504C5.49761 7.59149 5.21395 7.14236 5.00796 6.68648C5.28487 6.43321 5.54151 6.16981 5.79141 5.91654C5.88596 5.82199 5.98051 5.72406 6.07507 5.62951C6.78422 4.92035 6.78422 4.00184 6.07507 3.29268L5.15317 2.37079C5.04849 2.2661 4.94042 2.15804 4.83912 2.04998C4.6365 1.84061 4.42376 1.62449 4.20426 1.42188C3.8767 1.09769 3.48498 0.92547 3.07299 0.92547C2.66101 0.92547 2.26253 1.09769 1.92484 1.42188C1.92147 1.42525 1.92147 1.42525 1.91809 1.42863L0.76994 2.58691C0.337695 3.01916 0.0911805 3.54595 0.0371499 4.15717C-0.043896 5.14323 0.246518 6.06175 0.469394 6.66284C1.01645 8.13855 1.83367 9.5062 3.05273 10.9718C4.53182 12.7379 6.31145 14.1326 8.34435 15.1152C9.12104 15.4833 10.1578 15.919 11.316 15.9932C11.3869 15.9966 11.4612 16 11.5288 16C12.3088 16 12.964 15.7197 13.4773 15.1625C13.4806 15.1558 13.4874 15.1524 13.4908 15.1456C13.6664 14.9329 13.869 14.7404 14.0817 14.5344C14.2269 14.396 14.3755 14.2508 14.5207 14.0988C14.855 13.751 15.0306 13.3457 15.0306 12.9304C15.0306 12.5117 14.8517 12.1098 14.5106 11.7721L12.6567 9.91143Z' fill='white'/%3E%3Cpath d='M8.6584 3.80597C9.54315 3.95456 10.3469 4.3733 10.9885 5.01491C11.6301 5.65652 12.0454 6.46023 12.1974 7.34498C12.2346 7.56785 12.427 7.72319 12.6465 7.72319C12.6736 7.72319 12.6972 7.71981 12.7242 7.71644C12.9741 7.67591 13.1396 7.43953 13.099 7.18964C12.9167 6.11916 12.4102 5.14323 11.6368 4.36992C10.8635 3.59661 9.8876 3.09007 8.81712 2.90772C8.56723 2.86719 8.33422 3.03266 8.29032 3.27918C8.24642 3.52569 8.40851 3.76545 8.6584 3.80597Z' fill='white'/%3E%3Cpath d='M15.9931 7.05794C15.6925 5.29519 14.8618 3.69116 13.5853 2.41469C12.3088 1.13822 10.7048 0.307495 8.94206 0.00695018C8.69555 -0.0369497 8.46254 0.131896 8.41864 0.37841C8.37812 0.628302 8.54359 0.861309 8.79348 0.905208C10.3671 1.17198 11.8023 1.91828 12.9437 3.0563C14.0851 4.1977 14.828 5.63288 15.0948 7.20652C15.1319 7.4294 15.3244 7.58474 15.5439 7.58474C15.5709 7.58474 15.5946 7.58136 15.6216 7.57798C15.8681 7.54084 16.037 7.30445 15.9931 7.05794Z' fill='white'/%3E%3C/svg%3E"); width: 17px;
  }
}


.top_header_inner .right .button_wrap a.hs-button  { font-size: 14px; }

.main_header { background-color: var(--headerbottombg); position:relative; }


/* Header Search Design Start */
.top_search_icon { cursor: pointer; padding-right: 10px; position: relative; }
.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); }
header button.hs-search-field__button { display: none; }
.top_search_form input[type="search"] { background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/raw_assets/public/gentle-dental/images/icon-search.png) no-repeat center right 20px #fff; }
header .hs-search-field__suggestions-container { display: none; }
/* Header Search Design End */

.top_simple_link .hs-menu-wrapper > ul > li { margin-left: 18px; margin-right: 5px; }
.top_simple_link .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; width: auto; padding: 0 15px 0 25px; position: relative; }
.top_simple_link .hs-menu-wrapper > ul > li > a:before { position: absolute; content: ""; height: 16px; width: 17px; top: 0px; left: 0; transition: all ease-in-out .4s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M13.8457 11.5481L10.965 11.0732V9.67162C12.0866 8.84627 12.7759 7.54588 12.7759 6.10946V4.18667C12.7759 1.87812 10.8977 0 8.5892 0C6.28069 0 4.40254 1.87812 4.40254 4.18667V6.10946C4.40254 7.56028 5.08727 8.86789 6.21336 9.69016V11.0732L3.33289 11.5481C1.75002 11.8083 0.589203 13.1779 0.589203 14.7796V15.5294C0.589203 15.7893 0.799901 16 1.05979 16H16.1186C16.3785 16 16.5892 15.7893 16.5892 15.5294V14.7796C16.5892 13.1758 15.4263 11.808 13.8457 11.5481Z' fill='%232A3641'/%3E%3C/svg%3E"); }
.top_simple_link .hs-menu-wrapper > ul > li > a:hover:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M13.8457 11.5481L10.965 11.0732V9.67162C12.0866 8.84627 12.7759 7.54588 12.7759 6.10946V4.18667C12.7759 1.87812 10.8977 0 8.5892 0C6.28069 0 4.40254 1.87812 4.40254 4.18667V6.10946C4.40254 7.56028 5.08727 8.86789 6.21336 9.69016V11.0732L3.33289 11.5481C1.75002 11.8083 0.589203 13.1779 0.589203 14.7796V15.5294C0.589203 15.7893 0.799901 16 1.05979 16H16.1186C16.3785 16 16.5892 15.7893 16.5892 15.5294V14.7796C16.5892 13.1758 15.4263 11.808 13.8457 11.5481Z' fill='%23d72891'/%3E%3C/svg%3E"); }

.mainmenu .hs-menu-wrapper > ul > li.active > a { color: var(--headerbottomlinkhover); }
.main_header_inner { position: relative; }
.mainmenu .hs-menu-wrapper > ul > li { margin: 0 5px; }
.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 25px 10px; font-size: 16px; position: relative; color: var(--headerbottomlink); text-transform: capitalize; font-weight: 500; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }

.mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { display: flex !important; }
.mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a svg { position: relative; top: 1px; margin-right: 5px; transition: all ease-in-out .4s; }

.top_header.mbl { display: none; }

/* Landing Page Header */
.header--no-navigation { border-top: 22px solid ; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 11px 100px; }

/* Footer */
.footer_col_wrap .left { width: 190px; }
.footer_col_wrap .right { width: calc(100% - 190px); }
.footer_menu_col { padding-left: 150px; }
.footer_menu_col .hs-menu-wrapper > ul > li > a { color: var(--secondary-color); font-weight: 500; margin-bottom: 10px; display: inline-block; vertical-align: top; }
.footer_menu_col .hs-menu-wrapper > ul > li > ul { position: relative; visibility: visible; opacity: 1; top: 0 !important; }
.footer_menu_col .hs-menu-wrapper > ul > li > ul > li > a { color: var(--secondary-color); font-size: 15px; font-weight: 400; display: inline-block; vertical-align: top; padding: 5px 0; }
.footer_menu_col .hs-menu-wrapper > ul > li { margin-bottom: 20px; }
.footer_menu_col .hs-menu-wrapper > ul > li:last-child { margin: 0; }
.footer_menu_col .hs-menu-wrapper ul li a:hover { color: #e31b23; }
.footer_col_wrap .left .button-1 a { width: 100%; text-align: center; }
.footer_col_wrap { padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #EAEAEA; }
.footer_copyright .simple_menu .hs-menu-wrapper > ul > li > a { color: var(--secondary-color); font-size: 15px; padding-right: 10px; margin-right: 10px; position: relative; }
.footer_copyright .simple_menu .hs-menu-wrapper > ul { justify-content: center; }
.footer_copyright .simple_menu .hs-menu-wrapper > ul > li > a:after { position: absolute; content: "|"; right: 0; top: 1px; }
.footer_copyright .simple_menu .hs-menu-wrapper > ul > li:last-child > a:after { display: none; }
.footer_copyright .simple_menu .hs-menu-wrapper > ul > li:last-child > a { padding-right: 0; margin-right: 0; }
.copyright_text { font-size: 15px; }
.footer_copyright .simple_menu .hs-menu-wrapper > ul > li > a:hover { color: #e31b23; }

.top_search_form.footer_search { position: relative; top: auto; display: inline-block; vertical-align: top; width: 100%; height: auto; background: transparent; margin: 30px 0 20px; }
.top_search_form.footer_search span.search_close { display: none; }
.top_search_form.footer_search button.hs-search-field__button { display: none; }
.top_search_form.footer_search input[type="search"] { height: 40px !important; font-weight: 500 !important; font-size: 14px !important; text-align: left; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/raw_assets/public/gentle-dental/images/icon-search.png) no-repeat center left 20px #fff; padding: 0 15px 0 45px !important; }

#floating-buttons {
    right: 15px;
    bottom: 30px;
    position: fixed;
    width: 300px;
    display: flex;
    justify-content:end;
    z-index:10;
}
#floating-buttons .button-1:not(.blue) a { padding:10px; }


/* Media Css */
@media (min-width: 992px){
    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 270px; background: var(--dropcolor); border-radius: 8px; padding: 24px; box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.10); visibility: hidden; pointer-events: none; margin-top: 20px; transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: var(--droplinkcolor); padding: 8px 15px; font-size: 16px; position: relative; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after { position: absolute; content: "\f105"; font-family: 'FONTAWESOME'; top: 2px; right: 15px; font-size: 22px; font-weight: 400; }

    .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: var(--headerbottomlinkhover); }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; margin-top: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:hover > a { color: var(--droplinkhovercolor); background-color: var(--droplinkhoverbgcolor); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: relative; content: "\f107"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; top: 1px; } 
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: transparent; padding: 0; font-size: 13px; pointer-events: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { width: 100% !important; color: var(--droplinkcolor); font-weight: 600; padding: 15px 15px; border-bottom: 1px solid #000; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; }
    .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul > li > ul { left: auto !important; right: 100%; }
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { background: #FAFAFA; border-radius: 0px 4px 4px 0px; top: 0 !important; left: calc(100% + 24px) !important; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { font-size: 16px; font-weight: 500; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:after { position: absolute; content: ""; height: 100%; width: 24px; top: 0; left: 100%; background: var(--dropcolor); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover:after { background-color: var(--droplinkhoverbgcolor); }

    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover svg path { fill: #E31B23; }
    .mainmenu .right.mobile-menu-btn{display:none;}
}

@media (max-width:1440px){
  
    header .logo img { width: 225px !important; }
  
    /* Footer */
    .footer_menu_col { padding-left: 100px; }
     
}

@media (max-width:1200px){
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 30px 10px; font-size: 14px; }
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { display: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size: 15px; }
    .header--no-navigation { padding: 11px 0; } 
    
    .mainmenu .hs-menu-wrapper > ul > li { margin: 0; }
    header .logo img { width: 200px !important; width:150px !important; }
    
    /* Footer */
    .footer_menu_col { padding-left: 30px; }
    
}

@media (max-width:991px){
    header .logo img { width: 250px !important; }
  
    .main_header { padding: 15px 0; }
    header .wrapper { width: 100%; }
    .main_header_inner { position: static; }
    .top_header { display: none; }
    .top_header.mbl { display: inline-block; vertical-align: top; width: 100%; background: #fff; }
    .mainmenu .hs-menu-wrapper > ul { width: 100%; }
    .mainmenu .hs-menu-wrapper ul { transition: none; }
/*     .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; padding: 15px; font-size: 16px; text-align: center; } */
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 15px; font-size: 16px; text-align: center; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { background: #f5f5f5; padding:15px 0; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { color: #425968; font-weight: 500; padding: 15px; text-align: center; font-size: 16px; }

    .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; }
    
    .top_header_inner { display: inline-block; vertical-align: top; width: 100%; text-align: center; }
    .top_header_inner > div { display: inline-block; vertical-align: top; width: 100%; text-align: center; }
    .top_header_inner .top_simple_link .hs-menu-wrapper { position: relative; display: block; top: auto; left: auto; }
    .top_header_inner .location_list { border-radius: 30px; border: 1px solid var(--Off-white, #EFEFEF); padding: 20px 15px; margin-bottom: 15px; }
    .top_simple_link .hs-menu-wrapper > ul > li > a { border-radius: 30px; border: 1px solid var(--Off-white, #EFEFEF); padding: 20px 15px; margin-bottom: 15px; }
    .top_simple_link .hs-menu-wrapper>ul>li>a:before { position: relative; display: inline-block; vertical-align: top; top: 0px; margin-right: 10px; }
    .top_search { margin-bottom: 15px; }
    .top_search_icon { display: none; }
    .top_header_inner .right .button_wrap { justify-content: center; display: inline-block; vertical-align: top; width: 100%; }
    .top_header_inner .right .button_wrap .button-1 { margin: 0 0 15px; }
    .top_header_inner .right .button_wrap .button-1 a { width: 400px; padding: 15px; max-width: 100%; border-radius: 30px; }
    
    .top_search_form { display: inline-block; vertical-align: top; width: 100%; position: relative; background: transparent; }
    .top_search_form input[type=search] { border-radius: 30px !important; border: 1px solid #EFEFEF !important; margin: 0 !important; text-align: center; font-weight: 500 !important; }
    .top_search_form>div { margin: 0 auto; width: 100%; }
    .top_header_inner .location_list ul { position: relative; margin-top: 15px; box-shadow: none; opacity: 1; width:100%; visibility: visible; display: none; }
    .top_header_inner .location_list ul li a { text-align: center; font-weight: 500; padding: 8px 0; }
    .top_header_inner .location_list.open span:after { transform: rotate(180deg); }
    
/*     .mainmenu .hs-menu-wrapper ul li.hs-item-has-children > a:after { content: ""; display: inline-block; height: 8px; position: absolute; top: 20px; vertical-align: middle; width: 13px; margin-left: 8px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M5.99514 7.17411L0.835492 2.0143C0.507106 1.68608 0.507107 1.15391 0.835492 0.825847C1.16359 0.497753 1.69572 0.497753 2.02379 0.825847L6.58929 5.39148L11.1546 0.82598C11.4829 0.497887 12.0149 0.497887 12.343 0.82598C12.6713 1.15407 12.6713 1.68621 12.343 2.01444L7.1833 7.17424C7.01918 7.33829 6.8043 7.42022 6.58932 7.42022C6.37423 7.42022 6.15919 7.33813 5.99514 7.17411Z' fill='%232A3641'/%3E%3C/svg%3E"); } */

    body.mobile-open { overflow: hidden; } 
    .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
    a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top: 9px; right:0; width:54px; height:60px; text-align:center; background:transparent; padding:12px 10px; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align:left; }
    a.mobile-trigger:hover { text-decoration:none; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }
    .mobile_menu_toggle .mobile-trigger { top:2px; }

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; }
    .mobile-open a.mobile-trigger span:after { opacity:1; }
    .mobile-open .mobile_menu_toggle a.mobile-trigger { display: block !important; }
    .mobile_menu_toggle a.mobile-trigger i, .mobile-open .mobile_menu_toggle a.mobile-trigger i:before, .mobile-open .mobile_menu_toggle a.mobile-trigger i:after { background: #fff; }
    .mobile_menu_toggle a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    
    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width:30px; height:2px; display:inline-block; background: var(--hamburger); }
    a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    a.mobile-trigger i:after { margin-top:8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    .mobile-open a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:before { background: #E31B23; margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:after { background: #E31B23; margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }

/*     span.child-triggerm { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; width: 100% !important; height: 46px !important; padding:0 !important; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; left:50%; top:8px; transition:all ease .5s; transform:translateX(-50%); }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm.child-open span { transform:translateX(-50%) rotate(45deg); } */
    .mainmenu .hs-menu-flow-horizontal>ul>li{text-align:center;}
    .main_header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{width:auto;display: inline-block;}
    span.child-triggerm{ content: ""; display: inline-block; height: 8px; position: absolute; top: 20px; vertical-align: middle; width: 13px; margin-left: 8px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M5.99514 7.17411L0.835492 2.0143C0.507106 1.68608 0.507107 1.15391 0.835492 0.825847C1.16359 0.497753 1.69572 0.497753 2.02379 0.825847L6.58929 5.39148L11.1546 0.82598C11.4829 0.497887 12.0149 0.497887 12.343 0.82598C12.6713 1.15407 12.6713 1.68621 12.343 2.01444L7.1833 7.17424C7.01918 7.33829 6.8043 7.42022 6.58932 7.42022C6.37423 7.42022 6.15919 7.33813 5.99514 7.17411Z' fill='%232A3641'/%3E%3C/svg%3E"); } 
    .mainmenu li { text-align: center; }

    .mainmenu.js-enabled .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }

    .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; height:auto; top: 66px; left: 0; width: 100%; max-width:100%; padding:0px; background-color:#fff; z-index:8888; display: none; height: 100vh; overflow: auto; padding-bottom: 100px; }
    
    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    
    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:20px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:40px; }
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { white-space: normal !important; display: inline-block !important; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { background: #f0f0f0; }
    .top_header_inner .location_list:before{display:none;}
    .top_header_inner .location_list .location-box{position:static;display:none;opacity:1;visibility:visible;margin:20px auto 0;max-width:400px;width:100%;}
   
    /* Footer */
    .footer_menu_col { max-width: 50%; flex: 0 0 50%; padding-left: 60px; margin-bottom: 30px; }
    .footer_menu_col:last-child { margin-bottom: 0; }
    .footer_copyright .simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: row; }
    .footer_copyright .simple_menu .hs-menu-wrapper>ul>li>a { font-size: 13px; }
    .copyright_text { font-size: 13px; }
    .footer_menu_col .hs-menu-wrapper>ul>li>ul>li>a { font-size: 14px; }
    .footer_menu_col .hs-menu-wrapper>ul>li>ul { display: block !important; }
    
    
    .mainmenu .right.mobile-menu-btn{position:absolute;right: 54px;top: 18px;}
    .mainmenu .right.mobile-menu-btn .button-1{margin: 0;}
    .mainmenu .right.mobile-menu-btn .button-1 a{width: 40px;height: 40px;background: transparent;}
    .top_header .right.mobile-menu-btn{display:none !important;}
    .mainmenu .right.mobile-menu-btn .button_wrap{display:flex;}
    .mainmenu .right.mobile-menu-btn .button-1 a {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z' fill='%232A3641'/%3E%3C/svg%3E");
        background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7551 14.9947C20.7975 15.3033 20.6986 15.5717 20.4587 15.7998L17.6427 18.4564C17.5157 18.5906 17.3499 18.7048 17.1452 18.7986C16.9406 18.8926 16.7394 18.9529 16.5419 18.9797C16.5278 18.9797 16.4853 18.9832 16.4147 18.9899C16.3443 18.9966 16.2525 19 16.1396 19C15.8713 19 15.4373 18.9564 14.8374 18.8691C14.2375 18.7819 13.5035 18.5672 12.6355 18.2251C11.7673 17.8829 10.7828 17.3696 9.68188 16.6854C8.58094 16.0011 7.40935 15.0618 6.16723 13.8676C5.17917 12.9417 4.3605 12.0561 3.7112 11.2108C3.06191 10.3654 2.53965 9.58385 2.14443 8.86598C1.74917 8.14811 1.45276 7.49734 1.25515 6.91365C1.05754 6.32997 0.923443 5.82679 0.852868 5.40412C0.782292 4.98145 0.754062 4.64936 0.768177 4.40783C0.782292 4.16631 0.78935 4.03213 0.78935 4.00529C0.81758 3.81744 0.881098 3.62623 0.979903 3.43167C1.07871 3.23711 1.19869 3.07944 1.33984 2.95868L4.15579 0.281779C4.3534 0.0939264 4.57925 0 4.83332 0C5.01681 0 5.17914 0.0503177 5.32029 0.150953C5.46144 0.251589 5.58142 0.375706 5.68022 0.523304L7.94569 4.6091C8.07273 4.82379 8.10801 5.05861 8.05155 5.31355C7.99509 5.56849 7.87511 5.78318 7.69162 5.95762L6.65416 6.94384C6.62593 6.97068 6.60123 7.01429 6.58006 7.07467C6.55888 7.13505 6.5483 7.18537 6.5483 7.22562C6.60476 7.5074 6.73179 7.82944 6.9294 8.19172C7.09879 8.51376 7.35991 8.90623 7.71279 9.36916C8.06567 9.83208 8.56675 10.3654 9.21605 10.9692C9.85122 11.5865 10.4158 12.0662 10.9099 12.4084C11.4038 12.7504 11.8168 13.0021 12.1485 13.1631C12.4802 13.3241 12.7343 13.4214 12.9107 13.4549L13.1753 13.5052C13.2035 13.5052 13.2495 13.4951 13.3129 13.475C13.3764 13.4549 13.4223 13.4314 13.4506 13.4045L14.6574 12.2372C14.9116 12.0225 15.2079 11.9152 15.5467 11.9152C15.7867 11.9152 15.9771 11.9554 16.1183 12.0359H16.1394L20.2257 14.3304C20.5222 14.505 20.6986 14.7263 20.7551 14.9947Z' fill='%23425968'/%3E%3C/svg%3E");
        background-repeat: no-repeat;background-position: 10px 11px;}
    .mainmenu .right.mobile-menu-btn .button-1.pin a {
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.529419 7.74321C0.529419 3.7493 3.6696 0.5 7.52942 0.5C11.3892 0.5 14.5293 3.7493 14.5294 7.74321C14.5294 12.6998 8.2651 19.9763 7.9984 20.2837C7.74834 20.5719 7.31096 20.5724 7.06044 20.2837C6.79373 19.9763 0.529419 12.6998 0.529419 7.74321ZM4.00758 7.74321C4.00758 9.75267 5.58745 11.3875 7.52942 11.3875C9.47135 11.3875 11.0512 9.75271 11.0512 7.74325C11.0512 5.7338 9.47135 4.09899 7.52942 4.09899C5.58748 4.09899 4.00758 5.73376 4.00758 7.74321Z' fill='%23425968'/%3E%3C/svg%3E");
    }
    .mainmenu .right.mobile-menu-btn .button-1.blue a {
        font-size:1px;
        background-position: 10px 10px;
        background-size: 22px;
        margin-right:5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z' fill='%232A3641' /%3E%3C/svg%3E");
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.8667 7.01867C29.8652 5.68384 29.3343 4.40411 28.3904 3.46024C27.4466 2.51638 26.1668 1.98547 24.832 1.984H23.9238V1.06667C23.9238 0.783769 23.8115 0.512458 23.6114 0.312419C23.4114 0.112381 23.1401 0 22.8572 0C22.5743 0 22.303 0.112381 22.1029 0.312419C21.9029 0.512458 21.7905 0.783769 21.7905 1.06667V1.984H8.07701V1.06667C8.07701 0.783769 7.96463 0.512458 7.76459 0.312419C7.56456 0.112381 7.29324 0 7.01035 0C6.72745 0 6.45614 0.112381 6.2561 0.312419C6.05606 0.512458 5.94368 0.783769 5.94368 1.06667V1.984H5.03467C3.69984 1.98547 2.42011 2.51638 1.47624 3.46024C0.532376 4.40411 0.00146815 5.68384 0 7.01867V24.832C0.00146815 26.1668 0.532376 27.4466 1.47624 28.3904C2.42011 29.3343 3.69984 29.8652 5.03467 29.8667H16.4405C18.1249 31.2379 20.2281 31.9908 22.4 32C24.9452 31.9972 27.3854 30.9848 29.1851 29.1851C30.9848 27.3854 31.9972 24.9452 32 22.4C31.9908 20.2281 31.2379 18.1249 29.8667 16.4405V7.01867ZM5.03467 4.11733H5.94283V5.02763C5.94283 5.31052 6.05521 5.58184 6.25525 5.78187C6.45529 5.98191 6.7266 6.09429 7.00949 6.09429C7.29239 6.09429 7.5637 5.98191 7.76374 5.78187C7.96378 5.58184 8.07616 5.31052 8.07616 5.02763V4.11733H21.7888V5.02763C21.7888 5.31052 21.9012 5.58184 22.1012 5.78187C22.3013 5.98191 22.5726 6.09429 22.8555 6.09429C23.1384 6.09429 23.4097 5.98191 23.6097 5.78187C23.8098 5.58184 23.9221 5.31052 23.9221 5.02763V4.11733H24.832C25.6012 4.11824 26.3386 4.4242 26.8826 4.96811C27.4265 5.51202 27.7324 6.24946 27.7333 7.01867V7.92405H2.13333V7.01867C2.13424 6.24946 2.4402 5.51202 2.98411 4.96811C3.52802 4.4242 4.26546 4.11824 5.03467 4.11733ZM2.13333 24.832V10.0574H27.7333V14.4252C25.8881 13.1877 23.6704 12.6293 21.4591 12.8452C19.2478 13.0611 17.1801 14.038 15.6091 15.6091C14.038 17.1801 13.0611 19.2478 12.8452 21.4591C12.6293 23.6704 13.1877 25.8881 14.4252 27.7333H5.03467C4.26548 27.7324 3.52807 27.4264 2.98417 26.8825C2.44028 26.3386 2.13429 25.6012 2.13333 24.832ZM22.4 29.8667C20.9232 29.8667 19.4796 29.4288 18.2517 28.6083C17.0239 27.7879 16.0668 26.6217 15.5017 25.2574C14.9366 23.893 14.7887 22.3917 15.0768 20.9433C15.3649 19.4949 16.076 18.1645 17.1203 17.1203C18.1645 16.076 19.4949 15.3649 20.9433 15.0768C22.3917 14.7887 23.893 14.9366 25.2574 15.5017C26.6217 16.0668 27.7879 17.0239 28.6083 18.2517C29.4288 19.4796 29.8667 20.9232 29.8667 22.4C29.8643 24.3796 29.0769 26.2774 27.6771 27.6771C26.2774 29.0769 24.3796 29.8643 22.4 29.8667Z' fill='%232A3641'/%3E%3Cpath d='M23.4667 21.9584V18.1333C23.4667 17.8504 23.3543 17.5791 23.1542 17.3791C22.9542 17.179 22.6829 17.0667 22.4 17.0667C22.1171 17.0667 21.8458 17.179 21.6458 17.3791C21.4457 17.5791 21.3333 17.8504 21.3333 18.1333V22.4C21.3333 22.5401 21.3609 22.6788 21.4145 22.8082C21.4681 22.9376 21.5467 23.0552 21.6459 23.1541L23.7792 25.2875C23.9804 25.4818 24.2498 25.5893 24.5295 25.5869C24.8092 25.5844 25.0767 25.4722 25.2745 25.2745C25.4722 25.0767 25.5844 24.8092 25.5869 24.5295C25.5893 24.2498 25.4818 23.9804 25.2875 23.7792L23.4667 21.9584Z' fill='%232A3641'/%3E%3C/svg%3E");
}
/*     .mainmenu .right.mobile-menu-btn .button-1.pin{display:none;} */
    .top_header_inner .location-box .box-content{text-align:left;}
    
}

@media (max-width: 767px){
    /* Footer */
    .footer_col_wrap .left { width: 100%; text-align: center; }
    .footer_menu_col { flex: 0 0 100%; max-width: 100%; padding: 0; }
    .footer_col_wrap .right { width: 100%; margin-top: 20px; }
    .footer_menu_col .hs-menu-wrapper>ul>li>ul>li>a { font-size: 15px; }
    .footer_col_wrap { padding-bottom: 30px; margin-bottom: 30px; }
  
    #floating-buttons {
      width:100%;
      background:#fff;
      border-top:1px solid rgba(0,0,0,.1);
      bottom:0;
      right:0;
      padding:15px 0;
      justify-content:center;
    }
    .footer_sc.pb-50 { padding-bottom:74px !important; }
    
    body{padding-top: 75px;}
}
@media (max-width:470px){
    .top_header_inner .location-box .box-bottom{display:block;}
    .top_header_inner .location-box .box-bottom a{display:block;text-align:left;}
    .top_header_inner .location-box .box-bottom a + a{margin:10px 0 0 0;}
}
@media (max-width:440px){
  header .logo img{width:225px !important; margin-top:4px; } 
}
@media (max-width: 420px){
    .main_header{height:75px;}
    header .logo{margin-top:9px;}
    header .logo img{width: 170px !important; margin-top:0;}
}
@media (max-width:350px){
    header .logo a { display: inline-block; max-width: 140px; }
    .mainmenu .right.mobile-menu-btn .button-1 a { padding: 5px; width: 30px; height: 30px; background-size: 15px; }
    .mainmenu .right.mobile-menu-btn .button-1.pin a { background-size: 11px; }
    .mainmenu .right.mobile-menu-btn .button-1.blue a { background-size: 15px; }
} 
.blog-section .wrapper { display: flex; justify-content: center; gap: 40px; }
.blog-section .wrapper .post-filter-sidebar {  }
.blog-section .wrapper .post-filter-sidebar .inner-wrapper { background: var(--headertopbg); color: #ffffff; padding: 2.0rem; }
.blog-section .wrapper .post-filter-sidebar h4 { font-weight:600; text-align: center; margin-bottom: 10px; }
.blog-section .wrapper .post-filter-sidebar .post-filter-sidebar-inner { max-height: 600px; overflow-y: scroll; scrollbar-color: #82D8F1; scrollbar-width: auto; padding-right: 1.0rem; }

.blog-section .wrapper .post-filter-sidebar .post-filter-sidebar-inner::-webkit-scrollbar { width: 14px; }
.blog-section .wrapper .post-filter-sidebar .post-filter-sidebar-inner::-webkit-scrollbar-track { background-color: #82D8F1; border-radius: 8px;
}
.blog-section .wrapper .post-filter-sidebar .post-filter-sidebar-inner::-webkit-scrollbar-thumb { background-color: #82D8F1; /* matches box background */ border-radius: 8px; }
.blog-section .wrapper .post-filter-sidebar .post-filter-sidebar-inner::-webkit-scrollbar-button { background-color: #82D8F1; /* matches box background */
}

.blog-section .wrapper .post-filter-sidebar-inner ul { list-style-type: none; padding-left:0; margin-left: 0; }
.blog-section .wrapper .post-filter-sidebar-inner ul li { font-size: 1.25rem; line-height: 1.75; }
.blog-section .wrapper .post-filter-sidebar-inner ul li .filter-link-count { display: none; }
.blog-section .wrapper .post-filter-sidebar-inner ul li a { color: #000000; }
.blog-section .blog-listing-wrapper { max-width: 1048px; margin: 0 auto; }
@media (max-width:768px) {
  .blog-section .wrapper { flex-direction: column; }
  
  @media (max-width: 767px) {
    .blog-section .wrapper .post-filter-sidebar-inner .topics ul {
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        z-index: 1;
}


.blog-section .blog_head h1 { font-size: 40px; }
.blog-section .post-listing .post-item { display: none; }
.blog-section .post-listing .post-item .hs-featured-image-wrapper a { display: block; }
.blog-section .post-listing .post-item .hs-featured-image-wrapper a img { max-width: 100%; margin: 0; border-radius: 16px; height: 350px; object-fit: cover; width: 100%; } 
.blog-section .post-listing .post-item .post-header a { color: var(--secondary-color); } 
.blog-section .post-listing .post-item .post-header a.btn { font-size: 16px; font-weight: 500; position: relative; }
.blog-section .post-listing .post-item .post-header a.btn:after { content: ''; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-arrow.svg) no-repeat center / cover; display: inline-block; width: 7px; height: 12px; vertical-align: middle; margin-left: 7px; }
.blog-section .blog-section-wrap .btn .noContent { cursor: no-drop; pointer-events: unset; background-color: transparent; color: var(--main-color); display: none; }
 
.blog_post_wrap { max-width: 1048px; max-width:1300px; margin: 0 auto; }
.blog_post_wrap .content-wrapper{ width: calc(100% - 430px); margin-right: 15px; } 
.blog_post_wrap .content-wrapper .blog-post h1 { line-height: 1.2; } 
.blog_post_wrap .blog-post h1 span{ font-size: 40px; color: var(--secondary-color); display: inline-block; }
.blog_post_wrap .blog-post .blog-post__meta .blog_media_top a,
.blog_post_wrap .blog-post .blog-post__meta .blog_media_top span{ font-size: 15px; color: var(--main-color);} 
.blog_post_wrap .blog-post .blog-post__meta + div { display: none; } 
.blog_post_wrap .blog-post .social-sharing .share-buttons { margin: 0; padding: 0; list-style: none; }  
.blog_post_wrap .blog-post .social-sharing .share-buttons li a svg { width: 20px; height: 20px; } 
.blog_post_wrap .blog-post .social-sharing .share-buttons li a svg path { fill: #0084A9; }
.blog_post_wrap .blog-post .social-sharing .share-buttons li + li { margin-left: 12px; }  
.blog_post_wrap .blog-post .blog-post__body p.small-font, 
.blog_post_wrap .blog-post .blog-post__body .hs_cos_wrapper p:first-child { font-size: 15px; color: var(--main-color); } 
.blog_post_wrap .blog-post .blog-post__body img { height: 400px; object-fit: contain; width: 100% !important; margin-bottom: 15px; border-radius: 16px;}
.blog_post_wrap .blog-post .blog-post__body p:empty { display: none; }
.blog_post_wrap .blog-post .blog-post__body h4 { margin: 15px 0 25px; }
.blog_post_wrap .blog-post .blog-post__body p { color: var(--secondary-color); } 

.blog_right_sidebar{ width: 400px; margin-left: 15px; }
.recent_right_sidebar { background-color: var(--white-color); border-radius: 8px; }  
.recent_right_sidebar .sidebar_title { color: #0084A9; }
.recent_right_sidebar .right_post { margin: 0 -15px; }  
.recent_right_sidebar .right_post:last-child { border-bottom: none; }
.recent_right_sidebar .right_post .post-image { width: 100px; max-width: 100px; }
.recent_right_sidebar .right_post .post-image img { width: 100%; height: 100px; border-radius: 16px; object-fit: cover; } 
.recent_right_sidebar .right_post .post-image a { display: block; }
.recent_right_sidebar .right_post .post_content { width: calc(100% - 100px); padding-left: 24px; padding-right: 0; }
.recent_right_sidebar .right_post .post_content .date { font-size: 15px; }
.recent_right_sidebar .right_post .post_content .post-title a { font-size: 18px; font-weight: 400; color: var(--secondary-color); line-height: 1.3; display: block; }
.recent_right_sidebar .right_post .right-post-content { border-bottom: 1px solid #EFEFEF; width: calc(100% - 30px); margin: 0 auto; } 
.recent_right_sidebar .right_post:last-child .right-post-content { border-bottom: none; padding-bottom: 0; }
.recent_right_sidebar .right_post .right-post-content .post-image { padding: 0; }
.recent_right_sidebar .right_post .right-post-content:hover .post_content .post-title { text-decoration: underline; }

.subscribe_sc { background-color: var(--white-color); border-radius: 8px; }
.subscribe_sc .subscribe_title { color: var(--fifth-color); } 
.subscribe_sc form input { width: 100%; } 
.subscribe_sc form input::placeholder { color: var(--secondary-color) !important; }
.subscribe_sc form .hs_email { margin-bottom: 0; }
.subscribe_sc form .hs_email .input input { background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-mail.svg) no-repeat 20px / 20px; padding-left: 48px !important; }
   
/*  */
.blog-pagination { text-align: center; margin-top: 40px; }
nav.pagination { padding-left: 20px; padding-right: 20px; }
nav.pagination,
.blog-pagination .pagination-inner { display: flex; gap:20px;flex-wrap: wrap; justify-content: space-between; align-items: center; max-width: 900px; margin: 0 auto; }
nav.pagination .pagination-inner { display: flex; gap: 10px; justify-content: space-between; align-items: center; margin: 0 auto; }
.blog-pagination  .page-numbers { display: flex; justify-content: center; align-items: center; gap: 10px; }
.blog-pagination .page-numbers .number, 
nav.pagination .pagination__link--number { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius:0; border: 1px solid; border-color: var(--headertoplinkhover); padding: 8px; cursor: pointer; color: var(--headertoplinkhover); font-size: 16px; line-height: 24px; cursor: pointer; transition: all .4s ease; }
nav.pagination .pagination__link--number { border-radius: 0; border: solid 1px var(--headertoplinkhover); }

nav.pagination .pagination__link--active, 
nav.pagination .pagination__link--number:focus, 
nav.pagination .pagination__link--number:hover,
.blog-pagination .page-numbers .number:hover,
.blog-pagination .page-numbers .number.active, 
nav.pagination .pagination__link--active { background: var(--headertoplinkhover); color: #fff; }
.blog-pagination .prev-angle,
.blog-pagination .next-angle { cursor: pointer; }
.blog-pagination .prev-angle img{ transform: scale(-1); }
.blog-pagination .prev-angle.disabled,
nav.pagination .pagination__link--disabled,
.blog-pagination .next-angle.disabled { opacity: .4; pointer-events: none; }

nav.pagination .pagination__link--prev,
nav.pagination .pagination__link--next { display: flex; gap: 10px; align-items: center; color: var(--headertoplinkhover); }
nav.pagination .pagination__link--first img, 
nav.pagination .pagination__link.pagination__link--prev img,
nav.pagintion .pagination__link--prev img {  transform: rotate(180deg); }

/* media query */
@media (max-width:991px){
    .blog-section .post-listing .post-item .hs-featured-image-wrapper a img { height: 300px; }
    .blog_right_sidebar { width: 350px; }
    .blog_post_wrap .content-wrapper { width: calc(100% - 380px);} 
}

@media (max-width:767px){ 
    .blog-section .blog_head h1 { font-size: 24px; }
    .blog_post_wrap .blog-post h1 span { font-size: 24px; }
    .blog_right_sidebar { width: 100%; margin-left: 0; }
    .blog_post_wrap .content-wrapper { width: 100%; margin-right: 0px; } 
    .recent_right_sidebar .right_post .post-image img { height: 150px; }
    .recent_right_sidebar .right_post .right-post-content .post-image { width: 100%; max-width: 100%; }
    .recent_right_sidebar .right_post .post_content { width: 100%; padding-left: 0; }
    .blog_post_wrap .blog-post .blog-post__body h4 { margin: 10px 0 15px; }
    .blog-section .blog-section-wrap .btn a { width: 100%; }

}

@media (max-width:480px){
    .blog-section .post-listing .post-item .hs-featured-image-wrapper a img { height: 200px; }
    .blog-pagination .pagination-inner{justify-content:center;}

} 
.error_main_section { padding: 290px 0px 180px; }
.error_page_sc ul { padding: 0; margin: 0; }
.error_page_sc h1 { margin-bottom: 10px; }

.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:#2A3641; 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; }

/* Search Result Page */
.search_result_sc .hs-search-results__message { display: inline-block; vertical-align: top; width: 100%; padding: 15px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: 600; }
.search_result_sc .wrapper { width: 1000px; max-width: 100%; }
.search_result_sc ul.hs-search-results__listing { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 40px; }
.search_result_sc li.hs-search-results__listing__item { display: inline-block; vertical-align: top; width: 100%; padding: 30px 0; border-bottom: 1px solid #000; margin: 0; }
.search_result_sc li.hs-search-results__listing__item .hs-search-results__featured-image-wrapper img { height: 130px; width: 130px; border-radius: 100%; margin-bottom: 15px; }
.search_result_sc li.hs-search-results__listing__item .hs-search-results__content { font-size: 16px; line-height: 1.5; }
.search_result_sc li.hs-search-results__listing__item .hs-search-results__content a.hs-search-results__link { font-weight: 700; color: var(--main-color); }
.search_result_sc li.hs-search-results__listing__item .hs-search-results__content a.hs-search-results__link:hover { color: #e31b23; }
.search_result_sc #hs_cos_wrapper_search_results .hs-search-results__pagination { flex-wrap: wrap; }
.search_result_sc .hs-search-results__pagination__link--number { padding: 5px 10px; margin: 0; }
.search_result_sc .hs-search-results__pagination__link--disabled { pointer-events: none; cursor: default; color: #e5e5e5; }
.search_result_sc a[aria-label="First Page"], .search_result_sc a[aria-label="Last Page"] { display: none; }
.search_result_sc .result_title { text-transform: capitalize; }


/**/
@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; }
    
}  
 




:root {
    --main-color:                         #425968;
    --secondary-color:                    #2A3641;
    --tertiary-color:                     #D72891;
    --quaternary-color:                   #68BED7;
    --fifth-color:                        #0084A9;
    --sixth-color:                        #FDA816;
    --seventh-color:                      #A324D1;
    --eight-color:                        #3300C2;
    --white-color:                        #ffffff;
    --black-color:                        #000000;
    --grey-color:                         rgb(221 221 221 / 50%);
      
    --main-font:                          Rethink Sans;
    --sec-font:                           Rethink Sans;
  
    --headertopbg:                        
    
    
        
    
    rgba(104, 190, 215, 1.0)
;
    --headertoplink:                      #2A3641;
    --headertoplinkhover:                 #D72891;
    --headerbottombg:                     
    
    
        
    
    rgba(255, 255, 255, 1.0)
;
    --headerbottomlink:                   #425968;
    --headerbottomlinkhover:              #E31B23;
    --dropcolor:                          #FFFFFF;
    --droplinkcolor:                      #425968;
    --droplinkhovercolor:                 #E31B23;
    --droplinkhoverbgcolor:               #FAFAFA;  
    --hamburger:                          #2A3641;
  
    --body_font:                          Rethink Sans;
    --body_font_size:                     18;
  
    --link_color:                         #A324D1;
    --link_hover_color:                   #0084A9;  
}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { padding-top:140px; }
body.lp-body { padding-top:0 !important; }
@media (max-width:1200px) { body { padding-top:148px; } }
@media (max-width:991px) { body { padding-top:75px; } }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#425968; clear:both; margin:30px 0; }
.clear { clear:both }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; /*padding:0 15px;*/ }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor: pointer; z-index: 1; position: absolute; top: 50%; margin-top: -17.5px; display: inline-block; color: #FFFFFF; background: var(--seventh-color); width: 50px; height: 50px; border-radius: 100%; font-size:0; cursor: pointer; border:0; transition: all ease-in-out .4s; }
.slick-arrow:before { font-family: 'FontAwesome'; font-size: 30px; }
.slick-arrow:hover { background: var(--tertiary-color); }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }

ul.slick-dots { margin:0; list-style:none; text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#ffffff; border:1px solid #A324D1; width:16px; height:16px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#A324D1; }

.container .dnd-section > .row-fluid, .wrapper { margin:0 auto !important; width:1200px; padding:0 15px; float:none !important; }
main.body-container-wrapper { display:inline-block; vertical-align:top; width:100%; }

.social_icon ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; }
.social_icon ul li { margin: 0 6px; }
.social_icon ul li a { top: 0; position: relative; }
.social_icon ul li a:hover { top: -5px; }

/* Homepage */
.service_sc .wrapper { width: 100%; }
.service_sc .service_text { padding-left:10%; padding-right:10%; }

/* hero banner css */
.hero-banner { background: #98DBEE; position: relative; }
.location-slider .hero-banner { background:#f7f7f7; }
.hero-banner:after { content: ''; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/raw_assets/public/gentle-dental/images/dental-hero-pattern-new.png) no-repeat center / 100% 100%; width: 100%; height: 50px; position: absolute; bottom: -50px; z-index: -1; }
.hero-banner.remove-round-bottom:after { display:none; margin-bottom:60px; }
.hero-banner .banner-content.include-breadcrumbs { position:relative; }
.hero-banner .banner-content .banner-left { padding-right: 0; width: 616px; }
.hero-banner .banner-content .banner-left .hero-btn .location a{ position: relative; }
.hero-banner .banner-content .banner-left .hero-btn .location a:before { content: ''; display: inline-block; width: 12px; height: 17px; vertical-align: middle; margin-right: 6px; background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' viewBox='0 0 12 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.29457C0 3.09944 2.59944 0.5 5.7946 0.5C8.98973 0.5 11.5891 3.09944 11.5892 6.29457C11.5892 10.2598 6.4036 16.081 6.18282 16.3269C5.97582 16.5575 5.61376 16.5579 5.40638 16.3269C5.1856 16.081 0 10.2598 0 6.29457ZM2.87922 6.29457C2.87922 7.90213 4.18704 9.20998 5.7946 9.20998C7.40213 9.20998 8.70995 7.90217 8.70995 6.2946C8.70995 4.68704 7.40213 3.37919 5.7946 3.37919C4.18707 3.37919 2.87922 4.68701 2.87922 6.29457Z' fill='white'/%3E%3C/svg%3E) no-repeat center / cover; position: relative; top: -1px; }
.hero-banner .banner-content .banner-left .hero-btn .location.no-icon a:before { display:none; }
.hero-banner .banner-content .banner-left .patient-offer { color: var(--secondary-color); }
.hero-banner .banner-content .banner-left .sub_text { max-width: 470px; }
.hero-banner .banner-content .banner-right { width: calc(100% - 616px); padding-left: 15px; }
.hero-banner .banner-content .banner-right img{ width: 100%; height: 100%; filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1)); }   
.hero-banner #breadcrumbs_wrapper { position:absolute;top:40px;left:0; }
.hero-banner #breadcrumbs { list-style:none; margin:0; padding:0; }
.hero-banner #breadcrumbs .breadcrumb { display:inline;padding-right:20px; padding-right:25px; font-size:14px; }
.hero-banner #breadcrumbs .breadcrumb:after { position: absolute; content: ">"; top: 0; margin-left:10px; padding-top:4px; }
.hero-banner #breadcrumbs .breadcrumb:last-child:after { display:none; }
.hero-banner #breadcrumbs .breadcrumb a { color:#000; }
.hero-banner #breadcrumbs .breadcrumb a:hover { color:#a324d1; }

/* hero banner slider css */
.herobanner-slider { position: relative; }
.herobanner-slider:after { background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/raw_assets/public/gentle-dental/images/dental-hero-pattern-new.png) no-repeat 50%/100% 100%; bottom: -42px; content: ""; height: 50px; position: absolute; width: 100%; z-index: -1; }
.herobanner-slider .hero-banner:after,
.herobanner-slider .hero-details:after,
.herobanner-slider.remove-round-bottom:after { display: none; }
.herobanner-slider .slick-arrow.slick-next { right: 15px; }
.herobanner-slider .slick-arrow.slick-prev { left: 15px; }
.herobanner-slider .hero-banner { min-height: 478px; display: flex; }
.herobanner-slider .hero-banner .banner-content { height: 100%; }
.herobanner-slider .hero-banner .banner-content .banner-right { padding-right: 15px; }

/* expert counter css */ 
.expert-care { position: relative; }
.expert-care .care-wrapper { background-color: var(--white-color); border-radius: 16px; }
.expert-care .main-title h2 span { color: var(--tertiary-color); } 
.expert-care .expert-counter { margin: 0 -30px; }
.expert-care .expert-counter .expert-box { width: calc(33% - 30px); margin: 0 15px; border-radius: 16px; } 
.expert-care .expert-counter .expert-box .expert-icon { height: 60px; } 
.expert-care .expert-counter .counter_detail .counter-number { font-size: 64px; line-height: 1.2; }

/* partner_sc */ 
.partner_sc .partner_head { max-width: 620px; }
.partner_sc .partner_box { margin: 40px -16px 0; }
.partner_sc .partner_box .partner_box_wrap { width: calc(33.33% - 32px); margin: 0 16px; background-color: var(--white-color); border-radius: 20px; transition: all ease-in-out .4s; position: relative; }
.partner_sc .partner_box .partner_box_wrap a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.partner_sc .partner_box .partner_box_wrap .partner_box_content .partner_icon { width: 80px; height: 80px; border-radius: 80px; }
.partner_sc .partner_box .partner_box_content { max-width: 292px; }
.partner_sc .partner_box .partner_box_content .partner_box_text .partner_text { color: var(--main-color); } 
.partner_sc .partner_box .partner_box_wrap:hover { transform: scale(1.02); }

/* service_sc */ 
.service_sc .service_head h2 span{ color: var(--tertiary-color); }  
.service_sc .service_box_wrap .service_icon,
.cta_block .service_box_wrap .service_icon { max-width: 46px; max-height: 46px; max-width:100%; text-align:center; }  
.service_sc .service_box,
.cta_block .service_box { margin: 0 -13px; }  
.service_sc .service_box .service_box_wrap,
.cta_block .service_box_wrap { width: calc(16.6% - 26px); margin: 13px; background-color: var(--white-color); border-radius: 8px; position: relative; }
.cta_block .service_box_wrap { width: calc(33.3% - 26px); }
.service_sc .service_box .service_box_wrap a.service_box_link,
.cta_block .service_box .service_box_wrap a.service_box_link { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.service_sc .service_box .service_box_wrap h4 span,
.cta_block .service_box .service_box_wrap h4 span { position: relative; left: 2px; top: 5px; width: 7px; }
.service_sc .service_box .service_box_wrap:hover .service_title,
.cta_block .service_box_wrap:hover .service_title { text-decoration: underline; } 
.service_sc .service_box_wrap .service_icon img,
.cta_block .service_box_wrap .service_icon img, {max-height: 45px; width: auto; }
.service_sc .service_box_wrap .service_title,
.cta_block .service_box_wrap .service_title { width: 100%; }
.service_sc.five_block .service_box .service_box_wrap { width: calc(19.6% - 26px); }
.service_video .hs-video-widget { max-width:600px; margin:0 auto; }
.service_video .hs-video-widget iframe { border-radius:10px; }

/* AI summary module */
.ai-summary { display:flex; justify-content: flex-start; max-width: 1200px; padding: 0 30px; margin: 0 auto; }
.body-container .blog-post__body .ai-summary { justify-content: flex-start; margin: 0; padding: 0; }
.ai-summary.align-center { justify-content: center; }
.ai-summary.align-left { justify-content: flex-start; }
.ai-summary.align-right { justify-content: flex-end; }

.ai-summary-links .summary-grid { display: flex; gap: 16px; margin-bottom: 20px; }
.ai-summary-links .heading { text-align: left; margin-bottom: 20px; }
.ai-summary.align-center .heading { text-align: center; }
.blog-post__body .ai-summary .heading { text-align: left; }
.ai-summary-links .summary-grid .item { display:grid; grid-template-rows: 1fr 20px; gap:10px; justify-content: center; align-items: center; color: #425968; }
.ai-summary-links .summary-grid .item svg { display:block; color: #0084A9; fill: #0084A9; max-width:24px; height:auto; margin: 0 auto; }
.ai-summary-links .summary-grid .item:hover, .ai-summary-links .summary-grid .item:hover svg { color: #3300C2; fill: #3300C2; }
.ai-summary-links .summary-grid .item .label { font-size: 14px; }

@media screen and (max-width:1200px) {
  .body-container .ai-summary {
    max-width: 920px; 
    margin: 0 auto;
  }
} 

@media screen and (max-width:991px) {
  .body-container .ai-summary {
    max-width: 720px;
    padding-top:40px;
  }
}

@media screen and (min-width:1441px) {
  .ai-summary { max-width: 1300px; }
}

/* image_text_sc */
.image_text_sc .image_text_wrapper { background-color: var(--white-color); border-radius: 16px; }  
.image_text_sc .image_text_left { width: calc(100% - 512px); }
.image_text_sc .image_text_left .img_left_content { max-width: 480px; } 
.image_text_sc .image_text_left .img_left_content h2 span { color: var(--tertiary-color); } 
.image_text_sc .image_text_right { width: 512px; }
.image_text_sc .image_text_right .img_wrap img { border-radius: 16px; width: 100%; height: 400px; object-fit: cover; }
.image_text_sc .image_text_left .img_left_content .btn + .btn { margin-left: 10px; }

.zigzag_img { height: 400px; width: 616px; border-radius: 16px; }
.zigzag_con { width: calc(100% - 616px); padding-left: 150px; }
.zigzag_con h2 span { color: var(--tertiary-color); }
.zigzag_col:nth-child(even),
.zigzag_col.reverse-zigzag-order:nth-child(odd) { flex-direction: row-reverse; }
.zigzag_col:nth-child(even) .zigzag_con,
.zigzag_col.reverse-zigzag-order:nth-child(odd) .zigzag_con { padding-left: 0; padding-right: 150px; }
.zigzag_col.reverse-zigzag-order:nth-child(even) { flex-direction:unset; }
.zigzag_col.reverse-zigzag-order:nth-child(even) .zigzag_con { padding-left:150px; padding-right:0; }
.zigzag_sc .zigzag_col:last-child { margin-bottom: 0px; }
.zigzag_sc .button-1 { margin-top:50px; }

.story_cover { background: #fff; border-radius: 16px; padding: 100px; }
.story_wrap { border-radius: 16px; border: 1px solid #F4F4F4; padding: 32px; }
.story_img { border-radius: 16px; height: 400px; width: 400px; position: relative; overflow: hidden; z-index: 1; }
.story_img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #000; opacity: 0.2; z-index: -1; }
.story_img .fullbox { position: absolute; top: 0; left: 0; height: 100%; width: 100%; padding: 30px; display: flex; align-items: flex-end; }
.story_info { width: calc(100% - 400px); padding-left: 76px; padding-bottom: 70px; }
.story_info .name { font-size: 20px; color: var(--secondary-color); }
.story_slider_wrap .slick-prev.slick-arrow { left: auto; right: 62px; }
.story_slider_wrap .slick-arrow { top: auto; bottom: 0; right: 0; } 
.story_slider_wrap .slick-arrow:before { font-size: 18px; }
.story_slider_wrap .slick-arrow.slick-disabled { opacity: 0.2; pointer-events: auto; cursor: auto; }
.story_video { display: none; }
.story_video.fancybox-content { padding: 0; line-height: 0; overflow: visible; } 
.story_video.fancybox-content button.fancybox-button.fancybox-close-small { top: -50px; background: #fff; opacity: 1; border-radius: 100%; padding: 7px; }
.story_video.fancybox-content video {width: 100%;object-fit: cover;}
 
/* normal content sc */ 
.normal_content .content_with_btn a { margin: 0 15px; }

/* team_sc */
.team_sc .team_head .title h2 span { color: var(--fifth-color); } 
.team_sc .team { background-color: var(--white-color); border-radius: 16px; width: calc(33.33% - 24px); margin: 12px; }
.team_sc .team_list { margin: 0 -12px; }    
.team_sc .team .team_left { padding-right: 10px; }
.team_sc .team .team_left .img img { height: 140px; object-fit: cover; }
.team_sc .team .team_right { padding-left: 10px; }
.team_sc .team .team_right .dr_name{ text-transform: capitalize; color: var(--quaternary-color); font-size: 24px;}
.team_sc .team .team_right .team-detail { color: var(--secondary-color); }
.team_sc .team .team_right .btn a { color: #0084A9; text-decoration: underline;}
.team_sc .team .team_right .btn a:hover { text-decoration: none; }
.team_sc .team .team_right .popup_content { display: none; }
.team_sc .team_wrap .load-more-btn { width: 100%; text-align: center; } 

.fancybox-container .fancybox-bg { background: rgba(239, 239, 239, 0.9); }
.fancybox-inner .popup_content { max-width: 1048px; border-radius: 8px; background-color: var(--white-color); padding: 32px; box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10); }
.fancybox-inner .popup_bio .team_left img { max-width: 200px; max-height: 200px; object-fit: cover; }
.fancybox-inner .popup_bio .team_right .popup_title { color: #0084A9; text-transform: capitalize; font-size: 24px; }
.fancybox-inner .popup_bio .team_right .team-detail { color: var(--secondary-color); }
.fancybox-inner .popup_bio .team_right .bio_text { color: var(--secondary-color); }
.fancybox-inner .popup_bio .about_team .bio_content h5 { padding-bottom: 10px; font-size: 24px; }
.fancybox-inner .popup_bio .about_team .about_bio { padding-bottom: 30px; }
.fancybox-inner .popup_content .fancybox-close-small { border: 1px solid #0084A9; border-radius: 100%; padding: 2px; width: 24px; height: 24px; right: 30px; top: 30px; }
.fancybox-inner .popup_content .fancybox-close-small svg { color: #0084A9; }
.fancybox-inner .popup_content .fancybox-close-small:hover { border-color: var(--main-color); }
.fancybox-inner .popup_content .fancybox-close-small:hover svg { color: var(--main-color); }

/* Popup module */
.popup-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; opacity:0; background-color: rgba(0, 0, 0, .7); width: 100%; height: 100%; text-align: center; padding: 1rem; align-items: center; justify-content: center; z-index: 19000; transition: all 0.8s ease-in-out; }
.custom-popup { position: relative; display: inline-block; max-width: 800px; opacity:0; height: auto; background-color: white; border-radius: 5px; z-index: 19001; transition: all 0.8s ease-in-out; }
.custom-popup .custom-popup-header { display:flex; justify-content: flex-end; position: absolute; width: 100%; }
.custom-popup .custom-popup-header .close-btn { display: flex; justify-content: center; align-items: center; color: #000000; cursor: pointer; background:rgba(255,255,255,0.4); border-radius: 50%; width: 24px; height: 24px; z-index:10; }

/* call to action */ 
.call_action .action_btn { margin: 0 -15px; }
.call_action .call_action_wrap { max-width: 834px; }
.call_action.state-locations .call_action_wrap { max-width: 100%; }
.call_action .action_btn .btn { width: calc(33.33% - 30px); margin: 15px }
.call_action.state-locations .action_btn .btn { width: calc(25% - 30px); }
.call_action .action_btn .btn a { width: 100%; font-size: 20px; font-weight: 500; border-radius: 30px; } 
.call_action.state-locations .action_btn .btn a small { font-size:13px; }

/* logo slider */
.logo_slider .logo_slider_wrap { background-color: var(--white-color); border-radius: 16px; }
.logo_slider .logo_slide .logo_img a { display: inline-block; /*margin: 0 15px;*/ }
.logo_slider .logo_slide .logo_img { padding:0 15px; }
.logo_slider .logo_slide .slick-arrow { top: initial; bottom: 0; left: 0; right: 0; margin: 0 auto; background-color: var(--eight-color); }
.logo_slider .logo_slide .slick-arrow:hover,
.logo_slider .logo_slide .slick-arrow.slick-disabled{ opacity: 0.2; }
.logo_slider .logo_slide .slick-arrow.slick-prev { left: -65px; }
.logo_slider .logo_slide .slick-arrow.slick-next { right: -65px; }
.logo_slider .action-btn .btn { margin: 0 12px; }

/* patient_slider_sc */
.patient_slider_sc .patient-slider { position: initial; }
.patient_slider_sc .patient-slider_wrap { position: relative; }
.patient_slider_sc .patient_box .patient_con { display: inline-block; margin: 0 15px; background-color: var(--white-color); border-radius: 8px; }
.patient_slider_sc .patient_box .patient_con .quote_icon img { filter: brightness(0) saturate(100%) invert(22%) sepia(62%) saturate(4125%) hue-rotate(276deg) brightness(87%) contrast(99%); max-width: 25px; }
.patient_slider_sc .patient_box .patient_con .quote_text { font-size: 18px; }
.patient_slider_sc .patient_box .patient_con .author_name { font-size: 12px; color: var(--seventh-color); text-transform: uppercase; font-weight: 700; }
.patient_slider_sc .slick-arrow { top: initial; bottom: 0; left: 0; right: 0; margin: 0 auto; background-color: var(--seventh-color); }
.patient_slider_sc .slick-arrow:hover,
.patient_slider_sc .slick-arrow.slick-disabled { opacity: 0.2; }
.patient_slider_sc .slick-arrow.slick-prev { left: -65px; }
.patient_slider_sc .slick-arrow.slick-next { right: -65px; }

/* cta_block */
.cta_block .cta-block-wrap { max-width: 1048px; margin: 0 auto; }
.cta_block .cta-block-wrap.make-full-width { max-width:100%; position: relative; }
.cta_right_con { position: sticky; top: 160px; }
.cta_block .cta-block-wrap .cta_left_con { color: var(--secondary-color); font-size: 18px; }
.cta_block .cta-block-wrap .cta_left_con a { color: var(--fifth-color); text-decoration: underline; }
.cta_block .cta-block-wrap .cta_left_con a:hover { text-decoration: none; } 
.cta_block .cta-block-wrap .cta_left_con h4 { font-size: 24px; text-transform: capitalize; padding: 24px 0; }
.cta_block .cta-block-wrap .cta_left_con h5 { text-transform: capitalize; padding: 24px 0; font-size: 20px; }
.cta_block .cta-block-wrap .cta_left_con ul { list-style: none; margin:0 ; padding: 0; }
.cta_block .cta-block-wrap .cta_left_con ul li { position: relative; padding-left: 25px; margin-bottom: 5px; }
.cta_block .cta-block-wrap .cta_left_con ul li:before { content: ''; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/tooth.svg) no-repeat center / cover ; position: absolute; left: 0; /*top: 50%; transform: translate(0, -50%);*/ width: 15px; height: 15px; top:4px; }

.cta_block .cta-block-wrap .cta_right_con .cta_action,
.cta_block .cta-block-wrap .cta_right_con .img-with-con { background-color: var(--white-color); border-radius: 8px; }
.cta_block .cta-block-wrap .cta_right_con h4 { text-transform: capitalize; color: var(--seventh-color); font-size: 24px; }
/* .cta_block .cta-block-wrap .cta_right_con .btn a { width: 100%; text-transform: capitalize; } */
.cta_block .cta-block-wrap .cta_right_con .btn a { width: 100%; }
.cta_block .cta-block-wrap .cta_right_con .img-with-con .block-img img { height: 200px; object-fit: cover; border-radius: 8px; margin-bottom:15px; }
.cta_block .cta-block-wrap .cta_right_con .cta_text { font-size: 18px; }

/* rex overrides (fixing p+p only padding for cta block module */
.cta_block .cta-block-wrap .cta_left .left_content p+p { padding-top:0; /* override the silly rule of 20px top padding applied to p+p */ }
.cta_block .cta-block-wrap .cta_left .left_content p,
.cta_block .cta-block-wrap .cta_left .left_content ol,
.cta_block .cta-block-wrap .cta_left .left_content ul { padding-bottom:25px;   line-height:1.75rem; }
.cta_block .cta-block-wrap .cta_left .left_content h2,
.cta_block .cta-block-wrap .cta_left .left_content h3 { padding-bottom:15px; }
 
/* accordion_sc */
.accordion_sc .accordion_wrap { max-width: 832px; margin: 0 auto; }
.accordion_sc .accordion_wrap .accordion_tab { border: 1px solid var(--white-color); margin: 5px; border-radius: 8px; }
.accordion_sc .accordion_wrap .accordion_tab.active { background-color: var(--white-color); }
.accordion_sc .accordion_tab .accordion_title { position: relative; cursor: pointer; }
.accordion_sc .accordion_tab .accordion_title:after { content: ''; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/right_arrow.png) no-repeat center / cover; position: absolute; right: 22px; top: 50%; transform: translateY(-50%) rotate(90deg); filter: brightness(0) invert(0); width: 6px; height: 10px; transition: all ease-in-out .4s; }
.accordion_sc .accordion_tab.active .accordion_title:after { transform: translateY(-50%) rotate(-90deg); }
.accordion_sc .accordion_tab:hover { background-color: var(--white-color); }

/* blog_wrapper */
.blog_wrapper .blog_head{ text-transform: capitalize; }

/* contact_us_form */
.contact_us_form .contact_wrap { background-color: var(--white-color); border-radius: 8px; max-width: 832px; margin: 0 auto; }
.contact_us_form .contact_head .contact_title { color: var(--fifth-color); }
.contact_us_form .contact_head .contact_text { color: var(--secondary-color); }
.contact_us_form form .input .hs-dateinput input { background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/icon-calendar.svg) no-repeat 95% / 20px; padding-right: 45px !important; }
.contact_us_form form .hs_preferred_time .input select { background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/icon-clock.svg) no-repeat 95% / 20px; padding-right: 45px !important; }
.contact_us_form form ul.hs-error-msgs { margin-top: -10px; margin-left: 5px; }

/*** ***/
.dentist-near { margin: 0 0 30px; background: var(--headertopbg); position: relative; }
.dentist-near:after { content: ''; width: 100%; height: 40px; position: absolute; bottom: 0; left: 0; background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/shape-hero.png') no-repeat; background-size: 100% 40px; }
.dentist-near .main { margin: 0 0 -36px; border-radius: 16px; filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.10)); background: #fff; width: 100%; position: relative; z-index: 1; }
.dentist-near .left { width: 508px; padding: 32px; }
.dentist-near .left h4 { font-size: 24px; line-height: 32px; font-weight: 400; padding: 0 0 15px; }
.dentist-near .row-box { margin: 0 0 16px; gap: 0 16px; }
.dentist-near .row-box label { font-size: 16px; line-height: 24px; font-weight: 700; color: var(--headertoplink); margin: 0 0 5px; margin:0 0 10px; display: inline-block; width: 100%; }
.dentist-near .row-box .select { height: 45px; border: 1px solid var(--fifth-color); border-radius: 4px; width: 100%; font-size: 16px; line-height: 22px; font-weight: 500; color: var(--headertoplink); padding: 10px 16px; display: flex; align-items: center; position: relative; cursor: pointer; }
.dentist-near .row-box .box { width: 100%; position: relative; }
.dentist-near .row-box .box ul { margin: 0; padding: 10px; position: absolute; top: 80px; left: 0; width: 100%; max-height: 200px; background: #fff; border-radius: 4px; list-style-type: none; z-index: 1; filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .1)); overflow-x: auto; z-index: 22; }
.dentist-near .row-box .box ul li { margin: 2px 0; padding: 0; display: inline-block; width: 100%; font-size: 16px; line-height: 22px; cursor: pointer; }
.dentist-near .row-box .box.distance ul { height: 125px; }
.dentist-near .row-box .select:after { content: ''; width: 12px; height: 8px; background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-arrow-down.svg') no-repeat; position: absolute; top: 18px; right: 16px; }
.dentist-near .row-box input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { margin: 0; border-radius: 4px; border-color: var(--fifth-color); }
.loadmore_btn a { min-width: 160px; }
.dentist-near .row-box .disabled:before { content: ''; width: 100%; height: 55px; position: absolute; top: 25px; left: 0; cursor: not-allowed; z-index: 1; background: #FFF; opacity: 0.6; }

.dentist-near .current,
.dentist-near .clear-filter { font-size: 12px; line-height: normal; }
.dentist-near.dentist-near-v2 .current { width:65%; float:left; }
.dentist-near.dentist-near-v2 .clear-filter { width:35%; float:right; }
.dentist-near .current a,
.dentist-near .clear-filter a { color: var(--fifth-color); text-decoration: underline; }
.dentist-near .left .current a { position: relative; padding: 0 0 0 20px; }
.dentist-near .left .current a:before { content: ''; width: 12px; height: 16px; background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/location.svg') no-repeat; position: absolute; top: 0; left: 0; }

.dentist-near .right { width: calc(100% - 508px); border-radius: 0 16px 16px 0; overflow: hidden; }
.dentist-near .right .map { height: 100%; }
.dentist-near .no-data {padding-top: 25px;}

.location-profile .left { padding: 32px; width: 292px; border-radius: 12px; background: #fff; box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); position: sticky; top: 170px; }
.location-profile .left h3 { font-size: 24px; line-height: 28px; margin: 0 0 15px; }

.location-profile .left .buttons { display: flex; flex-flow: column; gap: 16px; }
.location-profile .left [class*=button-] a { width: 100%; text-align: center; }
.location-profile .right { width: calc(100% - 292px); padding: 0 0 0 32px; }
.location-profile .physicians { font-size: 16px; line-height: normal; }
.location-profile .sorting .filter-box { position: relative; margin-left: 12px; }
.location-profile .sorting .filter-box span.select_order { font-weight: 500; padding: 11px 16px; min-width: 150px; display: inline-block; border-radius: 4px; border: 1px solid var(--fifth-color); position: relative; cursor: pointer; }
.location-profile .sorting .filter-box span.select_order:after { content: ''; width: 12px; height: 8px; background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-arrow-down.svg') no-repeat; position: absolute; top: 18px; right: 16px; }
.location-profile .sorting .filter-box ul { margin: 0; padding: 10px; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; border-radius: 4px; list-style-type: none; z-index: 1; filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .1)); display: none; }
.location-profile .sorting .filter-box ul li { margin: 2px 0; padding: 0; display: inline-block; width: 100%; font-size: 16px; line-height: 22px; cursor: pointer; }

.location-profile .right .main { gap: 30px; }
.location-profile .right .box { width: calc(33.33% - 20px); background: #fff; border-radius: 8px; overflow: hidden; }
.location-profile .right .box .image { height: 195px; }
.location-profile .right .box .image img { width: 100%; height: 100%; object-fit: cover; }
.location-profile .right .box .text { padding: 32px; font-size: 18px; line-height: 24px; }
.location-profile .right .box .text h3,
.location-profile .right .box .text h3 a { font-size: 24px; line-height: 30px; color: var(--fifth-color); margin: 0 0 12px; }
.location-profile .right .box .link-style a { color: var(--fifth-color); text-decoration: underline; }
.location-profile .right .box .text h3 a:hover,
.location-profile .right .box .link-style a:hover { color:#e31b23; }

.hero-details { background: var(--headertopbg); background:#98DBEE; position: relative; }
.hero-details:after { content: ''; width: 100%; height: 40px; position: absolute; bottom: 0; left: 0; background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/shape-hero.png') no-repeat; background-size: 100% 40px; }
.hero-details.remove-round-bottom:after { display:none; margin-bottom:60px; }
.loaction-details .fancybox-link { cursor:pointer; }

.loaction-details .wrapper-wrap { padding-left: calc((100% - 1285px) / 2); }
.hero-details #breadcrumbs_wrapper { width: 100%; }
.hero-details .left { width: calc(100% - 724px); padding: 0 32px 0 0; position: relative; color: var(--secondary-color); display: flex; flex-flow: column; justify-content: center; }
.hero-details .left .add { max-width: 230px; }
.hero-details .left .directions a { color: var(--eight-color); text-decoration: underline; }
.hero-details .left .button-1 a { display: flex; align-items: center; text-align: center; justify-content: center; }
.hero-details .left .button-1 a svg { margin-right: 9px; }
.hero-details .left .button-1 { display: flex; }
.hero-details .right { width: 724px; height: 510px; border-radius: 16px; overflow: hidden; }
.loaction-details .right .wrap { padding-right: calc((100% - 642px) / 2); }
.hero-details .right img { width: 100%; height: 100% !important; object-fit: cover; border-radius:16px; }
.hero-details .wrapper .left .hero-btn .location a:before { content: ''; display: inline-block; width: 12px; height: 17px; vertical-align: middle; margin-right: 6px; background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' viewBox='0 0 12 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.29457C0 3.09944 2.59944 0.5 5.7946 0.5C8.98973 0.5 11.5891 3.09944 11.5892 6.29457C11.5892 10.2598 6.4036 16.081 6.18282 16.3269C5.97582 16.5575 5.61376 16.5579 5.40638 16.3269C5.1856 16.081 0 10.2598 0 6.29457ZM2.87922 6.29457C2.87922 7.90213 4.18704 9.20998 5.7946 9.20998C7.40213 9.20998 8.70995 7.90217 8.70995 6.2946C8.70995 4.68704 7.40213 3.37919 5.7946 3.37919C4.18707 3.37919 2.87922 4.68701 2.87922 6.29457Z' fill='white'/%3E%3C/svg%3E) no-repeat center / cover; position: relative; top: -1px; }
.hero-details .wrapper .left .hero-btn .location.no-icon a:before { display:none; }
.time-table { position: absolute; bottom: -30px; right: -60px; width: 292px; border-radius: 12px; background: var(--White, #FFF); font-size: 15px; line-height: normal; padding: 24px 24px 16px; }
.time-table ul { margin: 8px 0 0; padding: 0; list-style-type: none; display: inline-block; width: 100%; }
.time-table ul li { margin: 8px 0; display: flex; justify-content: space-between; }
.time-table ul li span.long,
.time-table ul li span.hang { display:block; text-align:right; }
.time-table ul li span.long { max-width:125px; }
.time-table ul li span.hang { font-size:11px; }
.time-table ul li span.hang,
.time-table ul li span.closed { color:#999; }

.loaction-details .left label { display: none; }
.loaction-details .left { width: 292px; border-radius: 12px; background: #FFF; box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); padding: 20px 32px; font-size: 16px; line-height: normal; font-weight: 500; position: sticky; top: 170px; }
.loaction-details .left ul { margin: 0; padding: 0; list-style-type: none; }
.loaction-details .left ul li { display: inline-block; width: 100%; border-bottom: 1px solid #EEE; }
.loaction-details .left ul li a { color: var(--secondary-color); display: inline-block; width: 100%; padding: 8px 0; }
.loaction-details .left ul li:last-child { border: none; }
.loaction-details .right { width: calc(100% - 292px); padding: 0 0 0 32px; }
.cta-strip { padding: 32px; border-radius: 16px; background: #FFF; }
.cta-strip .text { width: 300px; padding: 0 30px 0 0; }
.cta-strip .image { width: calc(100% - 300px); }
.cta-strip .image img { width: 100%; border-radius: 16px; }
.cta-strip .button-1 a { min-width: 207px; text-align: center; }
.cta-strip h2 span { color: var(--eight-color); }

.photos-videos .box { width: 292px; height: 188px; border-radius: 4px; overflow: hidden; }
.photos-videos .box img { width: 100%; height: 100% !important; object-fit: cover; }
.photos-videos .slick-track { display: flex; gap: 35px; }
.photos-videos button.slick-arrow { top: -60px; right: calc((100% - 642px) / 2); left: auto; opacity: 0.5; }
.photos-videos button.slick-prev.slick-arrow { right: calc((100% - 512px) / 2); }
.photos-videos button.slick-arrow:hover { opacity: 1; }

.specialties .main { gap: 30px; }
.specialties .main .box { width: calc(33.33% - 20px); padding: 32px; border-radius: 8px; background: #FFF; min-height: 220px; display: flex; flex-flow: column; justify-content: space-between; position:relative; }
.specialties .main .box a { position:absolute;width:100%;height:100%;top:0;left:0; }
.specialties .main .box .icon { height: 48px; display: flex; justify-content: center; align-items: center; }
.specialties .main .box .icon img { max-height: 100%; }
.specialties .main .box .title { display: flex; align-items: center; justify-content: space-between; }

.specialties .main .box .title h4 { border-bottom: 2px solid transparent; }
.specialties .main .box.general-care:hover .title h4 { border-color: #FDA816; }
.specialties .main .box.orthodontics:hover .title h4 { border-color: #D72891; }
.specialties .main .box.cosmetic-care:hover .title h4 { border-color: #A324D1; }
.specialties .main .box.specialty-care:hover .title h4 { border-color: #3300C2; }
.specialties .main .box.pediatric-dental-care:hover .title h4 { border-color: #0084A9; }

.find-map .map { min-height: 452px; border-radius: 4px; }

.local-offers button.slick-arrow { top: -60px; right: calc((100% - 642px) / 2); left: auto; opacity: 0.5; }
.local-offers button.slick-prev.slick-arrow { right: calc((100% - 512px) / 2); }
.local-offers .slick-track { gap: 30px; display: flex; }
.local-offers .box { padding: 32px; width: 400px; border-radius: 8px; background: #FFF; color: var(--secondary-color); }
.local-offers .box .offer-discount { font-weight:500; }
.local-offers .box .offer-description { font-size:17px; }
.local-offers .box .text { margin: 12px 0 0; }
.local-offers button.slick-arrow:hover { opacity: 1; }
.local-offers .box h4 { color: var(--link_hover_color); }
.local-offers small,
.link_style a.small { font-size:14px; color:#999; }
.liine-number.hidden { color: #f7f7f7; text-align: center; }

.loaction-details .services .box { width: calc(33.33% - 8px); font-size: 16px; }
.loaction-details .services .rowbox { gap: 30px 12px; }
.loaction-details .services .rowbox h5 { font-size: 16px; margin: 0 0 10px; }
.loaction-details .services .box .icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; padding: 10px; background: #0084A9; border-radius: 100px; margin: 0 0 12px; }
.loaction-details .services .logos { margin: 20px 0 0; gap: 24px; }
.loaction-details .services ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-flow: column; gap: 10px 0; }
.loaction-details .services h2 { margin: 0 0 30px; }

.loaction-details .amenities { margin: 100px 0 0; }
.loaction-details .amenities h2 { margin: 0 0 30px; }
.loaction-details .amenities .box { display: flex; align-items: center; }
.loaction-details .amenities .rowbox { display: flex; flex-flow: column; gap: 10px 0; font-size: 18px; }
.loaction-details .amenities .rowbox .icon { margin-right: 10px; min-width: 24px; }

.location-pc-info { margin-left: 4px; margin-top: 20px; padding-bottom: 20px; font-size: 20px; font-weight: 500; color: #425968; }
@media (max-width:767px) {.location-pc-info { text-align: center;} }

.contact-info h2 { margin: 0 0 30px; }
.contact-info .rowbox { gap: 30px; }
.contact-info .box { width: calc(33.33% - 20px); display: flex; }
.contact-info .box .icon { display: flex; align-items: center; width: 32px; height: 32px; background: #D72891; border-radius: 100px; margin-top: -5px; }
.contact-info .box  .text { width: calc(100% - 32px); padding: 0 0 0 12px; }
.contact-info .box .text a { color: var(--secondary-color); }
.contact-info .box .text a:hover { color: var(--tertiary-color); }

.meetour { position: relative; }
.meetour .slick-list, .meetour .slick-slider { position: initial; }
.meetour .main-title { width: 100%; max-width: 940px; color: #000; }
.meetour button.slick-arrow { top: 15px; right: calc((100% - 642px) / 2); left: auto; background: var(--fifth-color); opacity: 0.5; }
.meetour button.slick-prev.slick-arrow { right: calc((100% - 512px) / 2); }
.meetour button.slick-arrow:hover { opacity: 1; }
.meetour .slick-track { gap: 30px; display: flex !important; }
.meetour .box { padding: 32px; width: 400px; height: auto; border-radius: 8px; background: #FFF; color: var(--secondary-color); display: flex; flex-direction: column; }
.meetour .box .img { line-height: 0; width: 145px; }
.meetour .box .img img { max-width:145px; max-height:145px; }
.meetour .box .text { width: calc(100% - 145px); padding: 0 0 0 30px; }
.meetour .box .text h4 { color: var(--fifth-color); }
.meetour .box .link a { color: var(--fifth-color); text-decoration: underline; }
.meetour .box .link a:hover { color: var(--quaternary-color); }

.patients-saying h2 { margin: 0 0 30px; }
.patients-saying button.slick-arrow { top: -60px; right: calc((100% - 642px) / 2); left: auto; background: var(--fifth-color); opacity: 0.5; }
.patients-saying button.slick-prev.slick-arrow { right: calc((100% - 512px) / 2); }
.patients-saying .slick-track { gap: 30px; display: flex; }
.patients-saying .box { padding: 32px; width: 400px; border-radius: 8px; background: #FFF; color: var(--secondary-color); }
.patients-saying .box .text:before { content: ''; width: 30px; height: 24px; background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/quote.svg') no-repeat; display: block; margin: 0 0 10px; }
.patients-saying .box .name { font-size: 12px; line-height: 18px; text-transform: uppercase; letter-spacing: 1.2px; color: var(--seventh-color); font-weight: 700; }
.patients-saying button.slick-arrow:hover { opacity: 1; }
.insurance-financing { color: var(--secondary-color); }
.insurance-financing .main-title { max-width: 935px; width: 100%; margin: 0 0 30px; }
.insurance-financing .main-title h2 { margin: 0 0 26px; }
.insurance-financing ul { margin: 0; padding: 0; list-style-type: none; column-count: 3; }
.insurance-financing ul li { margin: 0 0 30px; padding: 0 0 0 35px; position: relative; }
.insurance-financing ul li:before { content: ''; width: 24px; height: 24px; background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/check-green.svg') no-repeat; position: absolute; top: 0; left: 0; }
.insurance-financing h4,
.insurance-financing h3 { margin: 30px 0 20px; }

.gm-style .gm-style-iw-c .gm-style-iw-d { width: 100%; overflow: visible !important; }
button.gm-ui-hover-effect { position: absolute; top: 0; }
.gm-style .gm-style-iw-c { padding: 0; }
.infoPopup { width: 210px; font-size: 14px; line-height: 18px; color: var(--secondary-color); padding: 24px !important; font-weight: 400; }
.infoPopup .fortitle { font-size: 16px; line-height: 24px; line-height:18px; display: inline-block; width: 100%; margin: 0 0 10px; margin:0 0 6px; color: #D72891; font-weight: 500; }
.infoPopup a { margin: 12px 0 0; margin:6px 0 0; display: inline-block; width: 100%; color: var(--eight-color); text-decoration: underline; }
.infoPopup a:hover { color: var(--seventh-color); }

.gm-style-iw-chr { position: absolute; top: 10px; right: 10px; }
.gm-style-iw-chr > div { display: none; }
.gm-style-iw-chr button.gm-ui-hover-effect { width: 20px !important; height: 20px !important; }
.gm-style-iw-chr button.gm-ui-hover-effect span { margin: 0 !important; }


.blog_post_wrap { max-width:1300px; }
.subscribe_sc,
.blog-post__body h1 { display:none; }
.blog_post_wrap .blog-post .blog-post__body p,
.blog_post_wrap .blog-post .blog-post__body ul,
.blog-post__body table,
.blog_post_wrap .blog-post .blog-post__body img.post-featured-img { margin-bottom:25px; }
.blog_post_wrap .blog-post .blog-post__body h2,
.blog_post_wrap .blog-post .blog-post__body h3 { margin-bottom:20px; margin-top:5px; }
.blog_post_wrap .blog-post .blog-post__body h4,
.blog_post_wrap .blog-post .blog-post__body h5,
.blog_post_wrap .blog-post .blog-post__body h6,
.blog-post__meta { margin-bottom:15px; margin-top:5px; }
.blog_post_wrap .blog-post .blog-post__body li { margin-bottom:8px; }
.blog-post__body table th { text-align:left; }

.search_result_sc .wrapper { width:100%; max-width:1300px; }

.dentist-near .left .or { text-align: center; font-size: 16px; /*font-weight: 700;*/ position: relative; }
.dentist-near .left .or:before { position: absolute; content: ""; height: 1px; width: 100%; top: -1px; bottom: 0; left: 0; background: #425968; margin: auto 0; }
.dentist-near .left .or span { position: relative; padding: 0 15px; background: #fff; }


/* 04-10-2024 */
.dentist-near.dentist-near-v3{padding-top:32px;margin-bottom: 70px;background: #98DBEE;}
.dentist-near.dentist-near-v3 .no-data{margin-bottom:24px;display:none;}
.dentist-near.dentist-near-v3:after{background:url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/shape-hero-v2.png) no-repeat;background-size:100% 140px;height:140px;}
.dentist-near.dentist-near-v3 .main{background:transparent;filter:unset;}
.dentist-near.dentist-near-v3 .left {padding-top: 0;padding-left: 0;width: 557px;}
.dentist-near.dentist-near-v3 .left .or{text-align:left;}
.dentist-near.dentist-near-v3 .left .or:before{display:none;}
.dentist-near.dentist-near-v3 .left h1{font-size:40px;line-height:40px;}
.dentist-near.dentist-near-v3 .left .form{margin-top:24px;}
/* .dentist-near.dentist-near-v3 .row-box {margin-bottom: 26px;} */
.dentist-near.dentist-near-v3 .row-box{margin-bottom:0;}
.dentist-near.dentist-near-v3 .custom_display{margin:8px 0;margin:20px 0 8px; display:inline-block;font-size:14px;color:#666666;}
.dentist-near.dentist-near-v3 .row-box input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),select,textarea{height:48px;padding-left:16px;padding-right:40px;}
.dentist-near.dentist-near-v3 .row-box .box input {background-image: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-search.svg);background-size: 24px;background-repeat: no-repeat;background-position: right 16px center;}
.dentist-near.dentist-near-v3 .row-box .box input::placeholder{color:var(--secondary-color);}
.dentist-near.dentist-near-v3 .row-box .box ul{top:49px;}
.dentist-near.dentist-near-v3 .clear-filter,.dentist-near.dentist-near-v3 .current{font-size:16px;line-height:normal;margin-top: 8px;}
.dentist-near.dentist-near-v3 .clear-filter a,.dentist-near.dentist-near-v3 .current a{text-decoration:none;color:var(--secondary-color);font-weight:500;}
.dentist-near.dentist-near-v3 .left .current a:before{background:url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-pin.svg) no-repeat center; width: 16px;top:2px;}
.dentist-near.dentist-near-v3 .right{border-radius:16px;filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.10));width: calc(100% - 557px);}
.dentist-near.dentist-near-v3 .right .map{min-height: 728px;}

.location-profile.location-profile-v3{position:relative;}
.location-profile.location-profile-v3:after{position:absolute;content:'';bottom:-20px;left:0;width:calc(100% - 20px);height:55px;background:linear-gradient(180deg,rgba(247,247,247,0.00) 0%,#F7F7F7 69%);z-index:0;} 
.location-profile.location-profile-v3 .wrapper{padding:0;}
.dentist-near.dentist-near-v3 .location-profile.location-profile-v3 .right{width:100%;padding:0;max-height: 620px;height:100%;overflow: auto;padding-right:15px; padding-bottom:30px;}
.location-profile.location-profile-v3 .right::-webkit-scrollbar{width:5px;}
.location-profile.location-profile-v3 .right::-webkit-scrollbar-track{background:#f1f1f1;}
.location-profile.location-profile-v3 .right::-webkit-scrollbar-thumb{background:var(--fifth-color);}
.location-profile.location-profile-v3 .right::-webkit-scrollbar-thumb:hover{background:var(--secondary-color);}
.location-profile.location-profile-v3 .right .box { width:100%; }
.location-profile.location-profile-v3 .right .box +.box{margin-top:20px;}

        /* Modal */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 10000;
        }
        .modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 90%;
            z-index: 1001;
        }
        .modal-header {
            position: relative;
            margin-bottom: 20px;
        }
        .modal .close-button {
            position: absolute;
            top: -10px;
            right: -10px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #666;
        }
        .modal .close-button.confirmation-close {
            position:relative;
            top:unset;
            right:unset;
            font-size:12px;
        }
        .modal .close-button:hover {
            color: #333;
        }
        .modal-content {
            text-align: center;
        }
        .modal-content .hs-form-booleancheckbox span { text-align:left; }
        .modal-content label { float:left; padding-left:20px; }
        .modal-content .hs-submit { margin-top:15px; }


/* 15-11-2024 */
.hero-banner.hero-banner-v2{padding:65px 0;}
.offer-by-state{padding:70px 0 30px;}
.offer-by-state .inner{display:flex;flex-wrap:wrap;}
.offer-by-state .inner .left-part{width:292px;}
.offer-by-state .inner .dropdown-list{border-radius:12px;background:#FFF;box-shadow:0px 10px 30px 0px rgba(0,0,0,0.08);padding:32px;position: sticky;top: 180px;}
.offer-by-state .inner .dropdown-list .list-item{display:block;padding:8px 0;border-bottom:0.5px solid #EEE;color:#425968;font-weight:500;cursor:pointer;transition: 400ms}
.offer-by-state .inner .dropdown-list .list-item:hover{color:var(--headerbottomlinkhover);}
.offer-by-state .inner .right-part{max-width:calc(100% - 292px);width:100%;padding-left:32px;}
.offer-by-state .inner .right-part .main-card + .main-card{margin-top:72px;}
.offer-by-state .inner .right-part .card-wrapper{margin:32px -16px 0;display:flex;flex-wrap:wrap;row-gap:32px;}
.offer-by-state .inner .right-part .card{padding:0 16px;width:33.33%;}
.offer-by-state .inner .right-part .card .card-inner{padding:32px;background:#fff;border-radius:8px;text-align:center; height:100%;}
.offer-by-state .inner .right-part .card .card-inner h4{color:var(--seventh-color);margin-top:12px;}
.offer-by-state .inner .right-part .card .card-inner .pre-title{color:var(--secondary-color);}
.offer-by-state .inner .right-part .card .card-inner .content{margin-top:12px;color:var(--secondary-color);}
.offer-by-state .inner .right-part .card .card-inner .link_style{margin-top:12px;}
.offer-by-state .inner .right-part .card .link_style a{font-weight:400;}
.offer-by-state .inner .right-part .card .link_style a:after{display:none;}
.offer-by-state .inner .right-part .card .link_style a:hover{color:var(--eight-color);}
.offer-by-state .inner .right-part .card .button-1{margin-top:12px;}

.fancybox-content.location-popup .fancybox-close-small svg{display:none;}
.fancybox-content.location-popup .fancybox-close-small{width:32px;height:32px;padding:0;right:24px;top:24px;right:20px;top:20px;background:url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/close-icon.svg) no-repeat center / 24px 24px;}
.fancybox-content.location-popup{padding:80px 24px 24px !important;padding:55px !important; border-radius:8px;color:#000;font-size:16px;line-height:24px;max-width:832px; height:auto !importnant; overflow:unset !importnant;}
.fancybox-content.location-popup p+p{padding-bottom:0;}

/* lp page */
.big-btn a { font-size: 20px;  font-style: normal; font-weight: 500; }
.lp-header { position: absolute; z-index: 99; width: 100%; left: 0;  padding: 50px 0 20px; }
.lp-logo-address { min-width:300px; font-weight:600; }
.lp-logo-address a { color:#2A3641; }
.lp-logo-address a:hover { text-decoration:underline; }
.lp-name { display:block; padding-left:6px; }
.lp-header .button-group { display: flex; gap: 12px; padding-bottom:30px; }

.lp-banner { padding:200px 0 60px; padding:230px 0 50px; position: relative; z-index: 1; background-image:linear-gradient(99deg, #C6EFFB 0%, #98DBEE 97.7%); }
.lp-banner h1 span { color: var(--tertiary-color); }
.lp-banner .offer-box { background: var(--tertiary-color); width: 100%; max-width:508px;  padding: 32px;  margin-left: auto; border-radius: 8px; color: var(--white-color); }
.lp-banner .offer-box h6 { color: var(--white-color);  text-transform: uppercase;  letter-spacing: 2px;  font-weight: 500;  margin-bottom: 20px; }
.lp-banner .offer-box h2 {  color: var(--white-color); font-weight: 500; line-height: 55px;  font-size: 48px; margin-bottom: 20px; }
.lp-banner .offer-box .offer-text a { font-size: 16px;  font-style: normal;  font-weight: 400; line-height: 22px; text-decoration: underline; color: var(--white-color); }
.lp-banner .offer-box .offer-text {margin-bottom: 22px;}
.lp-banner:before {  content: "";  position: absolute;  right: 0;  top: 0;  bottom: 30px;  background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/landing/bghero-ptn.png') no-repeat center right /  100%; width: 100%; height: auto; max-width: 1790px; z-index: -1; }
.lp-banner:after { z-index: -2; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/shape-hero-v2.png) no-repeat center / 100% 100%; height: 60px; bottom: 0; }
.offer-box .button-1.white a { color: #D72891; }
.offer-box .button-1.white a:hover { color: #fff; }

.lp-services-sec { padding: 0 0 45px; margin-top: -32px; position: relative; z-index: 1; }
.lp-services-img { width: 480px; }
.lp-services-img img { width: 100%; }
.lp-services-content { width: calc(100% - 480px); padding-left: 40px; }
.lp-services-row { flex-wrap: wrap; margin: 0 -15px; width: 100%; max-width: 660px; }
.lp-services-item ul { list-style: none; padding: 0; margin: 0; }
.lp-services-item ul li {margin-bottom: 8px;}
.lp-services-item { width: calc(50% - 30px);  margin: 0 15px; }
.lp-services-content h2 { margin-bottom: 32px; }
.lp-services-item h6 { margin-bottom: 20px; font-weight: 600; line-height: 24px; }

.lp-patient-sec { background-color:#C2EDFA; padding: 60px 0 0; text-align: center; position: relative; z-index: 1; }
.lp-patient-sec:before { top: -50px; content: ""; height: 50px; position: absolute;  width: 100%; z-index: -1; background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/raw_assets/public/gentle-dental/images/dental-hero-pattern-lp.png) no-repeat 50%/100% 100%; left: 0; transform: scale(-1); }
.lp-patient-sec .wrapper { width: 100%; max-width: 1100px; }
.lp-patient-sec h2 { width: 100%;  max-width: 388px; margin: 0 auto 32px; }
.lp-patient-sec .patient-right h2 { margin-bottom: 0; }
.patient-left , .patient-right { width: 50%; }
.testi-row { display: flex; gap: 4%; flex-wrap: wrap; }
.testi-row .testi-box { flex:1 1 60%; }
.testi-row .testi-box:first-child { flex: 0 0 30%; }
.testi-box { background: #fff; padding: 32px; border-radius: 8px; }
.testi-box.birdeye { background:none; padding:0; }
.testi-box.birdeye .birdeye-widget { display:flex; align-items:center; height:100%; }
.testi-box .testi-quotes { line-height: 24px; }
.testi-box svg { display: table;  margin-bottom: 10px; }
.testi-box .testi-name { color: #A324D1; font-size: 12px;  font-style: normal; font-weight: 700; line-height: 24px; letter-spacing: 1.2px; text-transform: uppercase; margin-top: 10px; }
@media (max-width:1085px) {
  .testi-row .testi-box { flex:1 1 48%; }
  .hero-details .right img { object-fit: contain; }
}
@media (max-width:991px) {
  .testi-row .testi-box:first-child { flex: 0 0 100%; text-align:center; }
  .testi-box.birdeye .birdeye-widget { justify-content:center; }
}
.scheduling-img {  margin-top: -14px; }
.patient-right .button-1 { margin-top: -52px; }
.lp-patient-sec .big-btn a { padding: 12px 39px; }

.dentist-near.lp-dentist-near {  background-color: #c2edfa; }
.dentist-near.lp-dentist-near .location-profile.location-profile-v3 .right {filter: none;}
.dentist-near.lp-dentist-near:after { background-size: 100% 90px; height: 60px; }
.lp-dentist-near .location-profile.location-profile-v3:after {  height: 150px; }

.lp-footer-sc .footer-logo { margin-bottom: 36px; }
.lp-footer-sc .footer-logo img { width: 184px; }

.button-container {
  display: flex; 
  flex-flow: column wrap;
  gap: 40px; 
  justify-content: center; 
  align-items: flex-start;
}

@media (min-width:768px) {
  .button-container {
    flex-flow: row wrap;
  }
}


.img_text_v2_sc .inner { background: #98DBEE; border-radius: 20px; }
.img_text_v2_sc .inner .text_wrap { width: 39%; padding: 65px 15px 100px 65px; }
.img_text_v2_sc .inner .text_wrap .icon { margin-bottom: 45px; }
.img_text_v2_sc .inner .text_wrap .content_text { padding: 10px 0 0; }
.img_text_v2_sc .inner .text_wrap .content_text h3 { color: var(--fifth-color); font-style: italic; font-weight: 700; margin-bottom: 15px; }
.img_text_v2_sc .inner .text_wrap .image_text_btns { padding: 30px 0 0; gap: 15px 10px; }
.img_text_v2_sc .inner .text_wrap .image_text_btns [class*="button-"] a { position: relative; padding-right: 35px; }
.img_text_v2_sc .inner .text_wrap .image_text_btns [class*="button-"] a:after { content: "\f105"; font-family: FONTAWESOME; font-size: 22px; font-weight: 400; position: absolute; right: 15px; top: 5px; }
.img_text_v2_sc .inner .image_wrap {width: 61%; margin-top: auto; }
.img_text_v2_sc .inner .image_wrap img { display: block; }



/* Media Css */ 
@media (min-width:768px) and (max-width:991px) {
  .location-profile .physicians .label { max-width:400px; }
}

@media (min-width:992px){  
    .desk_hide { display: none; }
} 

@media (min-width:992px) and (max-width:1200px) {
  .location-profile .physicians .label { max-width:300px; }
}

@media (min-width:1201px) {
  .location-profile .physicians .label { max-width:600px; }
  .hero-details .left .button-1 a { min-width: 207px; min-width:225px; }
}
  
@media (min-width: 1441px){ 
    .wrapper, .service_sc .wrapper { width: 1300px; } 
    
}  

@media (max-width: 1680px){ 
    .lp-banner:before { bottom: 0; }
    .lp-banner { padding-bottom: 70px; }
    .lp-banner:after {  height: 90px; }
    .lp-services-sec { margin-top: -50px; }
}

@media (max-width: 1440px){ 
    
    .hero-details .left { width: calc(100% - 620px); }
    .hero-details .right { width: 620px; }
    
    .loaction-details .wrapper-wrap { padding-left: calc((100% - 1165px) / 2); }
    .loaction-details .right .wrap { padding-right: calc((100% - 740px) / 2); }
    
    .photos-videos button.slick-arrow { right: calc((100% - 740px) / 2); }
    .photos-videos button.slick-prev.slick-arrow { right: calc((100% - 620px) / 2); }
    
    .local-offers button.slick-arrow { right: calc((100% - 740px) / 2); }
    .local-offers button.slick-prev.slick-arrow { right: calc((100% - 620px) / 2); }
    
    .meetour button.slick-arrow { right: calc((100% - 740px) / 2); }
    .meetour button.slick-prev.slick-arrow { right: calc((100% - 620px) / 2); }
    
    .offer-by-state .inner .right-part .card .button-1 a{padding:10px 12px;}
    
    /* */
    .lp-banner:before { background-size: 100% 100%; }
    
    .img_text_v2_sc .inner .text_wrap { width: 45%; }
    .img_text_v2_sc .inner .image_wrap { width: 55%; }

}

@media (max-width:1280px){ 
    .expert-care .expert-counter .counter_detail .counter-number { font-size: 46px; }  
    .partner_sc .partner_box { margin: 40px -15px 0; }
    .partner_sc .partner_box .partner_box_wrap { margin: 0 15px; width: calc(33.33% - 30px); } 
    .service_sc .service_box .service_box_wrap { width: calc(25% - 26px); }
    .image_text_sc .image_text_left .img_left_content .btn + .btn { margin-left: 6px; } 
} 

@media (max-width:1200px){ 
  
    .herobanner-slider .hero-banner h2.h1 { font-size:54px; }
    .herobanner-slider .hero-banner .banner-content .banner-left { width:516px; }
    .herobanner-slider .hero-banner .banner-content .banner-right { width:calc(100% - 516px); }
    .container .dnd-section > .row-fluid, .wrapper { width:920px; } 
    .zigzag_sc .zigzag_img { height: 370px; width: 475px; }
    .zigzag_sc .zigzag_con { padding-left: 100px; width: calc(100% - 475px); } 
    .zigzag_col:nth-child(2n) .zigzag_con { padding-right: 100px; }
    .story_sc .story_cover { padding: 50px; }
    .story_sc .story_wrap { padding: 22px; }
    .story_sc .story_info { padding-left: 30px; width: calc(100% - 300px); }
    .story_sc .story_img { height: 300px; width: 300px; } 
    .team_sc .team .team_left .img img { height: 110px; }
    .fancybox-inner .popup_content { max-width: 970px; }
    .image_text_sc .image_text_left .img_left_content { max-width: 420px; padding-left: 5px; }
    .image_text_sc .image_text_left { width: calc(100% - 320px); }
    .image_text_sc .image_text_right { width: 320px; }
    .image_text_sc .image_text_right .img_wrap img { height: 340px; } 
    
    /*** ***/
    .dentist-near .left { width: 400px; }
    .dentist-near .right { width: calc(100% - 400px); }
    .location-profile .right .box { width: calc(50% - 15px); }
    
    .hero-details .left { width: calc(100% - 430px); }
    .hero-details .right { width: 430px; }
    
    .loaction-details .wrapper-wrap { padding-left: calc((100% - 905px) / 2); }
    .loaction-details .right .wrap { padding-right: calc((100% - 420px) / 2); }
    
    .photos-videos button.slick-arrow { right: calc((100% - 420px) / 2); }
    .photos-videos button.slick-prev.slick-arrow { right: calc((100% - 300px) / 2); }
    
    .specialties .main .box { width: calc(50% - 15px); }
    .local-offers button.slick-arrow { right: calc((100% - 420px) / 2); }
    .local-offers button.slick-prev.slick-arrow { right: calc((100% - 300px) / 2); }
    .loaction-details .services .box { width: calc(50% - 6px); }
    .loaction-details .services .logos { gap: 15px; }
    
    .contact-info .box { width: calc(50% - 15px); }
    
    .meetour button.slick-arrow { right: calc((100% - 420px) / 2); }
    .meetour button.slick-prev.slick-arrow { right: calc((100% - 300px) / 2); }
    
    .patients-saying button.slick-arrow { right: calc((100% - 420px) / 2); }
    .patients-saying button.slick-prev.slick-arrow { right: calc((100% - 300px) / 2); }
    .insurance-financing ul { column-count: 2; }
    
    .cta-strip .text { width: 100%; padding: 0; }
    .cta-strip .image { width: 100%; margin: 30px 0 0; }
    .meetour .main-title h2 { padding-right: 300px; } 
    
    .dentist-near.dentist-near-v3 .left{width:450px;}
    .dentist-near.dentist-near-v3 .right{width:calc(100% - 450px);}

    .offer-by-state .inner .right-part .card{width:50%;}
    .offer-by-state .inner .right-part .card-wrapper{margin:32px -15px 0;}
    .offer-by-state .inner .right-part .card{padding:0 15px;}
    
    /* */
    .lp-banner .banner-content .banner-left { width: 50%; }
    .lp-banner .banner-content .banner-right { width: 50%; }
    .lp-banner .offer-box h2 { font-size: 35px; line-height: normal; }
    .lp-banner .offer-box h2, .lp-banner .offer-box h6 { margin-bottom: 10px; }
    .lp-banner .offer-box .offer-text { margin-bottom: 15px; }
    .lp-services-img { width: 380px; }
    .lp-services-sec { margin-top: -20px; }
    .lp-services-content { width: calc(100% - 380px); }
    .lp-services-item ul { font-size: 16px; }
    
    .img_text_v2_sc .inner .text_wrap { padding: 50px 15px 50px 40px; }
    .img_text_v2_sc .inner .text_wrap .icon { margin-bottom: 30px; }
    .img_text_v2_sc .inner .text_wrap > h2 { font-size: 45px; }
    .img_text_v2_sc .inner .text_wrap .content_text { padding: 25px 0 0; }

}

@media(min-width: 992px) {

    .loaction-details .left ul li a:hover , .loaction-details .left ul li.active a { color: var(--link_color); }
    .offer-by-state .inner .dropdown-list .list-item.active{color:var(--headerbottomlinkhover);}
}

@media (max-width:991px){  


    .herobanner-slider .hero-banner h2.h1 { font-size:44px; }
    .herobanner-slider .hero-banner .banner-content .banner-left { width:380px; }
    .herobanner-slider .hero-banner .banner-content .banner-right { width:calc(100% - 380px); }

    .container .dnd-section > .row-fluid, .wrapper { width:720px; }
    .zigzag_sc .zigzag_img { height: 340px;width: 330px; }
    .zigzag_sc .zigzag_con,
    .zigzag_col.reverse-zigzag-order:nth-child(2n) .zigzag_con{ padding-left: 30px; width: calc(100% - 330px); }
    .zigzag_col:nth-child(2n) .zigzag_con,
    .zigzag_col.reverse-zigzag-order:nth-child(odd) .zigzag_con, .zigzag_col:nth-child(2n) .zigzag_con{ padding-right: 30px; }
    .story_sc .story_wrap { border-color: transparent; }
    .story_sc .story_cover { padding: 40px 15px; } 
    .story_sc .story_wrap { padding: 0 15px; } 
    .team_sc .team .team_left .img { text-align: center; }
    .team_sc .team .team_left .img img { height: 140px; } 
    .team_sc .team .team_left { padding-right: 15px; }
    .team_sc .team .team_right { padding-top: 20px; padding-left: 15px; text-align: center; }
    .team_sc .team { width: calc(50% - 24px); }
    .cta_block .cta-block-wrap .cta_right { padding-top: 25px; }
    .hero-banner .banner-content .banner-left { width: 400px; width:450px; } 
    .hero-banner .banner-content .banner-right { width: calc(100% - 400px); width:calc(100% - 450px); } 
    .expert-care .expert-counter .counter_detail { flex-wrap: wrap; }
    .expert-care .expert-counter .expert-box { width: calc(50% - 40px); margin: 20px; } 
    .expert-care .expert-counter .counter_detail .counter-number { width: 100%; text-align: center; }
    .partner_sc .partner_box .partner_box_wrap { width: calc(50% - 30px); margin: 15px; }
    .service_sc .service_box_wrap .service_title { font-size: 24px; }
    .service_sc .service_box .service_box_wrap { width: calc(33.33% - 26px); }
    .image_text_sc .image_text_left { width: 100%; order:2; }
    .image_text_sc .image_text_right { width: 100%; }
    .image_text_sc .image_text_left .img_left_content { max-width: 100%; padding-left: 0; } 
    .image_text_sc .image_text_right h2 span{ color: var(--tertiary-color); }
    .service_sc.five_block .service_box .service_box_wrap { width: calc(24.6% - 26px) }
    .meetour .main-title h2 { padding-right: 0; }
    .cta_right_con { position: static; top: auto; }
    
    /*** ***/
    .dentist-near .main-title { text-align: center; }
    .dentist-near .left { width: 100%; }
    .dentist-near .right { width: 100%; height: 420px; }
    .location-profile .left { width: 100%; margin: 42px 0 0; }
    .location-profile .right { padding: 0; width: 100%; }
    .location-profile .wrapper { flex-direction: column-reverse; }
    
    .hero-details { margin-bottom: 100px; }
    .hero-details .left { width: 100%; text-align: center; padding: 0; }
    .hero-details .left .add { max-width: 100%; }
    .hero-details .left .button-1,
    .hero-banner .left .button-1 { justify-content: center; }
    .hero-details .right { width: 100%; margin: 32px 0 -200px; height: 350px; position: relative; z-index: 2; }
    
    .time-table { right: auto; top: auto; position: relative; margin: 24px auto 0; bottom: auto; }
    
    .loaction-details .left { width: 100%; padding: 0; top: auto; position: relative; margin: 0 auto; max-width: 690px; position: relative; }
    .loaction-details .left ul { position: absolute; top: calc(100% + 10px); background: #fff; padding: 15px; border-radius: 0 0 8px 8px; z-index: 9; display: none; }
    .loaction-details .left label { font-weight: 500; padding: 11px 16px; min-width: 150px; display: inline-block; border-radius: 4px; position: relative; cursor: pointer; width: 100%; }
    .loaction-details .left label:after { content: ''; width: 12px; height: 8px; background: url('https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-arrow-down.svg') no-repeat; position: absolute; top: 18px; right: 16px; }
    
    .loaction-details .wrapper-wrap { padding: 0; }
    .loaction-details { padding-top: 24px; }
    .loaction-details .right { width: 100%; padding: 0; margin: 48px 0 0; padding-left: calc((100% - 690px) / 2); }
    .loaction-details .right .wrap { padding-right: calc((100% - 690px)); }
    
    .photos-videos .slider { padding: 0 0 70px; }
    .photos-videos button.slick-arrow { position: absolute; left: calc(50% + 35px); right: auto; top: auto; bottom: 0; margin: 0; transform: translateX(-50%); }
    .photos-videos button.slick-prev.slick-arrow { right: auto; left: calc(50% - 35px); }
    
    .local-offers .slider { padding: 0 0 70px; }
    .local-offers button.slick-arrow { position: absolute; left: calc(50% + 35px); right: auto; top: auto; bottom: 0; margin: 0; transform: translateX(-50%); }
    .local-offers button.slick-prev.slick-arrow { right: auto; left: calc(50% - 35px); }
    
    .meetour .main { padding: 0 0 70px; }
    .meetour button.slick-arrow { position: absolute; left: calc(50% + 35px); right: auto; top: auto; bottom: 0; margin: 0; transform: translateX(-50%); }
    .meetour button.slick-prev.slick-arrow { right: auto; left: calc(50% - 35px); }
    
    .patients-saying .main { padding: 0 0 70px; }
    .patients-saying button.slick-arrow { position: absolute; left: calc(50% + 35px); right: auto; top: auto; bottom: 0; margin: 0; transform: translateX(-50%); }
    .patients-saying button.slick-prev.slick-arrow { right: auto; left: calc(50% - 35px); }
    
    .local-offers .slick-track, .meetour .slick-track, .patients-saying .slick-track { margin: 0 -30px; }
    
    .dentist-near.dentist-near-v3 .left{width:100%;padding:0;}
    .dentist-near.dentist-near-v3 .right{width:100%;}
    .dentist-near.dentist-near-v3 .right.map-div{margin-bottom:24px;}
    .location-profile.location-profile-v3:after{display:none;}
    
    .hero-banner.hero-banner-v2{padding:0;}
    .hero-banner.hero-banner-v2 .banner-content .banner-right {padding: 0;}
    .offer-by-state .inner{display:block;}
    .offer-by-state .inner .left-part{max-width:290px;margin:0 auto;position:relative;}
    .offer-by-state .inner .left-part .dropdown-label{padding:20px 36px 20px 20px;font-size:16px;line-height:24px;font-weight:500;border-radius:12px;background:#fff;box-shadow:0px 10px 30px 0px rgba(0,0,0,0.08);position:relative;}
    .offer-by-state .inner .left-part .dropdown-label:before{position:absolute;content:'';top:30px;right:20px;width:12px;height:7px;background:url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/gentle-dental-theme/images/icon-arrow-down-1.svg) no-repeat center / 12px 6px;}
    .offer-by-state .inner .dropdown-list{display:none;position:absolute;top:66px;left:0;width:100%;z-index:2;padding: 20px;}
    .offer-by-state .inner .right-part{margin-top:48px;max-width:100%;}
    .offer-by-state .inner .right-part{padding-left:0;}
    .fancybox-content.location-popup{max-width:calc(100% - 30px);}
    
    
    /*  */
    .lp-header { padding-top: 30px; }
    .lp-banner .banner-content .banner-left, .lp-banner .banner-content .banner-right { width: 50%; }
    .lp-header .logo { width: 230px; }
    .lp-banner { padding-top: 150px; padding-top:170px; }
    .lp-banner .offer-box h2 { font-size: 28px; }
    .lp-banner .offer-box h6 { font-size: 17px; }
    .big-btn a { font-size: 16px; }
    .lp-banner h1 { font-size: 40px; }
    .lp-services-content h2 { font-size: 34px; margin-bottom: 20px; }
    .lp-services-content { padding-left: 20px; width: calc(100% - 220px); }
    .lp-services-img { width: 220px; display: table; margin: 0 auto 40px; }
    .lp-patient-sec h2 { font-size: 34px; max-width: 328px; }
    .patient-right .button-1 { margin-top: -47px; }
    .lp-footer-sc .footer-logo { margin-bottom: 20px; }
    
    .img_text_v2_sc .inner .text_wrap { width: 100%; padding: 50px 20px; text-align: center; }
    .img_text_v2_sc .inner .text_wrap .image_text_btns { justify-content: center; }
    .img_text_v2_sc .inner .image_wrap { width: 100%; }

} 

@media (min-width:500px) and (max-width:991px) {
  
    .hero-details .left .hero-btn > div { width:calc(50% - 10px); }
    .hero-details .left .hero-btn > div a { width:100%; text-align:center; }
  
}

@media (min-width:768px) and (max-width:810px) {
    .herobanner-slider .slick-arrow { opacity:.4; }
}
 
@media (max-width:767px){ 
    .container .dnd-section > .row-fluid, .wrapper { width:100%; }
    .zigzag_sc .zigzag_con,
    .zigzag_col.reverse-zigzag-order:nth-child(2n) .zigzag_con, .zigzag_sc .zigzag_con{ padding-left: 0; width: 100%; }
    .zigzag_sc .zigzag_img { width: 100%; }
    .zigzag_sc .btn a { width: 100%; text-align: center; } 
    .zigzag_col:nth-child(2n) .zigzag_con,
    .zigzag_col.reverse-zigzag-order:nth-child(odd) .zigzag_con, .zigzag_col:nth-child(2n) .zigzag_con{ padding-right: 0; } 
    .zigzag_col:last-child { margin-bottom: 25px; }
    .normal_content .content_with_btn a { margin: 0; }
    .story_sc .story_cover { padding: 25px; } 
    .story_sc .story_wrap { padding: 0; }
    .story_sc .story_info { padding-left: 0px; width: 100%; }
    .story_sc .story_img { height: 400px; width: 100%; }
    .story_sc .story_slider_wrap .slick-arrow { left: 0; right: 0; margin: 0 auto; }
    .story_sc .story_slider_wrap .slick-arrow.slick-prev { left: -60px; }
    .story_sc .story_slider_wrap .slick-arrow.slick-next { right: -60px; }
    .story_sc .btn a { width: 100%; }  
    .story_sc .story_info { padding-bottom: 75px; }
    .normal_content .content_with_btn .btn { margin: 10px 0; }
    .normal_content .content_with_btn .btn,
    .normal_content .content_with_btn .btn a{ width: 100%; }
    .team_sc .team .team_left { padding-left: 0; padding-right: 0; }
    .team_sc .team .team_right{ padding-left: 0; padding-right: 0; }
    .team_sc .team .team_right .team-detail,
    .team_sc .team .team_right .btn a{ font-size: 18px; }
    .fancybox-inner .popup_content .fancybox-close-small { top: 20px; right: 20px; }
    .fancybox-inner .popup_bio .team_left { padding-right: 10px; }
    .fancybox-inner .popup_bio .team_right { padding-left: 10px; }
    .call_action .call_action_wrap { max-width: 100%; } 
    .call_action .action_btn .btn { width: calc(100% - 30px); margin: 10px 15px; }
    .call_action.state-locations .action_btn .btn { width: calc(50% - 30px); }
    .cta_block .cta-block-wrap .cta_left_con h4,
    .cta_block .cta-block-wrap .cta_left_con h5{ font-size: 18px; }
    .accordion_sc .accordion_tab .accordion_title { font-size: 20px; }
    .herobanner-slider .hero-banner { min-height: 706px; }
    .hero-banner .banner-content .banner-left,
    .herobanner-slider .hero-banner .banner-content .banner-left { width: 100%; padding-bottom:16px;   text-align:center; }  
    .hero-banner .banner-content .banner-left .sub_text { max-width: 100%; }  
    .hero-banner .banner-content .banner-right,
    .herobanner-slider .hero-banner .banner-content .banner-right { width: 100%; } 
    .herobanner-slider .hero-banner .banner-content .banner-right { text-align:center; }
    .hero-banner .banner-content .banner-right img { max-width:350px; }
    .herobanner-slider .hero-banner  .hero-btn.d-flex { display:block !important; }
    .herobanner-slider .hero-banner  .hero-btn .button-1 { margin:0 auto; }
    .expert-care .expert-counter { margin: 0 -14px; } 
    .expert-care .expert-counter .counter_detail { flex-direction: column; }
    .expert-care .expert-counter .expert-box{ margin: 15px 34px; width: calc(100% - -17px); }  
    .expert-care .expert-counter .counter_detail .counter-number { font-size: 64px; }
    .partner_sc .partner_box {margin: 20px -0px 0;}
    .partner_sc .partner_box .partner_box_wrap { margin: 14px 0; width: 100%; }
    .service_sc .service_box .service_box_wrap h4 { font-size: 24px; }
    .service_sc .service_box .service_box_wrap { width: calc(50% - 26px); }
    .service_sc .service-btn a{ width: 100%; }
    .image_text_sc .image_text_left .img_left_content .image_text_btns { flex-direction: column; }
    .image_text_sc .image_text_left .img_left_content .image_text_btns .btn,
    .image_text_sc .image_text_left .img_left_content .image_text_btns .btn a { width: 100%; text-align: center; }
    .image_text_sc .image_text_left .img_left_content .btn + .btn { margin: 15px 0 0; }
    .service_sc.five_block .service_box .service_box_wrap { width: 100%; margin:0; } 
    .contact_us_form form .input .hs-dateinput input { background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/icon-calendar.svg) no-repeat 97% / 20px; }
    .contact_us_form form .hs_preferred_time .input select { background: url(https://46368193.fs1.hubspotusercontent-na1.net/hubfs/46368193/icon-clock.svg) no-repeat 97% / 20px; }
    
    /*** ***/
    .location-profile .physicians { justify-content: center; }
    .location-profile .physicians .label { width: 100%; text-align: center; }
    .location-profile .physicians .sorting { width: 100%; margin: 24px 0 0; }
    .location-profile .sorting .filter-box { width: 100%; }
    .location-profile .sorting .filter-box span.select_order { width: 100%; }
    .location-profile .physicians .sorting > label { min-width: 64px; }
    .location-profile .right .main { gap: 15px; } 
    .location-profile .right .box { width: calc(50% - 7.5px); }
    
    .loaction-details .left { max-width: calc(100% - 30px); }
    .loaction-details .right { padding: 0 15px; }

    .specialties .main { gap: 15px; }
    .specialties .main .box { width: calc(50% - 8px); }

    .local-offers .slick-track { gap: 15px; margin: 0 -15px; }
    .loaction-details .services { text-align: center; }
    .loaction-details .services .box .icon { margin: 0 auto 12px; }
    .loaction-details .services .box { width: 100%; }
    .logos.d-flex.flex-wrap { justify-content: center; }
    .loaction-details .amenities { margin: 45px 0 0; }
    .loaction-details .amenities .rowbox { font-size: 16px; gap: 12px 0; }
    .loaction-details .amenities h2 { margin: 0 0 20px; }

    .meetour .slick-track { gap: 15px; }
    .meetour .box .img { margin: 0 auto; }
    .meetour .box .text { width: 100%; padding: 0; margin: 24px 0 0; text-align: center; }

    .insurance-financing ul { column-count: 1; }

    .patients-saying .slick-track { gap: 15px; }
    
    .cta-strip { padding: 24px; }

    .offer-by-state .inner .right-part .card{width:100%;}
    .offer-by-state .inner .right-part .card .button-1 a{padding:12px 32px;}
    
    /* */
    body.lp-body { padding-top: 0; }
    .lp-header .logo { width: 163px; }
    .lp-name { padding-left:2px; }
    .lp-header .d-block { display: flex; }
    .lp-header .big-btn a { font-size: 14px; font-size:12px; padding: 8px 15px; }
    .lp-header { padding: 20px 0; }
    .lp-banner { padding-top: 110px; padding-top:140px; }
    .lp-banner .banner-content .banner-right { padding: 0; }
    .lp-banner:before {display: none;}
    .lp-logo-address { min-width:250px; }
    .lp-services-content { width: 100%; padding: 0; max-width: 300px; margin: auto; }
    .lp-services-item { width: 100%;  margin-bottom: 20px; }
    .lp-services-content h2 { font-size: 24px; }
    .lp-services-sec { padding-bottom: 70px; }
    .lp-patient-sec { padding-top: 40px; }
    .lp-services-img { width: 100%; max-width: 250px; }
    .lp-patient-sec h2 { font-size: 24px; }
    .patient-left, .patient-right { width: 100%; }
    .patient-left {  margin-bottom: 40px; }
    .lp-patient-sec .patient-right h2 { margin-bottom: 20px; }

    .img_text_v2_sc .inner .text_wrap > h2 { font-size: 30px; }
    
}



@media (min-width:500px) and (max-width:767px) {
  
    .hero-banner .banner-content .banner-left .hero-btn > div { width:calc(50% - 10px); }
    .hero-banner .banner-content .banner-left .hero-btn > div a { width:100%; text-align:center; }
  
}

@media (max-width: 600px){
    .local-offers .slick-track, .meetour .slick-track, .patients-saying .slick-track { display: inline-block; vertical-align: top; width: 100%; margin: 0; }
}

@media (max-width:575px) {
    .herobanner-slider .hero-banner { min-height: 765px; }
}

@media (max-width:550px) { 
  
    .lp-logo-address { min-width:200px; }
    
    .location-profile .right .main { gap: 30px; }
    .location-profile .right .box { width: 100%; }
    
    .specialties .main .box { width: 100%; }
    .patients-saying .box { width: 300px; }
    .meetour .box { width: 300px; }
    .local-offers .box { width: 300px; }
    
    .contact-info .box { width: 100%; }  
    .loaction-details [class*=button-] a { width: 100%; text-align: center; }
    
    .dentist-near.dentist-near-v3 .location-profile.location-profile-v3 .right { max-height: 480px; }
}

@media (max-width:480px) { 
    .lp-logo-address { min-width:auto; font-size:14px; }
    .zigzag_sc .zigzag_img { height: 215px; }
    .zigzag_sc { padding-bottom: 30px; }
    .story_sc { padding-top: 30px; }
    .story_sc .story_img { height: 180px; }
    .story_sc .story_person_detail h6,
    .story_sc .story_info .name{ font-size: 16px; }
    .story_sc .story_person_detail svg { width: 24px; height: 24px; }
    .story_img .fullbox { padding: 20px; }
    .team_sc .team_list { margin: 0; }
    .team_sc .team { width: 100%; margin: 12px 0; }
    .service_sc .service_text { padding-left :0; padding-right: 0; }
    .cta_block .cta-block-wrap .cta_left,
    .cta_block .cta-block-wrap .cta_right { padding-left :0; padding-right: 0; }
    .fancybox-inner .popup_bio .team_left { text-align: center; padding-bottom: 20px; }
    .fancybox-inner .popup_bio .team_left,
    .fancybox-inner .popup_bio .team_right { width: 100%; }
    .fancybox-inner .popup_bio .team_left { padding-right: 0px; }
    .fancybox-inner .popup_bio .team_right { padding-left: 0px; }
    .logo_slider .logo_slider_wrap .logo_img { text-align: center; }
    .logo_slider .action-btn .btn { width: 100%; margin-top: 10px; text-align: center; }
    .logo_slider .action-btn .btn a { width: 100%; }
    .patient_slider_sc .patient_box .patient_con { margin: 0; }
    .hero-details .left .hero-btn > div,
     .hero-banner .banner-content .banner-left .hero-btn > div { margin-right: 0; width: 100%; }
    .hero-details .left,
    .hero-banner .banner-content .banner-left { padding-bottom: 16px; }
    .hero-details .left .hero-btn div + div,
    .hero-banner .banner-content .banner-left .hero-btn div + div { margin-top: 10px; margin-left: 0; }
    .hero-details .left .hero-btn > div a,
    .hero-banner .banner-content .banner-left .hero-btn > div a,
    .hero-banner .banner-content .banner-left .patient-offer { width: 100%; text-align: center; }
    .expert-care .expert-counter { margin: 0 -30px; }
    .image_text_sc .image_text_right .img_wrap img { height: 192px; }
    .service_sc .service_box { margin: 0; }
    .service_sc .service_box .service_box_wrap { width: 100%; margin: 0 0 15px; border-radius: 0; }
    .service_sc .wrapper { padding: 0; }
    .service_sc .service_head ,
    .service_sc .service-btn { padding: 0 15px; }
    .call_action.state-locations .action_btn .btn { width: calc(100% - 30px); }

}
@media (max-width:381px) { 
    .dentist-near .row-box .box ul { top: 103px; }
}