/*----------------------------------------------------------------------
    Template Name: Ashik Personal Portfolio HTML Template
    Template URI: https://ashik-html.vercel.app/
    Author: Codeefly
    Author URI:  https://codeefly.net/
    Version: 1.0

    Note: This is Main Style CSS File.
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    ## Common CSS
    ## Template Default Fonts & Fonts Styles
    ## Layout
    ## Button
    ## Helper
    ## Header
    ## Footer
    ## Breadcrumbs
    ## Banner
    ## About
    ## Portfolio
    ## Service
    ## Testimonial
    ## Blog
    ## Contact
    ## Others
    ## Animation

/* -------------------------------------------------------------- */
/* --------------------------------------------
    Common CSS
 ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

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

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

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.fs-0 {
  font-size: 0px;
}

.lh-0 {
  line-height: 0px;
}

.gap-0 {
  gap: 0px;
}

.br-0 {
  border-radius: 0px;
}

.h-0 {
  height: 0px;
}

.w-0 {
  width: 0px;
}

.m-1 {
  margin: 1px;
}

.p-1 {
  padding: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pr-1 {
  padding-right: 1px;
}

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

.lh-1 {
  line-height: 1px;
}

.gap-1 {
  gap: 1px;
}

.br-1 {
  border-radius: 1px;
}

.h-1 {
  height: 1px;
}

.w-1 {
  width: 1px;
}

.m-2 {
  margin: 2px;
}

.p-2 {
  padding: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pr-2 {
  padding-right: 2px;
}

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

.lh-2 {
  line-height: 2px;
}

.gap-2 {
  gap: 2px;
}

.br-2 {
  border-radius: 2px;
}

.h-2 {
  height: 2px;
}

.w-2 {
  width: 2px;
}

.m-3 {
  margin: 3px;
}

.p-3 {
  padding: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mt-3 {
  margin-top: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pr-3 {
  padding-right: 3px;
}

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

.lh-3 {
  line-height: 3px;
}

.gap-3 {
  gap: 3px;
}

.br-3 {
  border-radius: 3px;
}

.h-3 {
  height: 3px;
}

.w-3 {
  width: 3px;
}

.m-4 {
  margin: 4px;
}

.p-4 {
  padding: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px;
}

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

.lh-4 {
  line-height: 4px;
}

.gap-4 {
  gap: 4px;
}

.br-4 {
  border-radius: 4px;
}

.h-4 {
  height: 4px;
}

.w-4 {
  width: 4px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

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

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

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

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

.lh-5 {
  line-height: 5px;
}

.gap-5 {
  gap: 5px;
}

.br-5 {
  border-radius: 5px;
}

.h-5 {
  height: 5px;
}

.w-5 {
  width: 5px;
}

.m-6 {
  margin: 6px;
}

.p-6 {
  padding: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pr-6 {
  padding-right: 6px;
}

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

.lh-6 {
  line-height: 6px;
}

.gap-6 {
  gap: 6px;
}

.br-6 {
  border-radius: 6px;
}

.h-6 {
  height: 6px;
}

.w-6 {
  width: 6px;
}

.m-7 {
  margin: 7px;
}

.p-7 {
  padding: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mt-7 {
  margin-top: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pr-7 {
  padding-right: 7px;
}

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

.lh-7 {
  line-height: 7px;
}

.gap-7 {
  gap: 7px;
}

.br-7 {
  border-radius: 7px;
}

.h-7 {
  height: 7px;
}

.w-7 {
  width: 7px;
}

.m-8 {
  margin: 8px;
}

.p-8 {
  padding: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

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

.lh-8 {
  line-height: 8px;
}

.gap-8 {
  gap: 8px;
}

.br-8 {
  border-radius: 8px;
}

.h-8 {
  height: 8px;
}

.w-8 {
  width: 8px;
}

.m-9 {
  margin: 9px;
}

.p-9 {
  padding: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mt-9 {
  margin-top: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pr-9 {
  padding-right: 9px;
}

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

.lh-9 {
  line-height: 9px;
}

.gap-9 {
  gap: 9px;
}

.br-9 {
  border-radius: 9px;
}

.h-9 {
  height: 9px;
}

.w-9 {
  width: 9px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

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

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

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

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

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

.gap-10 {
  gap: 10px;
}

.br-10 {
  border-radius: 10px;
}

.h-10 {
  height: 10px;
}

.w-10 {
  width: 10px;
}

.m-11 {
  margin: 11px;
}

.p-11 {
  padding: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mt-11 {
  margin-top: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.pr-11 {
  padding-right: 11px;
}

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

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

.gap-11 {
  gap: 11px;
}

.br-11 {
  border-radius: 11px;
}

.h-11 {
  height: 11px;
}

.w-11 {
  width: 11px;
}

.m-12 {
  margin: 12px;
}

.p-12 {
  padding: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

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

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

.gap-12 {
  gap: 12px;
}

.br-12 {
  border-radius: 12px;
}

.h-12 {
  height: 12px;
}

.w-12 {
  width: 12px;
}

.m-13 {
  margin: 13px;
}

.p-13 {
  padding: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mt-13 {
  margin-top: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pr-13 {
  padding-right: 13px;
}

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

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

.gap-13 {
  gap: 13px;
}

.br-13 {
  border-radius: 13px;
}

.h-13 {
  height: 13px;
}

.w-13 {
  width: 13px;
}

.m-14 {
  margin: 14px;
}

.p-14 {
  padding: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pr-14 {
  padding-right: 14px;
}

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

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

.gap-14 {
  gap: 14px;
}

.br-14 {
  border-radius: 14px;
}

.h-14 {
  height: 14px;
}

.w-14 {
  width: 14px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

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

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

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

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

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

.gap-15 {
  gap: 15px;
}

.br-15 {
  border-radius: 15px;
}

.h-15 {
  height: 15px;
}

.w-15 {
  width: 15px;
}

.m-16 {
  margin: 16px;
}

.p-16 {
  padding: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

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

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

.gap-16 {
  gap: 16px;
}

.br-16 {
  border-radius: 16px;
}

.h-16 {
  height: 16px;
}

.w-16 {
  width: 16px;
}

.m-17 {
  margin: 17px;
}

.p-17 {
  padding: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mt-17 {
  margin-top: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pr-17 {
  padding-right: 17px;
}

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

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

.gap-17 {
  gap: 17px;
}

.br-17 {
  border-radius: 17px;
}

.h-17 {
  height: 17px;
}

.w-17 {
  width: 17px;
}

.m-18 {
  margin: 18px;
}

.p-18 {
  padding: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pr-18 {
  padding-right: 18px;
}

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

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

.gap-18 {
  gap: 18px;
}

.br-18 {
  border-radius: 18px;
}

.h-18 {
  height: 18px;
}

.w-18 {
  width: 18px;
}

.m-19 {
  margin: 19px;
}

.p-19 {
  padding: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mt-19 {
  margin-top: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.pr-19 {
  padding-right: 19px;
}

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

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

.gap-19 {
  gap: 19px;
}

.br-19 {
  border-radius: 19px;
}

.h-19 {
  height: 19px;
}

.w-19 {
  width: 19px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

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

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

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

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

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

.gap-20 {
  gap: 20px;
}

.br-20 {
  border-radius: 20px;
}

.h-20 {
  height: 20px;
}

.w-20 {
  width: 20px;
}

.m-21 {
  margin: 21px;
}

.p-21 {
  padding: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mt-21 {
  margin-top: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pt-21 {
  padding-top: 21px;
}

.pl-21 {
  padding-left: 21px;
}

.pr-21 {
  padding-right: 21px;
}

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

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

.gap-21 {
  gap: 21px;
}

.br-21 {
  border-radius: 21px;
}

.h-21 {
  height: 21px;
}

.w-21 {
  width: 21px;
}

.m-22 {
  margin: 22px;
}

.p-22 {
  padding: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mt-22 {
  margin-top: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pt-22 {
  padding-top: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pr-22 {
  padding-right: 22px;
}

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

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

.gap-22 {
  gap: 22px;
}

.br-22 {
  border-radius: 22px;
}

.h-22 {
  height: 22px;
}

.w-22 {
  width: 22px;
}

.m-23 {
  margin: 23px;
}

.p-23 {
  padding: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mt-23 {
  margin-top: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pt-23 {
  padding-top: 23px;
}

.pl-23 {
  padding-left: 23px;
}

.pr-23 {
  padding-right: 23px;
}

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

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

.gap-23 {
  gap: 23px;
}

.br-23 {
  border-radius: 23px;
}

.h-23 {
  height: 23px;
}

.w-23 {
  width: 23px;
}

.m-24 {
  margin: 24px;
}

.p-24 {
  padding: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

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

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

.gap-24 {
  gap: 24px;
}

.br-24 {
  border-radius: 24px;
}

.h-24 {
  height: 24px;
}

.w-24 {
  width: 24px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

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

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

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

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

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

.gap-25 {
  gap: 25px;
}

.br-25 {
  border-radius: 25px;
}

.h-25 {
  height: 25px;
}

.w-25 {
  width: 25px;
}

.m-26 {
  margin: 26px;
}

.p-26 {
  padding: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mt-26 {
  margin-top: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pt-26 {
  padding-top: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.pr-26 {
  padding-right: 26px;
}

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

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

.gap-26 {
  gap: 26px;
}

.br-26 {
  border-radius: 26px;
}

.h-26 {
  height: 26px;
}

.w-26 {
  width: 26px;
}

.m-27 {
  margin: 27px;
}

.p-27 {
  padding: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mt-27 {
  margin-top: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pt-27 {
  padding-top: 27px;
}

.pl-27 {
  padding-left: 27px;
}

.pr-27 {
  padding-right: 27px;
}

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

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

.gap-27 {
  gap: 27px;
}

.br-27 {
  border-radius: 27px;
}

.h-27 {
  height: 27px;
}

.w-27 {
  width: 27px;
}

.m-28 {
  margin: 28px;
}

.p-28 {
  padding: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pr-28 {
  padding-right: 28px;
}

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

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

.gap-28 {
  gap: 28px;
}

.br-28 {
  border-radius: 28px;
}

.h-28 {
  height: 28px;
}

.w-28 {
  width: 28px;
}

.m-29 {
  margin: 29px;
}

.p-29 {
  padding: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mt-29 {
  margin-top: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pt-29 {
  padding-top: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pr-29 {
  padding-right: 29px;
}

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

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

.gap-29 {
  gap: 29px;
}

.br-29 {
  border-radius: 29px;
}

.h-29 {
  height: 29px;
}

.w-29 {
  width: 29px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

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

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

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

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

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

.gap-30 {
  gap: 30px;
}

.br-30 {
  border-radius: 30px;
}

.h-30 {
  height: 30px;
}

.w-30 {
  width: 30px;
}

.m-31 {
  margin: 31px;
}

.p-31 {
  padding: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mt-31 {
  margin-top: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.pb-31 {
  padding-bottom: 31px;
}

.pt-31 {
  padding-top: 31px;
}

.pl-31 {
  padding-left: 31px;
}

.pr-31 {
  padding-right: 31px;
}

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

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

.gap-31 {
  gap: 31px;
}

.br-31 {
  border-radius: 31px;
}

.h-31 {
  height: 31px;
}

.w-31 {
  width: 31px;
}

.m-32 {
  margin: 32px;
}

.p-32 {
  padding: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

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

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

.gap-32 {
  gap: 32px;
}

.br-32 {
  border-radius: 32px;
}

.h-32 {
  height: 32px;
}

.w-32 {
  width: 32px;
}

.m-33 {
  margin: 33px;
}

.p-33 {
  padding: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mt-33 {
  margin-top: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.pt-33 {
  padding-top: 33px;
}

.pl-33 {
  padding-left: 33px;
}

.pr-33 {
  padding-right: 33px;
}

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

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

.gap-33 {
  gap: 33px;
}

.br-33 {
  border-radius: 33px;
}

.h-33 {
  height: 33px;
}

.w-33 {
  width: 33px;
}

.m-34 {
  margin: 34px;
}

.p-34 {
  padding: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mt-34 {
  margin-top: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pt-34 {
  padding-top: 34px;
}

.pl-34 {
  padding-left: 34px;
}

.pr-34 {
  padding-right: 34px;
}

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

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

.gap-34 {
  gap: 34px;
}

.br-34 {
  border-radius: 34px;
}

.h-34 {
  height: 34px;
}

.w-34 {
  width: 34px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

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

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

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

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

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

.gap-35 {
  gap: 35px;
}

.br-35 {
  border-radius: 35px;
}

.h-35 {
  height: 35px;
}

.w-35 {
  width: 35px;
}

.m-36 {
  margin: 36px;
}

.p-36 {
  padding: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pr-36 {
  padding-right: 36px;
}

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

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

.gap-36 {
  gap: 36px;
}

.br-36 {
  border-radius: 36px;
}

.h-36 {
  height: 36px;
}

.w-36 {
  width: 36px;
}

.m-37 {
  margin: 37px;
}

.p-37 {
  padding: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mt-37 {
  margin-top: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pt-37 {
  padding-top: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.pr-37 {
  padding-right: 37px;
}

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

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

.gap-37 {
  gap: 37px;
}

.br-37 {
  border-radius: 37px;
}

.h-37 {
  height: 37px;
}

.w-37 {
  width: 37px;
}

.m-38 {
  margin: 38px;
}

.p-38 {
  padding: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mt-38 {
  margin-top: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pt-38 {
  padding-top: 38px;
}

.pl-38 {
  padding-left: 38px;
}

.pr-38 {
  padding-right: 38px;
}

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

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

.gap-38 {
  gap: 38px;
}

.br-38 {
  border-radius: 38px;
}

.h-38 {
  height: 38px;
}

.w-38 {
  width: 38px;
}

.m-39 {
  margin: 39px;
}

.p-39 {
  padding: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mt-39 {
  margin-top: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pt-39 {
  padding-top: 39px;
}

.pl-39 {
  padding-left: 39px;
}

.pr-39 {
  padding-right: 39px;
}

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

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

.gap-39 {
  gap: 39px;
}

.br-39 {
  border-radius: 39px;
}

.h-39 {
  height: 39px;
}

.w-39 {
  width: 39px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

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

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

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

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

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

.gap-40 {
  gap: 40px;
}

.br-40 {
  border-radius: 40px;
}

.h-40 {
  height: 40px;
}

.w-40 {
  width: 40px;
}

.m-41 {
  margin: 41px;
}

.p-41 {
  padding: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mt-41 {
  margin-top: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.pb-41 {
  padding-bottom: 41px;
}

.pt-41 {
  padding-top: 41px;
}

.pl-41 {
  padding-left: 41px;
}

.pr-41 {
  padding-right: 41px;
}

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

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

.gap-41 {
  gap: 41px;
}

.br-41 {
  border-radius: 41px;
}

.h-41 {
  height: 41px;
}

.w-41 {
  width: 41px;
}

.m-42 {
  margin: 42px;
}

.p-42 {
  padding: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mt-42 {
  margin-top: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pt-42 {
  padding-top: 42px;
}

.pl-42 {
  padding-left: 42px;
}

.pr-42 {
  padding-right: 42px;
}

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

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

.gap-42 {
  gap: 42px;
}

.br-42 {
  border-radius: 42px;
}

.h-42 {
  height: 42px;
}

.w-42 {
  width: 42px;
}

.m-43 {
  margin: 43px;
}

.p-43 {
  padding: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mt-43 {
  margin-top: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.pb-43 {
  padding-bottom: 43px;
}

.pt-43 {
  padding-top: 43px;
}

.pl-43 {
  padding-left: 43px;
}

.pr-43 {
  padding-right: 43px;
}

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

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

.gap-43 {
  gap: 43px;
}

.br-43 {
  border-radius: 43px;
}

.h-43 {
  height: 43px;
}

.w-43 {
  width: 43px;
}

.m-44 {
  margin: 44px;
}

.p-44 {
  padding: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pr-44 {
  padding-right: 44px;
}

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

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

.gap-44 {
  gap: 44px;
}

.br-44 {
  border-radius: 44px;
}

.h-44 {
  height: 44px;
}

.w-44 {
  width: 44px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

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

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

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

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

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

.gap-45 {
  gap: 45px;
}

.br-45 {
  border-radius: 45px;
}

.h-45 {
  height: 45px;
}

.w-45 {
  width: 45px;
}

.m-46 {
  margin: 46px;
}

.p-46 {
  padding: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mt-46 {
  margin-top: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pt-46 {
  padding-top: 46px;
}

.pl-46 {
  padding-left: 46px;
}

.pr-46 {
  padding-right: 46px;
}

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

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

.gap-46 {
  gap: 46px;
}

.br-46 {
  border-radius: 46px;
}

.h-46 {
  height: 46px;
}

.w-46 {
  width: 46px;
}

.m-47 {
  margin: 47px;
}

.p-47 {
  padding: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mt-47 {
  margin-top: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pt-47 {
  padding-top: 47px;
}

.pl-47 {
  padding-left: 47px;
}

.pr-47 {
  padding-right: 47px;
}

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

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

.gap-47 {
  gap: 47px;
}

.br-47 {
  border-radius: 47px;
}

.h-47 {
  height: 47px;
}

.w-47 {
  width: 47px;
}

.m-48 {
  margin: 48px;
}

.p-48 {
  padding: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pr-48 {
  padding-right: 48px;
}

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

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

.gap-48 {
  gap: 48px;
}

.br-48 {
  border-radius: 48px;
}

.h-48 {
  height: 48px;
}

.w-48 {
  width: 48px;
}

.m-49 {
  margin: 49px;
}

.p-49 {
  padding: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mt-49 {
  margin-top: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.pb-49 {
  padding-bottom: 49px;
}

.pt-49 {
  padding-top: 49px;
}

.pl-49 {
  padding-left: 49px;
}

.pr-49 {
  padding-right: 49px;
}

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

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

.gap-49 {
  gap: 49px;
}

.br-49 {
  border-radius: 49px;
}

.h-49 {
  height: 49px;
}

.w-49 {
  width: 49px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

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

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

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

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

.lh-50 {
  line-height: 50px;
}

.gap-50 {
  gap: 50px;
}

.br-50 {
  border-radius: 50px;
}

.h-50 {
  height: 50px;
}

.w-50 {
  width: 50px;
}

.m-51 {
  margin: 51px;
}

.p-51 {
  padding: 51px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mt-51 {
  margin-top: 51px;
}

.ml-51 {
  margin-left: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.pb-51 {
  padding-bottom: 51px;
}

.pt-51 {
  padding-top: 51px;
}

.pl-51 {
  padding-left: 51px;
}

.pr-51 {
  padding-right: 51px;
}

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

.lh-51 {
  line-height: 51px;
}

.gap-51 {
  gap: 51px;
}

.br-51 {
  border-radius: 51px;
}

.h-51 {
  height: 51px;
}

.w-51 {
  width: 51px;
}

.m-52 {
  margin: 52px;
}

.p-52 {
  padding: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mt-52 {
  margin-top: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pr-52 {
  padding-right: 52px;
}

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

.lh-52 {
  line-height: 52px;
}

.gap-52 {
  gap: 52px;
}

.br-52 {
  border-radius: 52px;
}

.h-52 {
  height: 52px;
}

.w-52 {
  width: 52px;
}

.m-53 {
  margin: 53px;
}

.p-53 {
  padding: 53px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mt-53 {
  margin-top: 53px;
}

.ml-53 {
  margin-left: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.pb-53 {
  padding-bottom: 53px;
}

.pt-53 {
  padding-top: 53px;
}

.pl-53 {
  padding-left: 53px;
}

.pr-53 {
  padding-right: 53px;
}

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

.lh-53 {
  line-height: 53px;
}

.gap-53 {
  gap: 53px;
}

.br-53 {
  border-radius: 53px;
}

.h-53 {
  height: 53px;
}

.w-53 {
  width: 53px;
}

.m-54 {
  margin: 54px;
}

.p-54 {
  padding: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mt-54 {
  margin-top: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pt-54 {
  padding-top: 54px;
}

.pl-54 {
  padding-left: 54px;
}

.pr-54 {
  padding-right: 54px;
}

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

.lh-54 {
  line-height: 54px;
}

.gap-54 {
  gap: 54px;
}

.br-54 {
  border-radius: 54px;
}

.h-54 {
  height: 54px;
}

.w-54 {
  width: 54px;
}

.m-55 {
  margin: 55px;
}

.p-55 {
  padding: 55px;
}

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

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

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

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

.lh-55 {
  line-height: 55px;
}

.gap-55 {
  gap: 55px;
}

.br-55 {
  border-radius: 55px;
}

.h-55 {
  height: 55px;
}

.w-55 {
  width: 55px;
}

.m-56 {
  margin: 56px;
}

.p-56 {
  padding: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pr-56 {
  padding-right: 56px;
}

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

.lh-56 {
  line-height: 56px;
}

.gap-56 {
  gap: 56px;
}

.br-56 {
  border-radius: 56px;
}

.h-56 {
  height: 56px;
}

.w-56 {
  width: 56px;
}

.m-57 {
  margin: 57px;
}

.p-57 {
  padding: 57px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mt-57 {
  margin-top: 57px;
}

.ml-57 {
  margin-left: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.pb-57 {
  padding-bottom: 57px;
}

.pt-57 {
  padding-top: 57px;
}

.pl-57 {
  padding-left: 57px;
}

.pr-57 {
  padding-right: 57px;
}

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

.lh-57 {
  line-height: 57px;
}

.gap-57 {
  gap: 57px;
}

.br-57 {
  border-radius: 57px;
}

.h-57 {
  height: 57px;
}

.w-57 {
  width: 57px;
}

.m-58 {
  margin: 58px;
}

.p-58 {
  padding: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mt-58 {
  margin-top: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pt-58 {
  padding-top: 58px;
}

.pl-58 {
  padding-left: 58px;
}

.pr-58 {
  padding-right: 58px;
}

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

.lh-58 {
  line-height: 58px;
}

.gap-58 {
  gap: 58px;
}

.br-58 {
  border-radius: 58px;
}

.h-58 {
  height: 58px;
}

.w-58 {
  width: 58px;
}

.m-59 {
  margin: 59px;
}

.p-59 {
  padding: 59px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mt-59 {
  margin-top: 59px;
}

.ml-59 {
  margin-left: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.pb-59 {
  padding-bottom: 59px;
}

.pt-59 {
  padding-top: 59px;
}

.pl-59 {
  padding-left: 59px;
}

.pr-59 {
  padding-right: 59px;
}

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

.lh-59 {
  line-height: 59px;
}

.gap-59 {
  gap: 59px;
}

.br-59 {
  border-radius: 59px;
}

.h-59 {
  height: 59px;
}

.w-59 {
  width: 59px;
}

.m-60 {
  margin: 60px;
}

.p-60 {
  padding: 60px;
}

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

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

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

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

.lh-60 {
  line-height: 60px;
}

.gap-60 {
  gap: 60px;
}

.br-60 {
  border-radius: 60px;
}

.h-60 {
  height: 60px;
}

.w-60 {
  width: 60px;
}

.m-61 {
  margin: 61px;
}

.p-61 {
  padding: 61px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mt-61 {
  margin-top: 61px;
}

.ml-61 {
  margin-left: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.pb-61 {
  padding-bottom: 61px;
}

.pt-61 {
  padding-top: 61px;
}

.pl-61 {
  padding-left: 61px;
}

.pr-61 {
  padding-right: 61px;
}

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

.lh-61 {
  line-height: 61px;
}

.gap-61 {
  gap: 61px;
}

.br-61 {
  border-radius: 61px;
}

.h-61 {
  height: 61px;
}

.w-61 {
  width: 61px;
}

.m-62 {
  margin: 62px;
}

.p-62 {
  padding: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mt-62 {
  margin-top: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pt-62 {
  padding-top: 62px;
}

.pl-62 {
  padding-left: 62px;
}

.pr-62 {
  padding-right: 62px;
}

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

.lh-62 {
  line-height: 62px;
}

.gap-62 {
  gap: 62px;
}

.br-62 {
  border-radius: 62px;
}

.h-62 {
  height: 62px;
}

.w-62 {
  width: 62px;
}

.m-63 {
  margin: 63px;
}

.p-63 {
  padding: 63px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mt-63 {
  margin-top: 63px;
}

.ml-63 {
  margin-left: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.pb-63 {
  padding-bottom: 63px;
}

.pt-63 {
  padding-top: 63px;
}

.pl-63 {
  padding-left: 63px;
}

.pr-63 {
  padding-right: 63px;
}

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

.lh-63 {
  line-height: 63px;
}

.gap-63 {
  gap: 63px;
}

.br-63 {
  border-radius: 63px;
}

.h-63 {
  height: 63px;
}

.w-63 {
  width: 63px;
}

.m-64 {
  margin: 64px;
}

.p-64 {
  padding: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pr-64 {
  padding-right: 64px;
}

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

.lh-64 {
  line-height: 64px;
}

.gap-64 {
  gap: 64px;
}

.br-64 {
  border-radius: 64px;
}

.h-64 {
  height: 64px;
}

.w-64 {
  width: 64px;
}

.m-65 {
  margin: 65px;
}

.p-65 {
  padding: 65px;
}

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

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

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

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

.lh-65 {
  line-height: 65px;
}

.gap-65 {
  gap: 65px;
}

.br-65 {
  border-radius: 65px;
}

.h-65 {
  height: 65px;
}

.w-65 {
  width: 65px;
}

.m-66 {
  margin: 66px;
}

.p-66 {
  padding: 66px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mt-66 {
  margin-top: 66px;
}

.ml-66 {
  margin-left: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pt-66 {
  padding-top: 66px;
}

.pl-66 {
  padding-left: 66px;
}

.pr-66 {
  padding-right: 66px;
}

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

.lh-66 {
  line-height: 66px;
}

.gap-66 {
  gap: 66px;
}

.br-66 {
  border-radius: 66px;
}

.h-66 {
  height: 66px;
}

.w-66 {
  width: 66px;
}

.m-67 {
  margin: 67px;
}

.p-67 {
  padding: 67px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mt-67 {
  margin-top: 67px;
}

.ml-67 {
  margin-left: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.pb-67 {
  padding-bottom: 67px;
}

.pt-67 {
  padding-top: 67px;
}

.pl-67 {
  padding-left: 67px;
}

.pr-67 {
  padding-right: 67px;
}

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

.lh-67 {
  line-height: 67px;
}

.gap-67 {
  gap: 67px;
}

.br-67 {
  border-radius: 67px;
}

.h-67 {
  height: 67px;
}

.w-67 {
  width: 67px;
}

.m-68 {
  margin: 68px;
}

.p-68 {
  padding: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mt-68 {
  margin-top: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pt-68 {
  padding-top: 68px;
}

.pl-68 {
  padding-left: 68px;
}

.pr-68 {
  padding-right: 68px;
}

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

.lh-68 {
  line-height: 68px;
}

.gap-68 {
  gap: 68px;
}

.br-68 {
  border-radius: 68px;
}

.h-68 {
  height: 68px;
}

.w-68 {
  width: 68px;
}

.m-69 {
  margin: 69px;
}

.p-69 {
  padding: 69px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mt-69 {
  margin-top: 69px;
}

.ml-69 {
  margin-left: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.pb-69 {
  padding-bottom: 69px;
}

.pt-69 {
  padding-top: 69px;
}

.pl-69 {
  padding-left: 69px;
}

.pr-69 {
  padding-right: 69px;
}

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

.lh-69 {
  line-height: 69px;
}

.gap-69 {
  gap: 69px;
}

.br-69 {
  border-radius: 69px;
}

.h-69 {
  height: 69px;
}

.w-69 {
  width: 69px;
}

.m-70 {
  margin: 70px;
}

.p-70 {
  padding: 70px;
}

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

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

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

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

.lh-70 {
  line-height: 70px;
}

.gap-70 {
  gap: 70px;
}

.br-70 {
  border-radius: 70px;
}

.h-70 {
  height: 70px;
}

.w-70 {
  width: 70px;
}

.m-71 {
  margin: 71px;
}

.p-71 {
  padding: 71px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mt-71 {
  margin-top: 71px;
}

.ml-71 {
  margin-left: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.pb-71 {
  padding-bottom: 71px;
}

.pt-71 {
  padding-top: 71px;
}

.pl-71 {
  padding-left: 71px;
}

.pr-71 {
  padding-right: 71px;
}

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

.lh-71 {
  line-height: 71px;
}

.gap-71 {
  gap: 71px;
}

.br-71 {
  border-radius: 71px;
}

.h-71 {
  height: 71px;
}

.w-71 {
  width: 71px;
}

.m-72 {
  margin: 72px;
}

.p-72 {
  padding: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pr-72 {
  padding-right: 72px;
}

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

.lh-72 {
  line-height: 72px;
}

.gap-72 {
  gap: 72px;
}

.br-72 {
  border-radius: 72px;
}

.h-72 {
  height: 72px;
}

.w-72 {
  width: 72px;
}

.m-73 {
  margin: 73px;
}

.p-73 {
  padding: 73px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mt-73 {
  margin-top: 73px;
}

.ml-73 {
  margin-left: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.pb-73 {
  padding-bottom: 73px;
}

.pt-73 {
  padding-top: 73px;
}

.pl-73 {
  padding-left: 73px;
}

.pr-73 {
  padding-right: 73px;
}

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

.lh-73 {
  line-height: 73px;
}

.gap-73 {
  gap: 73px;
}

.br-73 {
  border-radius: 73px;
}

.h-73 {
  height: 73px;
}

.w-73 {
  width: 73px;
}

.m-74 {
  margin: 74px;
}

.p-74 {
  padding: 74px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mt-74 {
  margin-top: 74px;
}

.ml-74 {
  margin-left: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.pb-74 {
  padding-bottom: 74px;
}

.pt-74 {
  padding-top: 74px;
}

.pl-74 {
  padding-left: 74px;
}

.pr-74 {
  padding-right: 74px;
}

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

.lh-74 {
  line-height: 74px;
}

.gap-74 {
  gap: 74px;
}

.br-74 {
  border-radius: 74px;
}

.h-74 {
  height: 74px;
}

.w-74 {
  width: 74px;
}

.m-75 {
  margin: 75px;
}

.p-75 {
  padding: 75px;
}

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

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

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

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

.lh-75 {
  line-height: 75px;
}

.gap-75 {
  gap: 75px;
}

.br-75 {
  border-radius: 75px;
}

.h-75 {
  height: 75px;
}

.w-75 {
  width: 75px;
}

.m-76 {
  margin: 76px;
}

.p-76 {
  padding: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mt-76 {
  margin-top: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pt-76 {
  padding-top: 76px;
}

.pl-76 {
  padding-left: 76px;
}

.pr-76 {
  padding-right: 76px;
}

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

.lh-76 {
  line-height: 76px;
}

.gap-76 {
  gap: 76px;
}

.br-76 {
  border-radius: 76px;
}

.h-76 {
  height: 76px;
}

.w-76 {
  width: 76px;
}

.m-77 {
  margin: 77px;
}

.p-77 {
  padding: 77px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mt-77 {
  margin-top: 77px;
}

.ml-77 {
  margin-left: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.pb-77 {
  padding-bottom: 77px;
}

.pt-77 {
  padding-top: 77px;
}

.pl-77 {
  padding-left: 77px;
}

.pr-77 {
  padding-right: 77px;
}

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

.lh-77 {
  line-height: 77px;
}

.gap-77 {
  gap: 77px;
}

.br-77 {
  border-radius: 77px;
}

.h-77 {
  height: 77px;
}

.w-77 {
  width: 77px;
}

.m-78 {
  margin: 78px;
}

.p-78 {
  padding: 78px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mt-78 {
  margin-top: 78px;
}

.ml-78 {
  margin-left: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.pb-78 {
  padding-bottom: 78px;
}

.pt-78 {
  padding-top: 78px;
}

.pl-78 {
  padding-left: 78px;
}

.pr-78 {
  padding-right: 78px;
}

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

.lh-78 {
  line-height: 78px;
}

.gap-78 {
  gap: 78px;
}

.br-78 {
  border-radius: 78px;
}

.h-78 {
  height: 78px;
}

.w-78 {
  width: 78px;
}

.m-79 {
  margin: 79px;
}

.p-79 {
  padding: 79px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mt-79 {
  margin-top: 79px;
}

.ml-79 {
  margin-left: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.pb-79 {
  padding-bottom: 79px;
}

.pt-79 {
  padding-top: 79px;
}

.pl-79 {
  padding-left: 79px;
}

.pr-79 {
  padding-right: 79px;
}

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

.lh-79 {
  line-height: 79px;
}

.gap-79 {
  gap: 79px;
}

.br-79 {
  border-radius: 79px;
}

.h-79 {
  height: 79px;
}

.w-79 {
  width: 79px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

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

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

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

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

.lh-80 {
  line-height: 80px;
}

.gap-80 {
  gap: 80px;
}

.br-80 {
  border-radius: 80px;
}

.h-80 {
  height: 80px;
}

.w-80 {
  width: 80px;
}

.m-81 {
  margin: 81px;
}

.p-81 {
  padding: 81px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mt-81 {
  margin-top: 81px;
}

.ml-81 {
  margin-left: 81px;
}

.mr-81 {
  margin-right: 81px;
}

.pb-81 {
  padding-bottom: 81px;
}

.pt-81 {
  padding-top: 81px;
}

.pl-81 {
  padding-left: 81px;
}

.pr-81 {
  padding-right: 81px;
}

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

.lh-81 {
  line-height: 81px;
}

.gap-81 {
  gap: 81px;
}

.br-81 {
  border-radius: 81px;
}

.h-81 {
  height: 81px;
}

.w-81 {
  width: 81px;
}

.m-82 {
  margin: 82px;
}

.p-82 {
  padding: 82px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mt-82 {
  margin-top: 82px;
}

.ml-82 {
  margin-left: 82px;
}

.mr-82 {
  margin-right: 82px;
}

.pb-82 {
  padding-bottom: 82px;
}

.pt-82 {
  padding-top: 82px;
}

.pl-82 {
  padding-left: 82px;
}

.pr-82 {
  padding-right: 82px;
}

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

.lh-82 {
  line-height: 82px;
}

.gap-82 {
  gap: 82px;
}

.br-82 {
  border-radius: 82px;
}

.h-82 {
  height: 82px;
}

.w-82 {
  width: 82px;
}

.m-83 {
  margin: 83px;
}

.p-83 {
  padding: 83px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mt-83 {
  margin-top: 83px;
}

.ml-83 {
  margin-left: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.pb-83 {
  padding-bottom: 83px;
}

.pt-83 {
  padding-top: 83px;
}

.pl-83 {
  padding-left: 83px;
}

.pr-83 {
  padding-right: 83px;
}

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

.lh-83 {
  line-height: 83px;
}

.gap-83 {
  gap: 83px;
}

.br-83 {
  border-radius: 83px;
}

.h-83 {
  height: 83px;
}

.w-83 {
  width: 83px;
}

.m-84 {
  margin: 84px;
}

.p-84 {
  padding: 84px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mt-84 {
  margin-top: 84px;
}

.ml-84 {
  margin-left: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pt-84 {
  padding-top: 84px;
}

.pl-84 {
  padding-left: 84px;
}

.pr-84 {
  padding-right: 84px;
}

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

.lh-84 {
  line-height: 84px;
}

.gap-84 {
  gap: 84px;
}

.br-84 {
  border-radius: 84px;
}

.h-84 {
  height: 84px;
}

.w-84 {
  width: 84px;
}

.m-85 {
  margin: 85px;
}

.p-85 {
  padding: 85px;
}

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

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

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

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

.lh-85 {
  line-height: 85px;
}

.gap-85 {
  gap: 85px;
}

.br-85 {
  border-radius: 85px;
}

.h-85 {
  height: 85px;
}

.w-85 {
  width: 85px;
}

.m-86 {
  margin: 86px;
}

.p-86 {
  padding: 86px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mt-86 {
  margin-top: 86px;
}

.ml-86 {
  margin-left: 86px;
}

.mr-86 {
  margin-right: 86px;
}

.pb-86 {
  padding-bottom: 86px;
}

.pt-86 {
  padding-top: 86px;
}

.pl-86 {
  padding-left: 86px;
}

.pr-86 {
  padding-right: 86px;
}

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

.lh-86 {
  line-height: 86px;
}

.gap-86 {
  gap: 86px;
}

.br-86 {
  border-radius: 86px;
}

.h-86 {
  height: 86px;
}

.w-86 {
  width: 86px;
}

.m-87 {
  margin: 87px;
}

.p-87 {
  padding: 87px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mt-87 {
  margin-top: 87px;
}

.ml-87 {
  margin-left: 87px;
}

.mr-87 {
  margin-right: 87px;
}

.pb-87 {
  padding-bottom: 87px;
}

.pt-87 {
  padding-top: 87px;
}

.pl-87 {
  padding-left: 87px;
}

.pr-87 {
  padding-right: 87px;
}

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

.lh-87 {
  line-height: 87px;
}

.gap-87 {
  gap: 87px;
}

.br-87 {
  border-radius: 87px;
}

.h-87 {
  height: 87px;
}

.w-87 {
  width: 87px;
}

.m-88 {
  margin: 88px;
}

.p-88 {
  padding: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mt-88 {
  margin-top: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pt-88 {
  padding-top: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.pr-88 {
  padding-right: 88px;
}

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

.lh-88 {
  line-height: 88px;
}

.gap-88 {
  gap: 88px;
}

.br-88 {
  border-radius: 88px;
}

.h-88 {
  height: 88px;
}

.w-88 {
  width: 88px;
}

.m-89 {
  margin: 89px;
}

.p-89 {
  padding: 89px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mt-89 {
  margin-top: 89px;
}

.ml-89 {
  margin-left: 89px;
}

.mr-89 {
  margin-right: 89px;
}

.pb-89 {
  padding-bottom: 89px;
}

.pt-89 {
  padding-top: 89px;
}

.pl-89 {
  padding-left: 89px;
}

.pr-89 {
  padding-right: 89px;
}

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

.lh-89 {
  line-height: 89px;
}

.gap-89 {
  gap: 89px;
}

.br-89 {
  border-radius: 89px;
}

.h-89 {
  height: 89px;
}

.w-89 {
  width: 89px;
}

.m-90 {
  margin: 90px;
}

.p-90 {
  padding: 90px;
}

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

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

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

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

.lh-90 {
  line-height: 90px;
}

.gap-90 {
  gap: 90px;
}

.br-90 {
  border-radius: 90px;
}

.h-90 {
  height: 90px;
}

.w-90 {
  width: 90px;
}

.m-91 {
  margin: 91px;
}

.p-91 {
  padding: 91px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mt-91 {
  margin-top: 91px;
}

.ml-91 {
  margin-left: 91px;
}

.mr-91 {
  margin-right: 91px;
}

.pb-91 {
  padding-bottom: 91px;
}

.pt-91 {
  padding-top: 91px;
}

.pl-91 {
  padding-left: 91px;
}

.pr-91 {
  padding-right: 91px;
}

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

.lh-91 {
  line-height: 91px;
}

.gap-91 {
  gap: 91px;
}

.br-91 {
  border-radius: 91px;
}

.h-91 {
  height: 91px;
}

.w-91 {
  width: 91px;
}

.m-92 {
  margin: 92px;
}

.p-92 {
  padding: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mt-92 {
  margin-top: 92px;
}

.ml-92 {
  margin-left: 92px;
}

.mr-92 {
  margin-right: 92px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pt-92 {
  padding-top: 92px;
}

.pl-92 {
  padding-left: 92px;
}

.pr-92 {
  padding-right: 92px;
}

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

.lh-92 {
  line-height: 92px;
}

.gap-92 {
  gap: 92px;
}

.br-92 {
  border-radius: 92px;
}

.h-92 {
  height: 92px;
}

.w-92 {
  width: 92px;
}

.m-93 {
  margin: 93px;
}

.p-93 {
  padding: 93px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mt-93 {
  margin-top: 93px;
}

.ml-93 {
  margin-left: 93px;
}

.mr-93 {
  margin-right: 93px;
}

.pb-93 {
  padding-bottom: 93px;
}

.pt-93 {
  padding-top: 93px;
}

.pl-93 {
  padding-left: 93px;
}

.pr-93 {
  padding-right: 93px;
}

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

.lh-93 {
  line-height: 93px;
}

.gap-93 {
  gap: 93px;
}

.br-93 {
  border-radius: 93px;
}

.h-93 {
  height: 93px;
}

.w-93 {
  width: 93px;
}

.m-94 {
  margin: 94px;
}

.p-94 {
  padding: 94px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mt-94 {
  margin-top: 94px;
}

.ml-94 {
  margin-left: 94px;
}

.mr-94 {
  margin-right: 94px;
}

.pb-94 {
  padding-bottom: 94px;
}

.pt-94 {
  padding-top: 94px;
}

.pl-94 {
  padding-left: 94px;
}

.pr-94 {
  padding-right: 94px;
}

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

.lh-94 {
  line-height: 94px;
}

.gap-94 {
  gap: 94px;
}

.br-94 {
  border-radius: 94px;
}

.h-94 {
  height: 94px;
}

.w-94 {
  width: 94px;
}

.m-95 {
  margin: 95px;
}

.p-95 {
  padding: 95px;
}

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

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

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

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

.lh-95 {
  line-height: 95px;
}

.gap-95 {
  gap: 95px;
}

.br-95 {
  border-radius: 95px;
}

.h-95 {
  height: 95px;
}

.w-95 {
  width: 95px;
}

.m-96 {
  margin: 96px;
}

.p-96 {
  padding: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pr-96 {
  padding-right: 96px;
}

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

.lh-96 {
  line-height: 96px;
}

.gap-96 {
  gap: 96px;
}

.br-96 {
  border-radius: 96px;
}

.h-96 {
  height: 96px;
}

.w-96 {
  width: 96px;
}

.m-97 {
  margin: 97px;
}

.p-97 {
  padding: 97px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mt-97 {
  margin-top: 97px;
}

.ml-97 {
  margin-left: 97px;
}

.mr-97 {
  margin-right: 97px;
}

.pb-97 {
  padding-bottom: 97px;
}

.pt-97 {
  padding-top: 97px;
}

.pl-97 {
  padding-left: 97px;
}

.pr-97 {
  padding-right: 97px;
}

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

.lh-97 {
  line-height: 97px;
}

.gap-97 {
  gap: 97px;
}

.br-97 {
  border-radius: 97px;
}

.h-97 {
  height: 97px;
}

.w-97 {
  width: 97px;
}

.m-98 {
  margin: 98px;
}

.p-98 {
  padding: 98px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mt-98 {
  margin-top: 98px;
}

.ml-98 {
  margin-left: 98px;
}

.mr-98 {
  margin-right: 98px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pt-98 {
  padding-top: 98px;
}

.pl-98 {
  padding-left: 98px;
}

.pr-98 {
  padding-right: 98px;
}

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

.lh-98 {
  line-height: 98px;
}

.gap-98 {
  gap: 98px;
}

.br-98 {
  border-radius: 98px;
}

.h-98 {
  height: 98px;
}

.w-98 {
  width: 98px;
}

.m-99 {
  margin: 99px;
}

.p-99 {
  padding: 99px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mt-99 {
  margin-top: 99px;
}

.ml-99 {
  margin-left: 99px;
}

.mr-99 {
  margin-right: 99px;
}

.pb-99 {
  padding-bottom: 99px;
}

.pt-99 {
  padding-top: 99px;
}

.pl-99 {
  padding-left: 99px;
}

.pr-99 {
  padding-right: 99px;
}

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

.lh-99 {
  line-height: 99px;
}

.gap-99 {
  gap: 99px;
}

.br-99 {
  border-radius: 99px;
}

.h-99 {
  height: 99px;
}

.w-99 {
  width: 99px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

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

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

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.fs-100 {
  font-size: 100px;
}

.lh-100 {
  line-height: 100px;
}

.gap-100 {
  gap: 100px;
}

.br-100 {
  border-radius: 100px;
}

.h-100 {
  height: 100px;
}

.w-100 {
  width: 100px;
}

@media (max-width: 1599px) {
  .m-xxxl-0 {
    margin: 0px;
  }

  .p-xxxl-0 {
    padding: 0px;
  }

  .mb-xxxl-0 {
    margin-bottom: 0px;
  }

  .mt-xxxl-0 {
    margin-top: 0px;
  }

  .ml-xxxl-0 {
    margin-left: 0px;
  }

  .mr-xxxl-0 {
    margin-right: 0px;
  }

  .pb-xxxl-0 {
    padding-bottom: 0px;
  }

  .pt-xxxl-0 {
    padding-top: 0px;
  }

  .pl-xxxl-0 {
    padding-left: 0px;
  }

  .pr-xxxl-0 {
    padding-right: 0px;
  }

  .fs-xxxl-0 {
    font-size: 0px;
  }

  .lh-xxxl-0 {
    line-height: 0px;
  }

  .gap-xxxl-0 {
    gap: 0px;
  }

  .br-xxxl-0 {
    border-radius: 0px;
  }

  .h-xxxl-0 {
    height: 0px;
  }

  .w-xxxl-0 {
    width: 0px;
  }

  .m-xxxl-1 {
    margin: 1px;
  }

  .p-xxxl-1 {
    padding: 1px;
  }

  .mb-xxxl-1 {
    margin-bottom: 1px;
  }

  .mt-xxxl-1 {
    margin-top: 1px;
  }

  .ml-xxxl-1 {
    margin-left: 1px;
  }

  .mr-xxxl-1 {
    margin-right: 1px;
  }

  .pb-xxxl-1 {
    padding-bottom: 1px;
  }

  .pt-xxxl-1 {
    padding-top: 1px;
  }

  .pl-xxxl-1 {
    padding-left: 1px;
  }

  .pr-xxxl-1 {
    padding-right: 1px;
  }

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

  .lh-xxxl-1 {
    line-height: 1px;
  }

  .gap-xxxl-1 {
    gap: 1px;
  }

  .br-xxxl-1 {
    border-radius: 1px;
  }

  .h-xxxl-1 {
    height: 1px;
  }

  .w-xxxl-1 {
    width: 1px;
  }

  .m-xxxl-2 {
    margin: 2px;
  }

  .p-xxxl-2 {
    padding: 2px;
  }

  .mb-xxxl-2 {
    margin-bottom: 2px;
  }

  .mt-xxxl-2 {
    margin-top: 2px;
  }

  .ml-xxxl-2 {
    margin-left: 2px;
  }

  .mr-xxxl-2 {
    margin-right: 2px;
  }

  .pb-xxxl-2 {
    padding-bottom: 2px;
  }

  .pt-xxxl-2 {
    padding-top: 2px;
  }

  .pl-xxxl-2 {
    padding-left: 2px;
  }

  .pr-xxxl-2 {
    padding-right: 2px;
  }

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

  .lh-xxxl-2 {
    line-height: 2px;
  }

  .gap-xxxl-2 {
    gap: 2px;
  }

  .br-xxxl-2 {
    border-radius: 2px;
  }

  .h-xxxl-2 {
    height: 2px;
  }

  .w-xxxl-2 {
    width: 2px;
  }

  .m-xxxl-3 {
    margin: 3px;
  }

  .p-xxxl-3 {
    padding: 3px;
  }

  .mb-xxxl-3 {
    margin-bottom: 3px;
  }

  .mt-xxxl-3 {
    margin-top: 3px;
  }

  .ml-xxxl-3 {
    margin-left: 3px;
  }

  .mr-xxxl-3 {
    margin-right: 3px;
  }

  .pb-xxxl-3 {
    padding-bottom: 3px;
  }

  .pt-xxxl-3 {
    padding-top: 3px;
  }

  .pl-xxxl-3 {
    padding-left: 3px;
  }

  .pr-xxxl-3 {
    padding-right: 3px;
  }

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

  .lh-xxxl-3 {
    line-height: 3px;
  }

  .gap-xxxl-3 {
    gap: 3px;
  }

  .br-xxxl-3 {
    border-radius: 3px;
  }

  .h-xxxl-3 {
    height: 3px;
  }

  .w-xxxl-3 {
    width: 3px;
  }

  .m-xxxl-4 {
    margin: 4px;
  }

  .p-xxxl-4 {
    padding: 4px;
  }

  .mb-xxxl-4 {
    margin-bottom: 4px;
  }

  .mt-xxxl-4 {
    margin-top: 4px;
  }

  .ml-xxxl-4 {
    margin-left: 4px;
  }

  .mr-xxxl-4 {
    margin-right: 4px;
  }

  .pb-xxxl-4 {
    padding-bottom: 4px;
  }

  .pt-xxxl-4 {
    padding-top: 4px;
  }

  .pl-xxxl-4 {
    padding-left: 4px;
  }

  .pr-xxxl-4 {
    padding-right: 4px;
  }

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

  .lh-xxxl-4 {
    line-height: 4px;
  }

  .gap-xxxl-4 {
    gap: 4px;
  }

  .br-xxxl-4 {
    border-radius: 4px;
  }

  .h-xxxl-4 {
    height: 4px;
  }

  .w-xxxl-4 {
    width: 4px;
  }

  .m-xxxl-5 {
    margin: 5px;
  }

  .p-xxxl-5 {
    padding: 5px;
  }

  .mb-xxxl-5 {
    margin-bottom: 5px;
  }

  .mt-xxxl-5 {
    margin-top: 5px;
  }

  .ml-xxxl-5 {
    margin-left: 5px;
  }

  .mr-xxxl-5 {
    margin-right: 5px;
  }

  .pb-xxxl-5 {
    padding-bottom: 5px;
  }

  .pt-xxxl-5 {
    padding-top: 5px;
  }

  .pl-xxxl-5 {
    padding-left: 5px;
  }

  .pr-xxxl-5 {
    padding-right: 5px;
  }

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

  .lh-xxxl-5 {
    line-height: 5px;
  }

  .gap-xxxl-5 {
    gap: 5px;
  }

  .br-xxxl-5 {
    border-radius: 5px;
  }

  .h-xxxl-5 {
    height: 5px;
  }

  .w-xxxl-5 {
    width: 5px;
  }

  .m-xxxl-6 {
    margin: 6px;
  }

  .p-xxxl-6 {
    padding: 6px;
  }

  .mb-xxxl-6 {
    margin-bottom: 6px;
  }

  .mt-xxxl-6 {
    margin-top: 6px;
  }

  .ml-xxxl-6 {
    margin-left: 6px;
  }

  .mr-xxxl-6 {
    margin-right: 6px;
  }

  .pb-xxxl-6 {
    padding-bottom: 6px;
  }

  .pt-xxxl-6 {
    padding-top: 6px;
  }

  .pl-xxxl-6 {
    padding-left: 6px;
  }

  .pr-xxxl-6 {
    padding-right: 6px;
  }

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

  .lh-xxxl-6 {
    line-height: 6px;
  }

  .gap-xxxl-6 {
    gap: 6px;
  }

  .br-xxxl-6 {
    border-radius: 6px;
  }

  .h-xxxl-6 {
    height: 6px;
  }

  .w-xxxl-6 {
    width: 6px;
  }

  .m-xxxl-7 {
    margin: 7px;
  }

  .p-xxxl-7 {
    padding: 7px;
  }

  .mb-xxxl-7 {
    margin-bottom: 7px;
  }

  .mt-xxxl-7 {
    margin-top: 7px;
  }

  .ml-xxxl-7 {
    margin-left: 7px;
  }

  .mr-xxxl-7 {
    margin-right: 7px;
  }

  .pb-xxxl-7 {
    padding-bottom: 7px;
  }

  .pt-xxxl-7 {
    padding-top: 7px;
  }

  .pl-xxxl-7 {
    padding-left: 7px;
  }

  .pr-xxxl-7 {
    padding-right: 7px;
  }

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

  .lh-xxxl-7 {
    line-height: 7px;
  }

  .gap-xxxl-7 {
    gap: 7px;
  }

  .br-xxxl-7 {
    border-radius: 7px;
  }

  .h-xxxl-7 {
    height: 7px;
  }

  .w-xxxl-7 {
    width: 7px;
  }

  .m-xxxl-8 {
    margin: 8px;
  }

  .p-xxxl-8 {
    padding: 8px;
  }

  .mb-xxxl-8 {
    margin-bottom: 8px;
  }

  .mt-xxxl-8 {
    margin-top: 8px;
  }

  .ml-xxxl-8 {
    margin-left: 8px;
  }

  .mr-xxxl-8 {
    margin-right: 8px;
  }

  .pb-xxxl-8 {
    padding-bottom: 8px;
  }

  .pt-xxxl-8 {
    padding-top: 8px;
  }

  .pl-xxxl-8 {
    padding-left: 8px;
  }

  .pr-xxxl-8 {
    padding-right: 8px;
  }

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

  .lh-xxxl-8 {
    line-height: 8px;
  }

  .gap-xxxl-8 {
    gap: 8px;
  }

  .br-xxxl-8 {
    border-radius: 8px;
  }

  .h-xxxl-8 {
    height: 8px;
  }

  .w-xxxl-8 {
    width: 8px;
  }

  .m-xxxl-9 {
    margin: 9px;
  }

  .p-xxxl-9 {
    padding: 9px;
  }

  .mb-xxxl-9 {
    margin-bottom: 9px;
  }

  .mt-xxxl-9 {
    margin-top: 9px;
  }

  .ml-xxxl-9 {
    margin-left: 9px;
  }

  .mr-xxxl-9 {
    margin-right: 9px;
  }

  .pb-xxxl-9 {
    padding-bottom: 9px;
  }

  .pt-xxxl-9 {
    padding-top: 9px;
  }

  .pl-xxxl-9 {
    padding-left: 9px;
  }

  .pr-xxxl-9 {
    padding-right: 9px;
  }

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

  .lh-xxxl-9 {
    line-height: 9px;
  }

  .gap-xxxl-9 {
    gap: 9px;
  }

  .br-xxxl-9 {
    border-radius: 9px;
  }

  .h-xxxl-9 {
    height: 9px;
  }

  .w-xxxl-9 {
    width: 9px;
  }

  .m-xxxl-10 {
    margin: 10px;
  }

  .p-xxxl-10 {
    padding: 10px;
  }

  .mb-xxxl-10 {
    margin-bottom: 10px;
  }

  .mt-xxxl-10 {
    margin-top: 10px;
  }

  .ml-xxxl-10 {
    margin-left: 10px;
  }

  .mr-xxxl-10 {
    margin-right: 10px;
  }

  .pb-xxxl-10 {
    padding-bottom: 10px;
  }

  .pt-xxxl-10 {
    padding-top: 10px;
  }

  .pl-xxxl-10 {
    padding-left: 10px;
  }

  .pr-xxxl-10 {
    padding-right: 10px;
  }

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

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

  .gap-xxxl-10 {
    gap: 10px;
  }

  .br-xxxl-10 {
    border-radius: 10px;
  }

  .h-xxxl-10 {
    height: 10px;
  }

  .w-xxxl-10 {
    width: 10px;
  }

  .m-xxxl-11 {
    margin: 11px;
  }

  .p-xxxl-11 {
    padding: 11px;
  }

  .mb-xxxl-11 {
    margin-bottom: 11px;
  }

  .mt-xxxl-11 {
    margin-top: 11px;
  }

  .ml-xxxl-11 {
    margin-left: 11px;
  }

  .mr-xxxl-11 {
    margin-right: 11px;
  }

  .pb-xxxl-11 {
    padding-bottom: 11px;
  }

  .pt-xxxl-11 {
    padding-top: 11px;
  }

  .pl-xxxl-11 {
    padding-left: 11px;
  }

  .pr-xxxl-11 {
    padding-right: 11px;
  }

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

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

  .gap-xxxl-11 {
    gap: 11px;
  }

  .br-xxxl-11 {
    border-radius: 11px;
  }

  .h-xxxl-11 {
    height: 11px;
  }

  .w-xxxl-11 {
    width: 11px;
  }

  .m-xxxl-12 {
    margin: 12px;
  }

  .p-xxxl-12 {
    padding: 12px;
  }

  .mb-xxxl-12 {
    margin-bottom: 12px;
  }

  .mt-xxxl-12 {
    margin-top: 12px;
  }

  .ml-xxxl-12 {
    margin-left: 12px;
  }

  .mr-xxxl-12 {
    margin-right: 12px;
  }

  .pb-xxxl-12 {
    padding-bottom: 12px;
  }

  .pt-xxxl-12 {
    padding-top: 12px;
  }

  .pl-xxxl-12 {
    padding-left: 12px;
  }

  .pr-xxxl-12 {
    padding-right: 12px;
  }

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

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

  .gap-xxxl-12 {
    gap: 12px;
  }

  .br-xxxl-12 {
    border-radius: 12px;
  }

  .h-xxxl-12 {
    height: 12px;
  }

  .w-xxxl-12 {
    width: 12px;
  }

  .m-xxxl-13 {
    margin: 13px;
  }

  .p-xxxl-13 {
    padding: 13px;
  }

  .mb-xxxl-13 {
    margin-bottom: 13px;
  }

  .mt-xxxl-13 {
    margin-top: 13px;
  }

  .ml-xxxl-13 {
    margin-left: 13px;
  }

  .mr-xxxl-13 {
    margin-right: 13px;
  }

  .pb-xxxl-13 {
    padding-bottom: 13px;
  }

  .pt-xxxl-13 {
    padding-top: 13px;
  }

  .pl-xxxl-13 {
    padding-left: 13px;
  }

  .pr-xxxl-13 {
    padding-right: 13px;
  }

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

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

  .gap-xxxl-13 {
    gap: 13px;
  }

  .br-xxxl-13 {
    border-radius: 13px;
  }

  .h-xxxl-13 {
    height: 13px;
  }

  .w-xxxl-13 {
    width: 13px;
  }

  .m-xxxl-14 {
    margin: 14px;
  }

  .p-xxxl-14 {
    padding: 14px;
  }

  .mb-xxxl-14 {
    margin-bottom: 14px;
  }

  .mt-xxxl-14 {
    margin-top: 14px;
  }

  .ml-xxxl-14 {
    margin-left: 14px;
  }

  .mr-xxxl-14 {
    margin-right: 14px;
  }

  .pb-xxxl-14 {
    padding-bottom: 14px;
  }

  .pt-xxxl-14 {
    padding-top: 14px;
  }

  .pl-xxxl-14 {
    padding-left: 14px;
  }

  .pr-xxxl-14 {
    padding-right: 14px;
  }

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

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

  .gap-xxxl-14 {
    gap: 14px;
  }

  .br-xxxl-14 {
    border-radius: 14px;
  }

  .h-xxxl-14 {
    height: 14px;
  }

  .w-xxxl-14 {
    width: 14px;
  }

  .m-xxxl-15 {
    margin: 15px;
  }

  .p-xxxl-15 {
    padding: 15px;
  }

  .mb-xxxl-15 {
    margin-bottom: 15px;
  }

  .mt-xxxl-15 {
    margin-top: 15px;
  }

  .ml-xxxl-15 {
    margin-left: 15px;
  }

  .mr-xxxl-15 {
    margin-right: 15px;
  }

  .pb-xxxl-15 {
    padding-bottom: 15px;
  }

  .pt-xxxl-15 {
    padding-top: 15px;
  }

  .pl-xxxl-15 {
    padding-left: 15px;
  }

  .pr-xxxl-15 {
    padding-right: 15px;
  }

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

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

  .gap-xxxl-15 {
    gap: 15px;
  }

  .br-xxxl-15 {
    border-radius: 15px;
  }

  .h-xxxl-15 {
    height: 15px;
  }

  .w-xxxl-15 {
    width: 15px;
  }

  .m-xxxl-16 {
    margin: 16px;
  }

  .p-xxxl-16 {
    padding: 16px;
  }

  .mb-xxxl-16 {
    margin-bottom: 16px;
  }

  .mt-xxxl-16 {
    margin-top: 16px;
  }

  .ml-xxxl-16 {
    margin-left: 16px;
  }

  .mr-xxxl-16 {
    margin-right: 16px;
  }

  .pb-xxxl-16 {
    padding-bottom: 16px;
  }

  .pt-xxxl-16 {
    padding-top: 16px;
  }

  .pl-xxxl-16 {
    padding-left: 16px;
  }

  .pr-xxxl-16 {
    padding-right: 16px;
  }

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

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

  .gap-xxxl-16 {
    gap: 16px;
  }

  .br-xxxl-16 {
    border-radius: 16px;
  }

  .h-xxxl-16 {
    height: 16px;
  }

  .w-xxxl-16 {
    width: 16px;
  }

  .m-xxxl-17 {
    margin: 17px;
  }

  .p-xxxl-17 {
    padding: 17px;
  }

  .mb-xxxl-17 {
    margin-bottom: 17px;
  }

  .mt-xxxl-17 {
    margin-top: 17px;
  }

  .ml-xxxl-17 {
    margin-left: 17px;
  }

  .mr-xxxl-17 {
    margin-right: 17px;
  }

  .pb-xxxl-17 {
    padding-bottom: 17px;
  }

  .pt-xxxl-17 {
    padding-top: 17px;
  }

  .pl-xxxl-17 {
    padding-left: 17px;
  }

  .pr-xxxl-17 {
    padding-right: 17px;
  }

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

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

  .gap-xxxl-17 {
    gap: 17px;
  }

  .br-xxxl-17 {
    border-radius: 17px;
  }

  .h-xxxl-17 {
    height: 17px;
  }

  .w-xxxl-17 {
    width: 17px;
  }

  .m-xxxl-18 {
    margin: 18px;
  }

  .p-xxxl-18 {
    padding: 18px;
  }

  .mb-xxxl-18 {
    margin-bottom: 18px;
  }

  .mt-xxxl-18 {
    margin-top: 18px;
  }

  .ml-xxxl-18 {
    margin-left: 18px;
  }

  .mr-xxxl-18 {
    margin-right: 18px;
  }

  .pb-xxxl-18 {
    padding-bottom: 18px;
  }

  .pt-xxxl-18 {
    padding-top: 18px;
  }

  .pl-xxxl-18 {
    padding-left: 18px;
  }

  .pr-xxxl-18 {
    padding-right: 18px;
  }

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

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

  .gap-xxxl-18 {
    gap: 18px;
  }

  .br-xxxl-18 {
    border-radius: 18px;
  }

  .h-xxxl-18 {
    height: 18px;
  }

  .w-xxxl-18 {
    width: 18px;
  }

  .m-xxxl-19 {
    margin: 19px;
  }

  .p-xxxl-19 {
    padding: 19px;
  }

  .mb-xxxl-19 {
    margin-bottom: 19px;
  }

  .mt-xxxl-19 {
    margin-top: 19px;
  }

  .ml-xxxl-19 {
    margin-left: 19px;
  }

  .mr-xxxl-19 {
    margin-right: 19px;
  }

  .pb-xxxl-19 {
    padding-bottom: 19px;
  }

  .pt-xxxl-19 {
    padding-top: 19px;
  }

  .pl-xxxl-19 {
    padding-left: 19px;
  }

  .pr-xxxl-19 {
    padding-right: 19px;
  }

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

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

  .gap-xxxl-19 {
    gap: 19px;
  }

  .br-xxxl-19 {
    border-radius: 19px;
  }

  .h-xxxl-19 {
    height: 19px;
  }

  .w-xxxl-19 {
    width: 19px;
  }

  .m-xxxl-20 {
    margin: 20px;
  }

  .p-xxxl-20 {
    padding: 20px;
  }

  .mb-xxxl-20 {
    margin-bottom: 20px;
  }

  .mt-xxxl-20 {
    margin-top: 20px;
  }

  .ml-xxxl-20 {
    margin-left: 20px;
  }

  .mr-xxxl-20 {
    margin-right: 20px;
  }

  .pb-xxxl-20 {
    padding-bottom: 20px;
  }

  .pt-xxxl-20 {
    padding-top: 20px;
  }

  .pl-xxxl-20 {
    padding-left: 20px;
  }

  .pr-xxxl-20 {
    padding-right: 20px;
  }

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

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

  .gap-xxxl-20 {
    gap: 20px;
  }

  .br-xxxl-20 {
    border-radius: 20px;
  }

  .h-xxxl-20 {
    height: 20px;
  }

  .w-xxxl-20 {
    width: 20px;
  }

  .m-xxxl-21 {
    margin: 21px;
  }

  .p-xxxl-21 {
    padding: 21px;
  }

  .mb-xxxl-21 {
    margin-bottom: 21px;
  }

  .mt-xxxl-21 {
    margin-top: 21px;
  }

  .ml-xxxl-21 {
    margin-left: 21px;
  }

  .mr-xxxl-21 {
    margin-right: 21px;
  }

  .pb-xxxl-21 {
    padding-bottom: 21px;
  }

  .pt-xxxl-21 {
    padding-top: 21px;
  }

  .pl-xxxl-21 {
    padding-left: 21px;
  }

  .pr-xxxl-21 {
    padding-right: 21px;
  }

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

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

  .gap-xxxl-21 {
    gap: 21px;
  }

  .br-xxxl-21 {
    border-radius: 21px;
  }

  .h-xxxl-21 {
    height: 21px;
  }

  .w-xxxl-21 {
    width: 21px;
  }

  .m-xxxl-22 {
    margin: 22px;
  }

  .p-xxxl-22 {
    padding: 22px;
  }

  .mb-xxxl-22 {
    margin-bottom: 22px;
  }

  .mt-xxxl-22 {
    margin-top: 22px;
  }

  .ml-xxxl-22 {
    margin-left: 22px;
  }

  .mr-xxxl-22 {
    margin-right: 22px;
  }

  .pb-xxxl-22 {
    padding-bottom: 22px;
  }

  .pt-xxxl-22 {
    padding-top: 22px;
  }

  .pl-xxxl-22 {
    padding-left: 22px;
  }

  .pr-xxxl-22 {
    padding-right: 22px;
  }

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

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

  .gap-xxxl-22 {
    gap: 22px;
  }

  .br-xxxl-22 {
    border-radius: 22px;
  }

  .h-xxxl-22 {
    height: 22px;
  }

  .w-xxxl-22 {
    width: 22px;
  }

  .m-xxxl-23 {
    margin: 23px;
  }

  .p-xxxl-23 {
    padding: 23px;
  }

  .mb-xxxl-23 {
    margin-bottom: 23px;
  }

  .mt-xxxl-23 {
    margin-top: 23px;
  }

  .ml-xxxl-23 {
    margin-left: 23px;
  }

  .mr-xxxl-23 {
    margin-right: 23px;
  }

  .pb-xxxl-23 {
    padding-bottom: 23px;
  }

  .pt-xxxl-23 {
    padding-top: 23px;
  }

  .pl-xxxl-23 {
    padding-left: 23px;
  }

  .pr-xxxl-23 {
    padding-right: 23px;
  }

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

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

  .gap-xxxl-23 {
    gap: 23px;
  }

  .br-xxxl-23 {
    border-radius: 23px;
  }

  .h-xxxl-23 {
    height: 23px;
  }

  .w-xxxl-23 {
    width: 23px;
  }

  .m-xxxl-24 {
    margin: 24px;
  }

  .p-xxxl-24 {
    padding: 24px;
  }

  .mb-xxxl-24 {
    margin-bottom: 24px;
  }

  .mt-xxxl-24 {
    margin-top: 24px;
  }

  .ml-xxxl-24 {
    margin-left: 24px;
  }

  .mr-xxxl-24 {
    margin-right: 24px;
  }

  .pb-xxxl-24 {
    padding-bottom: 24px;
  }

  .pt-xxxl-24 {
    padding-top: 24px;
  }

  .pl-xxxl-24 {
    padding-left: 24px;
  }

  .pr-xxxl-24 {
    padding-right: 24px;
  }

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

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

  .gap-xxxl-24 {
    gap: 24px;
  }

  .br-xxxl-24 {
    border-radius: 24px;
  }

  .h-xxxl-24 {
    height: 24px;
  }

  .w-xxxl-24 {
    width: 24px;
  }

  .m-xxxl-25 {
    margin: 25px;
  }

  .p-xxxl-25 {
    padding: 25px;
  }

  .mb-xxxl-25 {
    margin-bottom: 25px;
  }

  .mt-xxxl-25 {
    margin-top: 25px;
  }

  .ml-xxxl-25 {
    margin-left: 25px;
  }

  .mr-xxxl-25 {
    margin-right: 25px;
  }

  .pb-xxxl-25 {
    padding-bottom: 25px;
  }

  .pt-xxxl-25 {
    padding-top: 25px;
  }

  .pl-xxxl-25 {
    padding-left: 25px;
  }

  .pr-xxxl-25 {
    padding-right: 25px;
  }

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

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

  .gap-xxxl-25 {
    gap: 25px;
  }

  .br-xxxl-25 {
    border-radius: 25px;
  }

  .h-xxxl-25 {
    height: 25px;
  }

  .w-xxxl-25 {
    width: 25px;
  }

  .m-xxxl-26 {
    margin: 26px;
  }

  .p-xxxl-26 {
    padding: 26px;
  }

  .mb-xxxl-26 {
    margin-bottom: 26px;
  }

  .mt-xxxl-26 {
    margin-top: 26px;
  }

  .ml-xxxl-26 {
    margin-left: 26px;
  }

  .mr-xxxl-26 {
    margin-right: 26px;
  }

  .pb-xxxl-26 {
    padding-bottom: 26px;
  }

  .pt-xxxl-26 {
    padding-top: 26px;
  }

  .pl-xxxl-26 {
    padding-left: 26px;
  }

  .pr-xxxl-26 {
    padding-right: 26px;
  }

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

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

  .gap-xxxl-26 {
    gap: 26px;
  }

  .br-xxxl-26 {
    border-radius: 26px;
  }

  .h-xxxl-26 {
    height: 26px;
  }

  .w-xxxl-26 {
    width: 26px;
  }

  .m-xxxl-27 {
    margin: 27px;
  }

  .p-xxxl-27 {
    padding: 27px;
  }

  .mb-xxxl-27 {
    margin-bottom: 27px;
  }

  .mt-xxxl-27 {
    margin-top: 27px;
  }

  .ml-xxxl-27 {
    margin-left: 27px;
  }

  .mr-xxxl-27 {
    margin-right: 27px;
  }

  .pb-xxxl-27 {
    padding-bottom: 27px;
  }

  .pt-xxxl-27 {
    padding-top: 27px;
  }

  .pl-xxxl-27 {
    padding-left: 27px;
  }

  .pr-xxxl-27 {
    padding-right: 27px;
  }

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

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

  .gap-xxxl-27 {
    gap: 27px;
  }

  .br-xxxl-27 {
    border-radius: 27px;
  }

  .h-xxxl-27 {
    height: 27px;
  }

  .w-xxxl-27 {
    width: 27px;
  }

  .m-xxxl-28 {
    margin: 28px;
  }

  .p-xxxl-28 {
    padding: 28px;
  }

  .mb-xxxl-28 {
    margin-bottom: 28px;
  }

  .mt-xxxl-28 {
    margin-top: 28px;
  }

  .ml-xxxl-28 {
    margin-left: 28px;
  }

  .mr-xxxl-28 {
    margin-right: 28px;
  }

  .pb-xxxl-28 {
    padding-bottom: 28px;
  }

  .pt-xxxl-28 {
    padding-top: 28px;
  }

  .pl-xxxl-28 {
    padding-left: 28px;
  }

  .pr-xxxl-28 {
    padding-right: 28px;
  }

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

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

  .gap-xxxl-28 {
    gap: 28px;
  }

  .br-xxxl-28 {
    border-radius: 28px;
  }

  .h-xxxl-28 {
    height: 28px;
  }

  .w-xxxl-28 {
    width: 28px;
  }

  .m-xxxl-29 {
    margin: 29px;
  }

  .p-xxxl-29 {
    padding: 29px;
  }

  .mb-xxxl-29 {
    margin-bottom: 29px;
  }

  .mt-xxxl-29 {
    margin-top: 29px;
  }

  .ml-xxxl-29 {
    margin-left: 29px;
  }

  .mr-xxxl-29 {
    margin-right: 29px;
  }

  .pb-xxxl-29 {
    padding-bottom: 29px;
  }

  .pt-xxxl-29 {
    padding-top: 29px;
  }

  .pl-xxxl-29 {
    padding-left: 29px;
  }

  .pr-xxxl-29 {
    padding-right: 29px;
  }

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

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

  .gap-xxxl-29 {
    gap: 29px;
  }

  .br-xxxl-29 {
    border-radius: 29px;
  }

  .h-xxxl-29 {
    height: 29px;
  }

  .w-xxxl-29 {
    width: 29px;
  }

  .m-xxxl-30 {
    margin: 30px;
  }

  .p-xxxl-30 {
    padding: 30px;
  }

  .mb-xxxl-30 {
    margin-bottom: 30px;
  }

  .mt-xxxl-30 {
    margin-top: 30px;
  }

  .ml-xxxl-30 {
    margin-left: 30px;
  }

  .mr-xxxl-30 {
    margin-right: 30px;
  }

  .pb-xxxl-30 {
    padding-bottom: 30px;
  }

  .pt-xxxl-30 {
    padding-top: 30px;
  }

  .pl-xxxl-30 {
    padding-left: 30px;
  }

  .pr-xxxl-30 {
    padding-right: 30px;
  }

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

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

  .gap-xxxl-30 {
    gap: 30px;
  }

  .br-xxxl-30 {
    border-radius: 30px;
  }

  .h-xxxl-30 {
    height: 30px;
  }

  .w-xxxl-30 {
    width: 30px;
  }

  .m-xxxl-31 {
    margin: 31px;
  }

  .p-xxxl-31 {
    padding: 31px;
  }

  .mb-xxxl-31 {
    margin-bottom: 31px;
  }

  .mt-xxxl-31 {
    margin-top: 31px;
  }

  .ml-xxxl-31 {
    margin-left: 31px;
  }

  .mr-xxxl-31 {
    margin-right: 31px;
  }

  .pb-xxxl-31 {
    padding-bottom: 31px;
  }

  .pt-xxxl-31 {
    padding-top: 31px;
  }

  .pl-xxxl-31 {
    padding-left: 31px;
  }

  .pr-xxxl-31 {
    padding-right: 31px;
  }

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

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

  .gap-xxxl-31 {
    gap: 31px;
  }

  .br-xxxl-31 {
    border-radius: 31px;
  }

  .h-xxxl-31 {
    height: 31px;
  }

  .w-xxxl-31 {
    width: 31px;
  }

  .m-xxxl-32 {
    margin: 32px;
  }

  .p-xxxl-32 {
    padding: 32px;
  }

  .mb-xxxl-32 {
    margin-bottom: 32px;
  }

  .mt-xxxl-32 {
    margin-top: 32px;
  }

  .ml-xxxl-32 {
    margin-left: 32px;
  }

  .mr-xxxl-32 {
    margin-right: 32px;
  }

  .pb-xxxl-32 {
    padding-bottom: 32px;
  }

  .pt-xxxl-32 {
    padding-top: 32px;
  }

  .pl-xxxl-32 {
    padding-left: 32px;
  }

  .pr-xxxl-32 {
    padding-right: 32px;
  }

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

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

  .gap-xxxl-32 {
    gap: 32px;
  }

  .br-xxxl-32 {
    border-radius: 32px;
  }

  .h-xxxl-32 {
    height: 32px;
  }

  .w-xxxl-32 {
    width: 32px;
  }

  .m-xxxl-33 {
    margin: 33px;
  }

  .p-xxxl-33 {
    padding: 33px;
  }

  .mb-xxxl-33 {
    margin-bottom: 33px;
  }

  .mt-xxxl-33 {
    margin-top: 33px;
  }

  .ml-xxxl-33 {
    margin-left: 33px;
  }

  .mr-xxxl-33 {
    margin-right: 33px;
  }

  .pb-xxxl-33 {
    padding-bottom: 33px;
  }

  .pt-xxxl-33 {
    padding-top: 33px;
  }

  .pl-xxxl-33 {
    padding-left: 33px;
  }

  .pr-xxxl-33 {
    padding-right: 33px;
  }

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

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

  .gap-xxxl-33 {
    gap: 33px;
  }

  .br-xxxl-33 {
    border-radius: 33px;
  }

  .h-xxxl-33 {
    height: 33px;
  }

  .w-xxxl-33 {
    width: 33px;
  }

  .m-xxxl-34 {
    margin: 34px;
  }

  .p-xxxl-34 {
    padding: 34px;
  }

  .mb-xxxl-34 {
    margin-bottom: 34px;
  }

  .mt-xxxl-34 {
    margin-top: 34px;
  }

  .ml-xxxl-34 {
    margin-left: 34px;
  }

  .mr-xxxl-34 {
    margin-right: 34px;
  }

  .pb-xxxl-34 {
    padding-bottom: 34px;
  }

  .pt-xxxl-34 {
    padding-top: 34px;
  }

  .pl-xxxl-34 {
    padding-left: 34px;
  }

  .pr-xxxl-34 {
    padding-right: 34px;
  }

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

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

  .gap-xxxl-34 {
    gap: 34px;
  }

  .br-xxxl-34 {
    border-radius: 34px;
  }

  .h-xxxl-34 {
    height: 34px;
  }

  .w-xxxl-34 {
    width: 34px;
  }

  .m-xxxl-35 {
    margin: 35px;
  }

  .p-xxxl-35 {
    padding: 35px;
  }

  .mb-xxxl-35 {
    margin-bottom: 35px;
  }

  .mt-xxxl-35 {
    margin-top: 35px;
  }

  .ml-xxxl-35 {
    margin-left: 35px;
  }

  .mr-xxxl-35 {
    margin-right: 35px;
  }

  .pb-xxxl-35 {
    padding-bottom: 35px;
  }

  .pt-xxxl-35 {
    padding-top: 35px;
  }

  .pl-xxxl-35 {
    padding-left: 35px;
  }

  .pr-xxxl-35 {
    padding-right: 35px;
  }

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

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

  .gap-xxxl-35 {
    gap: 35px;
  }

  .br-xxxl-35 {
    border-radius: 35px;
  }

  .h-xxxl-35 {
    height: 35px;
  }

  .w-xxxl-35 {
    width: 35px;
  }

  .m-xxxl-36 {
    margin: 36px;
  }

  .p-xxxl-36 {
    padding: 36px;
  }

  .mb-xxxl-36 {
    margin-bottom: 36px;
  }

  .mt-xxxl-36 {
    margin-top: 36px;
  }

  .ml-xxxl-36 {
    margin-left: 36px;
  }

  .mr-xxxl-36 {
    margin-right: 36px;
  }

  .pb-xxxl-36 {
    padding-bottom: 36px;
  }

  .pt-xxxl-36 {
    padding-top: 36px;
  }

  .pl-xxxl-36 {
    padding-left: 36px;
  }

  .pr-xxxl-36 {
    padding-right: 36px;
  }

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

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

  .gap-xxxl-36 {
    gap: 36px;
  }

  .br-xxxl-36 {
    border-radius: 36px;
  }

  .h-xxxl-36 {
    height: 36px;
  }

  .w-xxxl-36 {
    width: 36px;
  }

  .m-xxxl-37 {
    margin: 37px;
  }

  .p-xxxl-37 {
    padding: 37px;
  }

  .mb-xxxl-37 {
    margin-bottom: 37px;
  }

  .mt-xxxl-37 {
    margin-top: 37px;
  }

  .ml-xxxl-37 {
    margin-left: 37px;
  }

  .mr-xxxl-37 {
    margin-right: 37px;
  }

  .pb-xxxl-37 {
    padding-bottom: 37px;
  }

  .pt-xxxl-37 {
    padding-top: 37px;
  }

  .pl-xxxl-37 {
    padding-left: 37px;
  }

  .pr-xxxl-37 {
    padding-right: 37px;
  }

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

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

  .gap-xxxl-37 {
    gap: 37px;
  }

  .br-xxxl-37 {
    border-radius: 37px;
  }

  .h-xxxl-37 {
    height: 37px;
  }

  .w-xxxl-37 {
    width: 37px;
  }

  .m-xxxl-38 {
    margin: 38px;
  }

  .p-xxxl-38 {
    padding: 38px;
  }

  .mb-xxxl-38 {
    margin-bottom: 38px;
  }

  .mt-xxxl-38 {
    margin-top: 38px;
  }

  .ml-xxxl-38 {
    margin-left: 38px;
  }

  .mr-xxxl-38 {
    margin-right: 38px;
  }

  .pb-xxxl-38 {
    padding-bottom: 38px;
  }

  .pt-xxxl-38 {
    padding-top: 38px;
  }

  .pl-xxxl-38 {
    padding-left: 38px;
  }

  .pr-xxxl-38 {
    padding-right: 38px;
  }

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

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

  .gap-xxxl-38 {
    gap: 38px;
  }

  .br-xxxl-38 {
    border-radius: 38px;
  }

  .h-xxxl-38 {
    height: 38px;
  }

  .w-xxxl-38 {
    width: 38px;
  }

  .m-xxxl-39 {
    margin: 39px;
  }

  .p-xxxl-39 {
    padding: 39px;
  }

  .mb-xxxl-39 {
    margin-bottom: 39px;
  }

  .mt-xxxl-39 {
    margin-top: 39px;
  }

  .ml-xxxl-39 {
    margin-left: 39px;
  }

  .mr-xxxl-39 {
    margin-right: 39px;
  }

  .pb-xxxl-39 {
    padding-bottom: 39px;
  }

  .pt-xxxl-39 {
    padding-top: 39px;
  }

  .pl-xxxl-39 {
    padding-left: 39px;
  }

  .pr-xxxl-39 {
    padding-right: 39px;
  }

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

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

  .gap-xxxl-39 {
    gap: 39px;
  }

  .br-xxxl-39 {
    border-radius: 39px;
  }

  .h-xxxl-39 {
    height: 39px;
  }

  .w-xxxl-39 {
    width: 39px;
  }

  .m-xxxl-40 {
    margin: 40px;
  }

  .p-xxxl-40 {
    padding: 40px;
  }

  .mb-xxxl-40 {
    margin-bottom: 40px;
  }

  .mt-xxxl-40 {
    margin-top: 40px;
  }

  .ml-xxxl-40 {
    margin-left: 40px;
  }

  .mr-xxxl-40 {
    margin-right: 40px;
  }

  .pb-xxxl-40 {
    padding-bottom: 40px;
  }

  .pt-xxxl-40 {
    padding-top: 40px;
  }

  .pl-xxxl-40 {
    padding-left: 40px;
  }

  .pr-xxxl-40 {
    padding-right: 40px;
  }

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

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

  .gap-xxxl-40 {
    gap: 40px;
  }

  .br-xxxl-40 {
    border-radius: 40px;
  }

  .h-xxxl-40 {
    height: 40px;
  }

  .w-xxxl-40 {
    width: 40px;
  }

  .m-xxxl-41 {
    margin: 41px;
  }

  .p-xxxl-41 {
    padding: 41px;
  }

  .mb-xxxl-41 {
    margin-bottom: 41px;
  }

  .mt-xxxl-41 {
    margin-top: 41px;
  }

  .ml-xxxl-41 {
    margin-left: 41px;
  }

  .mr-xxxl-41 {
    margin-right: 41px;
  }

  .pb-xxxl-41 {
    padding-bottom: 41px;
  }

  .pt-xxxl-41 {
    padding-top: 41px;
  }

  .pl-xxxl-41 {
    padding-left: 41px;
  }

  .pr-xxxl-41 {
    padding-right: 41px;
  }

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

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

  .gap-xxxl-41 {
    gap: 41px;
  }

  .br-xxxl-41 {
    border-radius: 41px;
  }

  .h-xxxl-41 {
    height: 41px;
  }

  .w-xxxl-41 {
    width: 41px;
  }

  .m-xxxl-42 {
    margin: 42px;
  }

  .p-xxxl-42 {
    padding: 42px;
  }

  .mb-xxxl-42 {
    margin-bottom: 42px;
  }

  .mt-xxxl-42 {
    margin-top: 42px;
  }

  .ml-xxxl-42 {
    margin-left: 42px;
  }

  .mr-xxxl-42 {
    margin-right: 42px;
  }

  .pb-xxxl-42 {
    padding-bottom: 42px;
  }

  .pt-xxxl-42 {
    padding-top: 42px;
  }

  .pl-xxxl-42 {
    padding-left: 42px;
  }

  .pr-xxxl-42 {
    padding-right: 42px;
  }

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

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

  .gap-xxxl-42 {
    gap: 42px;
  }

  .br-xxxl-42 {
    border-radius: 42px;
  }

  .h-xxxl-42 {
    height: 42px;
  }

  .w-xxxl-42 {
    width: 42px;
  }

  .m-xxxl-43 {
    margin: 43px;
  }

  .p-xxxl-43 {
    padding: 43px;
  }

  .mb-xxxl-43 {
    margin-bottom: 43px;
  }

  .mt-xxxl-43 {
    margin-top: 43px;
  }

  .ml-xxxl-43 {
    margin-left: 43px;
  }

  .mr-xxxl-43 {
    margin-right: 43px;
  }

  .pb-xxxl-43 {
    padding-bottom: 43px;
  }

  .pt-xxxl-43 {
    padding-top: 43px;
  }

  .pl-xxxl-43 {
    padding-left: 43px;
  }

  .pr-xxxl-43 {
    padding-right: 43px;
  }

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

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

  .gap-xxxl-43 {
    gap: 43px;
  }

  .br-xxxl-43 {
    border-radius: 43px;
  }

  .h-xxxl-43 {
    height: 43px;
  }

  .w-xxxl-43 {
    width: 43px;
  }

  .m-xxxl-44 {
    margin: 44px;
  }

  .p-xxxl-44 {
    padding: 44px;
  }

  .mb-xxxl-44 {
    margin-bottom: 44px;
  }

  .mt-xxxl-44 {
    margin-top: 44px;
  }

  .ml-xxxl-44 {
    margin-left: 44px;
  }

  .mr-xxxl-44 {
    margin-right: 44px;
  }

  .pb-xxxl-44 {
    padding-bottom: 44px;
  }

  .pt-xxxl-44 {
    padding-top: 44px;
  }

  .pl-xxxl-44 {
    padding-left: 44px;
  }

  .pr-xxxl-44 {
    padding-right: 44px;
  }

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

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

  .gap-xxxl-44 {
    gap: 44px;
  }

  .br-xxxl-44 {
    border-radius: 44px;
  }

  .h-xxxl-44 {
    height: 44px;
  }

  .w-xxxl-44 {
    width: 44px;
  }

  .m-xxxl-45 {
    margin: 45px;
  }

  .p-xxxl-45 {
    padding: 45px;
  }

  .mb-xxxl-45 {
    margin-bottom: 45px;
  }

  .mt-xxxl-45 {
    margin-top: 45px;
  }

  .ml-xxxl-45 {
    margin-left: 45px;
  }

  .mr-xxxl-45 {
    margin-right: 45px;
  }

  .pb-xxxl-45 {
    padding-bottom: 45px;
  }

  .pt-xxxl-45 {
    padding-top: 45px;
  }

  .pl-xxxl-45 {
    padding-left: 45px;
  }

  .pr-xxxl-45 {
    padding-right: 45px;
  }

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

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

  .gap-xxxl-45 {
    gap: 45px;
  }

  .br-xxxl-45 {
    border-radius: 45px;
  }

  .h-xxxl-45 {
    height: 45px;
  }

  .w-xxxl-45 {
    width: 45px;
  }

  .m-xxxl-46 {
    margin: 46px;
  }

  .p-xxxl-46 {
    padding: 46px;
  }

  .mb-xxxl-46 {
    margin-bottom: 46px;
  }

  .mt-xxxl-46 {
    margin-top: 46px;
  }

  .ml-xxxl-46 {
    margin-left: 46px;
  }

  .mr-xxxl-46 {
    margin-right: 46px;
  }

  .pb-xxxl-46 {
    padding-bottom: 46px;
  }

  .pt-xxxl-46 {
    padding-top: 46px;
  }

  .pl-xxxl-46 {
    padding-left: 46px;
  }

  .pr-xxxl-46 {
    padding-right: 46px;
  }

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

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

  .gap-xxxl-46 {
    gap: 46px;
  }

  .br-xxxl-46 {
    border-radius: 46px;
  }

  .h-xxxl-46 {
    height: 46px;
  }

  .w-xxxl-46 {
    width: 46px;
  }

  .m-xxxl-47 {
    margin: 47px;
  }

  .p-xxxl-47 {
    padding: 47px;
  }

  .mb-xxxl-47 {
    margin-bottom: 47px;
  }

  .mt-xxxl-47 {
    margin-top: 47px;
  }

  .ml-xxxl-47 {
    margin-left: 47px;
  }

  .mr-xxxl-47 {
    margin-right: 47px;
  }

  .pb-xxxl-47 {
    padding-bottom: 47px;
  }

  .pt-xxxl-47 {
    padding-top: 47px;
  }

  .pl-xxxl-47 {
    padding-left: 47px;
  }

  .pr-xxxl-47 {
    padding-right: 47px;
  }

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

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

  .gap-xxxl-47 {
    gap: 47px;
  }

  .br-xxxl-47 {
    border-radius: 47px;
  }

  .h-xxxl-47 {
    height: 47px;
  }

  .w-xxxl-47 {
    width: 47px;
  }

  .m-xxxl-48 {
    margin: 48px;
  }

  .p-xxxl-48 {
    padding: 48px;
  }

  .mb-xxxl-48 {
    margin-bottom: 48px;
  }

  .mt-xxxl-48 {
    margin-top: 48px;
  }

  .ml-xxxl-48 {
    margin-left: 48px;
  }

  .mr-xxxl-48 {
    margin-right: 48px;
  }

  .pb-xxxl-48 {
    padding-bottom: 48px;
  }

  .pt-xxxl-48 {
    padding-top: 48px;
  }

  .pl-xxxl-48 {
    padding-left: 48px;
  }

  .pr-xxxl-48 {
    padding-right: 48px;
  }

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

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

  .gap-xxxl-48 {
    gap: 48px;
  }

  .br-xxxl-48 {
    border-radius: 48px;
  }

  .h-xxxl-48 {
    height: 48px;
  }

  .w-xxxl-48 {
    width: 48px;
  }

  .m-xxxl-49 {
    margin: 49px;
  }

  .p-xxxl-49 {
    padding: 49px;
  }

  .mb-xxxl-49 {
    margin-bottom: 49px;
  }

  .mt-xxxl-49 {
    margin-top: 49px;
  }

  .ml-xxxl-49 {
    margin-left: 49px;
  }

  .mr-xxxl-49 {
    margin-right: 49px;
  }

  .pb-xxxl-49 {
    padding-bottom: 49px;
  }

  .pt-xxxl-49 {
    padding-top: 49px;
  }

  .pl-xxxl-49 {
    padding-left: 49px;
  }

  .pr-xxxl-49 {
    padding-right: 49px;
  }

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

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

  .gap-xxxl-49 {
    gap: 49px;
  }

  .br-xxxl-49 {
    border-radius: 49px;
  }

  .h-xxxl-49 {
    height: 49px;
  }

  .w-xxxl-49 {
    width: 49px;
  }

  .m-xxxl-50 {
    margin: 50px;
  }

  .p-xxxl-50 {
    padding: 50px;
  }

  .mb-xxxl-50 {
    margin-bottom: 50px;
  }

  .mt-xxxl-50 {
    margin-top: 50px;
  }

  .ml-xxxl-50 {
    margin-left: 50px;
  }

  .mr-xxxl-50 {
    margin-right: 50px;
  }

  .pb-xxxl-50 {
    padding-bottom: 50px;
  }

  .pt-xxxl-50 {
    padding-top: 50px;
  }

  .pl-xxxl-50 {
    padding-left: 50px;
  }

  .pr-xxxl-50 {
    padding-right: 50px;
  }

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

  .lh-xxxl-50 {
    line-height: 50px;
  }

  .gap-xxxl-50 {
    gap: 50px;
  }

  .br-xxxl-50 {
    border-radius: 50px;
  }

  .h-xxxl-50 {
    height: 50px;
  }

  .w-xxxl-50 {
    width: 50px;
  }

  .m-xxxl-51 {
    margin: 51px;
  }

  .p-xxxl-51 {
    padding: 51px;
  }

  .mb-xxxl-51 {
    margin-bottom: 51px;
  }

  .mt-xxxl-51 {
    margin-top: 51px;
  }

  .ml-xxxl-51 {
    margin-left: 51px;
  }

  .mr-xxxl-51 {
    margin-right: 51px;
  }

  .pb-xxxl-51 {
    padding-bottom: 51px;
  }

  .pt-xxxl-51 {
    padding-top: 51px;
  }

  .pl-xxxl-51 {
    padding-left: 51px;
  }

  .pr-xxxl-51 {
    padding-right: 51px;
  }

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

  .lh-xxxl-51 {
    line-height: 51px;
  }

  .gap-xxxl-51 {
    gap: 51px;
  }

  .br-xxxl-51 {
    border-radius: 51px;
  }

  .h-xxxl-51 {
    height: 51px;
  }

  .w-xxxl-51 {
    width: 51px;
  }

  .m-xxxl-52 {
    margin: 52px;
  }

  .p-xxxl-52 {
    padding: 52px;
  }

  .mb-xxxl-52 {
    margin-bottom: 52px;
  }

  .mt-xxxl-52 {
    margin-top: 52px;
  }

  .ml-xxxl-52 {
    margin-left: 52px;
  }

  .mr-xxxl-52 {
    margin-right: 52px;
  }

  .pb-xxxl-52 {
    padding-bottom: 52px;
  }

  .pt-xxxl-52 {
    padding-top: 52px;
  }

  .pl-xxxl-52 {
    padding-left: 52px;
  }

  .pr-xxxl-52 {
    padding-right: 52px;
  }

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

  .lh-xxxl-52 {
    line-height: 52px;
  }

  .gap-xxxl-52 {
    gap: 52px;
  }

  .br-xxxl-52 {
    border-radius: 52px;
  }

  .h-xxxl-52 {
    height: 52px;
  }

  .w-xxxl-52 {
    width: 52px;
  }

  .m-xxxl-53 {
    margin: 53px;
  }

  .p-xxxl-53 {
    padding: 53px;
  }

  .mb-xxxl-53 {
    margin-bottom: 53px;
  }

  .mt-xxxl-53 {
    margin-top: 53px;
  }

  .ml-xxxl-53 {
    margin-left: 53px;
  }

  .mr-xxxl-53 {
    margin-right: 53px;
  }

  .pb-xxxl-53 {
    padding-bottom: 53px;
  }

  .pt-xxxl-53 {
    padding-top: 53px;
  }

  .pl-xxxl-53 {
    padding-left: 53px;
  }

  .pr-xxxl-53 {
    padding-right: 53px;
  }

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

  .lh-xxxl-53 {
    line-height: 53px;
  }

  .gap-xxxl-53 {
    gap: 53px;
  }

  .br-xxxl-53 {
    border-radius: 53px;
  }

  .h-xxxl-53 {
    height: 53px;
  }

  .w-xxxl-53 {
    width: 53px;
  }

  .m-xxxl-54 {
    margin: 54px;
  }

  .p-xxxl-54 {
    padding: 54px;
  }

  .mb-xxxl-54 {
    margin-bottom: 54px;
  }

  .mt-xxxl-54 {
    margin-top: 54px;
  }

  .ml-xxxl-54 {
    margin-left: 54px;
  }

  .mr-xxxl-54 {
    margin-right: 54px;
  }

  .pb-xxxl-54 {
    padding-bottom: 54px;
  }

  .pt-xxxl-54 {
    padding-top: 54px;
  }

  .pl-xxxl-54 {
    padding-left: 54px;
  }

  .pr-xxxl-54 {
    padding-right: 54px;
  }

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

  .lh-xxxl-54 {
    line-height: 54px;
  }

  .gap-xxxl-54 {
    gap: 54px;
  }

  .br-xxxl-54 {
    border-radius: 54px;
  }

  .h-xxxl-54 {
    height: 54px;
  }

  .w-xxxl-54 {
    width: 54px;
  }

  .m-xxxl-55 {
    margin: 55px;
  }

  .p-xxxl-55 {
    padding: 55px;
  }

  .mb-xxxl-55 {
    margin-bottom: 55px;
  }

  .mt-xxxl-55 {
    margin-top: 55px;
  }

  .ml-xxxl-55 {
    margin-left: 55px;
  }

  .mr-xxxl-55 {
    margin-right: 55px;
  }

  .pb-xxxl-55 {
    padding-bottom: 55px;
  }

  .pt-xxxl-55 {
    padding-top: 55px;
  }

  .pl-xxxl-55 {
    padding-left: 55px;
  }

  .pr-xxxl-55 {
    padding-right: 55px;
  }

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

  .lh-xxxl-55 {
    line-height: 55px;
  }

  .gap-xxxl-55 {
    gap: 55px;
  }

  .br-xxxl-55 {
    border-radius: 55px;
  }

  .h-xxxl-55 {
    height: 55px;
  }

  .w-xxxl-55 {
    width: 55px;
  }

  .m-xxxl-56 {
    margin: 56px;
  }

  .p-xxxl-56 {
    padding: 56px;
  }

  .mb-xxxl-56 {
    margin-bottom: 56px;
  }

  .mt-xxxl-56 {
    margin-top: 56px;
  }

  .ml-xxxl-56 {
    margin-left: 56px;
  }

  .mr-xxxl-56 {
    margin-right: 56px;
  }

  .pb-xxxl-56 {
    padding-bottom: 56px;
  }

  .pt-xxxl-56 {
    padding-top: 56px;
  }

  .pl-xxxl-56 {
    padding-left: 56px;
  }

  .pr-xxxl-56 {
    padding-right: 56px;
  }

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

  .lh-xxxl-56 {
    line-height: 56px;
  }

  .gap-xxxl-56 {
    gap: 56px;
  }

  .br-xxxl-56 {
    border-radius: 56px;
  }

  .h-xxxl-56 {
    height: 56px;
  }

  .w-xxxl-56 {
    width: 56px;
  }

  .m-xxxl-57 {
    margin: 57px;
  }

  .p-xxxl-57 {
    padding: 57px;
  }

  .mb-xxxl-57 {
    margin-bottom: 57px;
  }

  .mt-xxxl-57 {
    margin-top: 57px;
  }

  .ml-xxxl-57 {
    margin-left: 57px;
  }

  .mr-xxxl-57 {
    margin-right: 57px;
  }

  .pb-xxxl-57 {
    padding-bottom: 57px;
  }

  .pt-xxxl-57 {
    padding-top: 57px;
  }

  .pl-xxxl-57 {
    padding-left: 57px;
  }

  .pr-xxxl-57 {
    padding-right: 57px;
  }

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

  .lh-xxxl-57 {
    line-height: 57px;
  }

  .gap-xxxl-57 {
    gap: 57px;
  }

  .br-xxxl-57 {
    border-radius: 57px;
  }

  .h-xxxl-57 {
    height: 57px;
  }

  .w-xxxl-57 {
    width: 57px;
  }

  .m-xxxl-58 {
    margin: 58px;
  }

  .p-xxxl-58 {
    padding: 58px;
  }

  .mb-xxxl-58 {
    margin-bottom: 58px;
  }

  .mt-xxxl-58 {
    margin-top: 58px;
  }

  .ml-xxxl-58 {
    margin-left: 58px;
  }

  .mr-xxxl-58 {
    margin-right: 58px;
  }

  .pb-xxxl-58 {
    padding-bottom: 58px;
  }

  .pt-xxxl-58 {
    padding-top: 58px;
  }

  .pl-xxxl-58 {
    padding-left: 58px;
  }

  .pr-xxxl-58 {
    padding-right: 58px;
  }

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

  .lh-xxxl-58 {
    line-height: 58px;
  }

  .gap-xxxl-58 {
    gap: 58px;
  }

  .br-xxxl-58 {
    border-radius: 58px;
  }

  .h-xxxl-58 {
    height: 58px;
  }

  .w-xxxl-58 {
    width: 58px;
  }

  .m-xxxl-59 {
    margin: 59px;
  }

  .p-xxxl-59 {
    padding: 59px;
  }

  .mb-xxxl-59 {
    margin-bottom: 59px;
  }

  .mt-xxxl-59 {
    margin-top: 59px;
  }

  .ml-xxxl-59 {
    margin-left: 59px;
  }

  .mr-xxxl-59 {
    margin-right: 59px;
  }

  .pb-xxxl-59 {
    padding-bottom: 59px;
  }

  .pt-xxxl-59 {
    padding-top: 59px;
  }

  .pl-xxxl-59 {
    padding-left: 59px;
  }

  .pr-xxxl-59 {
    padding-right: 59px;
  }

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

  .lh-xxxl-59 {
    line-height: 59px;
  }

  .gap-xxxl-59 {
    gap: 59px;
  }

  .br-xxxl-59 {
    border-radius: 59px;
  }

  .h-xxxl-59 {
    height: 59px;
  }

  .w-xxxl-59 {
    width: 59px;
  }

  .m-xxxl-60 {
    margin: 60px;
  }

  .p-xxxl-60 {
    padding: 60px;
  }

  .mb-xxxl-60 {
    margin-bottom: 60px;
  }

  .mt-xxxl-60 {
    margin-top: 60px;
  }

  .ml-xxxl-60 {
    margin-left: 60px;
  }

  .mr-xxxl-60 {
    margin-right: 60px;
  }

  .pb-xxxl-60 {
    padding-bottom: 60px;
  }

  .pt-xxxl-60 {
    padding-top: 60px;
  }

  .pl-xxxl-60 {
    padding-left: 60px;
  }

  .pr-xxxl-60 {
    padding-right: 60px;
  }

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

  .lh-xxxl-60 {
    line-height: 60px;
  }

  .gap-xxxl-60 {
    gap: 60px;
  }

  .br-xxxl-60 {
    border-radius: 60px;
  }

  .h-xxxl-60 {
    height: 60px;
  }

  .w-xxxl-60 {
    width: 60px;
  }

  .m-xxxl-61 {
    margin: 61px;
  }

  .p-xxxl-61 {
    padding: 61px;
  }

  .mb-xxxl-61 {
    margin-bottom: 61px;
  }

  .mt-xxxl-61 {
    margin-top: 61px;
  }

  .ml-xxxl-61 {
    margin-left: 61px;
  }

  .mr-xxxl-61 {
    margin-right: 61px;
  }

  .pb-xxxl-61 {
    padding-bottom: 61px;
  }

  .pt-xxxl-61 {
    padding-top: 61px;
  }

  .pl-xxxl-61 {
    padding-left: 61px;
  }

  .pr-xxxl-61 {
    padding-right: 61px;
  }

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

  .lh-xxxl-61 {
    line-height: 61px;
  }

  .gap-xxxl-61 {
    gap: 61px;
  }

  .br-xxxl-61 {
    border-radius: 61px;
  }

  .h-xxxl-61 {
    height: 61px;
  }

  .w-xxxl-61 {
    width: 61px;
  }

  .m-xxxl-62 {
    margin: 62px;
  }

  .p-xxxl-62 {
    padding: 62px;
  }

  .mb-xxxl-62 {
    margin-bottom: 62px;
  }

  .mt-xxxl-62 {
    margin-top: 62px;
  }

  .ml-xxxl-62 {
    margin-left: 62px;
  }

  .mr-xxxl-62 {
    margin-right: 62px;
  }

  .pb-xxxl-62 {
    padding-bottom: 62px;
  }

  .pt-xxxl-62 {
    padding-top: 62px;
  }

  .pl-xxxl-62 {
    padding-left: 62px;
  }

  .pr-xxxl-62 {
    padding-right: 62px;
  }

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

  .lh-xxxl-62 {
    line-height: 62px;
  }

  .gap-xxxl-62 {
    gap: 62px;
  }

  .br-xxxl-62 {
    border-radius: 62px;
  }

  .h-xxxl-62 {
    height: 62px;
  }

  .w-xxxl-62 {
    width: 62px;
  }

  .m-xxxl-63 {
    margin: 63px;
  }

  .p-xxxl-63 {
    padding: 63px;
  }

  .mb-xxxl-63 {
    margin-bottom: 63px;
  }

  .mt-xxxl-63 {
    margin-top: 63px;
  }

  .ml-xxxl-63 {
    margin-left: 63px;
  }

  .mr-xxxl-63 {
    margin-right: 63px;
  }

  .pb-xxxl-63 {
    padding-bottom: 63px;
  }

  .pt-xxxl-63 {
    padding-top: 63px;
  }

  .pl-xxxl-63 {
    padding-left: 63px;
  }

  .pr-xxxl-63 {
    padding-right: 63px;
  }

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

  .lh-xxxl-63 {
    line-height: 63px;
  }

  .gap-xxxl-63 {
    gap: 63px;
  }

  .br-xxxl-63 {
    border-radius: 63px;
  }

  .h-xxxl-63 {
    height: 63px;
  }

  .w-xxxl-63 {
    width: 63px;
  }

  .m-xxxl-64 {
    margin: 64px;
  }

  .p-xxxl-64 {
    padding: 64px;
  }

  .mb-xxxl-64 {
    margin-bottom: 64px;
  }

  .mt-xxxl-64 {
    margin-top: 64px;
  }

  .ml-xxxl-64 {
    margin-left: 64px;
  }

  .mr-xxxl-64 {
    margin-right: 64px;
  }

  .pb-xxxl-64 {
    padding-bottom: 64px;
  }

  .pt-xxxl-64 {
    padding-top: 64px;
  }

  .pl-xxxl-64 {
    padding-left: 64px;
  }

  .pr-xxxl-64 {
    padding-right: 64px;
  }

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

  .lh-xxxl-64 {
    line-height: 64px;
  }

  .gap-xxxl-64 {
    gap: 64px;
  }

  .br-xxxl-64 {
    border-radius: 64px;
  }

  .h-xxxl-64 {
    height: 64px;
  }

  .w-xxxl-64 {
    width: 64px;
  }

  .m-xxxl-65 {
    margin: 65px;
  }

  .p-xxxl-65 {
    padding: 65px;
  }

  .mb-xxxl-65 {
    margin-bottom: 65px;
  }

  .mt-xxxl-65 {
    margin-top: 65px;
  }

  .ml-xxxl-65 {
    margin-left: 65px;
  }

  .mr-xxxl-65 {
    margin-right: 65px;
  }

  .pb-xxxl-65 {
    padding-bottom: 65px;
  }

  .pt-xxxl-65 {
    padding-top: 65px;
  }

  .pl-xxxl-65 {
    padding-left: 65px;
  }

  .pr-xxxl-65 {
    padding-right: 65px;
  }

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

  .lh-xxxl-65 {
    line-height: 65px;
  }

  .gap-xxxl-65 {
    gap: 65px;
  }

  .br-xxxl-65 {
    border-radius: 65px;
  }

  .h-xxxl-65 {
    height: 65px;
  }

  .w-xxxl-65 {
    width: 65px;
  }

  .m-xxxl-66 {
    margin: 66px;
  }

  .p-xxxl-66 {
    padding: 66px;
  }

  .mb-xxxl-66 {
    margin-bottom: 66px;
  }

  .mt-xxxl-66 {
    margin-top: 66px;
  }

  .ml-xxxl-66 {
    margin-left: 66px;
  }

  .mr-xxxl-66 {
    margin-right: 66px;
  }

  .pb-xxxl-66 {
    padding-bottom: 66px;
  }

  .pt-xxxl-66 {
    padding-top: 66px;
  }

  .pl-xxxl-66 {
    padding-left: 66px;
  }

  .pr-xxxl-66 {
    padding-right: 66px;
  }

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

  .lh-xxxl-66 {
    line-height: 66px;
  }

  .gap-xxxl-66 {
    gap: 66px;
  }

  .br-xxxl-66 {
    border-radius: 66px;
  }

  .h-xxxl-66 {
    height: 66px;
  }

  .w-xxxl-66 {
    width: 66px;
  }

  .m-xxxl-67 {
    margin: 67px;
  }

  .p-xxxl-67 {
    padding: 67px;
  }

  .mb-xxxl-67 {
    margin-bottom: 67px;
  }

  .mt-xxxl-67 {
    margin-top: 67px;
  }

  .ml-xxxl-67 {
    margin-left: 67px;
  }

  .mr-xxxl-67 {
    margin-right: 67px;
  }

  .pb-xxxl-67 {
    padding-bottom: 67px;
  }

  .pt-xxxl-67 {
    padding-top: 67px;
  }

  .pl-xxxl-67 {
    padding-left: 67px;
  }

  .pr-xxxl-67 {
    padding-right: 67px;
  }

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

  .lh-xxxl-67 {
    line-height: 67px;
  }

  .gap-xxxl-67 {
    gap: 67px;
  }

  .br-xxxl-67 {
    border-radius: 67px;
  }

  .h-xxxl-67 {
    height: 67px;
  }

  .w-xxxl-67 {
    width: 67px;
  }

  .m-xxxl-68 {
    margin: 68px;
  }

  .p-xxxl-68 {
    padding: 68px;
  }

  .mb-xxxl-68 {
    margin-bottom: 68px;
  }

  .mt-xxxl-68 {
    margin-top: 68px;
  }

  .ml-xxxl-68 {
    margin-left: 68px;
  }

  .mr-xxxl-68 {
    margin-right: 68px;
  }

  .pb-xxxl-68 {
    padding-bottom: 68px;
  }

  .pt-xxxl-68 {
    padding-top: 68px;
  }

  .pl-xxxl-68 {
    padding-left: 68px;
  }

  .pr-xxxl-68 {
    padding-right: 68px;
  }

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

  .lh-xxxl-68 {
    line-height: 68px;
  }

  .gap-xxxl-68 {
    gap: 68px;
  }

  .br-xxxl-68 {
    border-radius: 68px;
  }

  .h-xxxl-68 {
    height: 68px;
  }

  .w-xxxl-68 {
    width: 68px;
  }

  .m-xxxl-69 {
    margin: 69px;
  }

  .p-xxxl-69 {
    padding: 69px;
  }

  .mb-xxxl-69 {
    margin-bottom: 69px;
  }

  .mt-xxxl-69 {
    margin-top: 69px;
  }

  .ml-xxxl-69 {
    margin-left: 69px;
  }

  .mr-xxxl-69 {
    margin-right: 69px;
  }

  .pb-xxxl-69 {
    padding-bottom: 69px;
  }

  .pt-xxxl-69 {
    padding-top: 69px;
  }

  .pl-xxxl-69 {
    padding-left: 69px;
  }

  .pr-xxxl-69 {
    padding-right: 69px;
  }

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

  .lh-xxxl-69 {
    line-height: 69px;
  }

  .gap-xxxl-69 {
    gap: 69px;
  }

  .br-xxxl-69 {
    border-radius: 69px;
  }

  .h-xxxl-69 {
    height: 69px;
  }

  .w-xxxl-69 {
    width: 69px;
  }

  .m-xxxl-70 {
    margin: 70px;
  }

  .p-xxxl-70 {
    padding: 70px;
  }

  .mb-xxxl-70 {
    margin-bottom: 70px;
  }

  .mt-xxxl-70 {
    margin-top: 70px;
  }

  .ml-xxxl-70 {
    margin-left: 70px;
  }

  .mr-xxxl-70 {
    margin-right: 70px;
  }

  .pb-xxxl-70 {
    padding-bottom: 70px;
  }

  .pt-xxxl-70 {
    padding-top: 70px;
  }

  .pl-xxxl-70 {
    padding-left: 70px;
  }

  .pr-xxxl-70 {
    padding-right: 70px;
  }

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

  .lh-xxxl-70 {
    line-height: 70px;
  }

  .gap-xxxl-70 {
    gap: 70px;
  }

  .br-xxxl-70 {
    border-radius: 70px;
  }

  .h-xxxl-70 {
    height: 70px;
  }

  .w-xxxl-70 {
    width: 70px;
  }

  .m-xxxl-71 {
    margin: 71px;
  }

  .p-xxxl-71 {
    padding: 71px;
  }

  .mb-xxxl-71 {
    margin-bottom: 71px;
  }

  .mt-xxxl-71 {
    margin-top: 71px;
  }

  .ml-xxxl-71 {
    margin-left: 71px;
  }

  .mr-xxxl-71 {
    margin-right: 71px;
  }

  .pb-xxxl-71 {
    padding-bottom: 71px;
  }

  .pt-xxxl-71 {
    padding-top: 71px;
  }

  .pl-xxxl-71 {
    padding-left: 71px;
  }

  .pr-xxxl-71 {
    padding-right: 71px;
  }

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

  .lh-xxxl-71 {
    line-height: 71px;
  }

  .gap-xxxl-71 {
    gap: 71px;
  }

  .br-xxxl-71 {
    border-radius: 71px;
  }

  .h-xxxl-71 {
    height: 71px;
  }

  .w-xxxl-71 {
    width: 71px;
  }

  .m-xxxl-72 {
    margin: 72px;
  }

  .p-xxxl-72 {
    padding: 72px;
  }

  .mb-xxxl-72 {
    margin-bottom: 72px;
  }

  .mt-xxxl-72 {
    margin-top: 72px;
  }

  .ml-xxxl-72 {
    margin-left: 72px;
  }

  .mr-xxxl-72 {
    margin-right: 72px;
  }

  .pb-xxxl-72 {
    padding-bottom: 72px;
  }

  .pt-xxxl-72 {
    padding-top: 72px;
  }

  .pl-xxxl-72 {
    padding-left: 72px;
  }

  .pr-xxxl-72 {
    padding-right: 72px;
  }

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

  .lh-xxxl-72 {
    line-height: 72px;
  }

  .gap-xxxl-72 {
    gap: 72px;
  }

  .br-xxxl-72 {
    border-radius: 72px;
  }

  .h-xxxl-72 {
    height: 72px;
  }

  .w-xxxl-72 {
    width: 72px;
  }

  .m-xxxl-73 {
    margin: 73px;
  }

  .p-xxxl-73 {
    padding: 73px;
  }

  .mb-xxxl-73 {
    margin-bottom: 73px;
  }

  .mt-xxxl-73 {
    margin-top: 73px;
  }

  .ml-xxxl-73 {
    margin-left: 73px;
  }

  .mr-xxxl-73 {
    margin-right: 73px;
  }

  .pb-xxxl-73 {
    padding-bottom: 73px;
  }

  .pt-xxxl-73 {
    padding-top: 73px;
  }

  .pl-xxxl-73 {
    padding-left: 73px;
  }

  .pr-xxxl-73 {
    padding-right: 73px;
  }

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

  .lh-xxxl-73 {
    line-height: 73px;
  }

  .gap-xxxl-73 {
    gap: 73px;
  }

  .br-xxxl-73 {
    border-radius: 73px;
  }

  .h-xxxl-73 {
    height: 73px;
  }

  .w-xxxl-73 {
    width: 73px;
  }

  .m-xxxl-74 {
    margin: 74px;
  }

  .p-xxxl-74 {
    padding: 74px;
  }

  .mb-xxxl-74 {
    margin-bottom: 74px;
  }

  .mt-xxxl-74 {
    margin-top: 74px;
  }

  .ml-xxxl-74 {
    margin-left: 74px;
  }

  .mr-xxxl-74 {
    margin-right: 74px;
  }

  .pb-xxxl-74 {
    padding-bottom: 74px;
  }

  .pt-xxxl-74 {
    padding-top: 74px;
  }

  .pl-xxxl-74 {
    padding-left: 74px;
  }

  .pr-xxxl-74 {
    padding-right: 74px;
  }

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

  .lh-xxxl-74 {
    line-height: 74px;
  }

  .gap-xxxl-74 {
    gap: 74px;
  }

  .br-xxxl-74 {
    border-radius: 74px;
  }

  .h-xxxl-74 {
    height: 74px;
  }

  .w-xxxl-74 {
    width: 74px;
  }

  .m-xxxl-75 {
    margin: 75px;
  }

  .p-xxxl-75 {
    padding: 75px;
  }

  .mb-xxxl-75 {
    margin-bottom: 75px;
  }

  .mt-xxxl-75 {
    margin-top: 75px;
  }

  .ml-xxxl-75 {
    margin-left: 75px;
  }

  .mr-xxxl-75 {
    margin-right: 75px;
  }

  .pb-xxxl-75 {
    padding-bottom: 75px;
  }

  .pt-xxxl-75 {
    padding-top: 75px;
  }

  .pl-xxxl-75 {
    padding-left: 75px;
  }

  .pr-xxxl-75 {
    padding-right: 75px;
  }

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

  .lh-xxxl-75 {
    line-height: 75px;
  }

  .gap-xxxl-75 {
    gap: 75px;
  }

  .br-xxxl-75 {
    border-radius: 75px;
  }

  .h-xxxl-75 {
    height: 75px;
  }

  .w-xxxl-75 {
    width: 75px;
  }

  .m-xxxl-76 {
    margin: 76px;
  }

  .p-xxxl-76 {
    padding: 76px;
  }

  .mb-xxxl-76 {
    margin-bottom: 76px;
  }

  .mt-xxxl-76 {
    margin-top: 76px;
  }

  .ml-xxxl-76 {
    margin-left: 76px;
  }

  .mr-xxxl-76 {
    margin-right: 76px;
  }

  .pb-xxxl-76 {
    padding-bottom: 76px;
  }

  .pt-xxxl-76 {
    padding-top: 76px;
  }

  .pl-xxxl-76 {
    padding-left: 76px;
  }

  .pr-xxxl-76 {
    padding-right: 76px;
  }

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

  .lh-xxxl-76 {
    line-height: 76px;
  }

  .gap-xxxl-76 {
    gap: 76px;
  }

  .br-xxxl-76 {
    border-radius: 76px;
  }

  .h-xxxl-76 {
    height: 76px;
  }

  .w-xxxl-76 {
    width: 76px;
  }

  .m-xxxl-77 {
    margin: 77px;
  }

  .p-xxxl-77 {
    padding: 77px;
  }

  .mb-xxxl-77 {
    margin-bottom: 77px;
  }

  .mt-xxxl-77 {
    margin-top: 77px;
  }

  .ml-xxxl-77 {
    margin-left: 77px;
  }

  .mr-xxxl-77 {
    margin-right: 77px;
  }

  .pb-xxxl-77 {
    padding-bottom: 77px;
  }

  .pt-xxxl-77 {
    padding-top: 77px;
  }

  .pl-xxxl-77 {
    padding-left: 77px;
  }

  .pr-xxxl-77 {
    padding-right: 77px;
  }

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

  .lh-xxxl-77 {
    line-height: 77px;
  }

  .gap-xxxl-77 {
    gap: 77px;
  }

  .br-xxxl-77 {
    border-radius: 77px;
  }

  .h-xxxl-77 {
    height: 77px;
  }

  .w-xxxl-77 {
    width: 77px;
  }

  .m-xxxl-78 {
    margin: 78px;
  }

  .p-xxxl-78 {
    padding: 78px;
  }

  .mb-xxxl-78 {
    margin-bottom: 78px;
  }

  .mt-xxxl-78 {
    margin-top: 78px;
  }

  .ml-xxxl-78 {
    margin-left: 78px;
  }

  .mr-xxxl-78 {
    margin-right: 78px;
  }

  .pb-xxxl-78 {
    padding-bottom: 78px;
  }

  .pt-xxxl-78 {
    padding-top: 78px;
  }

  .pl-xxxl-78 {
    padding-left: 78px;
  }

  .pr-xxxl-78 {
    padding-right: 78px;
  }

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

  .lh-xxxl-78 {
    line-height: 78px;
  }

  .gap-xxxl-78 {
    gap: 78px;
  }

  .br-xxxl-78 {
    border-radius: 78px;
  }

  .h-xxxl-78 {
    height: 78px;
  }

  .w-xxxl-78 {
    width: 78px;
  }

  .m-xxxl-79 {
    margin: 79px;
  }

  .p-xxxl-79 {
    padding: 79px;
  }

  .mb-xxxl-79 {
    margin-bottom: 79px;
  }

  .mt-xxxl-79 {
    margin-top: 79px;
  }

  .ml-xxxl-79 {
    margin-left: 79px;
  }

  .mr-xxxl-79 {
    margin-right: 79px;
  }

  .pb-xxxl-79 {
    padding-bottom: 79px;
  }

  .pt-xxxl-79 {
    padding-top: 79px;
  }

  .pl-xxxl-79 {
    padding-left: 79px;
  }

  .pr-xxxl-79 {
    padding-right: 79px;
  }

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

  .lh-xxxl-79 {
    line-height: 79px;
  }

  .gap-xxxl-79 {
    gap: 79px;
  }

  .br-xxxl-79 {
    border-radius: 79px;
  }

  .h-xxxl-79 {
    height: 79px;
  }

  .w-xxxl-79 {
    width: 79px;
  }

  .m-xxxl-80 {
    margin: 80px;
  }

  .p-xxxl-80 {
    padding: 80px;
  }

  .mb-xxxl-80 {
    margin-bottom: 80px;
  }

  .mt-xxxl-80 {
    margin-top: 80px;
  }

  .ml-xxxl-80 {
    margin-left: 80px;
  }

  .mr-xxxl-80 {
    margin-right: 80px;
  }

  .pb-xxxl-80 {
    padding-bottom: 80px;
  }

  .pt-xxxl-80 {
    padding-top: 80px;
  }

  .pl-xxxl-80 {
    padding-left: 80px;
  }

  .pr-xxxl-80 {
    padding-right: 80px;
  }

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

  .lh-xxxl-80 {
    line-height: 80px;
  }

  .gap-xxxl-80 {
    gap: 80px;
  }

  .br-xxxl-80 {
    border-radius: 80px;
  }

  .h-xxxl-80 {
    height: 80px;
  }

  .w-xxxl-80 {
    width: 80px;
  }

  .m-xxxl-81 {
    margin: 81px;
  }

  .p-xxxl-81 {
    padding: 81px;
  }

  .mb-xxxl-81 {
    margin-bottom: 81px;
  }

  .mt-xxxl-81 {
    margin-top: 81px;
  }

  .ml-xxxl-81 {
    margin-left: 81px;
  }

  .mr-xxxl-81 {
    margin-right: 81px;
  }

  .pb-xxxl-81 {
    padding-bottom: 81px;
  }

  .pt-xxxl-81 {
    padding-top: 81px;
  }

  .pl-xxxl-81 {
    padding-left: 81px;
  }

  .pr-xxxl-81 {
    padding-right: 81px;
  }

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

  .lh-xxxl-81 {
    line-height: 81px;
  }

  .gap-xxxl-81 {
    gap: 81px;
  }

  .br-xxxl-81 {
    border-radius: 81px;
  }

  .h-xxxl-81 {
    height: 81px;
  }

  .w-xxxl-81 {
    width: 81px;
  }

  .m-xxxl-82 {
    margin: 82px;
  }

  .p-xxxl-82 {
    padding: 82px;
  }

  .mb-xxxl-82 {
    margin-bottom: 82px;
  }

  .mt-xxxl-82 {
    margin-top: 82px;
  }

  .ml-xxxl-82 {
    margin-left: 82px;
  }

  .mr-xxxl-82 {
    margin-right: 82px;
  }

  .pb-xxxl-82 {
    padding-bottom: 82px;
  }

  .pt-xxxl-82 {
    padding-top: 82px;
  }

  .pl-xxxl-82 {
    padding-left: 82px;
  }

  .pr-xxxl-82 {
    padding-right: 82px;
  }

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

  .lh-xxxl-82 {
    line-height: 82px;
  }

  .gap-xxxl-82 {
    gap: 82px;
  }

  .br-xxxl-82 {
    border-radius: 82px;
  }

  .h-xxxl-82 {
    height: 82px;
  }

  .w-xxxl-82 {
    width: 82px;
  }

  .m-xxxl-83 {
    margin: 83px;
  }

  .p-xxxl-83 {
    padding: 83px;
  }

  .mb-xxxl-83 {
    margin-bottom: 83px;
  }

  .mt-xxxl-83 {
    margin-top: 83px;
  }

  .ml-xxxl-83 {
    margin-left: 83px;
  }

  .mr-xxxl-83 {
    margin-right: 83px;
  }

  .pb-xxxl-83 {
    padding-bottom: 83px;
  }

  .pt-xxxl-83 {
    padding-top: 83px;
  }

  .pl-xxxl-83 {
    padding-left: 83px;
  }

  .pr-xxxl-83 {
    padding-right: 83px;
  }

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

  .lh-xxxl-83 {
    line-height: 83px;
  }

  .gap-xxxl-83 {
    gap: 83px;
  }

  .br-xxxl-83 {
    border-radius: 83px;
  }

  .h-xxxl-83 {
    height: 83px;
  }

  .w-xxxl-83 {
    width: 83px;
  }

  .m-xxxl-84 {
    margin: 84px;
  }

  .p-xxxl-84 {
    padding: 84px;
  }

  .mb-xxxl-84 {
    margin-bottom: 84px;
  }

  .mt-xxxl-84 {
    margin-top: 84px;
  }

  .ml-xxxl-84 {
    margin-left: 84px;
  }

  .mr-xxxl-84 {
    margin-right: 84px;
  }

  .pb-xxxl-84 {
    padding-bottom: 84px;
  }

  .pt-xxxl-84 {
    padding-top: 84px;
  }

  .pl-xxxl-84 {
    padding-left: 84px;
  }

  .pr-xxxl-84 {
    padding-right: 84px;
  }

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

  .lh-xxxl-84 {
    line-height: 84px;
  }

  .gap-xxxl-84 {
    gap: 84px;
  }

  .br-xxxl-84 {
    border-radius: 84px;
  }

  .h-xxxl-84 {
    height: 84px;
  }

  .w-xxxl-84 {
    width: 84px;
  }

  .m-xxxl-85 {
    margin: 85px;
  }

  .p-xxxl-85 {
    padding: 85px;
  }

  .mb-xxxl-85 {
    margin-bottom: 85px;
  }

  .mt-xxxl-85 {
    margin-top: 85px;
  }

  .ml-xxxl-85 {
    margin-left: 85px;
  }

  .mr-xxxl-85 {
    margin-right: 85px;
  }

  .pb-xxxl-85 {
    padding-bottom: 85px;
  }

  .pt-xxxl-85 {
    padding-top: 85px;
  }

  .pl-xxxl-85 {
    padding-left: 85px;
  }

  .pr-xxxl-85 {
    padding-right: 85px;
  }

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

  .lh-xxxl-85 {
    line-height: 85px;
  }

  .gap-xxxl-85 {
    gap: 85px;
  }

  .br-xxxl-85 {
    border-radius: 85px;
  }

  .h-xxxl-85 {
    height: 85px;
  }

  .w-xxxl-85 {
    width: 85px;
  }

  .m-xxxl-86 {
    margin: 86px;
  }

  .p-xxxl-86 {
    padding: 86px;
  }

  .mb-xxxl-86 {
    margin-bottom: 86px;
  }

  .mt-xxxl-86 {
    margin-top: 86px;
  }

  .ml-xxxl-86 {
    margin-left: 86px;
  }

  .mr-xxxl-86 {
    margin-right: 86px;
  }

  .pb-xxxl-86 {
    padding-bottom: 86px;
  }

  .pt-xxxl-86 {
    padding-top: 86px;
  }

  .pl-xxxl-86 {
    padding-left: 86px;
  }

  .pr-xxxl-86 {
    padding-right: 86px;
  }

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

  .lh-xxxl-86 {
    line-height: 86px;
  }

  .gap-xxxl-86 {
    gap: 86px;
  }

  .br-xxxl-86 {
    border-radius: 86px;
  }

  .h-xxxl-86 {
    height: 86px;
  }

  .w-xxxl-86 {
    width: 86px;
  }

  .m-xxxl-87 {
    margin: 87px;
  }

  .p-xxxl-87 {
    padding: 87px;
  }

  .mb-xxxl-87 {
    margin-bottom: 87px;
  }

  .mt-xxxl-87 {
    margin-top: 87px;
  }

  .ml-xxxl-87 {
    margin-left: 87px;
  }

  .mr-xxxl-87 {
    margin-right: 87px;
  }

  .pb-xxxl-87 {
    padding-bottom: 87px;
  }

  .pt-xxxl-87 {
    padding-top: 87px;
  }

  .pl-xxxl-87 {
    padding-left: 87px;
  }

  .pr-xxxl-87 {
    padding-right: 87px;
  }

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

  .lh-xxxl-87 {
    line-height: 87px;
  }

  .gap-xxxl-87 {
    gap: 87px;
  }

  .br-xxxl-87 {
    border-radius: 87px;
  }

  .h-xxxl-87 {
    height: 87px;
  }

  .w-xxxl-87 {
    width: 87px;
  }

  .m-xxxl-88 {
    margin: 88px;
  }

  .p-xxxl-88 {
    padding: 88px;
  }

  .mb-xxxl-88 {
    margin-bottom: 88px;
  }

  .mt-xxxl-88 {
    margin-top: 88px;
  }

  .ml-xxxl-88 {
    margin-left: 88px;
  }

  .mr-xxxl-88 {
    margin-right: 88px;
  }

  .pb-xxxl-88 {
    padding-bottom: 88px;
  }

  .pt-xxxl-88 {
    padding-top: 88px;
  }

  .pl-xxxl-88 {
    padding-left: 88px;
  }

  .pr-xxxl-88 {
    padding-right: 88px;
  }

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

  .lh-xxxl-88 {
    line-height: 88px;
  }

  .gap-xxxl-88 {
    gap: 88px;
  }

  .br-xxxl-88 {
    border-radius: 88px;
  }

  .h-xxxl-88 {
    height: 88px;
  }

  .w-xxxl-88 {
    width: 88px;
  }

  .m-xxxl-89 {
    margin: 89px;
  }

  .p-xxxl-89 {
    padding: 89px;
  }

  .mb-xxxl-89 {
    margin-bottom: 89px;
  }

  .mt-xxxl-89 {
    margin-top: 89px;
  }

  .ml-xxxl-89 {
    margin-left: 89px;
  }

  .mr-xxxl-89 {
    margin-right: 89px;
  }

  .pb-xxxl-89 {
    padding-bottom: 89px;
  }

  .pt-xxxl-89 {
    padding-top: 89px;
  }

  .pl-xxxl-89 {
    padding-left: 89px;
  }

  .pr-xxxl-89 {
    padding-right: 89px;
  }

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

  .lh-xxxl-89 {
    line-height: 89px;
  }

  .gap-xxxl-89 {
    gap: 89px;
  }

  .br-xxxl-89 {
    border-radius: 89px;
  }

  .h-xxxl-89 {
    height: 89px;
  }

  .w-xxxl-89 {
    width: 89px;
  }

  .m-xxxl-90 {
    margin: 90px;
  }

  .p-xxxl-90 {
    padding: 90px;
  }

  .mb-xxxl-90 {
    margin-bottom: 90px;
  }

  .mt-xxxl-90 {
    margin-top: 90px;
  }

  .ml-xxxl-90 {
    margin-left: 90px;
  }

  .mr-xxxl-90 {
    margin-right: 90px;
  }

  .pb-xxxl-90 {
    padding-bottom: 90px;
  }

  .pt-xxxl-90 {
    padding-top: 90px;
  }

  .pl-xxxl-90 {
    padding-left: 90px;
  }

  .pr-xxxl-90 {
    padding-right: 90px;
  }

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

  .lh-xxxl-90 {
    line-height: 90px;
  }

  .gap-xxxl-90 {
    gap: 90px;
  }

  .br-xxxl-90 {
    border-radius: 90px;
  }

  .h-xxxl-90 {
    height: 90px;
  }

  .w-xxxl-90 {
    width: 90px;
  }

  .m-xxxl-91 {
    margin: 91px;
  }

  .p-xxxl-91 {
    padding: 91px;
  }

  .mb-xxxl-91 {
    margin-bottom: 91px;
  }

  .mt-xxxl-91 {
    margin-top: 91px;
  }

  .ml-xxxl-91 {
    margin-left: 91px;
  }

  .mr-xxxl-91 {
    margin-right: 91px;
  }

  .pb-xxxl-91 {
    padding-bottom: 91px;
  }

  .pt-xxxl-91 {
    padding-top: 91px;
  }

  .pl-xxxl-91 {
    padding-left: 91px;
  }

  .pr-xxxl-91 {
    padding-right: 91px;
  }

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

  .lh-xxxl-91 {
    line-height: 91px;
  }

  .gap-xxxl-91 {
    gap: 91px;
  }

  .br-xxxl-91 {
    border-radius: 91px;
  }

  .h-xxxl-91 {
    height: 91px;
  }

  .w-xxxl-91 {
    width: 91px;
  }

  .m-xxxl-92 {
    margin: 92px;
  }

  .p-xxxl-92 {
    padding: 92px;
  }

  .mb-xxxl-92 {
    margin-bottom: 92px;
  }

  .mt-xxxl-92 {
    margin-top: 92px;
  }

  .ml-xxxl-92 {
    margin-left: 92px;
  }

  .mr-xxxl-92 {
    margin-right: 92px;
  }

  .pb-xxxl-92 {
    padding-bottom: 92px;
  }

  .pt-xxxl-92 {
    padding-top: 92px;
  }

  .pl-xxxl-92 {
    padding-left: 92px;
  }

  .pr-xxxl-92 {
    padding-right: 92px;
  }

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

  .lh-xxxl-92 {
    line-height: 92px;
  }

  .gap-xxxl-92 {
    gap: 92px;
  }

  .br-xxxl-92 {
    border-radius: 92px;
  }

  .h-xxxl-92 {
    height: 92px;
  }

  .w-xxxl-92 {
    width: 92px;
  }

  .m-xxxl-93 {
    margin: 93px;
  }

  .p-xxxl-93 {
    padding: 93px;
  }

  .mb-xxxl-93 {
    margin-bottom: 93px;
  }

  .mt-xxxl-93 {
    margin-top: 93px;
  }

  .ml-xxxl-93 {
    margin-left: 93px;
  }

  .mr-xxxl-93 {
    margin-right: 93px;
  }

  .pb-xxxl-93 {
    padding-bottom: 93px;
  }

  .pt-xxxl-93 {
    padding-top: 93px;
  }

  .pl-xxxl-93 {
    padding-left: 93px;
  }

  .pr-xxxl-93 {
    padding-right: 93px;
  }

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

  .lh-xxxl-93 {
    line-height: 93px;
  }

  .gap-xxxl-93 {
    gap: 93px;
  }

  .br-xxxl-93 {
    border-radius: 93px;
  }

  .h-xxxl-93 {
    height: 93px;
  }

  .w-xxxl-93 {
    width: 93px;
  }

  .m-xxxl-94 {
    margin: 94px;
  }

  .p-xxxl-94 {
    padding: 94px;
  }

  .mb-xxxl-94 {
    margin-bottom: 94px;
  }

  .mt-xxxl-94 {
    margin-top: 94px;
  }

  .ml-xxxl-94 {
    margin-left: 94px;
  }

  .mr-xxxl-94 {
    margin-right: 94px;
  }

  .pb-xxxl-94 {
    padding-bottom: 94px;
  }

  .pt-xxxl-94 {
    padding-top: 94px;
  }

  .pl-xxxl-94 {
    padding-left: 94px;
  }

  .pr-xxxl-94 {
    padding-right: 94px;
  }

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

  .lh-xxxl-94 {
    line-height: 94px;
  }

  .gap-xxxl-94 {
    gap: 94px;
  }

  .br-xxxl-94 {
    border-radius: 94px;
  }

  .h-xxxl-94 {
    height: 94px;
  }

  .w-xxxl-94 {
    width: 94px;
  }

  .m-xxxl-95 {
    margin: 95px;
  }

  .p-xxxl-95 {
    padding: 95px;
  }

  .mb-xxxl-95 {
    margin-bottom: 95px;
  }

  .mt-xxxl-95 {
    margin-top: 95px;
  }

  .ml-xxxl-95 {
    margin-left: 95px;
  }

  .mr-xxxl-95 {
    margin-right: 95px;
  }

  .pb-xxxl-95 {
    padding-bottom: 95px;
  }

  .pt-xxxl-95 {
    padding-top: 95px;
  }

  .pl-xxxl-95 {
    padding-left: 95px;
  }

  .pr-xxxl-95 {
    padding-right: 95px;
  }

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

  .lh-xxxl-95 {
    line-height: 95px;
  }

  .gap-xxxl-95 {
    gap: 95px;
  }

  .br-xxxl-95 {
    border-radius: 95px;
  }

  .h-xxxl-95 {
    height: 95px;
  }

  .w-xxxl-95 {
    width: 95px;
  }

  .m-xxxl-96 {
    margin: 96px;
  }

  .p-xxxl-96 {
    padding: 96px;
  }

  .mb-xxxl-96 {
    margin-bottom: 96px;
  }

  .mt-xxxl-96 {
    margin-top: 96px;
  }

  .ml-xxxl-96 {
    margin-left: 96px;
  }

  .mr-xxxl-96 {
    margin-right: 96px;
  }

  .pb-xxxl-96 {
    padding-bottom: 96px;
  }

  .pt-xxxl-96 {
    padding-top: 96px;
  }

  .pl-xxxl-96 {
    padding-left: 96px;
  }

  .pr-xxxl-96 {
    padding-right: 96px;
  }

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

  .lh-xxxl-96 {
    line-height: 96px;
  }

  .gap-xxxl-96 {
    gap: 96px;
  }

  .br-xxxl-96 {
    border-radius: 96px;
  }

  .h-xxxl-96 {
    height: 96px;
  }

  .w-xxxl-96 {
    width: 96px;
  }

  .m-xxxl-97 {
    margin: 97px;
  }

  .p-xxxl-97 {
    padding: 97px;
  }

  .mb-xxxl-97 {
    margin-bottom: 97px;
  }

  .mt-xxxl-97 {
    margin-top: 97px;
  }

  .ml-xxxl-97 {
    margin-left: 97px;
  }

  .mr-xxxl-97 {
    margin-right: 97px;
  }

  .pb-xxxl-97 {
    padding-bottom: 97px;
  }

  .pt-xxxl-97 {
    padding-top: 97px;
  }

  .pl-xxxl-97 {
    padding-left: 97px;
  }

  .pr-xxxl-97 {
    padding-right: 97px;
  }

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

  .lh-xxxl-97 {
    line-height: 97px;
  }

  .gap-xxxl-97 {
    gap: 97px;
  }

  .br-xxxl-97 {
    border-radius: 97px;
  }

  .h-xxxl-97 {
    height: 97px;
  }

  .w-xxxl-97 {
    width: 97px;
  }

  .m-xxxl-98 {
    margin: 98px;
  }

  .p-xxxl-98 {
    padding: 98px;
  }

  .mb-xxxl-98 {
    margin-bottom: 98px;
  }

  .mt-xxxl-98 {
    margin-top: 98px;
  }

  .ml-xxxl-98 {
    margin-left: 98px;
  }

  .mr-xxxl-98 {
    margin-right: 98px;
  }

  .pb-xxxl-98 {
    padding-bottom: 98px;
  }

  .pt-xxxl-98 {
    padding-top: 98px;
  }

  .pl-xxxl-98 {
    padding-left: 98px;
  }

  .pr-xxxl-98 {
    padding-right: 98px;
  }

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

  .lh-xxxl-98 {
    line-height: 98px;
  }

  .gap-xxxl-98 {
    gap: 98px;
  }

  .br-xxxl-98 {
    border-radius: 98px;
  }

  .h-xxxl-98 {
    height: 98px;
  }

  .w-xxxl-98 {
    width: 98px;
  }

  .m-xxxl-99 {
    margin: 99px;
  }

  .p-xxxl-99 {
    padding: 99px;
  }

  .mb-xxxl-99 {
    margin-bottom: 99px;
  }

  .mt-xxxl-99 {
    margin-top: 99px;
  }

  .ml-xxxl-99 {
    margin-left: 99px;
  }

  .mr-xxxl-99 {
    margin-right: 99px;
  }

  .pb-xxxl-99 {
    padding-bottom: 99px;
  }

  .pt-xxxl-99 {
    padding-top: 99px;
  }

  .pl-xxxl-99 {
    padding-left: 99px;
  }

  .pr-xxxl-99 {
    padding-right: 99px;
  }

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

  .lh-xxxl-99 {
    line-height: 99px;
  }

  .gap-xxxl-99 {
    gap: 99px;
  }

  .br-xxxl-99 {
    border-radius: 99px;
  }

  .h-xxxl-99 {
    height: 99px;
  }

  .w-xxxl-99 {
    width: 99px;
  }

  .m-xxxl-100 {
    margin: 100px;
  }

  .p-xxxl-100 {
    padding: 100px;
  }

  .mb-xxxl-100 {
    margin-bottom: 100px;
  }

  .mt-xxxl-100 {
    margin-top: 100px;
  }

  .ml-xxxl-100 {
    margin-left: 100px;
  }

  .mr-xxxl-100 {
    margin-right: 100px;
  }

  .pb-xxxl-100 {
    padding-bottom: 100px;
  }

  .pt-xxxl-100 {
    padding-top: 100px;
  }

  .pl-xxxl-100 {
    padding-left: 100px;
  }

  .pr-xxxl-100 {
    padding-right: 100px;
  }

  .fs-xxxl-100 {
    font-size: 100px;
  }

  .lh-xxxl-100 {
    line-height: 100px;
  }

  .gap-xxxl-100 {
    gap: 100px;
  }

  .br-xxxl-100 {
    border-radius: 100px;
  }

  .h-xxxl-100 {
    height: 100px;
  }

  .w-xxxl-100 {
    width: 100px;
  }
}

@media (max-width: 1399px) {
  .m-xxl-0 {
    margin: 0px;
  }

  .p-xxl-0 {
    padding: 0px;
  }

  .mb-xxl-0 {
    margin-bottom: 0px;
  }

  .mt-xxl-0 {
    margin-top: 0px;
  }

  .ml-xxl-0 {
    margin-left: 0px;
  }

  .mr-xxl-0 {
    margin-right: 0px;
  }

  .pb-xxl-0 {
    padding-bottom: 0px;
  }

  .pt-xxl-0 {
    padding-top: 0px;
  }

  .pl-xxl-0 {
    padding-left: 0px;
  }

  .pr-xxl-0 {
    padding-right: 0px;
  }

  .fs-xxl-0 {
    font-size: 0px;
  }

  .lh-xxl-0 {
    line-height: 0px;
  }

  .gap-xxl-0 {
    gap: 0px;
  }

  .br-xxl-0 {
    border-radius: 0px;
  }

  .h-xxl-0 {
    height: 0px;
  }

  .w-xxl-0 {
    width: 0px;
  }

  .m-xxl-1 {
    margin: 1px;
  }

  .p-xxl-1 {
    padding: 1px;
  }

  .mb-xxl-1 {
    margin-bottom: 1px;
  }

  .mt-xxl-1 {
    margin-top: 1px;
  }

  .ml-xxl-1 {
    margin-left: 1px;
  }

  .mr-xxl-1 {
    margin-right: 1px;
  }

  .pb-xxl-1 {
    padding-bottom: 1px;
  }

  .pt-xxl-1 {
    padding-top: 1px;
  }

  .pl-xxl-1 {
    padding-left: 1px;
  }

  .pr-xxl-1 {
    padding-right: 1px;
  }

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

  .lh-xxl-1 {
    line-height: 1px;
  }

  .gap-xxl-1 {
    gap: 1px;
  }

  .br-xxl-1 {
    border-radius: 1px;
  }

  .h-xxl-1 {
    height: 1px;
  }

  .w-xxl-1 {
    width: 1px;
  }

  .m-xxl-2 {
    margin: 2px;
  }

  .p-xxl-2 {
    padding: 2px;
  }

  .mb-xxl-2 {
    margin-bottom: 2px;
  }

  .mt-xxl-2 {
    margin-top: 2px;
  }

  .ml-xxl-2 {
    margin-left: 2px;
  }

  .mr-xxl-2 {
    margin-right: 2px;
  }

  .pb-xxl-2 {
    padding-bottom: 2px;
  }

  .pt-xxl-2 {
    padding-top: 2px;
  }

  .pl-xxl-2 {
    padding-left: 2px;
  }

  .pr-xxl-2 {
    padding-right: 2px;
  }

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

  .lh-xxl-2 {
    line-height: 2px;
  }

  .gap-xxl-2 {
    gap: 2px;
  }

  .br-xxl-2 {
    border-radius: 2px;
  }

  .h-xxl-2 {
    height: 2px;
  }

  .w-xxl-2 {
    width: 2px;
  }

  .m-xxl-3 {
    margin: 3px;
  }

  .p-xxl-3 {
    padding: 3px;
  }

  .mb-xxl-3 {
    margin-bottom: 3px;
  }

  .mt-xxl-3 {
    margin-top: 3px;
  }

  .ml-xxl-3 {
    margin-left: 3px;
  }

  .mr-xxl-3 {
    margin-right: 3px;
  }

  .pb-xxl-3 {
    padding-bottom: 3px;
  }

  .pt-xxl-3 {
    padding-top: 3px;
  }

  .pl-xxl-3 {
    padding-left: 3px;
  }

  .pr-xxl-3 {
    padding-right: 3px;
  }

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

  .lh-xxl-3 {
    line-height: 3px;
  }

  .gap-xxl-3 {
    gap: 3px;
  }

  .br-xxl-3 {
    border-radius: 3px;
  }

  .h-xxl-3 {
    height: 3px;
  }

  .w-xxl-3 {
    width: 3px;
  }

  .m-xxl-4 {
    margin: 4px;
  }

  .p-xxl-4 {
    padding: 4px;
  }

  .mb-xxl-4 {
    margin-bottom: 4px;
  }

  .mt-xxl-4 {
    margin-top: 4px;
  }

  .ml-xxl-4 {
    margin-left: 4px;
  }

  .mr-xxl-4 {
    margin-right: 4px;
  }

  .pb-xxl-4 {
    padding-bottom: 4px;
  }

  .pt-xxl-4 {
    padding-top: 4px;
  }

  .pl-xxl-4 {
    padding-left: 4px;
  }

  .pr-xxl-4 {
    padding-right: 4px;
  }

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

  .lh-xxl-4 {
    line-height: 4px;
  }

  .gap-xxl-4 {
    gap: 4px;
  }

  .br-xxl-4 {
    border-radius: 4px;
  }

  .h-xxl-4 {
    height: 4px;
  }

  .w-xxl-4 {
    width: 4px;
  }

  .m-xxl-5 {
    margin: 5px;
  }

  .p-xxl-5 {
    padding: 5px;
  }

  .mb-xxl-5 {
    margin-bottom: 5px;
  }

  .mt-xxl-5 {
    margin-top: 5px;
  }

  .ml-xxl-5 {
    margin-left: 5px;
  }

  .mr-xxl-5 {
    margin-right: 5px;
  }

  .pb-xxl-5 {
    padding-bottom: 5px;
  }

  .pt-xxl-5 {
    padding-top: 5px;
  }

  .pl-xxl-5 {
    padding-left: 5px;
  }

  .pr-xxl-5 {
    padding-right: 5px;
  }

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

  .lh-xxl-5 {
    line-height: 5px;
  }

  .gap-xxl-5 {
    gap: 5px;
  }

  .br-xxl-5 {
    border-radius: 5px;
  }

  .h-xxl-5 {
    height: 5px;
  }

  .w-xxl-5 {
    width: 5px;
  }

  .m-xxl-6 {
    margin: 6px;
  }

  .p-xxl-6 {
    padding: 6px;
  }

  .mb-xxl-6 {
    margin-bottom: 6px;
  }

  .mt-xxl-6 {
    margin-top: 6px;
  }

  .ml-xxl-6 {
    margin-left: 6px;
  }

  .mr-xxl-6 {
    margin-right: 6px;
  }

  .pb-xxl-6 {
    padding-bottom: 6px;
  }

  .pt-xxl-6 {
    padding-top: 6px;
  }

  .pl-xxl-6 {
    padding-left: 6px;
  }

  .pr-xxl-6 {
    padding-right: 6px;
  }

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

  .lh-xxl-6 {
    line-height: 6px;
  }

  .gap-xxl-6 {
    gap: 6px;
  }

  .br-xxl-6 {
    border-radius: 6px;
  }

  .h-xxl-6 {
    height: 6px;
  }

  .w-xxl-6 {
    width: 6px;
  }

  .m-xxl-7 {
    margin: 7px;
  }

  .p-xxl-7 {
    padding: 7px;
  }

  .mb-xxl-7 {
    margin-bottom: 7px;
  }

  .mt-xxl-7 {
    margin-top: 7px;
  }

  .ml-xxl-7 {
    margin-left: 7px;
  }

  .mr-xxl-7 {
    margin-right: 7px;
  }

  .pb-xxl-7 {
    padding-bottom: 7px;
  }

  .pt-xxl-7 {
    padding-top: 7px;
  }

  .pl-xxl-7 {
    padding-left: 7px;
  }

  .pr-xxl-7 {
    padding-right: 7px;
  }

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

  .lh-xxl-7 {
    line-height: 7px;
  }

  .gap-xxl-7 {
    gap: 7px;
  }

  .br-xxl-7 {
    border-radius: 7px;
  }

  .h-xxl-7 {
    height: 7px;
  }

  .w-xxl-7 {
    width: 7px;
  }

  .m-xxl-8 {
    margin: 8px;
  }

  .p-xxl-8 {
    padding: 8px;
  }

  .mb-xxl-8 {
    margin-bottom: 8px;
  }

  .mt-xxl-8 {
    margin-top: 8px;
  }

  .ml-xxl-8 {
    margin-left: 8px;
  }

  .mr-xxl-8 {
    margin-right: 8px;
  }

  .pb-xxl-8 {
    padding-bottom: 8px;
  }

  .pt-xxl-8 {
    padding-top: 8px;
  }

  .pl-xxl-8 {
    padding-left: 8px;
  }

  .pr-xxl-8 {
    padding-right: 8px;
  }

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

  .lh-xxl-8 {
    line-height: 8px;
  }

  .gap-xxl-8 {
    gap: 8px;
  }

  .br-xxl-8 {
    border-radius: 8px;
  }

  .h-xxl-8 {
    height: 8px;
  }

  .w-xxl-8 {
    width: 8px;
  }

  .m-xxl-9 {
    margin: 9px;
  }

  .p-xxl-9 {
    padding: 9px;
  }

  .mb-xxl-9 {
    margin-bottom: 9px;
  }

  .mt-xxl-9 {
    margin-top: 9px;
  }

  .ml-xxl-9 {
    margin-left: 9px;
  }

  .mr-xxl-9 {
    margin-right: 9px;
  }

  .pb-xxl-9 {
    padding-bottom: 9px;
  }

  .pt-xxl-9 {
    padding-top: 9px;
  }

  .pl-xxl-9 {
    padding-left: 9px;
  }

  .pr-xxl-9 {
    padding-right: 9px;
  }

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

  .lh-xxl-9 {
    line-height: 9px;
  }

  .gap-xxl-9 {
    gap: 9px;
  }

  .br-xxl-9 {
    border-radius: 9px;
  }

  .h-xxl-9 {
    height: 9px;
  }

  .w-xxl-9 {
    width: 9px;
  }

  .m-xxl-10 {
    margin: 10px;
  }

  .p-xxl-10 {
    padding: 10px;
  }

  .mb-xxl-10 {
    margin-bottom: 10px;
  }

  .mt-xxl-10 {
    margin-top: 10px;
  }

  .ml-xxl-10 {
    margin-left: 10px;
  }

  .mr-xxl-10 {
    margin-right: 10px;
  }

  .pb-xxl-10 {
    padding-bottom: 10px;
  }

  .pt-xxl-10 {
    padding-top: 10px;
  }

  .pl-xxl-10 {
    padding-left: 10px;
  }

  .pr-xxl-10 {
    padding-right: 10px;
  }

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

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

  .gap-xxl-10 {
    gap: 10px;
  }

  .br-xxl-10 {
    border-radius: 10px;
  }

  .h-xxl-10 {
    height: 10px;
  }

  .w-xxl-10 {
    width: 10px;
  }

  .m-xxl-11 {
    margin: 11px;
  }

  .p-xxl-11 {
    padding: 11px;
  }

  .mb-xxl-11 {
    margin-bottom: 11px;
  }

  .mt-xxl-11 {
    margin-top: 11px;
  }

  .ml-xxl-11 {
    margin-left: 11px;
  }

  .mr-xxl-11 {
    margin-right: 11px;
  }

  .pb-xxl-11 {
    padding-bottom: 11px;
  }

  .pt-xxl-11 {
    padding-top: 11px;
  }

  .pl-xxl-11 {
    padding-left: 11px;
  }

  .pr-xxl-11 {
    padding-right: 11px;
  }

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

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

  .gap-xxl-11 {
    gap: 11px;
  }

  .br-xxl-11 {
    border-radius: 11px;
  }

  .h-xxl-11 {
    height: 11px;
  }

  .w-xxl-11 {
    width: 11px;
  }

  .m-xxl-12 {
    margin: 12px;
  }

  .p-xxl-12 {
    padding: 12px;
  }

  .mb-xxl-12 {
    margin-bottom: 12px;
  }

  .mt-xxl-12 {
    margin-top: 12px;
  }

  .ml-xxl-12 {
    margin-left: 12px;
  }

  .mr-xxl-12 {
    margin-right: 12px;
  }

  .pb-xxl-12 {
    padding-bottom: 12px;
  }

  .pt-xxl-12 {
    padding-top: 12px;
  }

  .pl-xxl-12 {
    padding-left: 12px;
  }

  .pr-xxl-12 {
    padding-right: 12px;
  }

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

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

  .gap-xxl-12 {
    gap: 12px;
  }

  .br-xxl-12 {
    border-radius: 12px;
  }

  .h-xxl-12 {
    height: 12px;
  }

  .w-xxl-12 {
    width: 12px;
  }

  .m-xxl-13 {
    margin: 13px;
  }

  .p-xxl-13 {
    padding: 13px;
  }

  .mb-xxl-13 {
    margin-bottom: 13px;
  }

  .mt-xxl-13 {
    margin-top: 13px;
  }

  .ml-xxl-13 {
    margin-left: 13px;
  }

  .mr-xxl-13 {
    margin-right: 13px;
  }

  .pb-xxl-13 {
    padding-bottom: 13px;
  }

  .pt-xxl-13 {
    padding-top: 13px;
  }

  .pl-xxl-13 {
    padding-left: 13px;
  }

  .pr-xxl-13 {
    padding-right: 13px;
  }

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

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

  .gap-xxl-13 {
    gap: 13px;
  }

  .br-xxl-13 {
    border-radius: 13px;
  }

  .h-xxl-13 {
    height: 13px;
  }

  .w-xxl-13 {
    width: 13px;
  }

  .m-xxl-14 {
    margin: 14px;
  }

  .p-xxl-14 {
    padding: 14px;
  }

  .mb-xxl-14 {
    margin-bottom: 14px;
  }

  .mt-xxl-14 {
    margin-top: 14px;
  }

  .ml-xxl-14 {
    margin-left: 14px;
  }

  .mr-xxl-14 {
    margin-right: 14px;
  }

  .pb-xxl-14 {
    padding-bottom: 14px;
  }

  .pt-xxl-14 {
    padding-top: 14px;
  }

  .pl-xxl-14 {
    padding-left: 14px;
  }

  .pr-xxl-14 {
    padding-right: 14px;
  }

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

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

  .gap-xxl-14 {
    gap: 14px;
  }

  .br-xxl-14 {
    border-radius: 14px;
  }

  .h-xxl-14 {
    height: 14px;
  }

  .w-xxl-14 {
    width: 14px;
  }

  .m-xxl-15 {
    margin: 15px;
  }

  .p-xxl-15 {
    padding: 15px;
  }

  .mb-xxl-15 {
    margin-bottom: 15px;
  }

  .mt-xxl-15 {
    margin-top: 15px;
  }

  .ml-xxl-15 {
    margin-left: 15px;
  }

  .mr-xxl-15 {
    margin-right: 15px;
  }

  .pb-xxl-15 {
    padding-bottom: 15px;
  }

  .pt-xxl-15 {
    padding-top: 15px;
  }

  .pl-xxl-15 {
    padding-left: 15px;
  }

  .pr-xxl-15 {
    padding-right: 15px;
  }

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

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

  .gap-xxl-15 {
    gap: 15px;
  }

  .br-xxl-15 {
    border-radius: 15px;
  }

  .h-xxl-15 {
    height: 15px;
  }

  .w-xxl-15 {
    width: 15px;
  }

  .m-xxl-16 {
    margin: 16px;
  }

  .p-xxl-16 {
    padding: 16px;
  }

  .mb-xxl-16 {
    margin-bottom: 16px;
  }

  .mt-xxl-16 {
    margin-top: 16px;
  }

  .ml-xxl-16 {
    margin-left: 16px;
  }

  .mr-xxl-16 {
    margin-right: 16px;
  }

  .pb-xxl-16 {
    padding-bottom: 16px;
  }

  .pt-xxl-16 {
    padding-top: 16px;
  }

  .pl-xxl-16 {
    padding-left: 16px;
  }

  .pr-xxl-16 {
    padding-right: 16px;
  }

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

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

  .gap-xxl-16 {
    gap: 16px;
  }

  .br-xxl-16 {
    border-radius: 16px;
  }

  .h-xxl-16 {
    height: 16px;
  }

  .w-xxl-16 {
    width: 16px;
  }

  .m-xxl-17 {
    margin: 17px;
  }

  .p-xxl-17 {
    padding: 17px;
  }

  .mb-xxl-17 {
    margin-bottom: 17px;
  }

  .mt-xxl-17 {
    margin-top: 17px;
  }

  .ml-xxl-17 {
    margin-left: 17px;
  }

  .mr-xxl-17 {
    margin-right: 17px;
  }

  .pb-xxl-17 {
    padding-bottom: 17px;
  }

  .pt-xxl-17 {
    padding-top: 17px;
  }

  .pl-xxl-17 {
    padding-left: 17px;
  }

  .pr-xxl-17 {
    padding-right: 17px;
  }

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

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

  .gap-xxl-17 {
    gap: 17px;
  }

  .br-xxl-17 {
    border-radius: 17px;
  }

  .h-xxl-17 {
    height: 17px;
  }

  .w-xxl-17 {
    width: 17px;
  }

  .m-xxl-18 {
    margin: 18px;
  }

  .p-xxl-18 {
    padding: 18px;
  }

  .mb-xxl-18 {
    margin-bottom: 18px;
  }

  .mt-xxl-18 {
    margin-top: 18px;
  }

  .ml-xxl-18 {
    margin-left: 18px;
  }

  .mr-xxl-18 {
    margin-right: 18px;
  }

  .pb-xxl-18 {
    padding-bottom: 18px;
  }

  .pt-xxl-18 {
    padding-top: 18px;
  }

  .pl-xxl-18 {
    padding-left: 18px;
  }

  .pr-xxl-18 {
    padding-right: 18px;
  }

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

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

  .gap-xxl-18 {
    gap: 18px;
  }

  .br-xxl-18 {
    border-radius: 18px;
  }

  .h-xxl-18 {
    height: 18px;
  }

  .w-xxl-18 {
    width: 18px;
  }

  .m-xxl-19 {
    margin: 19px;
  }

  .p-xxl-19 {
    padding: 19px;
  }

  .mb-xxl-19 {
    margin-bottom: 19px;
  }

  .mt-xxl-19 {
    margin-top: 19px;
  }

  .ml-xxl-19 {
    margin-left: 19px;
  }

  .mr-xxl-19 {
    margin-right: 19px;
  }

  .pb-xxl-19 {
    padding-bottom: 19px;
  }

  .pt-xxl-19 {
    padding-top: 19px;
  }

  .pl-xxl-19 {
    padding-left: 19px;
  }

  .pr-xxl-19 {
    padding-right: 19px;
  }

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

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

  .gap-xxl-19 {
    gap: 19px;
  }

  .br-xxl-19 {
    border-radius: 19px;
  }

  .h-xxl-19 {
    height: 19px;
  }

  .w-xxl-19 {
    width: 19px;
  }

  .m-xxl-20 {
    margin: 20px;
  }

  .p-xxl-20 {
    padding: 20px;
  }

  .mb-xxl-20 {
    margin-bottom: 20px;
  }

  .mt-xxl-20 {
    margin-top: 20px;
  }

  .ml-xxl-20 {
    margin-left: 20px;
  }

  .mr-xxl-20 {
    margin-right: 20px;
  }

  .pb-xxl-20 {
    padding-bottom: 20px;
  }

  .pt-xxl-20 {
    padding-top: 20px;
  }

  .pl-xxl-20 {
    padding-left: 20px;
  }

  .pr-xxl-20 {
    padding-right: 20px;
  }

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

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

  .gap-xxl-20 {
    gap: 20px;
  }

  .br-xxl-20 {
    border-radius: 20px;
  }

  .h-xxl-20 {
    height: 20px;
  }

  .w-xxl-20 {
    width: 20px;
  }

  .m-xxl-21 {
    margin: 21px;
  }

  .p-xxl-21 {
    padding: 21px;
  }

  .mb-xxl-21 {
    margin-bottom: 21px;
  }

  .mt-xxl-21 {
    margin-top: 21px;
  }

  .ml-xxl-21 {
    margin-left: 21px;
  }

  .mr-xxl-21 {
    margin-right: 21px;
  }

  .pb-xxl-21 {
    padding-bottom: 21px;
  }

  .pt-xxl-21 {
    padding-top: 21px;
  }

  .pl-xxl-21 {
    padding-left: 21px;
  }

  .pr-xxl-21 {
    padding-right: 21px;
  }

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

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

  .gap-xxl-21 {
    gap: 21px;
  }

  .br-xxl-21 {
    border-radius: 21px;
  }

  .h-xxl-21 {
    height: 21px;
  }

  .w-xxl-21 {
    width: 21px;
  }

  .m-xxl-22 {
    margin: 22px;
  }

  .p-xxl-22 {
    padding: 22px;
  }

  .mb-xxl-22 {
    margin-bottom: 22px;
  }

  .mt-xxl-22 {
    margin-top: 22px;
  }

  .ml-xxl-22 {
    margin-left: 22px;
  }

  .mr-xxl-22 {
    margin-right: 22px;
  }

  .pb-xxl-22 {
    padding-bottom: 22px;
  }

  .pt-xxl-22 {
    padding-top: 22px;
  }

  .pl-xxl-22 {
    padding-left: 22px;
  }

  .pr-xxl-22 {
    padding-right: 22px;
  }

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

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

  .gap-xxl-22 {
    gap: 22px;
  }

  .br-xxl-22 {
    border-radius: 22px;
  }

  .h-xxl-22 {
    height: 22px;
  }

  .w-xxl-22 {
    width: 22px;
  }

  .m-xxl-23 {
    margin: 23px;
  }

  .p-xxl-23 {
    padding: 23px;
  }

  .mb-xxl-23 {
    margin-bottom: 23px;
  }

  .mt-xxl-23 {
    margin-top: 23px;
  }

  .ml-xxl-23 {
    margin-left: 23px;
  }

  .mr-xxl-23 {
    margin-right: 23px;
  }

  .pb-xxl-23 {
    padding-bottom: 23px;
  }

  .pt-xxl-23 {
    padding-top: 23px;
  }

  .pl-xxl-23 {
    padding-left: 23px;
  }

  .pr-xxl-23 {
    padding-right: 23px;
  }

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

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

  .gap-xxl-23 {
    gap: 23px;
  }

  .br-xxl-23 {
    border-radius: 23px;
  }

  .h-xxl-23 {
    height: 23px;
  }

  .w-xxl-23 {
    width: 23px;
  }

  .m-xxl-24 {
    margin: 24px;
  }

  .p-xxl-24 {
    padding: 24px;
  }

  .mb-xxl-24 {
    margin-bottom: 24px;
  }

  .mt-xxl-24 {
    margin-top: 24px;
  }

  .ml-xxl-24 {
    margin-left: 24px;
  }

  .mr-xxl-24 {
    margin-right: 24px;
  }

  .pb-xxl-24 {
    padding-bottom: 24px;
  }

  .pt-xxl-24 {
    padding-top: 24px;
  }

  .pl-xxl-24 {
    padding-left: 24px;
  }

  .pr-xxl-24 {
    padding-right: 24px;
  }

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

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

  .gap-xxl-24 {
    gap: 24px;
  }

  .br-xxl-24 {
    border-radius: 24px;
  }

  .h-xxl-24 {
    height: 24px;
  }

  .w-xxl-24 {
    width: 24px;
  }

  .m-xxl-25 {
    margin: 25px;
  }

  .p-xxl-25 {
    padding: 25px;
  }

  .mb-xxl-25 {
    margin-bottom: 25px;
  }

  .mt-xxl-25 {
    margin-top: 25px;
  }

  .ml-xxl-25 {
    margin-left: 25px;
  }

  .mr-xxl-25 {
    margin-right: 25px;
  }

  .pb-xxl-25 {
    padding-bottom: 25px;
  }

  .pt-xxl-25 {
    padding-top: 25px;
  }

  .pl-xxl-25 {
    padding-left: 25px;
  }

  .pr-xxl-25 {
    padding-right: 25px;
  }

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

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

  .gap-xxl-25 {
    gap: 25px;
  }

  .br-xxl-25 {
    border-radius: 25px;
  }

  .h-xxl-25 {
    height: 25px;
  }

  .w-xxl-25 {
    width: 25px;
  }

  .m-xxl-26 {
    margin: 26px;
  }

  .p-xxl-26 {
    padding: 26px;
  }

  .mb-xxl-26 {
    margin-bottom: 26px;
  }

  .mt-xxl-26 {
    margin-top: 26px;
  }

  .ml-xxl-26 {
    margin-left: 26px;
  }

  .mr-xxl-26 {
    margin-right: 26px;
  }

  .pb-xxl-26 {
    padding-bottom: 26px;
  }

  .pt-xxl-26 {
    padding-top: 26px;
  }

  .pl-xxl-26 {
    padding-left: 26px;
  }

  .pr-xxl-26 {
    padding-right: 26px;
  }

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

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

  .gap-xxl-26 {
    gap: 26px;
  }

  .br-xxl-26 {
    border-radius: 26px;
  }

  .h-xxl-26 {
    height: 26px;
  }

  .w-xxl-26 {
    width: 26px;
  }

  .m-xxl-27 {
    margin: 27px;
  }

  .p-xxl-27 {
    padding: 27px;
  }

  .mb-xxl-27 {
    margin-bottom: 27px;
  }

  .mt-xxl-27 {
    margin-top: 27px;
  }

  .ml-xxl-27 {
    margin-left: 27px;
  }

  .mr-xxl-27 {
    margin-right: 27px;
  }

  .pb-xxl-27 {
    padding-bottom: 27px;
  }

  .pt-xxl-27 {
    padding-top: 27px;
  }

  .pl-xxl-27 {
    padding-left: 27px;
  }

  .pr-xxl-27 {
    padding-right: 27px;
  }

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

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

  .gap-xxl-27 {
    gap: 27px;
  }

  .br-xxl-27 {
    border-radius: 27px;
  }

  .h-xxl-27 {
    height: 27px;
  }

  .w-xxl-27 {
    width: 27px;
  }

  .m-xxl-28 {
    margin: 28px;
  }

  .p-xxl-28 {
    padding: 28px;
  }

  .mb-xxl-28 {
    margin-bottom: 28px;
  }

  .mt-xxl-28 {
    margin-top: 28px;
  }

  .ml-xxl-28 {
    margin-left: 28px;
  }

  .mr-xxl-28 {
    margin-right: 28px;
  }

  .pb-xxl-28 {
    padding-bottom: 28px;
  }

  .pt-xxl-28 {
    padding-top: 28px;
  }

  .pl-xxl-28 {
    padding-left: 28px;
  }

  .pr-xxl-28 {
    padding-right: 28px;
  }

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

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

  .gap-xxl-28 {
    gap: 28px;
  }

  .br-xxl-28 {
    border-radius: 28px;
  }

  .h-xxl-28 {
    height: 28px;
  }

  .w-xxl-28 {
    width: 28px;
  }

  .m-xxl-29 {
    margin: 29px;
  }

  .p-xxl-29 {
    padding: 29px;
  }

  .mb-xxl-29 {
    margin-bottom: 29px;
  }

  .mt-xxl-29 {
    margin-top: 29px;
  }

  .ml-xxl-29 {
    margin-left: 29px;
  }

  .mr-xxl-29 {
    margin-right: 29px;
  }

  .pb-xxl-29 {
    padding-bottom: 29px;
  }

  .pt-xxl-29 {
    padding-top: 29px;
  }

  .pl-xxl-29 {
    padding-left: 29px;
  }

  .pr-xxl-29 {
    padding-right: 29px;
  }

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

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

  .gap-xxl-29 {
    gap: 29px;
  }

  .br-xxl-29 {
    border-radius: 29px;
  }

  .h-xxl-29 {
    height: 29px;
  }

  .w-xxl-29 {
    width: 29px;
  }

  .m-xxl-30 {
    margin: 30px;
  }

  .p-xxl-30 {
    padding: 30px;
  }

  .mb-xxl-30 {
    margin-bottom: 30px;
  }

  .mt-xxl-30 {
    margin-top: 30px;
  }

  .ml-xxl-30 {
    margin-left: 30px;
  }

  .mr-xxl-30 {
    margin-right: 30px;
  }

  .pb-xxl-30 {
    padding-bottom: 30px;
  }

  .pt-xxl-30 {
    padding-top: 30px;
  }

  .pl-xxl-30 {
    padding-left: 30px;
  }

  .pr-xxl-30 {
    padding-right: 30px;
  }

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

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

  .gap-xxl-30 {
    gap: 30px;
  }

  .br-xxl-30 {
    border-radius: 30px;
  }

  .h-xxl-30 {
    height: 30px;
  }

  .w-xxl-30 {
    width: 30px;
  }

  .m-xxl-31 {
    margin: 31px;
  }

  .p-xxl-31 {
    padding: 31px;
  }

  .mb-xxl-31 {
    margin-bottom: 31px;
  }

  .mt-xxl-31 {
    margin-top: 31px;
  }

  .ml-xxl-31 {
    margin-left: 31px;
  }

  .mr-xxl-31 {
    margin-right: 31px;
  }

  .pb-xxl-31 {
    padding-bottom: 31px;
  }

  .pt-xxl-31 {
    padding-top: 31px;
  }

  .pl-xxl-31 {
    padding-left: 31px;
  }

  .pr-xxl-31 {
    padding-right: 31px;
  }

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

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

  .gap-xxl-31 {
    gap: 31px;
  }

  .br-xxl-31 {
    border-radius: 31px;
  }

  .h-xxl-31 {
    height: 31px;
  }

  .w-xxl-31 {
    width: 31px;
  }

  .m-xxl-32 {
    margin: 32px;
  }

  .p-xxl-32 {
    padding: 32px;
  }

  .mb-xxl-32 {
    margin-bottom: 32px;
  }

  .mt-xxl-32 {
    margin-top: 32px;
  }

  .ml-xxl-32 {
    margin-left: 32px;
  }

  .mr-xxl-32 {
    margin-right: 32px;
  }

  .pb-xxl-32 {
    padding-bottom: 32px;
  }

  .pt-xxl-32 {
    padding-top: 32px;
  }

  .pl-xxl-32 {
    padding-left: 32px;
  }

  .pr-xxl-32 {
    padding-right: 32px;
  }

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

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

  .gap-xxl-32 {
    gap: 32px;
  }

  .br-xxl-32 {
    border-radius: 32px;
  }

  .h-xxl-32 {
    height: 32px;
  }

  .w-xxl-32 {
    width: 32px;
  }

  .m-xxl-33 {
    margin: 33px;
  }

  .p-xxl-33 {
    padding: 33px;
  }

  .mb-xxl-33 {
    margin-bottom: 33px;
  }

  .mt-xxl-33 {
    margin-top: 33px;
  }

  .ml-xxl-33 {
    margin-left: 33px;
  }

  .mr-xxl-33 {
    margin-right: 33px;
  }

  .pb-xxl-33 {
    padding-bottom: 33px;
  }

  .pt-xxl-33 {
    padding-top: 33px;
  }

  .pl-xxl-33 {
    padding-left: 33px;
  }

  .pr-xxl-33 {
    padding-right: 33px;
  }

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

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

  .gap-xxl-33 {
    gap: 33px;
  }

  .br-xxl-33 {
    border-radius: 33px;
  }

  .h-xxl-33 {
    height: 33px;
  }

  .w-xxl-33 {
    width: 33px;
  }

  .m-xxl-34 {
    margin: 34px;
  }

  .p-xxl-34 {
    padding: 34px;
  }

  .mb-xxl-34 {
    margin-bottom: 34px;
  }

  .mt-xxl-34 {
    margin-top: 34px;
  }

  .ml-xxl-34 {
    margin-left: 34px;
  }

  .mr-xxl-34 {
    margin-right: 34px;
  }

  .pb-xxl-34 {
    padding-bottom: 34px;
  }

  .pt-xxl-34 {
    padding-top: 34px;
  }

  .pl-xxl-34 {
    padding-left: 34px;
  }

  .pr-xxl-34 {
    padding-right: 34px;
  }

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

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

  .gap-xxl-34 {
    gap: 34px;
  }

  .br-xxl-34 {
    border-radius: 34px;
  }

  .h-xxl-34 {
    height: 34px;
  }

  .w-xxl-34 {
    width: 34px;
  }

  .m-xxl-35 {
    margin: 35px;
  }

  .p-xxl-35 {
    padding: 35px;
  }

  .mb-xxl-35 {
    margin-bottom: 35px;
  }

  .mt-xxl-35 {
    margin-top: 35px;
  }

  .ml-xxl-35 {
    margin-left: 35px;
  }

  .mr-xxl-35 {
    margin-right: 35px;
  }

  .pb-xxl-35 {
    padding-bottom: 35px;
  }

  .pt-xxl-35 {
    padding-top: 35px;
  }

  .pl-xxl-35 {
    padding-left: 35px;
  }

  .pr-xxl-35 {
    padding-right: 35px;
  }

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

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

  .gap-xxl-35 {
    gap: 35px;
  }

  .br-xxl-35 {
    border-radius: 35px;
  }

  .h-xxl-35 {
    height: 35px;
  }

  .w-xxl-35 {
    width: 35px;
  }

  .m-xxl-36 {
    margin: 36px;
  }

  .p-xxl-36 {
    padding: 36px;
  }

  .mb-xxl-36 {
    margin-bottom: 36px;
  }

  .mt-xxl-36 {
    margin-top: 36px;
  }

  .ml-xxl-36 {
    margin-left: 36px;
  }

  .mr-xxl-36 {
    margin-right: 36px;
  }

  .pb-xxl-36 {
    padding-bottom: 36px;
  }

  .pt-xxl-36 {
    padding-top: 36px;
  }

  .pl-xxl-36 {
    padding-left: 36px;
  }

  .pr-xxl-36 {
    padding-right: 36px;
  }

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

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

  .gap-xxl-36 {
    gap: 36px;
  }

  .br-xxl-36 {
    border-radius: 36px;
  }

  .h-xxl-36 {
    height: 36px;
  }

  .w-xxl-36 {
    width: 36px;
  }

  .m-xxl-37 {
    margin: 37px;
  }

  .p-xxl-37 {
    padding: 37px;
  }

  .mb-xxl-37 {
    margin-bottom: 37px;
  }

  .mt-xxl-37 {
    margin-top: 37px;
  }

  .ml-xxl-37 {
    margin-left: 37px;
  }

  .mr-xxl-37 {
    margin-right: 37px;
  }

  .pb-xxl-37 {
    padding-bottom: 37px;
  }

  .pt-xxl-37 {
    padding-top: 37px;
  }

  .pl-xxl-37 {
    padding-left: 37px;
  }

  .pr-xxl-37 {
    padding-right: 37px;
  }

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

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

  .gap-xxl-37 {
    gap: 37px;
  }

  .br-xxl-37 {
    border-radius: 37px;
  }

  .h-xxl-37 {
    height: 37px;
  }

  .w-xxl-37 {
    width: 37px;
  }

  .m-xxl-38 {
    margin: 38px;
  }

  .p-xxl-38 {
    padding: 38px;
  }

  .mb-xxl-38 {
    margin-bottom: 38px;
  }

  .mt-xxl-38 {
    margin-top: 38px;
  }

  .ml-xxl-38 {
    margin-left: 38px;
  }

  .mr-xxl-38 {
    margin-right: 38px;
  }

  .pb-xxl-38 {
    padding-bottom: 38px;
  }

  .pt-xxl-38 {
    padding-top: 38px;
  }

  .pl-xxl-38 {
    padding-left: 38px;
  }

  .pr-xxl-38 {
    padding-right: 38px;
  }

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

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

  .gap-xxl-38 {
    gap: 38px;
  }

  .br-xxl-38 {
    border-radius: 38px;
  }

  .h-xxl-38 {
    height: 38px;
  }

  .w-xxl-38 {
    width: 38px;
  }

  .m-xxl-39 {
    margin: 39px;
  }

  .p-xxl-39 {
    padding: 39px;
  }

  .mb-xxl-39 {
    margin-bottom: 39px;
  }

  .mt-xxl-39 {
    margin-top: 39px;
  }

  .ml-xxl-39 {
    margin-left: 39px;
  }

  .mr-xxl-39 {
    margin-right: 39px;
  }

  .pb-xxl-39 {
    padding-bottom: 39px;
  }

  .pt-xxl-39 {
    padding-top: 39px;
  }

  .pl-xxl-39 {
    padding-left: 39px;
  }

  .pr-xxl-39 {
    padding-right: 39px;
  }

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

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

  .gap-xxl-39 {
    gap: 39px;
  }

  .br-xxl-39 {
    border-radius: 39px;
  }

  .h-xxl-39 {
    height: 39px;
  }

  .w-xxl-39 {
    width: 39px;
  }

  .m-xxl-40 {
    margin: 40px;
  }

  .p-xxl-40 {
    padding: 40px;
  }

  .mb-xxl-40 {
    margin-bottom: 40px;
  }

  .mt-xxl-40 {
    margin-top: 40px;
  }

  .ml-xxl-40 {
    margin-left: 40px;
  }

  .mr-xxl-40 {
    margin-right: 40px;
  }

  .pb-xxl-40 {
    padding-bottom: 40px;
  }

  .pt-xxl-40 {
    padding-top: 40px;
  }

  .pl-xxl-40 {
    padding-left: 40px;
  }

  .pr-xxl-40 {
    padding-right: 40px;
  }

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

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

  .gap-xxl-40 {
    gap: 40px;
  }

  .br-xxl-40 {
    border-radius: 40px;
  }

  .h-xxl-40 {
    height: 40px;
  }

  .w-xxl-40 {
    width: 40px;
  }

  .m-xxl-41 {
    margin: 41px;
  }

  .p-xxl-41 {
    padding: 41px;
  }

  .mb-xxl-41 {
    margin-bottom: 41px;
  }

  .mt-xxl-41 {
    margin-top: 41px;
  }

  .ml-xxl-41 {
    margin-left: 41px;
  }

  .mr-xxl-41 {
    margin-right: 41px;
  }

  .pb-xxl-41 {
    padding-bottom: 41px;
  }

  .pt-xxl-41 {
    padding-top: 41px;
  }

  .pl-xxl-41 {
    padding-left: 41px;
  }

  .pr-xxl-41 {
    padding-right: 41px;
  }

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

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

  .gap-xxl-41 {
    gap: 41px;
  }

  .br-xxl-41 {
    border-radius: 41px;
  }

  .h-xxl-41 {
    height: 41px;
  }

  .w-xxl-41 {
    width: 41px;
  }

  .m-xxl-42 {
    margin: 42px;
  }

  .p-xxl-42 {
    padding: 42px;
  }

  .mb-xxl-42 {
    margin-bottom: 42px;
  }

  .mt-xxl-42 {
    margin-top: 42px;
  }

  .ml-xxl-42 {
    margin-left: 42px;
  }

  .mr-xxl-42 {
    margin-right: 42px;
  }

  .pb-xxl-42 {
    padding-bottom: 42px;
  }

  .pt-xxl-42 {
    padding-top: 42px;
  }

  .pl-xxl-42 {
    padding-left: 42px;
  }

  .pr-xxl-42 {
    padding-right: 42px;
  }

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

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

  .gap-xxl-42 {
    gap: 42px;
  }

  .br-xxl-42 {
    border-radius: 42px;
  }

  .h-xxl-42 {
    height: 42px;
  }

  .w-xxl-42 {
    width: 42px;
  }

  .m-xxl-43 {
    margin: 43px;
  }

  .p-xxl-43 {
    padding: 43px;
  }

  .mb-xxl-43 {
    margin-bottom: 43px;
  }

  .mt-xxl-43 {
    margin-top: 43px;
  }

  .ml-xxl-43 {
    margin-left: 43px;
  }

  .mr-xxl-43 {
    margin-right: 43px;
  }

  .pb-xxl-43 {
    padding-bottom: 43px;
  }

  .pt-xxl-43 {
    padding-top: 43px;
  }

  .pl-xxl-43 {
    padding-left: 43px;
  }

  .pr-xxl-43 {
    padding-right: 43px;
  }

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

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

  .gap-xxl-43 {
    gap: 43px;
  }

  .br-xxl-43 {
    border-radius: 43px;
  }

  .h-xxl-43 {
    height: 43px;
  }

  .w-xxl-43 {
    width: 43px;
  }

  .m-xxl-44 {
    margin: 44px;
  }

  .p-xxl-44 {
    padding: 44px;
  }

  .mb-xxl-44 {
    margin-bottom: 44px;
  }

  .mt-xxl-44 {
    margin-top: 44px;
  }

  .ml-xxl-44 {
    margin-left: 44px;
  }

  .mr-xxl-44 {
    margin-right: 44px;
  }

  .pb-xxl-44 {
    padding-bottom: 44px;
  }

  .pt-xxl-44 {
    padding-top: 44px;
  }

  .pl-xxl-44 {
    padding-left: 44px;
  }

  .pr-xxl-44 {
    padding-right: 44px;
  }

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

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

  .gap-xxl-44 {
    gap: 44px;
  }

  .br-xxl-44 {
    border-radius: 44px;
  }

  .h-xxl-44 {
    height: 44px;
  }

  .w-xxl-44 {
    width: 44px;
  }

  .m-xxl-45 {
    margin: 45px;
  }

  .p-xxl-45 {
    padding: 45px;
  }

  .mb-xxl-45 {
    margin-bottom: 45px;
  }

  .mt-xxl-45 {
    margin-top: 45px;
  }

  .ml-xxl-45 {
    margin-left: 45px;
  }

  .mr-xxl-45 {
    margin-right: 45px;
  }

  .pb-xxl-45 {
    padding-bottom: 45px;
  }

  .pt-xxl-45 {
    padding-top: 45px;
  }

  .pl-xxl-45 {
    padding-left: 45px;
  }

  .pr-xxl-45 {
    padding-right: 45px;
  }

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

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

  .gap-xxl-45 {
    gap: 45px;
  }

  .br-xxl-45 {
    border-radius: 45px;
  }

  .h-xxl-45 {
    height: 45px;
  }

  .w-xxl-45 {
    width: 45px;
  }

  .m-xxl-46 {
    margin: 46px;
  }

  .p-xxl-46 {
    padding: 46px;
  }

  .mb-xxl-46 {
    margin-bottom: 46px;
  }

  .mt-xxl-46 {
    margin-top: 46px;
  }

  .ml-xxl-46 {
    margin-left: 46px;
  }

  .mr-xxl-46 {
    margin-right: 46px;
  }

  .pb-xxl-46 {
    padding-bottom: 46px;
  }

  .pt-xxl-46 {
    padding-top: 46px;
  }

  .pl-xxl-46 {
    padding-left: 46px;
  }

  .pr-xxl-46 {
    padding-right: 46px;
  }

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

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

  .gap-xxl-46 {
    gap: 46px;
  }

  .br-xxl-46 {
    border-radius: 46px;
  }

  .h-xxl-46 {
    height: 46px;
  }

  .w-xxl-46 {
    width: 46px;
  }

  .m-xxl-47 {
    margin: 47px;
  }

  .p-xxl-47 {
    padding: 47px;
  }

  .mb-xxl-47 {
    margin-bottom: 47px;
  }

  .mt-xxl-47 {
    margin-top: 47px;
  }

  .ml-xxl-47 {
    margin-left: 47px;
  }

  .mr-xxl-47 {
    margin-right: 47px;
  }

  .pb-xxl-47 {
    padding-bottom: 47px;
  }

  .pt-xxl-47 {
    padding-top: 47px;
  }

  .pl-xxl-47 {
    padding-left: 47px;
  }

  .pr-xxl-47 {
    padding-right: 47px;
  }

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

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

  .gap-xxl-47 {
    gap: 47px;
  }

  .br-xxl-47 {
    border-radius: 47px;
  }

  .h-xxl-47 {
    height: 47px;
  }

  .w-xxl-47 {
    width: 47px;
  }

  .m-xxl-48 {
    margin: 48px;
  }

  .p-xxl-48 {
    padding: 48px;
  }

  .mb-xxl-48 {
    margin-bottom: 48px;
  }

  .mt-xxl-48 {
    margin-top: 48px;
  }

  .ml-xxl-48 {
    margin-left: 48px;
  }

  .mr-xxl-48 {
    margin-right: 48px;
  }

  .pb-xxl-48 {
    padding-bottom: 48px;
  }

  .pt-xxl-48 {
    padding-top: 48px;
  }

  .pl-xxl-48 {
    padding-left: 48px;
  }

  .pr-xxl-48 {
    padding-right: 48px;
  }

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

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

  .gap-xxl-48 {
    gap: 48px;
  }

  .br-xxl-48 {
    border-radius: 48px;
  }

  .h-xxl-48 {
    height: 48px;
  }

  .w-xxl-48 {
    width: 48px;
  }

  .m-xxl-49 {
    margin: 49px;
  }

  .p-xxl-49 {
    padding: 49px;
  }

  .mb-xxl-49 {
    margin-bottom: 49px;
  }

  .mt-xxl-49 {
    margin-top: 49px;
  }

  .ml-xxl-49 {
    margin-left: 49px;
  }

  .mr-xxl-49 {
    margin-right: 49px;
  }

  .pb-xxl-49 {
    padding-bottom: 49px;
  }

  .pt-xxl-49 {
    padding-top: 49px;
  }

  .pl-xxl-49 {
    padding-left: 49px;
  }

  .pr-xxl-49 {
    padding-right: 49px;
  }

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

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

  .gap-xxl-49 {
    gap: 49px;
  }

  .br-xxl-49 {
    border-radius: 49px;
  }

  .h-xxl-49 {
    height: 49px;
  }

  .w-xxl-49 {
    width: 49px;
  }

  .m-xxl-50 {
    margin: 50px;
  }

  .p-xxl-50 {
    padding: 50px;
  }

  .mb-xxl-50 {
    margin-bottom: 50px;
  }

  .mt-xxl-50 {
    margin-top: 50px;
  }

  .ml-xxl-50 {
    margin-left: 50px;
  }

  .mr-xxl-50 {
    margin-right: 50px;
  }

  .pb-xxl-50 {
    padding-bottom: 50px;
  }

  .pt-xxl-50 {
    padding-top: 50px;
  }

  .pl-xxl-50 {
    padding-left: 50px;
  }

  .pr-xxl-50 {
    padding-right: 50px;
  }

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

  .lh-xxl-50 {
    line-height: 50px;
  }

  .gap-xxl-50 {
    gap: 50px;
  }

  .br-xxl-50 {
    border-radius: 50px;
  }

  .h-xxl-50 {
    height: 50px;
  }

  .w-xxl-50 {
    width: 50px;
  }

  .m-xxl-51 {
    margin: 51px;
  }

  .p-xxl-51 {
    padding: 51px;
  }

  .mb-xxl-51 {
    margin-bottom: 51px;
  }

  .mt-xxl-51 {
    margin-top: 51px;
  }

  .ml-xxl-51 {
    margin-left: 51px;
  }

  .mr-xxl-51 {
    margin-right: 51px;
  }

  .pb-xxl-51 {
    padding-bottom: 51px;
  }

  .pt-xxl-51 {
    padding-top: 51px;
  }

  .pl-xxl-51 {
    padding-left: 51px;
  }

  .pr-xxl-51 {
    padding-right: 51px;
  }

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

  .lh-xxl-51 {
    line-height: 51px;
  }

  .gap-xxl-51 {
    gap: 51px;
  }

  .br-xxl-51 {
    border-radius: 51px;
  }

  .h-xxl-51 {
    height: 51px;
  }

  .w-xxl-51 {
    width: 51px;
  }

  .m-xxl-52 {
    margin: 52px;
  }

  .p-xxl-52 {
    padding: 52px;
  }

  .mb-xxl-52 {
    margin-bottom: 52px;
  }

  .mt-xxl-52 {
    margin-top: 52px;
  }

  .ml-xxl-52 {
    margin-left: 52px;
  }

  .mr-xxl-52 {
    margin-right: 52px;
  }

  .pb-xxl-52 {
    padding-bottom: 52px;
  }

  .pt-xxl-52 {
    padding-top: 52px;
  }

  .pl-xxl-52 {
    padding-left: 52px;
  }

  .pr-xxl-52 {
    padding-right: 52px;
  }

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

  .lh-xxl-52 {
    line-height: 52px;
  }

  .gap-xxl-52 {
    gap: 52px;
  }

  .br-xxl-52 {
    border-radius: 52px;
  }

  .h-xxl-52 {
    height: 52px;
  }

  .w-xxl-52 {
    width: 52px;
  }

  .m-xxl-53 {
    margin: 53px;
  }

  .p-xxl-53 {
    padding: 53px;
  }

  .mb-xxl-53 {
    margin-bottom: 53px;
  }

  .mt-xxl-53 {
    margin-top: 53px;
  }

  .ml-xxl-53 {
    margin-left: 53px;
  }

  .mr-xxl-53 {
    margin-right: 53px;
  }

  .pb-xxl-53 {
    padding-bottom: 53px;
  }

  .pt-xxl-53 {
    padding-top: 53px;
  }

  .pl-xxl-53 {
    padding-left: 53px;
  }

  .pr-xxl-53 {
    padding-right: 53px;
  }

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

  .lh-xxl-53 {
    line-height: 53px;
  }

  .gap-xxl-53 {
    gap: 53px;
  }

  .br-xxl-53 {
    border-radius: 53px;
  }

  .h-xxl-53 {
    height: 53px;
  }

  .w-xxl-53 {
    width: 53px;
  }

  .m-xxl-54 {
    margin: 54px;
  }

  .p-xxl-54 {
    padding: 54px;
  }

  .mb-xxl-54 {
    margin-bottom: 54px;
  }

  .mt-xxl-54 {
    margin-top: 54px;
  }

  .ml-xxl-54 {
    margin-left: 54px;
  }

  .mr-xxl-54 {
    margin-right: 54px;
  }

  .pb-xxl-54 {
    padding-bottom: 54px;
  }

  .pt-xxl-54 {
    padding-top: 54px;
  }

  .pl-xxl-54 {
    padding-left: 54px;
  }

  .pr-xxl-54 {
    padding-right: 54px;
  }

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

  .lh-xxl-54 {
    line-height: 54px;
  }

  .gap-xxl-54 {
    gap: 54px;
  }

  .br-xxl-54 {
    border-radius: 54px;
  }

  .h-xxl-54 {
    height: 54px;
  }

  .w-xxl-54 {
    width: 54px;
  }

  .m-xxl-55 {
    margin: 55px;
  }

  .p-xxl-55 {
    padding: 55px;
  }

  .mb-xxl-55 {
    margin-bottom: 55px;
  }

  .mt-xxl-55 {
    margin-top: 55px;
  }

  .ml-xxl-55 {
    margin-left: 55px;
  }

  .mr-xxl-55 {
    margin-right: 55px;
  }

  .pb-xxl-55 {
    padding-bottom: 55px;
  }

  .pt-xxl-55 {
    padding-top: 55px;
  }

  .pl-xxl-55 {
    padding-left: 55px;
  }

  .pr-xxl-55 {
    padding-right: 55px;
  }

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

  .lh-xxl-55 {
    line-height: 55px;
  }

  .gap-xxl-55 {
    gap: 55px;
  }

  .br-xxl-55 {
    border-radius: 55px;
  }

  .h-xxl-55 {
    height: 55px;
  }

  .w-xxl-55 {
    width: 55px;
  }

  .m-xxl-56 {
    margin: 56px;
  }

  .p-xxl-56 {
    padding: 56px;
  }

  .mb-xxl-56 {
    margin-bottom: 56px;
  }

  .mt-xxl-56 {
    margin-top: 56px;
  }

  .ml-xxl-56 {
    margin-left: 56px;
  }

  .mr-xxl-56 {
    margin-right: 56px;
  }

  .pb-xxl-56 {
    padding-bottom: 56px;
  }

  .pt-xxl-56 {
    padding-top: 56px;
  }

  .pl-xxl-56 {
    padding-left: 56px;
  }

  .pr-xxl-56 {
    padding-right: 56px;
  }

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

  .lh-xxl-56 {
    line-height: 56px;
  }

  .gap-xxl-56 {
    gap: 56px;
  }

  .br-xxl-56 {
    border-radius: 56px;
  }

  .h-xxl-56 {
    height: 56px;
  }

  .w-xxl-56 {
    width: 56px;
  }

  .m-xxl-57 {
    margin: 57px;
  }

  .p-xxl-57 {
    padding: 57px;
  }

  .mb-xxl-57 {
    margin-bottom: 57px;
  }

  .mt-xxl-57 {
    margin-top: 57px;
  }

  .ml-xxl-57 {
    margin-left: 57px;
  }

  .mr-xxl-57 {
    margin-right: 57px;
  }

  .pb-xxl-57 {
    padding-bottom: 57px;
  }

  .pt-xxl-57 {
    padding-top: 57px;
  }

  .pl-xxl-57 {
    padding-left: 57px;
  }

  .pr-xxl-57 {
    padding-right: 57px;
  }

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

  .lh-xxl-57 {
    line-height: 57px;
  }

  .gap-xxl-57 {
    gap: 57px;
  }

  .br-xxl-57 {
    border-radius: 57px;
  }

  .h-xxl-57 {
    height: 57px;
  }

  .w-xxl-57 {
    width: 57px;
  }

  .m-xxl-58 {
    margin: 58px;
  }

  .p-xxl-58 {
    padding: 58px;
  }

  .mb-xxl-58 {
    margin-bottom: 58px;
  }

  .mt-xxl-58 {
    margin-top: 58px;
  }

  .ml-xxl-58 {
    margin-left: 58px;
  }

  .mr-xxl-58 {
    margin-right: 58px;
  }

  .pb-xxl-58 {
    padding-bottom: 58px;
  }

  .pt-xxl-58 {
    padding-top: 58px;
  }

  .pl-xxl-58 {
    padding-left: 58px;
  }

  .pr-xxl-58 {
    padding-right: 58px;
  }

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

  .lh-xxl-58 {
    line-height: 58px;
  }

  .gap-xxl-58 {
    gap: 58px;
  }

  .br-xxl-58 {
    border-radius: 58px;
  }

  .h-xxl-58 {
    height: 58px;
  }

  .w-xxl-58 {
    width: 58px;
  }

  .m-xxl-59 {
    margin: 59px;
  }

  .p-xxl-59 {
    padding: 59px;
  }

  .mb-xxl-59 {
    margin-bottom: 59px;
  }

  .mt-xxl-59 {
    margin-top: 59px;
  }

  .ml-xxl-59 {
    margin-left: 59px;
  }

  .mr-xxl-59 {
    margin-right: 59px;
  }

  .pb-xxl-59 {
    padding-bottom: 59px;
  }

  .pt-xxl-59 {
    padding-top: 59px;
  }

  .pl-xxl-59 {
    padding-left: 59px;
  }

  .pr-xxl-59 {
    padding-right: 59px;
  }

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

  .lh-xxl-59 {
    line-height: 59px;
  }

  .gap-xxl-59 {
    gap: 59px;
  }

  .br-xxl-59 {
    border-radius: 59px;
  }

  .h-xxl-59 {
    height: 59px;
  }

  .w-xxl-59 {
    width: 59px;
  }

  .m-xxl-60 {
    margin: 60px;
  }

  .p-xxl-60 {
    padding: 60px;
  }

  .mb-xxl-60 {
    margin-bottom: 60px;
  }

  .mt-xxl-60 {
    margin-top: 60px;
  }

  .ml-xxl-60 {
    margin-left: 60px;
  }

  .mr-xxl-60 {
    margin-right: 60px;
  }

  .pb-xxl-60 {
    padding-bottom: 60px;
  }

  .pt-xxl-60 {
    padding-top: 60px;
  }

  .pl-xxl-60 {
    padding-left: 60px;
  }

  .pr-xxl-60 {
    padding-right: 60px;
  }

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

  .lh-xxl-60 {
    line-height: 60px;
  }

  .gap-xxl-60 {
    gap: 60px;
  }

  .br-xxl-60 {
    border-radius: 60px;
  }

  .h-xxl-60 {
    height: 60px;
  }

  .w-xxl-60 {
    width: 60px;
  }

  .m-xxl-61 {
    margin: 61px;
  }

  .p-xxl-61 {
    padding: 61px;
  }

  .mb-xxl-61 {
    margin-bottom: 61px;
  }

  .mt-xxl-61 {
    margin-top: 61px;
  }

  .ml-xxl-61 {
    margin-left: 61px;
  }

  .mr-xxl-61 {
    margin-right: 61px;
  }

  .pb-xxl-61 {
    padding-bottom: 61px;
  }

  .pt-xxl-61 {
    padding-top: 61px;
  }

  .pl-xxl-61 {
    padding-left: 61px;
  }

  .pr-xxl-61 {
    padding-right: 61px;
  }

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

  .lh-xxl-61 {
    line-height: 61px;
  }

  .gap-xxl-61 {
    gap: 61px;
  }

  .br-xxl-61 {
    border-radius: 61px;
  }

  .h-xxl-61 {
    height: 61px;
  }

  .w-xxl-61 {
    width: 61px;
  }

  .m-xxl-62 {
    margin: 62px;
  }

  .p-xxl-62 {
    padding: 62px;
  }

  .mb-xxl-62 {
    margin-bottom: 62px;
  }

  .mt-xxl-62 {
    margin-top: 62px;
  }

  .ml-xxl-62 {
    margin-left: 62px;
  }

  .mr-xxl-62 {
    margin-right: 62px;
  }

  .pb-xxl-62 {
    padding-bottom: 62px;
  }

  .pt-xxl-62 {
    padding-top: 62px;
  }

  .pl-xxl-62 {
    padding-left: 62px;
  }

  .pr-xxl-62 {
    padding-right: 62px;
  }

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

  .lh-xxl-62 {
    line-height: 62px;
  }

  .gap-xxl-62 {
    gap: 62px;
  }

  .br-xxl-62 {
    border-radius: 62px;
  }

  .h-xxl-62 {
    height: 62px;
  }

  .w-xxl-62 {
    width: 62px;
  }

  .m-xxl-63 {
    margin: 63px;
  }

  .p-xxl-63 {
    padding: 63px;
  }

  .mb-xxl-63 {
    margin-bottom: 63px;
  }

  .mt-xxl-63 {
    margin-top: 63px;
  }

  .ml-xxl-63 {
    margin-left: 63px;
  }

  .mr-xxl-63 {
    margin-right: 63px;
  }

  .pb-xxl-63 {
    padding-bottom: 63px;
  }

  .pt-xxl-63 {
    padding-top: 63px;
  }

  .pl-xxl-63 {
    padding-left: 63px;
  }

  .pr-xxl-63 {
    padding-right: 63px;
  }

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

  .lh-xxl-63 {
    line-height: 63px;
  }

  .gap-xxl-63 {
    gap: 63px;
  }

  .br-xxl-63 {
    border-radius: 63px;
  }

  .h-xxl-63 {
    height: 63px;
  }

  .w-xxl-63 {
    width: 63px;
  }

  .m-xxl-64 {
    margin: 64px;
  }

  .p-xxl-64 {
    padding: 64px;
  }

  .mb-xxl-64 {
    margin-bottom: 64px;
  }

  .mt-xxl-64 {
    margin-top: 64px;
  }

  .ml-xxl-64 {
    margin-left: 64px;
  }

  .mr-xxl-64 {
    margin-right: 64px;
  }

  .pb-xxl-64 {
    padding-bottom: 64px;
  }

  .pt-xxl-64 {
    padding-top: 64px;
  }

  .pl-xxl-64 {
    padding-left: 64px;
  }

  .pr-xxl-64 {
    padding-right: 64px;
  }

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

  .lh-xxl-64 {
    line-height: 64px;
  }

  .gap-xxl-64 {
    gap: 64px;
  }

  .br-xxl-64 {
    border-radius: 64px;
  }

  .h-xxl-64 {
    height: 64px;
  }

  .w-xxl-64 {
    width: 64px;
  }

  .m-xxl-65 {
    margin: 65px;
  }

  .p-xxl-65 {
    padding: 65px;
  }

  .mb-xxl-65 {
    margin-bottom: 65px;
  }

  .mt-xxl-65 {
    margin-top: 65px;
  }

  .ml-xxl-65 {
    margin-left: 65px;
  }

  .mr-xxl-65 {
    margin-right: 65px;
  }

  .pb-xxl-65 {
    padding-bottom: 65px;
  }

  .pt-xxl-65 {
    padding-top: 65px;
  }

  .pl-xxl-65 {
    padding-left: 65px;
  }

  .pr-xxl-65 {
    padding-right: 65px;
  }

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

  .lh-xxl-65 {
    line-height: 65px;
  }

  .gap-xxl-65 {
    gap: 65px;
  }

  .br-xxl-65 {
    border-radius: 65px;
  }

  .h-xxl-65 {
    height: 65px;
  }

  .w-xxl-65 {
    width: 65px;
  }

  .m-xxl-66 {
    margin: 66px;
  }

  .p-xxl-66 {
    padding: 66px;
  }

  .mb-xxl-66 {
    margin-bottom: 66px;
  }

  .mt-xxl-66 {
    margin-top: 66px;
  }

  .ml-xxl-66 {
    margin-left: 66px;
  }

  .mr-xxl-66 {
    margin-right: 66px;
  }

  .pb-xxl-66 {
    padding-bottom: 66px;
  }

  .pt-xxl-66 {
    padding-top: 66px;
  }

  .pl-xxl-66 {
    padding-left: 66px;
  }

  .pr-xxl-66 {
    padding-right: 66px;
  }

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

  .lh-xxl-66 {
    line-height: 66px;
  }

  .gap-xxl-66 {
    gap: 66px;
  }

  .br-xxl-66 {
    border-radius: 66px;
  }

  .h-xxl-66 {
    height: 66px;
  }

  .w-xxl-66 {
    width: 66px;
  }

  .m-xxl-67 {
    margin: 67px;
  }

  .p-xxl-67 {
    padding: 67px;
  }

  .mb-xxl-67 {
    margin-bottom: 67px;
  }

  .mt-xxl-67 {
    margin-top: 67px;
  }

  .ml-xxl-67 {
    margin-left: 67px;
  }

  .mr-xxl-67 {
    margin-right: 67px;
  }

  .pb-xxl-67 {
    padding-bottom: 67px;
  }

  .pt-xxl-67 {
    padding-top: 67px;
  }

  .pl-xxl-67 {
    padding-left: 67px;
  }

  .pr-xxl-67 {
    padding-right: 67px;
  }

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

  .lh-xxl-67 {
    line-height: 67px;
  }

  .gap-xxl-67 {
    gap: 67px;
  }

  .br-xxl-67 {
    border-radius: 67px;
  }

  .h-xxl-67 {
    height: 67px;
  }

  .w-xxl-67 {
    width: 67px;
  }

  .m-xxl-68 {
    margin: 68px;
  }

  .p-xxl-68 {
    padding: 68px;
  }

  .mb-xxl-68 {
    margin-bottom: 68px;
  }

  .mt-xxl-68 {
    margin-top: 68px;
  }

  .ml-xxl-68 {
    margin-left: 68px;
  }

  .mr-xxl-68 {
    margin-right: 68px;
  }

  .pb-xxl-68 {
    padding-bottom: 68px;
  }

  .pt-xxl-68 {
    padding-top: 68px;
  }

  .pl-xxl-68 {
    padding-left: 68px;
  }

  .pr-xxl-68 {
    padding-right: 68px;
  }

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

  .lh-xxl-68 {
    line-height: 68px;
  }

  .gap-xxl-68 {
    gap: 68px;
  }

  .br-xxl-68 {
    border-radius: 68px;
  }

  .h-xxl-68 {
    height: 68px;
  }

  .w-xxl-68 {
    width: 68px;
  }

  .m-xxl-69 {
    margin: 69px;
  }

  .p-xxl-69 {
    padding: 69px;
  }

  .mb-xxl-69 {
    margin-bottom: 69px;
  }

  .mt-xxl-69 {
    margin-top: 69px;
  }

  .ml-xxl-69 {
    margin-left: 69px;
  }

  .mr-xxl-69 {
    margin-right: 69px;
  }

  .pb-xxl-69 {
    padding-bottom: 69px;
  }

  .pt-xxl-69 {
    padding-top: 69px;
  }

  .pl-xxl-69 {
    padding-left: 69px;
  }

  .pr-xxl-69 {
    padding-right: 69px;
  }

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

  .lh-xxl-69 {
    line-height: 69px;
  }

  .gap-xxl-69 {
    gap: 69px;
  }

  .br-xxl-69 {
    border-radius: 69px;
  }

  .h-xxl-69 {
    height: 69px;
  }

  .w-xxl-69 {
    width: 69px;
  }

  .m-xxl-70 {
    margin: 70px;
  }

  .p-xxl-70 {
    padding: 70px;
  }

  .mb-xxl-70 {
    margin-bottom: 70px;
  }

  .mt-xxl-70 {
    margin-top: 70px;
  }

  .ml-xxl-70 {
    margin-left: 70px;
  }

  .mr-xxl-70 {
    margin-right: 70px;
  }

  .pb-xxl-70 {
    padding-bottom: 70px;
  }

  .pt-xxl-70 {
    padding-top: 70px;
  }

  .pl-xxl-70 {
    padding-left: 70px;
  }

  .pr-xxl-70 {
    padding-right: 70px;
  }

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

  .lh-xxl-70 {
    line-height: 70px;
  }

  .gap-xxl-70 {
    gap: 70px;
  }

  .br-xxl-70 {
    border-radius: 70px;
  }

  .h-xxl-70 {
    height: 70px;
  }

  .w-xxl-70 {
    width: 70px;
  }

  .m-xxl-71 {
    margin: 71px;
  }

  .p-xxl-71 {
    padding: 71px;
  }

  .mb-xxl-71 {
    margin-bottom: 71px;
  }

  .mt-xxl-71 {
    margin-top: 71px;
  }

  .ml-xxl-71 {
    margin-left: 71px;
  }

  .mr-xxl-71 {
    margin-right: 71px;
  }

  .pb-xxl-71 {
    padding-bottom: 71px;
  }

  .pt-xxl-71 {
    padding-top: 71px;
  }

  .pl-xxl-71 {
    padding-left: 71px;
  }

  .pr-xxl-71 {
    padding-right: 71px;
  }

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

  .lh-xxl-71 {
    line-height: 71px;
  }

  .gap-xxl-71 {
    gap: 71px;
  }

  .br-xxl-71 {
    border-radius: 71px;
  }

  .h-xxl-71 {
    height: 71px;
  }

  .w-xxl-71 {
    width: 71px;
  }

  .m-xxl-72 {
    margin: 72px;
  }

  .p-xxl-72 {
    padding: 72px;
  }

  .mb-xxl-72 {
    margin-bottom: 72px;
  }

  .mt-xxl-72 {
    margin-top: 72px;
  }

  .ml-xxl-72 {
    margin-left: 72px;
  }

  .mr-xxl-72 {
    margin-right: 72px;
  }

  .pb-xxl-72 {
    padding-bottom: 72px;
  }

  .pt-xxl-72 {
    padding-top: 72px;
  }

  .pl-xxl-72 {
    padding-left: 72px;
  }

  .pr-xxl-72 {
    padding-right: 72px;
  }

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

  .lh-xxl-72 {
    line-height: 72px;
  }

  .gap-xxl-72 {
    gap: 72px;
  }

  .br-xxl-72 {
    border-radius: 72px;
  }

  .h-xxl-72 {
    height: 72px;
  }

  .w-xxl-72 {
    width: 72px;
  }

  .m-xxl-73 {
    margin: 73px;
  }

  .p-xxl-73 {
    padding: 73px;
  }

  .mb-xxl-73 {
    margin-bottom: 73px;
  }

  .mt-xxl-73 {
    margin-top: 73px;
  }

  .ml-xxl-73 {
    margin-left: 73px;
  }

  .mr-xxl-73 {
    margin-right: 73px;
  }

  .pb-xxl-73 {
    padding-bottom: 73px;
  }

  .pt-xxl-73 {
    padding-top: 73px;
  }

  .pl-xxl-73 {
    padding-left: 73px;
  }

  .pr-xxl-73 {
    padding-right: 73px;
  }

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

  .lh-xxl-73 {
    line-height: 73px;
  }

  .gap-xxl-73 {
    gap: 73px;
  }

  .br-xxl-73 {
    border-radius: 73px;
  }

  .h-xxl-73 {
    height: 73px;
  }

  .w-xxl-73 {
    width: 73px;
  }

  .m-xxl-74 {
    margin: 74px;
  }

  .p-xxl-74 {
    padding: 74px;
  }

  .mb-xxl-74 {
    margin-bottom: 74px;
  }

  .mt-xxl-74 {
    margin-top: 74px;
  }

  .ml-xxl-74 {
    margin-left: 74px;
  }

  .mr-xxl-74 {
    margin-right: 74px;
  }

  .pb-xxl-74 {
    padding-bottom: 74px;
  }

  .pt-xxl-74 {
    padding-top: 74px;
  }

  .pl-xxl-74 {
    padding-left: 74px;
  }

  .pr-xxl-74 {
    padding-right: 74px;
  }

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

  .lh-xxl-74 {
    line-height: 74px;
  }

  .gap-xxl-74 {
    gap: 74px;
  }

  .br-xxl-74 {
    border-radius: 74px;
  }

  .h-xxl-74 {
    height: 74px;
  }

  .w-xxl-74 {
    width: 74px;
  }

  .m-xxl-75 {
    margin: 75px;
  }

  .p-xxl-75 {
    padding: 75px;
  }

  .mb-xxl-75 {
    margin-bottom: 75px;
  }

  .mt-xxl-75 {
    margin-top: 75px;
  }

  .ml-xxl-75 {
    margin-left: 75px;
  }

  .mr-xxl-75 {
    margin-right: 75px;
  }

  .pb-xxl-75 {
    padding-bottom: 75px;
  }

  .pt-xxl-75 {
    padding-top: 75px;
  }

  .pl-xxl-75 {
    padding-left: 75px;
  }

  .pr-xxl-75 {
    padding-right: 75px;
  }

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

  .lh-xxl-75 {
    line-height: 75px;
  }

  .gap-xxl-75 {
    gap: 75px;
  }

  .br-xxl-75 {
    border-radius: 75px;
  }

  .h-xxl-75 {
    height: 75px;
  }

  .w-xxl-75 {
    width: 75px;
  }

  .m-xxl-76 {
    margin: 76px;
  }

  .p-xxl-76 {
    padding: 76px;
  }

  .mb-xxl-76 {
    margin-bottom: 76px;
  }

  .mt-xxl-76 {
    margin-top: 76px;
  }

  .ml-xxl-76 {
    margin-left: 76px;
  }

  .mr-xxl-76 {
    margin-right: 76px;
  }

  .pb-xxl-76 {
    padding-bottom: 76px;
  }

  .pt-xxl-76 {
    padding-top: 76px;
  }

  .pl-xxl-76 {
    padding-left: 76px;
  }

  .pr-xxl-76 {
    padding-right: 76px;
  }

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

  .lh-xxl-76 {
    line-height: 76px;
  }

  .gap-xxl-76 {
    gap: 76px;
  }

  .br-xxl-76 {
    border-radius: 76px;
  }

  .h-xxl-76 {
    height: 76px;
  }

  .w-xxl-76 {
    width: 76px;
  }

  .m-xxl-77 {
    margin: 77px;
  }

  .p-xxl-77 {
    padding: 77px;
  }

  .mb-xxl-77 {
    margin-bottom: 77px;
  }

  .mt-xxl-77 {
    margin-top: 77px;
  }

  .ml-xxl-77 {
    margin-left: 77px;
  }

  .mr-xxl-77 {
    margin-right: 77px;
  }

  .pb-xxl-77 {
    padding-bottom: 77px;
  }

  .pt-xxl-77 {
    padding-top: 77px;
  }

  .pl-xxl-77 {
    padding-left: 77px;
  }

  .pr-xxl-77 {
    padding-right: 77px;
  }

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

  .lh-xxl-77 {
    line-height: 77px;
  }

  .gap-xxl-77 {
    gap: 77px;
  }

  .br-xxl-77 {
    border-radius: 77px;
  }

  .h-xxl-77 {
    height: 77px;
  }

  .w-xxl-77 {
    width: 77px;
  }

  .m-xxl-78 {
    margin: 78px;
  }

  .p-xxl-78 {
    padding: 78px;
  }

  .mb-xxl-78 {
    margin-bottom: 78px;
  }

  .mt-xxl-78 {
    margin-top: 78px;
  }

  .ml-xxl-78 {
    margin-left: 78px;
  }

  .mr-xxl-78 {
    margin-right: 78px;
  }

  .pb-xxl-78 {
    padding-bottom: 78px;
  }

  .pt-xxl-78 {
    padding-top: 78px;
  }

  .pl-xxl-78 {
    padding-left: 78px;
  }

  .pr-xxl-78 {
    padding-right: 78px;
  }

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

  .lh-xxl-78 {
    line-height: 78px;
  }

  .gap-xxl-78 {
    gap: 78px;
  }

  .br-xxl-78 {
    border-radius: 78px;
  }

  .h-xxl-78 {
    height: 78px;
  }

  .w-xxl-78 {
    width: 78px;
  }

  .m-xxl-79 {
    margin: 79px;
  }

  .p-xxl-79 {
    padding: 79px;
  }

  .mb-xxl-79 {
    margin-bottom: 79px;
  }

  .mt-xxl-79 {
    margin-top: 79px;
  }

  .ml-xxl-79 {
    margin-left: 79px;
  }

  .mr-xxl-79 {
    margin-right: 79px;
  }

  .pb-xxl-79 {
    padding-bottom: 79px;
  }

  .pt-xxl-79 {
    padding-top: 79px;
  }

  .pl-xxl-79 {
    padding-left: 79px;
  }

  .pr-xxl-79 {
    padding-right: 79px;
  }

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

  .lh-xxl-79 {
    line-height: 79px;
  }

  .gap-xxl-79 {
    gap: 79px;
  }

  .br-xxl-79 {
    border-radius: 79px;
  }

  .h-xxl-79 {
    height: 79px;
  }

  .w-xxl-79 {
    width: 79px;
  }

  .m-xxl-80 {
    margin: 80px;
  }

  .p-xxl-80 {
    padding: 80px;
  }

  .mb-xxl-80 {
    margin-bottom: 80px;
  }

  .mt-xxl-80 {
    margin-top: 80px;
  }

  .ml-xxl-80 {
    margin-left: 80px;
  }

  .mr-xxl-80 {
    margin-right: 80px;
  }

  .pb-xxl-80 {
    padding-bottom: 80px;
  }

  .pt-xxl-80 {
    padding-top: 80px;
  }

  .pl-xxl-80 {
    padding-left: 80px;
  }

  .pr-xxl-80 {
    padding-right: 80px;
  }

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

  .lh-xxl-80 {
    line-height: 80px;
  }

  .gap-xxl-80 {
    gap: 80px;
  }

  .br-xxl-80 {
    border-radius: 80px;
  }

  .h-xxl-80 {
    height: 80px;
  }

  .w-xxl-80 {
    width: 80px;
  }

  .m-xxl-81 {
    margin: 81px;
  }

  .p-xxl-81 {
    padding: 81px;
  }

  .mb-xxl-81 {
    margin-bottom: 81px;
  }

  .mt-xxl-81 {
    margin-top: 81px;
  }

  .ml-xxl-81 {
    margin-left: 81px;
  }

  .mr-xxl-81 {
    margin-right: 81px;
  }

  .pb-xxl-81 {
    padding-bottom: 81px;
  }

  .pt-xxl-81 {
    padding-top: 81px;
  }

  .pl-xxl-81 {
    padding-left: 81px;
  }

  .pr-xxl-81 {
    padding-right: 81px;
  }

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

  .lh-xxl-81 {
    line-height: 81px;
  }

  .gap-xxl-81 {
    gap: 81px;
  }

  .br-xxl-81 {
    border-radius: 81px;
  }

  .h-xxl-81 {
    height: 81px;
  }

  .w-xxl-81 {
    width: 81px;
  }

  .m-xxl-82 {
    margin: 82px;
  }

  .p-xxl-82 {
    padding: 82px;
  }

  .mb-xxl-82 {
    margin-bottom: 82px;
  }

  .mt-xxl-82 {
    margin-top: 82px;
  }

  .ml-xxl-82 {
    margin-left: 82px;
  }

  .mr-xxl-82 {
    margin-right: 82px;
  }

  .pb-xxl-82 {
    padding-bottom: 82px;
  }

  .pt-xxl-82 {
    padding-top: 82px;
  }

  .pl-xxl-82 {
    padding-left: 82px;
  }

  .pr-xxl-82 {
    padding-right: 82px;
  }

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

  .lh-xxl-82 {
    line-height: 82px;
  }

  .gap-xxl-82 {
    gap: 82px;
  }

  .br-xxl-82 {
    border-radius: 82px;
  }

  .h-xxl-82 {
    height: 82px;
  }

  .w-xxl-82 {
    width: 82px;
  }

  .m-xxl-83 {
    margin: 83px;
  }

  .p-xxl-83 {
    padding: 83px;
  }

  .mb-xxl-83 {
    margin-bottom: 83px;
  }

  .mt-xxl-83 {
    margin-top: 83px;
  }

  .ml-xxl-83 {
    margin-left: 83px;
  }

  .mr-xxl-83 {
    margin-right: 83px;
  }

  .pb-xxl-83 {
    padding-bottom: 83px;
  }

  .pt-xxl-83 {
    padding-top: 83px;
  }

  .pl-xxl-83 {
    padding-left: 83px;
  }

  .pr-xxl-83 {
    padding-right: 83px;
  }

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

  .lh-xxl-83 {
    line-height: 83px;
  }

  .gap-xxl-83 {
    gap: 83px;
  }

  .br-xxl-83 {
    border-radius: 83px;
  }

  .h-xxl-83 {
    height: 83px;
  }

  .w-xxl-83 {
    width: 83px;
  }

  .m-xxl-84 {
    margin: 84px;
  }

  .p-xxl-84 {
    padding: 84px;
  }

  .mb-xxl-84 {
    margin-bottom: 84px;
  }

  .mt-xxl-84 {
    margin-top: 84px;
  }

  .ml-xxl-84 {
    margin-left: 84px;
  }

  .mr-xxl-84 {
    margin-right: 84px;
  }

  .pb-xxl-84 {
    padding-bottom: 84px;
  }

  .pt-xxl-84 {
    padding-top: 84px;
  }

  .pl-xxl-84 {
    padding-left: 84px;
  }

  .pr-xxl-84 {
    padding-right: 84px;
  }

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

  .lh-xxl-84 {
    line-height: 84px;
  }

  .gap-xxl-84 {
    gap: 84px;
  }

  .br-xxl-84 {
    border-radius: 84px;
  }

  .h-xxl-84 {
    height: 84px;
  }

  .w-xxl-84 {
    width: 84px;
  }

  .m-xxl-85 {
    margin: 85px;
  }

  .p-xxl-85 {
    padding: 85px;
  }

  .mb-xxl-85 {
    margin-bottom: 85px;
  }

  .mt-xxl-85 {
    margin-top: 85px;
  }

  .ml-xxl-85 {
    margin-left: 85px;
  }

  .mr-xxl-85 {
    margin-right: 85px;
  }

  .pb-xxl-85 {
    padding-bottom: 85px;
  }

  .pt-xxl-85 {
    padding-top: 85px;
  }

  .pl-xxl-85 {
    padding-left: 85px;
  }

  .pr-xxl-85 {
    padding-right: 85px;
  }

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

  .lh-xxl-85 {
    line-height: 85px;
  }

  .gap-xxl-85 {
    gap: 85px;
  }

  .br-xxl-85 {
    border-radius: 85px;
  }

  .h-xxl-85 {
    height: 85px;
  }

  .w-xxl-85 {
    width: 85px;
  }

  .m-xxl-86 {
    margin: 86px;
  }

  .p-xxl-86 {
    padding: 86px;
  }

  .mb-xxl-86 {
    margin-bottom: 86px;
  }

  .mt-xxl-86 {
    margin-top: 86px;
  }

  .ml-xxl-86 {
    margin-left: 86px;
  }

  .mr-xxl-86 {
    margin-right: 86px;
  }

  .pb-xxl-86 {
    padding-bottom: 86px;
  }

  .pt-xxl-86 {
    padding-top: 86px;
  }

  .pl-xxl-86 {
    padding-left: 86px;
  }

  .pr-xxl-86 {
    padding-right: 86px;
  }

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

  .lh-xxl-86 {
    line-height: 86px;
  }

  .gap-xxl-86 {
    gap: 86px;
  }

  .br-xxl-86 {
    border-radius: 86px;
  }

  .h-xxl-86 {
    height: 86px;
  }

  .w-xxl-86 {
    width: 86px;
  }

  .m-xxl-87 {
    margin: 87px;
  }

  .p-xxl-87 {
    padding: 87px;
  }

  .mb-xxl-87 {
    margin-bottom: 87px;
  }

  .mt-xxl-87 {
    margin-top: 87px;
  }

  .ml-xxl-87 {
    margin-left: 87px;
  }

  .mr-xxl-87 {
    margin-right: 87px;
  }

  .pb-xxl-87 {
    padding-bottom: 87px;
  }

  .pt-xxl-87 {
    padding-top: 87px;
  }

  .pl-xxl-87 {
    padding-left: 87px;
  }

  .pr-xxl-87 {
    padding-right: 87px;
  }

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

  .lh-xxl-87 {
    line-height: 87px;
  }

  .gap-xxl-87 {
    gap: 87px;
  }

  .br-xxl-87 {
    border-radius: 87px;
  }

  .h-xxl-87 {
    height: 87px;
  }

  .w-xxl-87 {
    width: 87px;
  }

  .m-xxl-88 {
    margin: 88px;
  }

  .p-xxl-88 {
    padding: 88px;
  }

  .mb-xxl-88 {
    margin-bottom: 88px;
  }

  .mt-xxl-88 {
    margin-top: 88px;
  }

  .ml-xxl-88 {
    margin-left: 88px;
  }

  .mr-xxl-88 {
    margin-right: 88px;
  }

  .pb-xxl-88 {
    padding-bottom: 88px;
  }

  .pt-xxl-88 {
    padding-top: 88px;
  }

  .pl-xxl-88 {
    padding-left: 88px;
  }

  .pr-xxl-88 {
    padding-right: 88px;
  }

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

  .lh-xxl-88 {
    line-height: 88px;
  }

  .gap-xxl-88 {
    gap: 88px;
  }

  .br-xxl-88 {
    border-radius: 88px;
  }

  .h-xxl-88 {
    height: 88px;
  }

  .w-xxl-88 {
    width: 88px;
  }

  .m-xxl-89 {
    margin: 89px;
  }

  .p-xxl-89 {
    padding: 89px;
  }

  .mb-xxl-89 {
    margin-bottom: 89px;
  }

  .mt-xxl-89 {
    margin-top: 89px;
  }

  .ml-xxl-89 {
    margin-left: 89px;
  }

  .mr-xxl-89 {
    margin-right: 89px;
  }

  .pb-xxl-89 {
    padding-bottom: 89px;
  }

  .pt-xxl-89 {
    padding-top: 89px;
  }

  .pl-xxl-89 {
    padding-left: 89px;
  }

  .pr-xxl-89 {
    padding-right: 89px;
  }

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

  .lh-xxl-89 {
    line-height: 89px;
  }

  .gap-xxl-89 {
    gap: 89px;
  }

  .br-xxl-89 {
    border-radius: 89px;
  }

  .h-xxl-89 {
    height: 89px;
  }

  .w-xxl-89 {
    width: 89px;
  }

  .m-xxl-90 {
    margin: 90px;
  }

  .p-xxl-90 {
    padding: 90px;
  }

  .mb-xxl-90 {
    margin-bottom: 90px;
  }

  .mt-xxl-90 {
    margin-top: 90px;
  }

  .ml-xxl-90 {
    margin-left: 90px;
  }

  .mr-xxl-90 {
    margin-right: 90px;
  }

  .pb-xxl-90 {
    padding-bottom: 90px;
  }

  .pt-xxl-90 {
    padding-top: 90px;
  }

  .pl-xxl-90 {
    padding-left: 90px;
  }

  .pr-xxl-90 {
    padding-right: 90px;
  }

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

  .lh-xxl-90 {
    line-height: 90px;
  }

  .gap-xxl-90 {
    gap: 90px;
  }

  .br-xxl-90 {
    border-radius: 90px;
  }

  .h-xxl-90 {
    height: 90px;
  }

  .w-xxl-90 {
    width: 90px;
  }

  .m-xxl-91 {
    margin: 91px;
  }

  .p-xxl-91 {
    padding: 91px;
  }

  .mb-xxl-91 {
    margin-bottom: 91px;
  }

  .mt-xxl-91 {
    margin-top: 91px;
  }

  .ml-xxl-91 {
    margin-left: 91px;
  }

  .mr-xxl-91 {
    margin-right: 91px;
  }

  .pb-xxl-91 {
    padding-bottom: 91px;
  }

  .pt-xxl-91 {
    padding-top: 91px;
  }

  .pl-xxl-91 {
    padding-left: 91px;
  }

  .pr-xxl-91 {
    padding-right: 91px;
  }

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

  .lh-xxl-91 {
    line-height: 91px;
  }

  .gap-xxl-91 {
    gap: 91px;
  }

  .br-xxl-91 {
    border-radius: 91px;
  }

  .h-xxl-91 {
    height: 91px;
  }

  .w-xxl-91 {
    width: 91px;
  }

  .m-xxl-92 {
    margin: 92px;
  }

  .p-xxl-92 {
    padding: 92px;
  }

  .mb-xxl-92 {
    margin-bottom: 92px;
  }

  .mt-xxl-92 {
    margin-top: 92px;
  }

  .ml-xxl-92 {
    margin-left: 92px;
  }

  .mr-xxl-92 {
    margin-right: 92px;
  }

  .pb-xxl-92 {
    padding-bottom: 92px;
  }

  .pt-xxl-92 {
    padding-top: 92px;
  }

  .pl-xxl-92 {
    padding-left: 92px;
  }

  .pr-xxl-92 {
    padding-right: 92px;
  }

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

  .lh-xxl-92 {
    line-height: 92px;
  }

  .gap-xxl-92 {
    gap: 92px;
  }

  .br-xxl-92 {
    border-radius: 92px;
  }

  .h-xxl-92 {
    height: 92px;
  }

  .w-xxl-92 {
    width: 92px;
  }

  .m-xxl-93 {
    margin: 93px;
  }

  .p-xxl-93 {
    padding: 93px;
  }

  .mb-xxl-93 {
    margin-bottom: 93px;
  }

  .mt-xxl-93 {
    margin-top: 93px;
  }

  .ml-xxl-93 {
    margin-left: 93px;
  }

  .mr-xxl-93 {
    margin-right: 93px;
  }

  .pb-xxl-93 {
    padding-bottom: 93px;
  }

  .pt-xxl-93 {
    padding-top: 93px;
  }

  .pl-xxl-93 {
    padding-left: 93px;
  }

  .pr-xxl-93 {
    padding-right: 93px;
  }

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

  .lh-xxl-93 {
    line-height: 93px;
  }

  .gap-xxl-93 {
    gap: 93px;
  }

  .br-xxl-93 {
    border-radius: 93px;
  }

  .h-xxl-93 {
    height: 93px;
  }

  .w-xxl-93 {
    width: 93px;
  }

  .m-xxl-94 {
    margin: 94px;
  }

  .p-xxl-94 {
    padding: 94px;
  }

  .mb-xxl-94 {
    margin-bottom: 94px;
  }

  .mt-xxl-94 {
    margin-top: 94px;
  }

  .ml-xxl-94 {
    margin-left: 94px;
  }

  .mr-xxl-94 {
    margin-right: 94px;
  }

  .pb-xxl-94 {
    padding-bottom: 94px;
  }

  .pt-xxl-94 {
    padding-top: 94px;
  }

  .pl-xxl-94 {
    padding-left: 94px;
  }

  .pr-xxl-94 {
    padding-right: 94px;
  }

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

  .lh-xxl-94 {
    line-height: 94px;
  }

  .gap-xxl-94 {
    gap: 94px;
  }

  .br-xxl-94 {
    border-radius: 94px;
  }

  .h-xxl-94 {
    height: 94px;
  }

  .w-xxl-94 {
    width: 94px;
  }

  .m-xxl-95 {
    margin: 95px;
  }

  .p-xxl-95 {
    padding: 95px;
  }

  .mb-xxl-95 {
    margin-bottom: 95px;
  }

  .mt-xxl-95 {
    margin-top: 95px;
  }

  .ml-xxl-95 {
    margin-left: 95px;
  }

  .mr-xxl-95 {
    margin-right: 95px;
  }

  .pb-xxl-95 {
    padding-bottom: 95px;
  }

  .pt-xxl-95 {
    padding-top: 95px;
  }

  .pl-xxl-95 {
    padding-left: 95px;
  }

  .pr-xxl-95 {
    padding-right: 95px;
  }

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

  .lh-xxl-95 {
    line-height: 95px;
  }

  .gap-xxl-95 {
    gap: 95px;
  }

  .br-xxl-95 {
    border-radius: 95px;
  }

  .h-xxl-95 {
    height: 95px;
  }

  .w-xxl-95 {
    width: 95px;
  }

  .m-xxl-96 {
    margin: 96px;
  }

  .p-xxl-96 {
    padding: 96px;
  }

  .mb-xxl-96 {
    margin-bottom: 96px;
  }

  .mt-xxl-96 {
    margin-top: 96px;
  }

  .ml-xxl-96 {
    margin-left: 96px;
  }

  .mr-xxl-96 {
    margin-right: 96px;
  }

  .pb-xxl-96 {
    padding-bottom: 96px;
  }

  .pt-xxl-96 {
    padding-top: 96px;
  }

  .pl-xxl-96 {
    padding-left: 96px;
  }

  .pr-xxl-96 {
    padding-right: 96px;
  }

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

  .lh-xxl-96 {
    line-height: 96px;
  }

  .gap-xxl-96 {
    gap: 96px;
  }

  .br-xxl-96 {
    border-radius: 96px;
  }

  .h-xxl-96 {
    height: 96px;
  }

  .w-xxl-96 {
    width: 96px;
  }

  .m-xxl-97 {
    margin: 97px;
  }

  .p-xxl-97 {
    padding: 97px;
  }

  .mb-xxl-97 {
    margin-bottom: 97px;
  }

  .mt-xxl-97 {
    margin-top: 97px;
  }

  .ml-xxl-97 {
    margin-left: 97px;
  }

  .mr-xxl-97 {
    margin-right: 97px;
  }

  .pb-xxl-97 {
    padding-bottom: 97px;
  }

  .pt-xxl-97 {
    padding-top: 97px;
  }

  .pl-xxl-97 {
    padding-left: 97px;
  }

  .pr-xxl-97 {
    padding-right: 97px;
  }

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

  .lh-xxl-97 {
    line-height: 97px;
  }

  .gap-xxl-97 {
    gap: 97px;
  }

  .br-xxl-97 {
    border-radius: 97px;
  }

  .h-xxl-97 {
    height: 97px;
  }

  .w-xxl-97 {
    width: 97px;
  }

  .m-xxl-98 {
    margin: 98px;
  }

  .p-xxl-98 {
    padding: 98px;
  }

  .mb-xxl-98 {
    margin-bottom: 98px;
  }

  .mt-xxl-98 {
    margin-top: 98px;
  }

  .ml-xxl-98 {
    margin-left: 98px;
  }

  .mr-xxl-98 {
    margin-right: 98px;
  }

  .pb-xxl-98 {
    padding-bottom: 98px;
  }

  .pt-xxl-98 {
    padding-top: 98px;
  }

  .pl-xxl-98 {
    padding-left: 98px;
  }

  .pr-xxl-98 {
    padding-right: 98px;
  }

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

  .lh-xxl-98 {
    line-height: 98px;
  }

  .gap-xxl-98 {
    gap: 98px;
  }

  .br-xxl-98 {
    border-radius: 98px;
  }

  .h-xxl-98 {
    height: 98px;
  }

  .w-xxl-98 {
    width: 98px;
  }

  .m-xxl-99 {
    margin: 99px;
  }

  .p-xxl-99 {
    padding: 99px;
  }

  .mb-xxl-99 {
    margin-bottom: 99px;
  }

  .mt-xxl-99 {
    margin-top: 99px;
  }

  .ml-xxl-99 {
    margin-left: 99px;
  }

  .mr-xxl-99 {
    margin-right: 99px;
  }

  .pb-xxl-99 {
    padding-bottom: 99px;
  }

  .pt-xxl-99 {
    padding-top: 99px;
  }

  .pl-xxl-99 {
    padding-left: 99px;
  }

  .pr-xxl-99 {
    padding-right: 99px;
  }

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

  .lh-xxl-99 {
    line-height: 99px;
  }

  .gap-xxl-99 {
    gap: 99px;
  }

  .br-xxl-99 {
    border-radius: 99px;
  }

  .h-xxl-99 {
    height: 99px;
  }

  .w-xxl-99 {
    width: 99px;
  }

  .m-xxl-100 {
    margin: 100px;
  }

  .p-xxl-100 {
    padding: 100px;
  }

  .mb-xxl-100 {
    margin-bottom: 100px;
  }

  .mt-xxl-100 {
    margin-top: 100px;
  }

  .ml-xxl-100 {
    margin-left: 100px;
  }

  .mr-xxl-100 {
    margin-right: 100px;
  }

  .pb-xxl-100 {
    padding-bottom: 100px;
  }

  .pt-xxl-100 {
    padding-top: 100px;
  }

  .pl-xxl-100 {
    padding-left: 100px;
  }

  .pr-xxl-100 {
    padding-right: 100px;
  }

  .fs-xxl-100 {
    font-size: 100px;
  }

  .lh-xxl-100 {
    line-height: 100px;
  }

  .gap-xxl-100 {
    gap: 100px;
  }

  .br-xxl-100 {
    border-radius: 100px;
  }

  .h-xxl-100 {
    height: 100px;
  }

  .w-xxl-100 {
    width: 100px;
  }
}

@media (max-width: 1199px) {
  .m-xl-0 {
    margin: 0px;
  }

  .p-xl-0 {
    padding: 0px;
  }

  .mb-xl-0 {
    margin-bottom: 0px;
  }

  .mt-xl-0 {
    margin-top: 0px;
  }

  .ml-xl-0 {
    margin-left: 0px;
  }

  .mr-xl-0 {
    margin-right: 0px;
  }

  .pb-xl-0 {
    padding-bottom: 0px;
  }

  .pt-xl-0 {
    padding-top: 0px;
  }

  .pl-xl-0 {
    padding-left: 0px;
  }

  .pr-xl-0 {
    padding-right: 0px;
  }

  .fs-xl-0 {
    font-size: 0px;
  }

  .lh-xl-0 {
    line-height: 0px;
  }

  .gap-xl-0 {
    gap: 0px;
  }

  .br-xl-0 {
    border-radius: 0px;
  }

  .h-xl-0 {
    height: 0px;
  }

  .w-xl-0 {
    width: 0px;
  }

  .m-xl-1 {
    margin: 1px;
  }

  .p-xl-1 {
    padding: 1px;
  }

  .mb-xl-1 {
    margin-bottom: 1px;
  }

  .mt-xl-1 {
    margin-top: 1px;
  }

  .ml-xl-1 {
    margin-left: 1px;
  }

  .mr-xl-1 {
    margin-right: 1px;
  }

  .pb-xl-1 {
    padding-bottom: 1px;
  }

  .pt-xl-1 {
    padding-top: 1px;
  }

  .pl-xl-1 {
    padding-left: 1px;
  }

  .pr-xl-1 {
    padding-right: 1px;
  }

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

  .lh-xl-1 {
    line-height: 1px;
  }

  .gap-xl-1 {
    gap: 1px;
  }

  .br-xl-1 {
    border-radius: 1px;
  }

  .h-xl-1 {
    height: 1px;
  }

  .w-xl-1 {
    width: 1px;
  }

  .m-xl-2 {
    margin: 2px;
  }

  .p-xl-2 {
    padding: 2px;
  }

  .mb-xl-2 {
    margin-bottom: 2px;
  }

  .mt-xl-2 {
    margin-top: 2px;
  }

  .ml-xl-2 {
    margin-left: 2px;
  }

  .mr-xl-2 {
    margin-right: 2px;
  }

  .pb-xl-2 {
    padding-bottom: 2px;
  }

  .pt-xl-2 {
    padding-top: 2px;
  }

  .pl-xl-2 {
    padding-left: 2px;
  }

  .pr-xl-2 {
    padding-right: 2px;
  }

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

  .lh-xl-2 {
    line-height: 2px;
  }

  .gap-xl-2 {
    gap: 2px;
  }

  .br-xl-2 {
    border-radius: 2px;
  }

  .h-xl-2 {
    height: 2px;
  }

  .w-xl-2 {
    width: 2px;
  }

  .m-xl-3 {
    margin: 3px;
  }

  .p-xl-3 {
    padding: 3px;
  }

  .mb-xl-3 {
    margin-bottom: 3px;
  }

  .mt-xl-3 {
    margin-top: 3px;
  }

  .ml-xl-3 {
    margin-left: 3px;
  }

  .mr-xl-3 {
    margin-right: 3px;
  }

  .pb-xl-3 {
    padding-bottom: 3px;
  }

  .pt-xl-3 {
    padding-top: 3px;
  }

  .pl-xl-3 {
    padding-left: 3px;
  }

  .pr-xl-3 {
    padding-right: 3px;
  }

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

  .lh-xl-3 {
    line-height: 3px;
  }

  .gap-xl-3 {
    gap: 3px;
  }

  .br-xl-3 {
    border-radius: 3px;
  }

  .h-xl-3 {
    height: 3px;
  }

  .w-xl-3 {
    width: 3px;
  }

  .m-xl-4 {
    margin: 4px;
  }

  .p-xl-4 {
    padding: 4px;
  }

  .mb-xl-4 {
    margin-bottom: 4px;
  }

  .mt-xl-4 {
    margin-top: 4px;
  }

  .ml-xl-4 {
    margin-left: 4px;
  }

  .mr-xl-4 {
    margin-right: 4px;
  }

  .pb-xl-4 {
    padding-bottom: 4px;
  }

  .pt-xl-4 {
    padding-top: 4px;
  }

  .pl-xl-4 {
    padding-left: 4px;
  }

  .pr-xl-4 {
    padding-right: 4px;
  }

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

  .lh-xl-4 {
    line-height: 4px;
  }

  .gap-xl-4 {
    gap: 4px;
  }

  .br-xl-4 {
    border-radius: 4px;
  }

  .h-xl-4 {
    height: 4px;
  }

  .w-xl-4 {
    width: 4px;
  }

  .m-xl-5 {
    margin: 5px;
  }

  .p-xl-5 {
    padding: 5px;
  }

  .mb-xl-5 {
    margin-bottom: 5px;
  }

  .mt-xl-5 {
    margin-top: 5px;
  }

  .ml-xl-5 {
    margin-left: 5px;
  }

  .mr-xl-5 {
    margin-right: 5px;
  }

  .pb-xl-5 {
    padding-bottom: 5px;
  }

  .pt-xl-5 {
    padding-top: 5px;
  }

  .pl-xl-5 {
    padding-left: 5px;
  }

  .pr-xl-5 {
    padding-right: 5px;
  }

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

  .lh-xl-5 {
    line-height: 5px;
  }

  .gap-xl-5 {
    gap: 5px;
  }

  .br-xl-5 {
    border-radius: 5px;
  }

  .h-xl-5 {
    height: 5px;
  }

  .w-xl-5 {
    width: 5px;
  }

  .m-xl-6 {
    margin: 6px;
  }

  .p-xl-6 {
    padding: 6px;
  }

  .mb-xl-6 {
    margin-bottom: 6px;
  }

  .mt-xl-6 {
    margin-top: 6px;
  }

  .ml-xl-6 {
    margin-left: 6px;
  }

  .mr-xl-6 {
    margin-right: 6px;
  }

  .pb-xl-6 {
    padding-bottom: 6px;
  }

  .pt-xl-6 {
    padding-top: 6px;
  }

  .pl-xl-6 {
    padding-left: 6px;
  }

  .pr-xl-6 {
    padding-right: 6px;
  }

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

  .lh-xl-6 {
    line-height: 6px;
  }

  .gap-xl-6 {
    gap: 6px;
  }

  .br-xl-6 {
    border-radius: 6px;
  }

  .h-xl-6 {
    height: 6px;
  }

  .w-xl-6 {
    width: 6px;
  }

  .m-xl-7 {
    margin: 7px;
  }

  .p-xl-7 {
    padding: 7px;
  }

  .mb-xl-7 {
    margin-bottom: 7px;
  }

  .mt-xl-7 {
    margin-top: 7px;
  }

  .ml-xl-7 {
    margin-left: 7px;
  }

  .mr-xl-7 {
    margin-right: 7px;
  }

  .pb-xl-7 {
    padding-bottom: 7px;
  }

  .pt-xl-7 {
    padding-top: 7px;
  }

  .pl-xl-7 {
    padding-left: 7px;
  }

  .pr-xl-7 {
    padding-right: 7px;
  }

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

  .lh-xl-7 {
    line-height: 7px;
  }

  .gap-xl-7 {
    gap: 7px;
  }

  .br-xl-7 {
    border-radius: 7px;
  }

  .h-xl-7 {
    height: 7px;
  }

  .w-xl-7 {
    width: 7px;
  }

  .m-xl-8 {
    margin: 8px;
  }

  .p-xl-8 {
    padding: 8px;
  }

  .mb-xl-8 {
    margin-bottom: 8px;
  }

  .mt-xl-8 {
    margin-top: 8px;
  }

  .ml-xl-8 {
    margin-left: 8px;
  }

  .mr-xl-8 {
    margin-right: 8px;
  }

  .pb-xl-8 {
    padding-bottom: 8px;
  }

  .pt-xl-8 {
    padding-top: 8px;
  }

  .pl-xl-8 {
    padding-left: 8px;
  }

  .pr-xl-8 {
    padding-right: 8px;
  }

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

  .lh-xl-8 {
    line-height: 8px;
  }

  .gap-xl-8 {
    gap: 8px;
  }

  .br-xl-8 {
    border-radius: 8px;
  }

  .h-xl-8 {
    height: 8px;
  }

  .w-xl-8 {
    width: 8px;
  }

  .m-xl-9 {
    margin: 9px;
  }

  .p-xl-9 {
    padding: 9px;
  }

  .mb-xl-9 {
    margin-bottom: 9px;
  }

  .mt-xl-9 {
    margin-top: 9px;
  }

  .ml-xl-9 {
    margin-left: 9px;
  }

  .mr-xl-9 {
    margin-right: 9px;
  }

  .pb-xl-9 {
    padding-bottom: 9px;
  }

  .pt-xl-9 {
    padding-top: 9px;
  }

  .pl-xl-9 {
    padding-left: 9px;
  }

  .pr-xl-9 {
    padding-right: 9px;
  }

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

  .lh-xl-9 {
    line-height: 9px;
  }

  .gap-xl-9 {
    gap: 9px;
  }

  .br-xl-9 {
    border-radius: 9px;
  }

  .h-xl-9 {
    height: 9px;
  }

  .w-xl-9 {
    width: 9px;
  }

  .m-xl-10 {
    margin: 10px;
  }

  .p-xl-10 {
    padding: 10px;
  }

  .mb-xl-10 {
    margin-bottom: 10px;
  }

  .mt-xl-10 {
    margin-top: 10px;
  }

  .ml-xl-10 {
    margin-left: 10px;
  }

  .mr-xl-10 {
    margin-right: 10px;
  }

  .pb-xl-10 {
    padding-bottom: 10px;
  }

  .pt-xl-10 {
    padding-top: 10px;
  }

  .pl-xl-10 {
    padding-left: 10px;
  }

  .pr-xl-10 {
    padding-right: 10px;
  }

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

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

  .gap-xl-10 {
    gap: 10px;
  }

  .br-xl-10 {
    border-radius: 10px;
  }

  .h-xl-10 {
    height: 10px;
  }

  .w-xl-10 {
    width: 10px;
  }

  .m-xl-11 {
    margin: 11px;
  }

  .p-xl-11 {
    padding: 11px;
  }

  .mb-xl-11 {
    margin-bottom: 11px;
  }

  .mt-xl-11 {
    margin-top: 11px;
  }

  .ml-xl-11 {
    margin-left: 11px;
  }

  .mr-xl-11 {
    margin-right: 11px;
  }

  .pb-xl-11 {
    padding-bottom: 11px;
  }

  .pt-xl-11 {
    padding-top: 11px;
  }

  .pl-xl-11 {
    padding-left: 11px;
  }

  .pr-xl-11 {
    padding-right: 11px;
  }

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

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

  .gap-xl-11 {
    gap: 11px;
  }

  .br-xl-11 {
    border-radius: 11px;
  }

  .h-xl-11 {
    height: 11px;
  }

  .w-xl-11 {
    width: 11px;
  }

  .m-xl-12 {
    margin: 12px;
  }

  .p-xl-12 {
    padding: 12px;
  }

  .mb-xl-12 {
    margin-bottom: 12px;
  }

  .mt-xl-12 {
    margin-top: 12px;
  }

  .ml-xl-12 {
    margin-left: 12px;
  }

  .mr-xl-12 {
    margin-right: 12px;
  }

  .pb-xl-12 {
    padding-bottom: 12px;
  }

  .pt-xl-12 {
    padding-top: 12px;
  }

  .pl-xl-12 {
    padding-left: 12px;
  }

  .pr-xl-12 {
    padding-right: 12px;
  }

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

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

  .gap-xl-12 {
    gap: 12px;
  }

  .br-xl-12 {
    border-radius: 12px;
  }

  .h-xl-12 {
    height: 12px;
  }

  .w-xl-12 {
    width: 12px;
  }

  .m-xl-13 {
    margin: 13px;
  }

  .p-xl-13 {
    padding: 13px;
  }

  .mb-xl-13 {
    margin-bottom: 13px;
  }

  .mt-xl-13 {
    margin-top: 13px;
  }

  .ml-xl-13 {
    margin-left: 13px;
  }

  .mr-xl-13 {
    margin-right: 13px;
  }

  .pb-xl-13 {
    padding-bottom: 13px;
  }

  .pt-xl-13 {
    padding-top: 13px;
  }

  .pl-xl-13 {
    padding-left: 13px;
  }

  .pr-xl-13 {
    padding-right: 13px;
  }

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

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

  .gap-xl-13 {
    gap: 13px;
  }

  .br-xl-13 {
    border-radius: 13px;
  }

  .h-xl-13 {
    height: 13px;
  }

  .w-xl-13 {
    width: 13px;
  }

  .m-xl-14 {
    margin: 14px;
  }

  .p-xl-14 {
    padding: 14px;
  }

  .mb-xl-14 {
    margin-bottom: 14px;
  }

  .mt-xl-14 {
    margin-top: 14px;
  }

  .ml-xl-14 {
    margin-left: 14px;
  }

  .mr-xl-14 {
    margin-right: 14px;
  }

  .pb-xl-14 {
    padding-bottom: 14px;
  }

  .pt-xl-14 {
    padding-top: 14px;
  }

  .pl-xl-14 {
    padding-left: 14px;
  }

  .pr-xl-14 {
    padding-right: 14px;
  }

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

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

  .gap-xl-14 {
    gap: 14px;
  }

  .br-xl-14 {
    border-radius: 14px;
  }

  .h-xl-14 {
    height: 14px;
  }

  .w-xl-14 {
    width: 14px;
  }

  .m-xl-15 {
    margin: 15px;
  }

  .p-xl-15 {
    padding: 15px;
  }

  .mb-xl-15 {
    margin-bottom: 15px;
  }

  .mt-xl-15 {
    margin-top: 15px;
  }

  .ml-xl-15 {
    margin-left: 15px;
  }

  .mr-xl-15 {
    margin-right: 15px;
  }

  .pb-xl-15 {
    padding-bottom: 15px;
  }

  .pt-xl-15 {
    padding-top: 15px;
  }

  .pl-xl-15 {
    padding-left: 15px;
  }

  .pr-xl-15 {
    padding-right: 15px;
  }

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

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

  .gap-xl-15 {
    gap: 15px;
  }

  .br-xl-15 {
    border-radius: 15px;
  }

  .h-xl-15 {
    height: 15px;
  }

  .w-xl-15 {
    width: 15px;
  }

  .m-xl-16 {
    margin: 16px;
  }

  .p-xl-16 {
    padding: 16px;
  }

  .mb-xl-16 {
    margin-bottom: 16px;
  }

  .mt-xl-16 {
    margin-top: 16px;
  }

  .ml-xl-16 {
    margin-left: 16px;
  }

  .mr-xl-16 {
    margin-right: 16px;
  }

  .pb-xl-16 {
    padding-bottom: 16px;
  }

  .pt-xl-16 {
    padding-top: 16px;
  }

  .pl-xl-16 {
    padding-left: 16px;
  }

  .pr-xl-16 {
    padding-right: 16px;
  }

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

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

  .gap-xl-16 {
    gap: 16px;
  }

  .br-xl-16 {
    border-radius: 16px;
  }

  .h-xl-16 {
    height: 16px;
  }

  .w-xl-16 {
    width: 16px;
  }

  .m-xl-17 {
    margin: 17px;
  }

  .p-xl-17 {
    padding: 17px;
  }

  .mb-xl-17 {
    margin-bottom: 17px;
  }

  .mt-xl-17 {
    margin-top: 17px;
  }

  .ml-xl-17 {
    margin-left: 17px;
  }

  .mr-xl-17 {
    margin-right: 17px;
  }

  .pb-xl-17 {
    padding-bottom: 17px;
  }

  .pt-xl-17 {
    padding-top: 17px;
  }

  .pl-xl-17 {
    padding-left: 17px;
  }

  .pr-xl-17 {
    padding-right: 17px;
  }

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

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

  .gap-xl-17 {
    gap: 17px;
  }

  .br-xl-17 {
    border-radius: 17px;
  }

  .h-xl-17 {
    height: 17px;
  }

  .w-xl-17 {
    width: 17px;
  }

  .m-xl-18 {
    margin: 18px;
  }

  .p-xl-18 {
    padding: 18px;
  }

  .mb-xl-18 {
    margin-bottom: 18px;
  }

  .mt-xl-18 {
    margin-top: 18px;
  }

  .ml-xl-18 {
    margin-left: 18px;
  }

  .mr-xl-18 {
    margin-right: 18px;
  }

  .pb-xl-18 {
    padding-bottom: 18px;
  }

  .pt-xl-18 {
    padding-top: 18px;
  }

  .pl-xl-18 {
    padding-left: 18px;
  }

  .pr-xl-18 {
    padding-right: 18px;
  }

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

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

  .gap-xl-18 {
    gap: 18px;
  }

  .br-xl-18 {
    border-radius: 18px;
  }

  .h-xl-18 {
    height: 18px;
  }

  .w-xl-18 {
    width: 18px;
  }

  .m-xl-19 {
    margin: 19px;
  }

  .p-xl-19 {
    padding: 19px;
  }

  .mb-xl-19 {
    margin-bottom: 19px;
  }

  .mt-xl-19 {
    margin-top: 19px;
  }

  .ml-xl-19 {
    margin-left: 19px;
  }

  .mr-xl-19 {
    margin-right: 19px;
  }

  .pb-xl-19 {
    padding-bottom: 19px;
  }

  .pt-xl-19 {
    padding-top: 19px;
  }

  .pl-xl-19 {
    padding-left: 19px;
  }

  .pr-xl-19 {
    padding-right: 19px;
  }

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

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

  .gap-xl-19 {
    gap: 19px;
  }

  .br-xl-19 {
    border-radius: 19px;
  }

  .h-xl-19 {
    height: 19px;
  }

  .w-xl-19 {
    width: 19px;
  }

  .m-xl-20 {
    margin: 20px;
  }

  .p-xl-20 {
    padding: 20px;
  }

  .mb-xl-20 {
    margin-bottom: 20px;
  }

  .mt-xl-20 {
    margin-top: 20px;
  }

  .ml-xl-20 {
    margin-left: 20px;
  }

  .mr-xl-20 {
    margin-right: 20px;
  }

  .pb-xl-20 {
    padding-bottom: 20px;
  }

  .pt-xl-20 {
    padding-top: 20px;
  }

  .pl-xl-20 {
    padding-left: 20px;
  }

  .pr-xl-20 {
    padding-right: 20px;
  }

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

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

  .gap-xl-20 {
    gap: 20px;
  }

  .br-xl-20 {
    border-radius: 20px;
  }

  .h-xl-20 {
    height: 20px;
  }

  .w-xl-20 {
    width: 20px;
  }

  .m-xl-21 {
    margin: 21px;
  }

  .p-xl-21 {
    padding: 21px;
  }

  .mb-xl-21 {
    margin-bottom: 21px;
  }

  .mt-xl-21 {
    margin-top: 21px;
  }

  .ml-xl-21 {
    margin-left: 21px;
  }

  .mr-xl-21 {
    margin-right: 21px;
  }

  .pb-xl-21 {
    padding-bottom: 21px;
  }

  .pt-xl-21 {
    padding-top: 21px;
  }

  .pl-xl-21 {
    padding-left: 21px;
  }

  .pr-xl-21 {
    padding-right: 21px;
  }

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

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

  .gap-xl-21 {
    gap: 21px;
  }

  .br-xl-21 {
    border-radius: 21px;
  }

  .h-xl-21 {
    height: 21px;
  }

  .w-xl-21 {
    width: 21px;
  }

  .m-xl-22 {
    margin: 22px;
  }

  .p-xl-22 {
    padding: 22px;
  }

  .mb-xl-22 {
    margin-bottom: 22px;
  }

  .mt-xl-22 {
    margin-top: 22px;
  }

  .ml-xl-22 {
    margin-left: 22px;
  }

  .mr-xl-22 {
    margin-right: 22px;
  }

  .pb-xl-22 {
    padding-bottom: 22px;
  }

  .pt-xl-22 {
    padding-top: 22px;
  }

  .pl-xl-22 {
    padding-left: 22px;
  }

  .pr-xl-22 {
    padding-right: 22px;
  }

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

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

  .gap-xl-22 {
    gap: 22px;
  }

  .br-xl-22 {
    border-radius: 22px;
  }

  .h-xl-22 {
    height: 22px;
  }

  .w-xl-22 {
    width: 22px;
  }

  .m-xl-23 {
    margin: 23px;
  }

  .p-xl-23 {
    padding: 23px;
  }

  .mb-xl-23 {
    margin-bottom: 23px;
  }

  .mt-xl-23 {
    margin-top: 23px;
  }

  .ml-xl-23 {
    margin-left: 23px;
  }

  .mr-xl-23 {
    margin-right: 23px;
  }

  .pb-xl-23 {
    padding-bottom: 23px;
  }

  .pt-xl-23 {
    padding-top: 23px;
  }

  .pl-xl-23 {
    padding-left: 23px;
  }

  .pr-xl-23 {
    padding-right: 23px;
  }

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

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

  .gap-xl-23 {
    gap: 23px;
  }

  .br-xl-23 {
    border-radius: 23px;
  }

  .h-xl-23 {
    height: 23px;
  }

  .w-xl-23 {
    width: 23px;
  }

  .m-xl-24 {
    margin: 24px;
  }

  .p-xl-24 {
    padding: 24px;
  }

  .mb-xl-24 {
    margin-bottom: 24px;
  }

  .mt-xl-24 {
    margin-top: 24px;
  }

  .ml-xl-24 {
    margin-left: 24px;
  }

  .mr-xl-24 {
    margin-right: 24px;
  }

  .pb-xl-24 {
    padding-bottom: 24px;
  }

  .pt-xl-24 {
    padding-top: 24px;
  }

  .pl-xl-24 {
    padding-left: 24px;
  }

  .pr-xl-24 {
    padding-right: 24px;
  }

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

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

  .gap-xl-24 {
    gap: 24px;
  }

  .br-xl-24 {
    border-radius: 24px;
  }

  .h-xl-24 {
    height: 24px;
  }

  .w-xl-24 {
    width: 24px;
  }

  .m-xl-25 {
    margin: 25px;
  }

  .p-xl-25 {
    padding: 25px;
  }

  .mb-xl-25 {
    margin-bottom: 25px;
  }

  .mt-xl-25 {
    margin-top: 25px;
  }

  .ml-xl-25 {
    margin-left: 25px;
  }

  .mr-xl-25 {
    margin-right: 25px;
  }

  .pb-xl-25 {
    padding-bottom: 25px;
  }

  .pt-xl-25 {
    padding-top: 25px;
  }

  .pl-xl-25 {
    padding-left: 25px;
  }

  .pr-xl-25 {
    padding-right: 25px;
  }

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

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

  .gap-xl-25 {
    gap: 25px;
  }

  .br-xl-25 {
    border-radius: 25px;
  }

  .h-xl-25 {
    height: 25px;
  }

  .w-xl-25 {
    width: 25px;
  }

  .m-xl-26 {
    margin: 26px;
  }

  .p-xl-26 {
    padding: 26px;
  }

  .mb-xl-26 {
    margin-bottom: 26px;
  }

  .mt-xl-26 {
    margin-top: 26px;
  }

  .ml-xl-26 {
    margin-left: 26px;
  }

  .mr-xl-26 {
    margin-right: 26px;
  }

  .pb-xl-26 {
    padding-bottom: 26px;
  }

  .pt-xl-26 {
    padding-top: 26px;
  }

  .pl-xl-26 {
    padding-left: 26px;
  }

  .pr-xl-26 {
    padding-right: 26px;
  }

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

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

  .gap-xl-26 {
    gap: 26px;
  }

  .br-xl-26 {
    border-radius: 26px;
  }

  .h-xl-26 {
    height: 26px;
  }

  .w-xl-26 {
    width: 26px;
  }

  .m-xl-27 {
    margin: 27px;
  }

  .p-xl-27 {
    padding: 27px;
  }

  .mb-xl-27 {
    margin-bottom: 27px;
  }

  .mt-xl-27 {
    margin-top: 27px;
  }

  .ml-xl-27 {
    margin-left: 27px;
  }

  .mr-xl-27 {
    margin-right: 27px;
  }

  .pb-xl-27 {
    padding-bottom: 27px;
  }

  .pt-xl-27 {
    padding-top: 27px;
  }

  .pl-xl-27 {
    padding-left: 27px;
  }

  .pr-xl-27 {
    padding-right: 27px;
  }

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

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

  .gap-xl-27 {
    gap: 27px;
  }

  .br-xl-27 {
    border-radius: 27px;
  }

  .h-xl-27 {
    height: 27px;
  }

  .w-xl-27 {
    width: 27px;
  }

  .m-xl-28 {
    margin: 28px;
  }

  .p-xl-28 {
    padding: 28px;
  }

  .mb-xl-28 {
    margin-bottom: 28px;
  }

  .mt-xl-28 {
    margin-top: 28px;
  }

  .ml-xl-28 {
    margin-left: 28px;
  }

  .mr-xl-28 {
    margin-right: 28px;
  }

  .pb-xl-28 {
    padding-bottom: 28px;
  }

  .pt-xl-28 {
    padding-top: 28px;
  }

  .pl-xl-28 {
    padding-left: 28px;
  }

  .pr-xl-28 {
    padding-right: 28px;
  }

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

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

  .gap-xl-28 {
    gap: 28px;
  }

  .br-xl-28 {
    border-radius: 28px;
  }

  .h-xl-28 {
    height: 28px;
  }

  .w-xl-28 {
    width: 28px;
  }

  .m-xl-29 {
    margin: 29px;
  }

  .p-xl-29 {
    padding: 29px;
  }

  .mb-xl-29 {
    margin-bottom: 29px;
  }

  .mt-xl-29 {
    margin-top: 29px;
  }

  .ml-xl-29 {
    margin-left: 29px;
  }

  .mr-xl-29 {
    margin-right: 29px;
  }

  .pb-xl-29 {
    padding-bottom: 29px;
  }

  .pt-xl-29 {
    padding-top: 29px;
  }

  .pl-xl-29 {
    padding-left: 29px;
  }

  .pr-xl-29 {
    padding-right: 29px;
  }

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

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

  .gap-xl-29 {
    gap: 29px;
  }

  .br-xl-29 {
    border-radius: 29px;
  }

  .h-xl-29 {
    height: 29px;
  }

  .w-xl-29 {
    width: 29px;
  }

  .m-xl-30 {
    margin: 30px;
  }

  .p-xl-30 {
    padding: 30px;
  }

  .mb-xl-30 {
    margin-bottom: 30px;
  }

  .mt-xl-30 {
    margin-top: 30px;
  }

  .ml-xl-30 {
    margin-left: 30px;
  }

  .mr-xl-30 {
    margin-right: 30px;
  }

  .pb-xl-30 {
    padding-bottom: 30px;
  }

  .pt-xl-30 {
    padding-top: 30px;
  }

  .pl-xl-30 {
    padding-left: 30px;
  }

  .pr-xl-30 {
    padding-right: 30px;
  }

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

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

  .gap-xl-30 {
    gap: 30px;
  }

  .br-xl-30 {
    border-radius: 30px;
  }

  .h-xl-30 {
    height: 30px;
  }

  .w-xl-30 {
    width: 30px;
  }

  .m-xl-31 {
    margin: 31px;
  }

  .p-xl-31 {
    padding: 31px;
  }

  .mb-xl-31 {
    margin-bottom: 31px;
  }

  .mt-xl-31 {
    margin-top: 31px;
  }

  .ml-xl-31 {
    margin-left: 31px;
  }

  .mr-xl-31 {
    margin-right: 31px;
  }

  .pb-xl-31 {
    padding-bottom: 31px;
  }

  .pt-xl-31 {
    padding-top: 31px;
  }

  .pl-xl-31 {
    padding-left: 31px;
  }

  .pr-xl-31 {
    padding-right: 31px;
  }

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

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

  .gap-xl-31 {
    gap: 31px;
  }

  .br-xl-31 {
    border-radius: 31px;
  }

  .h-xl-31 {
    height: 31px;
  }

  .w-xl-31 {
    width: 31px;
  }

  .m-xl-32 {
    margin: 32px;
  }

  .p-xl-32 {
    padding: 32px;
  }

  .mb-xl-32 {
    margin-bottom: 32px;
  }

  .mt-xl-32 {
    margin-top: 32px;
  }

  .ml-xl-32 {
    margin-left: 32px;
  }

  .mr-xl-32 {
    margin-right: 32px;
  }

  .pb-xl-32 {
    padding-bottom: 32px;
  }

  .pt-xl-32 {
    padding-top: 32px;
  }

  .pl-xl-32 {
    padding-left: 32px;
  }

  .pr-xl-32 {
    padding-right: 32px;
  }

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

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

  .gap-xl-32 {
    gap: 32px;
  }

  .br-xl-32 {
    border-radius: 32px;
  }

  .h-xl-32 {
    height: 32px;
  }

  .w-xl-32 {
    width: 32px;
  }

  .m-xl-33 {
    margin: 33px;
  }

  .p-xl-33 {
    padding: 33px;
  }

  .mb-xl-33 {
    margin-bottom: 33px;
  }

  .mt-xl-33 {
    margin-top: 33px;
  }

  .ml-xl-33 {
    margin-left: 33px;
  }

  .mr-xl-33 {
    margin-right: 33px;
  }

  .pb-xl-33 {
    padding-bottom: 33px;
  }

  .pt-xl-33 {
    padding-top: 33px;
  }

  .pl-xl-33 {
    padding-left: 33px;
  }

  .pr-xl-33 {
    padding-right: 33px;
  }

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

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

  .gap-xl-33 {
    gap: 33px;
  }

  .br-xl-33 {
    border-radius: 33px;
  }

  .h-xl-33 {
    height: 33px;
  }

  .w-xl-33 {
    width: 33px;
  }

  .m-xl-34 {
    margin: 34px;
  }

  .p-xl-34 {
    padding: 34px;
  }

  .mb-xl-34 {
    margin-bottom: 34px;
  }

  .mt-xl-34 {
    margin-top: 34px;
  }

  .ml-xl-34 {
    margin-left: 34px;
  }

  .mr-xl-34 {
    margin-right: 34px;
  }

  .pb-xl-34 {
    padding-bottom: 34px;
  }

  .pt-xl-34 {
    padding-top: 34px;
  }

  .pl-xl-34 {
    padding-left: 34px;
  }

  .pr-xl-34 {
    padding-right: 34px;
  }

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

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

  .gap-xl-34 {
    gap: 34px;
  }

  .br-xl-34 {
    border-radius: 34px;
  }

  .h-xl-34 {
    height: 34px;
  }

  .w-xl-34 {
    width: 34px;
  }

  .m-xl-35 {
    margin: 35px;
  }

  .p-xl-35 {
    padding: 35px;
  }

  .mb-xl-35 {
    margin-bottom: 35px;
  }

  .mt-xl-35 {
    margin-top: 35px;
  }

  .ml-xl-35 {
    margin-left: 35px;
  }

  .mr-xl-35 {
    margin-right: 35px;
  }

  .pb-xl-35 {
    padding-bottom: 35px;
  }

  .pt-xl-35 {
    padding-top: 35px;
  }

  .pl-xl-35 {
    padding-left: 35px;
  }

  .pr-xl-35 {
    padding-right: 35px;
  }

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

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

  .gap-xl-35 {
    gap: 35px;
  }

  .br-xl-35 {
    border-radius: 35px;
  }

  .h-xl-35 {
    height: 35px;
  }

  .w-xl-35 {
    width: 35px;
  }

  .m-xl-36 {
    margin: 36px;
  }

  .p-xl-36 {
    padding: 36px;
  }

  .mb-xl-36 {
    margin-bottom: 36px;
  }

  .mt-xl-36 {
    margin-top: 36px;
  }

  .ml-xl-36 {
    margin-left: 36px;
  }

  .mr-xl-36 {
    margin-right: 36px;
  }

  .pb-xl-36 {
    padding-bottom: 36px;
  }

  .pt-xl-36 {
    padding-top: 36px;
  }

  .pl-xl-36 {
    padding-left: 36px;
  }

  .pr-xl-36 {
    padding-right: 36px;
  }

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

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

  .gap-xl-36 {
    gap: 36px;
  }

  .br-xl-36 {
    border-radius: 36px;
  }

  .h-xl-36 {
    height: 36px;
  }

  .w-xl-36 {
    width: 36px;
  }

  .m-xl-37 {
    margin: 37px;
  }

  .p-xl-37 {
    padding: 37px;
  }

  .mb-xl-37 {
    margin-bottom: 37px;
  }

  .mt-xl-37 {
    margin-top: 37px;
  }

  .ml-xl-37 {
    margin-left: 37px;
  }

  .mr-xl-37 {
    margin-right: 37px;
  }

  .pb-xl-37 {
    padding-bottom: 37px;
  }

  .pt-xl-37 {
    padding-top: 37px;
  }

  .pl-xl-37 {
    padding-left: 37px;
  }

  .pr-xl-37 {
    padding-right: 37px;
  }

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

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

  .gap-xl-37 {
    gap: 37px;
  }

  .br-xl-37 {
    border-radius: 37px;
  }

  .h-xl-37 {
    height: 37px;
  }

  .w-xl-37 {
    width: 37px;
  }

  .m-xl-38 {
    margin: 38px;
  }

  .p-xl-38 {
    padding: 38px;
  }

  .mb-xl-38 {
    margin-bottom: 38px;
  }

  .mt-xl-38 {
    margin-top: 38px;
  }

  .ml-xl-38 {
    margin-left: 38px;
  }

  .mr-xl-38 {
    margin-right: 38px;
  }

  .pb-xl-38 {
    padding-bottom: 38px;
  }

  .pt-xl-38 {
    padding-top: 38px;
  }

  .pl-xl-38 {
    padding-left: 38px;
  }

  .pr-xl-38 {
    padding-right: 38px;
  }

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

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

  .gap-xl-38 {
    gap: 38px;
  }

  .br-xl-38 {
    border-radius: 38px;
  }

  .h-xl-38 {
    height: 38px;
  }

  .w-xl-38 {
    width: 38px;
  }

  .m-xl-39 {
    margin: 39px;
  }

  .p-xl-39 {
    padding: 39px;
  }

  .mb-xl-39 {
    margin-bottom: 39px;
  }

  .mt-xl-39 {
    margin-top: 39px;
  }

  .ml-xl-39 {
    margin-left: 39px;
  }

  .mr-xl-39 {
    margin-right: 39px;
  }

  .pb-xl-39 {
    padding-bottom: 39px;
  }

  .pt-xl-39 {
    padding-top: 39px;
  }

  .pl-xl-39 {
    padding-left: 39px;
  }

  .pr-xl-39 {
    padding-right: 39px;
  }

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

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

  .gap-xl-39 {
    gap: 39px;
  }

  .br-xl-39 {
    border-radius: 39px;
  }

  .h-xl-39 {
    height: 39px;
  }

  .w-xl-39 {
    width: 39px;
  }

  .m-xl-40 {
    margin: 40px;
  }

  .p-xl-40 {
    padding: 40px;
  }

  .mb-xl-40 {
    margin-bottom: 40px;
  }

  .mt-xl-40 {
    margin-top: 40px;
  }

  .ml-xl-40 {
    margin-left: 40px;
  }

  .mr-xl-40 {
    margin-right: 40px;
  }

  .pb-xl-40 {
    padding-bottom: 40px;
  }

  .pt-xl-40 {
    padding-top: 40px;
  }

  .pl-xl-40 {
    padding-left: 40px;
  }

  .pr-xl-40 {
    padding-right: 40px;
  }

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

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

  .gap-xl-40 {
    gap: 40px;
  }

  .br-xl-40 {
    border-radius: 40px;
  }

  .h-xl-40 {
    height: 40px;
  }

  .w-xl-40 {
    width: 40px;
  }

  .m-xl-41 {
    margin: 41px;
  }

  .p-xl-41 {
    padding: 41px;
  }

  .mb-xl-41 {
    margin-bottom: 41px;
  }

  .mt-xl-41 {
    margin-top: 41px;
  }

  .ml-xl-41 {
    margin-left: 41px;
  }

  .mr-xl-41 {
    margin-right: 41px;
  }

  .pb-xl-41 {
    padding-bottom: 41px;
  }

  .pt-xl-41 {
    padding-top: 41px;
  }

  .pl-xl-41 {
    padding-left: 41px;
  }

  .pr-xl-41 {
    padding-right: 41px;
  }

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

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

  .gap-xl-41 {
    gap: 41px;
  }

  .br-xl-41 {
    border-radius: 41px;
  }

  .h-xl-41 {
    height: 41px;
  }

  .w-xl-41 {
    width: 41px;
  }

  .m-xl-42 {
    margin: 42px;
  }

  .p-xl-42 {
    padding: 42px;
  }

  .mb-xl-42 {
    margin-bottom: 42px;
  }

  .mt-xl-42 {
    margin-top: 42px;
  }

  .ml-xl-42 {
    margin-left: 42px;
  }

  .mr-xl-42 {
    margin-right: 42px;
  }

  .pb-xl-42 {
    padding-bottom: 42px;
  }

  .pt-xl-42 {
    padding-top: 42px;
  }

  .pl-xl-42 {
    padding-left: 42px;
  }

  .pr-xl-42 {
    padding-right: 42px;
  }

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

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

  .gap-xl-42 {
    gap: 42px;
  }

  .br-xl-42 {
    border-radius: 42px;
  }

  .h-xl-42 {
    height: 42px;
  }

  .w-xl-42 {
    width: 42px;
  }

  .m-xl-43 {
    margin: 43px;
  }

  .p-xl-43 {
    padding: 43px;
  }

  .mb-xl-43 {
    margin-bottom: 43px;
  }

  .mt-xl-43 {
    margin-top: 43px;
  }

  .ml-xl-43 {
    margin-left: 43px;
  }

  .mr-xl-43 {
    margin-right: 43px;
  }

  .pb-xl-43 {
    padding-bottom: 43px;
  }

  .pt-xl-43 {
    padding-top: 43px;
  }

  .pl-xl-43 {
    padding-left: 43px;
  }

  .pr-xl-43 {
    padding-right: 43px;
  }

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

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

  .gap-xl-43 {
    gap: 43px;
  }

  .br-xl-43 {
    border-radius: 43px;
  }

  .h-xl-43 {
    height: 43px;
  }

  .w-xl-43 {
    width: 43px;
  }

  .m-xl-44 {
    margin: 44px;
  }

  .p-xl-44 {
    padding: 44px;
  }

  .mb-xl-44 {
    margin-bottom: 44px;
  }

  .mt-xl-44 {
    margin-top: 44px;
  }

  .ml-xl-44 {
    margin-left: 44px;
  }

  .mr-xl-44 {
    margin-right: 44px;
  }

  .pb-xl-44 {
    padding-bottom: 44px;
  }

  .pt-xl-44 {
    padding-top: 44px;
  }

  .pl-xl-44 {
    padding-left: 44px;
  }

  .pr-xl-44 {
    padding-right: 44px;
  }

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

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

  .gap-xl-44 {
    gap: 44px;
  }

  .br-xl-44 {
    border-radius: 44px;
  }

  .h-xl-44 {
    height: 44px;
  }

  .w-xl-44 {
    width: 44px;
  }

  .m-xl-45 {
    margin: 45px;
  }

  .p-xl-45 {
    padding: 45px;
  }

  .mb-xl-45 {
    margin-bottom: 45px;
  }

  .mt-xl-45 {
    margin-top: 45px;
  }

  .ml-xl-45 {
    margin-left: 45px;
  }

  .mr-xl-45 {
    margin-right: 45px;
  }

  .pb-xl-45 {
    padding-bottom: 45px;
  }

  .pt-xl-45 {
    padding-top: 45px;
  }

  .pl-xl-45 {
    padding-left: 45px;
  }

  .pr-xl-45 {
    padding-right: 45px;
  }

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

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

  .gap-xl-45 {
    gap: 45px;
  }

  .br-xl-45 {
    border-radius: 45px;
  }

  .h-xl-45 {
    height: 45px;
  }

  .w-xl-45 {
    width: 45px;
  }

  .m-xl-46 {
    margin: 46px;
  }

  .p-xl-46 {
    padding: 46px;
  }

  .mb-xl-46 {
    margin-bottom: 46px;
  }

  .mt-xl-46 {
    margin-top: 46px;
  }

  .ml-xl-46 {
    margin-left: 46px;
  }

  .mr-xl-46 {
    margin-right: 46px;
  }

  .pb-xl-46 {
    padding-bottom: 46px;
  }

  .pt-xl-46 {
    padding-top: 46px;
  }

  .pl-xl-46 {
    padding-left: 46px;
  }

  .pr-xl-46 {
    padding-right: 46px;
  }

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

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

  .gap-xl-46 {
    gap: 46px;
  }

  .br-xl-46 {
    border-radius: 46px;
  }

  .h-xl-46 {
    height: 46px;
  }

  .w-xl-46 {
    width: 46px;
  }

  .m-xl-47 {
    margin: 47px;
  }

  .p-xl-47 {
    padding: 47px;
  }

  .mb-xl-47 {
    margin-bottom: 47px;
  }

  .mt-xl-47 {
    margin-top: 47px;
  }

  .ml-xl-47 {
    margin-left: 47px;
  }

  .mr-xl-47 {
    margin-right: 47px;
  }

  .pb-xl-47 {
    padding-bottom: 47px;
  }

  .pt-xl-47 {
    padding-top: 47px;
  }

  .pl-xl-47 {
    padding-left: 47px;
  }

  .pr-xl-47 {
    padding-right: 47px;
  }

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

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

  .gap-xl-47 {
    gap: 47px;
  }

  .br-xl-47 {
    border-radius: 47px;
  }

  .h-xl-47 {
    height: 47px;
  }

  .w-xl-47 {
    width: 47px;
  }

  .m-xl-48 {
    margin: 48px;
  }

  .p-xl-48 {
    padding: 48px;
  }

  .mb-xl-48 {
    margin-bottom: 48px;
  }

  .mt-xl-48 {
    margin-top: 48px;
  }

  .ml-xl-48 {
    margin-left: 48px;
  }

  .mr-xl-48 {
    margin-right: 48px;
  }

  .pb-xl-48 {
    padding-bottom: 48px;
  }

  .pt-xl-48 {
    padding-top: 48px;
  }

  .pl-xl-48 {
    padding-left: 48px;
  }

  .pr-xl-48 {
    padding-right: 48px;
  }

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

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

  .gap-xl-48 {
    gap: 48px;
  }

  .br-xl-48 {
    border-radius: 48px;
  }

  .h-xl-48 {
    height: 48px;
  }

  .w-xl-48 {
    width: 48px;
  }

  .m-xl-49 {
    margin: 49px;
  }

  .p-xl-49 {
    padding: 49px;
  }

  .mb-xl-49 {
    margin-bottom: 49px;
  }

  .mt-xl-49 {
    margin-top: 49px;
  }

  .ml-xl-49 {
    margin-left: 49px;
  }

  .mr-xl-49 {
    margin-right: 49px;
  }

  .pb-xl-49 {
    padding-bottom: 49px;
  }

  .pt-xl-49 {
    padding-top: 49px;
  }

  .pl-xl-49 {
    padding-left: 49px;
  }

  .pr-xl-49 {
    padding-right: 49px;
  }

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

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

  .gap-xl-49 {
    gap: 49px;
  }

  .br-xl-49 {
    border-radius: 49px;
  }

  .h-xl-49 {
    height: 49px;
  }

  .w-xl-49 {
    width: 49px;
  }

  .m-xl-50 {
    margin: 50px;
  }

  .p-xl-50 {
    padding: 50px;
  }

  .mb-xl-50 {
    margin-bottom: 50px;
  }

  .mt-xl-50 {
    margin-top: 50px;
  }

  .ml-xl-50 {
    margin-left: 50px;
  }

  .mr-xl-50 {
    margin-right: 50px;
  }

  .pb-xl-50 {
    padding-bottom: 50px;
  }

  .pt-xl-50 {
    padding-top: 50px;
  }

  .pl-xl-50 {
    padding-left: 50px;
  }

  .pr-xl-50 {
    padding-right: 50px;
  }

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

  .lh-xl-50 {
    line-height: 50px;
  }

  .gap-xl-50 {
    gap: 50px;
  }

  .br-xl-50 {
    border-radius: 50px;
  }

  .h-xl-50 {
    height: 50px;
  }

  .w-xl-50 {
    width: 50px;
  }

  .m-xl-51 {
    margin: 51px;
  }

  .p-xl-51 {
    padding: 51px;
  }

  .mb-xl-51 {
    margin-bottom: 51px;
  }

  .mt-xl-51 {
    margin-top: 51px;
  }

  .ml-xl-51 {
    margin-left: 51px;
  }

  .mr-xl-51 {
    margin-right: 51px;
  }

  .pb-xl-51 {
    padding-bottom: 51px;
  }

  .pt-xl-51 {
    padding-top: 51px;
  }

  .pl-xl-51 {
    padding-left: 51px;
  }

  .pr-xl-51 {
    padding-right: 51px;
  }

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

  .lh-xl-51 {
    line-height: 51px;
  }

  .gap-xl-51 {
    gap: 51px;
  }

  .br-xl-51 {
    border-radius: 51px;
  }

  .h-xl-51 {
    height: 51px;
  }

  .w-xl-51 {
    width: 51px;
  }

  .m-xl-52 {
    margin: 52px;
  }

  .p-xl-52 {
    padding: 52px;
  }

  .mb-xl-52 {
    margin-bottom: 52px;
  }

  .mt-xl-52 {
    margin-top: 52px;
  }

  .ml-xl-52 {
    margin-left: 52px;
  }

  .mr-xl-52 {
    margin-right: 52px;
  }

  .pb-xl-52 {
    padding-bottom: 52px;
  }

  .pt-xl-52 {
    padding-top: 52px;
  }

  .pl-xl-52 {
    padding-left: 52px;
  }

  .pr-xl-52 {
    padding-right: 52px;
  }

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

  .lh-xl-52 {
    line-height: 52px;
  }

  .gap-xl-52 {
    gap: 52px;
  }

  .br-xl-52 {
    border-radius: 52px;
  }

  .h-xl-52 {
    height: 52px;
  }

  .w-xl-52 {
    width: 52px;
  }

  .m-xl-53 {
    margin: 53px;
  }

  .p-xl-53 {
    padding: 53px;
  }

  .mb-xl-53 {
    margin-bottom: 53px;
  }

  .mt-xl-53 {
    margin-top: 53px;
  }

  .ml-xl-53 {
    margin-left: 53px;
  }

  .mr-xl-53 {
    margin-right: 53px;
  }

  .pb-xl-53 {
    padding-bottom: 53px;
  }

  .pt-xl-53 {
    padding-top: 53px;
  }

  .pl-xl-53 {
    padding-left: 53px;
  }

  .pr-xl-53 {
    padding-right: 53px;
  }

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

  .lh-xl-53 {
    line-height: 53px;
  }

  .gap-xl-53 {
    gap: 53px;
  }

  .br-xl-53 {
    border-radius: 53px;
  }

  .h-xl-53 {
    height: 53px;
  }

  .w-xl-53 {
    width: 53px;
  }

  .m-xl-54 {
    margin: 54px;
  }

  .p-xl-54 {
    padding: 54px;
  }

  .mb-xl-54 {
    margin-bottom: 54px;
  }

  .mt-xl-54 {
    margin-top: 54px;
  }

  .ml-xl-54 {
    margin-left: 54px;
  }

  .mr-xl-54 {
    margin-right: 54px;
  }

  .pb-xl-54 {
    padding-bottom: 54px;
  }

  .pt-xl-54 {
    padding-top: 54px;
  }

  .pl-xl-54 {
    padding-left: 54px;
  }

  .pr-xl-54 {
    padding-right: 54px;
  }

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

  .lh-xl-54 {
    line-height: 54px;
  }

  .gap-xl-54 {
    gap: 54px;
  }

  .br-xl-54 {
    border-radius: 54px;
  }

  .h-xl-54 {
    height: 54px;
  }

  .w-xl-54 {
    width: 54px;
  }

  .m-xl-55 {
    margin: 55px;
  }

  .p-xl-55 {
    padding: 55px;
  }

  .mb-xl-55 {
    margin-bottom: 55px;
  }

  .mt-xl-55 {
    margin-top: 55px;
  }

  .ml-xl-55 {
    margin-left: 55px;
  }

  .mr-xl-55 {
    margin-right: 55px;
  }

  .pb-xl-55 {
    padding-bottom: 55px;
  }

  .pt-xl-55 {
    padding-top: 55px;
  }

  .pl-xl-55 {
    padding-left: 55px;
  }

  .pr-xl-55 {
    padding-right: 55px;
  }

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

  .lh-xl-55 {
    line-height: 55px;
  }

  .gap-xl-55 {
    gap: 55px;
  }

  .br-xl-55 {
    border-radius: 55px;
  }

  .h-xl-55 {
    height: 55px;
  }

  .w-xl-55 {
    width: 55px;
  }

  .m-xl-56 {
    margin: 56px;
  }

  .p-xl-56 {
    padding: 56px;
  }

  .mb-xl-56 {
    margin-bottom: 56px;
  }

  .mt-xl-56 {
    margin-top: 56px;
  }

  .ml-xl-56 {
    margin-left: 56px;
  }

  .mr-xl-56 {
    margin-right: 56px;
  }

  .pb-xl-56 {
    padding-bottom: 56px;
  }

  .pt-xl-56 {
    padding-top: 56px;
  }

  .pl-xl-56 {
    padding-left: 56px;
  }

  .pr-xl-56 {
    padding-right: 56px;
  }

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

  .lh-xl-56 {
    line-height: 56px;
  }

  .gap-xl-56 {
    gap: 56px;
  }

  .br-xl-56 {
    border-radius: 56px;
  }

  .h-xl-56 {
    height: 56px;
  }

  .w-xl-56 {
    width: 56px;
  }

  .m-xl-57 {
    margin: 57px;
  }

  .p-xl-57 {
    padding: 57px;
  }

  .mb-xl-57 {
    margin-bottom: 57px;
  }

  .mt-xl-57 {
    margin-top: 57px;
  }

  .ml-xl-57 {
    margin-left: 57px;
  }

  .mr-xl-57 {
    margin-right: 57px;
  }

  .pb-xl-57 {
    padding-bottom: 57px;
  }

  .pt-xl-57 {
    padding-top: 57px;
  }

  .pl-xl-57 {
    padding-left: 57px;
  }

  .pr-xl-57 {
    padding-right: 57px;
  }

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

  .lh-xl-57 {
    line-height: 57px;
  }

  .gap-xl-57 {
    gap: 57px;
  }

  .br-xl-57 {
    border-radius: 57px;
  }

  .h-xl-57 {
    height: 57px;
  }

  .w-xl-57 {
    width: 57px;
  }

  .m-xl-58 {
    margin: 58px;
  }

  .p-xl-58 {
    padding: 58px;
  }

  .mb-xl-58 {
    margin-bottom: 58px;
  }

  .mt-xl-58 {
    margin-top: 58px;
  }

  .ml-xl-58 {
    margin-left: 58px;
  }

  .mr-xl-58 {
    margin-right: 58px;
  }

  .pb-xl-58 {
    padding-bottom: 58px;
  }

  .pt-xl-58 {
    padding-top: 58px;
  }

  .pl-xl-58 {
    padding-left: 58px;
  }

  .pr-xl-58 {
    padding-right: 58px;
  }

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

  .lh-xl-58 {
    line-height: 58px;
  }

  .gap-xl-58 {
    gap: 58px;
  }

  .br-xl-58 {
    border-radius: 58px;
  }

  .h-xl-58 {
    height: 58px;
  }

  .w-xl-58 {
    width: 58px;
  }

  .m-xl-59 {
    margin: 59px;
  }

  .p-xl-59 {
    padding: 59px;
  }

  .mb-xl-59 {
    margin-bottom: 59px;
  }

  .mt-xl-59 {
    margin-top: 59px;
  }

  .ml-xl-59 {
    margin-left: 59px;
  }

  .mr-xl-59 {
    margin-right: 59px;
  }

  .pb-xl-59 {
    padding-bottom: 59px;
  }

  .pt-xl-59 {
    padding-top: 59px;
  }

  .pl-xl-59 {
    padding-left: 59px;
  }

  .pr-xl-59 {
    padding-right: 59px;
  }

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

  .lh-xl-59 {
    line-height: 59px;
  }

  .gap-xl-59 {
    gap: 59px;
  }

  .br-xl-59 {
    border-radius: 59px;
  }

  .h-xl-59 {
    height: 59px;
  }

  .w-xl-59 {
    width: 59px;
  }

  .m-xl-60 {
    margin: 60px;
  }

  .p-xl-60 {
    padding: 60px;
  }

  .mb-xl-60 {
    margin-bottom: 60px;
  }

  .mt-xl-60 {
    margin-top: 60px;
  }

  .ml-xl-60 {
    margin-left: 60px;
  }

  .mr-xl-60 {
    margin-right: 60px;
  }

  .pb-xl-60 {
    padding-bottom: 60px;
  }

  .pt-xl-60 {
    padding-top: 60px;
  }

  .pl-xl-60 {
    padding-left: 60px;
  }

  .pr-xl-60 {
    padding-right: 60px;
  }

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

  .lh-xl-60 {
    line-height: 60px;
  }

  .gap-xl-60 {
    gap: 60px;
  }

  .br-xl-60 {
    border-radius: 60px;
  }

  .h-xl-60 {
    height: 60px;
  }

  .w-xl-60 {
    width: 60px;
  }

  .m-xl-61 {
    margin: 61px;
  }

  .p-xl-61 {
    padding: 61px;
  }

  .mb-xl-61 {
    margin-bottom: 61px;
  }

  .mt-xl-61 {
    margin-top: 61px;
  }

  .ml-xl-61 {
    margin-left: 61px;
  }

  .mr-xl-61 {
    margin-right: 61px;
  }

  .pb-xl-61 {
    padding-bottom: 61px;
  }

  .pt-xl-61 {
    padding-top: 61px;
  }

  .pl-xl-61 {
    padding-left: 61px;
  }

  .pr-xl-61 {
    padding-right: 61px;
  }

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

  .lh-xl-61 {
    line-height: 61px;
  }

  .gap-xl-61 {
    gap: 61px;
  }

  .br-xl-61 {
    border-radius: 61px;
  }

  .h-xl-61 {
    height: 61px;
  }

  .w-xl-61 {
    width: 61px;
  }

  .m-xl-62 {
    margin: 62px;
  }

  .p-xl-62 {
    padding: 62px;
  }

  .mb-xl-62 {
    margin-bottom: 62px;
  }

  .mt-xl-62 {
    margin-top: 62px;
  }

  .ml-xl-62 {
    margin-left: 62px;
  }

  .mr-xl-62 {
    margin-right: 62px;
  }

  .pb-xl-62 {
    padding-bottom: 62px;
  }

  .pt-xl-62 {
    padding-top: 62px;
  }

  .pl-xl-62 {
    padding-left: 62px;
  }

  .pr-xl-62 {
    padding-right: 62px;
  }

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

  .lh-xl-62 {
    line-height: 62px;
  }

  .gap-xl-62 {
    gap: 62px;
  }

  .br-xl-62 {
    border-radius: 62px;
  }

  .h-xl-62 {
    height: 62px;
  }

  .w-xl-62 {
    width: 62px;
  }

  .m-xl-63 {
    margin: 63px;
  }

  .p-xl-63 {
    padding: 63px;
  }

  .mb-xl-63 {
    margin-bottom: 63px;
  }

  .mt-xl-63 {
    margin-top: 63px;
  }

  .ml-xl-63 {
    margin-left: 63px;
  }

  .mr-xl-63 {
    margin-right: 63px;
  }

  .pb-xl-63 {
    padding-bottom: 63px;
  }

  .pt-xl-63 {
    padding-top: 63px;
  }

  .pl-xl-63 {
    padding-left: 63px;
  }

  .pr-xl-63 {
    padding-right: 63px;
  }

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

  .lh-xl-63 {
    line-height: 63px;
  }

  .gap-xl-63 {
    gap: 63px;
  }

  .br-xl-63 {
    border-radius: 63px;
  }

  .h-xl-63 {
    height: 63px;
  }

  .w-xl-63 {
    width: 63px;
  }

  .m-xl-64 {
    margin: 64px;
  }

  .p-xl-64 {
    padding: 64px;
  }

  .mb-xl-64 {
    margin-bottom: 64px;
  }

  .mt-xl-64 {
    margin-top: 64px;
  }

  .ml-xl-64 {
    margin-left: 64px;
  }

  .mr-xl-64 {
    margin-right: 64px;
  }

  .pb-xl-64 {
    padding-bottom: 64px;
  }

  .pt-xl-64 {
    padding-top: 64px;
  }

  .pl-xl-64 {
    padding-left: 64px;
  }

  .pr-xl-64 {
    padding-right: 64px;
  }

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

  .lh-xl-64 {
    line-height: 64px;
  }

  .gap-xl-64 {
    gap: 64px;
  }

  .br-xl-64 {
    border-radius: 64px;
  }

  .h-xl-64 {
    height: 64px;
  }

  .w-xl-64 {
    width: 64px;
  }

  .m-xl-65 {
    margin: 65px;
  }

  .p-xl-65 {
    padding: 65px;
  }

  .mb-xl-65 {
    margin-bottom: 65px;
  }

  .mt-xl-65 {
    margin-top: 65px;
  }

  .ml-xl-65 {
    margin-left: 65px;
  }

  .mr-xl-65 {
    margin-right: 65px;
  }

  .pb-xl-65 {
    padding-bottom: 65px;
  }

  .pt-xl-65 {
    padding-top: 65px;
  }

  .pl-xl-65 {
    padding-left: 65px;
  }

  .pr-xl-65 {
    padding-right: 65px;
  }

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

  .lh-xl-65 {
    line-height: 65px;
  }

  .gap-xl-65 {
    gap: 65px;
  }

  .br-xl-65 {
    border-radius: 65px;
  }

  .h-xl-65 {
    height: 65px;
  }

  .w-xl-65 {
    width: 65px;
  }

  .m-xl-66 {
    margin: 66px;
  }

  .p-xl-66 {
    padding: 66px;
  }

  .mb-xl-66 {
    margin-bottom: 66px;
  }

  .mt-xl-66 {
    margin-top: 66px;
  }

  .ml-xl-66 {
    margin-left: 66px;
  }

  .mr-xl-66 {
    margin-right: 66px;
  }

  .pb-xl-66 {
    padding-bottom: 66px;
  }

  .pt-xl-66 {
    padding-top: 66px;
  }

  .pl-xl-66 {
    padding-left: 66px;
  }

  .pr-xl-66 {
    padding-right: 66px;
  }

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

  .lh-xl-66 {
    line-height: 66px;
  }

  .gap-xl-66 {
    gap: 66px;
  }

  .br-xl-66 {
    border-radius: 66px;
  }

  .h-xl-66 {
    height: 66px;
  }

  .w-xl-66 {
    width: 66px;
  }

  .m-xl-67 {
    margin: 67px;
  }

  .p-xl-67 {
    padding: 67px;
  }

  .mb-xl-67 {
    margin-bottom: 67px;
  }

  .mt-xl-67 {
    margin-top: 67px;
  }

  .ml-xl-67 {
    margin-left: 67px;
  }

  .mr-xl-67 {
    margin-right: 67px;
  }

  .pb-xl-67 {
    padding-bottom: 67px;
  }

  .pt-xl-67 {
    padding-top: 67px;
  }

  .pl-xl-67 {
    padding-left: 67px;
  }

  .pr-xl-67 {
    padding-right: 67px;
  }

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

  .lh-xl-67 {
    line-height: 67px;
  }

  .gap-xl-67 {
    gap: 67px;
  }

  .br-xl-67 {
    border-radius: 67px;
  }

  .h-xl-67 {
    height: 67px;
  }

  .w-xl-67 {
    width: 67px;
  }

  .m-xl-68 {
    margin: 68px;
  }

  .p-xl-68 {
    padding: 68px;
  }

  .mb-xl-68 {
    margin-bottom: 68px;
  }

  .mt-xl-68 {
    margin-top: 68px;
  }

  .ml-xl-68 {
    margin-left: 68px;
  }

  .mr-xl-68 {
    margin-right: 68px;
  }

  .pb-xl-68 {
    padding-bottom: 68px;
  }

  .pt-xl-68 {
    padding-top: 68px;
  }

  .pl-xl-68 {
    padding-left: 68px;
  }

  .pr-xl-68 {
    padding-right: 68px;
  }

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

  .lh-xl-68 {
    line-height: 68px;
  }

  .gap-xl-68 {
    gap: 68px;
  }

  .br-xl-68 {
    border-radius: 68px;
  }

  .h-xl-68 {
    height: 68px;
  }

  .w-xl-68 {
    width: 68px;
  }

  .m-xl-69 {
    margin: 69px;
  }

  .p-xl-69 {
    padding: 69px;
  }

  .mb-xl-69 {
    margin-bottom: 69px;
  }

  .mt-xl-69 {
    margin-top: 69px;
  }

  .ml-xl-69 {
    margin-left: 69px;
  }

  .mr-xl-69 {
    margin-right: 69px;
  }

  .pb-xl-69 {
    padding-bottom: 69px;
  }

  .pt-xl-69 {
    padding-top: 69px;
  }

  .pl-xl-69 {
    padding-left: 69px;
  }

  .pr-xl-69 {
    padding-right: 69px;
  }

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

  .lh-xl-69 {
    line-height: 69px;
  }

  .gap-xl-69 {
    gap: 69px;
  }

  .br-xl-69 {
    border-radius: 69px;
  }

  .h-xl-69 {
    height: 69px;
  }

  .w-xl-69 {
    width: 69px;
  }

  .m-xl-70 {
    margin: 70px;
  }

  .p-xl-70 {
    padding: 70px;
  }

  .mb-xl-70 {
    margin-bottom: 70px;
  }

  .mt-xl-70 {
    margin-top: 70px;
  }

  .ml-xl-70 {
    margin-left: 70px;
  }

  .mr-xl-70 {
    margin-right: 70px;
  }

  .pb-xl-70 {
    padding-bottom: 70px;
  }

  .pt-xl-70 {
    padding-top: 70px;
  }

  .pl-xl-70 {
    padding-left: 70px;
  }

  .pr-xl-70 {
    padding-right: 70px;
  }

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

  .lh-xl-70 {
    line-height: 70px;
  }

  .gap-xl-70 {
    gap: 70px;
  }

  .br-xl-70 {
    border-radius: 70px;
  }

  .h-xl-70 {
    height: 70px;
  }

  .w-xl-70 {
    width: 70px;
  }

  .m-xl-71 {
    margin: 71px;
  }

  .p-xl-71 {
    padding: 71px;
  }

  .mb-xl-71 {
    margin-bottom: 71px;
  }

  .mt-xl-71 {
    margin-top: 71px;
  }

  .ml-xl-71 {
    margin-left: 71px;
  }

  .mr-xl-71 {
    margin-right: 71px;
  }

  .pb-xl-71 {
    padding-bottom: 71px;
  }

  .pt-xl-71 {
    padding-top: 71px;
  }

  .pl-xl-71 {
    padding-left: 71px;
  }

  .pr-xl-71 {
    padding-right: 71px;
  }

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

  .lh-xl-71 {
    line-height: 71px;
  }

  .gap-xl-71 {
    gap: 71px;
  }

  .br-xl-71 {
    border-radius: 71px;
  }

  .h-xl-71 {
    height: 71px;
  }

  .w-xl-71 {
    width: 71px;
  }

  .m-xl-72 {
    margin: 72px;
  }

  .p-xl-72 {
    padding: 72px;
  }

  .mb-xl-72 {
    margin-bottom: 72px;
  }

  .mt-xl-72 {
    margin-top: 72px;
  }

  .ml-xl-72 {
    margin-left: 72px;
  }

  .mr-xl-72 {
    margin-right: 72px;
  }

  .pb-xl-72 {
    padding-bottom: 72px;
  }

  .pt-xl-72 {
    padding-top: 72px;
  }

  .pl-xl-72 {
    padding-left: 72px;
  }

  .pr-xl-72 {
    padding-right: 72px;
  }

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

  .lh-xl-72 {
    line-height: 72px;
  }

  .gap-xl-72 {
    gap: 72px;
  }

  .br-xl-72 {
    border-radius: 72px;
  }

  .h-xl-72 {
    height: 72px;
  }

  .w-xl-72 {
    width: 72px;
  }

  .m-xl-73 {
    margin: 73px;
  }

  .p-xl-73 {
    padding: 73px;
  }

  .mb-xl-73 {
    margin-bottom: 73px;
  }

  .mt-xl-73 {
    margin-top: 73px;
  }

  .ml-xl-73 {
    margin-left: 73px;
  }

  .mr-xl-73 {
    margin-right: 73px;
  }

  .pb-xl-73 {
    padding-bottom: 73px;
  }

  .pt-xl-73 {
    padding-top: 73px;
  }

  .pl-xl-73 {
    padding-left: 73px;
  }

  .pr-xl-73 {
    padding-right: 73px;
  }

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

  .lh-xl-73 {
    line-height: 73px;
  }

  .gap-xl-73 {
    gap: 73px;
  }

  .br-xl-73 {
    border-radius: 73px;
  }

  .h-xl-73 {
    height: 73px;
  }

  .w-xl-73 {
    width: 73px;
  }

  .m-xl-74 {
    margin: 74px;
  }

  .p-xl-74 {
    padding: 74px;
  }

  .mb-xl-74 {
    margin-bottom: 74px;
  }

  .mt-xl-74 {
    margin-top: 74px;
  }

  .ml-xl-74 {
    margin-left: 74px;
  }

  .mr-xl-74 {
    margin-right: 74px;
  }

  .pb-xl-74 {
    padding-bottom: 74px;
  }

  .pt-xl-74 {
    padding-top: 74px;
  }

  .pl-xl-74 {
    padding-left: 74px;
  }

  .pr-xl-74 {
    padding-right: 74px;
  }

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

  .lh-xl-74 {
    line-height: 74px;
  }

  .gap-xl-74 {
    gap: 74px;
  }

  .br-xl-74 {
    border-radius: 74px;
  }

  .h-xl-74 {
    height: 74px;
  }

  .w-xl-74 {
    width: 74px;
  }

  .m-xl-75 {
    margin: 75px;
  }

  .p-xl-75 {
    padding: 75px;
  }

  .mb-xl-75 {
    margin-bottom: 75px;
  }

  .mt-xl-75 {
    margin-top: 75px;
  }

  .ml-xl-75 {
    margin-left: 75px;
  }

  .mr-xl-75 {
    margin-right: 75px;
  }

  .pb-xl-75 {
    padding-bottom: 75px;
  }

  .pt-xl-75 {
    padding-top: 75px;
  }

  .pl-xl-75 {
    padding-left: 75px;
  }

  .pr-xl-75 {
    padding-right: 75px;
  }

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

  .lh-xl-75 {
    line-height: 75px;
  }

  .gap-xl-75 {
    gap: 75px;
  }

  .br-xl-75 {
    border-radius: 75px;
  }

  .h-xl-75 {
    height: 75px;
  }

  .w-xl-75 {
    width: 75px;
  }

  .m-xl-76 {
    margin: 76px;
  }

  .p-xl-76 {
    padding: 76px;
  }

  .mb-xl-76 {
    margin-bottom: 76px;
  }

  .mt-xl-76 {
    margin-top: 76px;
  }

  .ml-xl-76 {
    margin-left: 76px;
  }

  .mr-xl-76 {
    margin-right: 76px;
  }

  .pb-xl-76 {
    padding-bottom: 76px;
  }

  .pt-xl-76 {
    padding-top: 76px;
  }

  .pl-xl-76 {
    padding-left: 76px;
  }

  .pr-xl-76 {
    padding-right: 76px;
  }

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

  .lh-xl-76 {
    line-height: 76px;
  }

  .gap-xl-76 {
    gap: 76px;
  }

  .br-xl-76 {
    border-radius: 76px;
  }

  .h-xl-76 {
    height: 76px;
  }

  .w-xl-76 {
    width: 76px;
  }

  .m-xl-77 {
    margin: 77px;
  }

  .p-xl-77 {
    padding: 77px;
  }

  .mb-xl-77 {
    margin-bottom: 77px;
  }

  .mt-xl-77 {
    margin-top: 77px;
  }

  .ml-xl-77 {
    margin-left: 77px;
  }

  .mr-xl-77 {
    margin-right: 77px;
  }

  .pb-xl-77 {
    padding-bottom: 77px;
  }

  .pt-xl-77 {
    padding-top: 77px;
  }

  .pl-xl-77 {
    padding-left: 77px;
  }

  .pr-xl-77 {
    padding-right: 77px;
  }

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

  .lh-xl-77 {
    line-height: 77px;
  }

  .gap-xl-77 {
    gap: 77px;
  }

  .br-xl-77 {
    border-radius: 77px;
  }

  .h-xl-77 {
    height: 77px;
  }

  .w-xl-77 {
    width: 77px;
  }

  .m-xl-78 {
    margin: 78px;
  }

  .p-xl-78 {
    padding: 78px;
  }

  .mb-xl-78 {
    margin-bottom: 78px;
  }

  .mt-xl-78 {
    margin-top: 78px;
  }

  .ml-xl-78 {
    margin-left: 78px;
  }

  .mr-xl-78 {
    margin-right: 78px;
  }

  .pb-xl-78 {
    padding-bottom: 78px;
  }

  .pt-xl-78 {
    padding-top: 78px;
  }

  .pl-xl-78 {
    padding-left: 78px;
  }

  .pr-xl-78 {
    padding-right: 78px;
  }

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

  .lh-xl-78 {
    line-height: 78px;
  }

  .gap-xl-78 {
    gap: 78px;
  }

  .br-xl-78 {
    border-radius: 78px;
  }

  .h-xl-78 {
    height: 78px;
  }

  .w-xl-78 {
    width: 78px;
  }

  .m-xl-79 {
    margin: 79px;
  }

  .p-xl-79 {
    padding: 79px;
  }

  .mb-xl-79 {
    margin-bottom: 79px;
  }

  .mt-xl-79 {
    margin-top: 79px;
  }

  .ml-xl-79 {
    margin-left: 79px;
  }

  .mr-xl-79 {
    margin-right: 79px;
  }

  .pb-xl-79 {
    padding-bottom: 79px;
  }

  .pt-xl-79 {
    padding-top: 79px;
  }

  .pl-xl-79 {
    padding-left: 79px;
  }

  .pr-xl-79 {
    padding-right: 79px;
  }

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

  .lh-xl-79 {
    line-height: 79px;
  }

  .gap-xl-79 {
    gap: 79px;
  }

  .br-xl-79 {
    border-radius: 79px;
  }

  .h-xl-79 {
    height: 79px;
  }

  .w-xl-79 {
    width: 79px;
  }

  .m-xl-80 {
    margin: 80px;
  }

  .p-xl-80 {
    padding: 80px;
  }

  .mb-xl-80 {
    margin-bottom: 80px;
  }

  .mt-xl-80 {
    margin-top: 80px;
  }

  .ml-xl-80 {
    margin-left: 80px;
  }

  .mr-xl-80 {
    margin-right: 80px;
  }

  .pb-xl-80 {
    padding-bottom: 80px;
  }

  .pt-xl-80 {
    padding-top: 80px;
  }

  .pl-xl-80 {
    padding-left: 80px;
  }

  .pr-xl-80 {
    padding-right: 80px;
  }

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

  .lh-xl-80 {
    line-height: 80px;
  }

  .gap-xl-80 {
    gap: 80px;
  }

  .br-xl-80 {
    border-radius: 80px;
  }

  .h-xl-80 {
    height: 80px;
  }

  .w-xl-80 {
    width: 80px;
  }

  .m-xl-81 {
    margin: 81px;
  }

  .p-xl-81 {
    padding: 81px;
  }

  .mb-xl-81 {
    margin-bottom: 81px;
  }

  .mt-xl-81 {
    margin-top: 81px;
  }

  .ml-xl-81 {
    margin-left: 81px;
  }

  .mr-xl-81 {
    margin-right: 81px;
  }

  .pb-xl-81 {
    padding-bottom: 81px;
  }

  .pt-xl-81 {
    padding-top: 81px;
  }

  .pl-xl-81 {
    padding-left: 81px;
  }

  .pr-xl-81 {
    padding-right: 81px;
  }

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

  .lh-xl-81 {
    line-height: 81px;
  }

  .gap-xl-81 {
    gap: 81px;
  }

  .br-xl-81 {
    border-radius: 81px;
  }

  .h-xl-81 {
    height: 81px;
  }

  .w-xl-81 {
    width: 81px;
  }

  .m-xl-82 {
    margin: 82px;
  }

  .p-xl-82 {
    padding: 82px;
  }

  .mb-xl-82 {
    margin-bottom: 82px;
  }

  .mt-xl-82 {
    margin-top: 82px;
  }

  .ml-xl-82 {
    margin-left: 82px;
  }

  .mr-xl-82 {
    margin-right: 82px;
  }

  .pb-xl-82 {
    padding-bottom: 82px;
  }

  .pt-xl-82 {
    padding-top: 82px;
  }

  .pl-xl-82 {
    padding-left: 82px;
  }

  .pr-xl-82 {
    padding-right: 82px;
  }

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

  .lh-xl-82 {
    line-height: 82px;
  }

  .gap-xl-82 {
    gap: 82px;
  }

  .br-xl-82 {
    border-radius: 82px;
  }

  .h-xl-82 {
    height: 82px;
  }

  .w-xl-82 {
    width: 82px;
  }

  .m-xl-83 {
    margin: 83px;
  }

  .p-xl-83 {
    padding: 83px;
  }

  .mb-xl-83 {
    margin-bottom: 83px;
  }

  .mt-xl-83 {
    margin-top: 83px;
  }

  .ml-xl-83 {
    margin-left: 83px;
  }

  .mr-xl-83 {
    margin-right: 83px;
  }

  .pb-xl-83 {
    padding-bottom: 83px;
  }

  .pt-xl-83 {
    padding-top: 83px;
  }

  .pl-xl-83 {
    padding-left: 83px;
  }

  .pr-xl-83 {
    padding-right: 83px;
  }

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

  .lh-xl-83 {
    line-height: 83px;
  }

  .gap-xl-83 {
    gap: 83px;
  }

  .br-xl-83 {
    border-radius: 83px;
  }

  .h-xl-83 {
    height: 83px;
  }

  .w-xl-83 {
    width: 83px;
  }

  .m-xl-84 {
    margin: 84px;
  }

  .p-xl-84 {
    padding: 84px;
  }

  .mb-xl-84 {
    margin-bottom: 84px;
  }

  .mt-xl-84 {
    margin-top: 84px;
  }

  .ml-xl-84 {
    margin-left: 84px;
  }

  .mr-xl-84 {
    margin-right: 84px;
  }

  .pb-xl-84 {
    padding-bottom: 84px;
  }

  .pt-xl-84 {
    padding-top: 84px;
  }

  .pl-xl-84 {
    padding-left: 84px;
  }

  .pr-xl-84 {
    padding-right: 84px;
  }

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

  .lh-xl-84 {
    line-height: 84px;
  }

  .gap-xl-84 {
    gap: 84px;
  }

  .br-xl-84 {
    border-radius: 84px;
  }

  .h-xl-84 {
    height: 84px;
  }

  .w-xl-84 {
    width: 84px;
  }

  .m-xl-85 {
    margin: 85px;
  }

  .p-xl-85 {
    padding: 85px;
  }

  .mb-xl-85 {
    margin-bottom: 85px;
  }

  .mt-xl-85 {
    margin-top: 85px;
  }

  .ml-xl-85 {
    margin-left: 85px;
  }

  .mr-xl-85 {
    margin-right: 85px;
  }

  .pb-xl-85 {
    padding-bottom: 85px;
  }

  .pt-xl-85 {
    padding-top: 85px;
  }

  .pl-xl-85 {
    padding-left: 85px;
  }

  .pr-xl-85 {
    padding-right: 85px;
  }

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

  .lh-xl-85 {
    line-height: 85px;
  }

  .gap-xl-85 {
    gap: 85px;
  }

  .br-xl-85 {
    border-radius: 85px;
  }

  .h-xl-85 {
    height: 85px;
  }

  .w-xl-85 {
    width: 85px;
  }

  .m-xl-86 {
    margin: 86px;
  }

  .p-xl-86 {
    padding: 86px;
  }

  .mb-xl-86 {
    margin-bottom: 86px;
  }

  .mt-xl-86 {
    margin-top: 86px;
  }

  .ml-xl-86 {
    margin-left: 86px;
  }

  .mr-xl-86 {
    margin-right: 86px;
  }

  .pb-xl-86 {
    padding-bottom: 86px;
  }

  .pt-xl-86 {
    padding-top: 86px;
  }

  .pl-xl-86 {
    padding-left: 86px;
  }

  .pr-xl-86 {
    padding-right: 86px;
  }

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

  .lh-xl-86 {
    line-height: 86px;
  }

  .gap-xl-86 {
    gap: 86px;
  }

  .br-xl-86 {
    border-radius: 86px;
  }

  .h-xl-86 {
    height: 86px;
  }

  .w-xl-86 {
    width: 86px;
  }

  .m-xl-87 {
    margin: 87px;
  }

  .p-xl-87 {
    padding: 87px;
  }

  .mb-xl-87 {
    margin-bottom: 87px;
  }

  .mt-xl-87 {
    margin-top: 87px;
  }

  .ml-xl-87 {
    margin-left: 87px;
  }

  .mr-xl-87 {
    margin-right: 87px;
  }

  .pb-xl-87 {
    padding-bottom: 87px;
  }

  .pt-xl-87 {
    padding-top: 87px;
  }

  .pl-xl-87 {
    padding-left: 87px;
  }

  .pr-xl-87 {
    padding-right: 87px;
  }

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

  .lh-xl-87 {
    line-height: 87px;
  }

  .gap-xl-87 {
    gap: 87px;
  }

  .br-xl-87 {
    border-radius: 87px;
  }

  .h-xl-87 {
    height: 87px;
  }

  .w-xl-87 {
    width: 87px;
  }

  .m-xl-88 {
    margin: 88px;
  }

  .p-xl-88 {
    padding: 88px;
  }

  .mb-xl-88 {
    margin-bottom: 88px;
  }

  .mt-xl-88 {
    margin-top: 88px;
  }

  .ml-xl-88 {
    margin-left: 88px;
  }

  .mr-xl-88 {
    margin-right: 88px;
  }

  .pb-xl-88 {
    padding-bottom: 88px;
  }

  .pt-xl-88 {
    padding-top: 88px;
  }

  .pl-xl-88 {
    padding-left: 88px;
  }

  .pr-xl-88 {
    padding-right: 88px;
  }

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

  .lh-xl-88 {
    line-height: 88px;
  }

  .gap-xl-88 {
    gap: 88px;
  }

  .br-xl-88 {
    border-radius: 88px;
  }

  .h-xl-88 {
    height: 88px;
  }

  .w-xl-88 {
    width: 88px;
  }

  .m-xl-89 {
    margin: 89px;
  }

  .p-xl-89 {
    padding: 89px;
  }

  .mb-xl-89 {
    margin-bottom: 89px;
  }

  .mt-xl-89 {
    margin-top: 89px;
  }

  .ml-xl-89 {
    margin-left: 89px;
  }

  .mr-xl-89 {
    margin-right: 89px;
  }

  .pb-xl-89 {
    padding-bottom: 89px;
  }

  .pt-xl-89 {
    padding-top: 89px;
  }

  .pl-xl-89 {
    padding-left: 89px;
  }

  .pr-xl-89 {
    padding-right: 89px;
  }

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

  .lh-xl-89 {
    line-height: 89px;
  }

  .gap-xl-89 {
    gap: 89px;
  }

  .br-xl-89 {
    border-radius: 89px;
  }

  .h-xl-89 {
    height: 89px;
  }

  .w-xl-89 {
    width: 89px;
  }

  .m-xl-90 {
    margin: 90px;
  }

  .p-xl-90 {
    padding: 90px;
  }

  .mb-xl-90 {
    margin-bottom: 90px;
  }

  .mt-xl-90 {
    margin-top: 90px;
  }

  .ml-xl-90 {
    margin-left: 90px;
  }

  .mr-xl-90 {
    margin-right: 90px;
  }

  .pb-xl-90 {
    padding-bottom: 90px;
  }

  .pt-xl-90 {
    padding-top: 90px;
  }

  .pl-xl-90 {
    padding-left: 90px;
  }

  .pr-xl-90 {
    padding-right: 90px;
  }

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

  .lh-xl-90 {
    line-height: 90px;
  }

  .gap-xl-90 {
    gap: 90px;
  }

  .br-xl-90 {
    border-radius: 90px;
  }

  .h-xl-90 {
    height: 90px;
  }

  .w-xl-90 {
    width: 90px;
  }

  .m-xl-91 {
    margin: 91px;
  }

  .p-xl-91 {
    padding: 91px;
  }

  .mb-xl-91 {
    margin-bottom: 91px;
  }

  .mt-xl-91 {
    margin-top: 91px;
  }

  .ml-xl-91 {
    margin-left: 91px;
  }

  .mr-xl-91 {
    margin-right: 91px;
  }

  .pb-xl-91 {
    padding-bottom: 91px;
  }

  .pt-xl-91 {
    padding-top: 91px;
  }

  .pl-xl-91 {
    padding-left: 91px;
  }

  .pr-xl-91 {
    padding-right: 91px;
  }

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

  .lh-xl-91 {
    line-height: 91px;
  }

  .gap-xl-91 {
    gap: 91px;
  }

  .br-xl-91 {
    border-radius: 91px;
  }

  .h-xl-91 {
    height: 91px;
  }

  .w-xl-91 {
    width: 91px;
  }

  .m-xl-92 {
    margin: 92px;
  }

  .p-xl-92 {
    padding: 92px;
  }

  .mb-xl-92 {
    margin-bottom: 92px;
  }

  .mt-xl-92 {
    margin-top: 92px;
  }

  .ml-xl-92 {
    margin-left: 92px;
  }

  .mr-xl-92 {
    margin-right: 92px;
  }

  .pb-xl-92 {
    padding-bottom: 92px;
  }

  .pt-xl-92 {
    padding-top: 92px;
  }

  .pl-xl-92 {
    padding-left: 92px;
  }

  .pr-xl-92 {
    padding-right: 92px;
  }

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

  .lh-xl-92 {
    line-height: 92px;
  }

  .gap-xl-92 {
    gap: 92px;
  }

  .br-xl-92 {
    border-radius: 92px;
  }

  .h-xl-92 {
    height: 92px;
  }

  .w-xl-92 {
    width: 92px;
  }

  .m-xl-93 {
    margin: 93px;
  }

  .p-xl-93 {
    padding: 93px;
  }

  .mb-xl-93 {
    margin-bottom: 93px;
  }

  .mt-xl-93 {
    margin-top: 93px;
  }

  .ml-xl-93 {
    margin-left: 93px;
  }

  .mr-xl-93 {
    margin-right: 93px;
  }

  .pb-xl-93 {
    padding-bottom: 93px;
  }

  .pt-xl-93 {
    padding-top: 93px;
  }

  .pl-xl-93 {
    padding-left: 93px;
  }

  .pr-xl-93 {
    padding-right: 93px;
  }

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

  .lh-xl-93 {
    line-height: 93px;
  }

  .gap-xl-93 {
    gap: 93px;
  }

  .br-xl-93 {
    border-radius: 93px;
  }

  .h-xl-93 {
    height: 93px;
  }

  .w-xl-93 {
    width: 93px;
  }

  .m-xl-94 {
    margin: 94px;
  }

  .p-xl-94 {
    padding: 94px;
  }

  .mb-xl-94 {
    margin-bottom: 94px;
  }

  .mt-xl-94 {
    margin-top: 94px;
  }

  .ml-xl-94 {
    margin-left: 94px;
  }

  .mr-xl-94 {
    margin-right: 94px;
  }

  .pb-xl-94 {
    padding-bottom: 94px;
  }

  .pt-xl-94 {
    padding-top: 94px;
  }

  .pl-xl-94 {
    padding-left: 94px;
  }

  .pr-xl-94 {
    padding-right: 94px;
  }

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

  .lh-xl-94 {
    line-height: 94px;
  }

  .gap-xl-94 {
    gap: 94px;
  }

  .br-xl-94 {
    border-radius: 94px;
  }

  .h-xl-94 {
    height: 94px;
  }

  .w-xl-94 {
    width: 94px;
  }

  .m-xl-95 {
    margin: 95px;
  }

  .p-xl-95 {
    padding: 95px;
  }

  .mb-xl-95 {
    margin-bottom: 95px;
  }

  .mt-xl-95 {
    margin-top: 95px;
  }

  .ml-xl-95 {
    margin-left: 95px;
  }

  .mr-xl-95 {
    margin-right: 95px;
  }

  .pb-xl-95 {
    padding-bottom: 95px;
  }

  .pt-xl-95 {
    padding-top: 95px;
  }

  .pl-xl-95 {
    padding-left: 95px;
  }

  .pr-xl-95 {
    padding-right: 95px;
  }

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

  .lh-xl-95 {
    line-height: 95px;
  }

  .gap-xl-95 {
    gap: 95px;
  }

  .br-xl-95 {
    border-radius: 95px;
  }

  .h-xl-95 {
    height: 95px;
  }

  .w-xl-95 {
    width: 95px;
  }

  .m-xl-96 {
    margin: 96px;
  }

  .p-xl-96 {
    padding: 96px;
  }

  .mb-xl-96 {
    margin-bottom: 96px;
  }

  .mt-xl-96 {
    margin-top: 96px;
  }

  .ml-xl-96 {
    margin-left: 96px;
  }

  .mr-xl-96 {
    margin-right: 96px;
  }

  .pb-xl-96 {
    padding-bottom: 96px;
  }

  .pt-xl-96 {
    padding-top: 96px;
  }

  .pl-xl-96 {
    padding-left: 96px;
  }

  .pr-xl-96 {
    padding-right: 96px;
  }

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

  .lh-xl-96 {
    line-height: 96px;
  }

  .gap-xl-96 {
    gap: 96px;
  }

  .br-xl-96 {
    border-radius: 96px;
  }

  .h-xl-96 {
    height: 96px;
  }

  .w-xl-96 {
    width: 96px;
  }

  .m-xl-97 {
    margin: 97px;
  }

  .p-xl-97 {
    padding: 97px;
  }

  .mb-xl-97 {
    margin-bottom: 97px;
  }

  .mt-xl-97 {
    margin-top: 97px;
  }

  .ml-xl-97 {
    margin-left: 97px;
  }

  .mr-xl-97 {
    margin-right: 97px;
  }

  .pb-xl-97 {
    padding-bottom: 97px;
  }

  .pt-xl-97 {
    padding-top: 97px;
  }

  .pl-xl-97 {
    padding-left: 97px;
  }

  .pr-xl-97 {
    padding-right: 97px;
  }

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

  .lh-xl-97 {
    line-height: 97px;
  }

  .gap-xl-97 {
    gap: 97px;
  }

  .br-xl-97 {
    border-radius: 97px;
  }

  .h-xl-97 {
    height: 97px;
  }

  .w-xl-97 {
    width: 97px;
  }

  .m-xl-98 {
    margin: 98px;
  }

  .p-xl-98 {
    padding: 98px;
  }

  .mb-xl-98 {
    margin-bottom: 98px;
  }

  .mt-xl-98 {
    margin-top: 98px;
  }

  .ml-xl-98 {
    margin-left: 98px;
  }

  .mr-xl-98 {
    margin-right: 98px;
  }

  .pb-xl-98 {
    padding-bottom: 98px;
  }

  .pt-xl-98 {
    padding-top: 98px;
  }

  .pl-xl-98 {
    padding-left: 98px;
  }

  .pr-xl-98 {
    padding-right: 98px;
  }

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

  .lh-xl-98 {
    line-height: 98px;
  }

  .gap-xl-98 {
    gap: 98px;
  }

  .br-xl-98 {
    border-radius: 98px;
  }

  .h-xl-98 {
    height: 98px;
  }

  .w-xl-98 {
    width: 98px;
  }

  .m-xl-99 {
    margin: 99px;
  }

  .p-xl-99 {
    padding: 99px;
  }

  .mb-xl-99 {
    margin-bottom: 99px;
  }

  .mt-xl-99 {
    margin-top: 99px;
  }

  .ml-xl-99 {
    margin-left: 99px;
  }

  .mr-xl-99 {
    margin-right: 99px;
  }

  .pb-xl-99 {
    padding-bottom: 99px;
  }

  .pt-xl-99 {
    padding-top: 99px;
  }

  .pl-xl-99 {
    padding-left: 99px;
  }

  .pr-xl-99 {
    padding-right: 99px;
  }

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

  .lh-xl-99 {
    line-height: 99px;
  }

  .gap-xl-99 {
    gap: 99px;
  }

  .br-xl-99 {
    border-radius: 99px;
  }

  .h-xl-99 {
    height: 99px;
  }

  .w-xl-99 {
    width: 99px;
  }

  .m-xl-100 {
    margin: 100px;
  }

  .p-xl-100 {
    padding: 100px;
  }

  .mb-xl-100 {
    margin-bottom: 100px;
  }

  .mt-xl-100 {
    margin-top: 100px;
  }

  .ml-xl-100 {
    margin-left: 100px;
  }

  .mr-xl-100 {
    margin-right: 100px;
  }

  .pb-xl-100 {
    padding-bottom: 100px;
  }

  .pt-xl-100 {
    padding-top: 100px;
  }

  .pl-xl-100 {
    padding-left: 100px;
  }

  .pr-xl-100 {
    padding-right: 100px;
  }

  .fs-xl-100 {
    font-size: 100px;
  }

  .lh-xl-100 {
    line-height: 100px;
  }

  .gap-xl-100 {
    gap: 100px;
  }

  .br-xl-100 {
    border-radius: 100px;
  }

  .h-xl-100 {
    height: 100px;
  }

  .w-xl-100 {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .m-lg-0 {
    margin: 0px;
  }

  .p-lg-0 {
    padding: 0px;
  }

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

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

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

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

  .pb-lg-0 {
    padding-bottom: 0px;
  }

  .pt-lg-0 {
    padding-top: 0px;
  }

  .pl-lg-0 {
    padding-left: 0px;
  }

  .pr-lg-0 {
    padding-right: 0px;
  }

  .fs-lg-0 {
    font-size: 0px;
  }

  .lh-lg-0 {
    line-height: 0px;
  }

  .gap-lg-0 {
    gap: 0px;
  }

  .br-lg-0 {
    border-radius: 0px;
  }

  .h-lg-0 {
    height: 0px;
  }

  .w-lg-0 {
    width: 0px;
  }

  .m-lg-1 {
    margin: 1px;
  }

  .p-lg-1 {
    padding: 1px;
  }

  .mb-lg-1 {
    margin-bottom: 1px;
  }

  .mt-lg-1 {
    margin-top: 1px;
  }

  .ml-lg-1 {
    margin-left: 1px;
  }

  .mr-lg-1 {
    margin-right: 1px;
  }

  .pb-lg-1 {
    padding-bottom: 1px;
  }

  .pt-lg-1 {
    padding-top: 1px;
  }

  .pl-lg-1 {
    padding-left: 1px;
  }

  .pr-lg-1 {
    padding-right: 1px;
  }

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

  .lh-lg-1 {
    line-height: 1px;
  }

  .gap-lg-1 {
    gap: 1px;
  }

  .br-lg-1 {
    border-radius: 1px;
  }

  .h-lg-1 {
    height: 1px;
  }

  .w-lg-1 {
    width: 1px;
  }

  .m-lg-2 {
    margin: 2px;
  }

  .p-lg-2 {
    padding: 2px;
  }

  .mb-lg-2 {
    margin-bottom: 2px;
  }

  .mt-lg-2 {
    margin-top: 2px;
  }

  .ml-lg-2 {
    margin-left: 2px;
  }

  .mr-lg-2 {
    margin-right: 2px;
  }

  .pb-lg-2 {
    padding-bottom: 2px;
  }

  .pt-lg-2 {
    padding-top: 2px;
  }

  .pl-lg-2 {
    padding-left: 2px;
  }

  .pr-lg-2 {
    padding-right: 2px;
  }

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

  .lh-lg-2 {
    line-height: 2px;
  }

  .gap-lg-2 {
    gap: 2px;
  }

  .br-lg-2 {
    border-radius: 2px;
  }

  .h-lg-2 {
    height: 2px;
  }

  .w-lg-2 {
    width: 2px;
  }

  .m-lg-3 {
    margin: 3px;
  }

  .p-lg-3 {
    padding: 3px;
  }

  .mb-lg-3 {
    margin-bottom: 3px;
  }

  .mt-lg-3 {
    margin-top: 3px;
  }

  .ml-lg-3 {
    margin-left: 3px;
  }

  .mr-lg-3 {
    margin-right: 3px;
  }

  .pb-lg-3 {
    padding-bottom: 3px;
  }

  .pt-lg-3 {
    padding-top: 3px;
  }

  .pl-lg-3 {
    padding-left: 3px;
  }

  .pr-lg-3 {
    padding-right: 3px;
  }

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

  .lh-lg-3 {
    line-height: 3px;
  }

  .gap-lg-3 {
    gap: 3px;
  }

  .br-lg-3 {
    border-radius: 3px;
  }

  .h-lg-3 {
    height: 3px;
  }

  .w-lg-3 {
    width: 3px;
  }

  .m-lg-4 {
    margin: 4px;
  }

  .p-lg-4 {
    padding: 4px;
  }

  .mb-lg-4 {
    margin-bottom: 4px;
  }

  .mt-lg-4 {
    margin-top: 4px;
  }

  .ml-lg-4 {
    margin-left: 4px;
  }

  .mr-lg-4 {
    margin-right: 4px;
  }

  .pb-lg-4 {
    padding-bottom: 4px;
  }

  .pt-lg-4 {
    padding-top: 4px;
  }

  .pl-lg-4 {
    padding-left: 4px;
  }

  .pr-lg-4 {
    padding-right: 4px;
  }

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

  .lh-lg-4 {
    line-height: 4px;
  }

  .gap-lg-4 {
    gap: 4px;
  }

  .br-lg-4 {
    border-radius: 4px;
  }

  .h-lg-4 {
    height: 4px;
  }

  .w-lg-4 {
    width: 4px;
  }

  .m-lg-5 {
    margin: 5px;
  }

  .p-lg-5 {
    padding: 5px;
  }

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

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

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

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

  .pb-lg-5 {
    padding-bottom: 5px;
  }

  .pt-lg-5 {
    padding-top: 5px;
  }

  .pl-lg-5 {
    padding-left: 5px;
  }

  .pr-lg-5 {
    padding-right: 5px;
  }

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

  .lh-lg-5 {
    line-height: 5px;
  }

  .gap-lg-5 {
    gap: 5px;
  }

  .br-lg-5 {
    border-radius: 5px;
  }

  .h-lg-5 {
    height: 5px;
  }

  .w-lg-5 {
    width: 5px;
  }

  .m-lg-6 {
    margin: 6px;
  }

  .p-lg-6 {
    padding: 6px;
  }

  .mb-lg-6 {
    margin-bottom: 6px;
  }

  .mt-lg-6 {
    margin-top: 6px;
  }

  .ml-lg-6 {
    margin-left: 6px;
  }

  .mr-lg-6 {
    margin-right: 6px;
  }

  .pb-lg-6 {
    padding-bottom: 6px;
  }

  .pt-lg-6 {
    padding-top: 6px;
  }

  .pl-lg-6 {
    padding-left: 6px;
  }

  .pr-lg-6 {
    padding-right: 6px;
  }

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

  .lh-lg-6 {
    line-height: 6px;
  }

  .gap-lg-6 {
    gap: 6px;
  }

  .br-lg-6 {
    border-radius: 6px;
  }

  .h-lg-6 {
    height: 6px;
  }

  .w-lg-6 {
    width: 6px;
  }

  .m-lg-7 {
    margin: 7px;
  }

  .p-lg-7 {
    padding: 7px;
  }

  .mb-lg-7 {
    margin-bottom: 7px;
  }

  .mt-lg-7 {
    margin-top: 7px;
  }

  .ml-lg-7 {
    margin-left: 7px;
  }

  .mr-lg-7 {
    margin-right: 7px;
  }

  .pb-lg-7 {
    padding-bottom: 7px;
  }

  .pt-lg-7 {
    padding-top: 7px;
  }

  .pl-lg-7 {
    padding-left: 7px;
  }

  .pr-lg-7 {
    padding-right: 7px;
  }

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

  .lh-lg-7 {
    line-height: 7px;
  }

  .gap-lg-7 {
    gap: 7px;
  }

  .br-lg-7 {
    border-radius: 7px;
  }

  .h-lg-7 {
    height: 7px;
  }

  .w-lg-7 {
    width: 7px;
  }

  .m-lg-8 {
    margin: 8px;
  }

  .p-lg-8 {
    padding: 8px;
  }

  .mb-lg-8 {
    margin-bottom: 8px;
  }

  .mt-lg-8 {
    margin-top: 8px;
  }

  .ml-lg-8 {
    margin-left: 8px;
  }

  .mr-lg-8 {
    margin-right: 8px;
  }

  .pb-lg-8 {
    padding-bottom: 8px;
  }

  .pt-lg-8 {
    padding-top: 8px;
  }

  .pl-lg-8 {
    padding-left: 8px;
  }

  .pr-lg-8 {
    padding-right: 8px;
  }

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

  .lh-lg-8 {
    line-height: 8px;
  }

  .gap-lg-8 {
    gap: 8px;
  }

  .br-lg-8 {
    border-radius: 8px;
  }

  .h-lg-8 {
    height: 8px;
  }

  .w-lg-8 {
    width: 8px;
  }

  .m-lg-9 {
    margin: 9px;
  }

  .p-lg-9 {
    padding: 9px;
  }

  .mb-lg-9 {
    margin-bottom: 9px;
  }

  .mt-lg-9 {
    margin-top: 9px;
  }

  .ml-lg-9 {
    margin-left: 9px;
  }

  .mr-lg-9 {
    margin-right: 9px;
  }

  .pb-lg-9 {
    padding-bottom: 9px;
  }

  .pt-lg-9 {
    padding-top: 9px;
  }

  .pl-lg-9 {
    padding-left: 9px;
  }

  .pr-lg-9 {
    padding-right: 9px;
  }

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

  .lh-lg-9 {
    line-height: 9px;
  }

  .gap-lg-9 {
    gap: 9px;
  }

  .br-lg-9 {
    border-radius: 9px;
  }

  .h-lg-9 {
    height: 9px;
  }

  .w-lg-9 {
    width: 9px;
  }

  .m-lg-10 {
    margin: 10px;
  }

  .p-lg-10 {
    padding: 10px;
  }

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

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

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

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

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

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

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

  .gap-lg-10 {
    gap: 10px;
  }

  .br-lg-10 {
    border-radius: 10px;
  }

  .h-lg-10 {
    height: 10px;
  }

  .w-lg-10 {
    width: 10px;
  }

  .m-lg-11 {
    margin: 11px;
  }

  .p-lg-11 {
    padding: 11px;
  }

  .mb-lg-11 {
    margin-bottom: 11px;
  }

  .mt-lg-11 {
    margin-top: 11px;
  }

  .ml-lg-11 {
    margin-left: 11px;
  }

  .mr-lg-11 {
    margin-right: 11px;
  }

  .pb-lg-11 {
    padding-bottom: 11px;
  }

  .pt-lg-11 {
    padding-top: 11px;
  }

  .pl-lg-11 {
    padding-left: 11px;
  }

  .pr-lg-11 {
    padding-right: 11px;
  }

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

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

  .gap-lg-11 {
    gap: 11px;
  }

  .br-lg-11 {
    border-radius: 11px;
  }

  .h-lg-11 {
    height: 11px;
  }

  .w-lg-11 {
    width: 11px;
  }

  .m-lg-12 {
    margin: 12px;
  }

  .p-lg-12 {
    padding: 12px;
  }

  .mb-lg-12 {
    margin-bottom: 12px;
  }

  .mt-lg-12 {
    margin-top: 12px;
  }

  .ml-lg-12 {
    margin-left: 12px;
  }

  .mr-lg-12 {
    margin-right: 12px;
  }

  .pb-lg-12 {
    padding-bottom: 12px;
  }

  .pt-lg-12 {
    padding-top: 12px;
  }

  .pl-lg-12 {
    padding-left: 12px;
  }

  .pr-lg-12 {
    padding-right: 12px;
  }

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

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

  .gap-lg-12 {
    gap: 12px;
  }

  .br-lg-12 {
    border-radius: 12px;
  }

  .h-lg-12 {
    height: 12px;
  }

  .w-lg-12 {
    width: 12px;
  }

  .m-lg-13 {
    margin: 13px;
  }

  .p-lg-13 {
    padding: 13px;
  }

  .mb-lg-13 {
    margin-bottom: 13px;
  }

  .mt-lg-13 {
    margin-top: 13px;
  }

  .ml-lg-13 {
    margin-left: 13px;
  }

  .mr-lg-13 {
    margin-right: 13px;
  }

  .pb-lg-13 {
    padding-bottom: 13px;
  }

  .pt-lg-13 {
    padding-top: 13px;
  }

  .pl-lg-13 {
    padding-left: 13px;
  }

  .pr-lg-13 {
    padding-right: 13px;
  }

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

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

  .gap-lg-13 {
    gap: 13px;
  }

  .br-lg-13 {
    border-radius: 13px;
  }

  .h-lg-13 {
    height: 13px;
  }

  .w-lg-13 {
    width: 13px;
  }

  .m-lg-14 {
    margin: 14px;
  }

  .p-lg-14 {
    padding: 14px;
  }

  .mb-lg-14 {
    margin-bottom: 14px;
  }

  .mt-lg-14 {
    margin-top: 14px;
  }

  .ml-lg-14 {
    margin-left: 14px;
  }

  .mr-lg-14 {
    margin-right: 14px;
  }

  .pb-lg-14 {
    padding-bottom: 14px;
  }

  .pt-lg-14 {
    padding-top: 14px;
  }

  .pl-lg-14 {
    padding-left: 14px;
  }

  .pr-lg-14 {
    padding-right: 14px;
  }

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

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

  .gap-lg-14 {
    gap: 14px;
  }

  .br-lg-14 {
    border-radius: 14px;
  }

  .h-lg-14 {
    height: 14px;
  }

  .w-lg-14 {
    width: 14px;
  }

  .m-lg-15 {
    margin: 15px;
  }

  .p-lg-15 {
    padding: 15px;
  }

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

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

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

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

  .pb-lg-15 {
    padding-bottom: 15px;
  }

  .pt-lg-15 {
    padding-top: 15px;
  }

  .pl-lg-15 {
    padding-left: 15px;
  }

  .pr-lg-15 {
    padding-right: 15px;
  }

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

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

  .gap-lg-15 {
    gap: 15px;
  }

  .br-lg-15 {
    border-radius: 15px;
  }

  .h-lg-15 {
    height: 15px;
  }

  .w-lg-15 {
    width: 15px;
  }

  .m-lg-16 {
    margin: 16px;
  }

  .p-lg-16 {
    padding: 16px;
  }

  .mb-lg-16 {
    margin-bottom: 16px;
  }

  .mt-lg-16 {
    margin-top: 16px;
  }

  .ml-lg-16 {
    margin-left: 16px;
  }

  .mr-lg-16 {
    margin-right: 16px;
  }

  .pb-lg-16 {
    padding-bottom: 16px;
  }

  .pt-lg-16 {
    padding-top: 16px;
  }

  .pl-lg-16 {
    padding-left: 16px;
  }

  .pr-lg-16 {
    padding-right: 16px;
  }

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

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

  .gap-lg-16 {
    gap: 16px;
  }

  .br-lg-16 {
    border-radius: 16px;
  }

  .h-lg-16 {
    height: 16px;
  }

  .w-lg-16 {
    width: 16px;
  }

  .m-lg-17 {
    margin: 17px;
  }

  .p-lg-17 {
    padding: 17px;
  }

  .mb-lg-17 {
    margin-bottom: 17px;
  }

  .mt-lg-17 {
    margin-top: 17px;
  }

  .ml-lg-17 {
    margin-left: 17px;
  }

  .mr-lg-17 {
    margin-right: 17px;
  }

  .pb-lg-17 {
    padding-bottom: 17px;
  }

  .pt-lg-17 {
    padding-top: 17px;
  }

  .pl-lg-17 {
    padding-left: 17px;
  }

  .pr-lg-17 {
    padding-right: 17px;
  }

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

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

  .gap-lg-17 {
    gap: 17px;
  }

  .br-lg-17 {
    border-radius: 17px;
  }

  .h-lg-17 {
    height: 17px;
  }

  .w-lg-17 {
    width: 17px;
  }

  .m-lg-18 {
    margin: 18px;
  }

  .p-lg-18 {
    padding: 18px;
  }

  .mb-lg-18 {
    margin-bottom: 18px;
  }

  .mt-lg-18 {
    margin-top: 18px;
  }

  .ml-lg-18 {
    margin-left: 18px;
  }

  .mr-lg-18 {
    margin-right: 18px;
  }

  .pb-lg-18 {
    padding-bottom: 18px;
  }

  .pt-lg-18 {
    padding-top: 18px;
  }

  .pl-lg-18 {
    padding-left: 18px;
  }

  .pr-lg-18 {
    padding-right: 18px;
  }

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

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

  .gap-lg-18 {
    gap: 18px;
  }

  .br-lg-18 {
    border-radius: 18px;
  }

  .h-lg-18 {
    height: 18px;
  }

  .w-lg-18 {
    width: 18px;
  }

  .m-lg-19 {
    margin: 19px;
  }

  .p-lg-19 {
    padding: 19px;
  }

  .mb-lg-19 {
    margin-bottom: 19px;
  }

  .mt-lg-19 {
    margin-top: 19px;
  }

  .ml-lg-19 {
    margin-left: 19px;
  }

  .mr-lg-19 {
    margin-right: 19px;
  }

  .pb-lg-19 {
    padding-bottom: 19px;
  }

  .pt-lg-19 {
    padding-top: 19px;
  }

  .pl-lg-19 {
    padding-left: 19px;
  }

  .pr-lg-19 {
    padding-right: 19px;
  }

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

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

  .gap-lg-19 {
    gap: 19px;
  }

  .br-lg-19 {
    border-radius: 19px;
  }

  .h-lg-19 {
    height: 19px;
  }

  .w-lg-19 {
    width: 19px;
  }

  .m-lg-20 {
    margin: 20px;
  }

  .p-lg-20 {
    padding: 20px;
  }

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

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

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

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

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pl-lg-20 {
    padding-left: 20px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

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

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

  .gap-lg-20 {
    gap: 20px;
  }

  .br-lg-20 {
    border-radius: 20px;
  }

  .h-lg-20 {
    height: 20px;
  }

  .w-lg-20 {
    width: 20px;
  }

  .m-lg-21 {
    margin: 21px;
  }

  .p-lg-21 {
    padding: 21px;
  }

  .mb-lg-21 {
    margin-bottom: 21px;
  }

  .mt-lg-21 {
    margin-top: 21px;
  }

  .ml-lg-21 {
    margin-left: 21px;
  }

  .mr-lg-21 {
    margin-right: 21px;
  }

  .pb-lg-21 {
    padding-bottom: 21px;
  }

  .pt-lg-21 {
    padding-top: 21px;
  }

  .pl-lg-21 {
    padding-left: 21px;
  }

  .pr-lg-21 {
    padding-right: 21px;
  }

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

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

  .gap-lg-21 {
    gap: 21px;
  }

  .br-lg-21 {
    border-radius: 21px;
  }

  .h-lg-21 {
    height: 21px;
  }

  .w-lg-21 {
    width: 21px;
  }

  .m-lg-22 {
    margin: 22px;
  }

  .p-lg-22 {
    padding: 22px;
  }

  .mb-lg-22 {
    margin-bottom: 22px;
  }

  .mt-lg-22 {
    margin-top: 22px;
  }

  .ml-lg-22 {
    margin-left: 22px;
  }

  .mr-lg-22 {
    margin-right: 22px;
  }

  .pb-lg-22 {
    padding-bottom: 22px;
  }

  .pt-lg-22 {
    padding-top: 22px;
  }

  .pl-lg-22 {
    padding-left: 22px;
  }

  .pr-lg-22 {
    padding-right: 22px;
  }

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

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

  .gap-lg-22 {
    gap: 22px;
  }

  .br-lg-22 {
    border-radius: 22px;
  }

  .h-lg-22 {
    height: 22px;
  }

  .w-lg-22 {
    width: 22px;
  }

  .m-lg-23 {
    margin: 23px;
  }

  .p-lg-23 {
    padding: 23px;
  }

  .mb-lg-23 {
    margin-bottom: 23px;
  }

  .mt-lg-23 {
    margin-top: 23px;
  }

  .ml-lg-23 {
    margin-left: 23px;
  }

  .mr-lg-23 {
    margin-right: 23px;
  }

  .pb-lg-23 {
    padding-bottom: 23px;
  }

  .pt-lg-23 {
    padding-top: 23px;
  }

  .pl-lg-23 {
    padding-left: 23px;
  }

  .pr-lg-23 {
    padding-right: 23px;
  }

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

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

  .gap-lg-23 {
    gap: 23px;
  }

  .br-lg-23 {
    border-radius: 23px;
  }

  .h-lg-23 {
    height: 23px;
  }

  .w-lg-23 {
    width: 23px;
  }

  .m-lg-24 {
    margin: 24px;
  }

  .p-lg-24 {
    padding: 24px;
  }

  .mb-lg-24 {
    margin-bottom: 24px;
  }

  .mt-lg-24 {
    margin-top: 24px;
  }

  .ml-lg-24 {
    margin-left: 24px;
  }

  .mr-lg-24 {
    margin-right: 24px;
  }

  .pb-lg-24 {
    padding-bottom: 24px;
  }

  .pt-lg-24 {
    padding-top: 24px;
  }

  .pl-lg-24 {
    padding-left: 24px;
  }

  .pr-lg-24 {
    padding-right: 24px;
  }

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

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

  .gap-lg-24 {
    gap: 24px;
  }

  .br-lg-24 {
    border-radius: 24px;
  }

  .h-lg-24 {
    height: 24px;
  }

  .w-lg-24 {
    width: 24px;
  }

  .m-lg-25 {
    margin: 25px;
  }

  .p-lg-25 {
    padding: 25px;
  }

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

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

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

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

  .pb-lg-25 {
    padding-bottom: 25px;
  }

  .pt-lg-25 {
    padding-top: 25px;
  }

  .pl-lg-25 {
    padding-left: 25px;
  }

  .pr-lg-25 {
    padding-right: 25px;
  }

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

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

  .gap-lg-25 {
    gap: 25px;
  }

  .br-lg-25 {
    border-radius: 25px;
  }

  .h-lg-25 {
    height: 25px;
  }

  .w-lg-25 {
    width: 25px;
  }

  .m-lg-26 {
    margin: 26px;
  }

  .p-lg-26 {
    padding: 26px;
  }

  .mb-lg-26 {
    margin-bottom: 26px;
  }

  .mt-lg-26 {
    margin-top: 26px;
  }

  .ml-lg-26 {
    margin-left: 26px;
  }

  .mr-lg-26 {
    margin-right: 26px;
  }

  .pb-lg-26 {
    padding-bottom: 26px;
  }

  .pt-lg-26 {
    padding-top: 26px;
  }

  .pl-lg-26 {
    padding-left: 26px;
  }

  .pr-lg-26 {
    padding-right: 26px;
  }

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

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

  .gap-lg-26 {
    gap: 26px;
  }

  .br-lg-26 {
    border-radius: 26px;
  }

  .h-lg-26 {
    height: 26px;
  }

  .w-lg-26 {
    width: 26px;
  }

  .m-lg-27 {
    margin: 27px;
  }

  .p-lg-27 {
    padding: 27px;
  }

  .mb-lg-27 {
    margin-bottom: 27px;
  }

  .mt-lg-27 {
    margin-top: 27px;
  }

  .ml-lg-27 {
    margin-left: 27px;
  }

  .mr-lg-27 {
    margin-right: 27px;
  }

  .pb-lg-27 {
    padding-bottom: 27px;
  }

  .pt-lg-27 {
    padding-top: 27px;
  }

  .pl-lg-27 {
    padding-left: 27px;
  }

  .pr-lg-27 {
    padding-right: 27px;
  }

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

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

  .gap-lg-27 {
    gap: 27px;
  }

  .br-lg-27 {
    border-radius: 27px;
  }

  .h-lg-27 {
    height: 27px;
  }

  .w-lg-27 {
    width: 27px;
  }

  .m-lg-28 {
    margin: 28px;
  }

  .p-lg-28 {
    padding: 28px;
  }

  .mb-lg-28 {
    margin-bottom: 28px;
  }

  .mt-lg-28 {
    margin-top: 28px;
  }

  .ml-lg-28 {
    margin-left: 28px;
  }

  .mr-lg-28 {
    margin-right: 28px;
  }

  .pb-lg-28 {
    padding-bottom: 28px;
  }

  .pt-lg-28 {
    padding-top: 28px;
  }

  .pl-lg-28 {
    padding-left: 28px;
  }

  .pr-lg-28 {
    padding-right: 28px;
  }

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

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

  .gap-lg-28 {
    gap: 28px;
  }

  .br-lg-28 {
    border-radius: 28px;
  }

  .h-lg-28 {
    height: 28px;
  }

  .w-lg-28 {
    width: 28px;
  }

  .m-lg-29 {
    margin: 29px;
  }

  .p-lg-29 {
    padding: 29px;
  }

  .mb-lg-29 {
    margin-bottom: 29px;
  }

  .mt-lg-29 {
    margin-top: 29px;
  }

  .ml-lg-29 {
    margin-left: 29px;
  }

  .mr-lg-29 {
    margin-right: 29px;
  }

  .pb-lg-29 {
    padding-bottom: 29px;
  }

  .pt-lg-29 {
    padding-top: 29px;
  }

  .pl-lg-29 {
    padding-left: 29px;
  }

  .pr-lg-29 {
    padding-right: 29px;
  }

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

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

  .gap-lg-29 {
    gap: 29px;
  }

  .br-lg-29 {
    border-radius: 29px;
  }

  .h-lg-29 {
    height: 29px;
  }

  .w-lg-29 {
    width: 29px;
  }

  .m-lg-30 {
    margin: 30px;
  }

  .p-lg-30 {
    padding: 30px;
  }

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

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

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

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

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pl-lg-30 {
    padding-left: 30px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

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

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

  .gap-lg-30 {
    gap: 30px;
  }

  .br-lg-30 {
    border-radius: 30px;
  }

  .h-lg-30 {
    height: 30px;
  }

  .w-lg-30 {
    width: 30px;
  }

  .m-lg-31 {
    margin: 31px;
  }

  .p-lg-31 {
    padding: 31px;
  }

  .mb-lg-31 {
    margin-bottom: 31px;
  }

  .mt-lg-31 {
    margin-top: 31px;
  }

  .ml-lg-31 {
    margin-left: 31px;
  }

  .mr-lg-31 {
    margin-right: 31px;
  }

  .pb-lg-31 {
    padding-bottom: 31px;
  }

  .pt-lg-31 {
    padding-top: 31px;
  }

  .pl-lg-31 {
    padding-left: 31px;
  }

  .pr-lg-31 {
    padding-right: 31px;
  }

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

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

  .gap-lg-31 {
    gap: 31px;
  }

  .br-lg-31 {
    border-radius: 31px;
  }

  .h-lg-31 {
    height: 31px;
  }

  .w-lg-31 {
    width: 31px;
  }

  .m-lg-32 {
    margin: 32px;
  }

  .p-lg-32 {
    padding: 32px;
  }

  .mb-lg-32 {
    margin-bottom: 32px;
  }

  .mt-lg-32 {
    margin-top: 32px;
  }

  .ml-lg-32 {
    margin-left: 32px;
  }

  .mr-lg-32 {
    margin-right: 32px;
  }

  .pb-lg-32 {
    padding-bottom: 32px;
  }

  .pt-lg-32 {
    padding-top: 32px;
  }

  .pl-lg-32 {
    padding-left: 32px;
  }

  .pr-lg-32 {
    padding-right: 32px;
  }

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

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

  .gap-lg-32 {
    gap: 32px;
  }

  .br-lg-32 {
    border-radius: 32px;
  }

  .h-lg-32 {
    height: 32px;
  }

  .w-lg-32 {
    width: 32px;
  }

  .m-lg-33 {
    margin: 33px;
  }

  .p-lg-33 {
    padding: 33px;
  }

  .mb-lg-33 {
    margin-bottom: 33px;
  }

  .mt-lg-33 {
    margin-top: 33px;
  }

  .ml-lg-33 {
    margin-left: 33px;
  }

  .mr-lg-33 {
    margin-right: 33px;
  }

  .pb-lg-33 {
    padding-bottom: 33px;
  }

  .pt-lg-33 {
    padding-top: 33px;
  }

  .pl-lg-33 {
    padding-left: 33px;
  }

  .pr-lg-33 {
    padding-right: 33px;
  }

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

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

  .gap-lg-33 {
    gap: 33px;
  }

  .br-lg-33 {
    border-radius: 33px;
  }

  .h-lg-33 {
    height: 33px;
  }

  .w-lg-33 {
    width: 33px;
  }

  .m-lg-34 {
    margin: 34px;
  }

  .p-lg-34 {
    padding: 34px;
  }

  .mb-lg-34 {
    margin-bottom: 34px;
  }

  .mt-lg-34 {
    margin-top: 34px;
  }

  .ml-lg-34 {
    margin-left: 34px;
  }

  .mr-lg-34 {
    margin-right: 34px;
  }

  .pb-lg-34 {
    padding-bottom: 34px;
  }

  .pt-lg-34 {
    padding-top: 34px;
  }

  .pl-lg-34 {
    padding-left: 34px;
  }

  .pr-lg-34 {
    padding-right: 34px;
  }

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

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

  .gap-lg-34 {
    gap: 34px;
  }

  .br-lg-34 {
    border-radius: 34px;
  }

  .h-lg-34 {
    height: 34px;
  }

  .w-lg-34 {
    width: 34px;
  }

  .m-lg-35 {
    margin: 35px;
  }

  .p-lg-35 {
    padding: 35px;
  }

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

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

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

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

  .pb-lg-35 {
    padding-bottom: 35px;
  }

  .pt-lg-35 {
    padding-top: 35px;
  }

  .pl-lg-35 {
    padding-left: 35px;
  }

  .pr-lg-35 {
    padding-right: 35px;
  }

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

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

  .gap-lg-35 {
    gap: 35px;
  }

  .br-lg-35 {
    border-radius: 35px;
  }

  .h-lg-35 {
    height: 35px;
  }

  .w-lg-35 {
    width: 35px;
  }

  .m-lg-36 {
    margin: 36px;
  }

  .p-lg-36 {
    padding: 36px;
  }

  .mb-lg-36 {
    margin-bottom: 36px;
  }

  .mt-lg-36 {
    margin-top: 36px;
  }

  .ml-lg-36 {
    margin-left: 36px;
  }

  .mr-lg-36 {
    margin-right: 36px;
  }

  .pb-lg-36 {
    padding-bottom: 36px;
  }

  .pt-lg-36 {
    padding-top: 36px;
  }

  .pl-lg-36 {
    padding-left: 36px;
  }

  .pr-lg-36 {
    padding-right: 36px;
  }

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

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

  .gap-lg-36 {
    gap: 36px;
  }

  .br-lg-36 {
    border-radius: 36px;
  }

  .h-lg-36 {
    height: 36px;
  }

  .w-lg-36 {
    width: 36px;
  }

  .m-lg-37 {
    margin: 37px;
  }

  .p-lg-37 {
    padding: 37px;
  }

  .mb-lg-37 {
    margin-bottom: 37px;
  }

  .mt-lg-37 {
    margin-top: 37px;
  }

  .ml-lg-37 {
    margin-left: 37px;
  }

  .mr-lg-37 {
    margin-right: 37px;
  }

  .pb-lg-37 {
    padding-bottom: 37px;
  }

  .pt-lg-37 {
    padding-top: 37px;
  }

  .pl-lg-37 {
    padding-left: 37px;
  }

  .pr-lg-37 {
    padding-right: 37px;
  }

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

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

  .gap-lg-37 {
    gap: 37px;
  }

  .br-lg-37 {
    border-radius: 37px;
  }

  .h-lg-37 {
    height: 37px;
  }

  .w-lg-37 {
    width: 37px;
  }

  .m-lg-38 {
    margin: 38px;
  }

  .p-lg-38 {
    padding: 38px;
  }

  .mb-lg-38 {
    margin-bottom: 38px;
  }

  .mt-lg-38 {
    margin-top: 38px;
  }

  .ml-lg-38 {
    margin-left: 38px;
  }

  .mr-lg-38 {
    margin-right: 38px;
  }

  .pb-lg-38 {
    padding-bottom: 38px;
  }

  .pt-lg-38 {
    padding-top: 38px;
  }

  .pl-lg-38 {
    padding-left: 38px;
  }

  .pr-lg-38 {
    padding-right: 38px;
  }

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

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

  .gap-lg-38 {
    gap: 38px;
  }

  .br-lg-38 {
    border-radius: 38px;
  }

  .h-lg-38 {
    height: 38px;
  }

  .w-lg-38 {
    width: 38px;
  }

  .m-lg-39 {
    margin: 39px;
  }

  .p-lg-39 {
    padding: 39px;
  }

  .mb-lg-39 {
    margin-bottom: 39px;
  }

  .mt-lg-39 {
    margin-top: 39px;
  }

  .ml-lg-39 {
    margin-left: 39px;
  }

  .mr-lg-39 {
    margin-right: 39px;
  }

  .pb-lg-39 {
    padding-bottom: 39px;
  }

  .pt-lg-39 {
    padding-top: 39px;
  }

  .pl-lg-39 {
    padding-left: 39px;
  }

  .pr-lg-39 {
    padding-right: 39px;
  }

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

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

  .gap-lg-39 {
    gap: 39px;
  }

  .br-lg-39 {
    border-radius: 39px;
  }

  .h-lg-39 {
    height: 39px;
  }

  .w-lg-39 {
    width: 39px;
  }

  .m-lg-40 {
    margin: 40px;
  }

  .p-lg-40 {
    padding: 40px;
  }

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

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

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

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

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

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

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

  .gap-lg-40 {
    gap: 40px;
  }

  .br-lg-40 {
    border-radius: 40px;
  }

  .h-lg-40 {
    height: 40px;
  }

  .w-lg-40 {
    width: 40px;
  }

  .m-lg-41 {
    margin: 41px;
  }

  .p-lg-41 {
    padding: 41px;
  }

  .mb-lg-41 {
    margin-bottom: 41px;
  }

  .mt-lg-41 {
    margin-top: 41px;
  }

  .ml-lg-41 {
    margin-left: 41px;
  }

  .mr-lg-41 {
    margin-right: 41px;
  }

  .pb-lg-41 {
    padding-bottom: 41px;
  }

  .pt-lg-41 {
    padding-top: 41px;
  }

  .pl-lg-41 {
    padding-left: 41px;
  }

  .pr-lg-41 {
    padding-right: 41px;
  }

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

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

  .gap-lg-41 {
    gap: 41px;
  }

  .br-lg-41 {
    border-radius: 41px;
  }

  .h-lg-41 {
    height: 41px;
  }

  .w-lg-41 {
    width: 41px;
  }

  .m-lg-42 {
    margin: 42px;
  }

  .p-lg-42 {
    padding: 42px;
  }

  .mb-lg-42 {
    margin-bottom: 42px;
  }

  .mt-lg-42 {
    margin-top: 42px;
  }

  .ml-lg-42 {
    margin-left: 42px;
  }

  .mr-lg-42 {
    margin-right: 42px;
  }

  .pb-lg-42 {
    padding-bottom: 42px;
  }

  .pt-lg-42 {
    padding-top: 42px;
  }

  .pl-lg-42 {
    padding-left: 42px;
  }

  .pr-lg-42 {
    padding-right: 42px;
  }

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

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

  .gap-lg-42 {
    gap: 42px;
  }

  .br-lg-42 {
    border-radius: 42px;
  }

  .h-lg-42 {
    height: 42px;
  }

  .w-lg-42 {
    width: 42px;
  }

  .m-lg-43 {
    margin: 43px;
  }

  .p-lg-43 {
    padding: 43px;
  }

  .mb-lg-43 {
    margin-bottom: 43px;
  }

  .mt-lg-43 {
    margin-top: 43px;
  }

  .ml-lg-43 {
    margin-left: 43px;
  }

  .mr-lg-43 {
    margin-right: 43px;
  }

  .pb-lg-43 {
    padding-bottom: 43px;
  }

  .pt-lg-43 {
    padding-top: 43px;
  }

  .pl-lg-43 {
    padding-left: 43px;
  }

  .pr-lg-43 {
    padding-right: 43px;
  }

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

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

  .gap-lg-43 {
    gap: 43px;
  }

  .br-lg-43 {
    border-radius: 43px;
  }

  .h-lg-43 {
    height: 43px;
  }

  .w-lg-43 {
    width: 43px;
  }

  .m-lg-44 {
    margin: 44px;
  }

  .p-lg-44 {
    padding: 44px;
  }

  .mb-lg-44 {
    margin-bottom: 44px;
  }

  .mt-lg-44 {
    margin-top: 44px;
  }

  .ml-lg-44 {
    margin-left: 44px;
  }

  .mr-lg-44 {
    margin-right: 44px;
  }

  .pb-lg-44 {
    padding-bottom: 44px;
  }

  .pt-lg-44 {
    padding-top: 44px;
  }

  .pl-lg-44 {
    padding-left: 44px;
  }

  .pr-lg-44 {
    padding-right: 44px;
  }

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

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

  .gap-lg-44 {
    gap: 44px;
  }

  .br-lg-44 {
    border-radius: 44px;
  }

  .h-lg-44 {
    height: 44px;
  }

  .w-lg-44 {
    width: 44px;
  }

  .m-lg-45 {
    margin: 45px;
  }

  .p-lg-45 {
    padding: 45px;
  }

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

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

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

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

  .pb-lg-45 {
    padding-bottom: 45px;
  }

  .pt-lg-45 {
    padding-top: 45px;
  }

  .pl-lg-45 {
    padding-left: 45px;
  }

  .pr-lg-45 {
    padding-right: 45px;
  }

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

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

  .gap-lg-45 {
    gap: 45px;
  }

  .br-lg-45 {
    border-radius: 45px;
  }

  .h-lg-45 {
    height: 45px;
  }

  .w-lg-45 {
    width: 45px;
  }

  .m-lg-46 {
    margin: 46px;
  }

  .p-lg-46 {
    padding: 46px;
  }

  .mb-lg-46 {
    margin-bottom: 46px;
  }

  .mt-lg-46 {
    margin-top: 46px;
  }

  .ml-lg-46 {
    margin-left: 46px;
  }

  .mr-lg-46 {
    margin-right: 46px;
  }

  .pb-lg-46 {
    padding-bottom: 46px;
  }

  .pt-lg-46 {
    padding-top: 46px;
  }

  .pl-lg-46 {
    padding-left: 46px;
  }

  .pr-lg-46 {
    padding-right: 46px;
  }

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

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

  .gap-lg-46 {
    gap: 46px;
  }

  .br-lg-46 {
    border-radius: 46px;
  }

  .h-lg-46 {
    height: 46px;
  }

  .w-lg-46 {
    width: 46px;
  }

  .m-lg-47 {
    margin: 47px;
  }

  .p-lg-47 {
    padding: 47px;
  }

  .mb-lg-47 {
    margin-bottom: 47px;
  }

  .mt-lg-47 {
    margin-top: 47px;
  }

  .ml-lg-47 {
    margin-left: 47px;
  }

  .mr-lg-47 {
    margin-right: 47px;
  }

  .pb-lg-47 {
    padding-bottom: 47px;
  }

  .pt-lg-47 {
    padding-top: 47px;
  }

  .pl-lg-47 {
    padding-left: 47px;
  }

  .pr-lg-47 {
    padding-right: 47px;
  }

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

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

  .gap-lg-47 {
    gap: 47px;
  }

  .br-lg-47 {
    border-radius: 47px;
  }

  .h-lg-47 {
    height: 47px;
  }

  .w-lg-47 {
    width: 47px;
  }

  .m-lg-48 {
    margin: 48px;
  }

  .p-lg-48 {
    padding: 48px;
  }

  .mb-lg-48 {
    margin-bottom: 48px;
  }

  .mt-lg-48 {
    margin-top: 48px;
  }

  .ml-lg-48 {
    margin-left: 48px;
  }

  .mr-lg-48 {
    margin-right: 48px;
  }

  .pb-lg-48 {
    padding-bottom: 48px;
  }

  .pt-lg-48 {
    padding-top: 48px;
  }

  .pl-lg-48 {
    padding-left: 48px;
  }

  .pr-lg-48 {
    padding-right: 48px;
  }

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

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

  .gap-lg-48 {
    gap: 48px;
  }

  .br-lg-48 {
    border-radius: 48px;
  }

  .h-lg-48 {
    height: 48px;
  }

  .w-lg-48 {
    width: 48px;
  }

  .m-lg-49 {
    margin: 49px;
  }

  .p-lg-49 {
    padding: 49px;
  }

  .mb-lg-49 {
    margin-bottom: 49px;
  }

  .mt-lg-49 {
    margin-top: 49px;
  }

  .ml-lg-49 {
    margin-left: 49px;
  }

  .mr-lg-49 {
    margin-right: 49px;
  }

  .pb-lg-49 {
    padding-bottom: 49px;
  }

  .pt-lg-49 {
    padding-top: 49px;
  }

  .pl-lg-49 {
    padding-left: 49px;
  }

  .pr-lg-49 {
    padding-right: 49px;
  }

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

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

  .gap-lg-49 {
    gap: 49px;
  }

  .br-lg-49 {
    border-radius: 49px;
  }

  .h-lg-49 {
    height: 49px;
  }

  .w-lg-49 {
    width: 49px;
  }

  .m-lg-50 {
    margin: 50px;
  }

  .p-lg-50 {
    padding: 50px;
  }

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

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

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

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

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

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

  .lh-lg-50 {
    line-height: 50px;
  }

  .gap-lg-50 {
    gap: 50px;
  }

  .br-lg-50 {
    border-radius: 50px;
  }

  .h-lg-50 {
    height: 50px;
  }

  .w-lg-50 {
    width: 50px;
  }

  .m-lg-51 {
    margin: 51px;
  }

  .p-lg-51 {
    padding: 51px;
  }

  .mb-lg-51 {
    margin-bottom: 51px;
  }

  .mt-lg-51 {
    margin-top: 51px;
  }

  .ml-lg-51 {
    margin-left: 51px;
  }

  .mr-lg-51 {
    margin-right: 51px;
  }

  .pb-lg-51 {
    padding-bottom: 51px;
  }

  .pt-lg-51 {
    padding-top: 51px;
  }

  .pl-lg-51 {
    padding-left: 51px;
  }

  .pr-lg-51 {
    padding-right: 51px;
  }

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

  .lh-lg-51 {
    line-height: 51px;
  }

  .gap-lg-51 {
    gap: 51px;
  }

  .br-lg-51 {
    border-radius: 51px;
  }

  .h-lg-51 {
    height: 51px;
  }

  .w-lg-51 {
    width: 51px;
  }

  .m-lg-52 {
    margin: 52px;
  }

  .p-lg-52 {
    padding: 52px;
  }

  .mb-lg-52 {
    margin-bottom: 52px;
  }

  .mt-lg-52 {
    margin-top: 52px;
  }

  .ml-lg-52 {
    margin-left: 52px;
  }

  .mr-lg-52 {
    margin-right: 52px;
  }

  .pb-lg-52 {
    padding-bottom: 52px;
  }

  .pt-lg-52 {
    padding-top: 52px;
  }

  .pl-lg-52 {
    padding-left: 52px;
  }

  .pr-lg-52 {
    padding-right: 52px;
  }

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

  .lh-lg-52 {
    line-height: 52px;
  }

  .gap-lg-52 {
    gap: 52px;
  }

  .br-lg-52 {
    border-radius: 52px;
  }

  .h-lg-52 {
    height: 52px;
  }

  .w-lg-52 {
    width: 52px;
  }

  .m-lg-53 {
    margin: 53px;
  }

  .p-lg-53 {
    padding: 53px;
  }

  .mb-lg-53 {
    margin-bottom: 53px;
  }

  .mt-lg-53 {
    margin-top: 53px;
  }

  .ml-lg-53 {
    margin-left: 53px;
  }

  .mr-lg-53 {
    margin-right: 53px;
  }

  .pb-lg-53 {
    padding-bottom: 53px;
  }

  .pt-lg-53 {
    padding-top: 53px;
  }

  .pl-lg-53 {
    padding-left: 53px;
  }

  .pr-lg-53 {
    padding-right: 53px;
  }

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

  .lh-lg-53 {
    line-height: 53px;
  }

  .gap-lg-53 {
    gap: 53px;
  }

  .br-lg-53 {
    border-radius: 53px;
  }

  .h-lg-53 {
    height: 53px;
  }

  .w-lg-53 {
    width: 53px;
  }

  .m-lg-54 {
    margin: 54px;
  }

  .p-lg-54 {
    padding: 54px;
  }

  .mb-lg-54 {
    margin-bottom: 54px;
  }

  .mt-lg-54 {
    margin-top: 54px;
  }

  .ml-lg-54 {
    margin-left: 54px;
  }

  .mr-lg-54 {
    margin-right: 54px;
  }

  .pb-lg-54 {
    padding-bottom: 54px;
  }

  .pt-lg-54 {
    padding-top: 54px;
  }

  .pl-lg-54 {
    padding-left: 54px;
  }

  .pr-lg-54 {
    padding-right: 54px;
  }

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

  .lh-lg-54 {
    line-height: 54px;
  }

  .gap-lg-54 {
    gap: 54px;
  }

  .br-lg-54 {
    border-radius: 54px;
  }

  .h-lg-54 {
    height: 54px;
  }

  .w-lg-54 {
    width: 54px;
  }

  .m-lg-55 {
    margin: 55px;
  }

  .p-lg-55 {
    padding: 55px;
  }

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

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

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

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

  .pb-lg-55 {
    padding-bottom: 55px;
  }

  .pt-lg-55 {
    padding-top: 55px;
  }

  .pl-lg-55 {
    padding-left: 55px;
  }

  .pr-lg-55 {
    padding-right: 55px;
  }

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

  .lh-lg-55 {
    line-height: 55px;
  }

  .gap-lg-55 {
    gap: 55px;
  }

  .br-lg-55 {
    border-radius: 55px;
  }

  .h-lg-55 {
    height: 55px;
  }

  .w-lg-55 {
    width: 55px;
  }

  .m-lg-56 {
    margin: 56px;
  }

  .p-lg-56 {
    padding: 56px;
  }

  .mb-lg-56 {
    margin-bottom: 56px;
  }

  .mt-lg-56 {
    margin-top: 56px;
  }

  .ml-lg-56 {
    margin-left: 56px;
  }

  .mr-lg-56 {
    margin-right: 56px;
  }

  .pb-lg-56 {
    padding-bottom: 56px;
  }

  .pt-lg-56 {
    padding-top: 56px;
  }

  .pl-lg-56 {
    padding-left: 56px;
  }

  .pr-lg-56 {
    padding-right: 56px;
  }

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

  .lh-lg-56 {
    line-height: 56px;
  }

  .gap-lg-56 {
    gap: 56px;
  }

  .br-lg-56 {
    border-radius: 56px;
  }

  .h-lg-56 {
    height: 56px;
  }

  .w-lg-56 {
    width: 56px;
  }

  .m-lg-57 {
    margin: 57px;
  }

  .p-lg-57 {
    padding: 57px;
  }

  .mb-lg-57 {
    margin-bottom: 57px;
  }

  .mt-lg-57 {
    margin-top: 57px;
  }

  .ml-lg-57 {
    margin-left: 57px;
  }

  .mr-lg-57 {
    margin-right: 57px;
  }

  .pb-lg-57 {
    padding-bottom: 57px;
  }

  .pt-lg-57 {
    padding-top: 57px;
  }

  .pl-lg-57 {
    padding-left: 57px;
  }

  .pr-lg-57 {
    padding-right: 57px;
  }

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

  .lh-lg-57 {
    line-height: 57px;
  }

  .gap-lg-57 {
    gap: 57px;
  }

  .br-lg-57 {
    border-radius: 57px;
  }

  .h-lg-57 {
    height: 57px;
  }

  .w-lg-57 {
    width: 57px;
  }

  .m-lg-58 {
    margin: 58px;
  }

  .p-lg-58 {
    padding: 58px;
  }

  .mb-lg-58 {
    margin-bottom: 58px;
  }

  .mt-lg-58 {
    margin-top: 58px;
  }

  .ml-lg-58 {
    margin-left: 58px;
  }

  .mr-lg-58 {
    margin-right: 58px;
  }

  .pb-lg-58 {
    padding-bottom: 58px;
  }

  .pt-lg-58 {
    padding-top: 58px;
  }

  .pl-lg-58 {
    padding-left: 58px;
  }

  .pr-lg-58 {
    padding-right: 58px;
  }

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

  .lh-lg-58 {
    line-height: 58px;
  }

  .gap-lg-58 {
    gap: 58px;
  }

  .br-lg-58 {
    border-radius: 58px;
  }

  .h-lg-58 {
    height: 58px;
  }

  .w-lg-58 {
    width: 58px;
  }

  .m-lg-59 {
    margin: 59px;
  }

  .p-lg-59 {
    padding: 59px;
  }

  .mb-lg-59 {
    margin-bottom: 59px;
  }

  .mt-lg-59 {
    margin-top: 59px;
  }

  .ml-lg-59 {
    margin-left: 59px;
  }

  .mr-lg-59 {
    margin-right: 59px;
  }

  .pb-lg-59 {
    padding-bottom: 59px;
  }

  .pt-lg-59 {
    padding-top: 59px;
  }

  .pl-lg-59 {
    padding-left: 59px;
  }

  .pr-lg-59 {
    padding-right: 59px;
  }

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

  .lh-lg-59 {
    line-height: 59px;
  }

  .gap-lg-59 {
    gap: 59px;
  }

  .br-lg-59 {
    border-radius: 59px;
  }

  .h-lg-59 {
    height: 59px;
  }

  .w-lg-59 {
    width: 59px;
  }

  .m-lg-60 {
    margin: 60px;
  }

  .p-lg-60 {
    padding: 60px;
  }

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

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

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

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

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pl-lg-60 {
    padding-left: 60px;
  }

  .pr-lg-60 {
    padding-right: 60px;
  }

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

  .lh-lg-60 {
    line-height: 60px;
  }

  .gap-lg-60 {
    gap: 60px;
  }

  .br-lg-60 {
    border-radius: 60px;
  }

  .h-lg-60 {
    height: 60px;
  }

  .w-lg-60 {
    width: 60px;
  }

  .m-lg-61 {
    margin: 61px;
  }

  .p-lg-61 {
    padding: 61px;
  }

  .mb-lg-61 {
    margin-bottom: 61px;
  }

  .mt-lg-61 {
    margin-top: 61px;
  }

  .ml-lg-61 {
    margin-left: 61px;
  }

  .mr-lg-61 {
    margin-right: 61px;
  }

  .pb-lg-61 {
    padding-bottom: 61px;
  }

  .pt-lg-61 {
    padding-top: 61px;
  }

  .pl-lg-61 {
    padding-left: 61px;
  }

  .pr-lg-61 {
    padding-right: 61px;
  }

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

  .lh-lg-61 {
    line-height: 61px;
  }

  .gap-lg-61 {
    gap: 61px;
  }

  .br-lg-61 {
    border-radius: 61px;
  }

  .h-lg-61 {
    height: 61px;
  }

  .w-lg-61 {
    width: 61px;
  }

  .m-lg-62 {
    margin: 62px;
  }

  .p-lg-62 {
    padding: 62px;
  }

  .mb-lg-62 {
    margin-bottom: 62px;
  }

  .mt-lg-62 {
    margin-top: 62px;
  }

  .ml-lg-62 {
    margin-left: 62px;
  }

  .mr-lg-62 {
    margin-right: 62px;
  }

  .pb-lg-62 {
    padding-bottom: 62px;
  }

  .pt-lg-62 {
    padding-top: 62px;
  }

  .pl-lg-62 {
    padding-left: 62px;
  }

  .pr-lg-62 {
    padding-right: 62px;
  }

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

  .lh-lg-62 {
    line-height: 62px;
  }

  .gap-lg-62 {
    gap: 62px;
  }

  .br-lg-62 {
    border-radius: 62px;
  }

  .h-lg-62 {
    height: 62px;
  }

  .w-lg-62 {
    width: 62px;
  }

  .m-lg-63 {
    margin: 63px;
  }

  .p-lg-63 {
    padding: 63px;
  }

  .mb-lg-63 {
    margin-bottom: 63px;
  }

  .mt-lg-63 {
    margin-top: 63px;
  }

  .ml-lg-63 {
    margin-left: 63px;
  }

  .mr-lg-63 {
    margin-right: 63px;
  }

  .pb-lg-63 {
    padding-bottom: 63px;
  }

  .pt-lg-63 {
    padding-top: 63px;
  }

  .pl-lg-63 {
    padding-left: 63px;
  }

  .pr-lg-63 {
    padding-right: 63px;
  }

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

  .lh-lg-63 {
    line-height: 63px;
  }

  .gap-lg-63 {
    gap: 63px;
  }

  .br-lg-63 {
    border-radius: 63px;
  }

  .h-lg-63 {
    height: 63px;
  }

  .w-lg-63 {
    width: 63px;
  }

  .m-lg-64 {
    margin: 64px;
  }

  .p-lg-64 {
    padding: 64px;
  }

  .mb-lg-64 {
    margin-bottom: 64px;
  }

  .mt-lg-64 {
    margin-top: 64px;
  }

  .ml-lg-64 {
    margin-left: 64px;
  }

  .mr-lg-64 {
    margin-right: 64px;
  }

  .pb-lg-64 {
    padding-bottom: 64px;
  }

  .pt-lg-64 {
    padding-top: 64px;
  }

  .pl-lg-64 {
    padding-left: 64px;
  }

  .pr-lg-64 {
    padding-right: 64px;
  }

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

  .lh-lg-64 {
    line-height: 64px;
  }

  .gap-lg-64 {
    gap: 64px;
  }

  .br-lg-64 {
    border-radius: 64px;
  }

  .h-lg-64 {
    height: 64px;
  }

  .w-lg-64 {
    width: 64px;
  }

  .m-lg-65 {
    margin: 65px;
  }

  .p-lg-65 {
    padding: 65px;
  }

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

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

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

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

  .pb-lg-65 {
    padding-bottom: 65px;
  }

  .pt-lg-65 {
    padding-top: 65px;
  }

  .pl-lg-65 {
    padding-left: 65px;
  }

  .pr-lg-65 {
    padding-right: 65px;
  }

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

  .lh-lg-65 {
    line-height: 65px;
  }

  .gap-lg-65 {
    gap: 65px;
  }

  .br-lg-65 {
    border-radius: 65px;
  }

  .h-lg-65 {
    height: 65px;
  }

  .w-lg-65 {
    width: 65px;
  }

  .m-lg-66 {
    margin: 66px;
  }

  .p-lg-66 {
    padding: 66px;
  }

  .mb-lg-66 {
    margin-bottom: 66px;
  }

  .mt-lg-66 {
    margin-top: 66px;
  }

  .ml-lg-66 {
    margin-left: 66px;
  }

  .mr-lg-66 {
    margin-right: 66px;
  }

  .pb-lg-66 {
    padding-bottom: 66px;
  }

  .pt-lg-66 {
    padding-top: 66px;
  }

  .pl-lg-66 {
    padding-left: 66px;
  }

  .pr-lg-66 {
    padding-right: 66px;
  }

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

  .lh-lg-66 {
    line-height: 66px;
  }

  .gap-lg-66 {
    gap: 66px;
  }

  .br-lg-66 {
    border-radius: 66px;
  }

  .h-lg-66 {
    height: 66px;
  }

  .w-lg-66 {
    width: 66px;
  }

  .m-lg-67 {
    margin: 67px;
  }

  .p-lg-67 {
    padding: 67px;
  }

  .mb-lg-67 {
    margin-bottom: 67px;
  }

  .mt-lg-67 {
    margin-top: 67px;
  }

  .ml-lg-67 {
    margin-left: 67px;
  }

  .mr-lg-67 {
    margin-right: 67px;
  }

  .pb-lg-67 {
    padding-bottom: 67px;
  }

  .pt-lg-67 {
    padding-top: 67px;
  }

  .pl-lg-67 {
    padding-left: 67px;
  }

  .pr-lg-67 {
    padding-right: 67px;
  }

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

  .lh-lg-67 {
    line-height: 67px;
  }

  .gap-lg-67 {
    gap: 67px;
  }

  .br-lg-67 {
    border-radius: 67px;
  }

  .h-lg-67 {
    height: 67px;
  }

  .w-lg-67 {
    width: 67px;
  }

  .m-lg-68 {
    margin: 68px;
  }

  .p-lg-68 {
    padding: 68px;
  }

  .mb-lg-68 {
    margin-bottom: 68px;
  }

  .mt-lg-68 {
    margin-top: 68px;
  }

  .ml-lg-68 {
    margin-left: 68px;
  }

  .mr-lg-68 {
    margin-right: 68px;
  }

  .pb-lg-68 {
    padding-bottom: 68px;
  }

  .pt-lg-68 {
    padding-top: 68px;
  }

  .pl-lg-68 {
    padding-left: 68px;
  }

  .pr-lg-68 {
    padding-right: 68px;
  }

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

  .lh-lg-68 {
    line-height: 68px;
  }

  .gap-lg-68 {
    gap: 68px;
  }

  .br-lg-68 {
    border-radius: 68px;
  }

  .h-lg-68 {
    height: 68px;
  }

  .w-lg-68 {
    width: 68px;
  }

  .m-lg-69 {
    margin: 69px;
  }

  .p-lg-69 {
    padding: 69px;
  }

  .mb-lg-69 {
    margin-bottom: 69px;
  }

  .mt-lg-69 {
    margin-top: 69px;
  }

  .ml-lg-69 {
    margin-left: 69px;
  }

  .mr-lg-69 {
    margin-right: 69px;
  }

  .pb-lg-69 {
    padding-bottom: 69px;
  }

  .pt-lg-69 {
    padding-top: 69px;
  }

  .pl-lg-69 {
    padding-left: 69px;
  }

  .pr-lg-69 {
    padding-right: 69px;
  }

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

  .lh-lg-69 {
    line-height: 69px;
  }

  .gap-lg-69 {
    gap: 69px;
  }

  .br-lg-69 {
    border-radius: 69px;
  }

  .h-lg-69 {
    height: 69px;
  }

  .w-lg-69 {
    width: 69px;
  }

  .m-lg-70 {
    margin: 70px;
  }

  .p-lg-70 {
    padding: 70px;
  }

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

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

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

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

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pl-lg-70 {
    padding-left: 70px;
  }

  .pr-lg-70 {
    padding-right: 70px;
  }

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

  .lh-lg-70 {
    line-height: 70px;
  }

  .gap-lg-70 {
    gap: 70px;
  }

  .br-lg-70 {
    border-radius: 70px;
  }

  .h-lg-70 {
    height: 70px;
  }

  .w-lg-70 {
    width: 70px;
  }

  .m-lg-71 {
    margin: 71px;
  }

  .p-lg-71 {
    padding: 71px;
  }

  .mb-lg-71 {
    margin-bottom: 71px;
  }

  .mt-lg-71 {
    margin-top: 71px;
  }

  .ml-lg-71 {
    margin-left: 71px;
  }

  .mr-lg-71 {
    margin-right: 71px;
  }

  .pb-lg-71 {
    padding-bottom: 71px;
  }

  .pt-lg-71 {
    padding-top: 71px;
  }

  .pl-lg-71 {
    padding-left: 71px;
  }

  .pr-lg-71 {
    padding-right: 71px;
  }

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

  .lh-lg-71 {
    line-height: 71px;
  }

  .gap-lg-71 {
    gap: 71px;
  }

  .br-lg-71 {
    border-radius: 71px;
  }

  .h-lg-71 {
    height: 71px;
  }

  .w-lg-71 {
    width: 71px;
  }

  .m-lg-72 {
    margin: 72px;
  }

  .p-lg-72 {
    padding: 72px;
  }

  .mb-lg-72 {
    margin-bottom: 72px;
  }

  .mt-lg-72 {
    margin-top: 72px;
  }

  .ml-lg-72 {
    margin-left: 72px;
  }

  .mr-lg-72 {
    margin-right: 72px;
  }

  .pb-lg-72 {
    padding-bottom: 72px;
  }

  .pt-lg-72 {
    padding-top: 72px;
  }

  .pl-lg-72 {
    padding-left: 72px;
  }

  .pr-lg-72 {
    padding-right: 72px;
  }

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

  .lh-lg-72 {
    line-height: 72px;
  }

  .gap-lg-72 {
    gap: 72px;
  }

  .br-lg-72 {
    border-radius: 72px;
  }

  .h-lg-72 {
    height: 72px;
  }

  .w-lg-72 {
    width: 72px;
  }

  .m-lg-73 {
    margin: 73px;
  }

  .p-lg-73 {
    padding: 73px;
  }

  .mb-lg-73 {
    margin-bottom: 73px;
  }

  .mt-lg-73 {
    margin-top: 73px;
  }

  .ml-lg-73 {
    margin-left: 73px;
  }

  .mr-lg-73 {
    margin-right: 73px;
  }

  .pb-lg-73 {
    padding-bottom: 73px;
  }

  .pt-lg-73 {
    padding-top: 73px;
  }

  .pl-lg-73 {
    padding-left: 73px;
  }

  .pr-lg-73 {
    padding-right: 73px;
  }

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

  .lh-lg-73 {
    line-height: 73px;
  }

  .gap-lg-73 {
    gap: 73px;
  }

  .br-lg-73 {
    border-radius: 73px;
  }

  .h-lg-73 {
    height: 73px;
  }

  .w-lg-73 {
    width: 73px;
  }

  .m-lg-74 {
    margin: 74px;
  }

  .p-lg-74 {
    padding: 74px;
  }

  .mb-lg-74 {
    margin-bottom: 74px;
  }

  .mt-lg-74 {
    margin-top: 74px;
  }

  .ml-lg-74 {
    margin-left: 74px;
  }

  .mr-lg-74 {
    margin-right: 74px;
  }

  .pb-lg-74 {
    padding-bottom: 74px;
  }

  .pt-lg-74 {
    padding-top: 74px;
  }

  .pl-lg-74 {
    padding-left: 74px;
  }

  .pr-lg-74 {
    padding-right: 74px;
  }

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

  .lh-lg-74 {
    line-height: 74px;
  }

  .gap-lg-74 {
    gap: 74px;
  }

  .br-lg-74 {
    border-radius: 74px;
  }

  .h-lg-74 {
    height: 74px;
  }

  .w-lg-74 {
    width: 74px;
  }

  .m-lg-75 {
    margin: 75px;
  }

  .p-lg-75 {
    padding: 75px;
  }

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

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

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

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

  .pb-lg-75 {
    padding-bottom: 75px;
  }

  .pt-lg-75 {
    padding-top: 75px;
  }

  .pl-lg-75 {
    padding-left: 75px;
  }

  .pr-lg-75 {
    padding-right: 75px;
  }

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

  .lh-lg-75 {
    line-height: 75px;
  }

  .gap-lg-75 {
    gap: 75px;
  }

  .br-lg-75 {
    border-radius: 75px;
  }

  .h-lg-75 {
    height: 75px;
  }

  .w-lg-75 {
    width: 75px;
  }

  .m-lg-76 {
    margin: 76px;
  }

  .p-lg-76 {
    padding: 76px;
  }

  .mb-lg-76 {
    margin-bottom: 76px;
  }

  .mt-lg-76 {
    margin-top: 76px;
  }

  .ml-lg-76 {
    margin-left: 76px;
  }

  .mr-lg-76 {
    margin-right: 76px;
  }

  .pb-lg-76 {
    padding-bottom: 76px;
  }

  .pt-lg-76 {
    padding-top: 76px;
  }

  .pl-lg-76 {
    padding-left: 76px;
  }

  .pr-lg-76 {
    padding-right: 76px;
  }

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

  .lh-lg-76 {
    line-height: 76px;
  }

  .gap-lg-76 {
    gap: 76px;
  }

  .br-lg-76 {
    border-radius: 76px;
  }

  .h-lg-76 {
    height: 76px;
  }

  .w-lg-76 {
    width: 76px;
  }

  .m-lg-77 {
    margin: 77px;
  }

  .p-lg-77 {
    padding: 77px;
  }

  .mb-lg-77 {
    margin-bottom: 77px;
  }

  .mt-lg-77 {
    margin-top: 77px;
  }

  .ml-lg-77 {
    margin-left: 77px;
  }

  .mr-lg-77 {
    margin-right: 77px;
  }

  .pb-lg-77 {
    padding-bottom: 77px;
  }

  .pt-lg-77 {
    padding-top: 77px;
  }

  .pl-lg-77 {
    padding-left: 77px;
  }

  .pr-lg-77 {
    padding-right: 77px;
  }

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

  .lh-lg-77 {
    line-height: 77px;
  }

  .gap-lg-77 {
    gap: 77px;
  }

  .br-lg-77 {
    border-radius: 77px;
  }

  .h-lg-77 {
    height: 77px;
  }

  .w-lg-77 {
    width: 77px;
  }

  .m-lg-78 {
    margin: 78px;
  }

  .p-lg-78 {
    padding: 78px;
  }

  .mb-lg-78 {
    margin-bottom: 78px;
  }

  .mt-lg-78 {
    margin-top: 78px;
  }

  .ml-lg-78 {
    margin-left: 78px;
  }

  .mr-lg-78 {
    margin-right: 78px;
  }

  .pb-lg-78 {
    padding-bottom: 78px;
  }

  .pt-lg-78 {
    padding-top: 78px;
  }

  .pl-lg-78 {
    padding-left: 78px;
  }

  .pr-lg-78 {
    padding-right: 78px;
  }

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

  .lh-lg-78 {
    line-height: 78px;
  }

  .gap-lg-78 {
    gap: 78px;
  }

  .br-lg-78 {
    border-radius: 78px;
  }

  .h-lg-78 {
    height: 78px;
  }

  .w-lg-78 {
    width: 78px;
  }

  .m-lg-79 {
    margin: 79px;
  }

  .p-lg-79 {
    padding: 79px;
  }

  .mb-lg-79 {
    margin-bottom: 79px;
  }

  .mt-lg-79 {
    margin-top: 79px;
  }

  .ml-lg-79 {
    margin-left: 79px;
  }

  .mr-lg-79 {
    margin-right: 79px;
  }

  .pb-lg-79 {
    padding-bottom: 79px;
  }

  .pt-lg-79 {
    padding-top: 79px;
  }

  .pl-lg-79 {
    padding-left: 79px;
  }

  .pr-lg-79 {
    padding-right: 79px;
  }

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

  .lh-lg-79 {
    line-height: 79px;
  }

  .gap-lg-79 {
    gap: 79px;
  }

  .br-lg-79 {
    border-radius: 79px;
  }

  .h-lg-79 {
    height: 79px;
  }

  .w-lg-79 {
    width: 79px;
  }

  .m-lg-80 {
    margin: 80px;
  }

  .p-lg-80 {
    padding: 80px;
  }

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

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

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

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

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pl-lg-80 {
    padding-left: 80px;
  }

  .pr-lg-80 {
    padding-right: 80px;
  }

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

  .lh-lg-80 {
    line-height: 80px;
  }

  .gap-lg-80 {
    gap: 80px;
  }

  .br-lg-80 {
    border-radius: 80px;
  }

  .h-lg-80 {
    height: 80px;
  }

  .w-lg-80 {
    width: 80px;
  }

  .m-lg-81 {
    margin: 81px;
  }

  .p-lg-81 {
    padding: 81px;
  }

  .mb-lg-81 {
    margin-bottom: 81px;
  }

  .mt-lg-81 {
    margin-top: 81px;
  }

  .ml-lg-81 {
    margin-left: 81px;
  }

  .mr-lg-81 {
    margin-right: 81px;
  }

  .pb-lg-81 {
    padding-bottom: 81px;
  }

  .pt-lg-81 {
    padding-top: 81px;
  }

  .pl-lg-81 {
    padding-left: 81px;
  }

  .pr-lg-81 {
    padding-right: 81px;
  }

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

  .lh-lg-81 {
    line-height: 81px;
  }

  .gap-lg-81 {
    gap: 81px;
  }

  .br-lg-81 {
    border-radius: 81px;
  }

  .h-lg-81 {
    height: 81px;
  }

  .w-lg-81 {
    width: 81px;
  }

  .m-lg-82 {
    margin: 82px;
  }

  .p-lg-82 {
    padding: 82px;
  }

  .mb-lg-82 {
    margin-bottom: 82px;
  }

  .mt-lg-82 {
    margin-top: 82px;
  }

  .ml-lg-82 {
    margin-left: 82px;
  }

  .mr-lg-82 {
    margin-right: 82px;
  }

  .pb-lg-82 {
    padding-bottom: 82px;
  }

  .pt-lg-82 {
    padding-top: 82px;
  }

  .pl-lg-82 {
    padding-left: 82px;
  }

  .pr-lg-82 {
    padding-right: 82px;
  }

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

  .lh-lg-82 {
    line-height: 82px;
  }

  .gap-lg-82 {
    gap: 82px;
  }

  .br-lg-82 {
    border-radius: 82px;
  }

  .h-lg-82 {
    height: 82px;
  }

  .w-lg-82 {
    width: 82px;
  }

  .m-lg-83 {
    margin: 83px;
  }

  .p-lg-83 {
    padding: 83px;
  }

  .mb-lg-83 {
    margin-bottom: 83px;
  }

  .mt-lg-83 {
    margin-top: 83px;
  }

  .ml-lg-83 {
    margin-left: 83px;
  }

  .mr-lg-83 {
    margin-right: 83px;
  }

  .pb-lg-83 {
    padding-bottom: 83px;
  }

  .pt-lg-83 {
    padding-top: 83px;
  }

  .pl-lg-83 {
    padding-left: 83px;
  }

  .pr-lg-83 {
    padding-right: 83px;
  }

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

  .lh-lg-83 {
    line-height: 83px;
  }

  .gap-lg-83 {
    gap: 83px;
  }

  .br-lg-83 {
    border-radius: 83px;
  }

  .h-lg-83 {
    height: 83px;
  }

  .w-lg-83 {
    width: 83px;
  }

  .m-lg-84 {
    margin: 84px;
  }

  .p-lg-84 {
    padding: 84px;
  }

  .mb-lg-84 {
    margin-bottom: 84px;
  }

  .mt-lg-84 {
    margin-top: 84px;
  }

  .ml-lg-84 {
    margin-left: 84px;
  }

  .mr-lg-84 {
    margin-right: 84px;
  }

  .pb-lg-84 {
    padding-bottom: 84px;
  }

  .pt-lg-84 {
    padding-top: 84px;
  }

  .pl-lg-84 {
    padding-left: 84px;
  }

  .pr-lg-84 {
    padding-right: 84px;
  }

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

  .lh-lg-84 {
    line-height: 84px;
  }

  .gap-lg-84 {
    gap: 84px;
  }

  .br-lg-84 {
    border-radius: 84px;
  }

  .h-lg-84 {
    height: 84px;
  }

  .w-lg-84 {
    width: 84px;
  }

  .m-lg-85 {
    margin: 85px;
  }

  .p-lg-85 {
    padding: 85px;
  }

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

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

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

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

  .pb-lg-85 {
    padding-bottom: 85px;
  }

  .pt-lg-85 {
    padding-top: 85px;
  }

  .pl-lg-85 {
    padding-left: 85px;
  }

  .pr-lg-85 {
    padding-right: 85px;
  }

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

  .lh-lg-85 {
    line-height: 85px;
  }

  .gap-lg-85 {
    gap: 85px;
  }

  .br-lg-85 {
    border-radius: 85px;
  }

  .h-lg-85 {
    height: 85px;
  }

  .w-lg-85 {
    width: 85px;
  }

  .m-lg-86 {
    margin: 86px;
  }

  .p-lg-86 {
    padding: 86px;
  }

  .mb-lg-86 {
    margin-bottom: 86px;
  }

  .mt-lg-86 {
    margin-top: 86px;
  }

  .ml-lg-86 {
    margin-left: 86px;
  }

  .mr-lg-86 {
    margin-right: 86px;
  }

  .pb-lg-86 {
    padding-bottom: 86px;
  }

  .pt-lg-86 {
    padding-top: 86px;
  }

  .pl-lg-86 {
    padding-left: 86px;
  }

  .pr-lg-86 {
    padding-right: 86px;
  }

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

  .lh-lg-86 {
    line-height: 86px;
  }

  .gap-lg-86 {
    gap: 86px;
  }

  .br-lg-86 {
    border-radius: 86px;
  }

  .h-lg-86 {
    height: 86px;
  }

  .w-lg-86 {
    width: 86px;
  }

  .m-lg-87 {
    margin: 87px;
  }

  .p-lg-87 {
    padding: 87px;
  }

  .mb-lg-87 {
    margin-bottom: 87px;
  }

  .mt-lg-87 {
    margin-top: 87px;
  }

  .ml-lg-87 {
    margin-left: 87px;
  }

  .mr-lg-87 {
    margin-right: 87px;
  }

  .pb-lg-87 {
    padding-bottom: 87px;
  }

  .pt-lg-87 {
    padding-top: 87px;
  }

  .pl-lg-87 {
    padding-left: 87px;
  }

  .pr-lg-87 {
    padding-right: 87px;
  }

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

  .lh-lg-87 {
    line-height: 87px;
  }

  .gap-lg-87 {
    gap: 87px;
  }

  .br-lg-87 {
    border-radius: 87px;
  }

  .h-lg-87 {
    height: 87px;
  }

  .w-lg-87 {
    width: 87px;
  }

  .m-lg-88 {
    margin: 88px;
  }

  .p-lg-88 {
    padding: 88px;
  }

  .mb-lg-88 {
    margin-bottom: 88px;
  }

  .mt-lg-88 {
    margin-top: 88px;
  }

  .ml-lg-88 {
    margin-left: 88px;
  }

  .mr-lg-88 {
    margin-right: 88px;
  }

  .pb-lg-88 {
    padding-bottom: 88px;
  }

  .pt-lg-88 {
    padding-top: 88px;
  }

  .pl-lg-88 {
    padding-left: 88px;
  }

  .pr-lg-88 {
    padding-right: 88px;
  }

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

  .lh-lg-88 {
    line-height: 88px;
  }

  .gap-lg-88 {
    gap: 88px;
  }

  .br-lg-88 {
    border-radius: 88px;
  }

  .h-lg-88 {
    height: 88px;
  }

  .w-lg-88 {
    width: 88px;
  }

  .m-lg-89 {
    margin: 89px;
  }

  .p-lg-89 {
    padding: 89px;
  }

  .mb-lg-89 {
    margin-bottom: 89px;
  }

  .mt-lg-89 {
    margin-top: 89px;
  }

  .ml-lg-89 {
    margin-left: 89px;
  }

  .mr-lg-89 {
    margin-right: 89px;
  }

  .pb-lg-89 {
    padding-bottom: 89px;
  }

  .pt-lg-89 {
    padding-top: 89px;
  }

  .pl-lg-89 {
    padding-left: 89px;
  }

  .pr-lg-89 {
    padding-right: 89px;
  }

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

  .lh-lg-89 {
    line-height: 89px;
  }

  .gap-lg-89 {
    gap: 89px;
  }

  .br-lg-89 {
    border-radius: 89px;
  }

  .h-lg-89 {
    height: 89px;
  }

  .w-lg-89 {
    width: 89px;
  }

  .m-lg-90 {
    margin: 90px;
  }

  .p-lg-90 {
    padding: 90px;
  }

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

  .mt-lg-90 {
    margin-top: 90px;
  }

  .ml-lg-90 {
    margin-left: 90px;
  }

  .mr-lg-90 {
    margin-right: 90px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pl-lg-90 {
    padding-left: 90px;
  }

  .pr-lg-90 {
    padding-right: 90px;
  }

  .fs-lg-90 {
    font-size: 90px;
  }

  .lh-lg-90 {
    line-height: 90px;
  }

  .gap-lg-90 {
    gap: 90px;
  }

  .br-lg-90 {
    border-radius: 90px;
  }

  .h-lg-90 {
    height: 90px;
  }

  .w-lg-90 {
    width: 90px;
  }

  .m-lg-91 {
    margin: 91px;
  }

  .p-lg-91 {
    padding: 91px;
  }

  .mb-lg-91 {
    margin-bottom: 91px;
  }

  .mt-lg-91 {
    margin-top: 91px;
  }

  .ml-lg-91 {
    margin-left: 91px;
  }

  .mr-lg-91 {
    margin-right: 91px;
  }

  .pb-lg-91 {
    padding-bottom: 91px;
  }

  .pt-lg-91 {
    padding-top: 91px;
  }

  .pl-lg-91 {
    padding-left: 91px;
  }

  .pr-lg-91 {
    padding-right: 91px;
  }

  .fs-lg-91 {
    font-size: 91px;
  }

  .lh-lg-91 {
    line-height: 91px;
  }

  .gap-lg-91 {
    gap: 91px;
  }

  .br-lg-91 {
    border-radius: 91px;
  }

  .h-lg-91 {
    height: 91px;
  }

  .w-lg-91 {
    width: 91px;
  }

  .m-lg-92 {
    margin: 92px;
  }

  .p-lg-92 {
    padding: 92px;
  }

  .mb-lg-92 {
    margin-bottom: 92px;
  }

  .mt-lg-92 {
    margin-top: 92px;
  }

  .ml-lg-92 {
    margin-left: 92px;
  }

  .mr-lg-92 {
    margin-right: 92px;
  }

  .pb-lg-92 {
    padding-bottom: 92px;
  }

  .pt-lg-92 {
    padding-top: 92px;
  }

  .pl-lg-92 {
    padding-left: 92px;
  }

  .pr-lg-92 {
    padding-right: 92px;
  }

  .fs-lg-92 {
    font-size: 92px;
  }

  .lh-lg-92 {
    line-height: 92px;
  }

  .gap-lg-92 {
    gap: 92px;
  }

  .br-lg-92 {
    border-radius: 92px;
  }

  .h-lg-92 {
    height: 92px;
  }

  .w-lg-92 {
    width: 92px;
  }

  .m-lg-93 {
    margin: 93px;
  }

  .p-lg-93 {
    padding: 93px;
  }

  .mb-lg-93 {
    margin-bottom: 93px;
  }

  .mt-lg-93 {
    margin-top: 93px;
  }

  .ml-lg-93 {
    margin-left: 93px;
  }

  .mr-lg-93 {
    margin-right: 93px;
  }

  .pb-lg-93 {
    padding-bottom: 93px;
  }

  .pt-lg-93 {
    padding-top: 93px;
  }

  .pl-lg-93 {
    padding-left: 93px;
  }

  .pr-lg-93 {
    padding-right: 93px;
  }

  .fs-lg-93 {
    font-size: 93px;
  }

  .lh-lg-93 {
    line-height: 93px;
  }

  .gap-lg-93 {
    gap: 93px;
  }

  .br-lg-93 {
    border-radius: 93px;
  }

  .h-lg-93 {
    height: 93px;
  }

  .w-lg-93 {
    width: 93px;
  }

  .m-lg-94 {
    margin: 94px;
  }

  .p-lg-94 {
    padding: 94px;
  }

  .mb-lg-94 {
    margin-bottom: 94px;
  }

  .mt-lg-94 {
    margin-top: 94px;
  }

  .ml-lg-94 {
    margin-left: 94px;
  }

  .mr-lg-94 {
    margin-right: 94px;
  }

  .pb-lg-94 {
    padding-bottom: 94px;
  }

  .pt-lg-94 {
    padding-top: 94px;
  }

  .pl-lg-94 {
    padding-left: 94px;
  }

  .pr-lg-94 {
    padding-right: 94px;
  }

  .fs-lg-94 {
    font-size: 94px;
  }

  .lh-lg-94 {
    line-height: 94px;
  }

  .gap-lg-94 {
    gap: 94px;
  }

  .br-lg-94 {
    border-radius: 94px;
  }

  .h-lg-94 {
    height: 94px;
  }

  .w-lg-94 {
    width: 94px;
  }

  .m-lg-95 {
    margin: 95px;
  }

  .p-lg-95 {
    padding: 95px;
  }

  .mb-lg-95 {
    margin-bottom: 95px;
  }

  .mt-lg-95 {
    margin-top: 95px;
  }

  .ml-lg-95 {
    margin-left: 95px;
  }

  .mr-lg-95 {
    margin-right: 95px;
  }

  .pb-lg-95 {
    padding-bottom: 95px;
  }

  .pt-lg-95 {
    padding-top: 95px;
  }

  .pl-lg-95 {
    padding-left: 95px;
  }

  .pr-lg-95 {
    padding-right: 95px;
  }

  .fs-lg-95 {
    font-size: 95px;
  }

  .lh-lg-95 {
    line-height: 95px;
  }

  .gap-lg-95 {
    gap: 95px;
  }

  .br-lg-95 {
    border-radius: 95px;
  }

  .h-lg-95 {
    height: 95px;
  }

  .w-lg-95 {
    width: 95px;
  }

  .m-lg-96 {
    margin: 96px;
  }

  .p-lg-96 {
    padding: 96px;
  }

  .mb-lg-96 {
    margin-bottom: 96px;
  }

  .mt-lg-96 {
    margin-top: 96px;
  }

  .ml-lg-96 {
    margin-left: 96px;
  }

  .mr-lg-96 {
    margin-right: 96px;
  }

  .pb-lg-96 {
    padding-bottom: 96px;
  }

  .pt-lg-96 {
    padding-top: 96px;
  }

  .pl-lg-96 {
    padding-left: 96px;
  }

  .pr-lg-96 {
    padding-right: 96px;
  }

  .fs-lg-96 {
    font-size: 96px;
  }

  .lh-lg-96 {
    line-height: 96px;
  }

  .gap-lg-96 {
    gap: 96px;
  }

  .br-lg-96 {
    border-radius: 96px;
  }

  .h-lg-96 {
    height: 96px;
  }

  .w-lg-96 {
    width: 96px;
  }

  .m-lg-97 {
    margin: 97px;
  }

  .p-lg-97 {
    padding: 97px;
  }

  .mb-lg-97 {
    margin-bottom: 97px;
  }

  .mt-lg-97 {
    margin-top: 97px;
  }

  .ml-lg-97 {
    margin-left: 97px;
  }

  .mr-lg-97 {
    margin-right: 97px;
  }

  .pb-lg-97 {
    padding-bottom: 97px;
  }

  .pt-lg-97 {
    padding-top: 97px;
  }

  .pl-lg-97 {
    padding-left: 97px;
  }

  .pr-lg-97 {
    padding-right: 97px;
  }

  .fs-lg-97 {
    font-size: 97px;
  }

  .lh-lg-97 {
    line-height: 97px;
  }

  .gap-lg-97 {
    gap: 97px;
  }

  .br-lg-97 {
    border-radius: 97px;
  }

  .h-lg-97 {
    height: 97px;
  }

  .w-lg-97 {
    width: 97px;
  }

  .m-lg-98 {
    margin: 98px;
  }

  .p-lg-98 {
    padding: 98px;
  }

  .mb-lg-98 {
    margin-bottom: 98px;
  }

  .mt-lg-98 {
    margin-top: 98px;
  }

  .ml-lg-98 {
    margin-left: 98px;
  }

  .mr-lg-98 {
    margin-right: 98px;
  }

  .pb-lg-98 {
    padding-bottom: 98px;
  }

  .pt-lg-98 {
    padding-top: 98px;
  }

  .pl-lg-98 {
    padding-left: 98px;
  }

  .pr-lg-98 {
    padding-right: 98px;
  }

  .fs-lg-98 {
    font-size: 98px;
  }

  .lh-lg-98 {
    line-height: 98px;
  }

  .gap-lg-98 {
    gap: 98px;
  }

  .br-lg-98 {
    border-radius: 98px;
  }

  .h-lg-98 {
    height: 98px;
  }

  .w-lg-98 {
    width: 98px;
  }

  .m-lg-99 {
    margin: 99px;
  }

  .p-lg-99 {
    padding: 99px;
  }

  .mb-lg-99 {
    margin-bottom: 99px;
  }

  .mt-lg-99 {
    margin-top: 99px;
  }

  .ml-lg-99 {
    margin-left: 99px;
  }

  .mr-lg-99 {
    margin-right: 99px;
  }

  .pb-lg-99 {
    padding-bottom: 99px;
  }

  .pt-lg-99 {
    padding-top: 99px;
  }

  .pl-lg-99 {
    padding-left: 99px;
  }

  .pr-lg-99 {
    padding-right: 99px;
  }

  .fs-lg-99 {
    font-size: 99px;
  }

  .lh-lg-99 {
    line-height: 99px;
  }

  .gap-lg-99 {
    gap: 99px;
  }

  .br-lg-99 {
    border-radius: 99px;
  }

  .h-lg-99 {
    height: 99px;
  }

  .w-lg-99 {
    width: 99px;
  }

  .m-lg-100 {
    margin: 100px;
  }

  .p-lg-100 {
    padding: 100px;
  }

  .mb-lg-100 {
    margin-bottom: 100px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }

  .ml-lg-100 {
    margin-left: 100px;
  }

  .mr-lg-100 {
    margin-right: 100px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pl-lg-100 {
    padding-left: 100px;
  }

  .pr-lg-100 {
    padding-right: 100px;
  }

  .fs-lg-100 {
    font-size: 100px;
  }

  .lh-lg-100 {
    line-height: 100px;
  }

  .gap-lg-100 {
    gap: 100px;
  }

  .br-lg-100 {
    border-radius: 100px;
  }

  .h-lg-100 {
    height: 100px;
  }

  .w-lg-100 {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .m-md-0 {
    margin: 0px;
  }

  .p-md-0 {
    padding: 0px;
  }

  .mb-md-0 {
    margin-bottom: 0px;
  }

  .mt-md-0 {
    margin-top: 0px;
  }

  .ml-md-0 {
    margin-left: 0px;
  }

  .mr-md-0 {
    margin-right: 0px;
  }

  .pb-md-0 {
    padding-bottom: 0px;
  }

  .pt-md-0 {
    padding-top: 0px;
  }

  .pl-md-0 {
    padding-left: 0px;
  }

  .pr-md-0 {
    padding-right: 0px;
  }

  .fs-md-0 {
    font-size: 0px;
  }

  .lh-md-0 {
    line-height: 0px;
  }

  .gap-md-0 {
    gap: 0px;
  }

  .br-md-0 {
    border-radius: 0px;
  }

  .h-md-0 {
    height: 0px;
  }

  .w-md-0 {
    width: 0px;
  }

  .m-md-1 {
    margin: 1px;
  }

  .p-md-1 {
    padding: 1px;
  }

  .mb-md-1 {
    margin-bottom: 1px;
  }

  .mt-md-1 {
    margin-top: 1px;
  }

  .ml-md-1 {
    margin-left: 1px;
  }

  .mr-md-1 {
    margin-right: 1px;
  }

  .pb-md-1 {
    padding-bottom: 1px;
  }

  .pt-md-1 {
    padding-top: 1px;
  }

  .pl-md-1 {
    padding-left: 1px;
  }

  .pr-md-1 {
    padding-right: 1px;
  }

  .fs-md-1 {
    font-size: 1px;
  }

  .lh-md-1 {
    line-height: 1px;
  }

  .gap-md-1 {
    gap: 1px;
  }

  .br-md-1 {
    border-radius: 1px;
  }

  .h-md-1 {
    height: 1px;
  }

  .w-md-1 {
    width: 1px;
  }

  .m-md-2 {
    margin: 2px;
  }

  .p-md-2 {
    padding: 2px;
  }

  .mb-md-2 {
    margin-bottom: 2px;
  }

  .mt-md-2 {
    margin-top: 2px;
  }

  .ml-md-2 {
    margin-left: 2px;
  }

  .mr-md-2 {
    margin-right: 2px;
  }

  .pb-md-2 {
    padding-bottom: 2px;
  }

  .pt-md-2 {
    padding-top: 2px;
  }

  .pl-md-2 {
    padding-left: 2px;
  }

  .pr-md-2 {
    padding-right: 2px;
  }

  .fs-md-2 {
    font-size: 2px;
  }

  .lh-md-2 {
    line-height: 2px;
  }

  .gap-md-2 {
    gap: 2px;
  }

  .br-md-2 {
    border-radius: 2px;
  }

  .h-md-2 {
    height: 2px;
  }

  .w-md-2 {
    width: 2px;
  }

  .m-md-3 {
    margin: 3px;
  }

  .p-md-3 {
    padding: 3px;
  }

  .mb-md-3 {
    margin-bottom: 3px;
  }

  .mt-md-3 {
    margin-top: 3px;
  }

  .ml-md-3 {
    margin-left: 3px;
  }

  .mr-md-3 {
    margin-right: 3px;
  }

  .pb-md-3 {
    padding-bottom: 3px;
  }

  .pt-md-3 {
    padding-top: 3px;
  }

  .pl-md-3 {
    padding-left: 3px;
  }

  .pr-md-3 {
    padding-right: 3px;
  }

  .fs-md-3 {
    font-size: 3px;
  }

  .lh-md-3 {
    line-height: 3px;
  }

  .gap-md-3 {
    gap: 3px;
  }

  .br-md-3 {
    border-radius: 3px;
  }

  .h-md-3 {
    height: 3px;
  }

  .w-md-3 {
    width: 3px;
  }

  .m-md-4 {
    margin: 4px;
  }

  .p-md-4 {
    padding: 4px;
  }

  .mb-md-4 {
    margin-bottom: 4px;
  }

  .mt-md-4 {
    margin-top: 4px;
  }

  .ml-md-4 {
    margin-left: 4px;
  }

  .mr-md-4 {
    margin-right: 4px;
  }

  .pb-md-4 {
    padding-bottom: 4px;
  }

  .pt-md-4 {
    padding-top: 4px;
  }

  .pl-md-4 {
    padding-left: 4px;
  }

  .pr-md-4 {
    padding-right: 4px;
  }

  .fs-md-4 {
    font-size: 4px;
  }

  .lh-md-4 {
    line-height: 4px;
  }

  .gap-md-4 {
    gap: 4px;
  }

  .br-md-4 {
    border-radius: 4px;
  }

  .h-md-4 {
    height: 4px;
  }

  .w-md-4 {
    width: 4px;
  }

  .m-md-5 {
    margin: 5px;
  }

  .p-md-5 {
    padding: 5px;
  }

  .mb-md-5 {
    margin-bottom: 5px;
  }

  .mt-md-5 {
    margin-top: 5px;
  }

  .ml-md-5 {
    margin-left: 5px;
  }

  .mr-md-5 {
    margin-right: 5px;
  }

  .pb-md-5 {
    padding-bottom: 5px;
  }

  .pt-md-5 {
    padding-top: 5px;
  }

  .pl-md-5 {
    padding-left: 5px;
  }

  .pr-md-5 {
    padding-right: 5px;
  }

  .fs-md-5 {
    font-size: 5px;
  }

  .lh-md-5 {
    line-height: 5px;
  }

  .gap-md-5 {
    gap: 5px;
  }

  .br-md-5 {
    border-radius: 5px;
  }

  .h-md-5 {
    height: 5px;
  }

  .w-md-5 {
    width: 5px;
  }

  .m-md-6 {
    margin: 6px;
  }

  .p-md-6 {
    padding: 6px;
  }

  .mb-md-6 {
    margin-bottom: 6px;
  }

  .mt-md-6 {
    margin-top: 6px;
  }

  .ml-md-6 {
    margin-left: 6px;
  }

  .mr-md-6 {
    margin-right: 6px;
  }

  .pb-md-6 {
    padding-bottom: 6px;
  }

  .pt-md-6 {
    padding-top: 6px;
  }

  .pl-md-6 {
    padding-left: 6px;
  }

  .pr-md-6 {
    padding-right: 6px;
  }

  .fs-md-6 {
    font-size: 6px;
  }

  .lh-md-6 {
    line-height: 6px;
  }

  .gap-md-6 {
    gap: 6px;
  }

  .br-md-6 {
    border-radius: 6px;
  }

  .h-md-6 {
    height: 6px;
  }

  .w-md-6 {
    width: 6px;
  }

  .m-md-7 {
    margin: 7px;
  }

  .p-md-7 {
    padding: 7px;
  }

  .mb-md-7 {
    margin-bottom: 7px;
  }

  .mt-md-7 {
    margin-top: 7px;
  }

  .ml-md-7 {
    margin-left: 7px;
  }

  .mr-md-7 {
    margin-right: 7px;
  }

  .pb-md-7 {
    padding-bottom: 7px;
  }

  .pt-md-7 {
    padding-top: 7px;
  }

  .pl-md-7 {
    padding-left: 7px;
  }

  .pr-md-7 {
    padding-right: 7px;
  }

  .fs-md-7 {
    font-size: 7px;
  }

  .lh-md-7 {
    line-height: 7px;
  }

  .gap-md-7 {
    gap: 7px;
  }

  .br-md-7 {
    border-radius: 7px;
  }

  .h-md-7 {
    height: 7px;
  }

  .w-md-7 {
    width: 7px;
  }

  .m-md-8 {
    margin: 8px;
  }

  .p-md-8 {
    padding: 8px;
  }

  .mb-md-8 {
    margin-bottom: 8px;
  }

  .mt-md-8 {
    margin-top: 8px;
  }

  .ml-md-8 {
    margin-left: 8px;
  }

  .mr-md-8 {
    margin-right: 8px;
  }

  .pb-md-8 {
    padding-bottom: 8px;
  }

  .pt-md-8 {
    padding-top: 8px;
  }

  .pl-md-8 {
    padding-left: 8px;
  }

  .pr-md-8 {
    padding-right: 8px;
  }

  .fs-md-8 {
    font-size: 8px;
  }

  .lh-md-8 {
    line-height: 8px;
  }

  .gap-md-8 {
    gap: 8px;
  }

  .br-md-8 {
    border-radius: 8px;
  }

  .h-md-8 {
    height: 8px;
  }

  .w-md-8 {
    width: 8px;
  }

  .m-md-9 {
    margin: 9px;
  }

  .p-md-9 {
    padding: 9px;
  }

  .mb-md-9 {
    margin-bottom: 9px;
  }

  .mt-md-9 {
    margin-top: 9px;
  }

  .ml-md-9 {
    margin-left: 9px;
  }

  .mr-md-9 {
    margin-right: 9px;
  }

  .pb-md-9 {
    padding-bottom: 9px;
  }

  .pt-md-9 {
    padding-top: 9px;
  }

  .pl-md-9 {
    padding-left: 9px;
  }

  .pr-md-9 {
    padding-right: 9px;
  }

  .fs-md-9 {
    font-size: 9px;
  }

  .lh-md-9 {
    line-height: 9px;
  }

  .gap-md-9 {
    gap: 9px;
  }

  .br-md-9 {
    border-radius: 9px;
  }

  .h-md-9 {
    height: 9px;
  }

  .w-md-9 {
    width: 9px;
  }

  .m-md-10 {
    margin: 10px;
  }

  .p-md-10 {
    padding: 10px;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mt-md-10 {
    margin-top: 10px;
  }

  .ml-md-10 {
    margin-left: 10px;
  }

  .mr-md-10 {
    margin-right: 10px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .pl-md-10 {
    padding-left: 10px;
  }

  .pr-md-10 {
    padding-right: 10px;
  }

  .fs-md-10 {
    font-size: 10px;
  }

  .lh-md-10 {
    line-height: 10px;
  }

  .gap-md-10 {
    gap: 10px;
  }

  .br-md-10 {
    border-radius: 10px;
  }

  .h-md-10 {
    height: 10px;
  }

  .w-md-10 {
    width: 10px;
  }

  .m-md-11 {
    margin: 11px;
  }

  .p-md-11 {
    padding: 11px;
  }

  .mb-md-11 {
    margin-bottom: 11px;
  }

  .mt-md-11 {
    margin-top: 11px;
  }

  .ml-md-11 {
    margin-left: 11px;
  }

  .mr-md-11 {
    margin-right: 11px;
  }

  .pb-md-11 {
    padding-bottom: 11px;
  }

  .pt-md-11 {
    padding-top: 11px;
  }

  .pl-md-11 {
    padding-left: 11px;
  }

  .pr-md-11 {
    padding-right: 11px;
  }

  .fs-md-11 {
    font-size: 11px;
  }

  .lh-md-11 {
    line-height: 11px;
  }

  .gap-md-11 {
    gap: 11px;
  }

  .br-md-11 {
    border-radius: 11px;
  }

  .h-md-11 {
    height: 11px;
  }

  .w-md-11 {
    width: 11px;
  }

  .m-md-12 {
    margin: 12px;
  }

  .p-md-12 {
    padding: 12px;
  }

  .mb-md-12 {
    margin-bottom: 12px;
  }

  .mt-md-12 {
    margin-top: 12px;
  }

  .ml-md-12 {
    margin-left: 12px;
  }

  .mr-md-12 {
    margin-right: 12px;
  }

  .pb-md-12 {
    padding-bottom: 12px;
  }

  .pt-md-12 {
    padding-top: 12px;
  }

  .pl-md-12 {
    padding-left: 12px;
  }

  .pr-md-12 {
    padding-right: 12px;
  }

  .fs-md-12 {
    font-size: 12px;
  }

  .lh-md-12 {
    line-height: 12px;
  }

  .gap-md-12 {
    gap: 12px;
  }

  .br-md-12 {
    border-radius: 12px;
  }

  .h-md-12 {
    height: 12px;
  }

  .w-md-12 {
    width: 12px;
  }

  .m-md-13 {
    margin: 13px;
  }

  .p-md-13 {
    padding: 13px;
  }

  .mb-md-13 {
    margin-bottom: 13px;
  }

  .mt-md-13 {
    margin-top: 13px;
  }

  .ml-md-13 {
    margin-left: 13px;
  }

  .mr-md-13 {
    margin-right: 13px;
  }

  .pb-md-13 {
    padding-bottom: 13px;
  }

  .pt-md-13 {
    padding-top: 13px;
  }

  .pl-md-13 {
    padding-left: 13px;
  }

  .pr-md-13 {
    padding-right: 13px;
  }

  .fs-md-13 {
    font-size: 13px;
  }

  .lh-md-13 {
    line-height: 13px;
  }

  .gap-md-13 {
    gap: 13px;
  }

  .br-md-13 {
    border-radius: 13px;
  }

  .h-md-13 {
    height: 13px;
  }

  .w-md-13 {
    width: 13px;
  }

  .m-md-14 {
    margin: 14px;
  }

  .p-md-14 {
    padding: 14px;
  }

  .mb-md-14 {
    margin-bottom: 14px;
  }

  .mt-md-14 {
    margin-top: 14px;
  }

  .ml-md-14 {
    margin-left: 14px;
  }

  .mr-md-14 {
    margin-right: 14px;
  }

  .pb-md-14 {
    padding-bottom: 14px;
  }

  .pt-md-14 {
    padding-top: 14px;
  }

  .pl-md-14 {
    padding-left: 14px;
  }

  .pr-md-14 {
    padding-right: 14px;
  }

  .fs-md-14 {
    font-size: 14px;
  }

  .lh-md-14 {
    line-height: 14px;
  }

  .gap-md-14 {
    gap: 14px;
  }

  .br-md-14 {
    border-radius: 14px;
  }

  .h-md-14 {
    height: 14px;
  }

  .w-md-14 {
    width: 14px;
  }

  .m-md-15 {
    margin: 15px;
  }

  .p-md-15 {
    padding: 15px;
  }

  .mb-md-15 {
    margin-bottom: 15px;
  }

  .mt-md-15 {
    margin-top: 15px;
  }

  .ml-md-15 {
    margin-left: 15px;
  }

  .mr-md-15 {
    margin-right: 15px;
  }

  .pb-md-15 {
    padding-bottom: 15px;
  }

  .pt-md-15 {
    padding-top: 15px;
  }

  .pl-md-15 {
    padding-left: 15px;
  }

  .pr-md-15 {
    padding-right: 15px;
  }

  .fs-md-15 {
    font-size: 15px;
  }

  .lh-md-15 {
    line-height: 15px;
  }

  .gap-md-15 {
    gap: 15px;
  }

  .br-md-15 {
    border-radius: 15px;
  }

  .h-md-15 {
    height: 15px;
  }

  .w-md-15 {
    width: 15px;
  }

  .m-md-16 {
    margin: 16px;
  }

  .p-md-16 {
    padding: 16px;
  }

  .mb-md-16 {
    margin-bottom: 16px;
  }

  .mt-md-16 {
    margin-top: 16px;
  }

  .ml-md-16 {
    margin-left: 16px;
  }

  .mr-md-16 {
    margin-right: 16px;
  }

  .pb-md-16 {
    padding-bottom: 16px;
  }

  .pt-md-16 {
    padding-top: 16px;
  }

  .pl-md-16 {
    padding-left: 16px;
  }

  .pr-md-16 {
    padding-right: 16px;
  }

  .fs-md-16 {
    font-size: 16px;
  }

  .lh-md-16 {
    line-height: 16px;
  }

  .gap-md-16 {
    gap: 16px;
  }

  .br-md-16 {
    border-radius: 16px;
  }

  .h-md-16 {
    height: 16px;
  }

  .w-md-16 {
    width: 16px;
  }

  .m-md-17 {
    margin: 17px;
  }

  .p-md-17 {
    padding: 17px;
  }

  .mb-md-17 {
    margin-bottom: 17px;
  }

  .mt-md-17 {
    margin-top: 17px;
  }

  .ml-md-17 {
    margin-left: 17px;
  }

  .mr-md-17 {
    margin-right: 17px;
  }

  .pb-md-17 {
    padding-bottom: 17px;
  }

  .pt-md-17 {
    padding-top: 17px;
  }

  .pl-md-17 {
    padding-left: 17px;
  }

  .pr-md-17 {
    padding-right: 17px;
  }

  .fs-md-17 {
    font-size: 17px;
  }

  .lh-md-17 {
    line-height: 17px;
  }

  .gap-md-17 {
    gap: 17px;
  }

  .br-md-17 {
    border-radius: 17px;
  }

  .h-md-17 {
    height: 17px;
  }

  .w-md-17 {
    width: 17px;
  }

  .m-md-18 {
    margin: 18px;
  }

  .p-md-18 {
    padding: 18px;
  }

  .mb-md-18 {
    margin-bottom: 18px;
  }

  .mt-md-18 {
    margin-top: 18px;
  }

  .ml-md-18 {
    margin-left: 18px;
  }

  .mr-md-18 {
    margin-right: 18px;
  }

  .pb-md-18 {
    padding-bottom: 18px;
  }

  .pt-md-18 {
    padding-top: 18px;
  }

  .pl-md-18 {
    padding-left: 18px;
  }

  .pr-md-18 {
    padding-right: 18px;
  }

  .fs-md-18 {
    font-size: 18px;
  }

  .lh-md-18 {
    line-height: 18px;
  }

  .gap-md-18 {
    gap: 18px;
  }

  .br-md-18 {
    border-radius: 18px;
  }

  .h-md-18 {
    height: 18px;
  }

  .w-md-18 {
    width: 18px;
  }

  .m-md-19 {
    margin: 19px;
  }

  .p-md-19 {
    padding: 19px;
  }

  .mb-md-19 {
    margin-bottom: 19px;
  }

  .mt-md-19 {
    margin-top: 19px;
  }

  .ml-md-19 {
    margin-left: 19px;
  }

  .mr-md-19 {
    margin-right: 19px;
  }

  .pb-md-19 {
    padding-bottom: 19px;
  }

  .pt-md-19 {
    padding-top: 19px;
  }

  .pl-md-19 {
    padding-left: 19px;
  }

  .pr-md-19 {
    padding-right: 19px;
  }

  .fs-md-19 {
    font-size: 19px;
  }

  .lh-md-19 {
    line-height: 19px;
  }

  .gap-md-19 {
    gap: 19px;
  }

  .br-md-19 {
    border-radius: 19px;
  }

  .h-md-19 {
    height: 19px;
  }

  .w-md-19 {
    width: 19px;
  }

  .m-md-20 {
    margin: 20px;
  }

  .p-md-20 {
    padding: 20px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .ml-md-20 {
    margin-left: 20px;
  }

  .mr-md-20 {
    margin-right: 20px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .pr-md-20 {
    padding-right: 20px;
  }

  .fs-md-20 {
    font-size: 20px;
  }

  .lh-md-20 {
    line-height: 20px;
  }

  .gap-md-20 {
    gap: 20px;
  }

  .br-md-20 {
    border-radius: 20px;
  }

  .h-md-20 {
    height: 20px;
  }

  .w-md-20 {
    width: 20px;
  }

  .m-md-21 {
    margin: 21px;
  }

  .p-md-21 {
    padding: 21px;
  }

  .mb-md-21 {
    margin-bottom: 21px;
  }

  .mt-md-21 {
    margin-top: 21px;
  }

  .ml-md-21 {
    margin-left: 21px;
  }

  .mr-md-21 {
    margin-right: 21px;
  }

  .pb-md-21 {
    padding-bottom: 21px;
  }

  .pt-md-21 {
    padding-top: 21px;
  }

  .pl-md-21 {
    padding-left: 21px;
  }

  .pr-md-21 {
    padding-right: 21px;
  }

  .fs-md-21 {
    font-size: 21px;
  }

  .lh-md-21 {
    line-height: 21px;
  }

  .gap-md-21 {
    gap: 21px;
  }

  .br-md-21 {
    border-radius: 21px;
  }

  .h-md-21 {
    height: 21px;
  }

  .w-md-21 {
    width: 21px;
  }

  .m-md-22 {
    margin: 22px;
  }

  .p-md-22 {
    padding: 22px;
  }

  .mb-md-22 {
    margin-bottom: 22px;
  }

  .mt-md-22 {
    margin-top: 22px;
  }

  .ml-md-22 {
    margin-left: 22px;
  }

  .mr-md-22 {
    margin-right: 22px;
  }

  .pb-md-22 {
    padding-bottom: 22px;
  }

  .pt-md-22 {
    padding-top: 22px;
  }

  .pl-md-22 {
    padding-left: 22px;
  }

  .pr-md-22 {
    padding-right: 22px;
  }

  .fs-md-22 {
    font-size: 22px;
  }

  .lh-md-22 {
    line-height: 22px;
  }

  .gap-md-22 {
    gap: 22px;
  }

  .br-md-22 {
    border-radius: 22px;
  }

  .h-md-22 {
    height: 22px;
  }

  .w-md-22 {
    width: 22px;
  }

  .m-md-23 {
    margin: 23px;
  }

  .p-md-23 {
    padding: 23px;
  }

  .mb-md-23 {
    margin-bottom: 23px;
  }

  .mt-md-23 {
    margin-top: 23px;
  }

  .ml-md-23 {
    margin-left: 23px;
  }

  .mr-md-23 {
    margin-right: 23px;
  }

  .pb-md-23 {
    padding-bottom: 23px;
  }

  .pt-md-23 {
    padding-top: 23px;
  }

  .pl-md-23 {
    padding-left: 23px;
  }

  .pr-md-23 {
    padding-right: 23px;
  }

  .fs-md-23 {
    font-size: 23px;
  }

  .lh-md-23 {
    line-height: 23px;
  }

  .gap-md-23 {
    gap: 23px;
  }

  .br-md-23 {
    border-radius: 23px;
  }

  .h-md-23 {
    height: 23px;
  }

  .w-md-23 {
    width: 23px;
  }

  .m-md-24 {
    margin: 24px;
  }

  .p-md-24 {
    padding: 24px;
  }

  .mb-md-24 {
    margin-bottom: 24px;
  }

  .mt-md-24 {
    margin-top: 24px;
  }

  .ml-md-24 {
    margin-left: 24px;
  }

  .mr-md-24 {
    margin-right: 24px;
  }

  .pb-md-24 {
    padding-bottom: 24px;
  }

  .pt-md-24 {
    padding-top: 24px;
  }

  .pl-md-24 {
    padding-left: 24px;
  }

  .pr-md-24 {
    padding-right: 24px;
  }

  .fs-md-24 {
    font-size: 24px;
  }

  .lh-md-24 {
    line-height: 24px;
  }

  .gap-md-24 {
    gap: 24px;
  }

  .br-md-24 {
    border-radius: 24px;
  }

  .h-md-24 {
    height: 24px;
  }

  .w-md-24 {
    width: 24px;
  }

  .m-md-25 {
    margin: 25px;
  }

  .p-md-25 {
    padding: 25px;
  }

  .mb-md-25 {
    margin-bottom: 25px;
  }

  .mt-md-25 {
    margin-top: 25px;
  }

  .ml-md-25 {
    margin-left: 25px;
  }

  .mr-md-25 {
    margin-right: 25px;
  }

  .pb-md-25 {
    padding-bottom: 25px;
  }

  .pt-md-25 {
    padding-top: 25px;
  }

  .pl-md-25 {
    padding-left: 25px;
  }

  .pr-md-25 {
    padding-right: 25px;
  }

  .fs-md-25 {
    font-size: 25px;
  }

  .lh-md-25 {
    line-height: 25px;
  }

  .gap-md-25 {
    gap: 25px;
  }

  .br-md-25 {
    border-radius: 25px;
  }

  .h-md-25 {
    height: 25px;
  }

  .w-md-25 {
    width: 25px;
  }

  .m-md-26 {
    margin: 26px;
  }

  .p-md-26 {
    padding: 26px;
  }

  .mb-md-26 {
    margin-bottom: 26px;
  }

  .mt-md-26 {
    margin-top: 26px;
  }

  .ml-md-26 {
    margin-left: 26px;
  }

  .mr-md-26 {
    margin-right: 26px;
  }

  .pb-md-26 {
    padding-bottom: 26px;
  }

  .pt-md-26 {
    padding-top: 26px;
  }

  .pl-md-26 {
    padding-left: 26px;
  }

  .pr-md-26 {
    padding-right: 26px;
  }

  .fs-md-26 {
    font-size: 26px;
  }

  .lh-md-26 {
    line-height: 26px;
  }

  .gap-md-26 {
    gap: 26px;
  }

  .br-md-26 {
    border-radius: 26px;
  }

  .h-md-26 {
    height: 26px;
  }

  .w-md-26 {
    width: 26px;
  }

  .m-md-27 {
    margin: 27px;
  }

  .p-md-27 {
    padding: 27px;
  }

  .mb-md-27 {
    margin-bottom: 27px;
  }

  .mt-md-27 {
    margin-top: 27px;
  }

  .ml-md-27 {
    margin-left: 27px;
  }

  .mr-md-27 {
    margin-right: 27px;
  }

  .pb-md-27 {
    padding-bottom: 27px;
  }

  .pt-md-27 {
    padding-top: 27px;
  }

  .pl-md-27 {
    padding-left: 27px;
  }

  .pr-md-27 {
    padding-right: 27px;
  }

  .fs-md-27 {
    font-size: 27px;
  }

  .lh-md-27 {
    line-height: 27px;
  }

  .gap-md-27 {
    gap: 27px;
  }

  .br-md-27 {
    border-radius: 27px;
  }

  .h-md-27 {
    height: 27px;
  }

  .w-md-27 {
    width: 27px;
  }

  .m-md-28 {
    margin: 28px;
  }

  .p-md-28 {
    padding: 28px;
  }

  .mb-md-28 {
    margin-bottom: 28px;
  }

  .mt-md-28 {
    margin-top: 28px;
  }

  .ml-md-28 {
    margin-left: 28px;
  }

  .mr-md-28 {
    margin-right: 28px;
  }

  .pb-md-28 {
    padding-bottom: 28px;
  }

  .pt-md-28 {
    padding-top: 28px;
  }

  .pl-md-28 {
    padding-left: 28px;
  }

  .pr-md-28 {
    padding-right: 28px;
  }

  .fs-md-28 {
    font-size: 28px;
  }

  .lh-md-28 {
    line-height: 28px;
  }

  .gap-md-28 {
    gap: 28px;
  }

  .br-md-28 {
    border-radius: 28px;
  }

  .h-md-28 {
    height: 28px;
  }

  .w-md-28 {
    width: 28px;
  }

  .m-md-29 {
    margin: 29px;
  }

  .p-md-29 {
    padding: 29px;
  }

  .mb-md-29 {
    margin-bottom: 29px;
  }

  .mt-md-29 {
    margin-top: 29px;
  }

  .ml-md-29 {
    margin-left: 29px;
  }

  .mr-md-29 {
    margin-right: 29px;
  }

  .pb-md-29 {
    padding-bottom: 29px;
  }

  .pt-md-29 {
    padding-top: 29px;
  }

  .pl-md-29 {
    padding-left: 29px;
  }

  .pr-md-29 {
    padding-right: 29px;
  }

  .fs-md-29 {
    font-size: 29px;
  }

  .lh-md-29 {
    line-height: 29px;
  }

  .gap-md-29 {
    gap: 29px;
  }

  .br-md-29 {
    border-radius: 29px;
  }

  .h-md-29 {
    height: 29px;
  }

  .w-md-29 {
    width: 29px;
  }

  .m-md-30 {
    margin: 30px;
  }

  .p-md-30 {
    padding: 30px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .ml-md-30 {
    margin-left: 30px;
  }

  .mr-md-30 {
    margin-right: 30px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .fs-md-30 {
    font-size: 30px;
  }

  .lh-md-30 {
    line-height: 30px;
  }

  .gap-md-30 {
    gap: 30px;
  }

  .br-md-30 {
    border-radius: 30px;
  }

  .h-md-30 {
    height: 30px;
  }

  .w-md-30 {
    width: 30px;
  }

  .m-md-31 {
    margin: 31px;
  }

  .p-md-31 {
    padding: 31px;
  }

  .mb-md-31 {
    margin-bottom: 31px;
  }

  .mt-md-31 {
    margin-top: 31px;
  }

  .ml-md-31 {
    margin-left: 31px;
  }

  .mr-md-31 {
    margin-right: 31px;
  }

  .pb-md-31 {
    padding-bottom: 31px;
  }

  .pt-md-31 {
    padding-top: 31px;
  }

  .pl-md-31 {
    padding-left: 31px;
  }

  .pr-md-31 {
    padding-right: 31px;
  }

  .fs-md-31 {
    font-size: 31px;
  }

  .lh-md-31 {
    line-height: 31px;
  }

  .gap-md-31 {
    gap: 31px;
  }

  .br-md-31 {
    border-radius: 31px;
  }

  .h-md-31 {
    height: 31px;
  }

  .w-md-31 {
    width: 31px;
  }

  .m-md-32 {
    margin: 32px;
  }

  .p-md-32 {
    padding: 32px;
  }

  .mb-md-32 {
    margin-bottom: 32px;
  }

  .mt-md-32 {
    margin-top: 32px;
  }

  .ml-md-32 {
    margin-left: 32px;
  }

  .mr-md-32 {
    margin-right: 32px;
  }

  .pb-md-32 {
    padding-bottom: 32px;
  }

  .pt-md-32 {
    padding-top: 32px;
  }

  .pl-md-32 {
    padding-left: 32px;
  }

  .pr-md-32 {
    padding-right: 32px;
  }

  .fs-md-32 {
    font-size: 32px;
  }

  .lh-md-32 {
    line-height: 32px;
  }

  .gap-md-32 {
    gap: 32px;
  }

  .br-md-32 {
    border-radius: 32px;
  }

  .h-md-32 {
    height: 32px;
  }

  .w-md-32 {
    width: 32px;
  }

  .m-md-33 {
    margin: 33px;
  }

  .p-md-33 {
    padding: 33px;
  }

  .mb-md-33 {
    margin-bottom: 33px;
  }

  .mt-md-33 {
    margin-top: 33px;
  }

  .ml-md-33 {
    margin-left: 33px;
  }

  .mr-md-33 {
    margin-right: 33px;
  }

  .pb-md-33 {
    padding-bottom: 33px;
  }

  .pt-md-33 {
    padding-top: 33px;
  }

  .pl-md-33 {
    padding-left: 33px;
  }

  .pr-md-33 {
    padding-right: 33px;
  }

  .fs-md-33 {
    font-size: 33px;
  }

  .lh-md-33 {
    line-height: 33px;
  }

  .gap-md-33 {
    gap: 33px;
  }

  .br-md-33 {
    border-radius: 33px;
  }

  .h-md-33 {
    height: 33px;
  }

  .w-md-33 {
    width: 33px;
  }

  .m-md-34 {
    margin: 34px;
  }

  .p-md-34 {
    padding: 34px;
  }

  .mb-md-34 {
    margin-bottom: 34px;
  }

  .mt-md-34 {
    margin-top: 34px;
  }

  .ml-md-34 {
    margin-left: 34px;
  }

  .mr-md-34 {
    margin-right: 34px;
  }

  .pb-md-34 {
    padding-bottom: 34px;
  }

  .pt-md-34 {
    padding-top: 34px;
  }

  .pl-md-34 {
    padding-left: 34px;
  }

  .pr-md-34 {
    padding-right: 34px;
  }

  .fs-md-34 {
    font-size: 34px;
  }

  .lh-md-34 {
    line-height: 34px;
  }

  .gap-md-34 {
    gap: 34px;
  }

  .br-md-34 {
    border-radius: 34px;
  }

  .h-md-34 {
    height: 34px;
  }

  .w-md-34 {
    width: 34px;
  }

  .m-md-35 {
    margin: 35px;
  }

  .p-md-35 {
    padding: 35px;
  }

  .mb-md-35 {
    margin-bottom: 35px;
  }

  .mt-md-35 {
    margin-top: 35px;
  }

  .ml-md-35 {
    margin-left: 35px;
  }

  .mr-md-35 {
    margin-right: 35px;
  }

  .pb-md-35 {
    padding-bottom: 35px;
  }

  .pt-md-35 {
    padding-top: 35px;
  }

  .pl-md-35 {
    padding-left: 35px;
  }

  .pr-md-35 {
    padding-right: 35px;
  }

  .fs-md-35 {
    font-size: 35px;
  }

  .lh-md-35 {
    line-height: 35px;
  }

  .gap-md-35 {
    gap: 35px;
  }

  .br-md-35 {
    border-radius: 35px;
  }

  .h-md-35 {
    height: 35px;
  }

  .w-md-35 {
    width: 35px;
  }

  .m-md-36 {
    margin: 36px;
  }

  .p-md-36 {
    padding: 36px;
  }

  .mb-md-36 {
    margin-bottom: 36px;
  }

  .mt-md-36 {
    margin-top: 36px;
  }

  .ml-md-36 {
    margin-left: 36px;
  }

  .mr-md-36 {
    margin-right: 36px;
  }

  .pb-md-36 {
    padding-bottom: 36px;
  }

  .pt-md-36 {
    padding-top: 36px;
  }

  .pl-md-36 {
    padding-left: 36px;
  }

  .pr-md-36 {
    padding-right: 36px;
  }

  .fs-md-36 {
    font-size: 36px;
  }

  .lh-md-36 {
    line-height: 36px;
  }

  .gap-md-36 {
    gap: 36px;
  }

  .br-md-36 {
    border-radius: 36px;
  }

  .h-md-36 {
    height: 36px;
  }

  .w-md-36 {
    width: 36px;
  }

  .m-md-37 {
    margin: 37px;
  }

  .p-md-37 {
    padding: 37px;
  }

  .mb-md-37 {
    margin-bottom: 37px;
  }

  .mt-md-37 {
    margin-top: 37px;
  }

  .ml-md-37 {
    margin-left: 37px;
  }

  .mr-md-37 {
    margin-right: 37px;
  }

  .pb-md-37 {
    padding-bottom: 37px;
  }

  .pt-md-37 {
    padding-top: 37px;
  }

  .pl-md-37 {
    padding-left: 37px;
  }

  .pr-md-37 {
    padding-right: 37px;
  }

  .fs-md-37 {
    font-size: 37px;
  }

  .lh-md-37 {
    line-height: 37px;
  }

  .gap-md-37 {
    gap: 37px;
  }

  .br-md-37 {
    border-radius: 37px;
  }

  .h-md-37 {
    height: 37px;
  }

  .w-md-37 {
    width: 37px;
  }

  .m-md-38 {
    margin: 38px;
  }

  .p-md-38 {
    padding: 38px;
  }

  .mb-md-38 {
    margin-bottom: 38px;
  }

  .mt-md-38 {
    margin-top: 38px;
  }

  .ml-md-38 {
    margin-left: 38px;
  }

  .mr-md-38 {
    margin-right: 38px;
  }

  .pb-md-38 {
    padding-bottom: 38px;
  }

  .pt-md-38 {
    padding-top: 38px;
  }

  .pl-md-38 {
    padding-left: 38px;
  }

  .pr-md-38 {
    padding-right: 38px;
  }

  .fs-md-38 {
    font-size: 38px;
  }

  .lh-md-38 {
    line-height: 38px;
  }

  .gap-md-38 {
    gap: 38px;
  }

  .br-md-38 {
    border-radius: 38px;
  }

  .h-md-38 {
    height: 38px;
  }

  .w-md-38 {
    width: 38px;
  }

  .m-md-39 {
    margin: 39px;
  }

  .p-md-39 {
    padding: 39px;
  }

  .mb-md-39 {
    margin-bottom: 39px;
  }

  .mt-md-39 {
    margin-top: 39px;
  }

  .ml-md-39 {
    margin-left: 39px;
  }

  .mr-md-39 {
    margin-right: 39px;
  }

  .pb-md-39 {
    padding-bottom: 39px;
  }

  .pt-md-39 {
    padding-top: 39px;
  }

  .pl-md-39 {
    padding-left: 39px;
  }

  .pr-md-39 {
    padding-right: 39px;
  }

  .fs-md-39 {
    font-size: 39px;
  }

  .lh-md-39 {
    line-height: 39px;
  }

  .gap-md-39 {
    gap: 39px;
  }

  .br-md-39 {
    border-radius: 39px;
  }

  .h-md-39 {
    height: 39px;
  }

  .w-md-39 {
    width: 39px;
  }

  .m-md-40 {
    margin: 40px;
  }

  .p-md-40 {
    padding: 40px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .mr-md-40 {
    margin-right: 40px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pl-md-40 {
    padding-left: 40px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .fs-md-40 {
    font-size: 40px;
  }

  .lh-md-40 {
    line-height: 40px;
  }

  .gap-md-40 {
    gap: 40px;
  }

  .br-md-40 {
    border-radius: 40px;
  }

  .h-md-40 {
    height: 40px;
  }

  .w-md-40 {
    width: 40px;
  }

  .m-md-41 {
    margin: 41px;
  }

  .p-md-41 {
    padding: 41px;
  }

  .mb-md-41 {
    margin-bottom: 41px;
  }

  .mt-md-41 {
    margin-top: 41px;
  }

  .ml-md-41 {
    margin-left: 41px;
  }

  .mr-md-41 {
    margin-right: 41px;
  }

  .pb-md-41 {
    padding-bottom: 41px;
  }

  .pt-md-41 {
    padding-top: 41px;
  }

  .pl-md-41 {
    padding-left: 41px;
  }

  .pr-md-41 {
    padding-right: 41px;
  }

  .fs-md-41 {
    font-size: 41px;
  }

  .lh-md-41 {
    line-height: 41px;
  }

  .gap-md-41 {
    gap: 41px;
  }

  .br-md-41 {
    border-radius: 41px;
  }

  .h-md-41 {
    height: 41px;
  }

  .w-md-41 {
    width: 41px;
  }

  .m-md-42 {
    margin: 42px;
  }

  .p-md-42 {
    padding: 42px;
  }

  .mb-md-42 {
    margin-bottom: 42px;
  }

  .mt-md-42 {
    margin-top: 42px;
  }

  .ml-md-42 {
    margin-left: 42px;
  }

  .mr-md-42 {
    margin-right: 42px;
  }

  .pb-md-42 {
    padding-bottom: 42px;
  }

  .pt-md-42 {
    padding-top: 42px;
  }

  .pl-md-42 {
    padding-left: 42px;
  }

  .pr-md-42 {
    padding-right: 42px;
  }

  .fs-md-42 {
    font-size: 42px;
  }

  .lh-md-42 {
    line-height: 42px;
  }

  .gap-md-42 {
    gap: 42px;
  }

  .br-md-42 {
    border-radius: 42px;
  }

  .h-md-42 {
    height: 42px;
  }

  .w-md-42 {
    width: 42px;
  }

  .m-md-43 {
    margin: 43px;
  }

  .p-md-43 {
    padding: 43px;
  }

  .mb-md-43 {
    margin-bottom: 43px;
  }

  .mt-md-43 {
    margin-top: 43px;
  }

  .ml-md-43 {
    margin-left: 43px;
  }

  .mr-md-43 {
    margin-right: 43px;
  }

  .pb-md-43 {
    padding-bottom: 43px;
  }

  .pt-md-43 {
    padding-top: 43px;
  }

  .pl-md-43 {
    padding-left: 43px;
  }

  .pr-md-43 {
    padding-right: 43px;
  }

  .fs-md-43 {
    font-size: 43px;
  }

  .lh-md-43 {
    line-height: 43px;
  }

  .gap-md-43 {
    gap: 43px;
  }

  .br-md-43 {
    border-radius: 43px;
  }

  .h-md-43 {
    height: 43px;
  }

  .w-md-43 {
    width: 43px;
  }

  .m-md-44 {
    margin: 44px;
  }

  .p-md-44 {
    padding: 44px;
  }

  .mb-md-44 {
    margin-bottom: 44px;
  }

  .mt-md-44 {
    margin-top: 44px;
  }

  .ml-md-44 {
    margin-left: 44px;
  }

  .mr-md-44 {
    margin-right: 44px;
  }

  .pb-md-44 {
    padding-bottom: 44px;
  }

  .pt-md-44 {
    padding-top: 44px;
  }

  .pl-md-44 {
    padding-left: 44px;
  }

  .pr-md-44 {
    padding-right: 44px;
  }

  .fs-md-44 {
    font-size: 44px;
  }

  .lh-md-44 {
    line-height: 44px;
  }

  .gap-md-44 {
    gap: 44px;
  }

  .br-md-44 {
    border-radius: 44px;
  }

  .h-md-44 {
    height: 44px;
  }

  .w-md-44 {
    width: 44px;
  }

  .m-md-45 {
    margin: 45px;
  }

  .p-md-45 {
    padding: 45px;
  }

  .mb-md-45 {
    margin-bottom: 45px;
  }

  .mt-md-45 {
    margin-top: 45px;
  }

  .ml-md-45 {
    margin-left: 45px;
  }

  .mr-md-45 {
    margin-right: 45px;
  }

  .pb-md-45 {
    padding-bottom: 45px;
  }

  .pt-md-45 {
    padding-top: 45px;
  }

  .pl-md-45 {
    padding-left: 45px;
  }

  .pr-md-45 {
    padding-right: 45px;
  }

  .fs-md-45 {
    font-size: 45px;
  }

  .lh-md-45 {
    line-height: 45px;
  }

  .gap-md-45 {
    gap: 45px;
  }

  .br-md-45 {
    border-radius: 45px;
  }

  .h-md-45 {
    height: 45px;
  }

  .w-md-45 {
    width: 45px;
  }

  .m-md-46 {
    margin: 46px;
  }

  .p-md-46 {
    padding: 46px;
  }

  .mb-md-46 {
    margin-bottom: 46px;
  }

  .mt-md-46 {
    margin-top: 46px;
  }

  .ml-md-46 {
    margin-left: 46px;
  }

  .mr-md-46 {
    margin-right: 46px;
  }

  .pb-md-46 {
    padding-bottom: 46px;
  }

  .pt-md-46 {
    padding-top: 46px;
  }

  .pl-md-46 {
    padding-left: 46px;
  }

  .pr-md-46 {
    padding-right: 46px;
  }

  .fs-md-46 {
    font-size: 46px;
  }

  .lh-md-46 {
    line-height: 46px;
  }

  .gap-md-46 {
    gap: 46px;
  }

  .br-md-46 {
    border-radius: 46px;
  }

  .h-md-46 {
    height: 46px;
  }

  .w-md-46 {
    width: 46px;
  }

  .m-md-47 {
    margin: 47px;
  }

  .p-md-47 {
    padding: 47px;
  }

  .mb-md-47 {
    margin-bottom: 47px;
  }

  .mt-md-47 {
    margin-top: 47px;
  }

  .ml-md-47 {
    margin-left: 47px;
  }

  .mr-md-47 {
    margin-right: 47px;
  }

  .pb-md-47 {
    padding-bottom: 47px;
  }

  .pt-md-47 {
    padding-top: 47px;
  }

  .pl-md-47 {
    padding-left: 47px;
  }

  .pr-md-47 {
    padding-right: 47px;
  }

  .fs-md-47 {
    font-size: 47px;
  }

  .lh-md-47 {
    line-height: 47px;
  }

  .gap-md-47 {
    gap: 47px;
  }

  .br-md-47 {
    border-radius: 47px;
  }

  .h-md-47 {
    height: 47px;
  }

  .w-md-47 {
    width: 47px;
  }

  .m-md-48 {
    margin: 48px;
  }

  .p-md-48 {
    padding: 48px;
  }

  .mb-md-48 {
    margin-bottom: 48px;
  }

  .mt-md-48 {
    margin-top: 48px;
  }

  .ml-md-48 {
    margin-left: 48px;
  }

  .mr-md-48 {
    margin-right: 48px;
  }

  .pb-md-48 {
    padding-bottom: 48px;
  }

  .pt-md-48 {
    padding-top: 48px;
  }

  .pl-md-48 {
    padding-left: 48px;
  }

  .pr-md-48 {
    padding-right: 48px;
  }

  .fs-md-48 {
    font-size: 48px;
  }

  .lh-md-48 {
    line-height: 48px;
  }

  .gap-md-48 {
    gap: 48px;
  }

  .br-md-48 {
    border-radius: 48px;
  }

  .h-md-48 {
    height: 48px;
  }

  .w-md-48 {
    width: 48px;
  }

  .m-md-49 {
    margin: 49px;
  }

  .p-md-49 {
    padding: 49px;
  }

  .mb-md-49 {
    margin-bottom: 49px;
  }

  .mt-md-49 {
    margin-top: 49px;
  }

  .ml-md-49 {
    margin-left: 49px;
  }

  .mr-md-49 {
    margin-right: 49px;
  }

  .pb-md-49 {
    padding-bottom: 49px;
  }

  .pt-md-49 {
    padding-top: 49px;
  }

  .pl-md-49 {
    padding-left: 49px;
  }

  .pr-md-49 {
    padding-right: 49px;
  }

  .fs-md-49 {
    font-size: 49px;
  }

  .lh-md-49 {
    line-height: 49px;
  }

  .gap-md-49 {
    gap: 49px;
  }

  .br-md-49 {
    border-radius: 49px;
  }

  .h-md-49 {
    height: 49px;
  }

  .w-md-49 {
    width: 49px;
  }

  .m-md-50 {
    margin: 50px;
  }

  .p-md-50 {
    padding: 50px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .ml-md-50 {
    margin-left: 50px;
  }

  .mr-md-50 {
    margin-right: 50px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pl-md-50 {
    padding-left: 50px;
  }

  .pr-md-50 {
    padding-right: 50px;
  }

  .fs-md-50 {
    font-size: 50px;
  }

  .lh-md-50 {
    line-height: 50px;
  }

  .gap-md-50 {
    gap: 50px;
  }

  .br-md-50 {
    border-radius: 50px;
  }

  .h-md-50 {
    height: 50px;
  }

  .w-md-50 {
    width: 50px;
  }

  .m-md-51 {
    margin: 51px;
  }

  .p-md-51 {
    padding: 51px;
  }

  .mb-md-51 {
    margin-bottom: 51px;
  }

  .mt-md-51 {
    margin-top: 51px;
  }

  .ml-md-51 {
    margin-left: 51px;
  }

  .mr-md-51 {
    margin-right: 51px;
  }

  .pb-md-51 {
    padding-bottom: 51px;
  }

  .pt-md-51 {
    padding-top: 51px;
  }

  .pl-md-51 {
    padding-left: 51px;
  }

  .pr-md-51 {
    padding-right: 51px;
  }

  .fs-md-51 {
    font-size: 51px;
  }

  .lh-md-51 {
    line-height: 51px;
  }

  .gap-md-51 {
    gap: 51px;
  }

  .br-md-51 {
    border-radius: 51px;
  }

  .h-md-51 {
    height: 51px;
  }

  .w-md-51 {
    width: 51px;
  }

  .m-md-52 {
    margin: 52px;
  }

  .p-md-52 {
    padding: 52px;
  }

  .mb-md-52 {
    margin-bottom: 52px;
  }

  .mt-md-52 {
    margin-top: 52px;
  }

  .ml-md-52 {
    margin-left: 52px;
  }

  .mr-md-52 {
    margin-right: 52px;
  }

  .pb-md-52 {
    padding-bottom: 52px;
  }

  .pt-md-52 {
    padding-top: 52px;
  }

  .pl-md-52 {
    padding-left: 52px;
  }

  .pr-md-52 {
    padding-right: 52px;
  }

  .fs-md-52 {
    font-size: 52px;
  }

  .lh-md-52 {
    line-height: 52px;
  }

  .gap-md-52 {
    gap: 52px;
  }

  .br-md-52 {
    border-radius: 52px;
  }

  .h-md-52 {
    height: 52px;
  }

  .w-md-52 {
    width: 52px;
  }

  .m-md-53 {
    margin: 53px;
  }

  .p-md-53 {
    padding: 53px;
  }

  .mb-md-53 {
    margin-bottom: 53px;
  }

  .mt-md-53 {
    margin-top: 53px;
  }

  .ml-md-53 {
    margin-left: 53px;
  }

  .mr-md-53 {
    margin-right: 53px;
  }

  .pb-md-53 {
    padding-bottom: 53px;
  }

  .pt-md-53 {
    padding-top: 53px;
  }

  .pl-md-53 {
    padding-left: 53px;
  }

  .pr-md-53 {
    padding-right: 53px;
  }

  .fs-md-53 {
    font-size: 53px;
  }

  .lh-md-53 {
    line-height: 53px;
  }

  .gap-md-53 {
    gap: 53px;
  }

  .br-md-53 {
    border-radius: 53px;
  }

  .h-md-53 {
    height: 53px;
  }

  .w-md-53 {
    width: 53px;
  }

  .m-md-54 {
    margin: 54px;
  }

  .p-md-54 {
    padding: 54px;
  }

  .mb-md-54 {
    margin-bottom: 54px;
  }

  .mt-md-54 {
    margin-top: 54px;
  }

  .ml-md-54 {
    margin-left: 54px;
  }

  .mr-md-54 {
    margin-right: 54px;
  }

  .pb-md-54 {
    padding-bottom: 54px;
  }

  .pt-md-54 {
    padding-top: 54px;
  }

  .pl-md-54 {
    padding-left: 54px;
  }

  .pr-md-54 {
    padding-right: 54px;
  }

  .fs-md-54 {
    font-size: 54px;
  }

  .lh-md-54 {
    line-height: 54px;
  }

  .gap-md-54 {
    gap: 54px;
  }

  .br-md-54 {
    border-radius: 54px;
  }

  .h-md-54 {
    height: 54px;
  }

  .w-md-54 {
    width: 54px;
  }

  .m-md-55 {
    margin: 55px;
  }

  .p-md-55 {
    padding: 55px;
  }

  .mb-md-55 {
    margin-bottom: 55px;
  }

  .mt-md-55 {
    margin-top: 55px;
  }

  .ml-md-55 {
    margin-left: 55px;
  }

  .mr-md-55 {
    margin-right: 55px;
  }

  .pb-md-55 {
    padding-bottom: 55px;
  }

  .pt-md-55 {
    padding-top: 55px;
  }

  .pl-md-55 {
    padding-left: 55px;
  }

  .pr-md-55 {
    padding-right: 55px;
  }

  .fs-md-55 {
    font-size: 55px;
  }

  .lh-md-55 {
    line-height: 55px;
  }

  .gap-md-55 {
    gap: 55px;
  }

  .br-md-55 {
    border-radius: 55px;
  }

  .h-md-55 {
    height: 55px;
  }

  .w-md-55 {
    width: 55px;
  }

  .m-md-56 {
    margin: 56px;
  }

  .p-md-56 {
    padding: 56px;
  }

  .mb-md-56 {
    margin-bottom: 56px;
  }

  .mt-md-56 {
    margin-top: 56px;
  }

  .ml-md-56 {
    margin-left: 56px;
  }

  .mr-md-56 {
    margin-right: 56px;
  }

  .pb-md-56 {
    padding-bottom: 56px;
  }

  .pt-md-56 {
    padding-top: 56px;
  }

  .pl-md-56 {
    padding-left: 56px;
  }

  .pr-md-56 {
    padding-right: 56px;
  }

  .fs-md-56 {
    font-size: 56px;
  }

  .lh-md-56 {
    line-height: 56px;
  }

  .gap-md-56 {
    gap: 56px;
  }

  .br-md-56 {
    border-radius: 56px;
  }

  .h-md-56 {
    height: 56px;
  }

  .w-md-56 {
    width: 56px;
  }

  .m-md-57 {
    margin: 57px;
  }

  .p-md-57 {
    padding: 57px;
  }

  .mb-md-57 {
    margin-bottom: 57px;
  }

  .mt-md-57 {
    margin-top: 57px;
  }

  .ml-md-57 {
    margin-left: 57px;
  }

  .mr-md-57 {
    margin-right: 57px;
  }

  .pb-md-57 {
    padding-bottom: 57px;
  }

  .pt-md-57 {
    padding-top: 57px;
  }

  .pl-md-57 {
    padding-left: 57px;
  }

  .pr-md-57 {
    padding-right: 57px;
  }

  .fs-md-57 {
    font-size: 57px;
  }

  .lh-md-57 {
    line-height: 57px;
  }

  .gap-md-57 {
    gap: 57px;
  }

  .br-md-57 {
    border-radius: 57px;
  }

  .h-md-57 {
    height: 57px;
  }

  .w-md-57 {
    width: 57px;
  }

  .m-md-58 {
    margin: 58px;
  }

  .p-md-58 {
    padding: 58px;
  }

  .mb-md-58 {
    margin-bottom: 58px;
  }

  .mt-md-58 {
    margin-top: 58px;
  }

  .ml-md-58 {
    margin-left: 58px;
  }

  .mr-md-58 {
    margin-right: 58px;
  }

  .pb-md-58 {
    padding-bottom: 58px;
  }

  .pt-md-58 {
    padding-top: 58px;
  }

  .pl-md-58 {
    padding-left: 58px;
  }

  .pr-md-58 {
    padding-right: 58px;
  }

  .fs-md-58 {
    font-size: 58px;
  }

  .lh-md-58 {
    line-height: 58px;
  }

  .gap-md-58 {
    gap: 58px;
  }

  .br-md-58 {
    border-radius: 58px;
  }

  .h-md-58 {
    height: 58px;
  }

  .w-md-58 {
    width: 58px;
  }

  .m-md-59 {
    margin: 59px;
  }

  .p-md-59 {
    padding: 59px;
  }

  .mb-md-59 {
    margin-bottom: 59px;
  }

  .mt-md-59 {
    margin-top: 59px;
  }

  .ml-md-59 {
    margin-left: 59px;
  }

  .mr-md-59 {
    margin-right: 59px;
  }

  .pb-md-59 {
    padding-bottom: 59px;
  }

  .pt-md-59 {
    padding-top: 59px;
  }

  .pl-md-59 {
    padding-left: 59px;
  }

  .pr-md-59 {
    padding-right: 59px;
  }

  .fs-md-59 {
    font-size: 59px;
  }

  .lh-md-59 {
    line-height: 59px;
  }

  .gap-md-59 {
    gap: 59px;
  }

  .br-md-59 {
    border-radius: 59px;
  }

  .h-md-59 {
    height: 59px;
  }

  .w-md-59 {
    width: 59px;
  }

  .m-md-60 {
    margin: 60px;
  }

  .p-md-60 {
    padding: 60px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .ml-md-60 {
    margin-left: 60px;
  }

  .mr-md-60 {
    margin-right: 60px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pl-md-60 {
    padding-left: 60px;
  }

  .pr-md-60 {
    padding-right: 60px;
  }

  .fs-md-60 {
    font-size: 60px;
  }

  .lh-md-60 {
    line-height: 60px;
  }

  .gap-md-60 {
    gap: 60px;
  }

  .br-md-60 {
    border-radius: 60px;
  }

  .h-md-60 {
    height: 60px;
  }

  .w-md-60 {
    width: 60px;
  }

  .m-md-61 {
    margin: 61px;
  }

  .p-md-61 {
    padding: 61px;
  }

  .mb-md-61 {
    margin-bottom: 61px;
  }

  .mt-md-61 {
    margin-top: 61px;
  }

  .ml-md-61 {
    margin-left: 61px;
  }

  .mr-md-61 {
    margin-right: 61px;
  }

  .pb-md-61 {
    padding-bottom: 61px;
  }

  .pt-md-61 {
    padding-top: 61px;
  }

  .pl-md-61 {
    padding-left: 61px;
  }

  .pr-md-61 {
    padding-right: 61px;
  }

  .fs-md-61 {
    font-size: 61px;
  }

  .lh-md-61 {
    line-height: 61px;
  }

  .gap-md-61 {
    gap: 61px;
  }

  .br-md-61 {
    border-radius: 61px;
  }

  .h-md-61 {
    height: 61px;
  }

  .w-md-61 {
    width: 61px;
  }

  .m-md-62 {
    margin: 62px;
  }

  .p-md-62 {
    padding: 62px;
  }

  .mb-md-62 {
    margin-bottom: 62px;
  }

  .mt-md-62 {
    margin-top: 62px;
  }

  .ml-md-62 {
    margin-left: 62px;
  }

  .mr-md-62 {
    margin-right: 62px;
  }

  .pb-md-62 {
    padding-bottom: 62px;
  }

  .pt-md-62 {
    padding-top: 62px;
  }

  .pl-md-62 {
    padding-left: 62px;
  }

  .pr-md-62 {
    padding-right: 62px;
  }

  .fs-md-62 {
    font-size: 62px;
  }

  .lh-md-62 {
    line-height: 62px;
  }

  .gap-md-62 {
    gap: 62px;
  }

  .br-md-62 {
    border-radius: 62px;
  }

  .h-md-62 {
    height: 62px;
  }

  .w-md-62 {
    width: 62px;
  }

  .m-md-63 {
    margin: 63px;
  }

  .p-md-63 {
    padding: 63px;
  }

  .mb-md-63 {
    margin-bottom: 63px;
  }

  .mt-md-63 {
    margin-top: 63px;
  }

  .ml-md-63 {
    margin-left: 63px;
  }

  .mr-md-63 {
    margin-right: 63px;
  }

  .pb-md-63 {
    padding-bottom: 63px;
  }

  .pt-md-63 {
    padding-top: 63px;
  }

  .pl-md-63 {
    padding-left: 63px;
  }

  .pr-md-63 {
    padding-right: 63px;
  }

  .fs-md-63 {
    font-size: 63px;
  }

  .lh-md-63 {
    line-height: 63px;
  }

  .gap-md-63 {
    gap: 63px;
  }

  .br-md-63 {
    border-radius: 63px;
  }

  .h-md-63 {
    height: 63px;
  }

  .w-md-63 {
    width: 63px;
  }

  .m-md-64 {
    margin: 64px;
  }

  .p-md-64 {
    padding: 64px;
  }

  .mb-md-64 {
    margin-bottom: 64px;
  }

  .mt-md-64 {
    margin-top: 64px;
  }

  .ml-md-64 {
    margin-left: 64px;
  }

  .mr-md-64 {
    margin-right: 64px;
  }

  .pb-md-64 {
    padding-bottom: 64px;
  }

  .pt-md-64 {
    padding-top: 64px;
  }

  .pl-md-64 {
    padding-left: 64px;
  }

  .pr-md-64 {
    padding-right: 64px;
  }

  .fs-md-64 {
    font-size: 64px;
  }

  .lh-md-64 {
    line-height: 64px;
  }

  .gap-md-64 {
    gap: 64px;
  }

  .br-md-64 {
    border-radius: 64px;
  }

  .h-md-64 {
    height: 64px;
  }

  .w-md-64 {
    width: 64px;
  }

  .m-md-65 {
    margin: 65px;
  }

  .p-md-65 {
    padding: 65px;
  }

  .mb-md-65 {
    margin-bottom: 65px;
  }

  .mt-md-65 {
    margin-top: 65px;
  }

  .ml-md-65 {
    margin-left: 65px;
  }

  .mr-md-65 {
    margin-right: 65px;
  }

  .pb-md-65 {
    padding-bottom: 65px;
  }

  .pt-md-65 {
    padding-top: 65px;
  }

  .pl-md-65 {
    padding-left: 65px;
  }

  .pr-md-65 {
    padding-right: 65px;
  }

  .fs-md-65 {
    font-size: 65px;
  }

  .lh-md-65 {
    line-height: 65px;
  }

  .gap-md-65 {
    gap: 65px;
  }

  .br-md-65 {
    border-radius: 65px;
  }

  .h-md-65 {
    height: 65px;
  }

  .w-md-65 {
    width: 65px;
  }

  .m-md-66 {
    margin: 66px;
  }

  .p-md-66 {
    padding: 66px;
  }

  .mb-md-66 {
    margin-bottom: 66px;
  }

  .mt-md-66 {
    margin-top: 66px;
  }

  .ml-md-66 {
    margin-left: 66px;
  }

  .mr-md-66 {
    margin-right: 66px;
  }

  .pb-md-66 {
    padding-bottom: 66px;
  }

  .pt-md-66 {
    padding-top: 66px;
  }

  .pl-md-66 {
    padding-left: 66px;
  }

  .pr-md-66 {
    padding-right: 66px;
  }

  .fs-md-66 {
    font-size: 66px;
  }

  .lh-md-66 {
    line-height: 66px;
  }

  .gap-md-66 {
    gap: 66px;
  }

  .br-md-66 {
    border-radius: 66px;
  }

  .h-md-66 {
    height: 66px;
  }

  .w-md-66 {
    width: 66px;
  }

  .m-md-67 {
    margin: 67px;
  }

  .p-md-67 {
    padding: 67px;
  }

  .mb-md-67 {
    margin-bottom: 67px;
  }

  .mt-md-67 {
    margin-top: 67px;
  }

  .ml-md-67 {
    margin-left: 67px;
  }

  .mr-md-67 {
    margin-right: 67px;
  }

  .pb-md-67 {
    padding-bottom: 67px;
  }

  .pt-md-67 {
    padding-top: 67px;
  }

  .pl-md-67 {
    padding-left: 67px;
  }

  .pr-md-67 {
    padding-right: 67px;
  }

  .fs-md-67 {
    font-size: 67px;
  }

  .lh-md-67 {
    line-height: 67px;
  }

  .gap-md-67 {
    gap: 67px;
  }

  .br-md-67 {
    border-radius: 67px;
  }

  .h-md-67 {
    height: 67px;
  }

  .w-md-67 {
    width: 67px;
  }

  .m-md-68 {
    margin: 68px;
  }

  .p-md-68 {
    padding: 68px;
  }

  .mb-md-68 {
    margin-bottom: 68px;
  }

  .mt-md-68 {
    margin-top: 68px;
  }

  .ml-md-68 {
    margin-left: 68px;
  }

  .mr-md-68 {
    margin-right: 68px;
  }

  .pb-md-68 {
    padding-bottom: 68px;
  }

  .pt-md-68 {
    padding-top: 68px;
  }

  .pl-md-68 {
    padding-left: 68px;
  }

  .pr-md-68 {
    padding-right: 68px;
  }

  .fs-md-68 {
    font-size: 68px;
  }

  .lh-md-68 {
    line-height: 68px;
  }

  .gap-md-68 {
    gap: 68px;
  }

  .br-md-68 {
    border-radius: 68px;
  }

  .h-md-68 {
    height: 68px;
  }

  .w-md-68 {
    width: 68px;
  }

  .m-md-69 {
    margin: 69px;
  }

  .p-md-69 {
    padding: 69px;
  }

  .mb-md-69 {
    margin-bottom: 69px;
  }

  .mt-md-69 {
    margin-top: 69px;
  }

  .ml-md-69 {
    margin-left: 69px;
  }

  .mr-md-69 {
    margin-right: 69px;
  }

  .pb-md-69 {
    padding-bottom: 69px;
  }

  .pt-md-69 {
    padding-top: 69px;
  }

  .pl-md-69 {
    padding-left: 69px;
  }

  .pr-md-69 {
    padding-right: 69px;
  }

  .fs-md-69 {
    font-size: 69px;
  }

  .lh-md-69 {
    line-height: 69px;
  }

  .gap-md-69 {
    gap: 69px;
  }

  .br-md-69 {
    border-radius: 69px;
  }

  .h-md-69 {
    height: 69px;
  }

  .w-md-69 {
    width: 69px;
  }

  .m-md-70 {
    margin: 70px;
  }

  .p-md-70 {
    padding: 70px;
  }

  .mb-md-70 {
    margin-bottom: 70px;
  }

  .mt-md-70 {
    margin-top: 70px;
  }

  .ml-md-70 {
    margin-left: 70px;
  }

  .mr-md-70 {
    margin-right: 70px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pl-md-70 {
    padding-left: 70px;
  }

  .pr-md-70 {
    padding-right: 70px;
  }

  .fs-md-70 {
    font-size: 70px;
  }

  .lh-md-70 {
    line-height: 70px;
  }

  .gap-md-70 {
    gap: 70px;
  }

  .br-md-70 {
    border-radius: 70px;
  }

  .h-md-70 {
    height: 70px;
  }

  .w-md-70 {
    width: 70px;
  }

  .m-md-71 {
    margin: 71px;
  }

  .p-md-71 {
    padding: 71px;
  }

  .mb-md-71 {
    margin-bottom: 71px;
  }

  .mt-md-71 {
    margin-top: 71px;
  }

  .ml-md-71 {
    margin-left: 71px;
  }

  .mr-md-71 {
    margin-right: 71px;
  }

  .pb-md-71 {
    padding-bottom: 71px;
  }

  .pt-md-71 {
    padding-top: 71px;
  }

  .pl-md-71 {
    padding-left: 71px;
  }

  .pr-md-71 {
    padding-right: 71px;
  }

  .fs-md-71 {
    font-size: 71px;
  }

  .lh-md-71 {
    line-height: 71px;
  }

  .gap-md-71 {
    gap: 71px;
  }

  .br-md-71 {
    border-radius: 71px;
  }

  .h-md-71 {
    height: 71px;
  }

  .w-md-71 {
    width: 71px;
  }

  .m-md-72 {
    margin: 72px;
  }

  .p-md-72 {
    padding: 72px;
  }

  .mb-md-72 {
    margin-bottom: 72px;
  }

  .mt-md-72 {
    margin-top: 72px;
  }

  .ml-md-72 {
    margin-left: 72px;
  }

  .mr-md-72 {
    margin-right: 72px;
  }

  .pb-md-72 {
    padding-bottom: 72px;
  }

  .pt-md-72 {
    padding-top: 72px;
  }

  .pl-md-72 {
    padding-left: 72px;
  }

  .pr-md-72 {
    padding-right: 72px;
  }

  .fs-md-72 {
    font-size: 72px;
  }

  .lh-md-72 {
    line-height: 72px;
  }

  .gap-md-72 {
    gap: 72px;
  }

  .br-md-72 {
    border-radius: 72px;
  }

  .h-md-72 {
    height: 72px;
  }

  .w-md-72 {
    width: 72px;
  }

  .m-md-73 {
    margin: 73px;
  }

  .p-md-73 {
    padding: 73px;
  }

  .mb-md-73 {
    margin-bottom: 73px;
  }

  .mt-md-73 {
    margin-top: 73px;
  }

  .ml-md-73 {
    margin-left: 73px;
  }

  .mr-md-73 {
    margin-right: 73px;
  }

  .pb-md-73 {
    padding-bottom: 73px;
  }

  .pt-md-73 {
    padding-top: 73px;
  }

  .pl-md-73 {
    padding-left: 73px;
  }

  .pr-md-73 {
    padding-right: 73px;
  }

  .fs-md-73 {
    font-size: 73px;
  }

  .lh-md-73 {
    line-height: 73px;
  }

  .gap-md-73 {
    gap: 73px;
  }

  .br-md-73 {
    border-radius: 73px;
  }

  .h-md-73 {
    height: 73px;
  }

  .w-md-73 {
    width: 73px;
  }

  .m-md-74 {
    margin: 74px;
  }

  .p-md-74 {
    padding: 74px;
  }

  .mb-md-74 {
    margin-bottom: 74px;
  }

  .mt-md-74 {
    margin-top: 74px;
  }

  .ml-md-74 {
    margin-left: 74px;
  }

  .mr-md-74 {
    margin-right: 74px;
  }

  .pb-md-74 {
    padding-bottom: 74px;
  }

  .pt-md-74 {
    padding-top: 74px;
  }

  .pl-md-74 {
    padding-left: 74px;
  }

  .pr-md-74 {
    padding-right: 74px;
  }

  .fs-md-74 {
    font-size: 74px;
  }

  .lh-md-74 {
    line-height: 74px;
  }

  .gap-md-74 {
    gap: 74px;
  }

  .br-md-74 {
    border-radius: 74px;
  }

  .h-md-74 {
    height: 74px;
  }

  .w-md-74 {
    width: 74px;
  }

  .m-md-75 {
    margin: 75px;
  }

  .p-md-75 {
    padding: 75px;
  }

  .mb-md-75 {
    margin-bottom: 75px;
  }

  .mt-md-75 {
    margin-top: 75px;
  }

  .ml-md-75 {
    margin-left: 75px;
  }

  .mr-md-75 {
    margin-right: 75px;
  }

  .pb-md-75 {
    padding-bottom: 75px;
  }

  .pt-md-75 {
    padding-top: 75px;
  }

  .pl-md-75 {
    padding-left: 75px;
  }

  .pr-md-75 {
    padding-right: 75px;
  }

  .fs-md-75 {
    font-size: 75px;
  }

  .lh-md-75 {
    line-height: 75px;
  }

  .gap-md-75 {
    gap: 75px;
  }

  .br-md-75 {
    border-radius: 75px;
  }

  .h-md-75 {
    height: 75px;
  }

  .w-md-75 {
    width: 75px;
  }

  .m-md-76 {
    margin: 76px;
  }

  .p-md-76 {
    padding: 76px;
  }

  .mb-md-76 {
    margin-bottom: 76px;
  }

  .mt-md-76 {
    margin-top: 76px;
  }

  .ml-md-76 {
    margin-left: 76px;
  }

  .mr-md-76 {
    margin-right: 76px;
  }

  .pb-md-76 {
    padding-bottom: 76px;
  }

  .pt-md-76 {
    padding-top: 76px;
  }

  .pl-md-76 {
    padding-left: 76px;
  }

  .pr-md-76 {
    padding-right: 76px;
  }

  .fs-md-76 {
    font-size: 76px;
  }

  .lh-md-76 {
    line-height: 76px;
  }

  .gap-md-76 {
    gap: 76px;
  }

  .br-md-76 {
    border-radius: 76px;
  }

  .h-md-76 {
    height: 76px;
  }

  .w-md-76 {
    width: 76px;
  }

  .m-md-77 {
    margin: 77px;
  }

  .p-md-77 {
    padding: 77px;
  }

  .mb-md-77 {
    margin-bottom: 77px;
  }

  .mt-md-77 {
    margin-top: 77px;
  }

  .ml-md-77 {
    margin-left: 77px;
  }

  .mr-md-77 {
    margin-right: 77px;
  }

  .pb-md-77 {
    padding-bottom: 77px;
  }

  .pt-md-77 {
    padding-top: 77px;
  }

  .pl-md-77 {
    padding-left: 77px;
  }

  .pr-md-77 {
    padding-right: 77px;
  }

  .fs-md-77 {
    font-size: 77px;
  }

  .lh-md-77 {
    line-height: 77px;
  }

  .gap-md-77 {
    gap: 77px;
  }

  .br-md-77 {
    border-radius: 77px;
  }

  .h-md-77 {
    height: 77px;
  }

  .w-md-77 {
    width: 77px;
  }

  .m-md-78 {
    margin: 78px;
  }

  .p-md-78 {
    padding: 78px;
  }

  .mb-md-78 {
    margin-bottom: 78px;
  }

  .mt-md-78 {
    margin-top: 78px;
  }

  .ml-md-78 {
    margin-left: 78px;
  }

  .mr-md-78 {
    margin-right: 78px;
  }

  .pb-md-78 {
    padding-bottom: 78px;
  }

  .pt-md-78 {
    padding-top: 78px;
  }

  .pl-md-78 {
    padding-left: 78px;
  }

  .pr-md-78 {
    padding-right: 78px;
  }

  .fs-md-78 {
    font-size: 78px;
  }

  .lh-md-78 {
    line-height: 78px;
  }

  .gap-md-78 {
    gap: 78px;
  }

  .br-md-78 {
    border-radius: 78px;
  }

  .h-md-78 {
    height: 78px;
  }

  .w-md-78 {
    width: 78px;
  }

  .m-md-79 {
    margin: 79px;
  }

  .p-md-79 {
    padding: 79px;
  }

  .mb-md-79 {
    margin-bottom: 79px;
  }

  .mt-md-79 {
    margin-top: 79px;
  }

  .ml-md-79 {
    margin-left: 79px;
  }

  .mr-md-79 {
    margin-right: 79px;
  }

  .pb-md-79 {
    padding-bottom: 79px;
  }

  .pt-md-79 {
    padding-top: 79px;
  }

  .pl-md-79 {
    padding-left: 79px;
  }

  .pr-md-79 {
    padding-right: 79px;
  }

  .fs-md-79 {
    font-size: 79px;
  }

  .lh-md-79 {
    line-height: 79px;
  }

  .gap-md-79 {
    gap: 79px;
  }

  .br-md-79 {
    border-radius: 79px;
  }

  .h-md-79 {
    height: 79px;
  }

  .w-md-79 {
    width: 79px;
  }

  .m-md-80 {
    margin: 80px;
  }

  .p-md-80 {
    padding: 80px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .ml-md-80 {
    margin-left: 80px;
  }

  .mr-md-80 {
    margin-right: 80px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pl-md-80 {
    padding-left: 80px;
  }

  .pr-md-80 {
    padding-right: 80px;
  }

  .fs-md-80 {
    font-size: 80px;
  }

  .lh-md-80 {
    line-height: 80px;
  }

  .gap-md-80 {
    gap: 80px;
  }

  .br-md-80 {
    border-radius: 80px;
  }

  .h-md-80 {
    height: 80px;
  }

  .w-md-80 {
    width: 80px;
  }

  .m-md-81 {
    margin: 81px;
  }

  .p-md-81 {
    padding: 81px;
  }

  .mb-md-81 {
    margin-bottom: 81px;
  }

  .mt-md-81 {
    margin-top: 81px;
  }

  .ml-md-81 {
    margin-left: 81px;
  }

  .mr-md-81 {
    margin-right: 81px;
  }

  .pb-md-81 {
    padding-bottom: 81px;
  }

  .pt-md-81 {
    padding-top: 81px;
  }

  .pl-md-81 {
    padding-left: 81px;
  }

  .pr-md-81 {
    padding-right: 81px;
  }

  .fs-md-81 {
    font-size: 81px;
  }

  .lh-md-81 {
    line-height: 81px;
  }

  .gap-md-81 {
    gap: 81px;
  }

  .br-md-81 {
    border-radius: 81px;
  }

  .h-md-81 {
    height: 81px;
  }

  .w-md-81 {
    width: 81px;
  }

  .m-md-82 {
    margin: 82px;
  }

  .p-md-82 {
    padding: 82px;
  }

  .mb-md-82 {
    margin-bottom: 82px;
  }

  .mt-md-82 {
    margin-top: 82px;
  }

  .ml-md-82 {
    margin-left: 82px;
  }

  .mr-md-82 {
    margin-right: 82px;
  }

  .pb-md-82 {
    padding-bottom: 82px;
  }

  .pt-md-82 {
    padding-top: 82px;
  }

  .pl-md-82 {
    padding-left: 82px;
  }

  .pr-md-82 {
    padding-right: 82px;
  }

  .fs-md-82 {
    font-size: 82px;
  }

  .lh-md-82 {
    line-height: 82px;
  }

  .gap-md-82 {
    gap: 82px;
  }

  .br-md-82 {
    border-radius: 82px;
  }

  .h-md-82 {
    height: 82px;
  }

  .w-md-82 {
    width: 82px;
  }

  .m-md-83 {
    margin: 83px;
  }

  .p-md-83 {
    padding: 83px;
  }

  .mb-md-83 {
    margin-bottom: 83px;
  }

  .mt-md-83 {
    margin-top: 83px;
  }

  .ml-md-83 {
    margin-left: 83px;
  }

  .mr-md-83 {
    margin-right: 83px;
  }

  .pb-md-83 {
    padding-bottom: 83px;
  }

  .pt-md-83 {
    padding-top: 83px;
  }

  .pl-md-83 {
    padding-left: 83px;
  }

  .pr-md-83 {
    padding-right: 83px;
  }

  .fs-md-83 {
    font-size: 83px;
  }

  .lh-md-83 {
    line-height: 83px;
  }

  .gap-md-83 {
    gap: 83px;
  }

  .br-md-83 {
    border-radius: 83px;
  }

  .h-md-83 {
    height: 83px;
  }

  .w-md-83 {
    width: 83px;
  }

  .m-md-84 {
    margin: 84px;
  }

  .p-md-84 {
    padding: 84px;
  }

  .mb-md-84 {
    margin-bottom: 84px;
  }

  .mt-md-84 {
    margin-top: 84px;
  }

  .ml-md-84 {
    margin-left: 84px;
  }

  .mr-md-84 {
    margin-right: 84px;
  }

  .pb-md-84 {
    padding-bottom: 84px;
  }

  .pt-md-84 {
    padding-top: 84px;
  }

  .pl-md-84 {
    padding-left: 84px;
  }

  .pr-md-84 {
    padding-right: 84px;
  }

  .fs-md-84 {
    font-size: 84px;
  }

  .lh-md-84 {
    line-height: 84px;
  }

  .gap-md-84 {
    gap: 84px;
  }

  .br-md-84 {
    border-radius: 84px;
  }

  .h-md-84 {
    height: 84px;
  }

  .w-md-84 {
    width: 84px;
  }

  .m-md-85 {
    margin: 85px;
  }

  .p-md-85 {
    padding: 85px;
  }

  .mb-md-85 {
    margin-bottom: 85px;
  }

  .mt-md-85 {
    margin-top: 85px;
  }

  .ml-md-85 {
    margin-left: 85px;
  }

  .mr-md-85 {
    margin-right: 85px;
  }

  .pb-md-85 {
    padding-bottom: 85px;
  }

  .pt-md-85 {
    padding-top: 85px;
  }

  .pl-md-85 {
    padding-left: 85px;
  }

  .pr-md-85 {
    padding-right: 85px;
  }

  .fs-md-85 {
    font-size: 85px;
  }

  .lh-md-85 {
    line-height: 85px;
  }

  .gap-md-85 {
    gap: 85px;
  }

  .br-md-85 {
    border-radius: 85px;
  }

  .h-md-85 {
    height: 85px;
  }

  .w-md-85 {
    width: 85px;
  }

  .m-md-86 {
    margin: 86px;
  }

  .p-md-86 {
    padding: 86px;
  }

  .mb-md-86 {
    margin-bottom: 86px;
  }

  .mt-md-86 {
    margin-top: 86px;
  }

  .ml-md-86 {
    margin-left: 86px;
  }

  .mr-md-86 {
    margin-right: 86px;
  }

  .pb-md-86 {
    padding-bottom: 86px;
  }

  .pt-md-86 {
    padding-top: 86px;
  }

  .pl-md-86 {
    padding-left: 86px;
  }

  .pr-md-86 {
    padding-right: 86px;
  }

  .fs-md-86 {
    font-size: 86px;
  }

  .lh-md-86 {
    line-height: 86px;
  }

  .gap-md-86 {
    gap: 86px;
  }

  .br-md-86 {
    border-radius: 86px;
  }

  .h-md-86 {
    height: 86px;
  }

  .w-md-86 {
    width: 86px;
  }

  .m-md-87 {
    margin: 87px;
  }

  .p-md-87 {
    padding: 87px;
  }

  .mb-md-87 {
    margin-bottom: 87px;
  }

  .mt-md-87 {
    margin-top: 87px;
  }

  .ml-md-87 {
    margin-left: 87px;
  }

  .mr-md-87 {
    margin-right: 87px;
  }

  .pb-md-87 {
    padding-bottom: 87px;
  }

  .pt-md-87 {
    padding-top: 87px;
  }

  .pl-md-87 {
    padding-left: 87px;
  }

  .pr-md-87 {
    padding-right: 87px;
  }

  .fs-md-87 {
    font-size: 87px;
  }

  .lh-md-87 {
    line-height: 87px;
  }

  .gap-md-87 {
    gap: 87px;
  }

  .br-md-87 {
    border-radius: 87px;
  }

  .h-md-87 {
    height: 87px;
  }

  .w-md-87 {
    width: 87px;
  }

  .m-md-88 {
    margin: 88px;
  }

  .p-md-88 {
    padding: 88px;
  }

  .mb-md-88 {
    margin-bottom: 88px;
  }

  .mt-md-88 {
    margin-top: 88px;
  }

  .ml-md-88 {
    margin-left: 88px;
  }

  .mr-md-88 {
    margin-right: 88px;
  }

  .pb-md-88 {
    padding-bottom: 88px;
  }

  .pt-md-88 {
    padding-top: 88px;
  }

  .pl-md-88 {
    padding-left: 88px;
  }

  .pr-md-88 {
    padding-right: 88px;
  }

  .fs-md-88 {
    font-size: 88px;
  }

  .lh-md-88 {
    line-height: 88px;
  }

  .gap-md-88 {
    gap: 88px;
  }

  .br-md-88 {
    border-radius: 88px;
  }

  .h-md-88 {
    height: 88px;
  }

  .w-md-88 {
    width: 88px;
  }

  .m-md-89 {
    margin: 89px;
  }

  .p-md-89 {
    padding: 89px;
  }

  .mb-md-89 {
    margin-bottom: 89px;
  }

  .mt-md-89 {
    margin-top: 89px;
  }

  .ml-md-89 {
    margin-left: 89px;
  }

  .mr-md-89 {
    margin-right: 89px;
  }

  .pb-md-89 {
    padding-bottom: 89px;
  }

  .pt-md-89 {
    padding-top: 89px;
  }

  .pl-md-89 {
    padding-left: 89px;
  }

  .pr-md-89 {
    padding-right: 89px;
  }

  .fs-md-89 {
    font-size: 89px;
  }

  .lh-md-89 {
    line-height: 89px;
  }

  .gap-md-89 {
    gap: 89px;
  }

  .br-md-89 {
    border-radius: 89px;
  }

  .h-md-89 {
    height: 89px;
  }

  .w-md-89 {
    width: 89px;
  }

  .m-md-90 {
    margin: 90px;
  }

  .p-md-90 {
    padding: 90px;
  }

  .mb-md-90 {
    margin-bottom: 90px;
  }

  .mt-md-90 {
    margin-top: 90px;
  }

  .ml-md-90 {
    margin-left: 90px;
  }

  .mr-md-90 {
    margin-right: 90px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pl-md-90 {
    padding-left: 90px;
  }

  .pr-md-90 {
    padding-right: 90px;
  }

  .fs-md-90 {
    font-size: 90px;
  }

  .lh-md-90 {
    line-height: 90px;
  }

  .gap-md-90 {
    gap: 90px;
  }

  .br-md-90 {
    border-radius: 90px;
  }

  .h-md-90 {
    height: 90px;
  }

  .w-md-90 {
    width: 90px;
  }

  .m-md-91 {
    margin: 91px;
  }

  .p-md-91 {
    padding: 91px;
  }

  .mb-md-91 {
    margin-bottom: 91px;
  }

  .mt-md-91 {
    margin-top: 91px;
  }

  .ml-md-91 {
    margin-left: 91px;
  }

  .mr-md-91 {
    margin-right: 91px;
  }

  .pb-md-91 {
    padding-bottom: 91px;
  }

  .pt-md-91 {
    padding-top: 91px;
  }

  .pl-md-91 {
    padding-left: 91px;
  }

  .pr-md-91 {
    padding-right: 91px;
  }

  .fs-md-91 {
    font-size: 91px;
  }

  .lh-md-91 {
    line-height: 91px;
  }

  .gap-md-91 {
    gap: 91px;
  }

  .br-md-91 {
    border-radius: 91px;
  }

  .h-md-91 {
    height: 91px;
  }

  .w-md-91 {
    width: 91px;
  }

  .m-md-92 {
    margin: 92px;
  }

  .p-md-92 {
    padding: 92px;
  }

  .mb-md-92 {
    margin-bottom: 92px;
  }

  .mt-md-92 {
    margin-top: 92px;
  }

  .ml-md-92 {
    margin-left: 92px;
  }

  .mr-md-92 {
    margin-right: 92px;
  }

  .pb-md-92 {
    padding-bottom: 92px;
  }

  .pt-md-92 {
    padding-top: 92px;
  }

  .pl-md-92 {
    padding-left: 92px;
  }

  .pr-md-92 {
    padding-right: 92px;
  }

  .fs-md-92 {
    font-size: 92px;
  }

  .lh-md-92 {
    line-height: 92px;
  }

  .gap-md-92 {
    gap: 92px;
  }

  .br-md-92 {
    border-radius: 92px;
  }

  .h-md-92 {
    height: 92px;
  }

  .w-md-92 {
    width: 92px;
  }

  .m-md-93 {
    margin: 93px;
  }

  .p-md-93 {
    padding: 93px;
  }

  .mb-md-93 {
    margin-bottom: 93px;
  }

  .mt-md-93 {
    margin-top: 93px;
  }

  .ml-md-93 {
    margin-left: 93px;
  }

  .mr-md-93 {
    margin-right: 93px;
  }

  .pb-md-93 {
    padding-bottom: 93px;
  }

  .pt-md-93 {
    padding-top: 93px;
  }

  .pl-md-93 {
    padding-left: 93px;
  }

  .pr-md-93 {
    padding-right: 93px;
  }

  .fs-md-93 {
    font-size: 93px;
  }

  .lh-md-93 {
    line-height: 93px;
  }

  .gap-md-93 {
    gap: 93px;
  }

  .br-md-93 {
    border-radius: 93px;
  }

  .h-md-93 {
    height: 93px;
  }

  .w-md-93 {
    width: 93px;
  }

  .m-md-94 {
    margin: 94px;
  }

  .p-md-94 {
    padding: 94px;
  }

  .mb-md-94 {
    margin-bottom: 94px;
  }

  .mt-md-94 {
    margin-top: 94px;
  }

  .ml-md-94 {
    margin-left: 94px;
  }

  .mr-md-94 {
    margin-right: 94px;
  }

  .pb-md-94 {
    padding-bottom: 94px;
  }

  .pt-md-94 {
    padding-top: 94px;
  }

  .pl-md-94 {
    padding-left: 94px;
  }

  .pr-md-94 {
    padding-right: 94px;
  }

  .fs-md-94 {
    font-size: 94px;
  }

  .lh-md-94 {
    line-height: 94px;
  }

  .gap-md-94 {
    gap: 94px;
  }

  .br-md-94 {
    border-radius: 94px;
  }

  .h-md-94 {
    height: 94px;
  }

  .w-md-94 {
    width: 94px;
  }

  .m-md-95 {
    margin: 95px;
  }

  .p-md-95 {
    padding: 95px;
  }

  .mb-md-95 {
    margin-bottom: 95px;
  }

  .mt-md-95 {
    margin-top: 95px;
  }

  .ml-md-95 {
    margin-left: 95px;
  }

  .mr-md-95 {
    margin-right: 95px;
  }

  .pb-md-95 {
    padding-bottom: 95px;
  }

  .pt-md-95 {
    padding-top: 95px;
  }

  .pl-md-95 {
    padding-left: 95px;
  }

  .pr-md-95 {
    padding-right: 95px;
  }

  .fs-md-95 {
    font-size: 95px;
  }

  .lh-md-95 {
    line-height: 95px;
  }

  .gap-md-95 {
    gap: 95px;
  }

  .br-md-95 {
    border-radius: 95px;
  }

  .h-md-95 {
    height: 95px;
  }

  .w-md-95 {
    width: 95px;
  }

  .m-md-96 {
    margin: 96px;
  }

  .p-md-96 {
    padding: 96px;
  }

  .mb-md-96 {
    margin-bottom: 96px;
  }

  .mt-md-96 {
    margin-top: 96px;
  }

  .ml-md-96 {
    margin-left: 96px;
  }

  .mr-md-96 {
    margin-right: 96px;
  }

  .pb-md-96 {
    padding-bottom: 96px;
  }

  .pt-md-96 {
    padding-top: 96px;
  }

  .pl-md-96 {
    padding-left: 96px;
  }

  .pr-md-96 {
    padding-right: 96px;
  }

  .fs-md-96 {
    font-size: 96px;
  }

  .lh-md-96 {
    line-height: 96px;
  }

  .gap-md-96 {
    gap: 96px;
  }

  .br-md-96 {
    border-radius: 96px;
  }

  .h-md-96 {
    height: 96px;
  }

  .w-md-96 {
    width: 96px;
  }

  .m-md-97 {
    margin: 97px;
  }

  .p-md-97 {
    padding: 97px;
  }

  .mb-md-97 {
    margin-bottom: 97px;
  }

  .mt-md-97 {
    margin-top: 97px;
  }

  .ml-md-97 {
    margin-left: 97px;
  }

  .mr-md-97 {
    margin-right: 97px;
  }

  .pb-md-97 {
    padding-bottom: 97px;
  }

  .pt-md-97 {
    padding-top: 97px;
  }

  .pl-md-97 {
    padding-left: 97px;
  }

  .pr-md-97 {
    padding-right: 97px;
  }

  .fs-md-97 {
    font-size: 97px;
  }

  .lh-md-97 {
    line-height: 97px;
  }

  .gap-md-97 {
    gap: 97px;
  }

  .br-md-97 {
    border-radius: 97px;
  }

  .h-md-97 {
    height: 97px;
  }

  .w-md-97 {
    width: 97px;
  }

  .m-md-98 {
    margin: 98px;
  }

  .p-md-98 {
    padding: 98px;
  }

  .mb-md-98 {
    margin-bottom: 98px;
  }

  .mt-md-98 {
    margin-top: 98px;
  }

  .ml-md-98 {
    margin-left: 98px;
  }

  .mr-md-98 {
    margin-right: 98px;
  }

  .pb-md-98 {
    padding-bottom: 98px;
  }

  .pt-md-98 {
    padding-top: 98px;
  }

  .pl-md-98 {
    padding-left: 98px;
  }

  .pr-md-98 {
    padding-right: 98px;
  }

  .fs-md-98 {
    font-size: 98px;
  }

  .lh-md-98 {
    line-height: 98px;
  }

  .gap-md-98 {
    gap: 98px;
  }

  .br-md-98 {
    border-radius: 98px;
  }

  .h-md-98 {
    height: 98px;
  }

  .w-md-98 {
    width: 98px;
  }

  .m-md-99 {
    margin: 99px;
  }

  .p-md-99 {
    padding: 99px;
  }

  .mb-md-99 {
    margin-bottom: 99px;
  }

  .mt-md-99 {
    margin-top: 99px;
  }

  .ml-md-99 {
    margin-left: 99px;
  }

  .mr-md-99 {
    margin-right: 99px;
  }

  .pb-md-99 {
    padding-bottom: 99px;
  }

  .pt-md-99 {
    padding-top: 99px;
  }

  .pl-md-99 {
    padding-left: 99px;
  }

  .pr-md-99 {
    padding-right: 99px;
  }

  .fs-md-99 {
    font-size: 99px;
  }

  .lh-md-99 {
    line-height: 99px;
  }

  .gap-md-99 {
    gap: 99px;
  }

  .br-md-99 {
    border-radius: 99px;
  }

  .h-md-99 {
    height: 99px;
  }

  .w-md-99 {
    width: 99px;
  }

  .m-md-100 {
    margin: 100px;
  }

  .p-md-100 {
    padding: 100px;
  }

  .mb-md-100 {
    margin-bottom: 100px;
  }

  .mt-md-100 {
    margin-top: 100px;
  }

  .ml-md-100 {
    margin-left: 100px;
  }

  .mr-md-100 {
    margin-right: 100px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pl-md-100 {
    padding-left: 100px;
  }

  .pr-md-100 {
    padding-right: 100px;
  }

  .fs-md-100 {
    font-size: 100px;
  }

  .lh-md-100 {
    line-height: 100px;
  }

  .gap-md-100 {
    gap: 100px;
  }

  .br-md-100 {
    border-radius: 100px;
  }

  .h-md-100 {
    height: 100px;
  }

  .w-md-100 {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .m-sm-0 {
    margin: 0px;
  }

  .p-sm-0 {
    padding: 0px;
  }

  .mb-sm-0 {
    margin-bottom: 0px;
  }

  .mt-sm-0 {
    margin-top: 0px;
  }

  .ml-sm-0 {
    margin-left: 0px;
  }

  .mr-sm-0 {
    margin-right: 0px;
  }

  .pb-sm-0 {
    padding-bottom: 0px;
  }

  .pt-sm-0 {
    padding-top: 0px;
  }

  .pl-sm-0 {
    padding-left: 0px;
  }

  .pr-sm-0 {
    padding-right: 0px;
  }

  .fs-sm-0 {
    font-size: 0px;
  }

  .lh-sm-0 {
    line-height: 0px;
  }

  .gap-sm-0 {
    gap: 0px;
  }

  .br-sm-0 {
    border-radius: 0px;
  }

  .h-sm-0 {
    height: 0px;
  }

  .w-sm-0 {
    width: 0px;
  }

  .m-sm-1 {
    margin: 1px;
  }

  .p-sm-1 {
    padding: 1px;
  }

  .mb-sm-1 {
    margin-bottom: 1px;
  }

  .mt-sm-1 {
    margin-top: 1px;
  }

  .ml-sm-1 {
    margin-left: 1px;
  }

  .mr-sm-1 {
    margin-right: 1px;
  }

  .pb-sm-1 {
    padding-bottom: 1px;
  }

  .pt-sm-1 {
    padding-top: 1px;
  }

  .pl-sm-1 {
    padding-left: 1px;
  }

  .pr-sm-1 {
    padding-right: 1px;
  }

  .fs-sm-1 {
    font-size: 1px;
  }

  .lh-sm-1 {
    line-height: 1px;
  }

  .gap-sm-1 {
    gap: 1px;
  }

  .br-sm-1 {
    border-radius: 1px;
  }

  .h-sm-1 {
    height: 1px;
  }

  .w-sm-1 {
    width: 1px;
  }

  .m-sm-2 {
    margin: 2px;
  }

  .p-sm-2 {
    padding: 2px;
  }

  .mb-sm-2 {
    margin-bottom: 2px;
  }

  .mt-sm-2 {
    margin-top: 2px;
  }

  .ml-sm-2 {
    margin-left: 2px;
  }

  .mr-sm-2 {
    margin-right: 2px;
  }

  .pb-sm-2 {
    padding-bottom: 2px;
  }

  .pt-sm-2 {
    padding-top: 2px;
  }

  .pl-sm-2 {
    padding-left: 2px;
  }

  .pr-sm-2 {
    padding-right: 2px;
  }

  .fs-sm-2 {
    font-size: 2px;
  }

  .lh-sm-2 {
    line-height: 2px;
  }

  .gap-sm-2 {
    gap: 2px;
  }

  .br-sm-2 {
    border-radius: 2px;
  }

  .h-sm-2 {
    height: 2px;
  }

  .w-sm-2 {
    width: 2px;
  }

  .m-sm-3 {
    margin: 3px;
  }

  .p-sm-3 {
    padding: 3px;
  }

  .mb-sm-3 {
    margin-bottom: 3px;
  }

  .mt-sm-3 {
    margin-top: 3px;
  }

  .ml-sm-3 {
    margin-left: 3px;
  }

  .mr-sm-3 {
    margin-right: 3px;
  }

  .pb-sm-3 {
    padding-bottom: 3px;
  }

  .pt-sm-3 {
    padding-top: 3px;
  }

  .pl-sm-3 {
    padding-left: 3px;
  }

  .pr-sm-3 {
    padding-right: 3px;
  }

  .fs-sm-3 {
    font-size: 3px;
  }

  .lh-sm-3 {
    line-height: 3px;
  }

  .gap-sm-3 {
    gap: 3px;
  }

  .br-sm-3 {
    border-radius: 3px;
  }

  .h-sm-3 {
    height: 3px;
  }

  .w-sm-3 {
    width: 3px;
  }

  .m-sm-4 {
    margin: 4px;
  }

  .p-sm-4 {
    padding: 4px;
  }

  .mb-sm-4 {
    margin-bottom: 4px;
  }

  .mt-sm-4 {
    margin-top: 4px;
  }

  .ml-sm-4 {
    margin-left: 4px;
  }

  .mr-sm-4 {
    margin-right: 4px;
  }

  .pb-sm-4 {
    padding-bottom: 4px;
  }

  .pt-sm-4 {
    padding-top: 4px;
  }

  .pl-sm-4 {
    padding-left: 4px;
  }

  .pr-sm-4 {
    padding-right: 4px;
  }

  .fs-sm-4 {
    font-size: 4px;
  }

  .lh-sm-4 {
    line-height: 4px;
  }

  .gap-sm-4 {
    gap: 4px;
  }

  .br-sm-4 {
    border-radius: 4px;
  }

  .h-sm-4 {
    height: 4px;
  }

  .w-sm-4 {
    width: 4px;
  }

  .m-sm-5 {
    margin: 5px;
  }

  .p-sm-5 {
    padding: 5px;
  }

  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .mt-sm-5 {
    margin-top: 5px;
  }

  .ml-sm-5 {
    margin-left: 5px;
  }

  .mr-sm-5 {
    margin-right: 5px;
  }

  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .pt-sm-5 {
    padding-top: 5px;
  }

  .pl-sm-5 {
    padding-left: 5px;
  }

  .pr-sm-5 {
    padding-right: 5px;
  }

  .fs-sm-5 {
    font-size: 5px;
  }

  .lh-sm-5 {
    line-height: 5px;
  }

  .gap-sm-5 {
    gap: 5px;
  }

  .br-sm-5 {
    border-radius: 5px;
  }

  .h-sm-5 {
    height: 5px;
  }

  .w-sm-5 {
    width: 5px;
  }

  .m-sm-6 {
    margin: 6px;
  }

  .p-sm-6 {
    padding: 6px;
  }

  .mb-sm-6 {
    margin-bottom: 6px;
  }

  .mt-sm-6 {
    margin-top: 6px;
  }

  .ml-sm-6 {
    margin-left: 6px;
  }

  .mr-sm-6 {
    margin-right: 6px;
  }

  .pb-sm-6 {
    padding-bottom: 6px;
  }

  .pt-sm-6 {
    padding-top: 6px;
  }

  .pl-sm-6 {
    padding-left: 6px;
  }

  .pr-sm-6 {
    padding-right: 6px;
  }

  .fs-sm-6 {
    font-size: 6px;
  }

  .lh-sm-6 {
    line-height: 6px;
  }

  .gap-sm-6 {
    gap: 6px;
  }

  .br-sm-6 {
    border-radius: 6px;
  }

  .h-sm-6 {
    height: 6px;
  }

  .w-sm-6 {
    width: 6px;
  }

  .m-sm-7 {
    margin: 7px;
  }

  .p-sm-7 {
    padding: 7px;
  }

  .mb-sm-7 {
    margin-bottom: 7px;
  }

  .mt-sm-7 {
    margin-top: 7px;
  }

  .ml-sm-7 {
    margin-left: 7px;
  }

  .mr-sm-7 {
    margin-right: 7px;
  }

  .pb-sm-7 {
    padding-bottom: 7px;
  }

  .pt-sm-7 {
    padding-top: 7px;
  }

  .pl-sm-7 {
    padding-left: 7px;
  }

  .pr-sm-7 {
    padding-right: 7px;
  }

  .fs-sm-7 {
    font-size: 7px;
  }

  .lh-sm-7 {
    line-height: 7px;
  }

  .gap-sm-7 {
    gap: 7px;
  }

  .br-sm-7 {
    border-radius: 7px;
  }

  .h-sm-7 {
    height: 7px;
  }

  .w-sm-7 {
    width: 7px;
  }

  .m-sm-8 {
    margin: 8px;
  }

  .p-sm-8 {
    padding: 8px;
  }

  .mb-sm-8 {
    margin-bottom: 8px;
  }

  .mt-sm-8 {
    margin-top: 8px;
  }

  .ml-sm-8 {
    margin-left: 8px;
  }

  .mr-sm-8 {
    margin-right: 8px;
  }

  .pb-sm-8 {
    padding-bottom: 8px;
  }

  .pt-sm-8 {
    padding-top: 8px;
  }

  .pl-sm-8 {
    padding-left: 8px;
  }

  .pr-sm-8 {
    padding-right: 8px;
  }

  .fs-sm-8 {
    font-size: 8px;
  }

  .lh-sm-8 {
    line-height: 8px;
  }

  .gap-sm-8 {
    gap: 8px;
  }

  .br-sm-8 {
    border-radius: 8px;
  }

  .h-sm-8 {
    height: 8px;
  }

  .w-sm-8 {
    width: 8px;
  }

  .m-sm-9 {
    margin: 9px;
  }

  .p-sm-9 {
    padding: 9px;
  }

  .mb-sm-9 {
    margin-bottom: 9px;
  }

  .mt-sm-9 {
    margin-top: 9px;
  }

  .ml-sm-9 {
    margin-left: 9px;
  }

  .mr-sm-9 {
    margin-right: 9px;
  }

  .pb-sm-9 {
    padding-bottom: 9px;
  }

  .pt-sm-9 {
    padding-top: 9px;
  }

  .pl-sm-9 {
    padding-left: 9px;
  }

  .pr-sm-9 {
    padding-right: 9px;
  }

  .fs-sm-9 {
    font-size: 9px;
  }

  .lh-sm-9 {
    line-height: 9px;
  }

  .gap-sm-9 {
    gap: 9px;
  }

  .br-sm-9 {
    border-radius: 9px;
  }

  .h-sm-9 {
    height: 9px;
  }

  .w-sm-9 {
    width: 9px;
  }

  .m-sm-10 {
    margin: 10px;
  }

  .p-sm-10 {
    padding: 10px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .ml-sm-10 {
    margin-left: 10px;
  }

  .mr-sm-10 {
    margin-right: 10px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pl-sm-10 {
    padding-left: 10px;
  }

  .pr-sm-10 {
    padding-right: 10px;
  }

  .fs-sm-10 {
    font-size: 10px;
  }

  .lh-sm-10 {
    line-height: 10px;
  }

  .gap-sm-10 {
    gap: 10px;
  }

  .br-sm-10 {
    border-radius: 10px;
  }

  .h-sm-10 {
    height: 10px;
  }

  .w-sm-10 {
    width: 10px;
  }

  .m-sm-11 {
    margin: 11px;
  }

  .p-sm-11 {
    padding: 11px;
  }

  .mb-sm-11 {
    margin-bottom: 11px;
  }

  .mt-sm-11 {
    margin-top: 11px;
  }

  .ml-sm-11 {
    margin-left: 11px;
  }

  .mr-sm-11 {
    margin-right: 11px;
  }

  .pb-sm-11 {
    padding-bottom: 11px;
  }

  .pt-sm-11 {
    padding-top: 11px;
  }

  .pl-sm-11 {
    padding-left: 11px;
  }

  .pr-sm-11 {
    padding-right: 11px;
  }

  .fs-sm-11 {
    font-size: 11px;
  }

  .lh-sm-11 {
    line-height: 11px;
  }

  .gap-sm-11 {
    gap: 11px;
  }

  .br-sm-11 {
    border-radius: 11px;
  }

  .h-sm-11 {
    height: 11px;
  }

  .w-sm-11 {
    width: 11px;
  }

  .m-sm-12 {
    margin: 12px;
  }

  .p-sm-12 {
    padding: 12px;
  }

  .mb-sm-12 {
    margin-bottom: 12px;
  }

  .mt-sm-12 {
    margin-top: 12px;
  }

  .ml-sm-12 {
    margin-left: 12px;
  }

  .mr-sm-12 {
    margin-right: 12px;
  }

  .pb-sm-12 {
    padding-bottom: 12px;
  }

  .pt-sm-12 {
    padding-top: 12px;
  }

  .pl-sm-12 {
    padding-left: 12px;
  }

  .pr-sm-12 {
    padding-right: 12px;
  }

  .fs-sm-12 {
    font-size: 12px;
  }

  .lh-sm-12 {
    line-height: 12px;
  }

  .gap-sm-12 {
    gap: 12px;
  }

  .br-sm-12 {
    border-radius: 12px;
  }

  .h-sm-12 {
    height: 12px;
  }

  .w-sm-12 {
    width: 12px;
  }

  .m-sm-13 {
    margin: 13px;
  }

  .p-sm-13 {
    padding: 13px;
  }

  .mb-sm-13 {
    margin-bottom: 13px;
  }

  .mt-sm-13 {
    margin-top: 13px;
  }

  .ml-sm-13 {
    margin-left: 13px;
  }

  .mr-sm-13 {
    margin-right: 13px;
  }

  .pb-sm-13 {
    padding-bottom: 13px;
  }

  .pt-sm-13 {
    padding-top: 13px;
  }

  .pl-sm-13 {
    padding-left: 13px;
  }

  .pr-sm-13 {
    padding-right: 13px;
  }

  .fs-sm-13 {
    font-size: 13px;
  }

  .lh-sm-13 {
    line-height: 13px;
  }

  .gap-sm-13 {
    gap: 13px;
  }

  .br-sm-13 {
    border-radius: 13px;
  }

  .h-sm-13 {
    height: 13px;
  }

  .w-sm-13 {
    width: 13px;
  }

  .m-sm-14 {
    margin: 14px;
  }

  .p-sm-14 {
    padding: 14px;
  }

  .mb-sm-14 {
    margin-bottom: 14px;
  }

  .mt-sm-14 {
    margin-top: 14px;
  }

  .ml-sm-14 {
    margin-left: 14px;
  }

  .mr-sm-14 {
    margin-right: 14px;
  }

  .pb-sm-14 {
    padding-bottom: 14px;
  }

  .pt-sm-14 {
    padding-top: 14px;
  }

  .pl-sm-14 {
    padding-left: 14px;
  }

  .pr-sm-14 {
    padding-right: 14px;
  }

  .fs-sm-14 {
    font-size: 14px;
  }

  .lh-sm-14 {
    line-height: 14px;
  }

  .gap-sm-14 {
    gap: 14px;
  }

  .br-sm-14 {
    border-radius: 14px;
  }

  .h-sm-14 {
    height: 14px;
  }

  .w-sm-14 {
    width: 14px;
  }

  .m-sm-15 {
    margin: 15px;
  }

  .p-sm-15 {
    padding: 15px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .ml-sm-15 {
    margin-left: 15px;
  }

  .mr-sm-15 {
    margin-right: 15px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  .fs-sm-15 {
    font-size: 15px;
  }

  .lh-sm-15 {
    line-height: 15px;
  }

  .gap-sm-15 {
    gap: 15px;
  }

  .br-sm-15 {
    border-radius: 15px;
  }

  .h-sm-15 {
    height: 15px;
  }

  .w-sm-15 {
    width: 15px;
  }

  .m-sm-16 {
    margin: 16px;
  }

  .p-sm-16 {
    padding: 16px;
  }

  .mb-sm-16 {
    margin-bottom: 16px;
  }

  .mt-sm-16 {
    margin-top: 16px;
  }

  .ml-sm-16 {
    margin-left: 16px;
  }

  .mr-sm-16 {
    margin-right: 16px;
  }

  .pb-sm-16 {
    padding-bottom: 16px;
  }

  .pt-sm-16 {
    padding-top: 16px;
  }

  .pl-sm-16 {
    padding-left: 16px;
  }

  .pr-sm-16 {
    padding-right: 16px;
  }

  .fs-sm-16 {
    font-size: 16px;
  }

  .lh-sm-16 {
    line-height: 16px;
  }

  .gap-sm-16 {
    gap: 16px;
  }

  .br-sm-16 {
    border-radius: 16px;
  }

  .h-sm-16 {
    height: 16px;
  }

  .w-sm-16 {
    width: 16px;
  }

  .m-sm-17 {
    margin: 17px;
  }

  .p-sm-17 {
    padding: 17px;
  }

  .mb-sm-17 {
    margin-bottom: 17px;
  }

  .mt-sm-17 {
    margin-top: 17px;
  }

  .ml-sm-17 {
    margin-left: 17px;
  }

  .mr-sm-17 {
    margin-right: 17px;
  }

  .pb-sm-17 {
    padding-bottom: 17px;
  }

  .pt-sm-17 {
    padding-top: 17px;
  }

  .pl-sm-17 {
    padding-left: 17px;
  }

  .pr-sm-17 {
    padding-right: 17px;
  }

  .fs-sm-17 {
    font-size: 17px;
  }

  .lh-sm-17 {
    line-height: 17px;
  }

  .gap-sm-17 {
    gap: 17px;
  }

  .br-sm-17 {
    border-radius: 17px;
  }

  .h-sm-17 {
    height: 17px;
  }

  .w-sm-17 {
    width: 17px;
  }

  .m-sm-18 {
    margin: 18px;
  }

  .p-sm-18 {
    padding: 18px;
  }

  .mb-sm-18 {
    margin-bottom: 18px;
  }

  .mt-sm-18 {
    margin-top: 18px;
  }

  .ml-sm-18 {
    margin-left: 18px;
  }

  .mr-sm-18 {
    margin-right: 18px;
  }

  .pb-sm-18 {
    padding-bottom: 18px;
  }

  .pt-sm-18 {
    padding-top: 18px;
  }

  .pl-sm-18 {
    padding-left: 18px;
  }

  .pr-sm-18 {
    padding-right: 18px;
  }

  .fs-sm-18 {
    font-size: 18px;
  }

  .lh-sm-18 {
    line-height: 18px;
  }

  .gap-sm-18 {
    gap: 18px;
  }

  .br-sm-18 {
    border-radius: 18px;
  }

  .h-sm-18 {
    height: 18px;
  }

  .w-sm-18 {
    width: 18px;
  }

  .m-sm-19 {
    margin: 19px;
  }

  .p-sm-19 {
    padding: 19px;
  }

  .mb-sm-19 {
    margin-bottom: 19px;
  }

  .mt-sm-19 {
    margin-top: 19px;
  }

  .ml-sm-19 {
    margin-left: 19px;
  }

  .mr-sm-19 {
    margin-right: 19px;
  }

  .pb-sm-19 {
    padding-bottom: 19px;
  }

  .pt-sm-19 {
    padding-top: 19px;
  }

  .pl-sm-19 {
    padding-left: 19px;
  }

  .pr-sm-19 {
    padding-right: 19px;
  }

  .fs-sm-19 {
    font-size: 19px;
  }

  .lh-sm-19 {
    line-height: 19px;
  }

  .gap-sm-19 {
    gap: 19px;
  }

  .br-sm-19 {
    border-radius: 19px;
  }

  .h-sm-19 {
    height: 19px;
  }

  .w-sm-19 {
    width: 19px;
  }

  .m-sm-20 {
    margin: 20px;
  }

  .p-sm-20 {
    padding: 20px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .ml-sm-20 {
    margin-left: 20px;
  }

  .mr-sm-20 {
    margin-right: 20px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pl-sm-20 {
    padding-left: 20px;
  }

  .pr-sm-20 {
    padding-right: 20px;
  }

  .fs-sm-20 {
    font-size: 20px;
  }

  .lh-sm-20 {
    line-height: 20px;
  }

  .gap-sm-20 {
    gap: 20px;
  }

  .br-sm-20 {
    border-radius: 20px;
  }

  .h-sm-20 {
    height: 20px;
  }

  .w-sm-20 {
    width: 20px;
  }

  .m-sm-21 {
    margin: 21px;
  }

  .p-sm-21 {
    padding: 21px;
  }

  .mb-sm-21 {
    margin-bottom: 21px;
  }

  .mt-sm-21 {
    margin-top: 21px;
  }

  .ml-sm-21 {
    margin-left: 21px;
  }

  .mr-sm-21 {
    margin-right: 21px;
  }

  .pb-sm-21 {
    padding-bottom: 21px;
  }

  .pt-sm-21 {
    padding-top: 21px;
  }

  .pl-sm-21 {
    padding-left: 21px;
  }

  .pr-sm-21 {
    padding-right: 21px;
  }

  .fs-sm-21 {
    font-size: 21px;
  }

  .lh-sm-21 {
    line-height: 21px;
  }

  .gap-sm-21 {
    gap: 21px;
  }

  .br-sm-21 {
    border-radius: 21px;
  }

  .h-sm-21 {
    height: 21px;
  }

  .w-sm-21 {
    width: 21px;
  }

  .m-sm-22 {
    margin: 22px;
  }

  .p-sm-22 {
    padding: 22px;
  }

  .mb-sm-22 {
    margin-bottom: 22px;
  }

  .mt-sm-22 {
    margin-top: 22px;
  }

  .ml-sm-22 {
    margin-left: 22px;
  }

  .mr-sm-22 {
    margin-right: 22px;
  }

  .pb-sm-22 {
    padding-bottom: 22px;
  }

  .pt-sm-22 {
    padding-top: 22px;
  }

  .pl-sm-22 {
    padding-left: 22px;
  }

  .pr-sm-22 {
    padding-right: 22px;
  }

  .fs-sm-22 {
    font-size: 22px;
  }

  .lh-sm-22 {
    line-height: 22px;
  }

  .gap-sm-22 {
    gap: 22px;
  }

  .br-sm-22 {
    border-radius: 22px;
  }

  .h-sm-22 {
    height: 22px;
  }

  .w-sm-22 {
    width: 22px;
  }

  .m-sm-23 {
    margin: 23px;
  }

  .p-sm-23 {
    padding: 23px;
  }

  .mb-sm-23 {
    margin-bottom: 23px;
  }

  .mt-sm-23 {
    margin-top: 23px;
  }

  .ml-sm-23 {
    margin-left: 23px;
  }

  .mr-sm-23 {
    margin-right: 23px;
  }

  .pb-sm-23 {
    padding-bottom: 23px;
  }

  .pt-sm-23 {
    padding-top: 23px;
  }

  .pl-sm-23 {
    padding-left: 23px;
  }

  .pr-sm-23 {
    padding-right: 23px;
  }

  .fs-sm-23 {
    font-size: 23px;
  }

  .lh-sm-23 {
    line-height: 23px;
  }

  .gap-sm-23 {
    gap: 23px;
  }

  .br-sm-23 {
    border-radius: 23px;
  }

  .h-sm-23 {
    height: 23px;
  }

  .w-sm-23 {
    width: 23px;
  }

  .m-sm-24 {
    margin: 24px;
  }

  .p-sm-24 {
    padding: 24px;
  }

  .mb-sm-24 {
    margin-bottom: 24px;
  }

  .mt-sm-24 {
    margin-top: 24px;
  }

  .ml-sm-24 {
    margin-left: 24px;
  }

  .mr-sm-24 {
    margin-right: 24px;
  }

  .pb-sm-24 {
    padding-bottom: 24px;
  }

  .pt-sm-24 {
    padding-top: 24px;
  }

  .pl-sm-24 {
    padding-left: 24px;
  }

  .pr-sm-24 {
    padding-right: 24px;
  }

  .fs-sm-24 {
    font-size: 24px;
  }

  .lh-sm-24 {
    line-height: 24px;
  }

  .gap-sm-24 {
    gap: 24px;
  }

  .br-sm-24 {
    border-radius: 24px;
  }

  .h-sm-24 {
    height: 24px;
  }

  .w-sm-24 {
    width: 24px;
  }

  .m-sm-25 {
    margin: 25px;
  }

  .p-sm-25 {
    padding: 25px;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .mt-sm-25 {
    margin-top: 25px;
  }

  .ml-sm-25 {
    margin-left: 25px;
  }

  .mr-sm-25 {
    margin-right: 25px;
  }

  .pb-sm-25 {
    padding-bottom: 25px;
  }

  .pt-sm-25 {
    padding-top: 25px;
  }

  .pl-sm-25 {
    padding-left: 25px;
  }

  .pr-sm-25 {
    padding-right: 25px;
  }

  .fs-sm-25 {
    font-size: 25px;
  }

  .lh-sm-25 {
    line-height: 25px;
  }

  .gap-sm-25 {
    gap: 25px;
  }

  .br-sm-25 {
    border-radius: 25px;
  }

  .h-sm-25 {
    height: 25px;
  }

  .w-sm-25 {
    width: 25px;
  }

  .m-sm-26 {
    margin: 26px;
  }

  .p-sm-26 {
    padding: 26px;
  }

  .mb-sm-26 {
    margin-bottom: 26px;
  }

  .mt-sm-26 {
    margin-top: 26px;
  }

  .ml-sm-26 {
    margin-left: 26px;
  }

  .mr-sm-26 {
    margin-right: 26px;
  }

  .pb-sm-26 {
    padding-bottom: 26px;
  }

  .pt-sm-26 {
    padding-top: 26px;
  }

  .pl-sm-26 {
    padding-left: 26px;
  }

  .pr-sm-26 {
    padding-right: 26px;
  }

  .fs-sm-26 {
    font-size: 26px;
  }

  .lh-sm-26 {
    line-height: 26px;
  }

  .gap-sm-26 {
    gap: 26px;
  }

  .br-sm-26 {
    border-radius: 26px;
  }

  .h-sm-26 {
    height: 26px;
  }

  .w-sm-26 {
    width: 26px;
  }

  .m-sm-27 {
    margin: 27px;
  }

  .p-sm-27 {
    padding: 27px;
  }

  .mb-sm-27 {
    margin-bottom: 27px;
  }

  .mt-sm-27 {
    margin-top: 27px;
  }

  .ml-sm-27 {
    margin-left: 27px;
  }

  .mr-sm-27 {
    margin-right: 27px;
  }

  .pb-sm-27 {
    padding-bottom: 27px;
  }

  .pt-sm-27 {
    padding-top: 27px;
  }

  .pl-sm-27 {
    padding-left: 27px;
  }

  .pr-sm-27 {
    padding-right: 27px;
  }

  .fs-sm-27 {
    font-size: 27px;
  }

  .lh-sm-27 {
    line-height: 27px;
  }

  .gap-sm-27 {
    gap: 27px;
  }

  .br-sm-27 {
    border-radius: 27px;
  }

  .h-sm-27 {
    height: 27px;
  }

  .w-sm-27 {
    width: 27px;
  }

  .m-sm-28 {
    margin: 28px;
  }

  .p-sm-28 {
    padding: 28px;
  }

  .mb-sm-28 {
    margin-bottom: 28px;
  }

  .mt-sm-28 {
    margin-top: 28px;
  }

  .ml-sm-28 {
    margin-left: 28px;
  }

  .mr-sm-28 {
    margin-right: 28px;
  }

  .pb-sm-28 {
    padding-bottom: 28px;
  }

  .pt-sm-28 {
    padding-top: 28px;
  }

  .pl-sm-28 {
    padding-left: 28px;
  }

  .pr-sm-28 {
    padding-right: 28px;
  }

  .fs-sm-28 {
    font-size: 28px;
  }

  .lh-sm-28 {
    line-height: 28px;
  }

  .gap-sm-28 {
    gap: 28px;
  }

  .br-sm-28 {
    border-radius: 28px;
  }

  .h-sm-28 {
    height: 28px;
  }

  .w-sm-28 {
    width: 28px;
  }

  .m-sm-29 {
    margin: 29px;
  }

  .p-sm-29 {
    padding: 29px;
  }

  .mb-sm-29 {
    margin-bottom: 29px;
  }

  .mt-sm-29 {
    margin-top: 29px;
  }

  .ml-sm-29 {
    margin-left: 29px;
  }

  .mr-sm-29 {
    margin-right: 29px;
  }

  .pb-sm-29 {
    padding-bottom: 29px;
  }

  .pt-sm-29 {
    padding-top: 29px;
  }

  .pl-sm-29 {
    padding-left: 29px;
  }

  .pr-sm-29 {
    padding-right: 29px;
  }

  .fs-sm-29 {
    font-size: 29px;
  }

  .lh-sm-29 {
    line-height: 29px;
  }

  .gap-sm-29 {
    gap: 29px;
  }

  .br-sm-29 {
    border-radius: 29px;
  }

  .h-sm-29 {
    height: 29px;
  }

  .w-sm-29 {
    width: 29px;
  }

  .m-sm-30 {
    margin: 30px;
  }

  .p-sm-30 {
    padding: 30px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .ml-sm-30 {
    margin-left: 30px;
  }

  .mr-sm-30 {
    margin-right: 30px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pl-sm-30 {
    padding-left: 30px;
  }

  .pr-sm-30 {
    padding-right: 30px;
  }

  .fs-sm-30 {
    font-size: 30px;
  }

  .lh-sm-30 {
    line-height: 30px;
  }

  .gap-sm-30 {
    gap: 30px;
  }

  .br-sm-30 {
    border-radius: 30px;
  }

  .h-sm-30 {
    height: 30px;
  }

  .w-sm-30 {
    width: 30px;
  }

  .m-sm-31 {
    margin: 31px;
  }

  .p-sm-31 {
    padding: 31px;
  }

  .mb-sm-31 {
    margin-bottom: 31px;
  }

  .mt-sm-31 {
    margin-top: 31px;
  }

  .ml-sm-31 {
    margin-left: 31px;
  }

  .mr-sm-31 {
    margin-right: 31px;
  }

  .pb-sm-31 {
    padding-bottom: 31px;
  }

  .pt-sm-31 {
    padding-top: 31px;
  }

  .pl-sm-31 {
    padding-left: 31px;
  }

  .pr-sm-31 {
    padding-right: 31px;
  }

  .fs-sm-31 {
    font-size: 31px;
  }

  .lh-sm-31 {
    line-height: 31px;
  }

  .gap-sm-31 {
    gap: 31px;
  }

  .br-sm-31 {
    border-radius: 31px;
  }

  .h-sm-31 {
    height: 31px;
  }

  .w-sm-31 {
    width: 31px;
  }

  .m-sm-32 {
    margin: 32px;
  }

  .p-sm-32 {
    padding: 32px;
  }

  .mb-sm-32 {
    margin-bottom: 32px;
  }

  .mt-sm-32 {
    margin-top: 32px;
  }

  .ml-sm-32 {
    margin-left: 32px;
  }

  .mr-sm-32 {
    margin-right: 32px;
  }

  .pb-sm-32 {
    padding-bottom: 32px;
  }

  .pt-sm-32 {
    padding-top: 32px;
  }

  .pl-sm-32 {
    padding-left: 32px;
  }

  .pr-sm-32 {
    padding-right: 32px;
  }

  .fs-sm-32 {
    font-size: 32px;
  }

  .lh-sm-32 {
    line-height: 32px;
  }

  .gap-sm-32 {
    gap: 32px;
  }

  .br-sm-32 {
    border-radius: 32px;
  }

  .h-sm-32 {
    height: 32px;
  }

  .w-sm-32 {
    width: 32px;
  }

  .m-sm-33 {
    margin: 33px;
  }

  .p-sm-33 {
    padding: 33px;
  }

  .mb-sm-33 {
    margin-bottom: 33px;
  }

  .mt-sm-33 {
    margin-top: 33px;
  }

  .ml-sm-33 {
    margin-left: 33px;
  }

  .mr-sm-33 {
    margin-right: 33px;
  }

  .pb-sm-33 {
    padding-bottom: 33px;
  }

  .pt-sm-33 {
    padding-top: 33px;
  }

  .pl-sm-33 {
    padding-left: 33px;
  }

  .pr-sm-33 {
    padding-right: 33px;
  }

  .fs-sm-33 {
    font-size: 33px;
  }

  .lh-sm-33 {
    line-height: 33px;
  }

  .gap-sm-33 {
    gap: 33px;
  }

  .br-sm-33 {
    border-radius: 33px;
  }

  .h-sm-33 {
    height: 33px;
  }

  .w-sm-33 {
    width: 33px;
  }

  .m-sm-34 {
    margin: 34px;
  }

  .p-sm-34 {
    padding: 34px;
  }

  .mb-sm-34 {
    margin-bottom: 34px;
  }

  .mt-sm-34 {
    margin-top: 34px;
  }

  .ml-sm-34 {
    margin-left: 34px;
  }

  .mr-sm-34 {
    margin-right: 34px;
  }

  .pb-sm-34 {
    padding-bottom: 34px;
  }

  .pt-sm-34 {
    padding-top: 34px;
  }

  .pl-sm-34 {
    padding-left: 34px;
  }

  .pr-sm-34 {
    padding-right: 34px;
  }

  .fs-sm-34 {
    font-size: 34px;
  }

  .lh-sm-34 {
    line-height: 34px;
  }

  .gap-sm-34 {
    gap: 34px;
  }

  .br-sm-34 {
    border-radius: 34px;
  }

  .h-sm-34 {
    height: 34px;
  }

  .w-sm-34 {
    width: 34px;
  }

  .m-sm-35 {
    margin: 35px;
  }

  .p-sm-35 {
    padding: 35px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .ml-sm-35 {
    margin-left: 35px;
  }

  .mr-sm-35 {
    margin-right: 35px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pl-sm-35 {
    padding-left: 35px;
  }

  .pr-sm-35 {
    padding-right: 35px;
  }

  .fs-sm-35 {
    font-size: 35px;
  }

  .lh-sm-35 {
    line-height: 35px;
  }

  .gap-sm-35 {
    gap: 35px;
  }

  .br-sm-35 {
    border-radius: 35px;
  }

  .h-sm-35 {
    height: 35px;
  }

  .w-sm-35 {
    width: 35px;
  }

  .m-sm-36 {
    margin: 36px;
  }

  .p-sm-36 {
    padding: 36px;
  }

  .mb-sm-36 {
    margin-bottom: 36px;
  }

  .mt-sm-36 {
    margin-top: 36px;
  }

  .ml-sm-36 {
    margin-left: 36px;
  }

  .mr-sm-36 {
    margin-right: 36px;
  }

  .pb-sm-36 {
    padding-bottom: 36px;
  }

  .pt-sm-36 {
    padding-top: 36px;
  }

  .pl-sm-36 {
    padding-left: 36px;
  }

  .pr-sm-36 {
    padding-right: 36px;
  }

  .fs-sm-36 {
    font-size: 36px;
  }

  .lh-sm-36 {
    line-height: 36px;
  }

  .gap-sm-36 {
    gap: 36px;
  }

  .br-sm-36 {
    border-radius: 36px;
  }

  .h-sm-36 {
    height: 36px;
  }

  .w-sm-36 {
    width: 36px;
  }

  .m-sm-37 {
    margin: 37px;
  }

  .p-sm-37 {
    padding: 37px;
  }

  .mb-sm-37 {
    margin-bottom: 37px;
  }

  .mt-sm-37 {
    margin-top: 37px;
  }

  .ml-sm-37 {
    margin-left: 37px;
  }

  .mr-sm-37 {
    margin-right: 37px;
  }

  .pb-sm-37 {
    padding-bottom: 37px;
  }

  .pt-sm-37 {
    padding-top: 37px;
  }

  .pl-sm-37 {
    padding-left: 37px;
  }

  .pr-sm-37 {
    padding-right: 37px;
  }

  .fs-sm-37 {
    font-size: 37px;
  }

  .lh-sm-37 {
    line-height: 37px;
  }

  .gap-sm-37 {
    gap: 37px;
  }

  .br-sm-37 {
    border-radius: 37px;
  }

  .h-sm-37 {
    height: 37px;
  }

  .w-sm-37 {
    width: 37px;
  }

  .m-sm-38 {
    margin: 38px;
  }

  .p-sm-38 {
    padding: 38px;
  }

  .mb-sm-38 {
    margin-bottom: 38px;
  }

  .mt-sm-38 {
    margin-top: 38px;
  }

  .ml-sm-38 {
    margin-left: 38px;
  }

  .mr-sm-38 {
    margin-right: 38px;
  }

  .pb-sm-38 {
    padding-bottom: 38px;
  }

  .pt-sm-38 {
    padding-top: 38px;
  }

  .pl-sm-38 {
    padding-left: 38px;
  }

  .pr-sm-38 {
    padding-right: 38px;
  }

  .fs-sm-38 {
    font-size: 38px;
  }

  .lh-sm-38 {
    line-height: 38px;
  }

  .gap-sm-38 {
    gap: 38px;
  }

  .br-sm-38 {
    border-radius: 38px;
  }

  .h-sm-38 {
    height: 38px;
  }

  .w-sm-38 {
    width: 38px;
  }

  .m-sm-39 {
    margin: 39px;
  }

  .p-sm-39 {
    padding: 39px;
  }

  .mb-sm-39 {
    margin-bottom: 39px;
  }

  .mt-sm-39 {
    margin-top: 39px;
  }

  .ml-sm-39 {
    margin-left: 39px;
  }

  .mr-sm-39 {
    margin-right: 39px;
  }

  .pb-sm-39 {
    padding-bottom: 39px;
  }

  .pt-sm-39 {
    padding-top: 39px;
  }

  .pl-sm-39 {
    padding-left: 39px;
  }

  .pr-sm-39 {
    padding-right: 39px;
  }

  .fs-sm-39 {
    font-size: 39px;
  }

  .lh-sm-39 {
    line-height: 39px;
  }

  .gap-sm-39 {
    gap: 39px;
  }

  .br-sm-39 {
    border-radius: 39px;
  }

  .h-sm-39 {
    height: 39px;
  }

  .w-sm-39 {
    width: 39px;
  }

  .m-sm-40 {
    margin: 40px;
  }

  .p-sm-40 {
    padding: 40px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .ml-sm-40 {
    margin-left: 40px;
  }

  .mr-sm-40 {
    margin-right: 40px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pl-sm-40 {
    padding-left: 40px;
  }

  .pr-sm-40 {
    padding-right: 40px;
  }

  .fs-sm-40 {
    font-size: 40px;
  }

  .lh-sm-40 {
    line-height: 40px;
  }

  .gap-sm-40 {
    gap: 40px;
  }

  .br-sm-40 {
    border-radius: 40px;
  }

  .h-sm-40 {
    height: 40px;
  }

  .w-sm-40 {
    width: 40px;
  }

  .m-sm-41 {
    margin: 41px;
  }

  .p-sm-41 {
    padding: 41px;
  }

  .mb-sm-41 {
    margin-bottom: 41px;
  }

  .mt-sm-41 {
    margin-top: 41px;
  }

  .ml-sm-41 {
    margin-left: 41px;
  }

  .mr-sm-41 {
    margin-right: 41px;
  }

  .pb-sm-41 {
    padding-bottom: 41px;
  }

  .pt-sm-41 {
    padding-top: 41px;
  }

  .pl-sm-41 {
    padding-left: 41px;
  }

  .pr-sm-41 {
    padding-right: 41px;
  }

  .fs-sm-41 {
    font-size: 41px;
  }

  .lh-sm-41 {
    line-height: 41px;
  }

  .gap-sm-41 {
    gap: 41px;
  }

  .br-sm-41 {
    border-radius: 41px;
  }

  .h-sm-41 {
    height: 41px;
  }

  .w-sm-41 {
    width: 41px;
  }

  .m-sm-42 {
    margin: 42px;
  }

  .p-sm-42 {
    padding: 42px;
  }

  .mb-sm-42 {
    margin-bottom: 42px;
  }

  .mt-sm-42 {
    margin-top: 42px;
  }

  .ml-sm-42 {
    margin-left: 42px;
  }

  .mr-sm-42 {
    margin-right: 42px;
  }

  .pb-sm-42 {
    padding-bottom: 42px;
  }

  .pt-sm-42 {
    padding-top: 42px;
  }

  .pl-sm-42 {
    padding-left: 42px;
  }

  .pr-sm-42 {
    padding-right: 42px;
  }

  .fs-sm-42 {
    font-size: 42px;
  }

  .lh-sm-42 {
    line-height: 42px;
  }

  .gap-sm-42 {
    gap: 42px;
  }

  .br-sm-42 {
    border-radius: 42px;
  }

  .h-sm-42 {
    height: 42px;
  }

  .w-sm-42 {
    width: 42px;
  }

  .m-sm-43 {
    margin: 43px;
  }

  .p-sm-43 {
    padding: 43px;
  }

  .mb-sm-43 {
    margin-bottom: 43px;
  }

  .mt-sm-43 {
    margin-top: 43px;
  }

  .ml-sm-43 {
    margin-left: 43px;
  }

  .mr-sm-43 {
    margin-right: 43px;
  }

  .pb-sm-43 {
    padding-bottom: 43px;
  }

  .pt-sm-43 {
    padding-top: 43px;
  }

  .pl-sm-43 {
    padding-left: 43px;
  }

  .pr-sm-43 {
    padding-right: 43px;
  }

  .fs-sm-43 {
    font-size: 43px;
  }

  .lh-sm-43 {
    line-height: 43px;
  }

  .gap-sm-43 {
    gap: 43px;
  }

  .br-sm-43 {
    border-radius: 43px;
  }

  .h-sm-43 {
    height: 43px;
  }

  .w-sm-43 {
    width: 43px;
  }

  .m-sm-44 {
    margin: 44px;
  }

  .p-sm-44 {
    padding: 44px;
  }

  .mb-sm-44 {
    margin-bottom: 44px;
  }

  .mt-sm-44 {
    margin-top: 44px;
  }

  .ml-sm-44 {
    margin-left: 44px;
  }

  .mr-sm-44 {
    margin-right: 44px;
  }

  .pb-sm-44 {
    padding-bottom: 44px;
  }

  .pt-sm-44 {
    padding-top: 44px;
  }

  .pl-sm-44 {
    padding-left: 44px;
  }

  .pr-sm-44 {
    padding-right: 44px;
  }

  .fs-sm-44 {
    font-size: 44px;
  }

  .lh-sm-44 {
    line-height: 44px;
  }

  .gap-sm-44 {
    gap: 44px;
  }

  .br-sm-44 {
    border-radius: 44px;
  }

  .h-sm-44 {
    height: 44px;
  }

  .w-sm-44 {
    width: 44px;
  }

  .m-sm-45 {
    margin: 45px;
  }

  .p-sm-45 {
    padding: 45px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .ml-sm-45 {
    margin-left: 45px;
  }

  .mr-sm-45 {
    margin-right: 45px;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pl-sm-45 {
    padding-left: 45px;
  }

  .pr-sm-45 {
    padding-right: 45px;
  }

  .fs-sm-45 {
    font-size: 45px;
  }

  .lh-sm-45 {
    line-height: 45px;
  }

  .gap-sm-45 {
    gap: 45px;
  }

  .br-sm-45 {
    border-radius: 45px;
  }

  .h-sm-45 {
    height: 45px;
  }

  .w-sm-45 {
    width: 45px;
  }

  .m-sm-46 {
    margin: 46px;
  }

  .p-sm-46 {
    padding: 46px;
  }

  .mb-sm-46 {
    margin-bottom: 46px;
  }

  .mt-sm-46 {
    margin-top: 46px;
  }

  .ml-sm-46 {
    margin-left: 46px;
  }

  .mr-sm-46 {
    margin-right: 46px;
  }

  .pb-sm-46 {
    padding-bottom: 46px;
  }

  .pt-sm-46 {
    padding-top: 46px;
  }

  .pl-sm-46 {
    padding-left: 46px;
  }

  .pr-sm-46 {
    padding-right: 46px;
  }

  .fs-sm-46 {
    font-size: 46px;
  }

  .lh-sm-46 {
    line-height: 46px;
  }

  .gap-sm-46 {
    gap: 46px;
  }

  .br-sm-46 {
    border-radius: 46px;
  }

  .h-sm-46 {
    height: 46px;
  }

  .w-sm-46 {
    width: 46px;
  }

  .m-sm-47 {
    margin: 47px;
  }

  .p-sm-47 {
    padding: 47px;
  }

  .mb-sm-47 {
    margin-bottom: 47px;
  }

  .mt-sm-47 {
    margin-top: 47px;
  }

  .ml-sm-47 {
    margin-left: 47px;
  }

  .mr-sm-47 {
    margin-right: 47px;
  }

  .pb-sm-47 {
    padding-bottom: 47px;
  }

  .pt-sm-47 {
    padding-top: 47px;
  }

  .pl-sm-47 {
    padding-left: 47px;
  }

  .pr-sm-47 {
    padding-right: 47px;
  }

  .fs-sm-47 {
    font-size: 47px;
  }

  .lh-sm-47 {
    line-height: 47px;
  }

  .gap-sm-47 {
    gap: 47px;
  }

  .br-sm-47 {
    border-radius: 47px;
  }

  .h-sm-47 {
    height: 47px;
  }

  .w-sm-47 {
    width: 47px;
  }

  .m-sm-48 {
    margin: 48px;
  }

  .p-sm-48 {
    padding: 48px;
  }

  .mb-sm-48 {
    margin-bottom: 48px;
  }

  .mt-sm-48 {
    margin-top: 48px;
  }

  .ml-sm-48 {
    margin-left: 48px;
  }

  .mr-sm-48 {
    margin-right: 48px;
  }

  .pb-sm-48 {
    padding-bottom: 48px;
  }

  .pt-sm-48 {
    padding-top: 48px;
  }

  .pl-sm-48 {
    padding-left: 48px;
  }

  .pr-sm-48 {
    padding-right: 48px;
  }

  .fs-sm-48 {
    font-size: 48px;
  }

  .lh-sm-48 {
    line-height: 48px;
  }

  .gap-sm-48 {
    gap: 48px;
  }

  .br-sm-48 {
    border-radius: 48px;
  }

  .h-sm-48 {
    height: 48px;
  }

  .w-sm-48 {
    width: 48px;
  }

  .m-sm-49 {
    margin: 49px;
  }

  .p-sm-49 {
    padding: 49px;
  }

  .mb-sm-49 {
    margin-bottom: 49px;
  }

  .mt-sm-49 {
    margin-top: 49px;
  }

  .ml-sm-49 {
    margin-left: 49px;
  }

  .mr-sm-49 {
    margin-right: 49px;
  }

  .pb-sm-49 {
    padding-bottom: 49px;
  }

  .pt-sm-49 {
    padding-top: 49px;
  }

  .pl-sm-49 {
    padding-left: 49px;
  }

  .pr-sm-49 {
    padding-right: 49px;
  }

  .fs-sm-49 {
    font-size: 49px;
  }

  .lh-sm-49 {
    line-height: 49px;
  }

  .gap-sm-49 {
    gap: 49px;
  }

  .br-sm-49 {
    border-radius: 49px;
  }

  .h-sm-49 {
    height: 49px;
  }

  .w-sm-49 {
    width: 49px;
  }

  .m-sm-50 {
    margin: 50px;
  }

  .p-sm-50 {
    padding: 50px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .ml-sm-50 {
    margin-left: 50px;
  }

  .mr-sm-50 {
    margin-right: 50px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pl-sm-50 {
    padding-left: 50px;
  }

  .pr-sm-50 {
    padding-right: 50px;
  }

  .fs-sm-50 {
    font-size: 50px;
  }

  .lh-sm-50 {
    line-height: 50px;
  }

  .gap-sm-50 {
    gap: 50px;
  }

  .br-sm-50 {
    border-radius: 50px;
  }

  .h-sm-50 {
    height: 50px;
  }

  .w-sm-50 {
    width: 50px;
  }

  .m-sm-51 {
    margin: 51px;
  }

  .p-sm-51 {
    padding: 51px;
  }

  .mb-sm-51 {
    margin-bottom: 51px;
  }

  .mt-sm-51 {
    margin-top: 51px;
  }

  .ml-sm-51 {
    margin-left: 51px;
  }

  .mr-sm-51 {
    margin-right: 51px;
  }

  .pb-sm-51 {
    padding-bottom: 51px;
  }

  .pt-sm-51 {
    padding-top: 51px;
  }

  .pl-sm-51 {
    padding-left: 51px;
  }

  .pr-sm-51 {
    padding-right: 51px;
  }

  .fs-sm-51 {
    font-size: 51px;
  }

  .lh-sm-51 {
    line-height: 51px;
  }

  .gap-sm-51 {
    gap: 51px;
  }

  .br-sm-51 {
    border-radius: 51px;
  }

  .h-sm-51 {
    height: 51px;
  }

  .w-sm-51 {
    width: 51px;
  }

  .m-sm-52 {
    margin: 52px;
  }

  .p-sm-52 {
    padding: 52px;
  }

  .mb-sm-52 {
    margin-bottom: 52px;
  }

  .mt-sm-52 {
    margin-top: 52px;
  }

  .ml-sm-52 {
    margin-left: 52px;
  }

  .mr-sm-52 {
    margin-right: 52px;
  }

  .pb-sm-52 {
    padding-bottom: 52px;
  }

  .pt-sm-52 {
    padding-top: 52px;
  }

  .pl-sm-52 {
    padding-left: 52px;
  }

  .pr-sm-52 {
    padding-right: 52px;
  }

  .fs-sm-52 {
    font-size: 52px;
  }

  .lh-sm-52 {
    line-height: 52px;
  }

  .gap-sm-52 {
    gap: 52px;
  }

  .br-sm-52 {
    border-radius: 52px;
  }

  .h-sm-52 {
    height: 52px;
  }

  .w-sm-52 {
    width: 52px;
  }

  .m-sm-53 {
    margin: 53px;
  }

  .p-sm-53 {
    padding: 53px;
  }

  .mb-sm-53 {
    margin-bottom: 53px;
  }

  .mt-sm-53 {
    margin-top: 53px;
  }

  .ml-sm-53 {
    margin-left: 53px;
  }

  .mr-sm-53 {
    margin-right: 53px;
  }

  .pb-sm-53 {
    padding-bottom: 53px;
  }

  .pt-sm-53 {
    padding-top: 53px;
  }

  .pl-sm-53 {
    padding-left: 53px;
  }

  .pr-sm-53 {
    padding-right: 53px;
  }

  .fs-sm-53 {
    font-size: 53px;
  }

  .lh-sm-53 {
    line-height: 53px;
  }

  .gap-sm-53 {
    gap: 53px;
  }

  .br-sm-53 {
    border-radius: 53px;
  }

  .h-sm-53 {
    height: 53px;
  }

  .w-sm-53 {
    width: 53px;
  }

  .m-sm-54 {
    margin: 54px;
  }

  .p-sm-54 {
    padding: 54px;
  }

  .mb-sm-54 {
    margin-bottom: 54px;
  }

  .mt-sm-54 {
    margin-top: 54px;
  }

  .ml-sm-54 {
    margin-left: 54px;
  }

  .mr-sm-54 {
    margin-right: 54px;
  }

  .pb-sm-54 {
    padding-bottom: 54px;
  }

  .pt-sm-54 {
    padding-top: 54px;
  }

  .pl-sm-54 {
    padding-left: 54px;
  }

  .pr-sm-54 {
    padding-right: 54px;
  }

  .fs-sm-54 {
    font-size: 54px;
  }

  .lh-sm-54 {
    line-height: 54px;
  }

  .gap-sm-54 {
    gap: 54px;
  }

  .br-sm-54 {
    border-radius: 54px;
  }

  .h-sm-54 {
    height: 54px;
  }

  .w-sm-54 {
    width: 54px;
  }

  .m-sm-55 {
    margin: 55px;
  }

  .p-sm-55 {
    padding: 55px;
  }

  .mb-sm-55 {
    margin-bottom: 55px;
  }

  .mt-sm-55 {
    margin-top: 55px;
  }

  .ml-sm-55 {
    margin-left: 55px;
  }

  .mr-sm-55 {
    margin-right: 55px;
  }

  .pb-sm-55 {
    padding-bottom: 55px;
  }

  .pt-sm-55 {
    padding-top: 55px;
  }

  .pl-sm-55 {
    padding-left: 55px;
  }

  .pr-sm-55 {
    padding-right: 55px;
  }

  .fs-sm-55 {
    font-size: 55px;
  }

  .lh-sm-55 {
    line-height: 55px;
  }

  .gap-sm-55 {
    gap: 55px;
  }

  .br-sm-55 {
    border-radius: 55px;
  }

  .h-sm-55 {
    height: 55px;
  }

  .w-sm-55 {
    width: 55px;
  }

  .m-sm-56 {
    margin: 56px;
  }

  .p-sm-56 {
    padding: 56px;
  }

  .mb-sm-56 {
    margin-bottom: 56px;
  }

  .mt-sm-56 {
    margin-top: 56px;
  }

  .ml-sm-56 {
    margin-left: 56px;
  }

  .mr-sm-56 {
    margin-right: 56px;
  }

  .pb-sm-56 {
    padding-bottom: 56px;
  }

  .pt-sm-56 {
    padding-top: 56px;
  }

  .pl-sm-56 {
    padding-left: 56px;
  }

  .pr-sm-56 {
    padding-right: 56px;
  }

  .fs-sm-56 {
    font-size: 56px;
  }

  .lh-sm-56 {
    line-height: 56px;
  }

  .gap-sm-56 {
    gap: 56px;
  }

  .br-sm-56 {
    border-radius: 56px;
  }

  .h-sm-56 {
    height: 56px;
  }

  .w-sm-56 {
    width: 56px;
  }

  .m-sm-57 {
    margin: 57px;
  }

  .p-sm-57 {
    padding: 57px;
  }

  .mb-sm-57 {
    margin-bottom: 57px;
  }

  .mt-sm-57 {
    margin-top: 57px;
  }

  .ml-sm-57 {
    margin-left: 57px;
  }

  .mr-sm-57 {
    margin-right: 57px;
  }

  .pb-sm-57 {
    padding-bottom: 57px;
  }

  .pt-sm-57 {
    padding-top: 57px;
  }

  .pl-sm-57 {
    padding-left: 57px;
  }

  .pr-sm-57 {
    padding-right: 57px;
  }

  .fs-sm-57 {
    font-size: 57px;
  }

  .lh-sm-57 {
    line-height: 57px;
  }

  .gap-sm-57 {
    gap: 57px;
  }

  .br-sm-57 {
    border-radius: 57px;
  }

  .h-sm-57 {
    height: 57px;
  }

  .w-sm-57 {
    width: 57px;
  }

  .m-sm-58 {
    margin: 58px;
  }

  .p-sm-58 {
    padding: 58px;
  }

  .mb-sm-58 {
    margin-bottom: 58px;
  }

  .mt-sm-58 {
    margin-top: 58px;
  }

  .ml-sm-58 {
    margin-left: 58px;
  }

  .mr-sm-58 {
    margin-right: 58px;
  }

  .pb-sm-58 {
    padding-bottom: 58px;
  }

  .pt-sm-58 {
    padding-top: 58px;
  }

  .pl-sm-58 {
    padding-left: 58px;
  }

  .pr-sm-58 {
    padding-right: 58px;
  }

  .fs-sm-58 {
    font-size: 58px;
  }

  .lh-sm-58 {
    line-height: 58px;
  }

  .gap-sm-58 {
    gap: 58px;
  }

  .br-sm-58 {
    border-radius: 58px;
  }

  .h-sm-58 {
    height: 58px;
  }

  .w-sm-58 {
    width: 58px;
  }

  .m-sm-59 {
    margin: 59px;
  }

  .p-sm-59 {
    padding: 59px;
  }

  .mb-sm-59 {
    margin-bottom: 59px;
  }

  .mt-sm-59 {
    margin-top: 59px;
  }

  .ml-sm-59 {
    margin-left: 59px;
  }

  .mr-sm-59 {
    margin-right: 59px;
  }

  .pb-sm-59 {
    padding-bottom: 59px;
  }

  .pt-sm-59 {
    padding-top: 59px;
  }

  .pl-sm-59 {
    padding-left: 59px;
  }

  .pr-sm-59 {
    padding-right: 59px;
  }

  .fs-sm-59 {
    font-size: 59px;
  }

  .lh-sm-59 {
    line-height: 59px;
  }

  .gap-sm-59 {
    gap: 59px;
  }

  .br-sm-59 {
    border-radius: 59px;
  }

  .h-sm-59 {
    height: 59px;
  }

  .w-sm-59 {
    width: 59px;
  }

  .m-sm-60 {
    margin: 60px;
  }

  .p-sm-60 {
    padding: 60px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .ml-sm-60 {
    margin-left: 60px;
  }

  .mr-sm-60 {
    margin-right: 60px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pl-sm-60 {
    padding-left: 60px;
  }

  .pr-sm-60 {
    padding-right: 60px;
  }

  .fs-sm-60 {
    font-size: 60px;
  }

  .lh-sm-60 {
    line-height: 60px;
  }

  .gap-sm-60 {
    gap: 60px;
  }

  .br-sm-60 {
    border-radius: 60px;
  }

  .h-sm-60 {
    height: 60px;
  }

  .w-sm-60 {
    width: 60px;
  }

  .m-sm-61 {
    margin: 61px;
  }

  .p-sm-61 {
    padding: 61px;
  }

  .mb-sm-61 {
    margin-bottom: 61px;
  }

  .mt-sm-61 {
    margin-top: 61px;
  }

  .ml-sm-61 {
    margin-left: 61px;
  }

  .mr-sm-61 {
    margin-right: 61px;
  }

  .pb-sm-61 {
    padding-bottom: 61px;
  }

  .pt-sm-61 {
    padding-top: 61px;
  }

  .pl-sm-61 {
    padding-left: 61px;
  }

  .pr-sm-61 {
    padding-right: 61px;
  }

  .fs-sm-61 {
    font-size: 61px;
  }

  .lh-sm-61 {
    line-height: 61px;
  }

  .gap-sm-61 {
    gap: 61px;
  }

  .br-sm-61 {
    border-radius: 61px;
  }

  .h-sm-61 {
    height: 61px;
  }

  .w-sm-61 {
    width: 61px;
  }

  .m-sm-62 {
    margin: 62px;
  }

  .p-sm-62 {
    padding: 62px;
  }

  .mb-sm-62 {
    margin-bottom: 62px;
  }

  .mt-sm-62 {
    margin-top: 62px;
  }

  .ml-sm-62 {
    margin-left: 62px;
  }

  .mr-sm-62 {
    margin-right: 62px;
  }

  .pb-sm-62 {
    padding-bottom: 62px;
  }

  .pt-sm-62 {
    padding-top: 62px;
  }

  .pl-sm-62 {
    padding-left: 62px;
  }

  .pr-sm-62 {
    padding-right: 62px;
  }

  .fs-sm-62 {
    font-size: 62px;
  }

  .lh-sm-62 {
    line-height: 62px;
  }

  .gap-sm-62 {
    gap: 62px;
  }

  .br-sm-62 {
    border-radius: 62px;
  }

  .h-sm-62 {
    height: 62px;
  }

  .w-sm-62 {
    width: 62px;
  }

  .m-sm-63 {
    margin: 63px;
  }

  .p-sm-63 {
    padding: 63px;
  }

  .mb-sm-63 {
    margin-bottom: 63px;
  }

  .mt-sm-63 {
    margin-top: 63px;
  }

  .ml-sm-63 {
    margin-left: 63px;
  }

  .mr-sm-63 {
    margin-right: 63px;
  }

  .pb-sm-63 {
    padding-bottom: 63px;
  }

  .pt-sm-63 {
    padding-top: 63px;
  }

  .pl-sm-63 {
    padding-left: 63px;
  }

  .pr-sm-63 {
    padding-right: 63px;
  }

  .fs-sm-63 {
    font-size: 63px;
  }

  .lh-sm-63 {
    line-height: 63px;
  }

  .gap-sm-63 {
    gap: 63px;
  }

  .br-sm-63 {
    border-radius: 63px;
  }

  .h-sm-63 {
    height: 63px;
  }

  .w-sm-63 {
    width: 63px;
  }

  .m-sm-64 {
    margin: 64px;
  }

  .p-sm-64 {
    padding: 64px;
  }

  .mb-sm-64 {
    margin-bottom: 64px;
  }

  .mt-sm-64 {
    margin-top: 64px;
  }

  .ml-sm-64 {
    margin-left: 64px;
  }

  .mr-sm-64 {
    margin-right: 64px;
  }

  .pb-sm-64 {
    padding-bottom: 64px;
  }

  .pt-sm-64 {
    padding-top: 64px;
  }

  .pl-sm-64 {
    padding-left: 64px;
  }

  .pr-sm-64 {
    padding-right: 64px;
  }

  .fs-sm-64 {
    font-size: 64px;
  }

  .lh-sm-64 {
    line-height: 64px;
  }

  .gap-sm-64 {
    gap: 64px;
  }

  .br-sm-64 {
    border-radius: 64px;
  }

  .h-sm-64 {
    height: 64px;
  }

  .w-sm-64 {
    width: 64px;
  }

  .m-sm-65 {
    margin: 65px;
  }

  .p-sm-65 {
    padding: 65px;
  }

  .mb-sm-65 {
    margin-bottom: 65px;
  }

  .mt-sm-65 {
    margin-top: 65px;
  }

  .ml-sm-65 {
    margin-left: 65px;
  }

  .mr-sm-65 {
    margin-right: 65px;
  }

  .pb-sm-65 {
    padding-bottom: 65px;
  }

  .pt-sm-65 {
    padding-top: 65px;
  }

  .pl-sm-65 {
    padding-left: 65px;
  }

  .pr-sm-65 {
    padding-right: 65px;
  }

  .fs-sm-65 {
    font-size: 65px;
  }

  .lh-sm-65 {
    line-height: 65px;
  }

  .gap-sm-65 {
    gap: 65px;
  }

  .br-sm-65 {
    border-radius: 65px;
  }

  .h-sm-65 {
    height: 65px;
  }

  .w-sm-65 {
    width: 65px;
  }

  .m-sm-66 {
    margin: 66px;
  }

  .p-sm-66 {
    padding: 66px;
  }

  .mb-sm-66 {
    margin-bottom: 66px;
  }

  .mt-sm-66 {
    margin-top: 66px;
  }

  .ml-sm-66 {
    margin-left: 66px;
  }

  .mr-sm-66 {
    margin-right: 66px;
  }

  .pb-sm-66 {
    padding-bottom: 66px;
  }

  .pt-sm-66 {
    padding-top: 66px;
  }

  .pl-sm-66 {
    padding-left: 66px;
  }

  .pr-sm-66 {
    padding-right: 66px;
  }

  .fs-sm-66 {
    font-size: 66px;
  }

  .lh-sm-66 {
    line-height: 66px;
  }

  .gap-sm-66 {
    gap: 66px;
  }

  .br-sm-66 {
    border-radius: 66px;
  }

  .h-sm-66 {
    height: 66px;
  }

  .w-sm-66 {
    width: 66px;
  }

  .m-sm-67 {
    margin: 67px;
  }

  .p-sm-67 {
    padding: 67px;
  }

  .mb-sm-67 {
    margin-bottom: 67px;
  }

  .mt-sm-67 {
    margin-top: 67px;
  }

  .ml-sm-67 {
    margin-left: 67px;
  }

  .mr-sm-67 {
    margin-right: 67px;
  }

  .pb-sm-67 {
    padding-bottom: 67px;
  }

  .pt-sm-67 {
    padding-top: 67px;
  }

  .pl-sm-67 {
    padding-left: 67px;
  }

  .pr-sm-67 {
    padding-right: 67px;
  }

  .fs-sm-67 {
    font-size: 67px;
  }

  .lh-sm-67 {
    line-height: 67px;
  }

  .gap-sm-67 {
    gap: 67px;
  }

  .br-sm-67 {
    border-radius: 67px;
  }

  .h-sm-67 {
    height: 67px;
  }

  .w-sm-67 {
    width: 67px;
  }

  .m-sm-68 {
    margin: 68px;
  }

  .p-sm-68 {
    padding: 68px;
  }

  .mb-sm-68 {
    margin-bottom: 68px;
  }

  .mt-sm-68 {
    margin-top: 68px;
  }

  .ml-sm-68 {
    margin-left: 68px;
  }

  .mr-sm-68 {
    margin-right: 68px;
  }

  .pb-sm-68 {
    padding-bottom: 68px;
  }

  .pt-sm-68 {
    padding-top: 68px;
  }

  .pl-sm-68 {
    padding-left: 68px;
  }

  .pr-sm-68 {
    padding-right: 68px;
  }

  .fs-sm-68 {
    font-size: 68px;
  }

  .lh-sm-68 {
    line-height: 68px;
  }

  .gap-sm-68 {
    gap: 68px;
  }

  .br-sm-68 {
    border-radius: 68px;
  }

  .h-sm-68 {
    height: 68px;
  }

  .w-sm-68 {
    width: 68px;
  }

  .m-sm-69 {
    margin: 69px;
  }

  .p-sm-69 {
    padding: 69px;
  }

  .mb-sm-69 {
    margin-bottom: 69px;
  }

  .mt-sm-69 {
    margin-top: 69px;
  }

  .ml-sm-69 {
    margin-left: 69px;
  }

  .mr-sm-69 {
    margin-right: 69px;
  }

  .pb-sm-69 {
    padding-bottom: 69px;
  }

  .pt-sm-69 {
    padding-top: 69px;
  }

  .pl-sm-69 {
    padding-left: 69px;
  }

  .pr-sm-69 {
    padding-right: 69px;
  }

  .fs-sm-69 {
    font-size: 69px;
  }

  .lh-sm-69 {
    line-height: 69px;
  }

  .gap-sm-69 {
    gap: 69px;
  }

  .br-sm-69 {
    border-radius: 69px;
  }

  .h-sm-69 {
    height: 69px;
  }

  .w-sm-69 {
    width: 69px;
  }

  .m-sm-70 {
    margin: 70px;
  }

  .p-sm-70 {
    padding: 70px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .ml-sm-70 {
    margin-left: 70px;
  }

  .mr-sm-70 {
    margin-right: 70px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pl-sm-70 {
    padding-left: 70px;
  }

  .pr-sm-70 {
    padding-right: 70px;
  }

  .fs-sm-70 {
    font-size: 70px;
  }

  .lh-sm-70 {
    line-height: 70px;
  }

  .gap-sm-70 {
    gap: 70px;
  }

  .br-sm-70 {
    border-radius: 70px;
  }

  .h-sm-70 {
    height: 70px;
  }

  .w-sm-70 {
    width: 70px;
  }

  .m-sm-71 {
    margin: 71px;
  }

  .p-sm-71 {
    padding: 71px;
  }

  .mb-sm-71 {
    margin-bottom: 71px;
  }

  .mt-sm-71 {
    margin-top: 71px;
  }

  .ml-sm-71 {
    margin-left: 71px;
  }

  .mr-sm-71 {
    margin-right: 71px;
  }

  .pb-sm-71 {
    padding-bottom: 71px;
  }

  .pt-sm-71 {
    padding-top: 71px;
  }

  .pl-sm-71 {
    padding-left: 71px;
  }

  .pr-sm-71 {
    padding-right: 71px;
  }

  .fs-sm-71 {
    font-size: 71px;
  }

  .lh-sm-71 {
    line-height: 71px;
  }

  .gap-sm-71 {
    gap: 71px;
  }

  .br-sm-71 {
    border-radius: 71px;
  }

  .h-sm-71 {
    height: 71px;
  }

  .w-sm-71 {
    width: 71px;
  }

  .m-sm-72 {
    margin: 72px;
  }

  .p-sm-72 {
    padding: 72px;
  }

  .mb-sm-72 {
    margin-bottom: 72px;
  }

  .mt-sm-72 {
    margin-top: 72px;
  }

  .ml-sm-72 {
    margin-left: 72px;
  }

  .mr-sm-72 {
    margin-right: 72px;
  }

  .pb-sm-72 {
    padding-bottom: 72px;
  }

  .pt-sm-72 {
    padding-top: 72px;
  }

  .pl-sm-72 {
    padding-left: 72px;
  }

  .pr-sm-72 {
    padding-right: 72px;
  }

  .fs-sm-72 {
    font-size: 72px;
  }

  .lh-sm-72 {
    line-height: 72px;
  }

  .gap-sm-72 {
    gap: 72px;
  }

  .br-sm-72 {
    border-radius: 72px;
  }

  .h-sm-72 {
    height: 72px;
  }

  .w-sm-72 {
    width: 72px;
  }

  .m-sm-73 {
    margin: 73px;
  }

  .p-sm-73 {
    padding: 73px;
  }

  .mb-sm-73 {
    margin-bottom: 73px;
  }

  .mt-sm-73 {
    margin-top: 73px;
  }

  .ml-sm-73 {
    margin-left: 73px;
  }

  .mr-sm-73 {
    margin-right: 73px;
  }

  .pb-sm-73 {
    padding-bottom: 73px;
  }

  .pt-sm-73 {
    padding-top: 73px;
  }

  .pl-sm-73 {
    padding-left: 73px;
  }

  .pr-sm-73 {
    padding-right: 73px;
  }

  .fs-sm-73 {
    font-size: 73px;
  }

  .lh-sm-73 {
    line-height: 73px;
  }

  .gap-sm-73 {
    gap: 73px;
  }

  .br-sm-73 {
    border-radius: 73px;
  }

  .h-sm-73 {
    height: 73px;
  }

  .w-sm-73 {
    width: 73px;
  }

  .m-sm-74 {
    margin: 74px;
  }

  .p-sm-74 {
    padding: 74px;
  }

  .mb-sm-74 {
    margin-bottom: 74px;
  }

  .mt-sm-74 {
    margin-top: 74px;
  }

  .ml-sm-74 {
    margin-left: 74px;
  }

  .mr-sm-74 {
    margin-right: 74px;
  }

  .pb-sm-74 {
    padding-bottom: 74px;
  }

  .pt-sm-74 {
    padding-top: 74px;
  }

  .pl-sm-74 {
    padding-left: 74px;
  }

  .pr-sm-74 {
    padding-right: 74px;
  }

  .fs-sm-74 {
    font-size: 74px;
  }

  .lh-sm-74 {
    line-height: 74px;
  }

  .gap-sm-74 {
    gap: 74px;
  }

  .br-sm-74 {
    border-radius: 74px;
  }

  .h-sm-74 {
    height: 74px;
  }

  .w-sm-74 {
    width: 74px;
  }

  .m-sm-75 {
    margin: 75px;
  }

  .p-sm-75 {
    padding: 75px;
  }

  .mb-sm-75 {
    margin-bottom: 75px;
  }

  .mt-sm-75 {
    margin-top: 75px;
  }

  .ml-sm-75 {
    margin-left: 75px;
  }

  .mr-sm-75 {
    margin-right: 75px;
  }

  .pb-sm-75 {
    padding-bottom: 75px;
  }

  .pt-sm-75 {
    padding-top: 75px;
  }

  .pl-sm-75 {
    padding-left: 75px;
  }

  .pr-sm-75 {
    padding-right: 75px;
  }

  .fs-sm-75 {
    font-size: 75px;
  }

  .lh-sm-75 {
    line-height: 75px;
  }

  .gap-sm-75 {
    gap: 75px;
  }

  .br-sm-75 {
    border-radius: 75px;
  }

  .h-sm-75 {
    height: 75px;
  }

  .w-sm-75 {
    width: 75px;
  }

  .m-sm-76 {
    margin: 76px;
  }

  .p-sm-76 {
    padding: 76px;
  }

  .mb-sm-76 {
    margin-bottom: 76px;
  }

  .mt-sm-76 {
    margin-top: 76px;
  }

  .ml-sm-76 {
    margin-left: 76px;
  }

  .mr-sm-76 {
    margin-right: 76px;
  }

  .pb-sm-76 {
    padding-bottom: 76px;
  }

  .pt-sm-76 {
    padding-top: 76px;
  }

  .pl-sm-76 {
    padding-left: 76px;
  }

  .pr-sm-76 {
    padding-right: 76px;
  }

  .fs-sm-76 {
    font-size: 76px;
  }

  .lh-sm-76 {
    line-height: 76px;
  }

  .gap-sm-76 {
    gap: 76px;
  }

  .br-sm-76 {
    border-radius: 76px;
  }

  .h-sm-76 {
    height: 76px;
  }

  .w-sm-76 {
    width: 76px;
  }

  .m-sm-77 {
    margin: 77px;
  }

  .p-sm-77 {
    padding: 77px;
  }

  .mb-sm-77 {
    margin-bottom: 77px;
  }

  .mt-sm-77 {
    margin-top: 77px;
  }

  .ml-sm-77 {
    margin-left: 77px;
  }

  .mr-sm-77 {
    margin-right: 77px;
  }

  .pb-sm-77 {
    padding-bottom: 77px;
  }

  .pt-sm-77 {
    padding-top: 77px;
  }

  .pl-sm-77 {
    padding-left: 77px;
  }

  .pr-sm-77 {
    padding-right: 77px;
  }

  .fs-sm-77 {
    font-size: 77px;
  }

  .lh-sm-77 {
    line-height: 77px;
  }

  .gap-sm-77 {
    gap: 77px;
  }

  .br-sm-77 {
    border-radius: 77px;
  }

  .h-sm-77 {
    height: 77px;
  }

  .w-sm-77 {
    width: 77px;
  }

  .m-sm-78 {
    margin: 78px;
  }

  .p-sm-78 {
    padding: 78px;
  }

  .mb-sm-78 {
    margin-bottom: 78px;
  }

  .mt-sm-78 {
    margin-top: 78px;
  }

  .ml-sm-78 {
    margin-left: 78px;
  }

  .mr-sm-78 {
    margin-right: 78px;
  }

  .pb-sm-78 {
    padding-bottom: 78px;
  }

  .pt-sm-78 {
    padding-top: 78px;
  }

  .pl-sm-78 {
    padding-left: 78px;
  }

  .pr-sm-78 {
    padding-right: 78px;
  }

  .fs-sm-78 {
    font-size: 78px;
  }

  .lh-sm-78 {
    line-height: 78px;
  }

  .gap-sm-78 {
    gap: 78px;
  }

  .br-sm-78 {
    border-radius: 78px;
  }

  .h-sm-78 {
    height: 78px;
  }

  .w-sm-78 {
    width: 78px;
  }

  .m-sm-79 {
    margin: 79px;
  }

  .p-sm-79 {
    padding: 79px;
  }

  .mb-sm-79 {
    margin-bottom: 79px;
  }

  .mt-sm-79 {
    margin-top: 79px;
  }

  .ml-sm-79 {
    margin-left: 79px;
  }

  .mr-sm-79 {
    margin-right: 79px;
  }

  .pb-sm-79 {
    padding-bottom: 79px;
  }

  .pt-sm-79 {
    padding-top: 79px;
  }

  .pl-sm-79 {
    padding-left: 79px;
  }

  .pr-sm-79 {
    padding-right: 79px;
  }

  .fs-sm-79 {
    font-size: 79px;
  }

  .lh-sm-79 {
    line-height: 79px;
  }

  .gap-sm-79 {
    gap: 79px;
  }

  .br-sm-79 {
    border-radius: 79px;
  }

  .h-sm-79 {
    height: 79px;
  }

  .w-sm-79 {
    width: 79px;
  }

  .m-sm-80 {
    margin: 80px;
  }

  .p-sm-80 {
    padding: 80px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .ml-sm-80 {
    margin-left: 80px;
  }

  .mr-sm-80 {
    margin-right: 80px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pl-sm-80 {
    padding-left: 80px;
  }

  .pr-sm-80 {
    padding-right: 80px;
  }

  .fs-sm-80 {
    font-size: 80px;
  }

  .lh-sm-80 {
    line-height: 80px;
  }

  .gap-sm-80 {
    gap: 80px;
  }

  .br-sm-80 {
    border-radius: 80px;
  }

  .h-sm-80 {
    height: 80px;
  }

  .w-sm-80 {
    width: 80px;
  }

  .m-sm-81 {
    margin: 81px;
  }

  .p-sm-81 {
    padding: 81px;
  }

  .mb-sm-81 {
    margin-bottom: 81px;
  }

  .mt-sm-81 {
    margin-top: 81px;
  }

  .ml-sm-81 {
    margin-left: 81px;
  }

  .mr-sm-81 {
    margin-right: 81px;
  }

  .pb-sm-81 {
    padding-bottom: 81px;
  }

  .pt-sm-81 {
    padding-top: 81px;
  }

  .pl-sm-81 {
    padding-left: 81px;
  }

  .pr-sm-81 {
    padding-right: 81px;
  }

  .fs-sm-81 {
    font-size: 81px;
  }

  .lh-sm-81 {
    line-height: 81px;
  }

  .gap-sm-81 {
    gap: 81px;
  }

  .br-sm-81 {
    border-radius: 81px;
  }

  .h-sm-81 {
    height: 81px;
  }

  .w-sm-81 {
    width: 81px;
  }

  .m-sm-82 {
    margin: 82px;
  }

  .p-sm-82 {
    padding: 82px;
  }

  .mb-sm-82 {
    margin-bottom: 82px;
  }

  .mt-sm-82 {
    margin-top: 82px;
  }

  .ml-sm-82 {
    margin-left: 82px;
  }

  .mr-sm-82 {
    margin-right: 82px;
  }

  .pb-sm-82 {
    padding-bottom: 82px;
  }

  .pt-sm-82 {
    padding-top: 82px;
  }

  .pl-sm-82 {
    padding-left: 82px;
  }

  .pr-sm-82 {
    padding-right: 82px;
  }

  .fs-sm-82 {
    font-size: 82px;
  }

  .lh-sm-82 {
    line-height: 82px;
  }

  .gap-sm-82 {
    gap: 82px;
  }

  .br-sm-82 {
    border-radius: 82px;
  }

  .h-sm-82 {
    height: 82px;
  }

  .w-sm-82 {
    width: 82px;
  }

  .m-sm-83 {
    margin: 83px;
  }

  .p-sm-83 {
    padding: 83px;
  }

  .mb-sm-83 {
    margin-bottom: 83px;
  }

  .mt-sm-83 {
    margin-top: 83px;
  }

  .ml-sm-83 {
    margin-left: 83px;
  }

  .mr-sm-83 {
    margin-right: 83px;
  }

  .pb-sm-83 {
    padding-bottom: 83px;
  }

  .pt-sm-83 {
    padding-top: 83px;
  }

  .pl-sm-83 {
    padding-left: 83px;
  }

  .pr-sm-83 {
    padding-right: 83px;
  }

  .fs-sm-83 {
    font-size: 83px;
  }

  .lh-sm-83 {
    line-height: 83px;
  }

  .gap-sm-83 {
    gap: 83px;
  }

  .br-sm-83 {
    border-radius: 83px;
  }

  .h-sm-83 {
    height: 83px;
  }

  .w-sm-83 {
    width: 83px;
  }

  .m-sm-84 {
    margin: 84px;
  }

  .p-sm-84 {
    padding: 84px;
  }

  .mb-sm-84 {
    margin-bottom: 84px;
  }

  .mt-sm-84 {
    margin-top: 84px;
  }

  .ml-sm-84 {
    margin-left: 84px;
  }

  .mr-sm-84 {
    margin-right: 84px;
  }

  .pb-sm-84 {
    padding-bottom: 84px;
  }

  .pt-sm-84 {
    padding-top: 84px;
  }

  .pl-sm-84 {
    padding-left: 84px;
  }

  .pr-sm-84 {
    padding-right: 84px;
  }

  .fs-sm-84 {
    font-size: 84px;
  }

  .lh-sm-84 {
    line-height: 84px;
  }

  .gap-sm-84 {
    gap: 84px;
  }

  .br-sm-84 {
    border-radius: 84px;
  }

  .h-sm-84 {
    height: 84px;
  }

  .w-sm-84 {
    width: 84px;
  }

  .m-sm-85 {
    margin: 85px;
  }

  .p-sm-85 {
    padding: 85px;
  }

  .mb-sm-85 {
    margin-bottom: 85px;
  }

  .mt-sm-85 {
    margin-top: 85px;
  }

  .ml-sm-85 {
    margin-left: 85px;
  }

  .mr-sm-85 {
    margin-right: 85px;
  }

  .pb-sm-85 {
    padding-bottom: 85px;
  }

  .pt-sm-85 {
    padding-top: 85px;
  }

  .pl-sm-85 {
    padding-left: 85px;
  }

  .pr-sm-85 {
    padding-right: 85px;
  }

  .fs-sm-85 {
    font-size: 85px;
  }

  .lh-sm-85 {
    line-height: 85px;
  }

  .gap-sm-85 {
    gap: 85px;
  }

  .br-sm-85 {
    border-radius: 85px;
  }

  .h-sm-85 {
    height: 85px;
  }

  .w-sm-85 {
    width: 85px;
  }

  .m-sm-86 {
    margin: 86px;
  }

  .p-sm-86 {
    padding: 86px;
  }

  .mb-sm-86 {
    margin-bottom: 86px;
  }

  .mt-sm-86 {
    margin-top: 86px;
  }

  .ml-sm-86 {
    margin-left: 86px;
  }

  .mr-sm-86 {
    margin-right: 86px;
  }

  .pb-sm-86 {
    padding-bottom: 86px;
  }

  .pt-sm-86 {
    padding-top: 86px;
  }

  .pl-sm-86 {
    padding-left: 86px;
  }

  .pr-sm-86 {
    padding-right: 86px;
  }

  .fs-sm-86 {
    font-size: 86px;
  }

  .lh-sm-86 {
    line-height: 86px;
  }

  .gap-sm-86 {
    gap: 86px;
  }

  .br-sm-86 {
    border-radius: 86px;
  }

  .h-sm-86 {
    height: 86px;
  }

  .w-sm-86 {
    width: 86px;
  }

  .m-sm-87 {
    margin: 87px;
  }

  .p-sm-87 {
    padding: 87px;
  }

  .mb-sm-87 {
    margin-bottom: 87px;
  }

  .mt-sm-87 {
    margin-top: 87px;
  }

  .ml-sm-87 {
    margin-left: 87px;
  }

  .mr-sm-87 {
    margin-right: 87px;
  }

  .pb-sm-87 {
    padding-bottom: 87px;
  }

  .pt-sm-87 {
    padding-top: 87px;
  }

  .pl-sm-87 {
    padding-left: 87px;
  }

  .pr-sm-87 {
    padding-right: 87px;
  }

  .fs-sm-87 {
    font-size: 87px;
  }

  .lh-sm-87 {
    line-height: 87px;
  }

  .gap-sm-87 {
    gap: 87px;
  }

  .br-sm-87 {
    border-radius: 87px;
  }

  .h-sm-87 {
    height: 87px;
  }

  .w-sm-87 {
    width: 87px;
  }

  .m-sm-88 {
    margin: 88px;
  }

  .p-sm-88 {
    padding: 88px;
  }

  .mb-sm-88 {
    margin-bottom: 88px;
  }

  .mt-sm-88 {
    margin-top: 88px;
  }

  .ml-sm-88 {
    margin-left: 88px;
  }

  .mr-sm-88 {
    margin-right: 88px;
  }

  .pb-sm-88 {
    padding-bottom: 88px;
  }

  .pt-sm-88 {
    padding-top: 88px;
  }

  .pl-sm-88 {
    padding-left: 88px;
  }

  .pr-sm-88 {
    padding-right: 88px;
  }

  .fs-sm-88 {
    font-size: 88px;
  }

  .lh-sm-88 {
    line-height: 88px;
  }

  .gap-sm-88 {
    gap: 88px;
  }

  .br-sm-88 {
    border-radius: 88px;
  }

  .h-sm-88 {
    height: 88px;
  }

  .w-sm-88 {
    width: 88px;
  }

  .m-sm-89 {
    margin: 89px;
  }

  .p-sm-89 {
    padding: 89px;
  }

  .mb-sm-89 {
    margin-bottom: 89px;
  }

  .mt-sm-89 {
    margin-top: 89px;
  }

  .ml-sm-89 {
    margin-left: 89px;
  }

  .mr-sm-89 {
    margin-right: 89px;
  }

  .pb-sm-89 {
    padding-bottom: 89px;
  }

  .pt-sm-89 {
    padding-top: 89px;
  }

  .pl-sm-89 {
    padding-left: 89px;
  }

  .pr-sm-89 {
    padding-right: 89px;
  }

  .fs-sm-89 {
    font-size: 89px;
  }

  .lh-sm-89 {
    line-height: 89px;
  }

  .gap-sm-89 {
    gap: 89px;
  }

  .br-sm-89 {
    border-radius: 89px;
  }

  .h-sm-89 {
    height: 89px;
  }

  .w-sm-89 {
    width: 89px;
  }

  .m-sm-90 {
    margin: 90px;
  }

  .p-sm-90 {
    padding: 90px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .ml-sm-90 {
    margin-left: 90px;
  }

  .mr-sm-90 {
    margin-right: 90px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pl-sm-90 {
    padding-left: 90px;
  }

  .pr-sm-90 {
    padding-right: 90px;
  }

  .fs-sm-90 {
    font-size: 90px;
  }

  .lh-sm-90 {
    line-height: 90px;
  }

  .gap-sm-90 {
    gap: 90px;
  }

  .br-sm-90 {
    border-radius: 90px;
  }

  .h-sm-90 {
    height: 90px;
  }

  .w-sm-90 {
    width: 90px;
  }

  .m-sm-91 {
    margin: 91px;
  }

  .p-sm-91 {
    padding: 91px;
  }

  .mb-sm-91 {
    margin-bottom: 91px;
  }

  .mt-sm-91 {
    margin-top: 91px;
  }

  .ml-sm-91 {
    margin-left: 91px;
  }

  .mr-sm-91 {
    margin-right: 91px;
  }

  .pb-sm-91 {
    padding-bottom: 91px;
  }

  .pt-sm-91 {
    padding-top: 91px;
  }

  .pl-sm-91 {
    padding-left: 91px;
  }

  .pr-sm-91 {
    padding-right: 91px;
  }

  .fs-sm-91 {
    font-size: 91px;
  }

  .lh-sm-91 {
    line-height: 91px;
  }

  .gap-sm-91 {
    gap: 91px;
  }

  .br-sm-91 {
    border-radius: 91px;
  }

  .h-sm-91 {
    height: 91px;
  }

  .w-sm-91 {
    width: 91px;
  }

  .m-sm-92 {
    margin: 92px;
  }

  .p-sm-92 {
    padding: 92px;
  }

  .mb-sm-92 {
    margin-bottom: 92px;
  }

  .mt-sm-92 {
    margin-top: 92px;
  }

  .ml-sm-92 {
    margin-left: 92px;
  }

  .mr-sm-92 {
    margin-right: 92px;
  }

  .pb-sm-92 {
    padding-bottom: 92px;
  }

  .pt-sm-92 {
    padding-top: 92px;
  }

  .pl-sm-92 {
    padding-left: 92px;
  }

  .pr-sm-92 {
    padding-right: 92px;
  }

  .fs-sm-92 {
    font-size: 92px;
  }

  .lh-sm-92 {
    line-height: 92px;
  }

  .gap-sm-92 {
    gap: 92px;
  }

  .br-sm-92 {
    border-radius: 92px;
  }

  .h-sm-92 {
    height: 92px;
  }

  .w-sm-92 {
    width: 92px;
  }

  .m-sm-93 {
    margin: 93px;
  }

  .p-sm-93 {
    padding: 93px;
  }

  .mb-sm-93 {
    margin-bottom: 93px;
  }

  .mt-sm-93 {
    margin-top: 93px;
  }

  .ml-sm-93 {
    margin-left: 93px;
  }

  .mr-sm-93 {
    margin-right: 93px;
  }

  .pb-sm-93 {
    padding-bottom: 93px;
  }

  .pt-sm-93 {
    padding-top: 93px;
  }

  .pl-sm-93 {
    padding-left: 93px;
  }

  .pr-sm-93 {
    padding-right: 93px;
  }

  .fs-sm-93 {
    font-size: 93px;
  }

  .lh-sm-93 {
    line-height: 93px;
  }

  .gap-sm-93 {
    gap: 93px;
  }

  .br-sm-93 {
    border-radius: 93px;
  }

  .h-sm-93 {
    height: 93px;
  }

  .w-sm-93 {
    width: 93px;
  }

  .m-sm-94 {
    margin: 94px;
  }

  .p-sm-94 {
    padding: 94px;
  }

  .mb-sm-94 {
    margin-bottom: 94px;
  }

  .mt-sm-94 {
    margin-top: 94px;
  }

  .ml-sm-94 {
    margin-left: 94px;
  }

  .mr-sm-94 {
    margin-right: 94px;
  }

  .pb-sm-94 {
    padding-bottom: 94px;
  }

  .pt-sm-94 {
    padding-top: 94px;
  }

  .pl-sm-94 {
    padding-left: 94px;
  }

  .pr-sm-94 {
    padding-right: 94px;
  }

  .fs-sm-94 {
    font-size: 94px;
  }

  .lh-sm-94 {
    line-height: 94px;
  }

  .gap-sm-94 {
    gap: 94px;
  }

  .br-sm-94 {
    border-radius: 94px;
  }

  .h-sm-94 {
    height: 94px;
  }

  .w-sm-94 {
    width: 94px;
  }

  .m-sm-95 {
    margin: 95px;
  }

  .p-sm-95 {
    padding: 95px;
  }

  .mb-sm-95 {
    margin-bottom: 95px;
  }

  .mt-sm-95 {
    margin-top: 95px;
  }

  .ml-sm-95 {
    margin-left: 95px;
  }

  .mr-sm-95 {
    margin-right: 95px;
  }

  .pb-sm-95 {
    padding-bottom: 95px;
  }

  .pt-sm-95 {
    padding-top: 95px;
  }

  .pl-sm-95 {
    padding-left: 95px;
  }

  .pr-sm-95 {
    padding-right: 95px;
  }

  .fs-sm-95 {
    font-size: 95px;
  }

  .lh-sm-95 {
    line-height: 95px;
  }

  .gap-sm-95 {
    gap: 95px;
  }

  .br-sm-95 {
    border-radius: 95px;
  }

  .h-sm-95 {
    height: 95px;
  }

  .w-sm-95 {
    width: 95px;
  }

  .m-sm-96 {
    margin: 96px;
  }

  .p-sm-96 {
    padding: 96px;
  }

  .mb-sm-96 {
    margin-bottom: 96px;
  }

  .mt-sm-96 {
    margin-top: 96px;
  }

  .ml-sm-96 {
    margin-left: 96px;
  }

  .mr-sm-96 {
    margin-right: 96px;
  }

  .pb-sm-96 {
    padding-bottom: 96px;
  }

  .pt-sm-96 {
    padding-top: 96px;
  }

  .pl-sm-96 {
    padding-left: 96px;
  }

  .pr-sm-96 {
    padding-right: 96px;
  }

  .fs-sm-96 {
    font-size: 96px;
  }

  .lh-sm-96 {
    line-height: 96px;
  }

  .gap-sm-96 {
    gap: 96px;
  }

  .br-sm-96 {
    border-radius: 96px;
  }

  .h-sm-96 {
    height: 96px;
  }

  .w-sm-96 {
    width: 96px;
  }

  .m-sm-97 {
    margin: 97px;
  }

  .p-sm-97 {
    padding: 97px;
  }

  .mb-sm-97 {
    margin-bottom: 97px;
  }

  .mt-sm-97 {
    margin-top: 97px;
  }

  .ml-sm-97 {
    margin-left: 97px;
  }

  .mr-sm-97 {
    margin-right: 97px;
  }

  .pb-sm-97 {
    padding-bottom: 97px;
  }

  .pt-sm-97 {
    padding-top: 97px;
  }

  .pl-sm-97 {
    padding-left: 97px;
  }

  .pr-sm-97 {
    padding-right: 97px;
  }

  .fs-sm-97 {
    font-size: 97px;
  }

  .lh-sm-97 {
    line-height: 97px;
  }

  .gap-sm-97 {
    gap: 97px;
  }

  .br-sm-97 {
    border-radius: 97px;
  }

  .h-sm-97 {
    height: 97px;
  }

  .w-sm-97 {
    width: 97px;
  }

  .m-sm-98 {
    margin: 98px;
  }

  .p-sm-98 {
    padding: 98px;
  }

  .mb-sm-98 {
    margin-bottom: 98px;
  }

  .mt-sm-98 {
    margin-top: 98px;
  }

  .ml-sm-98 {
    margin-left: 98px;
  }

  .mr-sm-98 {
    margin-right: 98px;
  }

  .pb-sm-98 {
    padding-bottom: 98px;
  }

  .pt-sm-98 {
    padding-top: 98px;
  }

  .pl-sm-98 {
    padding-left: 98px;
  }

  .pr-sm-98 {
    padding-right: 98px;
  }

  .fs-sm-98 {
    font-size: 98px;
  }

  .lh-sm-98 {
    line-height: 98px;
  }

  .gap-sm-98 {
    gap: 98px;
  }

  .br-sm-98 {
    border-radius: 98px;
  }

  .h-sm-98 {
    height: 98px;
  }

  .w-sm-98 {
    width: 98px;
  }

  .m-sm-99 {
    margin: 99px;
  }

  .p-sm-99 {
    padding: 99px;
  }

  .mb-sm-99 {
    margin-bottom: 99px;
  }

  .mt-sm-99 {
    margin-top: 99px;
  }

  .ml-sm-99 {
    margin-left: 99px;
  }

  .mr-sm-99 {
    margin-right: 99px;
  }

  .pb-sm-99 {
    padding-bottom: 99px;
  }

  .pt-sm-99 {
    padding-top: 99px;
  }

  .pl-sm-99 {
    padding-left: 99px;
  }

  .pr-sm-99 {
    padding-right: 99px;
  }

  .fs-sm-99 {
    font-size: 99px;
  }

  .lh-sm-99 {
    line-height: 99px;
  }

  .gap-sm-99 {
    gap: 99px;
  }

  .br-sm-99 {
    border-radius: 99px;
  }

  .h-sm-99 {
    height: 99px;
  }

  .w-sm-99 {
    width: 99px;
  }

  .m-sm-100 {
    margin: 100px;
  }

  .p-sm-100 {
    padding: 100px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .ml-sm-100 {
    margin-left: 100px;
  }

  .mr-sm-100 {
    margin-right: 100px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pl-sm-100 {
    padding-left: 100px;
  }

  .pr-sm-100 {
    padding-right: 100px;
  }

  .fs-sm-100 {
    font-size: 100px;
  }

  .lh-sm-100 {
    line-height: 100px;
  }

  .gap-sm-100 {
    gap: 100px;
  }

  .br-sm-100 {
    border-radius: 100px;
  }

  .h-sm-100 {
    height: 100px;
  }

  .w-sm-100 {
    width: 100px;
  }
}

@media (max-width: 500px) {
  .m-xs-0 {
    margin: 0px;
  }

  .p-xs-0 {
    padding: 0px;
  }

  .mb-xs-0 {
    margin-bottom: 0px;
  }

  .mt-xs-0 {
    margin-top: 0px;
  }

  .ml-xs-0 {
    margin-left: 0px;
  }

  .mr-xs-0 {
    margin-right: 0px;
  }

  .pb-xs-0 {
    padding-bottom: 0px;
  }

  .pt-xs-0 {
    padding-top: 0px;
  }

  .pl-xs-0 {
    padding-left: 0px;
  }

  .pr-xs-0 {
    padding-right: 0px;
  }

  .fs-xs-0 {
    font-size: 0px;
  }

  .lh-xs-0 {
    line-height: 0px;
  }

  .gap-xs-0 {
    gap: 0px;
  }

  .br-xs-0 {
    border-radius: 0px;
  }

  .h-xs-0 {
    height: 0px;
  }

  .w-xs-0 {
    width: 0px;
  }

  .m-xs-1 {
    margin: 1px;
  }

  .p-xs-1 {
    padding: 1px;
  }

  .mb-xs-1 {
    margin-bottom: 1px;
  }

  .mt-xs-1 {
    margin-top: 1px;
  }

  .ml-xs-1 {
    margin-left: 1px;
  }

  .mr-xs-1 {
    margin-right: 1px;
  }

  .pb-xs-1 {
    padding-bottom: 1px;
  }

  .pt-xs-1 {
    padding-top: 1px;
  }

  .pl-xs-1 {
    padding-left: 1px;
  }

  .pr-xs-1 {
    padding-right: 1px;
  }

  .fs-xs-1 {
    font-size: 1px;
  }

  .lh-xs-1 {
    line-height: 1px;
  }

  .gap-xs-1 {
    gap: 1px;
  }

  .br-xs-1 {
    border-radius: 1px;
  }

  .h-xs-1 {
    height: 1px;
  }

  .w-xs-1 {
    width: 1px;
  }

  .m-xs-2 {
    margin: 2px;
  }

  .p-xs-2 {
    padding: 2px;
  }

  .mb-xs-2 {
    margin-bottom: 2px;
  }

  .mt-xs-2 {
    margin-top: 2px;
  }

  .ml-xs-2 {
    margin-left: 2px;
  }

  .mr-xs-2 {
    margin-right: 2px;
  }

  .pb-xs-2 {
    padding-bottom: 2px;
  }

  .pt-xs-2 {
    padding-top: 2px;
  }

  .pl-xs-2 {
    padding-left: 2px;
  }

  .pr-xs-2 {
    padding-right: 2px;
  }

  .fs-xs-2 {
    font-size: 2px;
  }

  .lh-xs-2 {
    line-height: 2px;
  }

  .gap-xs-2 {
    gap: 2px;
  }

  .br-xs-2 {
    border-radius: 2px;
  }

  .h-xs-2 {
    height: 2px;
  }

  .w-xs-2 {
    width: 2px;
  }

  .m-xs-3 {
    margin: 3px;
  }

  .p-xs-3 {
    padding: 3px;
  }

  .mb-xs-3 {
    margin-bottom: 3px;
  }

  .mt-xs-3 {
    margin-top: 3px;
  }

  .ml-xs-3 {
    margin-left: 3px;
  }

  .mr-xs-3 {
    margin-right: 3px;
  }

  .pb-xs-3 {
    padding-bottom: 3px;
  }

  .pt-xs-3 {
    padding-top: 3px;
  }

  .pl-xs-3 {
    padding-left: 3px;
  }

  .pr-xs-3 {
    padding-right: 3px;
  }

  .fs-xs-3 {
    font-size: 3px;
  }

  .lh-xs-3 {
    line-height: 3px;
  }

  .gap-xs-3 {
    gap: 3px;
  }

  .br-xs-3 {
    border-radius: 3px;
  }

  .h-xs-3 {
    height: 3px;
  }

  .w-xs-3 {
    width: 3px;
  }

  .m-xs-4 {
    margin: 4px;
  }

  .p-xs-4 {
    padding: 4px;
  }

  .mb-xs-4 {
    margin-bottom: 4px;
  }

  .mt-xs-4 {
    margin-top: 4px;
  }

  .ml-xs-4 {
    margin-left: 4px;
  }

  .mr-xs-4 {
    margin-right: 4px;
  }

  .pb-xs-4 {
    padding-bottom: 4px;
  }

  .pt-xs-4 {
    padding-top: 4px;
  }

  .pl-xs-4 {
    padding-left: 4px;
  }

  .pr-xs-4 {
    padding-right: 4px;
  }

  .fs-xs-4 {
    font-size: 4px;
  }

  .lh-xs-4 {
    line-height: 4px;
  }

  .gap-xs-4 {
    gap: 4px;
  }

  .br-xs-4 {
    border-radius: 4px;
  }

  .h-xs-4 {
    height: 4px;
  }

  .w-xs-4 {
    width: 4px;
  }

  .m-xs-5 {
    margin: 5px;
  }

  .p-xs-5 {
    padding: 5px;
  }

  .mb-xs-5 {
    margin-bottom: 5px;
  }

  .mt-xs-5 {
    margin-top: 5px;
  }

  .ml-xs-5 {
    margin-left: 5px;
  }

  .mr-xs-5 {
    margin-right: 5px;
  }

  .pb-xs-5 {
    padding-bottom: 5px;
  }

  .pt-xs-5 {
    padding-top: 5px;
  }

  .pl-xs-5 {
    padding-left: 5px;
  }

  .pr-xs-5 {
    padding-right: 5px;
  }

  .fs-xs-5 {
    font-size: 5px;
  }

  .lh-xs-5 {
    line-height: 5px;
  }

  .gap-xs-5 {
    gap: 5px;
  }

  .br-xs-5 {
    border-radius: 5px;
  }

  .h-xs-5 {
    height: 5px;
  }

  .w-xs-5 {
    width: 5px;
  }

  .m-xs-6 {
    margin: 6px;
  }

  .p-xs-6 {
    padding: 6px;
  }

  .mb-xs-6 {
    margin-bottom: 6px;
  }

  .mt-xs-6 {
    margin-top: 6px;
  }

  .ml-xs-6 {
    margin-left: 6px;
  }

  .mr-xs-6 {
    margin-right: 6px;
  }

  .pb-xs-6 {
    padding-bottom: 6px;
  }

  .pt-xs-6 {
    padding-top: 6px;
  }

  .pl-xs-6 {
    padding-left: 6px;
  }

  .pr-xs-6 {
    padding-right: 6px;
  }

  .fs-xs-6 {
    font-size: 6px;
  }

  .lh-xs-6 {
    line-height: 6px;
  }

  .gap-xs-6 {
    gap: 6px;
  }

  .br-xs-6 {
    border-radius: 6px;
  }

  .h-xs-6 {
    height: 6px;
  }

  .w-xs-6 {
    width: 6px;
  }

  .m-xs-7 {
    margin: 7px;
  }

  .p-xs-7 {
    padding: 7px;
  }

  .mb-xs-7 {
    margin-bottom: 7px;
  }

  .mt-xs-7 {
    margin-top: 7px;
  }

  .ml-xs-7 {
    margin-left: 7px;
  }

  .mr-xs-7 {
    margin-right: 7px;
  }

  .pb-xs-7 {
    padding-bottom: 7px;
  }

  .pt-xs-7 {
    padding-top: 7px;
  }

  .pl-xs-7 {
    padding-left: 7px;
  }

  .pr-xs-7 {
    padding-right: 7px;
  }

  .fs-xs-7 {
    font-size: 7px;
  }

  .lh-xs-7 {
    line-height: 7px;
  }

  .gap-xs-7 {
    gap: 7px;
  }

  .br-xs-7 {
    border-radius: 7px;
  }

  .h-xs-7 {
    height: 7px;
  }

  .w-xs-7 {
    width: 7px;
  }

  .m-xs-8 {
    margin: 8px;
  }

  .p-xs-8 {
    padding: 8px;
  }

  .mb-xs-8 {
    margin-bottom: 8px;
  }

  .mt-xs-8 {
    margin-top: 8px;
  }

  .ml-xs-8 {
    margin-left: 8px;
  }

  .mr-xs-8 {
    margin-right: 8px;
  }

  .pb-xs-8 {
    padding-bottom: 8px;
  }

  .pt-xs-8 {
    padding-top: 8px;
  }

  .pl-xs-8 {
    padding-left: 8px;
  }

  .pr-xs-8 {
    padding-right: 8px;
  }

  .fs-xs-8 {
    font-size: 8px;
  }

  .lh-xs-8 {
    line-height: 8px;
  }

  .gap-xs-8 {
    gap: 8px;
  }

  .br-xs-8 {
    border-radius: 8px;
  }

  .h-xs-8 {
    height: 8px;
  }

  .w-xs-8 {
    width: 8px;
  }

  .m-xs-9 {
    margin: 9px;
  }

  .p-xs-9 {
    padding: 9px;
  }

  .mb-xs-9 {
    margin-bottom: 9px;
  }

  .mt-xs-9 {
    margin-top: 9px;
  }

  .ml-xs-9 {
    margin-left: 9px;
  }

  .mr-xs-9 {
    margin-right: 9px;
  }

  .pb-xs-9 {
    padding-bottom: 9px;
  }

  .pt-xs-9 {
    padding-top: 9px;
  }

  .pl-xs-9 {
    padding-left: 9px;
  }

  .pr-xs-9 {
    padding-right: 9px;
  }

  .fs-xs-9 {
    font-size: 9px;
  }

  .lh-xs-9 {
    line-height: 9px;
  }

  .gap-xs-9 {
    gap: 9px;
  }

  .br-xs-9 {
    border-radius: 9px;
  }

  .h-xs-9 {
    height: 9px;
  }

  .w-xs-9 {
    width: 9px;
  }

  .m-xs-10 {
    margin: 10px;
  }

  .p-xs-10 {
    padding: 10px;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mt-xs-10 {
    margin-top: 10px;
  }

  .ml-xs-10 {
    margin-left: 10px;
  }

  .mr-xs-10 {
    margin-right: 10px;
  }

  .pb-xs-10 {
    padding-bottom: 10px;
  }

  .pt-xs-10 {
    padding-top: 10px;
  }

  .pl-xs-10 {
    padding-left: 10px;
  }

  .pr-xs-10 {
    padding-right: 10px;
  }

  .fs-xs-10 {
    font-size: 10px;
  }

  .lh-xs-10 {
    line-height: 10px;
  }

  .gap-xs-10 {
    gap: 10px;
  }

  .br-xs-10 {
    border-radius: 10px;
  }

  .h-xs-10 {
    height: 10px;
  }

  .w-xs-10 {
    width: 10px;
  }

  .m-xs-11 {
    margin: 11px;
  }

  .p-xs-11 {
    padding: 11px;
  }

  .mb-xs-11 {
    margin-bottom: 11px;
  }

  .mt-xs-11 {
    margin-top: 11px;
  }

  .ml-xs-11 {
    margin-left: 11px;
  }

  .mr-xs-11 {
    margin-right: 11px;
  }

  .pb-xs-11 {
    padding-bottom: 11px;
  }

  .pt-xs-11 {
    padding-top: 11px;
  }

  .pl-xs-11 {
    padding-left: 11px;
  }

  .pr-xs-11 {
    padding-right: 11px;
  }

  .fs-xs-11 {
    font-size: 11px;
  }

  .lh-xs-11 {
    line-height: 11px;
  }

  .gap-xs-11 {
    gap: 11px;
  }

  .br-xs-11 {
    border-radius: 11px;
  }

  .h-xs-11 {
    height: 11px;
  }

  .w-xs-11 {
    width: 11px;
  }

  .m-xs-12 {
    margin: 12px;
  }

  .p-xs-12 {
    padding: 12px;
  }

  .mb-xs-12 {
    margin-bottom: 12px;
  }

  .mt-xs-12 {
    margin-top: 12px;
  }

  .ml-xs-12 {
    margin-left: 12px;
  }

  .mr-xs-12 {
    margin-right: 12px;
  }

  .pb-xs-12 {
    padding-bottom: 12px;
  }

  .pt-xs-12 {
    padding-top: 12px;
  }

  .pl-xs-12 {
    padding-left: 12px;
  }

  .pr-xs-12 {
    padding-right: 12px;
  }

  .fs-xs-12 {
    font-size: 12px;
  }

  .lh-xs-12 {
    line-height: 12px;
  }

  .gap-xs-12 {
    gap: 12px;
  }

  .br-xs-12 {
    border-radius: 12px;
  }

  .h-xs-12 {
    height: 12px;
  }

  .w-xs-12 {
    width: 12px;
  }

  .m-xs-13 {
    margin: 13px;
  }

  .p-xs-13 {
    padding: 13px;
  }

  .mb-xs-13 {
    margin-bottom: 13px;
  }

  .mt-xs-13 {
    margin-top: 13px;
  }

  .ml-xs-13 {
    margin-left: 13px;
  }

  .mr-xs-13 {
    margin-right: 13px;
  }

  .pb-xs-13 {
    padding-bottom: 13px;
  }

  .pt-xs-13 {
    padding-top: 13px;
  }

  .pl-xs-13 {
    padding-left: 13px;
  }

  .pr-xs-13 {
    padding-right: 13px;
  }

  .fs-xs-13 {
    font-size: 13px;
  }

  .lh-xs-13 {
    line-height: 13px;
  }

  .gap-xs-13 {
    gap: 13px;
  }

  .br-xs-13 {
    border-radius: 13px;
  }

  .h-xs-13 {
    height: 13px;
  }

  .w-xs-13 {
    width: 13px;
  }

  .m-xs-14 {
    margin: 14px;
  }

  .p-xs-14 {
    padding: 14px;
  }

  .mb-xs-14 {
    margin-bottom: 14px;
  }

  .mt-xs-14 {
    margin-top: 14px;
  }

  .ml-xs-14 {
    margin-left: 14px;
  }

  .mr-xs-14 {
    margin-right: 14px;
  }

  .pb-xs-14 {
    padding-bottom: 14px;
  }

  .pt-xs-14 {
    padding-top: 14px;
  }

  .pl-xs-14 {
    padding-left: 14px;
  }

  .pr-xs-14 {
    padding-right: 14px;
  }

  .fs-xs-14 {
    font-size: 14px;
  }

  .lh-xs-14 {
    line-height: 14px;
  }

  .gap-xs-14 {
    gap: 14px;
  }

  .br-xs-14 {
    border-radius: 14px;
  }

  .h-xs-14 {
    height: 14px;
  }

  .w-xs-14 {
    width: 14px;
  }

  .m-xs-15 {
    margin: 15px;
  }

  .p-xs-15 {
    padding: 15px;
  }

  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .ml-xs-15 {
    margin-left: 15px;
  }

  .mr-xs-15 {
    margin-right: 15px;
  }

  .pb-xs-15 {
    padding-bottom: 15px;
  }

  .pt-xs-15 {
    padding-top: 15px;
  }

  .pl-xs-15 {
    padding-left: 15px;
  }

  .pr-xs-15 {
    padding-right: 15px;
  }

  .fs-xs-15 {
    font-size: 15px;
  }

  .lh-xs-15 {
    line-height: 15px;
  }

  .gap-xs-15 {
    gap: 15px;
  }

  .br-xs-15 {
    border-radius: 15px;
  }

  .h-xs-15 {
    height: 15px;
  }

  .w-xs-15 {
    width: 15px;
  }

  .m-xs-16 {
    margin: 16px;
  }

  .p-xs-16 {
    padding: 16px;
  }

  .mb-xs-16 {
    margin-bottom: 16px;
  }

  .mt-xs-16 {
    margin-top: 16px;
  }

  .ml-xs-16 {
    margin-left: 16px;
  }

  .mr-xs-16 {
    margin-right: 16px;
  }

  .pb-xs-16 {
    padding-bottom: 16px;
  }

  .pt-xs-16 {
    padding-top: 16px;
  }

  .pl-xs-16 {
    padding-left: 16px;
  }

  .pr-xs-16 {
    padding-right: 16px;
  }

  .fs-xs-16 {
    font-size: 16px;
  }

  .lh-xs-16 {
    line-height: 16px;
  }

  .gap-xs-16 {
    gap: 16px;
  }

  .br-xs-16 {
    border-radius: 16px;
  }

  .h-xs-16 {
    height: 16px;
  }

  .w-xs-16 {
    width: 16px;
  }

  .m-xs-17 {
    margin: 17px;
  }

  .p-xs-17 {
    padding: 17px;
  }

  .mb-xs-17 {
    margin-bottom: 17px;
  }

  .mt-xs-17 {
    margin-top: 17px;
  }

  .ml-xs-17 {
    margin-left: 17px;
  }

  .mr-xs-17 {
    margin-right: 17px;
  }

  .pb-xs-17 {
    padding-bottom: 17px;
  }

  .pt-xs-17 {
    padding-top: 17px;
  }

  .pl-xs-17 {
    padding-left: 17px;
  }

  .pr-xs-17 {
    padding-right: 17px;
  }

  .fs-xs-17 {
    font-size: 17px;
  }

  .lh-xs-17 {
    line-height: 17px;
  }

  .gap-xs-17 {
    gap: 17px;
  }

  .br-xs-17 {
    border-radius: 17px;
  }

  .h-xs-17 {
    height: 17px;
  }

  .w-xs-17 {
    width: 17px;
  }

  .m-xs-18 {
    margin: 18px;
  }

  .p-xs-18 {
    padding: 18px;
  }

  .mb-xs-18 {
    margin-bottom: 18px;
  }

  .mt-xs-18 {
    margin-top: 18px;
  }

  .ml-xs-18 {
    margin-left: 18px;
  }

  .mr-xs-18 {
    margin-right: 18px;
  }

  .pb-xs-18 {
    padding-bottom: 18px;
  }

  .pt-xs-18 {
    padding-top: 18px;
  }

  .pl-xs-18 {
    padding-left: 18px;
  }

  .pr-xs-18 {
    padding-right: 18px;
  }

  .fs-xs-18 {
    font-size: 18px;
  }

  .lh-xs-18 {
    line-height: 18px;
  }

  .gap-xs-18 {
    gap: 18px;
  }

  .br-xs-18 {
    border-radius: 18px;
  }

  .h-xs-18 {
    height: 18px;
  }

  .w-xs-18 {
    width: 18px;
  }

  .m-xs-19 {
    margin: 19px;
  }

  .p-xs-19 {
    padding: 19px;
  }

  .mb-xs-19 {
    margin-bottom: 19px;
  }

  .mt-xs-19 {
    margin-top: 19px;
  }

  .ml-xs-19 {
    margin-left: 19px;
  }

  .mr-xs-19 {
    margin-right: 19px;
  }

  .pb-xs-19 {
    padding-bottom: 19px;
  }

  .pt-xs-19 {
    padding-top: 19px;
  }

  .pl-xs-19 {
    padding-left: 19px;
  }

  .pr-xs-19 {
    padding-right: 19px;
  }

  .fs-xs-19 {
    font-size: 19px;
  }

  .lh-xs-19 {
    line-height: 19px;
  }

  .gap-xs-19 {
    gap: 19px;
  }

  .br-xs-19 {
    border-radius: 19px;
  }

  .h-xs-19 {
    height: 19px;
  }

  .w-xs-19 {
    width: 19px;
  }

  .m-xs-20 {
    margin: 20px;
  }

  .p-xs-20 {
    padding: 20px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .mt-xs-20 {
    margin-top: 20px;
  }

  .ml-xs-20 {
    margin-left: 20px;
  }

  .mr-xs-20 {
    margin-right: 20px;
  }

  .pb-xs-20 {
    padding-bottom: 20px;
  }

  .pt-xs-20 {
    padding-top: 20px;
  }

  .pl-xs-20 {
    padding-left: 20px;
  }

  .pr-xs-20 {
    padding-right: 20px;
  }

  .fs-xs-20 {
    font-size: 20px;
  }

  .lh-xs-20 {
    line-height: 20px;
  }

  .gap-xs-20 {
    gap: 20px;
  }

  .br-xs-20 {
    border-radius: 20px;
  }

  .h-xs-20 {
    height: 20px;
  }

  .w-xs-20 {
    width: 20px;
  }

  .m-xs-21 {
    margin: 21px;
  }

  .p-xs-21 {
    padding: 21px;
  }

  .mb-xs-21 {
    margin-bottom: 21px;
  }

  .mt-xs-21 {
    margin-top: 21px;
  }

  .ml-xs-21 {
    margin-left: 21px;
  }

  .mr-xs-21 {
    margin-right: 21px;
  }

  .pb-xs-21 {
    padding-bottom: 21px;
  }

  .pt-xs-21 {
    padding-top: 21px;
  }

  .pl-xs-21 {
    padding-left: 21px;
  }

  .pr-xs-21 {
    padding-right: 21px;
  }

  .fs-xs-21 {
    font-size: 21px;
  }

  .lh-xs-21 {
    line-height: 21px;
  }

  .gap-xs-21 {
    gap: 21px;
  }

  .br-xs-21 {
    border-radius: 21px;
  }

  .h-xs-21 {
    height: 21px;
  }

  .w-xs-21 {
    width: 21px;
  }

  .m-xs-22 {
    margin: 22px;
  }

  .p-xs-22 {
    padding: 22px;
  }

  .mb-xs-22 {
    margin-bottom: 22px;
  }

  .mt-xs-22 {
    margin-top: 22px;
  }

  .ml-xs-22 {
    margin-left: 22px;
  }

  .mr-xs-22 {
    margin-right: 22px;
  }

  .pb-xs-22 {
    padding-bottom: 22px;
  }

  .pt-xs-22 {
    padding-top: 22px;
  }

  .pl-xs-22 {
    padding-left: 22px;
  }

  .pr-xs-22 {
    padding-right: 22px;
  }

  .fs-xs-22 {
    font-size: 22px;
  }

  .lh-xs-22 {
    line-height: 22px;
  }

  .gap-xs-22 {
    gap: 22px;
  }

  .br-xs-22 {
    border-radius: 22px;
  }

  .h-xs-22 {
    height: 22px;
  }

  .w-xs-22 {
    width: 22px;
  }

  .m-xs-23 {
    margin: 23px;
  }

  .p-xs-23 {
    padding: 23px;
  }

  .mb-xs-23 {
    margin-bottom: 23px;
  }

  .mt-xs-23 {
    margin-top: 23px;
  }

  .ml-xs-23 {
    margin-left: 23px;
  }

  .mr-xs-23 {
    margin-right: 23px;
  }

  .pb-xs-23 {
    padding-bottom: 23px;
  }

  .pt-xs-23 {
    padding-top: 23px;
  }

  .pl-xs-23 {
    padding-left: 23px;
  }

  .pr-xs-23 {
    padding-right: 23px;
  }

  .fs-xs-23 {
    font-size: 23px;
  }

  .lh-xs-23 {
    line-height: 23px;
  }

  .gap-xs-23 {
    gap: 23px;
  }

  .br-xs-23 {
    border-radius: 23px;
  }

  .h-xs-23 {
    height: 23px;
  }

  .w-xs-23 {
    width: 23px;
  }

  .m-xs-24 {
    margin: 24px;
  }

  .p-xs-24 {
    padding: 24px;
  }

  .mb-xs-24 {
    margin-bottom: 24px;
  }

  .mt-xs-24 {
    margin-top: 24px;
  }

  .ml-xs-24 {
    margin-left: 24px;
  }

  .mr-xs-24 {
    margin-right: 24px;
  }

  .pb-xs-24 {
    padding-bottom: 24px;
  }

  .pt-xs-24 {
    padding-top: 24px;
  }

  .pl-xs-24 {
    padding-left: 24px;
  }

  .pr-xs-24 {
    padding-right: 24px;
  }

  .fs-xs-24 {
    font-size: 24px;
  }

  .lh-xs-24 {
    line-height: 24px;
  }

  .gap-xs-24 {
    gap: 24px;
  }

  .br-xs-24 {
    border-radius: 24px;
  }

  .h-xs-24 {
    height: 24px;
  }

  .w-xs-24 {
    width: 24px;
  }

  .m-xs-25 {
    margin: 25px;
  }

  .p-xs-25 {
    padding: 25px;
  }

  .mb-xs-25 {
    margin-bottom: 25px;
  }

  .mt-xs-25 {
    margin-top: 25px;
  }

  .ml-xs-25 {
    margin-left: 25px;
  }

  .mr-xs-25 {
    margin-right: 25px;
  }

  .pb-xs-25 {
    padding-bottom: 25px;
  }

  .pt-xs-25 {
    padding-top: 25px;
  }

  .pl-xs-25 {
    padding-left: 25px;
  }

  .pr-xs-25 {
    padding-right: 25px;
  }

  .fs-xs-25 {
    font-size: 25px;
  }

  .lh-xs-25 {
    line-height: 25px;
  }

  .gap-xs-25 {
    gap: 25px;
  }

  .br-xs-25 {
    border-radius: 25px;
  }

  .h-xs-25 {
    height: 25px;
  }

  .w-xs-25 {
    width: 25px;
  }

  .m-xs-26 {
    margin: 26px;
  }

  .p-xs-26 {
    padding: 26px;
  }

  .mb-xs-26 {
    margin-bottom: 26px;
  }

  .mt-xs-26 {
    margin-top: 26px;
  }

  .ml-xs-26 {
    margin-left: 26px;
  }

  .mr-xs-26 {
    margin-right: 26px;
  }

  .pb-xs-26 {
    padding-bottom: 26px;
  }

  .pt-xs-26 {
    padding-top: 26px;
  }

  .pl-xs-26 {
    padding-left: 26px;
  }

  .pr-xs-26 {
    padding-right: 26px;
  }

  .fs-xs-26 {
    font-size: 26px;
  }

  .lh-xs-26 {
    line-height: 26px;
  }

  .gap-xs-26 {
    gap: 26px;
  }

  .br-xs-26 {
    border-radius: 26px;
  }

  .h-xs-26 {
    height: 26px;
  }

  .w-xs-26 {
    width: 26px;
  }

  .m-xs-27 {
    margin: 27px;
  }

  .p-xs-27 {
    padding: 27px;
  }

  .mb-xs-27 {
    margin-bottom: 27px;
  }

  .mt-xs-27 {
    margin-top: 27px;
  }

  .ml-xs-27 {
    margin-left: 27px;
  }

  .mr-xs-27 {
    margin-right: 27px;
  }

  .pb-xs-27 {
    padding-bottom: 27px;
  }

  .pt-xs-27 {
    padding-top: 27px;
  }

  .pl-xs-27 {
    padding-left: 27px;
  }

  .pr-xs-27 {
    padding-right: 27px;
  }

  .fs-xs-27 {
    font-size: 27px;
  }

  .lh-xs-27 {
    line-height: 27px;
  }

  .gap-xs-27 {
    gap: 27px;
  }

  .br-xs-27 {
    border-radius: 27px;
  }

  .h-xs-27 {
    height: 27px;
  }

  .w-xs-27 {
    width: 27px;
  }

  .m-xs-28 {
    margin: 28px;
  }

  .p-xs-28 {
    padding: 28px;
  }

  .mb-xs-28 {
    margin-bottom: 28px;
  }

  .mt-xs-28 {
    margin-top: 28px;
  }

  .ml-xs-28 {
    margin-left: 28px;
  }

  .mr-xs-28 {
    margin-right: 28px;
  }

  .pb-xs-28 {
    padding-bottom: 28px;
  }

  .pt-xs-28 {
    padding-top: 28px;
  }

  .pl-xs-28 {
    padding-left: 28px;
  }

  .pr-xs-28 {
    padding-right: 28px;
  }

  .fs-xs-28 {
    font-size: 28px;
  }

  .lh-xs-28 {
    line-height: 28px;
  }

  .gap-xs-28 {
    gap: 28px;
  }

  .br-xs-28 {
    border-radius: 28px;
  }

  .h-xs-28 {
    height: 28px;
  }

  .w-xs-28 {
    width: 28px;
  }

  .m-xs-29 {
    margin: 29px;
  }

  .p-xs-29 {
    padding: 29px;
  }

  .mb-xs-29 {
    margin-bottom: 29px;
  }

  .mt-xs-29 {
    margin-top: 29px;
  }

  .ml-xs-29 {
    margin-left: 29px;
  }

  .mr-xs-29 {
    margin-right: 29px;
  }

  .pb-xs-29 {
    padding-bottom: 29px;
  }

  .pt-xs-29 {
    padding-top: 29px;
  }

  .pl-xs-29 {
    padding-left: 29px;
  }

  .pr-xs-29 {
    padding-right: 29px;
  }

  .fs-xs-29 {
    font-size: 29px;
  }

  .lh-xs-29 {
    line-height: 29px;
  }

  .gap-xs-29 {
    gap: 29px;
  }

  .br-xs-29 {
    border-radius: 29px;
  }

  .h-xs-29 {
    height: 29px;
  }

  .w-xs-29 {
    width: 29px;
  }

  .m-xs-30 {
    margin: 30px;
  }

  .p-xs-30 {
    padding: 30px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .ml-xs-30 {
    margin-left: 30px;
  }

  .mr-xs-30 {
    margin-right: 30px;
  }

  .pb-xs-30 {
    padding-bottom: 30px;
  }

  .pt-xs-30 {
    padding-top: 30px;
  }

  .pl-xs-30 {
    padding-left: 30px;
  }

  .pr-xs-30 {
    padding-right: 30px;
  }

  .fs-xs-30 {
    font-size: 30px;
  }

  .lh-xs-30 {
    line-height: 30px;
  }

  .gap-xs-30 {
    gap: 30px;
  }

  .br-xs-30 {
    border-radius: 30px;
  }

  .h-xs-30 {
    height: 30px;
  }

  .w-xs-30 {
    width: 30px;
  }

  .m-xs-31 {
    margin: 31px;
  }

  .p-xs-31 {
    padding: 31px;
  }

  .mb-xs-31 {
    margin-bottom: 31px;
  }

  .mt-xs-31 {
    margin-top: 31px;
  }

  .ml-xs-31 {
    margin-left: 31px;
  }

  .mr-xs-31 {
    margin-right: 31px;
  }

  .pb-xs-31 {
    padding-bottom: 31px;
  }

  .pt-xs-31 {
    padding-top: 31px;
  }

  .pl-xs-31 {
    padding-left: 31px;
  }

  .pr-xs-31 {
    padding-right: 31px;
  }

  .fs-xs-31 {
    font-size: 31px;
  }

  .lh-xs-31 {
    line-height: 31px;
  }

  .gap-xs-31 {
    gap: 31px;
  }

  .br-xs-31 {
    border-radius: 31px;
  }

  .h-xs-31 {
    height: 31px;
  }

  .w-xs-31 {
    width: 31px;
  }

  .m-xs-32 {
    margin: 32px;
  }

  .p-xs-32 {
    padding: 32px;
  }

  .mb-xs-32 {
    margin-bottom: 32px;
  }

  .mt-xs-32 {
    margin-top: 32px;
  }

  .ml-xs-32 {
    margin-left: 32px;
  }

  .mr-xs-32 {
    margin-right: 32px;
  }

  .pb-xs-32 {
    padding-bottom: 32px;
  }

  .pt-xs-32 {
    padding-top: 32px;
  }

  .pl-xs-32 {
    padding-left: 32px;
  }

  .pr-xs-32 {
    padding-right: 32px;
  }

  .fs-xs-32 {
    font-size: 32px;
  }

  .lh-xs-32 {
    line-height: 32px;
  }

  .gap-xs-32 {
    gap: 32px;
  }

  .br-xs-32 {
    border-radius: 32px;
  }

  .h-xs-32 {
    height: 32px;
  }

  .w-xs-32 {
    width: 32px;
  }

  .m-xs-33 {
    margin: 33px;
  }

  .p-xs-33 {
    padding: 33px;
  }

  .mb-xs-33 {
    margin-bottom: 33px;
  }

  .mt-xs-33 {
    margin-top: 33px;
  }

  .ml-xs-33 {
    margin-left: 33px;
  }

  .mr-xs-33 {
    margin-right: 33px;
  }

  .pb-xs-33 {
    padding-bottom: 33px;
  }

  .pt-xs-33 {
    padding-top: 33px;
  }

  .pl-xs-33 {
    padding-left: 33px;
  }

  .pr-xs-33 {
    padding-right: 33px;
  }

  .fs-xs-33 {
    font-size: 33px;
  }

  .lh-xs-33 {
    line-height: 33px;
  }

  .gap-xs-33 {
    gap: 33px;
  }

  .br-xs-33 {
    border-radius: 33px;
  }

  .h-xs-33 {
    height: 33px;
  }

  .w-xs-33 {
    width: 33px;
  }

  .m-xs-34 {
    margin: 34px;
  }

  .p-xs-34 {
    padding: 34px;
  }

  .mb-xs-34 {
    margin-bottom: 34px;
  }

  .mt-xs-34 {
    margin-top: 34px;
  }

  .ml-xs-34 {
    margin-left: 34px;
  }

  .mr-xs-34 {
    margin-right: 34px;
  }

  .pb-xs-34 {
    padding-bottom: 34px;
  }

  .pt-xs-34 {
    padding-top: 34px;
  }

  .pl-xs-34 {
    padding-left: 34px;
  }

  .pr-xs-34 {
    padding-right: 34px;
  }

  .fs-xs-34 {
    font-size: 34px;
  }

  .lh-xs-34 {
    line-height: 34px;
  }

  .gap-xs-34 {
    gap: 34px;
  }

  .br-xs-34 {
    border-radius: 34px;
  }

  .h-xs-34 {
    height: 34px;
  }

  .w-xs-34 {
    width: 34px;
  }

  .m-xs-35 {
    margin: 35px;
  }

  .p-xs-35 {
    padding: 35px;
  }

  .mb-xs-35 {
    margin-bottom: 35px;
  }

  .mt-xs-35 {
    margin-top: 35px;
  }

  .ml-xs-35 {
    margin-left: 35px;
  }

  .mr-xs-35 {
    margin-right: 35px;
  }

  .pb-xs-35 {
    padding-bottom: 35px;
  }

  .pt-xs-35 {
    padding-top: 35px;
  }

  .pl-xs-35 {
    padding-left: 35px;
  }

  .pr-xs-35 {
    padding-right: 35px;
  }

  .fs-xs-35 {
    font-size: 35px;
  }

  .lh-xs-35 {
    line-height: 35px;
  }

  .gap-xs-35 {
    gap: 35px;
  }

  .br-xs-35 {
    border-radius: 35px;
  }

  .h-xs-35 {
    height: 35px;
  }

  .w-xs-35 {
    width: 35px;
  }

  .m-xs-36 {
    margin: 36px;
  }

  .p-xs-36 {
    padding: 36px;
  }

  .mb-xs-36 {
    margin-bottom: 36px;
  }

  .mt-xs-36 {
    margin-top: 36px;
  }

  .ml-xs-36 {
    margin-left: 36px;
  }

  .mr-xs-36 {
    margin-right: 36px;
  }

  .pb-xs-36 {
    padding-bottom: 36px;
  }

  .pt-xs-36 {
    padding-top: 36px;
  }

  .pl-xs-36 {
    padding-left: 36px;
  }

  .pr-xs-36 {
    padding-right: 36px;
  }

  .fs-xs-36 {
    font-size: 36px;
  }

  .lh-xs-36 {
    line-height: 36px;
  }

  .gap-xs-36 {
    gap: 36px;
  }

  .br-xs-36 {
    border-radius: 36px;
  }

  .h-xs-36 {
    height: 36px;
  }

  .w-xs-36 {
    width: 36px;
  }

  .m-xs-37 {
    margin: 37px;
  }

  .p-xs-37 {
    padding: 37px;
  }

  .mb-xs-37 {
    margin-bottom: 37px;
  }

  .mt-xs-37 {
    margin-top: 37px;
  }

  .ml-xs-37 {
    margin-left: 37px;
  }

  .mr-xs-37 {
    margin-right: 37px;
  }

  .pb-xs-37 {
    padding-bottom: 37px;
  }

  .pt-xs-37 {
    padding-top: 37px;
  }

  .pl-xs-37 {
    padding-left: 37px;
  }

  .pr-xs-37 {
    padding-right: 37px;
  }

  .fs-xs-37 {
    font-size: 37px;
  }

  .lh-xs-37 {
    line-height: 37px;
  }

  .gap-xs-37 {
    gap: 37px;
  }

  .br-xs-37 {
    border-radius: 37px;
  }

  .h-xs-37 {
    height: 37px;
  }

  .w-xs-37 {
    width: 37px;
  }

  .m-xs-38 {
    margin: 38px;
  }

  .p-xs-38 {
    padding: 38px;
  }

  .mb-xs-38 {
    margin-bottom: 38px;
  }

  .mt-xs-38 {
    margin-top: 38px;
  }

  .ml-xs-38 {
    margin-left: 38px;
  }

  .mr-xs-38 {
    margin-right: 38px;
  }

  .pb-xs-38 {
    padding-bottom: 38px;
  }

  .pt-xs-38 {
    padding-top: 38px;
  }

  .pl-xs-38 {
    padding-left: 38px;
  }

  .pr-xs-38 {
    padding-right: 38px;
  }

  .fs-xs-38 {
    font-size: 38px;
  }

  .lh-xs-38 {
    line-height: 38px;
  }

  .gap-xs-38 {
    gap: 38px;
  }

  .br-xs-38 {
    border-radius: 38px;
  }

  .h-xs-38 {
    height: 38px;
  }

  .w-xs-38 {
    width: 38px;
  }

  .m-xs-39 {
    margin: 39px;
  }

  .p-xs-39 {
    padding: 39px;
  }

  .mb-xs-39 {
    margin-bottom: 39px;
  }

  .mt-xs-39 {
    margin-top: 39px;
  }

  .ml-xs-39 {
    margin-left: 39px;
  }

  .mr-xs-39 {
    margin-right: 39px;
  }

  .pb-xs-39 {
    padding-bottom: 39px;
  }

  .pt-xs-39 {
    padding-top: 39px;
  }

  .pl-xs-39 {
    padding-left: 39px;
  }

  .pr-xs-39 {
    padding-right: 39px;
  }

  .fs-xs-39 {
    font-size: 39px;
  }

  .lh-xs-39 {
    line-height: 39px;
  }

  .gap-xs-39 {
    gap: 39px;
  }

  .br-xs-39 {
    border-radius: 39px;
  }

  .h-xs-39 {
    height: 39px;
  }

  .w-xs-39 {
    width: 39px;
  }

  .m-xs-40 {
    margin: 40px;
  }

  .p-xs-40 {
    padding: 40px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mt-xs-40 {
    margin-top: 40px;
  }

  .ml-xs-40 {
    margin-left: 40px;
  }

  .mr-xs-40 {
    margin-right: 40px;
  }

  .pb-xs-40 {
    padding-bottom: 40px;
  }

  .pt-xs-40 {
    padding-top: 40px;
  }

  .pl-xs-40 {
    padding-left: 40px;
  }

  .pr-xs-40 {
    padding-right: 40px;
  }

  .fs-xs-40 {
    font-size: 40px;
  }

  .lh-xs-40 {
    line-height: 40px;
  }

  .gap-xs-40 {
    gap: 40px;
  }

  .br-xs-40 {
    border-radius: 40px;
  }

  .h-xs-40 {
    height: 40px;
  }

  .w-xs-40 {
    width: 40px;
  }

  .m-xs-41 {
    margin: 41px;
  }

  .p-xs-41 {
    padding: 41px;
  }

  .mb-xs-41 {
    margin-bottom: 41px;
  }

  .mt-xs-41 {
    margin-top: 41px;
  }

  .ml-xs-41 {
    margin-left: 41px;
  }

  .mr-xs-41 {
    margin-right: 41px;
  }

  .pb-xs-41 {
    padding-bottom: 41px;
  }

  .pt-xs-41 {
    padding-top: 41px;
  }

  .pl-xs-41 {
    padding-left: 41px;
  }

  .pr-xs-41 {
    padding-right: 41px;
  }

  .fs-xs-41 {
    font-size: 41px;
  }

  .lh-xs-41 {
    line-height: 41px;
  }

  .gap-xs-41 {
    gap: 41px;
  }

  .br-xs-41 {
    border-radius: 41px;
  }

  .h-xs-41 {
    height: 41px;
  }

  .w-xs-41 {
    width: 41px;
  }

  .m-xs-42 {
    margin: 42px;
  }

  .p-xs-42 {
    padding: 42px;
  }

  .mb-xs-42 {
    margin-bottom: 42px;
  }

  .mt-xs-42 {
    margin-top: 42px;
  }

  .ml-xs-42 {
    margin-left: 42px;
  }

  .mr-xs-42 {
    margin-right: 42px;
  }

  .pb-xs-42 {
    padding-bottom: 42px;
  }

  .pt-xs-42 {
    padding-top: 42px;
  }

  .pl-xs-42 {
    padding-left: 42px;
  }

  .pr-xs-42 {
    padding-right: 42px;
  }

  .fs-xs-42 {
    font-size: 42px;
  }

  .lh-xs-42 {
    line-height: 42px;
  }

  .gap-xs-42 {
    gap: 42px;
  }

  .br-xs-42 {
    border-radius: 42px;
  }

  .h-xs-42 {
    height: 42px;
  }

  .w-xs-42 {
    width: 42px;
  }

  .m-xs-43 {
    margin: 43px;
  }

  .p-xs-43 {
    padding: 43px;
  }

  .mb-xs-43 {
    margin-bottom: 43px;
  }

  .mt-xs-43 {
    margin-top: 43px;
  }

  .ml-xs-43 {
    margin-left: 43px;
  }

  .mr-xs-43 {
    margin-right: 43px;
  }

  .pb-xs-43 {
    padding-bottom: 43px;
  }

  .pt-xs-43 {
    padding-top: 43px;
  }

  .pl-xs-43 {
    padding-left: 43px;
  }

  .pr-xs-43 {
    padding-right: 43px;
  }

  .fs-xs-43 {
    font-size: 43px;
  }

  .lh-xs-43 {
    line-height: 43px;
  }

  .gap-xs-43 {
    gap: 43px;
  }

  .br-xs-43 {
    border-radius: 43px;
  }

  .h-xs-43 {
    height: 43px;
  }

  .w-xs-43 {
    width: 43px;
  }

  .m-xs-44 {
    margin: 44px;
  }

  .p-xs-44 {
    padding: 44px;
  }

  .mb-xs-44 {
    margin-bottom: 44px;
  }

  .mt-xs-44 {
    margin-top: 44px;
  }

  .ml-xs-44 {
    margin-left: 44px;
  }

  .mr-xs-44 {
    margin-right: 44px;
  }

  .pb-xs-44 {
    padding-bottom: 44px;
  }

  .pt-xs-44 {
    padding-top: 44px;
  }

  .pl-xs-44 {
    padding-left: 44px;
  }

  .pr-xs-44 {
    padding-right: 44px;
  }

  .fs-xs-44 {
    font-size: 44px;
  }

  .lh-xs-44 {
    line-height: 44px;
  }

  .gap-xs-44 {
    gap: 44px;
  }

  .br-xs-44 {
    border-radius: 44px;
  }

  .h-xs-44 {
    height: 44px;
  }

  .w-xs-44 {
    width: 44px;
  }

  .m-xs-45 {
    margin: 45px;
  }

  .p-xs-45 {
    padding: 45px;
  }

  .mb-xs-45 {
    margin-bottom: 45px;
  }

  .mt-xs-45 {
    margin-top: 45px;
  }

  .ml-xs-45 {
    margin-left: 45px;
  }

  .mr-xs-45 {
    margin-right: 45px;
  }

  .pb-xs-45 {
    padding-bottom: 45px;
  }

  .pt-xs-45 {
    padding-top: 45px;
  }

  .pl-xs-45 {
    padding-left: 45px;
  }

  .pr-xs-45 {
    padding-right: 45px;
  }

  .fs-xs-45 {
    font-size: 45px;
  }

  .lh-xs-45 {
    line-height: 45px;
  }

  .gap-xs-45 {
    gap: 45px;
  }

  .br-xs-45 {
    border-radius: 45px;
  }

  .h-xs-45 {
    height: 45px;
  }

  .w-xs-45 {
    width: 45px;
  }

  .m-xs-46 {
    margin: 46px;
  }

  .p-xs-46 {
    padding: 46px;
  }

  .mb-xs-46 {
    margin-bottom: 46px;
  }

  .mt-xs-46 {
    margin-top: 46px;
  }

  .ml-xs-46 {
    margin-left: 46px;
  }

  .mr-xs-46 {
    margin-right: 46px;
  }

  .pb-xs-46 {
    padding-bottom: 46px;
  }

  .pt-xs-46 {
    padding-top: 46px;
  }

  .pl-xs-46 {
    padding-left: 46px;
  }

  .pr-xs-46 {
    padding-right: 46px;
  }

  .fs-xs-46 {
    font-size: 46px;
  }

  .lh-xs-46 {
    line-height: 46px;
  }

  .gap-xs-46 {
    gap: 46px;
  }

  .br-xs-46 {
    border-radius: 46px;
  }

  .h-xs-46 {
    height: 46px;
  }

  .w-xs-46 {
    width: 46px;
  }

  .m-xs-47 {
    margin: 47px;
  }

  .p-xs-47 {
    padding: 47px;
  }

  .mb-xs-47 {
    margin-bottom: 47px;
  }

  .mt-xs-47 {
    margin-top: 47px;
  }

  .ml-xs-47 {
    margin-left: 47px;
  }

  .mr-xs-47 {
    margin-right: 47px;
  }

  .pb-xs-47 {
    padding-bottom: 47px;
  }

  .pt-xs-47 {
    padding-top: 47px;
  }

  .pl-xs-47 {
    padding-left: 47px;
  }

  .pr-xs-47 {
    padding-right: 47px;
  }

  .fs-xs-47 {
    font-size: 47px;
  }

  .lh-xs-47 {
    line-height: 47px;
  }

  .gap-xs-47 {
    gap: 47px;
  }

  .br-xs-47 {
    border-radius: 47px;
  }

  .h-xs-47 {
    height: 47px;
  }

  .w-xs-47 {
    width: 47px;
  }

  .m-xs-48 {
    margin: 48px;
  }

  .p-xs-48 {
    padding: 48px;
  }

  .mb-xs-48 {
    margin-bottom: 48px;
  }

  .mt-xs-48 {
    margin-top: 48px;
  }

  .ml-xs-48 {
    margin-left: 48px;
  }

  .mr-xs-48 {
    margin-right: 48px;
  }

  .pb-xs-48 {
    padding-bottom: 48px;
  }

  .pt-xs-48 {
    padding-top: 48px;
  }

  .pl-xs-48 {
    padding-left: 48px;
  }

  .pr-xs-48 {
    padding-right: 48px;
  }

  .fs-xs-48 {
    font-size: 48px;
  }

  .lh-xs-48 {
    line-height: 48px;
  }

  .gap-xs-48 {
    gap: 48px;
  }

  .br-xs-48 {
    border-radius: 48px;
  }

  .h-xs-48 {
    height: 48px;
  }

  .w-xs-48 {
    width: 48px;
  }

  .m-xs-49 {
    margin: 49px;
  }

  .p-xs-49 {
    padding: 49px;
  }

  .mb-xs-49 {
    margin-bottom: 49px;
  }

  .mt-xs-49 {
    margin-top: 49px;
  }

  .ml-xs-49 {
    margin-left: 49px;
  }

  .mr-xs-49 {
    margin-right: 49px;
  }

  .pb-xs-49 {
    padding-bottom: 49px;
  }

  .pt-xs-49 {
    padding-top: 49px;
  }

  .pl-xs-49 {
    padding-left: 49px;
  }

  .pr-xs-49 {
    padding-right: 49px;
  }

  .fs-xs-49 {
    font-size: 49px;
  }

  .lh-xs-49 {
    line-height: 49px;
  }

  .gap-xs-49 {
    gap: 49px;
  }

  .br-xs-49 {
    border-radius: 49px;
  }

  .h-xs-49 {
    height: 49px;
  }

  .w-xs-49 {
    width: 49px;
  }

  .m-xs-50 {
    margin: 50px;
  }

  .p-xs-50 {
    padding: 50px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .mt-xs-50 {
    margin-top: 50px;
  }

  .ml-xs-50 {
    margin-left: 50px;
  }

  .mr-xs-50 {
    margin-right: 50px;
  }

  .pb-xs-50 {
    padding-bottom: 50px;
  }

  .pt-xs-50 {
    padding-top: 50px;
  }

  .pl-xs-50 {
    padding-left: 50px;
  }

  .pr-xs-50 {
    padding-right: 50px;
  }

  .fs-xs-50 {
    font-size: 50px;
  }

  .lh-xs-50 {
    line-height: 50px;
  }

  .gap-xs-50 {
    gap: 50px;
  }

  .br-xs-50 {
    border-radius: 50px;
  }

  .h-xs-50 {
    height: 50px;
  }

  .w-xs-50 {
    width: 50px;
  }

  .m-xs-51 {
    margin: 51px;
  }

  .p-xs-51 {
    padding: 51px;
  }

  .mb-xs-51 {
    margin-bottom: 51px;
  }

  .mt-xs-51 {
    margin-top: 51px;
  }

  .ml-xs-51 {
    margin-left: 51px;
  }

  .mr-xs-51 {
    margin-right: 51px;
  }

  .pb-xs-51 {
    padding-bottom: 51px;
  }

  .pt-xs-51 {
    padding-top: 51px;
  }

  .pl-xs-51 {
    padding-left: 51px;
  }

  .pr-xs-51 {
    padding-right: 51px;
  }

  .fs-xs-51 {
    font-size: 51px;
  }

  .lh-xs-51 {
    line-height: 51px;
  }

  .gap-xs-51 {
    gap: 51px;
  }

  .br-xs-51 {
    border-radius: 51px;
  }

  .h-xs-51 {
    height: 51px;
  }

  .w-xs-51 {
    width: 51px;
  }

  .m-xs-52 {
    margin: 52px;
  }

  .p-xs-52 {
    padding: 52px;
  }

  .mb-xs-52 {
    margin-bottom: 52px;
  }

  .mt-xs-52 {
    margin-top: 52px;
  }

  .ml-xs-52 {
    margin-left: 52px;
  }

  .mr-xs-52 {
    margin-right: 52px;
  }

  .pb-xs-52 {
    padding-bottom: 52px;
  }

  .pt-xs-52 {
    padding-top: 52px;
  }

  .pl-xs-52 {
    padding-left: 52px;
  }

  .pr-xs-52 {
    padding-right: 52px;
  }

  .fs-xs-52 {
    font-size: 52px;
  }

  .lh-xs-52 {
    line-height: 52px;
  }

  .gap-xs-52 {
    gap: 52px;
  }

  .br-xs-52 {
    border-radius: 52px;
  }

  .h-xs-52 {
    height: 52px;
  }

  .w-xs-52 {
    width: 52px;
  }

  .m-xs-53 {
    margin: 53px;
  }

  .p-xs-53 {
    padding: 53px;
  }

  .mb-xs-53 {
    margin-bottom: 53px;
  }

  .mt-xs-53 {
    margin-top: 53px;
  }

  .ml-xs-53 {
    margin-left: 53px;
  }

  .mr-xs-53 {
    margin-right: 53px;
  }

  .pb-xs-53 {
    padding-bottom: 53px;
  }

  .pt-xs-53 {
    padding-top: 53px;
  }

  .pl-xs-53 {
    padding-left: 53px;
  }

  .pr-xs-53 {
    padding-right: 53px;
  }

  .fs-xs-53 {
    font-size: 53px;
  }

  .lh-xs-53 {
    line-height: 53px;
  }

  .gap-xs-53 {
    gap: 53px;
  }

  .br-xs-53 {
    border-radius: 53px;
  }

  .h-xs-53 {
    height: 53px;
  }

  .w-xs-53 {
    width: 53px;
  }

  .m-xs-54 {
    margin: 54px;
  }

  .p-xs-54 {
    padding: 54px;
  }

  .mb-xs-54 {
    margin-bottom: 54px;
  }

  .mt-xs-54 {
    margin-top: 54px;
  }

  .ml-xs-54 {
    margin-left: 54px;
  }

  .mr-xs-54 {
    margin-right: 54px;
  }

  .pb-xs-54 {
    padding-bottom: 54px;
  }

  .pt-xs-54 {
    padding-top: 54px;
  }

  .pl-xs-54 {
    padding-left: 54px;
  }

  .pr-xs-54 {
    padding-right: 54px;
  }

  .fs-xs-54 {
    font-size: 54px;
  }

  .lh-xs-54 {
    line-height: 54px;
  }

  .gap-xs-54 {
    gap: 54px;
  }

  .br-xs-54 {
    border-radius: 54px;
  }

  .h-xs-54 {
    height: 54px;
  }

  .w-xs-54 {
    width: 54px;
  }

  .m-xs-55 {
    margin: 55px;
  }

  .p-xs-55 {
    padding: 55px;
  }

  .mb-xs-55 {
    margin-bottom: 55px;
  }

  .mt-xs-55 {
    margin-top: 55px;
  }

  .ml-xs-55 {
    margin-left: 55px;
  }

  .mr-xs-55 {
    margin-right: 55px;
  }

  .pb-xs-55 {
    padding-bottom: 55px;
  }

  .pt-xs-55 {
    padding-top: 55px;
  }

  .pl-xs-55 {
    padding-left: 55px;
  }

  .pr-xs-55 {
    padding-right: 55px;
  }

  .fs-xs-55 {
    font-size: 55px;
  }

  .lh-xs-55 {
    line-height: 55px;
  }

  .gap-xs-55 {
    gap: 55px;
  }

  .br-xs-55 {
    border-radius: 55px;
  }

  .h-xs-55 {
    height: 55px;
  }

  .w-xs-55 {
    width: 55px;
  }

  .m-xs-56 {
    margin: 56px;
  }

  .p-xs-56 {
    padding: 56px;
  }

  .mb-xs-56 {
    margin-bottom: 56px;
  }

  .mt-xs-56 {
    margin-top: 56px;
  }

  .ml-xs-56 {
    margin-left: 56px;
  }

  .mr-xs-56 {
    margin-right: 56px;
  }

  .pb-xs-56 {
    padding-bottom: 56px;
  }

  .pt-xs-56 {
    padding-top: 56px;
  }

  .pl-xs-56 {
    padding-left: 56px;
  }

  .pr-xs-56 {
    padding-right: 56px;
  }

  .fs-xs-56 {
    font-size: 56px;
  }

  .lh-xs-56 {
    line-height: 56px;
  }

  .gap-xs-56 {
    gap: 56px;
  }

  .br-xs-56 {
    border-radius: 56px;
  }

  .h-xs-56 {
    height: 56px;
  }

  .w-xs-56 {
    width: 56px;
  }

  .m-xs-57 {
    margin: 57px;
  }

  .p-xs-57 {
    padding: 57px;
  }

  .mb-xs-57 {
    margin-bottom: 57px;
  }

  .mt-xs-57 {
    margin-top: 57px;
  }

  .ml-xs-57 {
    margin-left: 57px;
  }

  .mr-xs-57 {
    margin-right: 57px;
  }

  .pb-xs-57 {
    padding-bottom: 57px;
  }

  .pt-xs-57 {
    padding-top: 57px;
  }

  .pl-xs-57 {
    padding-left: 57px;
  }

  .pr-xs-57 {
    padding-right: 57px;
  }

  .fs-xs-57 {
    font-size: 57px;
  }

  .lh-xs-57 {
    line-height: 57px;
  }

  .gap-xs-57 {
    gap: 57px;
  }

  .br-xs-57 {
    border-radius: 57px;
  }

  .h-xs-57 {
    height: 57px;
  }

  .w-xs-57 {
    width: 57px;
  }

  .m-xs-58 {
    margin: 58px;
  }

  .p-xs-58 {
    padding: 58px;
  }

  .mb-xs-58 {
    margin-bottom: 58px;
  }

  .mt-xs-58 {
    margin-top: 58px;
  }

  .ml-xs-58 {
    margin-left: 58px;
  }

  .mr-xs-58 {
    margin-right: 58px;
  }

  .pb-xs-58 {
    padding-bottom: 58px;
  }

  .pt-xs-58 {
    padding-top: 58px;
  }

  .pl-xs-58 {
    padding-left: 58px;
  }

  .pr-xs-58 {
    padding-right: 58px;
  }

  .fs-xs-58 {
    font-size: 58px;
  }

  .lh-xs-58 {
    line-height: 58px;
  }

  .gap-xs-58 {
    gap: 58px;
  }

  .br-xs-58 {
    border-radius: 58px;
  }

  .h-xs-58 {
    height: 58px;
  }

  .w-xs-58 {
    width: 58px;
  }

  .m-xs-59 {
    margin: 59px;
  }

  .p-xs-59 {
    padding: 59px;
  }

  .mb-xs-59 {
    margin-bottom: 59px;
  }

  .mt-xs-59 {
    margin-top: 59px;
  }

  .ml-xs-59 {
    margin-left: 59px;
  }

  .mr-xs-59 {
    margin-right: 59px;
  }

  .pb-xs-59 {
    padding-bottom: 59px;
  }

  .pt-xs-59 {
    padding-top: 59px;
  }

  .pl-xs-59 {
    padding-left: 59px;
  }

  .pr-xs-59 {
    padding-right: 59px;
  }

  .fs-xs-59 {
    font-size: 59px;
  }

  .lh-xs-59 {
    line-height: 59px;
  }

  .gap-xs-59 {
    gap: 59px;
  }

  .br-xs-59 {
    border-radius: 59px;
  }

  .h-xs-59 {
    height: 59px;
  }

  .w-xs-59 {
    width: 59px;
  }

  .m-xs-60 {
    margin: 60px;
  }

  .p-xs-60 {
    padding: 60px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .ml-xs-60 {
    margin-left: 60px;
  }

  .mr-xs-60 {
    margin-right: 60px;
  }

  .pb-xs-60 {
    padding-bottom: 60px;
  }

  .pt-xs-60 {
    padding-top: 60px;
  }

  .pl-xs-60 {
    padding-left: 60px;
  }

  .pr-xs-60 {
    padding-right: 60px;
  }

  .fs-xs-60 {
    font-size: 60px;
  }

  .lh-xs-60 {
    line-height: 60px;
  }

  .gap-xs-60 {
    gap: 60px;
  }

  .br-xs-60 {
    border-radius: 60px;
  }

  .h-xs-60 {
    height: 60px;
  }

  .w-xs-60 {
    width: 60px;
  }

  .m-xs-61 {
    margin: 61px;
  }

  .p-xs-61 {
    padding: 61px;
  }

  .mb-xs-61 {
    margin-bottom: 61px;
  }

  .mt-xs-61 {
    margin-top: 61px;
  }

  .ml-xs-61 {
    margin-left: 61px;
  }

  .mr-xs-61 {
    margin-right: 61px;
  }

  .pb-xs-61 {
    padding-bottom: 61px;
  }

  .pt-xs-61 {
    padding-top: 61px;
  }

  .pl-xs-61 {
    padding-left: 61px;
  }

  .pr-xs-61 {
    padding-right: 61px;
  }

  .fs-xs-61 {
    font-size: 61px;
  }

  .lh-xs-61 {
    line-height: 61px;
  }

  .gap-xs-61 {
    gap: 61px;
  }

  .br-xs-61 {
    border-radius: 61px;
  }

  .h-xs-61 {
    height: 61px;
  }

  .w-xs-61 {
    width: 61px;
  }

  .m-xs-62 {
    margin: 62px;
  }

  .p-xs-62 {
    padding: 62px;
  }

  .mb-xs-62 {
    margin-bottom: 62px;
  }

  .mt-xs-62 {
    margin-top: 62px;
  }

  .ml-xs-62 {
    margin-left: 62px;
  }

  .mr-xs-62 {
    margin-right: 62px;
  }

  .pb-xs-62 {
    padding-bottom: 62px;
  }

  .pt-xs-62 {
    padding-top: 62px;
  }

  .pl-xs-62 {
    padding-left: 62px;
  }

  .pr-xs-62 {
    padding-right: 62px;
  }

  .fs-xs-62 {
    font-size: 62px;
  }

  .lh-xs-62 {
    line-height: 62px;
  }

  .gap-xs-62 {
    gap: 62px;
  }

  .br-xs-62 {
    border-radius: 62px;
  }

  .h-xs-62 {
    height: 62px;
  }

  .w-xs-62 {
    width: 62px;
  }

  .m-xs-63 {
    margin: 63px;
  }

  .p-xs-63 {
    padding: 63px;
  }

  .mb-xs-63 {
    margin-bottom: 63px;
  }

  .mt-xs-63 {
    margin-top: 63px;
  }

  .ml-xs-63 {
    margin-left: 63px;
  }

  .mr-xs-63 {
    margin-right: 63px;
  }

  .pb-xs-63 {
    padding-bottom: 63px;
  }

  .pt-xs-63 {
    padding-top: 63px;
  }

  .pl-xs-63 {
    padding-left: 63px;
  }

  .pr-xs-63 {
    padding-right: 63px;
  }

  .fs-xs-63 {
    font-size: 63px;
  }

  .lh-xs-63 {
    line-height: 63px;
  }

  .gap-xs-63 {
    gap: 63px;
  }

  .br-xs-63 {
    border-radius: 63px;
  }

  .h-xs-63 {
    height: 63px;
  }

  .w-xs-63 {
    width: 63px;
  }

  .m-xs-64 {
    margin: 64px;
  }

  .p-xs-64 {
    padding: 64px;
  }

  .mb-xs-64 {
    margin-bottom: 64px;
  }

  .mt-xs-64 {
    margin-top: 64px;
  }

  .ml-xs-64 {
    margin-left: 64px;
  }

  .mr-xs-64 {
    margin-right: 64px;
  }

  .pb-xs-64 {
    padding-bottom: 64px;
  }

  .pt-xs-64 {
    padding-top: 64px;
  }

  .pl-xs-64 {
    padding-left: 64px;
  }

  .pr-xs-64 {
    padding-right: 64px;
  }

  .fs-xs-64 {
    font-size: 64px;
  }

  .lh-xs-64 {
    line-height: 64px;
  }

  .gap-xs-64 {
    gap: 64px;
  }

  .br-xs-64 {
    border-radius: 64px;
  }

  .h-xs-64 {
    height: 64px;
  }

  .w-xs-64 {
    width: 64px;
  }

  .m-xs-65 {
    margin: 65px;
  }

  .p-xs-65 {
    padding: 65px;
  }

  .mb-xs-65 {
    margin-bottom: 65px;
  }

  .mt-xs-65 {
    margin-top: 65px;
  }

  .ml-xs-65 {
    margin-left: 65px;
  }

  .mr-xs-65 {
    margin-right: 65px;
  }

  .pb-xs-65 {
    padding-bottom: 65px;
  }

  .pt-xs-65 {
    padding-top: 65px;
  }

  .pl-xs-65 {
    padding-left: 65px;
  }

  .pr-xs-65 {
    padding-right: 65px;
  }

  .fs-xs-65 {
    font-size: 65px;
  }

  .lh-xs-65 {
    line-height: 65px;
  }

  .gap-xs-65 {
    gap: 65px;
  }

  .br-xs-65 {
    border-radius: 65px;
  }

  .h-xs-65 {
    height: 65px;
  }

  .w-xs-65 {
    width: 65px;
  }

  .m-xs-66 {
    margin: 66px;
  }

  .p-xs-66 {
    padding: 66px;
  }

  .mb-xs-66 {
    margin-bottom: 66px;
  }

  .mt-xs-66 {
    margin-top: 66px;
  }

  .ml-xs-66 {
    margin-left: 66px;
  }

  .mr-xs-66 {
    margin-right: 66px;
  }

  .pb-xs-66 {
    padding-bottom: 66px;
  }

  .pt-xs-66 {
    padding-top: 66px;
  }

  .pl-xs-66 {
    padding-left: 66px;
  }

  .pr-xs-66 {
    padding-right: 66px;
  }

  .fs-xs-66 {
    font-size: 66px;
  }

  .lh-xs-66 {
    line-height: 66px;
  }

  .gap-xs-66 {
    gap: 66px;
  }

  .br-xs-66 {
    border-radius: 66px;
  }

  .h-xs-66 {
    height: 66px;
  }

  .w-xs-66 {
    width: 66px;
  }

  .m-xs-67 {
    margin: 67px;
  }

  .p-xs-67 {
    padding: 67px;
  }

  .mb-xs-67 {
    margin-bottom: 67px;
  }

  .mt-xs-67 {
    margin-top: 67px;
  }

  .ml-xs-67 {
    margin-left: 67px;
  }

  .mr-xs-67 {
    margin-right: 67px;
  }

  .pb-xs-67 {
    padding-bottom: 67px;
  }

  .pt-xs-67 {
    padding-top: 67px;
  }

  .pl-xs-67 {
    padding-left: 67px;
  }

  .pr-xs-67 {
    padding-right: 67px;
  }

  .fs-xs-67 {
    font-size: 67px;
  }

  .lh-xs-67 {
    line-height: 67px;
  }

  .gap-xs-67 {
    gap: 67px;
  }

  .br-xs-67 {
    border-radius: 67px;
  }

  .h-xs-67 {
    height: 67px;
  }

  .w-xs-67 {
    width: 67px;
  }

  .m-xs-68 {
    margin: 68px;
  }

  .p-xs-68 {
    padding: 68px;
  }

  .mb-xs-68 {
    margin-bottom: 68px;
  }

  .mt-xs-68 {
    margin-top: 68px;
  }

  .ml-xs-68 {
    margin-left: 68px;
  }

  .mr-xs-68 {
    margin-right: 68px;
  }

  .pb-xs-68 {
    padding-bottom: 68px;
  }

  .pt-xs-68 {
    padding-top: 68px;
  }

  .pl-xs-68 {
    padding-left: 68px;
  }

  .pr-xs-68 {
    padding-right: 68px;
  }

  .fs-xs-68 {
    font-size: 68px;
  }

  .lh-xs-68 {
    line-height: 68px;
  }

  .gap-xs-68 {
    gap: 68px;
  }

  .br-xs-68 {
    border-radius: 68px;
  }

  .h-xs-68 {
    height: 68px;
  }

  .w-xs-68 {
    width: 68px;
  }

  .m-xs-69 {
    margin: 69px;
  }

  .p-xs-69 {
    padding: 69px;
  }

  .mb-xs-69 {
    margin-bottom: 69px;
  }

  .mt-xs-69 {
    margin-top: 69px;
  }

  .ml-xs-69 {
    margin-left: 69px;
  }

  .mr-xs-69 {
    margin-right: 69px;
  }

  .pb-xs-69 {
    padding-bottom: 69px;
  }

  .pt-xs-69 {
    padding-top: 69px;
  }

  .pl-xs-69 {
    padding-left: 69px;
  }

  .pr-xs-69 {
    padding-right: 69px;
  }

  .fs-xs-69 {
    font-size: 69px;
  }

  .lh-xs-69 {
    line-height: 69px;
  }

  .gap-xs-69 {
    gap: 69px;
  }

  .br-xs-69 {
    border-radius: 69px;
  }

  .h-xs-69 {
    height: 69px;
  }

  .w-xs-69 {
    width: 69px;
  }

  .m-xs-70 {
    margin: 70px;
  }

  .p-xs-70 {
    padding: 70px;
  }

  .mb-xs-70 {
    margin-bottom: 70px;
  }

  .mt-xs-70 {
    margin-top: 70px;
  }

  .ml-xs-70 {
    margin-left: 70px;
  }

  .mr-xs-70 {
    margin-right: 70px;
  }

  .pb-xs-70 {
    padding-bottom: 70px;
  }

  .pt-xs-70 {
    padding-top: 70px;
  }

  .pl-xs-70 {
    padding-left: 70px;
  }

  .pr-xs-70 {
    padding-right: 70px;
  }

  .fs-xs-70 {
    font-size: 70px;
  }

  .lh-xs-70 {
    line-height: 70px;
  }

  .gap-xs-70 {
    gap: 70px;
  }

  .br-xs-70 {
    border-radius: 70px;
  }

  .h-xs-70 {
    height: 70px;
  }

  .w-xs-70 {
    width: 70px;
  }

  .m-xs-71 {
    margin: 71px;
  }

  .p-xs-71 {
    padding: 71px;
  }

  .mb-xs-71 {
    margin-bottom: 71px;
  }

  .mt-xs-71 {
    margin-top: 71px;
  }

  .ml-xs-71 {
    margin-left: 71px;
  }

  .mr-xs-71 {
    margin-right: 71px;
  }

  .pb-xs-71 {
    padding-bottom: 71px;
  }

  .pt-xs-71 {
    padding-top: 71px;
  }

  .pl-xs-71 {
    padding-left: 71px;
  }

  .pr-xs-71 {
    padding-right: 71px;
  }

  .fs-xs-71 {
    font-size: 71px;
  }

  .lh-xs-71 {
    line-height: 71px;
  }

  .gap-xs-71 {
    gap: 71px;
  }

  .br-xs-71 {
    border-radius: 71px;
  }

  .h-xs-71 {
    height: 71px;
  }

  .w-xs-71 {
    width: 71px;
  }

  .m-xs-72 {
    margin: 72px;
  }

  .p-xs-72 {
    padding: 72px;
  }

  .mb-xs-72 {
    margin-bottom: 72px;
  }

  .mt-xs-72 {
    margin-top: 72px;
  }

  .ml-xs-72 {
    margin-left: 72px;
  }

  .mr-xs-72 {
    margin-right: 72px;
  }

  .pb-xs-72 {
    padding-bottom: 72px;
  }

  .pt-xs-72 {
    padding-top: 72px;
  }

  .pl-xs-72 {
    padding-left: 72px;
  }

  .pr-xs-72 {
    padding-right: 72px;
  }

  .fs-xs-72 {
    font-size: 72px;
  }

  .lh-xs-72 {
    line-height: 72px;
  }

  .gap-xs-72 {
    gap: 72px;
  }

  .br-xs-72 {
    border-radius: 72px;
  }

  .h-xs-72 {
    height: 72px;
  }

  .w-xs-72 {
    width: 72px;
  }

  .m-xs-73 {
    margin: 73px;
  }

  .p-xs-73 {
    padding: 73px;
  }

  .mb-xs-73 {
    margin-bottom: 73px;
  }

  .mt-xs-73 {
    margin-top: 73px;
  }

  .ml-xs-73 {
    margin-left: 73px;
  }

  .mr-xs-73 {
    margin-right: 73px;
  }

  .pb-xs-73 {
    padding-bottom: 73px;
  }

  .pt-xs-73 {
    padding-top: 73px;
  }

  .pl-xs-73 {
    padding-left: 73px;
  }

  .pr-xs-73 {
    padding-right: 73px;
  }

  .fs-xs-73 {
    font-size: 73px;
  }

  .lh-xs-73 {
    line-height: 73px;
  }

  .gap-xs-73 {
    gap: 73px;
  }

  .br-xs-73 {
    border-radius: 73px;
  }

  .h-xs-73 {
    height: 73px;
  }

  .w-xs-73 {
    width: 73px;
  }

  .m-xs-74 {
    margin: 74px;
  }

  .p-xs-74 {
    padding: 74px;
  }

  .mb-xs-74 {
    margin-bottom: 74px;
  }

  .mt-xs-74 {
    margin-top: 74px;
  }

  .ml-xs-74 {
    margin-left: 74px;
  }

  .mr-xs-74 {
    margin-right: 74px;
  }

  .pb-xs-74 {
    padding-bottom: 74px;
  }

  .pt-xs-74 {
    padding-top: 74px;
  }

  .pl-xs-74 {
    padding-left: 74px;
  }

  .pr-xs-74 {
    padding-right: 74px;
  }

  .fs-xs-74 {
    font-size: 74px;
  }

  .lh-xs-74 {
    line-height: 74px;
  }

  .gap-xs-74 {
    gap: 74px;
  }

  .br-xs-74 {
    border-radius: 74px;
  }

  .h-xs-74 {
    height: 74px;
  }

  .w-xs-74 {
    width: 74px;
  }

  .m-xs-75 {
    margin: 75px;
  }

  .p-xs-75 {
    padding: 75px;
  }

  .mb-xs-75 {
    margin-bottom: 75px;
  }

  .mt-xs-75 {
    margin-top: 75px;
  }

  .ml-xs-75 {
    margin-left: 75px;
  }

  .mr-xs-75 {
    margin-right: 75px;
  }

  .pb-xs-75 {
    padding-bottom: 75px;
  }

  .pt-xs-75 {
    padding-top: 75px;
  }

  .pl-xs-75 {
    padding-left: 75px;
  }

  .pr-xs-75 {
    padding-right: 75px;
  }

  .fs-xs-75 {
    font-size: 75px;
  }

  .lh-xs-75 {
    line-height: 75px;
  }

  .gap-xs-75 {
    gap: 75px;
  }

  .br-xs-75 {
    border-radius: 75px;
  }

  .h-xs-75 {
    height: 75px;
  }

  .w-xs-75 {
    width: 75px;
  }

  .m-xs-76 {
    margin: 76px;
  }

  .p-xs-76 {
    padding: 76px;
  }

  .mb-xs-76 {
    margin-bottom: 76px;
  }

  .mt-xs-76 {
    margin-top: 76px;
  }

  .ml-xs-76 {
    margin-left: 76px;
  }

  .mr-xs-76 {
    margin-right: 76px;
  }

  .pb-xs-76 {
    padding-bottom: 76px;
  }

  .pt-xs-76 {
    padding-top: 76px;
  }

  .pl-xs-76 {
    padding-left: 76px;
  }

  .pr-xs-76 {
    padding-right: 76px;
  }

  .fs-xs-76 {
    font-size: 76px;
  }

  .lh-xs-76 {
    line-height: 76px;
  }

  .gap-xs-76 {
    gap: 76px;
  }

  .br-xs-76 {
    border-radius: 76px;
  }

  .h-xs-76 {
    height: 76px;
  }

  .w-xs-76 {
    width: 76px;
  }

  .m-xs-77 {
    margin: 77px;
  }

  .p-xs-77 {
    padding: 77px;
  }

  .mb-xs-77 {
    margin-bottom: 77px;
  }

  .mt-xs-77 {
    margin-top: 77px;
  }

  .ml-xs-77 {
    margin-left: 77px;
  }

  .mr-xs-77 {
    margin-right: 77px;
  }

  .pb-xs-77 {
    padding-bottom: 77px;
  }

  .pt-xs-77 {
    padding-top: 77px;
  }

  .pl-xs-77 {
    padding-left: 77px;
  }

  .pr-xs-77 {
    padding-right: 77px;
  }

  .fs-xs-77 {
    font-size: 77px;
  }

  .lh-xs-77 {
    line-height: 77px;
  }

  .gap-xs-77 {
    gap: 77px;
  }

  .br-xs-77 {
    border-radius: 77px;
  }

  .h-xs-77 {
    height: 77px;
  }

  .w-xs-77 {
    width: 77px;
  }

  .m-xs-78 {
    margin: 78px;
  }

  .p-xs-78 {
    padding: 78px;
  }

  .mb-xs-78 {
    margin-bottom: 78px;
  }

  .mt-xs-78 {
    margin-top: 78px;
  }

  .ml-xs-78 {
    margin-left: 78px;
  }

  .mr-xs-78 {
    margin-right: 78px;
  }

  .pb-xs-78 {
    padding-bottom: 78px;
  }

  .pt-xs-78 {
    padding-top: 78px;
  }

  .pl-xs-78 {
    padding-left: 78px;
  }

  .pr-xs-78 {
    padding-right: 78px;
  }

  .fs-xs-78 {
    font-size: 78px;
  }

  .lh-xs-78 {
    line-height: 78px;
  }

  .gap-xs-78 {
    gap: 78px;
  }

  .br-xs-78 {
    border-radius: 78px;
  }

  .h-xs-78 {
    height: 78px;
  }

  .w-xs-78 {
    width: 78px;
  }

  .m-xs-79 {
    margin: 79px;
  }

  .p-xs-79 {
    padding: 79px;
  }

  .mb-xs-79 {
    margin-bottom: 79px;
  }

  .mt-xs-79 {
    margin-top: 79px;
  }

  .ml-xs-79 {
    margin-left: 79px;
  }

  .mr-xs-79 {
    margin-right: 79px;
  }

  .pb-xs-79 {
    padding-bottom: 79px;
  }

  .pt-xs-79 {
    padding-top: 79px;
  }

  .pl-xs-79 {
    padding-left: 79px;
  }

  .pr-xs-79 {
    padding-right: 79px;
  }

  .fs-xs-79 {
    font-size: 79px;
  }

  .lh-xs-79 {
    line-height: 79px;
  }

  .gap-xs-79 {
    gap: 79px;
  }

  .br-xs-79 {
    border-radius: 79px;
  }

  .h-xs-79 {
    height: 79px;
  }

  .w-xs-79 {
    width: 79px;
  }

  .m-xs-80 {
    margin: 80px;
  }

  .p-xs-80 {
    padding: 80px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }

  .mt-xs-80 {
    margin-top: 80px;
  }

  .ml-xs-80 {
    margin-left: 80px;
  }

  .mr-xs-80 {
    margin-right: 80px;
  }

  .pb-xs-80 {
    padding-bottom: 80px;
  }

  .pt-xs-80 {
    padding-top: 80px;
  }

  .pl-xs-80 {
    padding-left: 80px;
  }

  .pr-xs-80 {
    padding-right: 80px;
  }

  .fs-xs-80 {
    font-size: 80px;
  }

  .lh-xs-80 {
    line-height: 80px;
  }

  .gap-xs-80 {
    gap: 80px;
  }

  .br-xs-80 {
    border-radius: 80px;
  }

  .h-xs-80 {
    height: 80px;
  }

  .w-xs-80 {
    width: 80px;
  }

  .m-xs-81 {
    margin: 81px;
  }

  .p-xs-81 {
    padding: 81px;
  }

  .mb-xs-81 {
    margin-bottom: 81px;
  }

  .mt-xs-81 {
    margin-top: 81px;
  }

  .ml-xs-81 {
    margin-left: 81px;
  }

  .mr-xs-81 {
    margin-right: 81px;
  }

  .pb-xs-81 {
    padding-bottom: 81px;
  }

  .pt-xs-81 {
    padding-top: 81px;
  }

  .pl-xs-81 {
    padding-left: 81px;
  }

  .pr-xs-81 {
    padding-right: 81px;
  }

  .fs-xs-81 {
    font-size: 81px;
  }

  .lh-xs-81 {
    line-height: 81px;
  }

  .gap-xs-81 {
    gap: 81px;
  }

  .br-xs-81 {
    border-radius: 81px;
  }

  .h-xs-81 {
    height: 81px;
  }

  .w-xs-81 {
    width: 81px;
  }

  .m-xs-82 {
    margin: 82px;
  }

  .p-xs-82 {
    padding: 82px;
  }

  .mb-xs-82 {
    margin-bottom: 82px;
  }

  .mt-xs-82 {
    margin-top: 82px;
  }

  .ml-xs-82 {
    margin-left: 82px;
  }

  .mr-xs-82 {
    margin-right: 82px;
  }

  .pb-xs-82 {
    padding-bottom: 82px;
  }

  .pt-xs-82 {
    padding-top: 82px;
  }

  .pl-xs-82 {
    padding-left: 82px;
  }

  .pr-xs-82 {
    padding-right: 82px;
  }

  .fs-xs-82 {
    font-size: 82px;
  }

  .lh-xs-82 {
    line-height: 82px;
  }

  .gap-xs-82 {
    gap: 82px;
  }

  .br-xs-82 {
    border-radius: 82px;
  }

  .h-xs-82 {
    height: 82px;
  }

  .w-xs-82 {
    width: 82px;
  }

  .m-xs-83 {
    margin: 83px;
  }

  .p-xs-83 {
    padding: 83px;
  }

  .mb-xs-83 {
    margin-bottom: 83px;
  }

  .mt-xs-83 {
    margin-top: 83px;
  }

  .ml-xs-83 {
    margin-left: 83px;
  }

  .mr-xs-83 {
    margin-right: 83px;
  }

  .pb-xs-83 {
    padding-bottom: 83px;
  }

  .pt-xs-83 {
    padding-top: 83px;
  }

  .pl-xs-83 {
    padding-left: 83px;
  }

  .pr-xs-83 {
    padding-right: 83px;
  }

  .fs-xs-83 {
    font-size: 83px;
  }

  .lh-xs-83 {
    line-height: 83px;
  }

  .gap-xs-83 {
    gap: 83px;
  }

  .br-xs-83 {
    border-radius: 83px;
  }

  .h-xs-83 {
    height: 83px;
  }

  .w-xs-83 {
    width: 83px;
  }

  .m-xs-84 {
    margin: 84px;
  }

  .p-xs-84 {
    padding: 84px;
  }

  .mb-xs-84 {
    margin-bottom: 84px;
  }

  .mt-xs-84 {
    margin-top: 84px;
  }

  .ml-xs-84 {
    margin-left: 84px;
  }

  .mr-xs-84 {
    margin-right: 84px;
  }

  .pb-xs-84 {
    padding-bottom: 84px;
  }

  .pt-xs-84 {
    padding-top: 84px;
  }

  .pl-xs-84 {
    padding-left: 84px;
  }

  .pr-xs-84 {
    padding-right: 84px;
  }

  .fs-xs-84 {
    font-size: 84px;
  }

  .lh-xs-84 {
    line-height: 84px;
  }

  .gap-xs-84 {
    gap: 84px;
  }

  .br-xs-84 {
    border-radius: 84px;
  }

  .h-xs-84 {
    height: 84px;
  }

  .w-xs-84 {
    width: 84px;
  }

  .m-xs-85 {
    margin: 85px;
  }

  .p-xs-85 {
    padding: 85px;
  }

  .mb-xs-85 {
    margin-bottom: 85px;
  }

  .mt-xs-85 {
    margin-top: 85px;
  }

  .ml-xs-85 {
    margin-left: 85px;
  }

  .mr-xs-85 {
    margin-right: 85px;
  }

  .pb-xs-85 {
    padding-bottom: 85px;
  }

  .pt-xs-85 {
    padding-top: 85px;
  }

  .pl-xs-85 {
    padding-left: 85px;
  }

  .pr-xs-85 {
    padding-right: 85px;
  }

  .fs-xs-85 {
    font-size: 85px;
  }

  .lh-xs-85 {
    line-height: 85px;
  }

  .gap-xs-85 {
    gap: 85px;
  }

  .br-xs-85 {
    border-radius: 85px;
  }

  .h-xs-85 {
    height: 85px;
  }

  .w-xs-85 {
    width: 85px;
  }

  .m-xs-86 {
    margin: 86px;
  }

  .p-xs-86 {
    padding: 86px;
  }

  .mb-xs-86 {
    margin-bottom: 86px;
  }

  .mt-xs-86 {
    margin-top: 86px;
  }

  .ml-xs-86 {
    margin-left: 86px;
  }

  .mr-xs-86 {
    margin-right: 86px;
  }

  .pb-xs-86 {
    padding-bottom: 86px;
  }

  .pt-xs-86 {
    padding-top: 86px;
  }

  .pl-xs-86 {
    padding-left: 86px;
  }

  .pr-xs-86 {
    padding-right: 86px;
  }

  .fs-xs-86 {
    font-size: 86px;
  }

  .lh-xs-86 {
    line-height: 86px;
  }

  .gap-xs-86 {
    gap: 86px;
  }

  .br-xs-86 {
    border-radius: 86px;
  }

  .h-xs-86 {
    height: 86px;
  }

  .w-xs-86 {
    width: 86px;
  }

  .m-xs-87 {
    margin: 87px;
  }

  .p-xs-87 {
    padding: 87px;
  }

  .mb-xs-87 {
    margin-bottom: 87px;
  }

  .mt-xs-87 {
    margin-top: 87px;
  }

  .ml-xs-87 {
    margin-left: 87px;
  }

  .mr-xs-87 {
    margin-right: 87px;
  }

  .pb-xs-87 {
    padding-bottom: 87px;
  }

  .pt-xs-87 {
    padding-top: 87px;
  }

  .pl-xs-87 {
    padding-left: 87px;
  }

  .pr-xs-87 {
    padding-right: 87px;
  }

  .fs-xs-87 {
    font-size: 87px;
  }

  .lh-xs-87 {
    line-height: 87px;
  }

  .gap-xs-87 {
    gap: 87px;
  }

  .br-xs-87 {
    border-radius: 87px;
  }

  .h-xs-87 {
    height: 87px;
  }

  .w-xs-87 {
    width: 87px;
  }

  .m-xs-88 {
    margin: 88px;
  }

  .p-xs-88 {
    padding: 88px;
  }

  .mb-xs-88 {
    margin-bottom: 88px;
  }

  .mt-xs-88 {
    margin-top: 88px;
  }

  .ml-xs-88 {
    margin-left: 88px;
  }

  .mr-xs-88 {
    margin-right: 88px;
  }

  .pb-xs-88 {
    padding-bottom: 88px;
  }

  .pt-xs-88 {
    padding-top: 88px;
  }

  .pl-xs-88 {
    padding-left: 88px;
  }

  .pr-xs-88 {
    padding-right: 88px;
  }

  .fs-xs-88 {
    font-size: 88px;
  }

  .lh-xs-88 {
    line-height: 88px;
  }

  .gap-xs-88 {
    gap: 88px;
  }

  .br-xs-88 {
    border-radius: 88px;
  }

  .h-xs-88 {
    height: 88px;
  }

  .w-xs-88 {
    width: 88px;
  }

  .m-xs-89 {
    margin: 89px;
  }

  .p-xs-89 {
    padding: 89px;
  }

  .mb-xs-89 {
    margin-bottom: 89px;
  }

  .mt-xs-89 {
    margin-top: 89px;
  }

  .ml-xs-89 {
    margin-left: 89px;
  }

  .mr-xs-89 {
    margin-right: 89px;
  }

  .pb-xs-89 {
    padding-bottom: 89px;
  }

  .pt-xs-89 {
    padding-top: 89px;
  }

  .pl-xs-89 {
    padding-left: 89px;
  }

  .pr-xs-89 {
    padding-right: 89px;
  }

  .fs-xs-89 {
    font-size: 89px;
  }

  .lh-xs-89 {
    line-height: 89px;
  }

  .gap-xs-89 {
    gap: 89px;
  }

  .br-xs-89 {
    border-radius: 89px;
  }

  .h-xs-89 {
    height: 89px;
  }

  .w-xs-89 {
    width: 89px;
  }

  .m-xs-90 {
    margin: 90px;
  }

  .p-xs-90 {
    padding: 90px;
  }

  .mb-xs-90 {
    margin-bottom: 90px;
  }

  .mt-xs-90 {
    margin-top: 90px;
  }

  .ml-xs-90 {
    margin-left: 90px;
  }

  .mr-xs-90 {
    margin-right: 90px;
  }

  .pb-xs-90 {
    padding-bottom: 90px;
  }

  .pt-xs-90 {
    padding-top: 90px;
  }

  .pl-xs-90 {
    padding-left: 90px;
  }

  .pr-xs-90 {
    padding-right: 90px;
  }

  .fs-xs-90 {
    font-size: 90px;
  }

  .lh-xs-90 {
    line-height: 90px;
  }

  .gap-xs-90 {
    gap: 90px;
  }

  .br-xs-90 {
    border-radius: 90px;
  }

  .h-xs-90 {
    height: 90px;
  }

  .w-xs-90 {
    width: 90px;
  }

  .m-xs-91 {
    margin: 91px;
  }

  .p-xs-91 {
    padding: 91px;
  }

  .mb-xs-91 {
    margin-bottom: 91px;
  }

  .mt-xs-91 {
    margin-top: 91px;
  }

  .ml-xs-91 {
    margin-left: 91px;
  }

  .mr-xs-91 {
    margin-right: 91px;
  }

  .pb-xs-91 {
    padding-bottom: 91px;
  }

  .pt-xs-91 {
    padding-top: 91px;
  }

  .pl-xs-91 {
    padding-left: 91px;
  }

  .pr-xs-91 {
    padding-right: 91px;
  }

  .fs-xs-91 {
    font-size: 91px;
  }

  .lh-xs-91 {
    line-height: 91px;
  }

  .gap-xs-91 {
    gap: 91px;
  }

  .br-xs-91 {
    border-radius: 91px;
  }

  .h-xs-91 {
    height: 91px;
  }

  .w-xs-91 {
    width: 91px;
  }

  .m-xs-92 {
    margin: 92px;
  }

  .p-xs-92 {
    padding: 92px;
  }

  .mb-xs-92 {
    margin-bottom: 92px;
  }

  .mt-xs-92 {
    margin-top: 92px;
  }

  .ml-xs-92 {
    margin-left: 92px;
  }

  .mr-xs-92 {
    margin-right: 92px;
  }

  .pb-xs-92 {
    padding-bottom: 92px;
  }

  .pt-xs-92 {
    padding-top: 92px;
  }

  .pl-xs-92 {
    padding-left: 92px;
  }

  .pr-xs-92 {
    padding-right: 92px;
  }

  .fs-xs-92 {
    font-size: 92px;
  }

  .lh-xs-92 {
    line-height: 92px;
  }

  .gap-xs-92 {
    gap: 92px;
  }

  .br-xs-92 {
    border-radius: 92px;
  }

  .h-xs-92 {
    height: 92px;
  }

  .w-xs-92 {
    width: 92px;
  }

  .m-xs-93 {
    margin: 93px;
  }

  .p-xs-93 {
    padding: 93px;
  }

  .mb-xs-93 {
    margin-bottom: 93px;
  }

  .mt-xs-93 {
    margin-top: 93px;
  }

  .ml-xs-93 {
    margin-left: 93px;
  }

  .mr-xs-93 {
    margin-right: 93px;
  }

  .pb-xs-93 {
    padding-bottom: 93px;
  }

  .pt-xs-93 {
    padding-top: 93px;
  }

  .pl-xs-93 {
    padding-left: 93px;
  }

  .pr-xs-93 {
    padding-right: 93px;
  }

  .fs-xs-93 {
    font-size: 93px;
  }

  .lh-xs-93 {
    line-height: 93px;
  }

  .gap-xs-93 {
    gap: 93px;
  }

  .br-xs-93 {
    border-radius: 93px;
  }

  .h-xs-93 {
    height: 93px;
  }

  .w-xs-93 {
    width: 93px;
  }

  .m-xs-94 {
    margin: 94px;
  }

  .p-xs-94 {
    padding: 94px;
  }

  .mb-xs-94 {
    margin-bottom: 94px;
  }

  .mt-xs-94 {
    margin-top: 94px;
  }

  .ml-xs-94 {
    margin-left: 94px;
  }

  .mr-xs-94 {
    margin-right: 94px;
  }

  .pb-xs-94 {
    padding-bottom: 94px;
  }

  .pt-xs-94 {
    padding-top: 94px;
  }

  .pl-xs-94 {
    padding-left: 94px;
  }

  .pr-xs-94 {
    padding-right: 94px;
  }

  .fs-xs-94 {
    font-size: 94px;
  }

  .lh-xs-94 {
    line-height: 94px;
  }

  .gap-xs-94 {
    gap: 94px;
  }

  .br-xs-94 {
    border-radius: 94px;
  }

  .h-xs-94 {
    height: 94px;
  }

  .w-xs-94 {
    width: 94px;
  }

  .m-xs-95 {
    margin: 95px;
  }

  .p-xs-95 {
    padding: 95px;
  }

  .mb-xs-95 {
    margin-bottom: 95px;
  }

  .mt-xs-95 {
    margin-top: 95px;
  }

  .ml-xs-95 {
    margin-left: 95px;
  }

  .mr-xs-95 {
    margin-right: 95px;
  }

  .pb-xs-95 {
    padding-bottom: 95px;
  }

  .pt-xs-95 {
    padding-top: 95px;
  }

  .pl-xs-95 {
    padding-left: 95px;
  }

  .pr-xs-95 {
    padding-right: 95px;
  }

  .fs-xs-95 {
    font-size: 95px;
  }

  .lh-xs-95 {
    line-height: 95px;
  }

  .gap-xs-95 {
    gap: 95px;
  }

  .br-xs-95 {
    border-radius: 95px;
  }

  .h-xs-95 {
    height: 95px;
  }

  .w-xs-95 {
    width: 95px;
  }

  .m-xs-96 {
    margin: 96px;
  }

  .p-xs-96 {
    padding: 96px;
  }

  .mb-xs-96 {
    margin-bottom: 96px;
  }

  .mt-xs-96 {
    margin-top: 96px;
  }

  .ml-xs-96 {
    margin-left: 96px;
  }

  .mr-xs-96 {
    margin-right: 96px;
  }

  .pb-xs-96 {
    padding-bottom: 96px;
  }

  .pt-xs-96 {
    padding-top: 96px;
  }

  .pl-xs-96 {
    padding-left: 96px;
  }

  .pr-xs-96 {
    padding-right: 96px;
  }

  .fs-xs-96 {
    font-size: 96px;
  }

  .lh-xs-96 {
    line-height: 96px;
  }

  .gap-xs-96 {
    gap: 96px;
  }

  .br-xs-96 {
    border-radius: 96px;
  }

  .h-xs-96 {
    height: 96px;
  }

  .w-xs-96 {
    width: 96px;
  }

  .m-xs-97 {
    margin: 97px;
  }

  .p-xs-97 {
    padding: 97px;
  }

  .mb-xs-97 {
    margin-bottom: 97px;
  }

  .mt-xs-97 {
    margin-top: 97px;
  }

  .ml-xs-97 {
    margin-left: 97px;
  }

  .mr-xs-97 {
    margin-right: 97px;
  }

  .pb-xs-97 {
    padding-bottom: 97px;
  }

  .pt-xs-97 {
    padding-top: 97px;
  }

  .pl-xs-97 {
    padding-left: 97px;
  }

  .pr-xs-97 {
    padding-right: 97px;
  }

  .fs-xs-97 {
    font-size: 97px;
  }

  .lh-xs-97 {
    line-height: 97px;
  }

  .gap-xs-97 {
    gap: 97px;
  }

  .br-xs-97 {
    border-radius: 97px;
  }

  .h-xs-97 {
    height: 97px;
  }

  .w-xs-97 {
    width: 97px;
  }

  .m-xs-98 {
    margin: 98px;
  }

  .p-xs-98 {
    padding: 98px;
  }

  .mb-xs-98 {
    margin-bottom: 98px;
  }

  .mt-xs-98 {
    margin-top: 98px;
  }

  .ml-xs-98 {
    margin-left: 98px;
  }

  .mr-xs-98 {
    margin-right: 98px;
  }

  .pb-xs-98 {
    padding-bottom: 98px;
  }

  .pt-xs-98 {
    padding-top: 98px;
  }

  .pl-xs-98 {
    padding-left: 98px;
  }

  .pr-xs-98 {
    padding-right: 98px;
  }

  .fs-xs-98 {
    font-size: 98px;
  }

  .lh-xs-98 {
    line-height: 98px;
  }

  .gap-xs-98 {
    gap: 98px;
  }

  .br-xs-98 {
    border-radius: 98px;
  }

  .h-xs-98 {
    height: 98px;
  }

  .w-xs-98 {
    width: 98px;
  }

  .m-xs-99 {
    margin: 99px;
  }

  .p-xs-99 {
    padding: 99px;
  }

  .mb-xs-99 {
    margin-bottom: 99px;
  }

  .mt-xs-99 {
    margin-top: 99px;
  }

  .ml-xs-99 {
    margin-left: 99px;
  }

  .mr-xs-99 {
    margin-right: 99px;
  }

  .pb-xs-99 {
    padding-bottom: 99px;
  }

  .pt-xs-99 {
    padding-top: 99px;
  }

  .pl-xs-99 {
    padding-left: 99px;
  }

  .pr-xs-99 {
    padding-right: 99px;
  }

  .fs-xs-99 {
    font-size: 99px;
  }

  .lh-xs-99 {
    line-height: 99px;
  }

  .gap-xs-99 {
    gap: 99px;
  }

  .br-xs-99 {
    border-radius: 99px;
  }

  .h-xs-99 {
    height: 99px;
  }

  .w-xs-99 {
    width: 99px;
  }

  .m-xs-100 {
    margin: 100px;
  }

  .p-xs-100 {
    padding: 100px;
  }

  .mb-xs-100 {
    margin-bottom: 100px;
  }

  .mt-xs-100 {
    margin-top: 100px;
  }

  .ml-xs-100 {
    margin-left: 100px;
  }

  .mr-xs-100 {
    margin-right: 100px;
  }

  .pb-xs-100 {
    padding-bottom: 100px;
  }

  .pt-xs-100 {
    padding-top: 100px;
  }

  .pl-xs-100 {
    padding-left: 100px;
  }

  .pr-xs-100 {
    padding-right: 100px;
  }

  .fs-xs-100 {
    font-size: 100px;
  }

  .lh-xs-100 {
    line-height: 100px;
  }

  .gap-xs-100 {
    gap: 100px;
  }

  .br-xs-100 {
    border-radius: 100px;
  }

  .h-xs-100 {
    height: 100px;
  }

  .w-xs-100 {
    width: 100px;
  }
}

@media (max-width: 470px) {
  .m-xxs-0 {
    margin: 0px;
  }

  .p-xxs-0 {
    padding: 0px;
  }

  .mb-xxs-0 {
    margin-bottom: 0px;
  }

  .mt-xxs-0 {
    margin-top: 0px;
  }

  .ml-xxs-0 {
    margin-left: 0px;
  }

  .mr-xxs-0 {
    margin-right: 0px;
  }

  .pb-xxs-0 {
    padding-bottom: 0px;
  }

  .pt-xxs-0 {
    padding-top: 0px;
  }

  .pl-xxs-0 {
    padding-left: 0px;
  }

  .pr-xxs-0 {
    padding-right: 0px;
  }

  .fs-xxs-0 {
    font-size: 0px;
  }

  .lh-xxs-0 {
    line-height: 0px;
  }

  .gap-xxs-0 {
    gap: 0px;
  }

  .br-xxs-0 {
    border-radius: 0px;
  }

  .h-xxs-0 {
    height: 0px;
  }

  .w-xxs-0 {
    width: 0px;
  }

  .m-xxs-1 {
    margin: 1px;
  }

  .p-xxs-1 {
    padding: 1px;
  }

  .mb-xxs-1 {
    margin-bottom: 1px;
  }

  .mt-xxs-1 {
    margin-top: 1px;
  }

  .ml-xxs-1 {
    margin-left: 1px;
  }

  .mr-xxs-1 {
    margin-right: 1px;
  }

  .pb-xxs-1 {
    padding-bottom: 1px;
  }

  .pt-xxs-1 {
    padding-top: 1px;
  }

  .pl-xxs-1 {
    padding-left: 1px;
  }

  .pr-xxs-1 {
    padding-right: 1px;
  }

  .fs-xxs-1 {
    font-size: 1px;
  }

  .lh-xxs-1 {
    line-height: 1px;
  }

  .gap-xxs-1 {
    gap: 1px;
  }

  .br-xxs-1 {
    border-radius: 1px;
  }

  .h-xxs-1 {
    height: 1px;
  }

  .w-xxs-1 {
    width: 1px;
  }

  .m-xxs-2 {
    margin: 2px;
  }

  .p-xxs-2 {
    padding: 2px;
  }

  .mb-xxs-2 {
    margin-bottom: 2px;
  }

  .mt-xxs-2 {
    margin-top: 2px;
  }

  .ml-xxs-2 {
    margin-left: 2px;
  }

  .mr-xxs-2 {
    margin-right: 2px;
  }

  .pb-xxs-2 {
    padding-bottom: 2px;
  }

  .pt-xxs-2 {
    padding-top: 2px;
  }

  .pl-xxs-2 {
    padding-left: 2px;
  }

  .pr-xxs-2 {
    padding-right: 2px;
  }

  .fs-xxs-2 {
    font-size: 2px;
  }

  .lh-xxs-2 {
    line-height: 2px;
  }

  .gap-xxs-2 {
    gap: 2px;
  }

  .br-xxs-2 {
    border-radius: 2px;
  }

  .h-xxs-2 {
    height: 2px;
  }

  .w-xxs-2 {
    width: 2px;
  }

  .m-xxs-3 {
    margin: 3px;
  }

  .p-xxs-3 {
    padding: 3px;
  }

  .mb-xxs-3 {
    margin-bottom: 3px;
  }

  .mt-xxs-3 {
    margin-top: 3px;
  }

  .ml-xxs-3 {
    margin-left: 3px;
  }

  .mr-xxs-3 {
    margin-right: 3px;
  }

  .pb-xxs-3 {
    padding-bottom: 3px;
  }

  .pt-xxs-3 {
    padding-top: 3px;
  }

  .pl-xxs-3 {
    padding-left: 3px;
  }

  .pr-xxs-3 {
    padding-right: 3px;
  }

  .fs-xxs-3 {
    font-size: 3px;
  }

  .lh-xxs-3 {
    line-height: 3px;
  }

  .gap-xxs-3 {
    gap: 3px;
  }

  .br-xxs-3 {
    border-radius: 3px;
  }

  .h-xxs-3 {
    height: 3px;
  }

  .w-xxs-3 {
    width: 3px;
  }

  .m-xxs-4 {
    margin: 4px;
  }

  .p-xxs-4 {
    padding: 4px;
  }

  .mb-xxs-4 {
    margin-bottom: 4px;
  }

  .mt-xxs-4 {
    margin-top: 4px;
  }

  .ml-xxs-4 {
    margin-left: 4px;
  }

  .mr-xxs-4 {
    margin-right: 4px;
  }

  .pb-xxs-4 {
    padding-bottom: 4px;
  }

  .pt-xxs-4 {
    padding-top: 4px;
  }

  .pl-xxs-4 {
    padding-left: 4px;
  }

  .pr-xxs-4 {
    padding-right: 4px;
  }

  .fs-xxs-4 {
    font-size: 4px;
  }

  .lh-xxs-4 {
    line-height: 4px;
  }

  .gap-xxs-4 {
    gap: 4px;
  }

  .br-xxs-4 {
    border-radius: 4px;
  }

  .h-xxs-4 {
    height: 4px;
  }

  .w-xxs-4 {
    width: 4px;
  }

  .m-xxs-5 {
    margin: 5px;
  }

  .p-xxs-5 {
    padding: 5px;
  }

  .mb-xxs-5 {
    margin-bottom: 5px;
  }

  .mt-xxs-5 {
    margin-top: 5px;
  }

  .ml-xxs-5 {
    margin-left: 5px;
  }

  .mr-xxs-5 {
    margin-right: 5px;
  }

  .pb-xxs-5 {
    padding-bottom: 5px;
  }

  .pt-xxs-5 {
    padding-top: 5px;
  }

  .pl-xxs-5 {
    padding-left: 5px;
  }

  .pr-xxs-5 {
    padding-right: 5px;
  }

  .fs-xxs-5 {
    font-size: 5px;
  }

  .lh-xxs-5 {
    line-height: 5px;
  }

  .gap-xxs-5 {
    gap: 5px;
  }

  .br-xxs-5 {
    border-radius: 5px;
  }

  .h-xxs-5 {
    height: 5px;
  }

  .w-xxs-5 {
    width: 5px;
  }

  .m-xxs-6 {
    margin: 6px;
  }

  .p-xxs-6 {
    padding: 6px;
  }

  .mb-xxs-6 {
    margin-bottom: 6px;
  }

  .mt-xxs-6 {
    margin-top: 6px;
  }

  .ml-xxs-6 {
    margin-left: 6px;
  }

  .mr-xxs-6 {
    margin-right: 6px;
  }

  .pb-xxs-6 {
    padding-bottom: 6px;
  }

  .pt-xxs-6 {
    padding-top: 6px;
  }

  .pl-xxs-6 {
    padding-left: 6px;
  }

  .pr-xxs-6 {
    padding-right: 6px;
  }

  .fs-xxs-6 {
    font-size: 6px;
  }

  .lh-xxs-6 {
    line-height: 6px;
  }

  .gap-xxs-6 {
    gap: 6px;
  }

  .br-xxs-6 {
    border-radius: 6px;
  }

  .h-xxs-6 {
    height: 6px;
  }

  .w-xxs-6 {
    width: 6px;
  }

  .m-xxs-7 {
    margin: 7px;
  }

  .p-xxs-7 {
    padding: 7px;
  }

  .mb-xxs-7 {
    margin-bottom: 7px;
  }

  .mt-xxs-7 {
    margin-top: 7px;
  }

  .ml-xxs-7 {
    margin-left: 7px;
  }

  .mr-xxs-7 {
    margin-right: 7px;
  }

  .pb-xxs-7 {
    padding-bottom: 7px;
  }

  .pt-xxs-7 {
    padding-top: 7px;
  }

  .pl-xxs-7 {
    padding-left: 7px;
  }

  .pr-xxs-7 {
    padding-right: 7px;
  }

  .fs-xxs-7 {
    font-size: 7px;
  }

  .lh-xxs-7 {
    line-height: 7px;
  }

  .gap-xxs-7 {
    gap: 7px;
  }

  .br-xxs-7 {
    border-radius: 7px;
  }

  .h-xxs-7 {
    height: 7px;
  }

  .w-xxs-7 {
    width: 7px;
  }

  .m-xxs-8 {
    margin: 8px;
  }

  .p-xxs-8 {
    padding: 8px;
  }

  .mb-xxs-8 {
    margin-bottom: 8px;
  }

  .mt-xxs-8 {
    margin-top: 8px;
  }

  .ml-xxs-8 {
    margin-left: 8px;
  }

  .mr-xxs-8 {
    margin-right: 8px;
  }

  .pb-xxs-8 {
    padding-bottom: 8px;
  }

  .pt-xxs-8 {
    padding-top: 8px;
  }

  .pl-xxs-8 {
    padding-left: 8px;
  }

  .pr-xxs-8 {
    padding-right: 8px;
  }

  .fs-xxs-8 {
    font-size: 8px;
  }

  .lh-xxs-8 {
    line-height: 8px;
  }

  .gap-xxs-8 {
    gap: 8px;
  }

  .br-xxs-8 {
    border-radius: 8px;
  }

  .h-xxs-8 {
    height: 8px;
  }

  .w-xxs-8 {
    width: 8px;
  }

  .m-xxs-9 {
    margin: 9px;
  }

  .p-xxs-9 {
    padding: 9px;
  }

  .mb-xxs-9 {
    margin-bottom: 9px;
  }

  .mt-xxs-9 {
    margin-top: 9px;
  }

  .ml-xxs-9 {
    margin-left: 9px;
  }

  .mr-xxs-9 {
    margin-right: 9px;
  }

  .pb-xxs-9 {
    padding-bottom: 9px;
  }

  .pt-xxs-9 {
    padding-top: 9px;
  }

  .pl-xxs-9 {
    padding-left: 9px;
  }

  .pr-xxs-9 {
    padding-right: 9px;
  }

  .fs-xxs-9 {
    font-size: 9px;
  }

  .lh-xxs-9 {
    line-height: 9px;
  }

  .gap-xxs-9 {
    gap: 9px;
  }

  .br-xxs-9 {
    border-radius: 9px;
  }

  .h-xxs-9 {
    height: 9px;
  }

  .w-xxs-9 {
    width: 9px;
  }

  .m-xxs-10 {
    margin: 10px;
  }

  .p-xxs-10 {
    padding: 10px;
  }

  .mb-xxs-10 {
    margin-bottom: 10px;
  }

  .mt-xxs-10 {
    margin-top: 10px;
  }

  .ml-xxs-10 {
    margin-left: 10px;
  }

  .mr-xxs-10 {
    margin-right: 10px;
  }

  .pb-xxs-10 {
    padding-bottom: 10px;
  }

  .pt-xxs-10 {
    padding-top: 10px;
  }

  .pl-xxs-10 {
    padding-left: 10px;
  }

  .pr-xxs-10 {
    padding-right: 10px;
  }

  .fs-xxs-10 {
    font-size: 10px;
  }

  .lh-xxs-10 {
    line-height: 10px;
  }

  .gap-xxs-10 {
    gap: 10px;
  }

  .br-xxs-10 {
    border-radius: 10px;
  }

  .h-xxs-10 {
    height: 10px;
  }

  .w-xxs-10 {
    width: 10px;
  }

  .m-xxs-11 {
    margin: 11px;
  }

  .p-xxs-11 {
    padding: 11px;
  }

  .mb-xxs-11 {
    margin-bottom: 11px;
  }

  .mt-xxs-11 {
    margin-top: 11px;
  }

  .ml-xxs-11 {
    margin-left: 11px;
  }

  .mr-xxs-11 {
    margin-right: 11px;
  }

  .pb-xxs-11 {
    padding-bottom: 11px;
  }

  .pt-xxs-11 {
    padding-top: 11px;
  }

  .pl-xxs-11 {
    padding-left: 11px;
  }

  .pr-xxs-11 {
    padding-right: 11px;
  }

  .fs-xxs-11 {
    font-size: 11px;
  }

  .lh-xxs-11 {
    line-height: 11px;
  }

  .gap-xxs-11 {
    gap: 11px;
  }

  .br-xxs-11 {
    border-radius: 11px;
  }

  .h-xxs-11 {
    height: 11px;
  }

  .w-xxs-11 {
    width: 11px;
  }

  .m-xxs-12 {
    margin: 12px;
  }

  .p-xxs-12 {
    padding: 12px;
  }

  .mb-xxs-12 {
    margin-bottom: 12px;
  }

  .mt-xxs-12 {
    margin-top: 12px;
  }

  .ml-xxs-12 {
    margin-left: 12px;
  }

  .mr-xxs-12 {
    margin-right: 12px;
  }

  .pb-xxs-12 {
    padding-bottom: 12px;
  }

  .pt-xxs-12 {
    padding-top: 12px;
  }

  .pl-xxs-12 {
    padding-left: 12px;
  }

  .pr-xxs-12 {
    padding-right: 12px;
  }

  .fs-xxs-12 {
    font-size: 12px;
  }

  .lh-xxs-12 {
    line-height: 12px;
  }

  .gap-xxs-12 {
    gap: 12px;
  }

  .br-xxs-12 {
    border-radius: 12px;
  }

  .h-xxs-12 {
    height: 12px;
  }

  .w-xxs-12 {
    width: 12px;
  }

  .m-xxs-13 {
    margin: 13px;
  }

  .p-xxs-13 {
    padding: 13px;
  }

  .mb-xxs-13 {
    margin-bottom: 13px;
  }

  .mt-xxs-13 {
    margin-top: 13px;
  }

  .ml-xxs-13 {
    margin-left: 13px;
  }

  .mr-xxs-13 {
    margin-right: 13px;
  }

  .pb-xxs-13 {
    padding-bottom: 13px;
  }

  .pt-xxs-13 {
    padding-top: 13px;
  }

  .pl-xxs-13 {
    padding-left: 13px;
  }

  .pr-xxs-13 {
    padding-right: 13px;
  }

  .fs-xxs-13 {
    font-size: 13px;
  }

  .lh-xxs-13 {
    line-height: 13px;
  }

  .gap-xxs-13 {
    gap: 13px;
  }

  .br-xxs-13 {
    border-radius: 13px;
  }

  .h-xxs-13 {
    height: 13px;
  }

  .w-xxs-13 {
    width: 13px;
  }

  .m-xxs-14 {
    margin: 14px;
  }

  .p-xxs-14 {
    padding: 14px;
  }

  .mb-xxs-14 {
    margin-bottom: 14px;
  }

  .mt-xxs-14 {
    margin-top: 14px;
  }

  .ml-xxs-14 {
    margin-left: 14px;
  }

  .mr-xxs-14 {
    margin-right: 14px;
  }

  .pb-xxs-14 {
    padding-bottom: 14px;
  }

  .pt-xxs-14 {
    padding-top: 14px;
  }

  .pl-xxs-14 {
    padding-left: 14px;
  }

  .pr-xxs-14 {
    padding-right: 14px;
  }

  .fs-xxs-14 {
    font-size: 14px;
  }

  .lh-xxs-14 {
    line-height: 14px;
  }

  .gap-xxs-14 {
    gap: 14px;
  }

  .br-xxs-14 {
    border-radius: 14px;
  }

  .h-xxs-14 {
    height: 14px;
  }

  .w-xxs-14 {
    width: 14px;
  }

  .m-xxs-15 {
    margin: 15px;
  }

  .p-xxs-15 {
    padding: 15px;
  }

  .mb-xxs-15 {
    margin-bottom: 15px;
  }

  .mt-xxs-15 {
    margin-top: 15px;
  }

  .ml-xxs-15 {
    margin-left: 15px;
  }

  .mr-xxs-15 {
    margin-right: 15px;
  }

  .pb-xxs-15 {
    padding-bottom: 15px;
  }

  .pt-xxs-15 {
    padding-top: 15px;
  }

  .pl-xxs-15 {
    padding-left: 15px;
  }

  .pr-xxs-15 {
    padding-right: 15px;
  }

  .fs-xxs-15 {
    font-size: 15px;
  }

  .lh-xxs-15 {
    line-height: 15px;
  }

  .gap-xxs-15 {
    gap: 15px;
  }

  .br-xxs-15 {
    border-radius: 15px;
  }

  .h-xxs-15 {
    height: 15px;
  }

  .w-xxs-15 {
    width: 15px;
  }

  .m-xxs-16 {
    margin: 16px;
  }

  .p-xxs-16 {
    padding: 16px;
  }

  .mb-xxs-16 {
    margin-bottom: 16px;
  }

  .mt-xxs-16 {
    margin-top: 16px;
  }

  .ml-xxs-16 {
    margin-left: 16px;
  }

  .mr-xxs-16 {
    margin-right: 16px;
  }

  .pb-xxs-16 {
    padding-bottom: 16px;
  }

  .pt-xxs-16 {
    padding-top: 16px;
  }

  .pl-xxs-16 {
    padding-left: 16px;
  }

  .pr-xxs-16 {
    padding-right: 16px;
  }

  .fs-xxs-16 {
    font-size: 16px;
  }

  .lh-xxs-16 {
    line-height: 16px;
  }

  .gap-xxs-16 {
    gap: 16px;
  }

  .br-xxs-16 {
    border-radius: 16px;
  }

  .h-xxs-16 {
    height: 16px;
  }

  .w-xxs-16 {
    width: 16px;
  }

  .m-xxs-17 {
    margin: 17px;
  }

  .p-xxs-17 {
    padding: 17px;
  }

  .mb-xxs-17 {
    margin-bottom: 17px;
  }

  .mt-xxs-17 {
    margin-top: 17px;
  }

  .ml-xxs-17 {
    margin-left: 17px;
  }

  .mr-xxs-17 {
    margin-right: 17px;
  }

  .pb-xxs-17 {
    padding-bottom: 17px;
  }

  .pt-xxs-17 {
    padding-top: 17px;
  }

  .pl-xxs-17 {
    padding-left: 17px;
  }

  .pr-xxs-17 {
    padding-right: 17px;
  }

  .fs-xxs-17 {
    font-size: 17px;
  }

  .lh-xxs-17 {
    line-height: 17px;
  }

  .gap-xxs-17 {
    gap: 17px;
  }

  .br-xxs-17 {
    border-radius: 17px;
  }

  .h-xxs-17 {
    height: 17px;
  }

  .w-xxs-17 {
    width: 17px;
  }

  .m-xxs-18 {
    margin: 18px;
  }

  .p-xxs-18 {
    padding: 18px;
  }

  .mb-xxs-18 {
    margin-bottom: 18px;
  }

  .mt-xxs-18 {
    margin-top: 18px;
  }

  .ml-xxs-18 {
    margin-left: 18px;
  }

  .mr-xxs-18 {
    margin-right: 18px;
  }

  .pb-xxs-18 {
    padding-bottom: 18px;
  }

  .pt-xxs-18 {
    padding-top: 18px;
  }

  .pl-xxs-18 {
    padding-left: 18px;
  }

  .pr-xxs-18 {
    padding-right: 18px;
  }

  .fs-xxs-18 {
    font-size: 18px;
  }

  .lh-xxs-18 {
    line-height: 18px;
  }

  .gap-xxs-18 {
    gap: 18px;
  }

  .br-xxs-18 {
    border-radius: 18px;
  }

  .h-xxs-18 {
    height: 18px;
  }

  .w-xxs-18 {
    width: 18px;
  }

  .m-xxs-19 {
    margin: 19px;
  }

  .p-xxs-19 {
    padding: 19px;
  }

  .mb-xxs-19 {
    margin-bottom: 19px;
  }

  .mt-xxs-19 {
    margin-top: 19px;
  }

  .ml-xxs-19 {
    margin-left: 19px;
  }

  .mr-xxs-19 {
    margin-right: 19px;
  }

  .pb-xxs-19 {
    padding-bottom: 19px;
  }

  .pt-xxs-19 {
    padding-top: 19px;
  }

  .pl-xxs-19 {
    padding-left: 19px;
  }

  .pr-xxs-19 {
    padding-right: 19px;
  }

  .fs-xxs-19 {
    font-size: 19px;
  }

  .lh-xxs-19 {
    line-height: 19px;
  }

  .gap-xxs-19 {
    gap: 19px;
  }

  .br-xxs-19 {
    border-radius: 19px;
  }

  .h-xxs-19 {
    height: 19px;
  }

  .w-xxs-19 {
    width: 19px;
  }

  .m-xxs-20 {
    margin: 20px;
  }

  .p-xxs-20 {
    padding: 20px;
  }

  .mb-xxs-20 {
    margin-bottom: 20px;
  }

  .mt-xxs-20 {
    margin-top: 20px;
  }

  .ml-xxs-20 {
    margin-left: 20px;
  }

  .mr-xxs-20 {
    margin-right: 20px;
  }

  .pb-xxs-20 {
    padding-bottom: 20px;
  }

  .pt-xxs-20 {
    padding-top: 20px;
  }

  .pl-xxs-20 {
    padding-left: 20px;
  }

  .pr-xxs-20 {
    padding-right: 20px;
  }

  .fs-xxs-20 {
    font-size: 20px;
  }

  .lh-xxs-20 {
    line-height: 20px;
  }

  .gap-xxs-20 {
    gap: 20px;
  }

  .br-xxs-20 {
    border-radius: 20px;
  }

  .h-xxs-20 {
    height: 20px;
  }

  .w-xxs-20 {
    width: 20px;
  }

  .m-xxs-21 {
    margin: 21px;
  }

  .p-xxs-21 {
    padding: 21px;
  }

  .mb-xxs-21 {
    margin-bottom: 21px;
  }

  .mt-xxs-21 {
    margin-top: 21px;
  }

  .ml-xxs-21 {
    margin-left: 21px;
  }

  .mr-xxs-21 {
    margin-right: 21px;
  }

  .pb-xxs-21 {
    padding-bottom: 21px;
  }

  .pt-xxs-21 {
    padding-top: 21px;
  }

  .pl-xxs-21 {
    padding-left: 21px;
  }

  .pr-xxs-21 {
    padding-right: 21px;
  }

  .fs-xxs-21 {
    font-size: 21px;
  }

  .lh-xxs-21 {
    line-height: 21px;
  }

  .gap-xxs-21 {
    gap: 21px;
  }

  .br-xxs-21 {
    border-radius: 21px;
  }

  .h-xxs-21 {
    height: 21px;
  }

  .w-xxs-21 {
    width: 21px;
  }

  .m-xxs-22 {
    margin: 22px;
  }

  .p-xxs-22 {
    padding: 22px;
  }

  .mb-xxs-22 {
    margin-bottom: 22px;
  }

  .mt-xxs-22 {
    margin-top: 22px;
  }

  .ml-xxs-22 {
    margin-left: 22px;
  }

  .mr-xxs-22 {
    margin-right: 22px;
  }

  .pb-xxs-22 {
    padding-bottom: 22px;
  }

  .pt-xxs-22 {
    padding-top: 22px;
  }

  .pl-xxs-22 {
    padding-left: 22px;
  }

  .pr-xxs-22 {
    padding-right: 22px;
  }

  .fs-xxs-22 {
    font-size: 22px;
  }

  .lh-xxs-22 {
    line-height: 22px;
  }

  .gap-xxs-22 {
    gap: 22px;
  }

  .br-xxs-22 {
    border-radius: 22px;
  }

  .h-xxs-22 {
    height: 22px;
  }

  .w-xxs-22 {
    width: 22px;
  }

  .m-xxs-23 {
    margin: 23px;
  }

  .p-xxs-23 {
    padding: 23px;
  }

  .mb-xxs-23 {
    margin-bottom: 23px;
  }

  .mt-xxs-23 {
    margin-top: 23px;
  }

  .ml-xxs-23 {
    margin-left: 23px;
  }

  .mr-xxs-23 {
    margin-right: 23px;
  }

  .pb-xxs-23 {
    padding-bottom: 23px;
  }

  .pt-xxs-23 {
    padding-top: 23px;
  }

  .pl-xxs-23 {
    padding-left: 23px;
  }

  .pr-xxs-23 {
    padding-right: 23px;
  }

  .fs-xxs-23 {
    font-size: 23px;
  }

  .lh-xxs-23 {
    line-height: 23px;
  }

  .gap-xxs-23 {
    gap: 23px;
  }

  .br-xxs-23 {
    border-radius: 23px;
  }

  .h-xxs-23 {
    height: 23px;
  }

  .w-xxs-23 {
    width: 23px;
  }

  .m-xxs-24 {
    margin: 24px;
  }

  .p-xxs-24 {
    padding: 24px;
  }

  .mb-xxs-24 {
    margin-bottom: 24px;
  }

  .mt-xxs-24 {
    margin-top: 24px;
  }

  .ml-xxs-24 {
    margin-left: 24px;
  }

  .mr-xxs-24 {
    margin-right: 24px;
  }

  .pb-xxs-24 {
    padding-bottom: 24px;
  }

  .pt-xxs-24 {
    padding-top: 24px;
  }

  .pl-xxs-24 {
    padding-left: 24px;
  }

  .pr-xxs-24 {
    padding-right: 24px;
  }

  .fs-xxs-24 {
    font-size: 24px;
  }

  .lh-xxs-24 {
    line-height: 24px;
  }

  .gap-xxs-24 {
    gap: 24px;
  }

  .br-xxs-24 {
    border-radius: 24px;
  }

  .h-xxs-24 {
    height: 24px;
  }

  .w-xxs-24 {
    width: 24px;
  }

  .m-xxs-25 {
    margin: 25px;
  }

  .p-xxs-25 {
    padding: 25px;
  }

  .mb-xxs-25 {
    margin-bottom: 25px;
  }

  .mt-xxs-25 {
    margin-top: 25px;
  }

  .ml-xxs-25 {
    margin-left: 25px;
  }

  .mr-xxs-25 {
    margin-right: 25px;
  }

  .pb-xxs-25 {
    padding-bottom: 25px;
  }

  .pt-xxs-25 {
    padding-top: 25px;
  }

  .pl-xxs-25 {
    padding-left: 25px;
  }

  .pr-xxs-25 {
    padding-right: 25px;
  }

  .fs-xxs-25 {
    font-size: 25px;
  }

  .lh-xxs-25 {
    line-height: 25px;
  }

  .gap-xxs-25 {
    gap: 25px;
  }

  .br-xxs-25 {
    border-radius: 25px;
  }

  .h-xxs-25 {
    height: 25px;
  }

  .w-xxs-25 {
    width: 25px;
  }

  .m-xxs-26 {
    margin: 26px;
  }

  .p-xxs-26 {
    padding: 26px;
  }

  .mb-xxs-26 {
    margin-bottom: 26px;
  }

  .mt-xxs-26 {
    margin-top: 26px;
  }

  .ml-xxs-26 {
    margin-left: 26px;
  }

  .mr-xxs-26 {
    margin-right: 26px;
  }

  .pb-xxs-26 {
    padding-bottom: 26px;
  }

  .pt-xxs-26 {
    padding-top: 26px;
  }

  .pl-xxs-26 {
    padding-left: 26px;
  }

  .pr-xxs-26 {
    padding-right: 26px;
  }

  .fs-xxs-26 {
    font-size: 26px;
  }

  .lh-xxs-26 {
    line-height: 26px;
  }

  .gap-xxs-26 {
    gap: 26px;
  }

  .br-xxs-26 {
    border-radius: 26px;
  }

  .h-xxs-26 {
    height: 26px;
  }

  .w-xxs-26 {
    width: 26px;
  }

  .m-xxs-27 {
    margin: 27px;
  }

  .p-xxs-27 {
    padding: 27px;
  }

  .mb-xxs-27 {
    margin-bottom: 27px;
  }

  .mt-xxs-27 {
    margin-top: 27px;
  }

  .ml-xxs-27 {
    margin-left: 27px;
  }

  .mr-xxs-27 {
    margin-right: 27px;
  }

  .pb-xxs-27 {
    padding-bottom: 27px;
  }

  .pt-xxs-27 {
    padding-top: 27px;
  }

  .pl-xxs-27 {
    padding-left: 27px;
  }

  .pr-xxs-27 {
    padding-right: 27px;
  }

  .fs-xxs-27 {
    font-size: 27px;
  }

  .lh-xxs-27 {
    line-height: 27px;
  }

  .gap-xxs-27 {
    gap: 27px;
  }

  .br-xxs-27 {
    border-radius: 27px;
  }

  .h-xxs-27 {
    height: 27px;
  }

  .w-xxs-27 {
    width: 27px;
  }

  .m-xxs-28 {
    margin: 28px;
  }

  .p-xxs-28 {
    padding: 28px;
  }

  .mb-xxs-28 {
    margin-bottom: 28px;
  }

  .mt-xxs-28 {
    margin-top: 28px;
  }

  .ml-xxs-28 {
    margin-left: 28px;
  }

  .mr-xxs-28 {
    margin-right: 28px;
  }

  .pb-xxs-28 {
    padding-bottom: 28px;
  }

  .pt-xxs-28 {
    padding-top: 28px;
  }

  .pl-xxs-28 {
    padding-left: 28px;
  }

  .pr-xxs-28 {
    padding-right: 28px;
  }

  .fs-xxs-28 {
    font-size: 28px;
  }

  .lh-xxs-28 {
    line-height: 28px;
  }

  .gap-xxs-28 {
    gap: 28px;
  }

  .br-xxs-28 {
    border-radius: 28px;
  }

  .h-xxs-28 {
    height: 28px;
  }

  .w-xxs-28 {
    width: 28px;
  }

  .m-xxs-29 {
    margin: 29px;
  }

  .p-xxs-29 {
    padding: 29px;
  }

  .mb-xxs-29 {
    margin-bottom: 29px;
  }

  .mt-xxs-29 {
    margin-top: 29px;
  }

  .ml-xxs-29 {
    margin-left: 29px;
  }

  .mr-xxs-29 {
    margin-right: 29px;
  }

  .pb-xxs-29 {
    padding-bottom: 29px;
  }

  .pt-xxs-29 {
    padding-top: 29px;
  }

  .pl-xxs-29 {
    padding-left: 29px;
  }

  .pr-xxs-29 {
    padding-right: 29px;
  }

  .fs-xxs-29 {
    font-size: 29px;
  }

  .lh-xxs-29 {
    line-height: 29px;
  }

  .gap-xxs-29 {
    gap: 29px;
  }

  .br-xxs-29 {
    border-radius: 29px;
  }

  .h-xxs-29 {
    height: 29px;
  }

  .w-xxs-29 {
    width: 29px;
  }

  .m-xxs-30 {
    margin: 30px;
  }

  .p-xxs-30 {
    padding: 30px;
  }

  .mb-xxs-30 {
    margin-bottom: 30px;
  }

  .mt-xxs-30 {
    margin-top: 30px;
  }

  .ml-xxs-30 {
    margin-left: 30px;
  }

  .mr-xxs-30 {
    margin-right: 30px;
  }

  .pb-xxs-30 {
    padding-bottom: 30px;
  }

  .pt-xxs-30 {
    padding-top: 30px;
  }

  .pl-xxs-30 {
    padding-left: 30px;
  }

  .pr-xxs-30 {
    padding-right: 30px;
  }

  .fs-xxs-30 {
    font-size: 30px;
  }

  .lh-xxs-30 {
    line-height: 30px;
  }

  .gap-xxs-30 {
    gap: 30px;
  }

  .br-xxs-30 {
    border-radius: 30px;
  }

  .h-xxs-30 {
    height: 30px;
  }

  .w-xxs-30 {
    width: 30px;
  }

  .m-xxs-31 {
    margin: 31px;
  }

  .p-xxs-31 {
    padding: 31px;
  }

  .mb-xxs-31 {
    margin-bottom: 31px;
  }

  .mt-xxs-31 {
    margin-top: 31px;
  }

  .ml-xxs-31 {
    margin-left: 31px;
  }

  .mr-xxs-31 {
    margin-right: 31px;
  }

  .pb-xxs-31 {
    padding-bottom: 31px;
  }

  .pt-xxs-31 {
    padding-top: 31px;
  }

  .pl-xxs-31 {
    padding-left: 31px;
  }

  .pr-xxs-31 {
    padding-right: 31px;
  }

  .fs-xxs-31 {
    font-size: 31px;
  }

  .lh-xxs-31 {
    line-height: 31px;
  }

  .gap-xxs-31 {
    gap: 31px;
  }

  .br-xxs-31 {
    border-radius: 31px;
  }

  .h-xxs-31 {
    height: 31px;
  }

  .w-xxs-31 {
    width: 31px;
  }

  .m-xxs-32 {
    margin: 32px;
  }

  .p-xxs-32 {
    padding: 32px;
  }

  .mb-xxs-32 {
    margin-bottom: 32px;
  }

  .mt-xxs-32 {
    margin-top: 32px;
  }

  .ml-xxs-32 {
    margin-left: 32px;
  }

  .mr-xxs-32 {
    margin-right: 32px;
  }

  .pb-xxs-32 {
    padding-bottom: 32px;
  }

  .pt-xxs-32 {
    padding-top: 32px;
  }

  .pl-xxs-32 {
    padding-left: 32px;
  }

  .pr-xxs-32 {
    padding-right: 32px;
  }

  .fs-xxs-32 {
    font-size: 32px;
  }

  .lh-xxs-32 {
    line-height: 32px;
  }

  .gap-xxs-32 {
    gap: 32px;
  }

  .br-xxs-32 {
    border-radius: 32px;
  }

  .h-xxs-32 {
    height: 32px;
  }

  .w-xxs-32 {
    width: 32px;
  }

  .m-xxs-33 {
    margin: 33px;
  }

  .p-xxs-33 {
    padding: 33px;
  }

  .mb-xxs-33 {
    margin-bottom: 33px;
  }

  .mt-xxs-33 {
    margin-top: 33px;
  }

  .ml-xxs-33 {
    margin-left: 33px;
  }

  .mr-xxs-33 {
    margin-right: 33px;
  }

  .pb-xxs-33 {
    padding-bottom: 33px;
  }

  .pt-xxs-33 {
    padding-top: 33px;
  }

  .pl-xxs-33 {
    padding-left: 33px;
  }

  .pr-xxs-33 {
    padding-right: 33px;
  }

  .fs-xxs-33 {
    font-size: 33px;
  }

  .lh-xxs-33 {
    line-height: 33px;
  }

  .gap-xxs-33 {
    gap: 33px;
  }

  .br-xxs-33 {
    border-radius: 33px;
  }

  .h-xxs-33 {
    height: 33px;
  }

  .w-xxs-33 {
    width: 33px;
  }

  .m-xxs-34 {
    margin: 34px;
  }

  .p-xxs-34 {
    padding: 34px;
  }

  .mb-xxs-34 {
    margin-bottom: 34px;
  }

  .mt-xxs-34 {
    margin-top: 34px;
  }

  .ml-xxs-34 {
    margin-left: 34px;
  }

  .mr-xxs-34 {
    margin-right: 34px;
  }

  .pb-xxs-34 {
    padding-bottom: 34px;
  }

  .pt-xxs-34 {
    padding-top: 34px;
  }

  .pl-xxs-34 {
    padding-left: 34px;
  }

  .pr-xxs-34 {
    padding-right: 34px;
  }

  .fs-xxs-34 {
    font-size: 34px;
  }

  .lh-xxs-34 {
    line-height: 34px;
  }

  .gap-xxs-34 {
    gap: 34px;
  }

  .br-xxs-34 {
    border-radius: 34px;
  }

  .h-xxs-34 {
    height: 34px;
  }

  .w-xxs-34 {
    width: 34px;
  }

  .m-xxs-35 {
    margin: 35px;
  }

  .p-xxs-35 {
    padding: 35px;
  }

  .mb-xxs-35 {
    margin-bottom: 35px;
  }

  .mt-xxs-35 {
    margin-top: 35px;
  }

  .ml-xxs-35 {
    margin-left: 35px;
  }

  .mr-xxs-35 {
    margin-right: 35px;
  }

  .pb-xxs-35 {
    padding-bottom: 35px;
  }

  .pt-xxs-35 {
    padding-top: 35px;
  }

  .pl-xxs-35 {
    padding-left: 35px;
  }

  .pr-xxs-35 {
    padding-right: 35px;
  }

  .fs-xxs-35 {
    font-size: 35px;
  }

  .lh-xxs-35 {
    line-height: 35px;
  }

  .gap-xxs-35 {
    gap: 35px;
  }

  .br-xxs-35 {
    border-radius: 35px;
  }

  .h-xxs-35 {
    height: 35px;
  }

  .w-xxs-35 {
    width: 35px;
  }

  .m-xxs-36 {
    margin: 36px;
  }

  .p-xxs-36 {
    padding: 36px;
  }

  .mb-xxs-36 {
    margin-bottom: 36px;
  }

  .mt-xxs-36 {
    margin-top: 36px;
  }

  .ml-xxs-36 {
    margin-left: 36px;
  }

  .mr-xxs-36 {
    margin-right: 36px;
  }

  .pb-xxs-36 {
    padding-bottom: 36px;
  }

  .pt-xxs-36 {
    padding-top: 36px;
  }

  .pl-xxs-36 {
    padding-left: 36px;
  }

  .pr-xxs-36 {
    padding-right: 36px;
  }

  .fs-xxs-36 {
    font-size: 36px;
  }

  .lh-xxs-36 {
    line-height: 36px;
  }

  .gap-xxs-36 {
    gap: 36px;
  }

  .br-xxs-36 {
    border-radius: 36px;
  }

  .h-xxs-36 {
    height: 36px;
  }

  .w-xxs-36 {
    width: 36px;
  }

  .m-xxs-37 {
    margin: 37px;
  }

  .p-xxs-37 {
    padding: 37px;
  }

  .mb-xxs-37 {
    margin-bottom: 37px;
  }

  .mt-xxs-37 {
    margin-top: 37px;
  }

  .ml-xxs-37 {
    margin-left: 37px;
  }

  .mr-xxs-37 {
    margin-right: 37px;
  }

  .pb-xxs-37 {
    padding-bottom: 37px;
  }

  .pt-xxs-37 {
    padding-top: 37px;
  }

  .pl-xxs-37 {
    padding-left: 37px;
  }

  .pr-xxs-37 {
    padding-right: 37px;
  }

  .fs-xxs-37 {
    font-size: 37px;
  }

  .lh-xxs-37 {
    line-height: 37px;
  }

  .gap-xxs-37 {
    gap: 37px;
  }

  .br-xxs-37 {
    border-radius: 37px;
  }

  .h-xxs-37 {
    height: 37px;
  }

  .w-xxs-37 {
    width: 37px;
  }

  .m-xxs-38 {
    margin: 38px;
  }

  .p-xxs-38 {
    padding: 38px;
  }

  .mb-xxs-38 {
    margin-bottom: 38px;
  }

  .mt-xxs-38 {
    margin-top: 38px;
  }

  .ml-xxs-38 {
    margin-left: 38px;
  }

  .mr-xxs-38 {
    margin-right: 38px;
  }

  .pb-xxs-38 {
    padding-bottom: 38px;
  }

  .pt-xxs-38 {
    padding-top: 38px;
  }

  .pl-xxs-38 {
    padding-left: 38px;
  }

  .pr-xxs-38 {
    padding-right: 38px;
  }

  .fs-xxs-38 {
    font-size: 38px;
  }

  .lh-xxs-38 {
    line-height: 38px;
  }

  .gap-xxs-38 {
    gap: 38px;
  }

  .br-xxs-38 {
    border-radius: 38px;
  }

  .h-xxs-38 {
    height: 38px;
  }

  .w-xxs-38 {
    width: 38px;
  }

  .m-xxs-39 {
    margin: 39px;
  }

  .p-xxs-39 {
    padding: 39px;
  }

  .mb-xxs-39 {
    margin-bottom: 39px;
  }

  .mt-xxs-39 {
    margin-top: 39px;
  }

  .ml-xxs-39 {
    margin-left: 39px;
  }

  .mr-xxs-39 {
    margin-right: 39px;
  }

  .pb-xxs-39 {
    padding-bottom: 39px;
  }

  .pt-xxs-39 {
    padding-top: 39px;
  }

  .pl-xxs-39 {
    padding-left: 39px;
  }

  .pr-xxs-39 {
    padding-right: 39px;
  }

  .fs-xxs-39 {
    font-size: 39px;
  }

  .lh-xxs-39 {
    line-height: 39px;
  }

  .gap-xxs-39 {
    gap: 39px;
  }

  .br-xxs-39 {
    border-radius: 39px;
  }

  .h-xxs-39 {
    height: 39px;
  }

  .w-xxs-39 {
    width: 39px;
  }

  .m-xxs-40 {
    margin: 40px;
  }

  .p-xxs-40 {
    padding: 40px;
  }

  .mb-xxs-40 {
    margin-bottom: 40px;
  }

  .mt-xxs-40 {
    margin-top: 40px;
  }

  .ml-xxs-40 {
    margin-left: 40px;
  }

  .mr-xxs-40 {
    margin-right: 40px;
  }

  .pb-xxs-40 {
    padding-bottom: 40px;
  }

  .pt-xxs-40 {
    padding-top: 40px;
  }

  .pl-xxs-40 {
    padding-left: 40px;
  }

  .pr-xxs-40 {
    padding-right: 40px;
  }

  .fs-xxs-40 {
    font-size: 40px;
  }

  .lh-xxs-40 {
    line-height: 40px;
  }

  .gap-xxs-40 {
    gap: 40px;
  }

  .br-xxs-40 {
    border-radius: 40px;
  }

  .h-xxs-40 {
    height: 40px;
  }

  .w-xxs-40 {
    width: 40px;
  }

  .m-xxs-41 {
    margin: 41px;
  }

  .p-xxs-41 {
    padding: 41px;
  }

  .mb-xxs-41 {
    margin-bottom: 41px;
  }

  .mt-xxs-41 {
    margin-top: 41px;
  }

  .ml-xxs-41 {
    margin-left: 41px;
  }

  .mr-xxs-41 {
    margin-right: 41px;
  }

  .pb-xxs-41 {
    padding-bottom: 41px;
  }

  .pt-xxs-41 {
    padding-top: 41px;
  }

  .pl-xxs-41 {
    padding-left: 41px;
  }

  .pr-xxs-41 {
    padding-right: 41px;
  }

  .fs-xxs-41 {
    font-size: 41px;
  }

  .lh-xxs-41 {
    line-height: 41px;
  }

  .gap-xxs-41 {
    gap: 41px;
  }

  .br-xxs-41 {
    border-radius: 41px;
  }

  .h-xxs-41 {
    height: 41px;
  }

  .w-xxs-41 {
    width: 41px;
  }

  .m-xxs-42 {
    margin: 42px;
  }

  .p-xxs-42 {
    padding: 42px;
  }

  .mb-xxs-42 {
    margin-bottom: 42px;
  }

  .mt-xxs-42 {
    margin-top: 42px;
  }

  .ml-xxs-42 {
    margin-left: 42px;
  }

  .mr-xxs-42 {
    margin-right: 42px;
  }

  .pb-xxs-42 {
    padding-bottom: 42px;
  }

  .pt-xxs-42 {
    padding-top: 42px;
  }

  .pl-xxs-42 {
    padding-left: 42px;
  }

  .pr-xxs-42 {
    padding-right: 42px;
  }

  .fs-xxs-42 {
    font-size: 42px;
  }

  .lh-xxs-42 {
    line-height: 42px;
  }

  .gap-xxs-42 {
    gap: 42px;
  }

  .br-xxs-42 {
    border-radius: 42px;
  }

  .h-xxs-42 {
    height: 42px;
  }

  .w-xxs-42 {
    width: 42px;
  }

  .m-xxs-43 {
    margin: 43px;
  }

  .p-xxs-43 {
    padding: 43px;
  }

  .mb-xxs-43 {
    margin-bottom: 43px;
  }

  .mt-xxs-43 {
    margin-top: 43px;
  }

  .ml-xxs-43 {
    margin-left: 43px;
  }

  .mr-xxs-43 {
    margin-right: 43px;
  }

  .pb-xxs-43 {
    padding-bottom: 43px;
  }

  .pt-xxs-43 {
    padding-top: 43px;
  }

  .pl-xxs-43 {
    padding-left: 43px;
  }

  .pr-xxs-43 {
    padding-right: 43px;
  }

  .fs-xxs-43 {
    font-size: 43px;
  }

  .lh-xxs-43 {
    line-height: 43px;
  }

  .gap-xxs-43 {
    gap: 43px;
  }

  .br-xxs-43 {
    border-radius: 43px;
  }

  .h-xxs-43 {
    height: 43px;
  }

  .w-xxs-43 {
    width: 43px;
  }

  .m-xxs-44 {
    margin: 44px;
  }

  .p-xxs-44 {
    padding: 44px;
  }

  .mb-xxs-44 {
    margin-bottom: 44px;
  }

  .mt-xxs-44 {
    margin-top: 44px;
  }

  .ml-xxs-44 {
    margin-left: 44px;
  }

  .mr-xxs-44 {
    margin-right: 44px;
  }

  .pb-xxs-44 {
    padding-bottom: 44px;
  }

  .pt-xxs-44 {
    padding-top: 44px;
  }

  .pl-xxs-44 {
    padding-left: 44px;
  }

  .pr-xxs-44 {
    padding-right: 44px;
  }

  .fs-xxs-44 {
    font-size: 44px;
  }

  .lh-xxs-44 {
    line-height: 44px;
  }

  .gap-xxs-44 {
    gap: 44px;
  }

  .br-xxs-44 {
    border-radius: 44px;
  }

  .h-xxs-44 {
    height: 44px;
  }

  .w-xxs-44 {
    width: 44px;
  }

  .m-xxs-45 {
    margin: 45px;
  }

  .p-xxs-45 {
    padding: 45px;
  }

  .mb-xxs-45 {
    margin-bottom: 45px;
  }

  .mt-xxs-45 {
    margin-top: 45px;
  }

  .ml-xxs-45 {
    margin-left: 45px;
  }

  .mr-xxs-45 {
    margin-right: 45px;
  }

  .pb-xxs-45 {
    padding-bottom: 45px;
  }

  .pt-xxs-45 {
    padding-top: 45px;
  }

  .pl-xxs-45 {
    padding-left: 45px;
  }

  .pr-xxs-45 {
    padding-right: 45px;
  }

  .fs-xxs-45 {
    font-size: 45px;
  }

  .lh-xxs-45 {
    line-height: 45px;
  }

  .gap-xxs-45 {
    gap: 45px;
  }

  .br-xxs-45 {
    border-radius: 45px;
  }

  .h-xxs-45 {
    height: 45px;
  }

  .w-xxs-45 {
    width: 45px;
  }

  .m-xxs-46 {
    margin: 46px;
  }

  .p-xxs-46 {
    padding: 46px;
  }

  .mb-xxs-46 {
    margin-bottom: 46px;
  }

  .mt-xxs-46 {
    margin-top: 46px;
  }

  .ml-xxs-46 {
    margin-left: 46px;
  }

  .mr-xxs-46 {
    margin-right: 46px;
  }

  .pb-xxs-46 {
    padding-bottom: 46px;
  }

  .pt-xxs-46 {
    padding-top: 46px;
  }

  .pl-xxs-46 {
    padding-left: 46px;
  }

  .pr-xxs-46 {
    padding-right: 46px;
  }

  .fs-xxs-46 {
    font-size: 46px;
  }

  .lh-xxs-46 {
    line-height: 46px;
  }

  .gap-xxs-46 {
    gap: 46px;
  }

  .br-xxs-46 {
    border-radius: 46px;
  }

  .h-xxs-46 {
    height: 46px;
  }

  .w-xxs-46 {
    width: 46px;
  }

  .m-xxs-47 {
    margin: 47px;
  }

  .p-xxs-47 {
    padding: 47px;
  }

  .mb-xxs-47 {
    margin-bottom: 47px;
  }

  .mt-xxs-47 {
    margin-top: 47px;
  }

  .ml-xxs-47 {
    margin-left: 47px;
  }

  .mr-xxs-47 {
    margin-right: 47px;
  }

  .pb-xxs-47 {
    padding-bottom: 47px;
  }

  .pt-xxs-47 {
    padding-top: 47px;
  }

  .pl-xxs-47 {
    padding-left: 47px;
  }

  .pr-xxs-47 {
    padding-right: 47px;
  }

  .fs-xxs-47 {
    font-size: 47px;
  }

  .lh-xxs-47 {
    line-height: 47px;
  }

  .gap-xxs-47 {
    gap: 47px;
  }

  .br-xxs-47 {
    border-radius: 47px;
  }

  .h-xxs-47 {
    height: 47px;
  }

  .w-xxs-47 {
    width: 47px;
  }

  .m-xxs-48 {
    margin: 48px;
  }

  .p-xxs-48 {
    padding: 48px;
  }

  .mb-xxs-48 {
    margin-bottom: 48px;
  }

  .mt-xxs-48 {
    margin-top: 48px;
  }

  .ml-xxs-48 {
    margin-left: 48px;
  }

  .mr-xxs-48 {
    margin-right: 48px;
  }

  .pb-xxs-48 {
    padding-bottom: 48px;
  }

  .pt-xxs-48 {
    padding-top: 48px;
  }

  .pl-xxs-48 {
    padding-left: 48px;
  }

  .pr-xxs-48 {
    padding-right: 48px;
  }

  .fs-xxs-48 {
    font-size: 48px;
  }

  .lh-xxs-48 {
    line-height: 48px;
  }

  .gap-xxs-48 {
    gap: 48px;
  }

  .br-xxs-48 {
    border-radius: 48px;
  }

  .h-xxs-48 {
    height: 48px;
  }

  .w-xxs-48 {
    width: 48px;
  }

  .m-xxs-49 {
    margin: 49px;
  }

  .p-xxs-49 {
    padding: 49px;
  }

  .mb-xxs-49 {
    margin-bottom: 49px;
  }

  .mt-xxs-49 {
    margin-top: 49px;
  }

  .ml-xxs-49 {
    margin-left: 49px;
  }

  .mr-xxs-49 {
    margin-right: 49px;
  }

  .pb-xxs-49 {
    padding-bottom: 49px;
  }

  .pt-xxs-49 {
    padding-top: 49px;
  }

  .pl-xxs-49 {
    padding-left: 49px;
  }

  .pr-xxs-49 {
    padding-right: 49px;
  }

  .fs-xxs-49 {
    font-size: 49px;
  }

  .lh-xxs-49 {
    line-height: 49px;
  }

  .gap-xxs-49 {
    gap: 49px;
  }

  .br-xxs-49 {
    border-radius: 49px;
  }

  .h-xxs-49 {
    height: 49px;
  }

  .w-xxs-49 {
    width: 49px;
  }

  .m-xxs-50 {
    margin: 50px;
  }

  .p-xxs-50 {
    padding: 50px;
  }

  .mb-xxs-50 {
    margin-bottom: 50px;
  }

  .mt-xxs-50 {
    margin-top: 50px;
  }

  .ml-xxs-50 {
    margin-left: 50px;
  }

  .mr-xxs-50 {
    margin-right: 50px;
  }

  .pb-xxs-50 {
    padding-bottom: 50px;
  }

  .pt-xxs-50 {
    padding-top: 50px;
  }

  .pl-xxs-50 {
    padding-left: 50px;
  }

  .pr-xxs-50 {
    padding-right: 50px;
  }

  .fs-xxs-50 {
    font-size: 50px;
  }

  .lh-xxs-50 {
    line-height: 50px;
  }

  .gap-xxs-50 {
    gap: 50px;
  }

  .br-xxs-50 {
    border-radius: 50px;
  }

  .h-xxs-50 {
    height: 50px;
  }

  .w-xxs-50 {
    width: 50px;
  }

  .m-xxs-51 {
    margin: 51px;
  }

  .p-xxs-51 {
    padding: 51px;
  }

  .mb-xxs-51 {
    margin-bottom: 51px;
  }

  .mt-xxs-51 {
    margin-top: 51px;
  }

  .ml-xxs-51 {
    margin-left: 51px;
  }

  .mr-xxs-51 {
    margin-right: 51px;
  }

  .pb-xxs-51 {
    padding-bottom: 51px;
  }

  .pt-xxs-51 {
    padding-top: 51px;
  }

  .pl-xxs-51 {
    padding-left: 51px;
  }

  .pr-xxs-51 {
    padding-right: 51px;
  }

  .fs-xxs-51 {
    font-size: 51px;
  }

  .lh-xxs-51 {
    line-height: 51px;
  }

  .gap-xxs-51 {
    gap: 51px;
  }

  .br-xxs-51 {
    border-radius: 51px;
  }

  .h-xxs-51 {
    height: 51px;
  }

  .w-xxs-51 {
    width: 51px;
  }

  .m-xxs-52 {
    margin: 52px;
  }

  .p-xxs-52 {
    padding: 52px;
  }

  .mb-xxs-52 {
    margin-bottom: 52px;
  }

  .mt-xxs-52 {
    margin-top: 52px;
  }

  .ml-xxs-52 {
    margin-left: 52px;
  }

  .mr-xxs-52 {
    margin-right: 52px;
  }

  .pb-xxs-52 {
    padding-bottom: 52px;
  }

  .pt-xxs-52 {
    padding-top: 52px;
  }

  .pl-xxs-52 {
    padding-left: 52px;
  }

  .pr-xxs-52 {
    padding-right: 52px;
  }

  .fs-xxs-52 {
    font-size: 52px;
  }

  .lh-xxs-52 {
    line-height: 52px;
  }

  .gap-xxs-52 {
    gap: 52px;
  }

  .br-xxs-52 {
    border-radius: 52px;
  }

  .h-xxs-52 {
    height: 52px;
  }

  .w-xxs-52 {
    width: 52px;
  }

  .m-xxs-53 {
    margin: 53px;
  }

  .p-xxs-53 {
    padding: 53px;
  }

  .mb-xxs-53 {
    margin-bottom: 53px;
  }

  .mt-xxs-53 {
    margin-top: 53px;
  }

  .ml-xxs-53 {
    margin-left: 53px;
  }

  .mr-xxs-53 {
    margin-right: 53px;
  }

  .pb-xxs-53 {
    padding-bottom: 53px;
  }

  .pt-xxs-53 {
    padding-top: 53px;
  }

  .pl-xxs-53 {
    padding-left: 53px;
  }

  .pr-xxs-53 {
    padding-right: 53px;
  }

  .fs-xxs-53 {
    font-size: 53px;
  }

  .lh-xxs-53 {
    line-height: 53px;
  }

  .gap-xxs-53 {
    gap: 53px;
  }

  .br-xxs-53 {
    border-radius: 53px;
  }

  .h-xxs-53 {
    height: 53px;
  }

  .w-xxs-53 {
    width: 53px;
  }

  .m-xxs-54 {
    margin: 54px;
  }

  .p-xxs-54 {
    padding: 54px;
  }

  .mb-xxs-54 {
    margin-bottom: 54px;
  }

  .mt-xxs-54 {
    margin-top: 54px;
  }

  .ml-xxs-54 {
    margin-left: 54px;
  }

  .mr-xxs-54 {
    margin-right: 54px;
  }

  .pb-xxs-54 {
    padding-bottom: 54px;
  }

  .pt-xxs-54 {
    padding-top: 54px;
  }

  .pl-xxs-54 {
    padding-left: 54px;
  }

  .pr-xxs-54 {
    padding-right: 54px;
  }

  .fs-xxs-54 {
    font-size: 54px;
  }

  .lh-xxs-54 {
    line-height: 54px;
  }

  .gap-xxs-54 {
    gap: 54px;
  }

  .br-xxs-54 {
    border-radius: 54px;
  }

  .h-xxs-54 {
    height: 54px;
  }

  .w-xxs-54 {
    width: 54px;
  }

  .m-xxs-55 {
    margin: 55px;
  }

  .p-xxs-55 {
    padding: 55px;
  }

  .mb-xxs-55 {
    margin-bottom: 55px;
  }

  .mt-xxs-55 {
    margin-top: 55px;
  }

  .ml-xxs-55 {
    margin-left: 55px;
  }

  .mr-xxs-55 {
    margin-right: 55px;
  }

  .pb-xxs-55 {
    padding-bottom: 55px;
  }

  .pt-xxs-55 {
    padding-top: 55px;
  }

  .pl-xxs-55 {
    padding-left: 55px;
  }

  .pr-xxs-55 {
    padding-right: 55px;
  }

  .fs-xxs-55 {
    font-size: 55px;
  }

  .lh-xxs-55 {
    line-height: 55px;
  }

  .gap-xxs-55 {
    gap: 55px;
  }

  .br-xxs-55 {
    border-radius: 55px;
  }

  .h-xxs-55 {
    height: 55px;
  }

  .w-xxs-55 {
    width: 55px;
  }

  .m-xxs-56 {
    margin: 56px;
  }

  .p-xxs-56 {
    padding: 56px;
  }

  .mb-xxs-56 {
    margin-bottom: 56px;
  }

  .mt-xxs-56 {
    margin-top: 56px;
  }

  .ml-xxs-56 {
    margin-left: 56px;
  }

  .mr-xxs-56 {
    margin-right: 56px;
  }

  .pb-xxs-56 {
    padding-bottom: 56px;
  }

  .pt-xxs-56 {
    padding-top: 56px;
  }

  .pl-xxs-56 {
    padding-left: 56px;
  }

  .pr-xxs-56 {
    padding-right: 56px;
  }

  .fs-xxs-56 {
    font-size: 56px;
  }

  .lh-xxs-56 {
    line-height: 56px;
  }

  .gap-xxs-56 {
    gap: 56px;
  }

  .br-xxs-56 {
    border-radius: 56px;
  }

  .h-xxs-56 {
    height: 56px;
  }

  .w-xxs-56 {
    width: 56px;
  }

  .m-xxs-57 {
    margin: 57px;
  }

  .p-xxs-57 {
    padding: 57px;
  }

  .mb-xxs-57 {
    margin-bottom: 57px;
  }

  .mt-xxs-57 {
    margin-top: 57px;
  }

  .ml-xxs-57 {
    margin-left: 57px;
  }

  .mr-xxs-57 {
    margin-right: 57px;
  }

  .pb-xxs-57 {
    padding-bottom: 57px;
  }

  .pt-xxs-57 {
    padding-top: 57px;
  }

  .pl-xxs-57 {
    padding-left: 57px;
  }

  .pr-xxs-57 {
    padding-right: 57px;
  }

  .fs-xxs-57 {
    font-size: 57px;
  }

  .lh-xxs-57 {
    line-height: 57px;
  }

  .gap-xxs-57 {
    gap: 57px;
  }

  .br-xxs-57 {
    border-radius: 57px;
  }

  .h-xxs-57 {
    height: 57px;
  }

  .w-xxs-57 {
    width: 57px;
  }

  .m-xxs-58 {
    margin: 58px;
  }

  .p-xxs-58 {
    padding: 58px;
  }

  .mb-xxs-58 {
    margin-bottom: 58px;
  }

  .mt-xxs-58 {
    margin-top: 58px;
  }

  .ml-xxs-58 {
    margin-left: 58px;
  }

  .mr-xxs-58 {
    margin-right: 58px;
  }

  .pb-xxs-58 {
    padding-bottom: 58px;
  }

  .pt-xxs-58 {
    padding-top: 58px;
  }

  .pl-xxs-58 {
    padding-left: 58px;
  }

  .pr-xxs-58 {
    padding-right: 58px;
  }

  .fs-xxs-58 {
    font-size: 58px;
  }

  .lh-xxs-58 {
    line-height: 58px;
  }

  .gap-xxs-58 {
    gap: 58px;
  }

  .br-xxs-58 {
    border-radius: 58px;
  }

  .h-xxs-58 {
    height: 58px;
  }

  .w-xxs-58 {
    width: 58px;
  }

  .m-xxs-59 {
    margin: 59px;
  }

  .p-xxs-59 {
    padding: 59px;
  }

  .mb-xxs-59 {
    margin-bottom: 59px;
  }

  .mt-xxs-59 {
    margin-top: 59px;
  }

  .ml-xxs-59 {
    margin-left: 59px;
  }

  .mr-xxs-59 {
    margin-right: 59px;
  }

  .pb-xxs-59 {
    padding-bottom: 59px;
  }

  .pt-xxs-59 {
    padding-top: 59px;
  }

  .pl-xxs-59 {
    padding-left: 59px;
  }

  .pr-xxs-59 {
    padding-right: 59px;
  }

  .fs-xxs-59 {
    font-size: 59px;
  }

  .lh-xxs-59 {
    line-height: 59px;
  }

  .gap-xxs-59 {
    gap: 59px;
  }

  .br-xxs-59 {
    border-radius: 59px;
  }

  .h-xxs-59 {
    height: 59px;
  }

  .w-xxs-59 {
    width: 59px;
  }

  .m-xxs-60 {
    margin: 60px;
  }

  .p-xxs-60 {
    padding: 60px;
  }

  .mb-xxs-60 {
    margin-bottom: 60px;
  }

  .mt-xxs-60 {
    margin-top: 60px;
  }

  .ml-xxs-60 {
    margin-left: 60px;
  }

  .mr-xxs-60 {
    margin-right: 60px;
  }

  .pb-xxs-60 {
    padding-bottom: 60px;
  }

  .pt-xxs-60 {
    padding-top: 60px;
  }

  .pl-xxs-60 {
    padding-left: 60px;
  }

  .pr-xxs-60 {
    padding-right: 60px;
  }

  .fs-xxs-60 {
    font-size: 60px;
  }

  .lh-xxs-60 {
    line-height: 60px;
  }

  .gap-xxs-60 {
    gap: 60px;
  }

  .br-xxs-60 {
    border-radius: 60px;
  }

  .h-xxs-60 {
    height: 60px;
  }

  .w-xxs-60 {
    width: 60px;
  }

  .m-xxs-61 {
    margin: 61px;
  }

  .p-xxs-61 {
    padding: 61px;
  }

  .mb-xxs-61 {
    margin-bottom: 61px;
  }

  .mt-xxs-61 {
    margin-top: 61px;
  }

  .ml-xxs-61 {
    margin-left: 61px;
  }

  .mr-xxs-61 {
    margin-right: 61px;
  }

  .pb-xxs-61 {
    padding-bottom: 61px;
  }

  .pt-xxs-61 {
    padding-top: 61px;
  }

  .pl-xxs-61 {
    padding-left: 61px;
  }

  .pr-xxs-61 {
    padding-right: 61px;
  }

  .fs-xxs-61 {
    font-size: 61px;
  }

  .lh-xxs-61 {
    line-height: 61px;
  }

  .gap-xxs-61 {
    gap: 61px;
  }

  .br-xxs-61 {
    border-radius: 61px;
  }

  .h-xxs-61 {
    height: 61px;
  }

  .w-xxs-61 {
    width: 61px;
  }

  .m-xxs-62 {
    margin: 62px;
  }

  .p-xxs-62 {
    padding: 62px;
  }

  .mb-xxs-62 {
    margin-bottom: 62px;
  }

  .mt-xxs-62 {
    margin-top: 62px;
  }

  .ml-xxs-62 {
    margin-left: 62px;
  }

  .mr-xxs-62 {
    margin-right: 62px;
  }

  .pb-xxs-62 {
    padding-bottom: 62px;
  }

  .pt-xxs-62 {
    padding-top: 62px;
  }

  .pl-xxs-62 {
    padding-left: 62px;
  }

  .pr-xxs-62 {
    padding-right: 62px;
  }

  .fs-xxs-62 {
    font-size: 62px;
  }

  .lh-xxs-62 {
    line-height: 62px;
  }

  .gap-xxs-62 {
    gap: 62px;
  }

  .br-xxs-62 {
    border-radius: 62px;
  }

  .h-xxs-62 {
    height: 62px;
  }

  .w-xxs-62 {
    width: 62px;
  }

  .m-xxs-63 {
    margin: 63px;
  }

  .p-xxs-63 {
    padding: 63px;
  }

  .mb-xxs-63 {
    margin-bottom: 63px;
  }

  .mt-xxs-63 {
    margin-top: 63px;
  }

  .ml-xxs-63 {
    margin-left: 63px;
  }

  .mr-xxs-63 {
    margin-right: 63px;
  }

  .pb-xxs-63 {
    padding-bottom: 63px;
  }

  .pt-xxs-63 {
    padding-top: 63px;
  }

  .pl-xxs-63 {
    padding-left: 63px;
  }

  .pr-xxs-63 {
    padding-right: 63px;
  }

  .fs-xxs-63 {
    font-size: 63px;
  }

  .lh-xxs-63 {
    line-height: 63px;
  }

  .gap-xxs-63 {
    gap: 63px;
  }

  .br-xxs-63 {
    border-radius: 63px;
  }

  .h-xxs-63 {
    height: 63px;
  }

  .w-xxs-63 {
    width: 63px;
  }

  .m-xxs-64 {
    margin: 64px;
  }

  .p-xxs-64 {
    padding: 64px;
  }

  .mb-xxs-64 {
    margin-bottom: 64px;
  }

  .mt-xxs-64 {
    margin-top: 64px;
  }

  .ml-xxs-64 {
    margin-left: 64px;
  }

  .mr-xxs-64 {
    margin-right: 64px;
  }

  .pb-xxs-64 {
    padding-bottom: 64px;
  }

  .pt-xxs-64 {
    padding-top: 64px;
  }

  .pl-xxs-64 {
    padding-left: 64px;
  }

  .pr-xxs-64 {
    padding-right: 64px;
  }

  .fs-xxs-64 {
    font-size: 64px;
  }

  .lh-xxs-64 {
    line-height: 64px;
  }

  .gap-xxs-64 {
    gap: 64px;
  }

  .br-xxs-64 {
    border-radius: 64px;
  }

  .h-xxs-64 {
    height: 64px;
  }

  .w-xxs-64 {
    width: 64px;
  }

  .m-xxs-65 {
    margin: 65px;
  }

  .p-xxs-65 {
    padding: 65px;
  }

  .mb-xxs-65 {
    margin-bottom: 65px;
  }

  .mt-xxs-65 {
    margin-top: 65px;
  }

  .ml-xxs-65 {
    margin-left: 65px;
  }

  .mr-xxs-65 {
    margin-right: 65px;
  }

  .pb-xxs-65 {
    padding-bottom: 65px;
  }

  .pt-xxs-65 {
    padding-top: 65px;
  }

  .pl-xxs-65 {
    padding-left: 65px;
  }

  .pr-xxs-65 {
    padding-right: 65px;
  }

  .fs-xxs-65 {
    font-size: 65px;
  }

  .lh-xxs-65 {
    line-height: 65px;
  }

  .gap-xxs-65 {
    gap: 65px;
  }

  .br-xxs-65 {
    border-radius: 65px;
  }

  .h-xxs-65 {
    height: 65px;
  }

  .w-xxs-65 {
    width: 65px;
  }

  .m-xxs-66 {
    margin: 66px;
  }

  .p-xxs-66 {
    padding: 66px;
  }

  .mb-xxs-66 {
    margin-bottom: 66px;
  }

  .mt-xxs-66 {
    margin-top: 66px;
  }

  .ml-xxs-66 {
    margin-left: 66px;
  }

  .mr-xxs-66 {
    margin-right: 66px;
  }

  .pb-xxs-66 {
    padding-bottom: 66px;
  }

  .pt-xxs-66 {
    padding-top: 66px;
  }

  .pl-xxs-66 {
    padding-left: 66px;
  }

  .pr-xxs-66 {
    padding-right: 66px;
  }

  .fs-xxs-66 {
    font-size: 66px;
  }

  .lh-xxs-66 {
    line-height: 66px;
  }

  .gap-xxs-66 {
    gap: 66px;
  }

  .br-xxs-66 {
    border-radius: 66px;
  }

  .h-xxs-66 {
    height: 66px;
  }

  .w-xxs-66 {
    width: 66px;
  }

  .m-xxs-67 {
    margin: 67px;
  }

  .p-xxs-67 {
    padding: 67px;
  }

  .mb-xxs-67 {
    margin-bottom: 67px;
  }

  .mt-xxs-67 {
    margin-top: 67px;
  }

  .ml-xxs-67 {
    margin-left: 67px;
  }

  .mr-xxs-67 {
    margin-right: 67px;
  }

  .pb-xxs-67 {
    padding-bottom: 67px;
  }

  .pt-xxs-67 {
    padding-top: 67px;
  }

  .pl-xxs-67 {
    padding-left: 67px;
  }

  .pr-xxs-67 {
    padding-right: 67px;
  }

  .fs-xxs-67 {
    font-size: 67px;
  }

  .lh-xxs-67 {
    line-height: 67px;
  }

  .gap-xxs-67 {
    gap: 67px;
  }

  .br-xxs-67 {
    border-radius: 67px;
  }

  .h-xxs-67 {
    height: 67px;
  }

  .w-xxs-67 {
    width: 67px;
  }

  .m-xxs-68 {
    margin: 68px;
  }

  .p-xxs-68 {
    padding: 68px;
  }

  .mb-xxs-68 {
    margin-bottom: 68px;
  }

  .mt-xxs-68 {
    margin-top: 68px;
  }

  .ml-xxs-68 {
    margin-left: 68px;
  }

  .mr-xxs-68 {
    margin-right: 68px;
  }

  .pb-xxs-68 {
    padding-bottom: 68px;
  }

  .pt-xxs-68 {
    padding-top: 68px;
  }

  .pl-xxs-68 {
    padding-left: 68px;
  }

  .pr-xxs-68 {
    padding-right: 68px;
  }

  .fs-xxs-68 {
    font-size: 68px;
  }

  .lh-xxs-68 {
    line-height: 68px;
  }

  .gap-xxs-68 {
    gap: 68px;
  }

  .br-xxs-68 {
    border-radius: 68px;
  }

  .h-xxs-68 {
    height: 68px;
  }

  .w-xxs-68 {
    width: 68px;
  }

  .m-xxs-69 {
    margin: 69px;
  }

  .p-xxs-69 {
    padding: 69px;
  }

  .mb-xxs-69 {
    margin-bottom: 69px;
  }

  .mt-xxs-69 {
    margin-top: 69px;
  }

  .ml-xxs-69 {
    margin-left: 69px;
  }

  .mr-xxs-69 {
    margin-right: 69px;
  }

  .pb-xxs-69 {
    padding-bottom: 69px;
  }

  .pt-xxs-69 {
    padding-top: 69px;
  }

  .pl-xxs-69 {
    padding-left: 69px;
  }

  .pr-xxs-69 {
    padding-right: 69px;
  }

  .fs-xxs-69 {
    font-size: 69px;
  }

  .lh-xxs-69 {
    line-height: 69px;
  }

  .gap-xxs-69 {
    gap: 69px;
  }

  .br-xxs-69 {
    border-radius: 69px;
  }

  .h-xxs-69 {
    height: 69px;
  }

  .w-xxs-69 {
    width: 69px;
  }

  .m-xxs-70 {
    margin: 70px;
  }

  .p-xxs-70 {
    padding: 70px;
  }

  .mb-xxs-70 {
    margin-bottom: 70px;
  }

  .mt-xxs-70 {
    margin-top: 70px;
  }

  .ml-xxs-70 {
    margin-left: 70px;
  }

  .mr-xxs-70 {
    margin-right: 70px;
  }

  .pb-xxs-70 {
    padding-bottom: 70px;
  }

  .pt-xxs-70 {
    padding-top: 70px;
  }

  .pl-xxs-70 {
    padding-left: 70px;
  }

  .pr-xxs-70 {
    padding-right: 70px;
  }

  .fs-xxs-70 {
    font-size: 70px;
  }

  .lh-xxs-70 {
    line-height: 70px;
  }

  .gap-xxs-70 {
    gap: 70px;
  }

  .br-xxs-70 {
    border-radius: 70px;
  }

  .h-xxs-70 {
    height: 70px;
  }

  .w-xxs-70 {
    width: 70px;
  }

  .m-xxs-71 {
    margin: 71px;
  }

  .p-xxs-71 {
    padding: 71px;
  }

  .mb-xxs-71 {
    margin-bottom: 71px;
  }

  .mt-xxs-71 {
    margin-top: 71px;
  }

  .ml-xxs-71 {
    margin-left: 71px;
  }

  .mr-xxs-71 {
    margin-right: 71px;
  }

  .pb-xxs-71 {
    padding-bottom: 71px;
  }

  .pt-xxs-71 {
    padding-top: 71px;
  }

  .pl-xxs-71 {
    padding-left: 71px;
  }

  .pr-xxs-71 {
    padding-right: 71px;
  }

  .fs-xxs-71 {
    font-size: 71px;
  }

  .lh-xxs-71 {
    line-height: 71px;
  }

  .gap-xxs-71 {
    gap: 71px;
  }

  .br-xxs-71 {
    border-radius: 71px;
  }

  .h-xxs-71 {
    height: 71px;
  }

  .w-xxs-71 {
    width: 71px;
  }

  .m-xxs-72 {
    margin: 72px;
  }

  .p-xxs-72 {
    padding: 72px;
  }

  .mb-xxs-72 {
    margin-bottom: 72px;
  }

  .mt-xxs-72 {
    margin-top: 72px;
  }

  .ml-xxs-72 {
    margin-left: 72px;
  }

  .mr-xxs-72 {
    margin-right: 72px;
  }

  .pb-xxs-72 {
    padding-bottom: 72px;
  }

  .pt-xxs-72 {
    padding-top: 72px;
  }

  .pl-xxs-72 {
    padding-left: 72px;
  }

  .pr-xxs-72 {
    padding-right: 72px;
  }

  .fs-xxs-72 {
    font-size: 72px;
  }

  .lh-xxs-72 {
    line-height: 72px;
  }

  .gap-xxs-72 {
    gap: 72px;
  }

  .br-xxs-72 {
    border-radius: 72px;
  }

  .h-xxs-72 {
    height: 72px;
  }

  .w-xxs-72 {
    width: 72px;
  }

  .m-xxs-73 {
    margin: 73px;
  }

  .p-xxs-73 {
    padding: 73px;
  }

  .mb-xxs-73 {
    margin-bottom: 73px;
  }

  .mt-xxs-73 {
    margin-top: 73px;
  }

  .ml-xxs-73 {
    margin-left: 73px;
  }

  .mr-xxs-73 {
    margin-right: 73px;
  }

  .pb-xxs-73 {
    padding-bottom: 73px;
  }

  .pt-xxs-73 {
    padding-top: 73px;
  }

  .pl-xxs-73 {
    padding-left: 73px;
  }

  .pr-xxs-73 {
    padding-right: 73px;
  }

  .fs-xxs-73 {
    font-size: 73px;
  }

  .lh-xxs-73 {
    line-height: 73px;
  }

  .gap-xxs-73 {
    gap: 73px;
  }

  .br-xxs-73 {
    border-radius: 73px;
  }

  .h-xxs-73 {
    height: 73px;
  }

  .w-xxs-73 {
    width: 73px;
  }

  .m-xxs-74 {
    margin: 74px;
  }

  .p-xxs-74 {
    padding: 74px;
  }

  .mb-xxs-74 {
    margin-bottom: 74px;
  }

  .mt-xxs-74 {
    margin-top: 74px;
  }

  .ml-xxs-74 {
    margin-left: 74px;
  }

  .mr-xxs-74 {
    margin-right: 74px;
  }

  .pb-xxs-74 {
    padding-bottom: 74px;
  }

  .pt-xxs-74 {
    padding-top: 74px;
  }

  .pl-xxs-74 {
    padding-left: 74px;
  }

  .pr-xxs-74 {
    padding-right: 74px;
  }

  .fs-xxs-74 {
    font-size: 74px;
  }

  .lh-xxs-74 {
    line-height: 74px;
  }

  .gap-xxs-74 {
    gap: 74px;
  }

  .br-xxs-74 {
    border-radius: 74px;
  }

  .h-xxs-74 {
    height: 74px;
  }

  .w-xxs-74 {
    width: 74px;
  }

  .m-xxs-75 {
    margin: 75px;
  }

  .p-xxs-75 {
    padding: 75px;
  }

  .mb-xxs-75 {
    margin-bottom: 75px;
  }

  .mt-xxs-75 {
    margin-top: 75px;
  }

  .ml-xxs-75 {
    margin-left: 75px;
  }

  .mr-xxs-75 {
    margin-right: 75px;
  }

  .pb-xxs-75 {
    padding-bottom: 75px;
  }

  .pt-xxs-75 {
    padding-top: 75px;
  }

  .pl-xxs-75 {
    padding-left: 75px;
  }

  .pr-xxs-75 {
    padding-right: 75px;
  }

  .fs-xxs-75 {
    font-size: 75px;
  }

  .lh-xxs-75 {
    line-height: 75px;
  }

  .gap-xxs-75 {
    gap: 75px;
  }

  .br-xxs-75 {
    border-radius: 75px;
  }

  .h-xxs-75 {
    height: 75px;
  }

  .w-xxs-75 {
    width: 75px;
  }

  .m-xxs-76 {
    margin: 76px;
  }

  .p-xxs-76 {
    padding: 76px;
  }

  .mb-xxs-76 {
    margin-bottom: 76px;
  }

  .mt-xxs-76 {
    margin-top: 76px;
  }

  .ml-xxs-76 {
    margin-left: 76px;
  }

  .mr-xxs-76 {
    margin-right: 76px;
  }

  .pb-xxs-76 {
    padding-bottom: 76px;
  }

  .pt-xxs-76 {
    padding-top: 76px;
  }

  .pl-xxs-76 {
    padding-left: 76px;
  }

  .pr-xxs-76 {
    padding-right: 76px;
  }

  .fs-xxs-76 {
    font-size: 76px;
  }

  .lh-xxs-76 {
    line-height: 76px;
  }

  .gap-xxs-76 {
    gap: 76px;
  }

  .br-xxs-76 {
    border-radius: 76px;
  }

  .h-xxs-76 {
    height: 76px;
  }

  .w-xxs-76 {
    width: 76px;
  }

  .m-xxs-77 {
    margin: 77px;
  }

  .p-xxs-77 {
    padding: 77px;
  }

  .mb-xxs-77 {
    margin-bottom: 77px;
  }

  .mt-xxs-77 {
    margin-top: 77px;
  }

  .ml-xxs-77 {
    margin-left: 77px;
  }

  .mr-xxs-77 {
    margin-right: 77px;
  }

  .pb-xxs-77 {
    padding-bottom: 77px;
  }

  .pt-xxs-77 {
    padding-top: 77px;
  }

  .pl-xxs-77 {
    padding-left: 77px;
  }

  .pr-xxs-77 {
    padding-right: 77px;
  }

  .fs-xxs-77 {
    font-size: 77px;
  }

  .lh-xxs-77 {
    line-height: 77px;
  }

  .gap-xxs-77 {
    gap: 77px;
  }

  .br-xxs-77 {
    border-radius: 77px;
  }

  .h-xxs-77 {
    height: 77px;
  }

  .w-xxs-77 {
    width: 77px;
  }

  .m-xxs-78 {
    margin: 78px;
  }

  .p-xxs-78 {
    padding: 78px;
  }

  .mb-xxs-78 {
    margin-bottom: 78px;
  }

  .mt-xxs-78 {
    margin-top: 78px;
  }

  .ml-xxs-78 {
    margin-left: 78px;
  }

  .mr-xxs-78 {
    margin-right: 78px;
  }

  .pb-xxs-78 {
    padding-bottom: 78px;
  }

  .pt-xxs-78 {
    padding-top: 78px;
  }

  .pl-xxs-78 {
    padding-left: 78px;
  }

  .pr-xxs-78 {
    padding-right: 78px;
  }

  .fs-xxs-78 {
    font-size: 78px;
  }

  .lh-xxs-78 {
    line-height: 78px;
  }

  .gap-xxs-78 {
    gap: 78px;
  }

  .br-xxs-78 {
    border-radius: 78px;
  }

  .h-xxs-78 {
    height: 78px;
  }

  .w-xxs-78 {
    width: 78px;
  }

  .m-xxs-79 {
    margin: 79px;
  }

  .p-xxs-79 {
    padding: 79px;
  }

  .mb-xxs-79 {
    margin-bottom: 79px;
  }

  .mt-xxs-79 {
    margin-top: 79px;
  }

  .ml-xxs-79 {
    margin-left: 79px;
  }

  .mr-xxs-79 {
    margin-right: 79px;
  }

  .pb-xxs-79 {
    padding-bottom: 79px;
  }

  .pt-xxs-79 {
    padding-top: 79px;
  }

  .pl-xxs-79 {
    padding-left: 79px;
  }

  .pr-xxs-79 {
    padding-right: 79px;
  }

  .fs-xxs-79 {
    font-size: 79px;
  }

  .lh-xxs-79 {
    line-height: 79px;
  }

  .gap-xxs-79 {
    gap: 79px;
  }

  .br-xxs-79 {
    border-radius: 79px;
  }

  .h-xxs-79 {
    height: 79px;
  }

  .w-xxs-79 {
    width: 79px;
  }

  .m-xxs-80 {
    margin: 80px;
  }

  .p-xxs-80 {
    padding: 80px;
  }

  .mb-xxs-80 {
    margin-bottom: 80px;
  }

  .mt-xxs-80 {
    margin-top: 80px;
  }

  .ml-xxs-80 {
    margin-left: 80px;
  }

  .mr-xxs-80 {
    margin-right: 80px;
  }

  .pb-xxs-80 {
    padding-bottom: 80px;
  }

  .pt-xxs-80 {
    padding-top: 80px;
  }

  .pl-xxs-80 {
    padding-left: 80px;
  }

  .pr-xxs-80 {
    padding-right: 80px;
  }

  .fs-xxs-80 {
    font-size: 80px;
  }

  .lh-xxs-80 {
    line-height: 80px;
  }

  .gap-xxs-80 {
    gap: 80px;
  }

  .br-xxs-80 {
    border-radius: 80px;
  }

  .h-xxs-80 {
    height: 80px;
  }

  .w-xxs-80 {
    width: 80px;
  }

  .m-xxs-81 {
    margin: 81px;
  }

  .p-xxs-81 {
    padding: 81px;
  }

  .mb-xxs-81 {
    margin-bottom: 81px;
  }

  .mt-xxs-81 {
    margin-top: 81px;
  }

  .ml-xxs-81 {
    margin-left: 81px;
  }

  .mr-xxs-81 {
    margin-right: 81px;
  }

  .pb-xxs-81 {
    padding-bottom: 81px;
  }

  .pt-xxs-81 {
    padding-top: 81px;
  }

  .pl-xxs-81 {
    padding-left: 81px;
  }

  .pr-xxs-81 {
    padding-right: 81px;
  }

  .fs-xxs-81 {
    font-size: 81px;
  }

  .lh-xxs-81 {
    line-height: 81px;
  }

  .gap-xxs-81 {
    gap: 81px;
  }

  .br-xxs-81 {
    border-radius: 81px;
  }

  .h-xxs-81 {
    height: 81px;
  }

  .w-xxs-81 {
    width: 81px;
  }

  .m-xxs-82 {
    margin: 82px;
  }

  .p-xxs-82 {
    padding: 82px;
  }

  .mb-xxs-82 {
    margin-bottom: 82px;
  }

  .mt-xxs-82 {
    margin-top: 82px;
  }

  .ml-xxs-82 {
    margin-left: 82px;
  }

  .mr-xxs-82 {
    margin-right: 82px;
  }

  .pb-xxs-82 {
    padding-bottom: 82px;
  }

  .pt-xxs-82 {
    padding-top: 82px;
  }

  .pl-xxs-82 {
    padding-left: 82px;
  }

  .pr-xxs-82 {
    padding-right: 82px;
  }

  .fs-xxs-82 {
    font-size: 82px;
  }

  .lh-xxs-82 {
    line-height: 82px;
  }

  .gap-xxs-82 {
    gap: 82px;
  }

  .br-xxs-82 {
    border-radius: 82px;
  }

  .h-xxs-82 {
    height: 82px;
  }

  .w-xxs-82 {
    width: 82px;
  }

  .m-xxs-83 {
    margin: 83px;
  }

  .p-xxs-83 {
    padding: 83px;
  }

  .mb-xxs-83 {
    margin-bottom: 83px;
  }

  .mt-xxs-83 {
    margin-top: 83px;
  }

  .ml-xxs-83 {
    margin-left: 83px;
  }

  .mr-xxs-83 {
    margin-right: 83px;
  }

  .pb-xxs-83 {
    padding-bottom: 83px;
  }

  .pt-xxs-83 {
    padding-top: 83px;
  }

  .pl-xxs-83 {
    padding-left: 83px;
  }

  .pr-xxs-83 {
    padding-right: 83px;
  }

  .fs-xxs-83 {
    font-size: 83px;
  }

  .lh-xxs-83 {
    line-height: 83px;
  }

  .gap-xxs-83 {
    gap: 83px;
  }

  .br-xxs-83 {
    border-radius: 83px;
  }

  .h-xxs-83 {
    height: 83px;
  }

  .w-xxs-83 {
    width: 83px;
  }

  .m-xxs-84 {
    margin: 84px;
  }

  .p-xxs-84 {
    padding: 84px;
  }

  .mb-xxs-84 {
    margin-bottom: 84px;
  }

  .mt-xxs-84 {
    margin-top: 84px;
  }

  .ml-xxs-84 {
    margin-left: 84px;
  }

  .mr-xxs-84 {
    margin-right: 84px;
  }

  .pb-xxs-84 {
    padding-bottom: 84px;
  }

  .pt-xxs-84 {
    padding-top: 84px;
  }

  .pl-xxs-84 {
    padding-left: 84px;
  }

  .pr-xxs-84 {
    padding-right: 84px;
  }

  .fs-xxs-84 {
    font-size: 84px;
  }

  .lh-xxs-84 {
    line-height: 84px;
  }

  .gap-xxs-84 {
    gap: 84px;
  }

  .br-xxs-84 {
    border-radius: 84px;
  }

  .h-xxs-84 {
    height: 84px;
  }

  .w-xxs-84 {
    width: 84px;
  }

  .m-xxs-85 {
    margin: 85px;
  }

  .p-xxs-85 {
    padding: 85px;
  }

  .mb-xxs-85 {
    margin-bottom: 85px;
  }

  .mt-xxs-85 {
    margin-top: 85px;
  }

  .ml-xxs-85 {
    margin-left: 85px;
  }

  .mr-xxs-85 {
    margin-right: 85px;
  }

  .pb-xxs-85 {
    padding-bottom: 85px;
  }

  .pt-xxs-85 {
    padding-top: 85px;
  }

  .pl-xxs-85 {
    padding-left: 85px;
  }

  .pr-xxs-85 {
    padding-right: 85px;
  }

  .fs-xxs-85 {
    font-size: 85px;
  }

  .lh-xxs-85 {
    line-height: 85px;
  }

  .gap-xxs-85 {
    gap: 85px;
  }

  .br-xxs-85 {
    border-radius: 85px;
  }

  .h-xxs-85 {
    height: 85px;
  }

  .w-xxs-85 {
    width: 85px;
  }

  .m-xxs-86 {
    margin: 86px;
  }

  .p-xxs-86 {
    padding: 86px;
  }

  .mb-xxs-86 {
    margin-bottom: 86px;
  }

  .mt-xxs-86 {
    margin-top: 86px;
  }

  .ml-xxs-86 {
    margin-left: 86px;
  }

  .mr-xxs-86 {
    margin-right: 86px;
  }

  .pb-xxs-86 {
    padding-bottom: 86px;
  }

  .pt-xxs-86 {
    padding-top: 86px;
  }

  .pl-xxs-86 {
    padding-left: 86px;
  }

  .pr-xxs-86 {
    padding-right: 86px;
  }

  .fs-xxs-86 {
    font-size: 86px;
  }

  .lh-xxs-86 {
    line-height: 86px;
  }

  .gap-xxs-86 {
    gap: 86px;
  }

  .br-xxs-86 {
    border-radius: 86px;
  }

  .h-xxs-86 {
    height: 86px;
  }

  .w-xxs-86 {
    width: 86px;
  }

  .m-xxs-87 {
    margin: 87px;
  }

  .p-xxs-87 {
    padding: 87px;
  }

  .mb-xxs-87 {
    margin-bottom: 87px;
  }

  .mt-xxs-87 {
    margin-top: 87px;
  }

  .ml-xxs-87 {
    margin-left: 87px;
  }

  .mr-xxs-87 {
    margin-right: 87px;
  }

  .pb-xxs-87 {
    padding-bottom: 87px;
  }

  .pt-xxs-87 {
    padding-top: 87px;
  }

  .pl-xxs-87 {
    padding-left: 87px;
  }

  .pr-xxs-87 {
    padding-right: 87px;
  }

  .fs-xxs-87 {
    font-size: 87px;
  }

  .lh-xxs-87 {
    line-height: 87px;
  }

  .gap-xxs-87 {
    gap: 87px;
  }

  .br-xxs-87 {
    border-radius: 87px;
  }

  .h-xxs-87 {
    height: 87px;
  }

  .w-xxs-87 {
    width: 87px;
  }

  .m-xxs-88 {
    margin: 88px;
  }

  .p-xxs-88 {
    padding: 88px;
  }

  .mb-xxs-88 {
    margin-bottom: 88px;
  }

  .mt-xxs-88 {
    margin-top: 88px;
  }

  .ml-xxs-88 {
    margin-left: 88px;
  }

  .mr-xxs-88 {
    margin-right: 88px;
  }

  .pb-xxs-88 {
    padding-bottom: 88px;
  }

  .pt-xxs-88 {
    padding-top: 88px;
  }

  .pl-xxs-88 {
    padding-left: 88px;
  }

  .pr-xxs-88 {
    padding-right: 88px;
  }

  .fs-xxs-88 {
    font-size: 88px;
  }

  .lh-xxs-88 {
    line-height: 88px;
  }

  .gap-xxs-88 {
    gap: 88px;
  }

  .br-xxs-88 {
    border-radius: 88px;
  }

  .h-xxs-88 {
    height: 88px;
  }

  .w-xxs-88 {
    width: 88px;
  }

  .m-xxs-89 {
    margin: 89px;
  }

  .p-xxs-89 {
    padding: 89px;
  }

  .mb-xxs-89 {
    margin-bottom: 89px;
  }

  .mt-xxs-89 {
    margin-top: 89px;
  }

  .ml-xxs-89 {
    margin-left: 89px;
  }

  .mr-xxs-89 {
    margin-right: 89px;
  }

  .pb-xxs-89 {
    padding-bottom: 89px;
  }

  .pt-xxs-89 {
    padding-top: 89px;
  }

  .pl-xxs-89 {
    padding-left: 89px;
  }

  .pr-xxs-89 {
    padding-right: 89px;
  }

  .fs-xxs-89 {
    font-size: 89px;
  }

  .lh-xxs-89 {
    line-height: 89px;
  }

  .gap-xxs-89 {
    gap: 89px;
  }

  .br-xxs-89 {
    border-radius: 89px;
  }

  .h-xxs-89 {
    height: 89px;
  }

  .w-xxs-89 {
    width: 89px;
  }

  .m-xxs-90 {
    margin: 90px;
  }

  .p-xxs-90 {
    padding: 90px;
  }

  .mb-xxs-90 {
    margin-bottom: 90px;
  }

  .mt-xxs-90 {
    margin-top: 90px;
  }

  .ml-xxs-90 {
    margin-left: 90px;
  }

  .mr-xxs-90 {
    margin-right: 90px;
  }

  .pb-xxs-90 {
    padding-bottom: 90px;
  }

  .pt-xxs-90 {
    padding-top: 90px;
  }

  .pl-xxs-90 {
    padding-left: 90px;
  }

  .pr-xxs-90 {
    padding-right: 90px;
  }

  .fs-xxs-90 {
    font-size: 90px;
  }

  .lh-xxs-90 {
    line-height: 90px;
  }

  .gap-xxs-90 {
    gap: 90px;
  }

  .br-xxs-90 {
    border-radius: 90px;
  }

  .h-xxs-90 {
    height: 90px;
  }

  .w-xxs-90 {
    width: 90px;
  }

  .m-xxs-91 {
    margin: 91px;
  }

  .p-xxs-91 {
    padding: 91px;
  }

  .mb-xxs-91 {
    margin-bottom: 91px;
  }

  .mt-xxs-91 {
    margin-top: 91px;
  }

  .ml-xxs-91 {
    margin-left: 91px;
  }

  .mr-xxs-91 {
    margin-right: 91px;
  }

  .pb-xxs-91 {
    padding-bottom: 91px;
  }

  .pt-xxs-91 {
    padding-top: 91px;
  }

  .pl-xxs-91 {
    padding-left: 91px;
  }

  .pr-xxs-91 {
    padding-right: 91px;
  }

  .fs-xxs-91 {
    font-size: 91px;
  }

  .lh-xxs-91 {
    line-height: 91px;
  }

  .gap-xxs-91 {
    gap: 91px;
  }

  .br-xxs-91 {
    border-radius: 91px;
  }

  .h-xxs-91 {
    height: 91px;
  }

  .w-xxs-91 {
    width: 91px;
  }

  .m-xxs-92 {
    margin: 92px;
  }

  .p-xxs-92 {
    padding: 92px;
  }

  .mb-xxs-92 {
    margin-bottom: 92px;
  }

  .mt-xxs-92 {
    margin-top: 92px;
  }

  .ml-xxs-92 {
    margin-left: 92px;
  }

  .mr-xxs-92 {
    margin-right: 92px;
  }

  .pb-xxs-92 {
    padding-bottom: 92px;
  }

  .pt-xxs-92 {
    padding-top: 92px;
  }

  .pl-xxs-92 {
    padding-left: 92px;
  }

  .pr-xxs-92 {
    padding-right: 92px;
  }

  .fs-xxs-92 {
    font-size: 92px;
  }

  .lh-xxs-92 {
    line-height: 92px;
  }

  .gap-xxs-92 {
    gap: 92px;
  }

  .br-xxs-92 {
    border-radius: 92px;
  }

  .h-xxs-92 {
    height: 92px;
  }

  .w-xxs-92 {
    width: 92px;
  }

  .m-xxs-93 {
    margin: 93px;
  }

  .p-xxs-93 {
    padding: 93px;
  }

  .mb-xxs-93 {
    margin-bottom: 93px;
  }

  .mt-xxs-93 {
    margin-top: 93px;
  }

  .ml-xxs-93 {
    margin-left: 93px;
  }

  .mr-xxs-93 {
    margin-right: 93px;
  }

  .pb-xxs-93 {
    padding-bottom: 93px;
  }

  .pt-xxs-93 {
    padding-top: 93px;
  }

  .pl-xxs-93 {
    padding-left: 93px;
  }

  .pr-xxs-93 {
    padding-right: 93px;
  }

  .fs-xxs-93 {
    font-size: 93px;
  }

  .lh-xxs-93 {
    line-height: 93px;
  }

  .gap-xxs-93 {
    gap: 93px;
  }

  .br-xxs-93 {
    border-radius: 93px;
  }

  .h-xxs-93 {
    height: 93px;
  }

  .w-xxs-93 {
    width: 93px;
  }

  .m-xxs-94 {
    margin: 94px;
  }

  .p-xxs-94 {
    padding: 94px;
  }

  .mb-xxs-94 {
    margin-bottom: 94px;
  }

  .mt-xxs-94 {
    margin-top: 94px;
  }

  .ml-xxs-94 {
    margin-left: 94px;
  }

  .mr-xxs-94 {
    margin-right: 94px;
  }

  .pb-xxs-94 {
    padding-bottom: 94px;
  }

  .pt-xxs-94 {
    padding-top: 94px;
  }

  .pl-xxs-94 {
    padding-left: 94px;
  }

  .pr-xxs-94 {
    padding-right: 94px;
  }

  .fs-xxs-94 {
    font-size: 94px;
  }

  .lh-xxs-94 {
    line-height: 94px;
  }

  .gap-xxs-94 {
    gap: 94px;
  }

  .br-xxs-94 {
    border-radius: 94px;
  }

  .h-xxs-94 {
    height: 94px;
  }

  .w-xxs-94 {
    width: 94px;
  }

  .m-xxs-95 {
    margin: 95px;
  }

  .p-xxs-95 {
    padding: 95px;
  }

  .mb-xxs-95 {
    margin-bottom: 95px;
  }

  .mt-xxs-95 {
    margin-top: 95px;
  }

  .ml-xxs-95 {
    margin-left: 95px;
  }

  .mr-xxs-95 {
    margin-right: 95px;
  }

  .pb-xxs-95 {
    padding-bottom: 95px;
  }

  .pt-xxs-95 {
    padding-top: 95px;
  }

  .pl-xxs-95 {
    padding-left: 95px;
  }

  .pr-xxs-95 {
    padding-right: 95px;
  }

  .fs-xxs-95 {
    font-size: 95px;
  }

  .lh-xxs-95 {
    line-height: 95px;
  }

  .gap-xxs-95 {
    gap: 95px;
  }

  .br-xxs-95 {
    border-radius: 95px;
  }

  .h-xxs-95 {
    height: 95px;
  }

  .w-xxs-95 {
    width: 95px;
  }

  .m-xxs-96 {
    margin: 96px;
  }

  .p-xxs-96 {
    padding: 96px;
  }

  .mb-xxs-96 {
    margin-bottom: 96px;
  }

  .mt-xxs-96 {
    margin-top: 96px;
  }

  .ml-xxs-96 {
    margin-left: 96px;
  }

  .mr-xxs-96 {
    margin-right: 96px;
  }

  .pb-xxs-96 {
    padding-bottom: 96px;
  }

  .pt-xxs-96 {
    padding-top: 96px;
  }

  .pl-xxs-96 {
    padding-left: 96px;
  }

  .pr-xxs-96 {
    padding-right: 96px;
  }

  .fs-xxs-96 {
    font-size: 96px;
  }

  .lh-xxs-96 {
    line-height: 96px;
  }

  .gap-xxs-96 {
    gap: 96px;
  }

  .br-xxs-96 {
    border-radius: 96px;
  }

  .h-xxs-96 {
    height: 96px;
  }

  .w-xxs-96 {
    width: 96px;
  }

  .m-xxs-97 {
    margin: 97px;
  }

  .p-xxs-97 {
    padding: 97px;
  }

  .mb-xxs-97 {
    margin-bottom: 97px;
  }

  .mt-xxs-97 {
    margin-top: 97px;
  }

  .ml-xxs-97 {
    margin-left: 97px;
  }

  .mr-xxs-97 {
    margin-right: 97px;
  }

  .pb-xxs-97 {
    padding-bottom: 97px;
  }

  .pt-xxs-97 {
    padding-top: 97px;
  }

  .pl-xxs-97 {
    padding-left: 97px;
  }

  .pr-xxs-97 {
    padding-right: 97px;
  }

  .fs-xxs-97 {
    font-size: 97px;
  }

  .lh-xxs-97 {
    line-height: 97px;
  }

  .gap-xxs-97 {
    gap: 97px;
  }

  .br-xxs-97 {
    border-radius: 97px;
  }

  .h-xxs-97 {
    height: 97px;
  }

  .w-xxs-97 {
    width: 97px;
  }

  .m-xxs-98 {
    margin: 98px;
  }

  .p-xxs-98 {
    padding: 98px;
  }

  .mb-xxs-98 {
    margin-bottom: 98px;
  }

  .mt-xxs-98 {
    margin-top: 98px;
  }

  .ml-xxs-98 {
    margin-left: 98px;
  }

  .mr-xxs-98 {
    margin-right: 98px;
  }

  .pb-xxs-98 {
    padding-bottom: 98px;
  }

  .pt-xxs-98 {
    padding-top: 98px;
  }

  .pl-xxs-98 {
    padding-left: 98px;
  }

  .pr-xxs-98 {
    padding-right: 98px;
  }

  .fs-xxs-98 {
    font-size: 98px;
  }

  .lh-xxs-98 {
    line-height: 98px;
  }

  .gap-xxs-98 {
    gap: 98px;
  }

  .br-xxs-98 {
    border-radius: 98px;
  }

  .h-xxs-98 {
    height: 98px;
  }

  .w-xxs-98 {
    width: 98px;
  }

  .m-xxs-99 {
    margin: 99px;
  }

  .p-xxs-99 {
    padding: 99px;
  }

  .mb-xxs-99 {
    margin-bottom: 99px;
  }

  .mt-xxs-99 {
    margin-top: 99px;
  }

  .ml-xxs-99 {
    margin-left: 99px;
  }

  .mr-xxs-99 {
    margin-right: 99px;
  }

  .pb-xxs-99 {
    padding-bottom: 99px;
  }

  .pt-xxs-99 {
    padding-top: 99px;
  }

  .pl-xxs-99 {
    padding-left: 99px;
  }

  .pr-xxs-99 {
    padding-right: 99px;
  }

  .fs-xxs-99 {
    font-size: 99px;
  }

  .lh-xxs-99 {
    line-height: 99px;
  }

  .gap-xxs-99 {
    gap: 99px;
  }

  .br-xxs-99 {
    border-radius: 99px;
  }

  .h-xxs-99 {
    height: 99px;
  }

  .w-xxs-99 {
    width: 99px;
  }

  .m-xxs-100 {
    margin: 100px;
  }

  .p-xxs-100 {
    padding: 100px;
  }

  .mb-xxs-100 {
    margin-bottom: 100px;
  }

  .mt-xxs-100 {
    margin-top: 100px;
  }

  .ml-xxs-100 {
    margin-left: 100px;
  }

  .mr-xxs-100 {
    margin-right: 100px;
  }

  .pb-xxs-100 {
    padding-bottom: 100px;
  }

  .pt-xxs-100 {
    padding-top: 100px;
  }

  .pl-xxs-100 {
    padding-left: 100px;
  }

  .pr-xxs-100 {
    padding-right: 100px;
  }

  .fs-xxs-100 {
    font-size: 100px;
  }

  .lh-xxs-100 {
    line-height: 100px;
  }

  .gap-xxs-100 {
    gap: 100px;
  }

  .br-xxs-100 {
    border-radius: 100px;
  }

  .h-xxs-100 {
    height: 100px;
  }

  .w-xxs-100 {
    width: 100px;
  }
}

@media (max-width: 450px) {
  .m-xxsmall-0 {
    margin: 0px;
  }

  .p-xxsmall-0 {
    padding: 0px;
  }

  .mb-xxsmall-0 {
    margin-bottom: 0px;
  }

  .mt-xxsmall-0 {
    margin-top: 0px;
  }

  .ml-xxsmall-0 {
    margin-left: 0px;
  }

  .mr-xxsmall-0 {
    margin-right: 0px;
  }

  .pb-xxsmall-0 {
    padding-bottom: 0px;
  }

  .pt-xxsmall-0 {
    padding-top: 0px;
  }

  .pl-xxsmall-0 {
    padding-left: 0px;
  }

  .pr-xxsmall-0 {
    padding-right: 0px;
  }

  .fs-xxsmall-0 {
    font-size: 0px;
  }

  .lh-xxsmall-0 {
    line-height: 0px;
  }

  .gap-xxsmall-0 {
    gap: 0px;
  }

  .br-xxsmall-0 {
    border-radius: 0px;
  }

  .h-xxsmall-0 {
    height: 0px;
  }

  .w-xxsmall-0 {
    width: 0px;
  }

  .m-xxsmall-1 {
    margin: 1px;
  }

  .p-xxsmall-1 {
    padding: 1px;
  }

  .mb-xxsmall-1 {
    margin-bottom: 1px;
  }

  .mt-xxsmall-1 {
    margin-top: 1px;
  }

  .ml-xxsmall-1 {
    margin-left: 1px;
  }

  .mr-xxsmall-1 {
    margin-right: 1px;
  }

  .pb-xxsmall-1 {
    padding-bottom: 1px;
  }

  .pt-xxsmall-1 {
    padding-top: 1px;
  }

  .pl-xxsmall-1 {
    padding-left: 1px;
  }

  .pr-xxsmall-1 {
    padding-right: 1px;
  }

  .fs-xxsmall-1 {
    font-size: 1px;
  }

  .lh-xxsmall-1 {
    line-height: 1px;
  }

  .gap-xxsmall-1 {
    gap: 1px;
  }

  .br-xxsmall-1 {
    border-radius: 1px;
  }

  .h-xxsmall-1 {
    height: 1px;
  }

  .w-xxsmall-1 {
    width: 1px;
  }

  .m-xxsmall-2 {
    margin: 2px;
  }

  .p-xxsmall-2 {
    padding: 2px;
  }

  .mb-xxsmall-2 {
    margin-bottom: 2px;
  }

  .mt-xxsmall-2 {
    margin-top: 2px;
  }

  .ml-xxsmall-2 {
    margin-left: 2px;
  }

  .mr-xxsmall-2 {
    margin-right: 2px;
  }

  .pb-xxsmall-2 {
    padding-bottom: 2px;
  }

  .pt-xxsmall-2 {
    padding-top: 2px;
  }

  .pl-xxsmall-2 {
    padding-left: 2px;
  }

  .pr-xxsmall-2 {
    padding-right: 2px;
  }

  .fs-xxsmall-2 {
    font-size: 2px;
  }

  .lh-xxsmall-2 {
    line-height: 2px;
  }

  .gap-xxsmall-2 {
    gap: 2px;
  }

  .br-xxsmall-2 {
    border-radius: 2px;
  }

  .h-xxsmall-2 {
    height: 2px;
  }

  .w-xxsmall-2 {
    width: 2px;
  }

  .m-xxsmall-3 {
    margin: 3px;
  }

  .p-xxsmall-3 {
    padding: 3px;
  }

  .mb-xxsmall-3 {
    margin-bottom: 3px;
  }

  .mt-xxsmall-3 {
    margin-top: 3px;
  }

  .ml-xxsmall-3 {
    margin-left: 3px;
  }

  .mr-xxsmall-3 {
    margin-right: 3px;
  }

  .pb-xxsmall-3 {
    padding-bottom: 3px;
  }

  .pt-xxsmall-3 {
    padding-top: 3px;
  }

  .pl-xxsmall-3 {
    padding-left: 3px;
  }

  .pr-xxsmall-3 {
    padding-right: 3px;
  }

  .fs-xxsmall-3 {
    font-size: 3px;
  }

  .lh-xxsmall-3 {
    line-height: 3px;
  }

  .gap-xxsmall-3 {
    gap: 3px;
  }

  .br-xxsmall-3 {
    border-radius: 3px;
  }

  .h-xxsmall-3 {
    height: 3px;
  }

  .w-xxsmall-3 {
    width: 3px;
  }

  .m-xxsmall-4 {
    margin: 4px;
  }

  .p-xxsmall-4 {
    padding: 4px;
  }

  .mb-xxsmall-4 {
    margin-bottom: 4px;
  }

  .mt-xxsmall-4 {
    margin-top: 4px;
  }

  .ml-xxsmall-4 {
    margin-left: 4px;
  }

  .mr-xxsmall-4 {
    margin-right: 4px;
  }

  .pb-xxsmall-4 {
    padding-bottom: 4px;
  }

  .pt-xxsmall-4 {
    padding-top: 4px;
  }

  .pl-xxsmall-4 {
    padding-left: 4px;
  }

  .pr-xxsmall-4 {
    padding-right: 4px;
  }

  .fs-xxsmall-4 {
    font-size: 4px;
  }

  .lh-xxsmall-4 {
    line-height: 4px;
  }

  .gap-xxsmall-4 {
    gap: 4px;
  }

  .br-xxsmall-4 {
    border-radius: 4px;
  }

  .h-xxsmall-4 {
    height: 4px;
  }

  .w-xxsmall-4 {
    width: 4px;
  }

  .m-xxsmall-5 {
    margin: 5px;
  }

  .p-xxsmall-5 {
    padding: 5px;
  }

  .mb-xxsmall-5 {
    margin-bottom: 5px;
  }

  .mt-xxsmall-5 {
    margin-top: 5px;
  }

  .ml-xxsmall-5 {
    margin-left: 5px;
  }

  .mr-xxsmall-5 {
    margin-right: 5px;
  }

  .pb-xxsmall-5 {
    padding-bottom: 5px;
  }

  .pt-xxsmall-5 {
    padding-top: 5px;
  }

  .pl-xxsmall-5 {
    padding-left: 5px;
  }

  .pr-xxsmall-5 {
    padding-right: 5px;
  }

  .fs-xxsmall-5 {
    font-size: 5px;
  }

  .lh-xxsmall-5 {
    line-height: 5px;
  }

  .gap-xxsmall-5 {
    gap: 5px;
  }

  .br-xxsmall-5 {
    border-radius: 5px;
  }

  .h-xxsmall-5 {
    height: 5px;
  }

  .w-xxsmall-5 {
    width: 5px;
  }

  .m-xxsmall-6 {
    margin: 6px;
  }

  .p-xxsmall-6 {
    padding: 6px;
  }

  .mb-xxsmall-6 {
    margin-bottom: 6px;
  }

  .mt-xxsmall-6 {
    margin-top: 6px;
  }

  .ml-xxsmall-6 {
    margin-left: 6px;
  }

  .mr-xxsmall-6 {
    margin-right: 6px;
  }

  .pb-xxsmall-6 {
    padding-bottom: 6px;
  }

  .pt-xxsmall-6 {
    padding-top: 6px;
  }

  .pl-xxsmall-6 {
    padding-left: 6px;
  }

  .pr-xxsmall-6 {
    padding-right: 6px;
  }

  .fs-xxsmall-6 {
    font-size: 6px;
  }

  .lh-xxsmall-6 {
    line-height: 6px;
  }

  .gap-xxsmall-6 {
    gap: 6px;
  }

  .br-xxsmall-6 {
    border-radius: 6px;
  }

  .h-xxsmall-6 {
    height: 6px;
  }

  .w-xxsmall-6 {
    width: 6px;
  }

  .m-xxsmall-7 {
    margin: 7px;
  }

  .p-xxsmall-7 {
    padding: 7px;
  }

  .mb-xxsmall-7 {
    margin-bottom: 7px;
  }

  .mt-xxsmall-7 {
    margin-top: 7px;
  }

  .ml-xxsmall-7 {
    margin-left: 7px;
  }

  .mr-xxsmall-7 {
    margin-right: 7px;
  }

  .pb-xxsmall-7 {
    padding-bottom: 7px;
  }

  .pt-xxsmall-7 {
    padding-top: 7px;
  }

  .pl-xxsmall-7 {
    padding-left: 7px;
  }

  .pr-xxsmall-7 {
    padding-right: 7px;
  }

  .fs-xxsmall-7 {
    font-size: 7px;
  }

  .lh-xxsmall-7 {
    line-height: 7px;
  }

  .gap-xxsmall-7 {
    gap: 7px;
  }

  .br-xxsmall-7 {
    border-radius: 7px;
  }

  .h-xxsmall-7 {
    height: 7px;
  }

  .w-xxsmall-7 {
    width: 7px;
  }

  .m-xxsmall-8 {
    margin: 8px;
  }

  .p-xxsmall-8 {
    padding: 8px;
  }

  .mb-xxsmall-8 {
    margin-bottom: 8px;
  }

  .mt-xxsmall-8 {
    margin-top: 8px;
  }

  .ml-xxsmall-8 {
    margin-left: 8px;
  }

  .mr-xxsmall-8 {
    margin-right: 8px;
  }

  .pb-xxsmall-8 {
    padding-bottom: 8px;
  }

  .pt-xxsmall-8 {
    padding-top: 8px;
  }

  .pl-xxsmall-8 {
    padding-left: 8px;
  }

  .pr-xxsmall-8 {
    padding-right: 8px;
  }

  .fs-xxsmall-8 {
    font-size: 8px;
  }

  .lh-xxsmall-8 {
    line-height: 8px;
  }

  .gap-xxsmall-8 {
    gap: 8px;
  }

  .br-xxsmall-8 {
    border-radius: 8px;
  }

  .h-xxsmall-8 {
    height: 8px;
  }

  .w-xxsmall-8 {
    width: 8px;
  }

  .m-xxsmall-9 {
    margin: 9px;
  }

  .p-xxsmall-9 {
    padding: 9px;
  }

  .mb-xxsmall-9 {
    margin-bottom: 9px;
  }

  .mt-xxsmall-9 {
    margin-top: 9px;
  }

  .ml-xxsmall-9 {
    margin-left: 9px;
  }

  .mr-xxsmall-9 {
    margin-right: 9px;
  }

  .pb-xxsmall-9 {
    padding-bottom: 9px;
  }

  .pt-xxsmall-9 {
    padding-top: 9px;
  }

  .pl-xxsmall-9 {
    padding-left: 9px;
  }

  .pr-xxsmall-9 {
    padding-right: 9px;
  }

  .fs-xxsmall-9 {
    font-size: 9px;
  }

  .lh-xxsmall-9 {
    line-height: 9px;
  }

  .gap-xxsmall-9 {
    gap: 9px;
  }

  .br-xxsmall-9 {
    border-radius: 9px;
  }

  .h-xxsmall-9 {
    height: 9px;
  }

  .w-xxsmall-9 {
    width: 9px;
  }

  .m-xxsmall-10 {
    margin: 10px;
  }

  .p-xxsmall-10 {
    padding: 10px;
  }

  .mb-xxsmall-10 {
    margin-bottom: 10px;
  }

  .mt-xxsmall-10 {
    margin-top: 10px;
  }

  .ml-xxsmall-10 {
    margin-left: 10px;
  }

  .mr-xxsmall-10 {
    margin-right: 10px;
  }

  .pb-xxsmall-10 {
    padding-bottom: 10px;
  }

  .pt-xxsmall-10 {
    padding-top: 10px;
  }

  .pl-xxsmall-10 {
    padding-left: 10px;
  }

  .pr-xxsmall-10 {
    padding-right: 10px;
  }

  .fs-xxsmall-10 {
    font-size: 10px;
  }

  .lh-xxsmall-10 {
    line-height: 10px;
  }

  .gap-xxsmall-10 {
    gap: 10px;
  }

  .br-xxsmall-10 {
    border-radius: 10px;
  }

  .h-xxsmall-10 {
    height: 10px;
  }

  .w-xxsmall-10 {
    width: 10px;
  }

  .m-xxsmall-11 {
    margin: 11px;
  }

  .p-xxsmall-11 {
    padding: 11px;
  }

  .mb-xxsmall-11 {
    margin-bottom: 11px;
  }

  .mt-xxsmall-11 {
    margin-top: 11px;
  }

  .ml-xxsmall-11 {
    margin-left: 11px;
  }

  .mr-xxsmall-11 {
    margin-right: 11px;
  }

  .pb-xxsmall-11 {
    padding-bottom: 11px;
  }

  .pt-xxsmall-11 {
    padding-top: 11px;
  }

  .pl-xxsmall-11 {
    padding-left: 11px;
  }

  .pr-xxsmall-11 {
    padding-right: 11px;
  }

  .fs-xxsmall-11 {
    font-size: 11px;
  }

  .lh-xxsmall-11 {
    line-height: 11px;
  }

  .gap-xxsmall-11 {
    gap: 11px;
  }

  .br-xxsmall-11 {
    border-radius: 11px;
  }

  .h-xxsmall-11 {
    height: 11px;
  }

  .w-xxsmall-11 {
    width: 11px;
  }

  .m-xxsmall-12 {
    margin: 12px;
  }

  .p-xxsmall-12 {
    padding: 12px;
  }

  .mb-xxsmall-12 {
    margin-bottom: 12px;
  }

  .mt-xxsmall-12 {
    margin-top: 12px;
  }

  .ml-xxsmall-12 {
    margin-left: 12px;
  }

  .mr-xxsmall-12 {
    margin-right: 12px;
  }

  .pb-xxsmall-12 {
    padding-bottom: 12px;
  }

  .pt-xxsmall-12 {
    padding-top: 12px;
  }

  .pl-xxsmall-12 {
    padding-left: 12px;
  }

  .pr-xxsmall-12 {
    padding-right: 12px;
  }

  .fs-xxsmall-12 {
    font-size: 12px;
  }

  .lh-xxsmall-12 {
    line-height: 12px;
  }

  .gap-xxsmall-12 {
    gap: 12px;
  }

  .br-xxsmall-12 {
    border-radius: 12px;
  }

  .h-xxsmall-12 {
    height: 12px;
  }

  .w-xxsmall-12 {
    width: 12px;
  }

  .m-xxsmall-13 {
    margin: 13px;
  }

  .p-xxsmall-13 {
    padding: 13px;
  }

  .mb-xxsmall-13 {
    margin-bottom: 13px;
  }

  .mt-xxsmall-13 {
    margin-top: 13px;
  }

  .ml-xxsmall-13 {
    margin-left: 13px;
  }

  .mr-xxsmall-13 {
    margin-right: 13px;
  }

  .pb-xxsmall-13 {
    padding-bottom: 13px;
  }

  .pt-xxsmall-13 {
    padding-top: 13px;
  }

  .pl-xxsmall-13 {
    padding-left: 13px;
  }

  .pr-xxsmall-13 {
    padding-right: 13px;
  }

  .fs-xxsmall-13 {
    font-size: 13px;
  }

  .lh-xxsmall-13 {
    line-height: 13px;
  }

  .gap-xxsmall-13 {
    gap: 13px;
  }

  .br-xxsmall-13 {
    border-radius: 13px;
  }

  .h-xxsmall-13 {
    height: 13px;
  }

  .w-xxsmall-13 {
    width: 13px;
  }

  .m-xxsmall-14 {
    margin: 14px;
  }

  .p-xxsmall-14 {
    padding: 14px;
  }

  .mb-xxsmall-14 {
    margin-bottom: 14px;
  }

  .mt-xxsmall-14 {
    margin-top: 14px;
  }

  .ml-xxsmall-14 {
    margin-left: 14px;
  }

  .mr-xxsmall-14 {
    margin-right: 14px;
  }

  .pb-xxsmall-14 {
    padding-bottom: 14px;
  }

  .pt-xxsmall-14 {
    padding-top: 14px;
  }

  .pl-xxsmall-14 {
    padding-left: 14px;
  }

  .pr-xxsmall-14 {
    padding-right: 14px;
  }

  .fs-xxsmall-14 {
    font-size: 14px;
  }

  .lh-xxsmall-14 {
    line-height: 14px;
  }

  .gap-xxsmall-14 {
    gap: 14px;
  }

  .br-xxsmall-14 {
    border-radius: 14px;
  }

  .h-xxsmall-14 {
    height: 14px;
  }

  .w-xxsmall-14 {
    width: 14px;
  }

  .m-xxsmall-15 {
    margin: 15px;
  }

  .p-xxsmall-15 {
    padding: 15px;
  }

  .mb-xxsmall-15 {
    margin-bottom: 15px;
  }

  .mt-xxsmall-15 {
    margin-top: 15px;
  }

  .ml-xxsmall-15 {
    margin-left: 15px;
  }

  .mr-xxsmall-15 {
    margin-right: 15px;
  }

  .pb-xxsmall-15 {
    padding-bottom: 15px;
  }

  .pt-xxsmall-15 {
    padding-top: 15px;
  }

  .pl-xxsmall-15 {
    padding-left: 15px;
  }

  .pr-xxsmall-15 {
    padding-right: 15px;
  }

  .fs-xxsmall-15 {
    font-size: 15px;
  }

  .lh-xxsmall-15 {
    line-height: 15px;
  }

  .gap-xxsmall-15 {
    gap: 15px;
  }

  .br-xxsmall-15 {
    border-radius: 15px;
  }

  .h-xxsmall-15 {
    height: 15px;
  }

  .w-xxsmall-15 {
    width: 15px;
  }

  .m-xxsmall-16 {
    margin: 16px;
  }

  .p-xxsmall-16 {
    padding: 16px;
  }

  .mb-xxsmall-16 {
    margin-bottom: 16px;
  }

  .mt-xxsmall-16 {
    margin-top: 16px;
  }

  .ml-xxsmall-16 {
    margin-left: 16px;
  }

  .mr-xxsmall-16 {
    margin-right: 16px;
  }

  .pb-xxsmall-16 {
    padding-bottom: 16px;
  }

  .pt-xxsmall-16 {
    padding-top: 16px;
  }

  .pl-xxsmall-16 {
    padding-left: 16px;
  }

  .pr-xxsmall-16 {
    padding-right: 16px;
  }

  .fs-xxsmall-16 {
    font-size: 16px;
  }

  .lh-xxsmall-16 {
    line-height: 16px;
  }

  .gap-xxsmall-16 {
    gap: 16px;
  }

  .br-xxsmall-16 {
    border-radius: 16px;
  }

  .h-xxsmall-16 {
    height: 16px;
  }

  .w-xxsmall-16 {
    width: 16px;
  }

  .m-xxsmall-17 {
    margin: 17px;
  }

  .p-xxsmall-17 {
    padding: 17px;
  }

  .mb-xxsmall-17 {
    margin-bottom: 17px;
  }

  .mt-xxsmall-17 {
    margin-top: 17px;
  }

  .ml-xxsmall-17 {
    margin-left: 17px;
  }

  .mr-xxsmall-17 {
    margin-right: 17px;
  }

  .pb-xxsmall-17 {
    padding-bottom: 17px;
  }

  .pt-xxsmall-17 {
    padding-top: 17px;
  }

  .pl-xxsmall-17 {
    padding-left: 17px;
  }

  .pr-xxsmall-17 {
    padding-right: 17px;
  }

  .fs-xxsmall-17 {
    font-size: 17px;
  }

  .lh-xxsmall-17 {
    line-height: 17px;
  }

  .gap-xxsmall-17 {
    gap: 17px;
  }

  .br-xxsmall-17 {
    border-radius: 17px;
  }

  .h-xxsmall-17 {
    height: 17px;
  }

  .w-xxsmall-17 {
    width: 17px;
  }

  .m-xxsmall-18 {
    margin: 18px;
  }

  .p-xxsmall-18 {
    padding: 18px;
  }

  .mb-xxsmall-18 {
    margin-bottom: 18px;
  }

  .mt-xxsmall-18 {
    margin-top: 18px;
  }

  .ml-xxsmall-18 {
    margin-left: 18px;
  }

  .mr-xxsmall-18 {
    margin-right: 18px;
  }

  .pb-xxsmall-18 {
    padding-bottom: 18px;
  }

  .pt-xxsmall-18 {
    padding-top: 18px;
  }

  .pl-xxsmall-18 {
    padding-left: 18px;
  }

  .pr-xxsmall-18 {
    padding-right: 18px;
  }

  .fs-xxsmall-18 {
    font-size: 18px;
  }

  .lh-xxsmall-18 {
    line-height: 18px;
  }

  .gap-xxsmall-18 {
    gap: 18px;
  }

  .br-xxsmall-18 {
    border-radius: 18px;
  }

  .h-xxsmall-18 {
    height: 18px;
  }

  .w-xxsmall-18 {
    width: 18px;
  }

  .m-xxsmall-19 {
    margin: 19px;
  }

  .p-xxsmall-19 {
    padding: 19px;
  }

  .mb-xxsmall-19 {
    margin-bottom: 19px;
  }

  .mt-xxsmall-19 {
    margin-top: 19px;
  }

  .ml-xxsmall-19 {
    margin-left: 19px;
  }

  .mr-xxsmall-19 {
    margin-right: 19px;
  }

  .pb-xxsmall-19 {
    padding-bottom: 19px;
  }

  .pt-xxsmall-19 {
    padding-top: 19px;
  }

  .pl-xxsmall-19 {
    padding-left: 19px;
  }

  .pr-xxsmall-19 {
    padding-right: 19px;
  }

  .fs-xxsmall-19 {
    font-size: 19px;
  }

  .lh-xxsmall-19 {
    line-height: 19px;
  }

  .gap-xxsmall-19 {
    gap: 19px;
  }

  .br-xxsmall-19 {
    border-radius: 19px;
  }

  .h-xxsmall-19 {
    height: 19px;
  }

  .w-xxsmall-19 {
    width: 19px;
  }

  .m-xxsmall-20 {
    margin: 20px;
  }

  .p-xxsmall-20 {
    padding: 20px;
  }

  .mb-xxsmall-20 {
    margin-bottom: 20px;
  }

  .mt-xxsmall-20 {
    margin-top: 20px;
  }

  .ml-xxsmall-20 {
    margin-left: 20px;
  }

  .mr-xxsmall-20 {
    margin-right: 20px;
  }

  .pb-xxsmall-20 {
    padding-bottom: 20px;
  }

  .pt-xxsmall-20 {
    padding-top: 20px;
  }

  .pl-xxsmall-20 {
    padding-left: 20px;
  }

  .pr-xxsmall-20 {
    padding-right: 20px;
  }

  .fs-xxsmall-20 {
    font-size: 20px;
  }

  .lh-xxsmall-20 {
    line-height: 20px;
  }

  .gap-xxsmall-20 {
    gap: 20px;
  }

  .br-xxsmall-20 {
    border-radius: 20px;
  }

  .h-xxsmall-20 {
    height: 20px;
  }

  .w-xxsmall-20 {
    width: 20px;
  }

  .m-xxsmall-21 {
    margin: 21px;
  }

  .p-xxsmall-21 {
    padding: 21px;
  }

  .mb-xxsmall-21 {
    margin-bottom: 21px;
  }

  .mt-xxsmall-21 {
    margin-top: 21px;
  }

  .ml-xxsmall-21 {
    margin-left: 21px;
  }

  .mr-xxsmall-21 {
    margin-right: 21px;
  }

  .pb-xxsmall-21 {
    padding-bottom: 21px;
  }

  .pt-xxsmall-21 {
    padding-top: 21px;
  }

  .pl-xxsmall-21 {
    padding-left: 21px;
  }

  .pr-xxsmall-21 {
    padding-right: 21px;
  }

  .fs-xxsmall-21 {
    font-size: 21px;
  }

  .lh-xxsmall-21 {
    line-height: 21px;
  }

  .gap-xxsmall-21 {
    gap: 21px;
  }

  .br-xxsmall-21 {
    border-radius: 21px;
  }

  .h-xxsmall-21 {
    height: 21px;
  }

  .w-xxsmall-21 {
    width: 21px;
  }

  .m-xxsmall-22 {
    margin: 22px;
  }

  .p-xxsmall-22 {
    padding: 22px;
  }

  .mb-xxsmall-22 {
    margin-bottom: 22px;
  }

  .mt-xxsmall-22 {
    margin-top: 22px;
  }

  .ml-xxsmall-22 {
    margin-left: 22px;
  }

  .mr-xxsmall-22 {
    margin-right: 22px;
  }

  .pb-xxsmall-22 {
    padding-bottom: 22px;
  }

  .pt-xxsmall-22 {
    padding-top: 22px;
  }

  .pl-xxsmall-22 {
    padding-left: 22px;
  }

  .pr-xxsmall-22 {
    padding-right: 22px;
  }

  .fs-xxsmall-22 {
    font-size: 22px;
  }

  .lh-xxsmall-22 {
    line-height: 22px;
  }

  .gap-xxsmall-22 {
    gap: 22px;
  }

  .br-xxsmall-22 {
    border-radius: 22px;
  }

  .h-xxsmall-22 {
    height: 22px;
  }

  .w-xxsmall-22 {
    width: 22px;
  }

  .m-xxsmall-23 {
    margin: 23px;
  }

  .p-xxsmall-23 {
    padding: 23px;
  }

  .mb-xxsmall-23 {
    margin-bottom: 23px;
  }

  .mt-xxsmall-23 {
    margin-top: 23px;
  }

  .ml-xxsmall-23 {
    margin-left: 23px;
  }

  .mr-xxsmall-23 {
    margin-right: 23px;
  }

  .pb-xxsmall-23 {
    padding-bottom: 23px;
  }

  .pt-xxsmall-23 {
    padding-top: 23px;
  }

  .pl-xxsmall-23 {
    padding-left: 23px;
  }

  .pr-xxsmall-23 {
    padding-right: 23px;
  }

  .fs-xxsmall-23 {
    font-size: 23px;
  }

  .lh-xxsmall-23 {
    line-height: 23px;
  }

  .gap-xxsmall-23 {
    gap: 23px;
  }

  .br-xxsmall-23 {
    border-radius: 23px;
  }

  .h-xxsmall-23 {
    height: 23px;
  }

  .w-xxsmall-23 {
    width: 23px;
  }

  .m-xxsmall-24 {
    margin: 24px;
  }

  .p-xxsmall-24 {
    padding: 24px;
  }

  .mb-xxsmall-24 {
    margin-bottom: 24px;
  }

  .mt-xxsmall-24 {
    margin-top: 24px;
  }

  .ml-xxsmall-24 {
    margin-left: 24px;
  }

  .mr-xxsmall-24 {
    margin-right: 24px;
  }

  .pb-xxsmall-24 {
    padding-bottom: 24px;
  }

  .pt-xxsmall-24 {
    padding-top: 24px;
  }

  .pl-xxsmall-24 {
    padding-left: 24px;
  }

  .pr-xxsmall-24 {
    padding-right: 24px;
  }

  .fs-xxsmall-24 {
    font-size: 24px;
  }

  .lh-xxsmall-24 {
    line-height: 24px;
  }

  .gap-xxsmall-24 {
    gap: 24px;
  }

  .br-xxsmall-24 {
    border-radius: 24px;
  }

  .h-xxsmall-24 {
    height: 24px;
  }

  .w-xxsmall-24 {
    width: 24px;
  }

  .m-xxsmall-25 {
    margin: 25px;
  }

  .p-xxsmall-25 {
    padding: 25px;
  }

  .mb-xxsmall-25 {
    margin-bottom: 25px;
  }

  .mt-xxsmall-25 {
    margin-top: 25px;
  }

  .ml-xxsmall-25 {
    margin-left: 25px;
  }

  .mr-xxsmall-25 {
    margin-right: 25px;
  }

  .pb-xxsmall-25 {
    padding-bottom: 25px;
  }

  .pt-xxsmall-25 {
    padding-top: 25px;
  }

  .pl-xxsmall-25 {
    padding-left: 25px;
  }

  .pr-xxsmall-25 {
    padding-right: 25px;
  }

  .fs-xxsmall-25 {
    font-size: 25px;
  }

  .lh-xxsmall-25 {
    line-height: 25px;
  }

  .gap-xxsmall-25 {
    gap: 25px;
  }

  .br-xxsmall-25 {
    border-radius: 25px;
  }

  .h-xxsmall-25 {
    height: 25px;
  }

  .w-xxsmall-25 {
    width: 25px;
  }

  .m-xxsmall-26 {
    margin: 26px;
  }

  .p-xxsmall-26 {
    padding: 26px;
  }

  .mb-xxsmall-26 {
    margin-bottom: 26px;
  }

  .mt-xxsmall-26 {
    margin-top: 26px;
  }

  .ml-xxsmall-26 {
    margin-left: 26px;
  }

  .mr-xxsmall-26 {
    margin-right: 26px;
  }

  .pb-xxsmall-26 {
    padding-bottom: 26px;
  }

  .pt-xxsmall-26 {
    padding-top: 26px;
  }

  .pl-xxsmall-26 {
    padding-left: 26px;
  }

  .pr-xxsmall-26 {
    padding-right: 26px;
  }

  .fs-xxsmall-26 {
    font-size: 26px;
  }

  .lh-xxsmall-26 {
    line-height: 26px;
  }

  .gap-xxsmall-26 {
    gap: 26px;
  }

  .br-xxsmall-26 {
    border-radius: 26px;
  }

  .h-xxsmall-26 {
    height: 26px;
  }

  .w-xxsmall-26 {
    width: 26px;
  }

  .m-xxsmall-27 {
    margin: 27px;
  }

  .p-xxsmall-27 {
    padding: 27px;
  }

  .mb-xxsmall-27 {
    margin-bottom: 27px;
  }

  .mt-xxsmall-27 {
    margin-top: 27px;
  }

  .ml-xxsmall-27 {
    margin-left: 27px;
  }

  .mr-xxsmall-27 {
    margin-right: 27px;
  }

  .pb-xxsmall-27 {
    padding-bottom: 27px;
  }

  .pt-xxsmall-27 {
    padding-top: 27px;
  }

  .pl-xxsmall-27 {
    padding-left: 27px;
  }

  .pr-xxsmall-27 {
    padding-right: 27px;
  }

  .fs-xxsmall-27 {
    font-size: 27px;
  }

  .lh-xxsmall-27 {
    line-height: 27px;
  }

  .gap-xxsmall-27 {
    gap: 27px;
  }

  .br-xxsmall-27 {
    border-radius: 27px;
  }

  .h-xxsmall-27 {
    height: 27px;
  }

  .w-xxsmall-27 {
    width: 27px;
  }

  .m-xxsmall-28 {
    margin: 28px;
  }

  .p-xxsmall-28 {
    padding: 28px;
  }

  .mb-xxsmall-28 {
    margin-bottom: 28px;
  }

  .mt-xxsmall-28 {
    margin-top: 28px;
  }

  .ml-xxsmall-28 {
    margin-left: 28px;
  }

  .mr-xxsmall-28 {
    margin-right: 28px;
  }

  .pb-xxsmall-28 {
    padding-bottom: 28px;
  }

  .pt-xxsmall-28 {
    padding-top: 28px;
  }

  .pl-xxsmall-28 {
    padding-left: 28px;
  }

  .pr-xxsmall-28 {
    padding-right: 28px;
  }

  .fs-xxsmall-28 {
    font-size: 28px;
  }

  .lh-xxsmall-28 {
    line-height: 28px;
  }

  .gap-xxsmall-28 {
    gap: 28px;
  }

  .br-xxsmall-28 {
    border-radius: 28px;
  }

  .h-xxsmall-28 {
    height: 28px;
  }

  .w-xxsmall-28 {
    width: 28px;
  }

  .m-xxsmall-29 {
    margin: 29px;
  }

  .p-xxsmall-29 {
    padding: 29px;
  }

  .mb-xxsmall-29 {
    margin-bottom: 29px;
  }

  .mt-xxsmall-29 {
    margin-top: 29px;
  }

  .ml-xxsmall-29 {
    margin-left: 29px;
  }

  .mr-xxsmall-29 {
    margin-right: 29px;
  }

  .pb-xxsmall-29 {
    padding-bottom: 29px;
  }

  .pt-xxsmall-29 {
    padding-top: 29px;
  }

  .pl-xxsmall-29 {
    padding-left: 29px;
  }

  .pr-xxsmall-29 {
    padding-right: 29px;
  }

  .fs-xxsmall-29 {
    font-size: 29px;
  }

  .lh-xxsmall-29 {
    line-height: 29px;
  }

  .gap-xxsmall-29 {
    gap: 29px;
  }

  .br-xxsmall-29 {
    border-radius: 29px;
  }

  .h-xxsmall-29 {
    height: 29px;
  }

  .w-xxsmall-29 {
    width: 29px;
  }

  .m-xxsmall-30 {
    margin: 30px;
  }

  .p-xxsmall-30 {
    padding: 30px;
  }

  .mb-xxsmall-30 {
    margin-bottom: 30px;
  }

  .mt-xxsmall-30 {
    margin-top: 30px;
  }

  .ml-xxsmall-30 {
    margin-left: 30px;
  }

  .mr-xxsmall-30 {
    margin-right: 30px;
  }

  .pb-xxsmall-30 {
    padding-bottom: 30px;
  }

  .pt-xxsmall-30 {
    padding-top: 30px;
  }

  .pl-xxsmall-30 {
    padding-left: 30px;
  }

  .pr-xxsmall-30 {
    padding-right: 30px;
  }

  .fs-xxsmall-30 {
    font-size: 30px;
  }

  .lh-xxsmall-30 {
    line-height: 30px;
  }

  .gap-xxsmall-30 {
    gap: 30px;
  }

  .br-xxsmall-30 {
    border-radius: 30px;
  }

  .h-xxsmall-30 {
    height: 30px;
  }

  .w-xxsmall-30 {
    width: 30px;
  }

  .m-xxsmall-31 {
    margin: 31px;
  }

  .p-xxsmall-31 {
    padding: 31px;
  }

  .mb-xxsmall-31 {
    margin-bottom: 31px;
  }

  .mt-xxsmall-31 {
    margin-top: 31px;
  }

  .ml-xxsmall-31 {
    margin-left: 31px;
  }

  .mr-xxsmall-31 {
    margin-right: 31px;
  }

  .pb-xxsmall-31 {
    padding-bottom: 31px;
  }

  .pt-xxsmall-31 {
    padding-top: 31px;
  }

  .pl-xxsmall-31 {
    padding-left: 31px;
  }

  .pr-xxsmall-31 {
    padding-right: 31px;
  }

  .fs-xxsmall-31 {
    font-size: 31px;
  }

  .lh-xxsmall-31 {
    line-height: 31px;
  }

  .gap-xxsmall-31 {
    gap: 31px;
  }

  .br-xxsmall-31 {
    border-radius: 31px;
  }

  .h-xxsmall-31 {
    height: 31px;
  }

  .w-xxsmall-31 {
    width: 31px;
  }

  .m-xxsmall-32 {
    margin: 32px;
  }

  .p-xxsmall-32 {
    padding: 32px;
  }

  .mb-xxsmall-32 {
    margin-bottom: 32px;
  }

  .mt-xxsmall-32 {
    margin-top: 32px;
  }

  .ml-xxsmall-32 {
    margin-left: 32px;
  }

  .mr-xxsmall-32 {
    margin-right: 32px;
  }

  .pb-xxsmall-32 {
    padding-bottom: 32px;
  }

  .pt-xxsmall-32 {
    padding-top: 32px;
  }

  .pl-xxsmall-32 {
    padding-left: 32px;
  }

  .pr-xxsmall-32 {
    padding-right: 32px;
  }

  .fs-xxsmall-32 {
    font-size: 32px;
  }

  .lh-xxsmall-32 {
    line-height: 32px;
  }

  .gap-xxsmall-32 {
    gap: 32px;
  }

  .br-xxsmall-32 {
    border-radius: 32px;
  }

  .h-xxsmall-32 {
    height: 32px;
  }

  .w-xxsmall-32 {
    width: 32px;
  }

  .m-xxsmall-33 {
    margin: 33px;
  }

  .p-xxsmall-33 {
    padding: 33px;
  }

  .mb-xxsmall-33 {
    margin-bottom: 33px;
  }

  .mt-xxsmall-33 {
    margin-top: 33px;
  }

  .ml-xxsmall-33 {
    margin-left: 33px;
  }

  .mr-xxsmall-33 {
    margin-right: 33px;
  }

  .pb-xxsmall-33 {
    padding-bottom: 33px;
  }

  .pt-xxsmall-33 {
    padding-top: 33px;
  }

  .pl-xxsmall-33 {
    padding-left: 33px;
  }

  .pr-xxsmall-33 {
    padding-right: 33px;
  }

  .fs-xxsmall-33 {
    font-size: 33px;
  }

  .lh-xxsmall-33 {
    line-height: 33px;
  }

  .gap-xxsmall-33 {
    gap: 33px;
  }

  .br-xxsmall-33 {
    border-radius: 33px;
  }

  .h-xxsmall-33 {
    height: 33px;
  }

  .w-xxsmall-33 {
    width: 33px;
  }

  .m-xxsmall-34 {
    margin: 34px;
  }

  .p-xxsmall-34 {
    padding: 34px;
  }

  .mb-xxsmall-34 {
    margin-bottom: 34px;
  }

  .mt-xxsmall-34 {
    margin-top: 34px;
  }

  .ml-xxsmall-34 {
    margin-left: 34px;
  }

  .mr-xxsmall-34 {
    margin-right: 34px;
  }

  .pb-xxsmall-34 {
    padding-bottom: 34px;
  }

  .pt-xxsmall-34 {
    padding-top: 34px;
  }

  .pl-xxsmall-34 {
    padding-left: 34px;
  }

  .pr-xxsmall-34 {
    padding-right: 34px;
  }

  .fs-xxsmall-34 {
    font-size: 34px;
  }

  .lh-xxsmall-34 {
    line-height: 34px;
  }

  .gap-xxsmall-34 {
    gap: 34px;
  }

  .br-xxsmall-34 {
    border-radius: 34px;
  }

  .h-xxsmall-34 {
    height: 34px;
  }

  .w-xxsmall-34 {
    width: 34px;
  }

  .m-xxsmall-35 {
    margin: 35px;
  }

  .p-xxsmall-35 {
    padding: 35px;
  }

  .mb-xxsmall-35 {
    margin-bottom: 35px;
  }

  .mt-xxsmall-35 {
    margin-top: 35px;
  }

  .ml-xxsmall-35 {
    margin-left: 35px;
  }

  .mr-xxsmall-35 {
    margin-right: 35px;
  }

  .pb-xxsmall-35 {
    padding-bottom: 35px;
  }

  .pt-xxsmall-35 {
    padding-top: 35px;
  }

  .pl-xxsmall-35 {
    padding-left: 35px;
  }

  .pr-xxsmall-35 {
    padding-right: 35px;
  }

  .fs-xxsmall-35 {
    font-size: 35px;
  }

  .lh-xxsmall-35 {
    line-height: 35px;
  }

  .gap-xxsmall-35 {
    gap: 35px;
  }

  .br-xxsmall-35 {
    border-radius: 35px;
  }

  .h-xxsmall-35 {
    height: 35px;
  }

  .w-xxsmall-35 {
    width: 35px;
  }

  .m-xxsmall-36 {
    margin: 36px;
  }

  .p-xxsmall-36 {
    padding: 36px;
  }

  .mb-xxsmall-36 {
    margin-bottom: 36px;
  }

  .mt-xxsmall-36 {
    margin-top: 36px;
  }

  .ml-xxsmall-36 {
    margin-left: 36px;
  }

  .mr-xxsmall-36 {
    margin-right: 36px;
  }

  .pb-xxsmall-36 {
    padding-bottom: 36px;
  }

  .pt-xxsmall-36 {
    padding-top: 36px;
  }

  .pl-xxsmall-36 {
    padding-left: 36px;
  }

  .pr-xxsmall-36 {
    padding-right: 36px;
  }

  .fs-xxsmall-36 {
    font-size: 36px;
  }

  .lh-xxsmall-36 {
    line-height: 36px;
  }

  .gap-xxsmall-36 {
    gap: 36px;
  }

  .br-xxsmall-36 {
    border-radius: 36px;
  }

  .h-xxsmall-36 {
    height: 36px;
  }

  .w-xxsmall-36 {
    width: 36px;
  }

  .m-xxsmall-37 {
    margin: 37px;
  }

  .p-xxsmall-37 {
    padding: 37px;
  }

  .mb-xxsmall-37 {
    margin-bottom: 37px;
  }

  .mt-xxsmall-37 {
    margin-top: 37px;
  }

  .ml-xxsmall-37 {
    margin-left: 37px;
  }

  .mr-xxsmall-37 {
    margin-right: 37px;
  }

  .pb-xxsmall-37 {
    padding-bottom: 37px;
  }

  .pt-xxsmall-37 {
    padding-top: 37px;
  }

  .pl-xxsmall-37 {
    padding-left: 37px;
  }

  .pr-xxsmall-37 {
    padding-right: 37px;
  }

  .fs-xxsmall-37 {
    font-size: 37px;
  }

  .lh-xxsmall-37 {
    line-height: 37px;
  }

  .gap-xxsmall-37 {
    gap: 37px;
  }

  .br-xxsmall-37 {
    border-radius: 37px;
  }

  .h-xxsmall-37 {
    height: 37px;
  }

  .w-xxsmall-37 {
    width: 37px;
  }

  .m-xxsmall-38 {
    margin: 38px;
  }

  .p-xxsmall-38 {
    padding: 38px;
  }

  .mb-xxsmall-38 {
    margin-bottom: 38px;
  }

  .mt-xxsmall-38 {
    margin-top: 38px;
  }

  .ml-xxsmall-38 {
    margin-left: 38px;
  }

  .mr-xxsmall-38 {
    margin-right: 38px;
  }

  .pb-xxsmall-38 {
    padding-bottom: 38px;
  }

  .pt-xxsmall-38 {
    padding-top: 38px;
  }

  .pl-xxsmall-38 {
    padding-left: 38px;
  }

  .pr-xxsmall-38 {
    padding-right: 38px;
  }

  .fs-xxsmall-38 {
    font-size: 38px;
  }

  .lh-xxsmall-38 {
    line-height: 38px;
  }

  .gap-xxsmall-38 {
    gap: 38px;
  }

  .br-xxsmall-38 {
    border-radius: 38px;
  }

  .h-xxsmall-38 {
    height: 38px;
  }

  .w-xxsmall-38 {
    width: 38px;
  }

  .m-xxsmall-39 {
    margin: 39px;
  }

  .p-xxsmall-39 {
    padding: 39px;
  }

  .mb-xxsmall-39 {
    margin-bottom: 39px;
  }

  .mt-xxsmall-39 {
    margin-top: 39px;
  }

  .ml-xxsmall-39 {
    margin-left: 39px;
  }

  .mr-xxsmall-39 {
    margin-right: 39px;
  }

  .pb-xxsmall-39 {
    padding-bottom: 39px;
  }

  .pt-xxsmall-39 {
    padding-top: 39px;
  }

  .pl-xxsmall-39 {
    padding-left: 39px;
  }

  .pr-xxsmall-39 {
    padding-right: 39px;
  }

  .fs-xxsmall-39 {
    font-size: 39px;
  }

  .lh-xxsmall-39 {
    line-height: 39px;
  }

  .gap-xxsmall-39 {
    gap: 39px;
  }

  .br-xxsmall-39 {
    border-radius: 39px;
  }

  .h-xxsmall-39 {
    height: 39px;
  }

  .w-xxsmall-39 {
    width: 39px;
  }

  .m-xxsmall-40 {
    margin: 40px;
  }

  .p-xxsmall-40 {
    padding: 40px;
  }

  .mb-xxsmall-40 {
    margin-bottom: 40px;
  }

  .mt-xxsmall-40 {
    margin-top: 40px;
  }

  .ml-xxsmall-40 {
    margin-left: 40px;
  }

  .mr-xxsmall-40 {
    margin-right: 40px;
  }

  .pb-xxsmall-40 {
    padding-bottom: 40px;
  }

  .pt-xxsmall-40 {
    padding-top: 40px;
  }

  .pl-xxsmall-40 {
    padding-left: 40px;
  }

  .pr-xxsmall-40 {
    padding-right: 40px;
  }

  .fs-xxsmall-40 {
    font-size: 40px;
  }

  .lh-xxsmall-40 {
    line-height: 40px;
  }

  .gap-xxsmall-40 {
    gap: 40px;
  }

  .br-xxsmall-40 {
    border-radius: 40px;
  }

  .h-xxsmall-40 {
    height: 40px;
  }

  .w-xxsmall-40 {
    width: 40px;
  }

  .m-xxsmall-41 {
    margin: 41px;
  }

  .p-xxsmall-41 {
    padding: 41px;
  }

  .mb-xxsmall-41 {
    margin-bottom: 41px;
  }

  .mt-xxsmall-41 {
    margin-top: 41px;
  }

  .ml-xxsmall-41 {
    margin-left: 41px;
  }

  .mr-xxsmall-41 {
    margin-right: 41px;
  }

  .pb-xxsmall-41 {
    padding-bottom: 41px;
  }

  .pt-xxsmall-41 {
    padding-top: 41px;
  }

  .pl-xxsmall-41 {
    padding-left: 41px;
  }

  .pr-xxsmall-41 {
    padding-right: 41px;
  }

  .fs-xxsmall-41 {
    font-size: 41px;
  }

  .lh-xxsmall-41 {
    line-height: 41px;
  }

  .gap-xxsmall-41 {
    gap: 41px;
  }

  .br-xxsmall-41 {
    border-radius: 41px;
  }

  .h-xxsmall-41 {
    height: 41px;
  }

  .w-xxsmall-41 {
    width: 41px;
  }

  .m-xxsmall-42 {
    margin: 42px;
  }

  .p-xxsmall-42 {
    padding: 42px;
  }

  .mb-xxsmall-42 {
    margin-bottom: 42px;
  }

  .mt-xxsmall-42 {
    margin-top: 42px;
  }

  .ml-xxsmall-42 {
    margin-left: 42px;
  }

  .mr-xxsmall-42 {
    margin-right: 42px;
  }

  .pb-xxsmall-42 {
    padding-bottom: 42px;
  }

  .pt-xxsmall-42 {
    padding-top: 42px;
  }

  .pl-xxsmall-42 {
    padding-left: 42px;
  }

  .pr-xxsmall-42 {
    padding-right: 42px;
  }

  .fs-xxsmall-42 {
    font-size: 42px;
  }

  .lh-xxsmall-42 {
    line-height: 42px;
  }

  .gap-xxsmall-42 {
    gap: 42px;
  }

  .br-xxsmall-42 {
    border-radius: 42px;
  }

  .h-xxsmall-42 {
    height: 42px;
  }

  .w-xxsmall-42 {
    width: 42px;
  }

  .m-xxsmall-43 {
    margin: 43px;
  }

  .p-xxsmall-43 {
    padding: 43px;
  }

  .mb-xxsmall-43 {
    margin-bottom: 43px;
  }

  .mt-xxsmall-43 {
    margin-top: 43px;
  }

  .ml-xxsmall-43 {
    margin-left: 43px;
  }

  .mr-xxsmall-43 {
    margin-right: 43px;
  }

  .pb-xxsmall-43 {
    padding-bottom: 43px;
  }

  .pt-xxsmall-43 {
    padding-top: 43px;
  }

  .pl-xxsmall-43 {
    padding-left: 43px;
  }

  .pr-xxsmall-43 {
    padding-right: 43px;
  }

  .fs-xxsmall-43 {
    font-size: 43px;
  }

  .lh-xxsmall-43 {
    line-height: 43px;
  }

  .gap-xxsmall-43 {
    gap: 43px;
  }

  .br-xxsmall-43 {
    border-radius: 43px;
  }

  .h-xxsmall-43 {
    height: 43px;
  }

  .w-xxsmall-43 {
    width: 43px;
  }

  .m-xxsmall-44 {
    margin: 44px;
  }

  .p-xxsmall-44 {
    padding: 44px;
  }

  .mb-xxsmall-44 {
    margin-bottom: 44px;
  }

  .mt-xxsmall-44 {
    margin-top: 44px;
  }

  .ml-xxsmall-44 {
    margin-left: 44px;
  }

  .mr-xxsmall-44 {
    margin-right: 44px;
  }

  .pb-xxsmall-44 {
    padding-bottom: 44px;
  }

  .pt-xxsmall-44 {
    padding-top: 44px;
  }

  .pl-xxsmall-44 {
    padding-left: 44px;
  }

  .pr-xxsmall-44 {
    padding-right: 44px;
  }

  .fs-xxsmall-44 {
    font-size: 44px;
  }

  .lh-xxsmall-44 {
    line-height: 44px;
  }

  .gap-xxsmall-44 {
    gap: 44px;
  }

  .br-xxsmall-44 {
    border-radius: 44px;
  }

  .h-xxsmall-44 {
    height: 44px;
  }

  .w-xxsmall-44 {
    width: 44px;
  }

  .m-xxsmall-45 {
    margin: 45px;
  }

  .p-xxsmall-45 {
    padding: 45px;
  }

  .mb-xxsmall-45 {
    margin-bottom: 45px;
  }

  .mt-xxsmall-45 {
    margin-top: 45px;
  }

  .ml-xxsmall-45 {
    margin-left: 45px;
  }

  .mr-xxsmall-45 {
    margin-right: 45px;
  }

  .pb-xxsmall-45 {
    padding-bottom: 45px;
  }

  .pt-xxsmall-45 {
    padding-top: 45px;
  }

  .pl-xxsmall-45 {
    padding-left: 45px;
  }

  .pr-xxsmall-45 {
    padding-right: 45px;
  }

  .fs-xxsmall-45 {
    font-size: 45px;
  }

  .lh-xxsmall-45 {
    line-height: 45px;
  }

  .gap-xxsmall-45 {
    gap: 45px;
  }

  .br-xxsmall-45 {
    border-radius: 45px;
  }

  .h-xxsmall-45 {
    height: 45px;
  }

  .w-xxsmall-45 {
    width: 45px;
  }

  .m-xxsmall-46 {
    margin: 46px;
  }

  .p-xxsmall-46 {
    padding: 46px;
  }

  .mb-xxsmall-46 {
    margin-bottom: 46px;
  }

  .mt-xxsmall-46 {
    margin-top: 46px;
  }

  .ml-xxsmall-46 {
    margin-left: 46px;
  }

  .mr-xxsmall-46 {
    margin-right: 46px;
  }

  .pb-xxsmall-46 {
    padding-bottom: 46px;
  }

  .pt-xxsmall-46 {
    padding-top: 46px;
  }

  .pl-xxsmall-46 {
    padding-left: 46px;
  }

  .pr-xxsmall-46 {
    padding-right: 46px;
  }

  .fs-xxsmall-46 {
    font-size: 46px;
  }

  .lh-xxsmall-46 {
    line-height: 46px;
  }

  .gap-xxsmall-46 {
    gap: 46px;
  }

  .br-xxsmall-46 {
    border-radius: 46px;
  }

  .h-xxsmall-46 {
    height: 46px;
  }

  .w-xxsmall-46 {
    width: 46px;
  }

  .m-xxsmall-47 {
    margin: 47px;
  }

  .p-xxsmall-47 {
    padding: 47px;
  }

  .mb-xxsmall-47 {
    margin-bottom: 47px;
  }

  .mt-xxsmall-47 {
    margin-top: 47px;
  }

  .ml-xxsmall-47 {
    margin-left: 47px;
  }

  .mr-xxsmall-47 {
    margin-right: 47px;
  }

  .pb-xxsmall-47 {
    padding-bottom: 47px;
  }

  .pt-xxsmall-47 {
    padding-top: 47px;
  }

  .pl-xxsmall-47 {
    padding-left: 47px;
  }

  .pr-xxsmall-47 {
    padding-right: 47px;
  }

  .fs-xxsmall-47 {
    font-size: 47px;
  }

  .lh-xxsmall-47 {
    line-height: 47px;
  }

  .gap-xxsmall-47 {
    gap: 47px;
  }

  .br-xxsmall-47 {
    border-radius: 47px;
  }

  .h-xxsmall-47 {
    height: 47px;
  }

  .w-xxsmall-47 {
    width: 47px;
  }

  .m-xxsmall-48 {
    margin: 48px;
  }

  .p-xxsmall-48 {
    padding: 48px;
  }

  .mb-xxsmall-48 {
    margin-bottom: 48px;
  }

  .mt-xxsmall-48 {
    margin-top: 48px;
  }

  .ml-xxsmall-48 {
    margin-left: 48px;
  }

  .mr-xxsmall-48 {
    margin-right: 48px;
  }

  .pb-xxsmall-48 {
    padding-bottom: 48px;
  }

  .pt-xxsmall-48 {
    padding-top: 48px;
  }

  .pl-xxsmall-48 {
    padding-left: 48px;
  }

  .pr-xxsmall-48 {
    padding-right: 48px;
  }

  .fs-xxsmall-48 {
    font-size: 48px;
  }

  .lh-xxsmall-48 {
    line-height: 48px;
  }

  .gap-xxsmall-48 {
    gap: 48px;
  }

  .br-xxsmall-48 {
    border-radius: 48px;
  }

  .h-xxsmall-48 {
    height: 48px;
  }

  .w-xxsmall-48 {
    width: 48px;
  }

  .m-xxsmall-49 {
    margin: 49px;
  }

  .p-xxsmall-49 {
    padding: 49px;
  }

  .mb-xxsmall-49 {
    margin-bottom: 49px;
  }

  .mt-xxsmall-49 {
    margin-top: 49px;
  }

  .ml-xxsmall-49 {
    margin-left: 49px;
  }

  .mr-xxsmall-49 {
    margin-right: 49px;
  }

  .pb-xxsmall-49 {
    padding-bottom: 49px;
  }

  .pt-xxsmall-49 {
    padding-top: 49px;
  }

  .pl-xxsmall-49 {
    padding-left: 49px;
  }

  .pr-xxsmall-49 {
    padding-right: 49px;
  }

  .fs-xxsmall-49 {
    font-size: 49px;
  }

  .lh-xxsmall-49 {
    line-height: 49px;
  }

  .gap-xxsmall-49 {
    gap: 49px;
  }

  .br-xxsmall-49 {
    border-radius: 49px;
  }

  .h-xxsmall-49 {
    height: 49px;
  }

  .w-xxsmall-49 {
    width: 49px;
  }

  .m-xxsmall-50 {
    margin: 50px;
  }

  .p-xxsmall-50 {
    padding: 50px;
  }

  .mb-xxsmall-50 {
    margin-bottom: 50px;
  }

  .mt-xxsmall-50 {
    margin-top: 50px;
  }

  .ml-xxsmall-50 {
    margin-left: 50px;
  }

  .mr-xxsmall-50 {
    margin-right: 50px;
  }

  .pb-xxsmall-50 {
    padding-bottom: 50px;
  }

  .pt-xxsmall-50 {
    padding-top: 50px;
  }

  .pl-xxsmall-50 {
    padding-left: 50px;
  }

  .pr-xxsmall-50 {
    padding-right: 50px;
  }

  .fs-xxsmall-50 {
    font-size: 50px;
  }

  .lh-xxsmall-50 {
    line-height: 50px;
  }

  .gap-xxsmall-50 {
    gap: 50px;
  }

  .br-xxsmall-50 {
    border-radius: 50px;
  }

  .h-xxsmall-50 {
    height: 50px;
  }

  .w-xxsmall-50 {
    width: 50px;
  }

  .m-xxsmall-51 {
    margin: 51px;
  }

  .p-xxsmall-51 {
    padding: 51px;
  }

  .mb-xxsmall-51 {
    margin-bottom: 51px;
  }

  .mt-xxsmall-51 {
    margin-top: 51px;
  }

  .ml-xxsmall-51 {
    margin-left: 51px;
  }

  .mr-xxsmall-51 {
    margin-right: 51px;
  }

  .pb-xxsmall-51 {
    padding-bottom: 51px;
  }

  .pt-xxsmall-51 {
    padding-top: 51px;
  }

  .pl-xxsmall-51 {
    padding-left: 51px;
  }

  .pr-xxsmall-51 {
    padding-right: 51px;
  }

  .fs-xxsmall-51 {
    font-size: 51px;
  }

  .lh-xxsmall-51 {
    line-height: 51px;
  }

  .gap-xxsmall-51 {
    gap: 51px;
  }

  .br-xxsmall-51 {
    border-radius: 51px;
  }

  .h-xxsmall-51 {
    height: 51px;
  }

  .w-xxsmall-51 {
    width: 51px;
  }

  .m-xxsmall-52 {
    margin: 52px;
  }

  .p-xxsmall-52 {
    padding: 52px;
  }

  .mb-xxsmall-52 {
    margin-bottom: 52px;
  }

  .mt-xxsmall-52 {
    margin-top: 52px;
  }

  .ml-xxsmall-52 {
    margin-left: 52px;
  }

  .mr-xxsmall-52 {
    margin-right: 52px;
  }

  .pb-xxsmall-52 {
    padding-bottom: 52px;
  }

  .pt-xxsmall-52 {
    padding-top: 52px;
  }

  .pl-xxsmall-52 {
    padding-left: 52px;
  }

  .pr-xxsmall-52 {
    padding-right: 52px;
  }

  .fs-xxsmall-52 {
    font-size: 52px;
  }

  .lh-xxsmall-52 {
    line-height: 52px;
  }

  .gap-xxsmall-52 {
    gap: 52px;
  }

  .br-xxsmall-52 {
    border-radius: 52px;
  }

  .h-xxsmall-52 {
    height: 52px;
  }

  .w-xxsmall-52 {
    width: 52px;
  }

  .m-xxsmall-53 {
    margin: 53px;
  }

  .p-xxsmall-53 {
    padding: 53px;
  }

  .mb-xxsmall-53 {
    margin-bottom: 53px;
  }

  .mt-xxsmall-53 {
    margin-top: 53px;
  }

  .ml-xxsmall-53 {
    margin-left: 53px;
  }

  .mr-xxsmall-53 {
    margin-right: 53px;
  }

  .pb-xxsmall-53 {
    padding-bottom: 53px;
  }

  .pt-xxsmall-53 {
    padding-top: 53px;
  }

  .pl-xxsmall-53 {
    padding-left: 53px;
  }

  .pr-xxsmall-53 {
    padding-right: 53px;
  }

  .fs-xxsmall-53 {
    font-size: 53px;
  }

  .lh-xxsmall-53 {
    line-height: 53px;
  }

  .gap-xxsmall-53 {
    gap: 53px;
  }

  .br-xxsmall-53 {
    border-radius: 53px;
  }

  .h-xxsmall-53 {
    height: 53px;
  }

  .w-xxsmall-53 {
    width: 53px;
  }

  .m-xxsmall-54 {
    margin: 54px;
  }

  .p-xxsmall-54 {
    padding: 54px;
  }

  .mb-xxsmall-54 {
    margin-bottom: 54px;
  }

  .mt-xxsmall-54 {
    margin-top: 54px;
  }

  .ml-xxsmall-54 {
    margin-left: 54px;
  }

  .mr-xxsmall-54 {
    margin-right: 54px;
  }

  .pb-xxsmall-54 {
    padding-bottom: 54px;
  }

  .pt-xxsmall-54 {
    padding-top: 54px;
  }

  .pl-xxsmall-54 {
    padding-left: 54px;
  }

  .pr-xxsmall-54 {
    padding-right: 54px;
  }

  .fs-xxsmall-54 {
    font-size: 54px;
  }

  .lh-xxsmall-54 {
    line-height: 54px;
  }

  .gap-xxsmall-54 {
    gap: 54px;
  }

  .br-xxsmall-54 {
    border-radius: 54px;
  }

  .h-xxsmall-54 {
    height: 54px;
  }

  .w-xxsmall-54 {
    width: 54px;
  }

  .m-xxsmall-55 {
    margin: 55px;
  }

  .p-xxsmall-55 {
    padding: 55px;
  }

  .mb-xxsmall-55 {
    margin-bottom: 55px;
  }

  .mt-xxsmall-55 {
    margin-top: 55px;
  }

  .ml-xxsmall-55 {
    margin-left: 55px;
  }

  .mr-xxsmall-55 {
    margin-right: 55px;
  }

  .pb-xxsmall-55 {
    padding-bottom: 55px;
  }

  .pt-xxsmall-55 {
    padding-top: 55px;
  }

  .pl-xxsmall-55 {
    padding-left: 55px;
  }

  .pr-xxsmall-55 {
    padding-right: 55px;
  }

  .fs-xxsmall-55 {
    font-size: 55px;
  }

  .lh-xxsmall-55 {
    line-height: 55px;
  }

  .gap-xxsmall-55 {
    gap: 55px;
  }

  .br-xxsmall-55 {
    border-radius: 55px;
  }

  .h-xxsmall-55 {
    height: 55px;
  }

  .w-xxsmall-55 {
    width: 55px;
  }

  .m-xxsmall-56 {
    margin: 56px;
  }

  .p-xxsmall-56 {
    padding: 56px;
  }

  .mb-xxsmall-56 {
    margin-bottom: 56px;
  }

  .mt-xxsmall-56 {
    margin-top: 56px;
  }

  .ml-xxsmall-56 {
    margin-left: 56px;
  }

  .mr-xxsmall-56 {
    margin-right: 56px;
  }

  .pb-xxsmall-56 {
    padding-bottom: 56px;
  }

  .pt-xxsmall-56 {
    padding-top: 56px;
  }

  .pl-xxsmall-56 {
    padding-left: 56px;
  }

  .pr-xxsmall-56 {
    padding-right: 56px;
  }

  .fs-xxsmall-56 {
    font-size: 56px;
  }

  .lh-xxsmall-56 {
    line-height: 56px;
  }

  .gap-xxsmall-56 {
    gap: 56px;
  }

  .br-xxsmall-56 {
    border-radius: 56px;
  }

  .h-xxsmall-56 {
    height: 56px;
  }

  .w-xxsmall-56 {
    width: 56px;
  }

  .m-xxsmall-57 {
    margin: 57px;
  }

  .p-xxsmall-57 {
    padding: 57px;
  }

  .mb-xxsmall-57 {
    margin-bottom: 57px;
  }

  .mt-xxsmall-57 {
    margin-top: 57px;
  }

  .ml-xxsmall-57 {
    margin-left: 57px;
  }

  .mr-xxsmall-57 {
    margin-right: 57px;
  }

  .pb-xxsmall-57 {
    padding-bottom: 57px;
  }

  .pt-xxsmall-57 {
    padding-top: 57px;
  }

  .pl-xxsmall-57 {
    padding-left: 57px;
  }

  .pr-xxsmall-57 {
    padding-right: 57px;
  }

  .fs-xxsmall-57 {
    font-size: 57px;
  }

  .lh-xxsmall-57 {
    line-height: 57px;
  }

  .gap-xxsmall-57 {
    gap: 57px;
  }

  .br-xxsmall-57 {
    border-radius: 57px;
  }

  .h-xxsmall-57 {
    height: 57px;
  }

  .w-xxsmall-57 {
    width: 57px;
  }

  .m-xxsmall-58 {
    margin: 58px;
  }

  .p-xxsmall-58 {
    padding: 58px;
  }

  .mb-xxsmall-58 {
    margin-bottom: 58px;
  }

  .mt-xxsmall-58 {
    margin-top: 58px;
  }

  .ml-xxsmall-58 {
    margin-left: 58px;
  }

  .mr-xxsmall-58 {
    margin-right: 58px;
  }

  .pb-xxsmall-58 {
    padding-bottom: 58px;
  }

  .pt-xxsmall-58 {
    padding-top: 58px;
  }

  .pl-xxsmall-58 {
    padding-left: 58px;
  }

  .pr-xxsmall-58 {
    padding-right: 58px;
  }

  .fs-xxsmall-58 {
    font-size: 58px;
  }

  .lh-xxsmall-58 {
    line-height: 58px;
  }

  .gap-xxsmall-58 {
    gap: 58px;
  }

  .br-xxsmall-58 {
    border-radius: 58px;
  }

  .h-xxsmall-58 {
    height: 58px;
  }

  .w-xxsmall-58 {
    width: 58px;
  }

  .m-xxsmall-59 {
    margin: 59px;
  }

  .p-xxsmall-59 {
    padding: 59px;
  }

  .mb-xxsmall-59 {
    margin-bottom: 59px;
  }

  .mt-xxsmall-59 {
    margin-top: 59px;
  }

  .ml-xxsmall-59 {
    margin-left: 59px;
  }

  .mr-xxsmall-59 {
    margin-right: 59px;
  }

  .pb-xxsmall-59 {
    padding-bottom: 59px;
  }

  .pt-xxsmall-59 {
    padding-top: 59px;
  }

  .pl-xxsmall-59 {
    padding-left: 59px;
  }

  .pr-xxsmall-59 {
    padding-right: 59px;
  }

  .fs-xxsmall-59 {
    font-size: 59px;
  }

  .lh-xxsmall-59 {
    line-height: 59px;
  }

  .gap-xxsmall-59 {
    gap: 59px;
  }

  .br-xxsmall-59 {
    border-radius: 59px;
  }

  .h-xxsmall-59 {
    height: 59px;
  }

  .w-xxsmall-59 {
    width: 59px;
  }

  .m-xxsmall-60 {
    margin: 60px;
  }

  .p-xxsmall-60 {
    padding: 60px;
  }

  .mb-xxsmall-60 {
    margin-bottom: 60px;
  }

  .mt-xxsmall-60 {
    margin-top: 60px;
  }

  .ml-xxsmall-60 {
    margin-left: 60px;
  }

  .mr-xxsmall-60 {
    margin-right: 60px;
  }

  .pb-xxsmall-60 {
    padding-bottom: 60px;
  }

  .pt-xxsmall-60 {
    padding-top: 60px;
  }

  .pl-xxsmall-60 {
    padding-left: 60px;
  }

  .pr-xxsmall-60 {
    padding-right: 60px;
  }

  .fs-xxsmall-60 {
    font-size: 60px;
  }

  .lh-xxsmall-60 {
    line-height: 60px;
  }

  .gap-xxsmall-60 {
    gap: 60px;
  }

  .br-xxsmall-60 {
    border-radius: 60px;
  }

  .h-xxsmall-60 {
    height: 60px;
  }

  .w-xxsmall-60 {
    width: 60px;
  }

  .m-xxsmall-61 {
    margin: 61px;
  }

  .p-xxsmall-61 {
    padding: 61px;
  }

  .mb-xxsmall-61 {
    margin-bottom: 61px;
  }

  .mt-xxsmall-61 {
    margin-top: 61px;
  }

  .ml-xxsmall-61 {
    margin-left: 61px;
  }

  .mr-xxsmall-61 {
    margin-right: 61px;
  }

  .pb-xxsmall-61 {
    padding-bottom: 61px;
  }

  .pt-xxsmall-61 {
    padding-top: 61px;
  }

  .pl-xxsmall-61 {
    padding-left: 61px;
  }

  .pr-xxsmall-61 {
    padding-right: 61px;
  }

  .fs-xxsmall-61 {
    font-size: 61px;
  }

  .lh-xxsmall-61 {
    line-height: 61px;
  }

  .gap-xxsmall-61 {
    gap: 61px;
  }

  .br-xxsmall-61 {
    border-radius: 61px;
  }

  .h-xxsmall-61 {
    height: 61px;
  }

  .w-xxsmall-61 {
    width: 61px;
  }

  .m-xxsmall-62 {
    margin: 62px;
  }

  .p-xxsmall-62 {
    padding: 62px;
  }

  .mb-xxsmall-62 {
    margin-bottom: 62px;
  }

  .mt-xxsmall-62 {
    margin-top: 62px;
  }

  .ml-xxsmall-62 {
    margin-left: 62px;
  }

  .mr-xxsmall-62 {
    margin-right: 62px;
  }

  .pb-xxsmall-62 {
    padding-bottom: 62px;
  }

  .pt-xxsmall-62 {
    padding-top: 62px;
  }

  .pl-xxsmall-62 {
    padding-left: 62px;
  }

  .pr-xxsmall-62 {
    padding-right: 62px;
  }

  .fs-xxsmall-62 {
    font-size: 62px;
  }

  .lh-xxsmall-62 {
    line-height: 62px;
  }

  .gap-xxsmall-62 {
    gap: 62px;
  }

  .br-xxsmall-62 {
    border-radius: 62px;
  }

  .h-xxsmall-62 {
    height: 62px;
  }

  .w-xxsmall-62 {
    width: 62px;
  }

  .m-xxsmall-63 {
    margin: 63px;
  }

  .p-xxsmall-63 {
    padding: 63px;
  }

  .mb-xxsmall-63 {
    margin-bottom: 63px;
  }

  .mt-xxsmall-63 {
    margin-top: 63px;
  }

  .ml-xxsmall-63 {
    margin-left: 63px;
  }

  .mr-xxsmall-63 {
    margin-right: 63px;
  }

  .pb-xxsmall-63 {
    padding-bottom: 63px;
  }

  .pt-xxsmall-63 {
    padding-top: 63px;
  }

  .pl-xxsmall-63 {
    padding-left: 63px;
  }

  .pr-xxsmall-63 {
    padding-right: 63px;
  }

  .fs-xxsmall-63 {
    font-size: 63px;
  }

  .lh-xxsmall-63 {
    line-height: 63px;
  }

  .gap-xxsmall-63 {
    gap: 63px;
  }

  .br-xxsmall-63 {
    border-radius: 63px;
  }

  .h-xxsmall-63 {
    height: 63px;
  }

  .w-xxsmall-63 {
    width: 63px;
  }

  .m-xxsmall-64 {
    margin: 64px;
  }

  .p-xxsmall-64 {
    padding: 64px;
  }

  .mb-xxsmall-64 {
    margin-bottom: 64px;
  }

  .mt-xxsmall-64 {
    margin-top: 64px;
  }

  .ml-xxsmall-64 {
    margin-left: 64px;
  }

  .mr-xxsmall-64 {
    margin-right: 64px;
  }

  .pb-xxsmall-64 {
    padding-bottom: 64px;
  }

  .pt-xxsmall-64 {
    padding-top: 64px;
  }

  .pl-xxsmall-64 {
    padding-left: 64px;
  }

  .pr-xxsmall-64 {
    padding-right: 64px;
  }

  .fs-xxsmall-64 {
    font-size: 64px;
  }

  .lh-xxsmall-64 {
    line-height: 64px;
  }

  .gap-xxsmall-64 {
    gap: 64px;
  }

  .br-xxsmall-64 {
    border-radius: 64px;
  }

  .h-xxsmall-64 {
    height: 64px;
  }

  .w-xxsmall-64 {
    width: 64px;
  }

  .m-xxsmall-65 {
    margin: 65px;
  }

  .p-xxsmall-65 {
    padding: 65px;
  }

  .mb-xxsmall-65 {
    margin-bottom: 65px;
  }

  .mt-xxsmall-65 {
    margin-top: 65px;
  }

  .ml-xxsmall-65 {
    margin-left: 65px;
  }

  .mr-xxsmall-65 {
    margin-right: 65px;
  }

  .pb-xxsmall-65 {
    padding-bottom: 65px;
  }

  .pt-xxsmall-65 {
    padding-top: 65px;
  }

  .pl-xxsmall-65 {
    padding-left: 65px;
  }

  .pr-xxsmall-65 {
    padding-right: 65px;
  }

  .fs-xxsmall-65 {
    font-size: 65px;
  }

  .lh-xxsmall-65 {
    line-height: 65px;
  }

  .gap-xxsmall-65 {
    gap: 65px;
  }

  .br-xxsmall-65 {
    border-radius: 65px;
  }

  .h-xxsmall-65 {
    height: 65px;
  }

  .w-xxsmall-65 {
    width: 65px;
  }

  .m-xxsmall-66 {
    margin: 66px;
  }

  .p-xxsmall-66 {
    padding: 66px;
  }

  .mb-xxsmall-66 {
    margin-bottom: 66px;
  }

  .mt-xxsmall-66 {
    margin-top: 66px;
  }

  .ml-xxsmall-66 {
    margin-left: 66px;
  }

  .mr-xxsmall-66 {
    margin-right: 66px;
  }

  .pb-xxsmall-66 {
    padding-bottom: 66px;
  }

  .pt-xxsmall-66 {
    padding-top: 66px;
  }

  .pl-xxsmall-66 {
    padding-left: 66px;
  }

  .pr-xxsmall-66 {
    padding-right: 66px;
  }

  .fs-xxsmall-66 {
    font-size: 66px;
  }

  .lh-xxsmall-66 {
    line-height: 66px;
  }

  .gap-xxsmall-66 {
    gap: 66px;
  }

  .br-xxsmall-66 {
    border-radius: 66px;
  }

  .h-xxsmall-66 {
    height: 66px;
  }

  .w-xxsmall-66 {
    width: 66px;
  }

  .m-xxsmall-67 {
    margin: 67px;
  }

  .p-xxsmall-67 {
    padding: 67px;
  }

  .mb-xxsmall-67 {
    margin-bottom: 67px;
  }

  .mt-xxsmall-67 {
    margin-top: 67px;
  }

  .ml-xxsmall-67 {
    margin-left: 67px;
  }

  .mr-xxsmall-67 {
    margin-right: 67px;
  }

  .pb-xxsmall-67 {
    padding-bottom: 67px;
  }

  .pt-xxsmall-67 {
    padding-top: 67px;
  }

  .pl-xxsmall-67 {
    padding-left: 67px;
  }

  .pr-xxsmall-67 {
    padding-right: 67px;
  }

  .fs-xxsmall-67 {
    font-size: 67px;
  }

  .lh-xxsmall-67 {
    line-height: 67px;
  }

  .gap-xxsmall-67 {
    gap: 67px;
  }

  .br-xxsmall-67 {
    border-radius: 67px;
  }

  .h-xxsmall-67 {
    height: 67px;
  }

  .w-xxsmall-67 {
    width: 67px;
  }

  .m-xxsmall-68 {
    margin: 68px;
  }

  .p-xxsmall-68 {
    padding: 68px;
  }

  .mb-xxsmall-68 {
    margin-bottom: 68px;
  }

  .mt-xxsmall-68 {
    margin-top: 68px;
  }

  .ml-xxsmall-68 {
    margin-left: 68px;
  }

  .mr-xxsmall-68 {
    margin-right: 68px;
  }

  .pb-xxsmall-68 {
    padding-bottom: 68px;
  }

  .pt-xxsmall-68 {
    padding-top: 68px;
  }

  .pl-xxsmall-68 {
    padding-left: 68px;
  }

  .pr-xxsmall-68 {
    padding-right: 68px;
  }

  .fs-xxsmall-68 {
    font-size: 68px;
  }

  .lh-xxsmall-68 {
    line-height: 68px;
  }

  .gap-xxsmall-68 {
    gap: 68px;
  }

  .br-xxsmall-68 {
    border-radius: 68px;
  }

  .h-xxsmall-68 {
    height: 68px;
  }

  .w-xxsmall-68 {
    width: 68px;
  }

  .m-xxsmall-69 {
    margin: 69px;
  }

  .p-xxsmall-69 {
    padding: 69px;
  }

  .mb-xxsmall-69 {
    margin-bottom: 69px;
  }

  .mt-xxsmall-69 {
    margin-top: 69px;
  }

  .ml-xxsmall-69 {
    margin-left: 69px;
  }

  .mr-xxsmall-69 {
    margin-right: 69px;
  }

  .pb-xxsmall-69 {
    padding-bottom: 69px;
  }

  .pt-xxsmall-69 {
    padding-top: 69px;
  }

  .pl-xxsmall-69 {
    padding-left: 69px;
  }

  .pr-xxsmall-69 {
    padding-right: 69px;
  }

  .fs-xxsmall-69 {
    font-size: 69px;
  }

  .lh-xxsmall-69 {
    line-height: 69px;
  }

  .gap-xxsmall-69 {
    gap: 69px;
  }

  .br-xxsmall-69 {
    border-radius: 69px;
  }

  .h-xxsmall-69 {
    height: 69px;
  }

  .w-xxsmall-69 {
    width: 69px;
  }

  .m-xxsmall-70 {
    margin: 70px;
  }

  .p-xxsmall-70 {
    padding: 70px;
  }

  .mb-xxsmall-70 {
    margin-bottom: 70px;
  }

  .mt-xxsmall-70 {
    margin-top: 70px;
  }

  .ml-xxsmall-70 {
    margin-left: 70px;
  }

  .mr-xxsmall-70 {
    margin-right: 70px;
  }

  .pb-xxsmall-70 {
    padding-bottom: 70px;
  }

  .pt-xxsmall-70 {
    padding-top: 70px;
  }

  .pl-xxsmall-70 {
    padding-left: 70px;
  }

  .pr-xxsmall-70 {
    padding-right: 70px;
  }

  .fs-xxsmall-70 {
    font-size: 70px;
  }

  .lh-xxsmall-70 {
    line-height: 70px;
  }

  .gap-xxsmall-70 {
    gap: 70px;
  }

  .br-xxsmall-70 {
    border-radius: 70px;
  }

  .h-xxsmall-70 {
    height: 70px;
  }

  .w-xxsmall-70 {
    width: 70px;
  }

  .m-xxsmall-71 {
    margin: 71px;
  }

  .p-xxsmall-71 {
    padding: 71px;
  }

  .mb-xxsmall-71 {
    margin-bottom: 71px;
  }

  .mt-xxsmall-71 {
    margin-top: 71px;
  }

  .ml-xxsmall-71 {
    margin-left: 71px;
  }

  .mr-xxsmall-71 {
    margin-right: 71px;
  }

  .pb-xxsmall-71 {
    padding-bottom: 71px;
  }

  .pt-xxsmall-71 {
    padding-top: 71px;
  }

  .pl-xxsmall-71 {
    padding-left: 71px;
  }

  .pr-xxsmall-71 {
    padding-right: 71px;
  }

  .fs-xxsmall-71 {
    font-size: 71px;
  }

  .lh-xxsmall-71 {
    line-height: 71px;
  }

  .gap-xxsmall-71 {
    gap: 71px;
  }

  .br-xxsmall-71 {
    border-radius: 71px;
  }

  .h-xxsmall-71 {
    height: 71px;
  }

  .w-xxsmall-71 {
    width: 71px;
  }

  .m-xxsmall-72 {
    margin: 72px;
  }

  .p-xxsmall-72 {
    padding: 72px;
  }

  .mb-xxsmall-72 {
    margin-bottom: 72px;
  }

  .mt-xxsmall-72 {
    margin-top: 72px;
  }

  .ml-xxsmall-72 {
    margin-left: 72px;
  }

  .mr-xxsmall-72 {
    margin-right: 72px;
  }

  .pb-xxsmall-72 {
    padding-bottom: 72px;
  }

  .pt-xxsmall-72 {
    padding-top: 72px;
  }

  .pl-xxsmall-72 {
    padding-left: 72px;
  }

  .pr-xxsmall-72 {
    padding-right: 72px;
  }

  .fs-xxsmall-72 {
    font-size: 72px;
  }

  .lh-xxsmall-72 {
    line-height: 72px;
  }

  .gap-xxsmall-72 {
    gap: 72px;
  }

  .br-xxsmall-72 {
    border-radius: 72px;
  }

  .h-xxsmall-72 {
    height: 72px;
  }

  .w-xxsmall-72 {
    width: 72px;
  }

  .m-xxsmall-73 {
    margin: 73px;
  }

  .p-xxsmall-73 {
    padding: 73px;
  }

  .mb-xxsmall-73 {
    margin-bottom: 73px;
  }

  .mt-xxsmall-73 {
    margin-top: 73px;
  }

  .ml-xxsmall-73 {
    margin-left: 73px;
  }

  .mr-xxsmall-73 {
    margin-right: 73px;
  }

  .pb-xxsmall-73 {
    padding-bottom: 73px;
  }

  .pt-xxsmall-73 {
    padding-top: 73px;
  }

  .pl-xxsmall-73 {
    padding-left: 73px;
  }

  .pr-xxsmall-73 {
    padding-right: 73px;
  }

  .fs-xxsmall-73 {
    font-size: 73px;
  }

  .lh-xxsmall-73 {
    line-height: 73px;
  }

  .gap-xxsmall-73 {
    gap: 73px;
  }

  .br-xxsmall-73 {
    border-radius: 73px;
  }

  .h-xxsmall-73 {
    height: 73px;
  }

  .w-xxsmall-73 {
    width: 73px;
  }

  .m-xxsmall-74 {
    margin: 74px;
  }

  .p-xxsmall-74 {
    padding: 74px;
  }

  .mb-xxsmall-74 {
    margin-bottom: 74px;
  }

  .mt-xxsmall-74 {
    margin-top: 74px;
  }

  .ml-xxsmall-74 {
    margin-left: 74px;
  }

  .mr-xxsmall-74 {
    margin-right: 74px;
  }

  .pb-xxsmall-74 {
    padding-bottom: 74px;
  }

  .pt-xxsmall-74 {
    padding-top: 74px;
  }

  .pl-xxsmall-74 {
    padding-left: 74px;
  }

  .pr-xxsmall-74 {
    padding-right: 74px;
  }

  .fs-xxsmall-74 {
    font-size: 74px;
  }

  .lh-xxsmall-74 {
    line-height: 74px;
  }

  .gap-xxsmall-74 {
    gap: 74px;
  }

  .br-xxsmall-74 {
    border-radius: 74px;
  }

  .h-xxsmall-74 {
    height: 74px;
  }

  .w-xxsmall-74 {
    width: 74px;
  }

  .m-xxsmall-75 {
    margin: 75px;
  }

  .p-xxsmall-75 {
    padding: 75px;
  }

  .mb-xxsmall-75 {
    margin-bottom: 75px;
  }

  .mt-xxsmall-75 {
    margin-top: 75px;
  }

  .ml-xxsmall-75 {
    margin-left: 75px;
  }

  .mr-xxsmall-75 {
    margin-right: 75px;
  }

  .pb-xxsmall-75 {
    padding-bottom: 75px;
  }

  .pt-xxsmall-75 {
    padding-top: 75px;
  }

  .pl-xxsmall-75 {
    padding-left: 75px;
  }

  .pr-xxsmall-75 {
    padding-right: 75px;
  }

  .fs-xxsmall-75 {
    font-size: 75px;
  }

  .lh-xxsmall-75 {
    line-height: 75px;
  }

  .gap-xxsmall-75 {
    gap: 75px;
  }

  .br-xxsmall-75 {
    border-radius: 75px;
  }

  .h-xxsmall-75 {
    height: 75px;
  }

  .w-xxsmall-75 {
    width: 75px;
  }

  .m-xxsmall-76 {
    margin: 76px;
  }

  .p-xxsmall-76 {
    padding: 76px;
  }

  .mb-xxsmall-76 {
    margin-bottom: 76px;
  }

  .mt-xxsmall-76 {
    margin-top: 76px;
  }

  .ml-xxsmall-76 {
    margin-left: 76px;
  }

  .mr-xxsmall-76 {
    margin-right: 76px;
  }

  .pb-xxsmall-76 {
    padding-bottom: 76px;
  }

  .pt-xxsmall-76 {
    padding-top: 76px;
  }

  .pl-xxsmall-76 {
    padding-left: 76px;
  }

  .pr-xxsmall-76 {
    padding-right: 76px;
  }

  .fs-xxsmall-76 {
    font-size: 76px;
  }

  .lh-xxsmall-76 {
    line-height: 76px;
  }

  .gap-xxsmall-76 {
    gap: 76px;
  }

  .br-xxsmall-76 {
    border-radius: 76px;
  }

  .h-xxsmall-76 {
    height: 76px;
  }

  .w-xxsmall-76 {
    width: 76px;
  }

  .m-xxsmall-77 {
    margin: 77px;
  }

  .p-xxsmall-77 {
    padding: 77px;
  }

  .mb-xxsmall-77 {
    margin-bottom: 77px;
  }

  .mt-xxsmall-77 {
    margin-top: 77px;
  }

  .ml-xxsmall-77 {
    margin-left: 77px;
  }

  .mr-xxsmall-77 {
    margin-right: 77px;
  }

  .pb-xxsmall-77 {
    padding-bottom: 77px;
  }

  .pt-xxsmall-77 {
    padding-top: 77px;
  }

  .pl-xxsmall-77 {
    padding-left: 77px;
  }

  .pr-xxsmall-77 {
    padding-right: 77px;
  }

  .fs-xxsmall-77 {
    font-size: 77px;
  }

  .lh-xxsmall-77 {
    line-height: 77px;
  }

  .gap-xxsmall-77 {
    gap: 77px;
  }

  .br-xxsmall-77 {
    border-radius: 77px;
  }

  .h-xxsmall-77 {
    height: 77px;
  }

  .w-xxsmall-77 {
    width: 77px;
  }

  .m-xxsmall-78 {
    margin: 78px;
  }

  .p-xxsmall-78 {
    padding: 78px;
  }

  .mb-xxsmall-78 {
    margin-bottom: 78px;
  }

  .mt-xxsmall-78 {
    margin-top: 78px;
  }

  .ml-xxsmall-78 {
    margin-left: 78px;
  }

  .mr-xxsmall-78 {
    margin-right: 78px;
  }

  .pb-xxsmall-78 {
    padding-bottom: 78px;
  }

  .pt-xxsmall-78 {
    padding-top: 78px;
  }

  .pl-xxsmall-78 {
    padding-left: 78px;
  }

  .pr-xxsmall-78 {
    padding-right: 78px;
  }

  .fs-xxsmall-78 {
    font-size: 78px;
  }

  .lh-xxsmall-78 {
    line-height: 78px;
  }

  .gap-xxsmall-78 {
    gap: 78px;
  }

  .br-xxsmall-78 {
    border-radius: 78px;
  }

  .h-xxsmall-78 {
    height: 78px;
  }

  .w-xxsmall-78 {
    width: 78px;
  }

  .m-xxsmall-79 {
    margin: 79px;
  }

  .p-xxsmall-79 {
    padding: 79px;
  }

  .mb-xxsmall-79 {
    margin-bottom: 79px;
  }

  .mt-xxsmall-79 {
    margin-top: 79px;
  }

  .ml-xxsmall-79 {
    margin-left: 79px;
  }

  .mr-xxsmall-79 {
    margin-right: 79px;
  }

  .pb-xxsmall-79 {
    padding-bottom: 79px;
  }

  .pt-xxsmall-79 {
    padding-top: 79px;
  }

  .pl-xxsmall-79 {
    padding-left: 79px;
  }

  .pr-xxsmall-79 {
    padding-right: 79px;
  }

  .fs-xxsmall-79 {
    font-size: 79px;
  }

  .lh-xxsmall-79 {
    line-height: 79px;
  }

  .gap-xxsmall-79 {
    gap: 79px;
  }

  .br-xxsmall-79 {
    border-radius: 79px;
  }

  .h-xxsmall-79 {
    height: 79px;
  }

  .w-xxsmall-79 {
    width: 79px;
  }

  .m-xxsmall-80 {
    margin: 80px;
  }

  .p-xxsmall-80 {
    padding: 80px;
  }

  .mb-xxsmall-80 {
    margin-bottom: 80px;
  }

  .mt-xxsmall-80 {
    margin-top: 80px;
  }

  .ml-xxsmall-80 {
    margin-left: 80px;
  }

  .mr-xxsmall-80 {
    margin-right: 80px;
  }

  .pb-xxsmall-80 {
    padding-bottom: 80px;
  }

  .pt-xxsmall-80 {
    padding-top: 80px;
  }

  .pl-xxsmall-80 {
    padding-left: 80px;
  }

  .pr-xxsmall-80 {
    padding-right: 80px;
  }

  .fs-xxsmall-80 {
    font-size: 80px;
  }

  .lh-xxsmall-80 {
    line-height: 80px;
  }

  .gap-xxsmall-80 {
    gap: 80px;
  }

  .br-xxsmall-80 {
    border-radius: 80px;
  }

  .h-xxsmall-80 {
    height: 80px;
  }

  .w-xxsmall-80 {
    width: 80px;
  }

  .m-xxsmall-81 {
    margin: 81px;
  }

  .p-xxsmall-81 {
    padding: 81px;
  }

  .mb-xxsmall-81 {
    margin-bottom: 81px;
  }

  .mt-xxsmall-81 {
    margin-top: 81px;
  }

  .ml-xxsmall-81 {
    margin-left: 81px;
  }

  .mr-xxsmall-81 {
    margin-right: 81px;
  }

  .pb-xxsmall-81 {
    padding-bottom: 81px;
  }

  .pt-xxsmall-81 {
    padding-top: 81px;
  }

  .pl-xxsmall-81 {
    padding-left: 81px;
  }

  .pr-xxsmall-81 {
    padding-right: 81px;
  }

  .fs-xxsmall-81 {
    font-size: 81px;
  }

  .lh-xxsmall-81 {
    line-height: 81px;
  }

  .gap-xxsmall-81 {
    gap: 81px;
  }

  .br-xxsmall-81 {
    border-radius: 81px;
  }

  .h-xxsmall-81 {
    height: 81px;
  }

  .w-xxsmall-81 {
    width: 81px;
  }

  .m-xxsmall-82 {
    margin: 82px;
  }

  .p-xxsmall-82 {
    padding: 82px;
  }

  .mb-xxsmall-82 {
    margin-bottom: 82px;
  }

  .mt-xxsmall-82 {
    margin-top: 82px;
  }

  .ml-xxsmall-82 {
    margin-left: 82px;
  }

  .mr-xxsmall-82 {
    margin-right: 82px;
  }

  .pb-xxsmall-82 {
    padding-bottom: 82px;
  }

  .pt-xxsmall-82 {
    padding-top: 82px;
  }

  .pl-xxsmall-82 {
    padding-left: 82px;
  }

  .pr-xxsmall-82 {
    padding-right: 82px;
  }

  .fs-xxsmall-82 {
    font-size: 82px;
  }

  .lh-xxsmall-82 {
    line-height: 82px;
  }

  .gap-xxsmall-82 {
    gap: 82px;
  }

  .br-xxsmall-82 {
    border-radius: 82px;
  }

  .h-xxsmall-82 {
    height: 82px;
  }

  .w-xxsmall-82 {
    width: 82px;
  }

  .m-xxsmall-83 {
    margin: 83px;
  }

  .p-xxsmall-83 {
    padding: 83px;
  }

  .mb-xxsmall-83 {
    margin-bottom: 83px;
  }

  .mt-xxsmall-83 {
    margin-top: 83px;
  }

  .ml-xxsmall-83 {
    margin-left: 83px;
  }

  .mr-xxsmall-83 {
    margin-right: 83px;
  }

  .pb-xxsmall-83 {
    padding-bottom: 83px;
  }

  .pt-xxsmall-83 {
    padding-top: 83px;
  }

  .pl-xxsmall-83 {
    padding-left: 83px;
  }

  .pr-xxsmall-83 {
    padding-right: 83px;
  }

  .fs-xxsmall-83 {
    font-size: 83px;
  }

  .lh-xxsmall-83 {
    line-height: 83px;
  }

  .gap-xxsmall-83 {
    gap: 83px;
  }

  .br-xxsmall-83 {
    border-radius: 83px;
  }

  .h-xxsmall-83 {
    height: 83px;
  }

  .w-xxsmall-83 {
    width: 83px;
  }

  .m-xxsmall-84 {
    margin: 84px;
  }

  .p-xxsmall-84 {
    padding: 84px;
  }

  .mb-xxsmall-84 {
    margin-bottom: 84px;
  }

  .mt-xxsmall-84 {
    margin-top: 84px;
  }

  .ml-xxsmall-84 {
    margin-left: 84px;
  }

  .mr-xxsmall-84 {
    margin-right: 84px;
  }

  .pb-xxsmall-84 {
    padding-bottom: 84px;
  }

  .pt-xxsmall-84 {
    padding-top: 84px;
  }

  .pl-xxsmall-84 {
    padding-left: 84px;
  }

  .pr-xxsmall-84 {
    padding-right: 84px;
  }

  .fs-xxsmall-84 {
    font-size: 84px;
  }

  .lh-xxsmall-84 {
    line-height: 84px;
  }

  .gap-xxsmall-84 {
    gap: 84px;
  }

  .br-xxsmall-84 {
    border-radius: 84px;
  }

  .h-xxsmall-84 {
    height: 84px;
  }

  .w-xxsmall-84 {
    width: 84px;
  }

  .m-xxsmall-85 {
    margin: 85px;
  }

  .p-xxsmall-85 {
    padding: 85px;
  }

  .mb-xxsmall-85 {
    margin-bottom: 85px;
  }

  .mt-xxsmall-85 {
    margin-top: 85px;
  }

  .ml-xxsmall-85 {
    margin-left: 85px;
  }

  .mr-xxsmall-85 {
    margin-right: 85px;
  }

  .pb-xxsmall-85 {
    padding-bottom: 85px;
  }

  .pt-xxsmall-85 {
    padding-top: 85px;
  }

  .pl-xxsmall-85 {
    padding-left: 85px;
  }

  .pr-xxsmall-85 {
    padding-right: 85px;
  }

  .fs-xxsmall-85 {
    font-size: 85px;
  }

  .lh-xxsmall-85 {
    line-height: 85px;
  }

  .gap-xxsmall-85 {
    gap: 85px;
  }

  .br-xxsmall-85 {
    border-radius: 85px;
  }

  .h-xxsmall-85 {
    height: 85px;
  }

  .w-xxsmall-85 {
    width: 85px;
  }

  .m-xxsmall-86 {
    margin: 86px;
  }

  .p-xxsmall-86 {
    padding: 86px;
  }

  .mb-xxsmall-86 {
    margin-bottom: 86px;
  }

  .mt-xxsmall-86 {
    margin-top: 86px;
  }

  .ml-xxsmall-86 {
    margin-left: 86px;
  }

  .mr-xxsmall-86 {
    margin-right: 86px;
  }

  .pb-xxsmall-86 {
    padding-bottom: 86px;
  }

  .pt-xxsmall-86 {
    padding-top: 86px;
  }

  .pl-xxsmall-86 {
    padding-left: 86px;
  }

  .pr-xxsmall-86 {
    padding-right: 86px;
  }

  .fs-xxsmall-86 {
    font-size: 86px;
  }

  .lh-xxsmall-86 {
    line-height: 86px;
  }

  .gap-xxsmall-86 {
    gap: 86px;
  }

  .br-xxsmall-86 {
    border-radius: 86px;
  }

  .h-xxsmall-86 {
    height: 86px;
  }

  .w-xxsmall-86 {
    width: 86px;
  }

  .m-xxsmall-87 {
    margin: 87px;
  }

  .p-xxsmall-87 {
    padding: 87px;
  }

  .mb-xxsmall-87 {
    margin-bottom: 87px;
  }

  .mt-xxsmall-87 {
    margin-top: 87px;
  }

  .ml-xxsmall-87 {
    margin-left: 87px;
  }

  .mr-xxsmall-87 {
    margin-right: 87px;
  }

  .pb-xxsmall-87 {
    padding-bottom: 87px;
  }

  .pt-xxsmall-87 {
    padding-top: 87px;
  }

  .pl-xxsmall-87 {
    padding-left: 87px;
  }

  .pr-xxsmall-87 {
    padding-right: 87px;
  }

  .fs-xxsmall-87 {
    font-size: 87px;
  }

  .lh-xxsmall-87 {
    line-height: 87px;
  }

  .gap-xxsmall-87 {
    gap: 87px;
  }

  .br-xxsmall-87 {
    border-radius: 87px;
  }

  .h-xxsmall-87 {
    height: 87px;
  }

  .w-xxsmall-87 {
    width: 87px;
  }

  .m-xxsmall-88 {
    margin: 88px;
  }

  .p-xxsmall-88 {
    padding: 88px;
  }

  .mb-xxsmall-88 {
    margin-bottom: 88px;
  }

  .mt-xxsmall-88 {
    margin-top: 88px;
  }

  .ml-xxsmall-88 {
    margin-left: 88px;
  }

  .mr-xxsmall-88 {
    margin-right: 88px;
  }

  .pb-xxsmall-88 {
    padding-bottom: 88px;
  }

  .pt-xxsmall-88 {
    padding-top: 88px;
  }

  .pl-xxsmall-88 {
    padding-left: 88px;
  }

  .pr-xxsmall-88 {
    padding-right: 88px;
  }

  .fs-xxsmall-88 {
    font-size: 88px;
  }

  .lh-xxsmall-88 {
    line-height: 88px;
  }

  .gap-xxsmall-88 {
    gap: 88px;
  }

  .br-xxsmall-88 {
    border-radius: 88px;
  }

  .h-xxsmall-88 {
    height: 88px;
  }

  .w-xxsmall-88 {
    width: 88px;
  }

  .m-xxsmall-89 {
    margin: 89px;
  }

  .p-xxsmall-89 {
    padding: 89px;
  }

  .mb-xxsmall-89 {
    margin-bottom: 89px;
  }

  .mt-xxsmall-89 {
    margin-top: 89px;
  }

  .ml-xxsmall-89 {
    margin-left: 89px;
  }

  .mr-xxsmall-89 {
    margin-right: 89px;
  }

  .pb-xxsmall-89 {
    padding-bottom: 89px;
  }

  .pt-xxsmall-89 {
    padding-top: 89px;
  }

  .pl-xxsmall-89 {
    padding-left: 89px;
  }

  .pr-xxsmall-89 {
    padding-right: 89px;
  }

  .fs-xxsmall-89 {
    font-size: 89px;
  }

  .lh-xxsmall-89 {
    line-height: 89px;
  }

  .gap-xxsmall-89 {
    gap: 89px;
  }

  .br-xxsmall-89 {
    border-radius: 89px;
  }

  .h-xxsmall-89 {
    height: 89px;
  }

  .w-xxsmall-89 {
    width: 89px;
  }

  .m-xxsmall-90 {
    margin: 90px;
  }

  .p-xxsmall-90 {
    padding: 90px;
  }

  .mb-xxsmall-90 {
    margin-bottom: 90px;
  }

  .mt-xxsmall-90 {
    margin-top: 90px;
  }

  .ml-xxsmall-90 {
    margin-left: 90px;
  }

  .mr-xxsmall-90 {
    margin-right: 90px;
  }

  .pb-xxsmall-90 {
    padding-bottom: 90px;
  }

  .pt-xxsmall-90 {
    padding-top: 90px;
  }

  .pl-xxsmall-90 {
    padding-left: 90px;
  }

  .pr-xxsmall-90 {
    padding-right: 90px;
  }

  .fs-xxsmall-90 {
    font-size: 90px;
  }

  .lh-xxsmall-90 {
    line-height: 90px;
  }

  .gap-xxsmall-90 {
    gap: 90px;
  }

  .br-xxsmall-90 {
    border-radius: 90px;
  }

  .h-xxsmall-90 {
    height: 90px;
  }

  .w-xxsmall-90 {
    width: 90px;
  }

  .m-xxsmall-91 {
    margin: 91px;
  }

  .p-xxsmall-91 {
    padding: 91px;
  }

  .mb-xxsmall-91 {
    margin-bottom: 91px;
  }

  .mt-xxsmall-91 {
    margin-top: 91px;
  }

  .ml-xxsmall-91 {
    margin-left: 91px;
  }

  .mr-xxsmall-91 {
    margin-right: 91px;
  }

  .pb-xxsmall-91 {
    padding-bottom: 91px;
  }

  .pt-xxsmall-91 {
    padding-top: 91px;
  }

  .pl-xxsmall-91 {
    padding-left: 91px;
  }

  .pr-xxsmall-91 {
    padding-right: 91px;
  }

  .fs-xxsmall-91 {
    font-size: 91px;
  }

  .lh-xxsmall-91 {
    line-height: 91px;
  }

  .gap-xxsmall-91 {
    gap: 91px;
  }

  .br-xxsmall-91 {
    border-radius: 91px;
  }

  .h-xxsmall-91 {
    height: 91px;
  }

  .w-xxsmall-91 {
    width: 91px;
  }

  .m-xxsmall-92 {
    margin: 92px;
  }

  .p-xxsmall-92 {
    padding: 92px;
  }

  .mb-xxsmall-92 {
    margin-bottom: 92px;
  }

  .mt-xxsmall-92 {
    margin-top: 92px;
  }

  .ml-xxsmall-92 {
    margin-left: 92px;
  }

  .mr-xxsmall-92 {
    margin-right: 92px;
  }

  .pb-xxsmall-92 {
    padding-bottom: 92px;
  }

  .pt-xxsmall-92 {
    padding-top: 92px;
  }

  .pl-xxsmall-92 {
    padding-left: 92px;
  }

  .pr-xxsmall-92 {
    padding-right: 92px;
  }

  .fs-xxsmall-92 {
    font-size: 92px;
  }

  .lh-xxsmall-92 {
    line-height: 92px;
  }

  .gap-xxsmall-92 {
    gap: 92px;
  }

  .br-xxsmall-92 {
    border-radius: 92px;
  }

  .h-xxsmall-92 {
    height: 92px;
  }

  .w-xxsmall-92 {
    width: 92px;
  }

  .m-xxsmall-93 {
    margin: 93px;
  }

  .p-xxsmall-93 {
    padding: 93px;
  }

  .mb-xxsmall-93 {
    margin-bottom: 93px;
  }

  .mt-xxsmall-93 {
    margin-top: 93px;
  }

  .ml-xxsmall-93 {
    margin-left: 93px;
  }

  .mr-xxsmall-93 {
    margin-right: 93px;
  }

  .pb-xxsmall-93 {
    padding-bottom: 93px;
  }

  .pt-xxsmall-93 {
    padding-top: 93px;
  }

  .pl-xxsmall-93 {
    padding-left: 93px;
  }

  .pr-xxsmall-93 {
    padding-right: 93px;
  }

  .fs-xxsmall-93 {
    font-size: 93px;
  }

  .lh-xxsmall-93 {
    line-height: 93px;
  }

  .gap-xxsmall-93 {
    gap: 93px;
  }

  .br-xxsmall-93 {
    border-radius: 93px;
  }

  .h-xxsmall-93 {
    height: 93px;
  }

  .w-xxsmall-93 {
    width: 93px;
  }

  .m-xxsmall-94 {
    margin: 94px;
  }

  .p-xxsmall-94 {
    padding: 94px;
  }

  .mb-xxsmall-94 {
    margin-bottom: 94px;
  }

  .mt-xxsmall-94 {
    margin-top: 94px;
  }

  .ml-xxsmall-94 {
    margin-left: 94px;
  }

  .mr-xxsmall-94 {
    margin-right: 94px;
  }

  .pb-xxsmall-94 {
    padding-bottom: 94px;
  }

  .pt-xxsmall-94 {
    padding-top: 94px;
  }

  .pl-xxsmall-94 {
    padding-left: 94px;
  }

  .pr-xxsmall-94 {
    padding-right: 94px;
  }

  .fs-xxsmall-94 {
    font-size: 94px;
  }

  .lh-xxsmall-94 {
    line-height: 94px;
  }

  .gap-xxsmall-94 {
    gap: 94px;
  }

  .br-xxsmall-94 {
    border-radius: 94px;
  }

  .h-xxsmall-94 {
    height: 94px;
  }

  .w-xxsmall-94 {
    width: 94px;
  }

  .m-xxsmall-95 {
    margin: 95px;
  }

  .p-xxsmall-95 {
    padding: 95px;
  }

  .mb-xxsmall-95 {
    margin-bottom: 95px;
  }

  .mt-xxsmall-95 {
    margin-top: 95px;
  }

  .ml-xxsmall-95 {
    margin-left: 95px;
  }

  .mr-xxsmall-95 {
    margin-right: 95px;
  }

  .pb-xxsmall-95 {
    padding-bottom: 95px;
  }

  .pt-xxsmall-95 {
    padding-top: 95px;
  }

  .pl-xxsmall-95 {
    padding-left: 95px;
  }

  .pr-xxsmall-95 {
    padding-right: 95px;
  }

  .fs-xxsmall-95 {
    font-size: 95px;
  }

  .lh-xxsmall-95 {
    line-height: 95px;
  }

  .gap-xxsmall-95 {
    gap: 95px;
  }

  .br-xxsmall-95 {
    border-radius: 95px;
  }

  .h-xxsmall-95 {
    height: 95px;
  }

  .w-xxsmall-95 {
    width: 95px;
  }

  .m-xxsmall-96 {
    margin: 96px;
  }

  .p-xxsmall-96 {
    padding: 96px;
  }

  .mb-xxsmall-96 {
    margin-bottom: 96px;
  }

  .mt-xxsmall-96 {
    margin-top: 96px;
  }

  .ml-xxsmall-96 {
    margin-left: 96px;
  }

  .mr-xxsmall-96 {
    margin-right: 96px;
  }

  .pb-xxsmall-96 {
    padding-bottom: 96px;
  }

  .pt-xxsmall-96 {
    padding-top: 96px;
  }

  .pl-xxsmall-96 {
    padding-left: 96px;
  }

  .pr-xxsmall-96 {
    padding-right: 96px;
  }

  .fs-xxsmall-96 {
    font-size: 96px;
  }

  .lh-xxsmall-96 {
    line-height: 96px;
  }

  .gap-xxsmall-96 {
    gap: 96px;
  }

  .br-xxsmall-96 {
    border-radius: 96px;
  }

  .h-xxsmall-96 {
    height: 96px;
  }

  .w-xxsmall-96 {
    width: 96px;
  }

  .m-xxsmall-97 {
    margin: 97px;
  }

  .p-xxsmall-97 {
    padding: 97px;
  }

  .mb-xxsmall-97 {
    margin-bottom: 97px;
  }

  .mt-xxsmall-97 {
    margin-top: 97px;
  }

  .ml-xxsmall-97 {
    margin-left: 97px;
  }

  .mr-xxsmall-97 {
    margin-right: 97px;
  }

  .pb-xxsmall-97 {
    padding-bottom: 97px;
  }

  .pt-xxsmall-97 {
    padding-top: 97px;
  }

  .pl-xxsmall-97 {
    padding-left: 97px;
  }

  .pr-xxsmall-97 {
    padding-right: 97px;
  }

  .fs-xxsmall-97 {
    font-size: 97px;
  }

  .lh-xxsmall-97 {
    line-height: 97px;
  }

  .gap-xxsmall-97 {
    gap: 97px;
  }

  .br-xxsmall-97 {
    border-radius: 97px;
  }

  .h-xxsmall-97 {
    height: 97px;
  }

  .w-xxsmall-97 {
    width: 97px;
  }

  .m-xxsmall-98 {
    margin: 98px;
  }

  .p-xxsmall-98 {
    padding: 98px;
  }

  .mb-xxsmall-98 {
    margin-bottom: 98px;
  }

  .mt-xxsmall-98 {
    margin-top: 98px;
  }

  .ml-xxsmall-98 {
    margin-left: 98px;
  }

  .mr-xxsmall-98 {
    margin-right: 98px;
  }

  .pb-xxsmall-98 {
    padding-bottom: 98px;
  }

  .pt-xxsmall-98 {
    padding-top: 98px;
  }

  .pl-xxsmall-98 {
    padding-left: 98px;
  }

  .pr-xxsmall-98 {
    padding-right: 98px;
  }

  .fs-xxsmall-98 {
    font-size: 98px;
  }

  .lh-xxsmall-98 {
    line-height: 98px;
  }

  .gap-xxsmall-98 {
    gap: 98px;
  }

  .br-xxsmall-98 {
    border-radius: 98px;
  }

  .h-xxsmall-98 {
    height: 98px;
  }

  .w-xxsmall-98 {
    width: 98px;
  }

  .m-xxsmall-99 {
    margin: 99px;
  }

  .p-xxsmall-99 {
    padding: 99px;
  }

  .mb-xxsmall-99 {
    margin-bottom: 99px;
  }

  .mt-xxsmall-99 {
    margin-top: 99px;
  }

  .ml-xxsmall-99 {
    margin-left: 99px;
  }

  .mr-xxsmall-99 {
    margin-right: 99px;
  }

  .pb-xxsmall-99 {
    padding-bottom: 99px;
  }

  .pt-xxsmall-99 {
    padding-top: 99px;
  }

  .pl-xxsmall-99 {
    padding-left: 99px;
  }

  .pr-xxsmall-99 {
    padding-right: 99px;
  }

  .fs-xxsmall-99 {
    font-size: 99px;
  }

  .lh-xxsmall-99 {
    line-height: 99px;
  }

  .gap-xxsmall-99 {
    gap: 99px;
  }

  .br-xxsmall-99 {
    border-radius: 99px;
  }

  .h-xxsmall-99 {
    height: 99px;
  }

  .w-xxsmall-99 {
    width: 99px;
  }

  .m-xxsmall-100 {
    margin: 100px;
  }

  .p-xxsmall-100 {
    padding: 100px;
  }

  .mb-xxsmall-100 {
    margin-bottom: 100px;
  }

  .mt-xxsmall-100 {
    margin-top: 100px;
  }

  .ml-xxsmall-100 {
    margin-left: 100px;
  }

  .mr-xxsmall-100 {
    margin-right: 100px;
  }

  .pb-xxsmall-100 {
    padding-bottom: 100px;
  }

  .pt-xxsmall-100 {
    padding-top: 100px;
  }

  .pl-xxsmall-100 {
    padding-left: 100px;
  }

  .pr-xxsmall-100 {
    padding-right: 100px;
  }

  .fs-xxsmall-100 {
    font-size: 100px;
  }

  .lh-xxsmall-100 {
    line-height: 100px;
  }

  .gap-xxsmall-100 {
    gap: 100px;
  }

  .br-xxsmall-100 {
    border-radius: 100px;
  }

  .h-xxsmall-100 {
    height: 100px;
  }

  .w-xxsmall-100 {
    width: 100px;
  }
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

@media (min-width: 768px) {
  .flex-md-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (min-width: 1200px) {
  .flex-xl-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (min-width: 992px) {
  .flex-lg-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (min-width: 576px) {
  .flex-sm-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (min-width: 500px) {
  .flex-xs-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

:root {
  --black: #000;
  --white: #fff;
  --theme: #ff9800;
  --text: #5e5f63;
  --dark: #171717;
  --dark-2: #121212;
  --dark-3: #0d0d0d;
  --dark-4: #191919;
  --gray: #999999;
  --gray-2: #cccccc;
  --gray-3: #d9d9d9;
  --gray-4: #5a5a5a;
  --rating: #fda100;
  --bg: #eadfce;
  ---box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  --box-shadow-white: 0px 0px 60px 0px rgba(255, 255, 255, 0.05);
}

.color-transparent {
  color: transparent;
}

.transparent-bg {
  background-color: transparent;
}

.border-color-transparent {
  border-color: transparent;
}

.hover-color-transparent {
  color: transparent;
}

.hover-transparent-bg {
  background-color: transparent;
}

.hover-border-color-transparent {
  border-color: transparent;
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-transparent:hover span {
  color: transparent;
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-transparent:hover {
  border: 1px solid transparent;
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-transparent .magnet-bubble {
  background-color: transparent;
}

.color-black {
  color: var(--black);
}

.black-bg {
  background-color: var(--black);
}

.border-color-black {
  border-color: var(--black);
}

.hover-color-black {
  color: var(--black);
}

.hover-black-bg {
  background-color: var(--black);
}

.hover-border-color-black {
  border-color: var(--black);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-black:hover span {
  color: var(--black);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-black:hover {
  border: 1px solid var(--black);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-black .magnet-bubble {
  background-color: var(--black);
}

.color-white {
  color: var(--white);
}

.white-bg {
  background-color: var(--white);
}

.border-color-white {
  border-color: var(--white);
}

.hover-color-white {
  color: var(--white);
}

.hover-white-bg {
  background-color: var(--white);
}

.hover-border-color-white {
  border-color: var(--white);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-white:hover span {
  color: var(--white);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-white:hover {
  border: 1px solid var(--white);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-white .magnet-bubble {
  background-color: var(--white);
}

.color-theme-1 {
  color: var(--theme);
}

.theme-1-bg {
  background-color: var(--theme);
}

.border-color-theme-1 {
  border-color: var(--theme);
}

.hover-color-theme-1 {
  color: var(--theme);
}

.hover-theme-1-bg {
  background-color: var(--theme);
}

.hover-border-color-theme-1 {
  border-color: var(--theme);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-theme-1:hover span {
  color: var(--theme);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-theme-1:hover {
  border: 1px solid var(--theme);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-theme-1 .magnet-bubble {
  background-color: var(--theme);
}

.color-text-color {
  color: var(--text);
}

.text-color-bg {
  background-color: var(--text);
}

.border-color-text-color {
  border-color: var(--text);
}

.hover-color-text-color {
  color: var(--text);
}

.hover-text-color-bg {
  background-color: var(--text);
}

.hover-border-color-text-color {
  border-color: var(--text);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-text-color:hover span {
  color: var(--text);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-text-color:hover {
  border: 1px solid var(--text);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-text-color .magnet-bubble {
  background-color: var(--text);
}

.color-dark {
  color: var(--dark);
}

.dark-bg {
  background-color: var(--dark);
}

.border-color-dark {
  border-color: var(--dark);
}

.hover-color-dark {
  color: var(--dark);
}

.hover-dark-bg {
  background-color: var(--dark);
}

.hover-border-color-dark {
  border-color: var(--dark);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-dark:hover span {
  color: var(--dark);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-dark:hover {
  border: 1px solid var(--dark);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-dark .magnet-bubble {
  background-color: var(--dark);
}

.color-dark-2 {
  color: var(--dark-2);
}

.dark-2-bg {
  background-color: var(--dark-2);
}

.border-color-dark-2 {
  border-color: var(--dark-2);
}

.hover-color-dark-2 {
  color: var(--dark-2);
}

.hover-dark-2-bg {
  background-color: var(--dark-2);
}

.hover-border-color-dark-2 {
  border-color: var(--dark-2);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-dark-2:hover span {
  color: var(--dark-2);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-dark-2:hover {
  border: 1px solid var(--dark-2);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-dark-2 .magnet-bubble {
  background-color: var(--dark-2);
}

.color-dark-3 {
  color: var(--dark-3);
}

.dark-3-bg {
  background-color: var(--dark-3);
}

.border-color-dark-3 {
  border-color: var(--dark-3);
}

.hover-color-dark-3 {
  color: var(--dark-3);
}

.hover-dark-3-bg {
  background-color: var(--dark-3);
}

.hover-border-color-dark-3 {
  border-color: var(--dark-3);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-dark-3:hover span {
  color: var(--dark-3);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-dark-3:hover {
  border: 1px solid var(--dark-3);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-dark-3 .magnet-bubble {
  background-color: var(--dark-3);
}

.color-dark-4 {
  color: var(--dark-4);
}

.dark-4-bg {
  background-color: var(--dark-4);
}

.border-color-dark-4 {
  border-color: var(--dark-4);
}

.hover-color-dark-4 {
  color: var(--dark-4);
}

.hover-dark-4-bg {
  background-color: var(--dark-4);
}

.hover-border-color-dark-4 {
  border-color: var(--dark-4);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-dark-4:hover span {
  color: var(--dark-4);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-dark-4:hover {
  border: 1px solid var(--dark-4);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-dark-4 .magnet-bubble {
  background-color: var(--dark-4);
}

.color-gray {
  color: var(--gray);
}

.gray-bg {
  background-color: var(--gray);
}

.border-color-gray {
  border-color: var(--gray);
}

.hover-color-gray {
  color: var(--gray);
}

.hover-gray-bg {
  background-color: var(--gray);
}

.hover-border-color-gray {
  border-color: var(--gray);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-gray:hover span {
  color: var(--gray);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-gray:hover {
  border: 1px solid var(--gray);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-gray .magnet-bubble {
  background-color: var(--gray);
}

.color-gray-2 {
  color: var(--gray-2);
}

.gray-2-bg {
  background-color: var(--gray-2);
}

.border-color-gray-2 {
  border-color: var(--gray-2);
}

.hover-color-gray-2 {
  color: var(--gray-2);
}

.hover-gray-2-bg {
  background-color: var(--gray-2);
}

.hover-border-color-gray-2 {
  border-color: var(--gray-2);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-gray-2:hover span {
  color: var(--gray-2);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-gray-2:hover {
  border: 1px solid var(--gray-2);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-gray-2 .magnet-bubble {
  background-color: var(--gray-2);
}

.color-gray-3 {
  color: var(--gray-3);
}

.gray-3-bg {
  background-color: var(--gray-3);
}

.border-color-gray-3 {
  border-color: var(--gray-3);
}

.hover-color-gray-3 {
  color: var(--gray-3);
}

.hover-gray-3-bg {
  background-color: var(--gray-3);
}

.hover-border-color-gray-3 {
  border-color: var(--gray-3);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-gray-3:hover span {
  color: var(--gray-3);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-gray-3:hover {
  border: 1px solid var(--gray-3);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-gray-3 .magnet-bubble {
  background-color: var(--gray-3);
}

.color-gray-4 {
  color: var(--gray-4);
}

.gray-4-bg {
  background-color: var(--gray-4);
}

.border-color-gray-4 {
  border-color: var(--gray-4);
}

.hover-color-gray-4 {
  color: var(--gray-4);
}

.hover-gray-4-bg {
  background-color: var(--gray-4);
}

.hover-border-color-gray-4 {
  border-color: var(--gray-4);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-gray-4:hover span {
  color: var(--gray-4);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-gray-4:hover {
  border: 1px solid var(--gray-4);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-gray-4 .magnet-bubble {
  background-color: var(--gray-4);
}

.color-rating {
  color: var(--rating);
}

.rating-bg {
  background-color: var(--rating);
}

.border-color-rating {
  border-color: var(--rating);
}

.hover-color-rating {
  color: var(--rating);
}

.hover-rating-bg {
  background-color: var(--rating);
}

.hover-border-color-rating {
  border-color: var(--rating);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-rating:hover span {
  color: var(--rating);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-rating:hover {
  border: 1px solid var(--rating);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-rating .magnet-bubble {
  background-color: var(--rating);
}

.color-bg {
  color: var(--bg);
}

.bg-bg {
  background-color: var(--bg);
}

.border-color-bg {
  border-color: var(--bg);
}

.hover-color-bg {
  color: var(--bg);
}

.hover-bg-bg {
  background-color: var(--bg);
}

.hover-border-color-bg {
  border-color: var(--bg);
}

.btn_moveing_hover.theme-btn-with-bg.hover-color-bg:hover span {
  color: var(--bg);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-bg:hover {
  border: 1px solid var(--bg);
}

.btn_moveing_hover.theme-btn-with-bg.hover-bg-bg .magnet-bubble {
  background-color: var(--bg);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
.font-sora {
  font-family: "Sora", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  margin: 0px;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: inherit;
}

h1 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 700;
}

@media (max-width: 575px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: unset;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* --------------------------------------------
    Layout
 ---------------------------------------------- */
body {
  color: var(--black);
}

body .dark {
  display: none;
}

body.dark-bg {
  color: var(--white);
}

/*=================================
    MAGIC CURSOR START
=================================*/
.anim_line {
  display: block;
  overflow: hidden;
}

#magic-cursor {
  position: absolute;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #555;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
}

.ball-drag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  color: var(--theme);
  height: 100%;
}

#magic-cursor {
  position: relative;
  z-index: 9999;
}

@media (max-width: 1040px) {
  #magic-cursor {
    display: none;
  }
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
  border: 2px solid rgb(85, 85, 85);
}

.ball-drag,
.ball-view,
.ball-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
  color: var(--colorWhite);
  height: 100%;
}

.ball-view,
.ball-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  color: #222;
  height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

.ball-view img {
  width: 13px !important;
  height: 13px !important;
}

.c-pointer {
  cursor: pointer;
}

.ball-image-view {
  width: 100%;
  height: 100%;
}

.ball-image-view img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.ball-arrow i {
  font-size: 50px;
}

.ball-view i {
  font-size: 40px;
}

.slick-list {
  cursor: none;
}

/*=================================
    MAGIC CURSOR END
=================================*/
/*==============================
  PRELOADER START
===============================*/
.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #111013;
}

h5.preloader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #333;
}

@media (max-width: 1040px) {
  h5.preloader-text {
    font-size: 60px;
  }
}

h5.preloader-text::after {
  content: "Ashik";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme);
  -webkit-animation: move 2s infinite alternate;
  animation: move 2s infinite alternate;
}

.home-2 h5.preloader-text::after {
  color: var(--theme);
}

@-webkit-keyframes move {
  from {
    -webkit-clip-path: circle(50px at 0% 50%);
    clip-path: circle(50px at 0% 50%);
  }

  to {
    -webkit-clip-path: circle(50px at 100% 50%);
    clip-path: circle(50px at 100% 50%);
  }
}

@keyframes move {
  from {
    -webkit-clip-path: circle(50px at 0% 50%);
    clip-path: circle(50px at 0% 50%);
  }

  to {
    -webkit-clip-path: circle(50px at 100% 50%);
    clip-path: circle(50px at 100% 50%);
  }
}

/*==============================
  PRELOADER END
===============================*/
/*==============================
 TEXT ANIMATION START
===============================*/
.text_hover_animaiton {
  line-height: 16px;
}

.text_hover_animaiton:hover {
  --y: -8px;
}

.text_hover_animaiton:hover .menu-text div {
  --m: calc(16px * -1);
}

.text_hover_animaiton.text_hover_type_2 {
  line-height: 28px;
}

.text_hover_animaiton.text_hover_type_2:hover {
  --y: -14px;
}

.text_hover_animaiton.text_hover_type_2:hover .menu-text div {
  --m: calc(28px * -1);
}

.hover_black .menu-text {
  text-shadow: 0 16px 0 var(--black);
}

.menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow: hidden;
  text-shadow: 0 16px 0 var(--theme);
  display: flex;
}

.hover_black.text_hover_type_2 .menu-text {
  text-shadow: 0 16px 0 var(--black);
}

.text_hover_type_2 .menu-text {
  text-shadow: 0 28px 0 var(--theme);
}

.menu-text div {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}

.text_hover_animaiton:hover .menu-text div:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.text_hover_animaiton:hover .menu-text div:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

/*==============================
 TEXT ANIMATION END
===============================*/
.tf__scroll_btn {
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--theme);
  border-radius: 50%;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  -webkit-animation: scroll_amini linear 2s infinite alternate;
  animation: scroll_amini linear 2s infinite alternate;
  color: var(--black);
}

.home-2 .tf__scroll_btn {
  background-color: var(--theme);
  color: var(--white);
}

@-webkit-keyframes scroll_amini {
  from {
    bottom: 30px;
  }

  to {
    bottom: 50px;
  }
}

@keyframes scroll_amini {
  from {
    bottom: 30px;
  }

  to {
    bottom: 50px;
  }
}

/* --------------------------------------------
    Button
 ---------------------------------------------- */
.theme-btn_circle,
.theme-btn-3,
.theme-btn-with-bg,
.theme-btn {
  font-size: 18px;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  color: inherit;
}

@media (max-width: 767px) {

  .theme-btn_circle,
  .theme-btn-3,
  .theme-btn-with-bg,
  .theme-btn {
    padding: 15px 30px;
  }
}

.theme-btn {
  border: 1px solid rgb(from var(--black) r g b/20%);
}

.dark-bg .theme-btn {
  border: 1px solid var(--dark);
  color: var(--dark);
}

.dark-bg .theme-btn:hover {
  color: var(--dark);
}

.theme-btn:not(.btn_moveing_hover):hover {
  background-color: var(--theme);
  border: 1px solid rgb(from var(--theme) r g b/20%);
}

.theme-btn-with-bg {
  border: 1px solid var(--theme);
  background-color: var(--theme);
  color: var(--black);
}

.theme-btn-with-bg:not(.btn_moveing_hover):hover {
  background-color: transparent;
  color: var(--dark);
}

.theme-btn-with-bg.dark-2-bg {
  background-color: var(--dark-2);
  color: var(--dark);
}

.theme-btn-with-bg.dark-2-bg:hover {
  background-color: transparent;
}

.btn-underline {
  display: inline-block;
  position: relative;
}

.btn-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--dark);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.btn-underline:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn_moveing_hover {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}

.btn_moveing_hover:hover span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: var(--dark);
}

.btn_moveing_hover span {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.btn_moveing_hover .magnet-content {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_moveing_hover .magnet-bubble {
  position: absolute;
  display: grid;
  top: 0;
  left: 0;
  z-index: 0;
  width: 2%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--theme);
  border-radius: 50%;
  opacity: 0;
}

.btn_moveing_hover .magnet-bubble:after {
  content: "";
  padding-top: 100%;
}

.btn_moveing_hover.theme-btn-with-bg .magnet-bubble {
  background: var(--white);
}

.theme-btn-3 {
  color: var(--white);
  position: relative;
  padding: 16px 40px 16px 50px;
}

.theme-btn-3 span {
  z-index: 1;
}

.theme-btn-3::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  height: 60px;
  width: 40px;
  background-color: var(--white);
  color: var(--dark);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 0;
  border-radius: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  font-size: 20px;
}

.dark-bg .theme-btn-3::before {
  background-color: var(--white);
}

.theme-btn-3:hover {
  color: var(--dark);
}

.theme-btn-3:hover::before {
  padding-left: 25px;
  width: 100%;
  left: 0;
}

.theme-btn_circle {
  height: 230px;
  width: 230px;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  border: 1px solid rgb(from var(--white) r g b/0.12);
  padding: 0 29px;
}

.theme-btn_circle .magnet-bubble {
  background-color: var(--theme);
}

.theme-btn_circle .magnet-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.theme-btn_circle .magnet-content i {
  margin-bottom: 5px;
}

.contact_btn {
  border: 1px solid var(--white);
  color: var(--white);
  width: 80%;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  color: inherit;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact_btn {
    padding: 20px 30px;
    font-size: 18px;
  }
}

.contact_btn.btn_moveing_hover .magnet-bubble {
  background: var(--white);
}

/* --------------------------------------------
    Helper
 ---------------------------------------------- */
.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

.sub-title {
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme);
}

@media (max-width: 767px) {
  .sub-title {
    font-size: 16px;
  }
}

.sub-title {
  display: inline-block;
}

.sub-title::before {
  content: url("../image/section-title-star.png");
  display: block;
  background-size: cover;
}

.sub-title.d-flex::before {
  margin-bottom: -10px;
}

.section-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.section-title-wrapper p {
  color: var(--gray);
  font-size: 16px;
}

.section-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 35px;
    line-height: 45px;
  }
}

form input,
form textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid rgb(from var(--white) r g b/10%);
  border-radius: 10px;
  resize: none;
  margin-bottom: 25px;
  color: inherit;
}

form input:focus,
form textarea:focus {
  outline: none;
}

form button {
  color: inherit;
}

form textarea {
  height: 170px;
}

.js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.section_marquee_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .section_marquee_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section_marquee_1 h2,
.section_marquee_1 h2 span {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
}

@media (max-width: 767px) {

  .section_marquee_1 h2,
  .section_marquee_1 h2 span {
    font-size: 40px;
  }
}

.section_marquee_1 h2 span {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.section_marquee_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--theme);
}

.section_marquee_2 .js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.section_marquee_2 h2,
.section_marquee_2 h2 span {
  color: var(--dark);
  font-weight: 700;
  font-size: 35px;
  text-align: center;
}

/* --------------------------------------------
    Header Style
 ---------------------------------------------- */
.nav-logo {
  width: 130px;
}

.header-2 {
  background: var(--dark-2);
  padding: 0;
  border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
}

.header-2 .nav-logo {
  padding: 30px 35px 30px 70px;
  border-right: 1px solid rgb(from var(--white) r g b/0.12);
  width: unset;
}

@media (max-width: 1399px) {
  .header-2 .nav-logo {
    padding: 30px 15px 30px 30px;
  }
}

@media (max-width: 1250px) {
  .header-2 .nav-logo {
    padding: 30px 15px 30px 0px;
  }
}

@media (max-width: 1199px) {
  .header-2 .nav-logo {
    padding: 30px 35px 30px 70px;
  }
}

@media (max-width: 575px) {
  .header-2 .nav-logo {
    border: none;
    padding: 30px 15px 30px 0px;
  }
}

.header-2 .header_btn_container {
  border-left: 1px solid rgb(from var(--white) r g b/0.12);
  padding: 20px 70px 20px 35px;
}

@media (max-width: 1399px) {
  .header-2 .header_btn_container {
    padding: 20px 30px 20px 15px;
  }
}

@media (max-width: 1250px) {
  .header-2 .header_btn_container {
    padding: 20px 0px 20px 15px;
  }
}

@media (max-width: 1199px) {
  .header-2 .header_btn_container {
    padding: 20px 70px 20px 35px;
  }
}

@media (max-width: 575px) {
  .header-2 .header_btn_container {
    border: none;
    padding: 20px 0px 20px 15px;
  }
}

.header-2.sticky {
  padding: 0;
}

header {
  padding: 20px 70px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

@media (max-width: 1600px) {
  header {
    padding: 20px 50px;
  }
}

@media (max-width: 991px) {
  header {
    padding: 20px 20px;
  }
}

header nav ul a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1600px) {
  header nav ul a {
    font-size: 16px;
  }
}

header nav ul a:hover {
  color: var(--theme);
}

@media (max-width: 1399px) {
  header .theme-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  header .theme-btn {
    display: block;
  }
}

header.sticky {
  padding: 20px 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--white);
  -webkit-animation: slideDown 0.5s ease-in-out forwards;
  animation: slideDown 0.5s ease-in-out forwards;
}

@media (max-width: 1600px) {
  header.sticky {
    padding: 20px 50px;
  }
}

@media (max-width: 991px) {
  header.sticky {
    padding: 20px 20px;
  }
}

.dark-bg header.sticky {
  background-color: var(--dark-2);
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toggle-sidebar {
  background-color: var(--white);
  margin-left: 20px;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 25px;
  color: var(--dark);
}

.default-header {
  position: relative;
  background-color: var(--dark-3);
  margin-top: 0;
  padding: 20px 0;
}

.main-menu .navbar-nav>ul {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  .main-menu .navbar-nav>ul {
    gap: 10px;
  }
}

.main-menu .navbar-nav>ul>li {
  position: relative;
  display: inline-block;
}

.main-menu .navbar-nav>ul>li>a {
  display: inline-block;
  color: var(--dark);
  padding-right: 20px;
  line-height: 100%;
  margin: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.dark-bg .main-menu .navbar-nav>ul>li>a {
  color: var(--white);
}

.dark-bg .main-menu .navbar-nav>ul>li>a:hover {
  color: var(--theme);
}

.main-menu .navbar-nav>ul>li>a.active {
  color: var(--theme);
}

.main-menu .navbar-nav>ul>li:last-child>a {
  padding-right: 0;
}

.main-menu .navbar-nav>ul>li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 99;
  background: var(--white);
  max-height: 450px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px;
  padding-left: 0;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transform: translate(0%, 10%);
  transform: translate(0%, 10%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.dark-bg .main-menu .navbar-nav>ul>li .submenu {
  background: var(--dark-3);
}

.main-menu .navbar-nav>ul>li .submenu li {
  margin-left: 0;
  line-height: 30px;
  position: relative;
}

.main-menu .navbar-nav>ul>li .submenu li a {
  color: var(--dark);
  display: block;
  border-bottom: 1px solid var(--gray);
  padding: 7px 20px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-size: 14px;
  font-weight: 500;
}

.dark-bg .main-menu .navbar-nav>ul>li .submenu li a {
  color: var(--white);
  border-bottom: 1px solid var(--dark-4);
}

.dark-bg .main-menu .navbar-nav>ul>li .submenu li a:hover {
  color: var(--dark);
}

.main-menu .navbar-nav>ul>li .submenu li:last-child a {
  border: none;
}

.main-menu .navbar-nav>ul>li .submenu li .submenu {
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
}

.main-menu .navbar-nav>ul>li .submenu li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.main-menu .navbar-nav>ul>li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0%, 7%);
  transform: translate(0%, 7%);
}

.main-menu .navbar-nav>ul>.dropdown-nav li>a:hover {
  background: var(--theme);
  color: var(--dark);
  border-color: var(--gray-2);
}

.main-menu .navbar-nav>ul>.dropdown-nav li a.active {
  background: var(--theme);
  color: var(--dark);
  border-color: var(--gray-2);
}

.main-menu .navbar-nav>ul>li.dropdown-nav>a {
  position: relative;
}

.main-menu .navbar-nav ul li.dropdown-nav>a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 pro" !important;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  position: absolute;
  font-weight: 700;
  margin-left: 5px;
  right: 0px;
  width: 15px;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}

.main-menu .navbar-nav .submenu li.dropdown-nav>a::after {
  position: absolute;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
  padding: 0px 30px 50px;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 25px 0px 20px;
}

.mobile-menu .nav-logo a {
  display: block;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .main-menu-mobile {
  padding: 0px 30px 50px;
  position: absolute;
  left: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--white);
  z-index: 5;
  border-radius: 0px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.mobile-menu .main-menu-mobile #mobile-nav {
  margin-top: 30px;
}

.mobile-menu .main-menu-mobile ul.submenu {
  display: none;
}

.mobile-menu .main-menu-mobile li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu .main-menu-mobile li a {
  position: relative;
  display: block;
  font-weight: 500;
  padding: 12px 0px;
  color: var(--dark);
}

.mobile-menu .main-menu-mobile li .dropdown-toggle-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  height: 44px;
  text-align: right;
  font-size: 14px;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
  color: var(--dark);
}

.mobile-menu.visible {
  visibility: visible;
}

.mobile-menu.visible .main-menu-mobile {
  left: 0px;
}

.mobile-menu.visible .menu-backdrop {
  opacity: 1;
  width: 100%;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu.mobile-menu-2 .close-btn {
  color: var(--white);
}

.mobile-menu.mobile-menu-2 .main-menu-mobile {
  background-color: #0f0f13;
}

.mobile-menu.mobile-menu-2 .main-menu-mobile li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu.mobile-menu-2 .main-menu-mobile li a,
.mobile-menu.mobile-menu-2 .main-menu-mobile li .dropdown-toggle-btn {
  color: var(--white);
}

/* --------------------------------------------
  Footer
 ---------------------------------------------- */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 35px;
}

@media (max-width: 991px) {
  .footer-nav {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .footer-nav {
    row-gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-nav a {
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer-nav a {
    font-size: 16px;
  }
}

.footer-nav a:hover {
  color: var(--theme);
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer-social a {
  height: 46px;
  width: 46px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--black);
}

.footer-social a:hover {
  background-color: var(--theme);
}

.footer-content {
  background: white;
  color: var(--black);
  padding: 40px 58px 35px;
  border-radius: 35px 35px 0 0;
  margin-top: 60px;
  font-weight: 500;
  font-size: 18px;
}

.footer-content i {
  font-weight: 500;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .footer-content {
    padding: 22px 38px;
  }
}

.portfolio-slider-footer-wrapper {
  padding: 45px 0 35px;
  margin: 0 70px;
}

.portfolio-slider-footer-wrapper .portfolio-slider-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .portfolio-slider-footer-wrapper .portfolio-slider-footer-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.portfolio-slider-footer-wrapper .portfolio-slider-footer-content a {
  font-weight: bold;
}

.portfolio-slider-footer-wrapper .portfolio-slider-footer-content a:hover {
  color: var(--theme);
}

.portfolio-slider-footer-wrapper .portfolio-slider-footer-content a i {
  font-weight: bold;
  margin-left: 5px;
}

/* --------------------------------------------
  Breadcrumbs
 ---------------------------------------------- */
.breadcrumbs {
  padding-top: 207px;
  padding-bottom: 150px;
}

.breadcrumbs h1 {
  font-size: 60px;
  line-height: 70px;
}

@media (max-width: 991px) {
  .breadcrumbs h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

.breadcrumbs-content {
  margin-top: 30px;
  margin-left: 100px;
}

@media (max-width: 767px) {
  .breadcrumbs-content {
    margin-left: 50px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .breadcrumbs-content {
    margin-left: 10px;
    margin-top: 0px;
  }
}

.breadcrumbs-content p {
  margin-top: 40px;
  color: var(--gray);
  line-height: 26px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .breadcrumbs-content p {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .breadcrumbs-content p {
    margin-top: 10px;
  }
}

/* --------------------------------------------
    Banner
 ---------------------------------------------- */
.banner {
  padding-top: 207px;
  padding-bottom: 150px;
  position: relative;
  background-image: url("../image/background/hero.png");
}

.banner .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 450px) {
  .banner .banner-btns {
    display: block;
  }

  .banner .banner-btns a {
    margin-bottom: 10px;
  }
}

.banner h1 {
  font-size: 145px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (max-width: 1399px) {
  .banner h1 {
    font-size: 115px;
  }
}

@media (max-width: 1199px) {
  .banner h1 {
    font-size: 100px;
  }
}

@media (max-width: 450px) {
  .banner h1 {
    font-size: 70px;
  }
}

.banner p {
  margin-bottom: 50px;
  font-size: 20px;
}

.banner-right {
  right: 0;
  margin-right: -42rem;
  margin-left: 0px !important;
  left: unset !important;
}

@media (max-width: 1600px) {
  .banner-right {
    margin-left: 0px !important;
    margin-right: -44.5rem;
  }
}

.banner-left,
.banner-right {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  margin-left: 90px;
  left: 0;
}

@media (max-width: 991px) {

  .banner-left,
  .banner-right {
    display: none;
  }
}

@media (max-width: 1600px) {

  .banner-left,
  .banner-right {
    margin-left: 30px;
  }
}

.banner-left a:hover p,
.banner-left a:hover,
.banner-right a:hover p,
.banner-right a:hover {
  color: var(--theme);
}

.banner-left-content,
.banner-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-left p,
.banner-right p {
  margin: 0;
}

.banner-left .phn,
.banner-right .phn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.banner-left .phn.scroll,
.banner-right .phn.scroll {
  margin-left: 90px;
  color: #999999;
  gap: 100px;
}

.banner-left .phn.scroll p,
.banner-right .phn.scroll p {
  font-size: 17px;
  letter-spacing: 1px;
}

.banner-left .phn.scroll img,
.banner-right .phn.scroll img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banner-left .phn i,
.banner-right .phn i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  color: var(--white);
  font-size: 24px;
}

.banner-left .icons,
.banner-right .icons {
  gap: 15px;
  margin-left: 120px;
}

.banner-left .icons a,
.banner-right .icons a {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background-color: var(--black);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-left .icons a i,
.banner-right .icons a i {
  font-size: 16px;
}

.banner-left .icons a:hover,
.banner-right .icons a:hover {
  background-color: var(--theme);
}

.banner-left .icons a:hover i,
.banner-right .icons a:hover i {
  color: var(--dark);
}

/* --------------------------------------------
    About
 ---------------------------------------------- */
.about-personal-info {
  background-color: var(--dark-2);
  padding: 60px 125px;
  border-radius: 15px;
}

@media (max-width: 1199px) {
  .about-personal-info {
    padding: 60px;
  }
}

@media (max-width: 991px) {
  .about-personal-info img {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-personal-info img {
    display: block;
  }
}

@media (max-width: 575px) {
  .about-personal-info {
    padding: 60px 20px;
  }
}

.about-personal-info .personal-info-list ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}

@media (max-width: 575px) {
  .about-personal-info .personal-info-list ul {
    font-size: 16px;
    gap: 10px;
  }
}

.about-personal-info .personal-info-list span {
  color: var(--gray);
  width: 150px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 16px;
}

@media (max-width: 575px) {
  .about-personal-info .personal-info-list span {
    margin-right: 10px;
    width: 100px;
  }
}

.about-personal-info .personal-info-list span::after {
  content: ":";
  position: absolute;
  right: 0;
}

.experience-item {
  border-bottom: 1px solid rgb(from var(--white) r g b/0.1);
  padding: 35px 0;
}

.experience-item p {
  margin: 0;
}

.experience-item:first-child {
  border-top: 1px solid rgb(from var(--white) r g b/0.1);
}

.experience-item .flex-end p {
  text-align: right;
}

.skill-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 58px;
}

@media (max-width: 991px) {
  .skill-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.skill-items .skill-item-icon-counter {
  padding: 60px 48px;
  border: 1px solid rgb(from var(--white) r g b/0.05);
  border-radius: 0 45px 0 45px;
}

@media (max-width: 575px) {
  .skill-items .skill-item-icon-counter {
    padding: 30px 38px;
  }
}

.skill-items .skill-item-icon-counter .skill-item-icon-bg {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white);
}

.skill-items .skill-item-icon-counter .skill-item-icon-bg img {
  width: 42px;
}

@media (max-width: 575px) {
  .skill-items .skill-item-icon-counter .skill-item-icon-bg {
    width: 70px;
    height: 70px;
  }

  .skill-items .skill-item-icon-counter .skill-item-icon-bg img {
    width: 30px;
  }
}

.skill-items .skill-item-icon-counter h6 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .skill-items .skill-item-icon-counter h6 {
    font-size: 30px;
    line-height: 40px;
  }
}

.skill-items p {
  font-size: 20px;
  text-align: center;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .skill-items p {
    margin-top: 15px;
  }
}

.about-page-banner {
  padding-top: 220px;
}

.about-page-content {
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--white);
  padding: 30px;
}

.about-page-content img {
  border-radius: 20px;
}

/* --------------------------------------------
  Portfolio
 ---------------------------------------------- */
.portfolio2-items .portfolio2-item {
  overflow: hidden;
}

.portfolio2-items .portfolio2-item a {
  display: block;
}

.portfolio2-items .portfolio2-item img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  vertical-align: middle;
}

.portfolio2-items .portfolio2-item img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.portfolio2_titles {
  visibility: hidden;
  position: fixed;
  z-index: 15;
  white-space: nowrap;
  opacity: 0;
}

.portfolio2_titles p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.portfolio2_titles span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.portfolio2_titles p,
.portfolio2_titles span {
  padding: 10px 15px;
  color: var(--dark);
  background-color: var(--white);
}

.portfolio2_titles.visible {
  opacity: 1;
  visibility: visible !important;
  z-index: 99999;
}

.portfolio-slider-wrapper {
  padding: 226px 0 75px 0;
  margin: 0 70px;
  position: relative;
}

.portfolio-slider-wrapper .swiper-slide:nth-child(even) img {
  height: 590px;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-slider-wrapper .swiper-slide:nth-child(odd) img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .portfolio-slider-wrapper .swiper-slide:nth-child(odd) img {
    height: 590px;
  }
}

.portfolio-slider-wrapper .portfolio-slider-pagination {
  bottom: 0px;
  top: unset;
  background-color: rgb(from var(--white) r g b/0.12);
  height: 2px;
}

.portfolio-slider-wrapper .portfolio-slider-pagination span.swiper-pagination-progressbar-fill {
  background-color: var(--theme);
  height: 4px;
  margin-top: -1px;
}

.portfolio-2-isotope-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-2-isotope-nav {
  border: 1px solid rgb(from var(--white) r g b/0.12);
  background-color: var(--dark-4);
  border-radius: 10px;
  padding: 20px 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  gap: 50px;
}

@media (max-width: 991px) {
  .portfolio-2-isotope-nav {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .portfolio-2-isotope-nav {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

.portfolio-2-isotope-nav button {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
}

.portfolio-2-isotope-nav button.active,
.portfolio-2-isotope-nav button:hover {
  color: var(--theme);
}

.portfolio-details .portfolio-details-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border: 1px solid rgb(from var(--white) r g b/0.12);
  border-radius: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-details .portfolio-details-info ul li {
  border-right: 1px solid rgb(from var(--white) r g b/0.12);
  padding: 55px 45px;
  width: 20%;
}

@media (max-width: 1399px) {
  .portfolio-details .portfolio-details-info ul li {
    padding: 35px 25px;
  }
}

@media (max-width: 1199px) {
  .portfolio-details .portfolio-details-info ul li {
    padding: 35px 0px 35px 15px;
  }
}

@media (max-width: 991px) {
  .portfolio-details .portfolio-details-info ul li {
    width: 33%;
    padding: 35px 25px;
  }

  .portfolio-details .portfolio-details-info ul li:nth-child(3) {
    border-right: 0;
  }

  .portfolio-details .portfolio-details-info ul li:nth-child(-n+3) {
    border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
  }
}

@media (max-width: 991px) {
  .portfolio-details .portfolio-details-info ul li {
    width: 50%;
  }

  .portfolio-details .portfolio-details-info ul li:nth-child(-n+4) {
    border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
  }

  .portfolio-details .portfolio-details-info ul li:nth-child(3) {
    border-right: 1px solid rgb(from var(--white) r g b/0.12);
  }

  .portfolio-details .portfolio-details-info ul li:nth-child(2),
  .portfolio-details .portfolio-details-info ul li:nth-child(4) {
    border-right: 0;
  }
}

@media (max-width: 500px) {
  .portfolio-details .portfolio-details-info ul li {
    width: 100%;
    border-right: 0;
  }
}

.portfolio-details .portfolio-details-info ul li h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

.portfolio-details .portfolio-details-info ul li p {
  font-size: 18px;
  line-height: 30px;
  color: var(--gray);
}

.portfolio-details .portfolio-details-info ul li:last-child {
  border: 0;
}

.portfolio-details .portfolio-icon-container {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.portfolio-details-content {
  margin-top: 60px;
}

.portfolio-details-content h4,
.portfolio-details-content img {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {

  .portfolio-details-content h4,
  .portfolio-details-content img {
    font-size: 30px;
    line-height: 40px;
  }
}

.portfolio-details-content p {
  color: var(--gray);
  margin-bottom: 20px;
  line-height: 26px;
}

/* --------------------------------------------
  Service
 ---------------------------------------------- */
.service-items {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .service-items {
    margin-left: 0;
  }
}

.service-items .service-item {
  border-bottom: 1px solid rgb(from var(--white) r g b/0.1);
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .service-items .service-item {
    padding: 15px 0;
  }
}

.service-items .service-item:hover,
.service-items .service-item.active {
  color: var(--theme);
}

.service-items .service-item:hover i,
.service-items .service-item.active i {
  background-color: var(--theme);
}

.service-items .service-item:first-child {
  border-top: 1px solid rgb(from var(--white) r g b/0.1);
}

.service-items .service-item h5 {
  font-size: 41px;
  line-height: 50px;
}

@media (max-width: 1199px) {
  .service-items .service-item h5 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 470px) {
  .service-items .service-item h5 {
    font-size: 24px;
    line-height: 34service-item-imgpx;
  }
}

.service-items .service-item i {
  height: 60px;
  width: 60px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dark);
  font-size: 24px;
  font-weight: 400;
}

.service-item-img {
  height: 100%;
  overflow: hidden;
}

.service-item-img.active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.service-item-img img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-page-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-page-items .service-page-item {
  width: 33.33%;
  padding: 0 45px;
  border-left: 1px solid rgb(from var(--white) r g b/0.12);
}

@media (max-width: 1199px) {
  .service-page-items .service-page-item {
    width: 50%;
  }

  .service-page-items .service-page-item:nth-child(1),
  .service-page-items .service-page-item:nth-child(2) {
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
  }

  .service-page-items .service-page-item:nth-child(3),
  .service-page-items .service-page-item:nth-child(4) {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
  }
}

@media (max-width: 767px) {
  .service-page-items .service-page-item {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-page-items .service-page-item:not(:last-child) {
    border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
  }
}

.service-page-items .service-page-item:nth-child(-n+3) {
  padding-bottom: 60px;
  border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
}

.service-page-items .service-page-item:nth-child(n+4):nth-child(-n+6) {
  padding-top: 60px;
}

.service-page-items .service-page-item h2 {
  font-size: 90px;
  line-height: 90px;
  font-weight: bolder;
  margin-bottom: 35px;
}

.service-page-items .service-page-item h4 {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .service-page-items .service-page-item h4 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .service-page-items .service-page-item h4 {
    font-size: 20px;
  }
}

.service-page-items .service-page-item p {
  color: var(--gray);
  margin-bottom: 40px;
}

.service-page-items .service-page-item a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
}

.service-page-items .service-page-item a:hover {
  color: var(--theme);
}

/* --------------------------------------------
  Testimonial
 ---------------------------------------------- */
.testimonial-wrapper .testimonial-item {
  background-color: var(--dark-2);
  padding: 35px;
  border-radius: 10px;
}

.testimonial-wrapper .testimonial-item .testimonial-top {
  margin-bottom: 40px;
}

.testimonial-wrapper .testimonial-item .testimonial-top i {
  font-size: 60px;
  color: var(--theme);
  margin-bottom: 30px;
}

.testimonial-wrapper .testimonial-item .testimonial-top p {
  font-size: 18px;
}

.testimonial-wrapper .testimonial-item .testimonial-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-wrapper .testimonial-item .testimonial-bottom .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}

.testimonial-wrapper .testimonial-item .testimonial-bottom .testimonial-author img {
  width: 80px;
  height: 80px;
}

.testimonial-wrapper .testimonial-item .testimonial-bottom .testimonial-author h6 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}

.testimonial-wrapper .testimonial-item .testimonial-bottom .testimonial-author p {
  color: var(--gray);
}

.testimonial-wrapper .testimonial-item .testimonial-rating {
  background: var(--white);
  padding: 5px;
  border-radius: 4px;
  -webkit-box-shadow: var(---box-shadow-white);
  box-shadow: var(---box-shadow-white);
}

.testimonial-wrapper .testimonial-item .testimonial-rating i {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-item .testimonial-rating {
    display: none;
  }
}

.testimonial-wrapper .testimonial-pagination {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.testimonial-wrapper .testimonial-pagination span.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
  position: relative;
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-pagination span.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}

.testimonial-wrapper .testimonial-pagination span.swiper-pagination-bullet::after {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-pagination span.swiper-pagination-bullet::after {
    height: 7px;
    width: 7px;
  }
}

.testimonial-wrapper .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--theme);
}

.testimonial-wrapper .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--theme);
}

/* --------------------------------------------
  Blog
 ---------------------------------------------- */
.blog-item {
  border-top: 1px solid rgb(from var(--white) r g b/0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 70px;
  padding: 16px 0;
}

.blog-item:last-child {
  border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
}

@media (max-width: 1399px) {
  .blog-item {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .blog-item {
    gap: 20px;
  }

  .blog-item p {
    font-size: 14px;
    color: var(--gray);
  }
}

@media (max-width: 991px) {
  .blog-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.blog-item h3 {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-size: 40px;
}

@media (max-width: 1199px) {
  .blog-item h3 {
    font-size: 26px;
  }
}

.blog-item .blog-title {
  font-size: 24px;
  line-height: 34px;
  width: 430px;
  -webkit-transition: none;
  transition: none;
}

.blog-item .blog-title a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-item .blog-title:hover {
  color: var(--theme);
}

@media (max-width: 1199px) {
  .blog-item .blog-title {
    font-size: 20px;
    width: 330px;
  }
}

@media (max-width: 767px) {
  .blog-item .blog-title {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .blog-item .blog-title {
    width: 350px;
  }
}

.blog-item .blog-thum {
  width: 183px;
  height: 183px;
  border-radius: 50%;
  float: right;
  overflow: hidden;
  opacity: 0;
}

.blog-item .blog-thum img {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-item .blog-thum {
    height: 100px;
    width: 100px;
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .blog-item .blog-thum {
    display: none;
  }
}

.blog-item.active .blog-thum {
  opacity: 1;
}

.blog-item.active .blog-thum img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-page-item {
  background-color: var(--dark-2);
  padding: 35px;
  border-radius: 10px;
  border: 1px solid rgb(from var(--white) r g b/0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}

.blog-page-item:not(:last-child) {
  margin-bottom: 30px;
}

.blog-page-item .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  position: relative;
}

.blog-page-item .blog-info .category {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.blog-page-item .blog-info .category::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--white);
  position: absolute;
  right: 0;
  border-radius: 50%;
  margin-bottom: 6px;
}

.blog-page-item .blog-info::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--white);
  margin-right: 20px;
}

.blog-page-item h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

.blog-page-item .blog-ex {
  color: var(--gray);
}

.blog-page-item .blog-page-thum {
  border-radius: 10px;
  overflow: hidden;
}

.widget-sidebar {
  background: var(--dark-2);
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgb(from var(--white) r g b/0.12);
}

.widget-sidebar .widget-sidebar-item:not(:last-child) {
  margin-bottom: 60px;
}

.widget-sidebar .widget-sidebar-item .widget-sidebar-title {
  font-size: 24px;
  line-height: 62px;
  border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
  margin-bottom: 30px;
}

.widget-sidebar .widget-sidebar-item .sidebar-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-sidebar .widget-sidebar-item .sidebar-search input {
  background: var(--dark);
  border: none;
  margin-bottom: 0;
  height: 60px;
  border-radius: 8px 0 0 8px;
}

.widget-sidebar .widget-sidebar-item .sidebar-search i {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--theme);
  color: var(--dark);
  border-radius: 0 8px 8px 0;
}

.widget-sidebar .widget-sidebar-item .category-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget-sidebar .widget-sidebar-item .category-list a:not(:last-child) {
  margin-bottom: 25px;
}

.widget-sidebar .widget-sidebar-item .category-list a i {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 2px;
  font-size: 12px;
}

.widget-sidebar .widget-sidebar-item .category-list a:hover {
  color: var(--theme);
}

.widget-sidebar .widget-sidebar-item .category-list a:hover i {
  background-color: var(--theme);
}

.widget-sidebar .widget-sidebar-item .recent-posts .recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 20px;
}

.widget-sidebar .widget-sidebar-item .recent-posts .recent-post-item:not(:last-child) {
  margin-bottom: 30px;
}

.widget-sidebar .widget-sidebar-item .recent-posts .recent-post-item img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.widget-sidebar .widget-sidebar-item .recent-posts .recent-post-item h5 {
  font-size: 18px;
  line-height: 28px;
}

.widget-sidebar .widget-sidebar-item .recent-posts .recent-post-item h5 a:hover {
  color: var(--theme);
}

.widget-sidebar .widget-sidebar-item .recent-posts .recent-post-item p {
  color: var(--theme);
  margin-top: 20px;
}

.widget-sidebar .widget-sidebar-item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.widget-sidebar .widget-sidebar-item .tags a {
  text-transform: uppercase;
  padding: 8px 15px;
  border: 1px solid rgb(from var(--white) r g b/0.12);
  border-radius: 10px;
  font-size: 14px;
  background-color: var(--dark);
}

.widget-sidebar .widget-sidebar-item .tags a:hover {
  background-color: var(--theme);
  color: var(--dark);
}

.blog-pagination {
  margin-top: 60px;
}

.blog-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.blog-pagination a {
  height: 56px;
  width: 56px;
  background-color: var(--white);
  border-radius: 8px;
  color: var(--dark);
  font-size: 20px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-pagination a.current {
  background-color: var(--theme);
}

.blog-pagination a:hover {
  background-color: var(--theme);
}

.blog-details-content_top {
  margin-top: -125px;
  z-index: 2;
  position: relative;
  background-color: var(--dark-2);
  border-radius: 10px;
  text-align: center;
  padding: 60px 180px;
}

@media (max-width: 1399px) {
  .blog-details-content_top {
    padding: 60px 160px;
  }
}

@media (max-width: 991px) {
  .blog-details-content_top {
    padding: 60px 100px;
  }
}

@media (max-width: 767px) {
  .blog-details-content_top {
    padding: 60px;
    margin-top: -50px;
  }
}

@media (max-width: 500px) {
  .blog-details-content_top {
    padding: 60px 30px;
  }
}

.blog-details-content_top h1 {
  font-size: 48px;
  line-height: 58px;
}

@media (max-width: 767px) {
  .blog-details-content_top h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 500px) {
  .blog-details-content_top h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.blog-details-content_top .tag {
  background-color: var(--theme);
  color: var(--dark-2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  margin-bottom: 30px;
}

.blog-details-content_top .meta-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}

.blog-details-content_top .blog-details-author {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}

.blog-details-content_top .blog-details-author .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.blog-details-content_top .blog-details-author .author-details img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.blog-details-content_top .blog-details-author p {
  color: var(--gray);
}

.blog-details-content_top .blog-details-author h6 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
  font-weight: 600;
}

.blog-details-content_top .blog-details-author .viewed,
.blog-details-content_top .blog-details-author .author-details-content {
  text-align: left;
}

.blog-details-content h4,
.blog-details-content img {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {

  .blog-details-content h4,
  .blog-details-content img {
    font-size: 30px;
    line-height: 40px;
  }
}

.blog-details-content p {
  color: var(--gray);
  margin-bottom: 20px;
  line-height: 1.6;
}

blockquote {
  background-color: var(--dark-2);
  padding: 30px 50px;
  border-radius: 10px;
  margin: 30px 0;
}

blockquote p {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  blockquote p {
    font-size: 18px;
  }
}

blockquote h6 {
  font-size: 18px;
  margin-top: 30px;
}

.blog-details-tag-share {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgb(from var(--white) r g b/0.12);
  border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
}

@media (max-width: 767px) {
  .blog-details-tag-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.blog-details-tag-share h6 {
  font-size: 20px;
  font-weight: 700;
}

.blog-comments {
  margin-top: 120px;
}

.blog-comments .comment-title {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 35px;
}

.blog-comments input,
.blog-comments textarea {
  background-color: var(--dark-2);
  padding: 18px 30px;
}

.blog-comments textarea {
  height: 170px;
}

/* --------------------------------------------
  Contact
 ---------------------------------------------- */
@media (max-width: 767px) {
  .contact-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.contact-page-info {
  margin-top: 120px;
}

.contact-page-info .info-item {
  border: 1px solid rgb(from var(--white) r g b/0.12);
  background-color: var(--dark-2);
  border-radius: 10px;
  padding: 30px;
}

.contact-page-info .info-item h6 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--gray);
  font-size: 400;
}

.contact-page-info .info-item p {
  font-size: 18px;
  line-height: normal;
}

.contact-page-info .info-item .contact-page-icon-container {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.contact-page-info .info-item .contact-page-icon-container a:hover {
  color: var(--theme);
}

.contact-page-title {
  font-size: 230px;
  line-height: 230px;
  text-transform: uppercase;
  font-weight: bolder;
  -webkit-text-stroke: 1px var(--white);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@media (max-width: 991px) {
  .contact-page-title {
    font-size: 200px;
    line-height: 200px;
  }
}

@media (max-width: 767px) {
  .contact-page-title {
    font-size: 150px;
    line-height: 150px;
  }
}

@media (max-width: 500px) {
  .contact-page-title {
    font-size: 120px;
    line-height: 120px;
  }
}

@media (max-width: 450px) {
  .contact-page-title {
    font-size: 70px;
    line-height: 70px;
  }
}

.contact-form {
  text-align: center;
  padding: 60px;
  background-color: var(--dark);
  border-radius: 10px;
  border: 1px solid rgb(from var(--white) r g b/0.12);
  margin-top: 120px;
}

@media (max-width: 500px) {
  .contact-form {
    padding: 30px;
  }
}

.contact-form h4 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contact-form h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .contact-form h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

.contact-form input,
.contact-form textarea {
  background-color: var(--dark-2);
  border: none;
}

.contact-form textarea {
  height: 170px;
}

/* --------------------------------------------
 Others
 ---------------------------------------------- */
.brand-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgb(from var(--white) r g b/0.12);
  border-radius: 15px;
}

@media (max-width: 767px) {
  .brand-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.brand-items .brand-item {
  border-right: 1px solid rgb(from var(--white) r g b/0.12);
  height: 105px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .brand-items .brand-item {
    width: 50%;
    border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
  }

  .brand-items .brand-item:nth-child(2n) {
    border-right: 0;
  }

  .brand-items .brand-item:last-child {
    border-bottom: 0;
    border-right: 1px solid rgb(from var(--white) r g b/0.12) !important;
  }
}

.brand-items .brand-item:last-child {
  border-right: 0;
}

.brand-items .brand-item img {
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(1111%) hue-rotate(239deg) brightness(93%) contrast(94%);
  filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(1111%) hue-rotate(239deg) brightness(93%) contrast(94%);
  width: 110px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.brand-items .brand-item:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(85deg) brightness(105%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(85deg) brightness(105%) contrast(97%);
}

/** Price */
.price-list-item {
  background-color: var(--dark);
  padding: 60px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .price-list-item {
    padding: 30px;
  }
}

.price-list-item h2 {
  font-size: 60px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 30px;
}

.price-list-item h2 span {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: var(--gray);
  margin-left: -10px;
}

@media (max-width: 450px) {
  .price-list-item h2 {
    font-size: 45px;
  }
}

.price-list-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.price-list-item ul li {
  width: calc(50% - 20px);
  color: var(--gray);
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (max-width: 450px) {
  .price-list-item ul li {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .price-list-item ul li {
    width: 100%;
  }
}

.price-list-item ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: var(--theme);
  border-radius: 50%;
}

.price-list-item h4 {
  font-size: 30px;
  line-height: 40px;
}

/** faq_area */
.faq_area .accordion-item {
  border-radius: 0 !important;
  background-color: transparent;
  border: 0;
  border-top: 1px solid rgb(from var(--white) r g b/0.12);
}

.faq_area .accordion-item:last-child {
  border-bottom: 1px solid rgb(from var(--white) r g b/0.12);
}

.faq_area .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.faq_area .accordion-header button {
  background: transparent;
  border: none !important;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  border-radius: 0 !important;
  padding: 30px 0;
  cursor: pointer;
}

.faq_area .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq_area .accordion .accordion-body {
  background: transparent;
  padding: 0 0 30px 0;
}

.faq_area .accordion .accordion-body p {
  color: var(--gray);
}

.faq_area .accordion-button::after {
  content: "\e905";
  font-family: "icomoon" !important;
  width: 20px;
  height: 20px;
  font-weight: 400;
  background-image: none;
}

.faq_area .accordion-button:not(.collapsed)::after {
  content: "\e905";
  font-family: "icomoon" !important;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
}

.setps-item {
  background-color: var(--dark);
  padding: 30px;
  border-radius: 10px;
}

.setps-item h4 {
  font-size: 30px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 30px;
}

.setps-item h4 span {
  margin-right: 10px;
}

.setps-item p {
  color: var(--gray);
  line-height: 28px;
}

.setps-item .setps-feature {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgb(from var(--white) r g b/0.12);
}

.setps-item .setps-feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.setps-item .setps-feature ul li {
  color: var(--gray);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.setps-item .setps-feature ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: var(--theme);
  border-radius: 50%;
}

/* --------------------------------------------
  Animation
 ---------------------------------------------- */
.img-revel-animation {
  position: relative;
  overflow: hidden;
}

.img-revel-animation .reveal {
  width: 0%;
  height: 0%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  background-color: var(--white);
}

.lines {
  overflow: hidden;
}

.invert-line {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, hsla(var(--text-color), 1)), color-stop(50%, hsla(var(--text-color), 0.3)));
  background-image: linear-gradient(to right, hsla(var(--text-color), 1) 50%, hsla(var(--text-color), 0.3) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/*# sourceMappingURL=main.css.map */
/* Typing Effect Cursor */
#typing-text::after {
  content: '|';
  display: inline-block;
  margin-left: 5px;
  animation: blink-caret 0.75s step-end infinite;
  color: #ff9800;
}

@keyframes blink-caret {

  from,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* ============================================
   RESPONSIVE MOBILE ENHANCEMENTS
   Added for mobile-friendly portfolio display
   ============================================ */

/* ─── Section Spacing: Desktop → Tablet → Mobile ─── */
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .mt-70 {
    margin-top: 40px;
  }
  .mt-150 {
    margin-top: 70px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}

/* ─── Typography Responsive ─── */
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ─── Section Title Responsive ─── */
@media (max-width: 767px) {
  .section-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 450px) {
  .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* ─── Banner / Hero Responsive ─── */
@media (max-width: 991px) {
  .banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .banner h1 {
    font-size: 56px;
  }
  .banner p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .banner h1 {
    font-size: 44px;
  }
  .banner p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .banner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .banner h1 {
    font-size: 36px;
  }
  .banner .banner-btns {
    flex-direction: column;
    gap: 12px;
  }
  .banner .banner-btns a {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 450px) {
  .banner h1 {
    font-size: 30px;
  }
}

/* ─── About Section Responsive ─── */
@media (max-width: 991px) {
  .about-personal-info {
    padding: 50px 40px;
  }
  .about-personal-info img {
    display: block !important;
    max-width: 280px;
    margin: 30px auto 0;
  }
  .about-personal-info .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .about-personal-info {
    padding: 40px 30px;
  }
  .about-personal-info img {
    max-width: 240px;
  }
  .personal-info-list ul {
    font-size: 16px;
    gap: 15px;
    margin-top: 30px;
  }
  .personal-info-list span {
    width: 120px;
    margin-right: 15px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .about-personal-info {
    padding: 30px 16px;
    border-radius: 12px;
  }
  .about-personal-info img {
    max-width: 200px;
  }
  .personal-info-list ul {
    font-size: 14px;
    gap: 10px;
  }
  .personal-info-list span {
    width: 90px;
    margin-right: 8px;
    font-size: 13px;
  }
}

/* ─── Experience Items Responsive ─── */
@media (max-width: 767px) {
  .experience-item {
    padding: 25px 0;
  }
}

@media (max-width: 575px) {
  .experience-item {
    padding: 20px 0;
  }
  .experience-item p {
    font-size: 14px;
  }
  .experience-item .flex-end p {
    text-align: left;
  }
}

/* ─── Skill Items Responsive ─── */
@media (max-width: 991px) {
  .skill-items {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .skill-items .skill-item-icon-counter {
    padding: 30px 38px;
  }
  .skill-items .skill-item-icon-counter .skill-item-icon-bg {
    width: 70px;
    height: 70px;
  }
  .skill-items .skill-item-icon-counter .skill-item-icon-bg img {
    width: 30px;
  }
  .skill-items .skill-item-icon-counter h6 {
    font-size: 30px;
    line-height: 40px;
  }
  .skill-items p {
    margin-top: 15px;
  }
}

/* ─── Service Items Responsive ─── */
@media (max-width: 767px) {
  .service-items .service-item h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .service-items .service-item i {
    height: 44px;
    width: 44px;
    font-size: 18px;
  }
}

@media (max-width: 470px) {
  .service-items .service-item h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Service Page Items */
@media (max-width: 767px) {
  .service-page-items .service-page-item h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .service-page-items .service-page-item h2 {
    font-size: 45px;
    line-height: 45px;
  }
}

/* ─── Buttons Responsive ─── */
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-with-bg,
  .theme-btn-3 {
    font-size: 16px;
    padding: 15px 30px;
  }
}

@media (max-width: 575px) {
  .theme-btn,
  .theme-btn-with-bg,
  .theme-btn-3 {
    font-size: 15px;
    padding: 13px 24px;
    border-radius: 12px;
  }
}

/* Circle Button */
@media (max-width: 991px) {
  .theme-btn_circle {
    height: 180px;
    width: 180px;
    font-size: 16px;
    padding: 0 22px;
  }
}

@media (max-width: 767px) {
  .theme-btn_circle {
    height: 150px;
    width: 150px;
    font-size: 14px;
    padding: 0 18px;
  }
}

/* Contact Button */
@media (max-width: 991px) {
  .contact_btn {
    width: 90%;
    font-size: 20px;
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .contact_btn {
    width: 100%;
    font-size: 18px;
    padding: 20px 30px;
  }
}

@media (max-width: 575px) {
  .contact_btn {
    font-size: 16px;
    padding: 18px 20px;
  }
}

/* ─── Contact Section Responsive ─── */
@media (max-width: 767px) {
  .contact-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  .contact-title {
    font-size: 22px;
    line-height: 30px;
  }
}

/* Contact Form */
@media (max-width: 991px) {
  .contact-form {
    margin-top: 60px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .contact-form {
    padding: 30px 20px;
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  .contact-form {
    padding: 25px 16px;
  }
}

/* Contact Page Title */
@media (max-width: 575px) {
  .contact-page-title {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 450px) {
  .contact-page-title {
    font-size: 45px;
    line-height: 45px;
  }
}

/* ─── Breadcrumbs Responsive ─── */
@media (max-width: 991px) {
  .breadcrumbs {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .breadcrumbs h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 575px) {
  .breadcrumbs h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

/* ─── Marquee Responsive ─── */
@media (max-width: 991px) {
  .section_marquee_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section_marquee_1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_marquee_1 h2,
  .section_marquee_1 h2 span {
    font-size: 28px;
  }
  .section_marquee_2 h2,
  .section_marquee_2 h2 span {
    font-size: 22px;
  }
  .section_marquee_1 h2 img,
  .section_marquee_2 h2 img {
    width: 30px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .section_marquee_1 h2,
  .section_marquee_1 h2 span {
    font-size: 22px;
  }
  .section_marquee_2 h2,
  .section_marquee_2 h2 span {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .section_marquee_1 h2,
  .section_marquee_1 h2 span {
    font-size: 18px;
  }
  .section_marquee_2 h2,
  .section_marquee_2 h2 span {
    font-size: 16px;
  }
  .section_marquee_1 h2 img,
  .section_marquee_2 h2 img {
    width: 20px;
  }
}

/* ─── Footer Responsive ─── */
@media (max-width: 767px) {
  .footer-content {
    padding: 22px 20px;
    border-radius: 20px 20px 0 0;
    font-size: 14px;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .footer-content {
    padding: 18px 16px;
    font-size: 13px;
  }
  .footer-nav {
    gap: 12px;
  }
  .footer-nav a {
    font-size: 14px;
  }
}

/* ─── Header Responsive ─── */
@media (max-width: 575px) {
  header {
    padding: 15px 12px;
  }
  header.sticky {
    padding: 15px 12px;
  }
}

/* ─── Blog Responsive ─── */
@media (max-width: 575px) {
  .blog-item .blog-title {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
  .blog-item .blog-thum {
    display: block;
    height: 80px;
    width: 80px;
    opacity: 1;
  }
  .blog-details-content_top {
    padding: 40px 20px;
  }
  .blog-details-content_top h1 {
    font-size: 26px;
    line-height: 34px;
  }
  blockquote {
    padding: 20px 25px;
  }
}

/* ─── Testimonial Responsive ─── */
@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-item {
    padding: 25px 20px;
  }
  .testimonial-wrapper .testimonial-item .testimonial-bottom .testimonial-author h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .testimonial-wrapper .testimonial-item .testimonial-bottom .testimonial-author img {
    width: 60px;
    height: 60px;
  }
}

/* ─── Others Responsive ─── */
@media (max-width: 575px) {
  .brand-items .brand-item {
    height: 80px;
  }
  .brand-items .brand-item img {
    width: 80px;
  }
  .price-list-item {
    padding: 25px 20px;
  }
  .faq_area .accordion-header button {
    font-size: 18px;
    padding: 20px 0;
  }
}

/* ─── Portfolio Responsive ─── */
@media (max-width: 767px) {
  .portfolio-2-isotope-nav {
    padding: 15px 25px;
    gap: 20px;
  }
  .portfolio-2-isotope-nav button {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .portfolio-2-isotope-nav {
    padding: 12px 16px;
    gap: 12px;
    row-gap: 10px;
  }
  .portfolio-2-isotope-nav button {
    font-size: 14px;
  }
}

/* ─── Preloader Mobile ─── */
@media (max-width: 767px) {
  h5.preloader-text {
    font-size: 45px;
  }
}

/* ─── Scroll to top button ─── */
@media (max-width: 767px) {
  .tf__scroll_btn {
    width: 48px;
    height: 48px;
    font-size: 16px;
    right: 20px;
    bottom: 80px;
  }
}

/* ─── Blog Page Item Mobile ─── */
@media (max-width: 575px) {
  .blog-page-item {
    padding: 25px 20px;
    gap: 25px;
  }
  .blog-page-item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* ─── Banner Overflow Fix ─── */
.banner {
  overflow: visible;
}

/* ─── Experience View Details Buttons Uniform ─── */
.experience-item .theme-btn.theme-btn-with-bg {
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .experience-item .col-sm-4:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .experience-item .theme-btn.theme-btn-with-bg {
    padding: 8px 18px;
    font-size: 13px;
  }
}