 

 
 


























 
































*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}
a.cta_button {box-sizing:border-box !important; -moz-box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -ms-box-sizing:border-box !important;}

body { font-weight: normal; font-style: normal; text-decoration: none; color: #3B3B3B;  font-size: 16px; line-height:1.5; padding:0; margin:0; overflow-x:hidden; font-family:var(--font-neulis); }

h1,h2,h3,h4,h5,h6 { font-weight: 700; font-style: normal; text-decoration: none; margin:0; padding:0; }
h1 { font-weight: 700; font-style: normal; text-decoration: none; color: ;  font-size: 82px; line-height:1; letter-spacing: 0px; text-transform: none; font-family:var(--font-neulis); text-transform:uppercase; }
h2 { font-weight: 700; font-style: normal; text-decoration: none; color: ;  font-size: 70px; line-height:1; letter-spacing: 0px; text-transform: none; font-family:var(--font-neulis); text-transform:uppercase; }
h3 { font-weight: 700; font-style: normal; text-decoration: none; color: ;  font-size: 50px; line-height:1.15; letter-spacing: 0px; text-transform: none; font-family:var(--font-neulis); text-transform:uppercase; }
h4 { font-weight: 700; font-style: normal; text-decoration: none; color: ;  font-size: 34px; line-height:1.2; letter-spacing: 0px; text-transform: none; font-family:var(--font-neulis); text-transform:uppercase; }
h5 { font-weight: 700; font-style: normal; text-decoration: none; color: ;  font-size: 26px; line-height:1.2; letter-spacing: 0px; text-transform: none; font-family:var(--font-neulis); text-transform:uppercase; }
h6 { font-weight: 700; font-style: normal; text-decoration: none; color: ;  font-size: 20px; line-height:1.2; letter-spacing: 0px; text-transform: none; font-family:var(--font-neulis); text-transform:uppercase; } 

img { height:auto; max-width:100%; }
p { padding:10px 0; margin:0; }
a { text-decoration:none; outline:none; color:#FF5E14; ; }
a:hover { color:#000; }

.container {  max-width: 1200px; margin: 0 auto; padding: 0 15px; }


@media (min-width:1400px){
    .container {  max-width: 1350px; margin: 0 auto; padding: 0 15px; }
}

@media (max-width:1200px){
    h1 { font-size: 60px; }
    h2 { font-size: 50px; }
    h3 { font-size: 35px; }
}

@media (max-width:991px){
    h1 { font-size: 45px; line-height:1.1; }
    h3 { font-size: 30px; line-height:1.1; }
    h2 { font-size: 39px; line-height:1.2;}
}
.btn_style a { width:auto; float:none; display:inline-flex; align-items:center; justify-content:space-between; letter-spacing:15%; gap:16px; min-width:176px; text-transform:uppercase; text-align:center; font-size: 15px; line-height: 20px; padding:15px 18px; color:#ffffff; background:#71984A; border-radius:24px; transition:all .5s ease-in-out; }
.btn_style a:hover { color:#ffffff; background:#59793A; }  

.btn_style2 a { width:auto; float:none; display:inline-flex; align-items:center; justify-content:space-between; letter-spacing:15%; gap:16px; min-width:176px; text-transform:uppercase; text-align:center; font-size: 15px; line-height: 20px; padding:15px 18px; color:#051f46; border:1px solid #051f46; background:transparent; border-radius:24px; transition:all .5s ease-in-out; }
.btn_style2 a:hover { color:#fff; background:#3b3b3b; border-color:#3b3b3b; }  
.btn_style2 a:hover svg path { fill: var(--white-color); }

.btn_style3 a { width:auto; float:none; display:inline-flex; align-items:center; justify-content:space-between; gap:16px; min-width:176px; text-transform:uppercase; text-align:center; letter-spacing:15%; font-size: 15px; line-height: 20px; padding:15px 18px; color:#ffffff; background: #D1E1C64D;; border-radius:23px; transition:all .5s ease-in-out; backdrop-filter: blur(30px) }
.btn_style3 a:hover { color:#ffffff; background:#3B3B3B; } 

.btn_style4 a { width:auto; float:none; display:inline-flex; align-items:center; justify-content:space-between; gap:16px; min-width:176px; text-transform:uppercase; text-align:center; letter-spacing:15%; font-size: 15px; line-height: 20px; padding:15px 18px; color:#ccc; border:1px solid #ccc; background:transparent; border-radius:0px; transition:all .5s ease-in-out; }
.btn_style4 a:hover { color:#fff; background:#ccc; border-color:#ccc; } 

.link_style a { color: var(--secondary-color); display: flex; align-items: center; gap: 15px; letter-spacing: 15%; text-transform: uppercase; font-size: 15px; font-weight: 600; transition: all .5s ease-in-out; }
.link_style a:hover { color: var(--primary-color); }
.link_style a svg path { transition: all .5s ease-in-out; }
.link_style a:hover svg path { fill: var(--primary-color); }


@media (max-width:767px){
    .btn_style3 a { min-width: 163px; }
    .btn_style a { min-width: 163px; }
    .btn_style2 a { min-width: 163px; }
}
.text-13 { font-size: 13px; }
.flex_wrap { flex-wrap: wrap; }












.d-block {
    display:block;
}

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

.d-flex {
    display:flex;
}

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

.d-none {
    display:none;
}



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

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

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

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



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

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

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

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

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



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

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

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



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

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

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

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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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




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




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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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







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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    

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



[class*="col-"] { padding-left:15px; padding-right:15px; width:100%; }
.flex-row,.row { margin:0 -15px; display:flex; flex-wrap:wrap; }
.no-gutter [class*="col-"]{ padding-left:0; padding-right:0;}
.no-gutter{margin:0;}
[class*=max-] {
    width: 100%;
    min-height: 1px;
}
.m-auto{ margin-left:auto; margin-right:auto; }

@media(min-width:1350px){
    
}

[class*=color\:] h1,
[class*=color\:] .h1,

[class*=color\:] h2,
[class*=color\:] .h2,

[class*=color\:] h3,
[class*=color\:] .h3,

[class*=color\:] h4,
[class*=color\:] .h4,

[class*=color\:] h5,
[class*=color\:] .h5,

[class*=color\:] h6,
[class*=color\:] .h6 {
    color:inherit;
}

[class*="row"][class*="p-"] {
/*     padding: 0 !important; */
}

.row.p--15 { margin: 0 -15px; }
.row.p--10 { margin: 0 -10px; }
.row.p--5 { margin: 0 -5px; }



.color-inherit,
.color-inherit h1,
.color-inherit h2,
.color-inherit h3, 
.color-inherit h4,
.color-inherit h5,
.color-inherit h6 { color:inherit; }









/* */

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

.color\:green{ color:#71984A; }
.bg\:green{ background-color:#71984A; }

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

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

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

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

.color\:white{ color:#ffffff; }
.bg\:white{ background-color:#ffffff; }

@media(min-width:768px){
    
    .hover\:black:hover{ color:#000000; }
    .hoverbg\:black:hover{ background-color:#000000; }
    
    .hover\:green:hover{ color:#71984A; }
    .hoverbg\:green:hover{ background-color:#71984A; }
    
    .hover\:pink:hover{ color:; }
    .hoverbg\:pink:hover{ background-color:; }
    
    .hover\:dark_gray:hover{ color:#7E848D; }
    .hoverbg\:dark_gray:hover{ background-color:#7E848D; }
    
    .hover\:gray:hover{ color:#CCD0D6; }
    .hoverbg\:gray:hover{ background-color:#CCD0D6; }
    
    .hover\:light_gray:hover{ color:; }
    .hoverbg\:light_gray:hover{ background-color:; }
    
    .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; }

form label { color:#000; }
input , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-weight: normal; font-style: normal; text-decoration: none; outline:none !important; margin:0 0 15px; border-width:0px; border-style: solid; border-color:#f2f2f2;  background:#f2f2f2; height:52px; padding:10px 15px; font-size:16px; line-height:24px; width:100%; display:inline-block; ; }
input[type=submit] , form button,.hs-button { width:auto; float:none; display:inline-block; font-size:20px; line-height:26px; cursor:pointer; height:auto; padding:12px 25px; min-width:180px; border:none; outline:none; color:#ffffff; background-color:#71984A; border-radius:24px; ; }
input[type=submit]:hover , form button:hover,.hs-button:hover { color:#ffffff; background-color:#59793A; }

ul.hs-error-msgs { padding: 0; margin: 0; list-style: none; width: 100%; text-align: left; font-size: 16px; }
ul.hs-error-msgs label { color:#f00; }

input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color:#000; font-weight: normal; font-style: normal; text-decoration: none; opacity:1; font-size:19px; line-height:26px;}
input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder { color:#000; font-weight: normal; font-style: normal; text-decoration: none; opacity:1; font-size:19px; line-height:26px;}
input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder { color:#000; font-weight: normal; font-style: normal; text-decoration: none; opacity:1; font-size:19px; line-height:26px;}
input:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder { color:#000; font-weight: normal; font-style: normal; text-decoration: none; opacity:1; font-size:19px; line-height:26px; }

.form_style { width:100%; display:inline-block; vertical-align:top; }
.form_style form { width:100%; position:relative; }
/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */





.mainmenu .hs-menu-wrapper > ul > li:hover > a { color:; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { position:absolute; content:""; display:inline-block; vertical-align:middle; top:12px; right:0; background:url('https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/header-down-arrow.svg'); height:3.67px; width:5.44px; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }
header.header { display: inline-block; width: 100%; vertical-align: top; border-bottom: 0.25px solid #E1E1E1; position: absolute; top: 0; left: 0; width: 100%; z-index: 99; padding: 11px 0; }
header.header .logo { width: 160px; padding-right: 15px; }
header.header .header_right { width: calc(100% - 175px); display: flex; align-items: center; justify-content: space-between; padding-left: 45px; }
header.header .mainmenu .hs-menu-wrapper > ul { list-style-type: none; padding: 0; margin: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
header.header .mainmenu .hs-menu-wrapper > ul > li > a { font-size: 15px; line-height: 1; font-weight: 400; padding: 27px  10px; color:var(--white-color); }
header.header .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { position: relative; }
header.header .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > ul { position: absolute; top: 100%; opacity: 0; visibility: hidden; pointer-events: none; list-style-type:none; margin:0; padding:0; }
header.header .btn_style a { min-width: 139px; }
header.header .header_right .header_search .hs-search-field { position: absolute; bottom: -60px; left: 0; width: 100%; opacity: 0; visibility: hidden; transition:all .5s ease-in-out; }
header.header .header_right .icon_title ul { display: flex; align-items: center; padding: 0; margin: 0; gap: 20px; list-style-type:none; }
header.header .header_right .icon_title ul li a { font-size: 14px; color: var(--off_white); border-bottom: 1px solid #AECEA3; padding-bottom: 4px; }
header.header .header_right .right_inner { gap: 15px; position:relative; }
header.header .header_right .header_search .hs-search-field input { margin: 0; border-radius: 23px; height: 48px; }
header.header .header_right .right_inner.active .hs-search-field{ opacity:1; visibility:visible; }
header.header .header_right .right_inner .header_search { width: 20px; height: 20px; display: flex; align-items: center; justify-content: flex-end; cursor: pointer; }
header.header .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul { pointer-events:inherit; visibility:visible; opacity:1; }

header.header.dark .mainmenu .hs-menu-wrapper > ul > li > a { color: var(--primary-color); }
header.header.dark .header_right .icon_title ul li a { color: var(--primary-color); }
header.header.dark .header_right .icon_title ul li a svg path { stroke: var(--primary-color); }
header.header.dark .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > ul { border: 1px solid var(--primary-color); border-bottom: 0; }

header.header .container {  max-width: 100%; margin: 0 auto; padding: 0 15px; width:100%; }
.mainmenu ul > li > ul > li.hs-item-has-children { position: relative; }


@media (min-width:1440px){
    header.header .container {  max-width: 1442px; margin: 0 auto; padding: 0 15px; }
}
@media (min-width: 1201px){

  a.mobile-trigger, span.child-triggerm { display: none !important; /* Hide button on Desktop */ }
  
  .mainmenu .hs-menu-wrapper { display: block !important; }
  
    .mainmenu ul > li > ul { width:auto; min-width:320px; background:var(--white-color); border-radius: 5px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
    .mainmenu ul > li > ul > li { line-height:0; }
    .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
    .mainmenu ul > li > ul > li > a { color:var(--primary-color); font-size:14px; font-weight:400; text-transform:none; padding:10px 20px; line-height:22px; white-space:normal !important; display:inline-block; width:100%; border-bottom:1px solid var(--primary-color); transition:all .5s ease-in-out; }
    .mainmenu ul > li > ul > li:hover > a { color:; }
    .mainmenu ul > li > ul > li > a:hover { color: var(--secondary-color); }
    .mainmenu ul > li > ul > li > ul { position: absolute; top: 0; left: 100%; list-style-type: none; padding: 0; opacity: 0; transition:all .5s ease-in-out; transform:translateY(10px); background:var(--white-color) !important; }
    .mainmenu ul > li > ul > li.hs-item-has-children:hover > ul { opacity:1; transform: translateY(0); }
    header.header .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > ul { transition:all .5s ease-in-out; transform:translateY(10px); }
    header.header .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul { transform: translateY(0) !important; }
    .mainmenu ul > li > ul > li.hs-item-has-children > a { position: relative; }
    .mainmenu ul > li > ul > li.hs-item-has-children > a:before { position: absolute; content: ""; top: 20px; right: 10px; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/header-down-arrow.svg)no-repeat center/cover; width: 10px; height: 4px; transform: rotate(270deg); }
    

    
    
    
    
}

@media (max-width:1400px){
    header.header .mainmenu .hs-menu-wrapper > ul { gap: 10px; }
}
@media (max-width:1299px){
    header.header .header_right { width: calc(100% - 140px); }
    header.header .logo { width: 140px; }
}
@media (max-width:1250px){
    
    header.header .header_right .icon_title ul { gap: 10px; }
    header.header.dark .mainmenu .hs-menu-wrapper > ul > li > a { font-size: 14px; }
}
@media (max-width:1200px){

    
    .mainmenu .hs-menu-wrapper > ul > li > a:link, .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 15px; font-weight:700; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:transparent; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { padding:0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { text-indent:10px; font-weight:400; padding:15px 15px; border-bottom:.25px solid #E1E1E1; color:var(--white-color); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border:0; }

    .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:15px; right:15px; width:42px; height:42px; text-align:center; background:transparent;  z-index:99999999999; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align:left; }
    a.mobile-trigger:hover { text-decoration:none; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }

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

    a.mobile-trigger i { display:inline; position:relative; top:0; 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:42px; height:1px; display:inline-block; background:#fff; }
    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:13px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:#fff; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:#fff; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
    span.child-triggerm.child-open span { -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);; }

    .mainmenu.js-enabled .hs-menu-flow-horizontal, .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; top:100%; left:0px; width:100%; padding:0px; background-color:var(--primary-color); width:100%; z-index:8888; height:100dvh; overflow:hidden; overflow-y:auto; } 
  
    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom:.25px solid #E1E1E1; }
    
    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:50px; }
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { display: none; }
    header.header .mainmenu .hs-menu-wrapper > ul > li > a { padding: 20px 15px;  }
    body.mobile-open { overflow: hidden; }
    
    header.header .header_right .right_inner { padding: 15px; flex-wrap: wrap; width: 100%; display: inline-block; }
    header.header .header_right .right_inner .icon_title { display: block; padding-bottom: 20px; }
    header.header .header_right .right_inner .icon_title ul { display: inline-block; }
    header.header .header_right .icon_title ul li a { padding: 10px; }
    header.header .header_right .header_search .hs-search-field { bottom: auto; top: 0; max-width: 100%; margin: 0 0 0 auto; position: relative; width: 100%; opacity: 1; visibility: visible; }
    header.header .header_right .right_inner .header_search { width: 100%; height: auto; margin-bottom: 50px; margin-top: 15px; }
    header.header .header_right .right_inner .header_search .search_icon { display: none; }
    
    header.header.dark a.mobile-trigger i, header.header.dark a.mobile-trigger i:before, header.header.dark a.mobile-trigger i:after { background: var(--primary-color); }
    header.header.dark .mainmenu .hs-menu-wrapper > ul > li > a { color: var(--white-color); }
    header.header.dark .header_right .icon_title ul li a { color: var(--white-color); }
    
    .mainmenu ul > li > ul > li > ul { padding: 0; }
    .mainmenu ul > li > ul > li > ul > li > a { padding: 15px; color: var(--white-color); font-size: 15px; line-height: 1; font-weight: 400; padding: 15px 10px; color: var(--white-color); }
    .mainmenu ul > li > ul > li > ul > li { border-bottom: 1px solid var(--white-color); }
    .mainmenu ul > li > ul > li > ul > li:last-child { border-bottom: 0; }
    

}

@media (max-width:767px){
    header.header .logo { width: 125px; }
    a.mobile-trigger { top: 10px; }
}
footer { display: inline-block; width: 100%; vertical-align: top; padding: 127px 0 29px; position: relative; z-index: 1; }
footer:before { position: absolute; content: ""; top: 0; left: 0; width: 400px; height: 867px; background: #3B3B3B80; }
footer:after { position: absolute; content: ""; bottom: 0; left: 0; right: 0; width: 100%; height: 459px; background: linear-gradient(0deg, #3B3B3B 30.28%, #3B3B3B 57.39%, rgba(59, 59, 59, 0.5) 76.67%, rgba(59, 59, 59, 0) 93.26%); z-index: -1; }
footer .img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
footer .img img { width: 100%; height: 100% !important; object-fit: cover; }
footer .img:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(59, 59, 59, 0.5) 0%, #3B3B3B 82.39%); mix-blend-mode: multiply; }
footer .img:after { position: absolute; content: ""; top: 40px; right: 377px; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/footer-green-shape.svg)no-repeat center/cover; width: 593px; height: 612px; mix-blend-mode: plus-lighter; opacity: 0.7; }
footer .footer_top { display: flex; flex-wrap: wrap; align-items: center; position: relative; z-index: 1; }
footer .footer_top .top_left { width: 50%; padding-right: 120px; }
footer .footer_top .top_right { width: 50%; padding-left: 120px; }
footer .footer_top .top_left .sub_title { color: var(--white-color); padding-bottom: 15px; }
footer .footer_top h2 { color: var(--white-color)!important; font-size: 112px;line-height:.9!important; text-transform: uppercase; }
footer .footer_top h2 span { color: var(--secondary-color); font-style: italic; }
footer .footer_top .top_left .content { color: var(--white-color); padding: 10px 15px 43px 0; }
footer .footer_top .top_left .content p { color: var(--white-color);}

footer .footer_top .top_right .nesletter .nl_title { font-size: 27px; font-weight: 700; color: var(--white-color); padding-bottom: 11px; }
footer .footer_top .top_right .nesletter { background: #D2D2D229; backdrop-filter: blur(45px); padding: 59px 24px; border-radius: 14px; position: relative; z-index: 1; }
footer .footer_top .top_right .nesletter .nl_content p{ color: var(--white-color); padding-bottom: 20px; }
footer .footer_top .nesletter .nl_form form { position: relative; }
footer .footer_top .nesletter .nl_form form label { display: none; } 
footer .footer_top .nesletter .nl_form form .hs_submit.hs-submit { position: absolute; top: 5px; right: 5px; }
footer .footer_top .nesletter .nl_form form input { border-radius: 50px; height: 48px; font-size: 15px; margin: 0; padding-right: 160px; }
footer .footer_top .nesletter .nl_form form input::placeholder { font-size: 15px; }
footer .footer_top .nesletter .nl_form form .hs_submit.hs-submit input.hs-button { padding: 6px 21px; font-family: var(--font-neulis);  height: auto; margin: 0; text-transform: uppercase; letter-spacing:15%; text-align: left; min-width: 147px; transition: all .5s ease-in-out; }
footer .footer_top .nesletter .nl_form form .hs_submit.hs-submit .actions { position: relative; }
footer .footer_top .nesletter .nl_form form .hs_submit.hs-submit .actions:before { position: absolute; content: ""; top: 14px; right: 19px; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/white-btn-arrow.svg)no-repeat center/cover; width: 10px; height: 11px; }
footer .footer_top .top_left .btn_style2 a { border-color: var(--white-color); color: var(--white-color); }
footer .footer_top .top_left .btn_style2 a:hover { background: var(--secondary-color); border-color: var(--secondary-color); }
footer .footer_center { padding-top: 134px; position: relative; }
footer .footer_center .footer_logowrap { width: 25%; }
footer .footer_center .footer_menu { width: 50%; display: flex; justify-content: center; }
footer .footer_center .footer_social { width: 25%; display: flex; justify-content: flex-end; flex-direction: column; }
footer .footer_center .footer_logowrap .footer_logo { padding-bottom: 64px; }
footer .footer_center .footer_logowrap a { display: inline-block; }
footer .footer_center .footer_menu ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-direction: column; }
footer .footer_center .footer_menu ul li { padding-bottom:0; }
footer .footer_center .footer_menu ul li+li { margin-top: 9px; }
footer .footer_center .footer_menu ul li a { font-size: 20px; text-transform: uppercase; font-weight: 700 !important; color: var(--white-color); letter-spacing: 15%; transition: all .5s ease-in-out; }
footer .footer_center .footer_menu ul li a:hover { color: #AECEA3; }
footer .footer_center .footer_menu ul li a:after { display:none; }
footer .footer_center .footer_social .social_title { color: var(--white-color); font-size: 15px; text-transform: uppercase; line-height: 20px; font-weight: 700; letter-spacing: 15%; padding-bottom: 16px; }
footer .footer_center .footer_social ul { margin: 0; padding: 0; list-style-type: none; }
footer .footer_center .footer_social ul li { padding-bottom:0; }
footer .footer_center .footer_social ul li+li { margin-top: 10px; }
footer .footer_center .footer_social ul li a { display: flex; align-items: center; gap: 8px; color: var(--white-color); justify-content: flex-start; transition: all .5s ease-in-out; text-transform:uppercase; letter-spacing:15%; font-size:14px; line-height:20px; }
footer .footer_center .footer_social ul li a span.icon { width: 13.77px; height: 13.77px; display: flex; align-items: center; justify-content: flex-start; }
footer .footer_center .footer_social ul li a span.icon img { width: 100%; height: 100% !important; object-fit: contain; }
footer .footer_center .footer_social ul li a:hover { color: #AECEA3; }
footer .footer_btm { padding-top: 35px; }
footer .footer_btm .copyright_cont { color: var(--white-color); font-size: 14px; line-height: 20px; padding-bottom: 19px; }
footer .footer_btm .btm_cont { font-size: 10px; max-width: 1222px; line-height: 15px; color: #D7D7D7; }


@media (max-width:1600px){
    footer .img:after { right: 237px; }
}

@media (max-width:1399px){
    footer:after { height: 560px; }
}

@media (max-width:1200px){
    footer { padding: 100px 0 29px; }
    footer .img:after { right: 20px; top: 0; }
    footer .footer_top h2 { font-size: 90px; }
    footer .footer_top .top_left { padding-right: 50px; }
    footer .footer_top .top_right { padding-left: 50px; }
    footer .footer_center { padding-top: 100px; }
}
@media (max-width:991px){
    footer .footer_top .top_left { width: 100%; padding: 0; }
    footer .footer_top .top_right { width: 100%; padding: 30px 0 0; }
    footer:after { height: 100%; }
    footer .footer_top .top_right .nesletter { padding: 30px; }
    footer .footer_top h2 { font-size: 70px; }
}
@media (max-width:767px){
    footer .footer_center { flex-wrap: wrap; padding-top: 64px; }
    footer .footer_center .footer_logowrap { width: 100%; text-align: center; }
    footer .footer_center .footer_logowrap .footer_logo { padding-bottom: 40px; }
    footer .footer_center .footer_menu { width: 100%; padding: 50px 0; text-align: center; }
    footer .footer_center .footer_menu ul li a { text-align: center; }
    footer .footer_center .footer_social { width: 100%; justify-content: center; text-align: center; }
    footer .footer_center .footer_social ul li a { display: flex; flex-wrap: wrap; justify-content: center; }
    footer .footer_btm .copyright_cont { text-align: center; }
    footer .footer_btm .btm_cont { text-align: center; }
    footer:before { width: 100%; }
}




/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

:root{
    --font-neulis: "neulis-neue", sans-serif;
    --primary-color:          #3B3B3B;
    --secondary-color:        #71984A;
    --teritory-color:         #76777A;
    --body_color:             ;
    --off_white:              #EFEFEF;
    --white-color:            #ffffff;
    --light_green:            #D1E1C6;
    --link_color:             #FF5E14;
    --link_hover_color:       #000;  
}

.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:auto; bottom:0; display:inline-block; color:#fff; border: 0.5px solid #A7A7A7; background:transparent; width:48px; height:48px; font-size:0; text-index:-9999; cursor:pointer; transition:all .5s ease-in-out; border-radius:2px; }
.slick-arrow::before { content: ""; display: inline-block; width: 15px; height: 12px; background: url("https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/right-arrow.svg") no-repeat center center; background-size: contain; transition:all .4s ease-in-out; }
.slick-arrow:hover { border-color:var(--secondary-color); }
.slick-arrow:hover::before { background: url("https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/right-hover-arrow.svg") no-repeat center center; background-size: contain; }
/* .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; }
.slick-arrow.slick-next { transform: rotateY(180deg); margin-left: 10px; }

ul.slick-dots { margin: 0; padding: 0; list-style-type: none; font-size: 0; display: flex; align-items: center; justify-content: center; margin-top: 10px; gap: 10px; }
ul.slick-dots li button { width: 40px; height: 1.5px; font-size: 0; background: var(--light_green); border: 0; }
ul.slick-dots li.slick-active button { background: var(--secondary-color);  }

svg path { transition: all .5s ease-in-out; }

.sub_title { display: inline-flex; position: relative; font-size: 15px; text-transform: uppercase; letter-spacing: 15%; gap: 14px; align-items: center; color: var(--teritory-color); }
.sub_title span.circle { width: 13.65px; height: 13.65px; background: #D1E1C6CC; border-radius: 100%; position: relative; }
.sub_title span.circle:before { position: absolute; content: ""; top: 3px; left: 3px; width: 7.4px; height: 7.4px; background: var(--secondary-color); border-radius: 100%; }

.btn_wrap { display: flex; align-items: center; justify-content: center; gap: 11px; flex-wrap: wrap; }

.title h2{ font-size:62px; }

.home_banner { display: inline-block; width: 100%; vertical-align: top; padding: 270px 0 47px; position: relative; z-index: 1; background-attachment:fixed !important; height: 100vh; position: relative; overflow: hidden; }
.home_banner .bg_img { position: absolute; top: 0; left: 0; width: 100%; height: 100% !important; object-fit: cover; z-index:-1; }
.home_banner .bg_img .image_overlay { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(49.73% 49.73% at 50% 51.77%, rgba(0, 0, 0, 0.6) 8.91%, rgba(0, 0, 0, 0.46) 59.42%, rgba(0, 0, 0, 0.38) 97.12%); z-index: 1; mix-blend-mode:multiply; }
/* .home_banner .section_wrap { margin-bottom: 900px; } */
.home_banner h1 { color: var(--white-color); text-transform: uppercase; position:relative; }
.home_banner h1 span { font-size: 25px; font-weight: 400; position:relative; }
.home_banner h1 span.set_top { position: absolute; top: 93px; padding-left: 20px; }
.home_banner h1 sup { position: absolute; }
.home_banner .content { color: var(--white-color); text-align: right; font-size: 21px; padding-bottom: 30px; }
.home_banner .content ul { list-style-type: none; padding: 0 0 20px; margin: 0; display: flex; justify-content: flex-end; position:relative; }
.home_banner .content ul li+li { margin-left: 10px; padding-left: 15px; position: relative; }
.home_banner .content ul li+li:before { position: absolute; content: ""; top: 9px; left: 0; width: 5px; height: 5px; background: var(--white-color); border-radius: 100%; }
.home_banner .content ul li { font-size: 15px; letter-spacing: 15%; line-height: 20px; text-transform: uppercase; color: #EFEFEF; }
.home_banner .content ul li:last-child { color: #AECEA3; }
.home_banner:after { position: absolute; content: ""; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/banner-bottom-shape.png)no-repeat center /cover; width: 100%; height: 394px; bottom: 0; z-index: -1; }
.home_banner .content_btn { width:calc(76% - 238px); max-width:650px; }
.home_banner .content_btn .btn_wrap { justify-content: flex-end; }
.home_banner .cont_video { gap: 238px; margin: 80px 0 0 auto; flex-wrap: wrap; justify-content:flex-end; }
.banner_sc .video_box { width: 24%; backdrop-filter: blur(20px); background: #D1E1C633; border-radius: 11px; padding: 15px 13px 11px; overflow: hidden; }
.banner_sc .video_box .video_title { color: var(--off_white); font-size: 17px; font-weight: 700; max-width: 70%; }
.banner_sc .video_box .video_btm { padding-top: 34px; }
.banner_sc .video_box .video_btm .video_subtitle { color: var(--off_white); font-size: 12px; position: relative; text-transform:uppercase; }
.banner_sc .video_box .video_btm .video_subtitle:before { position: absolute; content: ""; top: 9px; right: -24px; width: 50%; height: .25px; background: #E1E1E1; }
.banner_sc .video_box .video { width: 100%; height: 170px; border-radius: 8px; position: relative; overflow: hidden; margin-top: 14px; }
.banner_sc .video_box .video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.banner_sc .video_box .video span.play_icon { position: absolute; top: 15px; left: 13px; width: 36px; height: 30px; display: flex; align-items: center; justify-content: center; background: var(--off_white); border-radius: 4px; }
.home_banner { position: relative; height: 100vh; overflow: hidden; }
.home_banner .bg_img img { width: 100%; height: 100% !important; object-fit: cover; transform: scale(1); will-change: transform; }
.banner_overlay { position: absolute; inset: 0; background: #71984A; opacity: 0; z-index: 1;  }
.home_banner .container { position: relative; z-index: 2; }
.home_banner h1 span:before { position: absolute; content: ""; bottom: 0; right: 100%; width: 1000%; height: 0.4px; background: #e1e1e1; }
.home_banner h1 span:last-child::before { right: unset; left: 100%; }
.home_banner .content ul:before { position: absolute; content: ""; bottom: 0; right: 0; height: 0.4px; width: 1000%; background: #E1E1E1; }



.weare_bgw { width: 100%; vertical-align: top; padding: 248px 0 158px; position: relative; z-index: 1; overflow: hidden; height: 100vh; display: flex; align-items: center; }
.weare_bgw:after { position: absolute; content: ""; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/hero-pattern.png)no-repeat center /cover; width: 100%; height: 394px; bottom: 0; z-index: -1; }
.weare_bgw .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background:var(--secondary-color); opacity:.8; }
.weare_bgw .wrap .sub_title { font-size: 15px; font-weight: 700; color: var(--white-color); text-transform: uppercase; letter-spacing: 20%; padding-left: 25px; margin-bottom: 40px; position: relative; display:inline-block;gap:0; }
.weare_bgw .wrap .sub_title:before,
.weare_bgw .wrap .sub_title:after { position: absolute; content: ""; top: 7px; left: 3px; width: 7.4px; height: 7.4px; background: var(--light_green); border-radius: 100%; }
.weare_bgw .wrap .sub_title:after { background: rgba(255, 255, 255, .2); width: 13.65px; height: 13.65px; top: 4px; left: 0; }
.weare_bgw .wrap .cont { font-size: 40px; color: var(--white-color); font-weight: 700; max-width: 1118px; line-height:1.3; }
.weare_bgw .img { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; overflow: hidden; }
.weare_bgw .img img { width: 100%; height: 100% !important; object-fit: cover; transform: scale(1); }
.weare_bgw .sub_title span, .weare_bgw .cont span { opacity: .2; transition: opacity .3s ease; }
.weare_bgw { position: absolute; inset: 0; display: flex; align-items: center; z-index: 3; opacity: 0; transform: translateY(120px); pointer-events: none; }
.weare_bgw .animate span { opacity: .2; }
.weare_bgw .animate .space { display: inline-block; width: .3em; }

.helping_business { display: inline-block; width: 100%; vertical-align: top; padding: 82px 0; background: var(--off_white); position:relative; z-index:1; overflow:hidden; }
.helping_business:before { position: absolute; content: ""; bottom: -20px; left: -55px; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/halping-shape.png)no-repeat center/cover; width: 682px; height: 761px; z-index: -1; }
.helping_business .title_cont { padding-top: 67px; display: flex; align-items: flex-end; gap: 175px; padding-bottom: 50px; }
.helping_business .title_cont h2 { text-transform: uppercase; }
.helping_business .title_cont h2 span { font-style: italic; color: var(--secondary-color); }
.helping_business .section_wrap { flex-wrap: wrap; margin: 0 -14px; }
.helping_business .section_wrap .col { width: 33.33%; padding: 0 14px; }
.helping_business .section_wrap .col .inner { background: rgba(255, 255, 255, .30); border-radius: 11px; backdrop-filter: blur(20px); box-shadow: 0px 0px 30px 0px #0000001A; padding: 13px 13px 95px 13px; position: relative; transition:all .5s ease-in-out; height:100%; }
.helping_business .section_wrap .col .number { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; background: var(--secondary-color); border-radius: 5px; color: vaR(--white-color); font-size: 30px; line-height: 27px; font-weight: 700; }
.helping_business .section_wrap .col .box_cont { padding-top: 64px; transition:all .5s ease-in-out; }
.helping_business .section_wrap .col .box_cont h3 { font-size: 27px; line-height: 1.2; transition:all .5s ease-in-out; }
.helping_business .section_wrap .col .box_cont .cont { padding-top: 15px; }
.helping_business .section_wrap .col .link_style { position: absolute; bottom: 13px; right: 13px; }
.helping_business .btn_style { padding-top: 44px; }
.helping_business .section_wrap .col .inner a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.helping_business .section_wrap .col .inner:hover { background: var(--primary-color); }
.helping_business .section_wrap .col .inner:hover h3 { color: var(--white-color); }
.helping_business .section_wrap .col .inner:hover .cont { color: var(--white-color); }
.helping_business .section_wrap .col .icon { width:54px; height:54px; display:flex; align-items:center; justify-content:center; }
.helping_business .section_wrap .col .icon img { width: 30px; height: 30px !important; object-fit: contain; }
.helping_business .section_wrap .col .inner:hover .link_style a { color: var(--light_green); }
.helping_business .section_wrap .col .inner:hover .link_style a svg path { fill: var(--light_green); }


.what-we-do { display: inline-block; width: 100%; vertical-align: top; padding: 131px 0 125px; }
.what-we-do .title_cont_btn { padding-top: 30px; justify-content: space-between; padding-bottom: 25px; align-items:flex-end; }
.what-we-do .title_cont_btn .title_cont { width: 60%; }
.what-we-do .title_cont_btn .cont { max-width: 90%; padding-top: 10px; }
.what-we-do .secton_wrap { padding-left: calc((100% - 1320px) / 2); }
.what-we-do .featured_slider .in { margin-right: 10px; padding-right: 10px; border-right: 0.4px solid #76777A; }
.what-we-do .featured_slider .inner { border-radius: 14px; overflow: hidden; position: relative; z-index: 1; padding: 11px 11px 80px 11px; }
.what-we-do .featured_slider .inner .bg_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transition: all .5s ease-in-out; opacity: 0; }
.what-we-do .featured_slider .inner .bg_img img { width: 100%; height: 100% !important; object-fit: cover; }
.what-we-do .featured_slider .inner:hover .bg_img { opacity: 1; }
.what-we-do .featured_slider .inner .box_tag { background: rgba(255, 255, 255, .6); display: inline-flex; align-items: center; backdrop-filter: blur(10px); padding: 4.32px 11.37px; border: 0.5px solid #EFEFEF; border-radius: 15px; font-size: 14px; line-height: 20px; letter-spacing: 15%; text-transform: uppercase; }
.what-we-do .featured_slider .inner .box_tag span { padding-left: 10px; margin-left: 5px; position: relative; }
.what-we-do .featured_slider .inner .box_tag span:before { position: absolute; content: ""; top: 8px; left: 0; width: 4px; height: 4px; background: var(--secondary-color); border-radius: 100%; }
.what-we-do .featured_slider .inner .cont_wrap { padding-top: 139px; }
.what-we-do .featured_slider .inner .icon { padding-left: 9px; margin-bottom: 47px; width: 105px; height: 113px; display: flex; align-items: center; justify-content: left; }
.what-we-do .featured_slider .inner h3 { font-size: 45px; text-transform: uppercase; transition:all .5s ease-in-out; max-width:80%; }
.what-we-do .featured_slider .inner .box_cont { padding-top: 30px; transition:all .5s ease-in-out; }
.what-we-do .featured_slider .inner .link_style { position: absolute; bottom: 30px; right: 11px; }
.what-we-do .featured_slider .slick-list.draggable { padding-right: 130px; }
.what-we-do .title_cont_btn .slick-arrow { position: static; }
.what-we-do .title_cont_btn .btn_arrow { text-align: right; }
.what-we-do .title_cont_btn .btn_style { margin-bottom: 15px; }
.what-we-do .title_cont_btn .slick-arrow.slick-next { transform: rotateY(180deg); margin-left: 10px; }
.what-we-do .featured_slider .inner a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.what-we-do .featured_slider .inner.hover_bg:hover h3,
.what-we-do .featured_slider .inner.hover_bg:hover .box_cont { color: var(--white-color); }
.what-we-do .featured_slider .inner .bg_img:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(59, 59, 59, 0.5) 48.4%, rgba(161, 161, 161, 0.5) 71.15%); mix-blend-mode: multiply; }
.what-we-do .featured_slider .inner.hover_bg:hover .link_style a { color: var(--light_green); }
.what-we-do .featured_slider .inner.hover_bg:hover .link_style a svg path { fill:var(--light_green); }
.what-we-do .featured_slider .inner .icon img { width: 100%; height: 100% !important; object-fit: contain; }
.what-we-do .title_cont_btn .slick-arrow.slick-disabled { display: inline-block; }

.partner-sc { display: inline-block; width: 100%; vertical-align: top; padding: 139px 0 107px; background: #F5F0E7;}
.partner-sc .left_part { width: 50%; padding-right: 105px; position: sticky; top: 50px; }
.partner-sc .section_wrap { flex-wrap: wrap; }
.partner-sc .right_part { width: 50%; }
.partner-sc .left_part h2 { text-transform: uppercase; }
.partner-sc .left_part h2 span { color: var(--secondary-color); }
.partner-sc .left_part .sub_textwrap .sub_ttle { font-size: 24px; line-height: 1.4; font-weight: 700; text-transform: uppercase; letter-spacing: 15%; padding-top: 25px; position: relative; padding-bottom: 25px; display: inline-block; }
.partner-sc .left_part .sub_textwrap .sub_ttle svg { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }
.partner-sc .left_part .sub_text { font-size: 24px; line-height: 1; font-weight: 700; text-transform: uppercase; letter-spacing: 15%; padding-top: 13px; }
.partner-sc .left_part .sub_text span { color: var(--secondary-color); padding-right: 30px; position: relative; }
.partner-sc .left_part .sub_text span:before { position: absolute; content: ""; top: 8px; right: 5px; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/right-hover-arrow.svg)no-repeat center/cover; width: 16px; height: 16px; transform: rotateY(180deg); }
.partner-sc .left_part .left_content { padding:30px 80px 30px 0; }
.partner-sc .left_part .btn_wrap { justify-content: flex-start; }
.partner-sc .right_part .box_inner+.box_inner { margin-top: 34px; }
.partner-sc .right_part .box_inner { position: relative; overflow: hidden; border-radius: 14px; z-index: 2; padding: 50px; min-height:450px; display: flex; flex-direction: column; }
.partner-sc .right_part .box_inner .bg_image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.partner-sc .right_part .box_inner .bg_image:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(63.11deg, rgba(0, 0, 0, 0.55) 34.9%, rgba(0, 0, 0, 0.4) 50.32%, rgba(0, 0, 0, 0) 95.37%); z-index: 0; }
.partner-sc .right_part .box_inner .bg_image img { width: 100%; height: 100% !important; object-fit: cover; }
.partner-sc .right_part .box_inner .numner { color: #607948; font-size: 110px; font-weight: 700; letter-spacing: -5%; mix-blend-mode: plus-lighter; line-height: 70px; margin-bottom: 80px; }
.partner-sc .right_part .box_inner h3 { color: var(--white-color); font-size: 42px; text-transform: uppercase; margin-top:auto; }
.partner-sc .right_part .box_inner .box_content { color: var(--white-color); padding-top: 22px; }
.partner-sc .right_part .box_inner h3 span { color: #EDF3EA; text-shadow: 5px 10px 15px rgba(104, 188, 54, 1), -60px 0 80px rgba(104, 188, 54, 0.6), 0 0 120px rgba(104, 188, 54, 1); }
.partner-sc .left_part .cont { padding: 30px 0 0; }

.make-difference-sc { display: inline-block; width: 100%; vertical-align: top; position: relative; z-index: 1; padding: 152px 0 136px; }
.make-difference-sc .bg_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.make-difference-sc .bg_img img { width: 100%; height: 100% !important; object-fit: cover; }
.make-difference-sc .bg_img:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgb(45 45 45 / 65%); mix-blend-mode: multiply; }
.make-difference-sc .left_part { width: 50%; padding-right: 38px; }
.make-difference-sc .right_part { width: 50%; padding-left: 38px; }
.make-difference-sc .left_part .left_inner { position: relative; padding-right: 20px; }
.make-difference-sc .left_part .left_inner .video_wrap { position: absolute; top: -50px; right: 0; z-index: 1; width: 600px; height: 384px; border-radius: 15px; overflow: hidden; }
.make-difference-sc .left_part .left_inner .author_details { background:rgba(255,255,255,.20); backdrop-filter: blur(50px); border-radius: 14px; margin-top: 50px; display: flex; align-items: flex-end; padding: 22px; color: var(--white-color); font-size: 15px; text-transform: uppercase; letter-spacing: 15%; padding-top: 353px; }
.make-difference-sc .left_part .left_inner .video_wrap a { display: inline-block; width: 601px; height: 384px; overflow: hidden; border-radius: 15px; }
.make-difference-sc .left_part .left_inner .video_wrap a img { height: 100% !important; object-fit: cover; position: absolute; z-index: -1; }
.make-difference-sc .left_part .left_inner .author_details .info { font-weight: 700; padding-top: 15px; }
.make-difference-sc .left_part .left_inner .video_wrap a span.play_icon { position: absolute; top: 11px; right: 11px; width: 48px; height: 48px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.make-difference-sc h2 { color: var(--white-color); }
.make-difference-sc h2 span { color: var(--light_green); font-style: italic; }
.make-difference-sc .sub_title { margin: 25px 0; color: var(--white-color); }
.make-difference-sc .right_content { color: var(--white-color); }
.make-difference-sc .right_content h3 { margin-top: 50px; text-transform: uppercase; font-size: 24px; line-height:28px; max-width: 70%; }
.make-difference-sc .right_content h3 span { color: #AECEA3; }
.make-difference-sc .right_content ul { margin: 20px 0 0; list-style-type: none; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; }
.make-difference-sc .right_content ul li { width: calc(50% - 7.5px); padding-left: 30px; position: relative; }
.make-difference-sc .right_content ul li:before { position: absolute; content: ""; top: 5px; left: 0; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/check-circle.svg)no-repeat center/cover; width: 18px; height: 18px; }
.make-difference-sc:after { background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/hero-pattern.png) no-repeat 50% / cover; bottom: 0; content: ""; height: 394px; position: absolute; z-index: -1; width: 100%; }

.testimonial_sc { display: inline-block; width: 100%; vertical-align: top; padding: 172px 0 148px; overflow: hidden; position: relative; z-index: 1; }
.testimonial_sc .sub_title { margin-bottom: 40px; }
.testimonial_sc .testimonial_slider .slick-list.draggable { max-width: 1051px; }
.testimonial_sc .testimonial_slider .inner h3 { font-size: 42px; text-transform: none; }
.testimonial_sc .testimonial_slider .inner h3 span { color: var(--secondary-color); }
.testimonial_sc .testimonial_slider .inner .aurthor_name { padding-top: 40px; font-size: 15px; text-transform: uppercase; letter-spacing: 15%; }
.testimonial_sc .testimonial_slider .slick-arrow { position: absolute; right: 20px; top: 65px; }
.testimonial_sc .testimonial_slider .slick-prev.slick-arrow { right: 78px; }
.testimonial_sc .testimonial_slider ul.slick-dots { right: 0; right'0:'; left: auto; flex-direction: column; justify-content: flex-end; position: absolute; top: 55px;    /* display: inline-block; */ margin: 0; padding: 0; width: 1.52px; }
.testimonial_sc .testimonial_slider ul.slick-dots li button { height: 27px; min-width: auto; width: 1.57px; padding:0 !important; position:relative; }
.testimonial_sc .testimonial_slider ul.slick-dots li { display: inline-block; width: 1.52px; height: 27px; }
.testimonial_sc:before { top: 0; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/testimonial-shape.svg) no-repeat 50% / cover; top: -30px; content: ""; height: 711px; left: 0; position: absolute; width: 686px; z-index: -1; }
.testimonial_sc .testimonial_slider ul.slick-dots li button:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; background: var(--secondary-color); height: 0; }
.testimonial_sc .testimonial_slider ul.slick-dots li.slick-active button:before { height: 100%; transition: all 3s; }
.testimonial_sc .testimonial_slider ul.slick-dots li button { background:var(--light_green); }

.home-releted-post { display: inline-block; width: 100%; vertical-align: top; background: var(--off_white); padding: 71px 0 0; }
.home-releted-post .title_cont { gap: 93px; padding-bottom: 53px; }
.home-releted-post .title { width: 80%; }
.home-releted-post .btn_style { width: 20%; display: flex; justify-content: flex-end; }
.home-releted-post .title h2 span { color: var(--secondary-color); font-style: italic; }
.home-releted-post .releted_post_wrap { border-top: 1.5px solid var(--primary-color); border-bottom: 1.5px solid var(--primary-color); position: relative; z-index: 1; }
.home-releted-post .releted_post_wrap .blogpost_item { width: 33.33%; padding: 0; border-right: 1.5px solid var(--primary-color); position: relative; padding-bottom: 113px; transition: all .5s ease-in-out; }
.home-releted-post .releted_post_wrap .wrap { margin: 0 -25px; }
.home-releted-post .blogpost_item .inner { padding: 21px; }
.home-releted-post .releted_post_wrap .blogpost_item:first-child { border-left: 1.5px solid var(--primary-color); }
.home-releted-post .inner .blogpost_itemimg { width: 100%; height: 320px; border-radius: 10px; border: 1.5px solid var(--primary-color); overflow: hidden; }
.home-releted-post .releted_post_wrap .blogpost_item .inner .blogpost_itemimg img { height: 100% !important; object-fit: cover; width: 100%; }
.home-releted-post .blogpost_item .inner .blogpost_iteminfo { padding-top: 25px; }
.home-releted-post .blogpost_item .inner h3,
.home-releted-post .blogpost_item .inner h3 a { color: var(--primary-color); font-size: 27px; line-height: 1.2; text-transform: uppercase; }
.home-releted-post .blogpost_item .inner .blogpost_iteminfo .blogpost_text p { padding: 0; }
.home-releted-post .blogpost_item .inner .blogpost_iteminfo .blogpost_text { padding-top: 25px; padding-right:25px; }
.home-releted-post .releted_post_wrap .blogpost_item .read_more { position: absolute; bottom: 0; width: 100%; border-top: 1.5px solid var(--primary-color); }
.home-releted-post .releted_post_wrap .blogpost_item .read_more a { font-size: 15px; line-height: 20px; letter-spacing: 15%; width: 100%; display: flex; align-items: center; gap: 14px; padding: 31px 21px 28px; background: #EDF3EA; color: var(--secondary-color); transition: all .5s ease-in-out; }
.home-releted-post .releted_post_wrap:before { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 80px; border-top: 1.5px solid var(--primary-color); z-index: -1; }
.home-releted-post .blogpost_item:hover { background: #F5F0E7; }
.home-releted-post .releted_post_wrap .blogpost_item:hover .read_more a { background: var(--secondary-color); color: var(--white-color); }
.home-releted-post .releted_post_wrap .blogpost_item:hover .read_more a svg path { fill: var(--white-color); }
.home-releted-post .releted_post_wrap .blogpost_item a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.inner_hero { display: inline-block; width: 100%; vertical-align: top; padding-top: 75px; padding-bottom: 55px; position: relative; overflow:hidden; }
.inner_hero .section_wrap { padding-left: calc((100% - 1350px) / 2); }
.inner_hero .left_part { width: 50%; padding-right: 0; padding-top: 100px; padding-bottom: 65px; }
.inner_hero .left_part .sub_title:before { position: absolute; top: 11px; right: 0; width: calc(100% - 230px); height: .4px; background: #C7C7C8; content: ""; }
.inner_hero .left_part .sub_title { width: 100%; }
.inner_hero .left_part .left_inner { padding: 53px 96px 0 0; position:relative; z-index:1; }
.inner_hero .left_part .left_inner h1 { text-transform: uppercase; font-size: 65px; }
.inner_hero .left_part .left_inner h1 span { color: var(--secondary-color); font-style: italic; }
.inner_hero .left_part .sub_text { font-size: 22px; font-weight: 700; line-height: 30px; padding: 12px 0 14px; }
.inner_hero .left_part .content { max-width: 90%; }
.inner_hero .left_part .btn_wrap { padding-top: 48px; justify-content: flex-start; }
.inner_hero .right_part { width: 50%; position: relative; padding:16px; display:flex; align-items:flex-end; height: 756px; }
.inner_hero .right_part .bg_img { position: absolute; top: 0; right: 0; height:100%;  width: 100%; }
.inner_hero .right_part .bg_img img { width: 100%; height: 100% !important; object-fit: cover; border-radius: 15px 0 0 15px; }
.inner_hero .right_part .video { position: relative; z-index:1; }
.inner_hero .right_part .video a { position: relative; display: inline-block; line-height: 1; height: 156px; width:248px; }
.inner_hero .right_part .video a span.play_icon { position: absolute; top: 10px; left: 10px; background: var(--off_white); width: 44px; height: 37px; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.inner_hero .right_part .video a img { width: 100%; height: 100% !important; object-fit: cover; }
.inner_hero:after { position: absolute; bottom: -96px; content: ""; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/inner-hero-shape.png)no-repeat center/cover; height: 610px; width: 100%; }
.inner_hero .left_part .btn_wrap .btn_style2 a { background: var(--white-color); }
.inner_hero .section_wrap.fullwidth .right_part { width: 248px; height: auto; padding: 0; }
.inner_hero .section_wrap.fullwidth .left_part { width: calc(100% - 248px); padding-bottom: 0; }
.inner_hero .section_wrap.fullwidth { align-items: flex-end; padding-bottom: 100px; }
.inner_hero .left_part .btn_wrap .btn_style2:hover a { color: var(--white-color); background: var(--secondary-color); border-color: var(--secondary-color); }
.inner_hero .left_part .btn_wrap .btn_style2:hover a svg path { stroke: var(--white-color); }

.latest-blog-content-box.latest-blog-content-2 { margin: 50px 0; }
.latest-blog-content-box.latest-blog-content-2 .button-container { margin-top: 30px; }

.content_sc { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0; }
.content_sc .content { padding: 10px 0; }
.content_sc .section_wrap { max-width: 1000px; }
.content_sc .section_wrap h2 { padding-bottom: 10px; }
.content_sc .section_wrap h2 {font-size:62px;}
.content_sc .section_wrap .btn_style { padding-top: 10px; }
.content_sc .sub_title { margin-bottom: 20px; }
.content_sc .btn_style.dark_grey_button a { background: var(--primary-color); }
.content_sc .btn_style.dark_grey_button a:hover { background: #5E5E5E; color: var(--white-color); }
.content_sc .btn_style.dark_grey_button a:hover svg path { fill: var(--white-color); }

.content_sc .section_wrap .btn_style.white_button a { background: var(--white-color); color: var(--primary-color); }
.content_sc .section_wrap .btn_style.white_button a svg path { fill: var(--primary-color); }
.content_sc .section_wrap .btn_style.white_button a:hover { background: #E7E7E7;}
/* .content_sc .section_wrap .btn_style.white_button a:hover svg path { fill: var(--white-color); } */

.image_content_sc { display: inline-block; width: 100%; padding: 100px 0; }
.image_content_sc .section_wrap { gap: 60px; align-items: stretch; }
.image_content_sc .section_wrap .left_part { width: calc(50% - 30px); }
.image_content_sc .section_wrap .right_part { width: calc(50% - 30px); }
.image_content_sc .section_wrap .left_part img { width: 100%; height: 100% !important; object-fit: cover; }
.image_content_sc .section_wrap .left_part .img { height: 100%; overflow: hidden; border-radius: 10px; width: 100%; }
.image_content_sc .section_wrap .right_part .btn_style { padding-top: 10px; }
.image_content_sc .section_wrap .right_part h3, .image_content_sc .section_wrap .right_part h2 { margin-bottom: 10px; }
.image_content_sc .section_wrap.flex-direction { flex-direction: row-reverse; }


.image_content_sc .btn_style.dark_grey_button a { background: var(--primary-color); }
.image_content_sc .btn_style.dark_grey_button a:hover { background: var(--white-color); color: var(--primary-color); }
.image_content_sc .btn_style.dark_grey_button a:hover svg path { stroke: var(--primary-color); } 
.image_content_sc .section_wrap .btn_style.white_button a { background: var(--white-color); color: var(--primary-color); }
.image_content_sc .section_wrap .btn_style.white_button a svg path { fill: var(--primary-color); }
.image_content_sc .section_wrap .btn_style.white_button a:hover { background: var(--primary-color); color: var(--white-color); }
.image_content_sc .section_wrap .btn_style.white_button a:hover svg path { fill: var(--white-color); }

.heading_sc { display: inline-block; padding: 50px 0 5px; width: 100%; }
.heading_sc .title.text_center { text-align: center; }
.heading_sc .title.text_right { text-align:right; }
.image_content_sc .sub_title { margin-bottom: 20px; }

@media (min-width:768px){
    .banner_sc .mobile_video { display: none; }
    .partner-sc .right_part .btn_wrap { display: none; }
    .home_banner h1 span br { display: none; }
    
    .make-difference-sc .left_part .mobile_cont { display: none; }
    
    .home-releted-post .mobile_btn { display: none; }
    .home_banner .bg_img img.mobile_img { display:none; }
}

@media (max-width:1600px){
    .inner_hero .left_part .left_inner { padding-right: 56px; }
}

@media (max-width:1440px){
    .home_banner { padding-top: 150px; }
    .inner_hero .section_wrap { padding-left: calc((100% - 1200px) / 2); }
}

@media (max-width:1250px){
    .inner_hero .section_wrap { padding-left: 15px; }
}


@media (max-width:1200px){
    .home_banner { padding: 150px 0 47px; }
    .home_banner h1 span.set_top { position: relative; top: inherit; padding: 0; }
    .home_banner .section_wrap { margin-bottom: 700px; }
    .home_banner .cont_video { gap: 100px; }
    .home_banner .content_btn { width: calc(70% - 100px); }
    .home_banner .cont_video .video_box { width: 30%; }

    .helping_business .title_cont { gap: 80px; }

    .what-we-do { padding: 80px 0; }
    .what-we-do .secton_wrap { padding-left: 15px; }
    .what-we-do .featured_slider .inner .cont_wrap { padding-top: 100px; }
    .what-we-do .featured_slider .inner h3 { font-size: 35px; }

    .partner-sc { padding: 80px 0; }
    .partner-sc .left_part .sub_textwrap .sub_ttle { font-size: 20px; padding-top: 15px; }
    .partner-sc .left_part .sub_text { font-size: 20px; padding-bottom: 15px; }
    .partner-sc .right_part .box_inner { padding: 30px; }
    .partner-sc .right_part .box_inner .numner { font-size: 80px; margin-bottom: 50px; }
    .partner-sc .right_part .box_inner h3 { font-size: 32px; }

    .make-difference-sc { padding: 100px 0; }
    .make-difference-sc .left_part .left_inner .video_wrap { left: 0; width: 100%; height: 300px; }
    .make-difference-sc .left_part .left_inner .author_details { padding-top: 290px; }
    .make-difference-sc .left_part { padding-right: 15px; }
    .make-difference-sc .right_part { padding-left: 15px; }

    .partner-sc .left_part { padding-right: 30px; }

    .testimonial_sc { padding: 100px 0; }
    .testimonial_sc .testimonial_slider .slick-list.draggable { max-width: 828px; }

    .home-releted-post .title { width: 70%; }
    .home-releted-post .releted_post_wrap .wrap { margin: 0; }
    .home-releted-post .inner .blogpost_itemimg { height: 250px; }
    .home-releted-post .blogpost_item .inner h3,
    .home-releted-post .blogpost_item .inner h3 a { font-size: 24px; }
    .home-releted-post .blogpost_item .inner .blogpost_iteminfo .blogpost_text { padding-right: 0; }
    
    .inner_hero .section_wrap { padding-left: 15px; }
    .inner_hero .left_part { padding-top: 50px; }
    .inner_hero .left_part .left_inner h1 { font-size: 50px; }
    .inner_hero .left_part .left_inner { padding: 30px 30px 0 0; }
    
    .content_sc { padding: 70px 0; }

    .image_content_sc { padding: 70px 0; }
    .image_content_sc .section_wrap { gap: 40px; }
    .image_content_sc .section_wrap .left_part { width: calc(50% - 20px); }
    .image_content_sc .section_wrap .right_part { width: calc(50% - 20px); }
}

@media (max-width:991px){
    .home_banner .cont_video { gap: 50px; }
    .home_banner .content_btn { width: calc(60% - 50px); }
    .home_banner .cont_video .video_box { width: 40%; }
    .home_banner .content { font-size: 18px; }
    .home_banner .content ul { flex-direction:column; justify-content: flex-start; text-align: left; }
    .home_banner .content ul li+li { margin: 12px 0 0; }
    .home_banner .content ul li { position: relative; padding-left: 15px; font-size:14px; }
    .home_banner .content ul:before, .home_banner .content ul li+li:before { display: none; }
    .home_banner .content ul li:after { position: absolute; content: ""; top: 7px; left: 0; width: 5px; height: 5px; background: var(--white-color); border-radius: 100%; }

    .helping_business .title_cont { gap: 20px; flex-wrap: wrap; padding-top: 40px; }
    .helping_business .section_wrap .col { width: 100%; padding: 0 0 20px; }
    .helping_business .section_wrap { margin: 0; }
    .helping_business .section_wrap .col:last-child { padding: 0; }

    .content_sc .section_wrap h2 {font-size:39px;line-height:1.1;}
    .what-we-do .title_cont_btn .title_cont { width: 100%; }
    .what-we-do .title_cont_btn .btn_arrow { width: 100%; padding-top: 30px; text-align: left; }
    .what-we-do .title_cont_btn { flex-wrap: wrap; }
    .what-we-do .title_cont_btn .btn_arrow ul.slick-dots { justify-content: flex-start; }
    .what-we-do .featured_slider .slick-list.draggable { padding-right: 50px; }
    .what-we-do .featured_slider .inner .bg_img { opacity: 1; width: 212px; height: 136px; top: auto; bottom: 0; right: 0; left: auto; border-radius: 14px; overflow: hidden; }
    .what-we-do .featured_slider .inner .cont_wrap { padding-top: 36px; }
    .what-we-do .featured_slider .inner .icon { position: absolute; top: 13px; right: 18px; max-width: 54px; }
    .what-we-do .featured_slider .inner .link_style { position: static; margin-top: 25px; }
    .what-we-do .featured_slider .inner { padding-bottom: 160px; }
    .what-we-do .featured_slider .inner .bg_img:before { display: none; }
    .what-we-do .featured_slider .inner .bg_img img { object-position: 50% 20%; }

    .partner-sc .left_part { width: 100%; position: static; padding: 0; }
    .partner-sc .left_part .btn_wrap { display: none; }
    .partner-sc .right_part { width: 100%; }
    .partner-sc .right_part .box_inner h3 { font-size: 30px; }

    .make-difference-sc .left_part { width: 100%; padding: 0 0 15px; }
    .make-difference-sc .left_part .left_inner .video_wrap { left: 0; width: 100%; }
    .make-difference-sc .right_part { width: 100%; padding:0; }
    .make-difference-sc .left_part .left_inner .author_details { position: relative; margin-left: -15px; }
    .make-difference-sc .right_part .right_content p { display: none; }
    .make-difference-sc .right_part h2, .make-difference-sc .right_part .sub_title { display: none; }

    .testimonial_sc .testimonial_slider .slick-list.draggable { max-width: 78%; }
    .testimonial_sc .testimonial_slider .inner h3 { font-size: 30px; }

    .home-releted-post .title_cont { gap: 20px; flex-wrap: wrap; }
    .home-releted-post .title { width: 100%; }
    .home-releted-post .title { width: 100%; }
    .home-releted-post .btn_style { width: 100%; justify-content: flex-start; }
    .home-releted-post .releted_post_wrap .blogpost_item { width: 100%; border: 1.5px solid var(--primary-color); }
    .home-releted-post .releted_post_wrap:before { height: 81px; }
    .home-releted-post .releted_post_wrap .blogpost_item:first-child { border-top: 0; }
}

@media (max-width:767px){
    .home_banner { padding: 113px 0 47px; }
    .home_banner h1 span { font-size: 19px; }
    .home_banner .content { text-align: left; }
    .home_banner .content ul { flex-direction:column; }
    .home_banner .content_btn { width: 100%; }
    .home_banner .content_btn .btn_wrap { justify-content: flex-start; }
    .home_banner .cont_video { margin-top: 30px; }
    .home_banner .cont_video .video_box { width: 100%; }
    .home_banner .section_wrap { margin: 0; }
    .home_banner:after { bottom: 0; height:217px; }
    .banner_sc { overflow: hidden; }
    .home_banner .bg_img img { display: none; }
    .home_banner .bg_img img.mobile_img { display: inline-block; width: 100%; height: 100% !important; }
    
    
    .banner_sc .mobile_video .video_box { width: 100%; position: relative; z-index: 0; }
    .home_banner .cont_video .video_box { display: none; }
    .banner_sc .mobile_video { margin: 15px; position: relative; z-index: 0; }
    .banner_sc .mobile_video .video_box .video_title { color: var(--primary-color); position: relative; z-index: 1; }
    .banner_sc .mobile_video .video_subtitle { color: var(--secondary-color) !important; }
    .banner_sc .mobile_video:before { position: absolute; content: ""; top: -160px; left: -30px; width: 393px; height: 217px; background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/bgw-2026/images/banner-mobile-shape.png)no-repeat center/cover; z-index: -1; }
    
    .weare_bgw { padding: 70px 0; height: auto; }
    .weare_bgw .wrap .cont { font-size: 25px; }
    .weare_bgw .wrap .sub_title { font-size: 14px; }

    .helping_business { padding: 75px 0; }
    .helping_business .title_cont { padding-top: 33px; gap: 15px; }
    .helping_business .section_wrap .col .inner:hover h3 { font-size: 24px; }
    .helping_business .section_wrap .col { padding-bottom: 11px; }
    .helping_business:before { left: -170px; bottom: auto; top: 300px; }

    .what-we-do { padding: 53px 0; }

    .slick-arrow { position: absolute; top: 0; left: 0; }
    .slick-arrow.slick-next { right: auto; left: 50px; }

    .what-we-do .featured_slider { padding-top: 10px; }
    .what-we-do .featured_slider ul.slick-dots { position: absolute; top: 37px; left: 120px; }
    .what-we-do .featured_slider .inner h3 { max-width:100%; }
    .what-we-do .title_cont_btn .btn_arrow ul.slick-dots { position: absolute; bottom: 0; left: 110px; }
    .what-we-do .title_cont_btn .btn_arrow { position: relative; }
    .partner-sc .right_part .box_inner { min-height: 300px; }
    .what-we-do .featured_slider .inner.hover_bg:hover h3, .what-we-do .featured_slider .inner.hover_bg:hover .box_cont { color: var(--primary-color);  }
    .what-we-do .featured_slider .inner.hover_bg:hover .link_style a { color: var(--secondary-color); }
    .what-we-do .featured_slider .inner.hover_bg:hover .link_style a svg path { fill: var(--secondary-color); }

    .partner-sc { padding: 62px 0; }
    .partner-sc .right_part .box_inner { padding: 17px; }
    .partner-sc .right_part .box_inner+.box_inner { margin-top: 20px; }
    .partner-sc .btn_wrap { margin-top: 50px; }
    

    .make-difference-sc { padding: 87px 0; }
    .make-difference-sc h2 { font-size: 53px; }
    .make-difference-sc .right_part .right_content ul li { width: 100%; }
    .make-difference-sc .right_part .right_content ul li:before { top: 3px; }
    .make-difference-sc .right_part .right_content h3 { max-width: 100%; font-size: 20px; line-height: 25px; }
    .make-difference-sc .left_part .mobile_cont { padding-bottom: 44px; }
    

    .testimonial_sc { padding: 87px 0; }
    .testimonial_sc .testimonial_slider { padding-top: 90px; }
    .testimonial_sc .testimonial_slider .slick-prev.slick-arrow { top: 0; }
    .testimonial_sc .testimonial_slider .slick-arrow { top: 0; }
    .testimonial_sc .testimonial_slider ul.slick-dots { flex-direction: row; justify-content: flex-start; right: auto; left: 0; }
    .testimonial_sc .testimonial_slider ul.slick-dots li { width: 40px; height: 1.5px; }
    .testimonial_sc .testimonial_slider ul.slick-dots li button { width: 40px; height: 2px; }
    .testimonial_sc .testimonial_slider .slick-list.draggable { max-width: 100%; }

    .home-releted-post .inner .blogpost_itemimg { height: 223px; }
    .home-releted-post .title_cont .btn_style { display: none; }
    .home-releted-post .releted_post_wrap .mobile_btn { padding: 26px 15px 51px; display: flex; justify-content: center; border: 1.5px solid var(--primary-color); border-top:0; border-bottom:0; width: calc(100% - 30px); margin: 0 15px; }
    .home-releted-post .releted_post_wrap .mobile_btn .btn_style { justify-content: center; }
    .home-releted-post .releted_post_wrap:before { bottom: 48px; }
    .home-releted-post .title_cont { padding-bottom: 40px; }
    
    .helping_business:before { width: 100%; }
    .testimonial_sc:before { width: 100%; }
    
    .inner_hero { padding-bottom: 25px; }
    .inner_hero .left_part { width: 100%; padding: 0 15px 30px; }
    .inner_hero .left_part .left_inner h1 { font-size: 45px; }
    .inner_hero .left_part .sub_title:before { display: none; }
    .inner_hero .left_part .left_inner { padding-right: 0; }
    .inner_hero .left_part .sub_text { font-size: 19px; line-height: 26px; }
    .inner_hero .left_part .btn_wrap a { font-size: 14px; padding: 11px 16px; }
    .inner_hero .section_wrap { padding: 50px 0 0; }
    .inner_hero .right_part { width: calc(100% - 11px); margin-left: 11px; flex-wrap:wrap; height:auto; gap:20px; }
    .inner_hero .right_part .video { width: 100%; }
    .inner_hero:after { height: 250px; }
    .inner_hero .section_wrap.fullwidth .left_part { width: 100%; }
    .inner_hero .section_wrap.fullwidth .right_part { width: 100%; margin: 0; padding-top: 45px; }
    .inner_hero .section_wrap.fullwidth .right_part .video { display: block; width: 100%; }
    .inner_hero .section_wrap.fullwidth .right_part .video a { width: 100%; }
    .inner_hero .right_part .bg_img { position: static; width: 100%; height: 281px;  }
    .inner_hero .right_part .video a { width: 100%; }
    
    .content_sc { padding: 50px 0; }
    
    .image_content_sc { padding: 50px 0; }
    .image_content_sc .section_wrap .left_part { width: 100%; }
    .image_content_sc .section_wrap .right_part { width: 100%; }
    
    .heading_sc { padding:50px 0; }
    
    
    
}

:root {
--accent-color: #FB961F;
--text-color: #3B3B3B;
--background-color: #ffffff;
--dark-green: #0D542B;
--wave-div-hero-bottom: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-hero-bottom.svg);
--wave-div-gray: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-divider-gray.svg);
--BGW-brand: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-brand_jetblack.png);  
--wave-div-orange-top: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-orange-top.svg);  
--BGW-brand-white-dot: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-brand-white-dot.png);
--wave-div-white-bottom: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-white-top-solid.svg);
--wave-div-cream-bottom: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-cream-top-solid.svg);
--wave-div-white-top: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-white-top.svg);
--wave-div-orange-top-fade: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-orange-top-fade.svg);
--wave-div-white-bottom-fade: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-white-bottom.svg);
--wave-div-orange-bottom: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-orange-bottom.svg);
--wave-div-orange-bottom-fade: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-orange-bottom-fade.svg);
--wave-div-footer-bottom-gray: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/wave-div-footer-bottom-gray.svg);
}


@media (min-width: 980px) {
.flex-hero-video .sntl-container {
align-items: center;
display: flex;
justify-content: center;
margin: auto;
max-width: 1200px;
}
  
.flex-hero-video .sntl-container.hero-container>*  {
width: 50%;
}
}


@media (max-width: 981px) and (min-width: 768px) {
.flex-hero-video .sntl-hero-section.section {
padding: 60px 100px 0;
}
}

.flex-hero-video .sntl-container {
  position: relative;
}

.flex-hero-video .sntl-button.primary {
text-align: left;
    display: inline-block;  
}

.flex-hero-video .sntl-hero-content-inner * :not(:last-child) {
margin-bottom: 15px;
}

.flex-hero-video .sntl-hero-section.section {
  padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 100px;
  padding-right: 100px;
}

/*Divider images*/



/*Homepage*/


.home-page .sntl-section.section-1 {
text-align: left;
}


.home-page .sntl-section.section-1 .section:before {
content: "";
background: var(--BGW-brand);
width: 100%;
height: 100%;
position: absolute;
background-repeat: no-repeat;
width: 90px;
right: 0;
}

.home-page .sntl-section.section-1 .section:after {
background: var(--wave-div-hero-bottom);
background-repeat: no-repeat;
content: "";
height: 100%;
position: absolute;
right: 0;
width: 100%;
margin-top: -300px;
z-index: -1;
background-size: contain  
}


.home-page .sntl-section.section-2 .section {
margin-bottom: 70px;
padding-bottom: 100px;
padding-top: 30px;
}

.home-page .sntl-section.section-2 .sntl-box-card-section.mistake-grid .sntl-card-inner{
padding: 30px;
}


.home-page .sntl-section.section-2 .sntl-box-card-section.mistake-grid .sntl-card-description {
color: #000;
font-size: 16px;
margin: auto;
width: 100%;
line-height: 1.5em;
}

#subscribe-section .sntl-form {
align-items: center;
border-bottom: 2px solid var(--primary-color);
display: flex;
gap: 20px;
margin: auto auto 50px;
max-width: 810px;
min-height: 1px;
box-shadow: -1px 2px 20px 0 rgba(0, 0, 0, .18);
transition: .3s ease-out;
}

#subscribe-section .sntl-form:hover {
transform: translateY(-10px);
transition: .3s ease;
}

#subscribe-section .sntl-form p {
display: none;
}

#subscribe-section h4 {
margin: 0;
text-align: center;
}

@media (min-width: 767px) {
#subscribe-section span#hs_cos_wrapper_module_1743555925247135_ {
min-width: 550px;
}
}

@media (max-width: 500px) {
#subscribe-section
span#hs_cos_wrapper_module_1743555925247135_ {
width: 100%;
}
}

.sntl-column.max-width-700px p, .sntl-column.max-width-700px h2 {
max-width: 684px;
margin-inline: auto;
}

.sntl-row.flex.numbered-row {
counter-reset: my-counter;
}

.numbered-row .blurb_heading:before {
content: counter(my-counter);
display: flex;
counter-increment: my-counter;
position: relative;
font-size: 3em;
color: var(--primary-color);
justify-content: center;
align-items: center;
font-weight: 700;
}

.numbered-row .helping-biz-blurb {
position: relative;
padding-bottom: 40px;
}

@media (min-width: 1500px) {
.numbered-row .helping-biz-blurb.first .blurb-card:before {
content: "";
position: absolute;
height: 100%;
width: 120%;
/** background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-orange.svg); **/
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-green.svg);
background-repeat: no-repeat;
z-index: 9;
left: 15px;
}

.numbered-row .helping-biz-blurb.second .blurb-card:before {
content: "";
position: absolute;
height: 100%;
width: 120%;
/** background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-orange-sec.svg); **/
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-green-sec.svg);
background-repeat: no-repeat;
z-index: 9;
left: 15px;
} 

.numbered-row .helping-biz-blurb.third .blurb-card:before {
content: "";
position: absolute;
height: 100%;
width: 120%;
/** background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-orange-third.svg); **/
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-green-third.svg);
background-repeat: no-repeat;
z-index: 9;
left: 15px;
}   
}

@media (min-width: 1499px) {
.numbered-row .helping-biz-blurb  .blurb-card:before {
top: -20px;
}
}

@media (max-width: 1499px) {
.numbered-row .helping-biz-blurb.first .blurb-card:before {
content: "";
position: absolute;
height: 100%;
width: 410px;
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-orange.svg);
background-repeat: no-repeat;
z-index: 9;
left: 0;
}

.numbered-row .helping-biz-blurb.second .blurb-card:before {
content: "";
position: absolute;
height: 100%;
width: 410px;
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-orange-sec.svg);
background-repeat: no-repeat;
z-index: 9;
left: 0;
}

.numbered-row .helping-biz-blurb.third .blurb-card:before {
content: "";
position: absolute;
height: 100%;
width: 350px;
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-arc-orange-third.svg);
background-repeat: no-repeat;
z-index: 9;
left: 0;
}

.sntl-row.flex.numbered-row {
left: -20px;
}  
}

@media (max-width: 1298px){
.helping-biz-blurb .blurb-card-container {
min-width: 240px;
max-width: 240px;
}

.helping-biz-blurb .blurb-card { 
max-width: 300px;
}
}

@media (max-width: 360px){
.numbered-row .helping-biz-blurb.first .blurb-card:before , .numbered-row .helping-biz-blurb.second .blurb-card:before {
width: 130% !important;
background-size: contain;
}

.numbered-row .helping-biz-blurb.third .blurb-card:before  {
width: 100% !important;
background-size: contain;
}

.sntl-row.flex.numbered-row  {
gap: 0;
left: -40px;
}

.helping-biz-blurb .blurb_description p {
font-size: 12px;
max-width: 200px;
}
}


.helping-biz-blurb .blurb-card {
margin: auto;
position: relative;
padding-bottom: 30px;
}

.helping-biz-blurb .blurb-card-container{
justify-content: center;
border-radius: 100%;
padding: 30px;
margin: 20px;
z-index: 10;
background: transparent;
}

@media (max-width: 359px) {
.helping-biz-blurb .blurb-card:before {
display: none;
}

.helping-biz-blurb .blurb-card-container{
border: solid var(--primary-color);
border-radius: 20px !important;
margin: 0;
padding: 10px;
min-width: 1px;
}

.sntl-row.flex.numbered-row {
left: 0 !important;
}

.numbered-row .helping-biz-blurb {
padding-bottom: 0;
}
}

@media (max-width: 1249px) and (min-width: 982px) {
.numbered-row .helping-biz-blurb.second .blurb-card:before {
transform: rotateZ(125deg) translate(40px, 40px);
}
}

@media (max-width: 981px) {
.numbered-row .helping-biz-blurb.first .blurb-card:before { 
transform: rotateZ(90deg) translate(20px, 30px);
}

.numbered-row .helping-biz-blurb.second .blurb-card:before { 
transform: rotateZ(90deg) translate(20px, 35px);  
}

.numbered-row .helping-biz-blurb.third .blurb-card:before { 
transform: rotateZ(90deg); 
}
}

.helping-biz-blurb .sntl-button.primary{
margin-top: 20px;
}

.helping-biz-blurb .sntl-button.primary a{
padding: 0;
background: transparent;
color: var(--dark-green);
border: none;
text-decoration: underline;
}

.helping-biz-blurb .sntl-button.primary a:hover {
background: transparent;
border: none;
color: var(--primary-color);
}


.helping-biz-blurb h4 {
font-size: 18px;
margin-top: 10px;
max-width: 220px 
}

.helping-biz-blurb .blurb_description p {
margin-block: 0;
font-size: 14px;
}

.home-page .sntl-section.section-3 .section .sntl-row {
z-index: 1;
}

.sntl-grid.featured-services-section .blurb_description {
font-size: 14px;
}


.home-page .sntl-section.section-3 .section:before {
content: "";
background-image: var(--wave-div-orange-top);
height: 230px;
width: 100%;
display: flex;
position: absolute;
background-size: cover;
margin-top: -220px;
background-position: center;
z-index: -1;
}  

.home-page .sntl-section.section-3 .section:after {
content: var(--BGW-brand-white-dot);
/*background-image: var(--BGW-brand-white-dot);
background-position: center bottom;
background-size: contain;  
background-repeat: no-repeat;*/
height: 100%;
margin-top: -500px;
mix-blend-mode: soft-light;
position: absolute;
width: 100%;
overflow: clip;
text-align: center;  
}

.home-page .section-3 .section{
background-image: linear-gradient(10deg, #FF8028 7.13%, #FB961F 72.93%);
padding-bottom: 200px;
padding-top: 0px;
}


.home-page .sntl-section.section-4 .section{
background: #FFFAEB;
}



.home-page .sntl-section.section-4 .section:before{
content: "";
background-image: var(--wave-div-cream-bottom);
height: 230px;
width: 100%;
display: flex;
position: absolute;
background-size: cover;
height: 260px;
margin-top: -300px;
background-position: center;
}

.home-page .sntl-section.section-4 .section:after {
content: "";
background-image: var(--wave-div-white-top);
height: 230px;
width: 100%;
display: flex;
position: absolute;
background-size: cover;
margin-top: -50px;
background-position: center;
z-index: -1;
}


.home-page .sntl-section.section-6 .section {
background: #FA8A19;
}

.home-page .sntl-section.section-6 .section:before {
background-image: var(--wave-div-orange-top-fade);
background-position: 50%;
background-size: cover;
content: "";
display: flex;
height: 230px;
margin-top: -250px;
position: absolute;
width: 100%;
}

@media (max-width: 980px) {
.home-page .sntl-section.section-5 .section {
padding-bottom: 100px;
}
}

.home-page .sntl-section.section-6 .section:after { 
content: var(--BGW-brand-white-dot);  
/*background-image: var(--BGW-brand-white-dot) !important;
background-position: top;
background-repeat: no-repeat;
background-size: contain;*/
height: 100%;
margin-top: -500px;
mix-blend-mode: soft-light;
position: absolute;
width: 100%;
transform: scaleX(-1);
overflow: clip;
text-align: center;
}

.home-page .sntl-section.section-7 .section:before {
background-image: var(--wave-div-white-bottom-fade);
margin-top: -200px;
background-position: 50%;
background-size: cover;
content: "";
display: flex;
height: 230px;
position: absolute;
width: 100%;
}

.home-page .sntl-section.section-8 .section {
background-image: linear-gradient(180deg, #FA8D18 0%, #FF8027 100%);
padding-bottom: 100px;
padding-top: 0;
}

.home-page .sntl-section.section-8 .section:before {
background-image: var(--wave-div-orange-bottom);
background-position: 50%;
background-size: cover;
content: "";
display: flex;
height: 220px;
margin-top: -220px;
position: absolute;
width: 100%;
}

.home-page .sntl-section.section-8 .section:after {
content: var(--BGW-brand-white-dot);
/*background-image: var(--BGW-brand-white-dot) !important;
background-position: top;
background-repeat: no-repeat;*/
height: 100%;
margin-top: -500px;
mix-blend-mode: soft-light;
position: absolute;
width: 100%;
z-index: 0;
overflow: clip;
text-align: center;
}

/*Global Anything But Typical Section*/
.sntl-section.section-8 .section {
background-image: linear-gradient(180deg, #FA8D18 0%, #FF8027 100%);
padding-bottom: 100px;
padding-top: 0;
}

.sntl-section.section-8 .section:before {
background-image: var(--wave-div-orange-bottom);
background-position: 50%;
background-size: cover;
content: "";
display: flex;
height: 220px;
margin-top: -220px;
position: absolute;
width: 100%;
z-index: -1;
}

.sntl-section.section-8 .section:after {
content: var(--BGW-brand-white-dot);
/*background-image: var(--BGW-brand-white-dot) !important;
background-position: top;
background-repeat: no-repeat;*/
height: 100%;
margin-top: -500px;
mix-blend-mode: soft-light;
position: absolute;
width: 100%;
z-index: 0;
overflow: clip;
text-align: center;
}

/*Global Latest Insights Section*/
.section-7 .span12.widget-span.widget-type-global_group.section {
padding: 50px 0px 100px 0px;
z-index: 2;
position: relative;
}


.footer-divider:before {
background-image: var(--wave-div-orange-bottom-fade);
background-position: 50%;
background-size: cover;
content: "";
display: flex;
height: 230px;
margin-top: -200px;
position: absolute;
width: 100%;
}

.footer.sntl-footer:after {
background-image: var(--wave-div-footer-bottom-gray) !important;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
content: "";
height: 200px;
margin-top: -180px;
position: absolute;
width: 100%;
z-index: -1;
} 

.home-page .sntl-grid>span>div {
flex: 1 0 200px;
}


.home-page .sntl-grid h4 {
font-size: 20px;
}



.with-divider .section:after {
content: "";
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/TrustBGW-div.png);
height: 230px;
width: 100%;
display: flex;
position: absolute;
background-size: cover;
margin-top: 70px;
background-position: center;
}

.with-divider .section:before {
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/TrustBGW-div.png);
background-position: center;
content: "";
display: flex;
height: 230px;
position: absolute;
width: 100%;
transform: rotate(180deg);
margin-top: -220px;
background-size: cover;
}

.with-divider .section:before , .with-divider .section:after {
height: 173px;
}

.with-divider .section:after {
margin-top: 0;
}



.header-container-wrapper {
position: relative;
background: #ddd;
}


.home-page .section-5 .span12.widget-span.widget-type-cell.sntl-row.flex {
margin-bottom: 0;
z-index: 999;
position: relative;
}

.home-page .section-7 .span12.widget-span.widget-type-global_group.section {
padding: 0px 0px 100px 0px;
z-index: 2;
position: relative;
}



@media (max-width: 767px) {
.home-page .sntl-section.section-1 .section .sntl-row.flex {
flex-direction: column-reverse;
gap: 20px;
}  

.home-page .sntl-section.section-1 .section {
position: relative;
padding-top: 0 !important;
}

.home-page .sntl-section.section-1 .section:before {
background: var(--BGW-brand);
background-repeat: no-repeat;
background-size: contain;
content: "";
height: 250px;
position: absolute;
left: -30px;
width: 250px;
bottom: 600px;
}


.home-page .sntl-section.section-1 .section:after {
background: var(--wave-div-hero-bottom);
background-repeat: no-repeat;
content: "";
height: 100%;
margin-top: -350px;
position: absolute;
left: 0;
width: 110%;
z-index: -1;
background-position: left;
transform: scale(-1) rotate(-5deg);
}


.home-page .sntl-section.section-3 .section:after , .home-page .sntl-section.section-6 .section:after {
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW-brand-white-dot.svg) !important;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
content: "";
height: 100%;
margin-top: -400px;
mix-blend-mode: soft-light;
position: absolute;
transform: scaleX(-1);
width: 100%;
}
}

@media (max-width: 981px) {
.home-page .sntl-section.section-1 .sntl-row.flex {  
text-align: center;  
}

.home-page .sntl-section.section-1 .button-container.flex {
justify-content: center !important  
}
}

.section {
padding: 60px 0px;
}

.sntl-row {
max-width: 1200px;
width: 80%;
margin: auto;
position: relative;
}

.sntl-row.flex {
margin: 30px 0;
}

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

.white-text h2 , .white-text > *{
color: #fff !important;
}

@media (max-width: 768px) {



.sntl-hero-section.section {
padding: 60px 60px 100px!important;
}

.sntl-hero-section.section:before {
height: 100px !important; 
}
}

.sntl-section.section-1 {
text-align: center;
}

.sntl-section.section-1 p.secondary-header , .page-header.section-header {
max-width: 700px;
margin: auto;
}

.button-container.flex {
display: flex;
gap: 20px;
justify-content: center;
}

@media (max-width: 768px) {
.button-container.flex {
flex-direction: column;
gap: 10px;
text-align: center;
}
}

.sntl-button a {
border: solid 1px var(--dark-green);
padding: 16px 33px;
border-radius: 3px;
}

.sntl-button.primary {
text-align: center;
}

.sntl-button.primary a{
background: var(--dark-green);
color: #fff;
display: block;
}

@media (min-width: 769px) {
.sntl-button.primary a{
display: inline-block;
}
}

.sntl-button.primary a:hover {
background: var(--accent-color);
border: solid 1px var(--accent-color);
}

.sntl-button.secondary a{
background: transparent;
color: var(--dark-green);
}

.sntl-button.secondary a:hover{
background: var(--dark-green);
color: #fff;
}

.sntl-row.flex {
display: flex;
flex-wrap: wrap;
column-gap: 50px;
}

.sntl-row.flex > div{
flex: 1;
width: 100%;
}

@media (max-width: 981px) {
.sntl-row.flex {
flex-direction: column;
gap: 40px;
}
}



/*Text Blurb*/

@media (min-width: 981px) {
.text-blurb {
display: grid;
grid-template-columns: auto auto;
column-gap: 10px;
}
}

.text-blurb > div {
background: var(--primary-color);
margin-bottom: 10px;
padding: 15px 20px;
color: #fff;
font-family: 'Poppins-bold';
display: flex;
gap: 15px;
align-items: center;
box-shadow: -1px 13px 18.9px 0px #FBEADB;
}
.text-blurb-one{
border-top-left-radius: 10px;
}

.text-blurb-two{
border-top-right-radius: 10px;
}

.text-blurb-three{
border-bottom-left-radius: 10px;
}

.text-blurb-four{
border-bottom-right-radius: 10px;
}

.text-blurb {
margin-bottom: 15px;
}

span.li-number {
border: solid;
border-radius: 100%;
font-size: 1.5rem;
line-height: 0em;
padding: 1.5rem 1rem;
}

.text-blurb-one span.li-number {
padding: 1.5rem 1.2rem;
}

@media (max-width: 980px) {
.text-blurb > div {
border-radius: 10px !important;
}

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

/*Video thumbnail*/


.oembed_custom-thumbnail_icon {
display: none;
}

ul.styled-ul li:before {
content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/TrustBGW-checked.png);
line-height: 0;
vertical-align: middle;
margin-right: 10px;
}

@media (min-width: 768px){
ul.styled-ul {
column-count: 2;
}
}

ul.styled-ul li {
list-style: none;
padding-bottom: 0;
font-size: 16px;
color: #000;
line-height: 1.5em;
margin-bottom: 10px;
text-indent: -2em;
}



.section-8 .blurb-card-container , .sntl-form{
background: #fff;
border-radius: 20px;
display: flex;
flex-direction: column;
justify-content: flex-start;
min-height: 180px;
padding: 30px;
position: relative;
align-items: flex-start;
}


.sntl-section.section-2 .sntl-form h4 {
    margin-bottom: 0 !important;
}

.sntl-section.section-2 .sntl-form {
align-items: center !important;
}

.submitted-message {
color: #fff;
overflow: hidden !important;
background: #729743;
padding: 2%;
border-radius: 3px;
text-align: center;
margin-top: 20px;
}

.section-8 .blurb_description {
text-align: left;
margin-bottom: 0px;
}

.section-8 h4 {
margin: 0;
color: var(--secondary-color);
}

.section-8 .sntl-row.flex.second {
margin-top: 50px;
gap: 30px;
z-index: 1;
}




.testimonial-accordion .sntl-title h2{
color: #fff;
}

.testimonial-accordion .sntl-card-image img {
width: auto;
}

.testimonial-accordion .sntl-card-inner {
padding: 30px;
text-align: left;
position: relative;
border-bottom: solid var(--primary-color);
}

.testimonial-accordion .sntl-card-footer {
display: none;
}

.testimonial-accordion .sntl-card-head {
display: flex;
flex-direction: column;
}

.testimonial-accordion .sntl-card-image {
order: 3;
}

.testimonial-accordion .sntl-card-title {
order: 2;
}

.testimonial-accordion .sntl-card-title h3 {
margin-top: 0;
color: #000;
}


.testimonial-accordion .sntl-card-inner:before {
content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW%20CPA%20Reviews.png);
position: absolute;
top: -8%;
right: 10%;
}

@media (min-width: 981px) {
.testimonial-accordion .sntl-card-grid {
display: grid;
gap: 30px;
grid-template-columns: repeat(2, 1fr);
width: 100%;
}
}


@media (max-width: 980px) {
.testimonial-accordion .sntl-card-grid {
grid-template-columns: 1fr;
}
}



/*Industries Single Page*/

.row-fluid-wrapper.row-depth-1.row-number-5, .row-fluid-wrapper.row-depth-1.row-number-7, .row-fluid-wrapper.row-depth-1.row-number-16 {
display: block !important;
}

.sntl-hero-section.section:before {
background-image: var(--wave-div-white-bottom-fade);
background-position: 50%;
background-size: cover;
content: "";
display: flex;
height: 230px;
margin-top: 0;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
}

.sntl-hero-section.section {
background-size: cover;
background-repeat: no-repeat;
padding-top: 100px;
padding-bottom: 180px;
position: relative;
padding-left: 20px;
padding-right: 20px;
}


.sntl-hero-content .sntl-page-title {
max-width: 900px;
margin: auto;
}

.sntl-page-sub-title {
font-weight: 700;
font-size: 18px;
line-height: 1.6em;
}

.sntl-sidebar-menu .hs-menu-wrapper ul li a {
color: var(--secondary-color);
font-family: 'Poppins' , sans-serif;
  padding: 18px 10px;
  display: block;
}

.sntl-sidebar-menu .hs-menu-wrapper ul li {
display: block;
list-style: none;
border: solid 1px var(--secondary-color);
border-radius: 8px;
margin-bottom: 10px;
  padding: 0;
box-shadow: -1px 2px 20px 0px rgba(250, 147, 57, 0.18);
position: relative;
cursor: pointer;
}

.sntl-sidebar-menu .hs-menu-wrapper ul li.active a , .sntl-sidebar-menu .hs-menu-wrapper ul li:hover a{
color: var(--primary-color);
}

.sntl-sidebar-menu .hs-menu-wrapper ul li.active , .sntl-sidebar-menu .hs-menu-wrapper ul li:hover{
border: solid 1px var(--primary-color);
}

.sntl-sidebar-menu .hs-menu-wrapper ul li a:after {
content: ">";
position: absolute;
right: 5%;
font-size: 20px;
color: var(--secondary-color);
    bottom: auto;
    left: auto;
}
.hs-menu-wrapper ul li a:hover:after{
      width: auto !important;
    color: var(--primary-color) !important;
    right: 10px !important;
}

.sntl-sidebar-menu .hs-menu-wrapper ul li.active:after , .sntl-sidebar-menu .hs-menu-wrapper ul li:hover:after{
color: var(--primary-color);
}

@media (max-width: 767px) {
.sntl-sidebar-menu {
margin-top: 50px !important;
}
}

/*Our People*/

.team-gallery {
display: flex;
gap: 20px; 
}

.gallery-column {
flex: 1; 
display: flex;
flex-direction: column;
gap: 15px; 
}

.gallery-column img {
width: 100%; 
height: auto; 
border-radius: 10px;
}

@media (min-width: 768px) {
.gallery-column.column-1 img:nth-child(3) , .gallery-column.column-2 img:nth-child(2) , .gallery-column.column-3 img:nth-child(1)  {
aspect-ratio: 4 / 2;
object-fit: cover;
}

.gallery-column img {
aspect-ratio: 4 / 5;
object-fit: cover;
}

.gallery-column.column-2 {
transform: translatey(-10%);
}

.gallery-column.column-3 {
transform: translatey(-5%);
}
}

.sntl-team-desc {
    font-size: 14px;
    padding: 10px 10px 0 10px;
    font-style: italic;
  
}

/* Responsive adjustments */

@media (max-width: 768px) {
.team-gallery {
flex-direction: column;
}
}

.ourpeople-page h3 {
color: var(--secondary-color);
margin-bottom: 20px;
}

.ourpeople-page h3, .ourpeople-page h4 {
margin-top: 0;
}

/*Services Page*/

body.services-page h2 {
color: var(--secondary-color);
}

#three-column.sntl-row.flex {
gap: 20px;
}

.our-process .sntl-box-card__title {
font-size: 1.2rem;
color: var(--secondary-color);
}

.our-process .sntl-box-card__description p{
font-size: 12px;
color: #555;
}

.card-one h4:before {
content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/step-1.png);
margin-right: 8px;
vertical-align: middle;
}

.card-two h4:before {
content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/step-2.png);
margin-right: 8px;
vertical-align: middle;
}

.card-three h4:before {
content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/step-3.png);
margin-right: 8px;
vertical-align: middle;
}

.our-process h4.sntl-box-card__title {
display: flex;
}


.card-one .sntl-box-card , .card-two .sntl-box-card{
position: relative;
}

@media (min-width: 1100px) {
.card-one .sntl-box-card:after {
content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/process-steps-one.png);
position: absolute;
bottom: -7px;
right: 0;
z-index: 9;
transform: translateX(25%);
}

.our-process .sntl-box-card__description {
padding-left: 20%;
}

.card-two .sntl-box-card:after {
content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/process-steps-two.png);
position: absolute;
top: -6px;
right: 0;
z-index: 9;
transform: translateX(25%);
}

.our-process .sntl-box-card {
min-height: 320px;  
}
}

#our-proven-process .row-fluid .sntl-button.primary {
text-align: center;
margin-top: 30px;
}

#our-proven-process .sntl-button.primary a {
display: inline-block;
}

.section-3 #unlocking-strategies.section {
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/unlocking-strategies-with-insights.jpg);
background-size: cover;
background=position: center;
background-repeat: no-repeat;
padding-bottom: 100px !important;
padding-top: 150px;
}

#unlocking-strategies p {
color: #fff;
}

@media (min-width: 768px) {
#unlocking-strategies .page-header.section-header {
padding: 50px;
}
}

/*Service Page (Tax Services Accordion)*/
.sntl-accordion-section.tax-services-accordion{
padding: 50px 0;
}

.tax-services-accordion .sntl-toggle-item {
background-color: #fff;
}

.tax-services-accordion .sntl-container-toggle {
border: none;
border-radius: 0;
}

.tax-services-accordion .sntl-toggle-content {
padding: 0;
margin-top: 15px;
padding-left: 15px;
}

.tax-services-accordion .sntl-toggle-item {
padding: 0;
padding-bottom: 0px;
padding-top: 15px;
padding-right: 15px;
}

.tax-services-accordion .sntl-toggle-title:hover {
color: var(--primary-color);
}

.tax-services-accordion .sntl-toggle-title {
position: relative;
}



.tax-services-accordion .sntl-toggle-title.active:after {
content: '';
width: 12px;
height: 12px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='4' viewBox='0 0 11 4' fill='none'%3E%3Cpath d='M10.56 0V3.408H0V0H10.56Z' fill='%23FB961F'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: 0;
display: inline-block;
bottom: 0;
}

.tax-services-accordion .sntl-toggle-title:after {
content: '';
width: 12px;
height: 12px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M11 7.56899H7.24706V11.4082H3.75294V7.56899H0V4.26899H3.75294V0.408203H7.24706V4.26899H11V7.56899Z' fill='%23FB961F'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: 0;
display: inline-block;
bottom: 0;
}

@media (max-width: 420px) {
.tax-services-accordion .sntl-toggle-title:after {
display: none;
}
}

.text-container h4 {
margin-bottom: 0;
font-size: 18px;
}

.text-container h4:before {
content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/chk-li.png);
line-height: 0;
margin-right: 8px;
vertical-align: middle;
}

@media (max-width: 767px) {
.services-page .services-page-content {
padding-inline: 60px;
}  
}

@media (max-width: 991px) {
.services-page .services-page-content  .row-fluid .span8 {
width: 100% !important;
}

.services-page .services-page-content .row-fluid .span4 {
width: 100% !important;
margin-top: 40px;
}
}


/*Industries Template*/

.industries-page .sntl-card-description{
position: absolute;
}

.industries-page .sntl-box-card-section {
padding: 60px 40px;
}


.industries-page .card-logo-container {
align-items: center;
position: relative;
justify-content: center;
gap: 20px;
background: #ffffff;
padding: 10px;
display: none;
border-bottom: 2px solid #00000047;
}

.sntl-card-inner:hover .card-logo-container {
display: flex;
}

.industries-page .card-logo-container img {
max-height: 40px;
}

@media (max-width: 768px) {
.logo-container {
flex-direction: column;
}
}


/*Success Template*/
.item.testimonial {
padding: 20px;
margin: 10px;
text-align: center;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
border-radius: 5px;
}

.testimonial-case-study-section .item .title, .testimonial_content p
{
font-family: 'Poppins';
}

.item.testimonial .testimonial_content p {
font-size: 16px;
padding-bottom: 20px;
}

/*Contact Template*/

.contact-page select , .contact-page input::placeholder, textarea::placeholder{
font-weight: 400 !important;
}

.contact-page input.hs-button.primary.large {
background: var(--dark-green);
border-radius: 5px;
padding: 16px 33px;
}

.location-offices .sntl-box-card {
display: flex;
align-items: center;
gap: 20px;
margin: 10px 0;
}

@media (max-width: 600px){
.location-offices .sntl-box-card {
flex-direction: column;
}
}

.location-offices .sntl-box-card__image {
height: 160px;
min-width: 160px;
max-width: 160px;;
object-fit: cover;
border-radius: 100%;
}

.location-offices .sntl-box-card__title,
.location-offices .sntl-box-card__description {
margin: 0;
}

.location-offices .sntl-box-card__description p {
margin: 10px 0;
}

.location-offices .sntl-box-card__description {
display: flex;
flex-direction: column;
justify-content: center;
}


/*Our History Template*/
.our-history-page .sntl-card-footer {
display: none;
}


.our-history-page .sntl-card-description {
width: 80%;
}

.our-history-page .sntl-card-description p {
font-size: 14px;
}

.our-history-page .sntl-card-title h3 {
font-size: 30px;
}

.our-history-page .sntl-card-image img {
max-height: 240px;
}

/*Community Template*/
.community-page .sntl-card-footer {
display: none;
}


.community-page .sntl-card-description {
width: 80%;
}

.community-page .sntl-card-description p {
font-size: 14px;
}

.community-page .sntl-card-title h3 {
font-size: 30px;
}

.community-page .sntl-card-image img {
max-height: 240px;
}

/*Anything But Typical Template*/
span#hs_cos_wrapper_widget_1731473391395_ h2 {
text-align: center;
}


.anything-but-typical-page .sntl-hero-title {
display: flex;
flex-direction: column-reverse;
}

.anything-but-typical-page .sntl-row.flex {
align-items: center;
}

.anything-but-typical-page .row-fluid-wrapper.sntl-solution-image {
text-align: center;
}

.big-4-reasons .sntl-solution-image img {
width: 100%;
max-height: 400px;
object-fit: cover;
border-radius: 20px;
}

.section.big-4-reasons {
padding: 30px 0;
padding-bottom: 0;
}

.big-4-reasons .sntl-solution-text:before {
content: "";
color: #fff;
font-size: 30px;
font-family: 'Poppins-bold';
height: 80px;
width: 80px;
background: var(--primary-color);
display: inline-flex;
vertical-align: middle;
position: relative;
border-radius: 100%;
margin-bottom: 10px;
justify-content: center;
align-items: center;
}


#hs_cos_wrapper_widget_1731473609906 .sntl-solution-text:before , .one-block .sntl-solution-text:before{
content: "01";
}

#hs_cos_wrapper_widget_1731473723701 .sntl-solution-text:before , .two-block .sntl-solution-text:before {
content: "02";
}

