/* @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');








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


body {
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size:16px;
    line-height:2;
    color:#000000;
    background:#fff;
    overflow-x: hidden;
}

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

h1 { color:#000000; font-size:67px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Neuzeit Grotesk, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h2 { color:#000000; font-size:40px; line-height:1.5; margin:0; padding:0; clear:both; font-family: Neuzeit Grotesk, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h3 { color:#000000; font-size:32px; line-height:1.25; margin:0; padding:0; clear:both; font-family: Neuzeit Grotesk, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }
h4 { color:#000000; font-size:28px; line-height:1.43; margin:0; padding:0; clear:both; font-family: Neuzeit Grotesk, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }
h5 { color:#000000; font-size:24px; line-height:1.4; margin:0; padding:0; clear:both; font-family: 'Neuzeit Grotesk', sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }
h6 { color:#000000; font-size:20px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Neuzeit Grotesk, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }

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

a { text-decoration:none; outline:none; color:#000000; transition:all ease-in-out .4s; -moz-transition:all ease-in-out .4s; -webkit-transition:all ease-in-out .4s; -ms-transition:all ease-in-out .4s; -o-transition:all ease-in-out .4s; }
a:hover { color:#009FE3; }

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

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

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

@media (max-width:767px){
    h1 { font-size: 40px; }
    h2 { font-size: 30px; }
    h3 { font-size: 22px; }
    h4 { font-size: 18px; }
}
.text-13 { font-size: 13px; }












.d-block {
    display:block;
}

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

.d-flex {
    display:flex;
}

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

.d-none {
    display:none;
}



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

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

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

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



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

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

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

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

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



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

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

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



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

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

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

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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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


.ml-auto{ margin-left:auto; }
.mr-auto{ margin-right:auto; }
.vh-100{ height:100vh; }
.vh-auto{ height:auto; }

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
    .lg\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .lg\:max-1250 { max-width:1250px; }
    .lg\:text-50{ font-size:50px; } 

    
    .lg\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .lg\:max-1300 { max-width:1300px; }
    .lg\:text-52{ font-size:52px; } 

    
    .lg\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .lg\:max-1350 { max-width:1350px; }
    .lg\:text-54{ font-size:54px; } 

    
    .lg\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .lg\:max-1400 { max-width:1400px; }
    .lg\:text-56{ font-size:56px; } 

    
    .lg\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .lg\:max-1450 { max-width:1450px; }
    .lg\:text-58{ font-size:58px; } 

    

    .lg\:max-full { max-width:100%; }
    .lg\:ml-auto{ margin-left:auto; }
    .lg\:mr-auto{ margin-right:auto; }
    .lg\:vh-100{ height:100vh; }
    .lg\:vh-auto{ height:auto; }
}



[class*="col-"] { padding-left:15px; padding-right:15px; width:100%; }
.flex-wrap { flex-wrap: wrap; }
.flex-row,.row { margin:0 -15px; display:flex; flex-wrap:wrap; }
.no-gutter [class*="col-"]{ padding-left:0; padding-right:0;}
.no-gutter{margin:0;}
[class*=max-] {
    width: 100%;
    min-height: 1px;
}
.m-auto{ margin-left:auto; margin-right:auto; }

@media(min-width:1350px){
    
}

[class*=color\:] h1,
[class*=color\:] .h1,

[class*=color\:] h2,
[class*=color\:] .h2,

[class*=color\:] h3,
[class*=color\:] .h3,

[class*=color\:] h4,
[class*=color\:] .h4,

[class*=color\:] h5,
[class*=color\:] .h5,

[class*=color\:] h6,
[class*=color\:] .h6 {
    color:inherit;
}

[class*="row"][class*="p-"] {
/*     padding: 0 !important; */
}

.row.p--15 { margin: 0 -15px; }
.row.p--10 { margin: 0 -10px; }
.row.p--5 { margin: 0 -5px; }



.color-inherit,
.color-inherit h1,
.color-inherit h2,
.color-inherit h3, 
.color-inherit h4,
.color-inherit h5,
.color-inherit h6 { color:inherit; }









/* */

