@charset "UTF-8";
@import url(../webfonts/demo.css);
.img-silver {
    background-image: url(./img/no-logueado/img_gold.png);
}
.silver-sect {
    background-color: #979797;
}
.img-gold {
    background-image: url(./img/no-logueado/img_gold.png);
}

.gold-sect {
    background-color: #C29A69;
}
.img-platinum {
    background-image: url(./img/no-logueado/img_gold.png);
}

.platinum-sect {
    background-color: #474A59;
}

li {
    list-style: none;
    text-align: left;
}

li {
    /* color:white;*/
    padding-top: 20px;
}

.d__block {
    display: block;
}

.d__inline {
    display: inline;
}

.d__run-in {
    display: run-in;
}

.d__flow {
    display: flow;
}

.d__flow-root {
    display: flow-root;
}

.d__table {
    display: table;
}

.d__flex {
    display: flex;
}

.d__grid {
    display: grid;
}

.d__ruby {
    display: ruby;
}

.d__subgrid {
    display: subgrid;
}

.d__contents {
    display: contents;
}

.d__none {
    display: none;
}

.d__inline-block {
    display: inline-block;
}

.d__inline-table {
    display: inline-table;
}

.d__inline-flex {
    display: inline-flex;
}

.d__inline-grid {
    display: inline-grid;
}

.d__initial {
    display: initial;
}

.d__unset {
    display: unset;
}

.align-items__flex-start {
    align-items: flex-start;
}

.align-items__flex-end {
    align-items: flex-end;
}

.align-items__center {
    align-items: center;
}

.align-items__baseline {
    align-items: baseline;
}

.align-items__stretch {
    align-items: stretch;
}

.justify-content__flex-start {
    justify-content: flex-start;
}

.justify-content__flex-end {
    justify-content: flex-end;
}

.justify-content__center {
    justify-content: center;
}

.justify-content__space-between {
    justify-content: space-between;
}

.justify-content__space-around {
    justify-content: space-around;
}

.justify-content__space-evenly {
    justify-content: space-evenly;
}

.w-0 {
    width: 0 !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-25px {
    width: 25px !important;
}

.w-50px {
    width: 50px !important;
}

.w-75px {
    width: 75px !important;
}

.w-100px {
    width: 100px !important;
}

.w-1em {
    width: 1em !important;
}

.w-2em {
    width: 2em !important;
}

.w-3em {
    width: 3em !important;
}

.w-25vh {
    width: 25vh !important;
}

.w-50vh {
    width: 50vh !important;
}

.w-75vh {
    width: 75vh !important;
}

.w-100vh {
    width: 100vh !important;
}

.w-25vmax {
    width: 25vmax !important;
}

.w-50vmax {
    width: 50vmax !important;
}

.w-75vmax {
    width: 75vmax !important;
}

.w-100vmax {
    width: 100vmax !important;
}

.h-0 {
    height: 0 !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-25px {
    height: 25px !important;
}

.h-50px {
    height: 50px !important;
}

.h-75px {
    height: 75px !important;
}

.h-100px {
    height: 100px !important;
}

.h-125px {
    height: 125px !important;
}

.h-130px {
    height: 130px !important;
}

.h-135px {
    height: 135px !important;
}

.h-145px {
    height: 145px !important;
}

.h-150px {
    height: 150px !important;
}

.h-155px {
    height: 155px !important;
}

.h-160px {
    height: 160px !important;
}

.h-165px {
    height: 165px !important;
}

.h-175px {
    height: 175px !important;
}

.h-200px {
    height: 200px !important;
}

.h-207px {
    height: 207px !important;
}

.h-210px {
    height: 210px !important;
}

.h-250px {
    height: 250px !important;
}

.h-660px {
    height: 660px !important;
}

.h-1em {
    height: 1em !important;
}

.h-2em {
    height: 2em !important;
}

.h-3em {
    height: 3em !important;
}

.h-25vh {
    height: 25vh !important;
}

.h-50vh {
    height: 50vh !important;
}

.h-75vh {
    height: 75vh !important;
}

.h-100vh {
    height: 100vh !important;
}

.h-25vmax {
    height: 25vmax !important;
}

.h-50vmax {
    height: 50vmax !important;
}

.h-75vmax {
    height: 75vmax !important;
}

.h-100vmax {
    height: 100vmax !important;
}

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

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

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

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

.font-100 {
    font-size: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-100vh {
    font-size: 100vh;
}

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

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

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

.font-100vmax {
    font-size: 100vmax;
}

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

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

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

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

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

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

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

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

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

.p-1px {
    padding: 1px;
}

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

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

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

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

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

.py-1px {
    padding-top: 1px;
    padding-bottom: 1px;
}

.p-2px {
    padding: 2px;
}

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

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

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

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

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

.py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.p-3px {
    padding: 3px;
}

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

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

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

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

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

.py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
}

.p-4px {
    padding: 4px;
}

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

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

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

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

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

.py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
}

.p-5px {
    padding: 5px;
}

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

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

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

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

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

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-6px {
    padding: 6px;
}

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

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

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

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

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

.py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
}

.p-7px {
    padding: 7px;
}

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

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

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

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

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

.py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
}

.p-8px {
    padding: 8px;
}

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

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

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

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

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

.py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
}

.p-9px {
    padding: 9px;
}

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

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

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

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

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

.py-9px {
    padding-top: 9px;
    padding-bottom: 9px;
}

.p-10px {
    padding: 10px;
}

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

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

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

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

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

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-11px {
    padding: 11px;
}

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

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

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

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

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

.py-11px {
    padding-top: 11px;
    padding-bottom: 11px;
}

.p-12px {
    padding: 12px;
}

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

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

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

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

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

.py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
}

.p-13px {
    padding: 13px;
}

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

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

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

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

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

.py-13px {
    padding-top: 13px;
    padding-bottom: 13px;
}

.p-14px {
    padding: 14px;
}

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

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

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

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

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

.py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
}

.p-15px {
    padding: 15px;
}

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

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

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

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

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

.py-15px {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-16px {
    padding: 16px;
}

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

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

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

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

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

.py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-17px {
    padding: 17px;
}

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

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

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

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

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

.py-17px {
    padding-top: 17px;
    padding-bottom: 17px;
}

.p-18px {
    padding: 18px;
}

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

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

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

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

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

.py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
}

.p-19px {
    padding: 19px;
}

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

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

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

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

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

.py-19px {
    padding-top: 19px;
    padding-bottom: 19px;
}

.p-20px {
    padding: 20px;
}

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

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

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

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

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

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-21px {
    padding: 21px;
}

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

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

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

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

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

.py-21px {
    padding-top: 21px;
    padding-bottom: 21px;
}

.p-22px {
    padding: 22px;
}

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

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

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

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

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

.py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
}

.p-23px {
    padding: 23px;
}

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

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

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

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

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

.py-23px {
    padding-top: 23px;
    padding-bottom: 23px;
}

.p-24px {
    padding: 24px;
}

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

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

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

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

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

.py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
}

.p-25px {
    padding: 25px;
}

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

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

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

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

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

.py-25px {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-26px {
    padding: 26px;
}

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

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

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

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

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

.py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
}

.p-27px {
    padding: 27px;
}

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

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

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

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

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

.py-27px {
    padding-top: 27px;
    padding-bottom: 27px;
}

.p-28px {
    padding: 28px;
}

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

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

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

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

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

.py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
}

.p-29px {
    padding: 29px;
}

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

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

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

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

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

.py-29px {
    padding-top: 29px;
    padding-bottom: 29px;
}

.p-30px {
    padding: 30px;
}

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

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

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

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

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

.py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-31px {
    padding: 31px;
}

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

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

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

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

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

.py-31px {
    padding-top: 31px;
    padding-bottom: 31px;
}

.p-32px {
    padding: 32px;
}

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

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

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

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

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

.py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
}

.p-33px {
    padding: 33px;
}

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

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

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

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

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

.py-33px {
    padding-top: 33px;
    padding-bottom: 33px;
}

.p-34px {
    padding: 34px;
}

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

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

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

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

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

.py-34px {
    padding-top: 34px;
    padding-bottom: 34px;
}

.p-35px {
    padding: 35px;
}

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

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

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

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

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

.py-35px {
    padding-top: 35px;
    padding-bottom: 35px;
}

.p-36px {
    padding: 36px;
}

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

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

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

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

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

.py-36px {
    padding-top: 36px;
    padding-bottom: 36px;
}

.p-37px {
    padding: 37px;
}

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

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

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

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

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

.py-37px {
    padding-top: 37px;
    padding-bottom: 37px;
}

.p-38px {
    padding: 38px;
}

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

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

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

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

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

.py-38px {
    padding-top: 38px;
    padding-bottom: 38px;
}

.p-39px {
    padding: 39px;
}

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

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

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

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

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

.py-39px {
    padding-top: 39px;
    padding-bottom: 39px;
}

.p-40px {
    padding: 40px;
}

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

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

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

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

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

.py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-41px {
    padding: 41px;
}

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

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

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

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

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

.py-41px {
    padding-top: 41px;
    padding-bottom: 41px;
}

.p-42px {
    padding: 42px;
}

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

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

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

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

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

.py-42px {
    padding-top: 42px;
    padding-bottom: 42px;
}

.p-43px {
    padding: 43px;
}

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

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

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

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

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

.py-43px {
    padding-top: 43px;
    padding-bottom: 43px;
}

.p-44px {
    padding: 44px;
}

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

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

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

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

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

.py-44px {
    padding-top: 44px;
    padding-bottom: 44px;
}

.p-45px {
    padding: 45px;
}

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

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

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

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

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

.py-45px {
    padding-top: 45px;
    padding-bottom: 45px;
}

.p-46px {
    padding: 46px;
}

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

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

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

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

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

.py-46px {
    padding-top: 46px;
    padding-bottom: 46px;
}

.p-47px {
    padding: 47px;
}

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

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

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

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

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

.py-47px {
    padding-top: 47px;
    padding-bottom: 47px;
}

.p-48px {
    padding: 48px;
}

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

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

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

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

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

.py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
}

.p-49px {
    padding: 49px;
}

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

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

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

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

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

.py-49px {
    padding-top: 49px;
    padding-bottom: 49px;
}

.p-50px {
    padding: 50px;
}

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

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

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

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

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

.py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-51px {
    padding: 51px;
}

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

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

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

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

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

.py-51px {
    padding-top: 51px;
    padding-bottom: 51px;
}

.p-52px {
    padding: 52px;
}

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

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

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

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

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

.py-52px {
    padding-top: 52px;
    padding-bottom: 52px;
}

.p-53px {
    padding: 53px;
}

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

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

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

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

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

.py-53px {
    padding-top: 53px;
    padding-bottom: 53px;
}

.p-54px {
    padding: 54px;
}

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

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

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

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

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

.py-54px {
    padding-top: 54px;
    padding-bottom: 54px;
}

.p-55px {
    padding: 55px;
}

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

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

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

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

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

.py-55px {
    padding-top: 55px;
    padding-bottom: 55px;
}

.p-56px {
    padding: 56px;
}

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

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

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

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

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

.py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
}

.p-57px {
    padding: 57px;
}

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

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

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

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

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

.py-57px {
    padding-top: 57px;
    padding-bottom: 57px;
}

.p-58px {
    padding: 58px;
}

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

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

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

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

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

.py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
}

.p-59px {
    padding: 59px;
}

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

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

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

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

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

.py-59px {
    padding-top: 59px;
    padding-bottom: 59px;
}

.p-60px {
    padding: 60px;
}

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

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

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

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

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

.py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-61px {
    padding: 61px;
}

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

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

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

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

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

.py-61px {
    padding-top: 61px;
    padding-bottom: 61px;
}

.p-62px {
    padding: 62px;
}

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

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

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

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

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

.py-62px {
    padding-top: 62px;
    padding-bottom: 62px;
}

.p-63px {
    padding: 63px;
}

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

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

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

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

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

.py-63px {
    padding-top: 63px;
    padding-bottom: 63px;
}

.p-64px {
    padding: 64px;
}

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

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

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

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

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

.py-64px {
    padding-top: 64px;
    padding-bottom: 64px;
}

.p-65px {
    padding: 65px;
}

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

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

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

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

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

.py-65px {
    padding-top: 65px;
    padding-bottom: 65px;
}

.p-66px {
    padding: 66px;
}

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

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

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

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

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

.py-66px {
    padding-top: 66px;
    padding-bottom: 66px;
}

.p-67px {
    padding: 67px;
}

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

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

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

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

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

.py-67px {
    padding-top: 67px;
    padding-bottom: 67px;
}

.p-68px {
    padding: 68px;
}

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

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

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

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

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

.py-68px {
    padding-top: 68px;
    padding-bottom: 68px;
}

.p-69px {
    padding: 69px;
}

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

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

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

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

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

.py-69px {
    padding-top: 69px;
    padding-bottom: 69px;
}

.p-70px {
    padding: 70px;
}

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

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

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

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

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