#hs_cos_wrapper_widget_1731473804061 .sntl-solution-text:before , .three-block .sntl-solution-text:before {
content: "03";
}

#hs_cos_wrapper_widget_1731473848193 .sntl-solution-text:before , .four-block .sntl-solution-text:before {
content: "04";
}

@media (min-width: 981px) {
.big-4-reasons.reverse .sntl-row.flex {
flex-direction: row-reverse;
}

.big-4-reasons.reverse .sntl-solution-text {
text-align: right;
}
}

.sntl-section.green-background .section {
background-color: var(--secondary-color);
}

.sntl-section.green-background h2, .sntl-section.green-background h3 {
color: #fff ;
}

.sntl-section.green-background img#videoPlaceholder {
border-radius: 10px;
}

@media (min-width: 768px){
.the-vault-toggle .sntl-container-toggle {
display: flex;
gap: 20px;
}
}

.sntl-toggle-title {
width: 100%;
display: flex;
justify-content: space-between;
}  

.the-vault-toggle .sntl-toggle-item {
background: var(--primary-color);
border-radius: 10px;
padding: 25px;
margin-bottom: 20px;
}


.the-vault-toggle .sntl-toggle , .sntl-container-toggle{
border: 0;
}

.the-vault-toggle .sntl-toggle-content.open {
border-top: 0; 
max-height: none;
padding: 0;  
}

