@charset "UTF-8";


:root {
    --text-xs: 10px;
    --text-sm: 13px;
    --text-reg: 19px;
    --text-md: 26px;
    --text-lg: 30px;
    --text-xl: 40px; 
    --text-xxl: 50px; 
}

/* Smooth Scroll  */
html { scroll-behavior: smooth !important; }

/* Font Family */
.main-font {
  font-family: "Poppins", sans-serif;
}

/* paragraph, link and button */
body, div, span, a, button {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-size: var(--text-reg);
}
body, div, span {
    line-height: normal;
}
p {
    margin: 0 0 1.6em 0;
    line-height: 25.8px; 
    /* 16px x 1.618 */
}
ul.list-item {
    list-style: square;
    padding-left: 20px;
    margin-left: 0px;
}
ol.list-item {
    list-style: decimal;
    padding-left: 17px;
}






/* font-size */
.fs-xs {
  font-size: var(--text-xs);
}
.fs-sm {
  font-size: var(--text-sm);
}
.fs-reg {
  font-size: var(--text-reg);
}
.fs-md {
  font-size: var(--text-md);
}
.fs-lg {
  font-size: var(--text-lg);
}
.fs-xl {
  font-size: var(--text-xl)
}
.fs-xxl {
  font-size: var(--text-xxl)
}



/* width in percent */
.wd-0 { width: 0%; }
.wd-5 { width: 5%; }
.wd-10 { width: 10%; }
.wd-15 { width: 15%; }
.wd-20 { width: 20%; }
.wd-25 { width: 25%; }
.wd-30 { width: 30%; }
.wd-35 { width: 35%; }
.wd-40 { width: 40%; }
.wd-45 { width: 45%; }
.wd-50 { width: 50%; }
.wd-55 { width: 55%; }
.wd-60 { width: 60%; }
.wd-65 { width: 65%; }
.wd-70 { width: 70%; }
.wd-75 { width: 75%; }
.wd-80 { width: 80%; }
.wd-85 { width: 85%; }
.wd-90 { width: 90%; }
.wd-95 { width: 95%; }
.wd-100 { width: 100%; }

/* height in pixel */
.hs-0 { height: 0px; }
.hs-5 { height: 5px; }
.hs-10 { height: 10px; }
.hs-15 { height: 15px; }
.hs-20 { height: 20px; }
.hs-25 { height: 25px; }
.hs-30 { height: 30px; }
.hs-35 { height: 35px; }
.hs-40 { height: 40px; }
.hs-45 { height: 45px; }
.hs-50 { height: 50px; }
.hs-55 { height: 55px; }
.hs-60 { height: 60px; }
.hs-65 { height: 65px; }
.hs-70 { height: 70px; }
.hs-75 { height: 75px; }
.hs-80 { height: 80px; }
.hs-85 { height: 85px; }
.hs-90 { height: 90px; }
.hs-95 { height: 95px; }
.hs-100 { height: 100px; }
.hs-105 { height: 105px; }
.hs-110 { height: 110px; }
.hs-115 { height: 115px; }
.hs-120 { height: 120px; }
.hs-125 { height: 125px; }
.hs-130 { height: 130px; }
.hs-135 { height: 135px; }
.hs-140 { height: 140px; }
.hs-145 { height: 145px; }
.hs-150 { height: 150px; }
.hs-155 { height: 155px; }
.hs-160 { height: 160px; }
.hs-165 { height: 165px; }
.hs-170 { height: 170px; }
.hs-175 { height: 175px; }
.hs-180 { height: 180px; }
.hs-185 { height: 185px; }
.hs-190 { height: 190px; }
.hs-195 { height: 195px; }
.hs-200 { height: 200px; }
.hs-205 { height: 205px; }
.hs-210 { height: 210px; }
.hs-215 { height: 215px; }
.hs-220 { height: 220px; }
.hs-225 { height: 225px; }
.hs-230 { height: 230px; }
.hs-235 { height: 235px; }
.hs-240 { height: 240px; }
.hs-245 { height: 245px; }
.hs-250 { height: 250px; }
.hs-255 { height: 255px; }
.hs-260 { height: 260px; }
.hs-265 { height: 265px; }
.hs-270 { height: 270px; }
.hs-275 { height: 275px; }
.hs-280 { height: 280px; }
.hs-285 { height: 285px; }
.hs-290 { height: 290px; }
.hs-295 { height: 295px; }
.hs-300 { height: 300px; }