.color\:primary{ color:#000000; }
.bg\:primary{ background-color:#000000; }

.color\:secondary{ color:#009FE3; }
.bg\:secondary{ background-color:#009FE3; }

.color\:third{ color:#D0D0D0; }
.bg\:third{ background-color:#D0D0D0; }

.color\:fourth{ color:#1B1B1B; }
.bg\:fourth{ background-color:#1B1B1B; }

.color\:fifth{ color:#E7E7E7; }
.bg\:fifth{ background-color:#E7E7E7; }

.color\:sixth{ color:#FDC300; }
.bg\:sixth{ background-color:#FDC300; }

.color\:black{ color:#000000; }
.bg\:black{ background-color:#000000; }

.color\:white{ color:#ffffff; }
.bg\:white{ background-color:#ffffff; }

@media(min-width:768px){
    
    .hover\:primary:hover{ color:#000000; }
    .hoverbg\:primary:hover{ background-color:#000000; }
    
    .hover\:secondary:hover{ color:#009FE3; }
    .hoverbg\:secondary:hover{ background-color:#009FE3; }
    
    .hover\:third:hover{ color:#D0D0D0; }
    .hoverbg\:third:hover{ background-color:#D0D0D0; }
    
    .hover\:fourth:hover{ color:#1B1B1B; }
    .hoverbg\:fourth:hover{ background-color:#1B1B1B; }
    
    .hover\:fifth:hover{ color:#E7E7E7; }
    .hoverbg\:fifth:hover{ background-color:#E7E7E7; }
    
    .hover\:sixth:hover{ color:#FDC300; }
    .hoverbg\:sixth:hover{ background-color:#FDC300; }
    
    .hover\:black:hover{ color:#000000; }
    .hoverbg\:black:hover{ background-color:#000000; }
    
    .hover\:white:hover{ color:#ffffff; }
    .hoverbg\:white:hover{ background-color:#ffffff; }
    
    
    
}



.font-100{ font-weight:100; }
.line\:_1_1{ line-height:1.1; }

.font-200{ font-weight:200; }
.line\:_1_2{ line-height:1.2; }

.font-300{ font-weight:300; }
.line\:_1_3{ line-height:1.3; }

.font-400{ font-weight:400; }
.line\:_1_4{ line-height:1.4; }

.font-500{ font-weight:500; }
.line\:_1_5{ line-height:1.5; }

.font-600{ font-weight:600; }
.line\:_1_6{ line-height:1.6; }

.font-700{ font-weight:700; }
.line\:_1_7{ line-height:1.7; }

.font-800{ font-weight:800; }
.line\:_1_8{ line-height:1.8; }

.font-900{ font-weight:900; }
.line\:_1_9{ line-height:1.9; }

/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
form input.hs-input { font-family: Open Sans; }

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:1; color: var(--primary-color) !important; }
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { opacity:1; color: var(--primary-color) !important; }
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity:1; color: var(--primary-color) !important; }
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder { opacity:1; color: var(--primary-color) !important; }

.hs-error-msgs label { display:block; font-size:13px; margin: 5px 0 0 !important; }

textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
{ font-family: Open Sans; border-radius: 0px; color: #000000 ; background-color: transparent; border: 1px solid var(--fifth-color); padding: 0 12px; font-size: 16px; font-weight:400; width:100%; height: 42px; }
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input { width:100%; }
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input { width:100%; }
input[type="radio"], input[type="checkbox"] { margin-right: 10px; }
input[type="file"] { background-color:#fff; color:#000; }
.inputs-list { margin:0 0 15px; }
ul.no-list { padding: 0; }
form fieldset .input { margin-right: 0 !important; }
form select.hs-input { font-family: Open Sans; cursor: pointer; padding: 0 12px; height: 42px; color: var(--primary-color); border: 1px solid var(--fifth-color); border-radius: 0; background: #FFFFFF url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/tradeplace/images/select-down-arrow.svg) no-repeat right 10px center !important; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
select::-ms-expand { display: none; }
fieldset .hs-form-field > label span.hs-form-required { display: none; }
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required { display: inherit; }
textarea { resize: none !important; background-color: #ffffff !important; border: 1px solid var(--fifth-color) !important; border-radius: 0 !important; height: 126px !important; font-family: Open Sans !important; color: var(--primary-color) !important; padding: 8px 12px; }
.hs-form-field > label { margin: 0; font-family: var(--main-font); }

fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 10px; }

input[type=submit].hs-button.primary.large { background-color: #009FE3; border: 0; color: #FFFFFF; display: inline-block; font-size:14px; font-family: Open Sans; font-weight:700; padding: 10px 15px; -webkit-appearance: none; text-align:center; cursor:pointer; transition: all ease-in-out .4s; }
input[type=submit].hs-button.primary.large::-moz-focus-inner { border: 0; }
input[type=submit].hs-button.primary.large:hover { background-color: #1B1B1B; }

form .hs-richtext { font-size: 16px !important; line-height: 2 !important; font-family: Open Sans !important; color: var(--primary-color) !important; margin-bottom: 25px; }

fieldset.form-columns-2 + fieldset.form-columns-0 { margin-top: 40px; }

.legal-consent-container { margin-top: 20px; }
.legal-consent-container .field.hs-form-field { margin-bottom: 18px; display: flex; }
.legal-consent-container label:not(.hs-error-msg) { font-size: 16px !important; color: var(--primary-color) !important; font-family: var(--main-font) !important; }

.hs-dependent-field .inputs-list:first-child { padding: 0; margin-bottom: 15px; }
form fieldset { max-width: 100% !important; }
form .field.hs-form-field { margin-bottom: 20px; }

.recaptcha-wrapper { display: flex; gap: 25px; }
.recaptcha-wrapper .hs_recaptcha.hs-recaptcha.field.hs-form-field { margin: 0; }
.recaptcha-wrapper .actions { height: 100%; padding: 0 !important; margin: 0 !important; }
.recaptcha-wrapper .actions input.hs-button.primary.large { height: 100%; }

/**/
.hs-form fieldset input[type="checkbox"], .hs-form fieldset input[type="radio"] { width:auto !important; }
.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 li.hs-form-radio { padding: 0 0 0 20px; } 
.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; margin-left: 0; padding-left: 24px; }
.inputs-list input[type="checkbox"] + span:before { position: absolute; left: 0; top: 5px; content:''; width: 14px; height: 14px; border: 1px solid var(--fifth-color); background: #fff; }
.inputs-list input[type="checkbox"]:checked + span:after { color: var(--primary-color); position: absolute; left: 3px; top: 6px; content: "\f00c"; font-family: 'FontAwesome'; font-size: 10px; line-height: 1; }
.input .inputs-list { padding: 0; list-style-type: none; }

.inputs-list input[type="radio"] + span:before { position:absolute; left: -2px; top: 8px;  content:''; width: 14px; height: 14px; border: 1px solid var(--fifth-color);  background: #fff; border-radius: 100%; }
.inputs-list input[type="radio"]:checked + span:after { position: absolute; left: 1px; top: 11px;  content: ''; width: 8px; height: 8px; background: var(--primary-color);  border-radius: 100%; }
ul.no-list.hs-error-msgs { list-style-type: none; padding: 0; margin: 0; }
ul.no-list.hs-error-msgs li label { color: red; }
.hs_error_rollup { display: none; }

@media (max-width:767px){
    .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3 { margin:0; }
    .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field { width: 100% !important; margin: 0; float: none; }
    .hs-form fieldset .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
    .hs-form fieldset.form-columns-2 .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
    .hs-form fieldset.form-columns-3 .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { width:100%; }
    .hs-form label{ padding:0; }
  
  fieldset.form-columns-2 .hs-form-field:first-child { padding: 0; }
  fieldset.form-columns-2 .hs-form-field:last-child { padding: 0; }
  form .field.hs-form-field { margin-bottom: 18px !important; }
}

.submitted-message { text-align: center; color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; }
.submitted-message p { margin:0 !important; }

@media (max-width:767px){
    input[type="submit"]{min-width:auto;}
}
[class*="button-"] a { float: none; display: inline-block; vertical-align: top; width: auto; padding: 7px 13px; border-radius: 0px; font-weight: 700; font-size: 14px; line-height: 1.858; }
.button-1 a { background-color: #009FE3; color: #FFFFFF; border-color: transparent; }
.button-1 a:hover { background-color: #FDC300; color: #FFFFFF; }

.button-2 a { background: #D0D0D0; color: #000000; border-color: ; } 
.button-2 a:hover { background-color: #9D9D9C; border-color: #9D9D9C; color: #000000; }
.button-2.no-border a { border: none; }

.arrow-button a { display: inline-block; vertical-align: top; width: auto; font-size: 16px; font-weight: 500; padding-right: 25px; position: relative; overflow: visible;  }
.arrow-button a:after, a.arrow-button:after { position: absolute; content: "\f178"; font-family: FontAwesome; top: 1px; bottom: 0; right: 0; margin: auto 0; transition: all ease-in-out .4s; }
.arrow-button.hover a, .arrow-button a:hover { color: var(--secondary-color); }
.arrow-button a:hover:after, .arrow-button.hover a:after, a.arrow-button.hover:after, a.arrow-button:hover:after { right: -10px; }

.button-1.white a { background: #ffffff; color: var(--primary-color); }
.button-1.white a:hover, .button-1.white.hover a { background: var(--secondary-color); color: #ffffff; }

.link_style a { display: inline-block; vertical-align: top; width: auto; font-weight: 700; padding-right: 22px; position: relative; color: var(--primary-color); }
.link_style a:after { position: absolute; content: ""; height: 16px; width: 9px; top: 9px; right: 0; background: url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/tradeplace/images/read-more-icon.svg) no-repeat center / cover; transition: all ease-in-out .4s; } 
.link_style a:hover:after { right: -5px; }


@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 { border-bottom: 1px solid var(--fifth-color); /*position: absolute; top: 0; left: 0;*/ width: 100%; position: relative; z-index: 99999; }
.top_bar .search_icon a { height: 42px; width: 42px; border: 1px solid var(--fifth-color); }

/* Header Search Design Start */
header .top_bar .search_input { position: relative; width: 0px; z-index: 1; transition: all ease-in-out .4s; opacity: 0; visibility: hidden; }
header .top_bar .search_icon { position: relative; display: flex; }
header .top_bar .search_input input[type=search]:focus { outline: none !important; }
header .top_bar .search_input .hs-search-field__button { display: none; }
header .top_bar .search_input input[type="search"] { background: #fff !important; padding-right: 40px; font-size: 14px !important; }
header .top_bar .search_input input[type="search" i]::-webkit-search-cancel-button { display: none; }
.search_close { display: none; }
/* Header Search Design End */

.detail_nav { position: absolute; top: calc(100% + 10px); left: 0; background: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); width: 150px; padding: 20px 0; z-index: 9999; opacity: 0; visibility: hidden; transition: all ease-in-out .4s; }
.detail_nav ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-direction: column; }
.detail_nav ul li { display: inline-block; vertical-align: top; width: 100%; }
.detail_nav ul li a { display: inline-block; vertical-align: top; width: 100%; padding: 5px 15px; font-size: 12px; font-weight: 600; letter-spacing: 0.2px; }
.detail_wrap:hover .detail_nav { opacity: 1; visibility: visible; }

.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 4px 0; margin: 0 20px; font-size: 14px; position: relative; font-weight: 700; color: var(--headerbottomlink); }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }

/**/
.main_lan_wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 6px 12px; border: 1px solid #E7E7E7; background: #fff; position: relative; }
.main_lan_wrap span.default-flag { cursor: pointer; position: relative; padding-right: 10px; display: flex; align-items: center; gap: 10px; border-right: 2px solid #F3F3F3; }
.main_lan_wrap span.default-flag img { width: 26px; }
.main_lan_wrap ul { padding: 0; margin: 0; list-style-type: none; }
.main_lan_wrap .flag-listing { position: relative; }
.user-login .main_lan_wrap .flag-listing { opacity: 0.4; pointer-events: none; }
.main_lan_wrap ul.lang_list_class1 li a { display: inline-block; vertical-align: top; padding: 5px 11px; width: 100%; }
.main_lan_wrap .lang_switcher_class { width: 100%; }
.main_lan_wrap .flag-listing ul { position: absolute; top: calc(100% + 12px); width: calc(100% + 12px); right: 0; background: #fff; padding: 5px; text-align: center; z-index: 1; max-height: 150px; overflow: auto !important; box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.1); display: none; }
.main_lan_wrap .flag-listing ul li { line-height: 0; cursor: pointer; margin: 5px 0; padding: 5px; display: flex; align-items: center; justify-content: center; width: 38px; margin-left: auto; margin-right: auto; }
.main_lan_wrap span.select_lang { padding-left: 11px; display: flex; align-items: center; gap: 10px; cursor: pointer; }
.user-logout .main_lan_wrap span.select_lang { display: none; }
.user-logout .main_lan_wrap span.select_lang.active { display: flex; }
.main_lan_wrap .custom-lan { font-size: 14px; }
.lang_list_wrapper { position: absolute; top: 100%; left: 0; background: #fff; width: calc(100%  + 1px); border-top: 1px solid #e7e7e7; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); font-size: 13px; max-height: 150px; overflow: auto !important; display: none; z-index: 1; }
ul.lang_list_class li { display: inline-block; vertical-align: top; width: 100%; padding: 5px 5px 5px 11px; border-bottom: 1px solid var(--fifth-color); }
ul.lang_list_class li:last-child { border: 0; }
.main_lan_wrap .flag-listing ul::-webkit-scrollbar, .lang_list_wrapper::-webkit-scrollbar { width: 3px; }
.main_lan_wrap .flag-listing ul::-webkit-scrollbar-thumb, .lang_list_wrapper::-webkit-scrollbar-thumb { background: #000; }
.main_lan_wrap .flag-listing ul::-webkit-scrollbar-track, .lang_list_wrapper::-webkit-scrollbar-track { background: #fff; }

/* Fullscreen overlay */
.page-loader-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(255, 255, 255, 1); /* light white overlay */ justify-content: center; align-items: center; z-index: 999999; /* always on top */ display: flex; align-items: center; justify-content: center; }

/* Circular gradient loading spinner */
.loader { width: 80px; height: 80px; border-radius: 50%; background: conic-gradient(from 0deg, #3A7BFF 0deg, #70D7FF 270deg, rgba(180, 254, 221, 0) 320deg, rgba(180, 254, 221, 0) 360deg); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 5px)); mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 5px)); animation: spin 1s linear infinite; }

.register_loader { position: absolute; inset: 0; margin: auto; display: none; }
#service-call.active .register_loader { display: block; }
#service-call.active span { opacity: 0; }
#service-call { position: relative }

/* Rotation keyframes */
@keyframes spin {
    to { transform: rotate(360deg); }
}

/* 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_sc .left { width: 27%; }
.footer_sc .right { width: 73%; padding-left: 50px; }
.footer_menu_item .hs-menu-wrapper > ul > li > a { color: #fff; } 
.footer_menu_item .hs-menu-wrapper > ul > li > a:hover, .footer_bottom .links .hs-menu-wrapper > ul > li > a:hover { color: var(--secondary-color); } 
.footer_menu_item .hs-menu-wrapper > ul { flex-direction: column; }
.footer_menu_item { width: 20%; padding-left: 30px; }
.menu_item_wrap { width: 100%; }
.footer_bottom .social ul { padding: 0; margin: 0; list-style-type: none; display: flex; align-items: center; gap: 20px; }
.footer_bottom .social ul li a { line-height: 0; display: flex; position: relative; }
.footer_bottom .social ul li a:hover { transform: translateY(-5px); }
.footer_bottom .social ul li:first-child a { position: relative; top: 2px; }
.footer_bottom .links .hs-menu-wrapper > ul > li > a { display: flex; align-items: center; color: #fff; }
.footer_bottom .links .hs-menu-wrapper > ul, .f_bottom_wrap { gap: 43px; }
.menu_title { line-height: 1.8; }

/**/
.footer_menucover { width: 100%; }
.footer_menucover .hs-menu-wrapper > ul > li > a { color: #fff; line-height: 1.8; font-weight: 700; padding-bottom: 10px; display: block; pointer-events: none; }
.footer_menucover .hs-menu-wrapper > ul > li { padding-left: 30px; width: 33.33%; }
.footer_menucover .hs-menu-wrapper > ul > li ul > li > a { color: #fff; }
.footer_menucover .hs-menu-wrapper > ul > li ul { width: 100%; position: relative; opacity: 1 !important; visibility: visible; top: auto !important; left: auto !important; display: flex; flex-wrap: wrap; }
.footer_menucover .hs-menu-wrapper > ul > li ul > li > a:hover { color: var(--secondary-color); }

/**/
.cookie_custom_btn { position: fixed; bottom: 0; left: 0; z-index:1; }
.cookie_custom_btn button#hs_show_banner_button { background-color: #009fe3 !important; border-color: #009fe3 !important; font-size: 14px !important; font-weight: 700 !important; border-radius: 0 !important; transition: all ease-in-out .4s !important; cursor: pointer !important; }
.cookie_custom_btn button#hs_show_banner_button:hover { background-color: #fdc300 !important; border-color: #fdc300 !important; }


/* Responsive 551px */
@media (min-width: 768px){
  header .top_bar .search_icon.open .search_input { width: 250px; visibility: visible; opacity: 1; }
  header .top_bar .search_icon.open a { background: #fff; border-left-color: transparent; }
}

@media (min-width: 1201px){
/*   .mainmenu .hs-menu-wrapper > ul > li > a:before, .mainmenu .hs-menu-wrapper > ul > li > ul li a:after { position: absolute; content: ""; height: 1px; width: 0px; background: var(--secondary-color); bottom: 5px; left: 0; transition: all ease-in-out .4s; } */
/*   .mainmenu .hs-menu-wrapper > ul > li:hover > a:before, .mainmenu .hs-menu-wrapper > ul > li ul li:hover > a:after { width: 100%; } */
  .mainmenu .hs-menu-wrapper > ul > li { position: relative; }
  .mainmenu .hs-menu-wrapper > ul > li:after { position: absolute; content: ""; height: 15px; width: 100%; background: transparent; bottom: -15px; left: 0; }
  .mainmenu .hs-menu-wrapper > ul > li > ul { width: 155px; padding: 13px 0; border: 1px solid var(--fifth-color); background: var(--dropcolor); box-shadow: 4px 4px 24px 0px #0000000D; visibility: hidden; pointer-events: none; margin-top: 15px; left: 50% !important; transform: translateX(-50%) !important; transition: all ease-in-out .5s; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { padding: 0 15px; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li { padding: 0 25px 0 15px; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > a, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { font-weight: 700; color: var(--droplinkcolor); padding: 13px 0; font-size: 14px; line-height: 1.5; position: relative; display: inline-block; width: auto !important; }
  .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: var(--sixth-color); }
  .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:hover > a { color: var(--sixth-color); background-color: var(--droplinkhoverbgcolor); }
  .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: relative; content: "\f107"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; } 

  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: #FFFFFF; padding: 10px 0; font-size: 13px; pointer-events: none; box-shadow: 4px 4px 24px 0 #0000000d; }
  .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%; }
  
  .user-login .mainmenu .hs-menu-wrapper > ul > li:last-child > a { margin-right: 0; }
  
  .mainmenu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children:after { position: absolute; content: "\f105"; top: 8px; right: 15px; font-family: 'FONTAWESOME'; transition: all ease-in-out .4s;}
  .mainmenu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children:hover:after { color: var(--sixth-color); }
  
}

@media (max-width:1200px){
  header .main_logo { width: 160px; line-height: 0; }
  header .wrapper { width:1200px; max-width: 100%; padding: 0 15px; }
  .mainmenu .hs-menu-wrapper > ul > li > a { margin: 0 10px; }
  header .button-1 a, header .button-2 a { font-size: 13px; padding: 6px 10px; }
  header .button-2 { margin-left: 8px; }
  header .mainmenu { padding-right: 2px; }
  .lang_login { position: relative; z-index: 9999; }
  
  .user-login a.mobile-trigger { top: 92px; }
  
  /* Footer */
  .footer_menu_item { width: 33.33%; padding-bottom: 25px; }
  footer .page_wise_f_bottom_links .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: row; }
  .footer_bottom .links .hs-menu-wrapper > ul, .f_bottom_wrap { gap: 20px; }
  
  
  /**/
  .footer_menucover .hs-menu-wrapper>ul>li { width: 33.33%; padding-bottom: 25px; }
  .footer_menucover .hs-menu-wrapper>ul { flex-direction: row !important; }
  
  
}

@media (max-width: 1200px){
  header .container { width: 100%; }
  header { box-shadow: none; }
  .main_header_wrap .cover { padding-right: 50px; }
  .mainmenu .hs-menu-wrapper > ul { width: 100%; }
  .mainmenu .hs-menu-wrapper ul { transition: none; }
  .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; padding: 18px 15px; color: #fff; margin: 0; }
  .mainmenu .hs-menu-wrapper > ul > li > ul { background: #f5f5f5; padding:15px 0; width: 100%; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { padding: 15px 25px; }
  .top_bar .service_online { padding-right: 10px; }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; position: relative; top: auto; }
  .hs-menu-wrapper.hs-menu-flow-vertical ul { display: flex; }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: column; }

  .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
  a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 90px; right: 15px; width: 24px; height: 30px; text-align: center; background: transparent; padding: 0; transition:color .2s ease-in; 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: 24px; height:3px; display:inline-block; background: var(--hamburger); }
  a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
  a.mobile-trigger i:after { margin-top:8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
  .mobile-open a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
  .mobile-open a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
  .mobile-open a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }

  span.child-triggerm { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; width:60px !important; height:100% !important; padding:0 !important; }
  span.child-triggerm span { position:absolute; height:30px; width:30px; left:50%; top:8px; transition:all ease .5s; transform:translateX(-50%); }
  span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background: #fff; transform:translateX(-50%) translateY(-50%); }
  span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background: #fff; transform:translateX(-50%) translateY(-50%); }
  span.child-triggerm.child-open span { transform:translateX(-50%) rotate(45deg); }
  .mainmenu .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-2 span.child-triggerm span:before, .mainmenu .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-2 span.child-triggerm span:after { background: #000; }
  .mainmenu .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-2 span.child-triggerm span { top: 7px; }

  .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: 138px; left: 0; width: 100%; max-width: 100%; padding: 0px; background-color: var(--primary-color); z-index: 8888; display: none; }

  .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
  .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom: 1px solid var(--fifth-color); }
  .mainmenu .hs-menu-flow-horizontal > ul > li:last-child { border: 0; }

  .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 { background: #d0d0d0; }
  .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { padding: 15px 20px; }
  
}

@media (max-width: 991px){
  /* Footer */
  .footer_sc .left { width: 35%; }
  .footer_sc .right { width: 65%; padding-left: 0; }
  .footer_bottom .links .hs-menu-wrapper > ul { gap: 10px; flex-direction: row; }
  .f_bottom_wrap { gap: 10px; }
  
  header .top_bar .search_icon.open .search_input { width: 150px; }
  
  /**/
  .footer_menucover .hs-menu-wrapper > ul > li { padding-left: 20px; }
  
}

@media (max-width: 767px){
  .top_bar .service_online { display: none; }
  .main_header_wrap .cover { padding-right: 40px; }
  
  /* Footer */
  .footer_sc .left { width: 100%; }
  .footer_sc .right { width: 100%; padding-top: 25px; }
  .footer_menu_item { padding-left: 0; width: 100%; }
  .footer_bottom > div { width: 100%; }
  .footer_bottom .social { margin: 30px 0 25px; }
  
  /**/
  .footer_menucover .hs-menu-wrapper > ul > li { padding-left: 0; width: 100%; }
  .footer_menucover .hs-menu-wrapper > ul > li:last-child { padding-bottom: 0; }
  
  .user-login a.mobile-trigger { top: 20px; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 60px; }
  .user-login .right-wrap{ flex-direction: column; }
  
  .user-info a { color: #fff; }
  .user-login .right-wrap { width: 100%; }
  .custom-loggedin-header { flex-direction: column; }
  .user-info { padding-right: 0; }
  .header-right.button-1 { padding-left: 0; }
  
  .mainmenu .hs-menu-flow-horizontal > ul > li:last-child { border-bottom: 1px solid var(--fifth-color); }
  span.child-triggerm span { top: 9px; }
  .mainmenu .top_bar .container { padding: 0; }
  .mainmenu .top_bar .detail_wrap { padding: 10px 15px; border-bottom: 1px solid var(--fifth-color); color: #fff; }
  .detail_nav ul li a { color: #fff; padding: 10px 0 0; font-size: 11px;}
  .mainmenu .top_bar { padding: 0; }
  .mainmenu .header-right.button-1 { padding: 10px 15px; border-bottom: 1px solid var(--fifth-color); }
  .lang_login { padding: 10px 15px; }
  header .top_bar .search_icon { padding: 10px 15px; width: 100%; }
  header .top_bar .search_input { position: static; background: transparent; height: auto; opacity: 1; visibility: visible; width: 100%; }
  .top_bar .search_icon .search_close { display: none; }
  header .top_bar .search_input .hs-search-field__form { width: 100%; }
  header .top_bar .search_input input[type=search] { background-color: #fff !important; }
  .mainmenu .top_bar .search_icon a svg path { fill: #fff; }
  
  .user-logout a.mobile-trigger { top: 29px; }
  .user-logout .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 77px; }
  .lang_login { width: 100%; }
  .mainmenu .top_bar .container > div { flex-direction: column; justify-content: flex-start; }
  .main_lan_wrap .flag-listing ul { position: relative; box-shadow: none; width: 100%; padding: 0; }
  .main_lan_wrap .flag-listing ul li { margin: 0 0 10px; padding: 0; width: 26px; justify-content: flex-start; }
  .main_lan_wrap .flag-listing ul li:last-child { margin-bottom: 0; }
  .main_lan_wrap span.default-flag { margin-bottom: 10px; }
  
  .main_lan_wrap .custom-lan { width: calc(100% - 60px); padding-left: 10px; margin-top: 0px; }
  
  .main_lan_wrap span.select_lang { padding: 10px 0; }
  .lang_list_wrapper { position: relative; box-shadow: none; padding-top: 8px; }
  ul.lang_list_class li { padding: 5px 0; border: 0; }
  .main_lan_wrap { align-items: center; }
  .main_lan_wrap .flag-listing { padding: 10px 0 0; }
  .user-login .main_lan_wrap .flag-listing { padding: 10px 0; }
  .user-login .main_lan_wrap span.default-flag { margin-bottom: 0; }
  .detail_wrap .detail_nav { color: #fff; position: relative; top: auto; opacity: 1; visibility: visible; background: transparent; padding: 0; }

}

@media (max-width: 550px){
  /* Header */
/*   header .top_bar .search_icon .search_input.open { opacity: 1; visibility: visible; }
  header .top_bar .search_icon { position: static; }
  header .top_bar .search_input { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; }
  header .top_bar .search_input > div { width: 100%; }
  .top_bar .search_icon .search_close { position: absolute; right: 15px; top: 15px; display: block; border: 0; height: auto; width: auto; } 
  header .top_bar .search_input .hs-search-field__form { width: 300px; margin: 0 auto; } */
}

@media (max-width: 380px){
  header .main_logo { width: 110px; }
  .main_header_wrap .cover { padding-right: 30px; }
  
} 
.blog-hero .left_part { width: 40%; padding-right: 15px; }
.blog-hero .right_part { width: 60%; padding-left: 15px; }
.blog-hero .filter_part { max-width: 996px; margin: 0 auto; }
.blog-hero .filter_part .solution_filter { width: calc(46% - 10px); margin-right: 10px; }
.blog-hero .filter_part .category_filter { width: calc(46% - 20px); margin: 0 10px; }
.blog-hero .filter_part .filter { position: relative; }
.blog-hero .filter_part .filter > span { border: 1px solid var(--fifth-color); background: #fff; width: 100%; display: inline-block; padding: 8px 30px 8px 12px; font-size: 16px; line-height: 26px; position: relative; cursor: pointer; }
.blog-hero .filter_part .filter > span:before { position: absolute; content: ""; top: 16px; right: 8px; width: 16px; height: 10px; background: url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/images/chevron-down.svg)no-repeat center/cover; transition: all .5s ease-in-out; }
.blog-hero .filter_part .filter > span.active:before { transform: rotate(90deg); }
.blog-hero .filter_part .filter ul { list-style-type: none; padding: 0; margin: 0; position: absolute; z-index:1; top: 100%; width: 100%; border: 1px solid var(--fifth-color); background: #fff; height: 173px; overflow: hidden; overflow-y: auto !important; display: none; }
.blog-hero .filter_part .filter ul li { padding: 5px 10px; border-bottom: 1px solid var(--fifth-color); }
.blog-hero .filter_part .filter ul li:last-child { border: none; }
.blog-hero .filter_part .button-1 a { height: 100%; display:flex; align-items:center; justify-content:center; }
.blog-hero .filter_part .button-1 { flex-shrink: 0; padding-left: 7px; }
.blog-hero .filter_part li a { width: 100%; display: inline-block; vertical-align: top; } 

.blog-section .post-listing { margin: 0 -10px; }
.blog-section .post-item { width: 50%; padding: 0 10px 20px; display:none; }
.blog-section .post_inner { border: 1px solid var(--fifth-color); height: 100%; position: relative; box-shadow: 4px 4px 24px 0px #0000000D; padding-bottom:80px; }
.blog-section .post_inner .hs-featured-image-wrapper { display: inline-block; width: 100%; height: 332px; line-height: 1; }
.blog-section .post_inner .hs-featured-image-wrapper img { width: 100%; height: 100%; object-fit: cover; max-width: 100%; margin: 0; }
.blog-section .post_inner .post-body { background: #fff; display: inline-block; width: 100%; padding: 40px 40px 0; }
.blog-section .post_inner .post-body .publish_date { font-size: 12px; line-height: 1; color: #9D9D9C; padding-bottom: 10px; display: inline-block; }
.blog-section .post_inner .post-body a.topic-link { border: 1px solid #E7E7E7; font-size: 16px; line-height: 2; padding: 3px 10px; display: inline-block; margin: 0 8px 10px 0; position:relative;z-index:1; }
.blog-section .post_inner .post-body h2 { font-size: 16px; line-height: 2; display: inline-block; }
.blog-section .post_inner .post-body .post-content { padding: 9px 0 20px; }
.blog-section .post_inner .post-body .read_more { position:absolute; bottom: 40px; right: 40px; }
.blog-section .post_inner .post-body .read_more a.more-link { display: inline-block; padding-right: 30px; position: relative; font-weight: 700; }
.blog-section .post_inner .post-body .read_more a.more-link span { position: absolute; right: 5px; top: 4px; transition: all 0.4s ease-in-out; }
.blog-section .post_inner a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.blog-section .post_inner:hover .post-body .read_more a.more-link span { right: 0; }
.blog-section .post_inner .post-body .read_more a.more-link:hover { color: var(--primary-color); }
.blog-section .post_inner .post-body a.topic-link:hover { color: #fff; background: var(--primary-color); }
.newspost_innerhero .right_part .post-image img { height: 100%; object-fit: cover; }
/*  */

.newspost_innerhero .left_part { width: 45%; padding-right: 50px; }
.newspost_innerhero .right_part { width: 55%; padding-left: 70px; }
.newspost_innerhero .right_part .post-image { width: 100%; height: 400px; }
.newspost_innerhero .left_part .date_readtime { display: flex; align-items: center; color: #9D9D9C; font-size: 12px; line-height: 1; padding-bottom: 20px; }
.newspost_innerhero .left_part .date_readtime .read_time { position: relative; margin-left: 10px; padding-left: 10px; }
.newspost_innerhero .left_part .date_readtime .read_time:before { position: absolute; content: ""; top: 0; left: 0; width: 3px; height: 3px; background: #9d9d9c; border-radius: 100%; bottom: 0; margin: auto; }
.newspost_innerhero .left_part h1 { font-size: 40px; line-height: 60px; color: var(--primary-color); }
.newspost_innerhero .left_part h1 span { color: var(--primary-color); }
.newspost_innerhero .left_part .topic_wrap { padding: 20px 0; }
.newspost_innerhero .left_part .topic_wrap a.tag-link { border: 1px solid var(--fifth-color); background:#fff; display: inline-block; font-size: 16px; line-height: 2; margin: 0 8px 10px 0; padding: 3px 10px; position: relative; z-index: 1; }
.newspost_innerhero .left_part .topic_wrap a.tag-link:hover { background: var(--primary-color); color: #fff; }
.newspost_innerhero .left_part .aurthor_detail { display: flex; align-items: center; flex-wrap: wrap; }
.newspost_innerhero .left_part .aurthor_detail .aur_img { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 100%; overflow: hidden; }
.newspost_innerhero .left_part .aurthor_detail .aur_img img { width: 100%; height: 100%; object-fit: cover; }
.newspost_innerhero .left_part .aurthor_detail .aur_bio a { color: #9D9D9C; font-weight: 700; }
.newspost_innerhero .left_part .aurthor_detail .aur_bio a:hover { color: var(--primary-color); }
.newspost_innerhero .left_part .aurthor_detail .aur_bio { padding-left: 10px; }

.blog-post-main .container { max-width: 1016px; }
.blog-post-main .blog-post__body img { margin: 10px auto 30px; text-align: center; display: flex; align-items: center; justify-content: center; max-width: 460px !important; }
.blog-post-main .blog-post__body p a { font-weight: 700; text-decoration: underline; }
.blog-post-main .overview_part { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e7e7e7; margin-top: 80px; padding: 25px 0; }
.blog-post-main .overview_part .backto_overview a { text-decoration: underline; }
.blog-post-main .overview_part .social-sharing { display: flex; align-items: center; }
.blog-post-main .overview_part .social-sharing ul.share-buttons { list-style-type: none; margin: 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap; padding-left: 20px; }
.blog-post-main .overview_part .social-sharing ul.share-buttons li+li { margin-left: 20px; }
.blog-post-main .overview_part .social-sharing ul.share-buttons li a svg path { transition: all .5s ease-in-out; }
.blog-post-main .overview_part .social-sharing ul.share-buttons li a:hover svg path { fill: var(--secondary-color); }

.img_con_sc.news_img_cont { background: #f5f5f5 !important; }
.img_con_sc.news_img_cont .wrap { padding: 0 102px; background: #fff; height: 458px !important; }
.img_con_sc.news_img_cont .wrap .left { padding: 80px 50px 80px 0; }
.img_con_sc.news_img_cont .wrap .right { background-size: contain !important; position: relative; top: -31px; height: 490px; }
.img_con_sc.news_img_cont .wrap .left h2 { font-weight: 400; font-size: 32px; line-height: 40px; }

.blog-section .hs-author-profile { padding: 0 15px 50px; }
.blog-section .hs-author-profile h2.hs-author-name { font-weight: 400; }
.blog-section .hs-author-profile .hs-author-avatar { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; border-radius: 100%; overflow: hidden; border: 1px solid var(--fifth-color); margin-right: 15px; }
.blog-section .hs-author-profile .aurname_img { display: flex; align-items: center; flex-wrap: wrap; padding-bottom: 15px; }
.blog-section .hs-author-profile .hs-author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.blog-section .hs-author-profile .hs-author-social-section { display: flex; align-items: center; flex-wrap: wrap; padding-bottom: 15px; }
.blog-section .hs-author-profile .hs-author-social-section .hs-author-social-links { padding-left: 10px; }
.blog-section .hs-author-profile .hs-author-social-section .hs-author-social-links a { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }
.blog-section .hs-author-profile .hs-author-social-section .hs-author-social-links a svg path { transition: all .5s ease-in-out; }
.blog-section .hs-author-profile .hs-author-social-section .hs-author-social-links a:hover svg path { fill: var(--secondary-color); }

@media (max-width:1200px){
  .blog-section .post_inner .hs-featured-image-wrapper { height: 250px; }
  .blog-section .post_inner .post-body { padding: 30px 30px 0; }
  .blog-section .post_inner { padding-bottom: 60px; }
  .blog-section .post_inner .post-body .read_more { bottom: 30px; }
  
  .newspost_innerhero .right_part { padding-left: 30px; }
  .newspost_innerhero .left_part { padding-right: 30px; }
  .newspost_innerhero .right_part .post-image { height: 350px; }
  .img_con_sc.news_img_cont .wrap { padding: 0 50px; }
  .img_con_sc.news_img_cont .wrap .left { padding: 90px 50px 40px 0; }
}

@media (max-width:991px){
  .blog-hero .left_part { width: 30%; }
  .blog-hero .right_part { width: 70%; }
  .blog-hero .filter_part .solution_filter { width: calc(45% - 10px); }
  .blog-hero .filter_part .category_filter { width: calc(45% - 20px); }
  .blog-hero .filter_part .button-1 { width: 10%; }
  
  .blog-section .post_inner { padding-bottom: 40px; }
  .blog-section .post_inner .hs-featured-image-wrapper { height: 190px; }
  .blog-section .post_inner .post-body { padding: 20px 20px 0; }
  .blog-section .post_inner .post-body .read_more { bottom: 20px; }
  
  
  .img_con_sc.news_img_cont .wrap { padding: 50px 50px 0; height: auto !important; }
  .img_con_sc.news_img_cont .wrap .right { height: 400px; position: static; }
  .newspost_innerhero .left_part { width: 100%; padding: 0 0 30px; }
  .newspost_innerhero .right_part { width: 100%; padding: 0; }
  .img_con_sc.news_img_cont .wrap .left { padding: 0 0 30px; }
}

@media (max-width:767px){
  .blog-hero .left_part { width: 100%; padding: 0 0 20px; }
  .blog-hero .right_part { width: 100%; padding: 0; }
  .blog-hero .filter_part .solution_filter { width: 100%; margin: 0; }
  .blog-hero .filter_part .category_filter { width: 100%; margin: 15px 0; }
  .blog-hero .filter_part .button-1 { padding: 0; }
  .blog-section .post-item { width: 100%; padding: 0 0 20px; }
  .blog-section .post-listing { margin: 0; }
  .blog-section .post_inner { padding: 0; }
  .blog-section .post_inner .post-body { padding: 20px; }
  .blog-section .post_inner .post-body .read_more { position: static; }

  .blog-post-main .blog-post__body img { max-width: 100% !important; }
  .blog-post-main .overview_part { margin-top: 50px; flex-wrap: wrap; }
  .blog-post-main .overview_part .backto_overview { padding-bottom: 10px; }
  .img_con_sc.news_img_cont .wrap { padding: 30px 15px 0; }
  .img_con_sc.news_img_cont .wrap .left h2 { font-size: 30px; line-height: 1.2; }
  .img_con_sc.news_img_cont .wrap .right { height: 300px; }
  
  .blog-section .hs-author-profile h2.hs-author-name { width: 100%; padding: 15px 0 0; }
  
  .blog-hero .filter_part .button-1 a { display: inline-block; }
  .blog-hero .filter_part { flex-wrap: wrap; }
} 
.system_pages { display: inline-block; width: 100%; padding: 250px 0 100px; background: radial-gradient(99.78% 99.78% at 50% 50%, #FFFFFF 0%, var(--fifth-color) 100%); }
section.system_pages.search-result { padding: 100px 0 100px; }
.system_pages .error-page { max-width: 800px; margin: 0 auto; text-align: center; }
.system_pages .error-page .title_image { display: flex; align-items: flex-end; justify-content: center; }
.system_pages .error-page h1 { font-size: 260px; line-height: .90; }
.system_pages .error-page .title_image .cloud_img { padding-left: 40px; padding-top: 0; }
.system_pages .error-page .content { max-width: 394px; margin: 40px auto 0; }
.system_pages .error-page .button-1 { margin-top: 40px; }
.search-result a.hs-search-results__title { font-weight: 600; }

.system_pages .systems-page_wrap { border: 1px solid var(--fifth-color); box-shadow: 4px 4px 24px 0px #0000000D; padding: 80px 102px; background:#fff; }
.system_pages .systems-page_wrap form#email-prefs-form { display: flex; flex-wrap: wrap; }
.system_pages  form .page-header { width: 50%; padding-right: 40px; }
.system_pages  form .email-prefs { width: 50%; padding-left: 80px; }
.system_pages  .page-header h1 { font-weight: 400; font-size: 32px; line-height: 40px; }
.system_pages  .page-header h2 { font-size: 16px; margin: 20px 0; }
.system_pages  form .page-header br { display: none; }
.system_pages  form .item+.item { margin-top: 20px; }
.system_pages  form .item-inner { padding-left: 30px; position: relative; }
.system_pages  form .item-inner input { position: absolute; top: 7px; left: 0; width: 100%; z-index: 1; opacity: 0; height: 100%; }
.system_pages  form .item-inner p { display: none; }
.system_pages  form .item-inner input + span { position: relative; }
.system_pages  form .item-inner input + span:before,
.system_pages  form .item-inner input + span:after { position: absolute; content: ""; top: 4px; left: -27px; width: 14px; height: 14px; border: 1px solid var(--fifth-color); }
.system_pages  form .item-inner input + span:after { top: 6px; left: -22px; width: 5px; height: 9px; border: solid var(--primary-color); border-width: 0 2px 2px 0; transform: rotate(45deg); opacity: 0; }
.system_pages  form .item-inner input:checked + span:after { opacity: 1; }

.system_pages form .subscribe-options { padding-left: 30px; }
.system_pages form .subscribe-options label { position: relative; }
.system_pages form .subscribe-options input { position: absolute; top: 7px; left: 0; width: 100%; z-index: 1; opacity: 0; height: 100%; }
.system_pages form .subscribe-options input + span:before,
.system_pages form .subscribe-options input + span:after { position: absolute; content: ""; top: 4px; left: -27px; width: 14px; height: 14px; border: 1px solid var(--fifth-color); }
.system_pages form .subscribe-options input + span:after { top: 6px; left: -22px; width: 5px; height: 9px; border: solid var(--secondary-color); border-width: 0 2px 2px 0; transform: rotate(45deg); opacity: 0; }
.system_pages form .subscribe-options input:checked + span:after { opacity: 1; }

.system_pages .systems-page_wrap form input[type="submit"] { background: var(--secondary-color); display: inline-block; float: none; font-size: 14px; font-weight: 700; line-height: 1.858; padding: 7px 13px; vertical-align: top; width: auto; border: none; color: #fff; margin-top: 20px; cursor: pointer; transition: all .5s ease-in-out; }
.system_pages .systems-page_wrap form input[type="submit"]:hover { background: var(--sixth-color); }

.system_pages.unsubscribe .hs_cos_wrapper_type_email_simple_subscription { display: flex; flex-wrap: wrap; }
.system_pages.unsubscribe .hs_cos_wrapper_type_email_simple_subscription .page-header { width: 50%; padding-right: 50px; }
.system_pages.unsubscribe .hs_cos_wrapper_type_email_simple_subscription h3 { width: 50%; padding-left: 50px; font-size: 16px; font-weight: 400; line-height:2; }

.system_pages.subscribe_newsletter .systems-page_wrap { display: flex; flex-wrap: wrap; }
.system_pages.subscribe_newsletter .systems-page_wrap .left_part { width: 50%; padding-right: 43px; }
.system_pages.subscribe_newsletter .systems-page_wrap .right_part { padding-left: 43px; width: 50%; }
.system_pages.subscribe_newsletter .systems-page_wrap .left_part h1 { font-size: 32px; line-height: 40px; font-weight: 400; }
.system_pages.subscribe_newsletter .systems-page_wrap .left_part .content { padding-top: 40px; }

.subscribe_newsletter form .hs_recaptcha { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-start; margin-top: 18px; }
.subscribe_newsletter form .hs_recaptcha span.button { align-items: center; -webkit-appearance: none; background-color: var(--secondary-color); border: 0; color: #fff; cursor: pointer; display: flex; font-family: Open Sans; font-size: 14px; font-weight: 700; padding: 7px 15px; text-align: center; transition: all .4s ease-in-out; }
.subscribe_newsletter form .hs_recaptcha span.button:hover { background: var(--primary-color); }
.subscribe_newsletter form .hs_submit.hs-submit { display: none; }

.search-result-main .hs-search-results__listing li { padding: 30px 0; border-bottom: 1px solid #ccc; }
.search-result-main .hs-search-results__listing li:last-child { border: 0; }


@media (max-width:1200px){
  .system_pages .systems-page_wrap { padding: 40px 60px; }
  .system_pages form .email-prefs { padding-left: 40px; }
}

@media (max-width:991px){
  .system_pages .error-page h1 { font-size: 200px; }
  
  .system_pages { padding: 200px 0 80px; }
  section.system_pages.search-result { padding: 60px 0 80px; }
  .system_pages form .page-header { padding-right: 20px; }
  .system_pages form .email-prefs { padding-left: 20px; }
  .system_pages form .item+.item { margin-top: 15px; }
  
  .system_pages.subscribe_newsletter .systems-page_wrap .left_part { padding-right: 20px; }
  .system_pages.subscribe_newsletter .systems-page_wrap .right_part { padding-left: 20px; }
}

@media (max-width:767px){
  .system_pages { padding: 200px 0 70px; }
  section.system_pages.search-result { padding: 60px 0 70px; }
  .system_pages .error-page { max-width: 100%; }
  .system_pages .error-page .title_image { flex-wrap: wrap; }
  .system_pages .error-page h1 { font-size: 150px; }
  .system_pages .error-page .title_image .cloud_img { padding: 20px 0 0; }
  .system_pages .error-page .content { margin-top: 20px; }
  .system_pages .error-page .button-1 { margin-top: 20px; }

  .system_pages .systems-page_wrap { padding: 30px 15px; }
  .system_pages form .page-header { width: 100%; padding: 0 0 30px; }
  .system_pages form .email-prefs { width: 100%; padding: 0; }
  
  .system_pages.unsubscribe .hs_cos_wrapper_type_email_simple_subscription .page-header { width: 100%; padding: 0 0 30px; }
  .system_pages.unsubscribe .hs_cos_wrapper_type_email_simple_subscription h3 { width: 100%; padding: 0; }
  
  .system_pages.subscribe_newsletter .systems-page_wrap .left_part .content { padding-top: 20px; }

  .system_pages.subscribe_newsletter .systems-page_wrap .left_part { width: 100%; padding: 0 0 30px; }
  .system_pages.subscribe_newsletter .systems-page_wrap .right_part { width: 100%; padding: 0; }
  .subscribe_newsletter form .hs_recaptcha { justify-content: flex-start; }
} 
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), 
       url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff');
  font-weight: normal;
  font-style: normal;  
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
} 





@font-face {+
  font-family: 'Neuzeit Grotesk';
  src: local('Neuzeit Grotesk Extra-condensed Black'), local('NeuzeitGroExt-Bla'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGroExt-Bla.woff2) format('woff2'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGroExt-Bla.woff) format('woff'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGroExt-Bla.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Neuzeit Grotesk';
  src: local('Neuzeit Grotesk Black'), local('NeuzeitGro-Bla'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Bla.woff2) format('woff2'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Bla.woff) format('woff'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Bla.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Neuzeit Grotesk';
  src: local('Neuzeit Grotesk Regular'), local('NeuzeitGro-Reg'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Reg.woff2) format('woff2'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Reg.woff) format('woff'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Reg.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neuzeit Grotesk';
  src: local('Neuzeit Grotesk Light'), local('NeuzeitGro-Lig'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Lig.woff2) format('woff2'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Lig.woff) format('woff'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Lig.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neuzeit Grotesk';
  src: local('Neuzeit Grotesk Bold'), local('NeuzeitGro-Bol'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Bol.woff2) format('woff2'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Bol.woff) format('woff'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGro-Bol.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Neuzeit Grotesk';
  src: local('Neuzeit Grotesk Condensed Black'), local('NeuzeitGroCon-Bla'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGroCon-Bla.woff2) format('woff2'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGroCon-Bla.woff) format('woff'),
    url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/fonts/NeuzeitGroCon-Bla.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}






/* Root */
:root {
  --primary-color:                      #000000;
  --secondary-color:                    #009FE3;
  --tertiary-color:                     #D0D0D0;
  --quaternary-color:                   #1B1B1B;
  --fifth-color:                        #E7E7E7;
  --sixth-color:                        #FDC300;

  --main-font:                          Open Sans;
  --sec-font:                           arial, helvetica, sans-serif;

  --headertopbg:                        
  
    transparent
  
;
  --headertoplink:                      ;
  --headertoplinkhover:                 ;
  --headerbottombg:                     
  
    
    
      
    
    rgba(255, 255, 255, 0.0)
  
;
  --headerbottomlink:                   #000000;
  --headerbottomlinkhover:              #000000;
  --dropcolor:                          #FFFFFF;
  --droplinkcolor:                      #000000;
  --droplinkhovercolor:                 #000000;
  --droplinkhoverbgcolor:               ;
  --hamburger:                          #000000;

  --body_font:                          Open Sans;
  --body_font_size:                     16;

  --link_color:                         #000000;
  --link_hover_color:                   #009FE3;
}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#000000; clear:both; margin:30px 0; }
.clear { clear:both }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

ul {
    list-style-type: square;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor: pointer; z-index: 1; position: absolute; top: 50%; margin-top: -17.5px; display: inline-block; color: var(--primary-color); background: transparent; width: 26px; height: 13px; font-size: 0; cursor: pointer; border: 0; transition: all ease-in-out .4s; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:30px; }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; list-style:none; text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#ffffff; border:1px solid #000000; width:16px; height:16px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#000000; }

.container { margin:0 auto !important; width: 1230px; max-width: 100%; padding:0 15px; float:none !important; }
main.body-container-wrapper { display:inline-block; vertical-align:top; width:100%; }
body.body-overlay {filter: blur(2px);pointer-events: none;}
.body_small { font-size: 14px; line-height: 26px; }

/* Homepage */
/* .main_hero_space { padding-top: 250px; } */
/* .hero { position: relative; }
.hero .snow_effect { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } */
.hero { position: relative; overflow: hidden; }
.hero .snow_effect { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero .snow_effect img { height: 100% !important; width: 100%; object-fit: cover; }
.hero .container { position: relative; }
.hero_box_wrap { margin: 0 -10px; }
.hero_box { padding: 10px; }
.hero_box .in { border: 1px solid var(--fifth-color); box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); position: relative; }
.hero_box .in > .boxLink { position: absolute; inset: 0; }
.hero_box .in:hover .link_style a:after { right: -5px; }
.next_sc svg { display: block; width: 100%; margin-top: 8px; animation: bounce 0.6s cubic-bezier(0, 0, 0.58, 1) infinite alternate; }

.img_con_sc .left { width: 50%; padding-right: 112px; }
.img_con_sc .right { width: 50%; }

.testimonial_raw .in { padding: 50px; border: 1px solid var(--fifth-color); background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); }
.testimonial_raw .in .left { width: 44%; }
.testimonial_raw .in .right { width: 56%; padding-left: 70px; }
.testimonial_raw .details .headshot { height: 70px; width: 70px; }
.testimonial_raw .details .client_name { width: calc(100% - 70px); padding-left: 20px; line-height: 1.5; }

.testimonial_main, .vacancy_slider_main { position: relative; }
.testimonial_sc .progress_wrap, .vacancies_slider_sc .progress_wrap { position: absolute; bottom: -66px; margin: 0 auto; left: -20px; right: 0; width: 490px; max-width: 100%; margin: 0 auto; display: flex; align-items: center; padding: 0 45px; }
.progress_cover { width: 100%; background: var(--fifth-color); }
.testimonial_sc .progress, .vacancies_slider_sc .progress { display: block; width: 383px; max-width: 100%; height: 12px; border-radius: 0px; overflow: hidden; background-color: #9D9D9C; transition: all ease-in-out .4s; }
.testimonial_sc .slick-arrow, .vacancies_slider_sc .slick-arrow { margin-top: -16.5px; }
.testimonial_sc .slick-arrow.slick-prev, .vacancies_slider_sc .slick-arrow.slick-prev { left: 0; }
.testimonial_sc .slick-arrow:before, .vacancies_slider_sc .slick-arrow:before { position: absolute; left: 0; top: 0; }
.testimonial_sc .slick-arrow.slick-next:before, .vacancies_slider_sc .slick-arrow.slick-next:before { left: auto; right: 0; }
.testimonial_sc .slick-arrow.slick-next, .vacancies_slider_sc .slick-arrow.slick-next { right: 0; }

.logo_item  { width: 216px; margin: 0 20px; text-align: center; }
.logo_slider_wrap:before, .logo_slider_wrap:after { position: absolute; content: ""; height: 100%; width: 278px; top: 0; left: 0; z-index: 1; transform: rotate(180deg); }
.logo_slider_wrap:after { left: auto; right: 0; transform: none; }
.logo_slider_wrap .slick-track { display: flex; align-items: center; justify-content: center; }

.img_con_bg_wrap { display: flex; flex-wrap: wrap; border: 1px solid var(--fifth-color); background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); padding: 80px 100px; }
.img_con_bg_left { width: calc(100% - 386px); padding-right: 120px; }
.img_con_bg_right { width: 386px; }
.img_con_bg_right .img { height: 100%; display: flex; align-items: center; background: #F2F3F5; }

.accordion_sc { padding: 120px 0; }
.accordion_box_item { padding: 40px; border: 1px solid var(--fifth-color); background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); display: flex; flex-wrap: wrap; margin-bottom: 20px; }
.accordion_box_item .top { display: flex; flex-wrap: wrap; align-items: center; }
.accordion_box_item .top .icon { width: 44px; }
.accordion_box_item .top .title { width: calc(100% - 44px); padding-left: 20px; }
.accordion_box_item .left { width: 40%; }
.accordion_box_item .right { width: 60%; padding-left: 120px; }
.faq_raw { border-bottom: 1px solid var(--fifth-color); padding-bottom: 8px; margin-bottom: 8px; }
.faq_raw:last-child { border: 0; padding: 0; margin: 0; }
.faq_title { cursor: pointer; position: relative; padding: 0 16px; }
.faq_title:before { position: absolute; content: ""; height: 8px; width: 8px; top: 12px; left: 0; background: var(--sixth-color); }
.faq_title:after { position: absolute; content: ""; height: 7px; width: 12px; top: 13px; right: 0; transition: all ease-in-out .4s; background: url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/tradeplace/images/faq-down-arrow.svg) no-repeat center / cover; }
.faq_title.active:after { transform: rotate(180deg); }
.faq_con { display: none; }
.faq_con .link_style a { margin-right: 5px; }

.recent_post_wrap { display: flex; flex-wrap: wrap; }
.recent_post_wrap .left { width: 50%; padding-right: 10px; }
.recent_post_wrap .right { width: 50%; padding-left: 10px; }
.recent_post_wrap .img { height: 332px; width: 100%; }
.recent_post_wrap .img img { object-fit: cover; width: 100%; height: 100%; }
.recent_post_wrap .img a { display: inline-block; vertical-align: top; width: 100%; height: 100%; }
.recent_post_detail { padding: 40px; background: #fff; border: 1px solid var(--fifth-color); border-top: none; }
.recent_post_item { box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); }
.recent_post_detail .tagbox a { display: inline-block; vertical-align: top; border: 1px solid var(--fifth-color); padding: 3px 8px; }
.recent_post_detail .tagbox a:hover { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }
.recent_post_detail .date { font-size: 12px; color: #9D9D9C; }
.recent_post_detail .tag_date { min-height: 40px; }
.right_post_cover.left_disable { margin: 0 auto; padding-left: 0; }
.left_post_cover.right_disable { margin: 0 auto; padding-right: 0; }

.recent_post_sc .progress_wrap { position: absolute; bottom: 15px; left: 0px; width: 326px; max-width: 100%; display: flex; align-items: center; padding: 0 45px; }
.recent_post_sc .progressbar { width: 100%; background: var(--fifth-color); }
.recent_post_sc .progressbar .progress { display: block; width: 383px; max-width: 100%; height: 12px; border-radius: 0px; overflow: hidden; background-color: #9D9D9C; transition: all ease-in-out .4s; }
.recent_post_wrap .left, .recent_post_wrap .right { position: relative; }
.recent_post_sc .slick-arrow.slick-prev { left: 0; }
.recent_post_sc .slick-arrow:before { position: absolute; left: 0; top: 0; }
.recent_post_sc .slick-arrow.slick-next:before { left: auto; right: 0; }
.recent_post_sc .slick-arrow.slick-next { right: 0; }
.recent_post_wrap .right .progress_wrap { left: 10px; }

.support_cover { padding: 50px; border: 1px solid var(--fifth-color); background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); display: flex; flex-wrap: wrap; }
.support_cover .left { width: 35%; padding-right: 50px; }
.support_cover .right { width: 65%; padding-left: 20px; }
.support_box_wrap { display: flex; flex-wrap: wrap; }
.support_box_item { width: 33.33%; padding: 10px; }
.support_box_item_in { border: 1px solid var(--fifth-color); background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); display: flex; align-items: center; flex-wrap: wrap; justify-content: center; min-height: 140px; position: relative; padding: 10px 15px; column-gap: 8px; }
.support_box_item_in a.fullbox-link { position: absolute; inset: 0; z-index: 1; }
.support_box_item_in .support_title { line-height: 1.35; position: relative; top: -2px; }
.support_box_item_in .support_icon { flex-shrink: 0; width: 40px; }
.support_box_item:nth-last-child(2), .support_box_item:last-child { width: 50%; }

/* Retailer Page */
/* .main_hero_space.inner_hero { padding-top: 205px; } */
.inner_hero .wrap .left { width: 50%; padding-right: 50px; }
.inner_hero .wrap .right { width: 50%; }
.inner_hero .main_title { display: flex; gap: 10px; align-items: flex-start; }
.inner_hero .main_title img.heading_icon { flex-shrink: 0; position: relative; top: 10px; }
.inner_hero .main_title h1 { line-height: 1; }

.cat_strip_sc .cover { position: relative; z-index: 1; }
.cat_strip_sc .cover:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: #000; mix-blend-mode: multiply; z-index: -1; opacity: 0.7; }

/* Connect Page */
.counter-section .inner { border: 1px solid var(--fifth-color); background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); gap: 20px; }
.counter-section .inner .item { flex: 1 1 calc(33.33% - 20px); }
.counter-section .inner .item h2, .counter-section .inner .item > div { font-family: "Inter", sans-serif; }
.counter-section .inner .icon { width: 60px; margin: 0 auto 10px; height: 60px; display: flex; align-items: center; justify-content: center; }
.counter-section .inner .icon img { max-height: 55px; width: auto; }

.tab-section .tab-wrap .tab-label { display: none; background: #fff; font-weight: 700; padding: 15px 50px 15px 30px; width: 100%; cursor: pointer; position: relative; }
.tab-section .tab-wrap .tab-label:after { content: "\f107"; font-family: 'FontAwesome'; font-size: 30px; font-weight: 400; position: absolute; right: 20px; }
.tab-section .tab-wrap .tab-links { width: 28%; padding-right: 30px; }
.tab-section .tab-wrap .tab-contents { width: 72%; padding: 50px; background-color: #FFFFFF; }
.tab-section .tab-wrap .tab-links > .tabLink { display: block; max-width: 285px; font-weight: 700; border: 1px solid var(--fifth-color); background: #FFFFFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); padding: 23px 20px; line-height: 1.5; } 
.tab-section .tab-wrap .tab-links > .tabLink:hover, .tab-section .tab-wrap .tab-links > .tabLink.active { background: var(--link_hover_color); color: #FFFFFF; }
.tab-section .tab-wrap .tab-contents > .tab-info { display: none; }
/* .tab-section .tab-wrap .tab-contents > .tab-info:first-child { display: block; } */
.tab-section .tab-wrap .tab-titles { gap: 24px; }
.tab-section .tab-wrap .tab-titles > .icon { max-width: 45px; }
.tab-section .tab-wrap .tab-titles > h4 { padding-left: 24px; position: relative; }
.tab-section .tab-wrap .tab-titles > h4:before { content: ''; width: 2px; height: 100%; position: absolute; left: 0; background: var(--primary-color); opacity: .5; }
.tab-section .tab-wrap .btn-group { gap: 20px; }

.recent_post_sc .inner .recent_post_item { flex: 1 1 calc(50% - 20px); }
.recent_post_sc .inner .recent_post_wrap { gap: 30px 20px; }

/* Vacancies Page */
.breadcrumb_menu { padding-top: 60px; padding-bottom: 60px; }
.breadcrumb_menu .hs-menu-wrapper > ul > li:last-child > a { font-weight: 700; pointer-events: none; }
.breadcrumb_menu .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; padding: 0 13px; position: relative; color: #9d9d9c; }
.breadcrumb_menu .hs-menu-wrapper > ul > li > a:hover { color: var(--link_hover_color); }
.breadcrumb_menu .hs-menu-wrapper > ul > li > a:after { position: absolute; content: "\f105"; font-family: 'FontAwesome'; right: -2px; top: 1px; font-weight: 500; }
.breadcrumb_menu .hs-menu-wrapper > ul > li:first-child > a { padding-left: 0; }
.breadcrumb_menu .hs-menu-wrapper > ul > li:last-child > a:after { display: none; }
body.has-system-pages .breadcrumb_menu { display: none; } 

.testimonial_main.single .progress_wrap { display: none; }
.testimonial_main.single + .button-1 { text-align: center; }

.vacancies_sc .card-grid { gap: 20px; }
.vacancies_sc .card-grid .item { display: flex; flex-direction: column; flex: 1 1 calc(50% - 20px); border: 1px solid var(--fifth-color); box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, .05); position: relative; }
.vacancies_sc .card-grid .item .card-link { position: absolute; inset: 0; }
.vacancies_sc .card-grid .item .titles { gap: 15px; }
.vacancies_sc .card-grid .item .titles .label { padding: 4px 8px; border: 1px solid var(--fifth-color); }
.vacancies_sc .card-grid .item .content { flex-grow: 1; }
.vacancies_sc .card-grid .item .card-bottom { gap: 10px 20px; font-weight: 700; }
.vacancies_sc .card-grid .item .card-bottom > div { gap: 10px; }
.vacancies_sc .card-grid .item:hover .link_style a:after { right: -5px; }

.img_con_sc.img_con_sc_v2 .left .content { padding: 40px 0; }
.img_con_sc.img_con_sc_v2 .right { background-size: contain !important; }

/* Vacancy Details */
.inner_hero .wrap .left .card-bottom { font-weight: 700; gap: 10px 20px; }
.inner_hero .wrap .left .card-bottom > div {gap: 10px;}

.twocl_form .left_part { width: 50%; padding-right: 39px; }
.twocl_form .right_part { width: 50%; padding-left: 45px; }
.twocl_form .section_wrap { padding: 80px 102px; border: 1px solid var(--fifth-color); }
.twocl_form .hs-fieldtype-file { display: flex; align-items: center; border: 1px solid var(--fifth-color); padding: 4px 15px !important; border-radius: 0; width: calc(50% - 9px) !important;  position: relative; background: #fff; cursor: pointer; margin-right: 9px; }
.twocl_form .hs-fieldtype-file input[type="file"] { opacity: 0; position: absolute; left: 0; top: 0; height: 100%; width: 100%; cursor: pointer; }
.twocl_form .hs-fieldtype-file::after { content: ""; position: absolute; right: 15px; width: 16px; height: 16px; background-image: url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/raw_assets/public/tradeplace/images/upload.svg); background-size: contain; background-repeat: no-repeat; pointer-events: none; }
.twocl_form .hs-fieldtype-file label span { color: var(--primary-color); font-size: 16px; line-height: 2; text-transform:uppercase;padding-right:5px; }
.twocl_form form .hs_recaptcha, .contact_form_box form .hs_recaptcha { display: flex; flex-wrap:wrap; justify-content: flex-end; gap: 20px; margin-top: 18px; }
.twocl_form form .hs_recaptcha span.button, .contact_form_box form .hs_recaptcha span.button { -webkit-appearance: none; background-color: var(--secondary-color); border: 0; color: #fff; cursor: pointer; font-family: Open Sans; font-size: 14px; font-weight: 700; padding: 7px 15px; text-align: center; transition: all .4s ease-in-out; display: flex; align-items: center; }
.twocl_form form .hs_recaptcha span.button:hover, .contact_form_box form .hs_recaptcha span.button:hover { background: var(--primary-color); }
.twocl_form form .hs_submit.hs-submit, .contact_form_box form .hs_submit.hs-submit { display: none; }

.vacancies_sc .card-grid .item .content ul { margin: 0; }

/* FAQ Page */
.main_faq_sc { padding: 80px 0; }
.main_faq_sc .container { width: 1030px; max-width: 100%; }
.faq_list_item { border-bottom: 1px solid var(--fifth-color); }
.faq_list_item .faq_ques { cursor: pointer; position: relative; padding-right: 25px; }
.faq_list_item .faq_ques:after { position: absolute; content: "\f107"; font-family: FontAwesome; top: 29px; right: 0; font-size: 20px; font-weight: 400; transition: all ease-in-out .4s; }
.faq_list_item .faq_ques.active:after { transform: rotate(180deg); }
.faq_ans { display: none; }
.faq_list_item:last-child { border: 0; }
.faq_ans .in { padding-right: 30px; }

/* Contact Us Page */
/* .contact_banner_sc { padding-top: 163px; } */
.contact_banner { height: 315px; }

.contact_form_box { width: 69%; border: 1px solid #E7E7E7; background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); padding: 80px 102px; position: relative; margin-top: -170px; }
.contact_form_box h1 { display: none; }
.contact_detail_box { width: 31%; padding-left: 100px; padding-top: 50px; }
.contact_form_box form .hs-richtext { margin-bottom: 15px; } 
.contact_form_box fieldset.form-columns-2+fieldset.form-columns-0 { margin-top: 20px; }
.contact_us_sc { padding-bottom: 40px; }
.contact_us_sc .contact_form_box form .hs_recaptcha { justify-content: flex-start; }
.contact_us_sc p+p { padding-top: 13px; }
.contact_us_sc .list a { text-decoration: underline; }

.contact_address_sc { padding: 40px 0 0; }
.contact_address_sc .cover { padding: 80px 102px; border: 1px solid var(--fifth-color); background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); }
.contact_address_sc .cover .left { width: 41%; padding-right: 30px; font-size: 14px; line-height: 26px; }
.contact_address_sc .cover .right { width: 59%; padding-left: 30px; }
.contact_address_sc .cover .left h3 { margin-bottom: 15px; }

/* About Us Page */
.about_hero.inner_hero { padding: 80px 0; }
.about_hero.inner_hero .wrap .left { width: calc(100% - 436px); padding-right: 170px; }
.about_hero.inner_hero .wrap .right { width: 436px; max-width: 100%; }

.about_hero .img_box_wrap .img_box:nth-child(2) img:first-child { display: none; }
.about_hero .img_box_wrap { height: 436px; position: relative; }
.about_hero .img_box_wrap .img_box { position: absolute; }
.about_hero .img_box_wrap .img_box { height: 132px; width: 132px; }
.about_hero .img_box_wrap .img_box:nth-child(1) { left: 0; top: 0; }
.about_hero .img_box_wrap .img_box:nth-child(2) { height: 284px; width: 284px; top: 0; right: 0; }
.about_hero .img_box_wrap .img_box:nth-child(3) { right: 151px; top: 152px; }
.about_hero .img_box_wrap .img_box:nth-child(4) { bottom: 0; left: 0; }
.about_hero .img_box_wrap .img_box:nth-child(5) { bottom: 0; right: 0; }
.about_hero .img_box_wrap .img_box img { height: 100% !important; width: 100% !important; object-fit: cover; }
.about_hero .img_box_wrap .img_box:nth-child(2) img { mask-position: center center; mask-size: cover; mask-repeat: no-repeat;  -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: cover; }

.card-grid.box-three .item { flex: 1 1 calc(33.33% - 20px); padding: 28px; }

.team_sec .sub_con { width: 1030px; max-width: 100%; }
.team_filter_list .select-position { display: none; }
.team_filter_list ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; gap: 20px; }
.team_filter_list ul li a { display: inline-block; vertical-align: top; width: auto; padding: 4px 11.5px; border: 1px solid var(--fifth-color); }
.team_filter_list ul li a:hover, .team_filter_list ul li.is-checked a { background: var(--secondary-color); color: #fff; border-color: var(--secondary-color); }
.team_filter_wrap .button-1 li { height: 100%; }
.team_filter_wrap .button-1 a { display: flex; height: 100%; align-items: center; }

.team_list_wrap { display: flex; flex-wrap: wrap; gap: 20px; }
.team_list_item { width: calc(25% - 20px); box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); }
.team_detail_box { background: #FFF; border: 1px solid rgb(231 231 231 / 49%); border-top: none; padding: 20px; }
.team_contact_links ul { padding: 0; margin: 5px 0 0; list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px; }
.team_contact_links ul li a { height: 26px; width: 16px; display: flex; align-items: center; position: relative; transform: translateY(0px); transition: all ease-in-out .4s; }
.team_contact_links ul li a:hover { transform: translateY(-3px); }

.vacancies_slider_sc.vacancies_sc .card-grid .item-rowin { gap: 20px; }

/* Login Page */
.service_sc .main_title h1 span { color: var(--primary-color); text-transform: capitalize; }
.login_cover { display: flex; flex-wrap: wrap; }
.login_left { width: calc(100% - 300px); }
.login_right { width: 300px; padding-left: 4px; }
.service_wrap { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 10px; }
.service_col { width: calc(33.33% - 6px); padding: 20px 20px 56px; border: 1px solid #E7E7E7; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); margin-bottom: 2px; min-height: 255px; display: flex; flex-direction: column; justify-content: space-between; position: relative; }
.service_col .icon { height: 50px; width: 50px; padding: 5px; display: flex; align-items: center; justify-content: center; border: 1px solid #e7e7e7; margin-left: auto; }
.service_col.first .icon { border: 1px solid #E7E7E7; background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); opacity: 1; }
.service_col.first { background: #fff; }
.service_col.first .top { display: flex; align-items: center; justify-content: space-between; }
.service_col.first .top .status { height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid #E7E7E7; background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); position: relative; }
.service_col.first .top .status .dot { display: flex; align-items: center; }
.service_col.first .top .status_code { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 400; padding: 4px 8px; border-radius: 4px; background: #F1F2F6; }
.service_col.first .top .status_code > div { display: flex; align-items: center; }
.service_col.first .bottom { margin-top: auto; }
.service_col .title { padding: 10px 0; font-weight: 700; line-height: 26px; }
.service_status { position: absolute; bottom: 0; left: 0; width: 100%; background: #fff; padding: 5px 20px; }
.service_status .status_code { align-items: center; background: #fff; border-radius: 4px; display: flex; font-size: 14px; font-weight: 400; gap: 12px; padding: 4px 8px; justify-content: center; }
.service_status .status_code > div { line-height: 0; }
/* .service_col .button-1.offline { opacity: 0.4; pointer-events: none; } */
.service_col .link_style { margin: 20px 0 0; }

.service_col.notRegister .icon { opacity: 0.5; }
.service_col.notRegister .title { color: #AEAEAE; }
.service_col.notRegister .link_style { opacity: 0.3; }
.service_col.notRegister .link_style a { pointer-events: none; }

.advertise_item { width: 100%; min-height: 255px; display: flex; align-items: center; justify-content: center; border: 1px solid #E7E7E7; background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); margin-bottom: 10px; font-weight: 700; margin-left: 0px; }
.advertise_item .text, .advertise_item .text > div { width: 100% !important; text-align: center; }

.release_notes_cover { padding: 30px 0 50px; }
.release_notes_cover .recent_post_item .img { height: 250px; width: 100%; }
.release_notes_cover .recent_post_item .img a { display: inline-block; height: 100%; vertical-align: top; width: 100%; }
.release_notes_cover .recent_post_item { box-shadow: none; }
.release_notes_cover .recent_post_itemin { padding: 0 10px; }
.release_main_title { padding: 0 10px; }
.release_notes_cover .post_slider_wrapper { position: relative; }
.release_btn_wrap { padding-right: 10px; }
.recent_post_itemin .img img { height: 100%; object-fit: cover; width: 100%; }

.release_notes_cover .progress_wrap { position: absolute; bottom: -47px; left: 0px; width: 490px; max-width: 100%; display: flex; align-items: center; padding: 0 45px; }
.release_notes_cover .progressbar { width: 100%; background: var(--fifth-color); }
.release_notes_cover .progressbar .progress { display: block; width: 383px; max-width: 100%; height: 12px; border-radius: 0px; overflow: hidden; background-color: #9D9D9C; transition: all ease-in-out .4s; }
.release_notes_cover .slick-arrow.slick-prev { left: 0; }
.release_notes_cover .slick-arrow:before { position: absolute; left: 0; top: 0; }
.release_notes_cover .slick-arrow.slick-next:before { left: auto; right: 0; }
.release_notes_cover .slick-arrow.slick-next { right: 0; }
.release_notes_cover .progress_wrap { left: 10px; }

.support_central_cover { border: 1px solid #E7E7E7; background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); padding: 40px; margin-right: 4px; }
.support_central_cover .title { margin: 0 0 40px; text-align: center; font-weight: 700; }
.login_cover .support_box_wrap { margin: 0 -10px; }
.login_cover .support_search { margin-bottom: 30px; }
.support_central_cover input[type="search"] { padding: 0 20px !important; background: url(https://8690078.fs1.hubspotusercontent-na1.net/hubfs/8690078/tradeplace/images/search-icon-tradeplace.svg) no-repeat center right 20px #fff; }
.support_central_cover input[type="search"]:focus { outline: none; }
.support_central_cover input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button { opacity: 0 !important; }

.tickets_cover { border: 1px solid #E7E7E7; background: #FFF; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.05); margin-top: 10px; padding: 40px; margin-right: 4px; }
.tickets_cover .title { margin-bottom: 15px; }
.ticket_item_raw { display: flex; align-items: center; width: 100%; justify-content: space-between; border-bottom: 1px solid #E7E7E7; padding: 12px 0; }
.tickets_cover .buttons_wrap { justify-content: center; }
.tickets_cover .buttons_wrap [class*=button-] a { padding: 8px 13px; }

/**/
.tabs_slider_section { padding: 80px 0; }
.tabs_slider_section .top .main_title { align-items: center; display: flex; gap: 10px; }
.tabs_slider_section .top .main_title img.heading_icon { flex-shrink: 0; position: relative; top: -2px; }
.tabs-nav-wrapper { display: flex; justify-content: flex-start; overflow-x: scroll; gap: 10px; -ms-overflow-style: none; scrollbar-width: none; margin-top: 25px; margin-bottom: 50px; position: relative; z-index: 2; }
.tabs-nav-wrapper .tabs-nav { cursor: pointer; min-width: max-content; padding: 7px 10px; color: #000; background: #fff; margin-bottom: 0; position: relative; height: 100%; }
/* .tabs-nav-wrapper .tabs-nav:after { content: ''; display: block; background: #FFFFFF; background-size: cover; overflow: hidden; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; }
.tabs-nav-wrapper .tabs-nav:hover:after, .tabs-nav-wrapper .tabs-nav.active:after { background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%); } */
.tabs-nav-wrapper .tabs-nav.active { font-weight: 600; background: var(--link_hover_color); color: #fff; }

.swiper.tabs-slider { overflow: hidden; }
.swiper.tabs-slider .swiper-slide { display: flex; align-items: center; overflow: hidden; position: relative; flex-direction: column; padding: 60px 50px; background-color: #fff; height: auto; justify-content: flex-start; }
.swiper.tabs-slider .swiper-slide .tab { display: flex; width: 100%; flex-wrap: wrap; }
.swiper.tabs-slider .swiper-slide .tab .tab-content { width: 50%; }
.swiper.tabs-slider .swiper-slide .tab .tab-image { flex-shrink: 0; padding: 0; width: 50%; padding-left: 40px; }
.swiper.tabs-slider .swiper-slide .tab h3 { line-height: 1.2; margin-bottom: 20px; }
.swiper.tabs-slider .swiper-slide .tab .btn-group { gap: 20px; }

/**/
.partner_sc .main_title { align-items: flex-start; display: flex; gap: 10px; }
.partner_sc .main_title img.heading_icon { flex-shrink: 0; position: relative; top: 1px; }
.partner_sc.vacancies_sc .card-grid .item .titles h3.box_title { width: calc(60% - 15px); }
.partner_sc.vacancies_sc .card-grid .item .titles .title_right_img { width: 40%; text-align: right; }
.partner_sc.vacancies_sc .card-grid .item .card-bottom > div { width: 100%; }
.partner_sc.vacancies_sc .card-grid .item .card-bottom img { width: 30px; max-height: 30px; }

.support_central_cover.login .support_box_wrap { margin: 0 -10px; padding-top: 15px; }

#hs_cos_wrapper_page_key { display: none; }

/**/
.hs_cos_wrapper_type_rich_text .hs-embed-wrapper, .hs_cos_wrapper_type_rich_text .hs-responsive-embed, .hs_cos_wrapper_type_rich_text .hs-responsive-embed-wrapper { height: 0; max-height: none !important; max-width: none !important; overflow: hidden; padding-left: 0; padding-right: 0; padding-top: 0; position: relative; }

/**/
.main_faq_sc.post_faq_sc { padding: 50px 0; }
.main_faq_sc.post_faq_sc.custom_tradelog { padding: 50px 0 20px 0; }

.main_faq_sc.post_faq_sc .main_title { align-items: flex-start; display: flex; gap: 10px; }
.main_faq_sc.post_faq_sc .main_title h2 { line-height: 1; }
.main_faq_sc.post_faq_sc .main_title img { flex-shrink: 0; position: relative; width: 40px; margin: 0; }
.main_faq_sc a.cookie_btn { text-decoration: underline; cursor: pointer; }
.support_central_main_sc { padding: 50px 0; }

/**/
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner { font-family: "Open Sans", sans-serif; color: #000; }
#hs-eu-cookie-confirmation #hs-eu-confirmation-button, #hs-eu-cookie-confirmation #hs-eu-decline-button { border-radius: 0; background: #009fe3; border-color: #009fe3; font-size: 14px; font-weight: 700; color: #fff; transition: all ease-in-out .4s; }
#hs-eu-cookie-confirmation #hs-eu-confirmation-button:hover, #hs-eu-cookie-confirmation #hs-eu-decline-button:hover { background: #fdc300; border-color: #fdc300; }
#hs-eu-cookie-confirmation #hs-eu-cookie-settings-button { color: #fdc300 !important; transition: all ease-in-out .4s; }

#hs-banner-parent #hs-modal-content p { padding-bottom: 15px; }
#hs-banner-parent #hs-modal-content { color: #000; }
#hs-modal-content #hs-categories-container .hs-category-label { color: #000; }
#hs-modal-content #hs-categories-container .hs-category-label svg path { fill: #000; }
#hs-modal-content #hs-categories-container .hs-always-active-label { color: #000; }
#hs-modal-content #hs-categories-container .hs-category-description.visible p { color: #000; padding: 10px 0 0; }
#hs-modal-content #hs-categories-container .hs-category-row .hs-toggle-switch.hs-toggle-selected-flag { background-color: #009fe3 !important; border-color: #009fe3 !important; }
#hs-modal-content #hs-modal-accept-all { background: #009fe3 !important; border-color: #009fe3 !important; font-weight: 700; transition: all ease-in-out .4s; }
#hs-modal-content #hs-modal-save-settings { border-color: #000; color: #000; font-weight: 700; transition: all ease-in-out .4s; }
#hs-modal-content #hs-modal-save-settings:hover { background: #009fe3; color: #fff; border-color: #009fe3; }
#hs-modal-content #hs-modal-accept-all:hover { background: #fdc300 !important; border-color: #fdc300 !important; }

/**/
@keyframes bounce {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-30%);
  }
}




/* Responsive */
@media (min-width:992px){
  .desk_hide { display: none; }
}
@media (min-width:1201px){
  .service_sc .main_title h1 { font-size: 45px; }
}

@media (max-width:1200px){
  .container { width: 950px; }
  .service_sc .main_title h1 { font-size: 45px; }
  
  /* Homepage */
  .hero_box .in { padding: 40px 30px; }
  
  .img_con_sc .left { padding-right: 50px; }
  
  .img_con_bg_wrap { padding: 50px; }
  .img_con_bg_left { padding-right: 50px; }
  
  .accordion_sc { padding: 80px 0; }
  .accordion_box_item .right { padding-left: 60px; }
  
  .recent_post_sc .progress_wrap { padding: 0 20px; width: 270px; bottom: 13px; }
  
  .support_cover { padding: 50px; }
  .support_cover .left { width: 32%; padding-right: 0; }
  .support_cover .right { width: 68%; }
  .support_box_item_in { min-height: 100px; }
  
  .tab-section .tab-wrap .tab-titles { align-items: center; } 
  
  .img_con_sc.img_con_sc_v2 .left .content { padding: 20px 0 30px; }
  
  .twocl_form .section_wrap { padding: 60px 40px; }
  .twocl_form .left_part { padding-right: 30px;  }
  .twocl_form .right_part { padding-left: 30px; }
  .twocl_form .right_part .form fieldset .hs-form-field { width: 100% !important; }
  .twocl_form .right_part .form  fieldset.form-columns-2 .hs-form-field:last-child { padding: 0; }
  .twocl_form .right_part .form  fieldset.form-columns-2 .hs-form-field:first-child { padding: 0; }
  
  /* FAQ Page */
  .breadcrumb_menu .hs-menu-wrapper > ul { flex-direction: row; }
  .main_faq_sc .container { width: 950px; }
  
  /* Contact Us Page */
/*   .contact_banner_sc { padding-top: 159px; } */
  
  .contact_form_box { padding: 50px; }
  .contact_detail_box { padding-left: 50px; }
  
  .contact_address_sc .cover { padding: 50px; }
  
  /* About Us Page */
  .about_hero.inner_hero .wrap .left { padding-right: 100px; }
  .inner_hero .main_title img.heading_icon { top: 5px; }
  .team_filter_list ul { gap: 10px; }
  .team_filter_list ul li a { font-size: 14px; }
  .team_filter_wrap .button-1 a { padding: 6px 13px; }
  .team_list_item { width: calc(33.33% - 20px); }
  
  /* Login Page */
  .service_col { width: calc(50% - 6px); }
  .support_central_cover { padding: 30px; }
  .support_central_cover .support_box_item { padding: 5px; }
  .tickets_cover { padding: 30px; }
  .release_notes_cover .progress_wrap { width: calc(100% - 220px); }
  
  

}

@media (max-width:991px){
  .container { width:750px; }

  /* Homepage */
  .hero_box .in { padding: 30px 15px; }
  
  .img_con_sc .right { height: 550px; width: 100%; }
  .img_con_sc .left { padding: 0 0 50px; width: 100%; }
  
  .testimonial_raw .in { padding: 50px 30px; }
  .testimonial_raw .in .right { padding-left: 30px; }
  
  .img_con_bg_wrap { padding: 50px 20px; }
  .img_con_bg_left { padding: 0 0 30px; width: 100%; }
  .img_con_bg_right { width: 100%; text-align: center; height: 330px; }
  .img_con_bg_right .img { justify-content: center; }
  
  .accordion_box_item .right { padding-left: 30px; }
  
  .recent_post_wrap .img { height: 220px; }
  .recent_post_detail { padding: 30px 15px; }
  .recent_post_wrap .left, .recent_post_wrap .right { padding-bottom: 50px; }
  .recent_post_sc .progress_wrap { width: 90%; margin: 0 auto; right: 0; padding: 0 30px; }
  .recent_post_detail .content { font-size: 13px; }
  
  .support_box_item { width: 50%; }
  
  .inner_hero .wrap .left { padding-right: 50px; }
  
  .counter-section .inner { justify-content: center; }
  .counter-section .inner .item { flex: 1 1 calc(50% - 20px); }
  
  .tab-section .tab-wrap .tab-links { width: 30%; }
  .tab-section .tab-wrap .tab-contents { width: 70%; padding: 40px 20px; }
  
  .twocl_form .left_part { width: 100%; padding: 0 0 30px; }
  .twocl_form .right_part { width: 100%; padding: 0; }
  
  /* FAQ Page */
  .main_faq_sc .container { width: 750px; }
  .faq_list_item .faq_ques:after { top: 26px; }
  
  /* Contact Us Page */
/*   .contact_banner_sc { padding-top: 139px; } */
  
  .contact_form_box { padding: 50px 30px; }
  .contact_detail_box { padding-left: 30px; }

  .contact_address_sc .cover { padding: 50px 30px; }
  
  .tab-section .tab-wrap .tab-links>.tabLink { padding: 15px 10px; font-size: 14px;  }
  
  /* About Us Page */
  .about_hero.inner_hero .wrap .left { width: 100%; padding: 0; margin: 0 0 10px; }
  .about_hero.inner_hero .wrap .right { margin: 0 auto; }
  
  /* Login Page */
  .login_left { width: 100%; }
  .login_right { width: 100%; padding-top: 15px; margin-right: 4px; }
  .advertise_item { width: calc(50% - 4px); margin-left: 0; }
  .advertise_wrap { display: flex; flex-wrap: wrap; gap: 8px; }
  .release_notes_cover .recent_post_item .img { height: 310px; }
  .release_btn_wrap { text-align: right; margin-top: 20px; }
  
  /**/
  .swiper.tabs-slider .swiper-slide { padding: 50px 30px; }
  
  /**/
/*   .partner_sc.vacancies_sc .card-grid .item .titles h3.box_title { width: 100%; }
  .partner_sc.vacancies_sc .card-grid .item .titles img.box_logo { width: 80%; } */
  .partner_sc .card-grid.box-three .item { padding: 30px 15px; }
  
  .card-grid.box-three .item { flex: 1 1 calc(50% - 20px); }

}

@media (max-width:767px){
  .container { width: 100%; }
  .service_sc .main_title h1 { font-size: 35px; }
  
  /* Homepage */
/*   .main_hero_space { padding-top: 200px; } */
  
  .img_con_sc .right { height: 350px; }
  
  .testimonial_raw .in { padding: 50px 15px; }
  .testimonial_raw .in .left { width: 100%; }
  .testimonial_raw .in .right { width: 100%; padding: 20px 0 0; }
  .testimonial_sc .progress_wrap, .vacancies_slider_sc .progress_wrap { bottom: 0; left: 0; }
  .testimonial_main { padding-bottom: 45px; }
  
  .accordion_sc { padding: 50px 0; }
  .accordion_box_item .left { width: 100%; }
  .accordion_box_item { padding: 50px 15px; }
  .accordion_box_item .right { width: 100%; padding: 30px 0 0; }
  
  .recent_post_wrap .left, .recent_post_wrap .right { width: 100%; }
  .recent_post_wrap .left { padding: 0; margin-bottom: 40px; }
  .recent_post_wrap .right { padding: 0; }
  .recent_post_wrap .progress_wrap { position: relative; bottom: -20px; }
  .recent_post_wrap .right .progress_wrap { left: 0; }
  
  .support_cover { padding: 50px 15px; }
  .support_cover .left { width: 100%; padding: 0 0 30px; }
  .support_cover .right { width: 100%; padding: 0; }
  .support_box_wrap { margin: 0 -10px; }
  
  .inner_hero .wrap .left { width: 100%; padding: 0; }
  .inner_hero .wrap .right { width: 100%; }

  .counter-section .inner .item { flex: 1 1 100%; }
  
  .recent_post_sc .inner .recent_post_item { flex: 1 1 100%; }
  
  .tab-section .tab-wrap { position: relative; }
  .tab-section .tab-wrap .tab-label { display: flex; align-items: center; border: solid 1px; }
  .tab-section .tab-wrap .tab-links { display: none; position: absolute; width: 100%; top: 62px; background: #fff; z-index: 1; box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, .05); padding: 10px 0; }
  .tab-section .tab-wrap .tab-links > .tabLink { background: transparent; border: 0; box-shadow: none; width: 100%; max-width: unset; padding: 10px 30px; }
  .tab-section .tab-wrap .tab-contents { width: 100%; padding: 40px 15px; margin-top: 20px; }
  .tab-section .tab-wrap .tab-titles { gap: 20px; }
  .tab-section .tab-wrap .tab-titles > .icon { max-width: 30px; }
  .tab-section .tab-wrap .tab-titles > h4 { padding-left: 20px; }
  
  .vacancies_sc .card-grid .item { flex: 1 1 100%; }
  
  .img_con_sc.img_con_sc_v2 .left .content { padding: 10px 0 20px; }
  
  .inner_hero .wrap .left .card-bottom { justify-content: center; }
  
  .twocl_form .section_wrap { padding: 30px 15px; }
  .twocl_form .right_part .form .recaptcha-wrapper { flex-wrap: wrap; gap: 10px; }
  .twocl_form .hs-fieldtype-file { width: 100% !important; }
  .recaptcha-wrapper .hs_recaptcha.hs-recaptcha.field.hs-form-field { margin-bottom: 0 !important; }
  .partner_sc.vacancies_sc .card-grid .item .titles { flex-wrap: wrap; }
  
  
  /* FAQ Page */
  .main_faq_sc .container { width: 100%; }
  .faq_list_item .faq_ques:after { top: 14px; }
  
  /* Contact Us Page */
  .contact_form_box { width: 100%; padding: 50px 15px 30px; }
  .contact_detail_box { width: 100%; padding-left: 0; }
  .contact_detail_box .list:last-child { margin: 0; }
  .contact_address_sc { padding-top: 20px; }
  .contact_address_sc .cover { padding: 50px 15px; }
  .contact_address_sc .cover .right { width: 100%; padding: 0; }
  .contact_address_sc .cover .right iframe { width: 100% !important; }
  .contact_address_sc .cover .right .hs-responsive-embed-wrapper { width: 100% !important; max-width: 100% !important; max-height: 100% !important; }
  .contact_address_sc .cover .left { width: 100%; padding: 0; }
  
  /* About Us Page */
  .about_hero.inner_hero { padding: 60px 0; }
  .inner_hero .main_title img.heading_icon { top: 0; }
  
  .vacancy_slider_main { padding-bottom: 50px; }
  .vacancies_sc .vacancy_slider_main .card-grid .item { box-shadow: none; }
  .team_filter_list .select-position { display: inline-block; vertical-align: top; width: 100%; position: relative; padding: 8px 30px 8px 10px; border: 1px solid var(--primary-color); font-weight: 600; }
  .team_filter_list { width: 450px; max-width: 100%; margin: 0 auto; position: relative; }
  .team_filter_list .select-position:after { position: absolute; content: "\f107"; font-family: 'FONTAWESOME'; right: 15px; top: 4px; font-size: 20px; font-weight: 400; }
  .team_filter_list ul { position: absolute; top: 100%; left: 0; width: 100%; background: #fff; vertical-align: top; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); display: none; }
  .team_filter_list ul li, .team_filter_list ul li a { display: inline-block; vertical-align: top; width: 100%; }
  .team_filter_list ul li a { border: 0; border-bottom: 1px solid var(--fifth-color); padding: 6px 13px; }
  
  .release_btn_wrap { padding: 0; text-align: center; margin-top: 10px; }
  .release_notes_cover .progress_wrap { margin: 0 auto; left: 0; right: 0; bottom: 20px; width: 90%; }
  .release_notes_cover .post_slider_wrapper { padding-bottom: 50px; }
  .release_notes_cover .recent_post_detail .tagbox a { font-size: 14px; } 
  
  /**/
  .swiper.tabs-slider .swiper-slide { padding: 50px 15px; }
  .swiper.tabs-slider .swiper-slide .tab .tab-content { width: 100%; padding: 0 0 30px; }
  .swiper.tabs-slider .swiper-slide .tab .tab-image { padding: 0; width: 100%; }

  /**/
/*   .partner_sc.vacancies_sc .card-grid .item .titles img.box_logo { width: 220px; } */
  
  .breadcrumb_menu { padding-top: 20px; padding-bottom: 20px; }
  
  
}

@media (max-width: 650px) {
  /* About Us Page */
  .team_list_item { width: calc(50% - 20px); }
  
  /* Login Page */
  .advertise_item { width: 100%; }
  .tickets_cover { margin-top: 20px; }
  
  
}

@media (max-width: 550px) {
  /* Login Page */
  .service_col { width: 300px; margin-bottom: 20px; max-width: 100%; margin: 0 auto 20px; }
  .service_wrap { display: inline-block; vertical-align: top; width: 100%; }
  .advertise_item { width: 100%; }
  .tickets_cover { margin-top: 20px; }
  
  
}

@media (max-width: 500px) {
  /* Homepage */
  .logo_slider_wrap:after, .logo_slider_wrap:before { width: 100px; }
  .support_box_item, .support_box_item:last-child, .support_box_item:nth-last-child(2) { width: 100%; }
  
  /* FAQ Page */
  .faq_list_item .faq_ques h3 { font-size: 20px; }
  .faq_list_item .faq_ques:after { top: 13px; }
  .faq_ans { line-height: 1.8; }
  .faq_ans .in { padding-right: 0; }
  
  /* About Us Page */
  .about_hero.inner_hero .wrap .right { width: 300px; }
  .about_hero .img_box_wrap .img_box { height: 93px; width: 93px; }
  .about_hero .img_box_wrap .img_box:nth-child(2) { height: 200px; width: 200px; }
  .about_hero .img_box_wrap { height: 300px; }
  .about_hero .img_box_wrap .img_box:nth-child(3) { top: 100px; right: 100px; height: 100px; width: 100px; }
  
  .team_list_item { width: 300px; max-width: 100%; margin: 0 auto; }
  .team_avatar img { width: 100%; }

  /* Login Page */
  .tickets_cover .buttons_wrap { flex-wrap: wrap; }
  .tickets_cover .buttons_wrap .button-2 { margin: 15px 0 0; }
  .tickets_cover .buttons_wrap .button-1, .tickets_cover .buttons_wrap .button-2 { width: 100%; text-align: center; }
  .login_cover .support_search input[type="search"] { font-size: 14px !important; padding-left: 10px !important; }
}

@media (max-width: 400px){
  .service_sc .main_title h1 { font-size: 32px; }
  
  .recent_post_detail .tag_date { flex-wrap: wrap; gap: 5px; }
  .release_notes_cover .recent_post_item .img { height: 230px; }
  
}

div#hs-web-interactives-top-anchor{ z-index: 9999999; }
body #hubspot-messages-iframe-container { z-index: 999999 !important; }