.the-vault-toggle .sntl-toggle-content {
background: transparent;
padding: 0;
}


.the-vault-toggle .sntl-toggle-item:hover {
background-color: var(--primary-color);
}

.the-vault-toggle h3.sntl-toggle-title {
font-size: 20px;
}

.the-vault-toggle .sntl-toggle-title , .the-vault-toggle .sntl-toggle-title:hover , .the-vault-toggle .sntl-toggle-content p{
color: #fff;
}

.the-vault-toggle .sntl-toggle-title.active:after {
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-close-icon.png);
}

.the-vault-toggle .sntl-toggle-title:after {
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock-open-icon.png);
}


.the-vault-toggle .sntl-toggle-title.active:after, .the-vault-toggle .sntl-toggle-title:after {
background-repeat: no-repeat;
background-size: contain;
bottom: 0;
content: "";
display: inline-block;
height: 24px;
position: relative;
right: 0;
width: 24px;
}

/*The Vault Template*/

.the-vault-landing-page .section-3 .section {
background-image: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/TrustBGW%20Featured%20Service.jpg);
background-size: cover;
background-repeat: no-repeat;
}

.the-vault-landing-page .section-3 h2 {
margin-bottom: 10px;
text-align: center;
}

.the-vault-landing-page .sntl-box-card {
box-shadow: none;
padding: 0;
}

