@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Raleway:wght@400;500;600;700;800&display=swap'); */
/* font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





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

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

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

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

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








/* Font Family Set */

:root {
  --primary: #121922;
  --secondary: #1463FF;
  --tertiary: #316CD8;
  --quaternary: ;
  --white:#fff;
  --black:#000;

  --h1-color: var(--primary);
  --h2-color: var(--primary);
  --h3-color: var(--primary);
  --h4-color: var(--primary);
  --h5-color: var(--primary);
  --h6-color: var(--primary);
  --body_color: var(--primary);

}



/* 1a. Containers */



/* 1b. Colors */











/* color */

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

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



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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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




/* -- 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\:p-225 { padding:225px; }
  .sm\:pt-225 { padding-top:225px; }
  .sm\:pb-225 { padding-bottom:225px; }
  .sm\:pl-225 { padding-left:225px; }
  .sm\:pr-225 { padding-right:225px; }
  .sm\:m-225 { margin:225px; }
  .sm\:mt-225 { margin-top:225px; }
  .sm\:mb-225 { margin-bottom:225px; }
  .sm\:ml-225 { margin-left:225px; }
  .sm\:mr-225 { margin-right:225px; }
  
  .sm\:p-230 { padding:230px; }
  .sm\:pt-230 { padding-top:230px; }
  .sm\:pb-230 { padding-bottom:230px; }
  .sm\:pl-230 { padding-left:230px; }
  .sm\:pr-230 { padding-right:230px; }
  .sm\:m-230 { margin:230px; }
  .sm\:mt-230 { margin-top:230px; }
  .sm\:mb-230 { margin-bottom:230px; }
  .sm\:ml-230 { margin-left:230px; }
  .sm\:mr-230 { margin-right:230px; }
  
  .sm\:p-235 { padding:235px; }
  .sm\:pt-235 { padding-top:235px; }
  .sm\:pb-235 { padding-bottom:235px; }
  .sm\:pl-235 { padding-left:235px; }
  .sm\:pr-235 { padding-right:235px; }
  .sm\:m-235 { margin:235px; }
  .sm\:mt-235 { margin-top:235px; }
  .sm\:mb-235 { margin-bottom:235px; }
  .sm\:ml-235 { margin-left:235px; }
  .sm\:mr-235 { margin-right:235px; }
  
  .sm\:p-240 { padding:240px; }
  .sm\:pt-240 { padding-top:240px; }
  .sm\:pb-240 { padding-bottom:240px; }
  .sm\:pl-240 { padding-left:240px; }
  .sm\:pr-240 { padding-right:240px; }
  .sm\:m-240 { margin:240px; }
  .sm\:mt-240 { margin-top:240px; }
  .sm\:mb-240 { margin-bottom:240px; }
  .sm\:ml-240 { margin-left:240px; }
  .sm\:mr-240 { margin-right:240px; }
  
  .sm\:p-245 { padding:245px; }
  .sm\:pt-245 { padding-top:245px; }
  .sm\:pb-245 { padding-bottom:245px; }
  .sm\:pl-245 { padding-left:245px; }
  .sm\:pr-245 { padding-right:245px; }
  .sm\:m-245 { margin:245px; }
  .sm\:mt-245 { margin-top:245px; }
  .sm\:mb-245 { margin-bottom:245px; }
  .sm\:ml-245 { margin-left:245px; }
  .sm\:mr-245 { margin-right:245px; }
  
  .sm\:p-250 { padding:250px; }
  .sm\:pt-250 { padding-top:250px; }
  .sm\:pb-250 { padding-bottom:250px; }
  .sm\:pl-250 { padding-left:250px; }
  .sm\:pr-250 { padding-right:250px; }
  .sm\:m-250 { margin:250px; }
  .sm\:mt-250 { margin-top:250px; }
  .sm\:mb-250 { margin-bottom:250px; }
  .sm\:ml-250 { margin-left:250px; }
  .sm\:mr-250 { margin-right:250px; }
  

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

}


@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\:p-225 { padding:225px; }
  .md\:pt-225 { padding-top:225px; }
  .md\:pb-225 { padding-bottom:225px; }
  .md\:pl-225 { padding-left:225px; }
  .md\:pr-225 { padding-right:225px; }
  .md\:m-225 { margin:225px; }
  .md\:mt-225 { margin-top:225px; }
  .md\:mb-225 { margin-bottom:225px; }
  .md\:ml-225 { margin-left:225px; }
  .md\:mr-225 { margin-right:225px; }
  
  .md\:p-230 { padding:230px; }
  .md\:pt-230 { padding-top:230px; }
  .md\:pb-230 { padding-bottom:230px; }
  .md\:pl-230 { padding-left:230px; }
  .md\:pr-230 { padding-right:230px; }
  .md\:m-230 { margin:230px; }
  .md\:mt-230 { margin-top:230px; }
  .md\:mb-230 { margin-bottom:230px; }
  .md\:ml-230 { margin-left:230px; }
  .md\:mr-230 { margin-right:230px; }
  
  .md\:p-235 { padding:235px; }
  .md\:pt-235 { padding-top:235px; }
  .md\:pb-235 { padding-bottom:235px; }
  .md\:pl-235 { padding-left:235px; }
  .md\:pr-235 { padding-right:235px; }
  .md\:m-235 { margin:235px; }
  .md\:mt-235 { margin-top:235px; }
  .md\:mb-235 { margin-bottom:235px; }
  .md\:ml-235 { margin-left:235px; }
  .md\:mr-235 { margin-right:235px; }
  
  .md\:p-240 { padding:240px; }
  .md\:pt-240 { padding-top:240px; }
  .md\:pb-240 { padding-bottom:240px; }
  .md\:pl-240 { padding-left:240px; }
  .md\:pr-240 { padding-right:240px; }
  .md\:m-240 { margin:240px; }
  .md\:mt-240 { margin-top:240px; }
  .md\:mb-240 { margin-bottom:240px; }
  .md\:ml-240 { margin-left:240px; }
  .md\:mr-240 { margin-right:240px; }
  
  .md\:p-245 { padding:245px; }
  .md\:pt-245 { padding-top:245px; }
  .md\:pb-245 { padding-bottom:245px; }
  .md\:pl-245 { padding-left:245px; }
  .md\:pr-245 { padding-right:245px; }
  .md\:m-245 { margin:245px; }
  .md\:mt-245 { margin-top:245px; }
  .md\:mb-245 { margin-bottom:245px; }
  .md\:ml-245 { margin-left:245px; }
  .md\:mr-245 { margin-right:245px; }
  
  .md\:p-250 { padding:250px; }
  .md\:pt-250 { padding-top:250px; }
  .md\:pb-250 { padding-bottom:250px; }
  .md\:pl-250 { padding-left:250px; }
  .md\:pr-250 { padding-right:250px; }
  .md\:m-250 { margin:250px; }
  .md\:mt-250 { margin-top:250px; }
  .md\:mb-250 { margin-bottom:250px; }
  .md\:ml-250 { margin-left:250px; }
  .md\:mr-250 { margin-right:250px; }
  

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

}


@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\:p-225 { padding:225px; }
  .lg\:pt-225 { padding-top:225px; }
  .lg\:pb-225 { padding-bottom:225px; }
  .lg\:pl-225 { padding-left:225px; }
  .lg\:pr-225 { padding-right:225px; }
  .lg\:m-225 { margin:225px; }
  .lg\:mt-225 { margin-top:225px; }
  .lg\:mb-225 { margin-bottom:225px; }
  .lg\:ml-225 { margin-left:225px; }
  .lg\:mr-225 { margin-right:225px; }
  
  .lg\:p-230 { padding:230px; }
  .lg\:pt-230 { padding-top:230px; }
  .lg\:pb-230 { padding-bottom:230px; }
  .lg\:pl-230 { padding-left:230px; }
  .lg\:pr-230 { padding-right:230px; }
  .lg\:m-230 { margin:230px; }
  .lg\:mt-230 { margin-top:230px; }
  .lg\:mb-230 { margin-bottom:230px; }
  .lg\:ml-230 { margin-left:230px; }
  .lg\:mr-230 { margin-right:230px; }
  
  .lg\:p-235 { padding:235px; }
  .lg\:pt-235 { padding-top:235px; }
  .lg\:pb-235 { padding-bottom:235px; }
  .lg\:pl-235 { padding-left:235px; }
  .lg\:pr-235 { padding-right:235px; }
  .lg\:m-235 { margin:235px; }
  .lg\:mt-235 { margin-top:235px; }
  .lg\:mb-235 { margin-bottom:235px; }
  .lg\:ml-235 { margin-left:235px; }
  .lg\:mr-235 { margin-right:235px; }
  
  .lg\:p-240 { padding:240px; }
  .lg\:pt-240 { padding-top:240px; }
  .lg\:pb-240 { padding-bottom:240px; }
  .lg\:pl-240 { padding-left:240px; }
  .lg\:pr-240 { padding-right:240px; }
  .lg\:m-240 { margin:240px; }
  .lg\:mt-240 { margin-top:240px; }
  .lg\:mb-240 { margin-bottom:240px; }
  .lg\:ml-240 { margin-left:240px; }
  .lg\:mr-240 { margin-right:240px; }
  
  .lg\:p-245 { padding:245px; }
  .lg\:pt-245 { padding-top:245px; }
  .lg\:pb-245 { padding-bottom:245px; }
  .lg\:pl-245 { padding-left:245px; }
  .lg\:pr-245 { padding-right:245px; }
  .lg\:m-245 { margin:245px; }
  .lg\:mt-245 { margin-top:245px; }
  .lg\:mb-245 { margin-bottom:245px; }
  .lg\:ml-245 { margin-left:245px; }
  .lg\:mr-245 { margin-right:245px; }
  
  .lg\:p-250 { padding:250px; }
  .lg\:pt-250 { padding-top:250px; }
  .lg\:pb-250 { padding-bottom:250px; }
  .lg\:pl-250 { padding-left:250px; }
  .lg\:pr-250 { padding-right:250px; }
  .lg\:m-250 { margin:250px; }
  .lg\:mt-250 { margin-top:250px; }
  .lg\:mb-250 { margin-bottom:250px; }
  .lg\:ml-250 { margin-left:250px; }
  .lg\:mr-250 { margin-right:250px; }
  

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

}


@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\:p-225 { padding:225px; }
  .xl\:pt-225 { padding-top:225px; }
  .xl\:pb-225 { padding-bottom:225px; }
  .xl\:pl-225 { padding-left:225px; }
  .xl\:pr-225 { padding-right:225px; }
  .xl\:m-225 { margin:225px; }
  .xl\:mt-225 { margin-top:225px; }
  .xl\:mb-225 { margin-bottom:225px; }
  .xl\:ml-225 { margin-left:225px; }
  .xl\:mr-225 { margin-right:225px; }
  
  .xl\:p-230 { padding:230px; }
  .xl\:pt-230 { padding-top:230px; }
  .xl\:pb-230 { padding-bottom:230px; }
  .xl\:pl-230 { padding-left:230px; }
  .xl\:pr-230 { padding-right:230px; }
  .xl\:m-230 { margin:230px; }
  .xl\:mt-230 { margin-top:230px; }
  .xl\:mb-230 { margin-bottom:230px; }
  .xl\:ml-230 { margin-left:230px; }
  .xl\:mr-230 { margin-right:230px; }
  
  .xl\:p-235 { padding:235px; }
  .xl\:pt-235 { padding-top:235px; }
  .xl\:pb-235 { padding-bottom:235px; }
  .xl\:pl-235 { padding-left:235px; }
  .xl\:pr-235 { padding-right:235px; }
  .xl\:m-235 { margin:235px; }
  .xl\:mt-235 { margin-top:235px; }
  .xl\:mb-235 { margin-bottom:235px; }
  .xl\:ml-235 { margin-left:235px; }
  .xl\:mr-235 { margin-right:235px; }
  
  .xl\:p-240 { padding:240px; }
  .xl\:pt-240 { padding-top:240px; }
  .xl\:pb-240 { padding-bottom:240px; }
  .xl\:pl-240 { padding-left:240px; }
  .xl\:pr-240 { padding-right:240px; }
  .xl\:m-240 { margin:240px; }
  .xl\:mt-240 { margin-top:240px; }
  .xl\:mb-240 { margin-bottom:240px; }
  .xl\:ml-240 { margin-left:240px; }
  .xl\:mr-240 { margin-right:240px; }
  
  .xl\:p-245 { padding:245px; }
  .xl\:pt-245 { padding-top:245px; }
  .xl\:pb-245 { padding-bottom:245px; }
  .xl\:pl-245 { padding-left:245px; }
  .xl\:pr-245 { padding-right:245px; }
  .xl\:m-245 { margin:245px; }
  .xl\:mt-245 { margin-top:245px; }
  .xl\:mb-245 { margin-bottom:245px; }
  .xl\:ml-245 { margin-left:245px; }
  .xl\:mr-245 { margin-right:245px; }
  
  .xl\:p-250 { padding:250px; }
  .xl\:pt-250 { padding-top:250px; }
  .xl\:pb-250 { padding-bottom:250px; }
  .xl\:pl-250 { padding-left:250px; }
  .xl\:pr-250 { padding-right:250px; }
  .xl\:m-250 { margin:250px; }
  .xl\:mt-250 { margin-top:250px; }
  .xl\:mb-250 { margin-bottom:250px; }
  .xl\:ml-250 { margin-left:250px; }
  .xl\:mr-250 { margin-right:250px; }
  

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

}


/* 1c. Typography */




























/* 1d. Buttons */

/* -- btn1 -- */










/* -- btn2 -- */













/* -- btn3 -- */










/* 1e. Forms */


















/* 1g. Website header */






/* 1h. Website footer */











.container { max-width: 1920px; width: 100%; margin: auto; padding: 0 150px; }
.dnd-section, .content-wrapper--vertical-spacing { padding: 0; }

@media (min-width:1024) and (max-width:1200px) { .container { max-width:1136px;padding:0 40px; } }
/* @media (min-width:992px) and (max-width:1199px) { .container { max-width:1140px; } } */
/* @media (min-width:768px) and (max-width:991px) { .container { max-width:720px; } } */
@media (max-width:991px) { .container { max-width:100%;padding:0 20px; } }





*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
html { font-size: 20px; }
body {font-family: Poppins;background-color:var(--offfwhite); font-family:Poppins; font-weight: 500; font-style: normal; text-decoration: none; color: var(--body_color); font-size: 20px; line-height: 1.5; padding:0; margin:0; }

