ng-apba
Version:
Este Design System ha sido creado para ayudar a diseñadores y a desarrolladores a agilizar y potenciar la construcción de experiencias digitales dentro del ecosistema del Puerto de Algeciras.
2,353 lines (2,165 loc) • 723 kB
CSS
@charset "UTF-8";
/*Base*/
/*Colors*/
/*Grey*/
/*Blue*/
/*Orange*/
/*Green*/
/*Yellow*/
/*purple*/
/*Neutral*/
/*Sematic*/
/*Text*/
/*background*/
/*Border*/
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0; }
@media (min-width: 1200px) {
* ::-webkit-scrollbar:horizontal {
height: 10px; }
* ::-webkit-scrollbar-button:increment, * ::-webkit-scrollbar-button {
display: none; }
* ::-webkit-scrollbar:vertical {
width: 10px; }
* ::-webkit-scrollbar-thumb {
background-color: #bebdbdbb;
border-radius: 20px;
border: 2px solid #f1f2f3;
overflow: auto; }
* ::-webkit-scrollbar-track {
border-radius: 10px; }
* ::-webkit-scrollbar {
appearance: none;
-webkit-appearance: none; } }
@font-face {
font-family: 'Roboto';
src: url("../../assets/fonts/Roboto-Regular.ttf") format("trueType"), url("../../assets/fonts/Roboto-Medium.ttf") format("trueType"); }
@font-face {
font-family: 'Raleway';
src: url("../../assets/fonts/Raleway-SemiBold.ttf") format("trueType"), url("../../assets/fonts/Raleway-Medium.ttf") format("trueType"); }
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth; } }
/*HTML element*/
body {
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
font-family: 'Roboto', sans-serif;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2; }
h1,
.h1 {
font-size: calc(1.375rem + 1.5vw); }
@media (min-width: 1200px) {
h1,
.h1 {
font-size: 2.5rem; } }
h2,
.h2 {
font-size: calc(1.325rem + 0.9vw); }
@media (min-width: 1200px) {
h2,
.h2 {
font-size: 2rem; } }
h3,
.h3 {
font-size: calc(1.3rem + 0.6vw); }
@media (min-width: 1200px) {
h3,
.h3 {
font-size: 1.75rem; } }
h4,
.h4 {
font-size: calc(1.275rem + 0.3vw); }
@media (min-width: 1200px) {
h4,
.h4 {
font-size: 1.5rem; } }
h5,
.h5 {
font-size: 1.25rem; }
h6,
.h6 {
font-size: 1rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul {
padding-left: 2rem; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: 0.5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
b,
strong {
font-weight: bolder; }
small,
.small {
font-size: 0.875em; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/*Link*/
a {
text-decoration: none; }
a:hover {
transition: color ease-in 0.3s;
text-decoration: underline; }
.pbtn-link {
--bs-color: #005392;
color: var(--bs-color);
display: flex;
gap: 10PX;
align-items: center;
font-weight: 500; }
.pbtn-link a {
color: var(--bs-color); }
.link-white {
--bs-color: white
; }
.link-grey {
--bs-color: $text-2; }
.link-disable {
opacity: 50%;
cursor: default; }
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal; }
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word; }
a > code {
color: inherit; }
figure {
margin: 0 0 1rem; }
img,
svg {
vertical-align: middle; }
table {
caption-side: bottom;
border-collapse: collapse; }
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left; }
.caption {
font-size: 0.75rem;
font-weight: 400;
line-height: 1rem; }
th {
text-align: inherit;
text-align: -webkit-match-parent; }
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0; }
label {
display: inline-block; }
button {
border-radius: 0; }
button:focus:not(:focus-visible) {
outline: 0; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
select {
text-transform: none; }
[role=button] {
cursor: pointer; }
select {
word-wrap: normal; }
select:disabled {
opacity: 1; }
[list]::-webkit-calendar-picker-indicator {
display: none; }
button,
[type=button],
[type=reset],
[type=submit] {
appearance: button;
-webkit-appearance: button; }
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer; }
::-moz-focus-inner {
padding: 0;
border-style: none; }
textarea {
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit; }
@media (min-width: 1200px) {
legend {
font-size: 1.5rem; } }
legend + * {
clear: left; }
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0; }
::-webkit-inner-spin-button {
height: auto; }
[type=search] {
outline-offset: -2px;
appearance: textfield;
-webkit-appearance: textfield; }
::-webkit-search-decoration {
appearance: none;
-webkit-appearance: none; }
::-webkit-color-swatch-wrapper {
padding: 0; }
::file-selector-button {
font: inherit; }
::-webkit-file-upload-button {
font: inherit;
appearance: button;
-webkit-appearance: button; }
output {
display: inline-block; }
iframe {
border: 0; }
summary {
display: list-item;
cursor: pointer; }
progress {
vertical-align: baseline; }
[hidden] {
display: none !important; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.subheadline {
font-size: 24px;
line-height: 32px; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2; }
@media (min-width: 1200px) {
.display-1 {
font-size: 5rem; } }
.display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2; }
@media (min-width: 1200px) {
.display-2 {
font-size: 4.5rem; } }
.display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2; }
@media (min-width: 1200px) {
.display-3 {
font-size: 4rem; } }
.display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2; }
@media (min-width: 1200px) {
.display-4 {
font-size: 3.5rem; } }
.display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2; }
@media (min-width: 1200px) {
.display-5 {
font-size: 3rem; } }
.display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2; }
@media (min-width: 1200px) {
.display-6 {
font-size: 2.5rem; } }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 0.5rem; }
.initialism {
font-size: 0.875em;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem; }
.blockquote > :last-child {
margin-bottom: 0; }
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d; }
.blockquote-footer::before {
content: "— "; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem;
line-height: 1; }
.figure-caption {
font-size: 0.875em;
color: #6c757d; }
/*Container*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
width: 100%;
padding-right: --pa-gutter-x, 0.75rem;
padding-left: --pa-gutter-x, 0.75rem;
margin-right: auto;
margin-left: auto; }
@media (min-width: 360px) {
.container-sm,
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container-md,
.container-sm,
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container-lg,
.container-md,
.container-sm,
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
max-width: 1140px; } }
@media (min-width: 1400px) {
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
max-width: 1320px; } }
/*rows*/
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--pa-gutter-y) * -1);
margin-right: calc(var(--pa-gutter-x) * -0.2);
margin-left: calc(var(--pa-gutter-x) * -0.2); }
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--pa-gutter-x) * .5);
padding-left: calc(var(--pa-gutter-x) * .5);
margin-top: var(--pa-gutter-y); }
/*cols*/
.col {
flex: 1 0 0%; }
.row-cols-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; }
@media (min-width: 360px) {
.col-sm {
flex: 1 0 0%; }
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%; }
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%; }
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%; }
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%; }
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%; }
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto; }
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%; }
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%; }
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%; }
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%; }
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%; }
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%; } }
.col-auto {
flex: 0 0 auto;
width: auto; }
.col-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-3 {
flex: 0 0 auto;
width: 25%; }
.col-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-6 {
flex: 0 0 auto;
width: 50%; }
.col-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-9 {
flex: 0 0 auto;
width: 75%; }
.col-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-12 {
flex: 0 0 auto;
width: 100%; }
/*offeset*/
.offset-1 {
margin-left: 8.33333333%; }
.offset-2 {
margin-left: 16.66666667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333333%; }
.offset-5 {
margin-left: 41.66666667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333333%; }
.offset-8 {
margin-left: 66.66666667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333333%; }
.offset-11 {
margin-left: 91.66666667%; }
/*butter*/
.g-0,
.gx-0 {
--pa-gutter-x: 0; }
.g-0,
.gy-0 {
--pa-gutter-y: 0; }
.g-1,
.gx-1 {
--pa-gutter-x: 0.25rem; }
.g-1,
.gy-1 {
--pa-gutter-y: 0.25rem; }
.g-2,
.gx-2 {
--pa-gutter-x: 0.5rem; }
.g-2,
.gy-2 {
--pa-gutter-y: 0.5rem; }
.g-3,
.gx-3 {
--pa-gutter-x: 1rem; }
.g-3,
.gy-3 {
--pa-gutter-y: 1rem; }
.g-4,
.gx-4 {
--pa-gutter-x: 1.5rem; }
.g-4,
.gy-4 {
--pa-gutter-y: 1.5rem; }
.g-5,
.gx-5 {
--pa-gutter-x: 2rem; }
.g-5,
.gy-5 {
--pa-gutter-y: 2rem; }
.g-6,
.gx-6 {
--pa-gutter-x: 3rem; }
.g-6,
.gy-6 {
--pa-gutter-y: 3rem; }
@media (min-width: 360px) {
.col-sm-auto {
flex: 0 0 auto;
width: auto; }
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-sm-3 {
flex: 0 0 auto;
width: 25%; }
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-sm-6 {
flex: 0 0 auto;
width: 50%; }
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-sm-9 {
flex: 0 0 auto;
width: 75%; }
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-sm-12 {
flex: 0 0 auto;
width: 100%; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333333%; }
.offset-sm-2 {
margin-left: 16.66666667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333333%; }
.offset-sm-5 {
margin-left: 41.66666667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333333%; }
.offset-sm-8 {
margin-left: 66.66666667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333333%; }
.offset-sm-11 {
margin-left: 91.66666667%; }
.g-sm-0,
.gx-sm-0 {
--pa-gutter-x: 0; }
.g-sm-0,
.gy-sm-0 {
--pa-gutter-y: 0; }
.g-sm-1,
.gx-sm-1 {
--pa-gutter-x: 0.25rem; }
.g-sm-1,
.gy-sm-1 {
--pa-gutter-y: 0.25rem; }
.g-sm-2,
.gx-sm-2 {
--pa-gutter-x: 0.5rem; }
.g-sm-2,
.gy-sm-2 {
--pa-gutter-y: 0.5rem; }
.g-sm-3,
.gx-sm-3 {
--pa-gutter-x: 1rem; }
.g-sm-3,
.gy-sm-3 {
--pa-gutter-y: 1rem; }
.g-sm-4,
.gx-sm-4 {
--pa-gutter-x: 1.5rem; }
.g-sm-4,
.gy-sm-4 {
--pa-gutter-y: 1.5rem; }
.g-sm-5,
.gx-sm-5 {
--pa-gutter-x: 3rem; }
.g-sm-5,
.gy-sm-5 {
--pa-gutter-y: 3rem; } }
@media (min-width: 768px) {
.col-md-auto {
flex: 0 0 auto;
width: auto; }
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-md-3 {
flex: 0 0 auto;
width: 25%; }
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-md-6 {
flex: 0 0 auto;
width: 50%; }
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-md-9 {
flex: 0 0 auto;
width: 75%; }
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-md-12 {
flex: 0 0 auto;
width: 100%; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333333%; }
.offset-md-2 {
margin-left: 16.66666667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333333%; }
.offset-md-5 {
margin-left: 41.66666667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333333%; }
.offset-md-8 {
margin-left: 66.66666667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333333%; }
.offset-md-11 {
margin-left: 91.66666667%; }
.g-md-0,
.gx-md-0 {
--pa-gutter-x: 0; }
.g-md-0,
.gy-md-0 {
--pa-gutter-y: 0; }
.g-md-1,
.gx-md-1 {
--pa-gutter-x: 0.25rem; }
.g-md-1,
.gy-md-1 {
--pa-gutter-y: 0.25rem; }
.g-md-2,
.gx-md-2 {
--pa-gutter-x: 0.5rem; }
.g-md-2,
.gy-md-2 {
--pa-gutter-y: 0.5rem; }
.g-md-3,
.gx-md-3 {
--pa-gutter-x: 1rem; }
.g-md-3,
.gy-md-3 {
--pa-gutter-y: 1rem; }
.g-md-4,
.gx-md-4 {
--pa-gutter-x: 1.5rem; }
.g-md-4,
.gy-md-4 {
--pa-gutter-y: 1.5rem; }
.g-md-5,
.gx-md-5 {
--pa-gutter-x: 3rem; }
.g-md-5,
.gy-md-5 {
--pa-gutter-y: 3rem; } }
@media (min-width: 992px) {
.col-lg-auto {
flex: 0 0 auto;
width: auto; }
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-lg-3 {
flex: 0 0 auto;
width: 25%; }
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-lg-6 {
flex: 0 0 auto;
width: 50%; }
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-lg-9 {
flex: 0 0 auto;
width: 75%; }
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-lg-12 {
flex: 0 0 auto;
width: 100%; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333333%; }
.offset-lg-2 {
margin-left: 16.66666667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333333%; }
.offset-lg-5 {
margin-left: 41.66666667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333333%; }
.offset-lg-8 {
margin-left: 66.66666667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333333%; }
.offset-lg-11 {
margin-left: 91.66666667%; }
.g-lg-0,
.gx-lg-0 {
--pa-gutter-x: 0; }
.g-lg-0,
.gy-lg-0 {
--pa-gutter-y: 0; }
.g-lg-1,
.gx-lg-1 {
--pa-gutter-x: 0.25rem; }
.g-lg-1,
.gy-lg-1 {
--pa-gutter-y: 0.25rem; }
.g-lg-2,
.gx-lg-2 {
--pa-gutter-x: 0.5rem; }
.g-lg-2,
.gy-lg-2 {
--pa-gutter-y: 0.5rem; }
.g-lg-3,
.gx-lg-3 {
--pa-gutter-x: 1rem; }
.g-lg-3,
.gy-lg-3 {
--pa-gutter-y: 1rem; }
.g-lg-4,
.gx-lg-4 {
--pa-gutter-x: 1.5rem; }
.g-lg-4,
.gy-lg-4 {
--pa-gutter-y: 1.5rem; }
.g-lg-5,
.gx-lg-5 {
--pa-gutter-x: 3rem; }
.g-lg-5,
.gy-lg-5 {
--pa-gutter-y: 3rem; } }
@media (min-width: 1200px) {
.col-xl-auto {
flex: 0 0 auto;
width: auto; }
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-xl-3 {
flex: 0 0 auto;
width: 25%; }
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-xl-6 {
flex: 0 0 auto;
width: 50%; }
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-xl-9 {
flex: 0 0 auto;
width: 75%; }
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-xl-12 {
flex: 0 0 auto;
width: 100%; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333333%; }
.offset-xl-2 {
margin-left: 16.66666667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333333%; }
.offset-xl-5 {
margin-left: 41.66666667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333333%; }
.offset-xl-8 {
margin-left: 66.66666667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333333%; }
.offset-xl-11 {
margin-left: 91.66666667%; }
.g-xl-0,
.gx-xl-0 {
--pa-gutter-x: 0; }
.g-xl-0,
.gy-xl-0 {
--pa-gutter-y: 0; }
.g-xl-1,
.gx-xl-1 {
--pa-gutter-x: 0.25rem; }
.g-xl-1,
.gy-xl-1 {
--pa-gutter-y: 0.25rem; }
.g-xl-2,
.gx-xl-2 {
--pa-gutter-x: 0.5rem; }
.g-xl-2,
.gy-xl-2 {
--pa-gutter-y: 0.5rem; }
.g-xl-3,
.gx-xl-3 {
--pa-gutter-x: 1rem; }
.g-xl-3,
.gy-xl-3 {
--pa-gutter-y: 1rem; }
.g-xl-4,
.gx-xl-4 {
--pa-gutter-x: 1.5rem; }
.g-xl-4,
.gy-xl-4 {
--pa-gutter-y: 1.5rem; }
.g-xl-5,
.gx-xl-5 {
--pa-gutter-x: 3rem; }
.g-xl-5,
.gy-xl-5 {
--pa-gutter-y: 3rem; } }
@media (min-width: 1400px) {
.col-xxl-auto {
flex: 0 0 auto;
width: auto; }
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%; }
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%; }
.col-xxl-3 {
flex: 0 0 auto;
width: 25%; }
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%; }
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%; }
.col-xxl-6 {
flex: 0 0 auto;
width: 50%; }
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%; }
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%; }
.col-xxl-9 {
flex: 0 0 auto;
width: 75%; }
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%; }
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%; }
.col-xxl-12 {
flex: 0 0 auto;
width: 100%; }
.offset-xxl-0 {
margin-left: 0; }
.offset-xxl-1 {
margin-left: 8.33333333%; }
.offset-xxl-2 {
margin-left: 16.66666667%; }
.offset-xxl-3 {
margin-left: 25%; }
.offset-xxl-4 {
margin-left: 33.33333333%; }
.offset-xxl-5 {
margin-left: 41.66666667%; }
.offset-xxl-6 {
margin-left: 50%; }
.offset-xxl-7 {
margin-left: 58.33333333%; }
.offset-xxl-8 {
margin-left: 66.66666667%; }
.offset-xxl-9 {
margin-left: 75%; }
.offset-xxl-10 {
margin-left: 83.33333333%; }
.offset-xxl-11 {
margin-left: 91.66666667%; }
.g-xxl-0,
.gx-xxl-0 {
--pa-gutter-x: 0; }
.g-xxl-0,
.gy-xxl-0 {
--pa-gutter-y: 0; }
.g-xxl-1,
.gx-xxl-1 {
--pa-gutter-x: 0.25rem; }
.g-xxl-1,
.gy-xxl-1 {
--pa-gutter-y: 0.25rem; }
.g-xxl-2,
.gx-xxl-2 {
--pa-gutter-x: 0.5rem; }
.g-xxl-2,
.gy-xxl-2 {
--pa-gutter-y: 0.5rem; }
.g-xxl-3,
.gx-xxl-3 {
--pa-gutter-x: 1rem; }
.g-xxl-3,
.gy-xxl-3 {
--pa-gutter-y: 1rem; }
.g-xxl-4,
.gx-xxl-4 {
--pa-gutter-x: 1.5rem; }
.g-xxl-4,
.gy-xxl-4 {
--pa-gutter-y: 1.5rem; }
.g-xxl-5,
.gx-xxl-5 {
--pa-gutter-x: 3rem; }
.g-xxl-5,
.gy-xxl-5 {
--pa-gutter-y: 3rem; } }
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.align-baseline {
vertical-align: baseline !important; }
.align-top {
vertical-align: top !important; }
.align-middle {
vertical-align: middle !important; }
.align-bottom {
vertical-align: bottom !important; }
.align-text-bottom {
vertical-align: text-bottom !important; }
.align-text-top {
vertical-align: text-top !important; }
/*float*/
.float-start {
float: left !important; }
.float-end {
float: right !important; }
.float-none {
float: none !important; }
/*overflow*/
.overflow-auto {
overflow: auto !important; }
.overflow-hidden {
overflow: hidden !important; }
.overflow-visible {
overflow: visible !important; }
.overflow-scroll {
overflow: scroll !important; }
@media (min-width: 325px) {
.float-sm-start {
float: left !important; }
.float-sm-end {
float: right !important; }
.float-sm-none {
float: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-grid {
display: grid !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline-flex {
display: inline-flex !important; }
.d-sm-none {
display: none !important; }
.flex-sm-fill {
flex: 1 1 auto !important; }
.flex-sm-row {
flex-direction: row !important; }
.flex-sm-column {
flex-direction: column !important; }
.flex-sm-row-reverse {
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
flex-direction: column-reverse !important; }
.flex-sm-grow-0 {
flex-grow: 0 !important; }
.flex-sm-grow-1 {
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
flex-shrink: 1 !important; }
.flex-sm-wrap {
flex-wrap: wrap !important; }
.flex-sm-nowrap {
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.gap-sm-0 {
gap: 0 !important; }
.gap-sm-1 {
gap: 0.25rem !important; }
.gap-sm-2 {
gap: 0.5rem !important; }
.gap-sm-3 {
gap: 1rem !important; }
.gap-sm-4 {
gap: 1.5rem !important; }
.gap-sm-5 {
gap: 3rem !important; }
.justify-content-sm-start {
justify-content: flex-start !important; }
.justify-content-sm-end {
justify-content: flex-end !important; }
.justify-content-sm-center {
justify-content: center !important; }
.justify-content-sm-between {
justify-content: space-between !important; }
.justify-content-sm-around {
justify-content: space-around !important; }
.justify-content-sm-evenly {
justify-content: space-evenly !important; }
.align-items-sm-start {
align-items: flex-start !important; }
.align-items-sm-end {
align-items: flex-end !important; }
.align-items-sm-center {
align-items: center !important; }
.align-items-sm-baseline {
align-items: baseline !important; }
.align-items-sm-stretch {
align-items: stretch !important; }
.align-content-sm-start {
align-content: flex-start !important; }
.align-content-sm-end {
align-content: flex-end !important; }
.align-content-sm-center {
align-content: center !important; }
.align-content-sm-between {
align-content: space-between !important; }
.align-content-sm-around {
align-content: space-around !important; }
.align-content-sm-stretch {
align-content: stretch !important; }
.align-self-sm-auto {
align-self: auto !important; }
.align-self-sm-start {
align-self: flex-start !important; }
.align-self-sm-end {
align-self: flex-end !important; }
.align-self-sm-center {
align-self: center !important; }
.align-self-sm-baseline {
align-self: baseline !important; }
.align-self-sm-stretch {
align-self: stretch !important; }
.order-sm-first {
order: -1 !important; }
.order-sm-0 {
order: 0 !important; }
.order-sm-1 {
order: 1 !important; }
.order-sm-2 {
order: 2 !important; }
.order-sm-3 {
order: 3 !important; }
.order-sm-4 {
order: 4 !important; }
.order-sm-5 {
order: 5 !important; }
.order-sm-last {
order: 6 !important; }
.m-sm-0 {
margin: 0 !important; }
.m-sm-1 {
margin: 0.125rem !important; }
.m-sm-2 {
margin: 0.25rem !important; }
.m-sm-3 {
margin: 0.5rem !important; }
.m-sm-4 {
margin: 0.625rem !important; }
.m-sm-5 {
margin: 0.75rem !important; }
.m-sm-6 {
margin: 1rem !important; }
.m-sm-7 {
margin: 1.5rem !important; }
.m-sm-8 {
margin: 2rem !important; }
.m-sm-9 {
margin: 2.5rem !important; }
.m-sm-10 {
margin: 3rem !important; }
.m-sm-11 {
margin: 3.5rem !important; }
.m-sm-12 {
margin: 4rem !important; }
.m-sm-13 {
margin: 5rem !important; }
.m-sm-14 {
margin: 6rem !important; }
.m-sm-15 {
margin: 10rem !important; }
.ms-sm-auto {
margin: auto !important; }
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important; }
.mx-sm-1 {
margin-right: 0.125rem !important;
margin-left: 0.125rem !important; }
.mx-sm-2 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important; }
.mx-sm-3 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important; }
.mx-sm-4 {
margin-right: 0.625rem !important;
margin-left: 0.625rem !important; }
.mx-sm-5 {
margin-right: 0.75rem !important;
margin-left: 0.75rem !important; }
.mx-sm-6 {
margin-right: 1rem !important;
margin-left: 1rem !important; }
.mx-sm-7 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important; }
.mx-sm-8 {
margin-right: 2rem !important;
margin-left: 2rem !important; }
.mx-sm-9 {
margin-right: 2.5rem !important;
margin-left: 2.5rem !important; }
.mx-sm-10 {
margin-right: 3rem !important;
margin-left: 3rem !important; }
.mx-sm-11 {
margin-right: 3.5rem !important;
margin-left: 3.5rem !important; }
.mx-sm-12 {
margin-right: 4rem !important;
margin-left: 4rem !important; }
.mx-sm-13 {
margin-right: 5rem !important;
margin-left: 5rem !important; }
.mx-sm-14 {
margin-right: 6rem !important;
margin-left: 6rem !important; }
.mx-sm-15 {
margin-right: 10rem !important;
margin-left: 10rem !important; }
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important; }
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important; }
.my-sm-1 {
margin-top: 0.125rem !important;
margin-bottom: 0.125rem !important; }
.my-sm-2 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important; }
.my-sm-3 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important; }
.my-sm-4 {
margin-top: 0.625rem !important;
margin-bottom: 0.625rem !important; }
.my-sm-5 {
margin-top: 0.75rem !important;
margin-bottom: 0.75rem !important; }
.my-sm-6 {
margin-top: 1rem !important;
margin-bottom: 1rem !important; }
.my-sm-7 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important; }
.my-sm-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important; }
.my-sm-9 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important; }
.my-sm-10 {
margin-top: 3rem !important;
margin-bottom: 3rem !important; }
.my-sm-11 {
margin-top: 3.5rem !important;
margin-bottom: 3.5rem !important; }
.my-sm-12 {
margin-top: 4rem !important;
margin-bottom: 4rem !important; }
.my-sm-13 {
margin-top: 5rem !important;
margin-bottom: 5rem !important; }
.my-sm-14 {
margin-top: 6rem !important;
margin-bottom: 6rem !important; }
.my-sm-15 {
margin-top: 10rem !important;
margin-bottom: 10rem !important; }
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important; }
.mt-sm-0 {
margin-top: 0 !important; }
.mt-sm-1 {
margin-top: 0.125rem !important; }
.mt-sm-2 {
margin-top: 0.25rem !important; }
.mt-sm-3 {
margin-top: 0.5rem !important; }
.mt-sm-4 {
margin-top: 0.625rem !important; }
.mt-sm-5 {
margin-top: 0.75rem !important; }
.mt-sm-6 {
margin-top: 1rem !important; }
.mt-sm-7 {
margin-top: 1.5rem !important; }
.mt-sm-8 {
margin-top: 2rem !important; }
.mt-sm-9 {
margin-top: 2.5rem !important; }
.mt-sm-10 {
margin-top: 3rem !important; }
.mt-sm-11 {
margin-top: 3.5rem !important; }
.mt-sm-12 {
margin-top: 4rem !important; }
.mt-sm-13 {
margin-top: 5rem !important; }
.mt-sm-14 {
margin-top: 6rem !important; }
.mt-sm-15 {
margin-top: 10rem !important; }
.mt-sm-auto {
margin-top: auto !important; }
.me-sm-0 {
margin-right: 0 !important; }
.me-sm-1 {
margin-right: 0.125rem !important; }
.me-sm-2 {
margin-right: 0.25rem !important; }
.me-sm-3 {
margin-right: 0.5rem !important; }
.me-sm-4 {
margin-right: 0.625rem !important; }
.me-sm-5 {
margin-right: 0.75rem !important; }
.me-sm-6 {
margin-right: 1rem !important; }
.me-sm-7 {
margin-right: 1.5rem !important; }
.me-sm-8 {
margin-right: 2rem !important; }
.me-sm-9 {
margin-right: 2.5rem !important; }
.me-sm-10 {
margin-right: 3rem !important; }
.me-sm-11 {
margin-right: 3.5rem !important; }
.me-sm-12 {
margin-right: 4rem !important; }
.me-sm-13 {
margin-right: 5rem !important; }
.me-sm-14 {
margin-right: 6rem !important; }
.me-sm-15 {
margin-right: 10rem !important; }
.me-sm-auto {
margin-right: auto !important; }
.mb-sm-0 {
margin-bottom: 0 !important; }
.mb-sm-1 {
margin-bottom: 0.125rem !important; }
.mb-sm-2 {
margin-bottom: 0.25rem !important; }
.mb-sm-3 {
margin-bottom: 0.5rem !important; }
.mb-sm-4 {
margin-bottom: 0.625rem !important; }
.mb-sm-5 {
margin-bottom: 0.75rem !important; }
.mb-sm-6 {
margin-bottom: 1rem !important; }
.mb-sm-7 {
margin-bottom: 1.5rem !important; }
.mb-sm-8 {
margin-bottom: 2rem !important; }
.mb-sm-9 {
margin-bottom: 2.5rem !important; }
.mb-sm-10 {
margin-bottom: 3rem !important; }
.mb-sm-11 {
margin-bottom: 3.5rem !important; }
.mb-sm-12 {
margin-bottom: 4rem !important; }
.mb-sm-13 {
margin-bottom: 5rem !important; }
.mb-sm-14 {
margin-bottom: 6rem !important; }
.mb-sm-15 {
margin-bottom: 10rem !important; }
.mb-sm-auto {
margin-bottom: auto !important; }
.ms-sm-0 {
margin-left: 0 !important; }
.ms-sm-1 {
margin-left: 0.125rem !important; }
.ms-sm-2 {
margin-left: 0.25rem !important; }
.ms-sm-3 {
margin-left: 0.5rem !important; }
.ms-sm-4 {
margin-left: 0.625rem !important; }
.ms-sm-5 {
margin-left: 0.75rem !important; }
.ms-sm-6 {
margin-left: 1rem !important; }
.ms-sm-7 {
margin-left: 1.5rem !important; }
.ms-sm-8 {
margin-left: 2rem !important; }
.ms-sm-9 {
margin-left: 2.5rem !important; }
.ms-sm-10 {
margin-left: 3rem !important; }
.ms-sm-11 {
margin-left: 3.5rem !important; }
.ms-sm-12 {
margin-left: 4rem !important; }
.ms-sm-13 {
margin-left: 5rem !important; }
.ms-sm-14 {
margin-left: 6rem !important; }
.ms-sm-15 {
margin-left: 10rem !important; }
.ms-sm-auto {
margin-left: auto !important; }
.p-sm-0 {
padding: 0 !important; }
.p-sm-1 {
padding: 0.125rem !important; }
.p-sm-2 {
padding: 0.25rem !important; }
.p-sm-4 {
padding: 0.625rem !important; }
.p-sm-5 {
padding: 0.75rem !important; }
.p-sm-6 {
padding: 1rem !important; }
.p-sm-7 {
padding: 1.5rem !important; }
.p-sm-8 {
padding: 2rem !important; }
.p-sm-9 {
padding: 2.5rem !important; }
.p-sm-10 {
padding: 3rem !important; }
.p-sm-11 {
padding: 3.5rem !important; }
.p-sm-12 {
padding: 4rem !important; }
.p-sm-13 {
padding: 5rem !important; }
.p-sm-14 {
padding: 6rem !important; }
.p-sm-15 {
padding: 10rem !important; }
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important; }
.px-sm-1 {
padding-right: 0.125rem !important;
padding-left: 0.125rem !important; }
.px-sm-2 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important; }
.px-sm-3 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important; }
.px-sm-4 {
padding-right: 0.625rem !important;
padding-left: 0.625rem !important; }
.px-sm-5 {
padding-right: 0.75rem !important;
padding-left: 0.75rem !important; }
.px-sm-6 {
padding-right: 1rem !important;
padding-left: 1rem !important; }
.px-sm-7 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important; }
.px-sm-8 {
padding-right: 2rem !important;
padding-left: 2rem !important; }
.px-sm-9 {
padding-right: 2.5rem !important;
padding-left: 2.5em !important; }
.px-sm-10 {
padding-right: 3rem !important;
padding-left: 3rem !important; }
.px-sm-11 {
padding-right: 3.5rem !important;
padding-left: 3.5rem !important; }
.px-sm-12 {
padding-right: 4rem !important;
padding-left: 4rem !important; }
.px-sm-13 {
padding-right: 5rem !important;
padding-left: 5rem !important; }
.px-sm-14 {
padding-right: 6rem !important;
padding-left: 6rem !important; }
.px-sm-15 {
padding-right: 10rem !important;
padding-left: 10rem !important; }
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.py-sm-1 {
padding-top: 0.125rem !important;
padding-bottom: 0.125rem !important; }
.py-sm-2 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important; }
.py-sm-3 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important; }
.py-sm-4 {
padding-top: 0.625rem !important;
padding-bottom: 0.625rem !important; }
.py-sm-5 {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important; }
.py-sm-6 {
padding-top: 1rem !important;
padding-bottom: 1rem !important; }
.py-sm-7 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important; }
.py-sm-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important; }
.py-sm-9 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important; }
.py-sm-10 {
padding-top: 3rem !important;
padding-bottom: 3rem !important; }
.py-sm-11 {
padding-top: 3.5rem !important;
padding-bottom: 3.5rem !important; }
.py-sm-12 {
padding-top: 4rem !important;
padding-bottom: 4rem !important; }
.py-sm-13 {
padding-top: 5rem !important;
padding-bottom: 5rem !important; }
.py-sm-14 {
padding-top: 6rem !important;
padding-bottom: 6rem !important; }
.py-sm-15 {
padding-top: 10rem !important;
padding-bottom: 10rem !important; }
.pt-sm-0 {
padding-top: 0 !important; }
.pt-sm-1 {
padding-top: 0.125rem !important; }
.pt-sm-2 {
padding-top: 0.25rem !important; }
.pt-sm-3 {
padding-top: 0.5rem !important; }
.pt-sm-4 {
padding-top: 0.625rem !important; }
.pt-sm-5 {
padding-top: 0.75rem !important; }
.pt-sm-6 {
padding-top: 1rem !important; }
.pt-sm-7 {
padding-top: 1.5rem !important; }
.pt-sm-8 {
padding-top: 2rem !important; }
.pt-sm-9 {
padding-top: 2.5rem !important; }
.pt-sm-10 {
padding-top: 3rem !important; }
.pt-sm-11 {
padding-top: 3.5rem !important; }
.pt-sm-12 {
padding-top: 4rem !important; }
.pt-sm-13 {
padding-top: 5rem !important; }
.pt-sm-14 {
padding-top: 6rem !important; }
.pt-sm-15 {
padding-top: 10rem !important; }
.pe-sm-0 {
padding-right: 0 !important; }
.pe-sm-1 {
padding-right: 0.125rem !important; }
.pe-sm-2 {
padding-right: 0.25rem !important; }
.pe-sm-3 {
padding-right: 0.5rem !important; }
.pe-sm-4 {
padding-right: 0.625rem !important; }
.pe-sm-5 {
padding-right: 0.75rem !important; }
.pe-sm-6 {
padding-right: 1rem !important; }
.pe-sm-7 {
padding-right: 1.5rem !important; }
.pe-sm-8 {
padding-right: 2rem !important; }
.pe-sm-9 {
padding-right: 2.5rem !important; }
.pe-sm-10 {
padding-right: 3rem !important; }
.pe-sm-11 {
padding-right: 3.5rem !important; }
.pe-sm-12 {
padding-right: 4rem !important; }
.pe-sm-13 {
padding-right: 5rem !important; }
.pe-sm-14 {
padding-right: 6rem !important; }
.pe-sm-15 {
padding-right: 10rem !important; }
.pb-sm-0 {
padding-bottom: 0 !important; }
.pb-sm-1 {
padding-bottom: 0.125rem !important; }
.pb-sm-2 {
padding-bottom: 0.25rem !important; }
.pb-sm-3 {
padding-bottom: 0.5rem !important; }
.pb-sm-4 {
padding-bottom: 0.625rem !important; }
.pb-sm-5 {
padding-bottom: 0.75rem !important; }
.pb-sm-6 {
padding-bottom: 1rem !important; }
.pb-sm-7 {
padding-bottom: 1.5rem !important; }
.pb-sm-8 {
padding-bottom: 2rem !important; }
.pb-sm-9 {
padding-bottom: 2.5rem !important; }
.pb-sm-10 {
padding-bottom: 3rem !important; }
.pb-sm-11 {
padding-bottom: 3.5rem !important; }
.pb-sm-12 {
padding-bottom: 4rem !important; }
.pb-sm-13 {
padding-bottom: 5rem !important; }
.pb-sm-14 {
padding-bottom: 6rem !important; }
.pb-sm-15 {
padding-bottom: 10rem !important; }
.ps-sm-0 {
padding-left: 0 !important; }
.ps-sm-1 {
padding-left: 0.125rem !important; }
.ps-sm-2 {
padding-left: 0.25rem !important; }
.ps-sm-3 {
padding-left: 0.5rem !important; }
.ps-sm-4 {
padding-left: 0.625rem !important; }
.ps-sm-5 {
padding-left: 0.75rem !important; }
.ps-sm-6 {
padding-left: 1rem !important; }
.ps-sm-7 {
padding-left: 1.5rem !important; }
.ps-sm-8 {
padding-left: 2rem !important; }
.ps-sm-9 {
padding-left: 2.5rem !important; }
.ps-sm-10 {
padding-left: 3rem !important; }
.ps-sm-11 {
padding-left: 3.5rem !important; }
.ps-sm-12 {
padding-left: 4rem !important; }
.ps-sm-13 {
padding-left: 5rem !important; }
.ps-sm-14 {
padding-left: 6rem !important; }
.ps-sm-15 {
padding-left: 10rem !important; }
.text-sm-start {
text-align: left !important; }
.text-sm-end {
text-align: right !important; }
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.shadow-md {
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) !important; }
.shadow-md-1 {
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1) !important; }
.shadow-md-2 {
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1) !important; }
.shadow-md-3 {
box-shadow: 0px 8px 32px -16px rgba(0, 0, 0, 0.1) !important; }
.shadow-md-4 {
box-shadow: 0px 6px 32px -10px rgba(0, 0, 0, 0.2) !important; }
.shadow-md-5 {
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3) !important; }
.float-md-start {
float: left !important; }
.float-md-end {
float: right !important; }
.float-md-none {
float: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-grid {
display: grid !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline-flex {
display: inline-flex !important; }
.d-md-none {
display: none !important; }
.flex-md-fill {
flex: 1 1 auto !important; }
.flex-md-row {
flex-direction: row !important; }
.flex-md-column {
flex-direction: column !important; }
.flex-md-row-reverse {
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
flex-direction: column-reverse !important; }
.flex-md-grow-0 {
flex-grow: 0 !important; }
.flex-md-grow-1 {
flex-grow: 1 !important; }
.flex-md-shrink-0 {
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
flex-shrink: 1 !important; }
.flex-md-wrap {
flex-wrap: wrap !important; }
.flex-md-nowrap {
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.gap-md-0 {
gap: 0 !important; }
.gap-md-1 {
gap: 0.25rem !important; }
.gap-md-2 {
gap: 0.5rem !important; }
.gap-md-3 {
gap: 1rem !important; }
.gap-md-4 {
gap: 1.5rem !important; }
.gap-md-5 {
gap: 3rem !important; }
.justify-content-md-start {
justify-content: flex-start !important; }
.justify-content-md-end {
justify-content: flex-end !important; }
.justify-content-md-center {
justify-content: center !important; }
.justify-content-md-between {
justify-content: space-between !important; }
.justify-content-md-around {
justify-content: space-around !important; }
.justify-content-md-evenly {
justify-content: space-evenly !important; }
.align-items-md-start {
align-items: flex-start !important; }
.align-items-md-end {
align-items: flex-end !important; }
.align-items-md-center {
align-items: center !important; }
.align-items-md-baseline {
align-items: baseline !important; }
.align-items-md-stretch {
align-items: stretch !important; }
.align-content-md-start {
align-content: flex-start !important; }
.align-content-md-end {
align-content: flex-end !important; }
.align-content-md-center {
align-content: center !important; }
.align-content-md-between {
align-content: space-between !important; }
.align-content-md-around {
align-content: space-around !important; }
.align-content-md-stretch {
align-content: stretch !important; }
.align-self-md-auto {
align-self: auto !important; }
.align-self-md-start {
align-self: flex-start !important; }
.align-self-md-end {
align-self: flex-end !important; }
.align-self-md-center {
align-self: center !important; }
.align-self-md-baseline {
align-self: baseline !important; }
.align-self-md-stretch {
align-self: stretch !important; }
.order-md-first {
order: -1 !important; }
.order-md-0 {
order: 0 !important; }
.order-md-1 {
order: 1 !important; }
.order-md-2 {
order: 2 !important; }
.order-md-3 {
order: 3 !important; }
.order-md-4 {
order: 4 !important; }
.order-md-5 {
order: 5 !important; }
.order-md-last {
order: 6 !important; }
.m-md-0 {
margin: 0 !important; }
.m-md-1 {
margin: 0.125rem !important; }
.m-md-2 {
margin: 0.25rem !important; }
.m-md-3 {
margin: 0.5rem !important; }
.m-md-4 {
margin: 0.625rem !important; }
.m-md-5 {
margin: 0.75rem !important; }
.m-md-6 {
margin: 1rem !important; }
.m-md-7 {
margin: 1.5rem !important; }
.m-md-8 {
margin: 2rem !important; }
.m-md-9 {
margin: 2.5rem !important; }
.m-md-10 {
margin: 3rem !important; }
.m-md-11 {
margin: 3.5rem !important; }
.m-md-12 {
margin: 4rem !important; }
.m-md-13 {
margin: 5rem !important; }
.m-md-14 {
margin: 6rem !important; }
.m-md-15 {
margin: 10rem !important; }
.ms-md-auto {
margin: auto !important; }
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important; }
.mx-md-1 {
margin-right: 0.125rem !important;
margin-left: 0.125rem !important; }
.mx-md-2 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important; }
.mx-md-3 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important; }
.mx-md-4 {
margin-right: 0.625rem !important;
margin-left: 0.625rem !important; }
.mx-md-5 {
margin-right: 0.75rem !important;
margin-left: 0.75rem !important; }
.mx-md-6 {
margin-right: 1rem !important;
margin-left: 1rem !important; }
.mx-md-7 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important; }
.mx-md-8 {
margin-right: 2rem !important;
margin-left: 2rem !important; }
.mx-md-9 {
margin-right: 2.5rem !important;
margin-left: 2.5rem !important; }
.mx-md-10 {
margin-right: 3rem !important;
margin-left: 3rem !important; }
.mx-md-11 {
margin-right: 3.5rem !important;
margin-left: 3.5rem !important; }
.mx-md-12 {
margin-right: 4rem !important;
margin-left: 4rem !important; }
.mx-md-13 {
margin-right: 5rem !important;
margin-left: 5rem !important; }
.mx-md-14 {
margin-right: 6rem !important;
margin-left: 6rem !important; }
.mx-md-15 {
margin-right: 10rem !important;
margin-left: 10rem !important; }
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important; }
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important; }
.my-md-1 {