.the-vault-landing-page .sntl-row.flex#box-shadow-row >div {
background-color: #fff;
border-radius: 8px;
box-shadow: -1px 2px 20px 0 rgba(0, 0, 0, .18);
padding: 30px;
transition: transform .3s ease;
width: auto;
}

.the-vault-landing-page h4.sntl-box-card__title {
color: var(--secondary-color);
}

.the-vault-landing-page .sntl-box-card__description p {
color: #000;
}

.vault-access#limited .sntl-row.flex>div:first-child {
background: var(--secondary-color);
border-radius: 10px;
}

.vault-access#full .sntl-row.flex>div:first-child {
background: var(--primary-color);
border-radius: 10px;
}

@media (max-width: 981px) {
.flex-left-side .white-text h2 {
font-size: 1.5rem;
}
}

@media (min-width: 981px) {

.vault-access .sntl-row.flex {
gap: 20px;
}

.vault-access .sntl-row.flex>div:last-child {
flex: 1 0 20%;
}


.vault-access .sntl-card-grid{
gap: 20px;
grid-template-columns: repeat(2, 1fr);
}
}

.vault-access .sntl-card-head {
padding: 10px;
text-align: left;
}


.vault-access .sntl-card-description p {
font-size: 14px;
}

.vault-access  .sntl-title ,.vault-access .sntl-card-image {
display: none;
}

