UNPKG

@front10/bootstrap

Version:

Style library based on bootstrap

3,409 lines (2,664 loc) 461 kB
*, *::before, *::after { box-sizing: border-box; } .fr-align-baseline { vertical-align: baseline !important; } .fr-align-top { vertical-align: top !important; } .fr-align-middle { vertical-align: middle !important; } .fr-align-bottom { vertical-align: bottom !important; } .fr-align-text-bottom { vertical-align: text-bottom !important; } .fr-align-text-top { vertical-align: text-top !important; } .fr-bg-primary { background-color: #0071eb !important; } a.fr-bg-primary:hover, a.fr-bg-primary:focus, button.fr-bg-primary:hover, button.fr-bg-primary:focus { background-color: #0058b8 !important; } .fr-bg-secondary { background-color: #6c757d !important; } a.fr-bg-secondary:hover, a.fr-bg-secondary:focus, button.fr-bg-secondary:hover, button.fr-bg-secondary:focus { background-color: #545b62 !important; } .fr-bg-success { background-color: #218739 !important; } a.fr-bg-success:hover, a.fr-bg-success:focus, button.fr-bg-success:hover, button.fr-bg-success:focus { background-color: #175e28 !important; } .fr-bg-info { background-color: #128091 !important; } a.fr-bg-info:hover, a.fr-bg-info:focus, button.fr-bg-info:hover, button.fr-bg-info:focus { background-color: #0c5864 !important; } .fr-bg-warning { background-color: #ffc107 !important; } a.fr-bg-warning:hover, a.fr-bg-warning:focus, button.fr-bg-warning:hover, button.fr-bg-warning:focus { background-color: #d39e00 !important; } .fr-bg-danger { background-color: #dc3545 !important; } a.fr-bg-danger:hover, a.fr-bg-danger:focus, button.fr-bg-danger:hover, button.fr-bg-danger:focus { background-color: #bd2130 !important; } .fr-bg-light { background-color: #f8f9fa !important; } a.fr-bg-light:hover, a.fr-bg-light:focus, button.fr-bg-light:hover, button.fr-bg-light:focus { background-color: #dae0e5 !important; } .fr-bg-dark { background-color: #343a40 !important; } a.fr-bg-dark:hover, a.fr-bg-dark:focus, button.fr-bg-dark:hover, button.fr-bg-dark:focus { background-color: #1d2124 !important; } .fr-bg-white { background-color: #fff !important; } .fr-bg-transparent { background-color: transparent !important; } .fr-border { border: 1px solid #dee2e6 !important; } .fr-border-top { border-top: 1px solid #dee2e6 !important; } .fr-border-right { border-right: 1px solid #dee2e6 !important; } .fr-border-bottom { border-bottom: 1px solid #dee2e6 !important; } .fr-border-left { border-left: 1px solid #dee2e6 !important; } .fr-border-0 { border: 0 !important; } .fr-border-top-0 { border-top: 0 !important; } .fr-border-right-0 { border-right: 0 !important; } .fr-border-bottom-0 { border-bottom: 0 !important; } .fr-border-left-0 { border-left: 0 !important; } .fr-border-primary { border-color: #0071eb !important; } .fr-border-secondary { border-color: #6c757d !important; } .fr-border-success { border-color: #218739 !important; } .fr-border-info { border-color: #128091 !important; } .fr-border-warning { border-color: #ffc107 !important; } .fr-border-danger { border-color: #dc3545 !important; } .fr-border-light { border-color: #f8f9fa !important; } .fr-border-dark { border-color: #343a40 !important; } .fr-border-white { border-color: #fff !important; } .fr-rounded-sm { border-radius: 0.2rem !important; } .fr-rounded { border-radius: 0.25rem !important; } .fr-rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .fr-rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .fr-rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } .fr-rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } .fr-rounded-lg { border-radius: 0.3rem !important; } .fr-rounded-circle { border-radius: 50% !important; } .fr-rounded-pill { border-radius: 50rem !important; } .fr-rounded-0 { border-radius: 0 !important; } .fr-clearfix::after { display: block; clear: both; content: ""; } .fr-d-none { display: none !important; } .fr-d-inline { display: inline !important; } .fr-d-inline-block { display: inline-block !important; } .fr-d-block { display: block !important; } .fr-d-table { display: table !important; } .fr-d-table-row { display: table-row !important; } .fr-d-table-cell { display: table-cell !important; } .fr-d-flex { display: flex !important; } .fr-d-inline-flex { display: inline-flex !important; } @media (min-width: 576px) { .fr-d-sm-none { display: none !important; } .fr-d-sm-inline { display: inline !important; } .fr-d-sm-inline-block { display: inline-block !important; } .fr-d-sm-block { display: block !important; } .fr-d-sm-table { display: table !important; } .fr-d-sm-table-row { display: table-row !important; } .fr-d-sm-table-cell { display: table-cell !important; } .fr-d-sm-flex { display: flex !important; } .fr-d-sm-inline-flex { display: inline-flex !important; } } @media (min-width: 768px) { .fr-d-md-none { display: none !important; } .fr-d-md-inline { display: inline !important; } .fr-d-md-inline-block { display: inline-block !important; } .fr-d-md-block { display: block !important; } .fr-d-md-table { display: table !important; } .fr-d-md-table-row { display: table-row !important; } .fr-d-md-table-cell { display: table-cell !important; } .fr-d-md-flex { display: flex !important; } .fr-d-md-inline-flex { display: inline-flex !important; } } @media (min-width: 992px) { .fr-d-lg-none { display: none !important; } .fr-d-lg-inline { display: inline !important; } .fr-d-lg-inline-block { display: inline-block !important; } .fr-d-lg-block { display: block !important; } .fr-d-lg-table { display: table !important; } .fr-d-lg-table-row { display: table-row !important; } .fr-d-lg-table-cell { display: table-cell !important; } .fr-d-lg-flex { display: flex !important; } .fr-d-lg-inline-flex { display: inline-flex !important; } } @media (min-width: 1200px) { .fr-d-xl-none { display: none !important; } .fr-d-xl-inline { display: inline !important; } .fr-d-xl-inline-block { display: inline-block !important; } .fr-d-xl-block { display: block !important; } .fr-d-xl-table { display: table !important; } .fr-d-xl-table-row { display: table-row !important; } .fr-d-xl-table-cell { display: table-cell !important; } .fr-d-xl-flex { display: flex !important; } .fr-d-xl-inline-flex { display: inline-flex !important; } } @media print { .fr-d-print-none { display: none !important; } .fr-d-print-inline { display: inline !important; } .fr-d-print-inline-block { display: inline-block !important; } .fr-d-print-block { display: block !important; } .fr-d-print-table { display: table !important; } .fr-d-print-table-row { display: table-row !important; } .fr-d-print-table-cell { display: table-cell !important; } .fr-d-print-flex { display: flex !important; } .fr-d-print-inline-flex { display: inline-flex !important; } } .fr-flex-row { flex-direction: row !important; } .fr-flex-column { flex-direction: column !important; } .fr-flex-row-reverse { flex-direction: row-reverse !important; } .fr-flex-column-reverse { flex-direction: column-reverse !important; } .fr-flex-wrap { flex-wrap: wrap !important; } .fr-flex-nowrap { flex-wrap: nowrap !important; } .fr-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .fr-flex-fill { flex: 1 1 auto !important; } .fr-flex-grow-0 { flex-grow: 0 !important; } .fr-flex-grow-1 { flex-grow: 1 !important; } .fr-flex-shrink-0 { flex-shrink: 0 !important; } .fr-flex-shrink-1 { flex-shrink: 1 !important; } .fr-justify-content-start { justify-content: flex-start !important; } .fr-justify-content-end { justify-content: flex-end !important; } .fr-justify-content-center { justify-content: center !important; } .fr-justify-content-between { justify-content: space-between !important; } .fr-justify-content-around { justify-content: space-around !important; } .fr-align-items-start { align-items: flex-start !important; } .fr-align-items-end { align-items: flex-end !important; } .fr-align-items-center { align-items: center !important; } .fr-align-items-baseline { align-items: baseline !important; } .fr-align-items-stretch { align-items: stretch !important; } .fr-align-content-start { align-content: flex-start !important; } .fr-align-content-end { align-content: flex-end !important; } .fr-align-content-center { align-content: center !important; } .fr-align-content-between { align-content: space-between !important; } .fr-align-content-around { align-content: space-around !important; } .fr-align-content-stretch { align-content: stretch !important; } .fr-align-self-auto { align-self: auto !important; } .fr-align-self-start { align-self: flex-start !important; } .fr-align-self-end { align-self: flex-end !important; } .fr-align-self-center { align-self: center !important; } .fr-align-self-baseline { align-self: baseline !important; } .fr-align-self-stretch { align-self: stretch !important; } @media (min-width: 576px) { .fr-flex-sm-row { flex-direction: row !important; } .fr-flex-sm-column { flex-direction: column !important; } .fr-flex-sm-row-reverse { flex-direction: row-reverse !important; } .fr-flex-sm-column-reverse { flex-direction: column-reverse !important; } .fr-flex-sm-wrap { flex-wrap: wrap !important; } .fr-flex-sm-nowrap { flex-wrap: nowrap !important; } .fr-flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .fr-flex-sm-fill { flex: 1 1 auto !important; } .fr-flex-sm-grow-0 { flex-grow: 0 !important; } .fr-flex-sm-grow-1 { flex-grow: 1 !important; } .fr-flex-sm-shrink-0 { flex-shrink: 0 !important; } .fr-flex-sm-shrink-1 { flex-shrink: 1 !important; } .fr-justify-content-sm-start { justify-content: flex-start !important; } .fr-justify-content-sm-end { justify-content: flex-end !important; } .fr-justify-content-sm-center { justify-content: center !important; } .fr-justify-content-sm-between { justify-content: space-between !important; } .fr-justify-content-sm-around { justify-content: space-around !important; } .fr-align-items-sm-start { align-items: flex-start !important; } .fr-align-items-sm-end { align-items: flex-end !important; } .fr-align-items-sm-center { align-items: center !important; } .fr-align-items-sm-baseline { align-items: baseline !important; } .fr-align-items-sm-stretch { align-items: stretch !important; } .fr-align-content-sm-start { align-content: flex-start !important; } .fr-align-content-sm-end { align-content: flex-end !important; } .fr-align-content-sm-center { align-content: center !important; } .fr-align-content-sm-between { align-content: space-between !important; } .fr-align-content-sm-around { align-content: space-around !important; } .fr-align-content-sm-stretch { align-content: stretch !important; } .fr-align-self-sm-auto { align-self: auto !important; } .fr-align-self-sm-start { align-self: flex-start !important; } .fr-align-self-sm-end { align-self: flex-end !important; } .fr-align-self-sm-center { align-self: center !important; } .fr-align-self-sm-baseline { align-self: baseline !important; } .fr-align-self-sm-stretch { align-self: stretch !important; } } @media (min-width: 768px) { .fr-flex-md-row { flex-direction: row !important; } .fr-flex-md-column { flex-direction: column !important; } .fr-flex-md-row-reverse { flex-direction: row-reverse !important; } .fr-flex-md-column-reverse { flex-direction: column-reverse !important; } .fr-flex-md-wrap { flex-wrap: wrap !important; } .fr-flex-md-nowrap { flex-wrap: nowrap !important; } .fr-flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .fr-flex-md-fill { flex: 1 1 auto !important; } .fr-flex-md-grow-0 { flex-grow: 0 !important; } .fr-flex-md-grow-1 { flex-grow: 1 !important; } .fr-flex-md-shrink-0 { flex-shrink: 0 !important; } .fr-flex-md-shrink-1 { flex-shrink: 1 !important; } .fr-justify-content-md-start { justify-content: flex-start !important; } .fr-justify-content-md-end { justify-content: flex-end !important; } .fr-justify-content-md-center { justify-content: center !important; } .fr-justify-content-md-between { justify-content: space-between !important; } .fr-justify-content-md-around { justify-content: space-around !important; } .fr-align-items-md-start { align-items: flex-start !important; } .fr-align-items-md-end { align-items: flex-end !important; } .fr-align-items-md-center { align-items: center !important; } .fr-align-items-md-baseline { align-items: baseline !important; } .fr-align-items-md-stretch { align-items: stretch !important; } .fr-align-content-md-start { align-content: flex-start !important; } .fr-align-content-md-end { align-content: flex-end !important; } .fr-align-content-md-center { align-content: center !important; } .fr-align-content-md-between { align-content: space-between !important; } .fr-align-content-md-around { align-content: space-around !important; } .fr-align-content-md-stretch { align-content: stretch !important; } .fr-align-self-md-auto { align-self: auto !important; } .fr-align-self-md-start { align-self: flex-start !important; } .fr-align-self-md-end { align-self: flex-end !important; } .fr-align-self-md-center { align-self: center !important; } .fr-align-self-md-baseline { align-self: baseline !important; } .fr-align-self-md-stretch { align-self: stretch !important; } } @media (min-width: 992px) { .fr-flex-lg-row { flex-direction: row !important; } .fr-flex-lg-column { flex-direction: column !important; } .fr-flex-lg-row-reverse { flex-direction: row-reverse !important; } .fr-flex-lg-column-reverse { flex-direction: column-reverse !important; } .fr-flex-lg-wrap { flex-wrap: wrap !important; } .fr-flex-lg-nowrap { flex-wrap: nowrap !important; } .fr-flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .fr-flex-lg-fill { flex: 1 1 auto !important; } .fr-flex-lg-grow-0 { flex-grow: 0 !important; } .fr-flex-lg-grow-1 { flex-grow: 1 !important; } .fr-flex-lg-shrink-0 { flex-shrink: 0 !important; } .fr-flex-lg-shrink-1 { flex-shrink: 1 !important; } .fr-justify-content-lg-start { justify-content: flex-start !important; } .fr-justify-content-lg-end { justify-content: flex-end !important; } .fr-justify-content-lg-center { justify-content: center !important; } .fr-justify-content-lg-between { justify-content: space-between !important; } .fr-justify-content-lg-around { justify-content: space-around !important; } .fr-align-items-lg-start { align-items: flex-start !important; } .fr-align-items-lg-end { align-items: flex-end !important; } .fr-align-items-lg-center { align-items: center !important; } .fr-align-items-lg-baseline { align-items: baseline !important; } .fr-align-items-lg-stretch { align-items: stretch !important; } .fr-align-content-lg-start { align-content: flex-start !important; } .fr-align-content-lg-end { align-content: flex-end !important; } .fr-align-content-lg-center { align-content: center !important; } .fr-align-content-lg-between { align-content: space-between !important; } .fr-align-content-lg-around { align-content: space-around !important; } .fr-align-content-lg-stretch { align-content: stretch !important; } .fr-align-self-lg-auto { align-self: auto !important; } .fr-align-self-lg-start { align-self: flex-start !important; } .fr-align-self-lg-end { align-self: flex-end !important; } .fr-align-self-lg-center { align-self: center !important; } .fr-align-self-lg-baseline { align-self: baseline !important; } .fr-align-self-lg-stretch { align-self: stretch !important; } } @media (min-width: 1200px) { .fr-flex-xl-row { flex-direction: row !important; } .fr-flex-xl-column { flex-direction: column !important; } .fr-flex-xl-row-reverse { flex-direction: row-reverse !important; } .fr-flex-xl-column-reverse { flex-direction: column-reverse !important; } .fr-flex-xl-wrap { flex-wrap: wrap !important; } .fr-flex-xl-nowrap { flex-wrap: nowrap !important; } .fr-flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .fr-flex-xl-fill { flex: 1 1 auto !important; } .fr-flex-xl-grow-0 { flex-grow: 0 !important; } .fr-flex-xl-grow-1 { flex-grow: 1 !important; } .fr-flex-xl-shrink-0 { flex-shrink: 0 !important; } .fr-flex-xl-shrink-1 { flex-shrink: 1 !important; } .fr-justify-content-xl-start { justify-content: flex-start !important; } .fr-justify-content-xl-end { justify-content: flex-end !important; } .fr-justify-content-xl-center { justify-content: center !important; } .fr-justify-content-xl-between { justify-content: space-between !important; } .fr-justify-content-xl-around { justify-content: space-around !important; } .fr-align-items-xl-start { align-items: flex-start !important; } .fr-align-items-xl-end { align-items: flex-end !important; } .fr-align-items-xl-center { align-items: center !important; } .fr-align-items-xl-baseline { align-items: baseline !important; } .fr-align-items-xl-stretch { align-items: stretch !important; } .fr-align-content-xl-start { align-content: flex-start !important; } .fr-align-content-xl-end { align-content: flex-end !important; } .fr-align-content-xl-center { align-content: center !important; } .fr-align-content-xl-between { align-content: space-between !important; } .fr-align-content-xl-around { align-content: space-around !important; } .fr-align-content-xl-stretch { align-content: stretch !important; } .fr-align-self-xl-auto { align-self: auto !important; } .fr-align-self-xl-start { align-self: flex-start !important; } .fr-align-self-xl-end { align-self: flex-end !important; } .fr-align-self-xl-center { align-self: center !important; } .fr-align-self-xl-baseline { align-self: baseline !important; } .fr-align-self-xl-stretch { align-self: stretch !important; } } .fr-float-left { float: left !important; } .fr-float-right { float: right !important; } .fr-float-none { float: none !important; } @media (min-width: 576px) { .fr-float-sm-left { float: left !important; } .fr-float-sm-right { float: right !important; } .fr-float-sm-none { float: none !important; } } @media (min-width: 768px) { .fr-float-md-left { float: left !important; } .fr-float-md-right { float: right !important; } .fr-float-md-none { float: none !important; } } @media (min-width: 992px) { .fr-float-lg-left { float: left !important; } .fr-float-lg-right { float: right !important; } .fr-float-lg-none { float: none !important; } } @media (min-width: 1200px) { .fr-float-xl-left { float: left !important; } .fr-float-xl-right { float: right !important; } .fr-float-xl-none { float: none !important; } } .fr-overflow-auto { overflow: auto !important; } .fr-overflow-hidden { overflow: hidden !important; } .fr-position-static { position: static !important; } .fr-position-relative { position: relative !important; } .fr-position-absolute { position: absolute !important; } .fr-position-fixed { position: fixed !important; } .fr-position-sticky { position: sticky !important; } .fr-fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } .fr-fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } @supports (position: sticky) { .fr-sticky-top { position: sticky; top: 0; z-index: 1020; } } .fr-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .fr-sr-only-focusable:active, .fr-sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; } .fr-shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .fr-shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .fr-shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .fr-shadow-none { box-shadow: none !important; } .fr-w-25 { width: 25% !important; } .fr-w-50 { width: 50% !important; } .fr-w-75 { width: 75% !important; } .fr-w-100 { width: 100% !important; } .fr-w-auto { width: auto !important; } .fr-h-25 { height: 25% !important; } .fr-h-50 { height: 50% !important; } .fr-h-75 { height: 75% !important; } .fr-h-100 { height: 100% !important; } .fr-h-auto { height: auto !important; } .fr-mw-100 { max-width: 100% !important; } .fr-mh-100 { max-height: 100% !important; } .fr-min-vw-100 { min-width: 100vw !important; } .fr-min-vh-100 { min-height: 100vh !important; } .fr-vw-100 { width: 100vw !important; } .fr-vh-100 { height: 100vh !important; } .fr-m-0 { margin: 0 !important; } .fr-mt-0, .fr-my-0 { margin-top: 0 !important; } .fr-mr-0, .fr-mx-0 { margin-right: 0 !important; } .fr-mb-0, .fr-my-0 { margin-bottom: 0 !important; } .fr-ml-0, .fr-mx-0 { margin-left: 0 !important; } .fr-m-1 { margin: 0.25rem !important; } .fr-mt-1, .fr-my-1 { margin-top: 0.25rem !important; } .fr-mr-1, .fr-mx-1 { margin-right: 0.25rem !important; } .fr-mb-1, .fr-my-1 { margin-bottom: 0.25rem !important; } .fr-ml-1, .fr-mx-1 { margin-left: 0.25rem !important; } .fr-m-2 { margin: 0.5rem !important; } .fr-mt-2, .fr-my-2 { margin-top: 0.5rem !important; } .fr-mr-2, .fr-mx-2 { margin-right: 0.5rem !important; } .fr-mb-2, .fr-my-2 { margin-bottom: 0.5rem !important; } .fr-ml-2, .fr-mx-2 { margin-left: 0.5rem !important; } .fr-m-3 { margin: 1rem !important; } .fr-mt-3, .fr-my-3 { margin-top: 1rem !important; } .fr-mr-3, .fr-mx-3 { margin-right: 1rem !important; } .fr-mb-3, .fr-my-3 { margin-bottom: 1rem !important; } .fr-ml-3, .fr-mx-3 { margin-left: 1rem !important; } .fr-m-4 { margin: 1.5rem !important; } .fr-mt-4, .fr-my-4 { margin-top: 1.5rem !important; } .fr-mr-4, .fr-mx-4 { margin-right: 1.5rem !important; } .fr-mb-4, .fr-my-4 { margin-bottom: 1.5rem !important; } .fr-ml-4, .fr-mx-4 { margin-left: 1.5rem !important; } .fr-m-5 { margin: 3rem !important; } .fr-mt-5, .fr-my-5 { margin-top: 3rem !important; } .fr-mr-5, .fr-mx-5 { margin-right: 3rem !important; } .fr-mb-5, .fr-my-5 { margin-bottom: 3rem !important; } .fr-ml-5, .fr-mx-5 { margin-left: 3rem !important; } .fr-p-0 { padding: 0 !important; } .fr-pt-0, .fr-py-0 { padding-top: 0 !important; } .fr-pr-0, .fr-px-0 { padding-right: 0 !important; } .fr-pb-0, .fr-py-0 { padding-bottom: 0 !important; } .fr-pl-0, .fr-px-0 { padding-left: 0 !important; } .fr-p-1 { padding: 0.25rem !important; } .fr-pt-1, .fr-py-1 { padding-top: 0.25rem !important; } .fr-pr-1, .fr-px-1 { padding-right: 0.25rem !important; } .fr-pb-1, .fr-py-1 { padding-bottom: 0.25rem !important; } .fr-pl-1, .fr-px-1 { padding-left: 0.25rem !important; } .fr-p-2 { padding: 0.5rem !important; } .fr-pt-2, .fr-py-2 { padding-top: 0.5rem !important; } .fr-pr-2, .fr-px-2 { padding-right: 0.5rem !important; } .fr-pb-2, .fr-py-2 { padding-bottom: 0.5rem !important; } .fr-pl-2, .fr-px-2 { padding-left: 0.5rem !important; } .fr-p-3 { padding: 1rem !important; } .fr-pt-3, .fr-py-3 { padding-top: 1rem !important; } .fr-pr-3, .fr-px-3 { padding-right: 1rem !important; } .fr-pb-3, .fr-py-3 { padding-bottom: 1rem !important; } .fr-pl-3, .fr-px-3 { padding-left: 1rem !important; } .fr-p-4 { padding: 1.5rem !important; } .fr-pt-4, .fr-py-4 { padding-top: 1.5rem !important; } .fr-pr-4, .fr-px-4 { padding-right: 1.5rem !important; } .fr-pb-4, .fr-py-4 { padding-bottom: 1.5rem !important; } .fr-pl-4, .fr-px-4 { padding-left: 1.5rem !important; } .fr-p-5 { padding: 3rem !important; } .fr-pt-5, .fr-py-5 { padding-top: 3rem !important; } .fr-pr-5, .fr-px-5 { padding-right: 3rem !important; } .fr-pb-5, .fr-py-5 { padding-bottom: 3rem !important; } .fr-pl-5, .fr-px-5 { padding-left: 3rem !important; } .fr-m-n1 { margin: -0.25rem !important; } .fr-mt-n1, .fr-my-n1 { margin-top: -0.25rem !important; } .fr-mr-n1, .fr-mx-n1 { margin-right: -0.25rem !important; } .fr-mb-n1, .fr-my-n1 { margin-bottom: -0.25rem !important; } .fr-ml-n1, .fr-mx-n1 { margin-left: -0.25rem !important; } .fr-m-n2 { margin: -0.5rem !important; } .fr-mt-n2, .fr-my-n2 { margin-top: -0.5rem !important; } .fr-mr-n2, .fr-mx-n2 { margin-right: -0.5rem !important; } .fr-mb-n2, .fr-my-n2 { margin-bottom: -0.5rem !important; } .fr-ml-n2, .fr-mx-n2 { margin-left: -0.5rem !important; } .fr-m-n3 { margin: -1rem !important; } .fr-mt-n3, .fr-my-n3 { margin-top: -1rem !important; } .fr-mr-n3, .fr-mx-n3 { margin-right: -1rem !important; } .fr-mb-n3, .fr-my-n3 { margin-bottom: -1rem !important; } .fr-ml-n3, .fr-mx-n3 { margin-left: -1rem !important; } .fr-m-n4 { margin: -1.5rem !important; } .fr-mt-n4, .fr-my-n4 { margin-top: -1.5rem !important; } .fr-mr-n4, .fr-mx-n4 { margin-right: -1.5rem !important; } .fr-mb-n4, .fr-my-n4 { margin-bottom: -1.5rem !important; } .fr-ml-n4, .fr-mx-n4 { margin-left: -1.5rem !important; } .fr-m-n5 { margin: -3rem !important; } .fr-mt-n5, .fr-my-n5 { margin-top: -3rem !important; } .fr-mr-n5, .fr-mx-n5 { margin-right: -3rem !important; } .fr-mb-n5, .fr-my-n5 { margin-bottom: -3rem !important; } .fr-ml-n5, .fr-mx-n5 { margin-left: -3rem !important; } .fr-m-auto { margin: auto !important; } .fr-mt-auto, .fr-my-auto { margin-top: auto !important; } .fr-mr-auto, .fr-mx-auto { margin-right: auto !important; } .fr-mb-auto, .fr-my-auto { margin-bottom: auto !important; } .fr-ml-auto, .fr-mx-auto { margin-left: auto !important; } @media (min-width: 576px) { .fr-m-sm-0 { margin: 0 !important; } .fr-mt-sm-0, .fr-my-sm-0 { margin-top: 0 !important; } .fr-mr-sm-0, .fr-mx-sm-0 { margin-right: 0 !important; } .fr-mb-sm-0, .fr-my-sm-0 { margin-bottom: 0 !important; } .fr-ml-sm-0, .fr-mx-sm-0 { margin-left: 0 !important; } .fr-m-sm-1 { margin: 0.25rem !important; } .fr-mt-sm-1, .fr-my-sm-1 { margin-top: 0.25rem !important; } .fr-mr-sm-1, .fr-mx-sm-1 { margin-right: 0.25rem !important; } .fr-mb-sm-1, .fr-my-sm-1 { margin-bottom: 0.25rem !important; } .fr-ml-sm-1, .fr-mx-sm-1 { margin-left: 0.25rem !important; } .fr-m-sm-2 { margin: 0.5rem !important; } .fr-mt-sm-2, .fr-my-sm-2 { margin-top: 0.5rem !important; } .fr-mr-sm-2, .fr-mx-sm-2 { margin-right: 0.5rem !important; } .fr-mb-sm-2, .fr-my-sm-2 { margin-bottom: 0.5rem !important; } .fr-ml-sm-2, .fr-mx-sm-2 { margin-left: 0.5rem !important; } .fr-m-sm-3 { margin: 1rem !important; } .fr-mt-sm-3, .fr-my-sm-3 { margin-top: 1rem !important; } .fr-mr-sm-3, .fr-mx-sm-3 { margin-right: 1rem !important; } .fr-mb-sm-3, .fr-my-sm-3 { margin-bottom: 1rem !important; } .fr-ml-sm-3, .fr-mx-sm-3 { margin-left: 1rem !important; } .fr-m-sm-4 { margin: 1.5rem !important; } .fr-mt-sm-4, .fr-my-sm-4 { margin-top: 1.5rem !important; } .fr-mr-sm-4, .fr-mx-sm-4 { margin-right: 1.5rem !important; } .fr-mb-sm-4, .fr-my-sm-4 { margin-bottom: 1.5rem !important; } .fr-ml-sm-4, .fr-mx-sm-4 { margin-left: 1.5rem !important; } .fr-m-sm-5 { margin: 3rem !important; } .fr-mt-sm-5, .fr-my-sm-5 { margin-top: 3rem !important; } .fr-mr-sm-5, .fr-mx-sm-5 { margin-right: 3rem !important; } .fr-mb-sm-5, .fr-my-sm-5 { margin-bottom: 3rem !important; } .fr-ml-sm-5, .fr-mx-sm-5 { margin-left: 3rem !important; } .fr-p-sm-0 { padding: 0 !important; } .fr-pt-sm-0, .fr-py-sm-0 { padding-top: 0 !important; } .fr-pr-sm-0, .fr-px-sm-0 { padding-right: 0 !important; } .fr-pb-sm-0, .fr-py-sm-0 { padding-bottom: 0 !important; } .fr-pl-sm-0, .fr-px-sm-0 { padding-left: 0 !important; } .fr-p-sm-1 { padding: 0.25rem !important; } .fr-pt-sm-1, .fr-py-sm-1 { padding-top: 0.25rem !important; } .fr-pr-sm-1, .fr-px-sm-1 { padding-right: 0.25rem !important; } .fr-pb-sm-1, .fr-py-sm-1 { padding-bottom: 0.25rem !important; } .fr-pl-sm-1, .fr-px-sm-1 { padding-left: 0.25rem !important; } .fr-p-sm-2 { padding: 0.5rem !important; } .fr-pt-sm-2, .fr-py-sm-2 { padding-top: 0.5rem !important; } .fr-pr-sm-2, .fr-px-sm-2 { padding-right: 0.5rem !important; } .fr-pb-sm-2, .fr-py-sm-2 { padding-bottom: 0.5rem !important; } .fr-pl-sm-2, .fr-px-sm-2 { padding-left: 0.5rem !important; } .fr-p-sm-3 { padding: 1rem !important; } .fr-pt-sm-3, .fr-py-sm-3 { padding-top: 1rem !important; } .fr-pr-sm-3, .fr-px-sm-3 { padding-right: 1rem !important; } .fr-pb-sm-3, .fr-py-sm-3 { padding-bottom: 1rem !important; } .fr-pl-sm-3, .fr-px-sm-3 { padding-left: 1rem !important; } .fr-p-sm-4 { padding: 1.5rem !important; } .fr-pt-sm-4, .fr-py-sm-4 { padding-top: 1.5rem !important; } .fr-pr-sm-4, .fr-px-sm-4 { padding-right: 1.5rem !important; } .fr-pb-sm-4, .fr-py-sm-4 { padding-bottom: 1.5rem !important; } .fr-pl-sm-4, .fr-px-sm-4 { padding-left: 1.5rem !important; } .fr-p-sm-5 { padding: 3rem !important; } .fr-pt-sm-5, .fr-py-sm-5 { padding-top: 3rem !important; } .fr-pr-sm-5, .fr-px-sm-5 { padding-right: 3rem !important; } .fr-pb-sm-5, .fr-py-sm-5 { padding-bottom: 3rem !important; } .fr-pl-sm-5, .fr-px-sm-5 { padding-left: 3rem !important; } .fr-m-sm-n1 { margin: -0.25rem !important; } .fr-mt-sm-n1, .fr-my-sm-n1 { margin-top: -0.25rem !important; } .fr-mr-sm-n1, .fr-mx-sm-n1 { margin-right: -0.25rem !important; } .fr-mb-sm-n1, .fr-my-sm-n1 { margin-bottom: -0.25rem !important; } .fr-ml-sm-n1, .fr-mx-sm-n1 { margin-left: -0.25rem !important; } .fr-m-sm-n2 { margin: -0.5rem !important; } .fr-mt-sm-n2, .fr-my-sm-n2 { margin-top: -0.5rem !important; } .fr-mr-sm-n2, .fr-mx-sm-n2 { margin-right: -0.5rem !important; } .fr-mb-sm-n2, .fr-my-sm-n2 { margin-bottom: -0.5rem !important; } .fr-ml-sm-n2, .fr-mx-sm-n2 { margin-left: -0.5rem !important; } .fr-m-sm-n3 { margin: -1rem !important; } .fr-mt-sm-n3, .fr-my-sm-n3 { margin-top: -1rem !important; } .fr-mr-sm-n3, .fr-mx-sm-n3 { margin-right: -1rem !important; } .fr-mb-sm-n3, .fr-my-sm-n3 { margin-bottom: -1rem !important; } .fr-ml-sm-n3, .fr-mx-sm-n3 { margin-left: -1rem !important; } .fr-m-sm-n4 { margin: -1.5rem !important; } .fr-mt-sm-n4, .fr-my-sm-n4 { margin-top: -1.5rem !important; } .fr-mr-sm-n4, .fr-mx-sm-n4 { margin-right: -1.5rem !important; } .fr-mb-sm-n4, .fr-my-sm-n4 { margin-bottom: -1.5rem !important; } .fr-ml-sm-n4, .fr-mx-sm-n4 { margin-left: -1.5rem !important; } .fr-m-sm-n5 { margin: -3rem !important; } .fr-mt-sm-n5, .fr-my-sm-n5 { margin-top: -3rem !important; } .fr-mr-sm-n5, .fr-mx-sm-n5 { margin-right: -3rem !important; } .fr-mb-sm-n5, .fr-my-sm-n5 { margin-bottom: -3rem !important; } .fr-ml-sm-n5, .fr-mx-sm-n5 { margin-left: -3rem !important; } .fr-m-sm-auto { margin: auto !important; } .fr-mt-sm-auto, .fr-my-sm-auto { margin-top: auto !important; } .fr-mr-sm-auto, .fr-mx-sm-auto { margin-right: auto !important; } .fr-mb-sm-auto, .fr-my-sm-auto { margin-bottom: auto !important; } .fr-ml-sm-auto, .fr-mx-sm-auto { margin-left: auto !important; } } @media (min-width: 768px) { .fr-m-md-0 { margin: 0 !important; } .fr-mt-md-0, .fr-my-md-0 { margin-top: 0 !important; } .fr-mr-md-0, .fr-mx-md-0 { margin-right: 0 !important; } .fr-mb-md-0, .fr-my-md-0 { margin-bottom: 0 !important; } .fr-ml-md-0, .fr-mx-md-0 { margin-left: 0 !important; } .fr-m-md-1 { margin: 0.25rem !important; } .fr-mt-md-1, .fr-my-md-1 { margin-top: 0.25rem !important; } .fr-mr-md-1, .fr-mx-md-1 { margin-right: 0.25rem !important; } .fr-mb-md-1, .fr-my-md-1 { margin-bottom: 0.25rem !important; } .fr-ml-md-1, .fr-mx-md-1 { margin-left: 0.25rem !important; } .fr-m-md-2 { margin: 0.5rem !important; } .fr-mt-md-2, .fr-my-md-2 { margin-top: 0.5rem !important; } .fr-mr-md-2, .fr-mx-md-2 { margin-right: 0.5rem !important; } .fr-mb-md-2, .fr-my-md-2 { margin-bottom: 0.5rem !important; } .fr-ml-md-2, .fr-mx-md-2 { margin-left: 0.5rem !important; } .fr-m-md-3 { margin: 1rem !important; } .fr-mt-md-3, .fr-my-md-3 { margin-top: 1rem !important; } .fr-mr-md-3, .fr-mx-md-3 { margin-right: 1rem !important; } .fr-mb-md-3, .fr-my-md-3 { margin-bottom: 1rem !important; } .fr-ml-md-3, .fr-mx-md-3 { margin-left: 1rem !important; } .fr-m-md-4 { margin: 1.5rem !important; } .fr-mt-md-4, .fr-my-md-4 { margin-top: 1.5rem !important; } .fr-mr-md-4, .fr-mx-md-4 { margin-right: 1.5rem !important; } .fr-mb-md-4, .fr-my-md-4 { margin-bottom: 1.5rem !important; } .fr-ml-md-4, .fr-mx-md-4 { margin-left: 1.5rem !important; } .fr-m-md-5 { margin: 3rem !important; } .fr-mt-md-5, .fr-my-md-5 { margin-top: 3rem !important; } .fr-mr-md-5, .fr-mx-md-5 { margin-right: 3rem !important; } .fr-mb-md-5, .fr-my-md-5 { margin-bottom: 3rem !important; } .fr-ml-md-5, .fr-mx-md-5 { margin-left: 3rem !important; } .fr-p-md-0 { padding: 0 !important; } .fr-pt-md-0, .fr-py-md-0 { padding-top: 0 !important; } .fr-pr-md-0, .fr-px-md-0 { padding-right: 0 !important; } .fr-pb-md-0, .fr-py-md-0 { padding-bottom: 0 !important; } .fr-pl-md-0, .fr-px-md-0 { padding-left: 0 !important; } .fr-p-md-1 { padding: 0.25rem !important; } .fr-pt-md-1, .fr-py-md-1 { padding-top: 0.25rem !important; } .fr-pr-md-1, .fr-px-md-1 { padding-right: 0.25rem !important; } .fr-pb-md-1, .fr-py-md-1 { padding-bottom: 0.25rem !important; } .fr-pl-md-1, .fr-px-md-1 { padding-left: 0.25rem !important; } .fr-p-md-2 { padding: 0.5rem !important; } .fr-pt-md-2, .fr-py-md-2 { padding-top: 0.5rem !important; } .fr-pr-md-2, .fr-px-md-2 { padding-right: 0.5rem !important; } .fr-pb-md-2, .fr-py-md-2 { padding-bottom: 0.5rem !important; } .fr-pl-md-2, .fr-px-md-2 { padding-left: 0.5rem !important; } .fr-p-md-3 { padding: 1rem !important; } .fr-pt-md-3, .fr-py-md-3 { padding-top: 1rem !important; } .fr-pr-md-3, .fr-px-md-3 { padding-right: 1rem !important; } .fr-pb-md-3, .fr-py-md-3 { padding-bottom: 1rem !important; } .fr-pl-md-3, .fr-px-md-3 { padding-left: 1rem !important; } .fr-p-md-4 { padding: 1.5rem !important; } .fr-pt-md-4, .fr-py-md-4 { padding-top: 1.5rem !important; } .fr-pr-md-4, .fr-px-md-4 { padding-right: 1.5rem !important; } .fr-pb-md-4, .fr-py-md-4 { padding-bottom: 1.5rem !important; } .fr-pl-md-4, .fr-px-md-4 { padding-left: 1.5rem !important; } .fr-p-md-5 { padding: 3rem !important; } .fr-pt-md-5, .fr-py-md-5 { padding-top: 3rem !important; } .fr-pr-md-5, .fr-px-md-5 { padding-right: 3rem !important; } .fr-pb-md-5, .fr-py-md-5 { padding-bottom: 3rem !important; } .fr-pl-md-5, .fr-px-md-5 { padding-left: 3rem !important; } .fr-m-md-n1 { margin: -0.25rem !important; } .fr-mt-md-n1, .fr-my-md-n1 { margin-top: -0.25rem !important; } .fr-mr-md-n1, .fr-mx-md-n1 { margin-right: -0.25rem !important; } .fr-mb-md-n1, .fr-my-md-n1 { margin-bottom: -0.25rem !important; } .fr-ml-md-n1, .fr-mx-md-n1 { margin-left: -0.25rem !important; } .fr-m-md-n2 { margin: -0.5rem !important; } .fr-mt-md-n2, .fr-my-md-n2 { margin-top: -0.5rem !important; } .fr-mr-md-n2, .fr-mx-md-n2 { margin-right: -0.5rem !important; } .fr-mb-md-n2, .fr-my-md-n2 { margin-bottom: -0.5rem !important; } .fr-ml-md-n2, .fr-mx-md-n2 { margin-left: -0.5rem !important; } .fr-m-md-n3 { margin: -1rem !important; } .fr-mt-md-n3, .fr-my-md-n3 { margin-top: -1rem !important; } .fr-mr-md-n3, .fr-mx-md-n3 { margin-right: -1rem !important; } .fr-mb-md-n3, .fr-my-md-n3 { margin-bottom: -1rem !important; } .fr-ml-md-n3, .fr-mx-md-n3 { margin-left: -1rem !important; } .fr-m-md-n4 { margin: -1.5rem !important; } .fr-mt-md-n4, .fr-my-md-n4 { margin-top: -1.5rem !important; } .fr-mr-md-n4, .fr-mx-md-n4 { margin-right: -1.5rem !important; } .fr-mb-md-n4, .fr-my-md-n4 { margin-bottom: -1.5rem !important; } .fr-ml-md-n4, .fr-mx-md-n4 { margin-left: -1.5rem !important; } .fr-m-md-n5 { margin: -3rem !important; } .fr-mt-md-n5, .fr-my-md-n5 { margin-top: -3rem !important; } .fr-mr-md-n5, .fr-mx-md-n5 { margin-right: -3rem !important; } .fr-mb-md-n5, .fr-my-md-n5 { margin-bottom: -3rem !important; } .fr-ml-md-n5, .fr-mx-md-n5 { margin-left: -3rem !important; } .fr-m-md-auto { margin: auto !important; } .fr-mt-md-auto, .fr-my-md-auto { margin-top: auto !important; } .fr-mr-md-auto, .fr-mx-md-auto { margin-right: auto !important; } .fr-mb-md-auto, .fr-my-md-auto { margin-bottom: auto !important; } .fr-ml-md-auto, .fr-mx-md-auto { margin-left: auto !important; } } @media (min-width: 992px) { .fr-m-lg-0 { margin: 0 !important; } .fr-mt-lg-0, .fr-my-lg-0 { margin-top: 0 !important; } .fr-mr-lg-0, .fr-mx-lg-0 { margin-right: 0 !important; } .fr-mb-lg-0, .fr-my-lg-0 { margin-bottom: 0 !important; } .fr-ml-lg-0, .fr-mx-lg-0 { margin-left: 0 !important; } .fr-m-lg-1 { margin: 0.25rem !important; } .fr-mt-lg-1, .fr-my-lg-1 { margin-top: 0.25rem !important; } .fr-mr-lg-1, .fr-mx-lg-1 { margin-right: 0.25rem !important; } .fr-mb-lg-1, .fr-my-lg-1 { margin-bottom: 0.25rem !important; } .fr-ml-lg-1, .fr-mx-lg-1 { margin-left: 0.25rem !important; } .fr-m-lg-2 { margin: 0.5rem !important; } .fr-mt-lg-2, .fr-my-lg-2 { margin-top: 0.5rem !important; } .fr-mr-lg-2, .fr-mx-lg-2 { margin-right: 0.5rem !important; } .fr-mb-lg-2, .fr-my-lg-2 { margin-bottom: 0.5rem !important; } .fr-ml-lg-2, .fr-mx-lg-2 { margin-left: 0.5rem !important; } .fr-m-lg-3 { margin: 1rem !important; } .fr-mt-lg-3, .fr-my-lg-3 { margin-top: 1rem !important; } .fr-mr-lg-3, .fr-mx-lg-3 { margin-right: 1rem !important; } .fr-mb-lg-3, .fr-my-lg-3 { margin-bottom: 1rem !important; } .fr-ml-lg-3, .fr-mx-lg-3 { margin-left: 1rem !important; } .fr-m-lg-4 { margin: 1.5rem !important; } .fr-mt-lg-4, .fr-my-lg-4 { margin-top: 1.5rem !important; } .fr-mr-lg-4, .fr-mx-lg-4 { margin-right: 1.5rem !important; } .fr-mb-lg-4, .fr-my-lg-4 { margin-bottom: 1.5rem !important; } .fr-ml-lg-4, .fr-mx-lg-4 { margin-left: 1.5rem !important; } .fr-m-lg-5 { margin: 3rem !important; } .fr-mt-lg-5, .fr-my-lg-5 { margin-top: 3rem !important; } .fr-mr-lg-5, .fr-mx-lg-5 { margin-right: 3rem !important; } .fr-mb-lg-5, .fr-my-lg-5 { margin-bottom: 3rem !important; } .fr-ml-lg-5, .fr-mx-lg-5 { margin-left: 3rem !important; } .fr-p-lg-0 { padding: 0 !important; } .fr-pt-lg-0, .fr-py-lg-0 { padding-top: 0 !important; } .fr-pr-lg-0, .fr-px-lg-0 { padding-right: 0 !important; } .fr-pb-lg-0, .fr-py-lg-0 { padding-bottom: 0 !important; } .fr-pl-lg-0, .fr-px-lg-0 { padding-left: 0 !important; } .fr-p-lg-1 { padding: 0.25rem !important; } .fr-pt-lg-1, .fr-py-lg-1 { padding-top: 0.25rem !important; } .fr-pr-lg-1, .fr-px-lg-1 { padding-right: 0.25rem !important; } .fr-pb-lg-1, .fr-py-lg-1 { padding-bottom: 0.25rem !important; } .fr-pl-lg-1, .fr-px-lg-1 { padding-left: 0.25rem !important; } .fr-p-lg-2 { padding: 0.5rem !important; } .fr-pt-lg-2, .fr-py-lg-2 { padding-top: 0.5rem !important; } .fr-pr-lg-2, .fr-px-lg-2 { padding-right: 0.5rem !important; } .fr-pb-lg-2, .fr-py-lg-2 { padding-bottom: 0.5rem !important; } .fr-pl-lg-2, .fr-px-lg-2 { padding-left: 0.5rem !important; } .fr-p-lg-3 { padding: 1rem !important; } .fr-pt-lg-3, .fr-py-lg-3 { padding-top: 1rem !important; } .fr-pr-lg-3, .fr-px-lg-3 { padding-right: 1rem !important; } .fr-pb-lg-3, .fr-py-lg-3 { padding-bottom: 1rem !important; } .fr-pl-lg-3, .fr-px-lg-3 { padding-left: 1rem !important; } .fr-p-lg-4 { padding: 1.5rem !important; } .fr-pt-lg-4, .fr-py-lg-4 { padding-top: 1.5rem !important; } .fr-pr-lg-4, .fr-px-lg-4 { padding-right: 1.5rem !important; } .fr-pb-lg-4, .fr-py-lg-4 { padding-bottom: 1.5rem !important; } .fr-pl-lg-4, .fr-px-lg-4 { padding-left: 1.5rem !important; } .fr-p-lg-5 { padding: 3rem !important; } .fr-pt-lg-5, .fr-py-lg-5 { padding-top: 3rem !important; } .fr-pr-lg-5, .fr-px-lg-5 { padding-right: 3rem !important; } .fr-pb-lg-5, .fr-py-lg-5 { padding-bottom: 3rem !important; } .fr-pl-lg-5, .fr-px-lg-5 { padding-left: 3rem !important; } .fr-m-lg-n1 { margin: -0.25rem !important; } .fr-mt-lg-n1, .fr-my-lg-n1 { margin-top: -0.25rem !important; } .fr-mr-lg-n1, .fr-mx-lg-n1 { margin-right: -0.25rem !important; } .fr-mb-lg-n1, .fr-my-lg-n1 { margin-bottom: -0.25rem !important; } .fr-ml-lg-n1, .fr-mx-lg-n1 { margin-left: -0.25rem !important; } .fr-m-lg-n2 { margin: -0.5rem !important; } .fr-mt-lg-n2, .fr-my-lg-n2 { margin-top: -0.5rem !important; } .fr-mr-lg-n2, .fr-mx-lg-n2 { margin-right: -0.5rem !important; } .fr-mb-lg-n2, .fr-my-lg-n2 { margin-bottom: -0.5rem !important; } .fr-ml-lg-n2, .fr-mx-lg-n2 { margin-left: -0.5rem !important; } .fr-m-lg-n3 { margin: -1rem !important; } .fr-mt-lg-n3, .fr-my-lg-n3 { margin-top: -1rem !important; } .fr-mr-lg-n3, .fr-mx-lg-n3 { margin-right: -1rem !important; } .fr-mb-lg-n3, .fr-my-lg-n3 { margin-bottom: -1rem !important; } .fr-ml-lg-n3, .fr-mx-lg-n3 { margin-left: -1rem !important; } .fr-m-lg-n4 { margin: -1.5rem !important; } .fr-mt-lg-n4, .fr-my-lg-n4 { margin-top: -1.5rem !important; } .fr-mr-lg-n4, .fr-mx-lg-n4 { margin-right: -1.5rem !important; } .fr-mb-lg-n4, .fr-my-lg-n4 { margin-bottom: -1.5rem !important; } .fr-ml-lg-n4, .fr-mx-lg-n4 { margin-left: -1.5rem !important; } .fr-m-lg-n5 { margin: -3rem !important; } .fr-mt-lg-n5, .fr-my-lg-n5 { margin-top: -3rem !important; } .fr-mr-lg-n5, .fr-mx-lg-n5 { margin-right: -3rem !important; } .fr-mb-lg-n5, .fr-my-lg-n5 { margin-bottom: -3rem !important; } .fr-ml-lg-n5, .fr-mx-lg-n5 { margin-left: -3rem !important; } .fr-m-lg-auto { margin: auto !important; } .fr-mt-lg-auto, .fr-my-lg-auto { margin-top: auto !important; } .fr-mr-lg-auto, .fr-mx-lg-auto { margin-right: auto !important; } .fr-mb-lg-auto, .fr-my-lg-auto { margin-bottom: auto !important; } .fr-ml-lg-auto, .fr-mx-lg-auto { margin-left: auto !important; } } @media (min-width: 1200px) { .fr-m-xl-0 { margin: 0 !important; } .fr-mt-xl-0, .fr-my-xl-0 { margin-top: 0 !important; } .fr-mr-xl-0, .fr-mx-xl-0 { margin-right: 0 !important; } .fr-mb-xl-0, .fr-my-xl-0 { margin-bottom: 0 !important; } .fr-ml-xl-0, .fr-mx-xl-0 { margin-left: 0 !important; } .fr-m-xl-1 { margin: 0.25rem !important; } .fr-mt-xl-1, .fr-my-xl-1 { margin-top: 0.25rem !important; } .fr-mr-xl-1, .fr-mx-xl-1 { margin-right: 0.25rem !important; } .fr-mb-xl-1, .fr-my-xl-1 { margin-bottom: 0.25rem !important; } .fr-ml-xl-1, .fr-mx-xl-1 { margin-left: 0.25rem !important; } .fr-m-xl-2 { margin: 0.5rem !important; } .fr-mt-xl-2, .fr-my-xl-2 { margin-top: 0.5rem !important; } .fr-mr-xl-2, .fr-mx-xl-2 { margin-right: 0.5rem !important; } .fr-mb-xl-2, .fr-my-xl-2 { margin-bottom: 0.5rem !important; } .fr-ml-xl-2, .fr-mx-xl-2 { margin-left: 0.5rem !important; } .fr-m-xl-3 { margin: 1rem !important; } .fr-mt-xl-3, .fr-my-xl-3 { margin-top: 1rem !important; } .fr-mr-xl-3, .fr-mx-xl-3 { margin-right: 1rem !important; } .fr-mb-xl-3, .fr-my-xl-3 { margin-bottom: 1rem !important; } .fr-ml-xl-3, .fr-mx-xl-3 { margin-left: 1rem !important; } .fr-m-xl-4 { margin: 1.5rem !important; } .fr-mt-xl-4, .fr-my-xl-4 { margin-top: 1.5rem !important; } .fr-mr-xl-4, .fr-mx-xl-4 { margin-right: 1.5rem !important; } .fr-mb-xl-4, .fr-my-xl-4 { margin-bottom: 1.5rem !important; } .fr-ml-xl-4, .fr-mx-xl-4 { margin-left: 1.5rem !important; } .fr-m-xl-5 { margin: 3rem !important; } .fr-mt-xl-5, .fr-my-xl-5 { margin-top: 3rem !important; } .fr-mr-xl-5, .fr-mx-xl-5 { margin-right: 3rem !important; } .fr-mb-xl-5, .fr-my-xl-5 { margin-bottom: 3rem !important; } .fr-ml-xl-5, .fr-mx-xl-5 { margin-left: 3rem !important; } .fr-p-xl-0 { padding: 0 !important; } .fr-pt-xl-0, .fr-py-xl-0 { padding-top: 0 !important; } .fr-pr-xl-0, .fr-px-xl-0 { padding-right: 0 !important; } .fr-pb-xl-0, .fr-py-xl-0 { padding-bottom: 0 !important; } .fr-pl-xl-0, .fr-px-xl-0 { padding-left: 0 !important; } .fr-p-xl-1 { padding: 0.25rem !important; } .fr-pt-xl-1, .fr-py-xl-1 { padding-top: 0.25rem !important; } .fr-pr-xl-1, .fr-px-xl-1 { padding-right: 0.25rem !important; } .fr-pb-xl-1, .fr-py-xl-1 { padding-bottom: 0.25rem !important; } .fr-pl-xl-1, .fr-px-xl-1 { padding-left: 0.25rem !important; } .fr-p-xl-2 { padding: 0.5rem !important; } .fr-pt-xl-2, .fr-py-xl-2 { padding-top: 0.5rem !important; } .fr-pr-xl-2, .fr-px-xl-2 { padding-right: 0.5rem !important; } .fr-pb-xl-2, .fr-py-xl-2 { padding-bottom: 0.5rem !important; } .fr-pl-xl-2, .fr-px-xl-2 { padding-left: 0.5rem !important; } .fr-p-xl-3 { padding: 1rem !important; } .fr-pt-xl-3, .fr-py-xl-3 { padding-top: 1rem !important; } .fr-pr-xl-3, .fr-px-xl-3 { padding-right: 1rem !important; } .fr-pb-xl-3, .fr-py-xl-3 { padding-bottom: 1rem !important; } .fr-pl-xl-3, .fr-px-xl-3 { padding-left: 1rem !important; } .fr-p-xl-4 { padding: 1.5rem !important; } .fr-pt-xl-4, .fr-py-xl-4 { padding-top: 1.5rem !important; } .fr-pr-xl-4, .fr-px-xl-4 { padding-right: 1.5rem !important; } .fr-pb-xl-4, .fr-py-xl-4 { padding-bottom: 1.5rem !important; } .fr-pl-xl-4, .fr-px-xl-4 { padding-left: 1.5rem !important; } .fr-p-xl-5 { padding: 3rem !important; } .fr-pt-xl-5, .fr-py-xl-5 { padding-top: 3rem !important; } .fr-pr-xl-5, .fr-px-xl-5 { padding-right: 3rem !important; } .fr-pb-xl-5, .fr-py-xl-5 { padding-bottom: 3rem !important; } .fr-pl-xl-5, .fr-px-xl-5 { padding-left: 3rem !impo