/* responsive broder */
.border-sm-top {
    border-top: 2px solid #ADADAD !important;
}
.border-sm-right {
    border-right: 2px solid #ADADAD !important;
}
.border-sm-bottom {
    border-bottom: 2px solid #ADADAD !important;
}
.border-sm-left {
    border-left: 2px solid #ADADAD !important;
}
.border-sm-top-0 {
    border-top: 0 !important;
}
.border-sm-right-0 {
    border-right: 0 !important;
}
.border-sm-bottom-0 {
    border-bottom: 0 !important;
}
.border-sm-left-0 {
    border-left: 0 !important;
}
.border-sm-x {
    border-left: 2px solid #ADADAD !important;
    border-right: 2px solid #ADADAD !important;
}
.border-sm-y {
    border-top: 2px solid #ADADAD !important;
    border-bottom: 2px solid #ADADAD !important;
}
.border-sm {
    border-top: 2px solid #ADADAD !important;
    border-bottom: 2px solid #ADADAD !important;
    border-left: 2px solid #ADADAD !important;
    border-right: 2px solid #ADADAD !important;
}
.border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* font size */
    .fs-md-xs {
      font-size: var(--text-xs);
    }
    .fs-md-sm {
      font-size: var(--text-sm);
    }
    .fs-md-reg {
      font-size: var(--text-reg);
    }
    .fs-md-md {
      font-size: var(--text-md);
    }
    .fs-md-lg {
      font-size: var(--text-lg);
    }
    .fs-md-xl {
      font-size: var(--text-xl)
    }
    .fs-md-xxl {
      font-size: var(--text-xxl)
    }

    .wd-md-0 { width: 0%; }
    .wd-md-5 { width: 5%; }
    .wd-md-10 { width: 10%; }
    .wd-md-15 { width: 15%; }
    .wd-md-20 { width: 20%; }
    .wd-md-25 { width: 25%; }
    .wd-md-30 { width: 30%; }
    .wd-md-35 { width: 35%; }
    .wd-md-40 { width: 40%; }
    .wd-md-45 { width: 45%; }
    .wd-md-50 { width: 50%; }
    .wd-md-55 { width: 55%; }
    .wd-md-60 { width: 60%; }
    .wd-md-65 { width: 65%; }
    .wd-md-70 { width: 70%; }
    .wd-md-75 { width: 75%; }
    .wd-md-80 { width: 80%; }
    .wd-md-85 { width: 85%; }
    .wd-md-90 { width: 90%; }
    .wd-md-95 { width: 95%; }
    .wd-md-100 { width: 100%; }

    .hs-md-0 { height: 0px; }
    .hs-md-5 { height: 5px; } 
    .hs-md-10 { height: 10px; }
    .hs-md-15 { height: 15px; }
    .hs-md-20 { height: 20px; }
    .hs-md-25 { height: 25px; }
    .hs-md-30 { height: 30px; }
    .hs-md-35 { height: 35px; }
    .hs-md-40 { height: 40px; }
    .hs-md-45 { height: 45px; }
    .hs-md-50 { height: 50px; }
    .hs-md-55 { height: 55px; }
    .hs-md-60 { height: 60px; }
    .hs-md-65 { height: 65px; }
    .hs-md-70 { height: 70px; }
    .hs-md-75 { height: 75px; }
    .hs-md-80 { height: 80px; }
    .hs-md-85 { height: 85px; }
    .hs-md-90 { height: 90px; }
    .hs-md-95 { height: 95px; }
    .hs-md-100 { height: 95px; }
    .hs-md-105 { height: 105px; }
    .hs-md-110 { height: 110px; }
    .hs-md-115 { height: 115px; }
    .hs-md-120 { height: 120px; }
    .hs-md-125 { height: 125px; }
    .hs-md-130 { height: 130px; }
    .hs-md-135 { height: 135px; }
    .hs-md-140 { height: 140px; }
    .hs-md-145 { height: 145px; }
    .hs-md-150 { height: 150px; }
    .hs-md-155 { height: 155px; }
    .hs-md-160 { height: 160px; }
    .hs-md-165 { height: 165px; }
    .hs-md-170 { height: 170px; }
    .hs-md-175 { height: 175px; }
    .hs-md-180 { height: 180px; }
    .hs-md-185 { height: 185px; }
    .hs-md-190 { height: 190px; }
    .hs-md-195 { height: 195px; }
    .hs-md-200 { height: 200px; }
    .hs-md-205 { height: 205px; }
    .hs-md-210 { height: 210px; }
    .hs-md-215 { height: 215px; }
    .hs-md-220 { height: 220px; }
    .hs-md-225 { height: 225px; }
    .hs-md-230 { height: 230px; }
    .hs-md-235 { height: 235px; }
    .hs-md-240 { height: 240px; }
    .hs-md-245 { height: 245px; }
    .hs-md-250 { height: 250px; }
    .hs-md-255 { height: 255px; }
    .hs-md-260 { height: 260px; }
    .hs-md-265 { height: 265px; }
    .hs-md-270 { height: 270px; }
    .hs-md-275 { height: 275px; }
    .hs-md-280 { height: 280px; }
    .hs-md-285 { height: 285px; }
    .hs-md-290 { height: 290px; }
    .hs-md-295 { height: 295px; }
    .hs-md-300 { height: 300px; }

    /* border */
    .border-md-top {
        border-top: 2px solid #ADADAD !important;
    }
    .border-md-right {
        border-right: 2px solid #ADADAD !important;
    }
    .border-md-bottom {
        border-bottom: 2px solid #ADADAD !important;
    }
    .border-md-left {
        border-left: 2px solid #ADADAD !important;
    }
    .border-md-top-0 {
        border-top: 0 !important;
    }
    .border-md-right-0 {
        border-right: 0 !important;
    }
    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-md-left-0 {
        border-left: 0 !important;
    }
    .border-md-x {
        border-left: 2px solid #ADADAD !important;
        border-right: 2px solid #ADADAD !important;
    }
    .border-md-y {
        border-top: 2px solid #ADADAD !important;
        border-bottom: 2px solid #ADADAD !important;
    }
    .border-md {
        border-top: 2px solid #ADADAD !important;
        border-bottom: 2px solid #ADADAD !important;
        border-left: 2px solid #ADADAD !important;
        border-right: 2px solid #ADADAD !important;
    }
    .border-md-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }


}

/* Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) { 

    /* font size */
    .fs-lg-xs {
      font-size: var(--text-xs);
    }
    .fs-lg-sm {
      font-size: var(--text-sm);
    }
    .fs-lg-reg {
      font-size: var(--text-reg);
    }
    .fs-lg-md {
      font-size: var(--text-md);
    }
    .fs-lg-lg {
      font-size: var(--text-lg);
    }
    .fs-lg-xl {
      font-size: var(--text-xl)
    }
    .fs-lg-xxl {
      font-size: var(--text-xxl)
    }

    .wd-lg-0 { width: 0%; }
    .wd-lg-5 { width: 5%; }
    .wd-lg-10 { width: 10%; }
    .wd-lg-15 { width: 15%; }
    .wd-lg-20 { width: 20%; }
    .wd-lg-25 { width: 25%; }
    .wd-lg-30 { width: 30%; }
    .wd-lg-35 { width: 35%; }
    .wd-lg-40 { width: 40%; }
    .wd-lg-45 { width: 45%; }
    .wd-lg-50 { width: 50%; }
    .wd-lg-55 { width: 55%; }
    .wd-lg-60 { width: 60%; }
    .wd-lg-65 { width: 65%; }
    .wd-lg-70 { width: 70%; }
    .wd-lg-75 { width: 75%; }
    .wd-lg-80 { width: 80%; }
    .wd-lg-85 { width: 85%; }
    .wd-lg-90 { width: 90%; }
    .wd-lg-95 { width: 95%; }
    .wd-lg-100 { width: 100%; }

    .hs-lg-0 { height: 0px; }
    .hs-lg-5 { height: 5px; }
    .hs-lg-10 { height: 10px; }
    .hs-lg-15 { height: 15px; }
    .hs-lg-20 { height: 20px; }
    .hs-lg-25 { height: 25px; }
    .hs-lg-30 { height: 30px; }
    .hs-lg-35 { height: 35px; }
    .hs-lg-40 { height: 40px; }
    .hs-lg-45 { height: 45px; }
    .hs-lg-50 { height: 50px; }
    .hs-lg-55 { height: 55px; }
    .hs-lg-60 { height: 60px; }
    .hs-lg-65 { height: 65px; }
    .hs-lg-70 { height: 70px; }
    .hs-lg-75 { height: 75px; }
    .hs-lg-80 { height: 80px; }
    .hs-lg-85 { height: 85px; }
    .hs-lg-90 { height: 90px; }
    .hs-lg-95 { height: 95px; }
    .hs-lg-100 { height: 100px; }
    .hs-lg-105 { height: 105px; }
    .hs-lg-110 { height: 110px; }
    .hs-lg-115 { height: 115px; }
    .hs-lg-120 { height: 120px; }
    .hs-lg-125 { height: 125px; }
    .hs-lg-130 { height: 130px; }
    .hs-lg-135 { height: 135px; }
    .hs-lg-140 { height: 140px; }
    .hs-lg-145 { height: 145px; }
    .hs-lg-150 { height: 150px; }
    .hs-lg-155 { height: 155px; }
    .hs-lg-160 { height: 160px; }
    .hs-lg-165 { height: 165px; }
    .hs-lg-170 { height: 170px; }
    .hs-lg-175 { height: 175px; }
    .hs-lg-180 { height: 180px; }
    .hs-lg-185 { height: 185px; }
    .hs-lg-190 { height: 190px; }
    .hs-lg-195 { height: 195px; }
    .hs-lg-200 { height: 200px; }
    .hs-lg-205 { height: 205px; }
    .hs-lg-210 { height: 210px; }
    .hs-lg-215 { height: 215px; }
    .hs-lg-220 { height: 220px; }
    .hs-lg-225 { height: 225px; }
    .hs-lg-230 { height: 230px; }
    .hs-lg-235 { height: 235px; }
    .hs-lg-240 { height: 240px; }
    .hs-lg-245 { height: 245px; }
    .hs-lg-250 { height: 250px; }
    .hs-lg-255 { height: 255px; }
    .hs-lg-260 { height: 260px; }
    .hs-lg-265 { height: 265px; }
    .hs-lg-270 { height: 270px; }
    .hs-lg-275 { height: 275px; }
    .hs-lg-280 { height: 280px; }
    .hs-lg-285 { height: 285px; }
    .hs-lg-290 { height: 290px; }
    .hs-lg-295 { height: 295px; }
    .hs-lg-300 { height: 300px; }

    /* border */

    .border-lg-top {
        border-top: 2px solid #ADADAD !important;
    }
    .border-lg-right {
        border-right: 2px solid #ADADAD !important;
    }
    .border-lg-bottom {
        border-bottom: 2px solid #ADADAD !important;
    }
    .border-lg-left {
        border-left: 2px solid #ADADAD !important;
    }
    .border-lg-top-0 {
        border-top: 0 !important;
    }
    .border-lg-right-0 {
        border-right: 0 !important;
    }
    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-lg-left-0 {
        border-left: 0 !important;
    }
    .border-lg-x {
        border-left: 2px solid #ADADAD !important;
        border-right: 2px solid #ADADAD !important;
    }
    .border-lg-y {
        border-top: 2px solid #ADADAD !important;
        border-bottom: 2px solid #ADADAD !important;
    }
    .border-lg {
        border-top: 2px solid #ADADAD !important;
        border-bottom: 2px solid #ADADAD !important;
        border-left: 2px solid #ADADAD !important;
        border-right: 2px solid #ADADAD !important;
    }
    .border-lg-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) { 

    /* font size */
    .fs-xl-xs {
      font-size: var(--text-xs);
    }
    .fs-xl-sm {
      font-size: var(--text-sm);
    }
    .fs-xl-reg {
      font-size: var(--text-reg);
    }
    .fs-xl-md {
      font-size: var(--text-md);
    }
    .fs-xl-lg {
      font-size: var(--text-lg);
    }
    .fs-xl-xl {
      font-size: var(--text-xl)
    }
    .fs-xl-xxl {
      font-size: var(--text-xxl)
    }

    .wd-xl-0 { width: 0%; }
    .wd-xl-5 { width: 5%; }
    .wd-xl-10 { width: 10%; }
    .wd-xl-15 { width: 15%; }
    .wd-xl-20 { width: 20%; }
    .wd-xl-25 { width: 25%; }
    .wd-xl-30 { width: 30%; }
    .wd-xl-35 { width: 35%; }
    .wd-xl-40 { width: 40%; }
    .wd-xl-45 { width: 45%; }
    .wd-xl-50 { width: 50%; }
    .wd-xl-55 { width: 55%; }
    .wd-xl-60 { width: 60%; }
    .wd-xl-65 { width: 65%; }
    .wd-xl-70 { width: 70%; }
    .wd-xl-75 { width: 75%; }
    .wd-xl-80 { width: 80%; }
    .wd-xl-85 { width: 85%; }
    .wd-xl-90 { width: 90%; }
    .wd-xl-95 { width: 95%; }
    .wd-xl-100 { width: 100%; }

    .hs-xl-0 { height: 0px; }
    .hs-xl-5 { height: 5px; }
    .hs-xl-10 { height: 10px; }
    .hs-xl-15 { height: 15px; }
    .hs-xl-20 { height: 20px; }
    .hs-xl-25 { height: 25px; }
    .hs-xl-30 { height: 30px; }
    .hs-xl-35 { height: 35px; }
    .hs-xl-40 { height: 40px; }
    .hs-xl-45 { height: 45px; }
    .hs-xl-50 { height: 50px; }
    .hs-xl-55 { height: 55px; }
    .hs-xl-60 { height: 60px; }
    .hs-xl-65 { height: 65px; }
    .hs-xl-70 { height: 70px; }
    .hs-xl-75 { height: 75px; }
    .hs-xl-80 { height: 80px; }
    .hs-xl-85 { height: 85px; }
    .hs-xl-90 { height: 90px; }
    .hs-xl-95 { height: 95px; }
    .hs-xl-100 { height: 100px; }
    .hs-xl-105 { height: 105px; }
    .hs-xl-110 { height: 110px; }
    .hs-xl-115 { height: 115px; }
    .hs-xl-120 { height: 120px; }
    .hs-xl-125 { height: 125px; }
    .hs-xl-130 { height: 130px; }
    .hs-xl-135 { height: 135px; }
    .hs-xl-140 { height: 140px; }
    .hs-xl-145 { height: 145px; }
    .hs-xl-150 { height: 150px; }
    .hs-xl-155 { height: 155px; }
    .hs-xl-160 { height: 160px; }
    .hs-xl-165 { height: 165px; }
    .hs-xl-170 { height: 170px; }
    .hs-xl-175 { height: 175px; }
    .hs-xl-180 { height: 180px; }
    .hs-xl-185 { height: 185px; }
    .hs-xl-190 { height: 190px; }
    .hs-xl-195 { height: 195px; }
    .hs-xl-200 { height: 200px; }
    .hs-xl-205 { height: 205px; }
    .hs-xl-210 { height: 210px; }
    .hs-xl-215 { height: 215px; }
    .hs-xl-220 { height: 220px; }
    .hs-xl-225 { height: 225px; }
    .hs-xl-230 { height: 230px; }
    .hs-xl-235 { height: 235px; }
    .hs-xl-240 { height: 240px; }
    .hs-xl-245 { height: 245px; }
    .hs-xl-250 { height: 250px; }
    .hs-xl-255 { height: 255px; }
    .hs-xl-260 { height: 260px; }
    .hs-xl-265 { height: 265px; }
    .hs-xl-270 { height: 270px; }
    .hs-xl-275 { height: 275px; }
    .hs-xl-280 { height: 280px; }
    .hs-xl-285 { height: 285px; }
    .hs-xl-290 { height: 290px; }
    .hs-xl-295 { height: 295px; }
    .hs-xl-300 { height: 300px; }


    /* border */
    .border-xl-top {
        border-top: 2px solid #ADADAD !important;
    }
    .border-xl-right {
        border-right: 2px solid #ADADAD !important;
    }
    .border-xl-bottom {
        border-bottom: 2px solid #ADADAD !important;
    }
    .border-xl-left {
        border-left: 2px solid #ADADAD !important;
    }
    .border-xl-top-0 {
        border-top: 0 !important;
    }
    .border-xl-right-0 {
        border-right: 0 !important;
    }
    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-xl-left-0 {
        border-left: 0 !important;
    }
    .border-xl-x {
        border-left: 2px solid #ADADAD !important;
        border-right: 2px solid #ADADAD !important;
    }
    .border-xl-y {
        border-top: 2px solid #ADADAD !important;
        border-bottom: 2px solid #ADADAD !important;
    }
    .border-xl {
        border-top: 2px solid #ADADAD !important;
        border-bottom: 2px solid #ADADAD !important;
        border-left: 2px solid #ADADAD !important;
        border-right: 2px solid #ADADAD !important;
    }
    .border-xl-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }


}