.vault-access .sntl-card-footer {
position: absolute;
right: 20px;
bottom: 0;
}

.vault-access .sntl-btn a{
font-size: 12px;
color: var(--secondary-color);
}

.vault-access svg {
height: 10px;
}

.vault-access .sntl-card-title h3:before {
background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock%20icon.png) no-repeat;
content: "";
height: 20px;
transition: all .3s ease;
display: block;
margin-bottom: 10px;
}

/*Sitempap*/
div#cont ul li:not(:first-child) {
border-top: solid 1px #ddd;
}
div#cont ul li {
list-style: none;
padding: 10px;
}

li.lhead {
font-family: 'Poppins-bold';
margin-left: -20px;
}

/*FAQs*/

.toggle-faqs .sntl-toggle-item ,.toggle-faqs .sntl-toggle-item:hover{
background: #fff;
}

.toggle-faqs .sntl-toggle {
border-bottom: 1px solid #729743;
}

.toggle-faqs .sntl-toggle-content.open {
border-top: none;
}

.toggle-faqs .sntl-toggle-title {
position: relative;
}



.toggle-faqs .sntl-toggle-title.active:after {
content: '';
width: 12px;
height: 12px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='4' viewBox='0 0 11 4' fill='none'%3E%3Cpath d='M10.56 0V3.408H0V0H10.56Z' fill='%23FB961F'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: 0;
display: inline-block;
bottom: 0;
}

