/*-- spacing utilities --*/
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-1 {
    margin: 0.1rem !important;
}
.mt-1 {
    margin-top: 0.1rem !important;
}
.mr-1 {
    margin-right: 0.1rem !important;
}
.mb-1 {
    margin-bottom: 0.1rem !important;
}
.ml-1 {
    margin-left: 0.1rem !important;
}
.mx-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
}
.my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
}
.m-2 {
    margin: 0.2rem !important;
}
.mt-2 {
    margin-top: 0.2rem !important;
}
.mr-2 {
    margin-right: 0.2rem !important;
}
.mb-2 {
    margin-bottom: 0.2rem !important;
}
.ml-2 {
    margin-left: 0.2rem !important;
}
.mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
}
.my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}
.m-3 {
    margin: 0.3rem !important;
}
.mt-3 {
    margin-top: 0.3rem !important;
}
.mr-3 {
    margin-right: 0.3rem !important;
}
.mb-3 {
    margin-bottom: 0.3rem !important;
}
.ml-3 {
    margin-left: 0.3rem !important;
}
.mx-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
}
.my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
}
.m-4 {
    margin: 0.4rem !important;
}
.mt-4 {
    margin-top: 0.4rem !important;
}
.mr-4 {
    margin-right: 0.4rem !important;
}
.mb-4 {
    margin-bottom: 0.4rem !important;
}
.ml-4 {
    margin-left: 0.4rem !important;
}
.mx-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
}
.my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
}
.m-5 {
    margin: 0.5rem !important;
}
.mt-5 {
    margin-top: 0.5rem !important;
}
.mr-5 {
    margin-right: 0.5rem !important;
}
.mb-5 {
    margin-bottom: 0.5rem !important;
}
.ml-5 {
    margin-left: 0.5rem !important;
}
.mx-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.m-6 {
    margin: 0.6rem !important;
}
.mt-6 {
    margin-top: 0.6rem !important;
}
.mr-6 {
    margin-right: 0.6rem !important;
}
.mb-6 {
    margin-bottom: 0.6rem !important;
}
.ml-6 {
    margin-left: 0.6rem !important;
}
.mx-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
}
.my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
}
.m-7 {
    margin: 0.7rem !important;
}
.mt-7 {
    margin-top: 0.7rem !important;
}
.mr-7 {
    margin-right: 0.7rem !important;
}
.mb-7 {
    margin-bottom: 0.7rem !important;
}
.ml-7 {
    margin-left: 0.7rem !important;
}
.mx-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
}
.my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
}
.m-8 {
    margin: 0.8rem !important;
}
.mt-8 {
    margin-top: 0.8rem !important;
}
.mr-8 {
    margin-right: 0.8rem !important;
}
.mb-8 {
    margin-bottom: 0.8rem !important;
}
.ml-8 {
    margin-left: 0.8rem !important;
}
.mx-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
}
.my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
}
.m-9 {
    margin: 0.9rem !important;
}
.mt-9 {
    margin-top: 0.9rem !important;
}
.mr-9 {
    margin-right: 0.9rem !important;
}
.mb-9 {
    margin-bottom: 0.9rem !important;
}
.ml-9 {
    margin-left: 0.9rem !important;
}
.mx-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
}
.my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
}
.m-10 {
    margin: 1rem !important;
}
.mt-10 {
    margin-top: 1rem !important;
}
.mr-10 {
    margin-right: 1rem !important;
}
.mb-10 {
    margin-bottom: 1rem !important;
}
.ml-10 {
    margin-left: 1rem !important;
}
.mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-15 {
    margin: 1.5rem !important;
}
.mt-15 {
    margin-top: 1.5rem !important;
}
.mr-15 {
    margin-right: 1.5rem !important;
}
.mb-15 {
    margin-bottom: 1.5rem !important;
}
.ml-15 {
    margin-left: 1.5rem !important;
}
.mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.m-20 {
    margin: 2rem !important;
}
.mt-20 {
    margin-top: 2rem !important;
}
.mr-20 {
    margin-right: 2rem !important;
}
.mb-20 {
    margin-bottom: 2rem !important;
}
.ml-20 {
    margin-left: 2rem !important;
}
.mx-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.m-25 {
    margin: 2.5rem !important;
}
.mt-25 {
    margin-top: 2.5rem !important;
}
.mr-25 {
    margin-right: 2.5rem !important;
}
.mb-25 {
    margin-bottom: 2.5rem !important;
}
.ml-25 {
    margin-left: 2.5rem !important;
}
.mx-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}
.my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}
.m-30 {
    margin: 3rem !important;
}
.mt-30 {
    margin-top: 3rem !important;
}
.mr-30 {
    margin-right: 3rem !important;
}
.mb-30 {
    margin-bottom: 3rem !important;
}
.ml-30 {
    margin-left: 3rem !important;
}
.mx-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-35 {
    margin: 3.5rem !important;
}
.mt-35 {
    margin-top: 3.5rem !important;
}
.mr-35 {
    margin-right: 3.5rem !important;
}
.mb-35 {
    margin-bottom: 3.5rem !important;
}
.ml-35 {
    margin-left: 3.5rem !important;
}
.mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
}
.my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}
.m-40 {
    margin: 4rem !important;
}
.mt-40 {
    margin-top: 4rem !important;
}
.mr-40 {
    margin-right: 4rem !important;
}
.mb-40 {
    margin-bottom: 4rem !important;
}
.ml-40 {
    margin-left: 4rem !important;
}
.mx-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}
.my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.m-45 {
    margin: 4.5rem !important;
}
.mt-45 {
    margin-top: 4.5rem !important;
}
.mr-45 {
    margin-right: 4.5rem !important;
}
.mb-45 {
    margin-bottom: 4.5rem !important;
}
.ml-45 {
    margin-left: 4.5rem !important;
}
.mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}
.my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}
.m-50 {
    margin: 5rem !important;
}
.mt-50 {
    margin-top: 5rem !important;
}
.mr-50 {
    margin-right: 5rem !important;
}
.mb-50 {
    margin-bottom: 5rem !important;
}
.ml-50 {
    margin-left: 5rem !important;
}
.mx-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
.my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.m-55 {
    margin: 5.5rem !important;
}
.mt-55 {
    margin-top: 5.5rem !important;
}
.mr-55 {
    margin-right: 5.5rem !important;
}
.mb-55 {
    margin-bottom: 5.5rem !important;
}
.ml-55 {
    margin-left: 5.5rem !important;
}
.mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
}
.my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
}
.m-60 {
    margin: 6rem !important;
}
.mt-60 {
    margin-top: 6rem !important;
}
.mr-60 {
    margin-right: 6rem !important;
}
.mb-60 {
    margin-bottom: 6rem !important;
}
.ml-60 {
    margin-left: 6rem !important;
}
.mx-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}
.my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.m-65 {
    margin: 6.5rem !important;
}
.mt-65 {
    margin-top: 6.5rem !important;
}
.mr-65 {
    margin-right: 6.5rem !important;
}
.mb-65 {
    margin-bottom: 6.5rem !important;
}
.ml-65 {
    margin-left: 6.5rem !important;
}
.mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
}
.my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
}
.m-70 {
    margin: 7rem !important;
}
.mt-70 {
    margin-top: 7rem !important;
}
.mr-70 {
    margin-right: 7rem !important;
}
.mb-70 {
    margin-bottom: 7rem !important;
}
.ml-70 {
    margin-left: 7rem !important;
}
.mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
}
.my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.m-75 {
    margin: 7.5rem !important;
}
.mt-75 {
    margin-top: 7.5rem !important;
}
.mr-75 {
    margin-right: 7.5rem !important;
}
.mb-75 {
    margin-bottom: 7.5rem !important;
}
.ml-75 {
    margin-left: 7.5rem !important;
}
.mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
}
.my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
}
.m-80 {
    margin: 8rem !important;
}
.mt-80 {
    margin-top: 8rem !important;
}
.mr-80 {
    margin-right: 8rem !important;
}
.mb-80 {
    margin-bottom: 8rem !important;
}
.ml-80 {
    margin-left: 8rem !important;
}
.mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}
.my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}
.m-85 {
    margin: 8.5rem !important;
}
.mt-85 {
    margin-top: 8.5rem !important;
}
.mr-85 {
    margin-right: 8.5rem !important;
}
.mb-85 {
    margin-bottom: 8.5rem !important;
}
.ml-85 {
    margin-left: 8.5rem !important;
}
.mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
}
.my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
}
.m-90 {
    margin: 9rem !important;
}
.mt-90 {
    margin-top: 9rem !important;
}
.mr-90 {
    margin-right: 9rem !important;
}
.mb-90 {
    margin-bottom: 9rem !important;
}
.ml-90 {
    margin-left: 9rem !important;
}
.mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}
.my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.m-95 {
    margin: 9.5rem !important;
}
.mt-95 {
    margin-top: 9.5rem !important;
}
.mr-95 {
    margin-right: 9.5rem !important;
}
.mb-95 {
    margin-bottom: 9.5rem !important;
}
.ml-95 {
    margin-left: 9.5rem !important;
}
.mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
}
.my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
}
.m-100 {
    margin: 10rem !important;
}
.mt-100 {
    margin-top: 10rem !important;
}
.mr-100 {
    margin-right: 10rem !important;
}
.mb-100 {
    margin-bottom: 10rem !important;
}
.ml-100 {
    margin-left: 10rem !important;
}
.mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
}
.my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}
.m-110 {
    margin: 11rem !important;
}
.mt-110 {
    margin-top: 11rem !important;
}
.mr-110 {
    margin-right: 11rem !important;
}
.mb-110 {
    margin-bottom: 11rem !important;
}
.ml-110 {
    margin-left: 11rem !important;
}
.mx-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
}
.my-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
}
.m-120 {
    margin: 12rem !important;
}
.mt-120 {
    margin-top: 12rem !important;
}
.mr-120 {
    margin-right: 12rem !important;
}
.mb-120 {
    margin-bottom: 12rem !important;
}
.ml-120 {
    margin-left: 12rem !important;
}
.mx-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
}
.my-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}
.m-130 {
    margin: 13rem !important;
}
.mt-130 {
    margin-top: 13rem !important;
}
.mr-130 {
    margin-right: 13rem !important;
}
.mb-130 {
    margin-bottom: 13rem !important;
}
.ml-130 {
    margin-left: 13rem !important;
}
.mx-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
}
.my-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
}
.m-140 {
    margin: 14rem !important;
}
.mt-140 {
    margin-top: 14rem !important;
}
.mr-140 {
    margin-right: 14rem !important;
}
.mb-140 {
    margin-bottom: 14rem !important;
}
.ml-140 {
    margin-left: 14rem !important;
}
.mx-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
}
.my-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
}
.m-150 {
    margin: 15rem !important;
}
.mt-150 {
    margin-top: 15rem !important;
}
.mr-150 {
    margin-right: 15rem !important;
}
.mb-150 {
    margin-bottom: 15rem !important;
}
.ml-150 {
    margin-left: 15rem !important;
}
.mx-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
}
.my-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
}
.m-160 {
    margin: 16rem !important;
}
.mt-160 {
    margin-top: 16rem !important;
}
.mr-160 {
    margin-right: 16rem !important;
}
.mb-160 {
    margin-bottom: 16rem !important;
}
.ml-160 {
    margin-left: 16rem !important;
}
.mx-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
}
.my-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
}
.m-170 {
    margin: 17rem !important;
}
.mt-170 {
    margin-top: 17rem !important;
}
.mr-170 {
    margin-right: 17rem !important;
}
.mb-170 {
    margin-bottom: 17rem !important;
}
.ml-170 {
    margin-left: 17rem !important;
}
.mx-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
}
.my-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-1 {
    padding: 0.1rem !important;
}
.pt-1 {
    padding-top: 0.1rem !important;
}
.pr-1 {
    padding-right: 0.1rem !important;
}
.pb-1 {
    padding-bottom: 0.1rem !important;
}
.pl-1 {
    padding-left: 0.1rem !important;
}
.px-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
}
.py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}
.p-2 {
    padding: 0.2rem !important;
}
.pt-2 {
    padding-top: 0.2rem !important;
}
.pr-2 {
    padding-right: 0.2rem !important;
}
.pb-2 {
    padding-bottom: 0.2rem !important;
}
.pl-2 {
    padding-left: 0.2rem !important;
}
.px-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
}
.py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}
.p-3 {
    padding: 0.3rem !important;
}
.pt-3 {
    padding-top: 0.3rem !important;
}
.pr-3 {
    padding-right: 0.3rem !important;
}
.pb-3 {
    padding-bottom: 0.3rem !important;
}
.pl-3 {
    padding-left: 0.3rem !important;
}
.px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
}
.py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}
.p-4 {
    padding: 0.4rem !important;
}
.pt-4 {
    padding-top: 0.4rem !important;
}
.pr-4 {
    padding-right: 0.4rem !important;
}
.pb-4 {
    padding-bottom: 0.4rem !important;
}
.pl-4 {
    padding-left: 0.4rem !important;
}
.px-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
}
.py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}
.p-5 {
    padding: 0.5rem !important;
}
.pt-5 {
    padding-top: 0.5rem !important;
}
.pr-5 {
    padding-right: 0.5rem !important;
}
.pb-5 {
    padding-bottom: 0.5rem !important;
}
.pl-5 {
    padding-left: 0.5rem !important;
}
.px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.p-6 {
    padding: 0.6rem !important;
}
.pt-6 {
    padding-top: 0.6rem !important;
}
.pr-6 {
    padding-right: 0.6rem !important;
}
.pb-6 {
    padding-bottom: 0.6rem !important;
}
.pl-6 {
    padding-left: 0.6rem !important;
}
.px-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
}
.py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}
.p-7 {
    padding: 0.7rem !important;
}
.pt-7 {
    padding-top: 0.7rem !important;
}
.pr-7 {
    padding-right: 0.7rem !important;
}
.pb-7 {
    padding-bottom: 0.7rem !important;
}
.pl-7 {
    padding-left: 0.7rem !important;
}
.px-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
}
.py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}
.p-8 {
    padding: 0.8rem !important;
}
.pt-8 {
    padding-top: 0.8rem !important;
}
.pr-8 {
    padding-right: 0.8rem !important;
}
.pb-8 {
    padding-bottom: 0.8rem !important;
}
.pl-8 {
    padding-left: 0.8rem !important;
}
.px-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}
.py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}
.p-9 {
    padding: 0.9rem !important;
}
.pt-9 {
    padding-top: 0.9rem !important;
}
.pr-9 {
    padding-right: 0.9rem !important;
}
.pb-9 {
    padding-bottom: 0.9rem !important;
}
.pl-9 {
    padding-left: 0.9rem !important;
}
.px-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
}
.py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}
.p-10 {
    padding: 1rem !important;
}
.pt-10 {
    padding-top: 1rem !important;
}
.pr-10 {
    padding-right: 1rem !important;
}
.pb-10 {
    padding-bottom: 1rem !important;
}
.pl-10 {
    padding-left: 1rem !important;
}
.px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-15 {
    padding: 1.5rem !important;
}
.pt-15 {
    padding-top: 1.5rem !important;
}
.pr-15 {
    padding-right: 1.5rem !important;
}
.pb-15 {
    padding-bottom: 1.5rem !important;
}
.pl-15 {
    padding-left: 1.5rem !important;
}
.px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.p-20 {
    padding: 2rem !important;
}
.pt-20 {
    padding-top: 2rem !important;
}
.pr-20 {
    padding-right: 2rem !important;
}
.pb-20 {
    padding-bottom: 2rem !important;
}
.pl-20 {
    padding-left: 2rem !important;
}
.px-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.p-25 {
    padding: 2.5rem !important;
}
.pt-25 {
    padding-top: 2.5rem !important;
}
.pr-25 {
    padding-right: 2.5rem !important;
}
.pb-25 {
    padding-bottom: 2.5rem !important;
}
.pl-25 {
    padding-left: 2.5rem !important;
}
.px-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}
.py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.p-30 {
    padding: 3rem !important;
}
.pt-30 {
    padding-top: 3rem !important;
}
.pr-30 {
    padding-right: 3rem !important;
}
.pb-30 {
    padding-bottom: 3rem !important;
}
.pl-30 {
    padding-left: 3rem !important;
}
.px-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-35 {
    padding: 3.5rem !important;
}
.pt-35 {
    padding-top: 3.5rem !important;
}
.pr-35 {
    padding-right: 3.5rem !important;
}
.pb-35 {
    padding-bottom: 3.5rem !important;
}
.pl-35 {
    padding-left: 3.5rem !important;
}
.px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}
.py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}
.p-40 {
    padding: 4rem !important;
}
.pt-40 {
    padding-top: 4rem !important;
}
.pr-40 {
    padding-right: 4rem !important;
}
.pb-40 {
    padding-bottom: 4rem !important;
}
.pl-40 {
    padding-left: 4rem !important;
}
.px-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.p-45 {
    padding: 4.5rem !important;
}
.pt-45 {
    padding-top: 4.5rem !important;
}
.pr-45 {
    padding-right: 4.5rem !important;
}
.pb-45 {
    padding-bottom: 4.5rem !important;
}
.pl-45 {
    padding-left: 4.5rem !important;
}
.px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}
.py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}
.p-50 {
    padding: 5rem !important;
}
.pt-50 {
    padding-top: 5rem !important;
}
.pr-50 {
    padding-right: 5rem !important;
}
.pb-50 {
    padding-bottom: 5rem !important;
}
.pl-50 {
    padding-left: 5rem !important;
}
.px-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.p-55 {
    padding: 5.5rem !important;
}
.pt-55 {
    padding-top: 5.5rem !important;
}
.pr-55 {
    padding-right: 5.5rem !important;
}
.pb-55 {
    padding-bottom: 5.5rem !important;
}
.pl-55 {
    padding-left: 5.5rem !important;
}
.px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
}
.py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}
.p-60 {
    padding: 6rem !important;
}
.pt-60 {
    padding-top: 6rem !important;
}
.pr-60 {
    padding-right: 6rem !important;
}
.pb-60 {
    padding-bottom: 6rem !important;
}
.pl-60 {
    padding-left: 6rem !important;
}
.px-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}
.py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.p-65 {
    padding: 6.5rem !important;
}
.pt-65 {
    padding-top: 6.5rem !important;
}
.pr-65 {
    padding-right: 6.5rem !important;
}
.pb-65 {
    padding-bottom: 6.5rem !important;
}
.pl-65 {
    padding-left: 6.5rem !important;
}
.px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
}
.py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}
.p-70 {
    padding: 7rem !important;
}
.pt-70 {
    padding-top: 7rem !important;
}
.pr-70 {
    padding-right: 7rem !important;
}
.pb-70 {
    padding-bottom: 7rem !important;
}
.pl-70 {
    padding-left: 7rem !important;
}
.px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}
.py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.p-75 {
    padding: 7.5rem !important;
}
.pt-75 {
    padding-top: 7.5rem !important;
}
.pr-75 {
    padding-right: 7.5rem !important;
}
.pb-75 {
    padding-bottom: 7.5rem !important;
}
.pl-75 {
    padding-left: 7.5rem !important;
}
.px-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
}
.py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}
.p-80 {
    padding: 8rem !important;
}
.pt-80 {
    padding-top: 8rem !important;
}
.pr-80 {
    padding-right: 8rem !important;
}
.pb-80 {
    padding-bottom: 8rem !important;
}
.pl-80 {
    padding-left: 8rem !important;
}
.px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}
.py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.p-85 {
    padding: 8.5rem !important;
}
.pt-85 {
    padding-top: 8.5rem !important;
}
.pr-85 {
    padding-right: 8.5rem !important;
}
.pb-85 {
    padding-bottom: 8.5rem !important;
}
.pl-85 {
    padding-left: 8.5rem !important;
}
.px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
}
.py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
}
.p-90 {
    padding: 9rem !important;
}
.pt-90 {
    padding-top: 9rem !important;
}
.pr-90 {
    padding-right: 9rem !important;
}
.pb-90 {
    padding-bottom: 9rem !important;
}
.pl-90 {
    padding-left: 9rem !important;
}
.px-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
}
.py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.p-95 {
    padding: 9.5rem !important;
}
.pt-95 {
    padding-top: 9.5rem !important;
}
.pr-95 {
    padding-right: 9.5rem !important;
}
.pb-95 {
    padding-bottom: 9.5rem !important;
}
.pl-95 {
    padding-left: 9.5rem !important;
}
.px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
}
.py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
}
.p-100 {
    padding: 10rem !important;
}
.pt-100 {
    padding-top: 10rem !important;
}
.pr-100 {
    padding-right: 10rem !important;
}
.pb-100 {
    padding-bottom: 10rem !important;
}
.pl-100 {
    padding-left: 10rem !important;
}
.px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}
.py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.p-110 {
    padding: 11rem !important;
}
.pt-110 {
    padding-top: 11rem !important;
}
.pr-110 {
    padding-right: 11rem !important;
}
.pb-110 {
    padding-bottom: 11rem !important;
}
.pl-110 {
    padding-left: 11rem !important;
}
.px-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
}
.py-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}
.p-120 {
    padding: 12rem !important;
}
.pt-120 {
    padding-top: 12rem !important;
}
.pr-120 {
    padding-right: 12rem !important;
}
.pb-120 {
    padding-bottom: 12rem !important;
}
.pl-120 {
    padding-left: 12rem !important;
}
.px-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
}
.py-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}
.p-130 {
    padding: 13rem !important;
}
.pt-130 {
    padding-top: 13rem !important;
}
.pr-130 {
    padding-right: 13rem !important;
}
.pb-130 {
    padding-bottom: 13rem !important;
}
.pl-130 {
    padding-left: 13rem !important;
}
.px-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
}
.py-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
}
.p-140 {
    padding: 14rem !important;
}
.pt-140 {
    padding-top: 14rem !important;
}
.pr-140 {
    padding-right: 14rem !important;
}
.pb-140 {
    padding-bottom: 14rem !important;
}
.pl-140 {
    padding-left: 14rem !important;
}
.px-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
}
.py-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
}
.p-150 {
    padding: 15rem !important;
}
.pt-150 {
    padding-top: 15rem !important;
}
.pr-150 {
    padding-right: 15rem !important;
}
.pb-150 {
    padding-bottom: 15rem !important;
}
.pl-150 {
    padding-left: 15rem !important;
}
.px-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
}
.py-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}
.p-160 {
    padding: 16rem !important;
}
.pt-160 {
    padding-top: 16rem !important;
}
.pr-160 {
    padding-right: 16rem !important;
}
.pb-160 {
    padding-bottom: 16rem !important;
}
.pl-160 {
    padding-left: 16rem !important;
}
.px-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
}
.py-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}
.p-170 {
    padding: 17rem !important;
}
.pt-170 {
    padding-top: 17rem !important;
}
.pr-170 {
    padding-right: 17rem !important;
}
.pb-170 {
    padding-bottom: 17rem !important;
}
.pl-170 {
    padding-left: 17rem !important;
}
.px-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
}
.py-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
}
@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-sm-1 {
        margin: 0.1rem !important;
    }
    .mt-sm-1 {
        margin-top: 0.1rem !important;
    }
    .mr-sm-1 {
        margin-right: 0.1rem !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.1rem !important;
    }
    .ml-sm-1 {
        margin-left: 0.1rem !important;
    }
    .mx-sm-1 {
        margin-right: 0.1rem !important;
        margin-left: 0.1rem !important;
    }
    .my-sm-1 {
        margin-top: 0.1rem !important;
        margin-bottom: 0.1rem !important;
    }
    .m-sm-2 {
        margin: 0.2rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.2rem !important;
    }
    .mr-sm-2 {
        margin-right: 0.2rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.2rem !important;
    }
    .ml-sm-2 {
        margin-left: 0.2rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }
    .my-sm-2 {
        margin-top: 0.2rem !important;
        margin-bottom: 0.2rem !important;
    }
    .m-sm-3 {
        margin: 0.3rem !important;
    }
    .mt-sm-3 {
        margin-top: 0.3rem !important;
    }
    .mr-sm-3 {
        margin-right: 0.3rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 0.3rem !important;
    }
    .ml-sm-3 {
        margin-left: 0.3rem !important;
    }
    .mx-sm-3 {
        margin-right: 0.3rem !important;
        margin-left: 0.3rem !important;
    }
    .my-sm-3 {
        margin-top: 0.3rem !important;
        margin-bottom: 0.3rem !important;
    }
    .m-sm-4 {
        margin: 0.4rem !important;
    }
    .mt-sm-4 {
        margin-top: 0.4rem !important;
    }
    .mr-sm-4 {
        margin-right: 0.4rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 0.4rem !important;
    }
    .ml-sm-4 {
        margin-left: 0.4rem !important;
    }
    .mx-sm-4 {
        margin-right: 0.4rem !important;
        margin-left: 0.4rem !important;
    }
    .my-sm-4 {
        margin-top: 0.4rem !important;
        margin-bottom: 0.4rem !important;
    }
    .m-sm-5 {
        margin: 0.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-5 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-5 {
        margin-left: 0.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .my-sm-5 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .m-sm-6 {
        margin: 0.6rem !important;
    }
    .mt-sm-6 {
        margin-top: 0.6rem !important;
    }
    .mr-sm-6 {
        margin-right: 0.6rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 0.6rem !important;
    }
    .ml-sm-6 {
        margin-left: 0.6rem !important;
    }
    .mx-sm-6 {
        margin-right: 0.6rem !important;
        margin-left: 0.6rem !important;
    }
    .my-sm-6 {
        margin-top: 0.6rem !important;
        margin-bottom: 0.6rem !important;
    }
    .m-sm-7 {
        margin: 0.7rem !important;
    }
    .mt-sm-7 {
        margin-top: 0.7rem !important;
    }
    .mr-sm-7 {
        margin-right: 0.7rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 0.7rem !important;
    }
    .ml-sm-7 {
        margin-left: 0.7rem !important;
    }
    .mx-sm-7 {
        margin-right: 0.7rem !important;
        margin-left: 0.7rem !important;
    }
    .my-sm-7 {
        margin-top: 0.7rem !important;
        margin-bottom: 0.7rem !important;
    }
    .m-sm-8 {
        margin: 0.8rem !important;
    }
    .mt-sm-8 {
        margin-top: 0.8rem !important;
    }
    .mr-sm-8 {
        margin-right: 0.8rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 0.8rem !important;
    }
    .ml-sm-8 {
        margin-left: 0.8rem !important;
    }
    .mx-sm-8 {
        margin-right: 0.8rem !important;
        margin-left: 0.8rem !important;
    }
    .my-sm-8 {
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }
    .m-sm-9 {
        margin: 0.9rem !important;
    }
    .mt-sm-9 {
        margin-top: 0.9rem !important;
    }
    .mr-sm-9 {
        margin-right: 0.9rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 0.9rem !important;
    }
    .ml-sm-9 {
        margin-left: 0.9rem !important;
    }
    .mx-sm-9 {
        margin-right: 0.9rem !important;
        margin-left: 0.9rem !important;
    }
    .my-sm-9 {
        margin-top: 0.9rem !important;
        margin-bottom: 0.9rem !important;
    }
    .m-sm-10 {
        margin: 1rem !important;
    }
    .mt-sm-10 {
        margin-top: 1rem !important;
    }
    .mr-sm-10 {
        margin-right: 1rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-10 {
        margin-left: 1rem !important;
    }
    .mx-sm-10 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-sm-10 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-sm-15 {
        margin: 1.5rem !important;
    }
    .mt-sm-15 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-15 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-15 {
        margin-left: 1.5rem !important;
    }
    .mx-sm-15 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-sm-15 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-sm-20 {
        margin: 2rem !important;
    }
    .mt-sm-20 {
        margin-top: 2rem !important;
    }
    .mr-sm-20 {
        margin-right: 2rem !important;
    }
    .mb-sm-20 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-20 {
        margin-left: 2rem !important;
    }
    .mx-sm-20 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .my-sm-20 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .m-sm-25 {
        margin: 2.5rem !important;
    }
    .mt-sm-25 {
        margin-top: 2.5rem !important;
    }
    .mr-sm-25 {
        margin-right: 2.5rem !important;
    }
    .mb-sm-25 {
        margin-bottom: 2.5rem !important;
    }
    .ml-sm-25 {
        margin-left: 2.5rem !important;
    }
    .mx-sm-25 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }
    .my-sm-25 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .m-sm-30 {
        margin: 3rem !important;
    }
    .mt-sm-30 {
        margin-top: 3rem !important;
    }
    .mr-sm-30 {
        margin-right: 3rem !important;
    }
    .mb-sm-30 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-30 {
        margin-left: 3rem !important;
    }
    .mx-sm-30 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-sm-30 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .m-sm-35 {
        margin: 3.5rem !important;
    }
    .mt-sm-35 {
        margin-top: 3.5rem !important;
    }
    .mr-sm-35 {
        margin-right: 3.5rem !important;
    }
    .mb-sm-35 {
        margin-bottom: 3.5rem !important;
    }
    .ml-sm-35 {
        margin-left: 3.5rem !important;
    }
    .mx-sm-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }
    .my-sm-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .m-sm-40 {
        margin: 4rem !important;
    }
    .mt-sm-40 {
        margin-top: 4rem !important;
    }
    .mr-sm-40 {
        margin-right: 4rem !important;
    }
    .mb-sm-40 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-40 {
        margin-left: 4rem !important;
    }
    .mx-sm-40 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .my-sm-40 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .m-sm-45 {
        margin: 4.5rem !important;
    }
    .mt-sm-45 {
        margin-top: 4.5rem !important;
    }
    .mr-sm-45 {
        margin-right: 4.5rem !important;
    }
    .mb-sm-45 {
        margin-bottom: 4.5rem !important;
    }
    .ml-sm-45 {
        margin-left: 4.5rem !important;
    }
    .mx-sm-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }
    .my-sm-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }
    .m-sm-50 {
        margin: 5rem !important;
    }
    .mt-sm-50 {
        margin-top: 5rem !important;
    }
    .mr-sm-50 {
        margin-right: 5rem !important;
    }
    .mb-sm-50 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-50 {
        margin-left: 5rem !important;
    }
    .mx-sm-50 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .my-sm-50 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .m-sm-55 {
        margin: 5.5rem !important;
    }
    .mt-sm-55 {
        margin-top: 5.5rem !important;
    }
    .mr-sm-55 {
        margin-right: 5.5rem !important;
    }
    .mb-sm-55 {
        margin-bottom: 5.5rem !important;
    }
    .ml-sm-55 {
        margin-left: 5.5rem !important;
    }
    .mx-sm-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }
    .my-sm-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }
    .m-sm-60 {
        margin: 6rem !important;
    }
    .mt-sm-60 {
        margin-top: 6rem !important;
    }
    .mr-sm-60 {
        margin-right: 6rem !important;
    }
    .mb-sm-60 {
        margin-bottom: 6rem !important;
    }
    .ml-sm-60 {
        margin-left: 6rem !important;
    }
    .mx-sm-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }
    .my-sm-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .m-sm-65 {
        margin: 6.5rem !important;
    }
    .mt-sm-65 {
        margin-top: 6.5rem !important;
    }
    .mr-sm-65 {
        margin-right: 6.5rem !important;
    }
    .mb-sm-65 {
        margin-bottom: 6.5rem !important;
    }
    .ml-sm-65 {
        margin-left: 6.5rem !important;
    }
    .mx-sm-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }
    .my-sm-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }
    .m-sm-70 {
        margin: 7rem !important;
    }
    .mt-sm-70 {
        margin-top: 7rem !important;
    }
    .mr-sm-70 {
        margin-right: 7rem !important;
    }
    .mb-sm-70 {
        margin-bottom: 7rem !important;
    }
    .ml-sm-70 {
        margin-left: 7rem !important;
    }
    .mx-sm-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }
    .my-sm-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .m-sm-75 {
        margin: 7.5rem !important;
    }
    .mt-sm-75 {
        margin-top: 7.5rem !important;
    }
    .mr-sm-75 {
        margin-right: 7.5rem !important;
    }
    .mb-sm-75 {
        margin-bottom: 7.5rem !important;
    }
    .ml-sm-75 {
        margin-left: 7.5rem !important;
    }
    .mx-sm-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }
    .my-sm-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .m-sm-80 {
        margin: 8rem !important;
    }
    .mt-sm-80 {
        margin-top: 8rem !important;
    }
    .mr-sm-80 {
        margin-right: 8rem !important;
    }
    .mb-sm-80 {
        margin-bottom: 8rem !important;
    }
    .ml-sm-80 {
        margin-left: 8rem !important;
    }
    .mx-sm-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }
    .my-sm-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
    .m-sm-85 {
        margin: 8.5rem !important;
    }
    .mt-sm-85 {
        margin-top: 8.5rem !important;
    }
    .mr-sm-85 {
        margin-right: 8.5rem !important;
    }
    .mb-sm-85 {
        margin-bottom: 8.5rem !important;
    }
    .ml-sm-85 {
        margin-left: 8.5rem !important;
    }
    .mx-sm-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }
    .my-sm-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }
    .m-sm-90 {
        margin: 9rem !important;
    }
    .mt-sm-90 {
        margin-top: 9rem !important;
    }
    .mr-sm-90 {
        margin-right: 9rem !important;
    }
    .mb-sm-90 {
        margin-bottom: 9rem !important;
    }
    .ml-sm-90 {
        margin-left: 9rem !important;
    }
    .mx-sm-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }
    .my-sm-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .m-sm-95 {
        margin: 9.5rem !important;
    }
    .mt-sm-95 {
        margin-top: 9.5rem !important;
    }
    .mr-sm-95 {
        margin-right: 9.5rem !important;
    }
    .mb-sm-95 {
        margin-bottom: 9.5rem !important;
    }
    .ml-sm-95 {
        margin-left: 9.5rem !important;
    }
    .mx-sm-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }
    .my-sm-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }
    .m-sm-100 {
        margin: 10rem !important;
    }
    .mt-sm-100 {
        margin-top: 10rem !important;
    }
    .mr-sm-100 {
        margin-right: 10rem !important;
    }
    .mb-sm-100 {
        margin-bottom: 10rem !important;
    }
    .ml-sm-100 {
        margin-left: 10rem !important;
    }
    .mx-sm-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }
    .my-sm-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .m-sm-110 {
        margin: 11rem !important;
    }
    .mt-sm-110 {
        margin-top: 11rem !important;
    }
    .mr-sm-110 {
        margin-right: 11rem !important;
    }
    .mb-sm-110 {
        margin-bottom: 11rem !important;
    }
    .ml-sm-110 {
        margin-left: 11rem !important;
    }
    .mx-sm-110 {
        margin-right: 11rem !important;
        margin-left: 11rem !important;
    }
    .my-sm-110 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }
    .m-sm-120 {
        margin: 12rem !important;
    }
    .mt-sm-120 {
        margin-top: 12rem !important;
    }
    .mr-sm-120 {
        margin-right: 12rem !important;
    }
    .mb-sm-120 {
        margin-bottom: 12rem !important;
    }
    .ml-sm-120 {
        margin-left: 12rem !important;
    }
    .mx-sm-120 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }
    .my-sm-120 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .m-sm-130 {
        margin: 13rem !important;
    }
    .mt-sm-130 {
        margin-top: 13rem !important;
    }
    .mr-sm-130 {
        margin-right: 13rem !important;
    }
    .mb-sm-130 {
        margin-bottom: 13rem !important;
    }
    .ml-sm-130 {
        margin-left: 13rem !important;
    }
    .mx-sm-130 {
        margin-right: 13rem !important;
        margin-left: 13rem !important;
    }
    .my-sm-130 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }
    .m-sm-140 {
        margin: 14rem !important;
    }
    .mt-sm-140 {
        margin-top: 14rem !important;
    }
    .mr-sm-140 {
        margin-right: 14rem !important;
    }
    .mb-sm-140 {
        margin-bottom: 14rem !important;
    }
    .ml-sm-140 {
        margin-left: 14rem !important;
    }
    .mx-sm-140 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }
    .my-sm-140 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }
    .m-sm-150 {
        margin: 15rem !important;
    }
    .mt-sm-150 {
        margin-top: 15rem !important;
    }
    .mr-sm-150 {
        margin-right: 15rem !important;
    }
    .mb-sm-150 {
        margin-bottom: 15rem !important;
    }
    .ml-sm-150 {
        margin-left: 15rem !important;
    }
    .mx-sm-150 {
        margin-right: 15rem !important;
        margin-left: 15rem !important;
    }
    .my-sm-150 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }
    .m-sm-160 {
        margin: 16rem !important;
    }
    .mt-sm-160 {
        margin-top: 16rem !important;
    }
    .mr-sm-160 {
        margin-right: 16rem !important;
    }
    .mb-sm-160 {
        margin-bottom: 16rem !important;
    }
    .ml-sm-160 {
        margin-left: 16rem !important;
    }
    .mx-sm-160 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }
    .my-sm-160 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }
    .m-sm-170 {
        margin: 17rem !important;
    }
    .mt-sm-170 {
        margin-top: 17rem !important;
    }
    .mr-sm-170 {
        margin-right: 17rem !important;
    }
    .mb-sm-170 {
        margin-bottom: 17rem !important;
    }
    .ml-sm-170 {
        margin-left: 17rem !important;
    }
    .mx-sm-170 {
        margin-right: 17rem !important;
        margin-left: 17rem !important;
    }
    .my-sm-170 {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto {
        margin-left: auto !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-sm-1 {
        padding: 0.1rem !important;
    }
    .pt-sm-1 {
        padding-top: 0.1rem !important;
    }
    .pr-sm-1 {
        padding-right: 0.1rem !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.1rem !important;
    }
    .pl-sm-1 {
        padding-left: 0.1rem !important;
    }
    .px-sm-1 {
        padding-right: 0.1rem !important;
        padding-left: 0.1rem !important;
    }
    .py-sm-1 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }
    .p-sm-2 {
        padding: 0.2rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.2rem !important;
    }
    .pr-sm-2 {
        padding-right: 0.2rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.2rem !important;
    }
    .pl-sm-2 {
        padding-left: 0.2rem !important;
    }
    .px-sm-2 {
        padding-right: 0.2rem !important;
        padding-left: 0.2rem !important;
    }
    .py-sm-2 {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }
    .p-sm-3 {
        padding: 0.3rem !important;
    }
    .pt-sm-3 {
        padding-top: 0.3rem !important;
    }
    .pr-sm-3 {
        padding-right: 0.3rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 0.3rem !important;
    }
    .pl-sm-3 {
        padding-left: 0.3rem !important;
    }
    .px-sm-3 {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }
    .py-sm-3 {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }
    .p-sm-4 {
        padding: 0.4rem !important;
    }
    .pt-sm-4 {
        padding-top: 0.4rem !important;
    }
    .pr-sm-4 {
        padding-right: 0.4rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 0.4rem !important;
    }
    .pl-sm-4 {
        padding-left: 0.4rem !important;
    }
    .px-sm-4 {
        padding-right: 0.4rem !important;
        padding-left: 0.4rem !important;
    }
    .py-sm-4 {
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
    }
    .p-sm-5 {
        padding: 0.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-5 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-5 {
        padding-left: 0.5rem !important;
    }
    .px-sm-5 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .py-sm-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .p-sm-6 {
        padding: 0.6rem !important;
    }
    .pt-sm-6 {
        padding-top: 0.6rem !important;
    }
    .pr-sm-6 {
        padding-right: 0.6rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 0.6rem !important;
    }
    .pl-sm-6 {
        padding-left: 0.6rem !important;
    }
    .px-sm-6 {
        padding-right: 0.6rem !important;
        padding-left: 0.6rem !important;
    }
    .py-sm-6 {
        padding-top: 0.6rem !important;
        padding-bottom: 0.6rem !important;
    }
    .p-sm-7 {
        padding: 0.7rem !important;
    }
    .pt-sm-7 {
        padding-top: 0.7rem !important;
    }
    .pr-sm-7 {
        padding-right: 0.7rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 0.7rem !important;
    }
    .pl-sm-7 {
        padding-left: 0.7rem !important;
    }
    .px-sm-7 {
        padding-right: 0.7rem !important;
        padding-left: 0.7rem !important;
    }
    .py-sm-7 {
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
    }
    .p-sm-8 {
        padding: 0.8rem !important;
    }
    .pt-sm-8 {
        padding-top: 0.8rem !important;
    }
    .pr-sm-8 {
        padding-right: 0.8rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 0.8rem !important;
    }
    .pl-sm-8 {
        padding-left: 0.8rem !important;
    }
    .px-sm-8 {
        padding-right: 0.8rem !important;
        padding-left: 0.8rem !important;
    }
    .py-sm-8 {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
    .p-sm-9 {
        padding: 0.9rem !important;
    }
    .pt-sm-9 {
        padding-top: 0.9rem !important;
    }
    .pr-sm-9 {
        padding-right: 0.9rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 0.9rem !important;
    }
    .pl-sm-9 {
        padding-left: 0.9rem !important;
    }
    .px-sm-9 {
        padding-right: 0.9rem !important;
        padding-left: 0.9rem !important;
    }
    .py-sm-9 {
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
    }
    .p-sm-10 {
        padding: 1rem !important;
    }
    .pt-sm-10 {
        padding-top: 1rem !important;
    }
    .pr-sm-10 {
        padding-right: 1rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-10 {
        padding-left: 1rem !important;
    }
    .px-sm-10 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-sm-10 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-sm-15 {
        padding: 1.5rem !important;
    }
    .pt-sm-15 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-15 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-15 {
        padding-left: 1.5rem !important;
    }
    .px-sm-15 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-sm-15 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-sm-20 {
        padding: 2rem !important;
    }
    .pt-sm-20 {
        padding-top: 2rem !important;
    }
    .pr-sm-20 {
        padding-right: 2rem !important;
    }
    .pb-sm-20 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-20 {
        padding-left: 2rem !important;
    }
    .px-sm-20 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .py-sm-20 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .p-sm-25 {
        padding: 2.5rem !important;
    }
    .pt-sm-25 {
        padding-top: 2.5rem !important;
    }
    .pr-sm-25 {
        padding-right: 2.5rem !important;
    }
    .pb-sm-25 {
        padding-bottom: 2.5rem !important;
    }
    .pl-sm-25 {
        padding-left: 2.5rem !important;
    }
    .px-sm-25 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .py-sm-25 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .p-sm-30 {
        padding: 3rem !important;
    }
    .pt-sm-30 {
        padding-top: 3rem !important;
    }
    .pr-sm-30 {
        padding-right: 3rem !important;
    }
    .pb-sm-30 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-30 {
        padding-left: 3rem !important;
    }
    .px-sm-30 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-30 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .p-sm-35 {
        padding: 3.5rem !important;
    }
    .pt-sm-35 {
        padding-top: 3.5rem !important;
    }
    .pr-sm-35 {
        padding-right: 3.5rem !important;
    }
    .pb-sm-35 {
        padding-bottom: 3.5rem !important;
    }
    .pl-sm-35 {
        padding-left: 3.5rem !important;
    }
    .px-sm-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
    .py-sm-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .p-sm-40 {
        padding: 4rem !important;
    }
    .pt-sm-40 {
        padding-top: 4rem !important;
    }
    .pr-sm-40 {
        padding-right: 4rem !important;
    }
    .pb-sm-40 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-40 {
        padding-left: 4rem !important;
    }
    .px-sm-40 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .py-sm-40 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .p-sm-45 {
        padding: 4.5rem !important;
    }
    .pt-sm-45 {
        padding-top: 4.5rem !important;
    }
    .pr-sm-45 {
        padding-right: 4.5rem !important;
    }
    .pb-sm-45 {
        padding-bottom: 4.5rem !important;
    }
    .pl-sm-45 {
        padding-left: 4.5rem !important;
    }
    .px-sm-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }
    .py-sm-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .p-sm-50 {
        padding: 5rem !important;
    }
    .pt-sm-50 {
        padding-top: 5rem !important;
    }
    .pr-sm-50 {
        padding-right: 5rem !important;
    }
    .pb-sm-50 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-50 {
        padding-left: 5rem !important;
    }
    .px-sm-50 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-sm-50 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .p-sm-55 {
        padding: 5.5rem !important;
    }
    .pt-sm-55 {
        padding-top: 5.5rem !important;
    }
    .pr-sm-55 {
        padding-right: 5.5rem !important;
    }
    .pb-sm-55 {
        padding-bottom: 5.5rem !important;
    }
    .pl-sm-55 {
        padding-left: 5.5rem !important;
    }
    .px-sm-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }
    .py-sm-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }
    .p-sm-60 {
        padding: 6rem !important;
    }
    .pt-sm-60 {
        padding-top: 6rem !important;
    }
    .pr-sm-60 {
        padding-right: 6rem !important;
    }
    .pb-sm-60 {
        padding-bottom: 6rem !important;
    }
    .pl-sm-60 {
        padding-left: 6rem !important;
    }
    .px-sm-60 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
    .py-sm-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .p-sm-65 {
        padding: 6.5rem !important;
    }
    .pt-sm-65 {
        padding-top: 6.5rem !important;
    }
    .pr-sm-65 {
        padding-right: 6.5rem !important;
    }
    .pb-sm-65 {
        padding-bottom: 6.5rem !important;
    }
    .pl-sm-65 {
        padding-left: 6.5rem !important;
    }
    .px-sm-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }
    .py-sm-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }
    .p-sm-70 {
        padding: 7rem !important;
    }
    .pt-sm-70 {
        padding-top: 7rem !important;
    }
    .pr-sm-70 {
        padding-right: 7rem !important;
    }
    .pb-sm-70 {
        padding-bottom: 7rem !important;
    }
    .pl-sm-70 {
        padding-left: 7rem !important;
    }
    .px-sm-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }
    .py-sm-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .p-sm-75 {
        padding: 7.5rem !important;
    }
    .pt-sm-75 {
        padding-top: 7.5rem !important;
    }
    .pr-sm-75 {
        padding-right: 7.5rem !important;
    }
    .pb-sm-75 {
        padding-bottom: 7.5rem !important;
    }
    .pl-sm-75 {
        padding-left: 7.5rem !important;
    }
    .px-sm-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }
    .py-sm-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .p-sm-80 {
        padding: 8rem !important;
    }
    .pt-sm-80 {
        padding-top: 8rem !important;
    }
    .pr-sm-80 {
        padding-right: 8rem !important;
    }
    .pb-sm-80 {
        padding-bottom: 8rem !important;
    }
    .pl-sm-80 {
        padding-left: 8rem !important;
    }
    .px-sm-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }
    .py-sm-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .p-sm-85 {
        padding: 8.5rem !important;
    }
    .pt-sm-85 {
        padding-top: 8.5rem !important;
    }
    .pr-sm-85 {
        padding-right: 8.5rem !important;
    }
    .pb-sm-85 {
        padding-bottom: 8.5rem !important;
    }
    .pl-sm-85 {
        padding-left: 8.5rem !important;
    }
    .px-sm-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }
    .py-sm-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }
    .p-sm-90 {
        padding: 9rem !important;
    }
    .pt-sm-90 {
        padding-top: 9rem !important;
    }
    .pr-sm-90 {
        padding-right: 9rem !important;
    }
    .pb-sm-90 {
        padding-bottom: 9rem !important;
    }
    .pl-sm-90 {
        padding-left: 9rem !important;
    }
    .px-sm-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }
    .py-sm-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .p-sm-95 {
        padding: 9.5rem !important;
    }
    .pt-sm-95 {
        padding-top: 9.5rem !important;
    }
    .pr-sm-95 {
        padding-right: 9.5rem !important;
    }
    .pb-sm-95 {
        padding-bottom: 9.5rem !important;
    }
    .pl-sm-95 {
        padding-left: 9.5rem !important;
    }
    .px-sm-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }
    .py-sm-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }
    .p-sm-100 {
        padding: 10rem !important;
    }
    .pt-sm-100 {
        padding-top: 10rem !important;
    }
    .pr-sm-100 {
        padding-right: 10rem !important;
    }
    .pb-sm-100 {
        padding-bottom: 10rem !important;
    }
    .pl-sm-100 {
        padding-left: 10rem !important;
    }
    .px-sm-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }
    .py-sm-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .p-sm-110 {
        padding: 11rem !important;
    }
    .pt-sm-110 {
        padding-top: 11rem !important;
    }
    .pr-sm-110 {
        padding-right: 11rem !important;
    }
    .pb-sm-110 {
        padding-bottom: 11rem !important;
    }
    .pl-sm-110 {
        padding-left: 11rem !important;
    }
    .px-sm-110 {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }
    .py-sm-110 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }
    .p-sm-120 {
        padding: 12rem !important;
    }
    .pt-sm-120 {
        padding-top: 12rem !important;
    }
    .pr-sm-120 {
        padding-right: 12rem !important;
    }
    .pb-sm-120 {
        padding-bottom: 12rem !important;
    }
    .pl-sm-120 {
        padding-left: 12rem !important;
    }
    .px-sm-120 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
    .py-sm-120 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .p-sm-130 {
        padding: 13rem !important;
    }
    .pt-sm-130 {
        padding-top: 13rem !important;
    }
    .pr-sm-130 {
        padding-right: 13rem !important;
    }
    .pb-sm-130 {
        padding-bottom: 13rem !important;
    }
    .pl-sm-130 {
        padding-left: 13rem !important;
    }
    .px-sm-130 {
        padding-right: 13rem !important;
        padding-left: 13rem !important;
    }
    .py-sm-130 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }
    .p-sm-140 {
        padding: 14rem !important;
    }
    .pt-sm-140 {
        padding-top: 14rem !important;
    }
    .pr-sm-140 {
        padding-right: 14rem !important;
    }
    .pb-sm-140 {
        padding-bottom: 14rem !important;
    }
    .pl-sm-140 {
        padding-left: 14rem !important;
    }
    .px-sm-140 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }
    .py-sm-140 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }
    .p-sm-150 {
        padding: 15rem !important;
    }
    .pt-sm-150 {
        padding-top: 15rem !important;
    }
    .pr-sm-150 {
        padding-right: 15rem !important;
    }
    .pb-sm-150 {
        padding-bottom: 15rem !important;
    }
    .pl-sm-150 {
        padding-left: 15rem !important;
    }
    .px-sm-150 {
        padding-right: 15rem !important;
        padding-left: 15rem !important;
    }
    .py-sm-150 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }
    .p-sm-160 {
        padding: 16rem !important;
    }
    .pt-sm-160 {
        padding-top: 16rem !important;
    }
    .pr-sm-160 {
        padding-right: 16rem !important;
    }
    .pb-sm-160 {
        padding-bottom: 16rem !important;
    }
    .pl-sm-160 {
        padding-left: 16rem !important;
    }
    .px-sm-160 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }
    .py-sm-160 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }
    .p-sm-170 {
        padding: 17rem !important;
    }
    .pt-sm-170 {
        padding-top: 17rem !important;
    }
    .pr-sm-170 {
        padding-right: 17rem !important;
    }
    .pb-sm-170 {
        padding-bottom: 17rem !important;
    }
    .pl-sm-170 {
        padding-left: 17rem !important;
    }
    .px-sm-170 {
        padding-right: 17rem !important;
        padding-left: 17rem !important;
    }
    .py-sm-170 {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important;
    }
}
@media (min-width: 1024px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-md-1 {
        margin: 0.1rem !important;
    }
    .mt-md-1 {
        margin-top: 0.1rem !important;
    }
    .mr-md-1 {
        margin-right: 0.1rem !important;
    }
    .mb-md-1 {
        margin-bottom: 0.1rem !important;
    }
    .ml-md-1 {
        margin-left: 0.1rem !important;
    }
    .mx-md-1 {
        margin-right: 0.1rem !important;
        margin-left: 0.1rem !important;
    }
    .my-md-1 {
        margin-top: 0.1rem !important;
        margin-bottom: 0.1rem !important;
    }
    .m-md-2 {
        margin: 0.2rem !important;
    }
    .mt-md-2 {
        margin-top: 0.2rem !important;
    }
    .mr-md-2 {
        margin-right: 0.2rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.2rem !important;
    }
    .ml-md-2 {
        margin-left: 0.2rem !important;
    }
    .mx-md-2 {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }
    .my-md-2 {
        margin-top: 0.2rem !important;
        margin-bottom: 0.2rem !important;
    }
    .m-md-3 {
        margin: 0.3rem !important;
    }
    .mt-md-3 {
        margin-top: 0.3rem !important;
    }
    .mr-md-3 {
        margin-right: 0.3rem !important;
    }
    .mb-md-3 {
        margin-bottom: 0.3rem !important;
    }
    .ml-md-3 {
        margin-left: 0.3rem !important;
    }
    .mx-md-3 {
        margin-right: 0.3rem !important;
        margin-left: 0.3rem !important;
    }
    .my-md-3 {
        margin-top: 0.3rem !important;
        margin-bottom: 0.3rem !important;
    }
    .m-md-4 {
        margin: 0.4rem !important;
    }
    .mt-md-4 {
        margin-top: 0.4rem !important;
    }
    .mr-md-4 {
        margin-right: 0.4rem !important;
    }
    .mb-md-4 {
        margin-bottom: 0.4rem !important;
    }
    .ml-md-4 {
        margin-left: 0.4rem !important;
    }
    .mx-md-4 {
        margin-right: 0.4rem !important;
        margin-left: 0.4rem !important;
    }
    .my-md-4 {
        margin-top: 0.4rem !important;
        margin-bottom: 0.4rem !important;
    }
    .m-md-5 {
        margin: 0.5rem !important;
    }
    .mt-md-5 {
        margin-top: 0.5rem !important;
    }
    .mr-md-5 {
        margin-right: 0.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-5 {
        margin-left: 0.5rem !important;
    }
    .mx-md-5 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .my-md-5 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .m-md-6 {
        margin: 0.6rem !important;
    }
    .mt-md-6 {
        margin-top: 0.6rem !important;
    }
    .mr-md-6 {
        margin-right: 0.6rem !important;
    }
    .mb-md-6 {
        margin-bottom: 0.6rem !important;
    }
    .ml-md-6 {
        margin-left: 0.6rem !important;
    }
    .mx-md-6 {
        margin-right: 0.6rem !important;
        margin-left: 0.6rem !important;
    }
    .my-md-6 {
        margin-top: 0.6rem !important;
        margin-bottom: 0.6rem !important;
    }
    .m-md-7 {
        margin: 0.7rem !important;
    }
    .mt-md-7 {
        margin-top: 0.7rem !important;
    }
    .mr-md-7 {
        margin-right: 0.7rem !important;
    }
    .mb-md-7 {
        margin-bottom: 0.7rem !important;
    }
    .ml-md-7 {
        margin-left: 0.7rem !important;
    }
    .mx-md-7 {
        margin-right: 0.7rem !important;
        margin-left: 0.7rem !important;
    }
    .my-md-7 {
        margin-top: 0.7rem !important;
        margin-bottom: 0.7rem !important;
    }
    .m-md-8 {
        margin: 0.8rem !important;
    }
    .mt-md-8 {
        margin-top: 0.8rem !important;
    }
    .mr-md-8 {
        margin-right: 0.8rem !important;
    }
    .mb-md-8 {
        margin-bottom: 0.8rem !important;
    }
    .ml-md-8 {
        margin-left: 0.8rem !important;
    }
    .mx-md-8 {
        margin-right: 0.8rem !important;
        margin-left: 0.8rem !important;
    }
    .my-md-8 {
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }
    .m-md-9 {
        margin: 0.9rem !important;
    }
    .mt-md-9 {
        margin-top: 0.9rem !important;
    }
    .mr-md-9 {
        margin-right: 0.9rem !important;
    }
    .mb-md-9 {
        margin-bottom: 0.9rem !important;
    }
    .ml-md-9 {
        margin-left: 0.9rem !important;
    }
    .mx-md-9 {
        margin-right: 0.9rem !important;
        margin-left: 0.9rem !important;
    }
    .my-md-9 {
        margin-top: 0.9rem !important;
        margin-bottom: 0.9rem !important;
    }
    .m-md-10 {
        margin: 1rem !important;
    }
    .mt-md-10 {
        margin-top: 1rem !important;
    }
    .mr-md-10 {
        margin-right: 1rem !important;
    }
    .mb-md-10 {
        margin-bottom: 1rem !important;
    }
    .ml-md-10 {
        margin-left: 1rem !important;
    }
    .mx-md-10 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-md-10 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-md-15 {
        margin: 1.5rem !important;
    }
    .mt-md-15 {
        margin-top: 1.5rem !important;
    }
    .mr-md-15 {
        margin-right: 1.5rem !important;
    }
    .mb-md-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-15 {
        margin-left: 1.5rem !important;
    }
    .mx-md-15 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-md-15 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-md-20 {
        margin: 2rem !important;
    }
    .mt-md-20 {
        margin-top: 2rem !important;
    }
    .mr-md-20 {
        margin-right: 2rem !important;
    }
    .mb-md-20 {
        margin-bottom: 2rem !important;
    }
    .ml-md-20 {
        margin-left: 2rem !important;
    }
    .mx-md-20 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .my-md-20 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .m-md-25 {
        margin: 2.5rem !important;
    }
    .mt-md-25 {
        margin-top: 2.5rem !important;
    }
    .mr-md-25 {
        margin-right: 2.5rem !important;
    }
    .mb-md-25 {
        margin-bottom: 2.5rem !important;
    }
    .ml-md-25 {
        margin-left: 2.5rem !important;
    }
    .mx-md-25 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }
    .my-md-25 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .m-md-30 {
        margin: 3rem !important;
    }
    .mt-md-30 {
        margin-top: 3rem !important;
    }
    .mr-md-30 {
        margin-right: 3rem !important;
    }
    .mb-md-30 {
        margin-bottom: 3rem !important;
    }
    .ml-md-30 {
        margin-left: 3rem !important;
    }
    .mx-md-30 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-md-30 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .m-md-35 {
        margin: 3.5rem !important;
    }
    .mt-md-35 {
        margin-top: 3.5rem !important;
    }
    .mr-md-35 {
        margin-right: 3.5rem !important;
    }
    .mb-md-35 {
        margin-bottom: 3.5rem !important;
    }
    .ml-md-35 {
        margin-left: 3.5rem !important;
    }
    .mx-md-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }
    .my-md-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .m-md-40 {
        margin: 4rem !important;
    }
    .mt-md-40 {
        margin-top: 4rem !important;
    }
    .mr-md-40 {
        margin-right: 4rem !important;
    }
    .mb-md-40 {
        margin-bottom: 4rem !important;
    }
    .ml-md-40 {
        margin-left: 4rem !important;
    }
    .mx-md-40 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .my-md-40 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .m-md-45 {
        margin: 4.5rem !important;
    }
    .mt-md-45 {
        margin-top: 4.5rem !important;
    }
    .mr-md-45 {
        margin-right: 4.5rem !important;
    }
    .mb-md-45 {
        margin-bottom: 4.5rem !important;
    }
    .ml-md-45 {
        margin-left: 4.5rem !important;
    }
    .mx-md-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }
    .my-md-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }
    .m-md-50 {
        margin: 5rem !important;
    }
    .mt-md-50 {
        margin-top: 5rem !important;
    }
    .mr-md-50 {
        margin-right: 5rem !important;
    }
    .mb-md-50 {
        margin-bottom: 5rem !important;
    }
    .ml-md-50 {
        margin-left: 5rem !important;
    }
    .mx-md-50 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .my-md-50 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .m-md-55 {
        margin: 5.5rem !important;
    }
    .mt-md-55 {
        margin-top: 5.5rem !important;
    }
    .mr-md-55 {
        margin-right: 5.5rem !important;
    }
    .mb-md-55 {
        margin-bottom: 5.5rem !important;
    }
    .ml-md-55 {
        margin-left: 5.5rem !important;
    }
    .mx-md-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }
    .my-md-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }
    .m-md-60 {
        margin: 6rem !important;
    }
    .mt-md-60 {
        margin-top: 6rem !important;
    }
    .mr-md-60 {
        margin-right: 6rem !important;
    }
    .mb-md-60 {
        margin-bottom: 6rem !important;
    }
    .ml-md-60 {
        margin-left: 6rem !important;
    }
    .mx-md-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }
    .my-md-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .m-md-65 {
        margin: 6.5rem !important;
    }
    .mt-md-65 {
        margin-top: 6.5rem !important;
    }
    .mr-md-65 {
        margin-right: 6.5rem !important;
    }
    .mb-md-65 {
        margin-bottom: 6.5rem !important;
    }
    .ml-md-65 {
        margin-left: 6.5rem !important;
    }
    .mx-md-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }
    .my-md-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }
    .m-md-70 {
        margin: 7rem !important;
    }
    .mt-md-70 {
        margin-top: 7rem !important;
    }
    .mr-md-70 {
        margin-right: 7rem !important;
    }
    .mb-md-70 {
        margin-bottom: 7rem !important;
    }
    .ml-md-70 {
        margin-left: 7rem !important;
    }
    .mx-md-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }
    .my-md-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .m-md-75 {
        margin: 7.5rem !important;
    }
    .mt-md-75 {
        margin-top: 7.5rem !important;
    }
    .mr-md-75 {
        margin-right: 7.5rem !important;
    }
    .mb-md-75 {
        margin-bottom: 7.5rem !important;
    }
    .ml-md-75 {
        margin-left: 7.5rem !important;
    }
    .mx-md-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }
    .my-md-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .m-md-80 {
        margin: 8rem !important;
    }
    .mt-md-80 {
        margin-top: 8rem !important;
    }
    .mr-md-80 {
        margin-right: 8rem !important;
    }
    .mb-md-80 {
        margin-bottom: 8rem !important;
    }
    .ml-md-80 {
        margin-left: 8rem !important;
    }
    .mx-md-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }
    .my-md-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
    .m-md-85 {
        margin: 8.5rem !important;
    }
    .mt-md-85 {
        margin-top: 8.5rem !important;
    }
    .mr-md-85 {
        margin-right: 8.5rem !important;
    }
    .mb-md-85 {
        margin-bottom: 8.5rem !important;
    }
    .ml-md-85 {
        margin-left: 8.5rem !important;
    }
    .mx-md-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }
    .my-md-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }
    .m-md-90 {
        margin: 9rem !important;
    }
    .mt-md-90 {
        margin-top: 9rem !important;
    }
    .mr-md-90 {
        margin-right: 9rem !important;
    }
    .mb-md-90 {
        margin-bottom: 9rem !important;
    }
    .ml-md-90 {
        margin-left: 9rem !important;
    }
    .mx-md-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }
    .my-md-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .m-md-95 {
        margin: 9.5rem !important;
    }
    .mt-md-95 {
        margin-top: 9.5rem !important;
    }
    .mr-md-95 {
        margin-right: 9.5rem !important;
    }
    .mb-md-95 {
        margin-bottom: 9.5rem !important;
    }
    .ml-md-95 {
        margin-left: 9.5rem !important;
    }
    .mx-md-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }
    .my-md-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }
    .m-md-100 {
        margin: 10rem !important;
    }
    .mt-md-100 {
        margin-top: 10rem !important;
    }
    .mr-md-100 {
        margin-right: 10rem !important;
    }
    .mb-md-100 {
        margin-bottom: 10rem !important;
    }
    .ml-md-100 {
        margin-left: 10rem !important;
    }
    .mx-md-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }
    .my-md-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .m-md-110 {
        margin: 11rem !important;
    }
    .mt-md-110 {
        margin-top: 11rem !important;
    }
    .mr-md-110 {
        margin-right: 11rem !important;
    }
    .mb-md-110 {
        margin-bottom: 11rem !important;
    }
    .ml-md-110 {
        margin-left: 11rem !important;
    }
    .mx-md-110 {
        margin-right: 11rem !important;
        margin-left: 11rem !important;
    }
    .my-md-110 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }
    .m-md-120 {
        margin: 12rem !important;
    }
    .mt-md-120 {
        margin-top: 12rem !important;
    }
    .mr-md-120 {
        margin-right: 12rem !important;
    }
    .mb-md-120 {
        margin-bottom: 12rem !important;
    }
    .ml-md-120 {
        margin-left: 12rem !important;
    }
    .mx-md-120 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }
    .my-md-120 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .m-md-130 {
        margin: 13rem !important;
    }
    .mt-md-130 {
        margin-top: 13rem !important;
    }
    .mr-md-130 {
        margin-right: 13rem !important;
    }
    .mb-md-130 {
        margin-bottom: 13rem !important;
    }
    .ml-md-130 {
        margin-left: 13rem !important;
    }
    .mx-md-130 {
        margin-right: 13rem !important;
        margin-left: 13rem !important;
    }
    .my-md-130 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }
    .m-md-140 {
        margin: 14rem !important;
    }
    .mt-md-140 {
        margin-top: 14rem !important;
    }
    .mr-md-140 {
        margin-right: 14rem !important;
    }
    .mb-md-140 {
        margin-bottom: 14rem !important;
    }
    .ml-md-140 {
        margin-left: 14rem !important;
    }
    .mx-md-140 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }
    .my-md-140 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }
    .m-md-150 {
        margin: 15rem !important;
    }
    .mt-md-150 {
        margin-top: 15rem !important;
    }
    .mr-md-150 {
        margin-right: 15rem !important;
    }
    .mb-md-150 {
        margin-bottom: 15rem !important;
    }
    .ml-md-150 {
        margin-left: 15rem !important;
    }
    .mx-md-150 {
        margin-right: 15rem !important;
        margin-left: 15rem !important;
    }
    .my-md-150 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }
    .m-md-160 {
        margin: 16rem !important;
    }
    .mt-md-160 {
        margin-top: 16rem !important;
    }
    .mr-md-160 {
        margin-right: 16rem !important;
    }
    .mb-md-160 {
        margin-bottom: 16rem !important;
    }
    .ml-md-160 {
        margin-left: 16rem !important;
    }
    .mx-md-160 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }
    .my-md-160 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }
    .m-md-170 {
        margin: 17rem !important;
    }
    .mt-md-170 {
        margin-top: 17rem !important;
    }
    .mr-md-170 {
        margin-right: 17rem !important;
    }
    .mb-md-170 {
        margin-bottom: 17rem !important;
    }
    .ml-md-170 {
        margin-left: 17rem !important;
    }
    .mx-md-170 {
        margin-right: 17rem !important;
        margin-left: 17rem !important;
    }
    .my-md-170 {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto {
        margin-left: auto !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0 {
        padding-left: 0 !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-md-1 {
        padding: 0.1rem !important;
    }
    .pt-md-1 {
        padding-top: 0.1rem !important;
    }
    .pr-md-1 {
        padding-right: 0.1rem !important;
    }
    .pb-md-1 {
        padding-bottom: 0.1rem !important;
    }
    .pl-md-1 {
        padding-left: 0.1rem !important;
    }
    .px-md-1 {
        padding-right: 0.1rem !important;
        padding-left: 0.1rem !important;
    }
    .py-md-1 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }
    .p-md-2 {
        padding: 0.2rem !important;
    }
    .pt-md-2 {
        padding-top: 0.2rem !important;
    }
    .pr-md-2 {
        padding-right: 0.2rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.2rem !important;
    }
    .pl-md-2 {
        padding-left: 0.2rem !important;
    }
    .px-md-2 {
        padding-right: 0.2rem !important;
        padding-left: 0.2rem !important;
    }
    .py-md-2 {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }
    .p-md-3 {
        padding: 0.3rem !important;
    }
    .pt-md-3 {
        padding-top: 0.3rem !important;
    }
    .pr-md-3 {
        padding-right: 0.3rem !important;
    }
    .pb-md-3 {
        padding-bottom: 0.3rem !important;
    }
    .pl-md-3 {
        padding-left: 0.3rem !important;
    }
    .px-md-3 {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }
    .py-md-3 {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }
    .p-md-4 {
        padding: 0.4rem !important;
    }
    .pt-md-4 {
        padding-top: 0.4rem !important;
    }
    .pr-md-4 {
        padding-right: 0.4rem !important;
    }
    .pb-md-4 {
        padding-bottom: 0.4rem !important;
    }
    .pl-md-4 {
        padding-left: 0.4rem !important;
    }
    .px-md-4 {
        padding-right: 0.4rem !important;
        padding-left: 0.4rem !important;
    }
    .py-md-4 {
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
    }
    .p-md-5 {
        padding: 0.5rem !important;
    }
    .pt-md-5 {
        padding-top: 0.5rem !important;
    }
    .pr-md-5 {
        padding-right: 0.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-5 {
        padding-left: 0.5rem !important;
    }
    .px-md-5 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .py-md-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .p-md-6 {
        padding: 0.6rem !important;
    }
    .pt-md-6 {
        padding-top: 0.6rem !important;
    }
    .pr-md-6 {
        padding-right: 0.6rem !important;
    }
    .pb-md-6 {
        padding-bottom: 0.6rem !important;
    }
    .pl-md-6 {
        padding-left: 0.6rem !important;
    }
    .px-md-6 {
        padding-right: 0.6rem !important;
        padding-left: 0.6rem !important;
    }
    .py-md-6 {
        padding-top: 0.6rem !important;
        padding-bottom: 0.6rem !important;
    }
    .p-md-7 {
        padding: 0.7rem !important;
    }
    .pt-md-7 {
        padding-top: 0.7rem !important;
    }
    .pr-md-7 {
        padding-right: 0.7rem !important;
    }
    .pb-md-7 {
        padding-bottom: 0.7rem !important;
    }
    .pl-md-7 {
        padding-left: 0.7rem !important;
    }
    .px-md-7 {
        padding-right: 0.7rem !important;
        padding-left: 0.7rem !important;
    }
    .py-md-7 {
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
    }
    .p-md-8 {
        padding: 0.8rem !important;
    }
    .pt-md-8 {
        padding-top: 0.8rem !important;
    }
    .pr-md-8 {
        padding-right: 0.8rem !important;
    }
    .pb-md-8 {
        padding-bottom: 0.8rem !important;
    }
    .pl-md-8 {
        padding-left: 0.8rem !important;
    }
    .px-md-8 {
        padding-right: 0.8rem !important;
        padding-left: 0.8rem !important;
    }
    .py-md-8 {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
    .p-md-9 {
        padding: 0.9rem !important;
    }
    .pt-md-9 {
        padding-top: 0.9rem !important;
    }
    .pr-md-9 {
        padding-right: 0.9rem !important;
    }
    .pb-md-9 {
        padding-bottom: 0.9rem !important;
    }
    .pl-md-9 {
        padding-left: 0.9rem !important;
    }
    .px-md-9 {
        padding-right: 0.9rem !important;
        padding-left: 0.9rem !important;
    }
    .py-md-9 {
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
    }
    .p-md-10 {
        padding: 1rem !important;
    }
    .pt-md-10 {
        padding-top: 1rem !important;
    }
    .pr-md-10 {
        padding-right: 1rem !important;
    }
    .pb-md-10 {
        padding-bottom: 1rem !important;
    }
    .pl-md-10 {
        padding-left: 1rem !important;
    }
    .px-md-10 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-md-10 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-md-15 {
        padding: 1.5rem !important;
    }
    .pt-md-15 {
        padding-top: 1.5rem !important;
    }
    .pr-md-15 {
        padding-right: 1.5rem !important;
    }
    .pb-md-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-15 {
        padding-left: 1.5rem !important;
    }
    .px-md-15 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-md-15 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-md-20 {
        padding: 2rem !important;
    }
    .pt-md-20 {
        padding-top: 2rem !important;
    }
    .pr-md-20 {
        padding-right: 2rem !important;
    }
    .pb-md-20 {
        padding-bottom: 2rem !important;
    }
    .pl-md-20 {
        padding-left: 2rem !important;
    }
    .px-md-20 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .py-md-20 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .p-md-25 {
        padding: 2.5rem !important;
    }
    .pt-md-25 {
        padding-top: 2.5rem !important;
    }
    .pr-md-25 {
        padding-right: 2.5rem !important;
    }
    .pb-md-25 {
        padding-bottom: 2.5rem !important;
    }
    .pl-md-25 {
        padding-left: 2.5rem !important;
    }
    .px-md-25 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .py-md-25 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .p-md-30 {
        padding: 3rem !important;
    }
    .pt-md-30 {
        padding-top: 3rem !important;
    }
    .pr-md-30 {
        padding-right: 3rem !important;
    }
    .pb-md-30 {
        padding-bottom: 3rem !important;
    }
    .pl-md-30 {
        padding-left: 3rem !important;
    }
    .px-md-30 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-30 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .p-md-35 {
        padding: 3.5rem !important;
    }
    .pt-md-35 {
        padding-top: 3.5rem !important;
    }
    .pr-md-35 {
        padding-right: 3.5rem !important;
    }
    .pb-md-35 {
        padding-bottom: 3.5rem !important;
    }
    .pl-md-35 {
        padding-left: 3.5rem !important;
    }
    .px-md-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
    .py-md-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .p-md-40 {
        padding: 4rem !important;
    }
    .pt-md-40 {
        padding-top: 4rem !important;
    }
    .pr-md-40 {
        padding-right: 4rem !important;
    }
    .pb-md-40 {
        padding-bottom: 4rem !important;
    }
    .pl-md-40 {
        padding-left: 4rem !important;
    }
    .px-md-40 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .py-md-40 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .p-md-45 {
        padding: 4.5rem !important;
    }
    .pt-md-45 {
        padding-top: 4.5rem !important;
    }
    .pr-md-45 {
        padding-right: 4.5rem !important;
    }
    .pb-md-45 {
        padding-bottom: 4.5rem !important;
    }
    .pl-md-45 {
        padding-left: 4.5rem !important;
    }
    .px-md-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }
    .py-md-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .p-md-50 {
        padding: 5rem !important;
    }
    .pt-md-50 {
        padding-top: 5rem !important;
    }
    .pr-md-50 {
        padding-right: 5rem !important;
    }
    .pb-md-50 {
        padding-bottom: 5rem !important;
    }
    .pl-md-50 {
        padding-left: 5rem !important;
    }
    .px-md-50 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-md-50 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .p-md-55 {
        padding: 5.5rem !important;
    }
    .pt-md-55 {
        padding-top: 5.5rem !important;
    }
    .pr-md-55 {
        padding-right: 5.5rem !important;
    }
    .pb-md-55 {
        padding-bottom: 5.5rem !important;
    }
    .pl-md-55 {
        padding-left: 5.5rem !important;
    }
    .px-md-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }
    .py-md-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }
    .p-md-60 {
        padding: 6rem !important;
    }
    .pt-md-60 {
        padding-top: 6rem !important;
    }
    .pr-md-60 {
        padding-right: 6rem !important;
    }
    .pb-md-60 {
        padding-bottom: 6rem !important;
    }
    .pl-md-60 {
        padding-left: 6rem !important;
    }
    .px-md-60 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
    .py-md-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .p-md-65 {
        padding: 6.5rem !important;
    }
    .pt-md-65 {
        padding-top: 6.5rem !important;
    }
    .pr-md-65 {
        padding-right: 6.5rem !important;
    }
    .pb-md-65 {
        padding-bottom: 6.5rem !important;
    }
    .pl-md-65 {
        padding-left: 6.5rem !important;
    }
    .px-md-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }
    .py-md-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }
    .p-md-70 {
        padding: 7rem !important;
    }
    .pt-md-70 {
        padding-top: 7rem !important;
    }
    .pr-md-70 {
        padding-right: 7rem !important;
    }
    .pb-md-70 {
        padding-bottom: 7rem !important;
    }
    .pl-md-70 {
        padding-left: 7rem !important;
    }
    .px-md-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }
    .py-md-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .p-md-75 {
        padding: 7.5rem !important;
    }
    .pt-md-75 {
        padding-top: 7.5rem !important;
    }
    .pr-md-75 {
        padding-right: 7.5rem !important;
    }
    .pb-md-75 {
        padding-bottom: 7.5rem !important;
    }
    .pl-md-75 {
        padding-left: 7.5rem !important;
    }
    .px-md-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }
    .py-md-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .p-md-80 {
        padding: 8rem !important;
    }
    .pt-md-80 {
        padding-top: 8rem !important;
    }
    .pr-md-80 {
        padding-right: 8rem !important;
    }
    .pb-md-80 {
        padding-bottom: 8rem !important;
    }
    .pl-md-80 {
        padding-left: 8rem !important;
    }
    .px-md-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }
    .py-md-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .p-md-85 {
        padding: 8.5rem !important;
    }
    .pt-md-85 {
        padding-top: 8.5rem !important;
    }
    .pr-md-85 {
        padding-right: 8.5rem !important;
    }
    .pb-md-85 {
        padding-bottom: 8.5rem !important;
    }
    .pl-md-85 {
        padding-left: 8.5rem !important;
    }
    .px-md-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }
    .py-md-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }
    .p-md-90 {
        padding: 9rem !important;
    }
    .pt-md-90 {
        padding-top: 9rem !important;
    }
    .pr-md-90 {
        padding-right: 9rem !important;
    }
    .pb-md-90 {
        padding-bottom: 9rem !important;
    }
    .pl-md-90 {
        padding-left: 9rem !important;
    }
    .px-md-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }
    .py-md-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .p-md-95 {
        padding: 9.5rem !important;
    }
    .pt-md-95 {
        padding-top: 9.5rem !important;
    }
    .pr-md-95 {
        padding-right: 9.5rem !important;
    }
    .pb-md-95 {
        padding-bottom: 9.5rem !important;
    }
    .pl-md-95 {
        padding-left: 9.5rem !important;
    }
    .px-md-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }
    .py-md-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }
    .p-md-100 {
        padding: 10rem !important;
    }
    .pt-md-100 {
        padding-top: 10rem !important;
    }
    .pr-md-100 {
        padding-right: 10rem !important;
    }
    .pb-md-100 {
        padding-bottom: 10rem !important;
    }
    .pl-md-100 {
        padding-left: 10rem !important;
    }
    .px-md-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }
    .py-md-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .p-md-110 {
        padding: 11rem !important;
    }
    .pt-md-110 {
        padding-top: 11rem !important;
    }
    .pr-md-110 {
        padding-right: 11rem !important;
    }
    .pb-md-110 {
        padding-bottom: 11rem !important;
    }
    .pl-md-110 {
        padding-left: 11rem !important;
    }
    .px-md-110 {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }
    .py-md-110 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }
    .p-md-120 {
        padding: 12rem !important;
    }
    .pt-md-120 {
        padding-top: 12rem !important;
    }
    .pr-md-120 {
        padding-right: 12rem !important;
    }
    .pb-md-120 {
        padding-bottom: 12rem !important;
    }
    .pl-md-120 {
        padding-left: 12rem !important;
    }
    .px-md-120 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
    .py-md-120 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .p-md-130 {
        padding: 13rem !important;
    }
    .pt-md-130 {
        padding-top: 13rem !important;
    }
    .pr-md-130 {
        padding-right: 13rem !important;
    }
    .pb-md-130 {
        padding-bottom: 13rem !important;
    }
    .pl-md-130 {
        padding-left: 13rem !important;
    }
    .px-md-130 {
        padding-right: 13rem !important;
        padding-left: 13rem !important;
    }
    .py-md-130 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }
    .p-md-140 {
        padding: 14rem !important;
    }
    .pt-md-140 {
        padding-top: 14rem !important;
    }
    .pr-md-140 {
        padding-right: 14rem !important;
    }
    .pb-md-140 {
        padding-bottom: 14rem !important;
    }
    .pl-md-140 {
        padding-left: 14rem !important;
    }
    .px-md-140 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }
    .py-md-140 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }
    .p-md-150 {
        padding: 15rem !important;
    }
    .pt-md-150 {
        padding-top: 15rem !important;
    }
    .pr-md-150 {
        padding-right: 15rem !important;
    }
    .pb-md-150 {
        padding-bottom: 15rem !important;
    }
    .pl-md-150 {
        padding-left: 15rem !important;
    }
    .px-md-150 {
        padding-right: 15rem !important;
        padding-left: 15rem !important;
    }
    .py-md-150 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }
    .p-md-160 {
        padding: 16rem !important;
    }
    .pt-md-160 {
        padding-top: 16rem !important;
    }
    .pr-md-160 {
        padding-right: 16rem !important;
    }
    .pb-md-160 {
        padding-bottom: 16rem !important;
    }
    .pl-md-160 {
        padding-left: 16rem !important;
    }
    .px-md-160 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }
    .py-md-160 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }
    .p-md-170 {
        padding: 17rem !important;
    }
    .pt-md-170 {
        padding-top: 17rem !important;
    }
    .pr-md-170 {
        padding-right: 17rem !important;
    }
    .pb-md-170 {
        padding-bottom: 17rem !important;
    }
    .pl-md-170 {
        padding-left: 17rem !important;
    }
    .px-md-170 {
        padding-right: 17rem !important;
        padding-left: 17rem !important;
    }
    .py-md-170 {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important;
    }
}
@media (min-width: 1200px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0 {
        margin-left: 0 !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-lg-1 {
        margin: 0.1rem !important;
    }
    .mt-lg-1 {
        margin-top: 0.1rem !important;
    }
    .mr-lg-1 {
        margin-right: 0.1rem !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.1rem !important;
    }
    .ml-lg-1 {
        margin-left: 0.1rem !important;
    }
    .mx-lg-1 {
        margin-right: 0.1rem !important;
        margin-left: 0.1rem !important;
    }
    .my-lg-1 {
        margin-top: 0.1rem !important;
        margin-bottom: 0.1rem !important;
    }
    .m-lg-2 {
        margin: 0.2rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.2rem !important;
    }
    .mr-lg-2 {
        margin-right: 0.2rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.2rem !important;
    }
    .ml-lg-2 {
        margin-left: 0.2rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }
    .my-lg-2 {
        margin-top: 0.2rem !important;
        margin-bottom: 0.2rem !important;
    }
    .m-lg-3 {
        margin: 0.3rem !important;
    }
    .mt-lg-3 {
        margin-top: 0.3rem !important;
    }
    .mr-lg-3 {
        margin-right: 0.3rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 0.3rem !important;
    }
    .ml-lg-3 {
        margin-left: 0.3rem !important;
    }
    .mx-lg-3 {
        margin-right: 0.3rem !important;
        margin-left: 0.3rem !important;
    }
    .my-lg-3 {
        margin-top: 0.3rem !important;
        margin-bottom: 0.3rem !important;
    }
    .m-lg-4 {
        margin: 0.4rem !important;
    }
    .mt-lg-4 {
        margin-top: 0.4rem !important;
    }
    .mr-lg-4 {
        margin-right: 0.4rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 0.4rem !important;
    }
    .ml-lg-4 {
        margin-left: 0.4rem !important;
    }
    .mx-lg-4 {
        margin-right: 0.4rem !important;
        margin-left: 0.4rem !important;
    }
    .my-lg-4 {
        margin-top: 0.4rem !important;
        margin-bottom: 0.4rem !important;
    }
    .m-lg-5 {
        margin: 0.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-5 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-5 {
        margin-left: 0.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .my-lg-5 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .m-lg-6 {
        margin: 0.6rem !important;
    }
    .mt-lg-6 {
        margin-top: 0.6rem !important;
    }
    .mr-lg-6 {
        margin-right: 0.6rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 0.6rem !important;
    }
    .ml-lg-6 {
        margin-left: 0.6rem !important;
    }
    .mx-lg-6 {
        margin-right: 0.6rem !important;
        margin-left: 0.6rem !important;
    }
    .my-lg-6 {
        margin-top: 0.6rem !important;
        margin-bottom: 0.6rem !important;
    }
    .m-lg-7 {
        margin: 0.7rem !important;
    }
    .mt-lg-7 {
        margin-top: 0.7rem !important;
    }
    .mr-lg-7 {
        margin-right: 0.7rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 0.7rem !important;
    }
    .ml-lg-7 {
        margin-left: 0.7rem !important;
    }
    .mx-lg-7 {
        margin-right: 0.7rem !important;
        margin-left: 0.7rem !important;
    }
    .my-lg-7 {
        margin-top: 0.7rem !important;
        margin-bottom: 0.7rem !important;
    }
    .m-lg-8 {
        margin: 0.8rem !important;
    }
    .mt-lg-8 {
        margin-top: 0.8rem !important;
    }
    .mr-lg-8 {
        margin-right: 0.8rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 0.8rem !important;
    }
    .ml-lg-8 {
        margin-left: 0.8rem !important;
    }
    .mx-lg-8 {
        margin-right: 0.8rem !important;
        margin-left: 0.8rem !important;
    }
    .my-lg-8 {
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }
    .m-lg-9 {
        margin: 0.9rem !important;
    }
    .mt-lg-9 {
        margin-top: 0.9rem !important;
    }
    .mr-lg-9 {
        margin-right: 0.9rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 0.9rem !important;
    }
    .ml-lg-9 {
        margin-left: 0.9rem !important;
    }
    .mx-lg-9 {
        margin-right: 0.9rem !important;
        margin-left: 0.9rem !important;
    }
    .my-lg-9 {
        margin-top: 0.9rem !important;
        margin-bottom: 0.9rem !important;
    }
    .m-lg-10 {
        margin: 1rem !important;
    }
    .mt-lg-10 {
        margin-top: 1rem !important;
    }
    .mr-lg-10 {
        margin-right: 1rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-10 {
        margin-left: 1rem !important;
    }
    .mx-lg-10 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-lg-10 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-lg-15 {
        margin: 1.5rem !important;
    }
    .mt-lg-15 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-15 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-15 {
        margin-left: 1.5rem !important;
    }
    .mx-lg-15 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-lg-15 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-lg-20 {
        margin: 2rem !important;
    }
    .mt-lg-20 {
        margin-top: 2rem !important;
    }
    .mr-lg-20 {
        margin-right: 2rem !important;
    }
    .mb-lg-20 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-20 {
        margin-left: 2rem !important;
    }
    .mx-lg-20 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .my-lg-20 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .m-lg-25 {
        margin: 2.5rem !important;
    }
    .mt-lg-25 {
        margin-top: 2.5rem !important;
    }
    .mr-lg-25 {
        margin-right: 2.5rem !important;
    }
    .mb-lg-25 {
        margin-bottom: 2.5rem !important;
    }
    .ml-lg-25 {
        margin-left: 2.5rem !important;
    }
    .mx-lg-25 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }
    .my-lg-25 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .m-lg-30 {
        margin: 3rem !important;
    }
    .mt-lg-30 {
        margin-top: 3rem !important;
    }
    .mr-lg-30 {
        margin-right: 3rem !important;
    }
    .mb-lg-30 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-30 {
        margin-left: 3rem !important;
    }
    .mx-lg-30 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-lg-30 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .m-lg-35 {
        margin: 3.5rem !important;
    }
    .mt-lg-35 {
        margin-top: 3.5rem !important;
    }
    .mr-lg-35 {
        margin-right: 3.5rem !important;
    }
    .mb-lg-35 {
        margin-bottom: 3.5rem !important;
    }
    .ml-lg-35 {
        margin-left: 3.5rem !important;
    }
    .mx-lg-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }
    .my-lg-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .m-lg-40 {
        margin: 4rem !important;
    }
    .mt-lg-40 {
        margin-top: 4rem !important;
    }
    .mr-lg-40 {
        margin-right: 4rem !important;
    }
    .mb-lg-40 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-40 {
        margin-left: 4rem !important;
    }
    .mx-lg-40 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }
    .my-lg-40 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .m-lg-45 {
        margin: 4.5rem !important;
    }
    .mt-lg-45 {
        margin-top: 4.5rem !important;
    }
    .mr-lg-45 {
        margin-right: 4.5rem !important;
    }
    .mb-lg-45 {
        margin-bottom: 4.5rem !important;
    }
    .ml-lg-45 {
        margin-left: 4.5rem !important;
    }
    .mx-lg-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }
    .my-lg-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }
    .m-lg-50 {
        margin: 5rem !important;
    }
    .mt-lg-50 {
        margin-top: 5rem !important;
    }
    .mr-lg-50 {
        margin-right: 5rem !important;
    }
    .mb-lg-50 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-50 {
        margin-left: 5rem !important;
    }
    .mx-lg-50 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }
    .my-lg-50 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .m-lg-55 {
        margin: 5.5rem !important;
    }
    .mt-lg-55 {
        margin-top: 5.5rem !important;
    }
    .mr-lg-55 {
        margin-right: 5.5rem !important;
    }
    .mb-lg-55 {
        margin-bottom: 5.5rem !important;
    }
    .ml-lg-55 {
        margin-left: 5.5rem !important;
    }
    .mx-lg-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }
    .my-lg-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }
    .m-lg-60 {
        margin: 6rem !important;
    }
    .mt-lg-60 {
        margin-top: 6rem !important;
    }
    .mr-lg-60 {
        margin-right: 6rem !important;
    }
    .mb-lg-60 {
        margin-bottom: 6rem !important;
    }
    .ml-lg-60 {
        margin-left: 6rem !important;
    }
    .mx-lg-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }
    .my-lg-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .m-lg-65 {
        margin: 6.5rem !important;
    }
    .mt-lg-65 {
        margin-top: 6.5rem !important;
    }
    .mr-lg-65 {
        margin-right: 6.5rem !important;
    }
    .mb-lg-65 {
        margin-bottom: 6.5rem !important;
    }
    .ml-lg-65 {
        margin-left: 6.5rem !important;
    }
    .mx-lg-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }
    .my-lg-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }
    .m-lg-70 {
        margin: 7rem !important;
    }
    .mt-lg-70 {
        margin-top: 7rem !important;
    }
    .mr-lg-70 {
        margin-right: 7rem !important;
    }
    .mb-lg-70 {
        margin-bottom: 7rem !important;
    }
    .ml-lg-70 {
        margin-left: 7rem !important;
    }
    .mx-lg-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }
    .my-lg-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .m-lg-75 {
        margin: 7.5rem !important;
    }
    .mt-lg-75 {
        margin-top: 7.5rem !important;
    }
    .mr-lg-75 {
        margin-right: 7.5rem !important;
    }
    .mb-lg-75 {
        margin-bottom: 7.5rem !important;
    }
    .ml-lg-75 {
        margin-left: 7.5rem !important;
    }
    .mx-lg-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }
    .my-lg-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .m-lg-80 {
        margin: 8rem !important;
    }
    .mt-lg-80 {
        margin-top: 8rem !important;
    }
    .mr-lg-80 {
        margin-right: 8rem !important;
    }
    .mb-lg-80 {
        margin-bottom: 8rem !important;
    }
    .ml-lg-80 {
        margin-left: 8rem !important;
    }
    .mx-lg-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }
    .my-lg-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
    .m-lg-85 {
        margin: 8.5rem !important;
    }
    .mt-lg-85 {
        margin-top: 8.5rem !important;
    }
    .mr-lg-85 {
        margin-right: 8.5rem !important;
    }
    .mb-lg-85 {
        margin-bottom: 8.5rem !important;
    }
    .ml-lg-85 {
        margin-left: 8.5rem !important;
    }
    .mx-lg-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }
    .my-lg-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }
    .m-lg-90 {
        margin: 9rem !important;
    }
    .mt-lg-90 {
        margin-top: 9rem !important;
    }
    .mr-lg-90 {
        margin-right: 9rem !important;
    }
    .mb-lg-90 {
        margin-bottom: 9rem !important;
    }
    .ml-lg-90 {
        margin-left: 9rem !important;
    }
    .mx-lg-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }
    .my-lg-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .m-lg-95 {
        margin: 9.5rem !important;
    }
    .mt-lg-95 {
        margin-top: 9.5rem !important;
    }
    .mr-lg-95 {
        margin-right: 9.5rem !important;
    }
    .mb-lg-95 {
        margin-bottom: 9.5rem !important;
    }
    .ml-lg-95 {
        margin-left: 9.5rem !important;
    }
    .mx-lg-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }
    .my-lg-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }
    .m-lg-100 {
        margin: 10rem !important;
    }
    .mt-lg-100 {
        margin-top: 10rem !important;
    }
    .mr-lg-100 {
        margin-right: 10rem !important;
    }
    .mb-lg-100 {
        margin-bottom: 10rem !important;
    }
    .ml-lg-100 {
        margin-left: 10rem !important;
    }
    .mx-lg-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }
    .my-lg-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .m-lg-110 {
        margin: 11rem !important;
    }
    .mt-lg-110 {
        margin-top: 11rem !important;
    }
    .mr-lg-110 {
        margin-right: 11rem !important;
    }
    .mb-lg-110 {
        margin-bottom: 11rem !important;
    }
    .ml-lg-110 {
        margin-left: 11rem !important;
    }
    .mx-lg-110 {
        margin-right: 11rem !important;
        margin-left: 11rem !important;
    }
    .my-lg-110 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }
    .m-lg-120 {
        margin: 12rem !important;
    }
    .mt-lg-120 {
        margin-top: 12rem !important;
    }
    .mr-lg-120 {
        margin-right: 12rem !important;
    }
    .mb-lg-120 {
        margin-bottom: 12rem !important;
    }
    .ml-lg-120 {
        margin-left: 12rem !important;
    }
    .mx-lg-120 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }
    .my-lg-120 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .m-lg-130 {
        margin: 13rem !important;
    }
    .mt-lg-130 {
        margin-top: 13rem !important;
    }
    .mr-lg-130 {
        margin-right: 13rem !important;
    }
    .mb-lg-130 {
        margin-bottom: 13rem !important;
    }
    .ml-lg-130 {
        margin-left: 13rem !important;
    }
    .mx-lg-130 {
        margin-right: 13rem !important;
        margin-left: 13rem !important;
    }
    .my-lg-130 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }
    .m-lg-140 {
        margin: 14rem !important;
    }
    .mt-lg-140 {
        margin-top: 14rem !important;
    }
    .mr-lg-140 {
        margin-right: 14rem !important;
    }
    .mb-lg-140 {
        margin-bottom: 14rem !important;
    }
    .ml-lg-140 {
        margin-left: 14rem !important;
    }
    .mx-lg-140 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }
    .my-lg-140 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }
    .m-lg-150 {
        margin: 15rem !important;
    }
    .mt-lg-150 {
        margin-top: 15rem !important;
    }
    .mr-lg-150 {
        margin-right: 15rem !important;
    }
    .mb-lg-150 {
        margin-bottom: 15rem !important;
    }
    .ml-lg-150 {
        margin-left: 15rem !important;
    }
    .mx-lg-150 {
        margin-right: 15rem !important;
        margin-left: 15rem !important;
    }
    .my-lg-150 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }
    .m-lg-160 {
        margin: 16rem !important;
    }
    .mt-lg-160 {
        margin-top: 16rem !important;
    }
    .mr-lg-160 {
        margin-right: 16rem !important;
    }
    .mb-lg-160 {
        margin-bottom: 16rem !important;
    }
    .ml-lg-160 {
        margin-left: 16rem !important;
    }
    .mx-lg-160 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }
    .my-lg-160 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }
    .m-lg-170 {
        margin: 17rem !important;
    }
    .mt-lg-170 {
        margin-top: 17rem !important;
    }
    .mr-lg-170 {
        margin-right: 17rem !important;
    }
    .mb-lg-170 {
        margin-bottom: 17rem !important;
    }
    .ml-lg-170 {
        margin-left: 17rem !important;
    }
    .mx-lg-170 {
        margin-right: 17rem !important;
        margin-left: 17rem !important;
    }
    .my-lg-170 {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto {
        margin-left: auto !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0 {
        padding-left: 0 !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-lg-1 {
        padding: 0.1rem !important;
    }
    .pt-lg-1 {
        padding-top: 0.1rem !important;
    }
    .pr-lg-1 {
        padding-right: 0.1rem !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.1rem !important;
    }
    .pl-lg-1 {
        padding-left: 0.1rem !important;
    }
    .px-lg-1 {
        padding-right: 0.1rem !important;
        padding-left: 0.1rem !important;
    }
    .py-lg-1 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }
    .p-lg-2 {
        padding: 0.2rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.2rem !important;
    }
    .pr-lg-2 {
        padding-right: 0.2rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.2rem !important;
    }
    .pl-lg-2 {
        padding-left: 0.2rem !important;
    }
    .px-lg-2 {
        padding-right: 0.2rem !important;
        padding-left: 0.2rem !important;
    }
    .py-lg-2 {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }
    .p-lg-3 {
        padding: 0.3rem !important;
    }
    .pt-lg-3 {
        padding-top: 0.3rem !important;
    }
    .pr-lg-3 {
        padding-right: 0.3rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 0.3rem !important;
    }
    .pl-lg-3 {
        padding-left: 0.3rem !important;
    }
    .px-lg-3 {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }
    .py-lg-3 {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }
    .p-lg-4 {
        padding: 0.4rem !important;
    }
    .pt-lg-4 {
        padding-top: 0.4rem !important;
    }
    .pr-lg-4 {
        padding-right: 0.4rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 0.4rem !important;
    }
    .pl-lg-4 {
        padding-left: 0.4rem !important;
    }
    .px-lg-4 {
        padding-right: 0.4rem !important;
        padding-left: 0.4rem !important;
    }
    .py-lg-4 {
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
    }
    .p-lg-5 {
        padding: 0.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-5 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-5 {
        padding-left: 0.5rem !important;
    }
    .px-lg-5 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .py-lg-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .p-lg-6 {
        padding: 0.6rem !important;
    }
    .pt-lg-6 {
        padding-top: 0.6rem !important;
    }
    .pr-lg-6 {
        padding-right: 0.6rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 0.6rem !important;
    }
    .pl-lg-6 {
        padding-left: 0.6rem !important;
    }
    .px-lg-6 {
        padding-right: 0.6rem !important;
        padding-left: 0.6rem !important;
    }
    .py-lg-6 {
        padding-top: 0.6rem !important;
        padding-bottom: 0.6rem !important;
    }
    .p-lg-7 {
        padding: 0.7rem !important;
    }
    .pt-lg-7 {
        padding-top: 0.7rem !important;
    }
    .pr-lg-7 {
        padding-right: 0.7rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 0.7rem !important;
    }
    .pl-lg-7 {
        padding-left: 0.7rem !important;
    }
    .px-lg-7 {
        padding-right: 0.7rem !important;
        padding-left: 0.7rem !important;
    }
    .py-lg-7 {
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
    }
    .p-lg-8 {
        padding: 0.8rem !important;
    }
    .pt-lg-8 {
        padding-top: 0.8rem !important;
    }
    .pr-lg-8 {
        padding-right: 0.8rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 0.8rem !important;
    }
    .pl-lg-8 {
        padding-left: 0.8rem !important;
    }
    .px-lg-8 {
        padding-right: 0.8rem !important;
        padding-left: 0.8rem !important;
    }
    .py-lg-8 {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
    .p-lg-9 {
        padding: 0.9rem !important;
    }
    .pt-lg-9 {
        padding-top: 0.9rem !important;
    }
    .pr-lg-9 {
        padding-right: 0.9rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 0.9rem !important;
    }
    .pl-lg-9 {
        padding-left: 0.9rem !important;
    }
    .px-lg-9 {
        padding-right: 0.9rem !important;
        padding-left: 0.9rem !important;
    }
    .py-lg-9 {
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
    }
    .p-lg-10 {
        padding: 1rem !important;
    }
    .pt-lg-10 {
        padding-top: 1rem !important;
    }
    .pr-lg-10 {
        padding-right: 1rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-10 {
        padding-left: 1rem !important;
    }
    .px-lg-10 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-lg-10 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-lg-15 {
        padding: 1.5rem !important;
    }
    .pt-lg-15 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-15 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-15 {
        padding-left: 1.5rem !important;
    }
    .px-lg-15 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-lg-15 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-lg-20 {
        padding: 2rem !important;
    }
    .pt-lg-20 {
        padding-top: 2rem !important;
    }
    .pr-lg-20 {
        padding-right: 2rem !important;
    }
    .pb-lg-20 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-20 {
        padding-left: 2rem !important;
    }
    .px-lg-20 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .py-lg-20 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .p-lg-25 {
        padding: 2.5rem !important;
    }
    .pt-lg-25 {
        padding-top: 2.5rem !important;
    }
    .pr-lg-25 {
        padding-right: 2.5rem !important;
    }
    .pb-lg-25 {
        padding-bottom: 2.5rem !important;
    }
    .pl-lg-25 {
        padding-left: 2.5rem !important;
    }
    .px-lg-25 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
    .py-lg-25 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .p-lg-30 {
        padding: 3rem !important;
    }
    .pt-lg-30 {
        padding-top: 3rem !important;
    }
    .pr-lg-30 {
        padding-right: 3rem !important;
    }
    .pb-lg-30 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-30 {
        padding-left: 3rem !important;
    }
    .px-lg-30 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-30 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .p-lg-35 {
        padding: 3.5rem !important;
    }
    .pt-lg-35 {
        padding-top: 3.5rem !important;
    }
    .pr-lg-35 {
        padding-right: 3.5rem !important;
    }
    .pb-lg-35 {
        padding-bottom: 3.5rem !important;
    }
    .pl-lg-35 {
        padding-left: 3.5rem !important;
    }
    .px-lg-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
    .py-lg-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .p-lg-40 {
        padding: 4rem !important;
    }
    .pt-lg-40 {
        padding-top: 4rem !important;
    }
    .pr-lg-40 {
        padding-right: 4rem !important;
    }
    .pb-lg-40 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-40 {
        padding-left: 4rem !important;
    }
    .px-lg-40 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
    .py-lg-40 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .p-lg-45 {
        padding: 4.5rem !important;
    }
    .pt-lg-45 {
        padding-top: 4.5rem !important;
    }
    .pr-lg-45 {
        padding-right: 4.5rem !important;
    }
    .pb-lg-45 {
        padding-bottom: 4.5rem !important;
    }
    .pl-lg-45 {
        padding-left: 4.5rem !important;
    }
    .px-lg-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }
    .py-lg-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .p-lg-50 {
        padding: 5rem !important;
    }
    .pt-lg-50 {
        padding-top: 5rem !important;
    }
    .pr-lg-50 {
        padding-right: 5rem !important;
    }
    .pb-lg-50 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-50 {
        padding-left: 5rem !important;
    }
    .px-lg-50 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .py-lg-50 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .p-lg-55 {
        padding: 5.5rem !important;
    }
    .pt-lg-55 {
        padding-top: 5.5rem !important;
    }
    .pr-lg-55 {
        padding-right: 5.5rem !important;
    }
    .pb-lg-55 {
        padding-bottom: 5.5rem !important;
    }
    .pl-lg-55 {
        padding-left: 5.5rem !important;
    }
    .px-lg-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }
    .py-lg-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }
    .p-lg-60 {
        padding: 6rem !important;
    }
    .pt-lg-60 {
        padding-top: 6rem !important;
    }
    .pr-lg-60 {
        padding-right: 6rem !important;
    }
    .pb-lg-60 {
        padding-bottom: 6rem !important;
    }
    .pl-lg-60 {
        padding-left: 6rem !important;
    }
    .px-lg-60 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
    .py-lg-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .p-lg-65 {
        padding: 6.5rem !important;
    }
    .pt-lg-65 {
        padding-top: 6.5rem !important;
    }
    .pr-lg-65 {
        padding-right: 6.5rem !important;
    }
    .pb-lg-65 {
        padding-bottom: 6.5rem !important;
    }
    .pl-lg-65 {
        padding-left: 6.5rem !important;
    }
    .px-lg-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }
    .py-lg-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }
    .p-lg-70 {
        padding: 7rem !important;
    }
    .pt-lg-70 {
        padding-top: 7rem !important;
    }
    .pr-lg-70 {
        padding-right: 7rem !important;
    }
    .pb-lg-70 {
        padding-bottom: 7rem !important;
    }
    .pl-lg-70 {
        padding-left: 7rem !important;
    }
    .px-lg-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }
    .py-lg-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .p-lg-75 {
        padding: 7.5rem !important;
    }
    .pt-lg-75 {
        padding-top: 7.5rem !important;
    }
    .pr-lg-75 {
        padding-right: 7.5rem !important;
    }
    .pb-lg-75 {
        padding-bottom: 7.5rem !important;
    }
    .pl-lg-75 {
        padding-left: 7.5rem !important;
    }
    .px-lg-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }
    .py-lg-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .p-lg-80 {
        padding: 8rem !important;
    }
    .pt-lg-80 {
        padding-top: 8rem !important;
    }
    .pr-lg-80 {
        padding-right: 8rem !important;
    }
    .pb-lg-80 {
        padding-bottom: 8rem !important;
    }
    .pl-lg-80 {
        padding-left: 8rem !important;
    }
    .px-lg-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }
    .py-lg-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .p-lg-85 {
        padding: 8.5rem !important;
    }
    .pt-lg-85 {
        padding-top: 8.5rem !important;
    }
    .pr-lg-85 {
        padding-right: 8.5rem !important;
    }
    .pb-lg-85 {
        padding-bottom: 8.5rem !important;
    }
    .pl-lg-85 {
        padding-left: 8.5rem !important;
    }
    .px-lg-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }
    .py-lg-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }
    .p-lg-90 {
        padding: 9rem !important;
    }
    .pt-lg-90 {
        padding-top: 9rem !important;
    }
    .pr-lg-90 {
        padding-right: 9rem !important;
    }
    .pb-lg-90 {
        padding-bottom: 9rem !important;
    }
    .pl-lg-90 {
        padding-left: 9rem !important;
    }
    .px-lg-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }
    .py-lg-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .p-lg-95 {
        padding: 9.5rem !important;
    }
    .pt-lg-95 {
        padding-top: 9.5rem !important;
    }
    .pr-lg-95 {
        padding-right: 9.5rem !important;
    }
    .pb-lg-95 {
        padding-bottom: 9.5rem !important;
    }
    .pl-lg-95 {
        padding-left: 9.5rem !important;
    }
    .px-lg-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }
    .py-lg-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }
    .p-lg-100 {
        padding: 10rem !important;
    }
    .pt-lg-100 {
        padding-top: 10rem !important;
    }
    .pr-lg-100 {
        padding-right: 10rem !important;
    }
    .pb-lg-100 {
        padding-bottom: 10rem !important;
    }
    .pl-lg-100 {
        padding-left: 10rem !important;
    }
    .px-lg-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }
    .py-lg-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .p-lg-110 {
        padding: 11rem !important;
    }
    .pt-lg-110 {
        padding-top: 11rem !important;
    }
    .pr-lg-110 {
        padding-right: 11rem !important;
    }
    .pb-lg-110 {
        padding-bottom: 11rem !important;
    }
    .pl-lg-110 {
        padding-left: 11rem !important;
    }
    .px-lg-110 {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }
    .py-lg-110 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }
    .p-lg-120 {
        padding: 12rem !important;
    }
    .pt-lg-120 {
        padding-top: 12rem !important;
    }
    .pr-lg-120 {
        padding-right: 12rem !important;
    }
    .pb-lg-120 {
        padding-bottom: 12rem !important;
    }
    .pl-lg-120 {
        padding-left: 12rem !important;
    }
    .px-lg-120 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
    .py-lg-120 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .p-lg-130 {
        padding: 13rem !important;
    }
    .pt-lg-130 {
        padding-top: 13rem !important;
    }
    .pr-lg-130 {
        padding-right: 13rem !important;
    }
    .pb-lg-130 {
        padding-bottom: 13rem !important;
    }
    .pl-lg-130 {
        padding-left: 13rem !important;
    }
    .px-lg-130 {
        padding-right: 13rem !important;
        padding-left: 13rem !important;
    }
    .py-lg-130 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }
    .p-lg-140 {
        padding: 14rem !important;
    }
    .pt-lg-140 {
        padding-top: 14rem !important;
    }
    .pr-lg-140 {
        padding-right: 14rem !important;
    }
    .pb-lg-140 {
        padding-bottom: 14rem !important;
    }
    .pl-lg-140 {
        padding-left: 14rem !important;
    }
    .px-lg-140 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }
    .py-lg-140 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }
    .p-lg-150 {
        padding: 15rem !important;
    }
    .pt-lg-150 {
        padding-top: 15rem !important;
    }
    .pr-lg-150 {
        padding-right: 15rem !important;
    }
    .pb-lg-150 {
        padding-bottom: 15rem !important;
    }
    .pl-lg-150 {
        padding-left: 15rem !important;
    }
    .px-lg-150 {
        padding-right: 15rem !important;
        padding-left: 15rem !important;
    }
    .py-lg-150 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }
    .p-lg-160 {
        padding: 16rem !important;
    }
    .pt-lg-160 {
        padding-top: 16rem !important;
    }
    .pr-lg-160 {
        padding-right: 16rem !important;
    }
    .pb-lg-160 {
        padding-bottom: 16rem !important;
    }
    .pl-lg-160 {
        padding-left: 16rem !important;
    }
    .px-lg-160 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }
    .py-lg-160 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }
    .p-lg-170 {
        padding: 17rem !important;
    }
    .pt-lg-170 {
        padding-top: 17rem !important;
    }
    .pr-lg-170 {
        padding-right: 17rem !important;
    }
    .pb-lg-170 {
        padding-bottom: 17rem !important;
    }
    .pl-lg-170 {
        padding-left: 17rem !important;
    }
    .px-lg-170 {
        padding-right: 17rem !important;
        padding-left: 17rem !important;
    }
    .py-lg-170 {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important;
    }
}