p { font-weight: 500; font-style: normal; text-decoration: none; margin:0 0 20px;}
a { font-weight: normal; text-decoration: none; font-family: Poppins; font-style: normal; color: #1463FF; display: inline-block;cursor:pointer;  
-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: Poppins; font-style: normal;  color: #121922; }
a:active { font-weight: normal; text-decoration: none; font-family: Poppins; font-style: normal; color: #121922; }
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; }
.text-uppercase{ text-transform: uppercase; }

/* Headings */

h1,
.h1 {
  font-weight: 600; text-decoration: none; font-family: Poppins; font-style: normal;
  font-size: 70px;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 30px;
  color: var(--h1-color);
  font-family: Poppins;
}

h2,
.h2 {
  font-weight: 600; text-decoration: none; font-family: Poppins; font-style: normal;
  color: var(--h2-color);
  font-size: 45px;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 20px;
  font-family: Poppins;
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Poppins; font-style: normal;
  color: ;
  font-size: 30px;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 30px;
  font-family: Poppins;
  color: var(--h3-color);
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Poppins; font-style: normal;
  color: var(--h4-color);
  font-size: 20px;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 30px;
  font-family: Poppins;
}

h5,
.h5 {
  font-weight: 500; text-decoration: none; font-family: Poppins; font-style: normal;
  color: var(--h5-color);
  font-size: 25px;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 30px;
  font-family: Poppins;
}

h6,
.h6 {
  font-weight: 500; text-decoration: none; font-family: Poppins; font-style: normal;
  color:var(--h6-color);
  font-size: 22px;
  text-transform: none;
  line-height: 1.5;
  margin: 0 0 30px;
  font-family: Poppins;
}

h1 span
{
  background:transparent linear-gradient(135deg, #1A67FF 0%, #BF22E5 100%); /* transparent linear-gradient(95deg, #1463FF 0%, #7F41FF 100%) */
  -webkit-background-clip: text; 
  background-clip: text; 
  color: transparent;
}

/* Blockquote */

blockquote { margin:0;position: relative;margin: 60px 0; font-family: Poppins;}





/* -- Button1 -- */

.btn1 a, a.btn1 {
  border: 2.5px solid #121922;

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

  font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #121922;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  text-transform: none;
  display: inline-block; 
  line-height: 1.2;
  font-family:Poppins; 
  cursor: pointer;
  font-family: Poppins;
  min-width:300px;
  text-align:center;
}

.btn1 a:hover, a.btn1:hover {
  background-color: #1463FF; color:#ffffff; border-color: #316CD8;
}

/* -- Button2 -- */
.btn2 a, a.btn2 {
  
  padding-top: 20px;
padding-right: 30px;
padding-bottom: 20px;
padding-left: 30px;

  font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none;
  
  background: #1463FF;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  text-transform: none;
  display: inline-block; 
  line-height: 1.2;
  font-family:Poppins; 
  cursor: pointer;
  font-family: Poppins;
  min-width:300px;
  text-align:center;
}

.btn2 a:hover, a.btn2:hover {
   background: #121922; color:#ffffff; border-color: ;
}



/* -- Button3 (Simple Link) -- */
.btn3 a, a.btn3 {padding: 0; border-radius: 0; background: transparent; border: transparent;font-family: Poppins; color: #1463FF; font-size: 16px; line-height: 1.5; font-family:Poppins;  position: relative; display: flex; align-items: center; font-weight:600; }
.btn3 a svg path, a.btn3 svg path { fill: #1463FF; transition:all 0.4s; }
.btn3 a:hover, a.btn3:hover { color: #121922; }
.btn3 a:hover svg path, a.btn3:hover svg path { fill: #121922; }

.btn3 a svg, a.btn3 svg {
  width: 16px;
  height: 16px;
}
/* .btn3 a { justify-content: center; } */






form, .submitted-message { font-weight:400; }
.form-title { color: #121922; }
form label { color: ; }
form legend { color: ; }

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {font-family: Poppins; font-size:16px;border: 1px solid #E4E7E9;
;background-color: #F5F7FA; color: #121922; border-radius: 10px; -webkit-border-radius: 10px; height:54px; padding:10px 15px; width:100%; font-family: Poppins; font-weight: 500; }

/* Form placeholder text */

::-webkit-input-placeholder {font-family: Poppins; font-weight: 500;color:#6E6F77;font-size:16px;   font-family:Poppins; color: #6E6F77; font-family: Poppins; }
::-moz-placeholder {font-family: Poppins; font-weight: 500;color:#6E6F77;font-size:16px;   font-family:Poppins; color: #6E6F77; font-family: Poppins; }
:-ms-input-placeholder {font-family: Poppins; font-weight: 500;color:#6E6F77;font-size:16px;  font-family:Poppins; color: #6E6F77; font-family: Poppins; }
::placeholder {font-family: Poppins; font-weight: 500;color:#6E6F77;font-size:16px;  font-family:Poppins; color: #6E6F77; font-family: Poppins; }

form select {font-family: Poppins;  font-weight: 300; font-size: 16px; color: #4C5773; appearance: none; -webkit-appearance: none;  background-image: url(https://27192314.fs1.hubspotusercontent-eu1.net/hubfs/27192314/Verian/Form%20Arrow.svg); background-repeat: no-repeat; background-position: 97% center; background-size: 14px; }

/* .hs-fieldtype-textarea.hs-input {  height: 90px;  border-radius: 20px; }
.hs-fieldtype-textarea .input { border: 1px solid #1f2d50; border-radius: 25px; overflow: hidden; } */
.hs-form-field textarea:focus { outline: none; border: 1px solid #1f2d50; }
/* .hs-form-field textarea { border: 0; } */


/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before { color: #6E6F77; }
.fn-date-picker td.is-selected .pika-button { background: #121922; }
.fn-date-picker td .pika-button:hover { background-color: #121922 !important; }
.fn-date-picker td.is-today .pika-button { color: #121922; }

/* Submit button */
form input[type=submit], form .hs-button {
  padding-top: 20px;
padding-right: 32px;
padding-bottom: 20px;
padding-left: 32px;

  font-family: Poppins; font-style: normal; font-weight: 500; text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  text-transform: none;
  background-color: #121922;
  display: inline-block; border: 0; cursor: pointer;
  font-family:Poppins; 
  line-height:1.2;
  letter-spacing: 1px; 
   
-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;
;
  font-family: Poppins;
}

form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus, form input[type=submit]:active, form .hs-button:active {
  background-color: #1463FF; color: #ffffff;
}

.submitted-message { text-align:  center; color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; }
.field.hs-form-field + .hs_error_rollup { display:none; }
.hs_error_rollup { display:none; }
.hs-form input:focus-visible, .hs-form input:focus { border:1px solid #171614; outline: none;}
form textarea{min-height:106px;}
.hs-form .input { margin:0; }
.hs-form  .hs-form-required{color:#EC7D43;}
.hs-form .hs-form-field { padding:0 0 30px; }
.hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0;padding-top:10px; }
.hs-form fieldset .input{padding-top:10px; }
.hs-form fieldset.form-columns-2 .field { padding:0 0 30px 16px }
.hs-form fieldset.form-columns-2 .field:first-child { padding:0 16px 30px 0; }
.hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.hs-form fieldset .hs-input { width:100% !important; }
.hs-form fieldset { max-width:100% !important; }

.faq-section.faq-w100 .section-heading { width: 100%; text-align: center; }
.faq-section.faq-w100 .faq-right { width:100%; padding:40px 0 0; }
.faq-section.faq-w100 .faq-wrap { display:flex; flex-flow:row wrap; justify-content:space-between; }
.faq-section.faq-w100 .faq-col { width:45%; }
.faq-section.faq-w100 .box { width:100%; }
.faq-section.faq-w100 .faq-right .box:first-child .faq-content { display:none; }
.faq-section.faq-w100 .faq-right .faq-col:first-child .box:first-child .faq-content { display:block; }
.faq-section.faq-w100 .faq-right .box .faq-title:before { background:#f4f6fa; color:#000000; }
.faq-section.faq-w100 .faq-right .box .faq-title.active:before { color:#f4f6fa; background:#000000; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {   
  .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
}

.hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 20px; position:relative; }
.inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-39px; top:6px;  content:''; width:20px; height:20px; border:1px solid transparent; color:#fafafa; background:#fafafa; border-radius: 4px; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#fff; color:#ffff; border-color:#fff; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-39px; top:0px;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size: 12px; }
.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:5px;  content:''; width:20px; height:20px; border:1px solid #1F2D50;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:9px;  content:''; width:12px; height:12px; border-color:#1F2D50; background:#1F2D50;  border-radius:100%; }
.inputs-list li.hs-form-radio input { display: none;}
.inputs-list li.hs-form-radio span {padding-left: 12px;font-size: 16px;font-weight: 600;color: #4C5773;}
.inputs-list input[type="checkbox"]:checked + span:after {text-align:center;color: transparent;position: absolute;z-index: 9;left: -38px;height: 17px;width: 17px;background-image: url(https://19602644.fs1.hubspotusercontent-na1.net/hubfs/19602644/ABIS-2023/Images/form-check.svg);background-repeat: no-repeat;background-size: 17px;background-position: center center; top: 7px;}

ul.no-list.hs-error-msgs.inputs-list { margin: 0; padding: 0;}
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { color: red; font-size: 14px;text-transform: capitalize;position:absolute;}





.footer { background-color: #ffffff; }
.footer p { color: #121922; }
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #121922;
}
.footer ul li a { color:#121922; }
.footer ul li a:hover { color:#316CD8; }
.footer ul li a[href='javascript:void(0);'] {pointer-events: none;}
.footer ul li a[href='javascript:void(0);']:hover { color:#121922; }


.header-section .bottom-part,.header-section .top-part{ background-color:!important;}
.header ul li a{color:#121922;}
.header ul li a{color:#121922;}
.header ul li a:hover{color:#1463FF;}
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li>a:before{background:#1463FF;}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

button { border: 1px solid var(--primary); width: 50px; height: 50px; font-size: 0; position: relative;background:transparent;cursor:pointer; } 
button:focus { outline: none; }
button.slick-disabled { z-index:1111;}
.slick-prev:after{ content: ''; position: absolute; background-size: 60px; background-position: center center; background-repeat: no-repeat;background-image:url(https://7213852.fs1.hubspotusercontent-na1.net/hubfs/7213852/NEG/Group%201483.svg) ; width: 60px; height: 60px; transform: translate(-50%, -50%); left: 50%; top: 50%; }
.slick-next:after { content: ''; position: absolute;background-size: 60px; background-position: center center; background-repeat: no-repeat; background-image:url(https://7213852.fs1.hubspotusercontent-na1.net/hubfs/7213852/NEG/Group%201483.svg) ; width: 60px; height: 60px; transform: translate(-50%, -50%) rotate(180deg); left: 50%; top: 50%; }
button.slick-prev { margin-right: 0; border: 0; position: absolute; top: auto; bottom: 0; left: calc(50% - 35px);  transform: translateX(-50%); z-index:99; }
button.slick-next { margin-right: 0; border: 0; left: calc(50% + 35px); transform: translateX(-50%); position: absolute; top: auto; bottom: 0; z-index:99; }
.slick-prev:hover:after { background-image: url(https://7213852.fs1.hubspotusercontent-na1.net/hubfs/7213852/NEG/Group%201484.svg); transform: translate(-50%, -50%) rotate(180deg);}
.slick-next:hover:after { background-image: url(https://7213852.fs1.hubspotusercontent-na1.net/hubfs/7213852/NEG/Group%201484.svg); transform: translate(-50%, -50%);}


ul.slick-dots { margin:0; padding:0; list-style:none; width:100%;}
ul.slick-dots { text-align:center; padding:38px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block;width:8px;height:8px;border-radius:50px;background:#E4E7E9;border:1px solid #E4E7E9;  font-size:0;  cursor:pointer; padding:0; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:var(--primary); }



.body-container-wrapper { margin-top: 120px;}
.header-section { width: 100%; display: inline-block; vertical-align: top; position: absolute; top: 0; left: 0; z-index: 9999999; }
.header-section .top-part { background: #F5F7FA; width: 100%; display: inline-block; vertical-align: top; padding: 10px 0; }
.header-section .bottom-part { border-bottom: 1px solid #E4E7E9; width: 100%; display: inline-block; vertical-align: top; padding: 10px 0; background: #fff; }
.header-section .top-part .top-cover { display: flex; align-items: center; justify-content: flex-end; }
.header-section .top-part .top-cover .top-menu ul { padding: 0; margin: 0; }
.header-section .top-part .top-cover .top-menu ul li a { color: #121922; font-size: 15px; font-weight: 500; line-height: 23px; }
.header-section .top-part .top-cover .top-menu ul li { display: inline-block; padding: 0 24px; position: relative; }
.header-section .top-part .top-cover .top-menu ul li:before { content: ' '; top: 11px; left: 0; width: 1px; height: 12px; position: absolute; background: #E4E7E9; }
.header-section .top-part .top-cover .top-menu ul li:first-child:before { display: none; }
.header-section .top-part .top-cover .top-menu ul li a:hover { color: #121922; opacity:0.7;}
.header-section .bottom-part .bottom-cover { display: flex; align-items: center; }
.header-section .bottom-part .logo-box { width: 64px; }
.header-section .bottom-part .search-box { width: calc(100% - 64px); padding-left: 60px; }
.header-section .bottom-part .header-btn { padding: 0 70px 0 35px; }
.header-section .bottom-part .cart { width: 20px; line-height: 0; }
.header-section .bottom-part .search-box .search-icon { width: 15px; position: absolute; top: 20px; line-height: 0; left: 25px; }
.header-section .bottom-part .left-part { width: 30%; display: flex; align-items: center; }
.header-section .bottom-part .right-part { width: 70%; display: flex; align-items: center; justify-content: flex-end; }
.header-section .bottom-part .header-btn a { display: inline-block; background: #1463FF; color: #FFFFFF; font-size: 15px; line-height: 23px; font-weight: 500; min-width: 167px; text-align: center; padding: 14px 10px; border-radius: 8px; transition: all 0.4s; }
.header-section .bottom-part .header-btn a:hover { background: #121922; }
.header-section .bottom-part .menu-box ul { padding: 0; margin: 0; }
.header-section .bottom-part .menu-box ul li { display: inline-block; padding: 15px 33px; }
.header-section .bottom-part .menu-box ul li a { color:#121922; font-size: 16px; line-height: 25px; font-weight: 600; display: inline-flex; align-items: center; }
.header-section .bottom-part .menu-box ul li a:hover { color: #121922;opacity:0.7; }
.header-section .bottom-part .search-box form { position: relative; }
.header-section .bottom-part .search-box ul.hs-search-field__suggestions { display: none; }
.header-section .bottom-part .search-box form input.hs-search-field__input { padding: 10px 20px 10px 50px; color: #6E6F77; font-weight: 500; font-size: 16px; }
.header-section .bottom-part .search-box form input.hs-search-field__input:focus { outline: none; }
.header-section .bottom-part .menu-box ul li.hs-item-has-children { position: relative; }
.header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: absolute; width: 200px; left: 0; background: #fff; border-radius: 0px 0px 10px 10px; top: 100%; box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.4); transition: all 0.4s; opacity: 0; visibility: hidden; pointer-events: none; padding: 10px 0; }
.header-section .bottom-part .menu-box ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; pointer-events: inherit; }
.header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper li { padding: 0; width: 100%; }
.header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width: 100%; padding: 8px 20px;}
.header-section .bottom-part .menu-box ul li a img { width: 12px; margin-right: 7px; }
.header-section .bottom-part .menu-box ul li.hs-item-has-children>a { position: relative; }
.header-section .bottom-part .menu-box ul li.hs-item-has-children>a:after { content: '\f107'; font-family: FontAwesome; line-height: 0; margin-left: 6px; position: absolute; left: auto; right: -16px; color: #121922; }
.header-section .bottom-part .menu-box ul li.hs-item-has-children:hover>a:after { transform: rotate(180deg); }
a.mobile-trigger { display: none;}
.header-section .bottom-part .menu-box .hs-menu-wrapper .top-part { display: none; }
.header-section .bottom-part .menu-box .hs-menu-wrapper .header-btn { display: none; }
.header-section .bottom-part .menu-box .hs-menu-wrapper .search-box { display: none; }
.header-section.fixed {animation: slide-down .7s; box-shadow: 0 2px 10px 0 hsla(0,0%,71%,.24); top: 0; position: fixed; width: 100%;}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }

  to {
    opacity: .9;
    transform: translateY(0)
  }
}





.footer-section { width: 100%; display: inline-block; vertical-align: top; padding: 60px 0 120px; }
.footer-section .footer-menu { text-align: center; }
.footer-section .footer-menu ul { padding: 0; margin: 0; }
.footer-section .footer-menu ul li { display: inline-block; padding: 0 24px; position: relative; }
.footer-section .footer-menu ul li a { font-size: 15px; line-height: 1.5; font-weight: 500; color: #121922; }
.footer-section .footer-menu ul li:before { content: ' '; background: #e4e7e9; height: 12px; left: 0; position: absolute; top: 11px; width: 1px; }
.footer-section .footer-menu ul li a:hover { color: #316CD8; }
.footer-section .footer-social { text-align: center; padding: 0 0 60px; }
.footer-section .footer-social ul { padding: 0; margin: 0; }
.footer-section .footer-social ul li { display: inline-block; padding: 0 9px; }
.footer-section .footer-social ul li a { display: inline-flex; width: 45px; height: 45px; background: #f5f7fa; border-radius: 50%; align-items: center; justify-content: center; }
.footer-section .footer-social ul li a img { width: 19px; height: 18px !important; object-fit: contain; }
.footer-section .footer-social ul li a:hover { background: #dedfdf; }
.dark-mode .footer { background-color: #121922; }

#dark-mode-toggle { border: 0; background: var(--primary); border-radius: 7px; display: flex; align-items: center; justify-content: center; position: fixed; top: auto; bottom: 15px; z-index: 9999999999; width: 50px; height: 50px; left: 15px; }
#dark-mode-toggle .dark-theme { display: none; }
#dark-mode-toggle .light-theme svg path { fill: #fff; }
.dark-mode #dark-mode-toggle { background: #fff; }
.dark-mode #dark-mode-toggle .dark-theme { display: block; }
.dark-mode #dark-mode-toggle .light-theme { display: none; }
.dark-mode #dark-mode-toggle .dark-theme svg path { fill: #121922; }


.dark-mode { background: #121922; }
.dark-mode .slider-section { background: #121821 !important; }
.dark-mode .top-part { background: #121922; }

.dark-mode .column-section .box { background: #1C2736 !important; }
.dark-mode .column-section .box h3 { color: #fff !important; }
.dark-mode .column-section .box .inner-box .text { color: #fff !important; }
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode body { color: #fff !important; }

.dark-mode .slick-prev:after{background-image:url(https://7213852.fs1.hubspotusercontent-na1.net/hubfs/7213852/NEG/white_arrow.svg);}
.dark-mode .slick-next:after{background-image:url(https://7213852.fs1.hubspotusercontent-na1.net/hubfs/7213852/NEG/white_arrow.svg);}
.dark-mode .slick-next:hover:after{background-image:url(https://7213852.fs1.hubspotusercontent-na1.net/hubfs/7213852/NEG/White_hover_arrow.svg);transform: translate(-50%, -50%) rotate(180deg);}
.dark-mode .slick-prev:hover:after{background-image:url(https://7213852.fs1.hubspotusercontent-na1.net/hubfs/7213852/NEG/White_hover_arrow.svg);transform: translate(-50%, -50%);}

.dark-mode .btn3 a, .dark-mode a.btn3 { color: #2E9AFF; }
.dark-mode .btn3 a:hover, .dark-mode a.btn3:hover { color: #fff; }
.dark-mode .btn3 a:hover svg path, .dark-mode a.btn3:hover svg path { fill: #fff; }
.dark-mode .btn3 a svg path, .dark-mode a.btn3 svg path { fill: #2E9AFF; }
.dark-mode .header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color: #121922;}

.dark-mode .header-section .bottom-part .logo-box img { filter: invert(1); }
.dark-mode .icons-section .icons-wrap .icon-box .box-inner p { color: #fff !important; }
/* .dark-mode .icons-section .icons-wrap.layout_2 .icon-box.full_width .box-inner { background: #1C2736 !important; } */
.dark-mode .icons-section .icons-wrap.layout_2 .icon-box.two_column .box-inner { background: #121922 !important; }
.dark-mode .btn1 a, .dark-mode a.btn1 { background: #fff; color: #121922; }
.dark-mode .btn1 a:hover, .dark-mode a.btn1:hover { background-color: #1463FF;  border-color: #1463FF; color: #fff; }
.dark-mode .hero-section .section-heading h1 span { background: transparent linear-gradient(135deg, #528BFF 0%, #D942FF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* background: transparent linear-gradient(95deg, #2E9AFF 0%, #9661FF 100%); */

.dark-mode .slider-section .small_card_slider .details { color: #fff !important; }
.dark-mode .slider-section .big_card_slider .box { background: #121922; }
.dark-mode .slider-section .big_card_slider .botton-content .details { color: #fff; }
.dark-mode .membership-section .tab .tab-list ul { background: #1C2736; }
.dark-mode .membership-section .tab .tab-list ul li { color: #fff; }
.dark-mode .membership-section .tab .tab-list ul li.active { background: #121922; color: #fff; }
.dark-mode .membership-section .tab .tab-content-list .tab-content .details { color: #fff; }
.dark-mode .membership-section .tab .tab-content-list .tab-content .inner-box { background: #121922 !important; }
.dark-mode .footer-section .footer-menu ul li a { color: #fff; }
.dark-mode .footer-section .footer-menu ul li a:hover { color: #1463ff; }
.dark-mode .footer-section .footer-menu ul li:before { background: #304157; }
.dark-mode .header-section .bottom-part .menu-box ul li a img { filter: brightness(0) invert(1);}
.dark-mode .header-section .bottom-part .cart img { filter: brightness(0) invert(1);}
.dark-mode .header-section .bottom-part .search-box .search-icon img { filter: brightness(0) invert(1);}}
.dark-mode .header-section .bottom-part .search-box form input.hs-search-field__input { color: #fff;}

.dark-mode .header-section .bottom-part .search-box form input.hs-search-field__input::-webkit-input-placeholder { color: #fff !important;}
.dark-mode .header-section .bottom-part .search-box form input.hs-search-field__input::-moz-placeholder { color: #fff !important;}
.dark-mode .header-section .bottom-part .search-box form input.hs-search-field__input:-ms-input-placeholder {color: #fff !important;}
.dark-mode .header-section .bottom-part .search-box form input.hs-search-field__input:-moz-placeholder { color: #fff !important;}
.dark-mode .btn2 a:hover, .dark-mode a.btn2:hover { background: #fff; color: #121922; }
.dark-mode .hero-section .section-heading .content { color: #fff;}

.dark-mode .header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper { background: #1c2736; }
.dark-mode .header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color: #fff; }
.dark-mode .header-section .bottom-part .menu-box ul li a:hover { opacity: 0.7; }

/* .dark-mode .image-section { background: #1C2736 !important; } */
.dark-mode .image-section { background: #121922 !important; }
.dark-mode .image-section .box { background: #121922 !important; }
.dark-mode .image-section .box .text { color: #fff; }
.dark-mode .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc { color: #fff; }
.dark-mode .rating-section .rating-main-wrap .rating-boxes .rating-subheading p { color: #fff; }
.dark-mode .icons-section .icons-wrap .icon-box .symbol-image img { filter: invert(1); }

.dark-mode .image-section-v2.image-section .box { border: 1px solid #304157; } 
.dark-mode .homepage-dark.image-section .box { border: 1px solid #304157; }
.dark-mode .membership-section .tab-dropdown { background: #1c2736; color: #fff; }
.dark-mode .membership-section .tab-dropdown:before { color: #fff; }

.dark-mode ul.slick-dots li button { background: #304157; border-color: #304157; }
.dark-mode ul.slick-dots li.slick-active button { background: #fff; border-color: #fff; }

.dark-mode .header-section .top-part .top-cover .top-menu ul li a { color: #FFFFFF; }
.dark-mode .header-section .top-part .top-cover .top-menu ul li a:hover { opacity: 0.7; }
.dark-mode .header-section .top-part .top-cover .top-menu ul li:before { background: #304157; }
.dark-mode .header-section .bottom-part { background: #1C2736; border-bottom: 1px solid #304157; }
.dark-mode .header-section .bottom-part .search-box form input.hs-search-field__input { border-color: #304157; background: #121922; }
.dark-mode .header-section .bottom-part .menu-box ul li a { color: #fff; }
.dark-mode .header-section .bottom-part .menu-box ul li.hs-item-has-children>a:after { color: #fff; }

.dark-mode .hero-section .hero-images .img-box .inner-img .text-box { background: #1c2736;}
.dark-mode .quote-section .quote-inner .quote-boxes .quote-box-inner { background: transparent; }

.dark-mode .rating-section{ border-top: 1px solid #1c2736;}

.dark-mode .rating-section .rating-main-wrap .slick-slide .rating-boxes:after,.dark-mode .rating-section .rating-main-wrap .rating-boxes:after {background: #1c2736; }
.dark-mode .rating-section .rating-main-wrap .slick-slide:last-child .rating-boxes:last-child:after, .dark-mode .rating-section .rating-main-wrap .rating-boxes:last-child:after{ background: transparent;}

.dark-mode .rating-section .rating-main-wrap .slick-slide.rating-boxes:last-child:after,
.dark-mode .rating-section .rating-main-wrap .slick-slide .rating-boxes:last-child:after { border-right: 0; }

.dark-mode .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-btn .btn3 a { color: #2E9AFF; }
.dark-mode .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-btn .btn3 a svg path { fill: #2a8ae5; }

.dark-mode .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-image { background: #1c2736; }
/* .dark-mode .quote-section .quote-inner .quote-boxes .quote-box-inner { background-color: #1c2736 !important; } */
.dark-mode .quote-section .quote-inner .quote-boxes .quote-box-inner { background-color: #121922 !important; }
.dark-mode .column-section .box:hover.box1 {background: #1C2736 !important;}
.dark-mode .column-section .box:hover.box1 h3, .dark-mode .column-section .box:hover.box1 .inner-box .text {color:#fff !important;}

.dark-mode form label { color: #fff; } 
.dark-mode form input[type=submit], .dark-mode form .hs-button { background: #fff; color: #121922; }

.column-section { padding: 60px 0; }
.column-section .section-heading { padding-bottom: 20px; }
/* .column-section .wrap { margin: 0; justify-content: center; display: flex; flex-wrap: wrap;} */
.column-section .box {  border-radius: 30px; padding: 60px; background: rgb(245, 247, 250); height:100%; display: flex !important; flex-wrap: wrap;  flex-direction: column;}
.column-section .box .inner-box { display: flex; padding-bottom: 30px; }
.column-section .box .inner-box .img-icon { width: 51px; height: 51px; }
.column-section .box .inner-box .img-icon img { width: 100%; height: 100% !important; object-fit: cover; border-radius: 10px; }
.column-section .box .inner-box .text { width: calc(100% - 51px); padding-left: 25px; font-weight: 500; font-size: 20px; line-height: 1.5; }
.column-section .box .btn { margin-top: auto; }
.column-section .box .btn .btn3 a {font-size:16px;}
.column-section .wrap.two_col .box { width: calc(50% - 40px); }
.column-section .wrap.one_col .box { width: calc(100% - 40px); }
.column-section .box .inner-box a { display: flex; color: var(--body_color); }
.column-section .wrap .slick-track { display: flex;  justify-content: center;} 
.column-section .wrap.slick-initialized .slick-slide { margin: 0 20px; height: auto !important;}
.slick-initialized .slick-slide > div { height: 100%; }
/* .column-section .slick-list.draggable{display: flex; flex-wrap: wrap; justify-content: center;} */
/* .column-section .slick-list.draggable{padding-right:0;}
*/
.column-section .slick-list.draggable { padding-bottom: 111px;}
.slider-section { padding:60px 0;}
.slider-section .section-heading { padding: 0 0 40px;}
.slider-section .slick-list.draggable { padding-right: 100px; padding-bottom:118px;}
/* .slider-section .main-slider { padding-left: calc((100% - 1658px) / 2);} */
/* .slider-section .main-slider { padding-left: 40px; } */
.slider-section .slick-track { display: flex;}
.slider-section .slick-slide { height: auto !important;}
.slider-section .small_card_slider .img-box { width: 100%; height: 242px; }
.slider-section .small_card_slider .img-box img { width: 100%; height: 100% !important; object-fit: cover; border-radius: 30px 30px 0 0; }
.slider-section .box .inner-cover .botton-content { padding: 60px 60px; }
.slider-section .small_card_slider h4 { margin: 0; padding: 0 0 20px; font-size: 30px; line-height: 1.5; font-weight: 600; }
.slider-section .small_card_slider .details { line-height: 1.5; }
.slider-section .big_card_slider .img-box { width: 100%; height: 240px; }
.slider-section .big_card_slider .img-box img { width: 100%; height: 100% !important; object-fit: cover; border-radius: 30px 30px 0 0; }
.slider-section .big_card_slider .box { background: #fff; border-radius: 30px; height: 100% !important;}
.slider-section .big_card_slider .botton-content { padding: 60px; }
.slider-section .big_card_slider .botton-content h4 { font-size: 35px; line-height: 1.5; margin-bottom: 20px; }
.slider-section .big_card_slider .botton-content .details { line-height: 1.5; }
.slider-section .big_card_slider .botton-content .details p { margin:0; }
.slider-section .box { height: 100% !important; } 
.slider-section .slick-slide > div { height: 100%; }
.slider-section .botton-content.text-center .btn3 a { justify-content: center; } 
.slider-section .botton-content.text-right .btn3 a { justify-content: flex-end; }
.slider-section button.slick-prev,
.slider-section button.slick-next { bottom: -190px; }

.slider-section .main-slider.container .slick-list.draggable { padding-right: 0;}
.slider-section .section-btn .section-inner { padding: 60px 0 0; }
.slider-section .section-heading .section-contents { max-width: 1050px; margin: 0 auto; width: 100%; }
.slider-section .main-slider .botton-inside-cover { width: 100%; display: inline-block; vertical-align: top; }

.slider-section .slick-slide { margin: 0 20px; } 
.slider-section .outers-cover .slick-list { margin: 0 -20px; }




/* .slider-section button.slick-prev { left: calc(50% - 98px); } .slider-section button.slick-next { left: calc(50% - 30px); } */
/* .professional-dev-page.slider-section.widget_1721734272383 .slick-list.draggable { padding-bottom: 154px;} */
.about-page.slider-section.widget_1722471717198  .slick-list.draggable { padding-bottom: 0;}
.slider-section .details, .slider-section .details p { font-size: 16px; line-height: 1.5;}
.slider-section .outer-cover { padding-left: 130px;}

.icons-section{padding:60px 0 30px;}
.icons-section .section-heading{text-align:center;padding-bottom:40px;}
.icons-section .icons-wrap{display:flex;flex-wrap:wrap;margin:0 -20px; justify-content: center;}
.icons-section .icons-wrap .icon-box .box-inner .icons-box-title{padding:20px 0; position: relative;}
.icons-section .icons-wrap .icon-box .box-inner h3{margin:0}
.icons-section .icons-wrap .icon-box .box-inner .icon-box-image{width:70px;height:70px;margin:0 auto}
.icons-section .icons-wrap .icon-box .box-inner .icon-box-image img{height:100%!important;object-fit:contain;width:100%}
.icons-section .icons-wrap .icon-box .symbol-image{height: 54px; left: auto; position: absolute; top: 50%; width: 54px; right: -28px;}

.icons-section .icons-wrap .icon-box .box-inner p{margin:0;font-size: 16px;line-height: 1.5;}
.icons-section .icons-wrap .btn .btn3 a { justify-content: center; }
.icons-section .btn .text-right a { justify-content: flex-end; }



/* --- Icons Section --- */
.icons-section .icons-wrap .icon-box{padding:0 15px;text-align:center;position:relative}
.icons-section .icons-wrap.layout_1 .icon-box.three_column{width:33.33%; margin-bottom: 30px;}
.icons-section .icons-wrap.layout_1 .icon-box.four_column {width:25%;}
.icons-section .icons-wrap.layout_1 .icon-box.four_column .box-inner { padding: 20px; }
.icons-section .icons-wrap.layout_1 .icon-box.three_column .box-inner{padding:60px; display: flex; flex-direction: column; height: 100%;border-radius:15px;}
.icons-section .icons-wrap.layout_1 .icon-box.three_column .box-inner .icons-box-cta { margin-top: auto; }
.icons-section .icons-wrap.layout_1 .icon-box.two_column {width:50%}
.icons-section .icons-wrap.layout_1 .icon-box.two_column .box-inner{padding:30px}
.icons-section .icons-wrap.layout_1 .icon-box.two_column .symbol-image{bottom:130px}
.icons-section .icons-wrap.layout_1 .icon-box.two_column:nth-child(3) .symbol-image{display:none}
.icons-section .icons-wrap.layout_1 .icon-box.full_width{width:100%}
.icons-section .icons-wrap.layout_1 .icon-box.full_width .box-inner{max-width:700px; margin:0 auto 40px; width:100%}
.icons-section .icons-wrap.layout_1 .icon-box.full_width .symbol-image{display:none}
.icons-section .icons-wrap.layout_2 .icon-box .symbol-image { display: none; }
.icons-section .icons-wrap.layout_2 { margin:0 -15px }
.icons-section .icons-wrap.layout_2 .icon-box .box-inner{background:#f5f7fa; border-radius:40px}
.icons-section .icons-wrap.layout_2 .icon-box.three_column .box-inner { height: 100%;  }
.icons-section .icons-wrap.layout_2 .icon-box.full_width .box-inner{padding:60px 20px;}
.icons-section .icons-wrap.layout_2 .icons-box-content p{margin:0}
.icons-section .icons-wrap.layout_2 .icon-box{margin-bottom:30px}
.icons-section .icons-wrap.layout_2 .icon-box.two_column{width:50%}
.icons-section .icons-wrap.layout_2 .icon-box.two_column .box-inner{padding:60px; display: flex; flex-wrap: wrap; flex-direction: column; height: 100%;}
.icons-section .icons-wrap.layout_2 .box-inner .icon-box-image{width:auto; height:70px}
.icons-section .icons-wrap.layout_2 .icon-box.full_width{width:100%}
.icons-section .icons-wrap.layout_2 .icon-box.three_column{width:33.33%;}
.icons-section .icons-wrap.layout_2 .icon-box.three_column .box-inner{padding:60px;}
.icons-section .icons-wrap.layout_2 .icon-box.four_column{width:25%;}
.icons-section .icons-wrap.layout_2 .icon-box.four_column .box-inner{padding:20px;}
.icons-section .btn .text-center a{ justify-content: center; }
.icons-section .btn .text-left a{ justify-content: flex-start; } 
.icons-section .btn .btn .text-right a { justify-content: flex-end; }
.icons-section .icons-wrap.layout_1 .icon-box.three_column .box-inner .icons-box-cta a { justify-content: center; text-transform: capitalize;}
.icons-section .btn a { /*text-transform: capitalize;*/ }
.icons-section .icons-wrap.layout_2 .icons-box-cta a { justify-content: center;text-transform: capitalize; }



/* --- Rating Section --- */
.rating-section{padding:120px 0 60px; border-top: 1px solid #ebedee;}
.rating-section .rating-main-wrap .section-heading h2 { font-size: 40px;}
.rating-section .rating-main-wrap{max-width:1350px;margin:0 auto;width:100%}
.rating-section .rating-main-wrap .section-heading{text-align:center;padding-bottom:40px;}
.rating-section .rating-main-wrap .rating-boxes .rating-inners{display:flex;flex-wrap:wrap}
.rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-icons{width:50px}
.rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content{width:calc(100% - 50px);padding-left:16px; height: 100%; display: flex; flex-direction: column;}
.rating-section .rating-main-wrap .rating-boxes .rating-title h6{font-size:20px;font-weight:600;line-height:1.5;margin:0 5px 10px 0;}
.rating-section .rating-main-wrap .rating-boxes .rating-subheading p{font-size:16px;line-height:1.5;margin:0 0 15px;font-weight:600;}
.rating-section .rating-main-wrap .rating-stars{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;height:16px; margin-bottom:10px;}
.rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-content-inner{display:flex;flex-wrap:wrap;align-items:center;}
.rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-btn .btn3 a { color: #316CD8; font-size:16px;}
.rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-btn .btn3 a svg path { fill: #316CD8; }
.rating-section .slick-list.draggable { padding-bottom: 0; }
.rating-section .slick-initialized .slick-slide{height:auto!important}
.rating-section .slick-track{display:flex;flex-wrap:wrap}
/* .rating-section .rating-btn{margin-top:auto} */
.rating-section .rating-main-wrap .rating-boxes{display:flex!important;flex-wrap:wrap;height:100%}
.rating-section .rating-main-wrap .slick-slide .rating-boxes { position: relative; }
.rating-section .rating-main-wrap .rating-boxes { position: relative; }
.rating-section .rating-main-wrap .slick-slide .rating-boxes:after { content: ''; position: absolute; width: 1px; height: 100%; top: 0; right: 30px; background: #eaedee; }
.rating-section .rating-main-wrap .slick-slide:last-child .rating-boxes:last-child:after{  background: transparent; }
.rating-section .rating-main-wrap .rating-stars img { width: 18px; }

.dark-mode .rating-section .rating-main-wrap .slick-slide.rating-boxes:last-child:after,
.rating-section .rating-main-wrap .slick-slide .rating-boxes:last-child:after { border-right: 0; }

.quote-section{padding:60px 0 120px;}
.quote-section .section-heading{text-align:center;padding-bottom:40px}
.quote-section .quote-inner{display:flex;flex-wrap:wrap}
.quote-section .quote-inner .quote-boxes{width:33.33%;padding:0 20px;}
.quote-section .quote-inner .quote-boxes .quote-box-inner{padding: 60px; border-radius: 30px;}
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-image{width:62px;height:62px;background:#f5f7fa;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;border-radius:15px;margin-bottom:40px}
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-image img{width:30px;height:22px!important;object-fit:cover}
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-content h5{font-weight:600;margin:0; font-size: 20px;}
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc{padding-top:50px}
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc h6{margin:0;font-size:16px;line-height:1.5;font-weight:600}
.quote-section .quote-inner .quote-boxes .slick-track { width: 100%; }
.quote-section .quote-inner .quote-boxes .slick-track .slick-slide { width: 100%; }
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-logo { width: 80px; height: 80px; background: #f5f7fa; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-radius: 15px; margin-bottom: 30px; } 
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-logo img { width: 40px; height: 40px !important; object-fit: contain; }
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .quote-bottom-inner { display: flex; flex-wrap: wrap; gap: 20px; align-items: start; padding: 20px 0 0; }
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .quote-bottom-inner .quote-person { width: 46px; height: 46px; border-radius: 50px; overflow: hidden; }
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .quote-bottom-inner .quote-person img { width: 100%; object-fit: cover; height: 100% !important;} 
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .quote-bottom-inner .quote-desc { width: calc(100% - 66px); padding: 0; } 
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .quote-bottom-inner .quote-desc p { margin: 0; font-weight:400; font-size: 16px; line-height: 1.5;} 
.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .rating-stars { padding: 20px 0 0; }
.quote-section .slick-track{height:100%}
.quote-section .slick-initialized .slick-slide{display:flex!important}
.quote-section .quote-inner .quote-boxes{height:100%}
.quote-section .quote-inner .quote-boxes .quote-box-inner{height:100%;display:flex;flex-direction:column}
.quote-section .slick-list.draggable { padding-bottom: 116px; margin: 0 -20px; } 

.video-image-section{padding:60px 0;}
.video-image-section .section-heading{text-align:center;padding-bottom:40px}
.video-image-section .video-image-box .video-image-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background:#1c2736;overflow:hidden}
.video-image-section .video-image-box .video-image-inner.corner{border-radius:40px;}


.video-image-section .video-image-box .video-image-inner .left-side{width:50%;padding:70px 40px 0 80px}
.video-image-section .video-image-box .video-image-inner .right-side{width:50%}
.video-image-section .video-image-main{max-width:1497px;margin:0 auto;width:100%}
.video-image-section .video-image-box .video-image-inner .content h2{color:#eaecee;font-size:48px;}
.video-image-section .video-image-box .video-image-inner .content h2 span{color:#5287e4;}
.video-image-section .video-image-box .video-image-inner .content h4{color:#d2d4d7}
.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .image{width:100%;height:783px}
.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner{width:100%;height:580px}
.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .images{height:100%}
.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .images img{height:100%!important;object-fit:cover; width:100%;}
.video-image-section .video-image-box .video-image-inner .content h4 { margin: 0 0 10px; }
.video-image-inner.full-width .left-side { display: none; } 
.video-image-section .video-image-box .video-image-inner.full-width .right-side { width: 100%; }


.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .videos{height:100%}

.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .videos video{width:100%;height:100%; object-position: center left;}
.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .videos.contain video{object-fit: contain;}

.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .videos.cover video { object-fit: cover; }
.video-image-section .video-image-box .video-image-inner.middle { align-items: center; } 
.video-image-section .video-image-box .video-image-inner.top { align-items: flex-start; }
.video-image-section .video-image-box .video-image-inner .left-side.center .btn3 a { justify-content: center; }
.video-image-section .video-image-box .video-image-inner .left-side.left { text-align: left; }
.video-image-section .video-image-box .video-image-inner .left-side.center { text-align: center; }
.video-image-section .video-image-box .video-image-inner .left-side.right { text-align: right; }

.video-image-section .video-image-box.layout_1 .video-image-inner { padding: 50px 60px; } 
.video-image-section .video-image-box.layout_1 .video-image-inner .left-side { padding: 0 40px 0 0; }
.video-image-section .video-image-box.layout_1 .video-image-inner .right-side .right-side-inner { height: 450px; }


.membership-section { padding: 60px 0 20px; }
.membership-section .section-heading { padding-bottom: 40px; }
.membership-section .tab .tab-list ul { padding: 7px; margin: 0; text-align: center; background: #F5F7FA; border-radius: 50px; }
.membership-section .tab .tab-list { text-align: center; display: flex; justify-content: space-around; padding-bottom: 60px; }
.membership-section .tab .tab-list ul li { display: inline-block; padding: 17px 43px; line-height: 1.5; font-weight: 600; cursor: pointer; }
.membership-section .tab .tab-list ul li.active { background: #FFFFFF; border-radius: 50px; color: #316CD8; }
.membership-section .tab .tab-content-list { text-align: center; }
.membership-section .tab .tab-content-list .tab-content .details { color: #121922; max-width: 1210px; width: 100%; margin: auto; line-height: 1.5; font-weight: 600; padding-bottom: 40px; }
.membership-section .tab .tab-content-list .tab-content .details p { font-weight: 600; }
.membership-section .tab .tab-content-list .tab-content .inner-box { width: calc(100% / 3 - 40px); margin: 0 20px 40px; border-radius: 30px; padding: 60px; }
.membership-section .tab .tab-content-list .tab-content .inner-wrap { margin: 0 -20px; }
.membership-section .tab .tab-content-list .tab-content .inner-box .icon { height: 70px; width: 80px; margin: auto; }
.membership-section .tab .tab-content-list .tab-content .inner-box .icon img { width: 100%; height: 100% !important; object-fit: contain; }
.membership-section .tab .tab-content-list .tab-content .inner-box h3 { margin: 40px 0 0; }
.membership-section .btn { text-align: center;}
.membership-section .popupformmain { display: none;}
.popupformmain { max-width: 600px !important; width: 100%; border-radius: 20px; }
.popupformmain .hs-form-field { padding-bottom: 0; margin-bottom: 24px; }
.popupformmain .hs-form-field input { height: 52px; }
.popupformmain .hs-button { width: 100%; }
.popupformmain label { font-size: 16px; }
.popupformmain ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { position: relative;}
.membership-section .tab-dropdown { display: none;}
.membership-section .btn a { justify-content: center; }

.image-section { padding:60px 0; }
.image-section .section-heading { padding: 0 0 40px; }
.image-section .wrap { margin: 0 -20px; display: flex; flex-wrap: wrap; }
.image-section .box { width: calc(50% - 40px); border-radius: 40px; margin: 0 20px 40px; padding: 120px 55px; text-align: center; }
.image-section .box.hundred { width: calc(100% - 40px); display: flex; flex-wrap: wrap; align-items: center; }
.image-section .box h3 { padding-bottom: 0px; margin-bottom: 20px;}
.image-section .box .text { max-width: 674px; width: 100%; margin: auto; padding-bottom: 20px; }
.image-section .box .btn a { justify-content: center; }
.image-section .box .btn { text-align: center; padding-bottom: 85px; }
.image-section .box .img-boxes-layout1 { max-width: 653px; width: 100%; margin: auto; }
.image-section .box .img-boxes-layout1 .raw-one { width: 100%; display: flex; flex-wrap: wrap; transform: translateX(15px); transition: all 0.4s; }
/* .image-section .box .img-boxes-layout1 .raw-one:hover { transform: translateX(0px); } */
.image-section .box .img-boxes-layout1 .raw-two { width: 100%; display: flex; flex-wrap: wrap; transform: translateX(-55px); transition: all 0.4s; }
/* .image-section .box .img-boxes-layout1 .raw-two:hover { transform: translateX(-25px); } */
.image-section .box .img-boxes-layout1 .raw-three { width: 100%; display: flex; flex-wrap: wrap; transform: translateX(55px); transition: all 0.4s; }
/* .image-section .box .img-boxes-layout1 .raw-three:hover { transform: translateX(25px); } */
.image-section .box .img-boxes-layout1 .box-img { width: calc(100% / 3 - 20px); margin: 0 10px 20px; }
.image-section .box .img-boxes-layout1 .box-img img { width: 100%; height: 150px !important; object-fit: cover; }
.image-section .box .img-boxes-layout1 .raw-three .box-img { margin-bottom: 0; }
.image-section .box .img-boxes-layout2 { max-width: 500px; margin: auto; width: 100%; transform: scale(1.3); }
.image-section .box.hundred .details { width: 45%; padding-right: 20px;}
.image-section .box.hundred .img-boxes-layout1, .image-section .box.hundred .img-boxes-layout2 { width: 55%;}
.image-section .box.hundred .btn { padding-bottom: 0;}
.image-section .box.hundred .text {  max-width: 573px; }
.image-section.image-section-v2 .slick-list.draggable { padding-bottom: 114px;}

.faq-section { padding: 85px 0; }
.faq-section .section-heading { width: 40%; }
.faq-section .faq-right { width: 60%; padding-left: 50px; }
.faq-section .faq-right .box { border-bottom: 1px solid #00000014; }
.faq-section .faq-right .box .faq-title { padding: 25px 55px 25px 0; font-weight: 600; position: relative; cursor: pointer; }
.faq-section .faq-right .box .faq-content { display: none; font-size: 16px; }
.faq-section .faq-right .box .faq-title:before { content: '+'; top: 50%; left: auto; right: 0; position: absolute; width: 40px; height: 40px; background: #000; border-radius: 50%; color: #fff; font-weight: 300; display: flex; align-items: center; justify-content: center; font-size: 26px; line-height: 1.5; transform: translateY(-50%); }
.faq-section .faq-right .box:first-child .faq-content { display: block; }
.faq-section .faq-right .box .faq-title.active:before { content: ''; }
.faq-section .faq-right .box .faq-title.active:after { position: absolute; content: ''; top: 50%; width: 14px; height: 2px; right: 13px; border-bottom: #FFFFFF solid 2px; transform: translateY(-50%); } 
.faq-section .faq-right .box:last-child { border-bottom: 0;}

.dark-mode .hero-section-v2 .hero-images .img-box .inner-img .text-box { background: #1c2736; }
.dark-mode .faq-section .section-heading { color: #fff; }
.dark-mode .faq-section .faq-right .box { color: #fff; border-bottom: 1px solid #304157; }
.dark-mode .faq-section .faq-right .box .faq-title:before { background: #1c2736; }
.dark-mode .faq-section .faq-right .box .faq-content { color: #fff; }
/* .dark-mode .icons-section .icons-wrap.layout_2 .icon-box .box-inner { background: #1c2736 !important;} */
.dark-mode .icons-section .icons-wrap.layout_2 .icon-box .box-inner { background: #121922 !important;}


.form-module{padding:85px 0}
.form-module .outer-cover{display:flex;flex-wrap:wrap;padding:0 50px;}
.form-module .outer-cover .content-part{width:50%;padding-right:50px; padding-left: 0;}
.form-module .outer-cover .form-part{width:50%}
.form-module .outer-cover .form-part .form-box{padding:40px 30px;background:#fff;border-radius:20px}
.form-module .popupformmain { display: none; } 
.form-module .button-part { padding: 20px 0 50px; } 
.form-module .images { width: 100%; border-radius: 40px; overflow: hidden;}
.form-module .outer-cover .form-part .image-box { width: 100%; height: 100%; border-radius: 20px; overflow: hidden; } 
.form-module .outer-cover .form-part .image-box img { width: 100%; height: 100% !important; object-fit: cover; }
.form-module .outer-cover.row-reverse .content-part { padding-right: 0; padding-left: 50px; }

.form-module .outer-cover .content-part .content h3,.form-module .outer-cover .content-part .content p,.form-module .outer-cover .form-part .form-box h3{color:#121922}

.dark-mode .form-module .outer-cover .content-part .content p{color:#fff}
.dark-mode .form-module .outer-cover .form-part .form-box{background:#1c2736}
.dark-mode .form-module label{color:#fff}
.dark-mode .form-module form input[type=email],
.dark-mode .form-module form input[type=file],
.dark-mode .form-module form input[type=number],
.dark-mode .form-module form input[type=password],
.dark-mode .form-module form input[type=tel],
.dark-mode .form-module form input[type=text],
.dark-mode .form-module form select,
.dark-mode .form-module form textarea
{border-color:#304157;background:#121922; color:#fff; }
.dark-mode .footer-section .footer-social ul li a { background: #304157; }
.dark-mode .footer-section .footer-social ul li a img { filter: brightness(0) invert(1); transition: all 0.4s; }
.dark-mode .footer-section .footer-social ul li a:hover { background:#fff; }
.dark-mode .footer-section .footer-social ul li a:hover img { filter: brightness(1) invert(0); }


.dark-mode .form-module { background: #121922 !important; }

.dark-mode .stats-section .stats-wrap .stats-boxes .stats-inner { background-color: #1c2736 !important; }
.dark-mode .app-module{background:#121922 !important;}
.dark-mode .app-module .app-box .left-part .section-heading h1,
.dark-mode .app-module .app-box .left-part .section-heading h2,
.dark-mode .app-module .app-box .left-part .section-heading p{color:#fff}
.dark-mode .stats-section .stats-boxes .stats-count h3,
.dark-mode .stats-section .stats-boxes .stats-count span{color:#fff!important}
.dark-mode .icons-boxes-section .section-heading p{color:#fff}
.dark-mode .tab-panel-section .tabs li.current{background:#1c2736}
.dark-mode .tab-panel-section .tabs li .tabs-wrapper .tabs-text h4,
.dark-mode .tab-panel-section .tabs li .tabs-wrapper .tabs-text p{color:#fff}
.dark-mode .tab-panel-section .accrodion-part .tabs-text h4{ color: #fff !important; }
/* .dark-mode .tab-panel-section .accrodion-part .acc__card { background: #1c2736; } */
.dark-mode .tab-panel-section .accrodion-part .acc__card .tabs-wrapper.acc__title:after,
.dark-mode .tab-panel-section .accrodion-part .acc__card .tabs-wrapper.acc__title:before{background: #fff;}
.dark-mode .stats-section .stats-wrap .stats-boxes .stats-inner .stats-text{color:#fff;}
.dark-mode .tabs-text:before { filter: invert(100%); -webkit-filter: invert(100%); }
.dark-mode .text-image-section .box .box-layout1,.dark-mode .text-image-section .box .box-layout2 { background-color: #1c2736 !important; } 
.dark-mode .text-image-section .box .details .details-inner h3,.dark-mode .text-image-section .box .details .details-inner p { color: #fff !important; }
.dark-mode .new-hero-variation-section .section-heading .content p { color: #fff; }

.dark-mode .rounded-two-column-section .rounded-two-column-wrap.layout_3 .rounded-boxes .rounded-boxes-inner .main-part .left-part-inner .content h3,
.dark-mode .rounded-two-column-section .rounded-two-column-wrap.layout_3 .rounded-boxes .rounded-boxes-inner .main-part .left-part-inner .content p { color: #fff !important; }
.dark-mode .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners { background: #1c2736; }
.dark-mode .quote-section .quote-inner .quote-boxes .quote-box-inner{border:1px solid #304157 !important;}


.stats-section{padding:100px 0;}
.stats-section .section-heading{width:100%;max-width:1193px;margin:0 auto 60px;text-align:center}
.stats-section .stats-wrap{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -20px}
.stats-section .slick-initialized .slick-slide { height: auto !important; } 
.stats-section .slick-track { display: flex !important; }
.stats-section .stats-wrap .stats-boxes{width:25%;text-align:center;padding:0 20px 30px; height: 100%;}
.stats-section .stats-wrap .stats-boxes .stats-inner{padding:75px 40px 40px;background:#f5f7fa;border-radius:40px; display: flex; flex-direction: column; height: 100%;}
.stats-section .stats-count h3,.stats-section .stats-count span{font-size:52px;font-weight:600;color:transparent;margin:0;}
.stats-section .stats-count{padding-bottom:35px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}

.stats-section .stats-wrap .stats-boxes .stats-inner .button a {justify-content: center; } 
.stats-section .stats-wrap .stats-boxes .stats-inner .button {text-align: center; }  
.stats-section .stats-wrap .stats-boxes .stats-inner .stats-btn {margin-top: auto; }

.icons-boxes-section{padding:60px 0; }
.icons-boxes-section .section-heading{max-width:995px;width:100%;margin:0 auto 40px;text-align:center}
.icons-boxes-section .section-heading h3 { font-size: 25px; line-height: 1.5; margin: 0 0 20px;  }
.icons-boxes-section .section-heading h2{margin:0 0 30px}
.icons-boxes-section .icons-boxes{display:flex;flex-wrap:wrap;justify-content:center;}

.icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner{width:50%;padding:0 20px 38px}
.icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners{justify-content: center;height:100%;display:flex;flex-wrap:wrap;padding:68px 100px 68px 60px;background:#f5f7fa;border-radius:30px;align-items:center}
.icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-inner{width:80px;height:80px}
.icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-inner img{width:100%;height:100%!important}
.icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-text{width:calc(100% - 80px);padding-left:30px}
.icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-text h3{margin:0}
.icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .cta-part a {justify-content: center; }  
.icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .cta-part {text-align: center; }

.icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner{width:33.33%;text-align:center;padding:0 20px}
.icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners{padding:40px 30px}
.icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners .icons-inner{width:80px;height:80px;margin:0 auto 20px}
.icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners .icons-text h3{margin:0 0 20px}

.icons-boxes-section .cta-main-part { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; padding:20px 0 0;}
.icons-boxes-section .cta-main-part .image-btn { width: 226px; border-radius: 12px; overflow: hidden; }


.app-module{padding:120px 0 0;background:transparent linear-gradient(180deg,#fff 0,#f5f7fa 100%) 0 0 no-repeat padding-box}
.app-module .app-wrapper { max-width: 1420px; width: 100%; margin: 0 auto; }
.app-module .app-box{display:flex;flex-wrap:wrap;position:relative}
.app-module .app-box .left-part{width:50%;padding:0  30px 120px 0}
.app-module .app-box .right-part{width:50%;text-align:center;position:absolute;right:0;bottom:0}
.app-module .app-box .left-part .section-heading p{max-width:540px;width:100%;margin:0 0 20px}
.app-module .app-box .left-part .image-btn-wrap{display:flex;flex-wrap:wrap;gap:10px}
.app-module .app-box .left-part .image-btn-wrap .image-btn{width:230px;border-radius:12px;overflow:hidden}
.app-module .app-box .right-part .image{height: 555px; width: 500px; margin-left: auto;}
.app-module .app-box .right-part .image img{width:100%;height:100%!important;object-fit:contain}
.app-module .app-box.row-reverse .right-part{left:0}
.app-module .app-box.row-reverse .right-part .image{margin-right:auto;margin-left:0}
.app-module .app-box.row-reverse .left-part{padding:0 0 170px 30px}


.full-width-image-section{margin:60px 0;display:flex;flex-wrap:wrap;align-items:end;justify-content:center;background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; min-height: 600px;}
.full-width-image-section .video-wrap{width:100%;min-height:600px;position:absolute;left:50%;transform:translateX(-50%);top:0}
.full-width-image-section .videos{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}
.full-width-wrap *{color:#fff}
.full-width-image-section.layout_1 .full-width-wrap .full-width-box{display:flex;flex-wrap:wrap;align-items:center;padding:40px 0 71px;justify-content:center}
.full-width-image-section.layout_1 .full-width-wrap .full-width-box .section-headings{width:calc(100% - 300px);padding-right:30px}
.full-width-image-section.layout_1 .full-width-wrap .full-width-box .main-cta{width:300px}
.full-width-image-section.layout_1 .full-width-wrap .full-width-box .section-headings h2{margin:0}
.full-width-image-section.layout_1 .baseModuleOverlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #12192200 0%, #121922 100%); }

.full-width-image-section.layout_2{max-width:1400px;margin:0 auto;width:100%;border-radius:40px;justify-content:end}
.full-width-image-section.layout_2 .full-width-box{max-width: 600px; padding: 20px 20px 60px;width:100%}
.full-width-image-section.layout_2 .full-width-wrap  .main-cta { display: flex; flex-wrap: wrap; gap: 25px; }
.full-width-image-section.layout_2 .full-width-wrap .main-cta a { min-width: 240px; }
.full-width-wrap{display:flex;flex-wrap:wrap;align-items:self-start;justify-content:flex-end;max-width: 1386px; margin: 0 auto; width: 100%;}
.full-width-image-section.layout_2 .baseModuleOverlay {border-radius:40px; position: absolute; bottom: 0; right: 0; width: 907px; height: 100%; background: transparent linear-gradient(90deg, #12192200 0%, #121922 100%); }
.full-width-image-section.layout_2 .videos{border-radius:40px;overflow:hidden;}
.full-width-image-section.layout_2 .full-width-box .section-headings h2 { margin-bottom: 15px; }
/* .text-image-section .box { min-height: 580px;} */


.slider-section .section-btn .section-inner a { justify-content: center; }

.fullwidth { float:left; width:100%; }
.fl { display:flex; }
.frw { flex-flow:row wrap; }
.jsb { justify-content:space-between; }
.jc { justify-content:center; }
.jfs { justify-content:flex-start; } 
.jfe { justify-content:flex-end; }
.ac { align-items:center; }
.afs { align-items:flex-start; } 
.afe { align-items:flex-end; }


.shl-row { position: relative; font-size: 16px; font-weight: 400; margin:0 0 12px; }
.shl-row.pleft { padding-left: 80px; }
.shrs-info .shrsi-text p { font-weight: 400; }
.shl-row p { font-weight: 400; margin:0 0 10px; } 
.shl-row h6 { font-size: 20px; font-weight: 600; margin: 0 0 8px; }
.shlr-icon { position: absolute; left: 0; top: 0; width: 48px; }
.sh-left { float: left; width: 49%; }
.shl-rows { max-width:620px; }
.sh-right { float: left; width: 48%; background: #FFFFFF; padding: 44px; border-radius: 12px; font-size:16px; }
.sh-right .inputs-list input[type="checkbox"] + span:before { top:1px; border-color:#aaaaaa; }
.sh-right .inputs-list input[type="checkbox"]:checked + span:after { width:13px; left:-36px; top:2px; }
.sh-right .inputs-list input[type="checkbox"] + span { font-size:14px; }
.sh-right .shr-step { position:relative; float:left; width:100%; }
.sh-right .hs-form-field > label, .sh-right .inputs-list input[type="checkbox"] + span { color:#0C101A; margin:0 0 8px; float:left; width:100%; }
.shrs-info { padding: 0 0 15px; border-bottom: #EAEDF4 solid 1px; margin: 0 0 28px; }
.shrs-info h6 { font-size:20px; font-weight:600; margin: 0 0 10px; }
.shrs-info .shrsi-text { font-size: 16px; color: #60697B; } 
.sh-right input[type="text"], .sh-right input[type="tel"], .sh-right input[type="email"], .sh-right input[type="number"] { padding: 12px 20px !important; line-height: 22px; height: auto; background: transparent; font-weight: 400; }
.sh-right .hs-submit { padding-right: 51%; } 
.o2 .sh-right .hs-submit { padding-right:0; }
.sh-right .hs-submit .hs-button { width:100%; background: transparent; color: #0C101A; border: #0C101A solid 1px; font-size: 16px; letter-spacing: 0px; font-weight: 600; padding: 12px 20px; line-height: 22px; } 
.sh-right .next-btn { position: absolute; right: 0; bottom: 0; width: 49%; padding: 12px 20px; text-align: center; line-height: 24px; font-weight: 600; background: #1A67FF; color: #FFFFFF; border-radius: 8px } 
.sh-right .shr-step.hide { display:none; }
.sh-right .shr-step .submitted-message { background: transparent; float: left; width: 100%; margin: 0 0 60px; }

.header-section .top-part .top-cover .top-menu ul li:last-child { padding-right:0; }
.header-section .bottom-part .menu-box ul li a { font-weight:400; }
.sh-right .sh-next .submitted-message { font-size:0; position:relative; min-height: 60px; border: none; }
.sh-right .sh-next .submitted-message:before { position:absolute; content:''; left:50%; top:50%; width:36px; height:36px; background:url(https://7213852.fs1.hubspotusercontent-eu1.net/hubfs/7213852/Assets%20-%20The%20National%20College/loading-icon.gif) no-repeat center center/contain; transform:translate(-50%,-50%); }
.sh-right .sh-next .next-btn { display:none; }

.schedule-hero h1 span, .schedule-hero h2 span, .schedule-hero h3 span, .schedule-hero h4 span, .schedule-hero h5 span, .schedule-hero h6 span { background: transparent linear-gradient(135deg, #1A67FF 0%, #BF22E5 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 


.sh-right .hs-form-field { float:left; width:100%; }
.sh-right .hs-error-msgs, .sh-right .hs-fieldtype-checkbox .input { float:left; width:100%; }
.sh-right .hs-fieldtype-checkbox .input > ul { padding:0 0 0 20px; margin:0 0 20px; float:left; width:100%; }

/* .fl { display:flex; }
.frw { flex-flow:row wrap; }
.jc { justify-content:center; }
.jfs { justify-content:flex-start; }
.jfe { justify-content:flex-end; } */
.sss-slider:not(.active) { display:none; }
.ss-slide { padding: 140% 0 0; position: relative; border-radius: 20px; overflow: hidden; }
.ss-slide img { object-fit:cover; position:absolute; left:0; top:0; width:100%; height:100% !important; transition:ease all 0.4s; }
.ss-slide:not(.dis-hover):hover img { transform:scale(1.1); }
.ss-slidermain .abp .slick-track { padding-bottom:100px; }
.sss-slider .slick-track .slick-slide { margin:0 15px; }
.slidersection-new .sec-top ul { list-style: none; padding: 0; margin: 0 0 40px; background:#f4f4f4; padding:5px; border-radius:40px; }
.slidersection-new .sec-top li { cursor:pointer; padding: 13px 25px; line-height: 25px; border-radius: 50px; font-size:20px; }
.slidersection-new .sec-top li.active { background:#FFFFFF; }
.ss-slidermain .slick-list { padding-bottom:0 !important; }
.ss-slide h6 { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; padding: 20px; text-align: center; z-index: 1; font-size: 20px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent); color: #FFFFFF; opacity: 0; transition: ease all 0.4s; overflow-y:auto; }
.ss-slide:hover h6 { opacity:1; }

.short-msg { margin:0 0 25px; }
.short-msg a { padding:1px; display:inline-block; border-radius: 50px; overflow: hidden; }
.short-msg span { padding:15px 20px 15px 50px; display:inline-block; font-weight:600; line-height:28px; }

.icon-logoslides { max-width: 120px; display: inline-block; margin: 0 0 20px; }
.icon-logoslides .slick-track { padding: 10px 0; }
.icon-logoslides .slick-track > .slick-slide { transition:ease transform 0.4s, ease opacity 0.4s; opacity:0.5; }
.icon-logoslides .slick-track > .slick-center { transform: scale(1.3); opacity:0.8; position:relative; z-index:1; }
/* .icon-logoslides .slick-center + .slick-active + .slick-slide { transform: translateX(-200%); } */


@media(min-width:1701px) and (max-width:5000px){
  .wuw-page.new-hero-variation-section { padding: 120px 0 130px !important; }
}

@media(max-width:1780px){
  /*   .slider-section .main-slider { padding-left: 60px; } */


  .icons-section .icons-wrap.layout_1 .icon-box.three_column .box-inner { padding: 60px; }
  .icons-section .icons-wrap .icon-box .symbol-image { width: 44px; height: 44px; bottom: 190px; } 
  .icons-section .icons-wrap.layout_2 .icon-box.four_column { width: 33.33%; }
}

@media (max-width:1700px){
  .header-section .bottom-part .menu-box ul li { padding: 15px 25px;}
  .header-section .bottom-part .header-btn { padding: 0 50px 0 25px;}
  .header-section .bottom-part .search-box form input.hs-search-field__input::-webkit-input-placeholder { font-size:13px; }
  .header-section .bottom-part .search-box form input.hs-search-field__input::-moz-placeholder { font-size:13px; }
  .header-section .bottom-part .search-box form input.hs-search-field__input:-ms-input-placeholder { font-size:13px; }
  .header-section .bottom-part .search-box form input.hs-search-field__input::placeholder { font-size:13px; }

  .image-section .box .img-boxes-layout1 .raw-two { transform: translateX(-35px);}
  .image-section .box .img-boxes-layout1 .raw-three { transform: translateX(35px);}
  .image-section .box .img-boxes-layout2 { transform: scale(1); }

  .image-section .box .img-boxes-layout1 { max-width: 545px; }
  .image-section .box .img-boxes-layout1 .box-img img { height: 122px !important; }
  .image-section .box { padding: 60px 55px; }
  .image-section .box .img-boxes-layout1 .raw-two { transform: translateX(-15px); }
  /*   .image-section .box .img-boxes-layout1 .raw-two:hover { transform: translateX(-10px); } */
  .image-section .box .img-boxes-layout1 .raw-three { transform: translateX(23px); }
  /*   .image-section .box .img-boxes-layout1 .raw-three:hover { transform: translateX(13px); } */
  .image-section .box .btn { padding-bottom: 55px; }

  .stats-section .stats-count { padding-bottom: 15px; } 
  .stats-section .stats-count h3, .stats-section .stats-count span { font-size: 36px; }
/*   .slider-section button.slick-next { left: calc(50% - 15px); }
  .slider-section button.slick-prev { left: calc(50% - 90px); } */
  


}


@media (max-width:1500px){
  h1, .h1 { font-size: 70px;}
  .container { padding: 0 80px; }
  .slider-section .outer-cover { padding-left: 60px;}
  .header-section .bottom-part .search-box { padding-left: 30px; }
  .header-section .bottom-part .menu-box ul li { padding: 15px 18px; }
  .header-section .bottom-part .header-btn { padding: 0 30px 0 18px; }
  .header-section .top-part .top-cover .top-menu ul li { padding: 0 18px; }
  .column-section .box h3 { font-size: 27px;}
  .column-section .box { padding: 50px 40px;}
  .slider-section .big_card_slider .botton-content h4 { font-size: 31px;line-height: 1.5;}



}


@media(max-width:1440px){
  .h2, h2 { font-size: 45px; }

  .column-section .box {padding: 50px 40px;}
  .column-section .box .inner-box .text {font-size: 18px;line-height: 1.5;}
  /*   .slider-section .main-slider {padding-left: 60px;} */

  .column-section .box h3 { font-size: 30px; }

  .icons-section .icons-wrap.layout_1 .icon-box.four_column { width: 33.33%; } 
  .icons-section .icons-wrap .icon-box.four_column:last-child .symbol-image { display: none; }
  .icons-section .icons-wrap.layout_2 .icon-box.three_column,.icons-section .icons-wrap.layout_2 .icon-box.four_column { width: 50%; }

  .column-section{padding:60px 0;}
  .video-image-section{padding:60px 0;}
  .icons-section{padding:60px 0 30px;}
  .slider-section{padding:60px 0 50px;}
  .image-section{padding:60px 0;}
  .quote-section{padding:60px 0 80px;}
  .membership-section{padding:60px 0;}
  .rating-section{padding:60px 0 60px;}
  .rating-section .rating-main-wrap .section-heading h2 { font-size: 35px; }

  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners{padding:55px 60px 55px 40px}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-text h3{font-size:28px}
  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners .icons-text h3{font-size:28px}

  .full-width-image-section.layout_2 { max-width: 1060px; min-height: 500px; } 
  .full-width-image-section .video-wrap { min-height: 500px; } 
  .full-width-image-section.layout_1{ min-height: 500px; } 
  .rating-section{padding:80px 0 0; }
  


}

@media(max-width:1400px){
  h3, .h3 { font-size: 30px; }
  .membership-section .tab .tab-content-list .tab-content .inner-box{padding:40px 30px}
  .membership-section .tab .tab-content-list .tab-content .details{padding-bottom:40px}
  .membership-section .tab .tab-list{padding-bottom:50px}
  .quote-section .quote-inner .quote-boxes .quote-box-inner { padding: 50px 40px; } 
  .quote-section .quote-inner .quote-boxes { padding: 0 20px; }
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-content h5 { font-size: 20px; } 
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc h6 { font-size: 18px; } 
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc p { font-size: 18px; }
  .icons-boxes-section {padding:60px 0;}
  .icons-boxes-section .icons-box-content { font-size: 18px;} 
  .membership-section .section-heading { padding-bottom: 30px; }
/*   .slider-section button.slick-prev { left: calc(50% - 68px); } 
  .slider-section button.slick-next { left: calc(50% + 10px); } */


}

@media (max-width:1350px){
  .h1,  h1 { font-size: 60px; }
  .header-section .bottom-part .menu-box ul li { padding: 15px 15px; }
  .header-section .bottom-part .menu-box ul li a { font-size: 14px; }
  .header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper { width: 170px; }
  .header-section .top-part .top-cover .top-menu ul li { padding: 0 14px; }
  .header-section .top-part .top-cover .top-menu ul li a { font-size: 13px; }
  .header-section .bottom-part .header-btn a { font-size: 14px; min-width: auto; padding: 12px 14px;}

  /*   .column-section button.slick-prev { bottom: 30px;}
  .column-section button.slick-next { bottom: 30px;} */

  .app-module .app-box .left-part{padding: 0 30px 70px 0;}
  .app-module .app-box.row-reverse .left-part{padding:0 0 70px 30px}
  .app-module .app-box .right-part .image{height:380px;width:450px}
  .app-module{padding:120px 0 0}
  .app-module .app-box .left-part .image-btn-wrap .image-btn { width: 180px; }

}

@media (min-width:1501px) and (max-width:1611px){
  .header-section .bottom-part .menu-box ul li { padding:15px 18px; }
}

@media (min-width:1199px) and (max-width:1350px){
  .header-section .bottom-part .menu-box ul li { padding:15px; }
}

@media(max-width:1200px){
  .slider-section .slick-list.draggable { padding-right: 70px; }


}

@media(max-width:1199px){
  .h2, h2 { font-size: 45px; }
  .h3,h3{font-size:25px}

  .slider-section .outer-cover { padding-left: 10px; }
  .mainmenu { display: none;}
  .body-container-wrapper { margin-top: 85px;}

  a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 28px; right: auto; left:30px; width: 22px; height: 27px; padding: 0;
    background: transparent; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
    border-radius: 6px; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;}
  a.mobile-trigger:hover { text-decoration: none; color: #fff;}
  a.mobile-trigger span{ display: inline;}
  a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }
  a.mobile-trigger span:after{ position: relative; right: 2px; content: 'Close'; 
    background-color: #3c455c; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }


  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{ -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; }
  .mobile-open a.mobile-trigger span:after{ opacity: 1; }

  /* Toggle Button Icon & Animations */
  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: 21px; height: 2px; background-color: #121922; display: inline-block;}
  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; width: 11px; }
  .mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
  .mobile-open a.mobile-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
  .mobile-open a.mobile-trigger i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}

  /* Child Toggle Button */
  span.child-triggerm { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 45px !important; 
    padding: 0 !important; border-left: 1px dotted rgb(16 16 16 / 20%); }
  span.child-triggerm:hover { text-decoration: none;}

  /* Child Toggle Button Icon & Animations */
  span.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
  span.child-triggerm span:after { position: absolute; content: '';}
  span.child-triggerm span, span.child-triggerm span:after { width: 10px; height: 1px; background-color: #717171; display: block;}
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #FFF; }
  span.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}
  span.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}
  span.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}

  .header-section .bottom-part .header-btn {display: none;}
  .header-section .bottom-part .search-box { display: none;}
  .header-section .top-part {  display: none; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .top-part { display: block; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .header-btn { display: block; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .search-box { display: block; }

  .header-section .bottom-part .right-part .menu-box a.mobile-trigger + .hs-menu-wrapper { position: fixed; top: 91px; left: -120%; height: calc(100svh - 91px); background: #fff; width: 100%; overflow: auto; transition: all 0.4s; padding-bottom: 20px; }
  body.mobile-open .header-section .bottom-part .right-part .menu-box a.mobile-trigger+.hs-menu-wrapper { left: 0;}
  body.mobile-open a.mobile-trigger i:after { width: 21px;}
  body.mobile-open { overflow: hidden; }
  .header-section .bottom-part .left-part { width: 100%; justify-content: center;}
  .header-section .bottom-part .right-part { width: auto;}
  .header-section .bottom-part { position: relative;}

  .header-section .bottom-part .menu-box ul li { width: 100%; padding: 8px 30px 8px; border-bottom: 1px dotted #0000001c; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .top-part { padding: 0; background: #fff; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .top-part .top-cover { justify-content: flex-start; width: 100%; }
  .header-section .top-part .top-cover .top-menu ul li { padding: 8px 30px 8px; width: 100%; border-bottom: 1px dotted #0000001c; }
  .header-section .top-part .top-cover .top-menu ul li:before { display: none; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .top-part .top-cover .top-menu { width: 100%; }
  .header-section .top-part .top-cover .top-menu ul li a { width: 100%; font-size: 14px; font-weight: 600; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .top-part .container { padding: 0; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .header-btn { padding: 20px 30px 20px; width: 100%; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .header-btn a { width: 100%; }
  .header-section .bottom-part .menu-box .hs-menu-wrapper .search-box { padding: 0 30px 40px; width: 100%; }
  .header-section .bottom-part .menu-box ul li.hs-item-has-children>a:after { display: none;}
  .header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative; pointer-events: inherit; box-shadow: none; width: 100%; padding: 5px 0 0; transition: inherit; opacity: 1; visibility: visible;}
  .header-section .bottom-part .menu-box ul li.hs-item-has-children ul.hs-menu-children-wrapper li { border: 0; }
  .header-section .bottom-part .cart { position: absolute; right: 30px; }




  .slider-section .section-heading { padding: 0 0 40px; }
  .slider-section .big_card_slider .botton-content { padding: 50px 30px; }
  .slider-section .big_card_slider .botton-content h4 { font-size: 30px; line-height: 1.5; }
  
/*   .slider-section button.slick-prev { left: calc(50% - 65px); } 
  .slider-section button.slick-next { left: calc(50% + 5px); } */
  
  .column-section .container { padding: 0 0 0 19px; }
  .column-section .box{padding:60px;margin:0 0 0px; }
  .column-section .box .inner-box .text{font-size:18px;line-height:1.5;padding-left:15px}
  .container{padding:0 30px}
  /*   .slider-section .main-slider {padding-left: 10px;} */
  .column-section .box h3{font-size:25px;}
  .column-section .slick-list.draggable { padding-right: 120px; }
  .icons-section .icons-wrap.layout_1 .icon-box.three_column { width: 50%; }
  .icons-section .icons-wrap.layout_1 .icon-box.three_column:last-child .symbol-image { display: none; }
  .icons-section .icons-wrap .icon-box .symbol-image{display:none}
  .video-image-section .video-image-box.layout_1 .video-image-inner { padding: 40px 30px; } 
  .video-image-section .video-image-box.layout_1 .video-image-inner .right-side .right-side-inner { height: 350px; } 
  .video-image-section .video-image-box .video-image-inner .content h2 { font-size: 40px; } 
  .membership-section .tab .tab-list ul li { padding: 11px 26px; font-size: 16px;}

  .image-section .box { padding: 60px 35px; }
  .image-section .section-heading { padding: 0 0 40px; }

  .dark-mode a.mobile-trigger i,
  .dark-mode a.mobile-trigger i:after,
  .dark-mode a.mobile-trigger i:before { background-color: #fff; }
  .dark-mode .header-section .bottom-part .right-part .menu-box a.mobile-trigger+.hs-menu-wrapper { background: #1c2736; }
  .dark-mode .header-section .bottom-part .menu-box .hs-menu-wrapper .top-part .top-cover .top-menu { background: #1c2736; }
  .dark-mode .header-section .top-part .top-cover .top-menu ul li { border-bottom: 1px dotted #ffffff1c; }
  .dark-mode .header-section .bottom-part .menu-box ul li { border-bottom: 1px dotted #ffffff1c; }
  .dark-mode span.child-triggerm { border-left: 1px dotted hsl(0deg 0% 100% / 20%); }
  .dark-mode span.child-triggerm span,
  .dark-mode span.child-triggerm span:after { background-color: #ffffff; }
  .dark-mode.mobile-open a.mobile-trigger i { background: transparent;}
  /*   .column-section button.slick-next { bottom: -20px;}
  .column-section button.slick-prev { bottom: -20px;} */
  .faq-section .section-heading { font-size: 18px;}



  .stats-section{padding:70px 0;}
  .stats-section .stats-wrap .stats-boxes{width:33.33%}
  .stats-section .stats-wrap .stats-boxes .stats-inner{padding:50px 30px;}
  .stats-section .stats-count h3,.stats-section .stats-count span{font-size:30px;}
  .stats-section .stats-count{padding-bottom:15px}

  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner { width: 100%; padding: 0 20px 25px; }
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners{padding:50px 40px}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-inner{width:60px;height:60px}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-text{width:calc(100% - 60px)}

  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner { width: 50%; }
  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners .icons-inner { width: 60px; height: 60px; }
  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners { padding: 30px 20px; }
  .icons-boxes-section{padding:60px 0;}

  .app-module { padding: 100px 0 0; }

  .text-image-section .box { min-height: unset;}
  .video-image-section .video-image-box .video-image-inner .right-side .right-side-inner { height: 520px; }

}
/* @media(max-width:1100px){
  .slider-section button.slick-next { left: calc(50% + 35px); } .slider-section button.slick-prev { left: calc(50% - 35px); }
}
 */

@media(max-width:1024px){
  .about-page.slider-section.widget_1722471717198 .slick-list.draggable { padding-bottom: 118px;}
}

@media(max-width:991px){

  .dark-mode .membership-section .tab .tab-list ul li.active { background: transparent; color: #5055ff; }
  .h2, h2 { font-size: 45px; }
  .h3, h3 { font-size: 25px;} 
  .h4, h4 { font-size: 25px; }
  .container { padding: 0 25px;}


  .slick-prev:after, .slick-next:after{ width: 54px; height: 54px; background-size: 54px; }
  .slider-section .outer-cover { padding-left: 5px; }
  .header-section .bottom-part { padding: 19px 0;}
  a.mobile-trigger { top: 33px;}
  .body-container-wrapper { margin-top: 91px; }
  .header-section .bottom-part .logo-box { width: 52px;}


  .footer-section .footer-social { padding: 0 0 50px; }
  .footer-section { padding: 50px 0 104px; }
  .footer-section .footer-menu { max-width: 390px; width: 100%; margin: auto; }

  .slider-section { padding: 40px 0; }
  .column-section .box h3{font-size:30px;}
  .column-section .box .inner-box .text{font-size:18px;}
  /*   .slider-section .main-slider { padding-left: 5px; } */
  .slider-section .small_card_slider h4 {font-size: 25px; line-height: 1.5; }
  .slider-section .slick-slide { margin: 0 20px; }
  .slider-section .slick-list.draggable { padding-right: 300px;  padding-bottom:110px;}
/*         .slider-section button.slick-prev { left: calc(50% - 35px); } 
  .slider-section button.slick-next { left: calc(50% + 35px); } */

  .slider-section .section-heading { padding: 0 0 30px; }
  .slider-section .big_card_slider .botton-content h4 { font-size: 25px; line-height: 1.5; margin:0 0 20px;} 
  .slider-section .big_card_slider .botton-content .details p { font-size: 20px; line-height: 1.5; margin:0;} 
  .slick-list.draggable,.column-section .slick-list.draggable { padding-bottom: 117px; }
  .slider-section .box .btn .btn3 a { font-size: 20px; line-height: 1.5; }
  .slider-section button.slick-prev,
  .slider-section button.slick-next{bottom:-160px;}


  .column-section { padding: 50px 0 50px; }
  .column-section .slick-list.draggable { padding-right: 200px; }
  .column-section .box .inner-box { padding-bottom: 35px; }

  .icons-section { padding: 40px 0 10px; }
  .icons-section .icons-wrap.layout_1 .icon-box.three_column,.icons-section .icons-wrap.layout_1 .icon-box.four_column{width:100%}
  .icons-section .icons-wrap.layout_1 .icon-box.three_column .box-inner,.icons-section .icons-wrap.layout_1 .icon-box.four_column .box-inner{padding:15px;max-width:100%;margin:0 auto 72px}
  .icons-section .icons-wrap.layout_1 .icon-box.three_column:last-child .box-inner,.icons-section .icons-wrap.layout_1 .icon-box.four_column:last-child .box-inner{margin:0 auto 0}
  .icons-section .icons-wrap .icon-box .box-inner .icons-box-title{padding:20px 0;}
  .icons-section .icons-wrap.layout_2 .icon-box{margin-bottom:30px;}
  .icons-section .section-heading{padding-bottom:30px}
  .icons-section .icons-wrap.layout_2 .icon-box .box-inner .icons-box-title { padding: 20px 0 20px; }
  .icons-section .icons-wrap.layout_2 .icon-box.three_column,
  .icons-section .icons-wrap.layout_2 .icon-box.four_column,
  .icons-section .icons-wrap.layout_2 .icon-box.two_column { width: 100%; }
  .icons-section .icons-wrap .icon-box .box-inner .icons-box-title h3 { font-size: 30px; line-height: 1.5; }
  .icons-section .icons-wrap.layout_2 .icon-box.four_column .box-inner,
  .icons-section .icons-wrap.layout_2 .icon-box.three_column .box-inner,
  .icons-section .icons-wrap.layout_2 .icon-box.two_column .box-inner { padding: 30px; }


  .rating-section { padding: 60px 0 60px; }
  .rating-section .rating-main-wrap .section-heading h2 { font-size: 30px; }
  .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-icons{width:100%;max-width:48px;margin:0 auto;height:48px;}
  .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content{width:100%;padding:23px 0 0;text-align:center; height: calc(100% - 48px);}
  .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-btn .btn3 a { font-size: 16px; }
  .rating-section .rating-main-wrap .rating-boxes .rating-inners{justify-content:center}
  .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-content-inner{justify-content:center}
  .rating-section .rating-main-wrap .rating-stars{display:none}
  .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-btn a{justify-content:center}
  .rating-section .rating-main-wrap .section-heading{padding-bottom:32px} 
  .rating-section .rating-main-wrap .slick-slide .rating-boxes { border-right: none; padding:0 15px 20px;}
  .dark-mode .rating-section .rating-main-wrap .slick-slide:last-child .rating-boxes { border-right: none; }

  .quote-section { padding: 40px 0 40px; }
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-image,.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-logo { margin: 0 0 30px; }
  .quote-section .quote-inner .quote-boxes .quote-box-inner { text-align: center; } 
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc { padding-top: 45px; } 
  .quote-section .section-heading { padding-bottom: 30px; } 

  .video-image-section { padding: 40px 0 40px; }
  .video-image-section .section-heading { padding-bottom: 30px; }
  /*   .video-image-section .video-image-box .video-image-inner .left-side{width:100%;padding:0}
  .video-image-section .video-image-box .video-image-inner .right-side{width:100%}
  .video-image-section .video-image-box.layout_1 .video-image-inner .right-side .right-side-inner{height:auto}
  .video-image-section .video-image-box.layout_1 .video-image-inner .left-side{padding:0 0 40px} */

  .video-image-section .video-image-box .video-image-inner .left-side.left{width:55%;padding:70px 40px 70px 40px}
  .video-image-section .video-image-box .video-image-inner .right-side{width:45%}
  .video-image-section .video-image-box .video-image-inner .content h2{font-size:32px}
  .video-image-section .video-image-box .video-image-inner .content h4{font-size:20px}

  .video-image-section .video-image-box .video-image-inner .right-side .right-side-inner,.video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .image{height:auto}

  .membership-section { padding: 40px 0 20px; } 
  .membership-section .tab-dropdown { display: block; width: 100%; background: #F5F7FA; border-radius: 10px; padding: 19px 50px 19px 30px; cursor: pointer; position: relative; text-align: left; font-weight: 600; font-size: 20px; }
  .membership-section .tab .tab-list { position: relative; padding: 0; max-width: 340px; width: 100%; margin: 0 auto 50px; }
  .membership-section .tab .tab-list ul { position: absolute; top: calc(100% - 7px); z-index: 111; width: 100%; left: 0; right: 0; margin: auto; border-radius: 0px 0px 10px 10px; box-shadow: 0px 25px 30px -37px rgba(0, 0, 0, 0.4); display: none; }
  .membership-section .tab-dropdown:before { content: '\f0d7'; left: auto; right: 25px; font-family: FontAwesome; position: absolute; top: 50%; transform: translateY(-50%); color: #316cd8; }
  .membership-section .tab-dropdown.active:before { transform: translateY(-50%) rotate(180deg); }
  .membership-section .tab .tab-list ul li { width: 100%; text-align: left; padding: 0 25px 9px; }
  .membership-section .tab .tab-list ul li.active { background: transparent; }
  .membership-section .tab .tab-content-list .tab-content .details{padding-bottom:30px;}

  .membership-section .tab .tab-content-list .tab-content .inner-box{width:100%;max-width:705px;margin:0 auto 20px}
  .membership-section .tab .tab-content-list .tab-content .inner-box h3{margin:20px 0 0; font-size: 30px;} 

  .image-section{padding:50px 0;}
  .image-section .box { width: calc(100% - 40px); padding: 50px 30px; margin: 0 20px 20px; border-radius: 20px; }
  .image-section .box.hundred .details { width: 100%; padding: 0; }
  .image-section .box.hundred .img-boxes-layout1,
  .image-section .box.hundred .img-boxes-layout2 { width: 100%; padding: 50px 0 0; }
  .image-section .box .img-boxes-layout1 .raw-three { transform: translateX(55px); }
  /*   .image-section .box .img-boxes-layout1 .raw-three:hover { transform: translateX(45px); } */
  .image-section .box .img-boxes-layout1 .raw-two { transform: translateX(-35px); }
  /*   .image-section .box .img-boxes-layout1 .raw-two:hover { transform: translateX(-25px); } */
  .image-section .box h3 { font-size: 35px; line-height: 1.5; padding-bottom: 0; }
  .membership-section .tab .tab-content-list .tab-content .inner-wrap { margin: 0;}
  .column-section .box { padding: 40px 30px;}

  .form-module .outer-cover .content-part { width: 100%; padding: 0 0 50px; } 
  .form-module .outer-cover .form-part { width: 100%; }
  .form-module .outer-cover { padding:0; }
  .form-module .outer-cover.row-reverse .content-part { padding: 0 0 50px; }
  .rating-section .rating-main-wrap .rating-boxes{border-right:0;}

  .column-section .box h3 { margin: 0 0 50px; }
  .column-section .wrap.slick-initialized .slick-slide{margin:0 10px;}

  .icons-section .icons-wrap.layout_2 .icon-box.full_width .box-inner{padding:30px;}

  .form-module .button-part { padding: 20px 0 30px; } 

  .stats-section{padding:90px 0 70px;}
  .stats-section .stats-wrap { margin: 0 -10px; }
  .stats-section .stats-wrap .stats-boxes{width:50%;padding: 0 10px 30px;}
  .stats-section .stats-count h3,.stats-section .stats-count span{font-size:28px;}
  .stats-section .stats-boxes .stats-text { font-size: 16px; }

  .icons-boxes-section .section-heading h2 { margin: 0 0 20px; }
  .icons-boxes-section .section-heading { margin: 0 auto 30px; }
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners{padding:40px 25px}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-text{padding-left:15px;width:calc(100% - 45px)}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-text h3{font-size:20px}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-inner{width:45px;height:45px}
  .icons-boxes-section .cta-main-part{padding:30px 0 0;}
  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner { width: 100%; }
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-inner{width:45px;height:45px}
  .icons-boxes-section {padding:50px 0;}

  .app-module .app-box.row-reverse .left-part{padding:0 0 40px 0}
  .app-module .app-box .left-part{width:100%;padding:0 0 40px 0}
  .app-module .app-box .right-part{width:100%;position:relative}
  .app-module .app-box .right-part .image,.app-module .app-box.row-reverse .right-part .image{margin:0 auto;height:auto;width:100%;max-width:350px} 

  .full-width-image-section { margin: 40px 0; }
  .full-width-image-section.layout_1 .full-width-wrap .full-width-box .section-headings { width: 100%; padding:0 0 0; }
  .full-width-image-section.layout_1 .full-width-wrap .full-width-box .main-cta { width: 100%; text-align: left; }
  .full-width-image-section.layout_1 .full-width-wrap .full-width-box { padding: 40px 0 80px; }
  .professional-dev-page.slider-section.widget_1721734272383 .slick-list.draggable { padding-bottom: 110px; }
  .quote-section .slick-list.draggable {padding-bottom: 100px;}
  .membership-section .tab .tab-content-list .tab-content .inner-box { padding: 30px; }
  .rounded-two-column-wrap.layout_3 .rounded-boxes .rounded-boxes-inner .main-part.bg-img { height: auto !important;}
  .quote-section .slick-list.draggable { padding-right: 10%;}
  .quote-section .slick-list.draggable .slick-slide { margin-right: 20px;}
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-image, .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-logo {  margin: 0 0 20px;}
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-content h5 { text-align: left;}
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .quote-bottom-inner .quote-desc { text-align: left;}
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .rating-stars { text-align: left; }
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-bottom .quote-bottom-inner { padding: 10px 0 0; }

  .video-image-section .video-image-box .video-image-inner.corner { border-radius: 20px;}
  .icons-section .icons-wrap.layout_2 .icon-box .box-inner {border-radius: 30px;}
  .slider-section .small_card_slider .img-box img { border-radius: 20px 20px 0 0; }
  .slider-section .big_card_slider .img-box img{ border-radius: 20px 20px 0 0; }
  .rounded-two-column-section .simple-image img { border-radius: 20px !important;}
  .quote-section .quote-inner .quote-boxes .quote-box-inner {border-radius: 20px; padding: 30px;}
  .rounded-two-column-section .rounded-two-column-wrap .rounded-boxes .rounded-boxes-inner .main-part { border-radius: 20px !important; }
  .membership-section .tab .tab-content-list .tab-content .inner-box { border-radius: 20px; }
  .slider-section .box.box1 .inner-cover { border-radius: 20px !important;  }
  .slider-section .details, .slider-section .details p { margin-bottom:0 !important; }
  .slider-section .box .inner-cover .botton-content { padding: 30px !important; }

  .full-width-image-section.layout_2 .full-width-box .section-headings h2 { margin-bottom: 15px; }

  .sh-left, .sh-right { width:100%; }
  .sh-right { margin:30px 0 0; }
  
  .faq-section.faq-w100 .faq-col { width:48%; }
  .faq-section.faq-w100 .faq-right .box .faq-title:before { width:30px; height:30px; font-size:22px; }
  .faq-section .faq-right .box .faq-title.active:after { width:12px; right:9px; }
}

@media(max-width:767px){
  .h1,  h1 { font-size: 40px; }
  .h4, h4 { font-size: 20px; }
  .btn1 a, a.btn1 { padding: 18px 23px; font-size: 18px; }
  .btn2 a, a.btn2 { padding: 18px 23px; font-size: 18px; }

  body { font-size: 14px; line-height: 1.5;}
  .h2, h2 { font-size: 30px; }
  .h3, h3 { font-size: 20px; }
  .btn3 a svg, a.btn3 svg {width: 14px;height: 14px;}
  .btn3 a, a.btn3{font-size: 14px; line-height: 1.5;}
  .column-section .box .btn .btn3 a {font-size:14px;}
  .column-section .box{padding:30px;}
  .column-section .box h3{margin-bottom:40px;}
  .column-section .box .inner-box { align-items: center; }
  .column-section .box .inner-box .text { font-size: 14px; line-height: 1.5; }

  .footer-section .footer-menu ul li { padding: 0 15px; }
  .footer-section .footer-menu ul li a { font-size: 13px; }
  .footer-section .footer-social ul li a { height: 35px; width: 35px; }
  .footer-section .footer-social ul li a img { height: 15px !important; width: 15px; }
  .footer-section .footer-social ul li { padding: 0 4px; }
  .footer-section { padding: 40px 0 85px; }
  .footer-section .footer-social { padding: 0 0 40px; }
  .footer-section .footer-menu { max-width: 360px; }

  .slick-next:after, .slick-prev:after { height: 50px; width: 50px; background-size: 50px; } 
  .slider-section .slick-list.draggable { padding-right: 93px;  padding-bottom:100px;}
  .slider-section .small_card_slider h4 { font-size: 20px; line-height: 1.5;}
  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners .icons-text h3{font-size: 20px;}
  .slider-section .big_card_slider .botton-content .details p{font-size: 14px; line-height: 1.5;}


  .column-section .slick-list.draggable { padding-bottom: 80px; }
  .column-section { padding: 40px 0 40px; }
  .column-section .slick-list.draggable{padding-right:0;display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
  .column-section .container{padding:0 15px;}

  .icons-section .icons-wrap .icon-box .box-inner .icon-box-image{height:60px;width:60px}
  .icons-section .icons-wrap .icon-box .box-inner .icons-box-title{padding:20px 0;}
  .icons-section .icons-wrap.layout_1 .icon-box .box-inner .icons-box-content p{font-size:18px;line-height:1.5;margin:0}
  .icons-section .icons-wrap.layout_1 .icon-box.three_column .box-inner,.icons-section .icons-wrap.layout_1 .icon-box.four_column .box-inner{margin:0 auto 52px}
  .icons-section .section-heading{padding-bottom:32px}
  .icons-section .icons-wrap .icon-box .box-inner .icons-box-title h3 { font-size: 20px; line-height: 1.5; }
  .icons-section .icons-wrap .icon-box .box-inner p { font-size: 14px; }
  .slider-section .small_card_slider .details { font-size: 14px; line-height: 1.5;}

  .slider-section .box .btn .btn3 a { font-size: 20px; line-height: 1.5; }

  .slider-section .slick-slide { margin: 0 15px; }
  .slider-section .big_card_slider .img-box { height: 220px; } 
  .slider-section .big_card_slider .botton-content { padding: 40px; } 
  .slider-section .slick-list.draggable { padding-right: 33px; }
  .slider-section button.slick-prev, .slider-section button.slick-next{bottom:-150px;}
  .slider-section .big_card_slider .botton-content h4{font-size: 20px; line-height: 1.5;}

  /*   .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-image,.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-logo{margin:0 auto 40px} */
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc{padding-top:35px}
  .quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc h6,.quote-section .quote-inner .quote-boxes .quote-box-inner .quote-desc p{font-size:18px;line-height:1.5}

  .video-image-section .video-image-box.layout_1 .video-image-inner .left-side{padding:0 0 30px} 
  .video-image-section .video-image-box .video-image-inner .left-side.left{padding:30px 20px 30px 25px}
  .video-image-section .video-image-box .video-image-inner .content h2{font-size:20px}
  .video-image-section .video-image-box .video-image-inner .content h4{font-size:16px}

  .video-image-section{padding:40px 0 40px;}
  .icons-section{padding:40px 0 10px;}
  .slider-section{padding:40px 0 40px;}
  .quote-section{padding:40px 0 60px;}
  .membership-section{padding:40px 0 20px;}
  .rating-section{padding:40px 0 40px;}

  .image-section{padding:40px 0 40px;}
  .image-section .box { padding: 30px; margin: 0 20px 20px; }
  .image-section .box h3 { font-size: 20px; line-height: 1.5; margin-bottom: 20px; }
  .image-section .box .text { font-size: 14px; line-height: 1.5; padding-bottom: 5px; }
  .image-section .box .btn { padding-bottom: 45px; }
  .image-section .section-heading { padding: 0 0 30px; }
  .image-section .box .img-boxes-layout1 .box-img { margin: 0 5px 10px; width: calc(33.33333% - 10px); }
  .image-section .box .img-boxes-layout1 { max-width: 276px; }
  .image-section .box .img-boxes-layout1 .box-img img { height: 62px !important; }
  .image-section .box .img-boxes-layout1 .raw-two { transform: translateX(-25px); }
  .image-section .box .img-boxes-layout1 .raw-three { transform: translateX(25px); }
  /*   .image-section .box .img-boxes-layout1 .raw-three:hover { transform: translateX(15px); }
  .image-section .box .img-boxes-layout1 .raw-two:hover { transform: translateX(-15px); } */


  .hero-section .hero-images .imgbox7{right:45%;}
  .hero-section .hero-images .imgbox7 { bottom: -27%; height: 30px; right: 45%; width: 20px;}

  .faq-section .faq-right { width: 100%; padding: 0; }
  .faq-section .section-heading { width: 100%; }
  .faq-section { padding: 55px 0; }

  .image-section .box .btn a{font-size:18px;}

  .quote-section .quote-inner .quote-boxes{padding:0;}

  .membership-section .tab-dropdown { font-size: 18px; }
  .membership-section .tab .tab-list{margin:0 auto 40px; max-width: 274px;}
  .membership-section .tab .tab-content-list .tab-content .inner-box h3 {font-size: 20px; }
  .membership-section .tab .tab-content-list .tab-content .details{padding-bottom:32px;}
  .membership-section .tab .tab-content-list .tab-content .details p { font-size: 14px; line-height:1.5;font-weight:500;}
  .membership-section .tab .tab-content-list .tab-content .inner-box .icon { height: 50px; width: 61px; }

  .rating-section .rating-main-wrap .rating-boxes{justify-content: center;}
  .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content{height:auto;}
  .rating-section .rating-main-wrap .rating-boxes .rating-subheading p { font-size: 14px; line-height: 1.5; }
  .rating-section .rating-main-wrap .rating-boxes .rating-title h6 { font-size: 18px; margin: 0 0 10px 0; }
  .rating-section .slick-list.draggable { padding-bottom: 0; }
  .rating-section  .slick-dots { padding: 0; }
  .rating-section .rating-main-wrap .section-heading h2 { font-size: 25px; }
  .rating-section .rating-main-wrap .section-heading { padding-bottom: 20px; }
  .rating-section .rating-main-wrap .rating-boxes .rating-inners .rating-content .rating-btn .btn3 a { font-size: 14px; }
  .icons-boxes-section{padding:40px 0;}

  .full-width-image-section.layout_2{min-height:420px}
  .full-width-image-section.layout_1{ min-height: 420px; } 
  .full-width-image-section.layout_2 {border-radius:20px;overflow:hidden}
  .full-width-image-section .video-wrap{min-height:420px;}
  .full-width-image-section.layout_2 .full-width-box{padding:70px 0;max-width:100%}
  .full-width-image-section.layout_2 .baseModuleOverlay{width:347px;}
  .full-width-image-section.layout_2 { justify-content: center; }
  .full-width-image-section.layout_2 .baseModuleOverlay{border-radius:20px;}

  .full-width-image-section.layout_1 .full-width-wrap .full-width-box{padding:40px 0 60px}
  /*   .slider-section .main-slider { padding-left: 10px; padding-right:10px; } */
  .about-page.slider-section.widget_1722471717198 .slick-list.draggable {  padding-bottom: 101px; }
  .slider-section .big_card_slider .botton-content { padding: 40px 20px !important;}
  .membership-section .section-heading { padding-bottom: 20px; }
  .quote-section .slick-list.draggable { margin: 0; }
  /*   .quote-section .quote-inner .quote-boxes .quote-box-inner { padding: 50px 20px; } */
  .quote-section .container { padding-right: 0;}
  .slider-section .box .inner-cover .botton-content { padding: 20px 0px; }
  .slider-section .box.box1 .inner-cover .botton-content .btn a {font-size: 16px;}
  .slider-section .box.box1 .inner-cover .botton-content .btn a svg { width: 19px; height: 16px;position: relative;top: 2px;}
  .slider-section .small_card_slider h4 { font-size: 20px;line-height: 1.5;}
  .stats-section .stats-boxes .stats-text{font-size: 14px; line-height: 1.5;}
  .icons-section .icons-wrap .icon-box .button { padding-top: 0; } 
  .icons-section .icons-wrap .icon-box .box-inner .icons-box-title { padding: 10px 0 !important; }

  .shl-row.pleft { padding-left: 65px; }
  .shl-row h6 { font-size:18px; }

  .faq-section.faq-w100 .faq-col { width:100%; }
  .faq-section .faq-right .box .faq-title { padding: 25px 35px 25px 0; }
  .faq-section.faq-w100 .faq-right .box .faq-title:before { width:20px; height:20px; font-size:15px; }
  .faq-section .faq-right .box .faq-title.active:after { width:8px; right:6px; }
}
@media(max-width:650px){
  .video-image-section .video-image-box .video-image-inner .content h2 { font-size: 16px; } 
  .video-image-section .video-image-box .video-image-inner .content h4 { font-size: 10px; } 
  .video-image-section .video-image-box .video-image-inner .right-side .right-side-inner .videos{height:235px;}
  .video-image-section .video-image-box .video-image-inner .left-side.left { padding: 30px 15px 30px 20px; }
  .stats-section .stats-wrap .stats-boxes { width: 100%; } 

  .app-module .app-box .right-part .image,.app-module .app-box.row-reverse .right-part .image{max-width:230px}
  .app-module{padding:70px 0 0}
  .app-module .app-box .left-part .section-heading p{margin:0 0 20px}
  .icons-boxes-section .cta-main-part .image-btn { width: 175px; }
  
  .sh-right .hs-submit { padding-right:0; }
  .sh-right .next-btn { position:static; margin:10px 0 0; width:100%; }
  .sh-right { padding:20px; }
  .sh-right .meetings-iframe-container iframe { width:100%; min-width:0 !important; }
}

@media(max-width:480px){
  .btn1 a, a.btn1, .btn2 a, a.btn2 { min-width: auto; }
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners{padding:25px 15px}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-text{padding:20px 0 0;width:100%;text-align:center;}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-text h3{font-size:20px}
  .icons-boxes-section .icons-boxes.layout_1 .icons-boxes-inner .inners .icons-inner{width:45px;height:45px;margin:0 auto;}

  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners { padding: 30px 0 0; }
  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners .icons-text h3 { font-size: 20px; } 
  .icons-boxes-section .icons-boxes.layout_2 .icons-boxes-inner .inners .icons-inner { width: 45px; height: 45px; margin: 0 auto 10px; }
}

@media(max-width:400px){
  .slider-section .slick-list.draggable{padding-right:0;}
  .column-section .box { padding: 45px 30px; }
  .column-section .box .inner-box .text{font-size:16px;line-height:1.5;padding-left:10px}
}

@media(max-width:370px){
  .quote-section .slick-list.draggable {  padding-right: 0;}
}