.toggle-faqs .sntl-toggle-title:after {
content: '';
width: 12px;
height: 12px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M11 7.56899H7.24706V11.4082H3.75294V7.56899H0V4.26899H3.75294V0.408203H7.24706V4.26899H11V7.56899Z' fill='%23FB961F'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: 0;
display: inline-block;
bottom: 0;
}

.faqs-page .section-subheader {
font-size: 20px;
}

.faqs-page .section-subheader:before {
background: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/BGW/icons/lock%20icon.png) no-repeat;
content: "";
height: 20px;
width: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}

.faqs-page .section-header h2 {
margin-bottom: 0;
}

.faqs-page .sntl-card-image img {
width: auto;
}


.faqs-page .sntl-card-inner-content {
text-align: left;
padding: 20px;
}


/*Blog Template*/

.sntl-post-body h2 {
    font-size: 2rem !important;
    margin: 1em 0 !important;
}

.new-blog-page.hs-blog-listing .header .logo {
display: block;
}

.new-blog-page .row-fluid .container {
max-width: 1200px;
width: 100%;
}


.new-blog-page .title {
display: none;
}

.new-blog-page .blog-listing-section:before {
display: none;
}

.new-blog-page .blog-listing-section {
background: #fff;
padding: 0;
}

.new-blog-page .post-item {
border-bottom: 2px solid var(--primary-color);
border-radius: 10px;
box-shadow: -1px 2px 20px 0 rgba(0, 0, 0, .18);
flex: 1 1 calc(29.333% - 20px);
overflow: hidden;
padding: 20px 20px 30px;
transition: transform .3s;
}

