@media (max-width: 576px) {
.row:not(.no-gutters) {
margin-right: -8px;
margin-left: -8px;
}
.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
padding-right: 8px;
padding-left: 8px;
}
}
:root {
--colorAccent1: #008c77;
--colorAccent2: #ebf200;
--colorAccent3: #dee401;
--colorAccent4: #002324;
--colorExtraLight: #ffffff;
--colorLight: #e9f6f4;
--colorLightMedium: #DADDE2;
--colorMedium: #66768A;
--colorDark: #3A474F;
--colorExtraDark: #000000;
--colorError: #f44336;
--colorSuccess: #008c77;
--space05: 4px;
--space1: 8px;
--space2: 16px;
--space3: 24px;
--space4: 32px;
--space5: 48px;
--space6: 64px;
--space7: 80px;
--space8: 96px;
--space9: 120px;
--space10: 152px;
--spaceSmall: 24px;
--spaceMedium: 48px;
--spaceLarge: 64px;
--spaceHuge: 80px;
--fontSize1: 12px;
--fontSize2: 14px;
--fontSize3: 16px;
--fontSize4: 18px;
--fontSize5: 20px;
--fontSize6: 26px;
--fontSize7: 34px;
--fontFamily1: Gilroy;
--fontFamily2: Gilroy;
--fontWeightRegular: 400;
--fontWeightMedium: 500;
--fontWeightSemibold: 600;
--fontWeightBold: 700;
--lineHeightBase: 1.4;
--radius1: 4px;
--radius2: 14px;
--boxshadow1: 0 8px 14px 8px rgba(102, 119, 138, 0.04);
}
@media (min-width: 992px) {
:root {
--spaceSmall: 32px;
--spaceMedium: 48px;
--spaceLarge: 80px;
--spaceHuge: 96px;
--fontSize1: 12px;
--fontSize2: 14px;
--fontSize3: 17px;
--fontSize4: 20px;
--fontSize5: 26px;
--fontSize6: 36px;
--fontSize7: 48px;
}
}
@media (min-width: 1800px) {
:root {
--spaceSmall: 32px;
--spaceMedium: 64px;
--spaceLarge: 96px;
--spaceHuge: 120px;
--fontSize1: 12px;
--fontSize2: 15px;
--fontSize3: 18px;
--fontSize4: 22px;
--fontSize5: 28px;
--fontSize6: 42px;
--fontSize7: 58px;
}
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
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;
}
sub,
sup {
position: relative;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
.container {
width: 100%;
padding-right: 16px;
padding-left: 16px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
@media (min-width: 1440px) {
.container {
max-width: 1380px;
}
}
.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
width: 100%;
padding-right: 16px;
padding-left: 16px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.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: 1440px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1380px;
}
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -16px;
margin-left: -16px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-xl4,
.col-xl4-auto, .col-xl4-12, .col-xl4-11, .col-xl4-10, .col-xl4-9, .col-xl4-8, .col-xl4-7, .col-xl4-6, .col-xl4-5, .col-xl4-4, .col-xl4-3, .col-xl4-2, .col-xl4-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
position: relative;
width: 100%;
padding-right: 16px;
padding-left: 16px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
order: -1;
}
.order-last {
order: 13;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
.offset-5 {
margin-left: 41.6666666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.3333333333%;
}
.offset-8 {
margin-left: 66.6666666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.3333333333%;
}
.offset-11 {
margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-md-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1440px) {
.col-xxl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xxl-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xxl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xxl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xxl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xxl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xxl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xxl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xxl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xxl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xxl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xxl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xxl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xxl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xxl-first {
order: -1;
}
.order-xxl-last {
order: 13;
}
.order-xxl-0 {
order: 0;
}
.order-xxl-1 {
order: 1;
}
.order-xxl-2 {
order: 2;
}
.order-xxl-3 {
order: 3;
}
.order-xxl-4 {
order: 4;
}
.order-xxl-5 {
order: 5;
}
.order-xxl-6 {
order: 6;
}
.order-xxl-7 {
order: 7;
}
.order-xxl-8 {
order: 8;
}
.order-xxl-9 {
order: 9;
}
.order-xxl-10 {
order: 10;
}
.order-xxl-11 {
order: 11;
}
.order-xxl-12 {
order: 12;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.3333333333%;
}
.offset-xxl-2 {
margin-left: 16.6666666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.3333333333%;
}
.offset-xxl-5 {
margin-left: 41.6666666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.3333333333%;
}
.offset-xxl-8 {
margin-left: 66.6666666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.3333333333%;
}
.offset-xxl-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1600px) {
.col-xxxl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xxxl-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xxxl-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xxxl-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-xxxl-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xxxl-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xxxl-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xxxl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xxxl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xxxl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xxxl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xxxl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xxxl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xxxl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xxxl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xxxl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xxxl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xxxl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xxxl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xxxl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xxxl-first {
order: -1;
}
.order-xxxl-last {
order: 13;
}
.order-xxxl-0 {
order: 0;
}
.order-xxxl-1 {
order: 1;
}
.order-xxxl-2 {
order: 2;
}
.order-xxxl-3 {
order: 3;
}
.order-xxxl-4 {
order: 4;
}
.order-xxxl-5 {
order: 5;
}
.order-xxxl-6 {
order: 6;
}
.order-xxxl-7 {
order: 7;
}
.order-xxxl-8 {
order: 8;
}
.order-xxxl-9 {
order: 9;
}
.order-xxxl-10 {
order: 10;
}
.order-xxxl-11 {
order: 11;
}
.order-xxxl-12 {
order: 12;
}
.offset-xxxl-0 {
margin-left: 0;
}
.offset-xxxl-1 {
margin-left: 8.3333333333%;
}
.offset-xxxl-2 {
margin-left: 16.6666666667%;
}
.offset-xxxl-3 {
margin-left: 25%;
}
.offset-xxxl-4 {
margin-left: 33.3333333333%;
}
.offset-xxxl-5 {
margin-left: 41.6666666667%;
}
.offset-xxxl-6 {
margin-left: 50%;
}
.offset-xxxl-7 {
margin-left: 58.3333333333%;
}
.offset-xxxl-8 {
margin-left: 66.6666666667%;
}
.offset-xxxl-9 {
margin-left: 75%;
}
.offset-xxxl-10 {
margin-left: 83.3333333333%;
}
.offset-xxxl-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1800px) {
.col-xl4 {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl4-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl4-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl4-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-xl4-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl4-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl4-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl4-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl4-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl4-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl4-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl4-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl4-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl4-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl4-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl4-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl4-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl4-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl4-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl4-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl4-first {
order: -1;
}
.order-xl4-last {
order: 13;
}
.order-xl4-0 {
order: 0;
}
.order-xl4-1 {
order: 1;
}
.order-xl4-2 {
order: 2;
}
.order-xl4-3 {
order: 3;
}
.order-xl4-4 {
order: 4;
}
.order-xl4-5 {
order: 5;
}
.order-xl4-6 {
order: 6;
}
.order-xl4-7 {
order: 7;
}
.order-xl4-8 {
order: 8;
}
.order-xl4-9 {
order: 9;
}
.order-xl4-10 {
order: 10;
}
.order-xl4-11 {
order: 11;
}
.order-xl4-12 {
order: 12;
}
.offset-xl4-0 {
margin-left: 0;
}
.offset-xl4-1 {
margin-left: 8.3333333333%;
}
.offset-xl4-2 {
margin-left: 16.6666666667%;
}
.offset-xl4-3 {
margin-left: 25%;
}
.offset-xl4-4 {
margin-left: 33.3333333333%;
}
.offset-xl4-5 {
margin-left: 41.6666666667%;
}
.offset-xl4-6 {
margin-left: 50%;
}
.offset-xl4-7 {
margin-left: 58.3333333333%;
}
.offset-xl4-8 {
margin-left: 66.6666666667%;
}
.offset-xl4-9 {
margin-left: 75%;
}
.offset-xl4-10 {
margin-left: 83.3333333333%;
}
.offset-xl4-11 {
margin-left: 91.6666666667%;
}
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !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;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !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;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1440px) {
.d-xxl-none {
display: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1600px) {
.d-xxxl-none {
display: none !important;
}
.d-xxxl-inline {
display: inline !important;
}
.d-xxxl-inline-block {
display: inline-block !important;
}
.d-xxxl-block {
display: block !important;
}
.d-xxxl-table {
display: table !important;
}
.d-xxxl-table-row {
display: table-row !important;
}
.d-xxxl-table-cell {
display: table-cell !important;
}
.d-xxxl-flex {
display: flex !important;
}
.d-xxxl-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1800px) {
.d-xl4-none {
display: none !important;
}
.d-xl4-inline {
display: inline !important;
}
.d-xl4-inline-block {
display: inline-block !important;
}
.d-xl4-block {
display: block !important;
}
.d-xl4-table {
display: table !important;
}
.d-xl4-table-row {
display: table-row !important;
}
.d-xl4-table-cell {
display: table-cell !important;
}
.d-xl4-flex {
display: flex !important;
}
.d-xl4-inline-flex {
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
.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-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
flex: 1 1 auto !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;
}
.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;
}
.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;
}
}
@media (min-width: 768px) {
.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-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
flex: 1 1 auto !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;
}
.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;
}
.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;
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1440px) {
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1600px) {
.flex-xxxl-row {
flex-direction: row !important;
}
.flex-xxxl-column {
flex-direction: column !important;
}
.flex-xxxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xxxl-fill {
flex: 1 1 auto !important;
}
.flex-xxxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxxl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xxxl-start {
justify-content: flex-start !important;
}
.justify-content-xxxl-end {
justify-content: flex-end !important;
}
.justify-content-xxxl-center {
justify-content: center !important;
}
.justify-content-xxxl-between {
justify-content: space-between !important;
}
.justify-content-xxxl-around {
justify-content: space-around !important;
}
.align-items-xxxl-start {
align-items: flex-start !important;
}
.align-items-xxxl-end {
align-items: flex-end !important;
}
.align-items-xxxl-center {
align-items: center !important;
}
.align-items-xxxl-baseline {
align-items: baseline !important;
}
.align-items-xxxl-stretch {
align-items: stretch !important;
}
.align-content-xxxl-start {
align-content: flex-start !important;
}
.align-content-xxxl-end {
align-content: flex-end !important;
}
.align-content-xxxl-center {
align-content: center !important;
}
.align-content-xxxl-between {
align-content: space-between !important;
}
.align-content-xxxl-around {
align-content: space-around !important;
}
.align-content-xxxl-stretch {
align-content: stretch !important;
}
.align-self-xxxl-auto {
align-self: auto !important;
}
.align-self-xxxl-start {
align-self: flex-start !important;
}
.align-self-xxxl-end {
align-self: flex-end !important;
}
.align-self-xxxl-center {
align-self: center !important;
}
.align-self-xxxl-baseline {
align-self: baseline !important;
}
.align-self-xxxl-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1800px) {
.flex-xl4-row {
flex-direction: row !important;
}
.flex-xl4-column {
flex-direction: column !important;
}
.flex-xl4-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl4-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl4-wrap {
flex-wrap: wrap !important;
}
.flex-xl4-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl4-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl4-fill {
flex: 1 1 auto !important;
}
.flex-xl4-grow-0 {
flex-grow: 0 !important;
}
.flex-xl4-grow-1 {
flex-grow: 1 !important;
}
.flex-xl4-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl4-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl4-start {
justify-content: flex-start !important;
}
.justify-content-xl4-end {
justify-content: flex-end !important;
}
.justify-content-xl4-center {
justify-content: center !important;
}
.justify-content-xl4-between {
justify-content: space-between !important;
}
.justify-content-xl4-around {
justify-content: space-around !important;
}
.align-items-xl4-start {
align-items: flex-start !important;
}
.align-items-xl4-end {
align-items: flex-end !important;
}
.align-items-xl4-center {
align-items: center !important;
}
.align-items-xl4-baseline {
align-items: baseline !important;
}
.align-items-xl4-stretch {
align-items: stretch !important;
}
.align-content-xl4-start {
align-content: flex-start !important;
}
.align-content-xl4-end {
align-content: flex-end !important;
}
.align-content-xl4-center {
align-content: center !important;
}
.align-content-xl4-between {
align-content: space-between !important;
}
.align-content-xl4-around {
align-content: space-around !important;
}
.align-content-xl4-stretch {
align-content: stretch !important;
}
.align-self-xl4-auto {
align-self: auto !important;
}
.align-self-xl4-start {
align-self: flex-start !important;
}
.align-self-xl4-end {
align-self: flex-end !important;
}
.align-self-xl4-center {
align-self: center !important;
}
.align-self-xl4-baseline {
align-self: baseline !important;
}
.align-self-xl4-stretch {
align-self: stretch !important;
}
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-05 {
margin: 4px !important;
}
.mt-05,
.my-05 {
margin-top: 4px !important;
}
.mr-05,
.mx-05 {
margin-right: 4px !important;
}
.mb-05,
.my-05 {
margin-bottom: 4px !important;
}
.ml-05,
.mx-05 {
margin-left: 4px !important;
}
.m-1 {
margin: 8px !important;
}
.mt-1,
.my-1 {
margin-top: 8px !important;
}
.mr-1,
.mx-1 {
margin-right: 8px !important;
}
.mb-1,
.my-1 {
margin-bottom: 8px !important;
}
.ml-1,
.mx-1 {
margin-left: 8px !important;
}
.m-2 {
margin: 16px !important;
}
.mt-2,
.my-2 {
margin-top: 16px !important;
}
.mr-2,
.mx-2 {
margin-right: 16px !important;
}
.mb-2,
.my-2 {
margin-bottom: 16px !important;
}
.ml-2,
.mx-2 {
margin-left: 16px !important;
}
.m-3 {
margin: 24px !important;
}
.mt-3,
.my-3 {
margin-top: 24px !important;
}
.mr-3,
.mx-3 {
margin-right: 24px !important;
}
.mb-3,
.my-3 {
margin-bottom: 24px !important;
}
.ml-3,
.mx-3 {
margin-left: 24px !important;
}
.m-4 {
margin: 32px !important;
}
.mt-4,
.my-4 {
margin-top: 32px !important;
}
.mr-4,
.mx-4 {
margin-right: 32px !important;
}
.mb-4,
.my-4 {
margin-bottom: 32px !important;
}
.ml-4,
.mx-4 {
margin-left: 32px !important;
}
.m-5 {
margin: 48px !important;
}
.mt-5,
.my-5 {
margin-top: 48px !important;
}
.mr-5,
.mx-5 {
margin-right: 48px !important;
}
.mb-5,
.my-5 {
margin-bottom: 48px !important;
}
.ml-5,
.mx-5 {
margin-left: 48px !important;
}
.m-6 {
margin: 64px !important;
}
.mt-6,
.my-6 {
margin-top: 64px !important;
}
.mr-6,
.mx-6 {
margin-right: 64px !important;
}
.mb-6,
.my-6 {
margin-bottom: 64px !important;
}
.ml-6,
.mx-6 {
margin-left: 64px !important;
}
.m-7 {
margin: 80px !important;
}
.mt-7,
.my-7 {
margin-top: 80px !important;
}
.mr-7,
.mx-7 {
margin-right: 80px !important;
}
.mb-7,
.my-7 {
margin-bottom: 80px !important;
}
.ml-7,
.mx-7 {
margin-left: 80px !important;
}
.m-8 {
margin: 96px !important;
}
.mt-8,
.my-8 {
margin-top: 96px !important;
}
.mr-8,
.mx-8 {
margin-right: 96px !important;
}
.mb-8,
.my-8 {
margin-bottom: 96px !important;
}
.ml-8,
.mx-8 {
margin-left: 96px !important;
}
.m-9 {
margin: 120px !important;
}
.mt-9,
.my-9 {
margin-top: 120px !important;
}
.mr-9,
.mx-9 {
margin-right: 120px !important;
}
.mb-9,
.my-9 {
margin-bottom: 120px !important;
}
.ml-9,
.mx-9 {
margin-left: 120px !important;
}
.m-10 {
margin: 152px !important;
}
.mt-10,
.my-10 {
margin-top: 152px !important;
}
.mr-10,
.mx-10 {
margin-right: 152px !important;
}
.mb-10,
.my-10 {
margin-bottom: 152px !important;
}
.ml-10,
.mx-10 {
margin-left: 152px !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-05 {
padding: 4px !important;
}
.pt-05,
.py-05 {
padding-top: 4px !important;
}
.pr-05,
.px-05 {
padding-right: 4px !important;
}
.pb-05,
.py-05 {
padding-bottom: 4px !important;
}
.pl-05,
.px-05 {
padding-left: 4px !important;
}
.p-1 {
padding: 8px !important;
}
.pt-1,
.py-1 {
padding-top: 8px !important;
}
.pr-1,
.px-1 {
padding-right: 8px !important;
}
.pb-1,
.py-1 {
padding-bottom: 8px !important;
}
.pl-1,
.px-1 {
padding-left: 8px !important;
}
.p-2 {
padding: 16px !important;
}
.pt-2,
.py-2 {
padding-top: 16px !important;
}
.pr-2,
.px-2 {
padding-right: 16px !important;
}
.pb-2,
.py-2 {
padding-bottom: 16px !important;
}
.pl-2,
.px-2 {
padding-left: 16px !important;
}
.p-3 {
padding: 24px !important;
}
.pt-3,
.py-3 {
padding-top: 24px !important;
}
.pr-3,
.px-3 {
padding-right: 24px !important;
}
.pb-3,
.py-3 {
padding-bottom: 24px !important;
}
.pl-3,
.px-3 {
padding-left: 24px !important;
}
.p-4 {
padding: 32px !important;
}
.pt-4,
.py-4 {
padding-top: 32px !important;
}
.pr-4,
.px-4 {
padding-right: 32px !important;
}
.pb-4,
.py-4 {
padding-bottom: 32px !important;
}
.pl-4,
.px-4 {
padding-left: 32px !important;
}
.p-5 {
padding: 48px !important;
}
.pt-5,
.py-5 {
padding-top: 48px !important;
}
.pr-5,
.px-5 {
padding-right: 48px !important;
}
.pb-5,
.py-5 {
padding-bottom: 48px !important;
}
.pl-5,
.px-5 {
padding-left: 48px !important;
}
.p-6 {
padding: 64px !important;
}
.pt-6,
.py-6 {
padding-top: 64px !important;
}
.pr-6,
.px-6 {
padding-right: 64px !important;
}
.pb-6,
.py-6 {
padding-bottom: 64px !important;
}
.pl-6,
.px-6 {
padding-left: 64px !important;
}
.p-7 {
padding: 80px !important;
}
.pt-7,
.py-7 {
padding-top: 80px !important;
}
.pr-7,
.px-7 {
padding-right: 80px !important;
}
.pb-7,
.py-7 {
padding-bottom: 80px !important;
}
.pl-7,
.px-7 {
padding-left: 80px !important;
}
.p-8 {
padding: 96px !important;
}
.pt-8,
.py-8 {
padding-top: 96px !important;
}
.pr-8,
.px-8 {
padding-right: 96px !important;
}
.pb-8,
.py-8 {
padding-bottom: 96px !important;
}
.pl-8,
.px-8 {
padding-left: 96px !important;
}
.p-9 {
padding: 120px !important;
}
.pt-9,
.py-9 {
padding-top: 120px !important;
}
.pr-9,
.px-9 {
padding-right: 120px !important;
}
.pb-9,
.py-9 {
padding-bottom: 120px !important;
}
.pl-9,
.px-9 {
padding-left: 120px !important;
}
.p-10 {
padding: 152px !important;
}
.pt-10,
.py-10 {
padding-top: 152px !important;
}
.pr-10,
.px-10 {
padding-right: 152px !important;
}
.pb-10,
.py-10 {
padding-bottom: 152px !important;
}
.pl-10,
.px-10 {
padding-left: 152px !important;
}
.m-n05 {
margin: -4px !important;
}
.mt-n05,
.my-n05 {
margin-top: -4px !important;
}
.mr-n05,
.mx-n05 {
margin-right: -4px !important;
}
.mb-n05,
.my-n05 {
margin-bottom: -4px !important;
}
.ml-n05,
.mx-n05 {
margin-left: -4px !important;
}
.m-n1 {
margin: -8px !important;
}
.mt-n1,
.my-n1 {
margin-top: -8px !important;
}
.mr-n1,
.mx-n1 {
margin-right: -8px !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -8px !important;
}
.ml-n1,
.mx-n1 {
margin-left: -8px !important;
}
.m-n2 {
margin: -16px !important;
}
.mt-n2,
.my-n2 {
margin-top: -16px !important;
}
.mr-n2,
.mx-n2 {
margin-right: -16px !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -16px !important;
}
.ml-n2,
.mx-n2 {
margin-left: -16px !important;
}
.m-n3 {
margin: -24px !important;
}
.mt-n3,
.my-n3 {
margin-top: -24px !important;
}
.mr-n3,
.mx-n3 {
margin-right: -24px !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -24px !important;
}
.ml-n3,
.mx-n3 {
margin-left: -24px !important;
}
.m-n4 {
margin: -32px !important;
}
.mt-n4,
.my-n4 {
margin-top: -32px !important;
}
.mr-n4,
.mx-n4 {
margin-right: -32px !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -32px !important;
}
.ml-n4,
.mx-n4 {
margin-left: -32px !important;
}
.m-n5 {
margin: -48px !important;
}
.mt-n5,
.my-n5 {
margin-top: -48px !important;
}
.mr-n5,
.mx-n5 {
margin-right: -48px !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -48px !important;
}
.ml-n5,
.mx-n5 {
margin-left: -48px !important;
}
.m-n6 {
margin: -64px !important;
}
.mt-n6,
.my-n6 {
margin-top: -64px !important;
}
.mr-n6,
.mx-n6 {
margin-right: -64px !important;
}
.mb-n6,
.my-n6 {
margin-bottom: -64px !important;
}
.ml-n6,
.mx-n6 {
margin-left: -64px !important;
}
.m-n7 {
margin: -80px !important;
}
.mt-n7,
.my-n7 {
margin-top: -80px !important;
}
.mr-n7,
.mx-n7 {
margin-right: -80px !important;
}
.mb-n7,
.my-n7 {
margin-bottom: -80px !important;
}
.ml-n7,
.mx-n7 {
margin-left: -80px !important;
}
.m-n8 {
margin: -96px !important;
}
.mt-n8,
.my-n8 {
margin-top: -96px !important;
}
.mr-n8,
.mx-n8 {
margin-right: -96px !important;
}
.mb-n8,
.my-n8 {
margin-bottom: -96px !important;
}
.ml-n8,
.mx-n8 {
margin-left: -96px !important;
}
.m-n9 {
margin: -120px !important;
}
.mt-n9,
.my-n9 {
margin-top: -120px !important;
}
.mr-n9,
.mx-n9 {
margin-right: -120px !important;
}
.mb-n9,
.my-n9 {
margin-bottom: -120px !important;
}
.ml-n9,
.mx-n9 {
margin-left: -120px !important;
}
.m-n10 {
margin: -152px !important;
}
.mt-n10,
.my-n10 {
margin-top: -152px !important;
}
.mr-n10,
.mx-n10 {
margin-right: -152px !important;
}
.mb-n10,
.my-n10 {
margin-bottom: -152px !important;
}
.ml-n10,
.mx-n10 {
margin-left: -152px !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-05 {
margin: 4px !important;
}
.mt-sm-05,
.my-sm-05 {
margin-top: 4px !important;
}
.mr-sm-05,
.mx-sm-05 {
margin-right: 4px !important;
}
.mb-sm-05,
.my-sm-05 {
margin-bottom: 4px !important;
}
.ml-sm-05,
.mx-sm-05 {
margin-left: 4px !important;
}
.m-sm-1 {
margin: 8px !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 8px !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 8px !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 8px !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 8px !important;
}
.m-sm-2 {
margin: 16px !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 16px !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 16px !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 16px !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 16px !important;
}
.m-sm-3 {
margin: 24px !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 24px !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 24px !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 24px !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 24px !important;
}
.m-sm-4 {
margin: 32px !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 32px !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 32px !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 32px !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 32px !important;
}
.m-sm-5 {
margin: 48px !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 48px !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 48px !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 48px !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 48px !important;
}
.m-sm-6 {
margin: 64px !important;
}
.mt-sm-6,
.my-sm-6 {
margin-top: 64px !important;
}
.mr-sm-6,
.mx-sm-6 {
margin-right: 64px !important;
}
.mb-sm-6,
.my-sm-6 {
margin-bottom: 64px !important;
}
.ml-sm-6,
.mx-sm-6 {
margin-left: 64px !important;
}
.m-sm-7 {
margin: 80px !important;
}
.mt-sm-7,
.my-sm-7 {
margin-top: 80px !important;
}
.mr-sm-7,
.mx-sm-7 {
margin-right: 80px !important;
}
.mb-sm-7,
.my-sm-7 {
margin-bottom: 80px !important;
}
.ml-sm-7,
.mx-sm-7 {
margin-left: 80px !important;
}
.m-sm-8 {
margin: 96px !important;
}
.mt-sm-8,
.my-sm-8 {
margin-top: 96px !important;
}
.mr-sm-8,
.mx-sm-8 {
margin-right: 96px !important;
}
.mb-sm-8,
.my-sm-8 {
margin-bottom: 96px !important;
}
.ml-sm-8,
.mx-sm-8 {
margin-left: 96px !important;
}
.m-sm-9 {
margin: 120px !important;
}
.mt-sm-9,
.my-sm-9 {
margin-top: 120px !important;
}
.mr-sm-9,
.mx-sm-9 {
margin-right: 120px !important;
}
.mb-sm-9,
.my-sm-9 {
margin-bottom: 120px !important;
}
.ml-sm-9,
.mx-sm-9 {
margin-left: 120px !important;
}
.m-sm-10 {
margin: 152px !important;
}
.mt-sm-10,
.my-sm-10 {
margin-top: 152px !important;
}
.mr-sm-10,
.mx-sm-10 {
margin-right: 152px !important;
}
.mb-sm-10,
.my-sm-10 {
margin-bottom: 152px !important;
}
.ml-sm-10,
.mx-sm-10 {
margin-left: 152px !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-05 {
padding: 4px !important;
}
.pt-sm-05,
.py-sm-05 {
padding-top: 4px !important;
}
.pr-sm-05,
.px-sm-05 {
padding-right: 4px !important;
}
.pb-sm-05,
.py-sm-05 {
padding-bottom: 4px !important;
}
.pl-sm-05,
.px-sm-05 {
padding-left: 4px !important;
}
.p-sm-1 {
padding: 8px !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 8px !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 8px !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 8px !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 8px !important;
}
.p-sm-2 {
padding: 16px !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 16px !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 16px !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 16px !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 16px !important;
}
.p-sm-3 {
padding: 24px !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 24px !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 24px !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 24px !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 24px !important;
}
.p-sm-4 {
padding: 32px !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 32px !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 32px !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 32px !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 32px !important;
}
.p-sm-5 {
padding: 48px !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 48px !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 48px !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 48px !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 48px !important;
}
.p-sm-6 {
padding: 64px !important;
}
.pt-sm-6,
.py-sm-6 {
padding-top: 64px !important;
}
.pr-sm-6,
.px-sm-6 {
padding-right: 64px !important;
}
.pb-sm-6,
.py-sm-6 {
padding-bottom: 64px !important;
}
.pl-sm-6,
.px-sm-6 {
padding-left: 64px !important;
}
.p-sm-7 {
padding: 80px !important;
}
.pt-sm-7,
.py-sm-7 {
padding-top: 80px !important;
}
.pr-sm-7,
.px-sm-7 {
padding-right: 80px !important;
}
.pb-sm-7,
.py-sm-7 {
padding-bottom: 80px !important;
}
.pl-sm-7,
.px-sm-7 {
padding-left: 80px !important;
}
.p-sm-8 {
padding: 96px !important;
}
.pt-sm-8,
.py-sm-8 {
padding-top: 96px !important;
}
.pr-sm-8,
.px-sm-8 {
padding-right: 96px !important;
}
.pb-sm-8,
.py-sm-8 {
padding-bottom: 96px !important;
}
.pl-sm-8,
.px-sm-8 {
padding-left: 96px !important;
}
.p-sm-9 {
padding: 120px !important;
}
.pt-sm-9,
.py-sm-9 {
padding-top: 120px !important;
}
.pr-sm-9,
.px-sm-9 {
padding-right: 120px !important;
}
.pb-sm-9,
.py-sm-9 {
padding-bottom: 120px !important;
}
.pl-sm-9,
.px-sm-9 {
padding-left: 120px !important;
}
.p-sm-10 {
padding: 152px !important;
}
.pt-sm-10,
.py-sm-10 {
padding-top: 152px !important;
}
.pr-sm-10,
.px-sm-10 {
padding-right: 152px !important;
}
.pb-sm-10,
.py-sm-10 {
padding-bottom: 152px !important;
}
.pl-sm-10,
.px-sm-10 {
padding-left: 152px !important;
}
.m-sm-n05 {
margin: -4px !important;
}
.mt-sm-n05,
.my-sm-n05 {
margin-top: -4px !important;
}
.mr-sm-n05,
.mx-sm-n05 {
margin-right: -4px !important;
}
.mb-sm-n05,
.my-sm-n05 {
margin-bottom: -4px !important;
}
.ml-sm-n05,
.mx-sm-n05 {
margin-left: -4px !important;
}
.m-sm-n1 {
margin: -8px !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -8px !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -8px !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -8px !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -8px !important;
}
.m-sm-n2 {
margin: -16px !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -16px !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -16px !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -16px !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -16px !important;
}
.m-sm-n3 {
margin: -24px !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -24px !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -24px !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -24px !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -24px !important;
}
.m-sm-n4 {
margin: -32px !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -32px !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -32px !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -32px !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -32px !important;
}
.m-sm-n5 {
margin: -48px !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -48px !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -48px !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -48px !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -48px !important;
}
.m-sm-n6 {
margin: -64px !important;
}
.mt-sm-n6,
.my-sm-n6 {
margin-top: -64px !important;
}
.mr-sm-n6,
.mx-sm-n6 {
margin-right: -64px !important;
}
.mb-sm-n6,
.my-sm-n6 {
margin-bottom: -64px !important;
}
.ml-sm-n6,
.mx-sm-n6 {
margin-left: -64px !important;
}
.m-sm-n7 {
margin: -80px !important;
}
.mt-sm-n7,
.my-sm-n7 {
margin-top: -80px !important;
}
.mr-sm-n7,
.mx-sm-n7 {
margin-right: -80px !important;
}
.mb-sm-n7,
.my-sm-n7 {
margin-bottom: -80px !important;
}
.ml-sm-n7,
.mx-sm-n7 {
margin-left: -80px !important;
}
.m-sm-n8 {
margin: -96px !important;
}
.mt-sm-n8,
.my-sm-n8 {
margin-top: -96px !important;
}
.mr-sm-n8,
.mx-sm-n8 {
margin-right: -96px !important;
}
.mb-sm-n8,
.my-sm-n8 {
margin-bottom: -96px !important;
}
.ml-sm-n8,
.mx-sm-n8 {
margin-left: -96px !important;
}
.m-sm-n9 {
margin: -120px !important;
}
.mt-sm-n9,
.my-sm-n9 {
margin-top: -120px !important;
}
.mr-sm-n9,
.mx-sm-n9 {
margin-right: -120px !important;
}
.mb-sm-n9,
.my-sm-n9 {
margin-bottom: -120px !important;
}
.ml-sm-n9,
.mx-sm-n9 {
margin-left: -120px !important;
}
.m-sm-n10 {
margin: -152px !important;
}
.mt-sm-n10,
.my-sm-n10 {
margin-top: -152px !important;
}
.mr-sm-n10,
.mx-sm-n10 {
margin-right: -152px !important;
}
.mb-sm-n10,
.my-sm-n10 {
margin-bottom: -152px !important;
}
.ml-sm-n10,
.mx-sm-n10 {
margin-left: -152px !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-05 {
margin: 4px !important;
}
.mt-md-05,
.my-md-05 {
margin-top: 4px !important;
}
.mr-md-05,
.mx-md-05 {
margin-right: 4px !important;
}
.mb-md-05,
.my-md-05 {
margin-bottom: 4px !important;
}
.ml-md-05,
.mx-md-05 {
margin-left: 4px !important;
}
.m-md-1 {
margin: 8px !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 8px !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 8px !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 8px !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 8px !important;
}
.m-md-2 {
margin: 16px !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 16px !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 16px !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 16px !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 16px !important;
}
.m-md-3 {
margin: 24px !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 24px !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 24px !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 24px !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 24px !important;
}
.m-md-4 {
margin: 32px !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 32px !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 32px !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 32px !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 32px !important;
}
.m-md-5 {
margin: 48px !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 48px !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 48px !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 48px !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 48px !important;
}
.m-md-6 {
margin: 64px !important;
}
.mt-md-6,
.my-md-6 {
margin-top: 64px !important;
}
.mr-md-6,
.mx-md-6 {
margin-right: 64px !important;
}
.mb-md-6,
.my-md-6 {
margin-bottom: 64px !important;
}
.ml-md-6,
.mx-md-6 {
margin-left: 64px !important;
}
.m-md-7 {
margin: 80px !important;
}
.mt-md-7,
.my-md-7 {
margin-top: 80px !important;
}
.mr-md-7,
.mx-md-7 {
margin-right: 80px !important;
}
.mb-md-7,
.my-md-7 {
margin-bottom: 80px !important;
}
.ml-md-7,
.mx-md-7 {
margin-left: 80px !important;
}
.m-md-8 {
margin: 96px !important;
}
.mt-md-8,
.my-md-8 {
margin-top: 96px !important;
}
.mr-md-8,
.mx-md-8 {
margin-right: 96px !important;
}
.mb-md-8,
.my-md-8 {
margin-bottom: 96px !important;
}
.ml-md-8,
.mx-md-8 {
margin-left: 96px !important;
}
.m-md-9 {
margin: 120px !important;
}
.mt-md-9,
.my-md-9 {
margin-top: 120px !important;
}
.mr-md-9,
.mx-md-9 {
margin-right: 120px !important;
}
.mb-md-9,
.my-md-9 {
margin-bottom: 120px !important;
}
.ml-md-9,
.mx-md-9 {
margin-left: 120px !important;
}
.m-md-10 {
margin: 152px !important;
}
.mt-md-10,
.my-md-10 {
margin-top: 152px !important;
}
.mr-md-10,
.mx-md-10 {
margin-right: 152px !important;
}
.mb-md-10,
.my-md-10 {
margin-bottom: 152px !important;
}
.ml-md-10,
.mx-md-10 {
margin-left: 152px !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-05 {
padding: 4px !important;
}
.pt-md-05,
.py-md-05 {
padding-top: 4px !important;
}
.pr-md-05,
.px-md-05 {
padding-right: 4px !important;
}
.pb-md-05,
.py-md-05 {
padding-bottom: 4px !important;
}
.pl-md-05,
.px-md-05 {
padding-left: 4px !important;
}
.p-md-1 {
padding: 8px !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 8px !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 8px !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 8px !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 8px !important;
}
.p-md-2 {
padding: 16px !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 16px !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 16px !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 16px !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 16px !important;
}
.p-md-3 {
padding: 24px !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 24px !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 24px !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 24px !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 24px !important;
}
.p-md-4 {
padding: 32px !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 32px !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 32px !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 32px !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 32px !important;
}
.p-md-5 {
padding: 48px !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 48px !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 48px !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 48px !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 48px !important;
}
.p-md-6 {
padding: 64px !important;
}
.pt-md-6,
.py-md-6 {
padding-top: 64px !important;
}
.pr-md-6,
.px-md-6 {
padding-right: 64px !important;
}
.pb-md-6,
.py-md-6 {
padding-bottom: 64px !important;
}
.pl-md-6,
.px-md-6 {
padding-left: 64px !important;
}
.p-md-7 {
padding: 80px !important;
}
.pt-md-7,
.py-md-7 {
padding-top: 80px !important;
}
.pr-md-7,
.px-md-7 {
padding-right: 80px !important;
}
.pb-md-7,
.py-md-7 {
padding-bottom: 80px !important;
}
.pl-md-7,
.px-md-7 {
padding-left: 80px !important;
}
.p-md-8 {
padding: 96px !important;
}
.pt-md-8,
.py-md-8 {
padding-top: 96px !important;
}
.pr-md-8,
.px-md-8 {
padding-right: 96px !important;
}
.pb-md-8,
.py-md-8 {
padding-bottom: 96px !important;
}
.pl-md-8,
.px-md-8 {
padding-left: 96px !important;
}
.p-md-9 {
padding: 120px !important;
}
.pt-md-9,
.py-md-9 {
padding-top: 120px !important;
}
.pr-md-9,
.px-md-9 {
padding-right: 120px !important;
}
.pb-md-9,
.py-md-9 {
padding-bottom: 120px !important;
}
.pl-md-9,
.px-md-9 {
padding-left: 120px !important;
}
.p-md-10 {
padding: 152px !important;
}
.pt-md-10,
.py-md-10 {
padding-top: 152px !important;
}
.pr-md-10,
.px-md-10 {
padding-right: 152px !important;
}
.pb-md-10,
.py-md-10 {
padding-bottom: 152px !important;
}
.pl-md-10,
.px-md-10 {
padding-left: 152px !important;
}
.m-md-n05 {
margin: -4px !important;
}
.mt-md-n05,
.my-md-n05 {
margin-top: -4px !important;
}
.mr-md-n05,
.mx-md-n05 {
margin-right: -4px !important;
}
.mb-md-n05,
.my-md-n05 {
margin-bottom: -4px !important;
}
.ml-md-n05,
.mx-md-n05 {
margin-left: -4px !important;
}
.m-md-n1 {
margin: -8px !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -8px !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -8px !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -8px !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -8px !important;
}
.m-md-n2 {
margin: -16px !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -16px !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -16px !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -16px !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -16px !important;
}
.m-md-n3 {
margin: -24px !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -24px !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -24px !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -24px !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -24px !important;
}
.m-md-n4 {
margin: -32px !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -32px !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -32px !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -32px !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -32px !important;
}
.m-md-n5 {
margin: -48px !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -48px !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -48px !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -48px !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -48px !important;
}
.m-md-n6 {
margin: -64px !important;
}
.mt-md-n6,
.my-md-n6 {
margin-top: -64px !important;
}
.mr-md-n6,
.mx-md-n6 {
margin-right: -64px !important;
}
.mb-md-n6,
.my-md-n6 {
margin-bottom: -64px !important;
}
.ml-md-n6,
.mx-md-n6 {
margin-left: -64px !important;
}
.m-md-n7 {
margin: -80px !important;
}
.mt-md-n7,
.my-md-n7 {
margin-top: -80px !important;
}
.mr-md-n7,
.mx-md-n7 {
margin-right: -80px !important;
}
.mb-md-n7,
.my-md-n7 {
margin-bottom: -80px !important;
}
.ml-md-n7,
.mx-md-n7 {
margin-left: -80px !important;
}
.m-md-n8 {
margin: -96px !important;
}
.mt-md-n8,
.my-md-n8 {
margin-top: -96px !important;
}
.mr-md-n8,
.mx-md-n8 {
margin-right: -96px !important;
}
.mb-md-n8,
.my-md-n8 {
margin-bottom: -96px !important;
}
.ml-md-n8,
.mx-md-n8 {
margin-left: -96px !important;
}
.m-md-n9 {
margin: -120px !important;
}
.mt-md-n9,
.my-md-n9 {
margin-top: -120px !important;
}
.mr-md-n9,
.mx-md-n9 {
margin-right: -120px !important;
}
.mb-md-n9,
.my-md-n9 {
margin-bottom: -120px !important;
}
.ml-md-n9,
.mx-md-n9 {
margin-left: -120px !important;
}
.m-md-n10 {
margin: -152px !important;
}
.mt-md-n10,
.my-md-n10 {
margin-top: -152px !important;
}
.mr-md-n10,
.mx-md-n10 {
margin-right: -152px !important;
}
.mb-md-n10,
.my-md-n10 {
margin-bottom: -152px !important;
}
.ml-md-n10,
.mx-md-n10 {
margin-left: -152px !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-05 {
margin: 4px !important;
}
.mt-lg-05,
.my-lg-05 {
margin-top: 4px !important;
}
.mr-lg-05,
.mx-lg-05 {
margin-right: 4px !important;
}
.mb-lg-05,
.my-lg-05 {
margin-bottom: 4px !important;
}
.ml-lg-05,
.mx-lg-05 {
margin-left: 4px !important;
}
.m-lg-1 {
margin: 8px !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 8px !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 8px !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 8px !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 8px !important;
}
.m-lg-2 {
margin: 16px !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 16px !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 16px !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 16px !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 16px !important;
}
.m-lg-3 {
margin: 24px !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 24px !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 24px !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 24px !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 24px !important;
}
.m-lg-4 {
margin: 32px !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 32px !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 32px !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 32px !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 32px !important;
}
.m-lg-5 {
margin: 48px !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 48px !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 48px !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 48px !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 48px !important;
}
.m-lg-6 {
margin: 64px !important;
}
.mt-lg-6,
.my-lg-6 {
margin-top: 64px !important;
}
.mr-lg-6,
.mx-lg-6 {
margin-right: 64px !important;
}
.mb-lg-6,
.my-lg-6 {
margin-bottom: 64px !important;
}
.ml-lg-6,
.mx-lg-6 {
margin-left: 64px !important;
}
.m-lg-7 {
margin: 80px !important;
}
.mt-lg-7,
.my-lg-7 {
margin-top: 80px !important;
}
.mr-lg-7,
.mx-lg-7 {
margin-right: 80px !important;
}
.mb-lg-7,
.my-lg-7 {
margin-bottom: 80px !important;
}
.ml-lg-7,
.mx-lg-7 {
margin-left: 80px !important;
}
.m-lg-8 {
margin: 96px !important;
}
.mt-lg-8,
.my-lg-8 {
margin-top: 96px !important;
}
.mr-lg-8,
.mx-lg-8 {
margin-right: 96px !important;
}
.mb-lg-8,
.my-lg-8 {
margin-bottom: 96px !important;
}
.ml-lg-8,
.mx-lg-8 {
margin-left: 96px !important;
}
.m-lg-9 {
margin: 120px !important;
}
.mt-lg-9,
.my-lg-9 {
margin-top: 120px !important;
}
.mr-lg-9,
.mx-lg-9 {
margin-right: 120px !important;
}
.mb-lg-9,
.my-lg-9 {
margin-bottom: 120px !important;
}
.ml-lg-9,
.mx-lg-9 {
margin-left: 120px !important;
}
.m-lg-10 {
margin: 152px !important;
}
.mt-lg-10,
.my-lg-10 {
margin-top: 152px !important;
}
.mr-lg-10,
.mx-lg-10 {
margin-right: 152px !important;
}
.mb-lg-10,
.my-lg-10 {
margin-bottom: 152px !important;
}
.ml-lg-10,
.mx-lg-10 {
margin-left: 152px !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-05 {
padding: 4px !important;
}
.pt-lg-05,
.py-lg-05 {
padding-top: 4px !important;
}
.pr-lg-05,
.px-lg-05 {
padding-right: 4px !important;
}
.pb-lg-05,
.py-lg-05 {
padding-bottom: 4px !important;
}
.pl-lg-05,
.px-lg-05 {
padding-left: 4px !important;
}
.p-lg-1 {
padding: 8px !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 8px !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 8px !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 8px !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 8px !important;
}
.p-lg-2 {
padding: 16px !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 16px !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 16px !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 16px !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 16px !important;
}
.p-lg-3 {
padding: 24px !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 24px !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 24px !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 24px !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 24px !important;
}
.p-lg-4 {
padding: 32px !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 32px !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 32px !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 32px !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 32px !important;
}
.p-lg-5 {
padding: 48px !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 48px !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 48px !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 48px !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 48px !important;
}
.p-lg-6 {
padding: 64px !important;
}
.pt-lg-6,
.py-lg-6 {
padding-top: 64px !important;
}
.pr-lg-6,
.px-lg-6 {
padding-right: 64px !important;
}
.pb-lg-6,
.py-lg-6 {
padding-bottom: 64px !important;
}
.pl-lg-6,
.px-lg-6 {
padding-left: 64px !important;
}
.p-lg-7 {
padding: 80px !important;
}
.pt-lg-7,
.py-lg-7 {
padding-top: 80px !important;
}
.pr-lg-7,
.px-lg-7 {
padding-right: 80px !important;
}
.pb-lg-7,
.py-lg-7 {
padding-bottom: 80px !important;
}
.pl-lg-7,
.px-lg-7 {
padding-left: 80px !important;
}
.p-lg-8 {
padding: 96px !important;
}
.pt-lg-8,
.py-lg-8 {
padding-top: 96px !important;
}
.pr-lg-8,
.px-lg-8 {
padding-right: 96px !important;
}
.pb-lg-8,
.py-lg-8 {
padding-bottom: 96px !important;
}
.pl-lg-8,
.px-lg-8 {
padding-left: 96px !important;
}
.p-lg-9 {
padding: 120px !important;
}
.pt-lg-9,
.py-lg-9 {
padding-top: 120px !important;
}
.pr-lg-9,
.px-lg-9 {
padding-right: 120px !important;
}
.pb-lg-9,
.py-lg-9 {
padding-bottom: 120px !important;
}
.pl-lg-9,
.px-lg-9 {
padding-left: 120px !important;
}
.p-lg-10 {
padding: 152px !important;
}
.pt-lg-10,
.py-lg-10 {
padding-top: 152px !important;
}
.pr-lg-10,
.px-lg-10 {
padding-right: 152px !important;
}
.pb-lg-10,
.py-lg-10 {
padding-bottom: 152px !important;
}
.pl-lg-10,
.px-lg-10 {
padding-left: 152px !important;
}
.m-lg-n05 {
margin: -4px !important;
}
.mt-lg-n05,
.my-lg-n05 {
margin-top: -4px !important;
}
.mr-lg-n05,
.mx-lg-n05 {
margin-right: -4px !important;
}
.mb-lg-n05,
.my-lg-n05 {
margin-bottom: -4px !important;
}
.ml-lg-n05,
.mx-lg-n05 {
margin-left: -4px !important;
}
.m-lg-n1 {
margin: -8px !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -8px !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -8px !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -8px !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -8px !important;
}
.m-lg-n2 {
margin: -16px !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -16px !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -16px !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -16px !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -16px !important;
}
.m-lg-n3 {
margin: -24px !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -24px !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -24px !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -24px !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -24px !important;
}
.m-lg-n4 {
margin: -32px !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -32px !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -32px !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -32px !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -32px !important;
}
.m-lg-n5 {
margin: -48px !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -48px !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -48px !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -48px !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -48px !important;
}
.m-lg-n6 {
margin: -64px !important;
}
.mt-lg-n6,
.my-lg-n6 {
margin-top: -64px !important;
}
.mr-lg-n6,
.mx-lg-n6 {
margin-right: -64px !important;
}
.mb-lg-n6,
.my-lg-n6 {
margin-bottom: -64px !important;
}
.ml-lg-n6,
.mx-lg-n6 {
margin-left: -64px !important;
}
.m-lg-n7 {
margin: -80px !important;
}
.mt-lg-n7,
.my-lg-n7 {
margin-top: -80px !important;
}
.mr-lg-n7,
.mx-lg-n7 {
margin-right: -80px !important;
}
.mb-lg-n7,
.my-lg-n7 {
margin-bottom: -80px !important;
}
.ml-lg-n7,
.mx-lg-n7 {
margin-left: -80px !important;
}
.m-lg-n8 {
margin: -96px !important;
}
.mt-lg-n8,
.my-lg-n8 {
margin-top: -96px !important;
}
.mr-lg-n8,
.mx-lg-n8 {
margin-right: -96px !important;
}
.mb-lg-n8,
.my-lg-n8 {
margin-bottom: -96px !important;
}
.ml-lg-n8,
.mx-lg-n8 {
margin-left: -96px !important;
}
.m-lg-n9 {
margin: -120px !important;
}
.mt-lg-n9,
.my-lg-n9 {
margin-top: -120px !important;
}
.mr-lg-n9,
.mx-lg-n9 {
margin-right: -120px !important;
}
.mb-lg-n9,
.my-lg-n9 {
margin-bottom: -120px !important;
}
.ml-lg-n9,
.mx-lg-n9 {
margin-left: -120px !important;
}
.m-lg-n10 {
margin: -152px !important;
}
.mt-lg-n10,
.my-lg-n10 {
margin-top: -152px !important;
}
.mr-lg-n10,
.mx-lg-n10 {
margin-right: -152px !important;
}
.mb-lg-n10,
.my-lg-n10 {
margin-bottom: -152px !important;
}
.ml-lg-n10,
.mx-lg-n10 {
margin-left: -152px !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-05 {
margin: 4px !important;
}
.mt-xl-05,
.my-xl-05 {
margin-top: 4px !important;
}
.mr-xl-05,
.mx-xl-05 {
margin-right: 4px !important;
}
.mb-xl-05,
.my-xl-05 {
margin-bottom: 4px !important;
}
.ml-xl-05,
.mx-xl-05 {
margin-left: 4px !important;
}
.m-xl-1 {
margin: 8px !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 8px !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 8px !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 8px !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 8px !important;
}
.m-xl-2 {
margin: 16px !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 16px !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 16px !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 16px !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 16px !important;
}
.m-xl-3 {
margin: 24px !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 24px !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 24px !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 24px !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 24px !important;
}
.m-xl-4 {
margin: 32px !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 32px !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 32px !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 32px !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 32px !important;
}
.m-xl-5 {
margin: 48px !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 48px !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 48px !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 48px !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 48px !important;
}
.m-xl-6 {
margin: 64px !important;
}
.mt-xl-6,
.my-xl-6 {
margin-top: 64px !important;
}
.mr-xl-6,
.mx-xl-6 {
margin-right: 64px !important;
}
.mb-xl-6,
.my-xl-6 {
margin-bottom: 64px !important;
}
.ml-xl-6,
.mx-xl-6 {
margin-left: 64px !important;
}
.m-xl-7 {
margin: 80px !important;
}
.mt-xl-7,
.my-xl-7 {
margin-top: 80px !important;
}
.mr-xl-7,
.mx-xl-7 {
margin-right: 80px !important;
}
.mb-xl-7,
.my-xl-7 {
margin-bottom: 80px !important;
}
.ml-xl-7,
.mx-xl-7 {
margin-left: 80px !important;
}
.m-xl-8 {
margin: 96px !important;
}
.mt-xl-8,
.my-xl-8 {
margin-top: 96px !important;
}
.mr-xl-8,
.mx-xl-8 {
margin-right: 96px !important;
}
.mb-xl-8,
.my-xl-8 {
margin-bottom: 96px !important;
}
.ml-xl-8,
.mx-xl-8 {
margin-left: 96px !important;
}
.m-xl-9 {
margin: 120px !important;
}
.mt-xl-9,
.my-xl-9 {
margin-top: 120px !important;
}
.mr-xl-9,
.mx-xl-9 {
margin-right: 120px !important;
}
.mb-xl-9,
.my-xl-9 {
margin-bottom: 120px !important;
}
.ml-xl-9,
.mx-xl-9 {
margin-left: 120px !important;
}
.m-xl-10 {
margin: 152px !important;
}
.mt-xl-10,
.my-xl-10 {
margin-top: 152px !important;
}
.mr-xl-10,
.mx-xl-10 {
margin-right: 152px !important;
}
.mb-xl-10,
.my-xl-10 {
margin-bottom: 152px !important;
}
.ml-xl-10,
.mx-xl-10 {
margin-left: 152px !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-05 {
padding: 4px !important;
}
.pt-xl-05,
.py-xl-05 {
padding-top: 4px !important;
}
.pr-xl-05,
.px-xl-05 {
padding-right: 4px !important;
}
.pb-xl-05,
.py-xl-05 {
padding-bottom: 4px !important;
}
.pl-xl-05,
.px-xl-05 {
padding-left: 4px !important;
}
.p-xl-1 {
padding: 8px !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 8px !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 8px !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 8px !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 8px !important;
}
.p-xl-2 {
padding: 16px !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 16px !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 16px !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 16px !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 16px !important;
}
.p-xl-3 {
padding: 24px !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 24px !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 24px !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 24px !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 24px !important;
}
.p-xl-4 {
padding: 32px !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 32px !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 32px !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 32px !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 32px !important;
}
.p-xl-5 {
padding: 48px !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 48px !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 48px !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 48px !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 48px !important;
}
.p-xl-6 {
padding: 64px !important;
}
.pt-xl-6,
.py-xl-6 {
padding-top: 64px !important;
}
.pr-xl-6,
.px-xl-6 {
padding-right: 64px !important;
}
.pb-xl-6,
.py-xl-6 {
padding-bottom: 64px !important;
}
.pl-xl-6,
.px-xl-6 {
padding-left: 64px !important;
}
.p-xl-7 {
padding: 80px !important;
}
.pt-xl-7,
.py-xl-7 {
padding-top: 80px !important;
}
.pr-xl-7,
.px-xl-7 {
padding-right: 80px !important;
}
.pb-xl-7,
.py-xl-7 {
padding-bottom: 80px !important;
}
.pl-xl-7,
.px-xl-7 {
padding-left: 80px !important;
}
.p-xl-8 {
padding: 96px !important;
}
.pt-xl-8,
.py-xl-8 {
padding-top: 96px !important;
}
.pr-xl-8,
.px-xl-8 {
padding-right: 96px !important;
}
.pb-xl-8,
.py-xl-8 {
padding-bottom: 96px !important;
}
.pl-xl-8,
.px-xl-8 {
padding-left: 96px !important;
}
.p-xl-9 {
padding: 120px !important;
}
.pt-xl-9,
.py-xl-9 {
padding-top: 120px !important;
}
.pr-xl-9,
.px-xl-9 {
padding-right: 120px !important;
}
.pb-xl-9,
.py-xl-9 {
padding-bottom: 120px !important;
}
.pl-xl-9,
.px-xl-9 {
padding-left: 120px !important;
}
.p-xl-10 {
padding: 152px !important;
}
.pt-xl-10,
.py-xl-10 {
padding-top: 152px !important;
}
.pr-xl-10,
.px-xl-10 {
padding-right: 152px !important;
}
.pb-xl-10,
.py-xl-10 {
padding-bottom: 152px !important;
}
.pl-xl-10,
.px-xl-10 {
padding-left: 152px !important;
}
.m-xl-n05 {
margin: -4px !important;
}
.mt-xl-n05,
.my-xl-n05 {
margin-top: -4px !important;
}
.mr-xl-n05,
.mx-xl-n05 {
margin-right: -4px !important;
}
.mb-xl-n05,
.my-xl-n05 {
margin-bottom: -4px !important;
}
.ml-xl-n05,
.mx-xl-n05 {
margin-left: -4px !important;
}
.m-xl-n1 {
margin: -8px !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -8px !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -8px !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -8px !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -8px !important;
}
.m-xl-n2 {
margin: -16px !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -16px !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -16px !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -16px !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -16px !important;
}
.m-xl-n3 {
margin: -24px !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -24px !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -24px !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -24px !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -24px !important;
}
.m-xl-n4 {
margin: -32px !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -32px !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -32px !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -32px !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -32px !important;
}
.m-xl-n5 {
margin: -48px !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -48px !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -48px !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -48px !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -48px !important;
}
.m-xl-n6 {
margin: -64px !important;
}
.mt-xl-n6,
.my-xl-n6 {
margin-top: -64px !important;
}
.mr-xl-n6,
.mx-xl-n6 {
margin-right: -64px !important;
}
.mb-xl-n6,
.my-xl-n6 {
margin-bottom: -64px !important;
}
.ml-xl-n6,
.mx-xl-n6 {
margin-left: -64px !important;
}
.m-xl-n7 {
margin: -80px !important;
}
.mt-xl-n7,
.my-xl-n7 {
margin-top: -80px !important;
}
.mr-xl-n7,
.mx-xl-n7 {
margin-right: -80px !important;
}
.mb-xl-n7,
.my-xl-n7 {
margin-bottom: -80px !important;
}
.ml-xl-n7,
.mx-xl-n7 {
margin-left: -80px !important;
}
.m-xl-n8 {
margin: -96px !important;
}
.mt-xl-n8,
.my-xl-n8 {
margin-top: -96px !important;
}
.mr-xl-n8,
.mx-xl-n8 {
margin-right: -96px !important;
}
.mb-xl-n8,
.my-xl-n8 {
margin-bottom: -96px !important;
}
.ml-xl-n8,
.mx-xl-n8 {
margin-left: -96px !important;
}
.m-xl-n9 {
margin: -120px !important;
}
.mt-xl-n9,
.my-xl-n9 {
margin-top: -120px !important;
}
.mr-xl-n9,
.mx-xl-n9 {
margin-right: -120px !important;
}
.mb-xl-n9,
.my-xl-n9 {
margin-bottom: -120px !important;
}
.ml-xl-n9,
.mx-xl-n9 {
margin-left: -120px !important;
}
.m-xl-n10 {
margin: -152px !important;
}
.mt-xl-n10,
.my-xl-n10 {
margin-top: -152px !important;
}
.mr-xl-n10,
.mx-xl-n10 {
margin-right: -152px !important;
}
.mb-xl-n10,
.my-xl-n10 {
margin-bottom: -152px !important;
}
.ml-xl-n10,
.mx-xl-n10 {
margin-left: -152px !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
@media (min-width: 1440px) {
.m-xxl-0 {
margin: 0 !important;
}
.mt-xxl-0,
.my-xxl-0 {
margin-top: 0 !important;
}
.mr-xxl-0,
.mx-xxl-0 {
margin-right: 0 !important;
}
.mb-xxl-0,
.my-xxl-0 {
margin-bottom: 0 !important;
}
.ml-xxl-0,
.mx-xxl-0 {
margin-left: 0 !important;
}
.m-xxl-05 {
margin: 4px !important;
}
.mt-xxl-05,
.my-xxl-05 {
margin-top: 4px !important;
}
.mr-xxl-05,
.mx-xxl-05 {
margin-right: 4px !important;
}
.mb-xxl-05,
.my-xxl-05 {
margin-bottom: 4px !important;
}
.ml-xxl-05,
.mx-xxl-05 {
margin-left: 4px !important;
}
.m-xxl-1 {
margin: 8px !important;
}
.mt-xxl-1,
.my-xxl-1 {
margin-top: 8px !important;
}
.mr-xxl-1,
.mx-xxl-1 {
margin-right: 8px !important;
}
.mb-xxl-1,
.my-xxl-1 {
margin-bottom: 8px !important;
}
.ml-xxl-1,
.mx-xxl-1 {
margin-left: 8px !important;
}
.m-xxl-2 {
margin: 16px !important;
}
.mt-xxl-2,
.my-xxl-2 {
margin-top: 16px !important;
}
.mr-xxl-2,
.mx-xxl-2 {
margin-right: 16px !important;
}
.mb-xxl-2,
.my-xxl-2 {
margin-bottom: 16px !important;
}
.ml-xxl-2,
.mx-xxl-2 {
margin-left: 16px !important;
}
.m-xxl-3 {
margin: 24px !important;
}
.mt-xxl-3,
.my-xxl-3 {
margin-top: 24px !important;
}
.mr-xxl-3,
.mx-xxl-3 {
margin-right: 24px !important;
}
.mb-xxl-3,
.my-xxl-3 {
margin-bottom: 24px !important;
}
.ml-xxl-3,
.mx-xxl-3 {
margin-left: 24px !important;
}
.m-xxl-4 {
margin: 32px !important;
}
.mt-xxl-4,
.my-xxl-4 {
margin-top: 32px !important;
}
.mr-xxl-4,
.mx-xxl-4 {
margin-right: 32px !important;
}
.mb-xxl-4,
.my-xxl-4 {
margin-bottom: 32px !important;
}
.ml-xxl-4,
.mx-xxl-4 {
margin-left: 32px !important;
}
.m-xxl-5 {
margin: 48px !important;
}
.mt-xxl-5,
.my-xxl-5 {
margin-top: 48px !important;
}
.mr-xxl-5,
.mx-xxl-5 {
margin-right: 48px !important;
}
.mb-xxl-5,
.my-xxl-5 {
margin-bottom: 48px !important;
}
.ml-xxl-5,
.mx-xxl-5 {
margin-left: 48px !important;
}
.m-xxl-6 {
margin: 64px !important;
}
.mt-xxl-6,
.my-xxl-6 {
margin-top: 64px !important;
}
.mr-xxl-6,
.mx-xxl-6 {
margin-right: 64px !important;
}
.mb-xxl-6,
.my-xxl-6 {
margin-bottom: 64px !important;
}
.ml-xxl-6,
.mx-xxl-6 {
margin-left: 64px !important;
}
.m-xxl-7 {
margin: 80px !important;
}
.mt-xxl-7,
.my-xxl-7 {
margin-top: 80px !important;
}
.mr-xxl-7,
.mx-xxl-7 {
margin-right: 80px !important;
}
.mb-xxl-7,
.my-xxl-7 {
margin-bottom: 80px !important;
}
.ml-xxl-7,
.mx-xxl-7 {
margin-left: 80px !important;
}
.m-xxl-8 {
margin: 96px !important;
}
.mt-xxl-8,
.my-xxl-8 {
margin-top: 96px !important;
}
.mr-xxl-8,
.mx-xxl-8 {
margin-right: 96px !important;
}
.mb-xxl-8,
.my-xxl-8 {
margin-bottom: 96px !important;
}
.ml-xxl-8,
.mx-xxl-8 {
margin-left: 96px !important;
}
.m-xxl-9 {
margin: 120px !important;
}
.mt-xxl-9,
.my-xxl-9 {
margin-top: 120px !important;
}
.mr-xxl-9,
.mx-xxl-9 {
margin-right: 120px !important;
}
.mb-xxl-9,
.my-xxl-9 {
margin-bottom: 120px !important;
}
.ml-xxl-9,
.mx-xxl-9 {
margin-left: 120px !important;
}
.m-xxl-10 {
margin: 152px !important;
}
.mt-xxl-10,
.my-xxl-10 {
margin-top: 152px !important;
}
.mr-xxl-10,
.mx-xxl-10 {
margin-right: 152px !important;
}
.mb-xxl-10,
.my-xxl-10 {
margin-bottom: 152px !important;
}
.ml-xxl-10,
.mx-xxl-10 {
margin-left: 152px !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.pt-xxl-0,
.py-xxl-0 {
padding-top: 0 !important;
}
.pr-xxl-0,
.px-xxl-0 {
padding-right: 0 !important;
}
.pb-xxl-0,
.py-xxl-0 {
padding-bottom: 0 !important;
}
.pl-xxl-0,
.px-xxl-0 {
padding-left: 0 !important;
}
.p-xxl-05 {
padding: 4px !important;
}
.pt-xxl-05,
.py-xxl-05 {
padding-top: 4px !important;
}
.pr-xxl-05,
.px-xxl-05 {
padding-right: 4px !important;
}
.pb-xxl-05,
.py-xxl-05 {
padding-bottom: 4px !important;
}
.pl-xxl-05,
.px-xxl-05 {
padding-left: 4px !important;
}
.p-xxl-1 {
padding: 8px !important;
}
.pt-xxl-1,
.py-xxl-1 {
padding-top: 8px !important;
}
.pr-xxl-1,
.px-xxl-1 {
padding-right: 8px !important;
}
.pb-xxl-1,
.py-xxl-1 {
padding-bottom: 8px !important;
}
.pl-xxl-1,
.px-xxl-1 {
padding-left: 8px !important;
}
.p-xxl-2 {
padding: 16px !important;
}
.pt-xxl-2,
.py-xxl-2 {
padding-top: 16px !important;
}
.pr-xxl-2,
.px-xxl-2 {
padding-right: 16px !important;
}
.pb-xxl-2,
.py-xxl-2 {
padding-bottom: 16px !important;
}
.pl-xxl-2,
.px-xxl-2 {
padding-left: 16px !important;
}
.p-xxl-3 {
padding: 24px !important;
}
.pt-xxl-3,
.py-xxl-3 {
padding-top: 24px !important;
}
.pr-xxl-3,
.px-xxl-3 {
padding-right: 24px !important;
}
.pb-xxl-3,
.py-xxl-3 {
padding-bottom: 24px !important;
}
.pl-xxl-3,
.px-xxl-3 {
padding-left: 24px !important;
}
.p-xxl-4 {
padding: 32px !important;
}
.pt-xxl-4,
.py-xxl-4 {
padding-top: 32px !important;
}
.pr-xxl-4,
.px-xxl-4 {
padding-right: 32px !important;
}
.pb-xxl-4,
.py-xxl-4 {
padding-bottom: 32px !important;
}
.pl-xxl-4,
.px-xxl-4 {
padding-left: 32px !important;
}
.p-xxl-5 {
padding: 48px !important;
}
.pt-xxl-5,
.py-xxl-5 {
padding-top: 48px !important;
}
.pr-xxl-5,
.px-xxl-5 {
padding-right: 48px !important;
}
.pb-xxl-5,
.py-xxl-5 {
padding-bottom: 48px !important;
}
.pl-xxl-5,
.px-xxl-5 {
padding-left: 48px !important;
}
.p-xxl-6 {
padding: 64px !important;
}
.pt-xxl-6,
.py-xxl-6 {
padding-top: 64px !important;
}
.pr-xxl-6,
.px-xxl-6 {
padding-right: 64px !important;
}
.pb-xxl-6,
.py-xxl-6 {
padding-bottom: 64px !important;
}
.pl-xxl-6,
.px-xxl-6 {
padding-left: 64px !important;
}
.p-xxl-7 {
padding: 80px !important;
}
.pt-xxl-7,
.py-xxl-7 {
padding-top: 80px !important;
}
.pr-xxl-7,
.px-xxl-7 {
padding-right: 80px !important;
}
.pb-xxl-7,
.py-xxl-7 {
padding-bottom: 80px !important;
}
.pl-xxl-7,
.px-xxl-7 {
padding-left: 80px !important;
}
.p-xxl-8 {
padding: 96px !important;
}
.pt-xxl-8,
.py-xxl-8 {
padding-top: 96px !important;
}
.pr-xxl-8,
.px-xxl-8 {
padding-right: 96px !important;
}
.pb-xxl-8,
.py-xxl-8 {
padding-bottom: 96px !important;
}
.pl-xxl-8,
.px-xxl-8 {
padding-left: 96px !important;
}
.p-xxl-9 {
padding: 120px !important;
}
.pt-xxl-9,
.py-xxl-9 {
padding-top: 120px !important;
}
.pr-xxl-9,
.px-xxl-9 {
padding-right: 120px !important;
}
.pb-xxl-9,
.py-xxl-9 {
padding-bottom: 120px !important;
}
.pl-xxl-9,
.px-xxl-9 {
padding-left: 120px !important;
}
.p-xxl-10 {
padding: 152px !important;
}
.pt-xxl-10,
.py-xxl-10 {
padding-top: 152px !important;
}
.pr-xxl-10,
.px-xxl-10 {
padding-right: 152px !important;
}
.pb-xxl-10,
.py-xxl-10 {
padding-bottom: 152px !important;
}
.pl-xxl-10,
.px-xxl-10 {
padding-left: 152px !important;
}
.m-xxl-n05 {
margin: -4px !important;
}
.mt-xxl-n05,
.my-xxl-n05 {
margin-top: -4px !important;
}
.mr-xxl-n05,
.mx-xxl-n05 {
margin-right: -4px !important;
}
.mb-xxl-n05,
.my-xxl-n05 {
margin-bottom: -4px !important;
}
.ml-xxl-n05,
.mx-xxl-n05 {
margin-left: -4px !important;
}
.m-xxl-n1 {
margin: -8px !important;
}
.mt-xxl-n1,
.my-xxl-n1 {
margin-top: -8px !important;
}
.mr-xxl-n1,
.mx-xxl-n1 {
margin-right: -8px !important;
}
.mb-xxl-n1,
.my-xxl-n1 {
margin-bottom: -8px !important;
}
.ml-xxl-n1,
.mx-xxl-n1 {
margin-left: -8px !important;
}
.m-xxl-n2 {
margin: -16px !important;
}
.mt-xxl-n2,
.my-xxl-n2 {
margin-top: -16px !important;
}
.mr-xxl-n2,
.mx-xxl-n2 {
margin-right: -16px !important;
}
.mb-xxl-n2,
.my-xxl-n2 {
margin-bottom: -16px !important;
}
.ml-xxl-n2,
.mx-xxl-n2 {
margin-left: -16px !important;
}
.m-xxl-n3 {
margin: -24px !important;
}
.mt-xxl-n3,
.my-xxl-n3 {
margin-top: -24px !important;
}
.mr-xxl-n3,
.mx-xxl-n3 {
margin-right: -24px !important;
}
.mb-xxl-n3,
.my-xxl-n3 {
margin-bottom: -24px !important;
}
.ml-xxl-n3,
.mx-xxl-n3 {
margin-left: -24px !important;
}
.m-xxl-n4 {
margin: -32px !important;
}
.mt-xxl-n4,
.my-xxl-n4 {
margin-top: -32px !important;
}
.mr-xxl-n4,
.mx-xxl-n4 {
margin-right: -32px !important;
}
.mb-xxl-n4,
.my-xxl-n4 {
margin-bottom: -32px !important;
}
.ml-xxl-n4,
.mx-xxl-n4 {
margin-left: -32px !important;
}
.m-xxl-n5 {
margin: -48px !important;
}
.mt-xxl-n5,
.my-xxl-n5 {
margin-top: -48px !important;
}
.mr-xxl-n5,
.mx-xxl-n5 {
margin-right: -48px !important;
}
.mb-xxl-n5,
.my-xxl-n5 {
margin-bottom: -48px !important;
}
.ml-xxl-n5,
.mx-xxl-n5 {
margin-left: -48px !important;
}
.m-xxl-n6 {
margin: -64px !important;
}
.mt-xxl-n6,
.my-xxl-n6 {
margin-top: -64px !important;
}
.mr-xxl-n6,
.mx-xxl-n6 {
margin-right: -64px !important;
}
.mb-xxl-n6,
.my-xxl-n6 {
margin-bottom: -64px !important;
}
.ml-xxl-n6,
.mx-xxl-n6 {
margin-left: -64px !important;
}
.m-xxl-n7 {
margin: -80px !important;
}
.mt-xxl-n7,
.my-xxl-n7 {
margin-top: -80px !important;
}
.mr-xxl-n7,
.mx-xxl-n7 {
margin-right: -80px !important;
}
.mb-xxl-n7,
.my-xxl-n7 {
margin-bottom: -80px !important;
}
.ml-xxl-n7,
.mx-xxl-n7 {
margin-left: -80px !important;
}
.m-xxl-n8 {
margin: -96px !important;
}
.mt-xxl-n8,
.my-xxl-n8 {
margin-top: -96px !important;
}
.mr-xxl-n8,
.mx-xxl-n8 {
margin-right: -96px !important;
}
.mb-xxl-n8,
.my-xxl-n8 {
margin-bottom: -96px !important;
}
.ml-xxl-n8,
.mx-xxl-n8 {
margin-left: -96px !important;
}
.m-xxl-n9 {
margin: -120px !important;
}
.mt-xxl-n9,
.my-xxl-n9 {
margin-top: -120px !important;
}
.mr-xxl-n9,
.mx-xxl-n9 {
margin-right: -120px !important;
}
.mb-xxl-n9,
.my-xxl-n9 {
margin-bottom: -120px !important;
}
.ml-xxl-n9,
.mx-xxl-n9 {
margin-left: -120px !important;
}
.m-xxl-n10 {
margin: -152px !important;
}
.mt-xxl-n10,
.my-xxl-n10 {
margin-top: -152px !important;
}
.mr-xxl-n10,
.mx-xxl-n10 {
margin-right: -152px !important;
}
.mb-xxl-n10,
.my-xxl-n10 {
margin-bottom: -152px !important;
}
.ml-xxl-n10,
.mx-xxl-n10 {
margin-left: -152px !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mt-xxl-auto,
.my-xxl-auto {
margin-top: auto !important;
}
.mr-xxl-auto,
.mx-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-auto,
.my-xxl-auto {
margin-bottom: auto !important;
}
.ml-xxl-auto,
.mx-xxl-auto {
margin-left: auto !important;
}
}
@media (min-width: 1600px) {
.m-xxxl-0 {
margin: 0 !important;
}
.mt-xxxl-0,
.my-xxxl-0 {
margin-top: 0 !important;
}
.mr-xxxl-0,
.mx-xxxl-0 {
margin-right: 0 !important;
}
.mb-xxxl-0,
.my-xxxl-0 {
margin-bottom: 0 !important;
}
.ml-xxxl-0,
.mx-xxxl-0 {
margin-left: 0 !important;
}
.m-xxxl-05 {
margin: 4px !important;
}
.mt-xxxl-05,
.my-xxxl-05 {
margin-top: 4px !important;
}
.mr-xxxl-05,
.mx-xxxl-05 {
margin-right: 4px !important;
}
.mb-xxxl-05,
.my-xxxl-05 {
margin-bottom: 4px !important;
}
.ml-xxxl-05,
.mx-xxxl-05 {
margin-left: 4px !important;
}
.m-xxxl-1 {
margin: 8px !important;
}
.mt-xxxl-1,
.my-xxxl-1 {
margin-top: 8px !important;
}
.mr-xxxl-1,
.mx-xxxl-1 {
margin-right: 8px !important;
}
.mb-xxxl-1,
.my-xxxl-1 {
margin-bottom: 8px !important;
}
.ml-xxxl-1,
.mx-xxxl-1 {
margin-left: 8px !important;
}
.m-xxxl-2 {
margin: 16px !important;
}
.mt-xxxl-2,
.my-xxxl-2 {
margin-top: 16px !important;
}
.mr-xxxl-2,
.mx-xxxl-2 {
margin-right: 16px !important;
}
.mb-xxxl-2,
.my-xxxl-2 {
margin-bottom: 16px !important;
}
.ml-xxxl-2,
.mx-xxxl-2 {
margin-left: 16px !important;
}
.m-xxxl-3 {
margin: 24px !important;
}
.mt-xxxl-3,
.my-xxxl-3 {
margin-top: 24px !important;
}
.mr-xxxl-3,
.mx-xxxl-3 {
margin-right: 24px !important;
}
.mb-xxxl-3,
.my-xxxl-3 {
margin-bottom: 24px !important;
}
.ml-xxxl-3,
.mx-xxxl-3 {
margin-left: 24px !important;
}
.m-xxxl-4 {
margin: 32px !important;
}
.mt-xxxl-4,
.my-xxxl-4 {
margin-top: 32px !important;
}
.mr-xxxl-4,
.mx-xxxl-4 {
margin-right: 32px !important;
}
.mb-xxxl-4,
.my-xxxl-4 {
margin-bottom: 32px !important;
}
.ml-xxxl-4,
.mx-xxxl-4 {
margin-left: 32px !important;
}
.m-xxxl-5 {
margin: 48px !important;
}
.mt-xxxl-5,
.my-xxxl-5 {
margin-top: 48px !important;
}
.mr-xxxl-5,
.mx-xxxl-5 {
margin-right: 48px !important;
}
.mb-xxxl-5,
.my-xxxl-5 {
margin-bottom: 48px !important;
}
.ml-xxxl-5,
.mx-xxxl-5 {
margin-left: 48px !important;
}
.m-xxxl-6 {
margin: 64px !important;
}
.mt-xxxl-6,
.my-xxxl-6 {
margin-top: 64px !important;
}
.mr-xxxl-6,
.mx-xxxl-6 {
margin-right: 64px !important;
}
.mb-xxxl-6,
.my-xxxl-6 {
margin-bottom: 64px !important;
}
.ml-xxxl-6,
.mx-xxxl-6 {
margin-left: 64px !important;
}
.m-xxxl-7 {
margin: 80px !important;
}
.mt-xxxl-7,
.my-xxxl-7 {
margin-top: 80px !important;
}
.mr-xxxl-7,
.mx-xxxl-7 {
margin-right: 80px !important;
}
.mb-xxxl-7,
.my-xxxl-7 {
margin-bottom: 80px !important;
}
.ml-xxxl-7,
.mx-xxxl-7 {
margin-left: 80px !important;
}
.m-xxxl-8 {
margin: 96px !important;
}
.mt-xxxl-8,
.my-xxxl-8 {
margin-top: 96px !important;
}
.mr-xxxl-8,
.mx-xxxl-8 {
margin-right: 96px !important;
}
.mb-xxxl-8,
.my-xxxl-8 {
margin-bottom: 96px !important;
}
.ml-xxxl-8,
.mx-xxxl-8 {
margin-left: 96px !important;
}
.m-xxxl-9 {
margin: 120px !important;
}
.mt-xxxl-9,
.my-xxxl-9 {
margin-top: 120px !important;
}
.mr-xxxl-9,
.mx-xxxl-9 {
margin-right: 120px !important;
}
.mb-xxxl-9,
.my-xxxl-9 {
margin-bottom: 120px !important;
}
.ml-xxxl-9,
.mx-xxxl-9 {
margin-left: 120px !important;
}
.m-xxxl-10 {
margin: 152px !important;
}
.mt-xxxl-10,
.my-xxxl-10 {
margin-top: 152px !important;
}
.mr-xxxl-10,
.mx-xxxl-10 {
margin-right: 152px !important;
}
.mb-xxxl-10,
.my-xxxl-10 {
margin-bottom: 152px !important;
}
.ml-xxxl-10,
.mx-xxxl-10 {
margin-left: 152px !important;
}
.p-xxxl-0 {
padding: 0 !important;
}
.pt-xxxl-0,
.py-xxxl-0 {
padding-top: 0 !important;
}
.pr-xxxl-0,
.px-xxxl-0 {
padding-right: 0 !important;
}
.pb-xxxl-0,
.py-xxxl-0 {
padding-bottom: 0 !important;
}
.pl-xxxl-0,
.px-xxxl-0 {
padding-left: 0 !important;
}
.p-xxxl-05 {
padding: 4px !important;
}
.pt-xxxl-05,
.py-xxxl-05 {
padding-top: 4px !important;
}
.pr-xxxl-05,
.px-xxxl-05 {
padding-right: 4px !important;
}
.pb-xxxl-05,
.py-xxxl-05 {
padding-bottom: 4px !important;
}
.pl-xxxl-05,
.px-xxxl-05 {
padding-left: 4px !important;
}
.p-xxxl-1 {
padding: 8px !important;
}
.pt-xxxl-1,
.py-xxxl-1 {
padding-top: 8px !important;
}
.pr-xxxl-1,
.px-xxxl-1 {
padding-right: 8px !important;
}
.pb-xxxl-1,
.py-xxxl-1 {
padding-bottom: 8px !important;
}
.pl-xxxl-1,
.px-xxxl-1 {
padding-left: 8px !important;
}
.p-xxxl-2 {
padding: 16px !important;
}
.pt-xxxl-2,
.py-xxxl-2 {
padding-top: 16px !important;
}
.pr-xxxl-2,
.px-xxxl-2 {
padding-right: 16px !important;
}
.pb-xxxl-2,
.py-xxxl-2 {
padding-bottom: 16px !important;
}
.pl-xxxl-2,
.px-xxxl-2 {
padding-left: 16px !important;
}
.p-xxxl-3 {
padding: 24px !important;
}
.pt-xxxl-3,
.py-xxxl-3 {
padding-top: 24px !important;
}
.pr-xxxl-3,
.px-xxxl-3 {
padding-right: 24px !important;
}
.pb-xxxl-3,
.py-xxxl-3 {
padding-bottom: 24px !important;
}
.pl-xxxl-3,
.px-xxxl-3 {
padding-left: 24px !important;
}
.p-xxxl-4 {
padding: 32px !important;
}
.pt-xxxl-4,
.py-xxxl-4 {
padding-top: 32px !important;
}
.pr-xxxl-4,
.px-xxxl-4 {
padding-right: 32px !important;
}
.pb-xxxl-4,
.py-xxxl-4 {
padding-bottom: 32px !important;
}
.pl-xxxl-4,
.px-xxxl-4 {
padding-left: 32px !important;
}
.p-xxxl-5 {
padding: 48px !important;
}
.pt-xxxl-5,
.py-xxxl-5 {
padding-top: 48px !important;
}
.pr-xxxl-5,
.px-xxxl-5 {
padding-right: 48px !important;
}
.pb-xxxl-5,
.py-xxxl-5 {
padding-bottom: 48px !important;
}
.pl-xxxl-5,
.px-xxxl-5 {
padding-left: 48px !important;
}
.p-xxxl-6 {
padding: 64px !important;
}
.pt-xxxl-6,
.py-xxxl-6 {
padding-top: 64px !important;
}
.pr-xxxl-6,
.px-xxxl-6 {
padding-right: 64px !important;
}
.pb-xxxl-6,
.py-xxxl-6 {
padding-bottom: 64px !important;
}
.pl-xxxl-6,
.px-xxxl-6 {
padding-left: 64px !important;
}
.p-xxxl-7 {
padding: 80px !important;
}
.pt-xxxl-7,
.py-xxxl-7 {
padding-top: 80px !important;
}
.pr-xxxl-7,
.px-xxxl-7 {
padding-right: 80px !important;
}
.pb-xxxl-7,
.py-xxxl-7 {
padding-bottom: 80px !important;
}
.pl-xxxl-7,
.px-xxxl-7 {
padding-left: 80px !important;
}
.p-xxxl-8 {
padding: 96px !important;
}
.pt-xxxl-8,
.py-xxxl-8 {
padding-top: 96px !important;
}
.pr-xxxl-8,
.px-xxxl-8 {
padding-right: 96px !important;
}
.pb-xxxl-8,
.py-xxxl-8 {
padding-bottom: 96px !important;
}
.pl-xxxl-8,
.px-xxxl-8 {
padding-left: 96px !important;
}
.p-xxxl-9 {
padding: 120px !important;
}
.pt-xxxl-9,
.py-xxxl-9 {
padding-top: 120px !important;
}
.pr-xxxl-9,
.px-xxxl-9 {
padding-right: 120px !important;
}
.pb-xxxl-9,
.py-xxxl-9 {
padding-bottom: 120px !important;
}
.pl-xxxl-9,
.px-xxxl-9 {
padding-left: 120px !important;
}
.p-xxxl-10 {
padding: 152px !important;
}
.pt-xxxl-10,
.py-xxxl-10 {
padding-top: 152px !important;
}
.pr-xxxl-10,
.px-xxxl-10 {
padding-right: 152px !important;
}
.pb-xxxl-10,
.py-xxxl-10 {
padding-bottom: 152px !important;
}
.pl-xxxl-10,
.px-xxxl-10 {
padding-left: 152px !important;
}
.m-xxxl-n05 {
margin: -4px !important;
}
.mt-xxxl-n05,
.my-xxxl-n05 {
margin-top: -4px !important;
}
.mr-xxxl-n05,
.mx-xxxl-n05 {
margin-right: -4px !important;
}
.mb-xxxl-n05,
.my-xxxl-n05 {
margin-bottom: -4px !important;
}
.ml-xxxl-n05,
.mx-xxxl-n05 {
margin-left: -4px !important;
}
.m-xxxl-n1 {
margin: -8px !important;
}
.mt-xxxl-n1,
.my-xxxl-n1 {
margin-top: -8px !important;
}
.mr-xxxl-n1,
.mx-xxxl-n1 {
margin-right: -8px !important;
}
.mb-xxxl-n1,
.my-xxxl-n1 {
margin-bottom: -8px !important;
}
.ml-xxxl-n1,
.mx-xxxl-n1 {
margin-left: -8px !important;
}
.m-xxxl-n2 {
margin: -16px !important;
}
.mt-xxxl-n2,
.my-xxxl-n2 {
margin-top: -16px !important;
}
.mr-xxxl-n2,
.mx-xxxl-n2 {
margin-right: -16px !important;
}
.mb-xxxl-n2,
.my-xxxl-n2 {
margin-bottom: -16px !important;
}
.ml-xxxl-n2,
.mx-xxxl-n2 {
margin-left: -16px !important;
}
.m-xxxl-n3 {
margin: -24px !important;
}
.mt-xxxl-n3,
.my-xxxl-n3 {
margin-top: -24px !important;
}
.mr-xxxl-n3,
.mx-xxxl-n3 {
margin-right: -24px !important;
}
.mb-xxxl-n3,
.my-xxxl-n3 {
margin-bottom: -24px !important;
}
.ml-xxxl-n3,
.mx-xxxl-n3 {
margin-left: -24px !important;
}
.m-xxxl-n4 {
margin: -32px !important;
}
.mt-xxxl-n4,
.my-xxxl-n4 {
margin-top: -32px !important;
}
.mr-xxxl-n4,
.mx-xxxl-n4 {
margin-right: -32px !important;
}
.mb-xxxl-n4,
.my-xxxl-n4 {
margin-bottom: -32px !important;
}
.ml-xxxl-n4,
.mx-xxxl-n4 {
margin-left: -32px !important;
}
.m-xxxl-n5 {
margin: -48px !important;
}
.mt-xxxl-n5,
.my-xxxl-n5 {
margin-top: -48px !important;
}
.mr-xxxl-n5,
.mx-xxxl-n5 {
margin-right: -48px !important;
}
.mb-xxxl-n5,
.my-xxxl-n5 {
margin-bottom: -48px !important;
}
.ml-xxxl-n5,
.mx-xxxl-n5 {
margin-left: -48px !important;
}
.m-xxxl-n6 {
margin: -64px !important;
}
.mt-xxxl-n6,
.my-xxxl-n6 {
margin-top: -64px !important;
}
.mr-xxxl-n6,
.mx-xxxl-n6 {
margin-right: -64px !important;
}
.mb-xxxl-n6,
.my-xxxl-n6 {
margin-bottom: -64px !important;
}
.ml-xxxl-n6,
.mx-xxxl-n6 {
margin-left: -64px !important;
}
.m-xxxl-n7 {
margin: -80px !important;
}
.mt-xxxl-n7,
.my-xxxl-n7 {
margin-top: -80px !important;
}
.mr-xxxl-n7,
.mx-xxxl-n7 {
margin-right: -80px !important;
}
.mb-xxxl-n7,
.my-xxxl-n7 {
margin-bottom: -80px !important;
}
.ml-xxxl-n7,
.mx-xxxl-n7 {
margin-left: -80px !important;
}
.m-xxxl-n8 {
margin: -96px !important;
}
.mt-xxxl-n8,
.my-xxxl-n8 {
margin-top: -96px !important;
}
.mr-xxxl-n8,
.mx-xxxl-n8 {
margin-right: -96px !important;
}
.mb-xxxl-n8,
.my-xxxl-n8 {
margin-bottom: -96px !important;
}
.ml-xxxl-n8,
.mx-xxxl-n8 {
margin-left: -96px !important;
}
.m-xxxl-n9 {
margin: -120px !important;
}
.mt-xxxl-n9,
.my-xxxl-n9 {
margin-top: -120px !important;
}
.mr-xxxl-n9,
.mx-xxxl-n9 {
margin-right: -120px !important;
}
.mb-xxxl-n9,
.my-xxxl-n9 {
margin-bottom: -120px !important;
}
.ml-xxxl-n9,
.mx-xxxl-n9 {
margin-left: -120px !important;
}
.m-xxxl-n10 {
margin: -152px !important;
}
.mt-xxxl-n10,
.my-xxxl-n10 {
margin-top: -152px !important;
}
.mr-xxxl-n10,
.mx-xxxl-n10 {
margin-right: -152px !important;
}
.mb-xxxl-n10,
.my-xxxl-n10 {
margin-bottom: -152px !important;
}
.ml-xxxl-n10,
.mx-xxxl-n10 {
margin-left: -152px !important;
}
.m-xxxl-auto {
margin: auto !important;
}
.mt-xxxl-auto,
.my-xxxl-auto {
margin-top: auto !important;
}
.mr-xxxl-auto,
.mx-xxxl-auto {
margin-right: auto !important;
}
.mb-xxxl-auto,
.my-xxxl-auto {
margin-bottom: auto !important;
}
.ml-xxxl-auto,
.mx-xxxl-auto {
margin-left: auto !important;
}
}
@media (min-width: 1800px) {
.m-xl4-0 {
margin: 0 !important;
}
.mt-xl4-0,
.my-xl4-0 {
margin-top: 0 !important;
}
.mr-xl4-0,
.mx-xl4-0 {
margin-right: 0 !important;
}
.mb-xl4-0,
.my-xl4-0 {
margin-bottom: 0 !important;
}
.ml-xl4-0,
.mx-xl4-0 {
margin-left: 0 !important;
}
.m-xl4-05 {
margin: 4px !important;
}
.mt-xl4-05,
.my-xl4-05 {
margin-top: 4px !important;
}
.mr-xl4-05,
.mx-xl4-05 {
margin-right: 4px !important;
}
.mb-xl4-05,
.my-xl4-05 {
margin-bottom: 4px !important;
}
.ml-xl4-05,
.mx-xl4-05 {
margin-left: 4px !important;
}
.m-xl4-1 {
margin: 8px !important;
}
.mt-xl4-1,
.my-xl4-1 {
margin-top: 8px !important;
}
.mr-xl4-1,
.mx-xl4-1 {
margin-right: 8px !important;
}
.mb-xl4-1,
.my-xl4-1 {
margin-bottom: 8px !important;
}
.ml-xl4-1,
.mx-xl4-1 {
margin-left: 8px !important;
}
.m-xl4-2 {
margin: 16px !important;
}
.mt-xl4-2,
.my-xl4-2 {
margin-top: 16px !important;
}
.mr-xl4-2,
.mx-xl4-2 {
margin-right: 16px !important;
}
.mb-xl4-2,
.my-xl4-2 {
margin-bottom: 16px !important;
}
.ml-xl4-2,
.mx-xl4-2 {
margin-left: 16px !important;
}
.m-xl4-3 {
margin: 24px !important;
}
.mt-xl4-3,
.my-xl4-3 {
margin-top: 24px !important;
}
.mr-xl4-3,
.mx-xl4-3 {
margin-right: 24px !important;
}
.mb-xl4-3,
.my-xl4-3 {
margin-bottom: 24px !important;
}
.ml-xl4-3,
.mx-xl4-3 {
margin-left: 24px !important;
}
.m-xl4-4 {
margin: 32px !important;
}
.mt-xl4-4,
.my-xl4-4 {
margin-top: 32px !important;
}
.mr-xl4-4,
.mx-xl4-4 {
margin-right: 32px !important;
}
.mb-xl4-4,
.my-xl4-4 {
margin-bottom: 32px !important;
}
.ml-xl4-4,
.mx-xl4-4 {
margin-left: 32px !important;
}
.m-xl4-5 {
margin: 48px !important;
}
.mt-xl4-5,
.my-xl4-5 {
margin-top: 48px !important;
}
.mr-xl4-5,
.mx-xl4-5 {
margin-right: 48px !important;
}
.mb-xl4-5,
.my-xl4-5 {
margin-bottom: 48px !important;
}
.ml-xl4-5,
.mx-xl4-5 {
margin-left: 48px !important;
}
.m-xl4-6 {
margin: 64px !important;
}
.mt-xl4-6,
.my-xl4-6 {
margin-top: 64px !important;
}
.mr-xl4-6,
.mx-xl4-6 {
margin-right: 64px !important;
}
.mb-xl4-6,
.my-xl4-6 {
margin-bottom: 64px !important;
}
.ml-xl4-6,
.mx-xl4-6 {
margin-left: 64px !important;
}
.m-xl4-7 {
margin: 80px !important;
}
.mt-xl4-7,
.my-xl4-7 {
margin-top: 80px !important;
}
.mr-xl4-7,
.mx-xl4-7 {
margin-right: 80px !important;
}
.mb-xl4-7,
.my-xl4-7 {
margin-bottom: 80px !important;
}
.ml-xl4-7,
.mx-xl4-7 {
margin-left: 80px !important;
}
.m-xl4-8 {
margin: 96px !important;
}
.mt-xl4-8,
.my-xl4-8 {
margin-top: 96px !important;
}
.mr-xl4-8,
.mx-xl4-8 {
margin-right: 96px !important;
}
.mb-xl4-8,
.my-xl4-8 {
margin-bottom: 96px !important;
}
.ml-xl4-8,
.mx-xl4-8 {
margin-left: 96px !important;
}
.m-xl4-9 {
margin: 120px !important;
}
.mt-xl4-9,
.my-xl4-9 {
margin-top: 120px !important;
}
.mr-xl4-9,
.mx-xl4-9 {
margin-right: 120px !important;
}
.mb-xl4-9,
.my-xl4-9 {
margin-bottom: 120px !important;
}
.ml-xl4-9,
.mx-xl4-9 {
margin-left: 120px !important;
}
.m-xl4-10 {
margin: 152px !important;
}
.mt-xl4-10,
.my-xl4-10 {
margin-top: 152px !important;
}
.mr-xl4-10,
.mx-xl4-10 {
margin-right: 152px !important;
}
.mb-xl4-10,
.my-xl4-10 {
margin-bottom: 152px !important;
}
.ml-xl4-10,
.mx-xl4-10 {
margin-left: 152px !important;
}
.p-xl4-0 {
padding: 0 !important;
}
.pt-xl4-0,
.py-xl4-0 {
padding-top: 0 !important;
}
.pr-xl4-0,
.px-xl4-0 {
padding-right: 0 !important;
}
.pb-xl4-0,
.py-xl4-0 {
padding-bottom: 0 !important;
}
.pl-xl4-0,
.px-xl4-0 {
padding-left: 0 !important;
}
.p-xl4-05 {
padding: 4px !important;
}
.pt-xl4-05,
.py-xl4-05 {
padding-top: 4px !important;
}
.pr-xl4-05,
.px-xl4-05 {
padding-right: 4px !important;
}
.pb-xl4-05,
.py-xl4-05 {
padding-bottom: 4px !important;
}
.pl-xl4-05,
.px-xl4-05 {
padding-left: 4px !important;
}
.p-xl4-1 {
padding: 8px !important;
}
.pt-xl4-1,
.py-xl4-1 {
padding-top: 8px !important;
}
.pr-xl4-1,
.px-xl4-1 {
padding-right: 8px !important;
}
.pb-xl4-1,
.py-xl4-1 {
padding-bottom: 8px !important;
}
.pl-xl4-1,
.px-xl4-1 {
padding-left: 8px !important;
}
.p-xl4-2 {
padding: 16px !important;
}
.pt-xl4-2,
.py-xl4-2 {
padding-top: 16px !important;
}
.pr-xl4-2,
.px-xl4-2 {
padding-right: 16px !important;
}
.pb-xl4-2,
.py-xl4-2 {
padding-bottom: 16px !important;
}
.pl-xl4-2,
.px-xl4-2 {
padding-left: 16px !important;
}
.p-xl4-3 {
padding: 24px !important;
}
.pt-xl4-3,
.py-xl4-3 {
padding-top: 24px !important;
}
.pr-xl4-3,
.px-xl4-3 {
padding-right: 24px !important;
}
.pb-xl4-3,
.py-xl4-3 {
padding-bottom: 24px !important;
}
.pl-xl4-3,
.px-xl4-3 {
padding-left: 24px !important;
}
.p-xl4-4 {
padding: 32px !important;
}
.pt-xl4-4,
.py-xl4-4 {
padding-top: 32px !important;
}
.pr-xl4-4,
.px-xl4-4 {
padding-right: 32px !important;
}
.pb-xl4-4,
.py-xl4-4 {
padding-bottom: 32px !important;
}
.pl-xl4-4,
.px-xl4-4 {
padding-left: 32px !important;
}
.p-xl4-5 {
padding: 48px !important;
}
.pt-xl4-5,
.py-xl4-5 {
padding-top: 48px !important;
}
.pr-xl4-5,
.px-xl4-5 {
padding-right: 48px !important;
}
.pb-xl4-5,
.py-xl4-5 {
padding-bottom: 48px !important;
}
.pl-xl4-5,
.px-xl4-5 {
padding-left: 48px !important;
}
.p-xl4-6 {
padding: 64px !important;
}
.pt-xl4-6,
.py-xl4-6 {
padding-top: 64px !important;
}
.pr-xl4-6,
.px-xl4-6 {
padding-right: 64px !important;
}
.pb-xl4-6,
.py-xl4-6 {
padding-bottom: 64px !important;
}
.pl-xl4-6,
.px-xl4-6 {
padding-left: 64px !important;
}
.p-xl4-7 {
padding: 80px !important;
}
.pt-xl4-7,
.py-xl4-7 {
padding-top: 80px !important;
}
.pr-xl4-7,
.px-xl4-7 {
padding-right: 80px !important;
}
.pb-xl4-7,
.py-xl4-7 {
padding-bottom: 80px !important;
}
.pl-xl4-7,
.px-xl4-7 {
padding-left: 80px !important;
}
.p-xl4-8 {
padding: 96px !important;
}
.pt-xl4-8,
.py-xl4-8 {
padding-top: 96px !important;
}
.pr-xl4-8,
.px-xl4-8 {
padding-right: 96px !important;
}
.pb-xl4-8,
.py-xl4-8 {
padding-bottom: 96px !important;
}
.pl-xl4-8,
.px-xl4-8 {
padding-left: 96px !important;
}
.p-xl4-9 {
padding: 120px !important;
}
.pt-xl4-9,
.py-xl4-9 {
padding-top: 120px !important;
}
.pr-xl4-9,
.px-xl4-9 {
padding-right: 120px !important;
}
.pb-xl4-9,
.py-xl4-9 {
padding-bottom: 120px !important;
}
.pl-xl4-9,
.px-xl4-9 {
padding-left: 120px !important;
}
.p-xl4-10 {
padding: 152px !important;
}
.pt-xl4-10,
.py-xl4-10 {
padding-top: 152px !important;
}
.pr-xl4-10,
.px-xl4-10 {
padding-right: 152px !important;
}
.pb-xl4-10,
.py-xl4-10 {
padding-bottom: 152px !important;
}
.pl-xl4-10,
.px-xl4-10 {
padding-left: 152px !important;
}
.m-xl4-n05 {
margin: -4px !important;
}
.mt-xl4-n05,
.my-xl4-n05 {
margin-top: -4px !important;
}
.mr-xl4-n05,
.mx-xl4-n05 {
margin-right: -4px !important;
}
.mb-xl4-n05,
.my-xl4-n05 {
margin-bottom: -4px !important;
}
.ml-xl4-n05,
.mx-xl4-n05 {
margin-left: -4px !important;
}
.m-xl4-n1 {
margin: -8px !important;
}
.mt-xl4-n1,
.my-xl4-n1 {
margin-top: -8px !important;
}
.mr-xl4-n1,
.mx-xl4-n1 {
margin-right: -8px !important;
}
.mb-xl4-n1,
.my-xl4-n1 {
margin-bottom: -8px !important;
}
.ml-xl4-n1,
.mx-xl4-n1 {
margin-left: -8px !important;
}
.m-xl4-n2 {
margin: -16px !important;
}
.mt-xl4-n2,
.my-xl4-n2 {
margin-top: -16px !important;
}
.mr-xl4-n2,
.mx-xl4-n2 {
margin-right: -16px !important;
}
.mb-xl4-n2,
.my-xl4-n2 {
margin-bottom: -16px !important;
}
.ml-xl4-n2,
.mx-xl4-n2 {
margin-left: -16px !important;
}
.m-xl4-n3 {
margin: -24px !important;
}
.mt-xl4-n3,
.my-xl4-n3 {
margin-top: -24px !important;
}
.mr-xl4-n3,
.mx-xl4-n3 {
margin-right: -24px !important;
}
.mb-xl4-n3,
.my-xl4-n3 {
margin-bottom: -24px !important;
}
.ml-xl4-n3,
.mx-xl4-n3 {
margin-left: -24px !important;
}
.m-xl4-n4 {
margin: -32px !important;
}
.mt-xl4-n4,
.my-xl4-n4 {
margin-top: -32px !important;
}
.mr-xl4-n4,
.mx-xl4-n4 {
margin-right: -32px !important;
}
.mb-xl4-n4,
.my-xl4-n4 {
margin-bottom: -32px !important;
}
.ml-xl4-n4,
.mx-xl4-n4 {
margin-left: -32px !important;
}
.m-xl4-n5 {
margin: -48px !important;
}
.mt-xl4-n5,
.my-xl4-n5 {
margin-top: -48px !important;
}
.mr-xl4-n5,
.mx-xl4-n5 {
margin-right: -48px !important;
}
.mb-xl4-n5,
.my-xl4-n5 {
margin-bottom: -48px !important;
}
.ml-xl4-n5,
.mx-xl4-n5 {
margin-left: -48px !important;
}
.m-xl4-n6 {
margin: -64px !important;
}
.mt-xl4-n6,
.my-xl4-n6 {
margin-top: -64px !important;
}
.mr-xl4-n6,
.mx-xl4-n6 {
margin-right: -64px !important;
}
.mb-xl4-n6,
.my-xl4-n6 {
margin-bottom: -64px !important;
}
.ml-xl4-n6,
.mx-xl4-n6 {
margin-left: -64px !important;
}
.m-xl4-n7 {
margin: -80px !important;
}
.mt-xl4-n7,
.my-xl4-n7 {
margin-top: -80px !important;
}
.mr-xl4-n7,
.mx-xl4-n7 {
margin-right: -80px !important;
}
.mb-xl4-n7,
.my-xl4-n7 {
margin-bottom: -80px !important;
}
.ml-xl4-n7,
.mx-xl4-n7 {
margin-left: -80px !important;
}
.m-xl4-n8 {
margin: -96px !important;
}
.mt-xl4-n8,
.my-xl4-n8 {
margin-top: -96px !important;
}
.mr-xl4-n8,
.mx-xl4-n8 {
margin-right: -96px !important;
}
.mb-xl4-n8,
.my-xl4-n8 {
margin-bottom: -96px !important;
}
.ml-xl4-n8,
.mx-xl4-n8 {
margin-left: -96px !important;
}
.m-xl4-n9 {
margin: -120px !important;
}
.mt-xl4-n9,
.my-xl4-n9 {
margin-top: -120px !important;
}
.mr-xl4-n9,
.mx-xl4-n9 {
margin-right: -120px !important;
}
.mb-xl4-n9,
.my-xl4-n9 {
margin-bottom: -120px !important;
}
.ml-xl4-n9,
.mx-xl4-n9 {
margin-left: -120px !important;
}
.m-xl4-n10 {
margin: -152px !important;
}
.mt-xl4-n10,
.my-xl4-n10 {
margin-top: -152px !important;
}
.mr-xl4-n10,
.mx-xl4-n10 {
margin-right: -152px !important;
}
.mb-xl4-n10,
.my-xl4-n10 {
margin-bottom: -152px !important;
}
.ml-xl4-n10,
.mx-xl4-n10 {
margin-left: -152px !important;
}
.m-xl4-auto {
margin: auto !important;
}
.mt-xl4-auto,
.my-xl4-auto {
margin-top: auto !important;
}
.mr-xl4-auto,
.mx-xl4-auto {
margin-right: auto !important;
}
.mb-xl4-auto,
.my-xl4-auto {
margin-bottom: auto !important;
}
.ml-xl4-auto,
.mx-xl4-auto {
margin-left: auto !important;
}
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
} *,
*:before,
*:after {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-break: break-word;
outline: none;
}
*:focus {
outline: none !important;
}
html,
body {
font-size: var(--fontSize3);
overflow-x: hidden;
width: 100%;
}
body {
font-family: var(--fontFamily1);
font-weight: var(--fontWeightRegular);
color: var(--colorExtraDark);
background: var(--colorExtraLight);
line-height: var(--lineHeightBase);
}
body:before {
content: "";
opacity: 0;
transition: opacity 0.3s;
}
body.ufr-side-menu-open:before {
opacity: 1;
left: 0;
display: block;
width: 100%;
height: 100%;
background: rgb(0 0 0/50%);
top: 0;
position: absolute;
z-index: 1;
}
.ufr-no-scroll {
overflow-y: hidden;
}
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: 100vw;
max-width: 100vw;
}
em,
i,
q,
dfn {
font-style: italic;
}
b,
strong {
font-weight: var(--fontWeightBold);
}
big {
font-size: var(--fontSize6);
}
small {
font-size: var(--fontSize1);
}
ins {
text-decoration: underline;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
abbr,
acronym {
cursor: help;
}
address {
line-height: var(--lineHeightBase);
margin: 0 0 var(--space2) 0;
}
hr {
border: none;
border-top: 1px solid var(--colorMedium);
margin: var(--space6) 0;
}
a {
color: var(--colorAccent1);
transition: color 0.3s;
}
a:hover {
color: var(--colorAccent2);
text-decoration: none;
}
.ufr-site-content {
margin-top: var(--space7);
}
::-moz-selection {
background: var(--colorExtraDark);
color: var(--colorExtraLight);
}
::selection {
background: var(--colorExtraDark);
color: var(--colorExtraLight);
}
@media (min-width: 768px) {
.ufr-site-content {
margin-top: var(--space8);
}
hr {
margin: var(--space8) 0;
}
}
@media (min-width: 992px) {
.ufr-no-scroll {
overflow-y: auto;
}
body.ufr-side-menu-open:before {
display: none;
}
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--fontFamily2);
font-weight: var(--fontWeightBold);
}
h1,
h2,
h3,
h4,
h5,
h6,
.ufr-h1,
.ufr-h2,
.ufr-h3,
.ufr-h4,
.ufr-h5,
.ufr-h6 {
margin: var(--space5) 0 var(--space3);
}
h1,
.ufr-h1 {
font-size: var(--fontSize6);
line-height: 1.2;
}
h2,
.ufr-h2 {
font-size: var(--fontSize5);
line-height: 1.3;
}
h3,
.ufr-h3 {
font-size: var(--fontSize4);
line-height: 1.3;
}
h4,
.ufr-h4 {
font-size: var(--fontSize3);
}
h5,
.ufr-h5 {
font-size: var(--fontSize2);
}
h6,
.ufr-h6 {
font-size: var(--fontSize1);
}
p {
line-height: var(--lineHeightBase);
margin: 0 0 var(--space2) 0;
}
p:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
h1,
h2,
h3,
.ufr-h1,
.ufr-h2,
.ufr-h3 {
margin: var(--space6) 0 var(--space3);
}
} ul,
ol {
margin: 0 0 var(--space2) 0;
padding-left: var(--space3);
}
ul {
list-style: disc;
}
ul ul {
list-style: circle;
}
ul ul ul {
list-style: square;
}
ol {
list-style: decimal;
}
ol ol {
list-style: lower-alpha;
}
ol ol ol {
list-style: lower-roman;
}
li {
line-height: var(--lineHeightBase);
margin: var(--space1) 0;
}
li > ul,
li > ol {
margin: var(--space1) 0 0 var(--space2);
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
padding: 0;
}
.reset-list-style li {
margin: 0;
padding: 0;
}
dt,
dd {
line-height: var(--lineHeightBase);
}
dt {
font-weight: var(--fontWeightBold);
}
dt + dd {
margin-top: var(--space1);
}
dd + dt {
margin-top: var(--space2);
} blockquote {
border-color: var(--colorAccent1);
border-style: solid;
border-width: 0 0 0 2px;
color: inherit;
margin: var(--space4) 0;
padding: var(--space2);
background: var(--colorLight);
}
cite {
color: var(--high-contrast);
font-size: var(--fontSize3);
font-style: italic;
}
blockquote cite {
display: block;
font-size: var(--fontSize2);
margin: var(--space2) 0 0 0;
font-style: italic;
text-align: right;
}
blockquote p,
.wp-block-pullquote p {
display: block;
font-size: var(--fontSize3);
margin: var(--space2) 0 0 0;
}
blockquote p:last-child {
margin: 0;
} code,
kbd,
pre,
samp {
font-family: monospace;
padding: var(--space2);
background: var(--colorLight);
}
pre {
margin: var(--space4) 0;
}
pre code {
background: transparent;
padding: 0;
} table {
border: 1px solid var(--colorMedium);
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: var(--fontSize3);
margin: var(--space4) 0;
max-width: 100%;
overflow: hidden;
width: 100%;
}
th,
td {
border: 1px solid var(--colorMedium);
line-height: var(--lineHeightBase);
margin: 0;
overflow: visible;
padding: var(--space1);
}
caption {
background: var(--colorMedium);
font-weight: var(--fontWeightBold);
padding: var(--space1);
text-align: center;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: var(--fontWeightBold);
} figure {
margin: 0;
}
iframe {
display: block;
max-width: 100%;
}
svg,
img,
embed,
object {
display: block;
height: auto;
max-width: 100%;
}
figcaption {
display: block;
font-size: var(--fontSize2);
font-style: italic;
line-height: 1.2;
margin-top: 1.6rem;
}
.img-fit {
background: var(--colorExtraDark);
position: relative;
overflow: hidden;
}
.img-fit img {
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
} fieldset {
border: 1px solid var(--colorMedium);
padding: var(--space3);
}
legend {
width: auto;
font-size: 0.85em;
font-weight: var(--fontWeightBold);
padding: 0 var(--space1);
text-transform: uppercase;
}
label {
display: block;
font-size: var(--fontSize2);
font-weight: var(--fontWeightBold);
margin: 0 0 var(--space1) 0;
}
input,
textarea,
select {
line-height: 1;
border-color: var(--colorMedium);
font-size: var(--fontSize3);
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
border-radius: 0;
border-style: solid;
border-width: 1px;
box-shadow: none;
color: inherit;
display: block;
margin: 0;
max-width: 100%;
outline: none;
padding: var(--space2);
width: 100%;
line-height: 1;
}
input[type=checkbox] + label {
display: inline;
font-weight: var(--fontWeightRegular);
margin-left: 4px;
}
input::-webkit-input-placeholder {
line-height: normal;
}
input:-ms-input-placeholder {
line-height: normal;
}
input::-moz-placeholder {
line-height: normal;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
display: none;
}
.input-checkbox,
.input-radio,
input[type=checkbox],
input[type=radio] {
display: inline-flex;
width: 17px;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
outline: none;
position: relative;
border: none;
cursor: pointer;
outline-width: 0;
border-radius: 50%;
top: 3px;
margin: 0 8px 0 0;
}
.input-checkbox:after,
.input-radio:after,
input[type=checkbox]:after,
input[type=radio]:after {
content: "";
display: inline-block;
width: 17px;
height: 17px;
border: 1px solid var(--colorExtraDark);
}
input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
border-color: var(--colorAccent1);
background-color: var(--colorAccent1);
}
.input-checkbox:checked:before,
.input-radio:checked:before,
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
content: "";
position: absolute;
top: 2px;
left: 6px;
display: table;
width: 5px;
height: 10px;
border: 2px solid #fff;
border-top-width: 0;
border-left-width: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
input[type=number] {
-moz-appearance: textfield !important;
}
textarea {
height: 160px;
resize: none;
line-height: var(--lineHeightBase);
}
select {
background: transparent no-repeat;
background-image: url(//cosmobile.b-cdn.net/wp-content/themes/iprov-child/assets/images/fontawesome-pro-6.0.0/regular/angle-down.svg);
background-size: var(--fontSize2);
background-position: calc(100% - var(--space2)) center;
padding: var(--space2) var(--space5) var(--space2) var(--space2);
position: relative;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
} span.wpcf7-not-valid-tip {
color: var(--colorError);
font-size: var(--fontSize3);
margin-top: var(--space1);
}
div.wpcf7-response-output {
margin: var(--space4) 0 0 0 !important;
padding: var(--space1);
border: 2px solid var(--colorError);
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid var(--colorError);
}
div.wpcf7-mail-sent-ok {
border: 2px solid var(--colorSuccess);
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: var(--colorAccent1);
}
span.wpcf7-list-item {
margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: var(--colorError);
padding: var(--space1);
}
.wpcf7-checkbox,
.wpcf7-radio {
position: relative;
display: flex;
flex-direction: column;
} button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .ufr-add-to-cart-preview .button,
.woocommerce div.product form.cart .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
-webkit-appearance: none;
-moz-appearance: none;
background: var(--colorAccent1);
border: none;
border-radius: 0;
color: var(--colorExtraLight);
cursor: pointer;
display: inline-block;
font-size: var(--fontSize3);
text-transform: uppercase;
font-weight: var(--fontWeightBold);
line-height: 1;
margin: 0;
padding: var(--space2) var(--space3);
text-align: center;
text-decoration: none;
transition: background 0.3s, color 0.3s;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:focus,
.button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .ufr-product-preview .ufr-add-to-cart-preview .button:hover,
.woocommerce div.product form.cart .button:hover,
.cart_totals #respond input#submit.alt:hover,
.cart_totals a.button.alt:hover,
.cart_totals button.button.alt:hover,
.cart_totals input.button.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
color: var(--colorExtraLight);
background-color: var(--colorAccent2);
text-decoration: none;
} .ufr-anim-up {
opacity: 0;
transform: translateY(30px);
} .post-password-form input[type=submit] {
margin-top: var(--space3);
} .ufr-pagination {
text-align: center;
margin: var(--space8) 0 0 0;
text-transform: uppercase;
font-family: var(--fontFamily2);
font-size: var(--fontSize3);
font-weight: var(--fontWeightBold);
text-decoration: none;
}
.ufr-pagination .page-numbers {
padding: 0 var(--space1);
}
.ufr-pagination .current,
.ufr-pagination .page-numbers:hover {
color: var(--colorAccent2);
transition: color 0.3s;
}
.ufr-pagination .page-numbers:not(.prev, .next) {
display: none;
}
@media (min-width: 992px) {
.ufr-pagination .page-numbers:not(.prev, .next) {
display: inline-block;
}
} .ufr-comments-area .comment,
.ufr-comments-area .trackback,
.ufr-comments-area .pingback {
position: relative;
padding-top: var(--space3);
}
.ufr-comments-area .comment:first-child,
.ufr-comments-area .trackback:first-child,
.ufr-comments-area .pingback:first-child {
padding-top: 0;
}
.ufr-comments-area .comment-body {
position: relative;
}
.ufr-comments-area .comment-author,
.ufr-comments-area .comment-metadata,
.ufr-comments-area .comment-content,
.ufr-comments-area .comment-awaiting-moderation,
.ufr-comments-area .reply {
padding-left: var(--space6);
}
.ufr-comments-area .comment-awaiting-moderation {
display: block;
margin-top: var(--space1);
color: var(--colorError);
}
.ufr-comments-area .comment-author {
text-transform: capitalize;
}
.ufr-comments-area .comment-author img {
position: absolute;
left: 0;
}
.ufr-comments-area .comment-author .says {
display: none;
}
.ufr-comments-area .comment-metadata {
font-size: var(--fontSize2);
font-style: italic;
}
.ufr-comments-area .comment-metadata a {
color: var(--colorDark);
}
.ufr-comments-area .comment .comment-edit-link {
padding-left: var(--space1);
}
.ufr-comments-area .comment-content {
margin-top: var(--space1);
}
.ufr-comments-area .comment-content p {
margin: 0;
}
.ufr-comments-area .reply {
font-size: var(--fontSize3);
margin-top: var(--space1);
}
.ufr-comments-area [class*=depth-] {
border-left: 1px solid var(--colorMedium);
padding-left: var(--space2);
}
.ufr-comments-area .depth-1 {
border-left: 0px;
padding-left: 0px;
}
.ufr-comments-area .trackback .comment-body,
.ufr-comments-area .pingback .comment-body {
font-weight: var(--fontWeightBold);
}
.ufr-comments-area .trackback a,
.ufr-comments-area .pingback a {
margin-top: var(--space1);
font-weight: var(--fontWeightRegular);
display: block;
}
.ufr-comments-area .trackback .comment-edit-link,
.ufr-comments-area .pingback .comment-edit-link {
display: inline-block;
}
.ufr-comment-navigation {
display: flex;
justify-content: space-between;
margin-top: var(--space5);
}
.ufr-no-comments {
margin-top: var(--space6);
font-weight: var(--fontWeightBold);
}
.ufr-comments-area .form-submit {
margin-top: var(--space4);
}
.ufr-comment-form {
margin-top: var(--space6);
}
.ufr-comments-title {
font-size: var(--fontSize5);
} .ufr-site-header {
margin: var(--space3) 0;
position: relative;
z-index: 1;
}
.ufr-site-header__left {
max-width: 50%;
}
.ufr-header-logo img {
max-height: 30px;
width: auto;
}
.ufr-site-header__menu > li {
margin-left: var(--space4);
position: relative;
}
.ufr-header-logo a,
.ufr-site-header__menu a {
text-transform: uppercase;
font-family: var(--fontFamily2);
font-weight: var(--fontWeightBold);
line-height: 1;
font-size: var(--fontSize2);
display: block;
padding: var(--space1);
}
.ufr-header-logo a {
padding-left: 0;
}
.ufr-site-header__menu li:last-child a {
padding-right: 0;
}
.ufr-header-logo a {
font-size: var(--fontSize3);
}
.ufr-site-header__menu .current-menu-item a {
color: var(--colorAccent1);
}
.ufr-header-logo a:hover,
.ufr-site-header__menu a:hover,
.ufr-site-header__menu .current-menu-item > a,
.ufr-site-header__menu .current-menu-item > a:hover {
color: var(--colorAccent2);
}
.ufr-site-header__menu li.menu-item-has-children > a {
display: flex;
align-items: center;
}
.ufr-site-header__menu li.menu-item-has-children > a:after {
content: "\f107";
font-family: "Font Awesome 6 Pro";
margin-left: var(--space1);
font-size: var(--fontSize2);
}
@media (min-width: 768px) {
.ufr-site-header {
margin: var(--space5) 0;
}
} .ufr-site-header__menu li ul {
opacity: 0;
transition: opacity 0.3s ease;
position: absolute;
background: var(--colorExtraLight);
width: max-content;
transform: scaleX(0);
padding: 0;
}
.ufr-site-header__menu li ul li.menu-item-has-children > a:after {
display: none;
}
.ufr-site-header__menu li:hover > ul {
opacity: 1;
transform: scaleX(1);
}
.ufr-site-header__menu li ul li ul {
opacity: 1;
transform: scaleX(1);
position: relative;
} .ufr-header-burger {
height: 40px;
width: 32px;
position: relative;
z-index: 1010;
cursor: pointer;
}
.ufr-header-burger span {
display: block;
position: absolute;
top: 50%;
left: 0;
width: 32px;
height: 2px;
background: var(--colorExtraDark);
transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.ufr-header-burger span:first-child {
margin-top: -5px;
}
.ufr-header-burger span:last-child {
margin-top: 5px;
}
.ufr-side-menu-open .ufr-header-burger span:first-child {
margin-top: 0px;
transform: rotate(45deg);
}
.ufr-side-menu-open .ufr-header-burger span:last-child {
margin-top: 0px;
transform: rotate(-45deg);
} #ufr-side-menu {
position: fixed;
top: 0;
bottom: 0;
right: -100vw;
background: #fff;
text-align: right;
max-width: 80vw;
width: 400px;
overflow-y: auto;
overflow-x: hidden;
border-left: 1px solid var(--low-contrast);
z-index: 1020;
transition: right 0.3s ease-in-out;
padding: var(--space3);
}
#ufr-side-menu .ufr-header-burger {
margin: 0 0 0 auto;
}
.ufr-side-menu-open #ufr-side-menu {
right: 0;
}
.ufr-side-menu__list {
margin-top: var(--space6);
}
.ufr-side-menu__list li {
margin-top: var(--space3);
}
.ufr-side-menu__list a {
font-size: var(--fontSize3);
display: block;
text-transform: uppercase;
font-family: var(--fontFamily2);
font-weight: var(--fontWeightBold);
line-height: 1;
}
.ufr-side-menu__list .current-menu-item a {
color: var(--colorAccent1);
}
.ufr-side-menu__list a:hover,
.ufr-side-menu__list .current-menu-item > a,
.ufr-side-menu__list .current-menu-item > a:hover {
color: var(--colorAccent2);
}
@media (min-width: 768px) {
#ufr-side-menu {
padding: var(--space5) var(--space3);
}
} .ufr-site-footer {
margin: var(--space8) 0 var(--space5);
text-align: center;
font-size: var(--fontSize2);
} .ufr-post-preview-meta,
.ufr-singular-meta {
color: var(--colorDark);
font-family: var(--fontFamily2);
font-weight: var(--fontWeightBold);
text-transform: uppercase;
font-size: var(--fontSize2);
} .ufr-post-preview-meta {
text-align: center;
margin-top: var(--space1);
}
.ufr-index-title h1 {
text-align: center;
margin: 0;
}
.ufr-post-preview h2 {
text-align: center;
margin: 0;
font-size: var(--fontSize4);
}
.ufr-post-preview .img-fit {
margin: 0 0 var(--space3) 0;
}
@media (min-width: 992px) {
.ufr-post-preview:nth-child(even) {
padding-top: var(--space7);
}
} .ufr-singular-content {
margin-top: var(--space5);
}
.ufr-singular-thumbnnail {
margin: 0 0 var(--space6) 0;
}
.ufr-singular-title {
margin: 0;
}
.ufr-singular-meta {
margin: var(--space3) 0 0 0;
}
.ufr-singular-content > *:first-child {
margin-top: 0;
}
.ufr-singular-content > *:last-child {
margin-bottom: 0;
}
.ufr-singular-tag {
font-size: var(--fontSize3);
margin: var(--space6) 0 0 0;
text-transform: uppercase;
font-family: var(--fontFamily2);
font-weight: var(--fontWeightBold);
text-decoration: none;
}
@media (min-width: 768px) {
.ufr-singular-thumbnnail {
margin: 0 0 var(--space8) 0;
}
.ufr-singular-content {
margin-top: var(--space6);
}
} .ufr-error404 h1,
.ufr-error404 h3 {
text-align: center;
margin-top: 0;
}
.ufr-error404 .button {
margin: 0 auto;
display: table;
} body {
background-color: var(--colorLight);
background-size: 100% auto;
background-position: center top;
background-repeat: repeat-y;
}
a {
color: var(--colorAccent1);
}
a:hover {
color: var(--colorAccent4);
text-decoration: none !important;
}
.header-trasparente .ufr-site-content,
.header-trasparente .ufr-singular-content {
margin-top: 0;
}
.mobile-element {
display: block;
}
@media (min-width: 992px) {
.mobile-element {
display: none;
}
}
.desktop-element {
display: none;
}
@media (min-width: 992px) {
.desktop-element {
display: block;
}
}
.ufr-no-scroll {
overflow-y: hidden;
}
.overflow-hidden {
overflow: hidden;
}
.radius-1 {
border-radius: var(--radius1);
}
.radius-2 {
border-radius: var(--radius2);
}
.border-extraLight {
border: 1px solid var(--colorExtraLight);
}
.border-bottom-medium {
border-bottom: 1px solid var(--colorMedium);
}
.border-top-medium {
border-top: 1px solid var(--colorMedium);
}
.border-top-lightMedium {
border-top: 1px solid var(--colorLightMedium);
}
.shadow-1 {
box-shadow: var(--boxshadow1);
}
.article-preview a {
color: var(--colorExtraDark);
}
.ufr-site-content {
margin-top: var(--spaceLarge);
} body {
animation-duration: 0.3s;
animation-delay: 0.3s;
animation-fill-mode: forwards;
animation-name: bodyFade;
opacity: 0;
}
@keyframes bodyFade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} .img-fit.fit-contain {
background-color: transparent;
}
.img-fit.fit-contain img {
object-fit: contain;
}
.icon-50,
.icon-30,
.icon-20 {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.icon-50 img,
.icon-30 img,
.icon-20 img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.icon-20 {
width: 20px;
height: 20px;
}
.icon-30 {
width: 30px;
height: 30px;
}
.icon-50 {
width: 50px;
height: 50px;
} .space-small-mt {
margin-top: var(--spaceSmall) !important;
}
.space-small-mb {
margin-bottom: var(--spaceSmall) !important;
}
.space-small-my {
margin-top: var(--spaceSmall) !important;
margin-bottom: var(--spaceSmall) !important;
}
.space-small-pt {
padding-top: var(--spaceSmall) !important;
}
.space-small-pb {
padding-bottom: var(--spaceSmall) !important;
}
.space-small-py {
padding-top: var(--spaceSmall) !important;
padding-bottom: var(--spaceSmall) !important;
}
.space-medium-mt {
margin-top: var(--spaceMedium) !important;
}
.space-medium-mb {
margin-bottom: var(--spaceMedium) !important;
}
.space-medium-my {
margin-top: var(--spaceMedium) !important;
margin-bottom: var(--spaceMedium) !important;
}
.space-medium-pt {
padding-top: var(--spaceMedium) !important;
}
.space-medium-pb {
padding-bottom: var(--spaceMedium) !important;
}
.space-medium-py {
padding-top: var(--spaceMedium) !important;
padding-bottom: var(--spaceMedium) !important;
}
.space-large-mt {
margin-top: var(--spaceLarge) !important;
}
.space-large-mb {
margin-bottom: var(--spaceLarge) !important;
}
.space-large-my {
margin-top: var(--spaceLarge) !important;
margin-bottom: var(--spaceLarge) !important;
}
.space-large-pt {
padding-top: var(--spaceLarge) !important;
}
.space-large-pb {
padding-bottom: var(--spaceLarge) !important;
}
.space-large-py {
padding-top: var(--spaceLarge) !important;
padding-bottom: var(--spaceLarge) !important;
}
.space-huge-mt {
margin-top: var(--spaceHuge) !important;
}
.space-huge-mb {
margin-bottom: var(--spaceHuge) !important;
}
.space-huge-my {
margin-top: var(--spaceHuge) !important;
margin-bottom: var(--spaceHuge) !important;
}
.space-huge-pt {
padding-top: var(--spaceHuge) !important;
}
.space-huge-pb {
padding-bottom: var(--spaceHuge) !important;
}
.space-huge-py {
padding-top: var(--spaceHuge) !important;
padding-bottom: var(--spaceHuge) !important;
} h1 {
font-size: var(--fontSize7);
line-height: 1.2;
}
.ufr-h1,
.title-7 {
font-size: var(--fontSize7) !important;
line-height: 1.2;
}
h2 {
font-size: var(--fontSize6);
line-height: 1.2;
}
.ufr-h2,
.title-6 {
font-size: var(--fontSize6) !important;
line-height: 1.2;
}
h3 {
font-size: var(--fontSize5);
line-height: 1.3;
}
.ufr-h3,
.title-5 {
font-size: var(--fontSize5) !important;
line-height: 1.3;
}
h4 {
font-size: var(--fontSize4);
line-height: 1.4;
}
.ufr-h4,
.title-4 {
font-size: var(--fontSize4) !important;
line-height: 1.4;
}
.title-3 {
font-size: var(--fontSize3) !important;
line-height: var(--lineHeightBase);
}
.ufr-h5,
.title-2 {
font-size: var(--fontSize2) !important;
line-height: var(--lineHeightBase);
}
.ufr-h6,
.title-1 {
font-size: var(--fontSize1) !important;
line-height: var(--lineHeightBase);
}
.colorAccent1 {
color: var(--colorAccent1);
}
.colorAccent2 {
color: var(--colorAccent2);
}
.colorAccent3 {
color: var(--colorAccent3);
}
.colorAccent4 {
color: var(--colorAccent4);
}
.colorExtraLight {
color: var(--colorExtraLight);
}
.colorDark {
color: var(--colorDark);
}
.colorExtraDark {
color: var(--colorExtraDark);
}
.colorMedium {
color: var(--colorMedium);
}
.text-center {
text-align: center !important;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.font-bold {
font-weight: var(--fontWeightBold);
}
.font-semibold {
font-weight: var(--fontWeightSemibold);
}
.font-medium {
font-weight: var(--fontWeightMedium);
}
.font-regular {
font-weight: var(--fontWeightRegular);
}
.line-height-1 {
line-height: 1;
}
.text-line {
text-decoration: line-through;
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
} .bg-cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.bg-fullwidth {
background-size: 100% auto;
background-position: center top;
background-repeat: repeat-y;
}
.bg-colorExtraLight {
background-color: var(--colorExtraLight);
}
.bg-colorLight {
background-color: var(--colorLight);
}
.bg-colorLightMedium {
background-color: var(--colorLightMedium);
}
.bg-colorMedium {
background-color: var(--colorMedium);
}
.bg-colorDark {
background-color: var(--colorDark);
}
.bg-colorExtraDark {
background-color: var(--colorExtraDark);
}
.bg-colorAccent1 {
background-color: var(--colorAccent1);
}
.bg-colorAccent2 {
background-color: var(--colorAccent2);
}
.bg-colorAccent4 {
background-color: var(--colorAccent4);
}
.bg-gradient-accent1 {
background: linear-gradient(180deg, #f0f379, var(--colorAccent1));
}
.bg-img1 {
background-image: url(//cosmobile.b-cdn.net/wp-content/themes/iprov-child/assets/images/cosmo-bg.jpg);
}
.bg-img2 {
background-image: url(//cosmobile.b-cdn.net/wp-content/themes/iprov-child/assets/images/cosmo-bg-2.png);
} .ufr-pagination {
font-weight: var(--fontWeightSemibold);
}
.ufr-pagination .current, .ufr-pagination .page-numbers:hover {
color: var(--colorExtraDark);
} .clip-bottom-center {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--space3)), 50% 100%, 0 calc(100% - var(--space3)));
padding-bottom: var(--space3);
}
@media (min-width: 768px) {
.clip-bottom-center {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--space5)), 50% 100%, 0 calc(100% - var(--space5)));
padding-bottom: var(--space5);
}
}
@media (min-width: 1200px) {
.clip-bottom-center {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--space7)), 50% 100%, 0 calc(100% - var(--space7)));
padding-bottom: var(--space7);
}
}
.clip-bottom-left {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--space3)), 20% 100%, 0 calc(100% - var(--space3)));
padding-bottom: var(--space3);
}
@media (min-width: 768px) {
.clip-bottom-left {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--space5)), 20% 100%, 0 calc(100% - var(--space5)));
padding-bottom: var(--space5);
}
}
@media (min-width: 1200px) {
.clip-bottom-left {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--space7)), 20% 100%, 0 calc(100% - var(--space7)));
padding-bottom: var(--space7);
}
}
.clip-top-left {
padding-top: var(--space3);
clip-path: polygon(0 var(--space3), 20% 0, 100% var(--space3), 100% 100%, 0 100%);
}
@media (min-width: 768px) {
.clip-top-left {
padding-top: var(--space5);
clip-path: polygon(0 var(--space5), 20% 0, 100% var(--space5), 100% 100%, 0 100%);
}
}
@media (min-width: 1200px) {
.clip-top-left {
padding-top: var(--space7);
clip-path: polygon(0 var(--space7), 20% 0, 100% var(--space7), 100% 100%, 0 100%);
}
}
.clip-inset-top-right {
padding-top: var(--space3);
clip-path: polygon(0 0, 80% var(--space3), 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
.clip-inset-top-right {
padding-top: var(--space5);
clip-path: polygon(0 0, 80% var(--space5), 100% 0, 100% 100%, 0 100%);
}
}
@media (min-width: 1200px) {
.clip-inset-top-right {
padding-top: var(--space7);
clip-path: polygon(0 0, 80% var(--space7), 100% 0, 100% 100%, 0 100%);
}
}
.clip-inset-top-center-bottom-left {
padding-top: var(--space3);
padding-bottom: var(--space3);
clip-path: polygon(0 0, 50% var(--space3), 100% 0, 100% 100%, 20% calc(100% - var(--space3)), 0 100%);
}
@media (min-width: 768px) {
.clip-inset-top-center-bottom-left {
padding-top: var(--space5);
padding-bottom: var(--space5);
clip-path: polygon(0 0, 50% var(--space5), 100% 0, 100% 100%, 20% calc(100% - var(--space5)), 0 100%);
}
}
@media (min-width: 1200px) {
.clip-inset-top-center-bottom-left {
padding-top: var(--space7);
padding-bottom: var(--space7);
clip-path: polygon(0 0, 50% var(--space7), 100% 0, 100% 100%, 20% calc(100% - var(--space7)), 0 100%);
}
}
.clip-inset-top-bottom-right {
padding-top: var(--space3);
padding-bottom: var(--space3);
clip-path: polygon(0 0, 80% var(--space3), 100% 0, 100% 100%, 80% calc(100% - var(--space3)), 0 100%);
}
@media (min-width: 768px) {
.clip-inset-top-bottom-right {
padding-top: var(--space5);
padding-bottom: var(--space5);
clip-path: polygon(0 0, 80% var(--space5), 100% 0, 100% 100%, 80% calc(100% - var(--space5)), 0 100%);
}
}
@media (min-width: 1200px) {
.clip-inset-top-bottom-right {
padding-top: var(--space7);
padding-bottom: var(--space7);
clip-path: polygon(0 0, 80% var(--space7), 100% 0, 100% 100%, 80% calc(100% - var(--space7)), 0 100%);
}
}
.clip-top-right-bottom-left {
padding-top: var(--space3);
padding-bottom: var(--space3);
clip-path: polygon(0 var(--space3), 80% 0, 100% var(--space3), 100% calc(100% - var(--space3)), 20% 100%, 0 calc(100% - var(--space3)));
}
@media (min-width: 768px) {
.clip-top-right-bottom-left {
padding-top: var(--space5);
padding-bottom: var(--space5);
clip-path: polygon(0 var(--space5), 80% 0, 100% var(--space5), 100% calc(100% - var(--space5)), 20% 100%, 0 calc(100% - var(--space5)));
}
}
@media (min-width: 1200px) {
.clip-top-right-bottom-left {
padding-top: var(--space7);
padding-bottom: var(--space7);
clip-path: polygon(0 var(--space7), 80% 0, 100% var(--space7), 100% calc(100% - var(--space7)), 20% 100%, 0 calc(100% - var(--space7)));
}
}
.clip-top-left-bottom-right {
padding-top: var(--space3);
padding-bottom: var(--space3);
clip-path: polygon(0 var(--space3), 20% 0, 100% var(--space3), 100% calc(100% - var(--space3)), 80% 100%, 0 calc(100% - var(--space3)));
}
@media (min-width: 768px) {
.clip-top-left-bottom-right {
padding-top: var(--space5);
padding-bottom: var(--space5);
clip-path: polygon(0 var(--space5), 20% 0, 100% var(--space5), 100% calc(100% - var(--space5)), 80% 100%, 0 calc(100% - var(--space5)));
}
}
@media (min-width: 1200px) {
.clip-top-left-bottom-right {
padding-top: var(--space7);
padding-bottom: var(--space7);
clip-path: polygon(0 var(--space7), 20% 0, 100% var(--space7), 100% calc(100% - var(--space7)), 80% 100%, 0 calc(100% - var(--space7)));
}
}
.clip-white-gradient {
position: relative;
}
.clip-white-gradient::before {
background: linear-gradient(180deg, white, transparent);
width: 100%;
height: 300px;
position: absolute;
content: "";
z-index: -1;
margin-top: calc(-1 * var(--space3));
}
@media (min-width: 768px) {
.clip-white-gradient::before {
margin-top: calc(-1 * var(--space5));
}
}
@media (min-width: 1200px) {
.clip-white-gradient::before {
margin-top: calc(-1 * var(--space7));
}
} .swiper-wrapper {
height: auto;
}
.swiper-slide {
height: auto;
}
.swiper-pagination-bullet-active {
background: var(--colorMedium);
}
.swiper-button-next, .swiper-button-prev {
width: 50px;
height: 50px;
background: black;
color: white;
border-radius: 100%;
font-weight: bold;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 18px;
} input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
border-radius: var(--radius1);
border-color: var(--colorLightMedium);
background: var(--colorExtraLight);
color: var(--colorExtraDark);
}
.input-checkbox:after,
.input-radio:after,
input[type=checkbox]:after,
input[type=radio]:after {
border-radius: var(--radius1);
border-color: var(--colorLightMedium);
background: var(--colorExtraLight);
}
.wpcf7-form label {
font-size: var(--fontSize2);
font-weight: var(--fontWeightSemibold);
}
.wpcf7-form .wpcf7-acceptance label {
font-weight: var(--fontWeightRegular);
}
span.wpcf7-not-valid-tip {
font-size: var(--fontSize2);
} button,
.button,
.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .ufr-add-to-cart-preview .button,
.woocommerce div.product form.cart .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
font-weight: var(--fontWeightSemibold);
font-size: var(--fontSize2);
border-radius: var(--radius1);
color: var(--colorExtraDark);
text-transform: none;
display: inline-block;
letter-spacing: 0.5px;
transition: background 0.3s;
background-color: var(--colorAccent2);
}
button:visited,
.button:visited,
.wp-block-button__link:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited,
.woocommerce #respond input#submit:visited,
.woocommerce a.button:visited,
.woocommerce button.button:visited,
.woocommerce input.button:visited,
.woocommerce .ufr-add-to-cart-preview .button:visited,
.woocommerce div.product form.cart .button:visited,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:visited,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:visited,
.woocommerce #payment #place_order:visited,
.woocommerce-page #payment #place_order:visited {
color: var(--colorExtraDark);
background-color: var(--colorAccent2);
}
button:hover, button:focus, button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce .ufr-add-to-cart-preview .button:hover,
.woocommerce .ufr-add-to-cart-preview .button:focus,
.woocommerce .ufr-add-to-cart-preview .button:active,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .button:active,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce #payment #place_order:hover,
.woocommerce #payment #place_order:focus,
.woocommerce #payment #place_order:active,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page #payment #place_order:focus,
.woocommerce-page #payment #place_order:active {
color: var(--colorExtraDark);
background: var(--colorAccent3);
}
button.outlined-button,
.button.outlined-button {
border: 2px solid var(--colorAccent2);
background-color: transparent;
}
button.outlined-button:hover, button.outlined-button:focus, button.outlined-button:active,
.button.outlined-button:hover,
.button.outlined-button:focus,
.button.outlined-button:active {
background: var(--colorAccent2);
}
button.outlined-button.outlined-button-green,
.button.outlined-button.outlined-button-green {
border: 2px solid var(--colorAccent1);
}
button.outlined-button.outlined-button-green:hover, button.outlined-button.outlined-button-green:focus, button.outlined-button.outlined-button-green:active,
.button.outlined-button.outlined-button-green:hover,
.button.outlined-button.outlined-button-green:focus,
.button.outlined-button.outlined-button-green:active {
background-color: var(--colorAccent1);
color: var(--colorExtraLight);
} .header-trasparente .ufr-site-header {
position: absolute;
width: 100%;
}
.ufr-site-header {
margin: 0;
}
.ufr-header-logo img {
max-height: 30px;
height: 30px;
}
@media (min-width: 992px) {
.ufr-header-logo img {
max-height: 48px;
height: 48px;
}
}
.ufr-header-logo a {
padding: 0;
}
@media (min-width: 1600px) {
.ufr-site-header__left,
.ufr-site-header__right {
width: 100%;
max-width: 320px;
}
}
.open-side-menu,
.close-side-menu {
color: var(--colorExtraDark);
font-size: 25px;
cursor: pointer;
transition: color 0.3s;
}
.open-side-menu:hover,
.close-side-menu:hover {
color: var(--colorAccent1);
}
.header-cta {
font-size: var(--fontSize1);
padding: var(--space1) var(--space2);
}
@media (min-width: 768px) {
.header-cta {
font-size: var(--fontSize2);
padding: var(--space2) var(--space3);
}
} .ufr-site-header__menu a {
color: var(--colorExtraDark);
text-transform: capitalize;
font-weight: var(--fontWeightSemibold);
font-size: var(--fontSize3);
}
.ufr-site-header__menu a:hover,
.ufr-site-header__menu li.current-menu-item > a,
.ufr-site-header__menu li.current-menu-item > a:hover {
color: var(--colorAccent1);
}
.ufr-site-header__menu > li:first-child {
margin-left: 0;
}
.ufr-site-header .wpml-ls-legacy-list-horizontal {
border: none;
padding: 0;
clear: both;
}
.ufr-site-header .wpml-ls-legacy-list-horizontal a {
padding: var(--space1);
color: var(--colorExtraDark);
font-size: var(--fontSize2);
font-weight: var(--fontWeightSemibold);
}
.ufr-site-header .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a,
.ufr-site-header .wpml-ls-legacy-list-horizontal li a:hover {
color: var(--colorAccent1);
} .header-chiaro .ufr-site-header:not(.header-sticky) .open-side-menu {
color: var(--colorExtraLight);
}
.header-chiaro .ufr-site-header:not(.header-sticky) .open-side-menu:hover {
color: var(--colorAccent2);
}
.header-chiaro .ufr-site-header:not(.header-sticky) .ufr-site-header__menu a {
color: var(--colorExtraLight);
}
.header-chiaro .ufr-site-header:not(.header-sticky) .ufr-site-header__menu a:hover,
.header-chiaro .ufr-site-header:not(.header-sticky) .ufr-site-header__menu li.current-menu-item > a {
color: var(--colorAccent2);
}
.header-chiaro .ufr-site-header:not(.header-sticky) .wpml-ls-legacy-list-horizontal a {
color: var(--colorExtraLight);
}
.header-chiaro .ufr-site-header:not(.header-sticky) .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a,
.header-chiaro .ufr-site-header:not(.header-sticky) .wpml-ls-legacy-list-horizontal li a:hover {
color: var(--colorAccent2);
} .header-sticky,
.header-trasparente .header-sticky {
position: fixed;
z-index: 999999;
top: 0;
left: 0;
width: 100%;
opacity: 0;
transform: translateY(-100%);
pointer-events: none;
transition: opacity 0.3s, transform 0.3s;
}
.header-sticky .ufr-header-logo img,
.header-trasparente .header-sticky .ufr-header-logo img {
max-height: 30px;
height: 30px;
}
@media (min-width: 992px) {
.header-sticky .ufr-header-logo img,
.header-trasparente .header-sticky .ufr-header-logo img {
max-height: 35px;
height: 35px;
}
}
.header-sticky-enable,
.header-trasparente .header-sticky-enable {
opacity: 1;
transform: translateY(0);
pointer-events: all;
} #ufr-side-menu {
max-width: 100vw;
width: 100vw;
text-align: left;
transition: opacity 0.3s linear, transform 0.3s ease-in-out;
right: 0;
transform: translateX(50px);
pointer-events: none;
opacity: 0;
padding: var(--space2);
}
@media (min-width: 576px) {
#ufr-side-menu {
width: 400px;
}
}
@media (min-width: 992px) {
#ufr-side-menu {
width: 400px;
padding: var(--space4);
}
}
.ufr-side-menu-overlay {
position: fixed;
background: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
z-index: 1010;
pointer-events: none;
transition: opacity 0.3s;
}
.ufr-side-menu-open .ufr-side-menu-overlay {
opacity: 1;
pointer-events: all;
}
.ufr-side-menu-open #ufr-side-menu {
right: 0;
opacity: 1;
transform: translateX(0);
pointer-events: all;
}
.ufr-side-menu__list {
margin-top: var(--space5);
}
.ufr-side-menu__list li {
margin-top: 0;
}
.ufr-side-menu__list a {
text-transform: none;
color: var(--colorExtraDark);
font-weight: var(--fontWeightSemibold);
padding: var(--space2) 0;
}
.ufr-side-menu__list .current-menu-item a,
.ufr-side-menu__list a:hover {
color: var(--colorAccent1);
}
.ufr-side-menu__list li ul {
margin-top: var(--space4) !important;
}
#ufr-side-menu .wpml-ls-legacy-list-horizontal {
border: none;
padding: 0;
}
#ufr-side-menu .wpml-ls-legacy-list-horizontal a {
padding: var(--space1);
color: var(--colorExtraDark);
font-weight: var(--fontWeightSemibold);
}
#ufr-side-menu .wpml-ls-legacy-list-horizontal li:first-child a {
padding-left: 0;
}
#ufr-side-menu .wpml-ls-legacy-list-horizontal a:hover,
#ufr-side-menu .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
color: var(--colorAccent1);
} .ufr-site-footer {
font-size: var(--fontSize3);
}
.ufr-site-footer-inner {
font-size: var(--fontSize2);
}
.ufr-site-footer-inner a {
font-size: var(--fontSize2);
color: var(--colorExtraLight);
}
.ufr-site-footer-inner a:hover {
text-decoration: underline;
}
.ufr-site-footer-inner .social-icon a {
font-size: var(--fontSize5);
margin: 0 var(--space2) 0 0;
color: var(--colorExtraLight);
}
.ufr-site-footer-inner .social-icon a:hover {
color: var(--colorLight);
}
.ufr-site-footer-inner ul {
list-style-type: none;
font-size: var(--fontSize3);
padding: 0;
}
.ufr-site-footer-inner .widget-title {
font-size: var(--fontSize3);
} .grecaptcha-badge {
display: none !important;
} .single-prodotto__logo {
max-width: 140px;
}
@media (min-width: 992px) {
.single-prodotto__logo {
max-width: 240px;
}
} .single-soluzione .sezione-slider-portfolio {
margin-bottom: calc(-1 * (var(--space6) + var(--space3)));
}
@media (min-width: 768px) {
.single-soluzione .sezione-slider-portfolio {
margin-bottom: calc(-1 * (var(--space6) + var(--space5)));
}
}
@media (min-width: 992px) {
.single-soluzione .sezione-slider-portfolio {
margin-bottom: calc(-1 * (var(--space7) + var(--space5)));
}
}
@media (min-width: 1200px) {
.single-soluzione .sezione-slider-portfolio {
margin-bottom: calc(-1 * (var(--space7) + var(--space7)));
}
}
@media (min-width: 1800px) {
.single-soluzione .sezione-slider-portfolio {
margin-bottom: calc(-1 * (var(--space8) + var(--space7)));
}
} .portfolio-preview > a:before {
content: "";
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
width: 100%;
height: 50%;
position: absolute;
display: block;
bottom: 0;
}
.portfolio-preview__content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
} .blog-category a {
border-bottom: 1px solid var(--colorLightMedium);
position: relative;
}
.blog-category a:after {
content: "";
height: 4px;
width: 100%;
background-color: transparent;
border-radius: var(--radius3);
display: block;
bottom: 0;
position: absolute;
transition: background-color 0.3s;
}
.blog-category a:hover:after,
.blog-category a.blog-category-active:after {
background-color: var(--colorAccent1);
} .single-post-category li {
border-left: 4px solid var(--colorAccent1);
}
.single-post .widget-title {
font-size: var(--fontSize3);
}
.single-post .social-icon a {
font-size: var(--fontSize5);
margin: 0 var(--space2) 0 0;
color: var(--colorMedium);
}
.single-post .social-icon a:hover {
color: var(--colorExtraDark);
}
.single-post .ufr-singular-content h1,
.single-post .ufr-singular-content h2,
.single-post .ufr-singular-content h4 {
font-size: var(--fontSize5);
}
.ufr-single-tag a {
text-transform: capitalize;
background-color: var(--colorExtraLight);
padding: var(--space1);
border-radius: var(--radius2);
box-shadow: var(--boxshadow1);
font-size: var(--fontSize2);
margin: var(--space05);
} .single-portfolio__image-wrap::before {
content: "";
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
width: 100%;
height: 50%;
position: absolute;
display: block;
bottom: 0;
z-index: 1;
}
@media (min-width: 992px) {
.single-portfolio__image-wrap::before {
width: 40%;
height: 100%;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
}
.single-portfolio__logo {
position: absolute;
bottom: var(--space2);
left: 50%;
transform: translateX(-50%);
z-index: 1;
}
.single-portfolio__logo img {
max-width: 80px;
}
@media (min-width: 992px) {
.single-portfolio__logo {
bottom: auto;
top: var(--space6);
left: var(--space6);
transform: translateX(0);
}
.single-portfolio__logo img {
max-width: 180px;
}
}
.tabs-cosmo .nav-item button {
min-width: 250px;
}
.tabs-cosmo .nav-item .active {
background-color: var(--colorAccent1);
color: var(--colorExtraLight);
}
.tabs-banner-desktop .nav-item img {
max-height: 60px;
max-width: 200px;
width: auto;
filter: brightness(100) invert(1);
opacity: 0.5;
transition: opacity 0.3s;
}
.tabs-banner-desktop .nav-link:after {
content: "";
height: 4px;
width: 100%;
background-color: transparent;
border-radius: var(--radius3);
display: block;
bottom: 0;
left: 0;
position: absolute;
transition: background-color 0.3s;
}
.tabs-banner-desktop .nav-link:hover img,
.tabs-banner-desktop .nav-link.active img {
opacity: 1;
}
.tabs-banner-desktop .nav-link:hover:after,
.tabs-banner-desktop .nav-link.active:after {
background-color: var(--colorAccent1);
}
.tabs-banner-desktop .nav-link {
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
border: none;
}
.tabs-banner-mobile .tabs-banner-logo {
height: 92px;
}
.tabs-banner-mobile .tabs-banner-logo img {
max-height: 60px;
max-width: 200px;
width: auto;
filter: brightness(100) invert(1);
}
.tabs-cards .nav-tabs {
border-bottom: 1px solid var(--colorLightMedium);
}
.tabs-cards .nav-item {
position: relative;
}
.tabs-cards .nav-link:after {
content: "";
height: 4px;
width: 100%;
background-color: transparent;
border-radius: var(--radius3);
display: block;
bottom: 0;
left: 0;
position: absolute;
transition: background-color 0.3s;
}
.tabs-cards .nav-link:hover:after,
.tabs-cards .nav-link.active:after {
background-color: var(--colorAccent1);
}
.tabs-cards .nav-link {
background: transparent;
border: none;
}
.tabs-cards .nav-tabs .nav-link.active, .tabs-cards .nav-tabs .nav-item.show .nav-link {
background: transparent;
border: none;
color: var(--colorExtraDark);
}