.py-70px {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-71px {
    padding: 71px;
}

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

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

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

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

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

.py-71px {
    padding-top: 71px;
    padding-bottom: 71px;
}

.p-72px {
    padding: 72px;
}

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

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

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

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

.px-72px {
    padding-left: 72px;
    padding-right: 72px;
}

.py-72px {
    padding-top: 72px;
    padding-bottom: 72px;
}

.p-73px {
    padding: 73px;
}

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

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

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

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

.px-73px {
    padding-left: 73px;
    padding-right: 73px;
}

.py-73px {
    padding-top: 73px;
    padding-bottom: 73px;
}

.p-74px {
    padding: 74px;
}

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

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

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

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

.px-74px {
    padding-left: 74px;
    padding-right: 74px;
}

.py-74px {
    padding-top: 74px;
    padding-bottom: 74px;
}

.p-75px {
    padding: 75px;
}

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

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

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

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

.px-75px {
    padding-left: 75px;
    padding-right: 75px;
}

.py-75px {
    padding-top: 75px;
    padding-bottom: 75px;
}

.p-76px {
    padding: 76px;
}

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

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

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

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

.px-76px {
    padding-left: 76px;
    padding-right: 76px;
}

.py-76px {
    padding-top: 76px;
    padding-bottom: 76px;
}

.p-77px {
    padding: 77px;
}

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

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

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

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

.px-77px {
    padding-left: 77px;
    padding-right: 77px;
}

.py-77px {
    padding-top: 77px;
    padding-bottom: 77px;
}

.p-78px {
    padding: 78px;
}

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

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

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

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

.px-78px {
    padding-left: 78px;
    padding-right: 78px;
}

.py-78px {
    padding-top: 78px;
    padding-bottom: 78px;
}

.p-79px {
    padding: 79px;
}

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

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

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

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

.px-79px {
    padding-left: 79px;
    padding-right: 79px;
}

.py-79px {
    padding-top: 79px;
    padding-bottom: 79px;
}

.p-80px {
    padding: 80px;
}

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

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

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

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

.px-80px {
    padding-left: 80px;
    padding-right: 80px;
}

.py-80px {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-81px {
    padding: 81px;
}

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

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

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

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

.px-81px {
    padding-left: 81px;
    padding-right: 81px;
}

.py-81px {
    padding-top: 81px;
    padding-bottom: 81px;
}

.p-82px {
    padding: 82px;
}

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

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

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

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

.px-82px {
    padding-left: 82px;
    padding-right: 82px;
}

.py-82px {
    padding-top: 82px;
    padding-bottom: 82px;
}

.p-83px {
    padding: 83px;
}

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

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

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

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

.px-83px {
    padding-left: 83px;
    padding-right: 83px;
}

.py-83px {
    padding-top: 83px;
    padding-bottom: 83px;
}

.p-84px {
    padding: 84px;
}

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

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

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

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

.px-84px {
    padding-left: 84px;
    padding-right: 84px;
}

.py-84px {
    padding-top: 84px;
    padding-bottom: 84px;
}

.p-85px {
    padding: 85px;
}

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

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

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

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

.px-85px {
    padding-left: 85px;
    padding-right: 85px;
}

.py-85px {
    padding-top: 85px;
    padding-bottom: 85px;
}

.p-86px {
    padding: 86px;
}

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

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

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

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

.px-86px {
    padding-left: 86px;
    padding-right: 86px;
}

.py-86px {
    padding-top: 86px;
    padding-bottom: 86px;
}

.p-87px {
    padding: 87px;
}

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

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

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

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

.px-87px {
    padding-left: 87px;
    padding-right: 87px;
}

.py-87px {
    padding-top: 87px;
    padding-bottom: 87px;
}

.p-88px {
    padding: 88px;
}

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

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

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

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

.px-88px {
    padding-left: 88px;
    padding-right: 88px;
}

.py-88px {
    padding-top: 88px;
    padding-bottom: 88px;
}

.p-89px {
    padding: 89px;
}

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

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

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

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

.px-89px {
    padding-left: 89px;
    padding-right: 89px;
}

.py-89px {
    padding-top: 89px;
    padding-bottom: 89px;
}

.p-90px {
    padding: 90px;
}

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

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

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

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

.px-90px {
    padding-left: 90px;
    padding-right: 90px;
}

.py-90px {
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-91px {
    padding: 91px;
}

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

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

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

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

.px-91px {
    padding-left: 91px;
    padding-right: 91px;
}

.py-91px {
    padding-top: 91px;
    padding-bottom: 91px;
}

.p-92px {
    padding: 92px;
}

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

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

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

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

.px-92px {
    padding-left: 92px;
    padding-right: 92px;
}

.py-92px {
    padding-top: 92px;
    padding-bottom: 92px;
}

.p-93px {
    padding: 93px;
}

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

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

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

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

.px-93px {
    padding-left: 93px;
    padding-right: 93px;
}

.py-93px {
    padding-top: 93px;
    padding-bottom: 93px;
}

.p-94px {
    padding: 94px;
}

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

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

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

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

.px-94px {
    padding-left: 94px;
    padding-right: 94px;
}

.py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
}

.p-95px {
    padding: 95px;
}

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

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

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

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

.px-95px {
    padding-left: 95px;
    padding-right: 95px;
}

.py-95px {
    padding-top: 95px;
    padding-bottom: 95px;
}

.p-96px {
    padding: 96px;
}

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

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

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

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

.px-96px {
    padding-left: 96px;
    padding-right: 96px;
}

.py-96px {
    padding-top: 96px;
    padding-bottom: 96px;
}

.p-97px {
    padding: 97px;
}

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

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

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

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

.px-97px {
    padding-left: 97px;
    padding-right: 97px;
}

.py-97px {
    padding-top: 97px;
    padding-bottom: 97px;
}

.p-98px {
    padding: 98px;
}

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

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

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

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

.px-98px {
    padding-left: 98px;
    padding-right: 98px;
}

.py-98px {
    padding-top: 98px;
    padding-bottom: 98px;
}

.p-99px {
    padding: 99px;
}

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

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

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

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

.px-99px {
    padding-left: 99px;
    padding-right: 99px;
}

.py-99px {
    padding-top: 99px;
    padding-bottom: 99px;
}

.p-100px {
    padding: 100px;
}

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

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

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

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

.px-100px {
    padding-left: 100px;
    padding-right: 100px;
}

.py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

.m-1px {
    margin: 1px !important;
}

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

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

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

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

.mx-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.my-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.m-2px {
    margin: 2px !important;
}

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

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

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

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

.mx-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.my-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.m-3px {
    margin: 3px !important;
}

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

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

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

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

.mx-3px {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.my-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.m-4px {
    margin: 4px !important;
}

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

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

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

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

.mx-4px {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.my-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.m-5px {
    margin: 5px !important;
}

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

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

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

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

.mx-5px {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.my-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-6px {
    margin: 6px !important;
}

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

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

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

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

.mx-6px {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.my-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.m-7px {
    margin: 7px !important;
}

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

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

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

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

.mx-7px {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.my-7px {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.m-8px {
    margin: 8px !important;
}

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

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

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

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

.mx-8px {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.my-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.m-9px {
    margin: 9px !important;
}

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

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

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

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

.mx-9px {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

.my-9px {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.m-10px {
    margin: 10px !important;
}

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

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

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

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

.mx-10px {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.my-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-11px {
    margin: 11px !important;
}

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

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

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

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

.mx-11px {
    margin-left: 11px !important;
    margin-right: 11px !important;
}

.my-11px {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
}

.m-12px {
    margin: 12px !important;
}

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

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

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

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

.mx-12px {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.my-12px {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.m-13px {
    margin: 13px !important;
}

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

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

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

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

.mx-13px {
    margin-left: 13px !important;
    margin-right: 13px !important;
}

.my-13px {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

.m-14px {
    margin: 14px !important;
}

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

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

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

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

.mx-14px {
    margin-left: 14px !important;
    margin-right: 14px !important;
}

.my-14px {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

.m-15px {
    margin: 15px !important;
}

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

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

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

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

.mx-15px {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.my-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-16px {
    margin: 16px !important;
}

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

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

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

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

.mx-16px {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.my-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.m-17px {
    margin: 17px !important;
}

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

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

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

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

.mx-17px {
    margin-left: 17px !important;
    margin-right: 17px !important;
}

.my-17px {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
}

.m-18px {
    margin: 18px !important;
}

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

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

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

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

.mx-18px {
    margin-left: 18px !important;
    margin-right: 18px !important;
}

.my-18px {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

.m-19px {
    margin: 19px !important;
}

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

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

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

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

.mx-19px {
    margin-left: 19px !important;
    margin-right: 19px !important;
}

.my-19px {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
}

.m-20px {
    margin: 20px !important;
}

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

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

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

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

.mx-20px {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.my-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-21px {
    margin: 21px !important;
}

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

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

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

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

.mx-21px {
    margin-left: 21px !important;
    margin-right: 21px !important;
}

.my-21px {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
}

.m-22px {
    margin: 22px !important;
}

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

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

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

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

.mx-22px {
    margin-left: 22px !important;
    margin-right: 22px !important;
}

.my-22px {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}

.m-23px {
    margin: 23px !important;
}

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

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

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

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

.mx-23px {
    margin-left: 23px !important;
    margin-right: 23px !important;
}

.my-23px {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
}

.m-24px {
    margin: 24px !important;
}

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

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

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

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

.mx-24px {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.my-24px {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.m-25px {
    margin: 25px !important;
}

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

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

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

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

.mx-25px {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.my-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m-26px {
    margin: 26px !important;
}

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

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

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

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

.mx-26px {
    margin-left: 26px !important;
    margin-right: 26px !important;
}

.my-26px {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}

.m-27px {
    margin: 27px !important;
}

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

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

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

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

.mx-27px {
    margin-left: 27px !important;
    margin-right: 27px !important;
}

.my-27px {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
}

.m-28px {
    margin: 28px !important;
}

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

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

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

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

.mx-28px {
    margin-left: 28px !important;
    margin-right: 28px !important;
}

.my-28px {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

.m-29px {
    margin: 29px !important;
}

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

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

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

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

.mx-29px {
    margin-left: 29px !important;
    margin-right: 29px !important;
}

.my-29px {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
}

.m-30px {
    margin: 30px !important;
}

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

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

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

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

.mx-30px {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.my-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-31px {
    margin: 31px !important;
}

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

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

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

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

.mx-31px {
    margin-left: 31px !important;
    margin-right: 31px !important;
}

.my-31px {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
}

.m-32px {
    margin: 32px !important;
}

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

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

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

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

.mx-32px {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.my-32px {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.m-33px {
    margin: 33px !important;
}

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

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

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

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

.mx-33px {
    margin-left: 33px !important;
    margin-right: 33px !important;
}

.my-33px {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
}

.m-34px {
    margin: 34px !important;
}

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

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

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

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

.mx-34px {
    margin-left: 34px !important;
    margin-right: 34px !important;
}

.my-34px {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
}

.m-35px {
    margin: 35px !important;
}

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

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

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

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

.mx-35px {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.my-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.m-36px {
    margin: 36px !important;
}

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

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

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

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

.mx-36px {
    margin-left: 36px !important;
    margin-right: 36px !important;
}

.my-36px {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

.m-37px {
    margin: 37px !important;
}

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

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

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

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

.mx-37px {
    margin-left: 37px !important;
    margin-right: 37px !important;
}

.my-37px {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
}

.m-38px {
    margin: 38px !important;
}

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

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

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

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

.mx-38px {
    margin-left: 38px !important;
    margin-right: 38px !important;
}

.my-38px {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
}

.m-39px {
    margin: 39px !important;
}

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

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

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

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

.mx-39px {
    margin-left: 39px !important;
    margin-right: 39px !important;
}

.my-39px {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
}

.m-40px {
    margin: 40px !important;
}

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

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

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

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

.mx-40px {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.my-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.m-41px {
    margin: 41px !important;
}

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

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

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

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

.mx-41px {
    margin-left: 41px !important;
    margin-right: 41px !important;
}

.my-41px {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
}

.m-42px {
    margin: 42px !important;
}

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

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

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

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

.mx-42px {
    margin-left: 42px !important;
    margin-right: 42px !important;
}

.my-42px {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
}

.m-43px {
    margin: 43px !important;
}

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

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

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

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

.mx-43px {
    margin-left: 43px !important;
    margin-right: 43px !important;
}

.my-43px {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
}

.m-44px {
    margin: 44px !important;
}

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

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

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

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

.mx-44px {
    margin-left: 44px !important;
    margin-right: 44px !important;
}

.my-44px {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}

.m-45px {
    margin: 45px !important;
}

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

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

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

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

.mx-45px {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.my-45px {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.m-46px {
    margin: 46px !important;
}

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

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

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

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

.mx-46px {
    margin-left: 46px !important;
    margin-right: 46px !important;
}

.my-46px {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
}

.m-47px {
    margin: 47px !important;
}

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

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

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

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

.mx-47px {
    margin-left: 47px !important;
    margin-right: 47px !important;
}

.my-47px {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
}

.m-48px {
    margin: 48px !important;
}

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

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

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

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

.mx-48px {
    margin-left: 48px !important;
    margin-right: 48px !important;
}

.my-48px {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

.m-49px {
    margin: 49px !important;
}

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

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

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

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

.mx-49px {
    margin-left: 49px !important;
    margin-right: 49px !important;
}

.my-49px {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
}

.m-50px {
    margin: 50px !important;
}

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

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

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

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

.mx-50px {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.my-50px {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.m-51px {
    margin: 51px !important;
}

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

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

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

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

.mx-51px {
    margin-left: 51px !important;
    margin-right: 51px !important;
}

.my-51px {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
}

.m-52px {
    margin: 52px !important;
}

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

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

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

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

.mx-52px {
    margin-left: 52px !important;
    margin-right: 52px !important;
}

.my-52px {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}

.m-53px {
    margin: 53px !important;
}

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

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

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

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

.mx-53px {
    margin-left: 53px !important;
    margin-right: 53px !important;
}

.my-53px {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
}

.m-54px {
    margin: 54px !important;
}

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

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

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

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

.mx-54px {
    margin-left: 54px !important;
    margin-right: 54px !important;
}

.my-54px {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
}

.m-55px {
    margin: 55px !important;
}

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

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

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

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

.mx-55px {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.my-55px {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.m-56px {
    margin: 56px !important;
}

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

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

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

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

.mx-56px {
    margin-left: 56px !important;
    margin-right: 56px !important;
}

.my-56px {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}

.m-57px {
    margin: 57px !important;
}

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

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

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

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

.mx-57px {
    margin-left: 57px !important;
    margin-right: 57px !important;
}

.my-57px {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
}

.m-58px {
    margin: 58px !important;
}

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

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

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

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

.mx-58px {
    margin-left: 58px !important;
    margin-right: 58px !important;
}

.my-58px {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
}

.m-59px {
    margin: 59px !important;
}

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

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

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

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

.mx-59px {
    margin-left: 59px !important;
    margin-right: 59px !important;
}

.my-59px {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
}

.m-60px {
    margin: 60px !important;
}

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

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

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

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

.mx-60px {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.my-60px {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.m-61px {
    margin: 61px !important;
}

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

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

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

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

.mx-61px {
    margin-left: 61px !important;
    margin-right: 61px !important;
}

.my-61px {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
}

.m-62px {
    margin: 62px !important;
}

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

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

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

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

.mx-62px {
    margin-left: 62px !important;
    margin-right: 62px !important;
}

.my-62px {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
}

.m-63px {
    margin: 63px !important;
}

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

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

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

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

.mx-63px {
    margin-left: 63px !important;
    margin-right: 63px !important;
}

.my-63px {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
}

.m-64px {
    margin: 64px !important;
}

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

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

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

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

.mx-64px {
    margin-left: 64px !important;
    margin-right: 64px !important;
}

.my-64px {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

.m-65px {
    margin: 65px !important;
}

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

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

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

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

.mx-65px {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.my-65px {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.m-66px {
    margin: 66px !important;
}

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

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

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

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

.mx-66px {
    margin-left: 66px !important;
    margin-right: 66px !important;
}

.my-66px {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
}

.m-67px {
    margin: 67px !important;
}

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

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

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

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

.mx-67px {
    margin-left: 67px !important;
    margin-right: 67px !important;
}

.my-67px {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
}

.m-68px {
    margin: 68px !important;
}

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

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

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

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

.mx-68px {
    margin-left: 68px !important;
    margin-right: 68px !important;
}

.my-68px {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
}

.m-69px {
    margin: 69px !important;
}

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

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

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

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

.mx-69px {
    margin-left: 69px !important;
    margin-right: 69px !important;
}

.my-69px {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
}

.m-70px {
    margin: 70px !important;
}

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

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

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

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

.mx-70px {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.my-70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.m-71px {
    margin: 71px !important;
}

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

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

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

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

.mx-71px {
    margin-left: 71px !important;
    margin-right: 71px !important;
}

.my-71px {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
}

.m-72px {
    margin: 72px !important;
}

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

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

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

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

.mx-72px {
    margin-left: 72px !important;
    margin-right: 72px !important;
}

.my-72px {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
}

.m-73px {
    margin: 73px !important;
}

.ml-73px {
    margin-left: 73px !important;
}

.mr-73px {
    margin-right: 73px !important;
}

.mt-73px {
    margin-top: 73px !important;
}

.mb-73px {
    margin-bottom: 73px !important;
}

.mx-73px {
    margin-left: 73px !important;
    margin-right: 73px !important;
}

.my-73px {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
}

.m-74px {
    margin: 74px !important;
}

.ml-74px {
    margin-left: 74px !important;
}

.mr-74px {
    margin-right: 74px !important;
}

.mt-74px {
    margin-top: 74px !important;
}

.mb-74px {
    margin-bottom: 74px !important;
}

.mx-74px {
    margin-left: 74px !important;
    margin-right: 74px !important;
}

.my-74px {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
}

.m-75px {
    margin: 75px !important;
}

.ml-75px {
    margin-left: 75px !important;
}

.mr-75px {
    margin-right: 75px !important;
}

.mt-75px {
    margin-top: 75px !important;
}

.mb-75px {
    margin-bottom: 75px !important;
}

.mx-75px {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.my-75px {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.m-76px {
    margin: 76px !important;
}

.ml-76px {
    margin-left: 76px !important;
}

.mr-76px {
    margin-right: 76px !important;
}

.mt-76px {
    margin-top: 76px !important;
}

.mb-76px {
    margin-bottom: 76px !important;
}

.mx-76px {
    margin-left: 76px !important;
    margin-right: 76px !important;
}

.my-76px {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
}

.m-77px {
    margin: 77px !important;
}

.ml-77px {
    margin-left: 77px !important;
}

.mr-77px {
    margin-right: 77px !important;
}

.mt-77px {
    margin-top: 77px !important;
}

.mb-77px {
    margin-bottom: 77px !important;
}

.mx-77px {
    margin-left: 77px !important;
    margin-right: 77px !important;
}

.my-77px {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
}

.m-78px {
    margin: 78px !important;
}

.ml-78px {
    margin-left: 78px !important;
}

.mr-78px {
    margin-right: 78px !important;
}

.mt-78px {
    margin-top: 78px !important;
}

.mb-78px {
    margin-bottom: 78px !important;
}

.mx-78px {
    margin-left: 78px !important;
    margin-right: 78px !important;
}

.my-78px {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
}

.m-79px {
    margin: 79px !important;
}

.ml-79px {
    margin-left: 79px !important;
}

.mr-79px {
    margin-right: 79px !important;
}

.mt-79px {
    margin-top: 79px !important;
}

.mb-79px {
    margin-bottom: 79px !important;
}

.mx-79px {
    margin-left: 79px !important;
    margin-right: 79px !important;
}

.my-79px {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
}

.m-80px {
    margin: 80px !important;
}

.ml-80px {
    margin-left: 80px !important;
}

.mr-80px {
    margin-right: 80px !important;
}

.mt-80px {
    margin-top: 80px !important;
}

.mb-80px {
    margin-bottom: 80px !important;
}

.mx-80px {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.my-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.m-81px {
    margin: 81px !important;
}

.ml-81px {
    margin-left: 81px !important;
}

.mr-81px {
    margin-right: 81px !important;
}

.mt-81px {
    margin-top: 81px !important;
}

.mb-81px {
    margin-bottom: 81px !important;
}

.mx-81px {
    margin-left: 81px !important;
    margin-right: 81px !important;
}

.my-81px {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
}

.m-82px {
    margin: 82px !important;
}

.ml-82px {
    margin-left: 82px !important;
}

.mr-82px {
    margin-right: 82px !important;
}

.mt-82px {
    margin-top: 82px !important;
}

.mb-82px {
    margin-bottom: 82px !important;
}

.mx-82px {
    margin-left: 82px !important;
    margin-right: 82px !important;
}

.my-82px {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
}

.m-83px {
    margin: 83px !important;
}

.ml-83px {
    margin-left: 83px !important;
}

.mr-83px {
    margin-right: 83px !important;
}

.mt-83px {
    margin-top: 83px !important;
}

.mb-83px {
    margin-bottom: 83px !important;
}

.mx-83px {
    margin-left: 83px !important;
    margin-right: 83px !important;
}

.my-83px {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
}

.m-84px {
    margin: 84px !important;
}

.ml-84px {
    margin-left: 84px !important;
}

.mr-84px {
    margin-right: 84px !important;
}

.mt-84px {
    margin-top: 84px !important;
}

.mb-84px {
    margin-bottom: 84px !important;
}

.mx-84px {
    margin-left: 84px !important;
    margin-right: 84px !important;
}

.my-84px {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
}

.m-85px {
    margin: 85px !important;
}

.ml-85px {
    margin-left: 85px !important;
}

.mr-85px {
    margin-right: 85px !important;
}

.mt-85px {
    margin-top: 85px !important;
}

.mb-85px {
    margin-bottom: 85px !important;
}

.mx-85px {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.my-85px {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.m-86px {
    margin: 86px !important;
}

.ml-86px {
    margin-left: 86px !important;
}

.mr-86px {
    margin-right: 86px !important;
}

.mt-86px {
    margin-top: 86px !important;
}

.mb-86px {
    margin-bottom: 86px !important;
}

.mx-86px {
    margin-left: 86px !important;
    margin-right: 86px !important;
}

.my-86px {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
}

.m-87px {
    margin: 87px !important;
}

.ml-87px {
    margin-left: 87px !important;
}

.mr-87px {
    margin-right: 87px !important;
}

.mt-87px {
    margin-top: 87px !important;
}

.mb-87px {
    margin-bottom: 87px !important;
}

.mx-87px {
    margin-left: 87px !important;
    margin-right: 87px !important;
}

.my-87px {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
}

.m-88px {
    margin: 88px !important;
}

.ml-88px {
    margin-left: 88px !important;
}

.mr-88px {
    margin-right: 88px !important;
}

.mt-88px {
    margin-top: 88px !important;
}

.mb-88px {
    margin-bottom: 88px !important;
}

.mx-88px {
    margin-left: 88px !important;
    margin-right: 88px !important;
}

.my-88px {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
}

.m-89px {
    margin: 89px !important;
}

.ml-89px {
    margin-left: 89px !important;
}

.mr-89px {
    margin-right: 89px !important;
}

.mt-89px {
    margin-top: 89px !important;
}

.mb-89px {
    margin-bottom: 89px !important;
}

.mx-89px {
    margin-left: 89px !important;
    margin-right: 89px !important;
}

.my-89px {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
}

.m-90px {
    margin: 90px !important;
}

.ml-90px {
    margin-left: 90px !important;
}

.mr-90px {
    margin-right: 90px !important;
}

.mt-90px {
    margin-top: 90px !important;
}

.mb-90px {
    margin-bottom: 90px !important;
}

.mx-90px {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.my-90px {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.m-91px {
    margin: 91px !important;
}

.ml-91px {
    margin-left: 91px !important;
}

.mr-91px {
    margin-right: 91px !important;
}

.mt-91px {
    margin-top: 91px !important;
}

.mb-91px {
    margin-bottom: 91px !important;
}

.mx-91px {
    margin-left: 91px !important;
    margin-right: 91px !important;
}

.my-91px {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
}

.m-92px {
    margin: 92px !important;
}

.ml-92px {
    margin-left: 92px !important;
}

.mr-92px {
    margin-right: 92px !important;
}

.mt-92px {
    margin-top: 92px !important;
}

.mb-92px {
    margin-bottom: 92px !important;
}

.mx-92px {
    margin-left: 92px !important;
    margin-right: 92px !important;
}

.my-92px {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
}

.m-93px {
    margin: 93px !important;
}

.ml-93px {
    margin-left: 93px !important;
}

.mr-93px {
    margin-right: 93px !important;
}

.mt-93px {
    margin-top: 93px !important;
}

.mb-93px {
    margin-bottom: 93px !important;
}

.mx-93px {
    margin-left: 93px !important;
    margin-right: 93px !important;
}

.my-93px {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
}

.m-94px {
    margin: 94px !important;
}

.ml-94px {
    margin-left: 94px !important;
}

.mr-94px {
    margin-right: 94px !important;
}

.mt-94px {
    margin-top: 94px !important;
}

.mb-94px {
    margin-bottom: 94px !important;
}

.mx-94px {
    margin-left: 94px !important;
    margin-right: 94px !important;
}

.my-94px {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
}

.m-95px {
    margin: 95px !important;
}

.ml-95px {
    margin-left: 95px !important;
}

.mr-95px {
    margin-right: 95px !important;
}

.mt-95px {
    margin-top: 95px !important;
}

.mb-95px {
    margin-bottom: 95px !important;
}

.mx-95px {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.my-95px {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.m-96px {
    margin: 96px !important;
}

.ml-96px {
    margin-left: 96px !important;
}

.mr-96px {
    margin-right: 96px !important;
}

.mt-96px {
    margin-top: 96px !important;
}

.mb-96px {
    margin-bottom: 96px !important;
}

.mx-96px {
    margin-left: 96px !important;
    margin-right: 96px !important;
}

.my-96px {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
}

.m-97px {
    margin: 97px !important;
}

.ml-97px {
    margin-left: 97px !important;
}

.mr-97px {
    margin-right: 97px !important;
}

.mt-97px {
    margin-top: 97px !important;
}

.mb-97px {
    margin-bottom: 97px !important;
}

.mx-97px {
    margin-left: 97px !important;
    margin-right: 97px !important;
}

.my-97px {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
}

.m-98px {
    margin: 98px !important;
}

.ml-98px {
    margin-left: 98px !important;
}

.mr-98px {
    margin-right: 98px !important;
}

.mt-98px {
    margin-top: 98px !important;
}

.mb-98px {
    margin-bottom: 98px !important;
}

.mx-98px {
    margin-left: 98px !important;
    margin-right: 98px !important;
}

.my-98px {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
}

.m-99px {
    margin: 99px !important;
}

.ml-99px {
    margin-left: 99px !important;
}

.mr-99px {
    margin-right: 99px !important;
}

.mt-99px {
    margin-top: 99px !important;
}

.mb-99px {
    margin-bottom: 99px !important;
}

.mx-99px {
    margin-left: 99px !important;
    margin-right: 99px !important;
}

.my-99px {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
}

.m-100px {
    margin: 100px !important;
}

.ml-100px {
    margin-left: 100px !important;
}

.mr-100px {
    margin-right: 100px !important;
}

.mt-100px {
    margin-top: 100px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

.mx-100px {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.my-100px {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.w-1px {
    width: 1px;
}

.w-1rem {
    width: 1rem;
}

.w-1em {
    width: 1em;
}

.w-1 {
    width: 1%;
}

.w-2px {
    width: 2px;
}

.w-2rem {
    width: 2rem;
}

.w-2em {
    width: 2em;
}

.w-2 {
    width: 2%;
}

.w-3px {
    width: 3px;
}

.w-3rem {
    width: 3rem;
}

.w-3em {
    width: 3em;
}

.w-3 {
    width: 3%;
}

.w-4px {
    width: 4px;
}

.w-4rem {
    width: 4rem;
}

.w-4em {
    width: 4em;
}

.w-4 {
    width: 4%;
}

.w-5px {
    width: 5px;
}

.w-5rem {
    width: 5rem;
}

.w-5em {
    width: 5em;
}

.w-5 {
    width: 5%;
}

.w-6px {
    width: 6px;
}

.w-6rem {
    width: 6rem;
}

.w-6em {
    width: 6em;
}

.w-6 {
    width: 6%;
}

.w-7px {
    width: 7px;
}

.w-7rem {
    width: 7rem;
}

.w-7em {
    width: 7em;
}

.w-7 {
    width: 7%;
}

.w-8px {
    width: 8px;
}

.w-8rem {
    width: 8rem;
}

.w-8em {
    width: 8em;
}

.w-8 {
    width: 8%;
}

.w-9px {
    width: 9px;
}

.w-9rem {
    width: 9rem;
}

.w-9em {
    width: 9em;
}

.w-9 {
    width: 9%;
}

.w-10px {
    width: 10px;
}

.w-10rem {
    width: 10rem;
}

.w-10em {
    width: 10em;
}

.w-10 {
    width: 10%;
}

.w-11px {
    width: 11px;
}

.w-11rem {
    width: 11rem;
}

.w-11em {
    width: 11em;
}

.w-11 {
    width: 11%;
}

.w-12px {
    width: 12px;
}

.w-12rem {
    width: 12rem;
}

.w-12em {
    width: 12em;
}

.w-12 {
    width: 12%;
}

.w-13px {
    width: 13px;
}

.w-13rem {
    width: 13rem;
}

.w-13em {
    width: 13em;
}

.w-13 {
    width: 13%;
}

.w-14px {
    width: 14px;
}

.w-14rem {
    width: 14rem;
}

.w-14em {
    width: 14em;
}

.w-14 {
    width: 14%;
}

.w-15px {
    width: 15px;
}

.w-15rem {
    width: 15rem;
}

.w-15em {
    width: 15em;
}

.w-15 {
    width: 15%;
}

.w-16px {
    width: 16px;
}

.w-16rem {
    width: 16rem;
}

.w-16em {
    width: 16em;
}

.w-16 {
    width: 16%;
}

.w-17px {
    width: 17px;
}

.w-17rem {
    width: 17rem;
}

.w-17em {
    width: 17em;
}

.w-17 {
    width: 17%;
}

.w-18px {
    width: 18px;
}

.w-18rem {
    width: 18rem;
}

.w-18em {
    width: 18em;
}

.w-18 {
    width: 18%;
}

.w-19px {
    width: 19px;
}

.w-19rem {
    width: 19rem;
}

.w-19em {
    width: 19em;
}

.w-19 {
    width: 19%;
}

.w-20px {
    width: 20px;
}

.w-20rem {
    width: 20rem;
}

.w-20em {
    width: 20em;
}

.w-20 {
    width: 20%;
}

.w-21px {
    width: 21px;
}

.w-21rem {
    width: 21rem;
}

.w-21em {
    width: 21em;
}

.w-21 {
    width: 21%;
}

.w-22px {
    width: 22px;
}

.w-22rem {
    width: 22rem;
}

.w-22em {
    width: 22em;
}

.w-22 {
    width: 22%;
}

.w-23px {
    width: 23px;
}

.w-23rem {
    width: 23rem;
}

.w-23em {
    width: 23em;
}

.w-23 {
    width: 23%;
}

.w-24px {
    width: 24px;
}

.w-24rem {
    width: 24rem;
}

.w-24em {
    width: 24em;
}

.w-24 {
    width: 24%;
}

.w-25px {
    width: 25px;
}

.w-25rem {
    width: 25rem;
}

.w-25em {
    width: 25em;
}

.w-25 {
    width: 25%;
}

.w-26px {
    width: 26px;
}

.w-26rem {
    width: 26rem;
}

.w-26em {
    width: 26em;
}

.w-26 {
    width: 26%;
}

.w-27px {
    width: 27px;
}

.w-27rem {
    width: 27rem;
}

.w-27em {
    width: 27em;
}

.w-27 {
    width: 27%;
}

.w-28px {
    width: 28px;
}

.w-28rem {
    width: 28rem;
}

.w-28em {
    width: 28em;
}

.w-28 {
    width: 28%;
}

.w-29px {
    width: 29px;
}

.w-29rem {
    width: 29rem;
}

.w-29em {
    width: 29em;
}

.w-29 {
    width: 29%;
}

.w-30px {
    width: 30px;
}

.w-30rem {
    width: 30rem;
}

.w-30em {
    width: 30em;
}

.w-30 {
    width: 30%;
}

.w-31px {
    width: 31px;
}

.w-31rem {
    width: 31rem;
}

.w-31em {
    width: 31em;
}

.w-31 {
    width: 31%;
}

.w-32px {
    width: 32px;
}

.w-32rem {
    width: 32rem;
}

.w-32em {
    width: 32em;
}

.w-32 {
    width: 32%;
}

.w-33px {
    width: 33px;
}

.w-33rem {
    width: 33rem;
}

.w-33em {
    width: 33em;
}

.w-33 {
    width: 33%;
}

.w-34px {
    width: 34px;
}

.w-34rem {
    width: 34rem;
}

.w-34em {
    width: 34em;
}

.w-34 {
    width: 34%;
}

.w-35px {
    width: 35px;
}

.w-35rem {
    width: 35rem;
}

.w-35em {
    width: 35em;
}

.w-35 {
    width: 35%;
}

.w-36px {
    width: 36px;
}

.w-36rem {
    width: 36rem;
}

.w-36em {
    width: 36em;
}

.w-36 {
    width: 36%;
}

.w-37px {
    width: 37px;
}

.w-37rem {
    width: 37rem;
}

.w-37em {
    width: 37em;
}

.w-37 {
    width: 37%;
}

.w-38px {
    width: 38px;
}

.w-38rem {
    width: 38rem;
}

.w-38em {
    width: 38em;
}

.w-38 {
    width: 38%;
}

.w-39px {
    width: 39px;
}

.w-39rem {
    width: 39rem;
}

.w-39em {
    width: 39em;
}

.w-39 {
    width: 39%;
}

.w-40px {
    width: 40px;
}

.w-40rem {
    width: 40rem;
}

.w-40em {
    width: 40em;
}

.w-40 {
    width: 40%;
}

.w-41px {
    width: 41px;
}

.w-41rem {
    width: 41rem;
}

.w-41em {
    width: 41em;
}

.w-41 {
    width: 41%;
}

.w-42px {
    width: 42px;
}

.w-42rem {
    width: 42rem;
}

.w-42em {
    width: 42em;
}

.w-42 {
    width: 42%;
}

.w-43px {
    width: 43px;
}

.w-43rem {
    width: 43rem;
}

.w-43em {
    width: 43em;
}

.w-43 {
    width: 43%;
}

.w-44px {
    width: 44px;
}

.w-44rem {
    width: 44rem;
}

.w-44em {
    width: 44em;
}

.w-44 {
    width: 44%;
}

.w-45px {
    width: 45px;
}

.w-45rem {
    width: 45rem;
}

.w-45em {
    width: 45em;
}

.w-45 {
    width: 45%;
}

.w-46px {
    width: 46px;
}

.w-46rem {
    width: 46rem;
}

.w-46em {
    width: 46em;
}

.w-46 {
    width: 46%;
}

.w-47px {
    width: 47px;
}

.w-47rem {
    width: 47rem;
}

.w-47em {
    width: 47em;
}

.w-47 {
    width: 47%;
}

.w-48px {
    width: 48px;
}

.w-48rem {
    width: 48rem;
}

.w-48em {
    width: 48em;
}

.w-48 {
    width: 48%;
}

.w-49px {
    width: 49px;
}

.w-49rem {
    width: 49rem;
}

.w-49em {
    width: 49em;
}

.w-49 {
    width: 49%;
}

.w-50px {
    width: 50px;
}

.w-50rem {
    width: 50rem;
}

.w-50em {
    width: 50em;
}

.w-50 {
    width: 50%;
}

.w-51px {
    width: 51px;
}

.w-51rem {
    width: 51rem;
}

.w-51em {
    width: 51em;
}

.w-51 {
    width: 51%;
}

.w-52px {
    width: 52px;
}

.w-52rem {
    width: 52rem;
}

.w-52em {
    width: 52em;
}

.w-52 {
    width: 52%;
}

.w-53px {
    width: 53px;
}

.w-53rem {
    width: 53rem;
}

.w-53em {
    width: 53em;
}

.w-53 {
    width: 53%;
}

.w-54px {
    width: 54px;
}

.w-54rem {
    width: 54rem;
}

.w-54em {
    width: 54em;
}

.w-54 {
    width: 54%;
}

.w-55px {
    width: 55px;
}

.w-55rem {
    width: 55rem;
}

.w-55em {
    width: 55em;
}

.w-55 {
    width: 55%;
}

.w-56px {
    width: 56px;
}

.w-56rem {
    width: 56rem;
}

.w-56em {
    width: 56em;
}

.w-56 {
    width: 56%;
}

.w-57px {
    width: 57px;
}

.w-57rem {
    width: 57rem;
}

.w-57em {
    width: 57em;
}

.w-57 {
    width: 57%;
}

.w-58px {
    width: 58px;
}

.w-58rem {
    width: 58rem;
}

.w-58em {
    width: 58em;
}

.w-58 {
    width: 58%;
}

.w-59px {
    width: 59px;
}

.w-59rem {
    width: 59rem;
}

.w-59em {
    width: 59em;
}

.w-59 {
    width: 59%;
}

.w-60px {
    width: 60px;
}

.w-60rem {
    width: 60rem;
}

.w-60em {
    width: 60em;
}

.w-60 {
    width: 60%;
}

.w-61px {
    width: 61px;
}

.w-61rem {
    width: 61rem;
}

.w-61em {
    width: 61em;
}

.w-61 {
    width: 61%;
}

.w-62px {
    width: 62px;
}

.w-62rem {
    width: 62rem;
}

.w-62em {
    width: 62em;
}

.w-62 {
    width: 62%;
}

.w-63px {
    width: 63px;
}

.w-63rem {
    width: 63rem;
}

.w-63em {
    width: 63em;
}

.w-63 {
    width: 63%;
}

.w-64px {
    width: 64px;
}

.w-64rem {
    width: 64rem;
}

.w-64em {
    width: 64em;
}

.w-64 {
    width: 64%;
}

.w-65px {
    width: 65px;
}

.w-65rem {
    width: 65rem;
}

.w-65em {
    width: 65em;
}

.w-65 {
    width: 65%;
}

.w-66px {
    width: 66px;
}

.w-66rem {
    width: 66rem;
}

.w-66em {
    width: 66em;
}

.w-66 {
    width: 66%;
}

.w-67px {
    width: 67px;
}

.w-67rem {
    width: 67rem;
}

.w-67em {
    width: 67em;
}

.w-67 {
    width: 67%;
}

.w-68px {
    width: 68px;
}

.w-68rem {
    width: 68rem;
}

.w-68em {
    width: 68em;
}

.w-68 {
    width: 68%;
}

.w-69px {
    width: 69px;
}

.w-69rem {
    width: 69rem;
}

.w-69em {
    width: 69em;
}

.w-69 {
    width: 69%;
}

.w-70px {
    width: 70px;
}

.w-70rem {
    width: 70rem;
}

.w-70em {
    width: 70em;
}

.w-70 {
    width: 70%;
}

.w-71px {
    width: 71px;
}

.w-71rem {
    width: 71rem;
}

.w-71em {
    width: 71em;
}

.w-71 {
    width: 71%;
}

.w-72px {
    width: 72px;
}

.w-72rem {
    width: 72rem;
}

.w-72em {
    width: 72em;
}

.w-72 {
    width: 72%;
}

.w-73px {
    width: 73px;
}

.w-73rem {
    width: 73rem;
}

.w-73em {
    width: 73em;
}

.w-73 {
    width: 73%;
}

.w-74px {
    width: 74px;
}

.w-74rem {
    width: 74rem;
}

.w-74em {
    width: 74em;
}

.w-74 {
    width: 74%;
}

.w-75px {
    width: 75px;
}

.w-75rem {
    width: 75rem;
}

.w-75em {
    width: 75em;
}

.w-75 {
    width: 75%;
}

.w-76px {
    width: 76px;
}

.w-76rem {
    width: 76rem;
}

.w-76em {
    width: 76em;
}

.w-76 {
    width: 76%;
}

.w-77px {
    width: 77px;
}

.w-77rem {
    width: 77rem;
}

.w-77em {
    width: 77em;
}

.w-77 {
    width: 77%;
}

.w-78px {
    width: 78px;
}

.w-78rem {
    width: 78rem;
}

.w-78em {
    width: 78em;
}

.w-78 {
    width: 78%;
}

.w-79px {
    width: 79px;
}

.w-79rem {
    width: 79rem;
}

.w-79em {
    width: 79em;
}

.w-79 {
    width: 79%;
}

.w-80px {
    width: 80px;
}

.w-80rem {
    width: 80rem;
}

.w-80em {
    width: 80em;
}

.w-80 {
    width: 80%;
}

.w-81px {
    width: 81px;
}

.w-81rem {
    width: 81rem;
}

.w-81em {
    width: 81em;
}

.w-81 {
    width: 81%;
}

.w-82px {
    width: 82px;
}

.w-82rem {
    width: 82rem;
}

.w-82em {
    width: 82em;
}

.w-82 {
    width: 82%;
}

.w-83px {
    width: 83px;
}

.w-83rem {
    width: 83rem;
}

.w-83em {
    width: 83em;
}

.w-83 {
    width: 83%;
}

.w-84px {
    width: 84px;
}

.w-84rem {
    width: 84rem;
}

.w-84em {
    width: 84em;
}

.w-84 {
    width: 84%;
}

.w-85px {
    width: 85px;
}

.w-85rem {
    width: 85rem;
}

.w-85em {
    width: 85em;
}

.w-85 {
    width: 85%;
}

.w-86px {
    width: 86px;
}

.w-86rem {
    width: 86rem;
}

.w-86em {
    width: 86em;
}

.w-86 {
    width: 86%;
}

.w-87px {
    width: 87px;
}

.w-87rem {
    width: 87rem;
}

.w-87em {
    width: 87em;
}

.w-87 {
    width: 87%;
}

.w-88px {
    width: 88px;
}

.w-88rem {
    width: 88rem;
}

.w-88em {
    width: 88em;
}

.w-88 {
    width: 88%;
}

.w-89px {
    width: 89px;
}

.w-89rem {
    width: 89rem;
}

.w-89em {
    width: 89em;
}

.w-89 {
    width: 89%;
}

.w-90px {
    width: 90px;
}

.w-90rem {
    width: 90rem;
}

.w-90em {
    width: 90em;
}

.w-90 {
    width: 90%;
}

.w-91px {
    width: 91px;
}

.w-91rem {
    width: 91rem;
}

.w-91em {
    width: 91em;
}

.w-91 {
    width: 91%;
}

.w-92px {
    width: 92px;
}

.w-92rem {
    width: 92rem;
}

.w-92em {
    width: 92em;
}

.w-92 {
    width: 92%;
}

.w-93px {
    width: 93px;
}

.w-93rem {
    width: 93rem;
}

.w-93em {
    width: 93em;
}

.w-93 {
    width: 93%;
}

.w-94px {
    width: 94px;
}

.w-94rem {
    width: 94rem;
}

.w-94em {
    width: 94em;
}

.w-94 {
    width: 94%;
}

.w-95px {
    width: 95px;
}

.w-95rem {
    width: 95rem;
}

.w-95em {
    width: 95em;
}

.w-95 {
    width: 95%;
}

.w-96px {
    width: 96px;
}

.w-96rem {
    width: 96rem;
}

.w-96em {
    width: 96em;
}

.w-96 {
    width: 96%;
}

.w-97px {
    width: 97px;
}

.w-97rem {
    width: 97rem;
}

.w-97em {
    width: 97em;
}

.w-97 {
    width: 97%;
}

.w-98px {
    width: 98px;
}

.w-98rem {
    width: 98rem;
}

.w-98em {
    width: 98em;
}

.w-98 {
    width: 98%;
}

.w-99px {
    width: 99px;
}

.w-99rem {
    width: 99rem;
}

.w-99em {
    width: 99em;
}

.w-99 {
    width: 99%;
}

.w-100px {
    width: 100px;
}

.w-100rem {
    width: 100rem;
}

.w-100em {
    width: 100em;
}

.w-100 {
    width: 100%;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.none {
    float: none !important;
}

.w-auto {
    width: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.wrap {
    flex-wrap: wrap;
}

.m-0 {
    margin: 0em !important;
}

.mt-0 {
    margin-top: 0em !important;
}

.mb-0 {
    margin-bottom: 0em !important;
}

.ml-0 {
    margin-left: 0em !important;
}

.mr-0 {
    margin-right: 0em !important;
}

.mx-0 {
    margin-right: 0em !important;
    margin-left: 0em !important;
}

.my-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

.mn-t0 {
    margin-top: 0em !important;
}

.p-0 {
    padding: 0em !important;
}

.pt-0 {
    padding-top: 0em !important;
}

.pb-0 {
    padding-bottom: 0em !important;
}

.pl-0 {
    padding-left: 0em !important;
}

.pr-0 {
    padding-right: 0em !important;
}

.px-0 {
    padding-right: 0em !important;
    padding-left: 0em !important;
}

.py-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}

.m-1 {
    margin: 1em !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.ml-1 {
    margin-left: 1em !important;
}

.mr-1 {
    margin-right: 1em !important;
}

.mx-1 {
    margin-right: 1em !important;
    margin-left: 1em !important;
}

.my-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.mn-t1 {
    margin-top: -1em !important;
}

.p-1 {
    padding: 1em !important;
}

.pt-1 {
    padding-top: 1em !important;
}

.pb-1 {
    padding-bottom: 1em !important;
}

.pl-1 {
    padding-left: 1em !important;
}

.pr-1 {
    padding-right: 1em !important;
}

.px-1 {
    padding-right: 1em !important;
    padding-left: 1em !important;
}

.py-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.m-2 {
    margin: 2em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.ml-2 {
    margin-left: 2em !important;
}

.mr-2 {
    margin-right: 2em !important;
}

.mx-2 {
    margin-right: 2em !important;
    margin-left: 2em !important;
}

.my-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.mn-t2 {
    margin-top: -2em !important;
}

.p-2 {
    padding: 2em !important;
}

.pt-2 {
    padding-top: 2em !important;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.pl-2 {
    padding-left: 2em !important;
}

.pr-2 {
    padding-right: 2em !important;
}

.px-2 {
    padding-right: 2em !important;
    padding-left: 2em !important;
}

.py-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.m-3 {
    margin: 3em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.ml-3 {
    margin-left: 3em !important;
}

.mr-3 {
    margin-right: 3em !important;
}

.mx-3 {
    margin-right: 3em !important;
    margin-left: 3em !important;
}

.my-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.mn-t3 {
    margin-top: -3em !important;
}

.p-3 {
    padding: 3em !important;
}

.pt-3 {
    padding-top: 3em !important;
}

.pb-3 {
    padding-bottom: 3em !important;
}

.pl-3 {
    padding-left: 3em !important;
}

.pr-3 {
    padding-right: 3em !important;
}

.px-3 {
    padding-right: 3em !important;
    padding-left: 3em !important;
}

.py-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.m-4 {
    margin: 4em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.ml-4 {
    margin-left: 4em !important;
}

.mr-4 {
    margin-right: 4em !important;
}

.mx-4 {
    margin-right: 4em !important;
    margin-left: 4em !important;
}

.my-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
}

.mn-t4 {
    margin-top: -4em !important;
}

.p-4 {
    padding: 4em !important;
}

.pt-4 {
    padding-top: 4em !important;
}

.pb-4 {
    padding-bottom: 4em !important;
}

.pl-4 {
    padding-left: 4em !important;
}

.pr-4 {
    padding-right: 4em !important;
}

.px-4 {
    padding-right: 4em !important;
    padding-left: 4em !important;
}

.py-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.m-5 {
    margin: 5em !important;
}

.mt-5 {
    margin-top: 5em !important;
}

.mb-5 {
    margin-bottom: 5em !important;
}

.ml-5 {
    margin-left: 5em !important;
}

.mr-5 {
    margin-right: 5em !important;
}

.mx-5 {
    margin-right: 5em !important;
    margin-left: 5em !important;
}

.my-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
}

.mn-t5 {
    margin-top: -5em !important;
}

.p-5 {
    padding: 5em !important;
}

.pt-5 {
    padding-top: 5em !important;
}

.pb-5 {
    padding-bottom: 5em !important;
}

.pl-5 {
    padding-left: 5em !important;
}

.pr-5 {
    padding-right: 5em !important;
}

.px-5 {
    padding-right: 5em !important;
    padding-left: 5em !important;
}

.py-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

.m-6 {
    margin: 6em !important;
}

.mt-6 {
    margin-top: 6em !important;
}

.mb-6 {
    margin-bottom: 6em !important;
}

.ml-6 {
    margin-left: 6em !important;
}

.mr-6 {
    margin-right: 6em !important;
}

.mx-6 {
    margin-right: 6em !important;
    margin-left: 6em !important;
}

.my-6 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
}

.mn-t6 {
    margin-top: -6em !important;
}

.p-6 {
    padding: 6em !important;
}

.pt-6 {
    padding-top: 6em !important;
}

.pb-6 {
    padding-bottom: 6em !important;
}

.pl-6 {
    padding-left: 6em !important;
}

.pr-6 {
    padding-right: 6em !important;
}

.px-6 {
    padding-right: 6em !important;
    padding-left: 6em !important;
}

.py-6 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}

.m-7 {
    margin: 7em !important;
}

.mt-7 {
    margin-top: 7em !important;
}

.mb-7 {
    margin-bottom: 7em !important;
}

.ml-7 {
    margin-left: 7em !important;
}

.mr-7 {
    margin-right: 7em !important;
}

.mx-7 {
    margin-right: 7em !important;
    margin-left: 7em !important;
}

.my-7 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
}

.mn-t7 {
    margin-top: -7em !important;
}

.p-7 {
    padding: 7em !important;
}

.pt-7 {
    padding-top: 7em !important;
}

.pb-7 {
    padding-bottom: 7em !important;
}

.pl-7 {
    padding-left: 7em !important;
}

.pr-7 {
    padding-right: 7em !important;
}

.px-7 {
    padding-right: 7em !important;
    padding-left: 7em !important;
}

.py-7 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
}

.m-8 {
    margin: 8em !important;
}

.mt-8 {
    margin-top: 8em !important;
}

.mb-8 {
    margin-bottom: 8em !important;
}

.ml-8 {
    margin-left: 8em !important;
}

.mr-8 {
    margin-right: 8em !important;
}

.mx-8 {
    margin-right: 8em !important;
    margin-left: 8em !important;
}

.my-8 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
}

.mn-t8 {
    margin-top: -8em !important;
}

.p-8 {
    padding: 8em !important;
}

.pt-8 {
    padding-top: 8em !important;
}

.pb-8 {
    padding-bottom: 8em !important;
}

.pl-8 {
    padding-left: 8em !important;
}

.pr-8 {
    padding-right: 8em !important;
}

.px-8 {
    padding-right: 8em !important;
    padding-left: 8em !important;
}

.py-8 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
}

.m-9 {
    margin: 9em !important;
}

.mt-9 {
    margin-top: 9em !important;
}

.mb-9 {
    margin-bottom: 9em !important;
}

.ml-9 {
    margin-left: 9em !important;
}

.mr-9 {
    margin-right: 9em !important;
}

.mx-9 {
    margin-right: 9em !important;
    margin-left: 9em !important;
}

.my-9 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
}

.mn-t9 {
    margin-top: -9em !important;
}

.p-9 {
    padding: 9em !important;
}

.pt-9 {
    padding-top: 9em !important;
}

.pb-9 {
    padding-bottom: 9em !important;
}

.pl-9 {
    padding-left: 9em !important;
}

.pr-9 {
    padding-right: 9em !important;
}

.px-9 {
    padding-right: 9em !important;
    padding-left: 9em !important;
}

.py-9 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
}

.m-10 {
    margin: 10em !important;
}

.mt-10 {
    margin-top: 10em !important;
}

.mb-10 {
    margin-bottom: 10em !important;
}

.ml-10 {
    margin-left: 10em !important;
}

.mr-10 {
    margin-right: 10em !important;
}

.mx-10 {
    margin-right: 10em !important;
    margin-left: 10em !important;
}

.my-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
}

.mn-t10 {
    margin-top: -10em !important;
}

.p-10 {
    padding: 10em !important;
}

.pt-10 {
    padding-top: 10em !important;
}

.pb-10 {
    padding-bottom: 10em !important;
}

.pl-10 {
    padding-left: 10em !important;
}

.pr-10 {
    padding-right: 10em !important;
}

.px-10 {
    padding-right: 10em !important;
    padding-left: 10em !important;
}

.py-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
}

.m-11 {
    margin: 11em !important;
}

.mt-11 {
    margin-top: 11em !important;
}

.mb-11 {
    margin-bottom: 11em !important;
}

.ml-11 {
    margin-left: 11em !important;
}

.mr-11 {
    margin-right: 11em !important;
}

.mx-11 {
    margin-right: 11em !important;
    margin-left: 11em !important;
}

.my-11 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
}

.mn-t11 {
    margin-top: -11em !important;
}

.p-11 {
    padding: 11em !important;
}

.pt-11 {
    padding-top: 11em !important;
}

.pb-11 {
    padding-bottom: 11em !important;
}

.pl-11 {
    padding-left: 11em !important;
}

.pr-11 {
    padding-right: 11em !important;
}

.px-11 {
    padding-right: 11em !important;
    padding-left: 11em !important;
}

.py-11 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
}

.m-12 {
    margin: 12em !important;
}

.mt-12 {
    margin-top: 12em !important;
}

.mb-12 {
    margin-bottom: 12em !important;
}

.ml-12 {
    margin-left: 12em !important;
}

.mr-12 {
    margin-right: 12em !important;
}

.mx-12 {
    margin-right: 12em !important;
    margin-left: 12em !important;
}

.my-12 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
}

.mn-t12 {
    margin-top: -12em !important;
}

.p-12 {
    padding: 12em !important;
}

.pt-12 {
    padding-top: 12em !important;
}

.pb-12 {
    padding-bottom: 12em !important;
}

.pl-12 {
    padding-left: 12em !important;
}

.pr-12 {
    padding-right: 12em !important;
}

.px-12 {
    padding-right: 12em !important;
    padding-left: 12em !important;
}

.py-12 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
}

.m-13 {
    margin: 13em !important;
}

.mt-13 {
    margin-top: 13em !important;
}

.mb-13 {
    margin-bottom: 13em !important;
}

.ml-13 {
    margin-left: 13em !important;
}

.mr-13 {
    margin-right: 13em !important;
}

.mx-13 {
    margin-right: 13em !important;
    margin-left: 13em !important;
}

.my-13 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
}

.mn-t13 {
    margin-top: -13em !important;
}

.p-13 {
    padding: 13em !important;
}

.pt-13 {
    padding-top: 13em !important;
}

.pb-13 {
    padding-bottom: 13em !important;
}

.pl-13 {
    padding-left: 13em !important;
}

.pr-13 {
    padding-right: 13em !important;
}

.px-13 {
    padding-right: 13em !important;
    padding-left: 13em !important;
}

.py-13 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
}

.m-14 {
    margin: 14em !important;
}

.mt-14 {
    margin-top: 14em !important;
}

.mb-14 {
    margin-bottom: 14em !important;
}

.ml-14 {
    margin-left: 14em !important;
}

.mr-14 {
    margin-right: 14em !important;
}

.mx-14 {
    margin-right: 14em !important;
    margin-left: 14em !important;
}

.my-14 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
}

.mn-t14 {
    margin-top: -14em !important;
}

.p-14 {
    padding: 14em !important;
}

.pt-14 {
    padding-top: 14em !important;
}

.pb-14 {
    padding-bottom: 14em !important;
}

.pl-14 {
    padding-left: 14em !important;
}

.pr-14 {
    padding-right: 14em !important;
}

.px-14 {
    padding-right: 14em !important;
    padding-left: 14em !important;
}

.py-14 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
}

.m-15 {
    margin: 15em !important;
}

.mt-15 {
    margin-top: 15em !important;
}

.mb-15 {
    margin-bottom: 15em !important;
}

.ml-15 {
    margin-left: 15em !important;
}

.mr-15 {
    margin-right: 15em !important;
}

.mx-15 {
    margin-right: 15em !important;
    margin-left: 15em !important;
}

.my-15 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
}

.mn-t15 {
    margin-top: -15em !important;
}

.p-15 {
    padding: 15em !important;
}

.pt-15 {
    padding-top: 15em !important;
}

.pb-15 {
    padding-bottom: 15em !important;
}

.pl-15 {
    padding-left: 15em !important;
}

.pr-15 {
    padding-right: 15em !important;
}

.px-15 {
    padding-right: 15em !important;
    padding-left: 15em !important;
}

.py-15 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
}

.m-16 {
    margin: 16em !important;
}

.mt-16 {
    margin-top: 16em !important;
}

.mb-16 {
    margin-bottom: 16em !important;
}

.ml-16 {
    margin-left: 16em !important;
}

.mr-16 {
    margin-right: 16em !important;
}

.mx-16 {
    margin-right: 16em !important;
    margin-left: 16em !important;
}

.my-16 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
}

.mn-t16 {
    margin-top: -16em !important;
}

.p-16 {
    padding: 16em !important;
}

.pt-16 {
    padding-top: 16em !important;
}

.pb-16 {
    padding-bottom: 16em !important;
}

.pl-16 {
    padding-left: 16em !important;
}

.pr-16 {
    padding-right: 16em !important;
}

.px-16 {
    padding-right: 16em !important;
    padding-left: 16em !important;
}

.py-16 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
}

.m-17 {
    margin: 17em !important;
}

.mt-17 {
    margin-top: 17em !important;
}

.mb-17 {
    margin-bottom: 17em !important;
}

.ml-17 {
    margin-left: 17em !important;
}

.mr-17 {
    margin-right: 17em !important;
}

.mx-17 {
    margin-right: 17em !important;
    margin-left: 17em !important;
}

.my-17 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
}

.mn-t17 {
    margin-top: -17em !important;
}

.p-17 {
    padding: 17em !important;
}

.pt-17 {
    padding-top: 17em !important;
}

.pb-17 {
    padding-bottom: 17em !important;
}

.pl-17 {
    padding-left: 17em !important;
}

.pr-17 {
    padding-right: 17em !important;
}

.px-17 {
    padding-right: 17em !important;
    padding-left: 17em !important;
}

.py-17 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
}

.m-18 {
    margin: 18em !important;
}

.mt-18 {
    margin-top: 18em !important;
}

.mb-18 {
    margin-bottom: 18em !important;
}

.ml-18 {
    margin-left: 18em !important;
}

.mr-18 {
    margin-right: 18em !important;
}

.mx-18 {
    margin-right: 18em !important;
    margin-left: 18em !important;
}

.my-18 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
}

.mn-t18 {
    margin-top: -18em !important;
}

.p-18 {
    padding: 18em !important;
}

.pt-18 {
    padding-top: 18em !important;
}

.pb-18 {
    padding-bottom: 18em !important;
}

.pl-18 {
    padding-left: 18em !important;
}

.pr-18 {
    padding-right: 18em !important;
}

.px-18 {
    padding-right: 18em !important;
    padding-left: 18em !important;
}

.py-18 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
}

.m-19 {
    margin: 19em !important;
}

.mt-19 {
    margin-top: 19em !important;
}

.mb-19 {
    margin-bottom: 19em !important;
}

.ml-19 {
    margin-left: 19em !important;
}

.mr-19 {
    margin-right: 19em !important;
}

.mx-19 {
    margin-right: 19em !important;
    margin-left: 19em !important;
}

.my-19 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
}

.mn-t19 {
    margin-top: -19em !important;
}

.p-19 {
    padding: 19em !important;
}

.pt-19 {
    padding-top: 19em !important;
}

.pb-19 {
    padding-bottom: 19em !important;
}

.pl-19 {
    padding-left: 19em !important;
}

.pr-19 {
    padding-right: 19em !important;
}

.px-19 {
    padding-right: 19em !important;
    padding-left: 19em !important;
}

.py-19 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
}

.m-20 {
    margin: 20em !important;
}

.mt-20 {
    margin-top: 20em !important;
}

.mb-20 {
    margin-bottom: 20em !important;
}

.ml-20 {
    margin-left: 20em !important;
}

.mr-20 {
    margin-right: 20em !important;
}

.mx-20 {
    margin-right: 20em !important;
    margin-left: 20em !important;
}

.my-20 {
    margin-top: 20em !important;
    margin-bottom: 20em !important;
}

.mn-t20 {
    margin-top: -20em !important;
}

.p-20 {
    padding: 20em !important;
}

.pt-20 {
    padding-top: 20em !important;
}

.pb-20 {
    padding-bottom: 20em !important;
}

.pl-20 {
    padding-left: 20em !important;
}

.pr-20 {
    padding-right: 20em !important;
}

.px-20 {
    padding-right: 20em !important;
    padding-left: 20em !important;
}

.py-20 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
}

.m-21 {
    margin: 21em !important;
}

.mt-21 {
    margin-top: 21em !important;
}

.mb-21 {
    margin-bottom: 21em !important;
}

.ml-21 {
    margin-left: 21em !important;
}

.mr-21 {
    margin-right: 21em !important;
}

.mx-21 {
    margin-right: 21em !important;
    margin-left: 21em !important;
}

.my-21 {
    margin-top: 21em !important;
    margin-bottom: 21em !important;
}

.mn-t21 {
    margin-top: -21em !important;
}

.p-21 {
    padding: 21em !important;
}

.pt-21 {
    padding-top: 21em !important;
}

.pb-21 {
    padding-bottom: 21em !important;
}

.pl-21 {
    padding-left: 21em !important;
}

.pr-21 {
    padding-right: 21em !important;
}

.px-21 {
    padding-right: 21em !important;
    padding-left: 21em !important;
}

.py-21 {
    padding-top: 21em !important;
    padding-bottom: 21em !important;
}

.m-22 {
    margin: 22em !important;
}

.mt-22 {
    margin-top: 22em !important;
}

.mb-22 {
    margin-bottom: 22em !important;
}

.ml-22 {
    margin-left: 22em !important;
}

.mr-22 {
    margin-right: 22em !important;
}

.mx-22 {
    margin-right: 22em !important;
    margin-left: 22em !important;
}

.my-22 {
    margin-top: 22em !important;
    margin-bottom: 22em !important;
}

.mn-t22 {
    margin-top: -22em !important;
}

.p-22 {
    padding: 22em !important;
}

.pt-22 {
    padding-top: 22em !important;
}

.pb-22 {
    padding-bottom: 22em !important;
}

.pl-22 {
    padding-left: 22em !important;
}

.pr-22 {
    padding-right: 22em !important;
}

.px-22 {
    padding-right: 22em !important;
    padding-left: 22em !important;
}

.py-22 {
    padding-top: 22em !important;
    padding-bottom: 22em !important;
}

.m-23 {
    margin: 23em !important;
}

.mt-23 {
    margin-top: 23em !important;
}

.mb-23 {
    margin-bottom: 23em !important;
}

.ml-23 {
    margin-left: 23em !important;
}

.mr-23 {
    margin-right: 23em !important;
}

.mx-23 {
    margin-right: 23em !important;
    margin-left: 23em !important;
}

.my-23 {
    margin-top: 23em !important;
    margin-bottom: 23em !important;
}

.mn-t23 {
    margin-top: -23em !important;
}

.p-23 {
    padding: 23em !important;
}

.pt-23 {
    padding-top: 23em !important;
}

.pb-23 {
    padding-bottom: 23em !important;
}

.pl-23 {
    padding-left: 23em !important;
}

.pr-23 {
    padding-right: 23em !important;
}

.px-23 {
    padding-right: 23em !important;
    padding-left: 23em !important;
}

.py-23 {
    padding-top: 23em !important;
    padding-bottom: 23em !important;
}

.m-24 {
    margin: 24em !important;
}

.mt-24 {
    margin-top: 24em !important;
}

.mb-24 {
    margin-bottom: 24em !important;
}

.ml-24 {
    margin-left: 24em !important;
}

.mr-24 {
    margin-right: 24em !important;
}

.mx-24 {
    margin-right: 24em !important;
    margin-left: 24em !important;
}

.my-24 {
    margin-top: 24em !important;
    margin-bottom: 24em !important;
}

.mn-t24 {
    margin-top: -24em !important;
}

.p-24 {
    padding: 24em !important;
}

.pt-24 {
    padding-top: 24em !important;
}

.pb-24 {
    padding-bottom: 24em !important;
}

.pl-24 {
    padding-left: 24em !important;
}

.pr-24 {
    padding-right: 24em !important;
}

.px-24 {
    padding-right: 24em !important;
    padding-left: 24em !important;
}

.py-24 {
    padding-top: 24em !important;
    padding-bottom: 24em !important;
}

.m-25 {
    margin: 25em !important;
}

.mt-25 {
    margin-top: 25em !important;
}

.mb-25 {
    margin-bottom: 25em !important;
}

.ml-25 {
    margin-left: 25em !important;
}

.mr-25 {
    margin-right: 25em !important;
}

.mx-25 {
    margin-right: 25em !important;
    margin-left: 25em !important;
}

.my-25 {
    margin-top: 25em !important;
    margin-bottom: 25em !important;
}

.mn-t25 {
    margin-top: -25em !important;
}

.p-25 {
    padding: 25em !important;
}

.pt-25 {
    padding-top: 25em !important;
}

.pb-25 {
    padding-bottom: 25em !important;
}

.pl-25 {
    padding-left: 25em !important;
}

.pr-25 {
    padding-right: 25em !important;
}

.px-25 {
    padding-right: 25em !important;
    padding-left: 25em !important;
}

.py-25 {
    padding-top: 25em !important;
    padding-bottom: 25em !important;
}

.m-26 {
    margin: 26em !important;
}

.mt-26 {
    margin-top: 26em !important;
}

.mb-26 {
    margin-bottom: 26em !important;
}

.ml-26 {
    margin-left: 26em !important;
}

.mr-26 {
    margin-right: 26em !important;
}

.mx-26 {
    margin-right: 26em !important;
    margin-left: 26em !important;
}

.my-26 {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
}

.mn-t26 {
    margin-top: -26em !important;
}

.p-26 {
    padding: 26em !important;
}

.pt-26 {
    padding-top: 26em !important;
}

.pb-26 {
    padding-bottom: 26em !important;
}

.pl-26 {
    padding-left: 26em !important;
}

.pr-26 {
    padding-right: 26em !important;
}

.px-26 {
    padding-right: 26em !important;
    padding-left: 26em !important;
}

.py-26 {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
}

.m-27 {
    margin: 27em !important;
}

.mt-27 {
    margin-top: 27em !important;
}

.mb-27 {
    margin-bottom: 27em !important;
}

.ml-27 {
    margin-left: 27em !important;
}

.mr-27 {
    margin-right: 27em !important;
}

.mx-27 {
    margin-right: 27em !important;
    margin-left: 27em !important;
}

.my-27 {
    margin-top: 27em !important;
    margin-bottom: 27em !important;
}

.mn-t27 {
    margin-top: -27em !important;
}

.p-27 {
    padding: 27em !important;
}

.pt-27 {
    padding-top: 27em !important;
}

.pb-27 {
    padding-bottom: 27em !important;
}

.pl-27 {
    padding-left: 27em !important;
}

.pr-27 {
    padding-right: 27em !important;
}

.px-27 {
    padding-right: 27em !important;
    padding-left: 27em !important;
}

.py-27 {
    padding-top: 27em !important;
    padding-bottom: 27em !important;
}

.m-28 {
    margin: 28em !important;
}

.mt-28 {
    margin-top: 28em !important;
}

.mb-28 {
    margin-bottom: 28em !important;
}

.ml-28 {
    margin-left: 28em !important;
}

.mr-28 {
    margin-right: 28em !important;
}

.mx-28 {
    margin-right: 28em !important;
    margin-left: 28em !important;
}

.my-28 {
    margin-top: 28em !important;
    margin-bottom: 28em !important;
}

.mn-t28 {
    margin-top: -28em !important;
}

.p-28 {
    padding: 28em !important;
}

.pt-28 {
    padding-top: 28em !important;
}

.pb-28 {
    padding-bottom: 28em !important;
}

.pl-28 {
    padding-left: 28em !important;
}

.pr-28 {
    padding-right: 28em !important;
}

.px-28 {
    padding-right: 28em !important;
    padding-left: 28em !important;
}

.py-28 {
    padding-top: 28em !important;
    padding-bottom: 28em !important;
}

.m-29 {
    margin: 29em !important;
}

.mt-29 {
    margin-top: 29em !important;
}

.mb-29 {
    margin-bottom: 29em !important;
}

.ml-29 {
    margin-left: 29em !important;
}

.mr-29 {
    margin-right: 29em !important;
}

.mx-29 {
    margin-right: 29em !important;
    margin-left: 29em !important;
}

.my-29 {
    margin-top: 29em !important;
    margin-bottom: 29em !important;
}

.mn-t29 {
    margin-top: -29em !important;
}

.p-29 {
    padding: 29em !important;
}

.pt-29 {
    padding-top: 29em !important;
}

.pb-29 {
    padding-bottom: 29em !important;
}

.pl-29 {
    padding-left: 29em !important;
}

.pr-29 {
    padding-right: 29em !important;
}

.px-29 {
    padding-right: 29em !important;
    padding-left: 29em !important;
}

.py-29 {
    padding-top: 29em !important;
    padding-bottom: 29em !important;
}

.m-30 {
    margin: 30em !important;
}

.mt-30 {
    margin-top: 30em !important;
}

.mb-30 {
    margin-bottom: 30em !important;
}

.ml-30 {
    margin-left: 30em !important;
}

.mr-30 {
    margin-right: 30em !important;
}

.mx-30 {
    margin-right: 30em !important;
    margin-left: 30em !important;
}

.my-30 {
    margin-top: 30em !important;
    margin-bottom: 30em !important;
}

.mn-t30 {
    margin-top: -30em !important;
}

.p-30 {
    padding: 30em !important;
}

.pt-30 {
    padding-top: 30em !important;
}

.pb-30 {
    padding-bottom: 30em !important;
}

.pl-30 {
    padding-left: 30em !important;
}

.pr-30 {
    padding-right: 30em !important;
}

.px-30 {
    padding-right: 30em !important;
    padding-left: 30em !important;
}

.py-30 {
    padding-top: 30em !important;
    padding-bottom: 30em !important;
}

.m-31 {
    margin: 31em !important;
}

.mt-31 {
    margin-top: 31em !important;
}

.mb-31 {
    margin-bottom: 31em !important;
}

.ml-31 {
    margin-left: 31em !important;
}

.mr-31 {
    margin-right: 31em !important;
}

.mx-31 {
    margin-right: 31em !important;
    margin-left: 31em !important;
}

.my-31 {
    margin-top: 31em !important;
    margin-bottom: 31em !important;
}

.mn-t31 {
    margin-top: -31em !important;
}

.p-31 {
    padding: 31em !important;
}

.pt-31 {
    padding-top: 31em !important;
}

.pb-31 {
    padding-bottom: 31em !important;
}

.pl-31 {
    padding-left: 31em !important;
}

.pr-31 {
    padding-right: 31em !important;
}

.px-31 {
    padding-right: 31em !important;
    padding-left: 31em !important;
}

.py-31 {
    padding-top: 31em !important;
    padding-bottom: 31em !important;
}

.m-32 {
    margin: 32em !important;
}

.mt-32 {
    margin-top: 32em !important;
}

.mb-32 {
    margin-bottom: 32em !important;
}

.ml-32 {
    margin-left: 32em !important;
}

.mr-32 {
    margin-right: 32em !important;
}

.mx-32 {
    margin-right: 32em !important;
    margin-left: 32em !important;
}

.my-32 {
    margin-top: 32em !important;
    margin-bottom: 32em !important;
}

.mn-t32 {
    margin-top: -32em !important;
}

.p-32 {
    padding: 32em !important;
}

.pt-32 {
    padding-top: 32em !important;
}

.pb-32 {
    padding-bottom: 32em !important;
}

.pl-32 {
    padding-left: 32em !important;
}

.pr-32 {
    padding-right: 32em !important;
}

.px-32 {
    padding-right: 32em !important;
    padding-left: 32em !important;
}

.py-32 {
    padding-top: 32em !important;
    padding-bottom: 32em !important;
}

.m-33 {
    margin: 33em !important;
}

.mt-33 {
    margin-top: 33em !important;
}

.mb-33 {
    margin-bottom: 33em !important;
}

.ml-33 {
    margin-left: 33em !important;
}

.mr-33 {
    margin-right: 33em !important;
}

.mx-33 {
    margin-right: 33em !important;
    margin-left: 33em !important;
}

.my-33 {
    margin-top: 33em !important;
    margin-bottom: 33em !important;
}

.mn-t33 {
    margin-top: -33em !important;
}

.p-33 {
    padding: 33em !important;
}

.pt-33 {
    padding-top: 33em !important;
}

.pb-33 {
    padding-bottom: 33em !important;
}

.pl-33 {
    padding-left: 33em !important;
}

.pr-33 {
    padding-right: 33em !important;
}

.px-33 {
    padding-right: 33em !important;
    padding-left: 33em !important;
}

.py-33 {
    padding-top: 33em !important;
    padding-bottom: 33em !important;
}

.m-34 {
    margin: 34em !important;
}

.mt-34 {
    margin-top: 34em !important;
}

.mb-34 {
    margin-bottom: 34em !important;
}

.ml-34 {
    margin-left: 34em !important;
}

.mr-34 {
    margin-right: 34em !important;
}

.mx-34 {
    margin-right: 34em !important;
    margin-left: 34em !important;
}

.my-34 {
    margin-top: 34em !important;
    margin-bottom: 34em !important;
}

.mn-t34 {
    margin-top: -34em !important;
}

.p-34 {
    padding: 34em !important;
}

.pt-34 {
    padding-top: 34em !important;
}

.pb-34 {
    padding-bottom: 34em !important;
}

.pl-34 {
    padding-left: 34em !important;
}

.pr-34 {
    padding-right: 34em !important;
}

.px-34 {
    padding-right: 34em !important;
    padding-left: 34em !important;
}

.py-34 {
    padding-top: 34em !important;
    padding-bottom: 34em !important;
}

.m-35 {
    margin: 35em !important;
}

.mt-35 {
    margin-top: 35em !important;
}

.mb-35 {
    margin-bottom: 35em !important;
}

.ml-35 {
    margin-left: 35em !important;
}

.mr-35 {
    margin-right: 35em !important;
}

.mx-35 {
    margin-right: 35em !important;
    margin-left: 35em !important;
}

.my-35 {
    margin-top: 35em !important;
    margin-bottom: 35em !important;
}

.mn-t35 {
    margin-top: -35em !important;
}

.p-35 {
    padding: 35em !important;
}

.pt-35 {
    padding-top: 35em !important;
}

.pb-35 {
    padding-bottom: 35em !important;
}

.pl-35 {
    padding-left: 35em !important;
}

.pr-35 {
    padding-right: 35em !important;
}

.px-35 {
    padding-right: 35em !important;
    padding-left: 35em !important;
}

.py-35 {
    padding-top: 35em !important;
    padding-bottom: 35em !important;
}

.m-36 {
    margin: 36em !important;
}

.mt-36 {
    margin-top: 36em !important;
}

.mb-36 {
    margin-bottom: 36em !important;
}

.ml-36 {
    margin-left: 36em !important;
}

.mr-36 {
    margin-right: 36em !important;
}

.mx-36 {
    margin-right: 36em !important;
    margin-left: 36em !important;
}

.my-36 {
    margin-top: 36em !important;
    margin-bottom: 36em !important;
}

.mn-t36 {
    margin-top: -36em !important;
}

.p-36 {
    padding: 36em !important;
}

.pt-36 {
    padding-top: 36em !important;
}

.pb-36 {
    padding-bottom: 36em !important;
}

.pl-36 {
    padding-left: 36em !important;
}

.pr-36 {
    padding-right: 36em !important;
}

.px-36 {
    padding-right: 36em !important;
    padding-left: 36em !important;
}

.py-36 {
    padding-top: 36em !important;
    padding-bottom: 36em !important;
}

.m-37 {
    margin: 37em !important;
}

.mt-37 {
    margin-top: 37em !important;
}

.mb-37 {
    margin-bottom: 37em !important;
}

.ml-37 {
    margin-left: 37em !important;
}

.mr-37 {
    margin-right: 37em !important;
}

.mx-37 {
    margin-right: 37em !important;
    margin-left: 37em !important;
}

.my-37 {
    margin-top: 37em !important;
    margin-bottom: 37em !important;
}

.mn-t37 {
    margin-top: -37em !important;
}

.p-37 {
    padding: 37em !important;
}

.pt-37 {
    padding-top: 37em !important;
}

.pb-37 {
    padding-bottom: 37em !important;
}

.pl-37 {
    padding-left: 37em !important;
}

.pr-37 {
    padding-right: 37em !important;
}

.px-37 {
    padding-right: 37em !important;
    padding-left: 37em !important;
}

.py-37 {
    padding-top: 37em !important;
    padding-bottom: 37em !important;
}

.m-38 {
    margin: 38em !important;
}

.mt-38 {
    margin-top: 38em !important;
}

.mb-38 {
    margin-bottom: 38em !important;
}

.ml-38 {
    margin-left: 38em !important;
}

.mr-38 {
    margin-right: 38em !important;
}

.mx-38 {
    margin-right: 38em !important;
    margin-left: 38em !important;
}

.my-38 {
    margin-top: 38em !important;
    margin-bottom: 38em !important;
}

.mn-t38 {
    margin-top: -38em !important;
}

.p-38 {
    padding: 38em !important;
}

.pt-38 {
    padding-top: 38em !important;
}

.pb-38 {
    padding-bottom: 38em !important;
}

.pl-38 {
    padding-left: 38em !important;
}

.pr-38 {
    padding-right: 38em !important;
}

.px-38 {
    padding-right: 38em !important;
    padding-left: 38em !important;
}

.py-38 {
    padding-top: 38em !important;
    padding-bottom: 38em !important;
}

.m-39 {
    margin: 39em !important;
}

.mt-39 {
    margin-top: 39em !important;
}

.mb-39 {
    margin-bottom: 39em !important;
}

.ml-39 {
    margin-left: 39em !important;
}

.mr-39 {
    margin-right: 39em !important;
}

.mx-39 {
    margin-right: 39em !important;
    margin-left: 39em !important;
}

.my-39 {
    margin-top: 39em !important;
    margin-bottom: 39em !important;
}

.mn-t39 {
    margin-top: -39em !important;
}

.p-39 {
    padding: 39em !important;
}

.pt-39 {
    padding-top: 39em !important;
}

.pb-39 {
    padding-bottom: 39em !important;
}

.pl-39 {
    padding-left: 39em !important;
}

.pr-39 {
    padding-right: 39em !important;
}

.px-39 {
    padding-right: 39em !important;
    padding-left: 39em !important;
}

.py-39 {
    padding-top: 39em !important;
    padding-bottom: 39em !important;
}

.m-40 {
    margin: 40em !important;
}

.mt-40 {
    margin-top: 40em !important;
}

.mb-40 {
    margin-bottom: 40em !important;
}

.ml-40 {
    margin-left: 40em !important;
}

.mr-40 {
    margin-right: 40em !important;
}

.mx-40 {
    margin-right: 40em !important;
    margin-left: 40em !important;
}

.my-40 {
    margin-top: 40em !important;
    margin-bottom: 40em !important;
}

.mn-t40 {
    margin-top: -40em !important;
}

.p-40 {
    padding: 40em !important;
}

.pt-40 {
    padding-top: 40em !important;
}

.pb-40 {
    padding-bottom: 40em !important;
}

.pl-40 {
    padding-left: 40em !important;
}

.pr-40 {
    padding-right: 40em !important;
}

.px-40 {
    padding-right: 40em !important;
    padding-left: 40em !important;
}

.py-40 {
    padding-top: 40em !important;
    padding-bottom: 40em !important;
}

.m-41 {
    margin: 41em !important;
}

.mt-41 {
    margin-top: 41em !important;
}

.mb-41 {
    margin-bottom: 41em !important;
}

.ml-41 {
    margin-left: 41em !important;
}

.mr-41 {
    margin-right: 41em !important;
}

.mx-41 {
    margin-right: 41em !important;
    margin-left: 41em !important;
}

.my-41 {
    margin-top: 41em !important;
    margin-bottom: 41em !important;
}

.mn-t41 {
    margin-top: -41em !important;
}

.p-41 {
    padding: 41em !important;
}

.pt-41 {
    padding-top: 41em !important;
}

.pb-41 {
    padding-bottom: 41em !important;
}

.pl-41 {
    padding-left: 41em !important;
}

.pr-41 {
    padding-right: 41em !important;
}

.px-41 {
    padding-right: 41em !important;
    padding-left: 41em !important;
}

.py-41 {
    padding-top: 41em !important;
    padding-bottom: 41em !important;
}

.m-42 {
    margin: 42em !important;
}

.mt-42 {
    margin-top: 42em !important;
}

.mb-42 {
    margin-bottom: 42em !important;
}

.ml-42 {
    margin-left: 42em !important;
}

.mr-42 {
    margin-right: 42em !important;
}

.mx-42 {
    margin-right: 42em !important;
    margin-left: 42em !important;
}

.my-42 {
    margin-top: 42em !important;
    margin-bottom: 42em !important;
}

.mn-t42 {
    margin-top: -42em !important;
}

.p-42 {
    padding: 42em !important;
}

.pt-42 {
    padding-top: 42em !important;
}

.pb-42 {
    padding-bottom: 42em !important;
}

.pl-42 {
    padding-left: 42em !important;
}

.pr-42 {
    padding-right: 42em !important;
}

.px-42 {
    padding-right: 42em !important;
    padding-left: 42em !important;
}

.py-42 {
    padding-top: 42em !important;
    padding-bottom: 42em !important;
}

.m-43 {
    margin: 43em !important;
}

.mt-43 {
    margin-top: 43em !important;
}

.mb-43 {
    margin-bottom: 43em !important;
}

.ml-43 {
    margin-left: 43em !important;
}

.mr-43 {
    margin-right: 43em !important;
}

.mx-43 {
    margin-right: 43em !important;
    margin-left: 43em !important;
}

.my-43 {
    margin-top: 43em !important;
    margin-bottom: 43em !important;
}

.mn-t43 {
    margin-top: -43em !important;
}

.p-43 {
    padding: 43em !important;
}

.pt-43 {
    padding-top: 43em !important;
}

.pb-43 {
    padding-bottom: 43em !important;
}

.pl-43 {
    padding-left: 43em !important;
}

.pr-43 {
    padding-right: 43em !important;
}

.px-43 {
    padding-right: 43em !important;
    padding-left: 43em !important;
}

.py-43 {
    padding-top: 43em !important;
    padding-bottom: 43em !important;
}

.m-44 {
    margin: 44em !important;
}

.mt-44 {
    margin-top: 44em !important;
}

.mb-44 {
    margin-bottom: 44em !important;
}

.ml-44 {
    margin-left: 44em !important;
}

.mr-44 {
    margin-right: 44em !important;
}

.mx-44 {
    margin-right: 44em !important;
    margin-left: 44em !important;
}

.my-44 {
    margin-top: 44em !important;
    margin-bottom: 44em !important;
}

.mn-t44 {
    margin-top: -44em !important;
}

.p-44 {
    padding: 44em !important;
}

.pt-44 {
    padding-top: 44em !important;
}

.pb-44 {
    padding-bottom: 44em !important;
}

.pl-44 {
    padding-left: 44em !important;
}

.pr-44 {
    padding-right: 44em !important;
}

.px-44 {
    padding-right: 44em !important;
    padding-left: 44em !important;
}

.py-44 {
    padding-top: 44em !important;
    padding-bottom: 44em !important;
}

.m-45 {
    margin: 45em !important;
}

.mt-45 {
    margin-top: 45em !important;
}

.mb-45 {
    margin-bottom: 45em !important;
}

.ml-45 {
    margin-left: 45em !important;
}

.mr-45 {
    margin-right: 45em !important;
}

.mx-45 {
    margin-right: 45em !important;
    margin-left: 45em !important;
}

.my-45 {
    margin-top: 45em !important;
    margin-bottom: 45em !important;
}

.mn-t45 {
    margin-top: -45em !important;
}

.p-45 {
    padding: 45em !important;
}

.pt-45 {
    padding-top: 45em !important;
}

.pb-45 {
    padding-bottom: 45em !important;
}

.pl-45 {
    padding-left: 45em !important;
}

.pr-45 {
    padding-right: 45em !important;
}

.px-45 {
    padding-right: 45em !important;
    padding-left: 45em !important;
}

.py-45 {
    padding-top: 45em !important;
    padding-bottom: 45em !important;
}

.m-46 {
    margin: 46em !important;
}

.mt-46 {
    margin-top: 46em !important;
}

.mb-46 {
    margin-bottom: 46em !important;
}

.ml-46 {
    margin-left: 46em !important;
}

.mr-46 {
    margin-right: 46em !important;
}

.mx-46 {
    margin-right: 46em !important;
    margin-left: 46em !important;
}

.my-46 {
    margin-top: 46em !important;
    margin-bottom: 46em !important;
}

.mn-t46 {
    margin-top: -46em !important;
}

.p-46 {
    padding: 46em !important;
}

.pt-46 {
    padding-top: 46em !important;
}

.pb-46 {
    padding-bottom: 46em !important;
}

.pl-46 {
    padding-left: 46em !important;
}

.pr-46 {
    padding-right: 46em !important;
}

.px-46 {
    padding-right: 46em !important;
    padding-left: 46em !important;
}

.py-46 {
    padding-top: 46em !important;
    padding-bottom: 46em !important;
}

.m-47 {
    margin: 47em !important;
}

.mt-47 {
    margin-top: 47em !important;
}

.mb-47 {
    margin-bottom: 47em !important;
}

.ml-47 {
    margin-left: 47em !important;
}

.mr-47 {
    margin-right: 47em !important;
}

.mx-47 {
    margin-right: 47em !important;
    margin-left: 47em !important;
}

.my-47 {
    margin-top: 47em !important;
    margin-bottom: 47em !important;
}

.mn-t47 {
    margin-top: -47em !important;
}

.p-47 {
    padding: 47em !important;
}

.pt-47 {
    padding-top: 47em !important;
}

.pb-47 {
    padding-bottom: 47em !important;
}

.pl-47 {
    padding-left: 47em !important;
}

.pr-47 {
    padding-right: 47em !important;
}

.px-47 {
    padding-right: 47em !important;
    padding-left: 47em !important;
}

.py-47 {
    padding-top: 47em !important;
    padding-bottom: 47em !important;
}

.m-48 {
    margin: 48em !important;
}

.mt-48 {
    margin-top: 48em !important;
}

.mb-48 {
    margin-bottom: 48em !important;
}

.ml-48 {
    margin-left: 48em !important;
}

.mr-48 {
    margin-right: 48em !important;
}

.mx-48 {
    margin-right: 48em !important;
    margin-left: 48em !important;
}

.my-48 {
    margin-top: 48em !important;
    margin-bottom: 48em !important;
}

.mn-t48 {
    margin-top: -48em !important;
}

.p-48 {
    padding: 48em !important;
}

.pt-48 {
    padding-top: 48em !important;
}

.pb-48 {
    padding-bottom: 48em !important;
}

.pl-48 {
    padding-left: 48em !important;
}

.pr-48 {
    padding-right: 48em !important;
}

.px-48 {
    padding-right: 48em !important;
    padding-left: 48em !important;
}

.py-48 {
    padding-top: 48em !important;
    padding-bottom: 48em !important;
}

.m-49 {
    margin: 49em !important;
}

.mt-49 {
    margin-top: 49em !important;
}

.mb-49 {
    margin-bottom: 49em !important;
}

.ml-49 {
    margin-left: 49em !important;
}

.mr-49 {
    margin-right: 49em !important;
}

.mx-49 {
    margin-right: 49em !important;
    margin-left: 49em !important;
}

.my-49 {
    margin-top: 49em !important;
    margin-bottom: 49em !important;
}

.mn-t49 {
    margin-top: -49em !important;
}

.p-49 {
    padding: 49em !important;
}

.pt-49 {
    padding-top: 49em !important;
}

.pb-49 {
    padding-bottom: 49em !important;
}

.pl-49 {
    padding-left: 49em !important;
}

.pr-49 {
    padding-right: 49em !important;
}

.px-49 {
    padding-right: 49em !important;
    padding-left: 49em !important;
}

.py-49 {
    padding-top: 49em !important;
    padding-bottom: 49em !important;
}

.m-50 {
    margin: 50em !important;
}

.mt-50 {
    margin-top: 50em !important;
}

.mb-50 {
    margin-bottom: 50em !important;
}

.ml-50 {
    margin-left: 50em !important;
}

.mr-50 {
    margin-right: 50em !important;
}

.mx-50 {
    margin-right: 50em !important;
    margin-left: 50em !important;
}

.my-50 {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
}

.mn-t50 {
    margin-top: -50em !important;
}

.p-50 {
    padding: 50em !important;
}

.pt-50 {
    padding-top: 50em !important;
}

.pb-50 {
    padding-bottom: 50em !important;
}

.pl-50 {
    padding-left: 50em !important;
}

.pr-50 {
    padding-right: 50em !important;
}

.px-50 {
    padding-right: 50em !important;
    padding-left: 50em !important;
}

.py-50 {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
}

.mt-05 {
    margin-top: 0.5rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.px-03px {
    padding-left: 3px;
    padding-right: 3px;
}

.px-05px {
    padding-left: 5px;
    padding-right: 5px;
}

.center-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

body {
    scrollbar-base-color: black;
    scrollbar-face-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-highlight-color: black;
    scrollbar-track-color: black;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: black;
    scrollbar-dark-shadow-color: black;
}

::-webkit-scrollbar {
    display: none;
    width: 7px;
    padding: 0 !important;
    margin-left: -1rem !important;
    margin-right: -0.75rem !important;
    background: black;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: black;
    -webkit-border-radius: 1.5rem 1.5rem;
    -moz-border-radius: 1.5rem 1.5rem;
    -ms-border-radius: 1.5rem 1.5rem;
    -o-border-radius: 1.5rem 1.5rem;
    border-radius: 1.5rem 1.5rem;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: black;
    }

::selection {
    background: #00d1d2;
    color: #FFFDFB;
}

::-moz-selection {
    background: #00d1d2;
    color: #FFFDFB;
}

.form__row {
    margin: 0 0 1.5rem;
    position: relative;
}

    .form__row:before, .clearfix:before, .section-form__fieldset:before, .form__row:after, .clearfix:after, .section-form__fieldset:after {
        content: " ";
        display: table;
    }

input[type=checkbox], input[type=radio] {
    margin: 0 0.5rem 0 0;
}

.form__row--checkbox input, .form__row--radio input {
    position: absolute;
    visibility: hidden;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
}

.form__row input[type=checkbox] + label {
    transition: color 0.3s ease;
    font-size: 12px;
}

.form__row input[type=checkbox] + label, .form__row input[type=radio] + label {
    padding-left: 2.25rem;
    color: #34303d;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    white-space: inherit;
    display: inherit;
}

.form__row:after, .clearfix:after, .section-form__fieldset:after {
    clear: both;
}

.form__row:before, .clearfix:before, .section-form__fieldset:before, .form__row:after, .clearfix:after, .section-form__fieldset:after {
    content: " ";
    display: table;
}

.form__row input[type=checkbox] + label:before {
    transition-delay: 0.1s;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border-color: #6e6e6e;
    border-radius: 3px;
    background-color: transparent;
}

.form__row input[type=checkbox] + label:before, .form__row input[type=checkbox] + label:after {
    width: 1.5rem;
    height: 1.5rem;
}

.form__row input[type=checkbox] + label:before, .form__row input[type=radio] + label:before {
    width: 14px;
    height: 14px;
    border: 1px solid #5d5d62;
}

.form__row input[type=checkbox] + label:before, .form__row input[type=checkbox] + label:after, .form__row input[type=radio] + label:before, .form__row input[type=radio] + label:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.form__row input[type=checkbox] + label:after {
    content: url(../img/registro/checkbox-selected.svg);
    margin: 0;
    transition: background-color 0.3s ease;
    background: #34303d;
    opacity: 0;
    border-radius: 3px;
}

.form__row input[type=checkbox] + label:before, .form__row input[type=checkbox] + label:after {
    width: 1.5rem;
    height: 1.5rem;
}

.form__row:after, .clearfix:after, .section-form__fieldset:after {
    clear: both;
}

.form__row:before, .clearfix:before, .section-form__fieldset:before, .form__row:after, .clearfix:after, .section-form__fieldset:after {
    content: " ";
    display: table;
}

.form__row input[type=checkbox]:checked + label:after {
    display: block;
    opacity: 1;
    transition: background-color 0.3s ease;
    background: #34303d;
}

[type=radio]:checked + span:after, [type=radio].with-gap:checked + span:before, [type=radio].with-gap:checked + span:after {
    border: 2px solid RED;
}

[type=radio]:not(:checked) + span:before, [type=radio]:not(:checked) + span:after, [type=radio]:checked + span:before, [type=radio]:checked + span:after, [type=radio].with-gap:checked + span:before, [type=radio].with-gap:checked + span:after {
    border-radius: 50%;
}

.form-check-inline {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.form-check-input[type=radio] {
    padding: 0;
    border: 1px solid #34303DA7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
}

    .form-check-input[type=radio]::after {
        background: #00d1d2;
        transition: background-color 0.3s ease;
    }

    .form-check-input[type=radio]:active {
        background: #00d1d2;
        transition: background-color 0.3s ease;
    }

    .form-check-input[type=radio]:checked {
        background: #34303DA7;
        transition: background-color 0.3s ease;
        background-image: url(../img/registro/checkbox-selected.svg);
        border: 1px solid #34303DA7;
    }

    .form-check-input[type=radio]:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 209, 210, 0.5);
    }

.button {
    cursor: pointer;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    height: 45px;
    padding: 10px 32px;
    border-radius: 24px;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.2s ease-out 0.1s;
    -moz-transition: color 0.2s ease-out 0.1s;
    -ms-transition: color 0.2s ease-out 0.1s;
    -o-transition: color 0.2s ease-out 0.1s;
    transition: color 0.2s ease-out 0.1s;
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0s;
    z-index: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 0.7s ease 0.5s, color 0.2s ease-out 0.1s, background-color 0.2s ease 0s, -webkit-transform 0.7s ease 0.5s;
    transition: opacity 0.7s ease 0.5s, color 0.2s ease-out 0.1s, background-color 0.2s ease 0s, -webkit-transform 0.7s ease 0.5s;
    transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.5s, color 0.2s ease-out 0.1s, background-color 0.2s ease 0s;
    transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.5s, color 0.2s ease-out 0.1s, background-color 0.2s ease 0s, -webkit-transform 0.7s ease 0.5s, border 0.2s ease 0s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    /* width:160px;
  margin-left: 5px;
  margin-right: 5px; */
    appearance: none;
    -webkit-appearance: none;
    color: #34303D;
}

    .button:focus {
        outline: 0;
        box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
    }

    .button:active {
        transform: translate(0.5rem, 0.5rem);
        box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
        border: 0;
    }

    .button::after {
        content: "";
        display: block;
        position: absolute;
        width: 150%;
        height: 100%;
        top: 0;
        left: -160%;
        -webkit-transform: skew(0);
        transform: skew(0);
        -webkit-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
        z-index: -1;
    }

    .button:hover {
        -webkit-transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0.2s;
        transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0.2s;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
        color: #34303D;
    }

        .button:hover:after {
            left: -30%;
            -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
        }

    .button:disabled {
        color: #34303DA7;
        background-color: #afafaf;
        pointer-events: none;
    }

        .button:disabled:hover {
            color: #34303DA7;
            background-color: #afafaf;
        }

.btn-sm {
    height: 32px !important;
    font-size: 12px !important;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    align-items: center;
    display: inline-flex;
}

.btn-black {
    background-color: #34303d;
    color: #FFFDFB;
    transition-duration: 0.03s;
}

    .btn-black:after {
        background-color: #00d1d2;
    }

    .btn-black:hover {
        background-color: #00d1d2;
        color: #34303d;
        animation: btnColor 0.3s ease forwards;
    }

    .btn-black:disabled, .btn-black.disabled {
        color: #ffffff;
        background-color: #979797;
        pointer-events: none;
    }

        .btn-black:disabled:hover, .btn-black.disabled:hover {
            color: #ffffff;
            background-color: #00d1d2;
        }

.btn-white {
    background-color: #FFFDFB;
    color: #34303d;
    transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0s;
}

    .btn-white:after {
        background-color: #00d1d2;
    }

    .btn-white:hover {
        background-color: #00d1d2;
    }

    .btn-white:disabled {
        color: #34303DA7;
        background-color: #afafaf;
        pointer-events: none;
    }

        .btn-white:disabled:hover {
            color: #34303DA7;
            background-color: #afafaf;
        }

.btn-outline-white {
    background-color: transparent;
    color: #34303d;
    border: 1px solid #34303D;
    transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0s, border 0.2s ease 0s;
}

    .btn-outline-white:after {
        background-color: #00d1d2;
    }

    .btn-outline-white:hover {
        background-color: #00d1d2;
        border: none;
    }

    .btn-outline-white:disabled {
        color: #34303DA7;
        background-color: #afafaf;
        pointer-events: none;
    }

        .btn-outline-white:disabled:hover {
            color: #34303DA7;
            background-color: #afafaf;
        }

.btn-liga {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    height: 30px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    margin-top: 26px;
    color: #34303DA7;
    line-height: 0.01px;
}

    .btn-liga svg {
        margin-left: 5px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-liga:hover svg {
        margin-left: 15px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .btn-liga:hover svg * {
            stroke: #00d1d2;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

* {
    font-family: "IQOSW01-Regular";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}

main {
    overflow-x: clip;
}

body {
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-color: #FFFDFB;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-family: "IQOSW01-Bold";
}

small {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

a {
    color: #34303D;
}

    a:hover {
        color: #34303D;
    }

table {
    word-break: break-word;
}

    table.table {
        margin-bottom: 0;
    }

    table > :not(caption) > * > * {
        padding: 20px !important;
    }

    table thead {
        height: 80px;
    }

        table thead tr {
            vertical-align: middle;
            background-color: #34303D;
            color: #FFFDFB;
        }

    table tbody th {
        height: 50px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        vertical-align: middle;
    }

    table td {
        vertical-align: middle;
        height: 60px;
    }

    table small {
        margin-bottom: 0;
    }

    table img {
        display: block;
        margin: auto;
    }

.cuadro-img-text {
    background-color: #00d1d2;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    min-height: 350px;
    color: #fff;
    text-align: left;
    padding: 30px;
}

    .cuadro-img-text .btn-liga {
        margin-top: 0;
        color: #ffffff;
        padding-left: 0;
        font-size: 12px;
        font-family: "IQOSW01-Bold";
    }

        .cuadro-img-text .btn-liga:hover svg * {
            stroke: #ffffff;
        }

.form-select {
    background-color: #FFFDFB;
    border-color: #e1e0dc;
    color: #34303da7;
    font-size: 16px;
    height: 48px;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
}

    .form-select:focus {
        box-shadow: 0 0 0 0.25rem rgba(52, 48, 61, 0.1);
        border: none;
    }

.subirfactura .form-control, .subirfactura .form-select {
    background-color: transparent;
    height: 42px;
    margin-bottom: 15px;
}

.subirfactura input[type=date] {
    position: relative;
}

    .subirfactura input[type=date]::-webkit-calendar-picker-indicator {
        color: transparent;
        background: none;
        z-index: 1;
    }

    .subirfactura input[type=date]:before {
        color: transparent;
        background: none;
        display: block;
        content: url("../img/factura/icon-date.svg");
        /* This is the calendar icon in FontAwesome */
        width: 22px;
        height: 22px;
        padding: 0;
        position: absolute;
        top: auto;
        bottom: auto;
        right: 7px;
        left: auto;
        color: #999;
    }

.historial-gold {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #C29A69;
    color: #ffffff;
}

.historial-gray {
    background-color: #F6F4F0;
    padding: 50px;
    text-align: start;
}

.filtros {
    /* .show, .collapse:not(.show){
    transition: all 10s;
    .filtros-body{
      transition: all 10s;
    }
  } */
}

    .filtros .form__row input[type=checkbox] + label:before, .filtros .form__row input[type=checkbox] + label:after {
        width: 15px;
        height: 15px;
    }

    .filtros .filtros-body {
        position: absolute;
        z-index: 99999;
        background: #fffdfb;
        width: 200px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        -webkit-box-shadow: 0px 0px 10px #00000021;
        -moz-box-shadow: 0px 0px 10px #00000021;
        box-shadow: 0px 0px 10px #00000021;
    }

.verificacion {
    height: 100vh;
}

.inicio {
    width: 400px;
    text-align: center;
}

    .inicio p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 39px;
    }

    .inicio img {
        margin-bottom: 30px;
    }

.info-imp {
    text-align: center;
    width: 640px;
    margin-top: 20px;
}

    .info-imp b {
        font-size: 14px;
        line-height: 16px;
    }

    .info-imp p {
        font-size: 12px;
        line-height: 16px;
    }

.registro .cuadro-img {
    width: 100%;
    height: 430px;
    background-color: #00d1d2;
}

.registro ol {
    padding-left: 1rem;
}

    .registro ol li::marker {
        font-family: "IQOSW01-Bold";
    }

.registro .pasos {
    background-color: #f6f4f0;
    width: 100%;
    height: 120px;
    align-items: center;
    margin: auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.registro .nav-tabs .nav-link.active,
.registro .nav-tabs .nav-item.show .nav-link {
    background: transparent;
}

.registro .nav-tabs {
    position: relative;
    width: 65%;
    border-bottom: none;
    /*  .linea{
          background-color: #E1E0DC;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 0%;
  z-index: -999999;
  transition: 0.4s ease;
      } */
    /*   &:before{
          content: "";
  // background-color: #34303DA7;
  position: absolute;
  top:30%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  z-index: -999999;
  width: 85%;
  left: 6%;
      } */
    /*  .nav-link {
              color: #34303DA7;

              &.active {
                  color: #34303D;
                  background-color: transparent;
                  border-color: transparent;
                  span {
                      background-color:#34303D;
                      color: #FFFDFB
                  }
              }
              &:hover{
                  border-color: transparent;
      isolation: isolate;
              }
              span {
                  box-shadow: inset 0px 0 0px 2px #34303DA7;
      border: 10px solid white;
                  background-color: white;
                  height: 60px;
      width: 60px;
      display: block;
      vertical-align: middle;
      justify-content: center;
      margin: auto;
      display: flex;
      align-items: center;
      @include border-radius(50%);
      &:before{
          content: "";
  background-color: blue;
  position: absolute;
  top:30%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 1%;
  z-index: -999999;
  width: 85%;
  left: 6%;
      }
              }
          }
         */
}

    .registro .nav-tabs .nav-item {
        width: calc(100% / 4);
        display: flex;
    }

        .registro .nav-tabs .nav-item:first-of-type span:before {
            display: none;
        }

        .registro .nav-tabs .nav-item:last-of-type span:after {
            display: none;
        }

    .registro .nav-tabs .nav-link {
        width: 100%;
        padding: 0;
        position: relative;
        z-index: 1;
        width: 100%;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        border: none;
        color: #34303da7;
    }

        .registro .nav-tabs .nav-link span {
            height: 40px;
            width: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #f6f4f0;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            border: 2px solid #34303da7;
            /*  span {

          background: #fff;
          padding: 0 15px;
        } */
        }

            .registro .nav-tabs .nav-link span:before {
                border-top: 2px solid #34303da7;
                content: "";
                margin: 0;
                position: absolute;
                top: 30%;
                left: 0;
                right: 0;
                bottom: 0;
                width: 38%;
                z-index: -1;
            }

            .registro .nav-tabs .nav-link span:after {
                border-top: 2px solid #34303da7;
                content: "";
                margin: 0;
                position: absolute;
                top: 30%;
                left: auto;
                right: 0;
                bottom: 0;
                width: 38%;
                z-index: -1;
            }

        .registro .nav-tabs .nav-link p {
            margin-bottom: 0;
            margin-top: 10px;
            font-size: 12px;
        }

        .registro .nav-tabs .nav-link.active {
            background: transparent;
        }

            .registro .nav-tabs .nav-link.active span {
                background-color: #34303d;
                color: #FFFDFB;
            }

            .registro .nav-tabs .nav-link.active p {
                color: #34303d;
                font-family: "IQOSW01-Bold";
                font-size: 16px;
            }

                .registro .nav-tabs .nav-link.active p bdi {
                    font-family: "IQOSW01-Bold";
                }

.registro .tab-content {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.offcanvas-body {
    background-color: #34303D;
    color: #FFFDFB;
}

    .offcanvas-body p {
        font-size: 12px;
        line-height: 16px;
    }

.separador {
    top: 143px;
    left: 684px;
    width: 0px;
    height: 362px;
    border: 1px solid #34303D;
    border: 1px solid #979797;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.botonera {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

    .botonera .button {
        width: 160px;
        margin-left: 5px;
        margin-right: 5px;
    }

.fumar {
    border: 1px solid #34303d;
    height: 80px;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
}

.mdc-text-field {
    margin-bottom: 20px;
    flex-shrink: 0;
    height: 45px;
}

    .mdc-text-field span {
        font-family: "IQOSW01-Regular";
        border-color: #e1e0dc !important;
        color: #34303da7 !important;
    }

.mdc-text-field--focused.mdc-text-field--primary span {
    border-color: #34303D !important;
    color: #34303D !important;
}

.mdc-text-field--invalid span {
    border-color: #b00020 !important;
    color: #b00020 !important;
}

.mdc-text-field + .mdc-text-field-helper-line {
    margin-top: -12px;
}

.button__arrow--dark .button__svg {
    stroke: #34303d;
}

.button__arrow .button__svg {
    width: 1rem;
    height: 0.625rem;
    position: relative;
    margin-left: 0.125rem;
    transition: all 0.6s ease;
}

.login-and-reg-cux__arrow-btn {
    margin-top: 24px;
    line-height: 1.5;
}

.button__arrow--dark {
    color: #34303d;
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.button__arrow {
    cursor: pointer;
    text-align: left;
}

.button__arrow {
    position: relative;
    display: inline-block;
}

.login-and-reg-cux__arrow-btn > span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.button__arrow--dark .button__svg {
    stroke: #34303d;
}

.button__arrow .button__svg {
    width: 1rem;
    height: 0.625rem;
    position: relative;
    margin-left: 0.125rem;
    transition: all 0.6s ease;
}

.button__svg {
    top: 0;
}

.button__arrow--dark {
    color: #34303d;
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.siguenos nav a {
    font-size: 14px;
    line-height: 32px;
}

.legales {
    opacity: 0.7;
    font-size: 12px;
}

.inicio-page .nav-tabs {
    border-bottom: none;
}

.inicio-page .nav-link {
    color: #34303d;
    font-size: 20px;
}

.inicio-page .nav-tabs .nav-link.active,
.inicio-page .nav-tabs .nav-item.show .nav-link {
    color: #34303d;
    background-color: transparent;
    border-color: transparent;
    font-family: "IQOSW01-Bold";
    text-decoration: underline;
}

.inicio-page p {
    color: #34303da7;
    font-family: "IQOSW01-Regular";
}

.mgm .hero {
    height: 520px;
    margin-top: 77px;
    background-image: url(../img/mgm/bannerMGM.png);
    background-color: #00d1d2;
    background-size: cover;
    background-position: center;
    color: #FFFDFB;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.home .hero {
    height: 800px;
    margin-top: 80px;
    background-image: url(../img/club-home/0001-1366x660px​.png);
    background-color: #00d1d2;
    background-size: 115%;
    background-position: center;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    padding-left: 60px;
    color: #FFFDFB;
}

    .home .hero .contenedor {
        max-width: 1320px;
        width: 100%;
        text-align: left;
        margin: auto;
    }

.home .alert {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #00d1d2;
    border: 2px solid #FFFDFB;
    color: #FFFDFB;
    box-shadow: 0 0 1rem rgba(52, 48, 61, 0.9) !important;
    width: 475px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

    .home .alert .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    }

        .home .alert .btn-close:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
        }

    .home .alert .btn-outline-white {
        font-size: 15px;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        height: 35px;
        background-color: transparent;
        color: #FFFDFB;
        border: 1px solid #FFFDFB;
        transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0s, border 0.2s ease 0s;
    }

        .home .alert .btn-outline-white:after {
            background-color: #FFFDFB;
        }

        .home .alert .btn-outline-white:hover {
            background-color: transparent;
            border: none;
            color: #00d1d2;
        }

        .home .alert .btn-outline-white:disabled {
            color: #FFFDFB;
            background-color: #afafaf;
            pointer-events: none;
        }

            .home .alert .btn-outline-white:disabled:hover {
                color: #FFFDFB;
                background-color: #afafaf;
            }

.home .card {
    background-image: url(../img/club-home/bannerLealtad.png);
    background-repeat: no-repeat;
    background-position-x: 33%;
    background-position-y: center;
    background-size: cover;
}

.mgm-logueado .sect1 {
    margin-top: 77px;
    /*height: 426px;*/
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.mgm-logueado .hero {
    height: 520px;
    margin-top: 0;
    background-image: url(../img/mgm/bannerMGM.png);
    background-color: #00d1d2;
    background-size: cover;
    background-position: center;
    color: #FFFDFB;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.mgm-logueado .verde-sect {
    background: url(../img/mgm/texturaVerde-2.png);
    height: auto;
    background-size: cover;
}

.breadcrumb {
    font-size: 24px;
    text-decoration: none;
    color: #6c757d;
}

    .breadcrumb a {
        text-decoration: none;
    }

    .breadcrumb .breadcrumb-item.active {
        color: #34303D;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    content: url(../img/menu/icons-16-chevron-down-light-theme.svg);
    transform: rotate(-90deg);
    margin-right: 10px;
    margin-top: -2px;
    opacity: 0.5;
}

.encuesta .carousel-indicators {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0;
    top: -67px;
}

    .encuesta .carousel-indicators div {
        width: 100%;
        flex: auto;
    }

        .encuesta .carousel-indicators div button[data-bs-target] {
            background-color: transparent;
            line-height: 0;
            top: 0;
            margin: 0;
            height: 2px;
            border: none;
            height: 1px;
            background: transparent;
            border-top: 2px solid black;
            line-height: 1;
            color: black;
            width: 100%;
            flex: auto;
            opacity: 0;
        }

            .encuesta .carousel-indicators div button[data-bs-target] + p {
                opacity: 0;
                transition: all 0.3s;
            }

            .encuesta .carousel-indicators div button[data-bs-target].active {
                opacity: 1;
                transition: all 0.3s;
            }

                .encuesta .carousel-indicators div button[data-bs-target].active + p {
                    opacity: 1;
                }

.encuesta .carousel-inner {
    overflow: auto;
    z-index: 9;
}

.encuesta .carousel-item {
    backface-visibility: visible;
}

.encuesta .form__row input[type=checkbox] + label:before, .encuesta .form__row input[type=checkbox] + label:after, .encuesta .form__row input[type=radio] + label:before, .encuesta .form__row input[type=radio] + label:after {
    right: 0;
    left: auto;
}

.encuesta .form__row {
    margin: 0 0 0;
}

    .encuesta .form__row input[type=checkbox] + label, .encuesta .form__row input[type=radio] + label {
        font-size: 16px;
        padding-left: 0;
    }

    .encuesta .form__row input[type=checkbox]:checked + label:after {
        background: #34303DA7;
    }

    .encuesta .form__row input[type=checkbox] + label:before, .encuesta .form__row input[type=radio] + label:before {
        border: 1px solid #34303DA7;
    }

    .encuesta .form__row input[type=checkbox] + label:after {
        border: 1px solid #E1E0DC;
        background: #00d1d2;
    }

.encuesta .check-circle .form__row input[type=checkbox] + label:before {
    background-color: #ffffff;
}

.encuesta .check-circle .form__row input[type=checkbox] + label:before {
    border-radius: 50%;
}

.encuesta .check-circle .form__row input[type=checkbox] + label:after {
    border-radius: 50%;
}

.encuesta .check-circle .form__row input[type=checkbox] + label:before, .encuesta .check-circle .form__row input[type=checkbox] + label:after {
    width: 30px;
    height: 30px;
}

.encuesta .check-circle .form__row input[type=checkbox] + label:after {
    border: 1px solid #34303DA7;
}

.encuesta .check-circle .form__row input[type=checkbox] + label:after {
    border: 1px solid #7b777f;
}

.encuesta .check-circle .form__row input[type=radio] + label:before {
    background-color: #ffffff;
}

.encuesta .check-circle .form__row input[type=radio] + label:before {
    border-radius: 50%;
}

.encuesta .check-circle .form__row input[type=radio] + label:after {
    border-radius: 50%;
}

.encuesta .check-circle .form__row input[type=radio] + label:before, .encuesta .check-circle .form__row input[type=radio] + label:after {
    width: 30px;
    height: 30px;
}

.encuesta .check-circle .form__row input[type=radio] + label:after {
    border: 1px solid #34303DA7;
}

.encuesta .check-circle .form__row input[type=radio] + label:after {
    border: 1px solid #7b777f;
}

.catalogo .form__row input[type=checkbox] + label:before, .catalogo .form__row input[type=checkbox] + label:after {
    width: 20px;
    height: 20px;
}

.catalogo .badge-gold {
    width: 100px;
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    left: 10px !important;
    background-color: #C29A69;
}

.catalogo .badge-silver {
    width: 100px;
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    left: 10px !important;
    background-color: #979797;
}

.catalogo .badge-platinum {
    width: 100px;
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    left: 10px !important;
    background-color: #474A59;
}

.catalogo .filtros .accordion-button {
    font-family: "IQOSW05-Light";
    font-size: 12px;
}

    .catalogo .filtros .accordion-button::after {
        width: 10px;
        height: 10px;
        background-size: 10px;
    }

.beneficios.hero {
    height: 720px;
    background-position-y: 100%;
    background-color: #F6F4F0;
}

.barra-pts .barra {
    background-color: white;
    color: black;
    text-align: left;
    padding: 50px;
    margin-bottom: 60px;
    border-right: 1px solid #EFEDEA;
}

.ganapuntos {
    background-image: url(../img/beneficios/gana/bannerRefiere.png);
    background-position-x: center;
    background-size: 105%;
    background-position-y: center;
    width: 100%;
    padding: 20px;
}

.badge-gold {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #C29A69;
    border-radius: 50rem !important;
    height: 32px;
    width: 80px;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.badge-platinum {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #474A59;
    border-radius: 50rem !important;
    height: 32px;
    width: 80px;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.badge-silver {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #979797;
    border-radius: 50rem !important;
    height: 32px;
    width: 80px;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.verde-sect {
    background: url(../img/mgm/texturaVerde.png);
    background-position: right;
    background-color: #09eff2;
    background-repeat: no-repeat;
    height: 349px;
}

.secondary-sect {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFFDFB;
}

.gray-sect {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F6F4F0;
}

.accordion-item {
    border: 1px solid #34303da7;
}

.accordion-button {
    padding-top: 30px;
    padding-bottom: 30px;
}

.accordion-item,
.accordion-button {
    background-color: transparent;
}

    .accordion-item:focus,
    .accordion-button:focus {
        background-color: transparent;
        border-color: none;
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: #34303D;
        box-shadow: none;
    }

    .accordion-button::after {
        background-image: url(../img/mgm/icons-24-plus-light-theme.svg);
        transform: rotate(-180deg);
        position: absolute;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url(../img/mgm/icons-24-minus-light-theme.svg);
        transform: rotate(0deg);
        margin-top: 0;
    }

footer {
    background-color: #34303D;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 71px;
    color: white;
    margin-top: auto;
}

    footer p {
        opacity: 0.7;
        font-size: 14px;
    }

    footer small {
        font-size: 12px;
    }

    footer nav a {
        font-size: 20px;
        line-height: 44px;
        color: #FFFDFB;
        text-decoration: none;
    }

        footer nav a:hover {
            color: #9c9ba1;
        }

@keyframes btnColor {
    0% {
        color: #fffdfb;
    }

    50% {
        color: #b3adbf;
    }

    100% {
        color: #34303d;
    }
}

.primary-bg .mdc-text-field--focused.mdc-text-field--primary span {
    border-color: #34303D !important;
    color: #ffffff !important;
}

/* .bg-gold:hover{
  background-color: #000000;
} */
@media (hover: hover) {
    .bg-gold:hover {
        background-color: #C29A69;
    }
}

@media (max-width: 1399.98px) {
    .home .hero .contenedor {
        padding-left: 42px;
    }
}

@media (max-width: 1199.98px) {
    .home .hero .contenedor {
        padding-left: 42px;
    }
}

@media (max-width: 991.98px) {
    

    .encuesta .carousel-indicators {
        top: -88px;
    }

        .encuesta .carousel-indicators div button[data-bs-target].active + p {
            font-size: 13px;
        }

    .modal-md {
        width: 768px !important;
        max-width: 768px;
    }

    .mgm-logueado .sect1 {
        margin-top: 56px;
    }

    .ganapuntos {
        background-image: url(../img/beneficios/gana/bannerRefiere-md.png);
        background-size: auto;
        background-position-x: right;
        background-position-y: center;
    }

    .registro .nav-tabs {
        width: 85%;
    }

        .registro .nav-tabs .nav-link.active p {
            font-size: 14px;
        }

        .registro .nav-tabs .nav-link span:before, .registro .nav-tabs .nav-link span:after {
            width: 30%;
        }

    .offcanvas {
        height: 217px;
    }

    .no-spacelat .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .no-spacey {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home .hero {
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        padding-left: 0;
        background-size: 204%;
        background-position-x: 18%;
        margin-top: 56px;
    }

        .home .hero .contenedor {
            max-width: 100%;
            padding-left: 0;
            text-align: center;
        }

        .home .hero * {
            margin-top: 10px;
            margin-bottom: 0px;
        }

        .home .hero .center-flex {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
        }

    footer .container {
        padding-left: 68px;
        padding-right: 68px;
        max-width: 100%;
    }

        footer .container nav a {
            font-size: 19px;
        }
}

@media (max-width: 767.98px) {
    .mgm-logueado .hero {
        height: 520px;
        margin-top: 0;
        background-image: url(../img/mgm/bannerMGM.png);
        background-color: #00d1d2;
        background-size: cover;
        background-position: center;
        color: #FFFDFB;
        text-align: center;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .encuesta .carousel-indicators {
        top: -88px;
        margin-left: 0;
        margin-right: 0;
    }

        .encuesta .carousel-indicators div button[data-bs-target].active + p {
            font-size: 10px;
        }

    .modal-md {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
    }

    .ganapuntos {
        background-size: auto;
        background-position-x: 60%;
        background-position-y: center;
    }

    .p-sm-2 {
        padding: 2em !important;
    }

    .mx-sm-2 {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

    .mx-sm-2 {
        margin-left: 2em !important;
        margin-right: 2em !important;
    }

    .m-sm-2 {
        margin: 2em !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .mr-sm-10px {
        margin-right: 10px !important;
    }

    .mdc-tab {
        height: 50px;
        padding: 10px;
    }

    .historial-gray {
        padding: 10px;
    }

    .verificacion {
        padding: 100px 64px;
    }

    .inicio,
    .info-imp {
        width: 100%;
    }

    .inicio,
    .info-imp {
        width: 100%;
    }

        .inicio img {
            width: 120px;
        }

    .registro .cuadro-img {
        height: 300px;
    }

    .registro .tab-pane p {
        font-size: 14px;
    }

    .registro .nav-tabs {
        width: 95%;
    }

        .registro .nav-tabs .nav-link p bdi {
            display: none;
        }

        .registro .nav-tabs .nav-link.active p {
            font-size: 14px;
        }

        .registro .nav-tabs .nav-link span:before, .registro .nav-tabs .nav-link span:after {
            width: 17%;
        }

    .home .hero {
        background-size: 320%;
        background-position-x: 44%;
        margin-top: 56px;
        background-position-y: 70%;
        height: auto;
        padding-bottom: 30px;
    }
}

@media (max-width: 575.98px) {

    .mgm-logueado .hero {
        height: 138px;
        margin-top: 0;
        background-image: url(../img/mgm/bannerMGM.png);
        background-color: #00d1d2;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        color: #FFFDFB;
        text-align: center;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .home .hero {
        background-size: 500%;
        background-position-x: 39%;
        background-position-y: 50%;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 30px;
        margin: 0;
        /* .barra-pts{
      margin-top: 150px;
      margin-bottom: 150px;
    } */
    }

        .home .hero .contenedor {
            margin-top: 75px;
            margin-bottom: 15px;
        }

    .barra-pts .barra {
        padding: 25px;
        background-color: #fbf9f7;
        margin-top: 0px;
    }

    .beneficios.hero {
        /*height: 820px;*/
        height: auto;
        background-size: 408%;
        background-position-x: 39%;
        background-position-y: 64%;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
    }

    .mgm .hero {
        margin-top: 56px;
    }

    .verificacion {
        height: 100%;
        padding: 0 32px;
    }

    .offcanvas {
        height: 370px;
    }

    .botonera {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

        .botonera button.button {
            width: 100% !important;
            margin-bottom: 10px;
        }

    .legales {
        border-top: 1px solid #474a59;
        padding-top: 15px;
    }

    .img-home {
        background-size: auto;
        padding: 15px !important;
    }

        .img-home .bg-azul {
            height: 296px;
        }

    footer {
        padding-top: 0;
        padding-bottom: 50px;
    }

        footer .container {
            padding-left: 32px;
            padding-right: 32px;
        }

        footer p {
            margin-top: 30px;
        }

        footer nav a {
            font-size: 16px;
        }
    
        .button::after {
        left: -250%;
    }

}

.d-initial {
    display: initial;
}

.bg-gold {
    background-color: #C29A69;
}

.bg-platinum {
    background-color: #474A59;
}

.bg-gray {
    background-color: #F6F4F0;
}

.bg-gray-dark {
    background-color: #474A59;
}

.modal-md {
    width: 810px;
    max-width: 810px;
}

.font-light {
    font-family: "IQOSW05-Light";
}

.font-regular {
    font-family: "IQOSW05-Regular";
}

.text-gray {
    color: #34303DA7 !important;
    font-family: "IQOSW05-Light";
}

.text-contrast {
    color: #00d1d2 !important;
}

.bg-azul {
    color: #fffdfb;
    transition-duration: 0.03s;
    cursor: pointer;
    border: none;
    /* overflow: hidden; */
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    height: 770px;
    width: 100%;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.2s ease-out 0.1s;
    -moz-transition: color 0.2s ease-out 0.1s;
    -ms-transition: color 0.2s ease-out 0.1s;
    -o-transition: color 0.2s ease-out 0.1s;
    transition: color 0.2s ease-out 0.1s;
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0s;
    z-index: 0;
    position: relative;
    display: flex;
    -webkit-transition: opacity 0.7s ease 0.5s, color 0.2s ease-out 0.1s, background-color 0.2s ease 0s, -webkit-transform 0.7s ease 0.5s;
    transition: opacity 0.7s ease 0.5s, color 0.2s ease-out 0.1s, background-color 0.2s ease 0s, -webkit-transform 0.7s ease 0.5s;
    transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.5s, color 0.2s ease-out 0.1s, background-color 0.2s ease 0s;
    transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.5s, color 0.2s ease-out 0.1s, background-color 0.2s ease 0s, -webkit-transform 0.7s ease 0.5s, border 0.2s ease 0s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/club-home/imagenPosicion-1.png);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 66.5%;
    background-size: cover;
}

    .bg-azul::after {
        content: "";
        display: block;
        position: absolute;
        width: 280%;
        height: 100%;
        top: 0;
        left: 0%;
        -webkit-transform: skew(0);
        transform: skew(0);
        -webkit-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
        z-index: -1;
        background-color: #00d1d2;
    }

    .bg-azul.visible {
        color: #fffdfb;
        -webkit-transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0.2s;
        transition: color 0.2s ease-out 0.1s, background-color 0.2s ease 0.2s;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        background-color: #f7f9f6;
    }

        .bg-azul.visible:after {
            left: 200%;
            -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
        }

#home3 {
    height: 535px;
    width: 100%;
    background-image: url(../img/club-home/imagenPosicion2.png);
}

#home4 {
    height: 535px;
    width: 100%;
    background-image: url(../img/club-home/imagenPosicion3.png);
}

#bene3 {
    height: 660px;
    width: 100%;
}

.contenido .bg-azul {
    height: auto;
}

    .contenido .bg-azul img {
        z-index: -9999;
    }

.primary-bg {
    background-color: #34303D !important;
    color: #FFFDFB;
}

.secondary-bg {
    background-color: #FFFDFB !important;
    color: #34303D;
}

.contrast-bg {
    background-color: #00d1d2 !important;
    color: #34303D;
}

.gray-bg {
    background-color: #F6F4F0 !important;
    color: #34303D;
}

.mySwiper {
    width: 100%;
    height: 300px;
    position: relative;
    height: 300px;
    padding-left: 30px;
    /* padding-right: 30px; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-slide {
    width: 50%;
}

    .swiper-slide:nth-child(2n) {
        width: 50%;
    }

.swiperPts, .swiperReferir {
    width: 100%;
    height: 110%;
    position: relative;
}

    .swiperPts .swiper-slide, .swiperReferir .swiper-slide {
        background: transparent;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

        .swiperPts .swiper-slide img, .swiperReferir .swiper-slide img {
            width: auto;
            height: auto;
        }

    .swiperPts .swiper-horizontal > .swiper-pagination-bullets,
    .swiperPts .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiperPts .swiper-pagination-custom,
    .swiperPts .swiper-pagination-fraction, .swiperReferir .swiper-horizontal > .swiper-pagination-bullets,
    .swiperReferir .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiperReferir .swiper-pagination-custom,
    .swiperReferir .swiper-pagination-fraction {
        bottom: -5px;
        left: 0;
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
    }

    .swiperPts .swiper-pagination-bullet, .swiperReferir .swiper-pagination-bullet {
        border: 1px solid #34303da7;
        height: 8px;
        width: 8px;
        background-color: transparent;
        opacity: 1;
    }

    .swiperPts .swiper-pagination-bullet-active, .swiperReferir .swiper-pagination-bullet-active {
        background-color: #00d1d2;
        border: 1px solid #00d1d2;
    }

    .swiperPts .swiper-horizontal > .swiper-pagination-bullets,
    .swiperPts .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiperPts .swiper-pagination-custom,
    .swiperPts .swiper-pagination-fraction, .swiperReferir .swiper-horizontal > .swiper-pagination-bullets,
    .swiperReferir .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiperReferir .swiper-pagination-custom,
    .swiperReferir .swiper-pagination-fraction {
        left: 0;
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        bottom: -15px;
        height: 50px;
    }

.swiperReferir {
    width: 100%;
}

    .swiperReferir .swiper-pagination-bullet-active {
        background-color: #ffffff;
        border: 1px solid #ffffff;
    }

.swiperBeneficios {
    min-height: 350px;
    /*min-height: 450px;*/
    /* padding-left: 0;
  padding-right: 0; */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
}

    .swiperBeneficios .swiper-wrapper {
        min-height: 370px;
        max-height: 570px;
        margin-top: 100px;
    }

    .swiperBeneficios .swiper-slide {
        min-height: 370px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
    }

        .swiperBeneficios .swiper-slide * {
            text-align: left;
        }

        .swiperBeneficios .swiper-slide h5 {
            font-size: 16px;
            width: 100%;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .swiperBeneficios .swiper-slide p {
            font-size: 14px;
            width: 100%;
        }

        .swiperBeneficios .swiper-slide img {
            object-fit: cover;
            height: auto;
            width: 100%;
        }

    .swiperBeneficios .swiper-button-next {
        top: 10%;
    }

        .swiperBeneficios .swiper-button-next:after {
            font-size: 25px;
            color: black;
        }

    .swiperBeneficios .swiper-button-prev {
        right: 50px;
        left: auto;
        top: 10%;
    }

        .swiperBeneficios .swiper-button-prev:after {
            font-size: 25px;
            color: black;
        }

.progress {
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

    .progress .circle {
        background-color: #474a59;
        height: 10px;
        width: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

.progress-bar {
    background-color: #C29A69;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.progress-bar-gold {
    background-color: #C29A69;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.progress-bar-platinum {
    background-color: #474A59;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.progress-bar-silver {
    background-color: #979797;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.contenido {
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.content {
    display: none;
    opacity: 0;
    transition: opacity 4s, visibility 1s, display 5s;
}

    .content.content--active {
        display: block;
        opacity: 1;
        transition: opacity 4s, visibility 1s, display 5s;
    }

.mdc-tab-bar {
    position: relative;
}

.mdc-tab__text-label {
    text-transform: none;
}

.mdc-tab-bar:after {
    content: "";
    display: block;
    width: 200%;
    height: 1px;
    background-color: #e1e0e2;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 74px;
}

.mdc-tab__ripple.mdc-ripple-upgraded {
    background-color: transparent !important;
}

.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
    background-color: transparent !important;
    background-color: transparent !important;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-color: #34303D;
    border-color: #34303D;
}

:root {
    --mdc-theme-primary: #34303d;
}

.mdc-tab {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.01px;
    letter-spacing: 1.01px;
    font-family: "IQOSW10-Light";
    font-family: "IQOSW01-Regular";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #34303D;
}

    .mdc-tab .mdc-tab__text-label {
        font-family: "IQOSW10-Light";
        font-family: "IQOSW01-Regular";
        color: #34303D;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #34303DA7;
    }

    .mdc-tab.mdc-tab--active .mdc-tab__text-label {
        color: #34303D;
        color: #34303D;
        font-family: "IQOSW01-Regular";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.bd-sidebar {
    grid-area: sidebar;
}

.bd-links {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    display: block !important;
    height: 100%;
    padding-left: 0.25rem;
    margin-left: -0.25rem;
    overflow-y: auto;
    text-align: start;
}

.bd-links {
    overflow: auto;
    font-weight: 600;
}

    .bd-links .btn {
        padding: 0.5rem 0;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.65);
        background-color: transparent;
        border: 0;
        width: 100%;
        border-bottom: 1px solid #EFEDEA;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
    }

        .bd-links .btn:focus {
            box-shadow: none;
        }

        .bd-links .btn::after {
            width: 1.25em;
            line-height: 0;
            content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
            transition: transform 0.35s ease;
            transform-origin: 0.5em 50%;
            margin-left: 10px;
            transform: rotate(-90deg);
        }

        .bd-links .btn[aria-expanded=true]::after {
            transform: rotate(90deg);
        }
.colorLineHref {
    color: inherit;
    text-decoration: none;
}

a.colorLineHref:hover, a.colorLineHref:active {
    color: inherit;
    text-decoration: none;
}

.newSize{
    font-size:10px;
    color:silver;
}

.newSizeBene{
    font-size: 13px;
    
}

/*# sourceMappingURL=iqos-redisenio.css.map */