.new-blog-page .blog-listing-section .blog-posts .post-listing {
display: flex;
flex-wrap: wrap;
padding: 0; 
gap: 30px;
}


.new-blog-page .blog-listing-section .post-content .post-title a {
line-height: 1.1em !important;
}

.new-blog-page .blog-listing-section .post-content .post-title a:hover {
color: var(--secondary-color) !important;
}

.new-blog-page .blog-listing-section .blog-posts .post-item .post-item-inner {
margin-bottom:0px;
overflow: hidden;
padding: 0;
}

.new-blog-page .blog-listing-section .post-featured-image img {
border-radius: 10px;
/** height: 180px; **/
height: auto;
object-fit: cover;
width: 100%;
}

.new-blog-page .blog-listing-section .post-featured-image:before {
background: transparent;
}

.new-blog-page .blog-listing-section .post-content .content p {
color: #3B3B3B;
margin: 1em 0;
padding: 0;
}

.new-blog-page .blog-listing-section .post-featured-image .post-tag-date {
display: none;
}


.new-blog-page .sntl-button.primary a:hover {
background: var(--accent-color);
border: solid 1px #fff !important;
}

.new-blog-page .the-vault-main {
      display: flex;
flex-wrap: nowrap !important; 
    gap: 40px;
}

@media (max-width: 600px) {
  .new-blog-page .post-item {
    flex: 1 1 calc(50.333% - 20px) !important;
  }
}