/* Extra extra large devices (large desktops, 1536px and up) */
@media (min-width: 1536px) { 

    /* font size */
    .fs-xxl-xs {
      font-size: var(--text-xs);
    }
    .fs-xxl-sm {
      font-size: var(--text-sm);
    }
    .fs-xxl-reg {
      font-size: var(--text-reg);
    }
    .fs-xxl-md {
      font-size: var(--text-md);
    }
    .fs-xxl-lg {
      font-size: var(--text-lg);
    }
    .fs-xxl-xl {
      font-size: var(--text-xl)
    }
    .fs-xxl-xxl {
      font-size: var(--text-xxl)
    }

    .wd-xxl-0 { width: 0%; }
    .wd-xxl-5 { width: 5%; }
    .wd-xxl-10 { width: 10%; }
    .wd-xxl-15 { width: 15%; }
    .wd-xxl-20 { width: 20%; }
    .wd-xxl-25 { width: 25%; }
    .wd-xxl-30 { width: 30%; }
    .wd-xxl-35 { width: 35%; }
    .wd-xxl-40 { width: 40%; }
    .wd-xxl-45 { width: 45%; }
    .wd-xxl-50 { width: 50%; }
    .wd-xxl-55 { width: 55%; }
    .wd-xxl-60 { width: 60%; }
    .wd-xxl-65 { width: 65%; }
    .wd-xxl-70 { width: 70%; }
    .wd-xxl-75 { width: 75%; }
    .wd-xxl-80 { width: 80%; }
    .wd-xxl-85 { width: 85%; }
    .wd-xxl-90 { width: 90%; }
    .wd-xxl-95 { width: 95%; }
    .wd-xxl-100 { width: 100%; }

    .hs-xxl-0 { height: 0px; }
    .hs-xxl-5 { height: 5px; }
    .hs-xxl-10 { height: 10px; }
    .hs-xxl-15 { height: 15px; }
    .hs-xxl-20 { height: 20px; }
    .hs-xxl-25 { height: 25px; }
    .hs-xxl-30 { height: 30px; }
    .hs-xxl-35 { height: 35px; }
    .hs-xxl-40 { height: 40px; }
    .hs-xxl-45 { height: 45px; }
    .hs-xxl-50 { height: 50px; }
    .hs-xxl-55 { height: 55px; }
    .hs-xxl-60 { height: 60px; }
    .hs-xxl-65 { height: 65px; }
    .hs-xxl-70 { height: 70px; }
    .hs-xxl-75 { height: 75px; }
    .hs-xxl-80 { height: 80px; }
    .hs-xxl-85 { height: 85px; }
    .hs-xxl-90 { height: 90px; }
    .hs-xxl-95 { height: 95px; }
    .hs-xxl-100 { height: 100px; }
    .hs-xxl-105 { height: 105px; }
    .hs-xxl-110 { height: 110px; }
    .hs-xxl-115 { height: 115px; }
    .hs-xxl-120 { height: 120px; }
    .hs-xxl-125 { height: 125px; }
    .hs-xxl-130 { height: 130px; }
    .hs-xxl-135 { height: 135px; }
    .hs-xxl-140 { height: 140px; }
    .hs-xxl-145 { height: 145px; }
    .hs-xxl-150 { height: 150px; }
    .hs-xxl-155 { height: 155px; }
    .hs-xxl-160 { height: 160px; }
    .hs-xxl-165 { height: 165px; }
    .hs-xxl-170 { height: 170px; }
    .hs-xxl-175 { height: 175px; }
    .hs-xxl-180 { height: 180px; }
    .hs-xxl-185 { height: 185px; }
    .hs-xxl-190 { height: 190px; }
    .hs-xxl-195 { height: 195px; }
    .hs-xxl-200 { height: 200px; }
    .hs-xxl-205 { height: 205px; }
    .hs-xxl-210 { height: 210px; }
    .hs-xxl-215 { height: 215px; }
    .hs-xxl-220 { height: 220px; }
    .hs-xxl-225 { height: 225px; }
    .hs-xxl-230 { height: 230px; }
    .hs-xxl-235 { height: 235px; }
    .hs-xxl-240 { height: 240px; }
    .hs-xxl-245 { height: 245px; }
    .hs-xxl-250 { height: 250px; }
    .hs-xxl-255 { height: 255px; }
    .hs-xxl-260 { height: 260px; }
    .hs-xxl-265 { height: 265px; }
    .hs-xxl-270 { height: 270px; }
    .hs-xxl-275 { height: 275px; }
    .hs-xxl-280 { height: 280px; }
    .hs-xxl-285 { height: 285px; }
    .hs-xxl-290 { height: 290px; }
    .hs-xxl-295 { height: 295px; }
    .hs-xxl-300 { height: 300px; }

}
