


/* 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));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}



/* @font-face {
  font-family: 'Gordita';
  src: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/Font/Gordita-Regular.eot');
  src: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/Font/Gordita-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/Font/Gordita-Regular.woff2') format('woff2'),
    url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/Font/Gordita-Regular.woff') format('woff'),
    url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/Font/Gordita-Regular.ttf') format('truetype'),
    url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/Font/Gordita-Regular.svg#Gordita-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */


@font-face {
    font-family: 'gorditaregular';
    src: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/new%20font/gordita-regular_1-webfont.eot');
    src: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/new%20font/gordita-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/new%20font/gordita-regular_1-webfont.woff2') format('woff2'),
         url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/new%20font/gordita-regular_1-webfont.woff') format('woff'),
         url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/new%20font/gordita-regular_1-webfont.ttf') format('truetype'),
         url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/new%20font/gordita-regular_1-webfont.svg#gorditaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* 1a. Containers */




/* 1b. Colors */












/* color */

.color\:primary{ color:#171614; }
.bg\:primary{ background-color:#171614; }
.hover\:primary:hover{ color:#171614; }

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

.color\:sky-blue{ color:#15B3D6; }
.bg\:sky-blue{ background-color:#15B3D6; }
.hover\:sky-blue:hover{ color:#15B3D6; }

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

.color\:green{ color:#15d679; }
.bg\:green{ background-color:#15d679; }
.hover\:green:hover{ color:#15d679; }

.color\:grey{ color:#cdcdcd; }
.bg\:grey{ background-color:#cdcdcd; }
.hover\:grey:hover{ color:#cdcdcd; }



/* padding-margin */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p--155 { padding:155px !important; }
.p-155 { padding:155px; }
.pt-155 { padding-top:155px; }
.pb-155 { padding-bottom:155px; }
.pl-155 { padding-left:155px; }
.pr-155 { padding-right:155px; }
.m-155 {  margin:155px; }
.mt-155 { margin-top:155px; }
.mb-155 { margin-bottom:155px; }
.ml-155 { margin-left:155px; }
.mr-155 { margin-right:155px; }   

.p--160 { padding:160px !important; }
.p-160 { padding:160px; }
.pt-160 { padding-top:160px; }
.pb-160 { padding-bottom:160px; }
.pl-160 { padding-left:160px; }
.pr-160 { padding-right:160px; }
.m-160 {  margin:160px; }
.mt-160 { margin-top:160px; }
.mb-160 { margin-bottom:160px; }
.ml-160 { margin-left:160px; }
.mr-160 { margin-right:160px; }   

.p--165 { padding:165px !important; }
.p-165 { padding:165px; }
.pt-165 { padding-top:165px; }
.pb-165 { padding-bottom:165px; }
.pl-165 { padding-left:165px; }
.pr-165 { padding-right:165px; }
.m-165 {  margin:165px; }
.mt-165 { margin-top:165px; }
.mb-165 { margin-bottom:165px; }
.ml-165 { margin-left:165px; }
.mr-165 { margin-right:165px; }   

.p--170 { padding:170px !important; }
.p-170 { padding:170px; }
.pt-170 { padding-top:170px; }
.pb-170 { padding-bottom:170px; }
.pl-170 { padding-left:170px; }
.pr-170 { padding-right:170px; }
.m-170 {  margin:170px; }
.mt-170 { margin-top:170px; }
.mb-170 { margin-bottom:170px; }
.ml-170 { margin-left:170px; }
.mr-170 { margin-right:170px; }   

.p--175 { padding:175px !important; }
.p-175 { padding:175px; }
.pt-175 { padding-top:175px; }
.pb-175 { padding-bottom:175px; }
.pl-175 { padding-left:175px; }
.pr-175 { padding-right:175px; }
.m-175 {  margin:175px; }
.mt-175 { margin-top:175px; }
.mb-175 { margin-bottom:175px; }
.ml-175 { margin-left:175px; }
.mr-175 { margin-right:175px; }   

.p--180 { padding:180px !important; }
.p-180 { padding:180px; }
.pt-180 { padding-top:180px; }
.pb-180 { padding-bottom:180px; }
.pl-180 { padding-left:180px; }
.pr-180 { padding-right:180px; }
.m-180 {  margin:180px; }
.mt-180 { margin-top:180px; }
.mb-180 { margin-bottom:180px; }
.ml-180 { margin-left:180px; }
.mr-180 { margin-right:180px; }   

.p--185 { padding:185px !important; }
.p-185 { padding:185px; }
.pt-185 { padding-top:185px; }
.pb-185 { padding-bottom:185px; }
.pl-185 { padding-left:185px; }
.pr-185 { padding-right:185px; }
.m-185 {  margin:185px; }
.mt-185 { margin-top:185px; }
.mb-185 { margin-bottom:185px; }
.ml-185 { margin-left:185px; }
.mr-185 { margin-right:185px; }   

.p--190 { padding:190px !important; }
.p-190 { padding:190px; }
.pt-190 { padding-top:190px; }
.pb-190 { padding-bottom:190px; }
.pl-190 { padding-left:190px; }
.pr-190 { padding-right:190px; }
.m-190 {  margin:190px; }
.mt-190 { margin-top:190px; }
.mb-190 { margin-bottom:190px; }
.ml-190 { margin-left:190px; }
.mr-190 { margin-right:190px; }   

.p--195 { padding:195px !important; }
.p-195 { padding:195px; }
.pt-195 { padding-top:195px; }
.pb-195 { padding-bottom:195px; }
.pl-195 { padding-left:195px; }
.pr-195 { padding-right:195px; }
.m-195 {  margin:195px; }
.mt-195 { margin-top:195px; }
.mb-195 { margin-bottom:195px; }
.ml-195 { margin-left:195px; }
.mr-195 { margin-right:195px; }   

.p--200 { padding:200px !important; }
.p-200 { padding:200px; }
.pt-200 { padding-top:200px; }
.pb-200 { padding-bottom:200px; }
.pl-200 { padding-left:200px; }
.pr-200 { padding-right:200px; }
.m-200 {  margin:200px; }
.mt-200 { margin-top:200px; }
.mb-200 { margin-bottom:200px; }
.ml-200 { margin-left:200px; }
.mr-200 { margin-right:200px; }   

.p--205 { padding:205px !important; }
.p-205 { padding:205px; }
.pt-205 { padding-top:205px; }
.pb-205 { padding-bottom:205px; }
.pl-205 { padding-left:205px; }
.pr-205 { padding-right:205px; }
.m-205 {  margin:205px; }
.mt-205 { margin-top:205px; }
.mb-205 { margin-bottom:205px; }
.ml-205 { margin-left:205px; }
.mr-205 { margin-right:205px; }   

.p--210 { padding:210px !important; }
.p-210 { padding:210px; }
.pt-210 { padding-top:210px; }
.pb-210 { padding-bottom:210px; }
.pl-210 { padding-left:210px; }
.pr-210 { padding-right:210px; }
.m-210 {  margin:210px; }
.mt-210 { margin-top:210px; }
.mb-210 { margin-bottom:210px; }
.ml-210 { margin-left:210px; }
.mr-210 { margin-right:210px; }   

.p--215 { padding:215px !important; }
.p-215 { padding:215px; }
.pt-215 { padding-top:215px; }
.pb-215 { padding-bottom:215px; }
.pl-215 { padding-left:215px; }
.pr-215 { padding-right:215px; }
.m-215 {  margin:215px; }
.mt-215 { margin-top:215px; }
.mb-215 { margin-bottom:215px; }
.ml-215 { margin-left:215px; }
.mr-215 { margin-right:215px; }   

.p--220 { padding:220px !important; }
.p-220 { padding:220px; }
.pt-220 { padding-top:220px; }
.pb-220 { padding-bottom:220px; }
.pl-220 { padding-left:220px; }
.pr-220 { padding-right:220px; }
.m-220 {  margin:220px; }
.mt-220 { margin-top:220px; }
.mb-220 { margin-bottom:220px; }
.ml-220 { margin-left:220px; }
.mr-220 { margin-right:220px; }   






/** -- Font Weight -- **/

.font-100{ font-weight:100; }

.font-200{ font-weight:200; }

.font-300{ font-weight:300; }

.font-400{ font-weight:400; }

.font-500{ font-weight:500; }

.font-600{ font-weight:600; }

.font-700{ font-weight:700; }

.font-800{ font-weight:800; }

.font-900{ font-weight:900; }


/** -- Font Size -- **/

.font-1 { font-size:1px;}

.font-2 { font-size:2px;}

.font-3 { font-size:3px;}

.font-4 { font-size:4px;}

.font-5 { font-size:5px;}

.font-6 { font-size:6px;}

.font-7 { font-size:7px;}

.font-8 { font-size:8px;}

.font-9 { font-size:9px;}

.font-10 { font-size:10px;}

.font-11 { font-size:11px;}

.font-12 { font-size:12px;}

.font-13 { font-size:13px;}

.font-14 { font-size:14px;}

.font-15 { font-size:15px;}

.font-16 { font-size:16px;}

.font-17 { font-size:17px;}

.font-18 { font-size:18px;}

.font-19 { font-size:19px;}

.font-20 { font-size:20px;}

.font-21 { font-size:21px;}

.font-22 { font-size:22px;}

.font-23 { font-size:23px;}

.font-24 { font-size:24px;}

.font-25 { font-size:25px;}

.font-26 { font-size:26px;}

.font-27 { font-size:27px;}

.font-28 { font-size:28px;}

.font-29 { font-size:29px;}

.font-30 { font-size:30px;}

.font-31 { font-size:31px;}

.font-32 { font-size:32px;}

.font-33 { font-size:33px;}

.font-34 { font-size:34px;}

.font-35 { font-size:35px;}

.font-36 { font-size:36px;}

.font-37 { font-size:37px;}

.font-38 { font-size:38px;}

.font-39 { font-size:39px;}

.font-40 { font-size:40px;}

.font-41 { font-size:41px;}

.font-42 { font-size:42px;}

.font-43 { font-size:43px;}

.font-44 { font-size:44px;}

.font-45 { font-size:45px;}

.font-46 { font-size:46px;}

.font-47 { font-size:47px;}

.font-48 { font-size:48px;}

.font-49 { font-size:49px;}

.font-50 { font-size:50px;}

.font-51 { font-size:51px;}

.font-52 { font-size:52px;}

.font-53 { font-size:53px;}

.font-54 { font-size:54px;}

.font-55 { font-size:55px;}

.font-56 { font-size:56px;}

.font-57 { font-size:57px;}

.font-58 { font-size:58px;}

.font-59 { font-size:59px;}

.font-60 { font-size:60px;}

.font-61 { font-size:61px;}

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

.font-63 { font-size:63px;}

.font-64 { font-size:64px;}

.font-65 { font-size:65px;}

.font-66 { font-size:66px;}

.font-67 { font-size:67px;}

.font-68 { font-size:68px;}

.font-69 { font-size:69px;}

.font-70 { font-size:70px;}

.font-71 { font-size:71px;}

.font-72 { font-size:72px;}

.font-73 { font-size:73px;}

.font-74 { font-size:74px;}

.font-75 { font-size:75px;}

.font-76 { font-size:76px;}

.font-77 { font-size:77px;}

.font-78 { font-size:78px;}

.font-79 { font-size:79px;}

.font-80 { font-size:80px;}

.font-81 { font-size:81px;}

.font-82 { font-size:82px;}

.font-83 { font-size:83px;}

.font-84 { font-size:84px;}

.font-85 { font-size:85px;}

.font-86 { font-size:86px;}

.font-87 { font-size:87px;}

.font-88 { font-size:88px;}

.font-89 { font-size:89px;}

.font-90 { font-size:90px;}

.font-91 { font-size:91px;}

.font-92 { font-size:92px;}

.font-93 { font-size:93px;}

.font-94 { font-size:94px;}

.font-95 { font-size:95px;}

.font-96 { font-size:96px;}

.font-97 { font-size:97px;}

.font-98 { font-size:98px;}

.font-99 { font-size:99px;}


/** -- Line Height -- **/

.line-10 { line-height:10px;}

.line-11 { line-height:11px;}

.line-12 { line-height:12px;}

.line-13 { line-height:13px;}

.line-14 { line-height:14px;}

.line-15 { line-height:15px;}

.line-16 { line-height:16px;}

.line-17 { line-height:17px;}

.line-18 { line-height:18px;}

.line-19 { line-height:19px;}

.line-20 { line-height:20px;}

.line-21 { line-height:21px;}

.line-22 { line-height:22px;}

.line-23 { line-height:23px;}

.line-24 { line-height:24px;}

.line-25 { line-height:25px;}

.line-26 { line-height:26px;}

.line-27 { line-height:27px;}

.line-28 { line-height:28px;}

.line-29 { line-height:29px;}

.line-30 { line-height:30px;}

.line-31 { line-height:31px;}

.line-32 { line-height:32px;}

.line-33 { line-height:33px;}

.line-34 { line-height:34px;}

.line-35 { line-height:35px;}

.line-36 { line-height:36px;}

.line-37 { line-height:37px;}

.line-38 { line-height:38px;}

.line-39 { line-height:39px;}

.line-40 { line-height:40px;}

.line-41 { line-height:41px;}

.line-42 { line-height:42px;}

.line-43 { line-height:43px;}

.line-44 { line-height:44px;}

.line-45 { line-height:45px;}

.line-46 { line-height:46px;}

.line-47 { line-height:47px;}

.line-48 { line-height:48px;}

.line-49 { line-height:49px;}


/* -- Responsive Media -- */


@media(min-width:768px){
  
  .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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\:p-155 { padding:155px; }
  .sm\:pt-155 { padding-top:155px; }
  .sm\:pb-155 { padding-bottom:155px; }
  .sm\:pl-155 { padding-left:155px; }
  .sm\:pr-155 { padding-right:155px; }
  .sm\:m-155 { margin:155px; }
  .sm\:mt-155 { margin-top:155px; }
  .sm\:mb-155 { margin-bottom:155px; }
  .sm\:ml-155 { margin-left:155px; }
  .sm\:mr-155 { margin-right:155px; }
  
  .sm\:p-160 { padding:160px; }
  .sm\:pt-160 { padding-top:160px; }
  .sm\:pb-160 { padding-bottom:160px; }
  .sm\:pl-160 { padding-left:160px; }
  .sm\:pr-160 { padding-right:160px; }
  .sm\:m-160 { margin:160px; }
  .sm\:mt-160 { margin-top:160px; }
  .sm\:mb-160 { margin-bottom:160px; }
  .sm\:ml-160 { margin-left:160px; }
  .sm\:mr-160 { margin-right:160px; }
  
  .sm\:p-165 { padding:165px; }
  .sm\:pt-165 { padding-top:165px; }
  .sm\:pb-165 { padding-bottom:165px; }
  .sm\:pl-165 { padding-left:165px; }
  .sm\:pr-165 { padding-right:165px; }
  .sm\:m-165 { margin:165px; }
  .sm\:mt-165 { margin-top:165px; }
  .sm\:mb-165 { margin-bottom:165px; }
  .sm\:ml-165 { margin-left:165px; }
  .sm\:mr-165 { margin-right:165px; }
  
  .sm\:p-170 { padding:170px; }
  .sm\:pt-170 { padding-top:170px; }
  .sm\:pb-170 { padding-bottom:170px; }
  .sm\:pl-170 { padding-left:170px; }
  .sm\:pr-170 { padding-right:170px; }
  .sm\:m-170 { margin:170px; }
  .sm\:mt-170 { margin-top:170px; }
  .sm\:mb-170 { margin-bottom:170px; }
  .sm\:ml-170 { margin-left:170px; }
  .sm\:mr-170 { margin-right:170px; }
  
  .sm\:p-175 { padding:175px; }
  .sm\:pt-175 { padding-top:175px; }
  .sm\:pb-175 { padding-bottom:175px; }
  .sm\:pl-175 { padding-left:175px; }
  .sm\:pr-175 { padding-right:175px; }
  .sm\:m-175 { margin:175px; }
  .sm\:mt-175 { margin-top:175px; }
  .sm\:mb-175 { margin-bottom:175px; }
  .sm\:ml-175 { margin-left:175px; }
  .sm\:mr-175 { margin-right:175px; }
  
  .sm\:p-180 { padding:180px; }
  .sm\:pt-180 { padding-top:180px; }
  .sm\:pb-180 { padding-bottom:180px; }
  .sm\:pl-180 { padding-left:180px; }
  .sm\:pr-180 { padding-right:180px; }
  .sm\:m-180 { margin:180px; }
  .sm\:mt-180 { margin-top:180px; }
  .sm\:mb-180 { margin-bottom:180px; }
  .sm\:ml-180 { margin-left:180px; }
  .sm\:mr-180 { margin-right:180px; }
  
  .sm\:p-185 { padding:185px; }
  .sm\:pt-185 { padding-top:185px; }
  .sm\:pb-185 { padding-bottom:185px; }
  .sm\:pl-185 { padding-left:185px; }
  .sm\:pr-185 { padding-right:185px; }
  .sm\:m-185 { margin:185px; }
  .sm\:mt-185 { margin-top:185px; }
  .sm\:mb-185 { margin-bottom:185px; }
  .sm\:ml-185 { margin-left:185px; }
  .sm\:mr-185 { margin-right:185px; }
  
  .sm\:p-190 { padding:190px; }
  .sm\:pt-190 { padding-top:190px; }
  .sm\:pb-190 { padding-bottom:190px; }
  .sm\:pl-190 { padding-left:190px; }
  .sm\:pr-190 { padding-right:190px; }
  .sm\:m-190 { margin:190px; }
  .sm\:mt-190 { margin-top:190px; }
  .sm\:mb-190 { margin-bottom:190px; }
  .sm\:ml-190 { margin-left:190px; }
  .sm\:mr-190 { margin-right:190px; }
  
  .sm\:p-195 { padding:195px; }
  .sm\:pt-195 { padding-top:195px; }
  .sm\:pb-195 { padding-bottom:195px; }
  .sm\:pl-195 { padding-left:195px; }
  .sm\:pr-195 { padding-right:195px; }
  .sm\:m-195 { margin:195px; }
  .sm\:mt-195 { margin-top:195px; }
  .sm\:mb-195 { margin-bottom:195px; }
  .sm\:ml-195 { margin-left:195px; }
  .sm\:mr-195 { margin-right:195px; }
  
  .sm\:p-200 { padding:200px; }
  .sm\:pt-200 { padding-top:200px; }
  .sm\:pb-200 { padding-bottom:200px; }
  .sm\:pl-200 { padding-left:200px; }
  .sm\:pr-200 { padding-right:200px; }
  .sm\:m-200 { margin:200px; }
  .sm\:mt-200 { margin-top:200px; }
  .sm\:mb-200 { margin-bottom:200px; }
  .sm\:ml-200 { margin-left:200px; }
  .sm\:mr-200 { margin-right:200px; }
  
  .sm\:p-205 { padding:205px; }
  .sm\:pt-205 { padding-top:205px; }
  .sm\:pb-205 { padding-bottom:205px; }
  .sm\:pl-205 { padding-left:205px; }
  .sm\:pr-205 { padding-right:205px; }
  .sm\:m-205 { margin:205px; }
  .sm\:mt-205 { margin-top:205px; }
  .sm\:mb-205 { margin-bottom:205px; }
  .sm\:ml-205 { margin-left:205px; }
  .sm\:mr-205 { margin-right:205px; }
  
  .sm\:p-210 { padding:210px; }
  .sm\:pt-210 { padding-top:210px; }
  .sm\:pb-210 { padding-bottom:210px; }
  .sm\:pl-210 { padding-left:210px; }
  .sm\:pr-210 { padding-right:210px; }
  .sm\:m-210 { margin:210px; }
  .sm\:mt-210 { margin-top:210px; }
  .sm\:mb-210 { margin-bottom:210px; }
  .sm\:ml-210 { margin-left:210px; }
  .sm\:mr-210 { margin-right:210px; }
  
  .sm\:p-215 { padding:215px; }
  .sm\:pt-215 { padding-top:215px; }
  .sm\:pb-215 { padding-bottom:215px; }
  .sm\:pl-215 { padding-left:215px; }
  .sm\:pr-215 { padding-right:215px; }
  .sm\:m-215 { margin:215px; }
  .sm\:mt-215 { margin-top:215px; }
  .sm\:mb-215 { margin-bottom:215px; }
  .sm\:ml-215 { margin-left:215px; }
  .sm\:mr-215 { margin-right:215px; }
  
  .sm\:p-220 { padding:220px; }
  .sm\:pt-220 { padding-top:220px; }
  .sm\:pb-220 { padding-bottom:220px; }
  .sm\:pl-220 { padding-left:220px; }
  .sm\:pr-220 { padding-right:220px; }
  .sm\:m-220 { margin:220px; }
  .sm\:mt-220 { margin-top:220px; }
  .sm\:mb-220 { margin-bottom:220px; }
  .sm\:ml-220 { margin-left:220px; }
  .sm\:mr-220 { margin-right:220px; }
  

  
  .sm\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
  
  .sm\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
  
  .sm\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
  
  .sm\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
  
  .sm\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
  
  .sm\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
  
  .sm\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
  
  .sm\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
  
  .sm\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
  
  .sm\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
  
  .sm\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
  
  .sm\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
  

  
  .sm\:col-1 { font-size:1px;}
  
  .sm\:col-2 { font-size:2px;}
  
  .sm\:col-3 { font-size:3px;}
  
  .sm\:col-4 { font-size:4px;}
  
  .sm\:col-5 { font-size:5px;}
  
  .sm\:col-6 { font-size:6px;}
  
  .sm\:col-7 { font-size:7px;}
  
  .sm\:col-8 { font-size:8px;}
  
  .sm\:col-9 { font-size:9px;}
  
  .sm\:col-10 { font-size:10px;}
  
  .sm\:col-11 { font-size:11px;}
  
  .sm\:col-12 { font-size:12px;}
  
  .sm\:col-13 { font-size:13px;}
  
  .sm\:col-14 { font-size:14px;}
  
  .sm\:col-15 { font-size:15px;}
  
  .sm\:col-16 { font-size:16px;}
  
  .sm\:col-17 { font-size:17px;}
  
  .sm\:col-18 { font-size:18px;}
  
  .sm\:col-19 { font-size:19px;}
  
  .sm\:col-20 { font-size:20px;}
  
  .sm\:col-21 { font-size:21px;}
  
  .sm\:col-22 { font-size:22px;}
  
  .sm\:col-23 { font-size:23px;}
  
  .sm\:col-24 { font-size:24px;}
  
  .sm\:col-25 { font-size:25px;}
  
  .sm\:col-26 { font-size:26px;}
  
  .sm\:col-27 { font-size:27px;}
  
  .sm\:col-28 { font-size:28px;}
  
  .sm\:col-29 { font-size:29px;}
  
  .sm\:col-30 { font-size:30px;}
  
  .sm\:col-31 { font-size:31px;}
  
  .sm\:col-32 { font-size:32px;}
  
  .sm\:col-33 { font-size:33px;}
  
  .sm\:col-34 { font-size:34px;}
  
  .sm\:col-35 { font-size:35px;}
  
  .sm\:col-36 { font-size:36px;}
  
  .sm\:col-37 { font-size:37px;}
  
  .sm\:col-38 { font-size:38px;}
  
  .sm\:col-39 { font-size:39px;}
  
  .sm\:col-40 { font-size:40px;}
  
  .sm\:col-41 { font-size:41px;}
  
  .sm\:col-42 { font-size:42px;}
  
  .sm\:col-43 { font-size:43px;}
  
  .sm\:col-44 { font-size:44px;}
  
  .sm\:col-45 { font-size:45px;}
  
  .sm\:col-46 { font-size:46px;}
  
  .sm\:col-47 { font-size:47px;}
  
  .sm\:col-48 { font-size:48px;}
  
  .sm\:col-49 { font-size:49px;}
  
  .sm\:col-50 { font-size:50px;}
  
  .sm\:col-51 { font-size:51px;}
  
  .sm\:col-52 { font-size:52px;}
  
  .sm\:col-53 { font-size:53px;}
  
  .sm\:col-54 { font-size:54px;}
  
  .sm\:col-55 { font-size:55px;}
  
  .sm\:col-56 { font-size:56px;}
  
  .sm\:col-57 { font-size:57px;}
  
  .sm\:col-58 { font-size:58px;}
  
  .sm\:col-59 { font-size:59px;}
  
  .sm\:col-60 { font-size:60px;}
  
  .sm\:col-61 { font-size:61px;}
  
  .sm\:col-62 { font-size:62px;}
  
  .sm\:col-63 { font-size:63px;}
  
  .sm\:col-64 { font-size:64px;}
  
  .sm\:col-65 { font-size:65px;}
  
  .sm\:col-66 { font-size:66px;}
  
  .sm\:col-67 { font-size:67px;}
  
  .sm\:col-68 { font-size:68px;}
  
  .sm\:col-69 { font-size:69px;}
  
  .sm\:col-70 { font-size:70px;}
  
  .sm\:col-71 { font-size:71px;}
  
  .sm\:col-72 { font-size:72px;}
  
  .sm\:col-73 { font-size:73px;}
  
  .sm\:col-74 { font-size:74px;}
  
  .sm\:col-75 { font-size:75px;}
  
  .sm\:col-76 { font-size:76px;}
  
  .sm\:col-77 { font-size:77px;}
  
  .sm\:col-78 { font-size:78px;}
  
  .sm\:col-79 { font-size:79px;}
  
  .sm\:col-80 { font-size:80px;}
  
  .sm\:col-81 { font-size:81px;}
  
  .sm\:col-82 { font-size:82px;}
  
  .sm\:col-83 { font-size:83px;}
  
  .sm\:col-84 { font-size:84px;}
  
  .sm\:col-85 { font-size:85px;}
  
  .sm\:col-86 { font-size:86px;}
  
  .sm\:col-87 { font-size:87px;}
  
  .sm\:col-88 { font-size:88px;}
  
  .sm\:col-89 { font-size:89px;}
  
  .sm\:col-90 { font-size:90px;}
  
  .sm\:col-91 { font-size:91px;}
  
  .sm\:col-92 { font-size:92px;}
  
  .sm\:col-93 { font-size:93px;}
  
  .sm\:col-94 { font-size:94px;}
  
  .sm\:col-95 { font-size:95px;}
  
  .sm\:col-96 { font-size:96px;}
  
  .sm\:col-97 { font-size:97px;}
  
  .sm\:col-98 { font-size:98px;}
  
  .sm\:col-99 { font-size:99px;}
  

  
  .sm\:col-10 { line-height:10px;}
  
  .sm\:col-11 { line-height:11px;}
  
  .sm\:col-12 { line-height:12px;}
  
  .sm\:col-13 { line-height:13px;}
  
  .sm\:col-14 { line-height:14px;}
  
  .sm\:col-15 { line-height:15px;}
  
  .sm\:col-16 { line-height:16px;}
  
  .sm\:col-17 { line-height:17px;}
  
  .sm\:col-18 { line-height:18px;}
  
  .sm\:col-19 { line-height:19px;}
  
  .sm\:col-20 { line-height:20px;}
  
  .sm\:col-21 { line-height:21px;}
  
  .sm\:col-22 { line-height:22px;}
  
  .sm\:col-23 { line-height:23px;}
  
  .sm\:col-24 { line-height:24px;}
  
  .sm\:col-25 { line-height:25px;}
  
  .sm\:col-26 { line-height:26px;}
  
  .sm\:col-27 { line-height:27px;}
  
  .sm\:col-28 { line-height:28px;}
  
  .sm\:col-29 { line-height:29px;}
  
  .sm\:col-30 { line-height:30px;}
  
  .sm\:col-31 { line-height:31px;}
  
  .sm\:col-32 { line-height:32px;}
  
  .sm\:col-33 { line-height:33px;}
  
  .sm\:col-34 { line-height:34px;}
  
  .sm\:col-35 { line-height:35px;}
  
  .sm\:col-36 { line-height:36px;}
  
  .sm\:col-37 { line-height:37px;}
  
  .sm\:col-38 { line-height:38px;}
  
  .sm\:col-39 { line-height:39px;}
  
  .sm\:col-40 { line-height:40px;}
  
  .sm\:col-41 { line-height:41px;}
  
  .sm\:col-42 { line-height:42px;}
  
  .sm\:col-43 { line-height:43px;}
  
  .sm\:col-44 { line-height:44px;}
  
  .sm\:col-45 { line-height:45px;}
  
  .sm\:col-46 { line-height:46px;}
  
  .sm\:col-47 { line-height:47px;}
  
  .sm\:col-48 { line-height:48px;}
  
  .sm\:col-49 { line-height:49px;}
  



}


@media(min-width:992px){
  
  .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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\:p-155 { padding:155px; }
  .md\:pt-155 { padding-top:155px; }
  .md\:pb-155 { padding-bottom:155px; }
  .md\:pl-155 { padding-left:155px; }
  .md\:pr-155 { padding-right:155px; }
  .md\:m-155 { margin:155px; }
  .md\:mt-155 { margin-top:155px; }
  .md\:mb-155 { margin-bottom:155px; }
  .md\:ml-155 { margin-left:155px; }
  .md\:mr-155 { margin-right:155px; }
  
  .md\:p-160 { padding:160px; }
  .md\:pt-160 { padding-top:160px; }
  .md\:pb-160 { padding-bottom:160px; }
  .md\:pl-160 { padding-left:160px; }
  .md\:pr-160 { padding-right:160px; }
  .md\:m-160 { margin:160px; }
  .md\:mt-160 { margin-top:160px; }
  .md\:mb-160 { margin-bottom:160px; }
  .md\:ml-160 { margin-left:160px; }
  .md\:mr-160 { margin-right:160px; }
  
  .md\:p-165 { padding:165px; }
  .md\:pt-165 { padding-top:165px; }
  .md\:pb-165 { padding-bottom:165px; }
  .md\:pl-165 { padding-left:165px; }
  .md\:pr-165 { padding-right:165px; }
  .md\:m-165 { margin:165px; }
  .md\:mt-165 { margin-top:165px; }
  .md\:mb-165 { margin-bottom:165px; }
  .md\:ml-165 { margin-left:165px; }
  .md\:mr-165 { margin-right:165px; }
  
  .md\:p-170 { padding:170px; }
  .md\:pt-170 { padding-top:170px; }
  .md\:pb-170 { padding-bottom:170px; }
  .md\:pl-170 { padding-left:170px; }
  .md\:pr-170 { padding-right:170px; }
  .md\:m-170 { margin:170px; }
  .md\:mt-170 { margin-top:170px; }
  .md\:mb-170 { margin-bottom:170px; }
  .md\:ml-170 { margin-left:170px; }
  .md\:mr-170 { margin-right:170px; }
  
  .md\:p-175 { padding:175px; }
  .md\:pt-175 { padding-top:175px; }
  .md\:pb-175 { padding-bottom:175px; }
  .md\:pl-175 { padding-left:175px; }
  .md\:pr-175 { padding-right:175px; }
  .md\:m-175 { margin:175px; }
  .md\:mt-175 { margin-top:175px; }
  .md\:mb-175 { margin-bottom:175px; }
  .md\:ml-175 { margin-left:175px; }
  .md\:mr-175 { margin-right:175px; }
  
  .md\:p-180 { padding:180px; }
  .md\:pt-180 { padding-top:180px; }
  .md\:pb-180 { padding-bottom:180px; }
  .md\:pl-180 { padding-left:180px; }
  .md\:pr-180 { padding-right:180px; }
  .md\:m-180 { margin:180px; }
  .md\:mt-180 { margin-top:180px; }
  .md\:mb-180 { margin-bottom:180px; }
  .md\:ml-180 { margin-left:180px; }
  .md\:mr-180 { margin-right:180px; }
  
  .md\:p-185 { padding:185px; }
  .md\:pt-185 { padding-top:185px; }
  .md\:pb-185 { padding-bottom:185px; }
  .md\:pl-185 { padding-left:185px; }
  .md\:pr-185 { padding-right:185px; }
  .md\:m-185 { margin:185px; }
  .md\:mt-185 { margin-top:185px; }
  .md\:mb-185 { margin-bottom:185px; }
  .md\:ml-185 { margin-left:185px; }
  .md\:mr-185 { margin-right:185px; }
  
  .md\:p-190 { padding:190px; }
  .md\:pt-190 { padding-top:190px; }
  .md\:pb-190 { padding-bottom:190px; }
  .md\:pl-190 { padding-left:190px; }
  .md\:pr-190 { padding-right:190px; }
  .md\:m-190 { margin:190px; }
  .md\:mt-190 { margin-top:190px; }
  .md\:mb-190 { margin-bottom:190px; }
  .md\:ml-190 { margin-left:190px; }
  .md\:mr-190 { margin-right:190px; }
  
  .md\:p-195 { padding:195px; }
  .md\:pt-195 { padding-top:195px; }
  .md\:pb-195 { padding-bottom:195px; }
  .md\:pl-195 { padding-left:195px; }
  .md\:pr-195 { padding-right:195px; }
  .md\:m-195 { margin:195px; }
  .md\:mt-195 { margin-top:195px; }
  .md\:mb-195 { margin-bottom:195px; }
  .md\:ml-195 { margin-left:195px; }
  .md\:mr-195 { margin-right:195px; }
  
  .md\:p-200 { padding:200px; }
  .md\:pt-200 { padding-top:200px; }
  .md\:pb-200 { padding-bottom:200px; }
  .md\:pl-200 { padding-left:200px; }
  .md\:pr-200 { padding-right:200px; }
  .md\:m-200 { margin:200px; }
  .md\:mt-200 { margin-top:200px; }
  .md\:mb-200 { margin-bottom:200px; }
  .md\:ml-200 { margin-left:200px; }
  .md\:mr-200 { margin-right:200px; }
  
  .md\:p-205 { padding:205px; }
  .md\:pt-205 { padding-top:205px; }
  .md\:pb-205 { padding-bottom:205px; }
  .md\:pl-205 { padding-left:205px; }
  .md\:pr-205 { padding-right:205px; }
  .md\:m-205 { margin:205px; }
  .md\:mt-205 { margin-top:205px; }
  .md\:mb-205 { margin-bottom:205px; }
  .md\:ml-205 { margin-left:205px; }
  .md\:mr-205 { margin-right:205px; }
  
  .md\:p-210 { padding:210px; }
  .md\:pt-210 { padding-top:210px; }
  .md\:pb-210 { padding-bottom:210px; }
  .md\:pl-210 { padding-left:210px; }
  .md\:pr-210 { padding-right:210px; }
  .md\:m-210 { margin:210px; }
  .md\:mt-210 { margin-top:210px; }
  .md\:mb-210 { margin-bottom:210px; }
  .md\:ml-210 { margin-left:210px; }
  .md\:mr-210 { margin-right:210px; }
  
  .md\:p-215 { padding:215px; }
  .md\:pt-215 { padding-top:215px; }
  .md\:pb-215 { padding-bottom:215px; }
  .md\:pl-215 { padding-left:215px; }
  .md\:pr-215 { padding-right:215px; }
  .md\:m-215 { margin:215px; }
  .md\:mt-215 { margin-top:215px; }
  .md\:mb-215 { margin-bottom:215px; }
  .md\:ml-215 { margin-left:215px; }
  .md\:mr-215 { margin-right:215px; }
  
  .md\:p-220 { padding:220px; }
  .md\:pt-220 { padding-top:220px; }
  .md\:pb-220 { padding-bottom:220px; }
  .md\:pl-220 { padding-left:220px; }
  .md\:pr-220 { padding-right:220px; }
  .md\:m-220 { margin:220px; }
  .md\:mt-220 { margin-top:220px; }
  .md\:mb-220 { margin-bottom:220px; }
  .md\:ml-220 { margin-left:220px; }
  .md\:mr-220 { margin-right:220px; }
  

  
  .md\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
  
  .md\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
  
  .md\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
  
  .md\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
  
  .md\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
  
  .md\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
  
  .md\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
  
  .md\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
  
  .md\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
  
  .md\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
  
  .md\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
  
  .md\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
  

  
  .md\:col-1 { font-size:1px;}
  
  .md\:col-2 { font-size:2px;}
  
  .md\:col-3 { font-size:3px;}
  
  .md\:col-4 { font-size:4px;}
  
  .md\:col-5 { font-size:5px;}
  
  .md\:col-6 { font-size:6px;}
  
  .md\:col-7 { font-size:7px;}
  
  .md\:col-8 { font-size:8px;}
  
  .md\:col-9 { font-size:9px;}
  
  .md\:col-10 { font-size:10px;}
  
  .md\:col-11 { font-size:11px;}
  
  .md\:col-12 { font-size:12px;}
  
  .md\:col-13 { font-size:13px;}
  
  .md\:col-14 { font-size:14px;}
  
  .md\:col-15 { font-size:15px;}
  
  .md\:col-16 { font-size:16px;}
  
  .md\:col-17 { font-size:17px;}
  
  .md\:col-18 { font-size:18px;}
  
  .md\:col-19 { font-size:19px;}
  
  .md\:col-20 { font-size:20px;}
  
  .md\:col-21 { font-size:21px;}
  
  .md\:col-22 { font-size:22px;}
  
  .md\:col-23 { font-size:23px;}
  
  .md\:col-24 { font-size:24px;}
  
  .md\:col-25 { font-size:25px;}
  
  .md\:col-26 { font-size:26px;}
  
  .md\:col-27 { font-size:27px;}
  
  .md\:col-28 { font-size:28px;}
  
  .md\:col-29 { font-size:29px;}
  
  .md\:col-30 { font-size:30px;}
  
  .md\:col-31 { font-size:31px;}
  
  .md\:col-32 { font-size:32px;}
  
  .md\:col-33 { font-size:33px;}
  
  .md\:col-34 { font-size:34px;}
  
  .md\:col-35 { font-size:35px;}
  
  .md\:col-36 { font-size:36px;}
  
  .md\:col-37 { font-size:37px;}
  
  .md\:col-38 { font-size:38px;}
  
  .md\:col-39 { font-size:39px;}
  
  .md\:col-40 { font-size:40px;}
  
  .md\:col-41 { font-size:41px;}
  
  .md\:col-42 { font-size:42px;}
  
  .md\:col-43 { font-size:43px;}
  
  .md\:col-44 { font-size:44px;}
  
  .md\:col-45 { font-size:45px;}
  
  .md\:col-46 { font-size:46px;}
  
  .md\:col-47 { font-size:47px;}
  
  .md\:col-48 { font-size:48px;}
  
  .md\:col-49 { font-size:49px;}
  
  .md\:col-50 { font-size:50px;}
  
  .md\:col-51 { font-size:51px;}
  
  .md\:col-52 { font-size:52px;}
  
  .md\:col-53 { font-size:53px;}
  
  .md\:col-54 { font-size:54px;}
  
  .md\:col-55 { font-size:55px;}
  
  .md\:col-56 { font-size:56px;}
  
  .md\:col-57 { font-size:57px;}
  
  .md\:col-58 { font-size:58px;}
  
  .md\:col-59 { font-size:59px;}
  
  .md\:col-60 { font-size:60px;}
  
  .md\:col-61 { font-size:61px;}
  
  .md\:col-62 { font-size:62px;}
  
  .md\:col-63 { font-size:63px;}
  
  .md\:col-64 { font-size:64px;}
  
  .md\:col-65 { font-size:65px;}
  
  .md\:col-66 { font-size:66px;}
  
  .md\:col-67 { font-size:67px;}
  
  .md\:col-68 { font-size:68px;}
  
  .md\:col-69 { font-size:69px;}
  
  .md\:col-70 { font-size:70px;}
  
  .md\:col-71 { font-size:71px;}
  
  .md\:col-72 { font-size:72px;}
  
  .md\:col-73 { font-size:73px;}
  
  .md\:col-74 { font-size:74px;}
  
  .md\:col-75 { font-size:75px;}
  
  .md\:col-76 { font-size:76px;}
  
  .md\:col-77 { font-size:77px;}
  
  .md\:col-78 { font-size:78px;}
  
  .md\:col-79 { font-size:79px;}
  
  .md\:col-80 { font-size:80px;}
  
  .md\:col-81 { font-size:81px;}
  
  .md\:col-82 { font-size:82px;}
  
  .md\:col-83 { font-size:83px;}
  
  .md\:col-84 { font-size:84px;}
  
  .md\:col-85 { font-size:85px;}
  
  .md\:col-86 { font-size:86px;}
  
  .md\:col-87 { font-size:87px;}
  
  .md\:col-88 { font-size:88px;}
  
  .md\:col-89 { font-size:89px;}
  
  .md\:col-90 { font-size:90px;}
  
  .md\:col-91 { font-size:91px;}
  
  .md\:col-92 { font-size:92px;}
  
  .md\:col-93 { font-size:93px;}
  
  .md\:col-94 { font-size:94px;}
  
  .md\:col-95 { font-size:95px;}
  
  .md\:col-96 { font-size:96px;}
  
  .md\:col-97 { font-size:97px;}
  
  .md\:col-98 { font-size:98px;}
  
  .md\:col-99 { font-size:99px;}
  

  
  .md\:col-10 { line-height:10px;}
  
  .md\:col-11 { line-height:11px;}
  
  .md\:col-12 { line-height:12px;}
  
  .md\:col-13 { line-height:13px;}
  
  .md\:col-14 { line-height:14px;}
  
  .md\:col-15 { line-height:15px;}
  
  .md\:col-16 { line-height:16px;}
  
  .md\:col-17 { line-height:17px;}
  
  .md\:col-18 { line-height:18px;}
  
  .md\:col-19 { line-height:19px;}
  
  .md\:col-20 { line-height:20px;}
  
  .md\:col-21 { line-height:21px;}
  
  .md\:col-22 { line-height:22px;}
  
  .md\:col-23 { line-height:23px;}
  
  .md\:col-24 { line-height:24px;}
  
  .md\:col-25 { line-height:25px;}
  
  .md\:col-26 { line-height:26px;}
  
  .md\:col-27 { line-height:27px;}
  
  .md\:col-28 { line-height:28px;}
  
  .md\:col-29 { line-height:29px;}
  
  .md\:col-30 { line-height:30px;}
  
  .md\:col-31 { line-height:31px;}
  
  .md\:col-32 { line-height:32px;}
  
  .md\:col-33 { line-height:33px;}
  
  .md\:col-34 { line-height:34px;}
  
  .md\:col-35 { line-height:35px;}
  
  .md\:col-36 { line-height:36px;}
  
  .md\:col-37 { line-height:37px;}
  
  .md\:col-38 { line-height:38px;}
  
  .md\:col-39 { line-height:39px;}
  
  .md\:col-40 { line-height:40px;}
  
  .md\:col-41 { line-height:41px;}
  
  .md\:col-42 { line-height:42px;}
  
  .md\:col-43 { line-height:43px;}
  
  .md\:col-44 { line-height:44px;}
  
  .md\:col-45 { line-height:45px;}
  
  .md\:col-46 { line-height:46px;}
  
  .md\:col-47 { line-height:47px;}
  
  .md\:col-48 { line-height:48px;}
  
  .md\:col-49 { line-height:49px;}
  



}


@media(min-width:1200px){
  
  .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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\: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\:p-155 { padding:155px; }
  .lg\:pt-155 { padding-top:155px; }
  .lg\:pb-155 { padding-bottom:155px; }
  .lg\:pl-155 { padding-left:155px; }
  .lg\:pr-155 { padding-right:155px; }
  .lg\:m-155 { margin:155px; }
  .lg\:mt-155 { margin-top:155px; }
  .lg\:mb-155 { margin-bottom:155px; }
  .lg\:ml-155 { margin-left:155px; }
  .lg\:mr-155 { margin-right:155px; }
  
  .lg\:p-160 { padding:160px; }
  .lg\:pt-160 { padding-top:160px; }
  .lg\:pb-160 { padding-bottom:160px; }
  .lg\:pl-160 { padding-left:160px; }
  .lg\:pr-160 { padding-right:160px; }
  .lg\:m-160 { margin:160px; }
  .lg\:mt-160 { margin-top:160px; }
  .lg\:mb-160 { margin-bottom:160px; }
  .lg\:ml-160 { margin-left:160px; }
  .lg\:mr-160 { margin-right:160px; }
  
  .lg\:p-165 { padding:165px; }
  .lg\:pt-165 { padding-top:165px; }
  .lg\:pb-165 { padding-bottom:165px; }
  .lg\:pl-165 { padding-left:165px; }
  .lg\:pr-165 { padding-right:165px; }
  .lg\:m-165 { margin:165px; }
  .lg\:mt-165 { margin-top:165px; }
  .lg\:mb-165 { margin-bottom:165px; }
  .lg\:ml-165 { margin-left:165px; }
  .lg\:mr-165 { margin-right:165px; }
  
  .lg\:p-170 { padding:170px; }
  .lg\:pt-170 { padding-top:170px; }
  .lg\:pb-170 { padding-bottom:170px; }
  .lg\:pl-170 { padding-left:170px; }
  .lg\:pr-170 { padding-right:170px; }
  .lg\:m-170 { margin:170px; }
  .lg\:mt-170 { margin-top:170px; }
  .lg\:mb-170 { margin-bottom:170px; }
  .lg\:ml-170 { margin-left:170px; }
  .lg\:mr-170 { margin-right:170px; }
  
  .lg\:p-175 { padding:175px; }
  .lg\:pt-175 { padding-top:175px; }
  .lg\:pb-175 { padding-bottom:175px; }
  .lg\:pl-175 { padding-left:175px; }
  .lg\:pr-175 { padding-right:175px; }
  .lg\:m-175 { margin:175px; }
  .lg\:mt-175 { margin-top:175px; }
  .lg\:mb-175 { margin-bottom:175px; }
  .lg\:ml-175 { margin-left:175px; }
  .lg\:mr-175 { margin-right:175px; }
  
  .lg\:p-180 { padding:180px; }
  .lg\:pt-180 { padding-top:180px; }
  .lg\:pb-180 { padding-bottom:180px; }
  .lg\:pl-180 { padding-left:180px; }
  .lg\:pr-180 { padding-right:180px; }
  .lg\:m-180 { margin:180px; }
  .lg\:mt-180 { margin-top:180px; }
  .lg\:mb-180 { margin-bottom:180px; }
  .lg\:ml-180 { margin-left:180px; }
  .lg\:mr-180 { margin-right:180px; }
  
  .lg\:p-185 { padding:185px; }
  .lg\:pt-185 { padding-top:185px; }
  .lg\:pb-185 { padding-bottom:185px; }
  .lg\:pl-185 { padding-left:185px; }
  .lg\:pr-185 { padding-right:185px; }
  .lg\:m-185 { margin:185px; }
  .lg\:mt-185 { margin-top:185px; }
  .lg\:mb-185 { margin-bottom:185px; }
  .lg\:ml-185 { margin-left:185px; }
  .lg\:mr-185 { margin-right:185px; }
  
  .lg\:p-190 { padding:190px; }
  .lg\:pt-190 { padding-top:190px; }
  .lg\:pb-190 { padding-bottom:190px; }
  .lg\:pl-190 { padding-left:190px; }
  .lg\:pr-190 { padding-right:190px; }
  .lg\:m-190 { margin:190px; }
  .lg\:mt-190 { margin-top:190px; }
  .lg\:mb-190 { margin-bottom:190px; }
  .lg\:ml-190 { margin-left:190px; }
  .lg\:mr-190 { margin-right:190px; }
  
  .lg\:p-195 { padding:195px; }
  .lg\:pt-195 { padding-top:195px; }
  .lg\:pb-195 { padding-bottom:195px; }
  .lg\:pl-195 { padding-left:195px; }
  .lg\:pr-195 { padding-right:195px; }
  .lg\:m-195 { margin:195px; }
  .lg\:mt-195 { margin-top:195px; }
  .lg\:mb-195 { margin-bottom:195px; }
  .lg\:ml-195 { margin-left:195px; }
  .lg\:mr-195 { margin-right:195px; }
  
  .lg\:p-200 { padding:200px; }
  .lg\:pt-200 { padding-top:200px; }
  .lg\:pb-200 { padding-bottom:200px; }
  .lg\:pl-200 { padding-left:200px; }
  .lg\:pr-200 { padding-right:200px; }
  .lg\:m-200 { margin:200px; }
  .lg\:mt-200 { margin-top:200px; }
  .lg\:mb-200 { margin-bottom:200px; }
  .lg\:ml-200 { margin-left:200px; }
  .lg\:mr-200 { margin-right:200px; }
  
  .lg\:p-205 { padding:205px; }
  .lg\:pt-205 { padding-top:205px; }
  .lg\:pb-205 { padding-bottom:205px; }
  .lg\:pl-205 { padding-left:205px; }
  .lg\:pr-205 { padding-right:205px; }
  .lg\:m-205 { margin:205px; }
  .lg\:mt-205 { margin-top:205px; }
  .lg\:mb-205 { margin-bottom:205px; }
  .lg\:ml-205 { margin-left:205px; }
  .lg\:mr-205 { margin-right:205px; }
  
  .lg\:p-210 { padding:210px; }
  .lg\:pt-210 { padding-top:210px; }
  .lg\:pb-210 { padding-bottom:210px; }
  .lg\:pl-210 { padding-left:210px; }
  .lg\:pr-210 { padding-right:210px; }
  .lg\:m-210 { margin:210px; }
  .lg\:mt-210 { margin-top:210px; }
  .lg\:mb-210 { margin-bottom:210px; }
  .lg\:ml-210 { margin-left:210px; }
  .lg\:mr-210 { margin-right:210px; }
  
  .lg\:p-215 { padding:215px; }
  .lg\:pt-215 { padding-top:215px; }
  .lg\:pb-215 { padding-bottom:215px; }
  .lg\:pl-215 { padding-left:215px; }
  .lg\:pr-215 { padding-right:215px; }
  .lg\:m-215 { margin:215px; }
  .lg\:mt-215 { margin-top:215px; }
  .lg\:mb-215 { margin-bottom:215px; }
  .lg\:ml-215 { margin-left:215px; }
  .lg\:mr-215 { margin-right:215px; }
  
  .lg\:p-220 { padding:220px; }
  .lg\:pt-220 { padding-top:220px; }
  .lg\:pb-220 { padding-bottom:220px; }
  .lg\:pl-220 { padding-left:220px; }
  .lg\:pr-220 { padding-right:220px; }
  .lg\:m-220 { margin:220px; }
  .lg\:mt-220 { margin-top:220px; }
  .lg\:mb-220 { margin-bottom:220px; }
  .lg\:ml-220 { margin-left:220px; }
  .lg\:mr-220 { margin-right:220px; }
  

  
  .lg\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
  
  .lg\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
  
  .lg\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
  
  .lg\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
  
  .lg\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
  
  .lg\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
  
  .lg\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
  
  .lg\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
  
  .lg\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
  
  .lg\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
  
  .lg\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
  
  .lg\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
  

  
  .lg\:col-1 { font-size:1px;}
  
  .lg\:col-2 { font-size:2px;}
  
  .lg\:col-3 { font-size:3px;}
  
  .lg\:col-4 { font-size:4px;}
  
  .lg\:col-5 { font-size:5px;}
  
  .lg\:col-6 { font-size:6px;}
  
  .lg\:col-7 { font-size:7px;}
  
  .lg\:col-8 { font-size:8px;}
  
  .lg\:col-9 { font-size:9px;}
  
  .lg\:col-10 { font-size:10px;}
  
  .lg\:col-11 { font-size:11px;}
  
  .lg\:col-12 { font-size:12px;}
  
  .lg\:col-13 { font-size:13px;}
  
  .lg\:col-14 { font-size:14px;}
  
  .lg\:col-15 { font-size:15px;}
  
  .lg\:col-16 { font-size:16px;}
  
  .lg\:col-17 { font-size:17px;}
  
  .lg\:col-18 { font-size:18px;}
  
  .lg\:col-19 { font-size:19px;}
  
  .lg\:col-20 { font-size:20px;}
  
  .lg\:col-21 { font-size:21px;}
  
  .lg\:col-22 { font-size:22px;}
  
  .lg\:col-23 { font-size:23px;}
  
  .lg\:col-24 { font-size:24px;}
  
  .lg\:col-25 { font-size:25px;}
  
  .lg\:col-26 { font-size:26px;}
  
  .lg\:col-27 { font-size:27px;}
  
  .lg\:col-28 { font-size:28px;}
  
  .lg\:col-29 { font-size:29px;}
  
  .lg\:col-30 { font-size:30px;}
  
  .lg\:col-31 { font-size:31px;}
  
  .lg\:col-32 { font-size:32px;}
  
  .lg\:col-33 { font-size:33px;}
  
  .lg\:col-34 { font-size:34px;}
  
  .lg\:col-35 { font-size:35px;}
  
  .lg\:col-36 { font-size:36px;}
  
  .lg\:col-37 { font-size:37px;}
  
  .lg\:col-38 { font-size:38px;}
  
  .lg\:col-39 { font-size:39px;}
  
  .lg\:col-40 { font-size:40px;}
  
  .lg\:col-41 { font-size:41px;}
  
  .lg\:col-42 { font-size:42px;}
  
  .lg\:col-43 { font-size:43px;}
  
  .lg\:col-44 { font-size:44px;}
  
  .lg\:col-45 { font-size:45px;}
  
  .lg\:col-46 { font-size:46px;}
  
  .lg\:col-47 { font-size:47px;}
  
  .lg\:col-48 { font-size:48px;}
  
  .lg\:col-49 { font-size:49px;}
  
  .lg\:col-50 { font-size:50px;}
  
  .lg\:col-51 { font-size:51px;}
  
  .lg\:col-52 { font-size:52px;}
  
  .lg\:col-53 { font-size:53px;}
  
  .lg\:col-54 { font-size:54px;}
  
  .lg\:col-55 { font-size:55px;}
  
  .lg\:col-56 { font-size:56px;}
  
  .lg\:col-57 { font-size:57px;}
  
  .lg\:col-58 { font-size:58px;}
  
  .lg\:col-59 { font-size:59px;}
  
  .lg\:col-60 { font-size:60px;}
  
  .lg\:col-61 { font-size:61px;}
  
  .lg\:col-62 { font-size:62px;}
  
  .lg\:col-63 { font-size:63px;}
  
  .lg\:col-64 { font-size:64px;}
  
  .lg\:col-65 { font-size:65px;}
  
  .lg\:col-66 { font-size:66px;}
  
  .lg\:col-67 { font-size:67px;}
  
  .lg\:col-68 { font-size:68px;}
  
  .lg\:col-69 { font-size:69px;}
  
  .lg\:col-70 { font-size:70px;}
  
  .lg\:col-71 { font-size:71px;}
  
  .lg\:col-72 { font-size:72px;}
  
  .lg\:col-73 { font-size:73px;}
  
  .lg\:col-74 { font-size:74px;}
  
  .lg\:col-75 { font-size:75px;}
  
  .lg\:col-76 { font-size:76px;}
  
  .lg\:col-77 { font-size:77px;}
  
  .lg\:col-78 { font-size:78px;}
  
  .lg\:col-79 { font-size:79px;}
  
  .lg\:col-80 { font-size:80px;}
  
  .lg\:col-81 { font-size:81px;}
  
  .lg\:col-82 { font-size:82px;}
  
  .lg\:col-83 { font-size:83px;}
  
  .lg\:col-84 { font-size:84px;}
  
  .lg\:col-85 { font-size:85px;}
  
  .lg\:col-86 { font-size:86px;}
  
  .lg\:col-87 { font-size:87px;}
  
  .lg\:col-88 { font-size:88px;}
  
  .lg\:col-89 { font-size:89px;}
  
  .lg\:col-90 { font-size:90px;}
  
  .lg\:col-91 { font-size:91px;}
  
  .lg\:col-92 { font-size:92px;}
  
  .lg\:col-93 { font-size:93px;}
  
  .lg\:col-94 { font-size:94px;}
  
  .lg\:col-95 { font-size:95px;}
  
  .lg\:col-96 { font-size:96px;}
  
  .lg\:col-97 { font-size:97px;}
  
  .lg\:col-98 { font-size:98px;}
  
  .lg\:col-99 { font-size:99px;}
  

  
  .lg\:col-10 { line-height:10px;}
  
  .lg\:col-11 { line-height:11px;}
  
  .lg\:col-12 { line-height:12px;}
  
  .lg\:col-13 { line-height:13px;}
  
  .lg\:col-14 { line-height:14px;}
  
  .lg\:col-15 { line-height:15px;}
  
  .lg\:col-16 { line-height:16px;}
  
  .lg\:col-17 { line-height:17px;}
  
  .lg\:col-18 { line-height:18px;}
  
  .lg\:col-19 { line-height:19px;}
  
  .lg\:col-20 { line-height:20px;}
  
  .lg\:col-21 { line-height:21px;}
  
  .lg\:col-22 { line-height:22px;}
  
  .lg\:col-23 { line-height:23px;}
  
  .lg\:col-24 { line-height:24px;}
  
  .lg\:col-25 { line-height:25px;}
  
  .lg\:col-26 { line-height:26px;}
  
  .lg\:col-27 { line-height:27px;}
  
  .lg\:col-28 { line-height:28px;}
  
  .lg\:col-29 { line-height:29px;}
  
  .lg\:col-30 { line-height:30px;}
  
  .lg\:col-31 { line-height:31px;}
  
  .lg\:col-32 { line-height:32px;}
  
  .lg\:col-33 { line-height:33px;}
  
  .lg\:col-34 { line-height:34px;}
  
  .lg\:col-35 { line-height:35px;}
  
  .lg\:col-36 { line-height:36px;}
  
  .lg\:col-37 { line-height:37px;}
  
  .lg\:col-38 { line-height:38px;}
  
  .lg\:col-39 { line-height:39px;}
  
  .lg\:col-40 { line-height:40px;}
  
  .lg\:col-41 { line-height:41px;}
  
  .lg\:col-42 { line-height:42px;}
  
  .lg\:col-43 { line-height:43px;}
  
  .lg\:col-44 { line-height:44px;}
  
  .lg\:col-45 { line-height:45px;}
  
  .lg\:col-46 { line-height:46px;}
  
  .lg\:col-47 { line-height:47px;}
  
  .lg\:col-48 { line-height:48px;}
  
  .lg\:col-49 { line-height:49px;}
  



}


@media(min-width:1400px){
  
  .xl\:p-0 { padding:0px; }
  .xl\:pt-0 { padding-top:0px; }
  .xl\:pb-0 { padding-bottom:0px; }
  .xl\:pl-0 { padding-left:0px; }
  .xl\:pr-0 { padding-right:0px; }
  .xl\:m-0 { margin:0px; }
  .xl\:mt-0 { margin-top:0px; }
  .xl\:mb-0 { margin-bottom:0px; }
  .xl\:ml-0 { margin-left:0px; }
  .xl\:mr-0 { margin-right:0px; }
  
  .xl\:p-5 { padding:5px; }
  .xl\:pt-5 { padding-top:5px; }
  .xl\:pb-5 { padding-bottom:5px; }
  .xl\:pl-5 { padding-left:5px; }
  .xl\:pr-5 { padding-right:5px; }
  .xl\:m-5 { margin:5px; }
  .xl\:mt-5 { margin-top:5px; }
  .xl\:mb-5 { margin-bottom:5px; }
  .xl\:ml-5 { margin-left:5px; }
  .xl\:mr-5 { margin-right:5px; }
  
  .xl\:p-10 { padding:10px; }
  .xl\:pt-10 { padding-top:10px; }
  .xl\:pb-10 { padding-bottom:10px; }
  .xl\:pl-10 { padding-left:10px; }
  .xl\:pr-10 { padding-right:10px; }
  .xl\:m-10 { margin:10px; }
  .xl\:mt-10 { margin-top:10px; }
  .xl\:mb-10 { margin-bottom:10px; }
  .xl\:ml-10 { margin-left:10px; }
  .xl\:mr-10 { margin-right:10px; }
  
  .xl\:p-15 { padding:15px; }
  .xl\:pt-15 { padding-top:15px; }
  .xl\:pb-15 { padding-bottom:15px; }
  .xl\:pl-15 { padding-left:15px; }
  .xl\:pr-15 { padding-right:15px; }
  .xl\:m-15 { margin:15px; }
  .xl\:mt-15 { margin-top:15px; }
  .xl\:mb-15 { margin-bottom:15px; }
  .xl\:ml-15 { margin-left:15px; }
  .xl\:mr-15 { margin-right:15px; }
  
  .xl\:p-20 { padding:20px; }
  .xl\:pt-20 { padding-top:20px; }
  .xl\:pb-20 { padding-bottom:20px; }
  .xl\:pl-20 { padding-left:20px; }
  .xl\:pr-20 { padding-right:20px; }
  .xl\:m-20 { margin:20px; }
  .xl\:mt-20 { margin-top:20px; }
  .xl\:mb-20 { margin-bottom:20px; }
  .xl\:ml-20 { margin-left:20px; }
  .xl\:mr-20 { margin-right:20px; }
  
  .xl\:p-25 { padding:25px; }
  .xl\:pt-25 { padding-top:25px; }
  .xl\:pb-25 { padding-bottom:25px; }
  .xl\:pl-25 { padding-left:25px; }
  .xl\:pr-25 { padding-right:25px; }
  .xl\:m-25 { margin:25px; }
  .xl\:mt-25 { margin-top:25px; }
  .xl\:mb-25 { margin-bottom:25px; }
  .xl\:ml-25 { margin-left:25px; }
  .xl\:mr-25 { margin-right:25px; }
  
  .xl\:p-30 { padding:30px; }
  .xl\:pt-30 { padding-top:30px; }
  .xl\:pb-30 { padding-bottom:30px; }
  .xl\:pl-30 { padding-left:30px; }
  .xl\:pr-30 { padding-right:30px; }
  .xl\:m-30 { margin:30px; }
  .xl\:mt-30 { margin-top:30px; }
  .xl\:mb-30 { margin-bottom:30px; }
  .xl\:ml-30 { margin-left:30px; }
  .xl\:mr-30 { margin-right:30px; }
  
  .xl\:p-35 { padding:35px; }
  .xl\:pt-35 { padding-top:35px; }
  .xl\:pb-35 { padding-bottom:35px; }
  .xl\:pl-35 { padding-left:35px; }
  .xl\:pr-35 { padding-right:35px; }
  .xl\:m-35 { margin:35px; }
  .xl\:mt-35 { margin-top:35px; }
  .xl\:mb-35 { margin-bottom:35px; }
  .xl\:ml-35 { margin-left:35px; }
  .xl\:mr-35 { margin-right:35px; }
  
  .xl\:p-40 { padding:40px; }
  .xl\:pt-40 { padding-top:40px; }
  .xl\:pb-40 { padding-bottom:40px; }
  .xl\:pl-40 { padding-left:40px; }
  .xl\:pr-40 { padding-right:40px; }
  .xl\:m-40 { margin:40px; }
  .xl\:mt-40 { margin-top:40px; }
  .xl\:mb-40 { margin-bottom:40px; }
  .xl\:ml-40 { margin-left:40px; }
  .xl\:mr-40 { margin-right:40px; }
  
  .xl\:p-45 { padding:45px; }
  .xl\:pt-45 { padding-top:45px; }
  .xl\:pb-45 { padding-bottom:45px; }
  .xl\:pl-45 { padding-left:45px; }
  .xl\:pr-45 { padding-right:45px; }
  .xl\:m-45 { margin:45px; }
  .xl\:mt-45 { margin-top:45px; }
  .xl\:mb-45 { margin-bottom:45px; }
  .xl\:ml-45 { margin-left:45px; }
  .xl\:mr-45 { margin-right:45px; }
  
  .xl\:p-50 { padding:50px; }
  .xl\:pt-50 { padding-top:50px; }
  .xl\:pb-50 { padding-bottom:50px; }
  .xl\:pl-50 { padding-left:50px; }
  .xl\:pr-50 { padding-right:50px; }
  .xl\:m-50 { margin:50px; }
  .xl\:mt-50 { margin-top:50px; }
  .xl\:mb-50 { margin-bottom:50px; }
  .xl\:ml-50 { margin-left:50px; }
  .xl\:mr-50 { margin-right:50px; }
  
  .xl\:p-55 { padding:55px; }
  .xl\:pt-55 { padding-top:55px; }
  .xl\:pb-55 { padding-bottom:55px; }
  .xl\:pl-55 { padding-left:55px; }
  .xl\:pr-55 { padding-right:55px; }
  .xl\:m-55 { margin:55px; }
  .xl\:mt-55 { margin-top:55px; }
  .xl\:mb-55 { margin-bottom:55px; }
  .xl\:ml-55 { margin-left:55px; }
  .xl\:mr-55 { margin-right:55px; }
  
  .xl\:p-60 { padding:60px; }
  .xl\:pt-60 { padding-top:60px; }
  .xl\:pb-60 { padding-bottom:60px; }
  .xl\:pl-60 { padding-left:60px; }
  .xl\:pr-60 { padding-right:60px; }
  .xl\:m-60 { margin:60px; }
  .xl\:mt-60 { margin-top:60px; }
  .xl\:mb-60 { margin-bottom:60px; }
  .xl\:ml-60 { margin-left:60px; }
  .xl\:mr-60 { margin-right:60px; }
  
  .xl\:p-65 { padding:65px; }
  .xl\:pt-65 { padding-top:65px; }
  .xl\:pb-65 { padding-bottom:65px; }
  .xl\:pl-65 { padding-left:65px; }
  .xl\:pr-65 { padding-right:65px; }
  .xl\:m-65 { margin:65px; }
  .xl\:mt-65 { margin-top:65px; }
  .xl\:mb-65 { margin-bottom:65px; }
  .xl\:ml-65 { margin-left:65px; }
  .xl\:mr-65 { margin-right:65px; }
  
  .xl\:p-70 { padding:70px; }
  .xl\:pt-70 { padding-top:70px; }
  .xl\:pb-70 { padding-bottom:70px; }
  .xl\:pl-70 { padding-left:70px; }
  .xl\:pr-70 { padding-right:70px; }
  .xl\:m-70 { margin:70px; }
  .xl\:mt-70 { margin-top:70px; }
  .xl\:mb-70 { margin-bottom:70px; }
  .xl\:ml-70 { margin-left:70px; }
  .xl\:mr-70 { margin-right:70px; }
  
  .xl\:p-75 { padding:75px; }
  .xl\:pt-75 { padding-top:75px; }
  .xl\:pb-75 { padding-bottom:75px; }
  .xl\:pl-75 { padding-left:75px; }
  .xl\:pr-75 { padding-right:75px; }
  .xl\:m-75 { margin:75px; }
  .xl\:mt-75 { margin-top:75px; }
  .xl\:mb-75 { margin-bottom:75px; }
  .xl\:ml-75 { margin-left:75px; }
  .xl\:mr-75 { margin-right:75px; }
  
  .xl\:p-80 { padding:80px; }
  .xl\:pt-80 { padding-top:80px; }
  .xl\:pb-80 { padding-bottom:80px; }
  .xl\:pl-80 { padding-left:80px; }
  .xl\:pr-80 { padding-right:80px; }
  .xl\:m-80 { margin:80px; }
  .xl\:mt-80 { margin-top:80px; }
  .xl\:mb-80 { margin-bottom:80px; }
  .xl\:ml-80 { margin-left:80px; }
  .xl\:mr-80 { margin-right:80px; }
  
  .xl\:p-85 { padding:85px; }
  .xl\:pt-85 { padding-top:85px; }
  .xl\:pb-85 { padding-bottom:85px; }
  .xl\:pl-85 { padding-left:85px; }
  .xl\:pr-85 { padding-right:85px; }
  .xl\:m-85 { margin:85px; }
  .xl\:mt-85 { margin-top:85px; }
  .xl\:mb-85 { margin-bottom:85px; }
  .xl\:ml-85 { margin-left:85px; }
  .xl\:mr-85 { margin-right:85px; }
  
  .xl\:p-90 { padding:90px; }
  .xl\:pt-90 { padding-top:90px; }
  .xl\:pb-90 { padding-bottom:90px; }
  .xl\:pl-90 { padding-left:90px; }
  .xl\:pr-90 { padding-right:90px; }
  .xl\:m-90 { margin:90px; }
  .xl\:mt-90 { margin-top:90px; }
  .xl\:mb-90 { margin-bottom:90px; }
  .xl\:ml-90 { margin-left:90px; }
  .xl\:mr-90 { margin-right:90px; }
  
  .xl\:p-95 { padding:95px; }
  .xl\:pt-95 { padding-top:95px; }
  .xl\:pb-95 { padding-bottom:95px; }
  .xl\:pl-95 { padding-left:95px; }
  .xl\:pr-95 { padding-right:95px; }
  .xl\:m-95 { margin:95px; }
  .xl\:mt-95 { margin-top:95px; }
  .xl\:mb-95 { margin-bottom:95px; }
  .xl\:ml-95 { margin-left:95px; }
  .xl\:mr-95 { margin-right:95px; }
  
  .xl\:p-100 { padding:100px; }
  .xl\:pt-100 { padding-top:100px; }
  .xl\:pb-100 { padding-bottom:100px; }
  .xl\:pl-100 { padding-left:100px; }
  .xl\:pr-100 { padding-right:100px; }
  .xl\:m-100 { margin:100px; }
  .xl\:mt-100 { margin-top:100px; }
  .xl\:mb-100 { margin-bottom:100px; }
  .xl\:ml-100 { margin-left:100px; }
  .xl\:mr-100 { margin-right:100px; }
  
  .xl\:p-105 { padding:105px; }
  .xl\:pt-105 { padding-top:105px; }
  .xl\:pb-105 { padding-bottom:105px; }
  .xl\:pl-105 { padding-left:105px; }
  .xl\:pr-105 { padding-right:105px; }
  .xl\:m-105 { margin:105px; }
  .xl\:mt-105 { margin-top:105px; }
  .xl\:mb-105 { margin-bottom:105px; }
  .xl\:ml-105 { margin-left:105px; }
  .xl\:mr-105 { margin-right:105px; }
  
  .xl\:p-110 { padding:110px; }
  .xl\:pt-110 { padding-top:110px; }
  .xl\:pb-110 { padding-bottom:110px; }
  .xl\:pl-110 { padding-left:110px; }
  .xl\:pr-110 { padding-right:110px; }
  .xl\:m-110 { margin:110px; }
  .xl\:mt-110 { margin-top:110px; }
  .xl\:mb-110 { margin-bottom:110px; }
  .xl\:ml-110 { margin-left:110px; }
  .xl\:mr-110 { margin-right:110px; }
  
  .xl\:p-115 { padding:115px; }
  .xl\:pt-115 { padding-top:115px; }
  .xl\:pb-115 { padding-bottom:115px; }
  .xl\:pl-115 { padding-left:115px; }
  .xl\:pr-115 { padding-right:115px; }
  .xl\:m-115 { margin:115px; }
  .xl\:mt-115 { margin-top:115px; }
  .xl\:mb-115 { margin-bottom:115px; }
  .xl\:ml-115 { margin-left:115px; }
  .xl\:mr-115 { margin-right:115px; }
  
  .xl\:p-120 { padding:120px; }
  .xl\:pt-120 { padding-top:120px; }
  .xl\:pb-120 { padding-bottom:120px; }
  .xl\:pl-120 { padding-left:120px; }
  .xl\:pr-120 { padding-right:120px; }
  .xl\:m-120 { margin:120px; }
  .xl\:mt-120 { margin-top:120px; }
  .xl\:mb-120 { margin-bottom:120px; }
  .xl\:ml-120 { margin-left:120px; }
  .xl\:mr-120 { margin-right:120px; }
  
  .xl\:p-125 { padding:125px; }
  .xl\:pt-125 { padding-top:125px; }
  .xl\:pb-125 { padding-bottom:125px; }
  .xl\:pl-125 { padding-left:125px; }
  .xl\:pr-125 { padding-right:125px; }
  .xl\:m-125 { margin:125px; }
  .xl\:mt-125 { margin-top:125px; }
  .xl\:mb-125 { margin-bottom:125px; }
  .xl\:ml-125 { margin-left:125px; }
  .xl\:mr-125 { margin-right:125px; }
  
  .xl\:p-130 { padding:130px; }
  .xl\:pt-130 { padding-top:130px; }
  .xl\:pb-130 { padding-bottom:130px; }
  .xl\:pl-130 { padding-left:130px; }
  .xl\:pr-130 { padding-right:130px; }
  .xl\:m-130 { margin:130px; }
  .xl\:mt-130 { margin-top:130px; }
  .xl\:mb-130 { margin-bottom:130px; }
  .xl\:ml-130 { margin-left:130px; }
  .xl\:mr-130 { margin-right:130px; }
  
  .xl\:p-135 { padding:135px; }
  .xl\:pt-135 { padding-top:135px; }
  .xl\:pb-135 { padding-bottom:135px; }
  .xl\:pl-135 { padding-left:135px; }
  .xl\:pr-135 { padding-right:135px; }
  .xl\:m-135 { margin:135px; }
  .xl\:mt-135 { margin-top:135px; }
  .xl\:mb-135 { margin-bottom:135px; }
  .xl\:ml-135 { margin-left:135px; }
  .xl\:mr-135 { margin-right:135px; }
  
  .xl\:p-140 { padding:140px; }
  .xl\:pt-140 { padding-top:140px; }
  .xl\:pb-140 { padding-bottom:140px; }
  .xl\:pl-140 { padding-left:140px; }
  .xl\:pr-140 { padding-right:140px; }
  .xl\:m-140 { margin:140px; }
  .xl\:mt-140 { margin-top:140px; }
  .xl\:mb-140 { margin-bottom:140px; }
  .xl\:ml-140 { margin-left:140px; }
  .xl\:mr-140 { margin-right:140px; }
  
  .xl\:p-145 { padding:145px; }
  .xl\:pt-145 { padding-top:145px; }
  .xl\:pb-145 { padding-bottom:145px; }
  .xl\:pl-145 { padding-left:145px; }
  .xl\:pr-145 { padding-right:145px; }
  .xl\:m-145 { margin:145px; }
  .xl\:mt-145 { margin-top:145px; }
  .xl\:mb-145 { margin-bottom:145px; }
  .xl\:ml-145 { margin-left:145px; }
  .xl\:mr-145 { margin-right:145px; }
  
  .xl\:p-150 { padding:150px; }
  .xl\:pt-150 { padding-top:150px; }
  .xl\:pb-150 { padding-bottom:150px; }
  .xl\:pl-150 { padding-left:150px; }
  .xl\:pr-150 { padding-right:150px; }
  .xl\:m-150 { margin:150px; }
  .xl\:mt-150 { margin-top:150px; }
  .xl\:mb-150 { margin-bottom:150px; }
  .xl\:ml-150 { margin-left:150px; }
  .xl\:mr-150 { margin-right:150px; }
  
  .xl\:p-155 { padding:155px; }
  .xl\:pt-155 { padding-top:155px; }
  .xl\:pb-155 { padding-bottom:155px; }
  .xl\:pl-155 { padding-left:155px; }
  .xl\:pr-155 { padding-right:155px; }
  .xl\:m-155 { margin:155px; }
  .xl\:mt-155 { margin-top:155px; }
  .xl\:mb-155 { margin-bottom:155px; }
  .xl\:ml-155 { margin-left:155px; }
  .xl\:mr-155 { margin-right:155px; }
  
  .xl\:p-160 { padding:160px; }
  .xl\:pt-160 { padding-top:160px; }
  .xl\:pb-160 { padding-bottom:160px; }
  .xl\:pl-160 { padding-left:160px; }
  .xl\:pr-160 { padding-right:160px; }
  .xl\:m-160 { margin:160px; }
  .xl\:mt-160 { margin-top:160px; }
  .xl\:mb-160 { margin-bottom:160px; }
  .xl\:ml-160 { margin-left:160px; }
  .xl\:mr-160 { margin-right:160px; }
  
  .xl\:p-165 { padding:165px; }
  .xl\:pt-165 { padding-top:165px; }
  .xl\:pb-165 { padding-bottom:165px; }
  .xl\:pl-165 { padding-left:165px; }
  .xl\:pr-165 { padding-right:165px; }
  .xl\:m-165 { margin:165px; }
  .xl\:mt-165 { margin-top:165px; }
  .xl\:mb-165 { margin-bottom:165px; }
  .xl\:ml-165 { margin-left:165px; }
  .xl\:mr-165 { margin-right:165px; }
  
  .xl\:p-170 { padding:170px; }
  .xl\:pt-170 { padding-top:170px; }
  .xl\:pb-170 { padding-bottom:170px; }
  .xl\:pl-170 { padding-left:170px; }
  .xl\:pr-170 { padding-right:170px; }
  .xl\:m-170 { margin:170px; }
  .xl\:mt-170 { margin-top:170px; }
  .xl\:mb-170 { margin-bottom:170px; }
  .xl\:ml-170 { margin-left:170px; }
  .xl\:mr-170 { margin-right:170px; }
  
  .xl\:p-175 { padding:175px; }
  .xl\:pt-175 { padding-top:175px; }
  .xl\:pb-175 { padding-bottom:175px; }
  .xl\:pl-175 { padding-left:175px; }
  .xl\:pr-175 { padding-right:175px; }
  .xl\:m-175 { margin:175px; }
  .xl\:mt-175 { margin-top:175px; }
  .xl\:mb-175 { margin-bottom:175px; }
  .xl\:ml-175 { margin-left:175px; }
  .xl\:mr-175 { margin-right:175px; }
  
  .xl\:p-180 { padding:180px; }
  .xl\:pt-180 { padding-top:180px; }
  .xl\:pb-180 { padding-bottom:180px; }
  .xl\:pl-180 { padding-left:180px; }
  .xl\:pr-180 { padding-right:180px; }
  .xl\:m-180 { margin:180px; }
  .xl\:mt-180 { margin-top:180px; }
  .xl\:mb-180 { margin-bottom:180px; }
  .xl\:ml-180 { margin-left:180px; }
  .xl\:mr-180 { margin-right:180px; }
  
  .xl\:p-185 { padding:185px; }
  .xl\:pt-185 { padding-top:185px; }
  .xl\:pb-185 { padding-bottom:185px; }
  .xl\:pl-185 { padding-left:185px; }
  .xl\:pr-185 { padding-right:185px; }
  .xl\:m-185 { margin:185px; }
  .xl\:mt-185 { margin-top:185px; }
  .xl\:mb-185 { margin-bottom:185px; }
  .xl\:ml-185 { margin-left:185px; }
  .xl\:mr-185 { margin-right:185px; }
  
  .xl\:p-190 { padding:190px; }
  .xl\:pt-190 { padding-top:190px; }
  .xl\:pb-190 { padding-bottom:190px; }
  .xl\:pl-190 { padding-left:190px; }
  .xl\:pr-190 { padding-right:190px; }
  .xl\:m-190 { margin:190px; }
  .xl\:mt-190 { margin-top:190px; }
  .xl\:mb-190 { margin-bottom:190px; }
  .xl\:ml-190 { margin-left:190px; }
  .xl\:mr-190 { margin-right:190px; }
  
  .xl\:p-195 { padding:195px; }
  .xl\:pt-195 { padding-top:195px; }
  .xl\:pb-195 { padding-bottom:195px; }
  .xl\:pl-195 { padding-left:195px; }
  .xl\:pr-195 { padding-right:195px; }
  .xl\:m-195 { margin:195px; }
  .xl\:mt-195 { margin-top:195px; }
  .xl\:mb-195 { margin-bottom:195px; }
  .xl\:ml-195 { margin-left:195px; }
  .xl\:mr-195 { margin-right:195px; }
  
  .xl\:p-200 { padding:200px; }
  .xl\:pt-200 { padding-top:200px; }
  .xl\:pb-200 { padding-bottom:200px; }
  .xl\:pl-200 { padding-left:200px; }
  .xl\:pr-200 { padding-right:200px; }
  .xl\:m-200 { margin:200px; }
  .xl\:mt-200 { margin-top:200px; }
  .xl\:mb-200 { margin-bottom:200px; }
  .xl\:ml-200 { margin-left:200px; }
  .xl\:mr-200 { margin-right:200px; }
  
  .xl\:p-205 { padding:205px; }
  .xl\:pt-205 { padding-top:205px; }
  .xl\:pb-205 { padding-bottom:205px; }
  .xl\:pl-205 { padding-left:205px; }
  .xl\:pr-205 { padding-right:205px; }
  .xl\:m-205 { margin:205px; }
  .xl\:mt-205 { margin-top:205px; }
  .xl\:mb-205 { margin-bottom:205px; }
  .xl\:ml-205 { margin-left:205px; }
  .xl\:mr-205 { margin-right:205px; }
  
  .xl\:p-210 { padding:210px; }
  .xl\:pt-210 { padding-top:210px; }
  .xl\:pb-210 { padding-bottom:210px; }
  .xl\:pl-210 { padding-left:210px; }
  .xl\:pr-210 { padding-right:210px; }
  .xl\:m-210 { margin:210px; }
  .xl\:mt-210 { margin-top:210px; }
  .xl\:mb-210 { margin-bottom:210px; }
  .xl\:ml-210 { margin-left:210px; }
  .xl\:mr-210 { margin-right:210px; }
  
  .xl\:p-215 { padding:215px; }
  .xl\:pt-215 { padding-top:215px; }
  .xl\:pb-215 { padding-bottom:215px; }
  .xl\:pl-215 { padding-left:215px; }
  .xl\:pr-215 { padding-right:215px; }
  .xl\:m-215 { margin:215px; }
  .xl\:mt-215 { margin-top:215px; }
  .xl\:mb-215 { margin-bottom:215px; }
  .xl\:ml-215 { margin-left:215px; }
  .xl\:mr-215 { margin-right:215px; }
  
  .xl\:p-220 { padding:220px; }
  .xl\:pt-220 { padding-top:220px; }
  .xl\:pb-220 { padding-bottom:220px; }
  .xl\:pl-220 { padding-left:220px; }
  .xl\:pr-220 { padding-right:220px; }
  .xl\:m-220 { margin:220px; }
  .xl\:mt-220 { margin-top:220px; }
  .xl\:mb-220 { margin-bottom:220px; }
  .xl\:ml-220 { margin-left:220px; }
  .xl\:mr-220 { margin-right:220px; }
  

  
  .xl\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
  
  .xl\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
  
  .xl\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
  
  .xl\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
  
  .xl\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
  
  .xl\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
  
  .xl\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
  
  .xl\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
  
  .xl\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
  
  .xl\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
  
  .xl\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
  
  .xl\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
  

  
  .xl\:col-1 { font-size:1px;}
  
  .xl\:col-2 { font-size:2px;}
  
  .xl\:col-3 { font-size:3px;}
  
  .xl\:col-4 { font-size:4px;}
  
  .xl\:col-5 { font-size:5px;}
  
  .xl\:col-6 { font-size:6px;}
  
  .xl\:col-7 { font-size:7px;}
  
  .xl\:col-8 { font-size:8px;}
  
  .xl\:col-9 { font-size:9px;}
  
  .xl\:col-10 { font-size:10px;}
  
  .xl\:col-11 { font-size:11px;}
  
  .xl\:col-12 { font-size:12px;}
  
  .xl\:col-13 { font-size:13px;}
  
  .xl\:col-14 { font-size:14px;}
  
  .xl\:col-15 { font-size:15px;}
  
  .xl\:col-16 { font-size:16px;}
  
  .xl\:col-17 { font-size:17px;}
  
  .xl\:col-18 { font-size:18px;}
  
  .xl\:col-19 { font-size:19px;}
  
  .xl\:col-20 { font-size:20px;}
  
  .xl\:col-21 { font-size:21px;}
  
  .xl\:col-22 { font-size:22px;}
  
  .xl\:col-23 { font-size:23px;}
  
  .xl\:col-24 { font-size:24px;}
  
  .xl\:col-25 { font-size:25px;}
  
  .xl\:col-26 { font-size:26px;}
  
  .xl\:col-27 { font-size:27px;}
  
  .xl\:col-28 { font-size:28px;}
  
  .xl\:col-29 { font-size:29px;}
  
  .xl\:col-30 { font-size:30px;}
  
  .xl\:col-31 { font-size:31px;}
  
  .xl\:col-32 { font-size:32px;}
  
  .xl\:col-33 { font-size:33px;}
  
  .xl\:col-34 { font-size:34px;}
  
  .xl\:col-35 { font-size:35px;}
  
  .xl\:col-36 { font-size:36px;}
  
  .xl\:col-37 { font-size:37px;}
  
  .xl\:col-38 { font-size:38px;}
  
  .xl\:col-39 { font-size:39px;}
  
  .xl\:col-40 { font-size:40px;}
  
  .xl\:col-41 { font-size:41px;}
  
  .xl\:col-42 { font-size:42px;}
  
  .xl\:col-43 { font-size:43px;}
  
  .xl\:col-44 { font-size:44px;}
  
  .xl\:col-45 { font-size:45px;}
  
  .xl\:col-46 { font-size:46px;}
  
  .xl\:col-47 { font-size:47px;}
  
  .xl\:col-48 { font-size:48px;}
  
  .xl\:col-49 { font-size:49px;}
  
  .xl\:col-50 { font-size:50px;}
  
  .xl\:col-51 { font-size:51px;}
  
  .xl\:col-52 { font-size:52px;}
  
  .xl\:col-53 { font-size:53px;}
  
  .xl\:col-54 { font-size:54px;}
  
  .xl\:col-55 { font-size:55px;}
  
  .xl\:col-56 { font-size:56px;}
  
  .xl\:col-57 { font-size:57px;}
  
  .xl\:col-58 { font-size:58px;}
  
  .xl\:col-59 { font-size:59px;}
  
  .xl\:col-60 { font-size:60px;}
  
  .xl\:col-61 { font-size:61px;}
  
  .xl\:col-62 { font-size:62px;}
  
  .xl\:col-63 { font-size:63px;}
  
  .xl\:col-64 { font-size:64px;}
  
  .xl\:col-65 { font-size:65px;}
  
  .xl\:col-66 { font-size:66px;}
  
  .xl\:col-67 { font-size:67px;}
  
  .xl\:col-68 { font-size:68px;}
  
  .xl\:col-69 { font-size:69px;}
  
  .xl\:col-70 { font-size:70px;}
  
  .xl\:col-71 { font-size:71px;}
  
  .xl\:col-72 { font-size:72px;}
  
  .xl\:col-73 { font-size:73px;}
  
  .xl\:col-74 { font-size:74px;}
  
  .xl\:col-75 { font-size:75px;}
  
  .xl\:col-76 { font-size:76px;}
  
  .xl\:col-77 { font-size:77px;}
  
  .xl\:col-78 { font-size:78px;}
  
  .xl\:col-79 { font-size:79px;}
  
  .xl\:col-80 { font-size:80px;}
  
  .xl\:col-81 { font-size:81px;}
  
  .xl\:col-82 { font-size:82px;}
  
  .xl\:col-83 { font-size:83px;}
  
  .xl\:col-84 { font-size:84px;}
  
  .xl\:col-85 { font-size:85px;}
  
  .xl\:col-86 { font-size:86px;}
  
  .xl\:col-87 { font-size:87px;}
  
  .xl\:col-88 { font-size:88px;}
  
  .xl\:col-89 { font-size:89px;}
  
  .xl\:col-90 { font-size:90px;}
  
  .xl\:col-91 { font-size:91px;}
  
  .xl\:col-92 { font-size:92px;}
  
  .xl\:col-93 { font-size:93px;}
  
  .xl\:col-94 { font-size:94px;}
  
  .xl\:col-95 { font-size:95px;}
  
  .xl\:col-96 { font-size:96px;}
  
  .xl\:col-97 { font-size:97px;}
  
  .xl\:col-98 { font-size:98px;}
  
  .xl\:col-99 { font-size:99px;}
  

  
  .xl\:col-10 { line-height:10px;}
  
  .xl\:col-11 { line-height:11px;}
  
  .xl\:col-12 { line-height:12px;}
  
  .xl\:col-13 { line-height:13px;}
  
  .xl\:col-14 { line-height:14px;}
  
  .xl\:col-15 { line-height:15px;}
  
  .xl\:col-16 { line-height:16px;}
  
  .xl\:col-17 { line-height:17px;}
  
  .xl\:col-18 { line-height:18px;}
  
  .xl\:col-19 { line-height:19px;}
  
  .xl\:col-20 { line-height:20px;}
  
  .xl\:col-21 { line-height:21px;}
  
  .xl\:col-22 { line-height:22px;}
  
  .xl\:col-23 { line-height:23px;}
  
  .xl\:col-24 { line-height:24px;}
  
  .xl\:col-25 { line-height:25px;}
  
  .xl\:col-26 { line-height:26px;}
  
  .xl\:col-27 { line-height:27px;}
  
  .xl\:col-28 { line-height:28px;}
  
  .xl\:col-29 { line-height:29px;}
  
  .xl\:col-30 { line-height:30px;}
  
  .xl\:col-31 { line-height:31px;}
  
  .xl\:col-32 { line-height:32px;}
  
  .xl\:col-33 { line-height:33px;}
  
  .xl\:col-34 { line-height:34px;}
  
  .xl\:col-35 { line-height:35px;}
  
  .xl\:col-36 { line-height:36px;}
  
  .xl\:col-37 { line-height:37px;}
  
  .xl\:col-38 { line-height:38px;}
  
  .xl\:col-39 { line-height:39px;}
  
  .xl\:col-40 { line-height:40px;}
  
  .xl\:col-41 { line-height:41px;}
  
  .xl\:col-42 { line-height:42px;}
  
  .xl\:col-43 { line-height:43px;}
  
  .xl\:col-44 { line-height:44px;}
  
  .xl\:col-45 { line-height:45px;}
  
  .xl\:col-46 { line-height:46px;}
  
  .xl\:col-47 { line-height:47px;}
  
  .xl\:col-48 { line-height:48px;}
  
  .xl\:col-49 { line-height:49px;}
  



}




/* 1c. Typography */
































/* 1d. Buttons */

/* -- btn1 -- */








/* -- btn2 -- */










/* -- btn3 -- */




 





/* -- btn4 -- */




/* -- btn5 -- */








/* -- btn6 -- */








/* -- btn7 -- */








/* 1e. Forms */





















/* 1g. Website header */
/* top-header */










/* 1h. Website footer */











.container { max-width: 1388px; width: 100%; margin:0 auto; padding: 0 24px; }

.dnd-section, .content-wrapper--vertical-spacing { padding: 0; }








*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
html { font-size: 18px; }
body { font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none; color: #565554; font-size: 18px; line-height: 1.5; padding:0; margin:0; font-weight: 300; }
.small-body { font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none; font-size: 16px; }

p { margin:0 0 20px;}
p:last-child { margin: 0px;}
a { font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; color: #171614;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
a:hover, a:focus { font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;  color: ; }
a:active { font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; color: ; }
img { border:0; vertical-align: top; height:auto; max-width:100%; }
ul, ol { list-style:none; }
.details ul, .content ul, .post-body ul { list-style: disc; }
.details ol, .content ol, .post-body ol {list-style: auto;}

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
.row-fluid a.cta_button, a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.w100 { width:100%; display:inline-block; vertical-align:top; }
.dis-flex{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.align-center{ align-items: center; }
.row-reverse{ flex-direction: row-reverse; }
.col-reverse{ flex-direction: column-reverse; }
.justify-center { justify-content: center; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.h1 span,
h1 span { background: linear-gradient(86.36deg, #7A52CF 0%, #15B3D6 48.5%, #15D679 97.01%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-style: italic; display: block;padding: 0 0 12px;}


/* Headings */
.largeh1{
  font-weight: 500; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #171614;
  font-size: 90px;
  text-transform: none;
  line-height:1;
  margin: 0 0 20px;
  letter-spacing: -5.4px;
}

h1,
.h1 {
  font-weight: 400; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #171614;
  font-size: 60px;
  text-transform: none;
  line-height:1.05;
  margin: 0 0 20px;
  letter-spacing: -3.6px;
}

h2,
.h2 {
  font-weight: 400; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #171614;
  font-size: 50px;
  text-transform: none;
  line-height:1.15;
  margin: 0 0 20px;
  letter-spacing: -2.5px;
}

h3,
.h3 {
  font-weight: 400; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #171614;
  font-size: 40px;
  text-transform: none;
  line-height:1.2;
  margin: 0 0 20px;
  letter-spacing: -2px;
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #171614;
  font-size: 30px;
  text-transform: none;
  line-height:1.3;
  margin: 0 0 20px;
  letter-spacing: -1.2px;
}

h5,
.h5 {
  font-weight: 400; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #171614;
  font-size: 26px;
  text-transform: none;
  line-height:1.38;
  margin: 0 0 20px;
  letter-spacing: -0.78px;
}

h6,
.h6 {
  font-weight: 400; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #171614;
  font-size: 22px;
  text-transform: none;
  line-height:1.27;
  margin: 0 0 20px;
  letter-spacing: -0.66px;
}

/* Blockquote */

blockquote {
  font-size:24px;
  line-height:1.5;
  color:#171614;
  font-style:italic;
  letter-spacing: -0.48px;
  margin: 0;
}







/* -- Button1 -- */

.btn1 a, a.btn1 {
  
  padding-top: 20px;
padding-right: 61px;
padding-bottom: 20px;
padding-left: 35px;

  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #15D679;
  border-radius: 28px;
  color: #171614;
  font-size: 16px;
  text-transform: none;
  display: inline-flex; 
  line-height: 1;
  align-items:center;
   
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;
  position: relative;
  letter-spacing: -0.32px;
}


.btn1 a:after , a.btn1:after { content: ""; background-color: #171614; position: absolute; width: 46px; height: 46px; border-radius: 100%; right: 5px; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Icon.svg'); background-repeat: no-repeat; background-position: center center; background-size: 12px 12px; }

.btn1 a:hover, a.btn1:hover {
  background-color: #171614; color:#FFFFFF; border-color: ;
}


/* -- Button2 -- */
.btn2 a, a.btn2 {
  border: 1px solid #EDEDED;

  padding-top: 20px;
padding-right: 35px;
padding-bottom: 20px;
padding-left: 35px;

  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #ffffff;
  border-radius: 28px;
  color: #171614;
  font-size: 16px;
  text-transform: none;
  display: inline-block; 
  line-height: 1;
   
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;
  position: relative;
  letter-spacing: -0.32px;
}

.btn2 a:hover, a.btn2:hover {
  background-color: #171614; color:#FFFFFF; border-color: #171614;
}

/* -- Button3 -- */
.btn3 a, a.btn3 {
  background: #ffffff;
  padding-top: 20px;
padding-right: 61px;
padding-bottom: 20px;
padding-left: 35px;

  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border-radius: 28px;
  color: #242220;
  font-size: 16px;
  text-transform: none;
  display: inline-flex;  
  line-height: 1;
   
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;
  position: relative;
  letter-spacing: -0.32px;
  align-items:center;
  
  background: linear-gradient(86.36deg, #7A52CF 0%, #15B3D6 48.5%, #15D679 97.01%);
  
  z-index: 11;
  
}

/* .btn3 a:after , a.btn3:after { content: ""; background-color: #242220; position: absolute; width: 46px; height: 46px; border-radius: 100%; right: 5px; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Icon.svg'); background-repeat: no-repeat; background-position: center center; background-size: 12px 12px; }
.btn3 a:before { content: ''; position: absolute; left: 1px; top: 1px; width: calc(100% - 2px); height: calc(100% - 2px); background: white; border-radius: 60px; z-index: -1; transition: all 0.5s ease-in-out; } 
.btn3 a:hover:before { background-color: #242220; left: 0; top: 0; width: 100%; height: 100%; }
.btn3 a:hover {background-color: #242220; color:#ffffff; border-color: #242220;}
*/


.btn3 a:after , a.btn3:after { content: ""; background-color: #242220; position: absolute; width: 46px; height: 46px; border-radius: 100%; right: 5px; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Icon.svg'); background-repeat: no-repeat; background-position: center center; background-size: 12px 12px; }
.btn3 a:before { content: ''; position: absolute; left: 1px; top: 1px; width: calc(100% - 2px); height: calc(100% - 2px); background:#ffffff; border-radius: 28px; z-index: -1; transition: all 0.5s ease-in-out; } 
.btn3 a:hover:before { background-color: #242220; left: 0; top: 0; width: 100%; height: 100%;}   
.btn3 a:hover {color:#ffffff; border-color: #242220;}



/* -- Button4 -- */
.btn4 a, a.btn4 {
  
  
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #171614;
  font-size: 16px;
  text-transform: none;
  display: inline-block;  
  line-height: 1;
   
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;
  position: relative;
  letter-spacing: -0.32px;
  padding: 20px 20px 22px 0;
}
.btn4 a:after, a.btn4:after { content: ''; position: absolute; -webkit-mask-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-1.svg'); width: 12px; height: 12px; right: 0px; top: 50%; transform: translateY(-50%);background-color:#171614;-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}


.btn4 a:hover, a.btn4:hover {
  color:#171614;
}

.btn4 a:hover:after, a.btn4:hover:after {
  background-color: #15D679;
  transform: translate(5px, -50%);
}

/* -- Button5 -- */

.btn5 a, a.btn5 {
  padding-top: 20px;
padding-right: 61px;
padding-bottom: 20px;
padding-left: 35px;

  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #fff;
  border-radius: 28px;
  color: #242220;
  font-size: 16px;
  text-transform: none;
  display: inline-flex; 
  line-height: 1;
  align-items:center;
   
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;
  position: relative;
  letter-spacing: -0.32px;
}


.btn5 a:after , a.btn5:after { content: ""; background-color: #171614; position: absolute; width: 46px; height: 46px; border-radius: 100%; right: 5px; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Icon.svg'); background-repeat: no-repeat; background-position: center center; background-size: 12px 12px;-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

.btn5 a:hover, a.btn5:hover {
  background-color: #fff; color:#242220; border-color: ;padding-right: 66px;
}

/* -- btn6 -- */








/* -- Button6 -- */

.btn6 a, a.btn6 {
  
  padding-top: 20px;
padding-right: 61px;
padding-bottom: 20px;
padding-left: 35px;

  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #242220;
  border-radius: 28px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  display: inline-flex; 
  line-height: 1;
  align-items:center;
   
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;
  position: relative;
  letter-spacing: -0.32px;
}
 
.btn6 a:after , a.btn6:after { content: ""; background-color: #fff; position: absolute; width: 46px; height: 46px; border-radius: 100%; right: 5px; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-1.svg'); background-repeat: no-repeat; background-position: center center; background-size: 12px 12px; }

.btn6 a:hover, a.btn6:hover {
  background-color: #FFFFFF; color:#171614; border-color: ;
}

/* btn-7 */
.btn7 a, a.btn7 {
  
  padding-top: 20px;
padding-right: 61px;
padding-bottom: 20px;
padding-left: 35px;

  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #7A52CF;
  border-radius: 28px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
  display: inline-flex; 
  line-height: 1;
  align-items:center;
   
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;
  position: relative;
  letter-spacing: -0.32px;
}
.btn7 a:after , a.btn7:after { content: ""; background-color: #171614; position: absolute; width: 46px; height: 46px; border-radius: 100%; right: 5px; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Icon.svg'); background-repeat: no-repeat; background-position: center center; background-size: 12px 12px; }

.btn7 a:hover, a.btn7:hover {
  background-color: #171614; color:#FFFFFF; border-color: ;
}




/* .btn5 a:hover:after , a.btn5:hover:after{
background-color: #fff;
background-image:url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-1.svg');
} */




form,
.submitted-message {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  ;
  border-top-left-radius: ;
  border-top-right-radius: ;
  border-bottom-left-radius: ;
  border-bottom-right-radius: ;
  background-color: ;
  ;
}

/* Form title */

.form-title {
  ;
  ;
  ;
  border-top-left-radius: ;
  border-top-right-radius: ;
  border-bottom-left-radius: ;
  border-bottom-right-radius: ;
  font-size: ;
  color: #ffffff;
  background-color: ;
}


/* Labels */

form label {
  color: #171614;
  font-size:14px;
  margin:0 0 8px;
  display: inline-block;
}

/* Help text */

form legend {
  color: #171614;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #EDEDED;

  background-color: #FFFFFF;
  color: #15152D;
  border-radius: 3px;
  height: 52px;
  line-height: normal;
  /*   padding: 18px 20px; */
  padding: 10px 20px;
  width: 100% !important;
font-family:'Plus Jakarta Sans';

  
}
form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form textarea:focus {
  border:1px solid #242220;
  outline: none;
}
/* Form placeholder text */

::-webkit-input-placeholder {
  color: #757575;
}

::-moz-placeholder {
  color: #757575;
}

:-ms-input-placeholder {
  color: #757575;
}

::placeholder {
  color: #757575;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #757575;
}

.fn-date-picker td.is-selected .pika-button {
  background: #171614;
}

.fn-date-picker td .pika-button:hover {
  background-color: #171614 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #171614;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  ;
  padding-top: 20px;
padding-right: 35px;
padding-bottom: 20px;
padding-left: 35px;
;
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #fff;
  font-size: 15px;
  background-color: #7A52CF;
  border-radius: 28px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #171614 !important;
  color: #fff !important;
  ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(61, 254, 161, 0.0);
  border-color: ;
}
/******** 5/9/2024 ***********/

.form-section-part input[type=submit].hs-button {cursor:pointer; align-items: center; border-radius: 28px; display: inline-flex; font-family: Plus Jakarta Sans, sans-serif; font-size: 16px; font-style: normal; font-weight: 500; letter-spacing: -.02em; line-height: 1; padding: 20px 61px 20px 35px; position: relative; text-decoration: none; text-transform: none; transition: all .4s ease-in-out; border: none; }
.form-section-part .actions { position: relative; display: inline-block; }
.form-section-part .actions::after { cursor: pointer; pointer-events: none; background-color: #171614; background-image: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Icon.svg); background-position: 50%; background-repeat: no-repeat; background-size: 12px 12px; border-radius: 100%; content: ""; height: 46px; position: absolute; right: 5px; width: 46px; top: 50%; transform: translateY(-50%); }
.hs-error-msgs { margin: 8px 0; padding: 0; }
.hs-error-msgs li .hs-error-msg { color: #CC2946; font-size: 12px; }
.hs-error-msgs li { list-style: none; }
.invalid.error {border: 1px solid #CC2946;}
.hs_error_rollup { display: none; }







.top-header {border-bottom: 1px solid #EDEDED;background: #F9F9F9;}
ul {margin: 0;padding: 0;}
.top-header-list ul {display: flex;justify-content: end;}
.top-header-list ul li {line-height: 1;}
.top-header-list ul li+li {margin-left: 26px;}
.top-header-list ul li a {color: #868583;font-size: 12px;letter-spacing: -0.12px;line-height: 1.4;text-transform: capitalize;}
.top-header-list ul li a:hover {color: #171614;}
.top-header-list ul li a:active {color: #171614;}
.header-section {background: #FFFFFF;border-bottom: 1px solid #EDEDED;}
.header-section .site-header {padding: 15px 0;justify-content: space-between;}
.header-section .site-header .navigation {padding-left: 40px;}
.site-header .right-side {max-width: 335px;width: 100%;display: flex;justify-content: end;}
.site-header .left-side {max-width: calc( 100% - 335px );width: 100%;padding-right: 20px;}
.site-header .left-side .site-logo {max-width: 143px;width: 100%;}
.site-header .site-logo img {width: 143px;height: 34px;}
.header-section .site-header .navigation {max-width: calc(100% - 143px);padding-left: 40px;}
.site-header .right-side .btn a {padding: 17px 35px;}
.site-header .navigation ul {display: flex;flex-wrap: wrap;}
.site-header .navigation  ul > li.hs-menu-item.hs-menu-depth-1 {line-height: 1.2;}
.site-header .navigation  ul > li+li.hs-menu-item.hs-menu-depth-1 {margin-left: 30px;line-height: 1.2;}
.site-header .navigation  ul > li.hs-menu-item.hs-menu-depth-1 > a {font-size: 14px;color:#171614;line-height: 1.2;position: relative;}
.site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a { padding-right: 18px; }

.site-header .navigation  ul > li.hs-menu-item.hs-menu-depth-1 > a:hover {opacity: 0.6;}
.site-header .navigation  ul > li.hs-menu-item.hs-menu-depth-1 > a:active {opacity: 0.6;}
.site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1 .megamenu {display:none;}
.site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1:hover > a:before {transition: all .4s ease-in-out;position: absolute;content: "";height: 33px;width: 100%;background: #FFFFFF;bottom: -34px;left: 0;}
.site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1 .submenu-inner-block {background: #F6F5F3;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;max-width: calc(100% - 14%);padding:40px 0 80px;position: absolute;right: 0;width: 100%;top: calc(100% + 1px);}
.submenu-inner-block .content-block {max-width: calc( 100% / 3 );width: 100%;padding: 0 15px;}
.submenu-inner-block .content-block.box-count-2 {max-width: calc(100% / 2);}
.submenu-inner-block .content-box {margin: 0 -15px;}
.submenu-inner-block .content-block .title p {color: #868583;letter-spacing: 1.7px;text-transform: uppercase;}
.submenu-inner-block .content-block .content-list-block .content-list {transition: all .4s ease-in-out;padding: 15px 20px;border-radius: 12px;}
.submenu-inner-block .content-block .content-list-block .content-list:hover {background: #f7faff;}
.submenu-inner-block .content-box .content-block:nth-child(2) .content-list-block {padding-left: 20px;border-left: 1px solid #F6F8FC;}
.submenu-inner-block .content-block .content-list-block .content-list .icon-title {margin-bottom: 8px;}
.submenu-inner-block .content-block .content-list-block .content-list .icon-title .icon {max-width: 24px;height: 24px;border-radius: 4px;width: 100%;background: #15D679;display: flex;justify-content: center;align-items: center;}
.submenu-inner-block .content-block .content-list-block .content-list .icon-title .icon img {height: 14px;width: 14px;margin: auto;}
.submenu-inner-block .content-block .content-list-block .content-list .icon-title .title {max-width: calc( 100% - 24px );width: 100%;padding-left: 8px;}
.submenu-inner-block .content-block .content-list-block .content-list .title h6 {color: #242220;letter-spacing: -0.32px;}
.submenu-inner-block .content-block .content-list-block .content-list .content p {color: #868583;letter-spacing: -0.12px;}
.submenu-inner-block .content-block .content-button {border-radius: 12px;background: linear-gradient(180deg, #F6F8FC 18.5%, #E4DDF5 100%);padding: 25px;display: flex;flex-direction: column;height: 100%;}
.submenu-inner-block .content-block .content-button .img img {height: 110px;object-fit: cover;border-radius: 10px;width: 100%;}
.submenu-inner-block .content-block .content-button .content {color: #242220;}
.submenu-inner-block .content-block .content-button .submenu-btn {margin-top: auto;}
.submenu-inner-block .content-block .content-button .submenu-btn a,
.submenu-inner-block .content-block .content-button a.submenu-btn {align-items: center;color: #242220;display: inline-flex;font-size: 16px;font-weight: 500;letter-spacing: -.32px;line-height: 1;padding: 0;text-decoration: none;text-transform: none;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.submenu-inner-block .content-block .content-button .submenu-btn a svg {margin-left: 10px;}
.menu-icon,
.mobile-nav,
.navigation .hs-menu-flow-horizontal .right-side, 
.navigation .hs-menu-flow-horizontal .top-header-list {display: none;} 
/* body.fix-header .header {position: fixed !important;top: 0;transition: all .4s ease-in-out;width: 100%;left: 0;right: 0;z-index: 9999;} */
body .header {position: fixed !important;top: 0;transition: all .4s ease-in-out;width: 100%;left: 0;right: 0;z-index: 9999;}
body.mobile-open {overflow: hidden;}
.site-header .navigation ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper,
.top-header-list ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {display:none ;flex-wrap: wrap;flex-direction: column;position: absolute;background: #fafafa;max-width: 210px;width: 100%;border-radius: 0 0 12px 12px;margin-top: 10px;}
.site-header .navigation ul.hs-menu-children-wrapper li.hs-menu-item:last-child a,
.top-header-list ul.hs-menu-children-wrapper li.hs-menu-item:last-child a {border-radius: 0 0 10px 10px;}
.site-header .navigation ul.hs-menu-children-wrapper li.hs-menu-item a,
.top-header-list ul.hs-menu-children-wrapper li.hs-menu-item a {padding: 10px 24px;display: block;text-align: center;font-size: 16px;color: #171614;line-height: 1.2;}
.top-header-list ul.hs-menu-children-wrapper li.hs-menu-item ul.hs-menu-children-wrapper {display:none;}
.megamenu {display: none;}
.site-header .right-side .button:last-child a{background: rgba(23,22,20,1.0) !important;color: #fff !important;border-color: rgba(23,22,20,1.0) !important;}
.site-header .right-side .button:last-child a:hover {background: rgba(21,214,121,1.0) !important;border-color: rgba(21,214,121,1.0) !important;}
.site-header .right-side .button+.button { margin-left: 10px; }
.site-header .right-side .button:first-child a { background: #15D679 !important; color: #171614 !important; border-color: #15D679 !important; } 

.site-header .right-side .button:first-child a:hover { background: rgba(23, 22, 20, 1.0) !important; color: #fff !important; border-color: rgba(23, 22, 20, 1.0) !important; }

/************************** top header **************************/
.lp-top-header {display: none; border-bottom: 1px solid #EDEDED;background: #F9F9F9;height: 53px;}
.lp-header {border-bottom: 1px solid #ededed;}
.lp-header .lp-header-block {padding: 23px 0px;}
.lp-header .logo-img img {width: 143px;height: 34px;}






.footer { background-color: #242220; }
.footer p { color: #FFFFFF; }
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}
.footer ul li a,
.footer .footer-bottom-section a,
.footer .hs-richtext a,
.footer-section .center-footer-section .footer-form form .hs-submit .hs-button { color:#FFFFFF;}
.footer-section .center-footer-section .footer-form form .hs-submit .actions:after { background-color:#FFFFFF; 
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;}
.footer ul li a:hover,
.footer .footer-bottom-section a:hover,
.footer .hs-richtext a:hover { color:#15D679; }
.footer svg path {fill: #FFFFFF; 
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.footer svg:hover path { fill:#15D679; }

.footer { border-radius:12px 12px 0 0;}
.footer-section { padding-top: 80px;} 
.footer-section .container { max-width: 1288px; } 
.footer-section  .top-footer-section { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; } 
.footer-section .top-footer-section .footer-heading-text { padding-right: 30px;width:85%; } 
.footer-section .top-footer-section .footer-heading-text h2 { margin: 0; font-size: 60px; letter-spacing: -4px;     background: -webkit-linear-gradient(291deg, #f6f5f3, #7a52cf 25%, #15d679 65%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.2333; }
.footer-section .center-footer-section { border-top: 0.5px solid #565554; padding-top: 90px; display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 80px; border-bottom: 0.5px solid #565554; } 
.footer-section .center-footer-section .right-footer-form-section { width: 32.25%; } 
.footer-section .center-footer-section .menu-part { width: calc(100% - 32.25%); } 
.footer-section .center-footer-section .menu-part .menu-wrap { width: 38.05%; padding-right: 40px; } 
.footer-section .center-footer-section .menu-part .menu-wrap:first-child { width: 23.9%; } 
.footer-section .center-footer-section .menu-part .menu-wrap.menu_4 { width: 23.9%; } 
.footer-section .center-footer-section .menu-part .menu-wrap:nth-child(4) { width: 23.9%; } 
.footer-section .center-footer-section .menu-part .menu-wrap:nth-child( n + 4 ) {margin-top : 40px;} 
.footer-section .center-footer-section .menu-part .menu-wrap .menu-title { margin-bottom: 40px; } 
.footer-section .center-footer-section .menu-part .menu-wrap .menu-title h6, .footer-section .center-footer-section .right-footer-form-section .footer-form-title h6 { font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.4; margin: 0; } 
.footer-section .center-footer-section .menu-part .menu-wrap .menu ul li a { font-size: 14px; line-height: 1.4; text-transform: capitalize;letter-spacing: -0.02em; } 
.footer-section .center-footer-section .menu-part .menu-wrap .menu ul li { margin-bottom: 16px; font-size: 14px; line-height: 1.4; } 
.footer-section .center-footer-section .menu-part .menu-wrap .menu ul{padding:0;margin: 0;}
.footer-section .center-footer-section .menu-part .menu-wrap .menu ul li:last-child { margin: 0; } 
.footer-section .center-footer-section .right-footer-form-section .footer-form-title { margin-bottom: 40px; }
.footer-section .center-footer-section .footer-form form { position: relative;display: flex;align-items: center;flex-wrap: wrap;padding-bottom:16px; } 
.footer-section .center-footer-section .footer-form form .hs-form-field {width: calc(100% - 110px); } 
.footer-section .center-footer-section .footer-form form .hs-form-field .hs-input { background-color: transparent; border-width: 0 0 1px 0; border-radius: 0; border-color: #868583; padding: 13px 0; color: #fff; font-size: 14px; line-height: 1.4; letter-spacing: -0.02em;width:100%;height: 46px;font-family: Plus Jakarta Sans, sans-serif; } 
.footer-section .center-footer-section .footer-form form ::placeholder { color: #fff; font-size: 14px; line-height: 1.4; letter-spacing: -0.02em; } 
.footer-section .center-footer-section .footer-form form .hs-submit { width:110px;cursor: pointer; } 
.footer-section .center-footer-section .footer-form form .hs_email.hs-email > label {display: none;}
.footer-section .center-footer-section .footer-form form .hs-submit .hs-button { background-color: transparent !important; cursor: pointer; border: none; padding: 20px 56px 20px 10px; font-size: 16px; line-height: 1.14; font-weight: 500; letter-spacing: -0.02em; transition: all 0.4s ease-in-out; font-family: Plus Jakarta Sans, sans-serif; background-image: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-Oct-10-2024-04-36-31-5290-PM.svg); background-position: right; background-repeat: no-repeat; background-size: 46px; }
.footer-section .center-footer-section .footer-form form .hs-submit .actions { position: relative; display: flex; align-items: center; justify-content: center; } 
/* .footer-section .center-footer-section .footer-form form .hs-submit .actions:after { content: ''; position: relative; top: 0; width: 46px; height: 46px; border-radius: 50%; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-1.svg'); background-position: center; background-repeat: no-repeat; background-size: 12px 12px; }  */
.footer-section .center-footer-section .footer-form form .hs-submit .actions:hover .hs-button { transform: translatex(-5px); } 
.footer-section .center-footer-section .footer-form form .legal-consent-container { position: absolute; bottom: -16px; }
.footer-section .center-footer-section .footer-form form .legal-consent-container p { font-size: 12px; line-height: 1.4; font-weight: 400; margin: 0; letter-spacing: -0.01em; } 
.footer-section .center-footer-section .footer-form form .legal-consent-container p a { text-decoration: underline; }
.footer-section .footer-bottom-section { padding: 40px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } 
.footer-section .footer-bottom-section .bottom-left-section p { font-size: 12px; line-height: 1.4; color: #EDEDED; letter-spacing: -0.01em; font-weight: 400; margin: 0; } 
.footer-section .footer-bottom-section .bottom-right-section { display: flex; flex-wrap: wrap; align-items: center; } 
.footer-section .footer-bottom-section  .footer-bottom-left-sec { display: flex; flex-wrap: wrap; align-items: center; } 
.footer-section .footer-bottom-section .footer-bottom-left-sec .bottom-item-right-section a { font-size: 12px; line-height: 1.4; letter-spacing: -0.01em; font-weight: 400; margin: 0;display: inline-block; } 
.footer-section .footer-bottom-section .footer-bottom-left-sec .bottom-item-right-section { padding-right: 24px; line-height: 0; }
.footer-section .footer-bottom-section .footer-bottom-right-sec { display: flex; flex-wrap: wrap; align-items: center; } 
.footer-section .footer-bottom-section .footer-bottom-right-sec .footer-item-social-icon { padding-right: 17px; height: 20px; } 
.footer-section .footer-bottom-section .footer-bottom-right-sec .footer-item-social-icon:last-child { padding-right: 0; } 
.footer-section .footer-bottom-section .footer-bottom-right-sec .footer-item-social-icon img { width: 20px; height: 20px !important; } 
.footer-section .footer-bottom-section .footer-bottom-right-sec .footer-item-social-icon svg { width: 20px; height: 20px !important; } 
.footer-section .footer-bottom-section .footer-bottom-right-sec .footer-item-social-icon a { width: 100%; height: 100%; display: inline-block; } 
.footer-section .footer-bottom-section .bottom-left-section { padding-right: 20px; }
.footer-section .right-footer-form-section .footer-form form .hs_error_rollup {display: none;}
.footer-section .center-footer-section .footer-form form .hs-form-field .hs-input.invalid.error {border-bottom: 1px solid #cc2946 !important;}
.footer-section .center-footer-section .footer-form form .hs-form-field .hs-error-msgs {display: none;}
.footer .footer-cta.btn5 a:hover:after {background: #fff;background-image:url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/CTA%20Right%20Arrow.svg);background-position: 50%;background-repeat: no-repeat;background-size: 12px 12px;}
.footer .footer-cta.btn5 a:hover{padding: 20px 61px 20px 35px;}
/* .footer-section .right-footer-form-section .footer-form form .hs_email .hs-error-msgs{margin:0;position: absolute;bottom: 0;} */

.footer-section .center-footer-section .footer-form form input:-webkit-autofill, .footer-section .center-footer-section .footer-form form textarea:-webkit-autofill, .footer-section .center-footer-section .footer-form form select:-webkit-autofill { -webkit-box-shadow: 0 0 0 100px #242220 inset; -moz-box-shadow: 0 0 0 100px #242220 inset; box-shadow: 0 0 0 100px #242220 inset;	-webkit-text-fill-color: #ffffff ; }
/************************** Custom Css **************************/

h2 span{background: linear-gradient(86deg, #7A52CF 0%, #15B3D6 48.5%, #15D679 97.01%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
p,
ul li,
ol li { letter-spacing: -0.32px; }
.pre-heading{font-family:"Plus Jakarta Sans"; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.28; letter-spacing: 0.84px; text-transform: uppercase; }
.sub-title {padding-bottom: 20px;}
.sub-title p {font-size: 14px;font-weight: 400;line-height: 1.3;letter-spacing: 0.84px;text-transform: uppercase;padding-bottom: 0px;margin-bottom: 0;}
.content-wrap {padding: 0 10px;}
.content-wrap > .baseModuleStyle {border-radius: 20px;padding-left: 16px;padding-right: 16px;}
.sub-heading > p { font-size: 18px; font-weight: 300; line-height: 1.5; letter-spacing: -0.36px; }
.body-small{font-size:  14px;font-weight: 400;line-height: 1.35;letter-spacing: -0.28px;padding-bottom: 20px;}
.home-banner .left-part .largeh1{font-size:78px;}
.home-banner .left-part .largeh1 span {display: inline-block;padding-right: 20px;}



/************************** Hero Section **************************/
.hero-section {padding-top: 138px;}
.hero-section .left-part { width: 53.74%; padding-right: 120px; }
.hero-section .left-part  .sub-title { padding-bottom: 30px; }
.hero-section .right-part { width: 46.26%; text-align: right; }
.hero-section .right-part .img-box {  width: 100%; float: right;height:600px; }
.hero-section .left-part .content { max-width: 580px; width: 100%; }
.hero-section .right-part img { border-radius: 12px; width: 100%; display: block; margin: 0 auto; object-fit: cover; height: 100%; }
.hero-section.service-banner {padding-top: 198px;}
.hero-section.service-banner .section-heading .title h1 span { background: linear-gradient(86deg, #7A52CF -0.01%, #15B3D6 27.77%, #15D679 55.55%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;padding: 0 0 12px; }
.service-v2 h1 span {background: linear-gradient(86deg, #7A52CF -0.01%, #15B3D6 27.77%, #15D679 55.55%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-style: italic;display: block;}
/* .hero-section .left-part .title h1 span {padding: 0 0 12px;} */

/************************** Logo Section **************************/
.logo-section .slider-title { text-align: center; margin-bottom: 40px; }
.logo-section .img-box img { max-height: 60px; max-width: 120px; object-fit: cover; display: block; margin: 0 auto; }
.logo-section .logo-slider:after { content: ''; position: absolute; top: 0px; left: 0; width: 112px; height: 67px; background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); }
.logo-section .logo-slider { position: relative; }
.logo-section .logo-slider:before { content: ''; position: absolute; top: 0px; right: 0%; width: 112px; height: 56px; background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); z-index: 5; }
.logo-section .box.slick-slide { padding: 0 40px; }
.logo-section .slick-track { margin: 0 -40px; }
.logo-section .img-box { height: 60px; display: flex; flex-wrap: wrap; align-items: center; }
.logo-section .logo-slider.hide-side-gradient::before {display: none;}
.logo-section .logo-slider.hide-side-gradient::after {display: none;}

/************************** Two Col Text Section **************************/
.two-col-text-section .left-part { width: 50%; padding-right: 50px; }
.two-col-text-section .right-part { width: 50%; padding: 0 0 0 80px; }
.two-col-text-section .right-part .content { max-width: 520px; width: 100%; margin-bottom: 10px;}
.two-col-text-section .right-part .content p { margin: 0; }
.two-col-text-section .section-heading h2 {margin: 0;}


/************************** service Section **************************/
.service-section {border-radius: 20px;background: linear-gradient(180deg, #F6F8FC 0%, #D0F6E4 100%);}
.service-section p:last-child {margin-bottom: 0;}
.service-section .section-heading .left-side {max-width: calc( 100% - 436px );width: 100%;padding-right: 164px;}
.service-section .section-heading .left-side .title h2 {margin-bottom: 0;}
.service-section .section-heading .right-side {max-width: 436px;width: 100%;padding: 45px 50px;background: #FFFFFF80;border-radius: 12px;backdrop-filter: blur(17.49945068359375px);}
.service-section .section-heading .right-side .heading-image {margin-left: auto;margin-right: auto;}
.service-section .section-heading .right-side .heading-image img {width: 128px;height: 28px;object-fit: contain;}
.service-section .section-heading .right-side .heading-right-content p {color: #171614;letter-spacing: -0.16px;}
.service-section .service-box {margin: 0 -8px;}
.service-section .service-box .service-block {max-width: calc(100% / 3);padding: 0 8px;margin-bottom: 16px;margin-top: 10px;}
.service-section .service-box .service-block .inner-service-block {height: 100%;display: flex;flex-direction: column;justify-content: space-between;transition: all .4s ease-in-out; padding: 45px 35px;backdrop-filter: blur(17.49945068359375px); background: #FFFFFF80; border-radius: 12px; position:relative;}
.service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .icon-img { max-width: 34px; height: 34px; width: 100%;  display: flex; align-items: center; justify-content: center; margin-bottom: 24px; border-radius: 4px;}
.service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .icon-img img { width: 20px; height: 20px; margin: auto; object-fit: cover; } 
.service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .title { margin-bottom: 14px; } 
.service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .title h3 {line-height: 1.4;letter-spacing: -0.78px;margin-bottom: 0; }
.service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .mobile-btn {display:none;}
.service-section .service-box .service-block .inner-service-block .top-content .service-content {color: #171614;font-size: 16px;line-height: 1.6;font-weight: 400;}
.service-section .service-box .service-block .inner-service-block .bottom-content a {font-size: 16px;font-weight: 500;letter-spacing: -0.32px;}
.service-section .service-box .service-block .inner-service-block:hover {transform: translateY(-10px);}
.service-section .service-box .service-block .inner-service-block:hover .btn4 a:after,
.service-section .service-box .service-block .inner-service-block:hover a.btn4:after {background-color: #15d679;transform: translate(7px, -50%);}
.service-section .service-box .service-block .inner-service-block .absolute_link {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}
.service-section .service-box .service-block .inner-service-block .absolute_link a{width: 100%;height: 100%;display: inline-block;}
.service-section .service-box .service-block .inner-service-block .absolute_link a { font-size: 0; background-color: transparent !important; padding: 0 !important; margin: 0 !important; border: none !important; }
/************************** Two Col Img Content Section **************************/
.two-col-img-content .left-part { width: 55.23%; padding-left: 70px;}
.two-col-img-content .right-part { width: 44.77%; height:640px;}
.two-col-img-content .right-part .img-box {  width: 100%; height:100%; }
.two-col-img-content .left-part .content { max-width: 520px; width: 100%; }
.two-col-img-content.about-our-hiring .left-part .content {max-width: 560px;width: 100%;}
.two-col-img-content .left-part .section-heading {padding-right: 50px; }
.two-col-img-content .right-part img { border-radius: 12px; width: 100%; display: block; margin: 0 auto; object-fit: cover; height: 100% !important; }
.two-col-img-content .swap { flex-direction: row-reverse;}
.two-col-img-content .swap .left-part {padding-right: 70px;padding-left: 0;}
/* .two-col-img-content .swap .left-part {padding-right: 120px;padding-left: 0;} */
.two-col-img-content .swap .left-part .content {max-width: 560px;}
.two-col-height .right-part {height: 460px;}

/************************** Number Counter Section **************************/
.number-counter-section .section-heading,
.logo-section .section-heading { max-width: 738px; margin-left: auto;margin-right: auto; }
.number-counter-section .number-counter-blocks-wrapper { margin: 60px -5px 0; justify-content: center; }
.number-counter-section .number-couner-block { background: linear-gradient(180deg, #F6F8FC 18.5%, #E4DDF5 100%); width: calc(calc(100% / 3) - 10px); margin: 0 5px; border-radius: 12px; padding: 35px; margin-bottom: 10px; }
.number-counter-section .number-couner-block .number-counter-block-text h6 { margin: 0; }
.number-counter-section .number-counter-block-title span { font-size: 70px; line-height: 1.1; font-weight: 400; color: #171614; letter-spacing: -4.2px;word-break: break-all; }
.number-counter-section .number-counter-block-title { margin-bottom: 56px; }
.number-counter-section .section-heading .content p { letter-spacing: -0.36px; }
.number-counter-section .number-couner-block.three_col{width: calc(calc(100% / 3) - 10px);}
.number-counter-section .number-couner-block.four-col{width: calc(calc(100% / 4) - 10px);}
.number-counter-section.service .section-heading .title h2>br {display: block;}

/************************** Testimonial Section **************************/
.testimonial-section {border-radius: 20px; background: linear-gradient(180deg, #F6F8FC 18.5%, #D8F7FF 100%);}
.testimonial-section .section-heading .right-side {max-width: 97px;width: 100%;gap: 5px;}
.testimonial-section .section-heading .left-side {max-width: calc(100% - 97px );width: 100%;padding-right: 30px;}
.testimonial-section .section-heading .left-side .title h2 {letter-spacing: -2px;}
.testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block { border-radius: 12px; background: rgba(255, 255, 255, 0.50); backdrop-filter: blur(17.49945068359375px); padding: 45px 35px;height: 100%;display: flex;flex-direction: column;justify-content: space-between; }
.testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .bottom-content {justify-content: space-between;}
.testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .img-block img {width: 140px;height: 60px;object-fit: contain;}
.testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .content {font-style: italic;}
.testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .content p {letter-spacing: 0.48px;}
.testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .name-text h6 {margin: 0;}
.testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .job-title p {color: #242220; font-family: 'gorditaregular';}
.testimonial-section .slick-arrow.slick-disabled {opacity: 0.5;}
.testimonial-section .slick-arrow {opacity: 1;}
.testimonial-section .slick-prev, .testimonial-section .slick-next {border: 1px solid #171614;transition: all .4s ease-in-out;font-size: 0;line-height: 0;padding: 0;-webkit-transform: translate(0, 50%);-ms-transform: translate(0, 50%);transform: translate(0, 50%);cursor: pointer;color: transparent;outline: none;background: transparent;height: 46px;width: 46px;line-height: 0;border-radius: 50%;position: inherit;align-items: center;display: flex;justify-content: center;}
.testimonial-section .slick-prev:before {content: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Arrow%20slider.svg'); left: -1px; }
.testimonial-section .slick-next:before {content: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Arrow%20slider.svg');left: 1px;}
.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {color: #21314D;width: 14px;height: 12px;line-height: 0; position: relative; top: 0px; left: 0; }
.testimonial-section .slick-prev:before {transform: rotate(180deg);}
.testimonial-section{background: linear-gradient(180deg, #F6F8FC 18.5%, #D8F7FF 100%);}
.testimonial-section .mobile-arrow {gap: 5px;}
.testimonial-section .slick-track{display: flex;flex-wrap: wrap;margin: 0 -8px;}
.testimonial-section .slick-slide {height: inherit !important;}
.testimonial-section .slider_block:focus { outline: none; }
.testimonial-section .slick-slide {margin-right:8px;margin-left:8px;}
.testimonial-section .teasimonial-slider-box.slick-initialized.slick-slider {margin-right: -386px;}
.testimonial-section .slick-list.draggable {padding: 0 585px 0 0 !important;}

/************************** three-col-service-part Section **************************/
.three-col-service-part {overflow: hidden;}
/* .three-col-service-part .section-heading { max-width: 700px;margin-bottom: 60px;width: 100%; } */
.three-col-service-part .section-heading { margin-bottom: 60px; }
.three-col-service-part .three-col-boxes .three-col-boxes-inner {  justify-content: center; }
.three-col-service-part .three-col-boxes .service-card .service-card-wrap { background: #F6F8FC; border-radius: 12px; padding: 25px 45px 35px 35px;display: flex; flex-direction: column; flex-wrap: wrap; height: 100%; }
.three-col-service-part .three-col-boxes .service-card .service-card-image { height: 78px; width: 75px; margin-bottom: 46px; margin-top: 22px;}
.three-col-service-part .three-col-boxes .service-card .service-card-image img { height: 100% !important; width: 100%; object-fit: contain; margin: 0 auto; display: block; }
.three-col-service-part .three-col-boxes .service-card .card-title { margin-bottom: 25px; }
.three-col-service-part .three-col-boxes .service-card .card-content { margin-bottom: 30px; }
.three-col-service-part .three-col-boxes .service-card a { position: relative; height: 46px; width: 46px;display: inline-block;}
.three-col-service-part .three-col-boxes .service-card a:after { background-color: #171614;border: 1px solid #171614; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Icon.svg'); background-position: 50%; background-repeat: no-repeat; background-size: 12px 12px; border-radius: 100%; content: ""; height: 46px; position: absolute; left: 0; width: 46px;  transition: all .4s ease-in-out; }
.three-col-service-part .three-col-boxes .service-card:hover a:after { background-color: transparent; background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-1.svg');background-position: 50%; background-repeat: no-repeat; }
/* .three-col-service-part .three-col-boxes .service-card .service-card-wrap a { display: inline-block; margin-top: auto; } */
.three-col-service-part .three-col-boxes .service-card:hover .card-title-main { transform: translateY(-10px); } 
.three-col-service-part .three-col-boxes .service-card .card-title-main { transition: all .4s ease-in-out; }
.three-col-service-part .slick-slide {margin-right:8px;margin-left:8px;}
.three-col-service-part .slick-list {margin: 0 -16px; display: flex;}
.three-col-service-part  .slick-track { display: flex !important;margin: 0 8px; }
.three-col-service-part .section-heading .left-side .left-side-inner {max-width: 700px;width: 100%;}
.three-col-service-part .section-heading .right-side {max-width: 97px;width: 100%;gap: 5px;}
.three-col-service-part .section-heading .left-side {max-width: calc(100% - 97px );width: 100%;padding-right: 30px;}
.three-col-service-part .three-col-boxes .service-card .service-card-wrap .arrow-cta.hide-arrow-cta { display: none; }
.three-col-service-part .three-col-boxes .service-card .service-card-wrap .arrow-cta { display: inline-block; margin-top: auto; }
/* .three-col-service-part .slick-arrow.slick-disabled {opacity: 0.5;}
.three-col-service-part .slick-arrow {opacity: 1;}
.three-col-service-part .slick-prev, .three-col-service-part .slick-next {border: 1px solid #171614;transition: all .4s ease-in-out;font-size: 0;line-height: 0;padding: 0;-webkit-transform: translate(0, 50%);-ms-transform: translate(0, 50%);transform: translate(0, 50%);cursor: pointer;color: transparent;outline: none;background: transparent;height: 46px;width: 46px;line-height: 0;border-radius: 50%;position: inherit;align-items: center;display: flex;justify-content: center;}
.three-col-service-part .slick-prev:before {content: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Arrow%20slider.svg'); left: -1px; }
.three-col-service-part .slick-next:before {content: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Arrow%20slider.svg');left: 1px;}
.three-col-service-part .slick-prev:before, .three-col-service-part .slick-next:before {color: #21314D;width: 14px;height: 12px;line-height: 0; position: relative; top: 0px; left: 0; }
.three-col-service-part .slick-prev:before {transform: rotate(180deg);}
.three-col-service-part .mobile-arrow {gap: 5px;} */

/************************** one-col-title-cta Section **************************/
.content-wrap.spaing {padding:0 40px;}
.one-col-title-cta.about-single-column-section {margin-top: 50px;}
.one-col-title-cta { background: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/liner%20Background.jpg); border-radius: 12px !important;background-position: center center; background-repeat: no-repeat; background-size: cover; }
.one-col-title-cta {border-radius:12px;}
.one-col-title-cta .title{padding-bottom: 40px;}
.one-col-title-cta .section-heading {max-width: 612px; width: 100%;}
.one-col-title-cta .title h2 {letter-spacing: -4.2px; margin: 0;line-height:1;}
.one-col-title-cta .button a:after { background-color: #fff; background-image: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-1.svg); }
.one-col-title-cta .section-heading .content p {letter-spacing: -0.36px;font-style: normal;}

/************************** Four Column Icon With Content Section **************************/
.four-col-section .four-col-box { width: 25%; padding: 0 8px 20px; }
.four-col-section .four-col-box-inner { background: linear-gradient(90deg, #FFF 0%, #F6F8FC 100%); border-radius: 12px; padding: 45px 25px; height:100%; }
.four-col-section .four-col-inner.dis-flex { margin: 0 -8px; }
.four-col-section .four-col-box-inner .top-icon { height: 34px; width: 34px; border-radius: 4px; display: flex; justify-content: center; align-items: center; }
.four-col-section .four-col-box-inner .top-icon img { height: 20px !important; width: 20px; object-fit: contain; display: block; }
.four-col-section .four-col-box-inner .content h6 { color: #242220;line-height: 130%;}
.four-col-section .four-col-box-inner .content h6:last-child{margin: 0;}

/************************** Two Column Sticky Section **************************/
.two-col-sticky-mob-sld { display: none; padding-left: 24px; padding-right: 12px;}
.two-col-sticky-mdl .locker { position: relative; display: flex; }
.two-col-sticky-mdl .locker__image { position: relative; width: 57%; padding-left: 80px; }
.two-col-sticky-mdl .locker__content { width: 43%; padding-left: 40px; }
.two-col-sticky-mdl .threshold { position: sticky; width: 100%; height: 1px; background-color: red; z-index: 9999999999; display: none; }
.two-col-sticky-mdl .threshold--top { top: 50%; }
.two-col-sticky-mdl .locker__section {/*   height: 100vh; */height: auto;margin-bottom: 300px;display: flex;justify-content: center;flex-direction: column;}
.two-col-sticky-mdl .locker__section:last-child { margin-bottom: 180px; }
.two-col-sticky-mdl .locker__section:first-child { margin-top: 110px; }
.two-col-sticky-mdl .locker__container { position: sticky; position: -webkit-sticky; top: 0; height: 100vh; display: flex; align-items: center; justify-content: center; }
.two-col-sticky-mdl .locker__image img { width: auto; height: 70vh; position: absolute; transition: all 1s ease; opacity: 0; }
.two-col-sticky-mdl .locker__image img.active { opacity: 1; }
.two-col-sticky-mdl .locker__content .icon { background-color: #15d679; align-items: center; border-radius: 4px; display: flex; height: 34px; justify-content: center; margin-bottom: 30px; width: 34px; }
.two-col-sticky-mdl .locker__content .icon img { display: block; height: 20px; margin: 0 auto; object-fit: cover; width: 20px; }
.two-col-sticky-mdl .locker__content .title h3 { color: #242220; margin: 0; }
.two-col-sticky-mdl .locker__image .locker__container { display: block; top: 140px; height: auto; }
.two-col-sticky-mdl .locker__image_wrap { height: 560px; position: absolute; width: 100%; border-radius: 10px; overflow: hidden; }
.two-col-sticky-mdl .locker__image_wrap .image { height: 100%; width: 100%; object-fit: cover; position: static; }
.two-col-sticky-mdl .locker__content .cont p { font-size: 16px; font-weight: 400; line-height: 160%; }
.two-col-sticky-mdl .locker__image_wrap:last-child { position: static; }

/************************** Two Column Images Section **************************/
.two-col-images-main .two-col-images-top { margin-bottom: 80px; }
.two-col-images-main .two-col-images-top .two-col-images-top-inner { justify-content: space-between; align-items: center; }
.two-col-images-main .two-col-images-top .two-col-images-top-title h2 { margin: 0; }
.two-col-images-main .two-col-images-top .two-col-images-top-title { width: 80%; }
.two-col-images-main .two-col-images-top .two-col-images-top-cta { width: 20%; display: flex; justify-content: end; }
.two-col-images-main .two-col-images-bottom-inner { margin: 0 -10px 0 0; }
.two-col-images-main .bottom-images-box { margin-right: 10px; width: calc(50% - 10px); position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 10px; }
.two-col-images-main .bottom-images-box-inner img { height: 100% !important; width: 100%; object-fit: cover; margin: 0 auto; display: block;transition: all .3s ease-out; }
.two-col-images-main .bottom-images-box-inner {position:relative; max-width: 665px; width: 100%; }
.two-col-images-main .bottom-images-box-inner:before {position: absolute;content: '';background: rgba(79, 74, 90, 0.20);width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0; z-index: 99;}
.two-col-images-main .bottom-images-box-details { background: rgba(79, 74, 90, 0.20); backdrop-filter: blur(13.037050247192383px); -webkit-backdrop-filter: blur(13.037050247192383px); padding: 25px 25px 35px;position: absolute;bottom: 0;width: 100%; transition: all .3s ease-out;}
.two-col-images-main .bottom-images-box-details-top-inner { justify-content: space-between; align-items: center; }
.two-col-images-main .bottom-images-box-details-left-icon { height: 38px; width: 100px; }
.two-col-images-main .bottom-images-box-details-left-icon img { height: 100% !important; width: 100%; object-fit: contain; margin: 0 auto; display: block; }
.two-col-images-main .bottom-images-box-details-left-tag { width: calc(100% - 100px);display: flex;justify-content: end; }
.two-col-images-main .bottom-images-box-details-left-tag p{  font-family: gorditaregular;}
.two-col-images-main .bottom-images-box:last-child{margin-right:0;}
.two-col-images-main .bottom-images-box-details .bottom-images-box-details-content {font-size: 22px;font-weight: 400;line-height: 1.3;}
.two-col-images-main .bottom-images-box-details .bottom-images-box-details-content p {letter-spacing: -0.66px;}
.two-col-images-main .two-col-images-bottom-mob-cta { display: none; }
.two-col-images-main .bottom-left-tag-under { border: 1px solid #15b3d6; padding: 4px 8px; border-radius: 3px; transition: all .4s ease-in-out;}
.two-col-images-main .bottom-images-box-details .bottom-images-box-details-content h6 { margin: 0; color:#fff;}
.two-col-images-main .bottom-images-box:hover img { transform: scale(1.1); }
.two-col-images-main .bottom-images-box:hover .bottom-images-box-details { border-image: linear-gradient(86.36deg, #7a52cf, #4f7af9 48.5%, #15d679 97.01%); border-image-slice: 1; border-top: 1px solid; padding-bottom: 35px; padding-top: 30px; }

/************************** FAQ Section **************************/
.faq-section .faq-box .left-side .section-heading .title {letter-spacing: -2px;}
.faq-section .faq-box .left-side {max-width: calc( 100% - 800px );width: 100%;padding-right: 100px;}
.faq-section .faq-box .right-side {max-width: 800px;width: 100%;}
.faq-section .faq-box .right-side .accordion-title-arrow {max-width: 46px;width: 100%;height: 46px;}
.faq-section .faq-box .right-side .faq-accordion-inner-wrap {max-width: calc( 100% - 46px );width: 100%;padding-right: 20px;}
.faq-section .faq-box .right-side .faq-accordion-dropdown-content-wrap.togglecontent {max-width: calc( 100% - 66px );width: 100%;padding: 0 25px 25px;}
.faq-section .faq-box .right-side .faq-accordion-dropdown-section-v2 {border-radius: 10px;background: rgba(246, 248, 252, 0.50);cursor: pointer;}
.faq-section .faq-box .right-side .faq-accordion-dropdown-section-v2.active {background: linear-gradient(180deg, #FFF 0%, #F6F8FC 100%);}
.faq-section .faq-box .accordion-title-arrow .minus{display:none;}
.faq-accordion-dropdown-title-new.active .pluse { display: none; } 
.faq-section .faq-box .faq-accordion-dropdown-title-new.active .minus { display: block; }
.faq-section .faq-box .right-side .faq-accordion-dropdown-section-v2 .faq-accordion-dropdown-title-new.toggletab { align-items: center;padding: 15px 25px; }
.faq-section .faq-box .faq-accordion-dropdown-title-new.active .faq-accordion-dropdown-section-v2{padding: 15px 25px 25px;} 
.faq-section .faq-box .right-side .faq-accordion-dropdown-content-wrap.togglecontent p { font-family: 'gorditaregular';line-height: 1.4; }
.faq-section .faq-box .right-side .faq-accordion-dropdown-content-wrap.togglecontent p { margin-bottom: 10px;letter-spacing: -0.28px;}
.faq-section .faq-box .right-side .faq-accordion-dropdown-content-wrap.togglecontent p:last-child { margin-bottom: 0px;}
.faq-section .faq-box .right-side .faq-accordion-dropdown-section-v2:last-child { margin-bottom: 0; }
.faq-box .content * {word-break: break-word;}

/************************** Two Column Form Section **************************/
.two-col-form-sec { background: linear-gradient(180deg, #F6F8FC 0%, #FFF 100%) !important; border-radius: 12px !important; }
.two-col-form-sec .two-col-form-sec-left {width: 38.80%;padding-right: 80px;} 
.two-col-form-sec .two-col-form-sec-right { width: 61.2%; }
.two-col-form-sec .two-col-form-sec-left .content p { line-height: 1.35; letter-spacing: -0.28px;  font-family: 'gorditaregular';}
.two-col-form-sec .two-col-form-sec-right form .form-columns-2 {max-width: 100%;gap: 20px;display: flex;margin-bottom: 20px;}
.two-col-form-sec .two-col-form-sec-right form .form-columns-2 .input {margin-right: 0;}
.two-col-form-sec .two-col-form-sec-right form label { line-height: 1.16; font-size: 12px; color: #565554; font-weight: 500;text-transform: capitalize; }
form label { line-height: 1.16; font-size: 12px; color: #565554; font-weight: 500;text-transform: capitalize; }
.two-col-form-sec .two-col-form-sec-right form .hs-error-msgs { margin: 8px 0 0; }
.two-col-form-sec .two-col-form-sec-right form .hs-error-msgs li .hs-main-font-element { margin: 0; color: #CC2946; font-size: 10px;letter-spacing: -0.1px;font-weight: 400;line-height: 1.4;}
form .hs-form-booleancheckbox input#i_acknowledge_and_accept_the_terms_of_the_privacy_policy-825c8a01-04ed-4024-aa5d-6dd675e09baf_9754 { appearance: none; }
form .hs-form-booleancheckbox span { padding-left: 40px; }
.two-col-form-sec .two-col-form-sec-right form .hs-form-booleancheckbox-display { margin: -10px; }

/* Radio Button Style*/
.hs-form-radio label.hs-form-radio-display { font-size: 14px; font-weight: 700; text-transform: uppercase;display:flex;flex-wrap:wrap; }
.hs-form-radio-display .hs-input { display: none; }
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.hs-form-radio label.hs-form-radio-display input+span:before { width: 25px; height: 25px; content: ''; background-color: #cbcbcb; display: inline-block; border-radius: 100%; margin-right: 13px;position: absolute; top:7px; left: -20px;transition:0.5s ease all; }
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#fff;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after { content: ''; position: absolute; left: 8px; width: 9px; height: 9px; background-color: #fff; top: 11px; border-radius: 100%;transition:0.5s ease all; }
/*Checkbox Style */
.hs-form-checkbox:not(:last-child){margin-bottom:29px;}
.hs-form-checkbox label.hs-form-checkbox-display,.hs-form-booleancheckbox label.hs-form-checkbox-display { font-size: 14px; font-weight: 700; text-transform: uppercase;display:flex;flex-wrap:wrap; }
.hs-form-checkbox-display .hs-input,.hs-form-booleancheckbox-display .hs-input { display: none; }
.hs-form-checkbox label.hs-form-checkbox-display input+span,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{display:inline-block; position:relative;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{border:1px solid #EDEDED; width: 20px; height: 20px;position: absolute; left: 10px; content: ''; background-color: transparent; display: inline-block; border-radius:3px; transition:0.5s ease all; background-position: center center;cursor: pointer;top: 50%;transform: translateY(-50%);}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span {color: #868583;font-size: 12px;font-weight: 400;line-height: 1.33;letter-spacing: -0.12px;text-transform: none;}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span a {text-decoration-line: underline;color: #7A52CF;}
.two-col-form-sec.get-in-touch form ul.inputs-list li.hs-form-booleancheckbox a {color: #868583;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{ background-color: #7A52CF; border-radius:3px;background-image: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/true.svg);background-repeat: no-repeat; }
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { display:block; position: absolute; left: 8px; width: 9px; height: 9px;background-color:#7A52CF; top: 11px; border-radius: 100%;transition:0.5s ease all; }
li.hs-form-booleancheckbox{position:unset !important;}
form .hs-richtext, form .hs-richtext p{font-size:12px;}
.legal-consent-container .hs-fieldtype-booleancheckbox ul.inputs-list { position: relative; display: inline-block; padding-left: 30px; }
.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p{margin-left:0 !important;}

.two-col-form-sec .two-col-form-sec-right form .hs_submit {padding-top: 40px;}
.two-col-form-sec .two-col-form-sec-right form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea{height:48px !important;{font=Plus Jakarta Sans, font_set=GOOGLE, styles={font-family='Plus Jakarta Sans', sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#171614, variant=null, fallback=sans-serif, style=font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #171614;font-family: 'Plus Jakarta Sans', sans-serif;}}
.two-col-form-sec form ul.inputs-list li.hs-form-booleancheckbox a {color: #7A52CF;text-decoration: underline;}
.lp-form-section .two-col-form-sec-left .section-heading .title h2 { font-size: 50px; font-weight: 400; line-height: 1.15;  letter-spacing: -2.5px; }

/****************************** Insights Section *********************************/
.insights-section {border-radius: 12px;background: linear-gradient(180deg, #F6F8FC 0%, #FFF 100%);}
.insights-section .two-col-images-top .two-col-images-top-inner { justify-content: space-between; align-items: center; }
.insights-section .two-col-images-top .two-col-images-top-title h2 { margin: 0; }
.insights-section .two-col-images-top .two-col-images-top-title { width: 70%; }
.insights-section .two-col-images-top .two-col-images-top-cta { width: 30%; display: flex; justify-content: end; }
.insights-section .two-col-images-bottom-inner {margin: 0 -5px;}
.insights-section .bottom-images-box {position: relative;height: 490px; max-width: calc(100% / 4 - 10px );width: 100%;margin: 0 5px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 10px; }
.insights-section .bottom-images-box > a {position: absolute;content: '';width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;z-index: 99;}
.insights-section .bottom-images-box.webinar:before {position: absolute;content: "";background: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-2.svg');background-repeat: no-repeat;background-size: cover;width: 46px;height: 45px;top: 25px;left: 25px;cursor: pointer;z-index:5;}
.insights-section .bottom-images-box-inner { height: 100%;}
.insights-section .bottom-images-box-inner img { height: 100% !important; width: 100%; object-fit: cover; margin: 0 auto; display: block;transition: all .3s ease-in-out; }
.insights-section .bottom-images-box-details * {color: #FFF;}
.insights-section .bottom-images-box-details {width: 100%;z-index: 99;border-radius: 0 0 10px 10px; background: rgba(79, 74, 90, 0.20);transition: all .3s ease-in-out; backdrop-filter: blur(13.037050247192383px); -webkit-backdrop-filter: blur(13.037050247192383px); padding: 25px;position: absolute;bottom: 0; }
.insights-section .bottom-images-box-details .category-text {padding-right: 16px;text-transform: capitalize;}
.insights-section .bottom-images-box-details .category-text p.blog {border-color: #F9F9F9;}
.insights-section .bottom-images-box-details .category-text p.webinar {border-color:#7A52CF ;}
.insights-section .bottom-images-box-details .category-text p.datasheet {border-color: rgba(255, 255, 255, 0.20);}
.insights-section .bottom-images-box-details .category-text p.ebook {border-color: #15D679;text-transform: none;}
.insights-section .bottom-images-box-details .category-text p.brochure {border-color: #15B3D6;}
.insights-section .bottom-images-box-details .category-text p {border-radius: 3px;border: 1px solid;padding: 4px 8px 4px;font-family: 'gorditaregular';font-size: 14px;line-height: 1.4;display: inline-block;font-weight: 400;}
.insights-section .bottom-images-box-details .date-text {font-family: 'gorditaregular';line-height: 1.4;letter-spacing: -0.28px;}
.insights-section .bottom-images-box-details .content {margin-bottom: 7px;}
.insights-section .bottom-images-box-details .content h6 {font-size: 20px;line-height: 1.2;letter-spacing: -0.4px;margin-bottom: 0;font-weight: 300;}
.insights-section .bottom-images-box-details .content h6 a {font-weight: 300;}
.insights-section .bottom-images-box-details .topic-list .topic-link {display: inline-block;margin-top: 8px;border-radius: 100px;background: rgba(255, 255, 255, 0.10);padding: 5px 10px 6px;font-size: 12px;font-weight: 400;line-height: 1.4;letter-spacing: -0.12px;margin-right: 8px;}
.insights-section .two-col-images-bottom-mob-cta { display: none; }
.insights-section .bottom-left-tag-under { border: 1px solid #15b3d6; padding: 4px 8px; border-radius: 3px; }
.insights-section .bottom-images-box-details .bottom-images-box-details-content h6 { margin: 0; color:#fff;}

/****************************** Speakers Section *********************************/
.speaker-section .content-box {justify-content: center;}
.speaker-section .content-box .right-content {max-width: 800px;width: 100%;}
.speaker-section .content-box .left-content {max-width: calc( 100% - 800px );width: 100%;padding-right: 85px;}
.speaker-section .content-box .left-content .left-block {width: 100%;padding: 5px;border-radius: 100px;background: linear-gradient(90deg, #FFF 0%, #F6F8FC 100%);}
.speaker-section .content-box .left-content .left-content-inner {position: sticky;top: 172px;}
.speaker-section .content-box .left-content .left-block .left-inner-block {max-width: 56px;width: 100%;}
.speaker-section .content-box .left-content .left-block .left-inner-block img {width: 100%;border-radius: 50%;object-fit: cover;}
.speaker-section .content-box .left-content .left-block .right-inner-block {max-width: calc( 100% - 56px );width: 100%;padding-left: 20px;}
.speaker-section .content-box .left-content .left-box .left-block+.left-block {margin-top: 15px;}
.speaker-section .content-box .left-content .left-block .job-title p { font-family: 'gorditaregular' ;line-height: 1.4;letter-spacing: -0.28px;color: #565554;}
.speaker-section .content-box .left-content .left-block .right-inner-block .name-text {color: #242220;}
.speaker-section .content-box .right-content .content {padding-bottom: 60px;}
.speaker-section .content-box .right-content .content h5 {line-height: 1.4;margin-bottom: 60px;}
.speaker-section .content-box .right-content .content h6 {color: #242220;font-size: 16px;font-weight: 500;line-height: 1.6;}
.speaker-section .content-box .right-content .content ul {padding-left: 25px;list-style: none !important;}
.speaker-section .content-box .right-content .content ul li {position: relative;margin-bottom: 22px;color: #242220;font-size: 16px;font-weight: 400;line-height: 1.6;}
.speaker-section .content-box .right-content .content ul li:last-child {margin-bottom: 0;}
.speaker-section .content-box .right-content .content ul li:before { position: absolute; content: ""; background: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/favicon-1.png'); width: 10px; height: 10px; background-repeat: no-repeat; background-position: center; background-size: cover; top: 50%; left: -24px; transform: translatey(-50%); }
.speaker-section .content-box .right-content .topic-list {border-top: 1px solid #E1E1E4;}
.speaker-section .content-box .right-content .topic-list ul li {margin-right: 10px;}
.speaker-section .content-box .right-content .topic-list ul li a {font-family: 'gorditaregular';letter-spacing: -0.28px;padding: 4px 8px;border-radius: 100px;background: #F9F9F9;line-height: 140%;}


/****************************** About Hero Section *********************************/
.two-col-img-content.about-our-story {padding: 100px 0;}
.about-hero {margin-top: 140px;}
.about-hero {border-radius: 12px !important;background: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/about%20banner.svg);background-repeat: no-repeat;background-size: cover;overflow: hidden;background-position: top center;}
.about-hero .section-heading {max-width: 580px;margin: auto;text-align: center;}
.about-hero .section-heading .title * {margin: 0px;}
.about-hero .section-heading .title h1 span {display: inline-block;background: linear-gradient(60deg, #7a52cf, #15b3d6 48.5%, #15d679 97.01%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;min-width: 82px;margin-left: -10px;}
.about-hero .section-heading .content p {letter-spacing: -0.36px;}
.about-hero-img-sec {margin-left: -16px;margin-right: -16px;display: flex;flex-wrap: nowrap;gap: 22px;position: relative;}
.about-hero-img-rpt {height: 285px;border-radius: 10px;overflow: hidden;}
.about-hero-img-rpt img {height: 100%;width: 100%;object-fit: cover;}
.about-hero-img-rpt.img-1 {width: calc(29.4% - 16.5px);margin-left: -67px;}
.about-hero-img-rpt.img-2 {width: calc(29.4% - 16.5px);}
.about-hero-img-rpt.img-3 {width: calc(21.2% - 16.5px);}
.about-hero-img-rpt.img-4 {width: calc(37.1% - 16.5px);margin-right: -176px;}


/****************************** Work Section *********************************/
.work-section .section-heading {max-width: 780px;width: 100%;text-align: center;margin: auto;margin-bottom: 70px;}
.work-section .section-heading .title h2 span {background: linear-gradient(86deg, #7A52CF 40.26%, #4F7AF9 67.32%, #15D679 94.39%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.work-section .content-block {position: relative;padding: 20px 25px;border-radius: 10px;background: rgba(246, 248, 252, 0.50);transition: all .4s ease-in-out;max-width: 1000px;width: 100%;margin-left: auto;margin-right: auto;justify-content: space-between;}
.work-section .content-block a {position: absolute;content: "";width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;z-index: 9;}
.work-section .content-block .left-side {max-width: calc(100% - 46px);width: 100%;padding-right: 90px;}
.work-section .content-block .right-side {max-width: 46px;width: 100%;}
.work-section .content-block .right-side .img img {width: 46px;height: 46px;transition: all .4s ease-in-out;}
.work-section .content-block .left-side .left-content {max-width: calc( 100% - 470px );width: 100%;}
.work-section .content-block .left-side .right-content {max-width: 470px;width: 100%;justify-content: space-between;}
.work-section .content-block .left-side .right-content .department-text {width: 45%;padding-left: 90px;} 
.work-section .content-block .left-side .right-content .location-text {width: 55%;padding-left: 90px;}
.work-section .content-block .left-side .right-content .location-text svg {margin-right: 8px;max-width: 10px;width: 100%;}
.work-section .content-block .left-side .right-content .location-text p {max-width: calc(100% - 18px);width: 100%;line-height: 1.2;}
.work-section .bottom-content {max-width: 405px;width: 100%;margin: auto;}
.work-section .sub-heading>p {color: #171614;}
.work-section .content-block .left-side .right-content .department-text p {line-height: 1.2;}


/****************************** LP Hero Section *********************************/
.content-wrap .lp-hero-section { border-radius: 12px ; background: linear-gradient(180deg, #E4DDF5 0%, #F6F8FC 81.5%); } 
.lp-hero-section .lp-hero-section-left { width:  47.8%; padding-right: 100px; }
.lp-hero-section .lp-hero-section-right { width: calc(100% - 47.8%); border-radius: 10px; } 
.lp-hero-section .lp-hero-section-right img { height: 100% ; width: 100%; object-fit: cover; margin: 0 auto; display: block;border-radius: 10px; }
.lp-hero-section .lp-hero-section-left .s-title p { padding: 5px 8px; border-radius: 3px;color: #171614; display: inline-block;line-height: 1.2;text-transform: capitalize;letter-spacing: -0.28px; font-family: gorditaregular; }
.lp-hero-section .lp-hero-section-left .title h1 {margin: 0;}
.lp-hero-section .lp-hero-section-left .title h1 span {font-style: normal;display: inline;background: linear-gradient(86deg, #7A52CF 0%, #4F7AF9 48.5%, #15D679 97.01%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.lp-hero-section .lp-hero-section-left .content p {letter-spacing: -0.36px;}
.lp-hero-section .lp-hero-section-left .date-time-content-bottom { font-family: 'gorditaregular'; }
.lp-hero-section .lp-hero-section-left .date-time-icon-part { width: 56px; height: 56px;  border-radius: 100px; position: relative; }
.lp-hero-section .lp-hero-section-left .date-time-part-main { background: rgba(255, 255, 255, 0.60); padding: 5px; margin-bottom: 15px; border-radius: 100px; }
.lp-hero-section .lp-hero-section-left .date-time-icon-part img { height: 14px; width: 14px; object-fit: contain; margin: 0 auto; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.lp-hero-section .lp-hero-section-left .date-time-part-main .date-time-content { width: calc(100% - 56px); padding-left: 20px; }
.lp-hero-section .lp-hero-section-left .date-time-part-main .date-time-content .date-time-content-top {color: #868583;margin-bottom: 2px;}
.lp-hero-section .lp-hero-section-left .date-time-part-main .date-time-content .date-time-content-bottom  p {padding-bottom: 0;color: #242220;}
.lp-hero-section .lp-hero-section-left .date-time-part.want{display:block}
.lp-hero-section .lp-hero-section-left .date-time-part{display:none;}
.lp-hero-section .lp-hero-section-left .date-time-part-main:last-child {margin-bottom: 0;}
.lp-hero-section .lp-hero-section-left .lp-hero-section-right-inner {height: 100%;}
.lp-hero-section .lp-hero-section-left .s-title {padding-bottom: 30px;}
.lp-hero-section .lp-hero-section-left .lp-hero-section-left-tag .tag-part a {padding: 5px 10px;background: #fff;line-height: 1.5;border-radius: 100px;display: inline-block;font-family: 'gorditaregular'}
.lp-hero-section .lp-hero-section-left .lp-hero-section-left-tag-inner {gap: 10px;}
.lp-hero-section .lp-hero-section-left .lp-hero-section-left-inner { display: flex; flex-direction: column; height: 100%; } 
.lp-hero-section .lp-hero-section-left .date-time-part .lp-hero-section-left-tag { margin-top: auto; }
.lp-hero-section .lp-hero-section-left .date-time-part.want > .lp-hero-section-left-tag {margin-top: unset;}
.container.lp-container,
.lp-form-section .container {max-width: 1288px;}


/****************************** Team Members Section *********************************/
html.popup-open {overflow: hidden;}
html.popup-open .team-member-mdl {z-index: 9999;}
.team-member-mdl  {background: linear-gradient(180deg, #FFF 0%, #F6F8FC 100%);}
.team-member-mdl .section-heading {max-width:780px;width: 100%;} 
.team-member-mdl .site-our-trainers-member-rpt-popup-sec {display: block;height: 100%;left: 0;opacity: 0;position: fixed;top: 0;transition: all .3s ease-in-out;visibility: hidden;width: 100%;z-index: 9999;cursor: pointer;border-radius: 50%;} 
.team-member-mdl .site-our-trainers-member-rpt-popup-sec.active {opacity: 1;visibility: visible;}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec svg {border-radius: 50%;}
.team-member-mdl .site-our-trainers-inner {display: flex;flex-wrap: wrap;margin: 0px -8px;row-gap: 16px;}
.team-member-mdl .site-our-trainers-member-rpt {width: 25%;padding: 0px 8px;}
.team-member-mdl .site-our-trainers-member-rpt-inner {overflow: hidden;border-radius: 10px;height: 400px;position: relative;cursor: pointer;}
.team-member-mdl .site-our-trainers-member-rpt-img {position: absolute;top: 0px;width: 100%;height: 100%;}
.team-member-mdl .site-our-trainers-member-rpt-img img {width: 100%;height: 100%;object-fit: cover;display: block;transition: all 0.3s ease-out;}
.team-member-mdl .site-our-trainers-member-rpt-cont {position: absolute;bottom: 0px;background: rgba(79, 74, 90, 0.20);backdrop-filter: blur(13.037050247192383px); -webkit-backdrop-filter: blur(13.037050247192383px);width: 100%;padding: 20px 25px 25px 25px;border-top: 1px solid transparent;transition: all 0.3s ease-out;}
.team-member-mdl .site-our-trainers-member-rpt-name h6 {margin: 0px;margin-bottom: 2px;color: #fff;line-height: 1.3;}
.team-member-mdl .site-our-trainers-member-rpt-desig {font-family: 'gorditaregular';color: #fff;font-size: 14px;font-weight: 400;line-height: 1.4;letter-spacing: -0.28px;}
.team-member-mdl .site-our-trainers-member-rpt-inner:hover .site-our-trainers-member-rpt-img img {transform: scale(1.1);}
.team-member-mdl .site-our-trainers-member-rpt-inner:hover .site-our-trainers-member-rpt-cont {padding-top: 30px;padding-bottom: 35px;border-image: linear-gradient(86.36deg, #7A52CF 0%, #4F7AF9 48.5%, #15D679 97.01%);border-image-slice: 1;}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-overlay {height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 1;background: rgba(89, 88, 81, 0.4);backdrop-filter: blur(5px);}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-outer {align-items: center;display: flex;height: 100%;justify-content: center;width: 100%;overflow: auto;padding: 80px 20px;}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-inner {border-radius: 12px;display: flex;flex-wrap: wrap;gap: 100px;margin: auto;max-width: 1340px;padding: 60px 80px;position: relative;width: 100%;z-index: 2;background: var(--Purple-Gradient, linear-gradient(180deg, #F6F8FC 18.5%, #E4DDF5 100%));}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-img {width: calc(40% - 50px);border-radius: 10px;overflow: hidden;height: 450px;}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-cont {width: calc(60% - 50px);padding-right: 48px;}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-img img {width: 100%;height: 100%;object-fit: cover;display: block;}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-close-icon {position: absolute;top: -65px;right: 0px;height: 46px;}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-cont .site-our-trainers-member-rpt-popup-sec-trainer-name h4 {font-size: 40px;font-weight: 400;line-height: 1.2;letter-spacing: -2px;margin-bottom: 10px;}
.team-member-mdl .site-our-trainers-member-rpt-popup-sec-cont .site-our-trainers-member-rpt-popup-sec-trainer-desig p {letter-spacing: -0.36px;color: #242220;}
.team-member-mdl .title h2 { color: #242220; }
.site-our-trainers-member-rpt-popup-sec-trainer-desc p {font-weight: 400;}

/****************************** Tblog-listing-section *********************************/
.blog-listing-section {border-radius: 12px;background: linear-gradient(180deg, #F6F8FC 18.5%, #D8F7FF 100%);margin-top: 141px;}
.blog-listing-section .blog-title {max-width: 700px;width: 100%;margin-left: auto;margin-right: auto;}
.blog-listing-section h1 {font-size: 70px;line-height: 1;letter-spacing: -4.2px;display: flex;justify-content: center;display: inline-block;}
.blog-listing-section h1 span {display: inline-block;padding-right: 10px;padding-bottom: 9px;}
.blog-listing-section .blog-listing-filter-box-wrap {width: 100%;max-width: 700px;margin: 0px auto;margin-top: 30px;display: flex;gap: 20px;}
.blog-listing-section .blog-listing-filter-box {width: calc(50% - 20px);}
.blog-listing-section .blog-listing-filter-box-inner {border-radius: 3px;background: #fff;display: flex;align-items: center;padding: 13px 35px 13px 20px;position: relative;cursor: pointer;transition: all .4s ease-in-out;}
.blog-listing-section .blog-listing-filter-box-inner .down-icon {position: absolute;right: 18px;top: 50%;transform: translateY(-50%);}
.blog-listing-section .blog-listing-filter-box-inner span {color: #868583;font-size: 16px;font-weight: 400;line-height: 160%;letter-spacing: -0.32px;}
.blog-listing-section .blog-listing-filter-box-title {color: #565554;font-size: 14px;font-style: normal;font-weight: 500;line-height: 120%;margin-bottom: 10px;}
.blog-listing-section .blog-listing-filter-box-inner .down-icon svg {transition: all .4s ease-in-out;}
.blog-listing-section .blog-listing-filter-box-inner.active .down-icon svg {transform: rotate(180deg);}
.blog-listing-section .blog-listing-filter-box-inner ul {border: 1px solid #d5d5d5;box-shadow:0 10px 20px 1px rgba(0, 0, 0, 0.2);list-style: none;margin: 0;height: auto;overflow: auto;padding: 4px 0 0;position: absolute;top: calc(100% - 0px);width: 100%;z-index: 9999;border-radius: 0;background: #fff;visibility: hidden;left: 0px;transition: all .5s ease-in-out;border-radius: 0 0 5px 5px;opacity: 0;}
.blog-listing-section .blog-listing-filter-box-inner.active ul {opacity: 1;visibility: visible;z-index: 9999;transition: all .5s ease-in-out;}
.blog-listing-section .blog-listing-filter-box-inner ul li a {color: #868583;font-size: 16px;font-weight: 400;letter-spacing: -.32px;line-height: 160%;display: block;width: 100%;}
.blog-listing-section .blog-listing-filter-box-inner ul li {border-bottom: 1px solid #d5d5d5;cursor: pointer;font-size: 14px;display: block;position: relative;}
.blog-listing-section .blog-listing-filter-box-inner ul li input {height: 100%;left: 0;margin: 0;opacity: 0;position: absolute;top: 0;width: 100%;}
/* .blog-listing-section .blog-listing-filter-box-wrap .blog-listing-filter-box:first-child .blog-listing-filter-box-inner ul .mCSB_container li:last-child {display: none;} */
/* .blog-listing-section .blog-listing-filter-box-inner input[type=checkbox]+label:before {background: #fafafa;border: 1px solid #dadada;color: #fafafa;content: "";height: 15px;left: -22px;position: absolute;top: 3px;width: 15px;} */
.blog-listing-section .blog-listing-filter-box-inner input[type=checkbox]+label:before {background: #fafafa;border: 1px solid #dadada;color: #fafafa;content: "";height: 15px;left: 9px;position: absolute;top: 9px;width: 15px;}
/* .blog-listing-section .blog-listing-filter-box-inner input[type=checkbox]:checked+label:after {color: #2498D1;content: "\f00c";font-family: FontAwesome;font-size: 11px;font-weight: 400;left: -19px;position: absolute;text-align: center;top: 1px;} */
/* .blog-listing-section .blog-listing-filter-box-inner input[type=checkbox]:checked+label:after {color: #2498D1;content: "\f00c";font-family: FontAwesome;font-size: 11px;font-weight: 400;left: 12px;position: absolute;text-align: center;top: 7.5px;} */
.blog-listing-section .blog-listing-filter-box-inner ul li label {cursor: pointer;display: inline-block;line-height: 19px;position: relative;width: 100%;padding: 6px 15px 6px 30px;}
.blog-listing-section .blog-listing-filter-box-inner input[type=checkbox]:checked+label:before {background: #fff;border-color: #333;color: #fff;border-radius: 3px;border: none;}
.blog-listing-section .blog-listing-filter-box-inner:after { position: absolute; content: ''; background: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-4.svg); background-repeat: no-repeat; background-size: cover; background-position: center; height: 12px; width: 12px; right: 18px; top: 50%; transform: translatey(-50%);transition: all .4s ease-in-out; }
.blog-listing-section .blog-listing-filter-box-inner.active:after {transform: translateY(-50%) rotate(180deg);}
.blog-listing-section .blog-listing-filter-box-inner .mCSB_inside > .mCSB_container {margin-right: 5px;}
.mCSB_scrollTools .mCSB_draggerContainer {right: -9px !important;}
.mCSB_dragger .mCSB_dragger_bar {background-color: rgba(0, 0, 0, .75) !important;}
.blog-listing-section .blog-listing-filter-box-inner input[type=checkbox]:checked+label:after { background-color: #7A52CF; border-radius: 3px; background-image: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/true.svg); background-repeat: no-repeat; content:''; position:absolute; height: 15px; width: 15px; background-position: center;left: 9px;top: 9px; }
.blog-listing-section .blog-listing-filter-box-inner ul li:last-child {border-bottom: none;}
.blog-news-listing-section .blog-listing-filter-box {margin: 0 auto;}

/****************************** post-banner-section *********************************/
.body-container.body-container--blog-post { margin: 141px 0 0; }
.post-banner-section { border-radius: 12px; background: linear-gradient(180deg, #FFF 0%, #F6F8FC 100%); margin-left: 10px; margin-right: 10px; }
.post-banner-section .inner-wrap { padding: 0 47px; }
.post-banner-section .post-feature-part{width:640px;height:460px;border-radius:10px;overflow:hidden}
.post-banner-section .post-feature-part .img-box{width:100%;height:100%}
.post-banner-section .post-feature-part .img-box img{width:100%;float:none;margin:0;max-width:100%;height:100%; object-fit: cover;}
.post-banner-section .post-header{width:calc(100% - 640px);padding-right:100px;display: flex; flex-direction: column;}
.post-banner-section .post-header h1 span{background:0 0;color:#171614;-webkit-background-clip:unset;-webkit-text-fill-color:unset;font-style: normal;}
.post-banner-section .post-header .post-title{padding:38px 0 48px}
.post-banner-section .post-header .h3,.post-banner-section .post-header h1{margin:0}
.post-banner-section .post-header ul{display:flex;flex-wrap:wrap;gap:10px}
.post-banner-section .post-header ul a{padding:4px 8px;border-radius:3px;border:1px solid #7a52cf;font-size:14px;line-height:140%;letter-spacing:-.28px; font-family: gorditaregular;}
.post-banner-section .author-details p{margin:0; color: #868583;}
.post-banner-section .author_data{display:flex;flex-wrap:wrap;gap:20px}
.post-banner-section .author_data .hs-author-avatar{width:56px;height:56px;border-radius:50px;overflow:hidden}
.post-banner-section .author_data .author-details{width:calc(100% - 76px)}
.post-banner-section .author-part{background:#fff;border-radius:100px;padding:5px; margin-top: auto;}
.post-banner-section .author_data .author-details a{font-size:14px;line-height:19.6px;letter-spacing:-.28px;color:#242220;font-family: 'gorditaregular'}
.post-banner-section .post-header .date-time { font-size: 14px; font-weight: 400; line-height: 140%; /* 19.6px */ letter-spacing: -0.28px; margin: 0 0 20px; font-family: 'gorditaregular' }
.post-details-section .inners-wrapper .wrap .left-part { width: 33%; padding-right: 80px; } 
.post-details-section .inners-wrapper .wrap .left-part .social-title { margin-bottom: 24px; }
.post-details-section .inners-wrapper .wrap .right-part { width: 67%;}
.post-details-section .inners-wrapper { padding: 0 47px; }
.post-details-section .inners-wrapper .wrap .left-part .blog-form .form-title{display:none}
.post-details-section .inners-wrapper .wrap .left-part .subscription-inner{padding:40px 30px;border-radius:12px;background:linear-gradient(180deg,#f6f8fc 0,#d0f6e4 100%)}
.post-details-section .inners-wrapper .wrap .left-part .blog-subscribe-title h6{margin:0 0 10px}
.post-details-section .inners-wrapper .wrap .left-part .blog-subscribe-title p{margin:0 0 30px;font-size: 16px; font-weight: 400; line-height: 160%; letter-spacing: -0.32px;}
.post-details-section .inners-wrapper .wrap .left-part .blog-form form label{display:block}
.post-details-section .inners-wrapper .wrap .left-part .hs_submit.hs-submit{margin:10px 0 0}
.post-details-section .blog-form.form-section-part input[type=submit].hs-button{background:#242220}
.post-details-section .blog-form.form-section-part .actions::after{background-color:#fff;background-image:url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Icon-1.svg)}
.post-details-section .blog-form.form-section-part input[type=submit].hs-button:hover{background:#fff !important;color:#171614 !important;}
.post-details-section .inners-wrapper .wrap .left-part .share-buttons{gap:17px}
.post-details-section .inners-wrapper .wrap .left-part .share-buttons li{height:23px}
.post-details-section .inners-wrapper .wrap .left-part .share-buttons li a{height:100%}
.post-details-section .inners-wrapper .wrap .left-part .share-buttons li a svg{height:100%;transition: all .4s ease-in-out;}
.post-details-section .inners-wrapper .wrap .left-part .share-buttons li a svg path{transition: all .4s ease-in-out;}
.post-details-section .inners-wrapper .wrap .left-part .share-buttons li a:hover svg path{fill:#000!important}
.post-details-section .inners-wrapper .wrap .left-part .subscription-part { padding: 40px 0; }
.post-details-section .back-insights-inner { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.post-details-section .back-insights-inner .icons { width: 36px; height: 36px; } 
.post-details-section .back-insights-inner  .text { font-size: 16px; font-weight: 500; line-height: 100%; letter-spacing: -0.32px; color: #242220; } 
.post-details-section .back-insights { padding-bottom: 15px; border-bottom: 1px solid #EDEDED; }
.post-details-section .inners-wrapper .wrap .left-part .sticky-box { position: sticky; top: 150px; }
.post-details-section .inners-wrapper .wrap .post-body a { color: #7A52CF; text-decoration: underline; } 
.post-details-section .inners-wrapper .wrap .post-body a:hover { text-decoration: none; }
.post-details-section .inners-wrapper .wrap .post-body  blockquote{padding:19px 20px;border-radius:6px;background:linear-gradient(180deg,#f6f8fc 18.5%,#e4ddf5 100%);font-size:16px;font-weight:400;line-height:160%;letter-spacing:-.32px;color:#565554;font-style:normal;margin:0 0 60px}
.post-details-section .inners-wrapper .wrap .post-body  img{border-radius:10px}
.post-details-section .inners-wrapper .wrap .post-body ol,.post-details-section .inners-wrapper .wrap .post-body ul { padding: 0 0 0 16px; } 
.post-details-section .inners-wrapper .wrap .post-body ol li, .post-details-section .inners-wrapper .wrap .post-body ul li {font-size: 16px; font-weight: 400; line-height: 160%; letter-spacing: -0.32px; padding-bottom: 15px; }
.post-details-section .inners-wrapper .wrap .right-part .post-body { /*padding-bottom: 30px; */ border-bottom: 1px solid #E1E1E4; }
.post-details-section .inners-wrapper .topic-wrap-bottom{padding:40px 0 0}
.post-details-section .inners-wrapper .topic-wrap-bottom ul{display:flex;flex-wrap:wrap;gap:10px}
.post-details-section .inners-wrapper .topic-wrap-bottom ul li a{padding:4px 8px;background:#f9f9f9;border-radius:100px;font-size:14px;font-weight:400;line-height:140%;color:#171614;letter-spacing:-.28px;font-family: 'gorditaregular'}
.post-details-section .inners-wrapper .wrap .right-part .post-body p { font-size: 16px; font-weight: 400; line-height: 160%; /* 25.6px */ letter-spacing: -0.32px; }
.post-details-section .post-body img { margin: 30px 0;object-fit: cover; }
.post-details-section .post-body h6, 
.post-details-section .post-body h3, 
.post-details-section .post-body h5, 
.post-details-section .post-body h4,
.post-details-section .post-body p { margin:  0 0 30px; }
.post-details-section .inners-wrapper .wrap .post-body ol { padding: 0 0 15px 15px; }

.related-post{border-radius:12px;background:linear-gradient(180deg,#f6f8fc 0,#fff 100%);margin:0 10px;padding:100px 0 90px;}
.related-post .related-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-bottom:80px;}
.related-post .related-inner .related-title h2{margin:0}
.related-post .wrap .bottom-images-box{border-radius:10px;height:490px;margin:0 5px 10px;width:calc(25% - 10px);overflow:hidden;position:relative;}
.related-post .wrap .bottom-images-box-inner{height:100%}
.related-post .wrap .bottom-images-box-inner img{display:block;height:100%;margin:0 auto;object-fit:cover;transition:all .3s ease-in-out;width:100%}
.related-post .wrap .insights-section .bottom-images-box>a{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:99}
.related-post .wrap .bottom-images-box-details{backdrop-filter:blur(13.037050247192383px);-webkit-backdrop-filter: blur(13.037050247192383px);background:rgba(79,74,90,.2);border-radius:0 0 10px 10px;bottom:0;padding:25px;position:absolute;transition:all .3s ease-in-out;width:100%;z-index:99;}
.related-post .wrap .bottom-images-box-details *{color:#fff}
.related-post .wrap .bottom-images-box-details .content{margin-bottom:7px}
.related-post .wrap .bottom-images-box-details .category-text{border-radius:3px;display:inline-block;font-family:Gordita;font-size:14px;line-height:1.4;padding:2px 8px 4px;border:1px solid #fff}
.related-post .wrap .bottom-images-box-details .top-content{gap:16px}
.related-post .wrap .bottom-images-box-details .date-text{font-family:Gordita;letter-spacing:-.28px;line-height:1.4}
.related-post .wrap .bottom-images-box-details .topic-list a{background:hsla(0,0%,100%,.1);border-radius:100px;display:inline-block;font-size:12px;font-weight:400;letter-spacing:-.12px;line-height:1.4;margin-right:8px;margin-top:8px;padding:5px 10px 6px}
.related-post .wrap .bottom-images-box-details .title{margin-bottom:7px}
.related-post .wrap .bottom-images-box-details .title a{font-size:20px;font-weight:300;line-height:24px;letter-spacing:-.4px}
.related-post .wrap .bottom-images-box-details .category-text.ebook{border-color:#15d679}
.related-post .wrap .bottom-images-box-details .category-text.datasheet{border-color:rgba(255,255,255,.2)}
.related-post .wrap .bottom-images-box-details .category-text.brochure{border-color:#15b3d6}
.related-post .wrap .bottom-images-box-details .category-text.webinar{border-color:#7a52cf}
.related-post .related-btn.mobile-view { display: none; }
.related-post .wrap .bottom-images-box:hover .bottom-images-box-details{border-image:linear-gradient(86.36deg,#7a52cf,#4f7af9 48.5%,#15d679 97.01%);border-image-slice:1;border-top:1px solid;padding-bottom:35px;padding-top:30px}
.related-post .mob-btn {display: none;}
.related-post .related-inner .related-title { width: 80%; } 
.related-post .related-inner .related-btn { width: 20%; display: flex; justify-content: flex-end; }
.related-post .wrap .bottom-images-box-details .category-text.blog {text-transform: capitalize;}
.post-banner-section .author-part.mob-part {display: none;}
/****************************** listing page *********************************/
.insights-section.blog-listing-main .bottom-images-box-details .category-text a.blog{ border: 1px solid #ffffff; }
.insights-section.blog-listing-main {background: transparent;}
.blog-listing-main .blog-header .blog-header__author-avatar { height: 100px; width: 100px; background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 100%; } 
.blog-listing-main .blog-header .blog-header__title { width: calc(100% - 100px); padding-left: 40px; margin: 0; }
.blog-listing-main .blog-header .blog-header-top { align-items: center; padding-bottom: 30px; }
.blog-listing-main .blog-header .blog-header__author-social-links svg { height: 15px; width: 15px; }
.blog-listing-main .blog-header .blog-header__author-social-links a { background: lavender; border-radius: 100%; height: 35px; width: 35px; margin: 0 10px 0 0; padding: 10px; }
.blog-listing-main .blog-header .blog-header__author-social-links a span { display: flex; flex-wrap: wrap; }
.blog-listing-main .blog-header { margin-bottom: 50px; }
.blog-listing-main .tag-name {margin-bottom: 40px;}
.blog-listing-main .jplist-pagination {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.blog-listing-main .jplist-pagesbox button {cursor: pointer;width: 46px;height: 46px;display: flex;border-radius: 50%;background: #F6F8FC;z-index: 2;position: relative;font-size: 16px;font-weight: 500;line-height: 1;text-align: center;justify-content: center;align-items: center;border: none;}
.blog-listing-main .jplist-pagesbox {display: flex;flex-wrap: wrap;gap: 0 10px;align-items: center;}
.blog-listing-main .jplist-pagesbox button.jplist-current {background: #171614;color: #FFFFFF;position: relative;width: 56px;height: 56px;background: linear-gradient(86.36deg, #7a52cf, #15b3d6 48.5%, #15d679 97.01%);z-index: 13;}
.blog-listing-main .jplist-last,
.blog-listing-main .jplist-first {display: none;}
.blog-listing-main .jplist-pagingnext .jplist-next,
.blog-listing-main .jplist-pagingprev .jplist-prev {color: #242220;font-size: 16px;font-weight: 500;letter-spacing: -.32px;border: none;align-items: center;cursor: pointer;background: #fff;background: linear-gradient(86.36deg, #7a52cf, #15b3d6 48.5%, #15d679 97.01%);border-radius: 28px;color: #242220;display: inline-flex;font-family: Plus Jakarta Sans, sans-serif;font-size: 16px;font-style: normal;font-weight: 500;letter-spacing: -.32px;line-height: 1;padding: 20px 61px 20px 35px;position: relative;text-decoration: none;text-transform: none;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;z-index: 11;}
.blog-listing-main .jplist-pagingnext .jplist-next:before,
.blog-listing-main .jplist-pagingprev .jplist-prev:before {background: #fff;border-radius: 28px;content: "";height: calc(100% - 2px);left: 1px;position: absolute;top: 1px;transition: all .5s ease-in-out;width: calc(100% - 2px);z-index: -1;}
.blog-listing-main .jplist-pagingnext .jplist-next:after,
.blog-listing-main .jplist-pagingprev .jplist-prev:after {background-color: #242220;background-image: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Icon.svg);background-position: 50%;background-repeat: no-repeat;background-size: 12px 12px;border-radius: 100%;content: "";height: 46px;position: absolute;right: 5px;width: 46px;}
.blog-listing-main .jplist-pagingprev .jplist-prev {padding: 20px 35px 20px 61px;}
.blog-listing-main .jplist-pagingprev .jplist-prev:after {left: 5px;transform: rotate(180deg);}
.blog-listing-main .jplist-pagingprev:hover .jplist-prev,
.blog-listing-main .jplist-pagingnext:hover .jplist-next {border-color: #242220;color: #fff;}
.blog-listing-main .jplist-pagingprev:hover .jplist-prev:before,
.blog-listing-main .jplist-pagingnext:hover .jplist-next:before {background-color: #242220;height: 100%;left: 0;top: 0;width: 100%;}
.blog-listing-main .jplist-pagingnext,
.blog-listing-main .jplist-pagingprev {position: relative;cursor: pointer;}
.blog-listing-main .jplist-pagination .jplist-hidden {display: block;opacity: 0.5;pointer-events: none;}
.blog-listing-main .jplist-pagesbox button.jplist-current:before {position: absolute;background: #000;border-radius: 28px;content: "";height: calc(100% - 2px);left: 1px;top: 1px;transition: all .5s ease-in-out;width: calc(100% - 2px);z-index: -1;border: 4px solid #FFF;}
.blog-listing-main .jplist-pagination.jplist-hidden {display: none;}


/****************************** contact-us-section *********************************/
.contact-us-section .social-icon-wrapper .box{padding: 5px;background:rgba(255,255,255,.6);border-radius:100px;display:flex;flex-wrap:wrap;align-items:center;margin:0 0 15px;position:relative;}
.contact-us-section .social-icon-wrapper .box .icons{width:56px;height:56px;background:#eee1fd;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;border-radius:100px}
.contact-us-section .social-icon-wrapper .box .icons svg{width:13px;height:13px}
.contact-us-section .left-part{width: 50%;}
.contact-us-section .right-part{width: 50%;}
.contact-us-section .social-icon-wrapper .box .icon-text p{margin:0}
.contact-us-section .social-icon-wrapper .box .icon-text{width:calc(100% - 56px);padding-left:20px}
.contact-us-section .right-part .form-inner{padding:35px 15px}
.contact-us-section{padding:80px 0 40px;margin:162px 0 0}
.contact-us-section .baseModuleOverlay{position:relative}
.contact-us-section:after{content:'';position:absolute;width:49.7%;height:100%;left:10px;top:0;background:linear-gradient(180deg, #F6F8FC 18.5%, #E4DDF5 100%);border-radius:12px}
.contact-us-section .left-part .left-part-inner{padding-right:75px}
.contact-us-section .social-icons{padding-top:80px}
.contact-us-section .right-part .form-inner .form-title { color: #242220; font-size: 22px; font-weight: 400; line-height: 130%; letter-spacing: -0.66px; margin: 0 0 40px; }
.contact-us-section .right-part form textarea { height: auto !important; min-height: 96px; }
.contact-us-section .right-part .form-inner fieldset { max-width: 100% !important; }
.contact-us-section .right-part .form-inner .hs-submit { margin: 20px 0 0; }
.contact-us-section .right-part .form-inner .hs-form-field { margin: 0 0 20px; }
.contact-us-section .social-icon-wrapper .box .icon-text a { color: #242220; font-family: Gordita; font-size: 14px; font-weight: 400; line-height: 140%; letter-spacing: -0.28px; } 
.contact-us-section {margin-top: 140px;padding-top: 0px;padding-bottom: 35px;}
.contact-us-section .left-part .title span {background-clip: text;font-style: normal;display: inline-block;padding-right: 4px;}
.contact-us-wrapper {padding: 0px 10px;}
.contact-us-section .left-part {background: linear-gradient(180deg, #f6f8fc 18.5%, #e4ddf5);border-radius: 12px;width: 46.5%;padding: 20px 15px;display: flex;align-items: center;}
.contact-us-wrap {align-items: unset;}
.contact-us-section .left-part .left-part-inner {padding: 0px;max-width: 510px;margin: 0px auto;}
.contact-us-section .right-part {width: calc(100% - 46.5%);}
.contact-us-section .right-part .form-inner .form-wrap {width: 82.3%;margin: 0px auto;}
.contact-us-section:after {content: none;}
.contact-us-section .right-part .form h3 {display: none;}
.contact-us-section form label{line-height: 1.54;}
.contact-us-section .right-part .form-inner .hs-form-field {font-size: 0;}
.contact-us-section .right-part .form-inner form label {text-transform: none;}
form .hs_recaptcha {padding: 15px 0;}
.contact-us-section .social-icon-wrapper .box .icon-text .contacts {font-family: 'gorditaregular';font-size: 14px; font-weight: 400; line-height: 1.35; letter-spacing: -0.28px;color:#242220;}
.contact-us-section .social-icon-wrapper .box .absolute_link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.contact-us-section .social-icon-wrapper .box .absolute_link a{width: 100%; height: 100%; display:inline-block;}
/****************************** Map Section *********************************/
.map-section .map-inner iframe{width:100%;height:500px;border-radius:12px}
.map-section .office-details{padding:30px 35px;max-width:400px;width:100%;background-color:#fff;border-radius:8px;position:absolute;border:1px solid #ededed;bottom:50px;left:50px}
.map-section .office-details .ofiice-name{margin-bottom:15px}
.map-section .office-details .ofiice-address{margin-bottom:20px;padding-bottom:0;max-width:194px}
.map-section .map-wrapper{position:relative}
.map-section .office-details .ofiice-btn.btn5 a{padding:20px 61px 20px 0}
.map-section .office-details .ofiice-btn.btn5 a:hover::after {right: 0px;}
.map-section .office-details .ofiice-address p {color: #242220;line-height: 1.35; letter-spacing:-0.28px; font-family: 'gorditaregular'}

/****************************** Privacy-Policy-Hero Section *********************************/
.privacy-policy-hero-section { border-radius: 12px !important; background: linear-gradient(180deg, #F6F8FC 18.5%, #D8F7FF 100%); margin-top:141px; }
.privacy-policy-hero-section .privacy-policy-hero-inner { text-align: center; } 
.privacy-policy-hero-section .title h1 { margin: 0;  width: 100%;line-height: 1;letter-spacing: -4.2px; }
.privacy-policy-hero-section .privacy-policy-hero-inner .title h1 span {padding: 0 12px 10px 0;display:inline-block;word-break: break-all;}

/****************************** Privacy-Policy Two Column Section *********************************/
.privacy-policy-two-col .privacy-policy-left { width: 35.48%; padding-right: 80px; }
.privacy-policy-two-col .privacy-policy-right { width: 64.52%; }
.privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu { border-radius: 12px; background: linear-gradient(180deg, #F6F8FC 0%, #D0F6E4 100%); padding: 15px 30px 40px; position: sticky;top: 160px;overflow-y: auto;height: 581px;}
.privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu ul li { padding: 30px 0 20px; border-bottom: 1px solid #FFF; line-height: 1;}
.privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu ul li:first-child {padding-top: 25px;}
.privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu ul li:last-child { padding-bottom: 0; border-bottom: none; }
.privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu ul li a { font-size: 16px; font-weight: 500; line-height: 1.2; letter-spacing: -0.32px; color: #242220;width: 100%;display: inline-block;}
.privacy-policy-two-col .privacy-policy-right .section-heading .content ul li {margin-bottom:15px;font-weight: 400;position: relative; list-style: none;} 
.privacy-policy-two-col .privacy-policy-right .section-heading .content ol li { padding-bottom: 12px; font-weight: 400;line-height: 1.6;padding-left: 5px;}
.privacy-policy-two-col .hs-menu-flow-horizontal {display: block;}
.privacy-policy-two-col .privacy-policy-right .section-heading .content:last-child {padding-bottom: 30px;}
.privacy-policy-two-col .privacy-policy-right .section-heading { padding-top: 30px; }
.privacy-policy-two-col .privacy-policy-right .section-heading .content ul li:last-child { padding-bottom: 0; }
.privacy-policy-two-col .privacy-policy-right .section-heading:first-child { padding-top: 0; }
.privacy-policy-two-col .privacy-policy-right .section-heading:nth-child(2) { padding-top: 0; }
.privacy-policy-two-col .privacy-policy-right .section-heading#Cookies .content p {padding-bottom: 10px;}
.privacy-policy-two-col .privacy-policy-right .section-heading .content ol li:last-child {padding-bottom: 0;}
.privacy-policy-two-col .privacy-policy-right .section-heading .content ol { padding-left: 17px;margin: 0; }
.privacy-policy-two-col .privacy-policy-right .section-heading .content ul { padding-bottom: 20px;padding-left: 20px; }
.privacy-policy-two-col .privacy-policy-right .section-heading .content ul:last-child {padding-bottom: 0;}
.privacy-policy-two-col .privacy-policy-right .section-heading:last-child .content { padding-bottom: 0 !important; }
.privacy-policy-two-col .privacy-policy-right .content p {font-weight: 400;}
.privacy-policy-two-col .privacy-policy-right .section-heading .content p a {text-decoration: underline;}
.privacy-policy-two-col .privacy-policy-right .section-heading .content ol ::marker { font-weight: bold; } 
.privacy-policy-two-col .privacy-policy-right .section-heading .content ul li:after { content: ''; position: absolute; top: 10px; left: -10px; height: 6px; width: 6px; background: #565554; border-radius:50%; }
.privacy-policy-two-col .privacy-policy-left-menu::-webkit-scrollbar { width: 12px; }
/* Track */
/* .privacy-policy-two-col .privacy-policy-left-menu::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; } */
/* Handle */
.privacy-policy-two-col .privacy-policy-left-menu::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #565554, #d0f6e4); border-radius: 10px; }
.privacy-policy-two-col .privacy-policy-right .section-heading .content h2{margin-bottom:0;}
.privacy-policy-two-col .privacy-policy-right .section-heading .content > ul >li > a {color: #7a52cf;}
/****************************** Responsive *********************************/


@media (min-width: 1921px) {
  .about-hero-img-sec{margin-left: auto;margin-right: auto;max-width: 1388px;padding: 0 24px;width: 100%;}
  .about-hero-img-rpt.img-4 {margin-right: -24px;}
  .about-hero-img-rpt.img-1 {margin-left: -24px;}
  .about-hero-img-sec:after{border-radius: 0px 9px 9px 0px;}
  .about-hero-img-sec:before {border-radius: 9px 0px 0px 9px;}
  .contact-us-wrapper {margin-left: auto;margin-right: auto;max-width: 1388px;padding: 0 24px;width: 100%;}
}

@media (min-width: 1200px) {
  .site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1:hover .megamenu {display: block;}
  .site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1 > span {position: relative;}
  .site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1 > span:after {position: absolute;content: "";background: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Vector-4.svg');width: 8px;height: 8px;background-repeat: no-repeat;background-position: center;background-size: cover;top: 60%;transform: translateY(-50%);right: 0;transition: all .4s ease-in-out;background-size: 9px;}
  .site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1:hover span:after {background: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/arrow.svg');background-repeat: no-repeat;background-position: center;background-size: cover;transform: translatey(-50%) rotate(-180deg);background-size: 9px;}
  .site-header .navigation.open .bm-menu-mixed > span > .flyouts.hs-menu-flow-horizontal {display:none;}

  .site-header .navigation ul.hs-menu-children-wrapper li.hs-menu-item a:hover,
  .top-header-list ul.hs-menu-children-wrapper li.hs-menu-item a:hover {background: #171614;color: #FFFFFF;}
  .site-header .navigation ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul {display:block;}
  /*   .top-header-list ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul  {display:block;z-index: 99999;} */

}

@media (min-width:992px){
  .about-hero .section-heading .title h1 {font-size: 70px;line-height: 100%;letter-spacing: -4.2px;}
  .about-hero-img-sec:before, 
  .about-hero-img-sec:after {content: "";position: absolute;top: 0px;height: 100%;width: 163px;}
  .about-hero-img-sec:before {left: 0;background: linear-gradient(90deg, #FFF -3%, rgba(255, 255, 255, 0) 100%);}
  .about-hero-img-sec:after {right: 0;background: linear-gradient(270deg, #FFF -3%, rgba(255, 255, 255, 0) 100%);}
/*    .privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu{height: auto;} */
}

@media(min-width:768px){
  .number-counter-section .section-heading .title h2 > br { display: none; }
  .counting-part .section-heading .title h2 > br {display:block;}
  .hero-section.service-banner .left-part .section-heading {max-width: 500px;}
  .hero-section.service-banner .left-part {width: calc(100% - 47.8%);}
  .hero-section.service-banner .right-part {width: 47.8%;}

  .insights-section .bottom-images-box:hover .bottom-images-box-inner img {transform: scale(1.1);}
  .insights-section .bottom-images-box:hover .bottom-images-box-details {border-image: linear-gradient(86.36deg, #7a52cf, #4f7af9 48.5%, #15d679 97.01%);border-image-slice: 1;border-top: 1px solid;padding-bottom: 35px;padding-top: 30px;}

  .work-section .content-block:hover {background: linear-gradient(180deg, #F6F8FC 18.5%, #E4DDF5 100%);}
  .work-section .content-block:hover .right-side .img img {height: 46px;width: 46px;transform: translateX(-10px);}

  .service-section .service-box .service-block .inner-service-block .bottom-content .btn4 a {padding-top: 0;padding-bottom: 0;}

}

@media (max-width: 1380px) {
  .largeh1 {font-size: 80px;}
  .home-banner .left-part .largeh1{font-size: 74px;}
}

@media(max-width:1400px){
  .two-col-form-sec .two-col-form-sec-left .title h2 {font-size: 60px;}

  .post-banner-section .post-header{padding-right:60px;width:calc(100% - 550px)}
  .post-banner-section .post-feature-part{width:550px;height:400px}
  .post-banner-section .inner-wrap{padding:0}
  .post-banner-section .post-header .post-title{padding:30px 0 40px} 
  .post-details-section .inners-wrapper .wrap .left-part { padding-right: 40px; }
  .post-details-section .inners-wrapper { padding: 0; }
  .map-section .container {padding-left: 10px;padding-right: 10px;}
  .two-col-height .right-part {height: 400px;}
}

@media(max-width:1440px){
  /*   .largeh1{font-size:80px;} */
  .testimonial-section .teasimonial-slider-box.slick-initialized.slick-slider {margin-right: -286px;}

}
@media(max-width:1439px){
    .map-section{padding:80px 0;}
}
@media(max-width:1300px){
  .two-col-img-content .right-part { width: 44.77%; height:500px;}
/*   .two-col-height .right-part {height: 400px;} */
}

@media(max-width:1366px){
.site-header .right-side .button a{padding:14px 19px 16px;font-size:14px;}
.site-header .right-side{max-width:265px;}
.site-header .left-side{max-width:calc(100% - 265px);}
.site-header .navigation ul>li+li.hs-menu-item.hs-menu-depth-1{margin-left:15px;}
.header-section .site-header .navigation{padding-left:30px;}

}

@media(max-width:1250px){
/*   .site-header .navigation ul>li+li.hs-menu-item.hs-menu-depth-1 {margin-left: 25px;} */

  .footer-section .top-footer-section .footer-heading-text { width: 75%; } 
  .footer-section .top-footer-section .footer-heading-text h2 { font-size: 55px; } 
  .footer-section .top-footer-section { margin-bottom: 40px; } 
  .footer-section .center-footer-section { padding: 60px 0; } 
  /*   .footer-section .center-footer-section .footer-form form .hs-submit .actions:after { width: 35px; height: 35px; } */
}

@media (max-width: 1200px){
  .privacy-policy-hero-section { margin-top:127px;}
  .privacy-policy-two-col .privacy-policy-left {padding-right: 60px;}
    .privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu ul li{padding:20px 0;}
  .privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu{height: 490px;}
  .privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu ul li:first-child{padding-top:20px;}
  .two-col-height .right-part {height: 340px;}
  
}

@media (max-width: 1199px) {
  .largeh1{font-size:65px;}
  .home-banner .left-part .largeh1{font-size: 56px;}
  .site-header .navigation.open ul {flex-direction: column;}
  .top-header {display: block;padding: 0;height: 53px;}
  .top-header .top-header-list,
  .site-header .right-side {display: none;}
  .hs-menu-flow-horizontal {display: none;}
  .navigation .hs-menu-flow-horizontal .right-side, 
  .navigation .hs-menu-flow-horizontal .top-header-list {display: block;}
  .mainmenu.js-enabled .top-header-list .hs-menu-flow-horizontal {display: block;}
  .mainmenu.js-enabled .hs-menu-flow-horizontal, .mainmenu.js-enabled .hs-menu-children-wrapper { display: none; }
  .site-header .left-side {max-width: 100%;display: flex;justify-content: space-between;align-items: center;}
  .site-header .navigation .bm-menu-mixed > span > .flyouts.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a {display: block;font-size: 14px;line-height: 1.2;padding-right: 14px;position: relative;font-weight: 500;}
  .site-header .navigation .top-header-list ul > li {padding:0 !important;}
  .site-header .navigation .top-header-list ul > li+li.hs-menu-item.hs-menu-depth-1 {margin-left: 0;margin-top: 26px;}
  .site-header .navigation .top-header-list {padding: 24px;margin: 10px 0;}
  .site-header .navigation .bm-menu-mixed .top-header-list a:after {display:none;}
  .site-header .navigation .top-header-list ul li+li {padding-top: 26px;}
  .site-header .navigation .bm-menu-mixed>span>.hs-menu-flow-horizontal .right-side {padding: 0 24px;max-width: 100%;margin-top: auto;}
  .site-header .navigation .bm-menu-mixed>span>.hs-menu-flow-horizontal .right-side .button {text-align: left;}
  .site-header .navigation ul>li.hs-menu-item.hs-menu-depth-1 .submenu-inner-block {padding: 20px 0 0;position: inherit;width: 100%;max-width: 100%;transform: translateX(0);}
  .site-header .navigation .bm-menu-mixed>span>.flyouts.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1>a:after {display: none;}
  .site-header .navigation .bm-menu-mixed>span> .flyouts.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1:first-child {border-top: 1px solid #EDEDED;}
  .site-header .navigation .bm-menu-mixed>span> .flyouts.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 {border-bottom: 1px solid #EDEDED;padding: 20px 24px;margin-left: 0;}
  .site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1 a:before {display: none;}
  .site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1 > span {position: relative;}
  .site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1 > span:after {position: absolute;content: "";background: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Vector-4.svg');width: 8px;height: 8px;background-size: 9px;background-repeat: no-repeat;background-position: center;background-size: cover;top: 50%;transform: translateY(-50%);right: 0;transition: all .4s ease-in-out;}
  .submenu-inner-block .container {max-width: 1240px;padding: 0;}
  /*   .site-header .navigation ul>li.hs-menu-item.hs-menu-depth-1>a:hover {color: #171614;} */
  .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children {position: relative;}
  .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-triggerm {position: absolute;top: 0;right: 20px;width: 2%;height: 57px;cursor: pointer;}
  .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-triggerm.child-open:after {transform: translatey(-50%) rotate(180deg);}
  .mainmenu.js-enabled .bm-menu-mixed>span>.flyouts.hs-menu-flow-horizontal {position: absolute;top: 100%;left: 0px;width: 100%;padding: 0;background: #FFFFFF;height:calc(100svh - 113px);padding-bottom: 20px;overflow: auto;}
  .site-header .navigation .bm-menu-mixed>span> .flyouts.hs-menu-flow-horizontal > ul {padding-top: 10px;}
  .submenu-inner-block .content-block.box-count-2 {max-width: calc( 100% / 2 );}
  .submenu-inner-block .content-block.box-count-3 {max-width: calc( 100% / 3 );}
  .site-header .navigation ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {position: inherit;max-width: 100%;background: transparent;padding-top: 10px;}
  .site-header .navigation ul.hs-menu-children-wrapper li.hs-menu-item a {padding-left: 0;text-align:left;}
  .site-header .navigation ul>li.hs-menu-item.hs-menu-depth-1 {padding: 20px 20px;width: 100%;}
  .site-header .navigation ul>li+li.hs-menu-item.hs-menu-depth-1 {margin-left: 0;}
  .site-header .navigation .bm-menu-mixed>span>.flyouts.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1>a {display: block;font-size: 14px;font-weight: 500;line-height: 1.2;padding-right: 14px;position: relative;width: 100%;}
  .site-header .navigation .bm-menu-mixed>span>.flyouts.hs-menu-flow-horizontal .top-header-list ul li a {color: #868583;font-size: 12px;letter-spacing: -.12px;line-height: 1.4;text-transform: capitalize;}
  a.mobile-trigger { display: inline-flex !important; cursor: pointer; position: absolute; top: 6px; right: 8px; width: 52px; height: 52px; padding: 12px 10px; z-index: 999; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase; border-radius: 5px; background: transparent; align-items: center; justify-content: center; }
  a.mobile-trigger i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;
    transition-duration: 0s; transition-delay: .2s;}
  a.mobile-trigger i:before, a.mobile-trigger i:after { position: absolute; content: '';}
  a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 24px; height: 2px; background-color: #171614; display: inline-block; top:0; }
  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: #171614; -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);}
  .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 .mainmenu.js-enabled .bm-menu-mixed>span>.flyouts.hs-menu-flow-horizontal{display: flex !important; flex-direction: column;} 
  .site-header .navigation .bm-menu-mixed>span>.hs-menu-flow-horizontal .right-side { display: flex; justify-content: flex-start; }
  
  .hero-section,
  .hero-section.service-banner {padding-top: 157px;}
  .hero-section .right-part .img-box {height: 530px;}

  .footer-section .hs-menu-flow-horizontal {display: block;}

  .about-hero {margin-top: 127px;}

  .logo-section .box.slick-slide { padding: 0 20px; }
  .logo-section .slick-track { margin: 0 -20px; }

  .two-col-img-content .left-part .title br { display: none; }
  .two-col-img-content .left-part .section-heading {padding-right: 25px;}

  .number-counter-section .number-counter-block-title span {font-size: 50px;}

  .testimonial-section .slick-list.draggable {padding: 0 480px 0 0 !important;}

  .three-col-service-part .three-col-boxes .service-card .service-card-wrap { padding: 35px 25px; }

  .faq-section .faq-box .left-side { max-width: calc(100% - 600px);}
  .faq-section .faq-box .right-side {max-width: 600px;width: 100%;}

  .two-col-form-sec .two-col-form-sec-left .title h2 {font-size: 45px;}
  .two-col-form-sec .two-col-form-sec-left {padding-right: 50px;}

  .insights-section .bottom-images-box {position: relative;max-width: calc(100% / 3 - 10px);}

  .speaker-section .content-box .left-content {max-width: calc(100% - 700px);padding-right: 60px;}
  .speaker-section .content-box .right-content {max-width: 700px;}

  .lp-hero-section .lp-hero-section-left {padding-right: 80px;}
  /*   .lp-hero-section .lp-hero-section-left .title h2 > br{display:none;} */

  .blog-listing-section {margin-top: 123px;}

  .post-banner-section .post-header { padding-right: 30px; width: calc(100% - 430px); }
  .post-banner-section .post-feature-part { height: 340px; width: 420px; } 
  .post-banner-section .post-header .post-title{padding:30px 0} 
  .post-details-section .inners-wrapper .wrap .left-part { width: 40%; } 
  .post-details-section .inners-wrapper .wrap .right-part { width: 60%; }

  .related-post .wrap .bottom-images-box { width: calc(33.33% - 10px); } 

  .contact-us-section .left-part .left-part-inner { padding-right: 55px; } 
  .contact-us-section .right-part .form-inner { padding: 35px 30px; } 
  .contact-us-section .right-part .form-inner .form-wrap {max-width: 550px;width: 100%;}
  
  .site-header .navigation ul > li.hs-menu-item.hs-menu-depth-1 .submenu-inner-block{background:#fff;}
}


@media (max-width: 1150px) {
  .service-section .section-heading .left-side {max-width: calc(100% - 336px);padding-right: 100px;}
  .service-section .section-heading .right-side {max-width: 336px;padding: 35px 40px;}
  .service-section .service-box .service-block .inner-service-block {padding: 35px 30px;}
/*   .footer-section .center-footer-section .footer-form form .hs-form-field { width: 100%; }  */
/*   .footer-section .center-footer-section .footer-form form .hs-submit{margin-top:25px;} */
}

@media(max-width:1100px){
  .footer-section .center-footer-section .menu-part .menu-wrap .menu-title, .footer-section .center-footer-section .right-footer-form-section .footer-form-title { margin-bottom: 25px; } 
  .footer-section .center-footer-section .footer-form form .hs-form-field { width: 65%; } 
  .footer-section .center-footer-section .footer-form form .hs-submit { width: 35%; }

  .speaker-section .content-box .left-content {max-width: calc(100% - 630px);padding-right: 60px;}
  .speaker-section .content-box .right-content {max-width: 630px;}

  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-inner {gap: 70px;padding: 50px 70px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-img {width: calc(45% - 35px);height: 400px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-cont {padding-right: 0;width: calc(55% - 35px);}
}


@media(max-width:1024px){
  .hero-section .left-part {padding-right: 100px;}
  .hero-section .right-part .img-box { height:400px; }
  .two-col-text-section .right-part{padding: 0 0 0 60px;}

  .two-col-img-content .left-part{padding-left: 50px;}
  .two-col-img-content .swap .left-part {padding-right: 50px;padding-left: 0;}
}

@media(max-width:991px){
  .largeh1{font-size:52px;}
  .home-banner .left-part .largeh1{font-size: 50px;}
  h1,
  .h1,
  .blog-listing-section h1 {font-size:50px;}
  h2,
  .h2{font-size:40px;}
  h3,
  .h3{font-size:30px;}
  h4,
  .h4{font-size:25px;}
  h5,
  .h5{font-size:22px;}
  h6,
  .h6{font-size:20px;}
  blockquote{font-size:20px;}

  /*   header */
  .submenu-inner-block .content-box {margin: 0 -10px;}
  .submenu-inner-block .content-block {padding: 0 10px;}
  .submenu-inner-block .content-block .content-list-block .content-list {padding: 12px 15px;}
  .submenu-inner-block .content-block .content-button {padding: 18px;}
  .submenu-inner-block .content-box .content-block:nth-child(2) .content-list-block {padding-left: 15px;}  

  .hero-section .left-part {padding-right: 80px;}

  .logo-section .logo-slider:before{right: -1px;}
  .logo-section .logo-slider:after{left: -1px;}
  .logo-section .slider-title {margin-bottom: 20px;}

  .two-col-text-section .right-part{padding: 0 0 0 35px;}
  .two-col-text-section .left-part {padding-right: 25px;}

  .service-section .service-box .service-block {max-width: calc(100% / 2);}

  .number-counter-section .section-heading,
  .logo-section .section-heading {max-width: 638px;}
  .number-counter-section .number-couner-block { width: calc(50% - 10px); } 
  .number-counter-section .number-couner-block.three_col{width: calc(50% - 10px);}
  .number-counter-section .number-couner-block.four-col{width: calc(50% - 10px);}

  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block {padding: 40px 30px;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .content {font-size: 22px;line-height: 1.5;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .name-text H6 {font-size: 18px;}

  .three-col-service-part .slick-list.draggable {padding-right: 100px !important;}
  /*   .three-col-service-part .slick-initialized.slick-slider {margin-right: -286px;} */

  .one-col-title-cta .title h2 {font-size: 52px;}

  .footer-section .center-footer-section .menu-part { width: 100%; margin-bottom: 30px; }
  .footer-section .center-footer-section .right-footer-form-section { width: 60%; } 
  .footer-section .center-footer-section .right-footer-form-section .footer-form-title { margin-bottom: 20px; } 
  .footer-section .center-footer-section { padding: 60px 0 75px 0; } 
  .footer-section .top-footer-section .footer-heading-text h2 { font-size: 46px; }

  .four-col-section .four-col-box {width: 50%;}
  .four-col-section .four-col-box-inner{padding:35px 25px;}

  .two-col-sticky-mdl .locker { display: none; }
  .two-col-sticky-mdl { overflow: hidden; }
  .two-col-sticky-mob-sld { display: block; }
  .two-col-sticky-mob-sld-rpt-img img { width: 100%; height: 100%; object-fit: cover; }
  .two-col-sticky-mob-sld-rpt-img { height: 200px; border-radius: 10px; overflow: hidden; width: 100%; }
  .two-col-sticky-mob-sld-inner { margin: 0px -12px; display: flex; flex-wrap: wrap; }
  .two-col-sticky-mob-sld-rpt { width: 50%; padding: 0px 12px; }
  .two-col-sticky-mob-sld-rpt-cont { margin-top: 20px; }
  .two-col-sticky-mob-sld-rpt-cont-icon { border-radius: 4px; background: #15D679; overflow: hidden; display: flex; padding: 5px; align-items: flex-start; width: 24px; height: 24px; margin-bottom: 20px; }
  .two-col-sticky-mob-sld-rpt-cont-icon img { height: 100%; width: 100%; object-fit: contain; }
  .two-col-sticky-mob-sld-rpt-cont-title h3 { line-height: 120%; color: #242220; }
  .two-col-sticky-mob-sld-rpt-cont-desc p { font-weight: 400; }
  /* .two-col-sticky-mob-sld-inner.slick-initialized.slick-slider { } */
  /*   .two-col-sticky-mob-sld-inner .slick-list.draggable { padding-right: 57px; } */

  .two-col-images-main .two-col-images-top { margin-bottom: 25px; } 
  .two-col-images-main .bottom-images-box-details { padding: 20px; }
  .two-col-img-content .left-part .section-heading {padding-right: 0;}
  .two-col-images-main .bottom-images-box-inner img {min-height: 300px;}
  .two-col-images-main .two-col-images-top .two-col-images-top-title {width: 70%;}
  .two-col-images-main .two-col-images-top .two-col-images-top-cta {width: 30%;}

  .faq-section .faq-box .left-side { padding-right: 30px; max-width: calc(100% - 500px);}
  .faq-section .faq-box .right-side {max-width: 500px;width: 100%;}

  .two-col-form-sec .two-col-form-sec-left .title h2 {font-size: 36px;letter-spacing: -2.16px;line-height: 1.05;}
  .lp-form-section .two-col-form-sec-left .section-heading .title h2 { font-size: 40px; font-weight: 400; line-height: 1.15;  letter-spacing: -2.5px; }
  .lp-form-section .two-col-form-sec-left .section-heading .title h2 > br + label { display: none; }

  .insights-section .bottom-images-box {max-width: calc(100% / 2 - 10px);}

  .speaker-section .content-box {justify-content: left;}
  .speaker-section .content-box .left-content {max-width: 500px;padding-right: 0;margin-bottom: 80px;}
  .speaker-section .content-box .right-content {max-width: 100%;}

  .two-col-img-content.about-our-story {padding: 60px 0 40px;}
  .about-hero {padding-left: 24px !important;padding-right: 24px !important;}
  .content-wrap>.baseModuleStyle.about-hero .container {padding: 0 0px;}
  .about-hero-img-sec {margin-left: 0px;margin-right: 0px;flex-wrap: wrap;gap: 10px;}
  .about-hero-img-rpt {margin: 0px !important;height: 200px;}
  .about-hero-img-rpt.img-4 {order: 1;width: calc(37% - 5px);}
  .about-hero-img-rpt.img-1 {order: 2;width: calc(63% - 5px);}
  .about-hero-img-rpt.img-2 {order: 3;width: calc(63% - 5px);}
  .about-hero-img-rpt.img-3 {order: 4;width: calc(37% - 5px);}
  .about-hero .section-heading .title h1 span {min-width: 65px;}

  .work-section .content-block .left-side {padding-right: 30px;}
  .work-section .content-block .left-side .right-content .department-text,
  .work-section .content-block .left-side .right-content .location-text {padding-left: 30px;}
  .work-section .content-block .left-side .left-content {max-width: calc(100% - 320px);}
  .work-section .content-block .left-side .right-content {max-width: 320px;}

  .lp-hero-section .lp-hero-section-right img { height: 450px;}
  .lp-hero-section .lp-hero-section-left {width: 100%;padding-right: 0;}
  .lp-hero-section .lp-hero-section-right {width: 100%;padding-top: 30px;}
  .lp-hero-section .lp-hero-section-left .body-small p>span {background: #fff;border-color: #fff;}
  .lp-hero-section .lp-hero-section-left .content {padding: 20px 0 40px;}
  .lp-hero-section .lp-hero-section-left .date-time-part.want {max-width: 600px;width: 100%;padding-bottom: 40px;}
  .lp-hero-section .lp-hero-section-left .lp-hero-section-left-tag {padding-top: 30px;}

  .team-member-mdl .site-our-trainers-member-rpt {width:calc( 100% / 3 );}
  .team-member-mdl .site-our-trainers-member-rpt-inner {height: 380px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-inner {gap: 50px;padding: 40px 60px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-img {width: calc(45% - 25px);height: 330px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-cont {width: calc(55% - 25px);}

  .post-banner-section .post-header{width:100%;padding:0;}
  .post-banner-section .post-feature-part{width:100%;border-radius:8px;height:350px}
  .post-banner-section .post-header .date-time{margin-bottom:40px}
  .post-banner-section .post-header .post-title{padding:18px 0 28px} 
  .post-details-section .inners-wrapper .wrap .left-part{width:100%;padding:80px 0 0;order:2}
  .post-details-section .inners-wrapper .wrap .right-part{width:100%}
  .post-details-section .inners-wrapper .wrap .right-part .post-body p{font-size:15px;line-height:160%;letter-spacing:-.3px}
  .post-details-section .inners-wrapper .wrap .post-body blockquote{font-size:15px;line-height:160%;letter-spacing:-.3px}
  .post-details-section .inners-wrapper .wrap .post-body ol li,.post-details-section .inners-wrapper .wrap .post-body ul li{font-size:15px;line-height:160%;letter-spacing:-.3px;padding-bottom:10px}
  .post-details-section .inners-wrapper .topic-wrap-bottom ul li a{background:transparent;border: 1px solid #7a52cf; border-radius: 3px; font-size: 14px; letter-spacing: -.28px; line-height: 140%; padding: 4px 8px;}
  .related-post .related-btn.mobile-view { display: block; } 
  .related-post .related-btn.desktop-view { display: none; } 
  .related-post .wrap .bottom-images-box { width: calc(50% - 10px); height:400px;}
  .related-post .related-inner { padding-bottom: 60px; }
  .related-post .related-inner .related-title { width: 70%; } 
  .related-post .related-inner .related-btn { width: 30%; }
  .post-banner-section .author-part.mob-part {display: block;width: 100%;margin-top: 40px;}
  .post-banner-section .author-part{display:none;}
  .blog-listing-section h1 span {padding-bottom: 6px;}

  .contact-us-section { margin: 118px 0 0; padding: 20px 0 40px; }
  .contact-us-section .left-part,.contact-us-section .right-part{width:100%}
  .contact-us-section .left-part .left-part-inner{padding:60px 19px;position:relative}
  .contact-us-section .left-part .left-part-inner:after{content:'';background:linear-gradient(180deg,#f6f8fc 18.5%,#e4ddf5);border-radius:12px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}
  .contact-us-section:after{display:none}
  .section-heading{position:relative;z-index:111}
  .contact-us-section .social-icons{position:relative;z-index:11;padding-top:40px}
  .contact-us-section .right-part .form-inner{padding:70px 14px 0}
  .contact-us-section .social-icon-wrapper .box .icon-text a { font-size: 13px; font-weight: 400; line-height: 140%; /* 18.2px */ letter-spacing: -0.26px; }
  .contact-us-section .left-part .left-part-inner {max-width: 100%;}
  .contact-us-wrapper {padding: 0 10px;width: 100%;}
  .contact-us-section .left-part {padding: 0px;}
  .contact-us-section .right-part .form-inner .form-wrap {max-width: 100%;}
  .contact-us-section .social-icons {max-width: 340px;}
  .contact-us-section {padding-bottom: 0px;}
  .privacy-policy-two-col .container.lp-container {padding: 0 10px;}
  .privacy-policy-hero-section { margin-top:123px;}
  .privacy-policy-two-col .privacy-policy-left { width: 100%; padding-right: 0; padding-bottom: 80px; }
  .privacy-policy-two-col .privacy-policy-right { width: 100%; padding:0 14px; }
  .privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu { padding: 40px 30px 40px; }
  .privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu ul li { padding: 30px 0 20px; }
  .privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu ul li:first-child { padding: 0px 0 20px; }
  .privacy-policy-two-col .privacy-policy-right .section-heading .content ol li , .privacy-policy-two-col .privacy-policy-right .section-heading .content ul li {font-size:15px;line-height:1.6;font-weight:400;}

  .insights-section .bottom-images-box-details .category-text p {padding: 5px 8px 4px;}
  .insights-section .bottom-images-box-details .category-text p.webinar{ padding: 7px 8px 4px;}

  .blog-listing-main .jplist-pagingnext:hover .jplist-next,
  .blog-listing-main .jplist-pagingprev:hover .jplist-prev{align-items:center;background:#fff;background:linear-gradient(86.36deg,#7a52cf,#15b3d6 48.5%,#15d679 97.01%);border:none;border-radius:28px;color:#242220;position:relative;text-decoration:none;text-transform:none; 
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;z-index:11}
  
  .blog-listing-main .jplist-pagingnext:hover .jplist-next:before,
  .blog-listing-main .jplist-pagingprev:hover .jplist-prev:before{background:#fff;border-radius:28px;content:"";height:calc(100% - 2px);left:1px;position:absolute;top:1px;transition:all .5s ease-in-out;width:calc(100% - 2px);z-index:-1}
  
/*     .privacy-policy-two-col .privacy-policy-left .privacy-policy-left-menu{height: auto;} */
}

@media(max-width:767px){

  p { font-size: 15px; letter-spacing: -0.3px; line-height: 1.6; }
  .btn5 a,
  a.btn5 { padding: 17px 61px 17px 30px; }
  .btn5 a:after,
  a.btn5:after { width: 44px; height: 44px; }
  .largeh1 { font-size: 50px; letter-spacing: -3px; }
  .home-banner .left-part .largeh1 span {padding-right: 8px;}
  .home-banner .left-part .largeh1{font-size: 40px;letter-spacing: -3px;}
  h1,
  .h1 { font-size: 36px; letter-spacing: -2.16px; line-height: 1.05; }
  h2,
  .h2 { font-size: 30px; letter-spacing: -1.5px; line-height: 1.13; }
  h3,
  .h3 { font-size: 26px; letter-spacing: -1.3px; line-height: 1.19; }
  h4,
  .h4 { font-size: 22px; letter-spacing: -0.88px; line-height: 1.27; }
  h5,
  .h5 { font-size: 20px; letter-spacing: -0.6px; line-height: 1.4; }
  h6,
  .h6 { font-size: 17px; letter-spacing: -0.51px; line-height: 1.29; }
  blockquote { font-size: 18px; letter-spacing: -0.36px; line-height: 1.5; }
  form label { font-size: 12px; }
  .btn1 a,
  a.btn1,
  .btn2 a,
  a.btn2,
  .btn3 a,
  a.btn3,
  .btn4 a,
  a.btn4,
  .btn5 a,
  a.btn5 { font-size: 15px; letter-spacing: -0.3px; }
  .service-section .section-heading .sub-title { padding-bottom: 15px; }
  .pre-heading { font-size: 12px; line-height: 1.3; letter-spacing: 0.72px; text-transform: uppercase; }
  .content-wrap > .baseModuleStyle {padding-left: 0px;padding-right: 0px;border-radius: 8px;}
  .content-wrap > .baseModuleStyle .container {padding: 0 14px;}
  .sub-heading > p { font-size: 16px; letter-spacing: -0.32px; }
  .sub-title p {color: #03171a99;font-size: 12px;letter-spacing: .72px;}

  /*   header */
  .submenu-inner-block {padding: 0 0 20px;}  
  .submenu-inner-block .content-box {flex-direction: column;}
  .submenu-inner-block .content-block,
  .submenu-inner-block .content-block.box-count-2,
  .submenu-inner-block .content-block.box-count-3 {max-width: 100%;}
  .submenu-inner-block .content-block .content-list-block .content-list {padding: 10px 0px;}
  .submenu-inner-block .content-block .content-list-block .content-list+.content-list {margin-top: 5px;}
  .submenu-inner-block .content-box .content-block:nth-child(2) .content-list-block {padding-left: 0;border: none;}
  .submenu-inner-block .content-box .content-block+.content-block {padding-top: 20px;}
  .submenu-inner-block .content-block .title p {letter-spacing: 0.72px;}
  .submenu-inner-block .content-block .content-list-block .content-list .title h6 {font-size: 15px;line-height: 1.6;letter-spacing: -0.3px;}
  .submenu-inner-block .content-block .content-list-block .content-list .content p {font-size: 10px;line-height: 1.4;letter-spacing: -0.1px;}
  .submenu-inner-block .content-block .content-button {padding: 18px 15px;}
  .submenu-inner-block .content-block .content-button .content {font-size: 16px;line-height: 1.5;}
  .site-header .site-logo {max-width: 125px;}
  .site-header .site-logo img {height: 30px;width: 125px;}
  .site-header .navigation .top-header-list {padding: 20px;}
  .site-header .navigation .right-side {max-width: 100%;width: 100%;}
  .site-header .navigation .right-side a {width: 100%;max-width: 100%;text-align: center;}
  .site-header .navigation .bm-menu-mixed>span> .flyouts.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 {padding: 20px;}
  a.mobile-trigger {top: 4px;}

  .lp-top-header {display: block;}
  .lp-header .lp-header-block {padding: 15px 0px;}
  .lp-header {border:none;}

  .hero-section,
  .hero-section.service-banner {padding-top: 174px;}
  .hero-section .left-part { width: 100%; padding-right: 0; margin-bottom: 42px; }
  .hero-section .right-part { width: 100%;}
  .hero-section .right-part .img-box {height: 450px;}
  .hero-section .left-part .content { padding-top: 0; }
  .hero-section .left-part .title { margin-bottom: 25px; }
  .hero-section .left-part .content p { margin: 0; }
  .hero-section .right-part img {border-radius: 8px;}
  .hero-section.service-banner .sub-title {padding-bottom: 20px;}
  .hero-section.service-banner .sub-title p {color: #03171A99;font-size: 10px;font-weight: 400;line-height: 15px;letter-spacing: 1.7000000476837158px;}
  .hero-section .left-part .content {margin-bottom: 0px;}
  .hero-section.service-banner .left-part {margin-bottom: 60px;}

  .footer-section .top-footer-section { display: block; } 
  .footer-section .top-footer-section .footer-heading-text { width: 100%; padding: 0; margin-bottom: 30px; } 
  .footer-section .top-footer-section .footer-heading-text h2 { font-size: 36px; line-height: 42px; letter-spacing: -2.5px; } 
  .footer-section .footer-bottom-section { padding: 30px 0 40px; display: block; } 
  .footer-section .footer-bottom-section .bottom-left-section { padding: 0; margin-bottom: 20px; } 
  .footer-section .footer-bottom-section .bottom-left-section p { font-size: 10px; font-weight: 300; color: #fff;line-height: 14px; } 
  .footer-section .footer-bottom-section .footer-bottom-left-sec .bottom-item-right-section a { font-size: 10px; margin-bottom: 13px; line-height: 14px; }
  .footer-section .center-footer-section .right-footer-form-section { width: 100%; } 
  .footer-section .center-footer-section { padding: 40px 0 55px; }
  .footer-section .center-footer-section .menu-part .menu-inner { display: block; } 
  .footer-section .center-footer-section .menu-part .menu-wrap:first-child,
  .footer-section .center-footer-section .menu-part .menu-wrap:nth-child(4) { width: 100%; } 
  .footer-section .center-footer-section .menu-part .menu-wrap:nth-child(n+4) {margin-top: 0;}
  .footer-section .center-footer-section .menu-part .menu-wrap { width: 100%; padding: 0;margin-bottom:30px;}
  .footer-section .center-footer-section .menu-part .menu-wrap .menu-title { position: relative; margin-bottom: 0px; } 
  /*   .footer-section .center-footer-section .menu-part .menu-wrap .menu-title.active{padding-bottom: 30px;} */
  .footer-section .center-footer-section .menu-part .menu-wrap .menu-title:after { background-image: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/Vector-3.svg'); background-position: 50%; background-repeat: no-repeat; background-size: 12px; content: ""; height: 6px; position: absolute; right: 0; top: 5px; transition: all .5s ease-in-out; width: 10px; } 
  .footer-section .center-footer-section .menu-part .menu-wrap .menu-title.active:after { transform: rotate(180deg); }
  .footer-section .center-footer-section .menu-part .menu-boxes .menu {display: none; margin-top:30px;}
  .footer-section .center-footer-section .menu-part { margin-bottom: 0; } 
  .footer-section .footer-bottom-section .footer-bottom-right-sec {width: 100%;}
  .footer-section .center-footer-section .footer-form form {padding-bottom: 15px;}
  .footer-section .center-footer-section .menu-part .menu-wrap .menu-title h6,
  .footer-section .center-footer-section .right-footer-form-section .footer-form-title h6 {font-size: 12px;}
  .footer-section .center-footer-section .footer-form form .legal-consent-container p {font-size: 10px;}

  .two-col-text-section .left-part { width: 100%; padding-right: 0; margin-bottom: 40px; } 
  .two-col-text-section .right-part { width: 100%; padding: 0; } 
  .two-col-text-section .sub-title { padding-bottom: 20px !important; }
  .two-col-sticky-mob-sld-rpt-cont-desc {padding-right: 7px;}

  .service-section .section-heading .sub-title {padding-bottom: 15px;}
  .service-section .section-heading .left-side {max-width: 100%;padding-right: 0;margin-bottom: 40px;}
  .service-section .section-heading .right-side {max-width: 100%;padding: 35px 25px;border-radius: 8px;}
  .service-section .service-box .service-block .inner-service-block {padding: 25px 30px 30px 25px;border-radius: 8px;}
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;margin-bottom: 10px;}
/*   .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .icon-title {max-width: calc( 100% - 11.7px );width: 100%;display: flex;flex-wrap: wrap;} */
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .icon-title {max-width:100% ;width: 100%;display: flex;flex-wrap: wrap;}
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .title {margin-bottom: 0;padding-left: 15px;max-width: calc(100% - 34px);width: 100%;}
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .icon-img {margin-bottom: 0;}
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .mobile-btn {max-width: 11.7px;width: 100%;}
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .mobile-btn {display:block;}
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .mobile-btn {width: 11.7px;height: 11px;}
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .mobile-btn .button {line-height: 0;}
  .service-section .service-box .service-block .inner-service-block .top-content .top-inner-content .mobile-btn .button a { font-size:0;padding:0;}
  .service-section .service-box .service-block .inner-service-block .btn4 a:after,
  .service-section .service-box .service-block .inner-service-block a.btn4:after {right: -15px;max-width: 11.7px;height: 11px;transform: translate(0, -81%);}
  .service-section .service-box .service-block .inner-service-block:hover .btn4 a:after { transform: translateY(-81%); background-color: #171614; }
  .service-section .service-box .service-block .inner-service-block:hover{ transform: translateY(0px); }
  .service-section .service-box .service-block {max-width:100%;padding: 0 8px;margin-bottom: 16px;margin-top: 0px;}
  .service-section .service-box .service-block:last-child {margin-bottom: 0px;}
  .service-section .service-box .service-block .inner-service-block .bottom-content {display:none;}

  .two-col-img-content .left-part { width: 100%; padding-right: 0; padding-left: 0px; }
  .two-col-img-content .right-part { width: 100%; padding: 0; height: 400px; margin-bottom: 40px;}
  .two-col-img-content .swap .left-part {padding-right: 0px;padding-left: 0;}
  .two-col-img-content .right-part .img-box { float: none; height:100%;}
  .two-col-img-content .right-part img {border-radius: 8px;}
  .two-col-img-content .left-part .content { padding-top: 0; }
  .two-col-img-content .left-part .title { margin-bottom: 20px; }
  .two-col-img-content .left-part .content p { margin: 0; }
  .two-col-img-content .left-part .sub-title{padding-bottom:15px;}
  .two-col-height .right-part {height: 350px;}

  .number-counter-section .section-heading,
  .logo-section .section-heading {max-width: 538px;}
  .number-counter-section .number-couner-block { width: 100%; margin: 0 0 10px; padding: 25px;border-radius: 8px; }
  .number-counter-section .number-counter-blocks-wrapper { margin: 60px 0 0; }
  .number-counter-section .number-counter-block-title { margin-bottom: 15px; }
  .number-counter-section .number-counter-block-title span { font-size: 44px;letter-spacing: -2.64px; }
  .number-counter-section .section-heading .title h2 > br { display: block; }
  .number-counter-section .number-couner-block.three_col{width: 100%;}
  .number-counter-section .number-couner-block.four-col{width: 100%;}

  .testimonial-section .slick-list.draggable {padding: 0 380px 0 0 !important;}
  .testimonial-section .section-heading .right-side {display: none;}
  .testimonial-section .section-heading .left-side {max-width: 100%;padding-right: 0;}
  .testimonial-section .section-heading .left-side .title h2 {font-size: 26px;font-weight: 400;line-height: 1.2;letter-spacing: -1.3px;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block {padding: 35px 25px;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .content {font-size: 18px;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .name-text H6 {font-size: 17px;line-height: 1.3;letter-spacing: -0.51px;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .job-title p {font-size: 13px;line-height: 1.4;letter-spacing: -0.26px;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .right-content {display:none;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .img-block img {height: 50px;width: 120px;}

  .three-col-service-part .slick-list.draggable {padding-right: 130px !important;}
  .three-col-service-part .slick-initialized.slick-slider {margin-right: 0px;}
  .three-col-service-part .section-heading {margin-bottom: 40px;}
  .three-col-service-part .three-col-boxes .service-card .service-card-image{margin-bottom:30px;margin-top:18px;height: 46px; width: 46px;}
  .three-col-service-part .three-col-boxes .service-card .service-card-wrap { padding:25px 25px 30px;border-radius: 8px; }
  .three-col-service-part .three-col-boxes .service-card .card-title{margin-bottom:14px;}
  .three-col-service-part .three-col-boxes .service-card .card-title h4{margin-bottom:0px;font-size: 20px;}
  .three-col-service-part .three-col-boxes .service-card .card-content p { font-size: 14px; letter-spacing: -0.25px; font-weight: 300; line-height: 1.57; }
  .three-col-service-part .section-heading .left-side {max-width: 100%;padding-right: 0;}
  .three-col-service-part .section-heading .right-side,
  .three-col-service-part .section-heading .left-side .left-side-inner {max-width: 100%;}

  .one-col-title-cta.about-single-column-section {margin-top: 40px;}
  .one-col-title-cta { background: url('https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/nexian%20cta%20bg.png');background-position: center center; background-repeat: no-repeat; background-size: cover; }
  .one-col-title-cta .title { padding-bottom: 20px;}
  .one-col-title-cta .title h2 { font-size: 47px;margin:0;letter-spacing: -3.17px; }
  .one-col-title-cta .one-col-title-cta-wrap { max-width: 602px; padding: 0 16px;}
  .one-col-title-cta .content { padding-bottom: 40px; margin: 0; max-width: 285px; }
  .content-wrap.spaing {padding:0 24px}
  .one-col-title-cta .section-heading .content p {letter-spacing: -0.3px;}

  .four-col-section .four-col-box {width: 100%; padding: 0 8px 8px;}
  .four-col-section .four-col-box-inner{padding:20px 15px;display: flex; flex-wrap: wrap;border-radius: 8px; }
  .four-col-section .four-col-box-inner .content { padding-top: 0; width: calc(100% - 24px); padding-left: 25px; }
  .four-col-section .four-col-box-inner .top-icon { height: 24px; width: 24px; }
  .four-col-section .four-col-box-inner .top-icon img { height: 14px !important; width: 14px; }

  .two-col-images-main .bottom-images-box { width: 100%; margin-right: 0;min-height: 300px; }
  .two-col-images-main .bottom-images-box-inner { max-width: 100%;height:100%; }
  .two-col-images-main .two-col-images-bottom-mob-cta { display: block; }
  .two-col-images-main .two-col-images-top .two-col-images-top-cta { display: none; }
  .two-col-images-main .two-col-images-top .two-col-images-top-title { width: 100%; }
  .two-col-images-main .two-col-images-bottom-inner { margin: 0; }
  .two-col-images-main .bottom-images-box-details { width: 100%; }
  .two-col-images-main .bottom-images-box-details { padding: 30px 25px 35px; } 
  .two-col-images-main .bottom-images-box-details-content { padding-top: 19px; }
  .two-col-images-main .bottom-left-tag-under p {font-size: 10px;line-height: 1.4;letter-spacing: -0.1px;}
  .two-col-images-main .bottom-images-box-details .bottom-images-box-details-content { font-size: 17px;line-height: 1.3;}
  .two-col-images-main .bottom-images-box-details .bottom-images-box-details-content p {letter-spacing: -0.51px;}


  .faq-section .faq-box .left-side { max-width: 100%; padding-right: 0; margin-bottom: 20px; }
  .faq-section .faq-box .right-side { max-width: 100%; }
  .faq-section .faq-box .left-side .sub-title { padding-bottom: 15px; }
  .faq-section .faq-box .left-side .sub-title p { font-size: 12px; letter-spacing: 0.72px; line-height: 1.25; }
  .faq-section .faq-box .right-side .faq-accordion-dropdown-section-v2 {border-radius: 6px; }
  .faq-section .faq-box .right-side .faq-accordion-dropdown-section-v2 .faq-accordion-dropdown-title-new.toggletab {padding: 15px 15px 10px;}
  .faq-section .faq-box .right-side .faq-accordion-dropdown-content-wrap.togglecontent {padding: 0 12px 20px 15px;}
  /*   .faq-accordion-dropdown-title-new.active .faq-accordion-inner-wrap { margin-bottom: 10px; } */
  .faq-section .faq-box .right-side .accordion-title-arrow { height: 36px; width: 36px; }
  .faq-section .faq-box .right-side .faq-accordion-dropdown-title-new .pluse svg { height: 100%; width: 100%; object-fit: cover; display: block; margin: 0 auto; }
  .faq-section .faq-box .right-side .faq-accordion-dropdown-title-new .minus svg { height: 100%; width: 100%; object-fit: cover; display: block; margin: 0 auto; }
  .faq-section .faq-box .right-side .faq-accordion-dropdown-content-wrap.togglecontent p { margin-bottom: 5px;font-size:13px;font-weight:400;letter-spacing: -0.26px;line-height:1.38;}

  .two-col-form-sec{margin-top:40px !important;}
  .two-col-form-sec .two-col-form-sec-left { width: 100%; padding-right: 0; margin-bottom: 40px; }
  .two-col-form-sec .two-col-form-sec-left .content { padding-top: 20px; }
  .two-col-form-sec .two-col-form-sec-right { width: 100%; }
  .two-col-form-sec .two-col-form-sec-right .form-title { display: none; }
  .lp-form-section .two-col-form-sec-left .section-heading .title h2 { font-size: 26px; font-weight: 400; line-height: 1.19;  letter-spacing: -1.3px; }
/*   .lp-form-section .two-col-form-sec-left .section-heading .title h2 > br + label { display: none; } */
  .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span {font-size: 10px;line-height: 1.4;letter-spacing: -0.1px;}
/*   .two-col-form-sec .form-section-part .actions:after{background-image:url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/CTA%20Right%20Arrow.svg)!important;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:12px 12px;height:46px;width:46px;content:'';} */
  .two-col-form-sec input.hs-button{background:#242220;}
  .two-col-form-sec input.hs-button:hover{background:#fff;color:#242220;}
  .two-col-form-sec input.hs-button:hover .actions:after{background:#fff;}

  .body-small{font-size:  13px;font-weight: 400;line-height: 1.38;letter-spacing: -0.26px;}

  .hero-section.service-banner .btn7 a {padding-right: 50px;}
  .hero-section.service-banner .btn a {font-size: 14px;padding-left: 30px;padding-right: 30px;}
  .hero-section.service-banner .btn7 a:after, 
  .hero-section.service-banner a.btn7:after {width: 40px;height: 40px;}
  .hero-section.service-banner .btn {gap: 10px;max-width: 360px;}
  .hero-section.service-banner .btn-box {width: calc(50% - 5px);padding: 0px;}
  .hero-section.service-banner .container {padding-left: 20px;padding-right: 20px;}
  .hero-section.service-banner .btn-box * {width: 100%;}

  .insights-section .two-col-images-top .two-col-images-top-cta {display: none;}
  .insights-section .two-col-images-top .two-col-images-top-title h2 {font-weight: 300;line-height: 1.2;}
  .insights-section .bottom-images-box {height: 420px;}
  .insights-section .two-col-images-bottom-mob-cta { display: block; }
  .insights-section .bottom-images-box-details .content {margin-bottom: 4px;}
  .insights-section .bottom-images-box-details .topic-list .topic-link {margin-top: 6px;}

  .speaker-section .left-content .title h6 {font-size: 17px;line-height: 1.3;letter-spacing: -0.51px;}
  .speaker-section .content-box .left-content .left-block .right-inner-block .name-text p {font-size: 17px;font-weight: 400;line-height: 18px;letter-spacing: -0.34px;}
  .speaker-section .content-box .left-content .left-block .job-title p {font-size: 13px;letter-spacing: -0.26px;}
  .speaker-section .content-box .right-content .content h6 {font-size: 15px;}
  .speaker-section .content-box .right-content .content ul li {font-size: 15px;letter-spacing: -0.3px;margin-bottom: 20px;}
  .speaker-section .content-box .right-content .topic-list {display: none;}

  .about-hero {margin-top: 123px;background: url(https://144958431.fs1.hubspotusercontent-eu1.net/hubfs/144958431/Nexian_2024/images/hs_about_mobile.png);background-repeat: no-repeat;background-size: cover;border-radius: 10px !important;}
  .about-hero-img-rpt {height: 142px;}
  .about-hero .section-heading .content {padding-top: 18px;}
  .about-hero .section-heading .content {padding-top: 18px;}
  .about-hero .section-heading .title h1 {font-size: 44px;line-height: 1;letter-spacing: -2.64px;}
  .about-hero .section-heading .title h1 span {font-style: normal;}
  .about-hero .section-heading .content p {font-size: 16px;letter-spacing: -0.32px;line-height: 150%;}

  .work-section .section-heading .sub-title p {color: rgba(3, 23, 26, 0.60);font-size: 12px;letter-spacing: 0.72px;}
  .work-section .section-heading .title h2 {line-height: 1.5;}
  .work-section .content-block .left-side {max-width: calc(100% - 40px);}
  .work-section .content-block .right-side {max-width: 40px;}
  .work-section .content-block .left-side .left-content {max-width: 100%;}
  .work-section .content-block .left-side .right-content {max-width: 100%;}
  .work-section .content-block .left-side .right-content .department-text {padding-left: 0;}
  .work-section .content-block .left-side .right-content .location-text {padding-left: 20px;}
  .work-section .content-block .left-side .left-content {margin-bottom: 10px;}
  .work-section .content-block {padding: 15px 20px;}
  .work-section .content-block .left-side {padding-right: 20px;}
  .work-section .content-block .left-side .right-content .department-text p,
  .work-section .content-block .left-side .right-content .location-text p {font-size: 12px;line-height: 1.2;}
  .work-section .content-block .left-side .right-content .department-text {width: 35%;}
  .work-section .content-block .left-side .right-content .location-text {width: 65%;}

  .lp-hero-section .lp-hero-section-right {display:none;} 
  .content-wrap .lp-hero-section { border-radius: 8px ;}
  /*   .lp-hero-section {min-height:auto;} */
  .lp-hero-section .lp-hero-section-left .s-title{padding-bottom:20px;}
  .lp-hero-section .lp-hero-section-left .s-title p {font-size: 13px;line-height: 1.2;letter-spacing: -0.2px;background: rgba(255, 255, 255, 0.60);border: 1px solid rgba(255, 255, 255, 0.60) !important;}
  .lp-hero-section .lp-hero-section-left .date-time-icon-part {height: 50px;width: 50px;}
  .lp-hero-section .lp-hero-section-left .date-time-part-main .date-time-content{width:calc(100% - 50px);}
  .lp-hero-section .lp-hero-section-left .date-time-icon-part img {height: 12px;width: 12px;}
  /*   .lp-hero-section .lp-hero-section-left .date-time-part-main .date-time-content p {font-size: 16px;} */
  .lp-hero-section .lp-hero-section-left .lp-hero-section-left-tag {display: none;}
  .lp-hero-section .lp-hero-section-left .date-time-part-main .date-time-part-main-wraper { justify-content: center; align-items: center; }
  .lp-hero-section .lp-hero-section-left .date-time-content-bottom > p { font-size: 13px; } 
  .lp-hero-section .lp-hero-section-left .date-time-part-main .date-time-content .date-time-content-top p { font-size: 16px; }

  .team-member-mdl .site-our-trainers-member-rpt {width:calc( 100% / 2 );}
  .team-member-mdl .site-our-trainers-member-rpt-desig {font-family: 'gorditaregular';font-size: 10px;letter-spacing: -0.1px;}
  .team-member-mdl .site-our-trainers-member-rpt-cont {bottom: -1px;padding: 10px 10px 14px;}
  .team-member-mdl .site-our-trainers-member-rpt-name h6 {margin: 0 0 5px;}
  .team-member-mdl .site-our-trainers-member-rpt {padding: 0 5px;}
  .team-member-mdl .site-our-trainers-inner {margin: 0 -5px;row-gap: 10px;}
  .team-member-mdl .site-our-trainers-member-rpt-inner {height: 330px;border-radius: 8px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-inner {gap: 40px;padding: 30px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-img {width: 100%;height: 300px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-cont {width: 100%;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-close-icon {top: -45px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-close-icon svg {width: 35px;height: 35px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-cont .site-our-trainers-member-rpt-popup-sec-trainer-name h4 {font-size: 32px;margin-bottom: 6px;}

  .related-post .related-inner { padding-bottom: 40px; } 
  .related-post .wrap .bottom-images-box{width:100%;height:220px;margin: 0 0 10px;}
  .related-post .wrap .bottom-images-box-details{padding:15px 20px;}
  .related-post .wrap .bottom-images-box-details .title a{font-size:16px}
  .related-post .wrap .bottom-images-box-details .date-text p{font-size:13px}
  .related-post .wrap .bottom-images-box-details .category-text{font-size:13px}
  .related-post .wrap .bottom-images-box-details .topic-list a{font-size:11px;padding:2px 8px}
  .related-post .mob-btn {display: block;margin-top:40px;}
  .related-post .related-inner .related-title { width: 100%; }
  .related-post .related-inner .related-btn {display: none;}
  .related-post{padding:60px 0 80px;}

  .blog-listing-main .jplist-pagination .jplist-pagingmid {display: none;}
  .blog-listing-main .jplist-pagingnext .jplist-next {padding: 17px 57px 17px 30px;}
  .blog-listing-main .jplist-pagingnext:before {transform: translate(-100%, -50%);}
  .blog-listing-main .jplist-pagingprev .jplist-prev {padding: 17px 30px 17px 57px;}
  .blog-listing-main .jplist-pagingprev:before {transform: translate(78%, -50%);}
  .blog-listing-main .jplist-pagingnext .jplist-next:after,
  .blog-listing-main .jplist-pagingprev .jplist-prev:after {height: 43px;width: 43px;}

  .blog-listing-section h1 {font-size: 44px;letter-spacing: -2.64px;}

  .contact-us-section .left-part .left-part-inner .content {
    padding-top: 4px;
  }
  .contact-us-section .right-part .form-inner .form-title {
    font-size: 17px;
    letter-spacing: -0.51px;
  }
  .map-section .map-inner iframe { height: 400px; } 
  .map-section .office-details { position: unset; margin: 10px 0 0; } 
  .map-section .office-details .ofiice-address p {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.26px;
  }
  .privacy-policy-hero-section .title h1 { font-size: 44px;font-weight: 400;line-height: 1;letter-spacing: -2.64px;}
  .footer-section .center-footer-section .footer-form .submitted-message { margin-top: 50px; }

}

@media (max-width: 680px) {
  .insights-section .bottom-images-box {height: 220px;max-width: 100%;}
  .insights-section .two-col-images-top .two-col-images-top-title {width: 100%;}
  .insights-section .bottom-images-box-details {padding: 15px 20px;}
  .insights-section .bottom-images-box-details .category-text p {font-size: 13px;}
  .insights-section .bottom-images-box-details .date-text p {font-size: 13px;line-height: 1.4;letter-spacing: -0.26px;}
  .insights-section .bottom-images-box-details .top-content {margin-bottom: 6px;}
  /*   .insights-section .bottom-images-box-details .content {margin-bottom: 10px;} */
  .insights-section .bottom-images-box-details .content h6 {font-size: 16px;font-weight: 400;line-height: 1.4;}
  .insights-section .bottom-images-box-details .topic-list .topic-link {font-size: 10px;letter-spacing: -0.1px;padding: 2px 8px 4px;}
  .insights-section .bottom-images-box.webinar:before {top: 20px;left: 20px;}
  /*   .insights-section .bottom-images-box-details .category-text p.webinar{ padding: 7px 8px 4px;} */
}

@media(max-width:640px){
  .blog-listing-main .blog-header .blog-header__author-avatar{height: 80px; width: 80px;}
  .blog-listing-main .blog-header .blog-header__title { width: calc(100% - 80px); padding-left: 30px;}
  .blog-listing-main .tag-name {margin-bottom: 25px;}
  .one-col-title-cta .title h2 > br{display:none;}
}

@media (max-width: 580px) {
  .testimonial-section .slick-list.draggable {padding: 0 310px 0 0 !important;}

  .three-col-service-part .slick-initialized.slick-slider {margin-right: -57px;}

  .team-member-mdl .site-our-trainers-member-rpt-inner {height: 200px;}

  .blog-listing-section .blog-listing-filter-box-wrap {flex-direction: column;gap: 15px;}
  .blog-listing-section .blog-listing-filter-box {width: 100%;}
  .blog-listing-section .blog-listing-filter-box-title {margin-bottom: 8px;}
  .blog-listing-section .blog-listing-filter-box-inner span {font-size: 15px;}
}

@media(max-width:480px){
  .hero-section .right-part .img-box {height: 275px;}
  .two-col-img-content .right-part { height: 200px;}
  .two-col-height .right-part {height: 350px;}

  /*   .two-col-form-sec .two-col-form-sec-right form .form-columns-2 .hs-form-field:first-child {padding-right: 0px;} */
  .two-col-form-sec .two-col-form-sec-right form .form-columns-2 {display: block;margin-bottom: 15px;}
  .two-col-form-sec .two-col-form-sec-right form .hs-form-booleancheckbox-display {margin: 0;}
  .two-col-form-sec .two-col-form-sec-right form .form-columns-2 .hs-form-field {padding: 0 0 15px 0px;}
  .hs-form-checkbox label.hs-form-checkbox-display input+span:before,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{left:0;}
  .hero-section.service-banner .btn {max-width: 100%;}
  .hero-section.service-banner .btn a {text-align: center;}
  .hero-section.service-banner .btn .box-1 a {justify-content: center;padding-right: 45px;}  
  .privacy-policy-hero-section .privacy-policy-hero-inner .title h1 span { background: linear-gradient(86deg, #7A52CF 43.83%, #15B3D6 70.24%, #15D679 96.66%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
  .post-details-section .post-body img{height: 220px !important;}
  .one-col-title-cta .title h2 > br {display: none;}
  .one-col-title-cta .title h2{font-size: 42px;}
/*   .one-col-title-cta .title h2 i {word-break: break-all;} */
}
@media(max-width:391px){
  .btn1 a, a.btn1, .btn3 a, a.btn3 , .btn5 a, a.btn5 , .btn6 a, a.btn6{padding:20px 61px 20px 30px;}
}
@media(max-width:380px){
  .hero-section.service-banner .btn-box {width: 100%;max-width: 180px;}
  .hero-section.service-banner .btn {flex-direction: column;align-items: flex-start;}
  .largeh1 {font-size: 42px;}
  .home-banner .left-part .largeh1{font-size: 38px;}
  .hero-section.service-banner .btn .box-2 .button {padding-top: 5px;}

  .testimonial-section .slick-list.draggable {padding: 0 285px 0 0 !important;}
  .testimonial-section .section-heading .left-side .title h2 {font-size: 22px;}
  .testimonial-section .teasimonial-slider-box .testimonial-block .inner-testimonial-block .content {font-size: 16px;}

  .one-col-title-cta .title h2 { font-size: 36px;}

  .footer-section .footer-bottom-section .footer-bottom-left-sec .bottom-item-right-section {padding-right: 14px;}
  .footer-section .footer-bottom-section .footer-bottom-left-sec .bottom-item-right-section a,
  .footer-section .footer-bottom-section .bottom-left-section p{font-size: 10px;}
}

@media(max-width:360px){
  .footer-section .center-footer-section .footer-form form .hs-submit .actions:after {height: 25px;width: 25px;}
  .footer-section .center-footer-section .footer-form form .hs-submit .hs-button {font-size: 14px;}

  .insights-section .bottom-images-box.webinar:before {top: 15px;left: 15px;height: 35px;width: 36px;}
  .insights-section .bottom-images-box-details .content h6 {font-size: 15px;}

  .work-section .content-block .left-side .right-content .department-text {margin-bottom: 10px;}
  .work-section .content-block .left-side .right-content .department-text,
  .work-section .content-block .left-side .right-content .location-text {width: 100%;padding-left: 0;}

  .team-member-mdl .site-our-trainers-member-rpt {width: 100%;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-inner {gap: 30px;}
  .team-member-mdl .site-our-trainers-member-rpt-popup-sec-img {height: 260px;}  

  .blog-listing-main .jplist-pagingprev .jplist-prev {padding: 17px 27px 17px 54px;}
  .blog-listing-main .jplist-pagingnext .jplist-next {padding: 17px 54px 17px 27px;}

  .blog-listing-section h1 { font-size: 36px; }
  .privacy-policy-hero-section .title h1{font-size: 36px;}
}