/*Post Page*/


.post-page .header .logo{
display: block;
}

.post-page .section.post-body {
padding: 0 20px;
}

@media (min-width: 992px) {
    .cust-toggle {
        margin-left: 0 !important;
        margin-top: 20px;
    }
}

.sntl-post-title h1 {
    font-size: 35px;
}

.sntl-date {
margin: 10px 0 30px;
}

@media (max-width: 768px) {
.sntl-post-title h1 {
font-size: 2rem!important;
}
}

/*Solutions Page*/
.solution-page .sntl-hero-section.section, .our-history-page .sntl-hero-section.section, .success-page .sntl-hero-section.section{
padding-top: 50px;
padding-bottom: 50px;
}

.solution-page .sntl-hero-content-inner * :not(:last-child), .our-history-page .sntl-hero-content-inner * :not(:last-child), .success-page .sntl-hero-content-inner * :not(:last-child){
margin-bottom: 15px;
}

.solution-page .sntl-page-sub-title, .solution-page .sntl-content {
line-height: 1.6em;
}

.solution-page .sntl-container, .our-history-page .sntl-hero-section.video-section .sntl-container,  .success-page .sntl-hero-section.video-section .sntl-container{
position: relative;
}

.solutions-case-study-section .sntl-box-card-content {
    padding: 0 20px;
}

@media (max-width: 981px) {
.solution-page .sntl-hero-section.section, .our-history-page .sntl-hero-section.section, .success-page  .sntl-hero-section.section {
padding-bottom: 0px !important;
}
}

@media (min-width: 980px) {
.solution-page .sntl-container.hero-container > *, .our-history-page .sntl-hero-section.video-section .sntl-container.hero-container > *, .success-page .sntl-hero-section.video-section .sntl-container.hero-container > * {
width: 50%;
}


.solution-page .sntl-container, .our-history-page .sntl-hero-section.video-section .sntl-container, .success-page .sntl-hero-section.video-section .sntl-container{
display: flex;
justify-content: center;
align-items: center;
max-width: 1200px;
margin: auto;
}

.solution-page .sntl-hero-content-inner, .our-history-page .sntl-hero-content-inner, .success-page .sntl-hero-content-inner {
width: 90%;
}
}

@media (max-width: 981px) and (min-width: 768px) {
.solution-page .sntl-hero-section.section, .our-history-page .sntl-hero-section.section, .success-page .sntl-hero-section.section {
padding: 60px 100px 0 100px;
}
}

.solution-page .sntl-button.primary, .our-history-page .sntl-button.primary, .success-page .sntl-button.primary {
text-align: left;
}

.solution-page .tax-process-section .sntl-card-inner {
background: #fff;
padding: 20px;
border: solid 2px var(--primary-color);
}

.solution-page .tax-process-section  .sntl-card-footer , .solution-page .tax-process-section  .sntl-card-image {
display: none;
}

.solution-page .tax-process-section  .sntl-card-title h3 {
color: #fff !important;
font-size: 30px;
margin-bottom: 10px !important;
display: inline-block;
background: var(--primary-color);
padding: 20px;
border-radius: 100%;
width: 30px;
height: 30px;
margin-top: 0;
}

@media (min-width: 982px) {
.solution-page .tax-process-section  .sntl-card-grid {
grid-template-columns: repeat(4, 1fr);
}
  
.solution-page .solutions-resources-section.two-box-grid  .sntl-card-grid {
grid-template-columns: repeat(2, 1fr);
}  
}


.solutions-resources-section .sntl-card-inner {
padding: 20px;
background: #fff;
}


.solutions-resources-section .sntl-card-image img {
max-height: 220px;
}

/*Case Studies*/

.sntl-box-card-section.case-study {
margin-top: 30px;
}

.sntl-box-card-section.case-study .sntl-card-image {
display: none;
}

.sntl-box-card-section.case-study .sntl-card-inner {
padding: 20px;
background: #fff;
}

div#hs_cos_wrapper_widget_1739955528931 {
text-align: center;
padding-block: 40px;
}

h3.case-study-subheading {
font-size: 20px;
font-weight: 400;
font-family: var(--font-neulis);
color: #3B3B3B;
}

.sntl-box-card-section.case-study .sntl-card-inner:hover {
border: solid 1px #fb961f69;
transition: .4s ease;
}

.sntl-box-card-section.case-study .sntl-card-inner {
border: transparent 1px solid;
}



/*Table*/
/* Table Wrapper */
.sntl-table-wrapper {
width: 100%;
overflow-x: auto; /* Enables horizontal scrolling */
}

/* Table Styles */
.sntl-sales-table {
width: 100%;
border-collapse: collapse;
min-width: 600px; /* Ensures a minimum width for scroll */
}

/* Table Cells */
.sntl-sales-table th,
.sntl-sales-table td {
border: 1px solid #ddd; /* Lighter border */
padding: 10px;
text-align: left;
}

/* Responsive Table: Scroll Under 767px */
@media (max-width: 767px) {
.sntl-table-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
}
.sntl-sales-table {
width: 100%;
}
}

/*Pricing Page*/
.pricing-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding-bottom: 2rem;
    background: #fff;
  }

.pricing-table.four-column-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding-bottom: 2rem;
    background: #fff;
  }

  .pricing-card {
    border: 2px solid var(--primary-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }


  .pricing-header {
    background-color: var(--primary-color);
    color: white;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .pricing-content {
    padding: 1.5rem;
  }

  .pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .pricing-content li {
    margin: 1rem 0;
    line-height: 1.5;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 0.5rem;
    text-align: center;
  }


  @media (max-width: 981px) {
    .pricing-table {
      grid-template-columns: 1fr;
    }
  }


  @media (max-width: 1024px) and (min-width: 768px){
    .pricing-table.four-column-table {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 767px){
    .pricing-table.four-column-table {
      grid-template-columns: 1fr;
    }
  }

.how-we-work-page .text-container {
    border: solid 1px #abda77;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
}

.how-we-work-page .container-wrapper {
padding: 30px 20px;
border-radius: 10px;
box-shadow: -1px 2px 20px 0px rgba(0, 0, 0, 0.18);
margin-bottom: 30px;
}


/*Learning center*/
.learning-center-page .sntl-card-inner {
padding: 20px;
background: #fff;
}


.learning-center-page .sntl-card-image img {
max-height: 220px;
}


/*Case Study*/
@media (max-width: 1100px) and (min-width: 982px) {
.case-study-page h1 {
font-size: 50px;
}
}

.case-study-page .sntl-row.flex.align-items-center {
align-items: center;
margin: 0;
}

.case-study-image img {
border-radius: 100%;
width: 480px;
aspect-ratio: 1;
}

.cs-rich-text {
padding: 0px 30px;
background: #eee;
border-radius: 10px;
}

@media (max-width: 981px) {
.cs-rich-text {
padding: 0px 30px;
}
}

.end-logo-container img {
width: 30%;
}

.end-logo-container {
text-align: center;
margin-bottom: 30px;
}

.end-logo-container h4 {
font-size: 20px;
font-style: italic;
max-width: 400px;
margin: 30px auto;
}


/*Tax Assessment Section*/
#tax-assessment.sntl-row.flex{
  width: 100%;
  align-items: center;
  margin-block: 60px;
}

#tax-assessment h2 {
  color: var(--secondary-color);
}

.tax-assessment-container.form-embed {
    border: 1px solid #bbbbbb38;
    border-radius: 10px;
}


/*Password Page*/
.password-page input.hs-button.primary.large {
    background: var(--dark-green);
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
      cursor: pointer;
}

.password-page input#hs-pwd-widget-password {
    min-width: 300px;
    border: #00000052 solid 1px;
    border-radius: 5px;
    padding: 10px;
  margin-right: 10px;
}

@media (max-width: 566px) {
.password-page input#hs-pwd-widget-password {
    width: 95%;
    margin-bottom: 10px;
  margin-right: 0;
}
  .password-page input.hs-button.primary.large { 
    width: 100%;
  }
}


/**080425 css adjustments**/
/*Adding buttons to learning center page*/
.learning-center-page h2 {
  padding-top: 20px;
}

.sntl-jump-btn-container {
    text-align: center;
}


@media (min-width: 768px) {
.sntl-jump-btn-wrapper {
    display: inline-flex;
    margin-bottom: 40px;
    gap: 20px;
}
}

@media (min-width: 768px) {
.sntl-jump-btn:not(:last-child):after {
    content: "|";
    position: absolute;
    margin-left: 20px;
    color: #555;
}
}

.sntl-jump-btn {
    padding: 5px 12px;
font-size: 20px;
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
  .sntl-jump-btn {
    font-size: 12px;
    background: var(--primary-color);
    border-radius: 5px;
    color: #fff !important;
    margin-bottom: 5px;
  }
  
.sntl-jump-btn a {
    color: #fff;
}  
}


.learning-center-page .back-to-top {
  background: #ffffff !important;
  z-index: 999999999;
}


/*021626*/
.center-image .row-fluid-wrapper.sntl-solution-image {
    display: flex;
}


/*Reports Landing Page*/

.reports-page .sntl-hero-content .sntl-page-title {
    margin: auto;
    max-width: 100%;
}

.hero-banner-btn {
  margin-top: 10px;
  position: relative;
}


@media (min-width: 767px) {
.reports-page .col-1 img.hs-image-widget {
    max-width: 50% !important;
    float: left;
    margin-right: 20px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .col-1, .col-2{
    width: 100% !important;
    }
  
  .col-2 {
    margin-left: 0 !important;
}
}

@media (max-width: 1024px) {
    .col-2 {
    margin-top: 40px !important;
}
}

.col-2 > div {
    background: rgba(36, 46, 52, 0.05);
    padding: 24px;
    border-radius: 8px;
}

.col-2 h3 {
    margin-top: 0;
  color: var(--primary-color);
}

.col-2 .hs_email>label {
  display: block;
}

.col-2 form * {
margin-bottom: 8px;
}

.col-2 form input {
border-radius: 3px;
border: 0.5px solid #C6C6C6;
background: #FFF;
height: 35px;  
}


.col-2 input.hs-button.primary.large {
    background: var(--dark-green);
    height: auto;
    border: none;
    cursor: pointer;
  padding: 15px 30px !important;
    margin-bottom: 0;
}

.col-2 input.hs-button.primary.large:hover {
  background: var(--primary-color);
}

@media (max-width: 767px) {
.reports-page .container {
        padding-inline: 40px;
    }
}

@media (min-width: 982px) {
.two-column-grid .sntl-card-grid{
grid-template-columns: repeat(2, 1fr);
}
}

.reports-page .sntl-card-inner {
  background: #fff;
 padding: 24px;

}

.reports-page .two-column-grid .sntl-card-image img{
  max-width: 50%;
}


.reports-page .sntl-box-card-section {
    padding: 0px;
}

.no-display {
  display: none;
}


.inline-block {
  display: inline-block;
      margin-bottom: 0;
}

.sntl-box-card-section.two-column-grid.chapter-books p, .sntl-box-card-section.two-column-grid.chapter-books li {
    font-size: 14px;
    text-align: left;
    color: #999;
}

ul.styled-li {
    list-style: none;
    margin-left: 0;
    padding-left: 5px;
}

ul.styled-li li:before {
margin-right: 8px;
    vertical-align: middle;
    top: 1px;
    position: relative;
}

#check-mark li:before {
    content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/check-mark-green.png);
}

#x-mark li:before {
    content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/x-mark-red.png);
}

#warning-mark li:before {
    content: url(https://7529469.fs1.hubspotusercontent-na1.net/hubfs/7529469/warning-sign-yellow.png);
}

.custom-table td {
  padding: 10px;
  vertical-align: top;
}

.table-heading h3 {
    margin-bottom: 0;
    margin-top: 10px;
}

@media (max-width: 980px) {

  .table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: auto; /* Firefox */
  }

  .table-scroll table {
    min-width: 700px; /* adjust based on your table */
  }

  /* Chrome / Edge / Safari */
  .table-scroll::-webkit-scrollbar {
    height: 8px;
  }

  .table-scroll::-webkit-scrollbar-track {
    background: #eee;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  .table-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

}