@-webkit-keyframes indicator-animate {
0%,
to {
transform: translateY(-90%) rotate(45deg);
}
50% {
transform: translateY(30%) rotate(45deg);
}
}
@keyframes indicator-animate {
0%,
to {
transform: translateY(-90%) rotate(45deg);
}
50% {
transform: translateY(30%) rotate(45deg);
}
}
@-webkit-keyframes indicator-b-animate {
0%,
to {
transform: translate(-50%, -90%) rotate(45deg);
}
50% {
transform: translate(-50%, 30%) rotate(45deg);
}
}
@keyframes indicator-b-animate {
0%,
to {
transform: translate(-50%, -90%) rotate(45deg);
}
50% {
transform: translate(-50%, 30%) rotate(45deg);
}
}
@-webkit-keyframes circular-animate {
0% {
transform: translate(-50%, -50%) rotate(0);
}
to {
transform: translate(-50%, -50%) rotate(-360deg);
}
}
@keyframes circular-animate {
0% {
transform: translate(-50%, -50%) rotate(0);
}
to {
transform: translate(-50%, -50%) rotate(-360deg);
}
} @-webkit-keyframes animate-line-scroll {
0% {
transform: translateY(-100%);
}
50% {
transform: translateY(0);
}
to {
transform: translateY(100%);
}
}
@keyframes animate-line-scroll {
0% {
transform: translateY(-100%);
}
50% {
transform: translateY(0);
}
to {
transform: translateY(100%);
}
}
@-webkit-keyframes dots-line {
0% {
width: 100%;
}
to {
width: 0;
}
}
@keyframes dots-line {
0% {
width: 100%;
}
to {
width: 0;
}
}
@-webkit-keyframes current-line {
0% {
width: 0;
}
to {
width: 100%;
}
}
@keyframes current-line {
0% {
width: 0;
}
to {
width: 100%;
}
}
*,
::after,
::before {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 400;
color: #212529;
text-align: left;
background-color: #fff;
font-size: 1rem;
line-height: 1.5;
font-family: "Barlow", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
[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-bottom: 0.5rem;
clear: both;
margin: 0 0 15px;
padding: 20px 0 0;
line-height: 1.25;
font-weight: 600;
text-transform: uppercase;
}
dl,
p {
margin-top: 0;
}
address,
dl,
ol,
p,
ul {
margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
font-style: normal;
line-height: inherit;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin: 0 20px 20px;
}
blockquote,
figure {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
background-color: transparent;
color: #fff;
text-decoration: none;
transition: color 0.3s;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
caption,
pre {
text-align: left;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
-ms-overflow-style: scrollbar;
background-color: #eee;
font-size: 1.0625rem;
line-height: 1.5;
margin-bottom: 20px;
overflow: auto;
padding: 15px;
}
img,
svg {
vertical-align: middle;
}
img,
pre {
max-width: 100%;
}
img {
border-style: none;
height: auto;
}
svg {
overflow: hidden;
}
table {
border-collapse: collapse;
width: 100%;
border: 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
margin: 15px 0 25px;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
caption-side: bottom;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[role="button"],
div.wpcf7 input[type="file"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
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;
font-size: 1.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;
}
.wpcf7 form.init .wpcf7-response-output,
template {
display: none;
}
[hidden] {
display: none !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px;
}
}
@media (min-width: 1360px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1310px;
}
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.col-auto {
position: relative;
padding-right: 20px;
padding-left: 20px;
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.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.33333%;
max-width: 33.33333%;
}
.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.66667%;
max-width: 16.66667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.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.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
@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.33333%;
max-width: 33.33333%;
}
.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.66667%;
max-width: 16.66667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.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.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
}
@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.33333%;
max-width: 33.33333%;
}
.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.66667%;
max-width: 16.66667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.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.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
}
@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.33333%;
max-width: 33.33333%;
}
.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.66667%;
max-width: 16.66667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.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.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
}
@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.33333%;
max-width: 33.33333%;
}
.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.66667%;
max-width: 16.66667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.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.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1360px) {
.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.33333%;
max-width: 33.33333%;
}
.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.66667%;
max-width: 16.66667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xxl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xxl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xxl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xxl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xxl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xxl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xxl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xxl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xxl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xxl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xxl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.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.33333%;
}
.offset-xxl-2 {
margin-left: 16.66667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333%;
}
.offset-xxl-5 {
margin-left: 41.66667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333%;
}
.offset-xxl-8 {
margin-left: 66.66667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333%;
}
.offset-xxl-11 {
margin-left: 91.66667%;
}
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.clearfix::after,
.rb-press-single__content p: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: 1360px) {
.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 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;
}
}
.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: 1360px) {
.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;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
@media (min-width: 1360px) {
.float-xxl-left {
float: left !important;
}
.float-xxl-right {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-bottom,
.fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-top {
top: 0;
}
.fixed-bottom {
bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.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;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
.text-sm-justify {
text-align: justify !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
.text-md-justify {
text-align: justify !important;
}
}
@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;
}
.text-lg-justify {
text-align: justify !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
.text-xl-justify {
text-align: justify !important;
}
}
@media (min-width: 1360px) {
.text-xxl-left {
text-align: left !important;
}
.text-xxl-right {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
.text-xxl-justify {
text-align: justify !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !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-5 {
margin: 0.3125rem !important;
}
.mt-5,
.my-5 {
margin-top: 0.3125rem !important;
}
.mr-5,
.mx-5 {
margin-right: 0.3125rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 0.3125rem !important;
}
.ml-5,
.mx-5 {
margin-left: 0.3125rem !important;
}
.m-10 {
margin: 0.625rem !important;
}
.mt-10,
.my-10 {
margin-top: 0.625rem !important;
}
.mr-10,
.mx-10 {
margin-right: 0.625rem !important;
}
.mb-10,
.my-10 {
margin-bottom: 0.625rem !important;
}
.ml-10,
.mx-10 {
margin-left: 0.625rem !important;
}
.m-15 {
margin: 0.9375rem !important;
}
.mt-15,
.my-15 {
margin-top: 0.9375rem !important;
}
.mr-15,
.mx-15 {
margin-right: 0.9375rem !important;
}
.mb-15,
.my-15 {
margin-bottom: 0.9375rem !important;
}
.ml-15,
.mx-15 {
margin-left: 0.9375rem !important;
}
.m-20 {
margin: 1.25rem !important;
}
.mt-20,
.my-20 {
margin-top: 1.25rem !important;
}
.mr-20,
.mx-20 {
margin-right: 1.25rem !important;
}
.mb-20,
.my-20 {
margin-bottom: 1.25rem !important;
}
.ml-20,
.mx-20 {
margin-left: 1.25rem !important;
}
.m-25 {
margin: 1.5625rem !important;
}
.mt-25,
.my-25 {
margin-top: 1.5625rem !important;
}
.mr-25,
.mx-25 {
margin-right: 1.5625rem !important;
}
.mb-25,
.my-25 {
margin-bottom: 1.5625rem !important;
}
.ml-25,
.mx-25 {
margin-left: 1.5625rem !important;
}
.m-30 {
margin: 1.875rem !important;
}
.mt-30,
.my-30 {
margin-top: 1.875rem !important;
}
.mr-30,
.mx-30 {
margin-right: 1.875rem !important;
}
.mb-30,
.my-30 {
margin-bottom: 1.875rem !important;
}
.ml-30,
.mx-30 {
margin-left: 1.875rem !important;
}
.m-35 {
margin: 2.1875rem !important;
}
.mt-35,
.my-35 {
margin-top: 2.1875rem !important;
}
.mr-35,
.mx-35 {
margin-right: 2.1875rem !important;
}
.mb-35,
.my-35 {
margin-bottom: 2.1875rem !important;
}
.ml-35,
.mx-35 {
margin-left: 2.1875rem !important;
}
.m-40 {
margin: 2.5rem !important;
}
.mt-40,
.my-40 {
margin-top: 2.5rem !important;
}
.mr-40,
.mx-40 {
margin-right: 2.5rem !important;
}
.mb-40,
.my-40 {
margin-bottom: 2.5rem !important;
}
.ml-40,
.mx-40 {
margin-left: 2.5rem !important;
}
.m-50 {
margin: 3.125rem !important;
}
.mt-50,
.my-50 {
margin-top: 3.125rem !important;
}
.mr-50,
.mx-50 {
margin-right: 3.125rem !important;
}
.mb-50,
.my-50 {
margin-bottom: 3.125rem !important;
}
.ml-50,
.mx-50 {
margin-left: 3.125rem !important;
}
.m-60 {
margin: 3.75rem !important;
}
.mt-60,
.my-60 {
margin-top: 3.75rem !important;
}
.mr-60,
.mx-60 {
margin-right: 3.75rem !important;
}
.mb-60,
.my-60 {
margin-bottom: 3.75rem !important;
}
.ml-60,
.mx-60 {
margin-left: 3.75rem !important;
}
.m-70 {
margin: 4.375rem !important;
}
.mt-70,
.my-70 {
margin-top: 4.375rem !important;
}
.mr-70,
.mx-70 {
margin-right: 4.375rem !important;
}
.mb-70,
.my-70 {
margin-bottom: 4.375rem !important;
}
.ml-70,
.mx-70 {
margin-left: 4.375rem !important;
}
.m-80 {
margin: 5rem !important;
}
.mt-80,
.my-80 {
margin-top: 5rem !important;
}
.mr-80,
.mx-80 {
margin-right: 5rem !important;
}
.mb-80,
.my-80 {
margin-bottom: 5rem !important;
}
.ml-80,
.mx-80 {
margin-left: 5rem !important;
}
.m-90 {
margin: 5.625rem !important;
}
.mt-90,
.my-90 {
margin-top: 5.625rem !important;
}
.mr-90,
.mx-90 {
margin-right: 5.625rem !important;
}
.mb-90,
.my-90 {
margin-bottom: 5.625rem !important;
}
.ml-90,
.mx-90 {
margin-left: 5.625rem !important;
}
.m-100 {
margin: 6.25rem !important;
}
.mt-100,
.my-100 {
margin-top: 6.25rem !important;
}
.mr-100,
.mx-100 {
margin-right: 6.25rem !important;
}
.mb-100,
.my-100 {
margin-bottom: 6.25rem !important;
}
.ml-100,
.mx-100 {
margin-left: 6.25rem !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-5 {
padding: 0.3125rem !important;
}
.pt-5,
.py-5 {
padding-top: 0.3125rem !important;
}
.pr-5,
.px-5 {
padding-right: 0.3125rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 0.3125rem !important;
}
.pl-5,
.px-5 {
padding-left: 0.3125rem !important;
}
.p-10 {
padding: 0.625rem !important;
}
.pt-10,
.py-10 {
padding-top: 0.625rem !important;
}
.pr-10,
.px-10 {
padding-right: 0.625rem !important;
}
.pb-10,
.py-10 {
padding-bottom: 0.625rem !important;
}
.pl-10,
.px-10 {
padding-left: 0.625rem !important;
}
.p-15 {
padding: 0.9375rem !important;
}
.pt-15,
.py-15 {
padding-top: 0.9375rem !important;
}
.pr-15,
.px-15 {
padding-right: 0.9375rem !important;
}
.pb-15,
.py-15 {
padding-bottom: 0.9375rem !important;
}
.pl-15,
.px-15 {
padding-left: 0.9375rem !important;
}
.p-20 {
padding: 1.25rem !important;
}
.pt-20,
.py-20 {
padding-top: 1.25rem !important;
}
.pr-20,
.px-20 {
padding-right: 1.25rem !important;
}
.pb-20,
.py-20 {
padding-bottom: 1.25rem !important;
}
.pl-20,
.px-20 {
padding-left: 1.25rem !important;
}
.p-25 {
padding: 1.5625rem !important;
}
.pt-25,
.py-25 {
padding-top: 1.5625rem !important;
}
.pr-25,
.px-25 {
padding-right: 1.5625rem !important;
}
.pb-25,
.py-25 {
padding-bottom: 1.5625rem !important;
}
.pl-25,
.px-25 {
padding-left: 1.5625rem !important;
}
.p-30 {
padding: 1.875rem !important;
}
.pt-30,
.py-30 {
padding-top: 1.875rem !important;
}
.pr-30,
.px-30 {
padding-right: 1.875rem !important;
}
.pb-30,
.py-30 {
padding-bottom: 1.875rem !important;
}
.pl-30,
.px-30 {
padding-left: 1.875rem !important;
}
.p-35 {
padding: 2.1875rem !important;
}
.pt-35,
.py-35 {
padding-top: 2.1875rem !important;
}
.pr-35,
.px-35 {
padding-right: 2.1875rem !important;
}
.pb-35,
.py-35 {
padding-bottom: 2.1875rem !important;
}
.pl-35,
.px-35 {
padding-left: 2.1875rem !important;
}
.p-40 {
padding: 2.5rem !important;
}
.pt-40,
.py-40 {
padding-top: 2.5rem !important;
}
.pr-40,
.px-40 {
padding-right: 2.5rem !important;
}
.pb-40,
.py-40 {
padding-bottom: 2.5rem !important;
}
.pl-40,
.px-40 {
padding-left: 2.5rem !important;
}
.p-50 {
padding: 3.125rem !important;
}
.pt-50,
.py-50 {
padding-top: 3.125rem !important;
}
.pr-50,
.px-50 {
padding-right: 3.125rem !important;
}
.pb-50,
.py-50 {
padding-bottom: 3.125rem !important;
}
.pl-50,
.px-50 {
padding-left: 3.125rem !important;
}
.p-60 {
padding: 3.75rem !important;
}
.pt-60,
.py-60 {
padding-top: 3.75rem !important;
}
.pr-60,
.px-60 {
padding-right: 3.75rem !important;
}
.pb-60,
.py-60 {
padding-bottom: 3.75rem !important;
}
.pl-60,
.px-60 {
padding-left: 3.75rem !important;
}
.p-70 {
padding: 4.375rem !important;
}
.pt-70,
.py-70 {
padding-top: 4.375rem !important;
}
.pr-70,
.px-70 {
padding-right: 4.375rem !important;
}
.pb-70,
.py-70 {
padding-bottom: 4.375rem !important;
}
.pl-70,
.px-70 {
padding-left: 4.375rem !important;
}
.p-80 {
padding: 5rem !important;
}
.pt-80,
.py-80 {
padding-top: 5rem !important;
}
.pr-80,
.px-80 {
padding-right: 5rem !important;
}
.pb-80,
.py-80 {
padding-bottom: 5rem !important;
}
.pl-80,
.px-80 {
padding-left: 5rem !important;
}
.p-90 {
padding: 5.625rem !important;
}
.pt-90,
.py-90 {
padding-top: 5.625rem !important;
}
.pr-90,
.px-90 {
padding-right: 5.625rem !important;
}
.pb-90,
.py-90 {
padding-bottom: 5.625rem !important;
}
.pl-90,
.px-90 {
padding-left: 5.625rem !important;
}
.p-100 {
padding: 6.25rem !important;
}
.pt-100,
.py-100 {
padding-top: 6.25rem !important;
}
.pr-100,
.px-100 {
padding-right: 6.25rem !important;
}
.pb-100,
.py-100 {
padding-bottom: 6.25rem !important;
}
.pl-100,
.px-100 {
padding-left: 6.25rem !important;
}
.mt-n80,
.my-n80 {
margin-top: -5rem !important;
}
.mr-n80,
.mx-n80 {
margin-right: -5rem !important;
}
.mb-n80,
.my-n80 {
margin-bottom: -5rem !important;
}
.ml-n80,
.mx-n80 {
margin-left: -5rem !important;
}
.mt-n35,
.my-n35 {
margin-top: -2.1875rem !important;
}
.mr-n35,
.mx-n35 {
margin-right: -2.1875rem !important;
}
.mb-n35,
.my-n35 {
margin-bottom: -2.1875rem !important;
}
.ml-n35,
.mx-n35 {
margin-left: -2.1875rem !important;
}
.mt-n15,
.my-n15 {
margin-top: -0.9375rem !important;
}
.mr-n15,
.mx-n15 {
margin-right: -0.9375rem !important;
}
.mb-n15,
.my-n15 {
margin-bottom: -0.9375rem !important;
}
.ml-n15,
.mx-n15 {
margin-left: -0.9375rem !important;
}
.mt-n10,
.my-n10 {
margin-top: -0.625rem !important;
}
.mr-n10,
.mx-n10 {
margin-right: -0.625rem !important;
}
.mb-n10,
.my-n10 {
margin-bottom: -0.625rem !important;
}
.ml-n10,
.mx-n10 {
margin-left: -0.625rem !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-5 {
margin: 0.3125rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 0.3125rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 0.3125rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 0.3125rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 0.3125rem !important;
}
.m-sm-10 {
margin: 0.625rem !important;
}
.mt-sm-10,
.my-sm-10 {
margin-top: 0.625rem !important;
}
.mr-sm-10,
.mx-sm-10 {
margin-right: 0.625rem !important;
}
.mb-sm-10,
.my-sm-10 {
margin-bottom: 0.625rem !important;
}
.ml-sm-10,
.mx-sm-10 {
margin-left: 0.625rem !important;
}
.m-sm-15 {
margin: 0.9375rem !important;
}
.mt-sm-15,
.my-sm-15 {
margin-top: 0.9375rem !important;
}
.mr-sm-15,
.mx-sm-15 {
margin-right: 0.9375rem !important;
}
.mb-sm-15,
.my-sm-15 {
margin-bottom: 0.9375rem !important;
}
.ml-sm-15,
.mx-sm-15 {
margin-left: 0.9375rem !important;
}
.m-sm-20 {
margin: 1.25rem !important;
}
.mt-sm-20,
.my-sm-20 {
margin-top: 1.25rem !important;
}
.mr-sm-20,
.mx-sm-20 {
margin-right: 1.25rem !important;
}
.mb-sm-20,
.my-sm-20 {
margin-bottom: 1.25rem !important;
}
.ml-sm-20,
.mx-sm-20 {
margin-left: 1.25rem !important;
}
.m-sm-25 {
margin: 1.5625rem !important;
}
.mt-sm-25,
.my-sm-25 {
margin-top: 1.5625rem !important;
}
.mr-sm-25,
.mx-sm-25 {
margin-right: 1.5625rem !important;
}
.mb-sm-25,
.my-sm-25 {
margin-bottom: 1.5625rem !important;
}
.ml-sm-25,
.mx-sm-25 {
margin-left: 1.5625rem !important;
}
.m-sm-30 {
margin: 1.875rem !important;
}
.mt-sm-30,
.my-sm-30 {
margin-top: 1.875rem !important;
}
.mr-sm-30,
.mx-sm-30 {
margin-right: 1.875rem !important;
}
.mb-sm-30,
.my-sm-30 {
margin-bottom: 1.875rem !important;
}
.ml-sm-30,
.mx-sm-30 {
margin-left: 1.875rem !important;
}
.m-sm-35 {
margin: 2.1875rem !important;
}
.mt-sm-35,
.my-sm-35 {
margin-top: 2.1875rem !important;
}
.mr-sm-35,
.mx-sm-35 {
margin-right: 2.1875rem !important;
}
.mb-sm-35,
.my-sm-35 {
margin-bottom: 2.1875rem !important;
}
.ml-sm-35,
.mx-sm-35 {
margin-left: 2.1875rem !important;
}
.m-sm-40 {
margin: 2.5rem !important;
}
.mt-sm-40,
.my-sm-40 {
margin-top: 2.5rem !important;
}
.mr-sm-40,
.mx-sm-40 {
margin-right: 2.5rem !important;
}
.mb-sm-40,
.my-sm-40 {
margin-bottom: 2.5rem !important;
}
.ml-sm-40,
.mx-sm-40 {
margin-left: 2.5rem !important;
}
.m-sm-50 {
margin: 3.125rem !important;
}
.mt-sm-50,
.my-sm-50 {
margin-top: 3.125rem !important;
}
.mr-sm-50,
.mx-sm-50 {
margin-right: 3.125rem !important;
}
.mb-sm-50,
.my-sm-50 {
margin-bottom: 3.125rem !important;
}
.ml-sm-50,
.mx-sm-50 {
margin-left: 3.125rem !important;
}
.m-sm-60 {
margin: 3.75rem !important;
}
.mt-sm-60,
.my-sm-60 {
margin-top: 3.75rem !important;
}
.mr-sm-60,
.mx-sm-60 {
margin-right: 3.75rem !important;
}
.mb-sm-60,
.my-sm-60 {
margin-bottom: 3.75rem !important;
}
.ml-sm-60,
.mx-sm-60 {
margin-left: 3.75rem !important;
}
.m-sm-70 {
margin: 4.375rem !important;
}
.mt-sm-70,
.my-sm-70 {
margin-top: 4.375rem !important;
}
.mr-sm-70,
.mx-sm-70 {
margin-right: 4.375rem !important;
}
.mb-sm-70,
.my-sm-70 {
margin-bottom: 4.375rem !important;
}
.ml-sm-70,
.mx-sm-70 {
margin-left: 4.375rem !important;
}
.m-sm-80 {
margin: 5rem !important;
}
.mt-sm-80,
.my-sm-80 {
margin-top: 5rem !important;
}
.mr-sm-80,
.mx-sm-80 {
margin-right: 5rem !important;
}
.mb-sm-80,
.my-sm-80 {
margin-bottom: 5rem !important;
}
.ml-sm-80,
.mx-sm-80 {
margin-left: 5rem !important;
}
.m-sm-90 {
margin: 5.625rem !important;
}
.mt-sm-90,
.my-sm-90 {
margin-top: 5.625rem !important;
}
.mr-sm-90,
.mx-sm-90 {
margin-right: 5.625rem !important;
}
.mb-sm-90,
.my-sm-90 {
margin-bottom: 5.625rem !important;
}
.ml-sm-90,
.mx-sm-90 {
margin-left: 5.625rem !important;
}
.m-sm-100 {
margin: 6.25rem !important;
}
.mt-sm-100,
.my-sm-100 {
margin-top: 6.25rem !important;
}
.mr-sm-100,
.mx-sm-100 {
margin-right: 6.25rem !important;
}
.mb-sm-100,
.my-sm-100 {
margin-bottom: 6.25rem !important;
}
.ml-sm-100,
.mx-sm-100 {
margin-left: 6.25rem !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-5 {
padding: 0.3125rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 0.3125rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 0.3125rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 0.3125rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 0.3125rem !important;
}
.p-sm-10 {
padding: 0.625rem !important;
}
.pt-sm-10,
.py-sm-10 {
padding-top: 0.625rem !important;
}
.pr-sm-10,
.px-sm-10 {
padding-right: 0.625rem !important;
}
.pb-sm-10,
.py-sm-10 {
padding-bottom: 0.625rem !important;
}
.pl-sm-10,
.px-sm-10 {
padding-left: 0.625rem !important;
}
.p-sm-15 {
padding: 0.9375rem !important;
}
.pt-sm-15,
.py-sm-15 {
padding-top: 0.9375rem !important;
}
.pr-sm-15,
.px-sm-15 {
padding-right: 0.9375rem !important;
}
.pb-sm-15,
.py-sm-15 {
padding-bottom: 0.9375rem !important;
}
.pl-sm-15,
.px-sm-15 {
padding-left: 0.9375rem !important;
}
.p-sm-20 {
padding: 1.25rem !important;
}
.pt-sm-20,
.py-sm-20 {
padding-top: 1.25rem !important;
}
.pr-sm-20,
.px-sm-20 {
padding-right: 1.25rem !important;
}
.pb-sm-20,
.py-sm-20 {
padding-bottom: 1.25rem !important;
}
.pl-sm-20,
.px-sm-20 {
padding-left: 1.25rem !important;
}
.p-sm-25 {
padding: 1.5625rem !important;
}
.pt-sm-25,
.py-sm-25 {
padding-top: 1.5625rem !important;
}
.pr-sm-25,
.px-sm-25 {
padding-right: 1.5625rem !important;
}
.pb-sm-25,
.py-sm-25 {
padding-bottom: 1.5625rem !important;
}
.pl-sm-25,
.px-sm-25 {
padding-left: 1.5625rem !important;
}
.p-sm-30 {
padding: 1.875rem !important;
}
.pt-sm-30,
.py-sm-30 {
padding-top: 1.875rem !important;
}
.pr-sm-30,
.px-sm-30 {
padding-right: 1.875rem !important;
}
.pb-sm-30,
.py-sm-30 {
padding-bottom: 1.875rem !important;
}
.pl-sm-30,
.px-sm-30 {
padding-left: 1.875rem !important;
}
.p-sm-35 {
padding: 2.1875rem !important;
}
.pt-sm-35,
.py-sm-35 {
padding-top: 2.1875rem !important;
}
.pr-sm-35,
.px-sm-35 {
padding-right: 2.1875rem !important;
}
.pb-sm-35,
.py-sm-35 {
padding-bottom: 2.1875rem !important;
}
.pl-sm-35,
.px-sm-35 {
padding-left: 2.1875rem !important;
}
.p-sm-40 {
padding: 2.5rem !important;
}
.pt-sm-40,
.py-sm-40 {
padding-top: 2.5rem !important;
}
.pr-sm-40,
.px-sm-40 {
padding-right: 2.5rem !important;
}
.pb-sm-40,
.py-sm-40 {
padding-bottom: 2.5rem !important;
}
.pl-sm-40,
.px-sm-40 {
padding-left: 2.5rem !important;
}
.p-sm-50 {
padding: 3.125rem !important;
}
.pt-sm-50,
.py-sm-50 {
padding-top: 3.125rem !important;
}
.pr-sm-50,
.px-sm-50 {
padding-right: 3.125rem !important;
}
.pb-sm-50,
.py-sm-50 {
padding-bottom: 3.125rem !important;
}
.pl-sm-50,
.px-sm-50 {
padding-left: 3.125rem !important;
}
.p-sm-60 {
padding: 3.75rem !important;
}
.pt-sm-60,
.py-sm-60 {
padding-top: 3.75rem !important;
}
.pr-sm-60,
.px-sm-60 {
padding-right: 3.75rem !important;
}
.pb-sm-60,
.py-sm-60 {
padding-bottom: 3.75rem !important;
}
.pl-sm-60,
.px-sm-60 {
padding-left: 3.75rem !important;
}
.p-sm-70 {
padding: 4.375rem !important;
}
.pt-sm-70,
.py-sm-70 {
padding-top: 4.375rem !important;
}
.pr-sm-70,
.px-sm-70 {
padding-right: 4.375rem !important;
}
.pb-sm-70,
.py-sm-70 {
padding-bottom: 4.375rem !important;
}
.pl-sm-70,
.px-sm-70 {
padding-left: 4.375rem !important;
}
.p-sm-80 {
padding: 5rem !important;
}
.pt-sm-80,
.py-sm-80 {
padding-top: 5rem !important;
}
.pr-sm-80,
.px-sm-80 {
padding-right: 5rem !important;
}
.pb-sm-80,
.py-sm-80 {
padding-bottom: 5rem !important;
}
.pl-sm-80,
.px-sm-80 {
padding-left: 5rem !important;
}
.p-sm-90 {
padding: 5.625rem !important;
}
.pt-sm-90,
.py-sm-90 {
padding-top: 5.625rem !important;
}
.pr-sm-90,
.px-sm-90 {
padding-right: 5.625rem !important;
}
.pb-sm-90,
.py-sm-90 {
padding-bottom: 5.625rem !important;
}
.pl-sm-90,
.px-sm-90 {
padding-left: 5.625rem !important;
}
.p-sm-100 {
padding: 6.25rem !important;
}
.pt-sm-100,
.py-sm-100 {
padding-top: 6.25rem !important;
}
.pr-sm-100,
.px-sm-100 {
padding-right: 6.25rem !important;
}
.pb-sm-100,
.py-sm-100 {
padding-bottom: 6.25rem !important;
}
.pl-sm-100,
.px-sm-100 {
padding-left: 6.25rem !important;
}
.mt-sm-n80,
.my-sm-n80 {
margin-top: -5rem !important;
}
.mr-sm-n80,
.mx-sm-n80 {
margin-right: -5rem !important;
}
.mb-sm-n80,
.my-sm-n80 {
margin-bottom: -5rem !important;
}
.ml-sm-n80,
.mx-sm-n80 {
margin-left: -5rem !important;
}
.mt-sm-n35,
.my-sm-n35 {
margin-top: -2.1875rem !important;
}
.mr-sm-n35,
.mx-sm-n35 {
margin-right: -2.1875rem !important;
}
.mb-sm-n35,
.my-sm-n35 {
margin-bottom: -2.1875rem !important;
}
.ml-sm-n35,
.mx-sm-n35 {
margin-left: -2.1875rem !important;
}
.mt-sm-n15,
.my-sm-n15 {
margin-top: -0.9375rem !important;
}
.mr-sm-n15,
.mx-sm-n15 {
margin-right: -0.9375rem !important;
}
.mb-sm-n15,
.my-sm-n15 {
margin-bottom: -0.9375rem !important;
}
.ml-sm-n15,
.mx-sm-n15 {
margin-left: -0.9375rem !important;
}
.mt-sm-n10,
.my-sm-n10 {
margin-top: -0.625rem !important;
}
.mr-sm-n10,
.mx-sm-n10 {
margin-right: -0.625rem !important;
}
.mb-sm-n10,
.my-sm-n10 {
margin-bottom: -0.625rem !important;
}
.ml-sm-n10,
.mx-sm-n10 {
margin-left: -0.625rem !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-5 {
margin: 0.3125rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 0.3125rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 0.3125rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 0.3125rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 0.3125rem !important;
}
.m-md-10 {
margin: 0.625rem !important;
}
.mt-md-10,
.my-md-10 {
margin-top: 0.625rem !important;
}
.mr-md-10,
.mx-md-10 {
margin-right: 0.625rem !important;
}
.mb-md-10,
.my-md-10 {
margin-bottom: 0.625rem !important;
}
.ml-md-10,
.mx-md-10 {
margin-left: 0.625rem !important;
}
.m-md-15 {
margin: 0.9375rem !important;
}
.mt-md-15,
.my-md-15 {
margin-top: 0.9375rem !important;
}
.mr-md-15,
.mx-md-15 {
margin-right: 0.9375rem !important;
}
.mb-md-15,
.my-md-15 {
margin-bottom: 0.9375rem !important;
}
.ml-md-15,
.mx-md-15 {
margin-left: 0.9375rem !important;
}
.m-md-20 {
margin: 1.25rem !important;
}
.mt-md-20,
.my-md-20 {
margin-top: 1.25rem !important;
}
.mr-md-20,
.mx-md-20 {
margin-right: 1.25rem !important;
}
.mb-md-20,
.my-md-20 {
margin-bottom: 1.25rem !important;
}
.ml-md-20,
.mx-md-20 {
margin-left: 1.25rem !important;
}
.m-md-25 {
margin: 1.5625rem !important;
}
.mt-md-25,
.my-md-25 {
margin-top: 1.5625rem !important;
}
.mr-md-25,
.mx-md-25 {
margin-right: 1.5625rem !important;
}
.mb-md-25,
.my-md-25 {
margin-bottom: 1.5625rem !important;
}
.ml-md-25,
.mx-md-25 {
margin-left: 1.5625rem !important;
}
.m-md-30 {
margin: 1.875rem !important;
}
.mt-md-30,
.my-md-30 {
margin-top: 1.875rem !important;
}
.mr-md-30,
.mx-md-30 {
margin-right: 1.875rem !important;
}
.mb-md-30,
.my-md-30 {
margin-bottom: 1.875rem !important;
}
.ml-md-30,
.mx-md-30 {
margin-left: 1.875rem !important;
}
.m-md-35 {
margin: 2.1875rem !important;
}
.mt-md-35,
.my-md-35 {
margin-top: 2.1875rem !important;
}
.mr-md-35,
.mx-md-35 {
margin-right: 2.1875rem !important;
}
.mb-md-35,
.my-md-35 {
margin-bottom: 2.1875rem !important;
}
.ml-md-35,
.mx-md-35 {
margin-left: 2.1875rem !important;
}
.m-md-40 {
margin: 2.5rem !important;
}
.mt-md-40,
.my-md-40 {
margin-top: 2.5rem !important;
}
.mr-md-40,
.mx-md-40 {
margin-right: 2.5rem !important;
}
.mb-md-40,
.my-md-40 {
margin-bottom: 2.5rem !important;
}
.ml-md-40,
.mx-md-40 {
margin-left: 2.5rem !important;
}
.m-md-50 {
margin: 3.125rem !important;
}
.mt-md-50,
.my-md-50 {
margin-top: 3.125rem !important;
}
.mr-md-50,
.mx-md-50 {
margin-right: 3.125rem !important;
}
.mb-md-50,
.my-md-50 {
margin-bottom: 3.125rem !important;
}
.ml-md-50,
.mx-md-50 {
margin-left: 3.125rem !important;
}
.m-md-60 {
margin: 3.75rem !important;
}
.mt-md-60,
.my-md-60 {
margin-top: 3.75rem !important;
}
.mr-md-60,
.mx-md-60 {
margin-right: 3.75rem !important;
}
.mb-md-60,
.my-md-60 {
margin-bottom: 3.75rem !important;
}
.ml-md-60,
.mx-md-60 {
margin-left: 3.75rem !important;
}
.m-md-70 {
margin: 4.375rem !important;
}
.mt-md-70,
.my-md-70 {
margin-top: 4.375rem !important;
}
.mr-md-70,
.mx-md-70 {
margin-right: 4.375rem !important;
}
.mb-md-70,
.my-md-70 {
margin-bottom: 4.375rem !important;
}
.ml-md-70,
.mx-md-70 {
margin-left: 4.375rem !important;
}
.m-md-80 {
margin: 5rem !important;
}
.mt-md-80,
.my-md-80 {
margin-top: 5rem !important;
}
.mr-md-80,
.mx-md-80 {
margin-right: 5rem !important;
}
.mb-md-80,
.my-md-80 {
margin-bottom: 5rem !important;
}
.ml-md-80,
.mx-md-80 {
margin-left: 5rem !important;
}
.m-md-90 {
margin: 5.625rem !important;
}
.mt-md-90,
.my-md-90 {
margin-top: 5.625rem !important;
}
.mr-md-90,
.mx-md-90 {
margin-right: 5.625rem !important;
}
.mb-md-90,
.my-md-90 {
margin-bottom: 5.625rem !important;
}
.ml-md-90,
.mx-md-90 {
margin-left: 5.625rem !important;
}
.m-md-100 {
margin: 6.25rem !important;
}
.mt-md-100,
.my-md-100 {
margin-top: 6.25rem !important;
}
.mr-md-100,
.mx-md-100 {
margin-right: 6.25rem !important;
}
.mb-md-100,
.my-md-100 {
margin-bottom: 6.25rem !important;
}
.ml-md-100,
.mx-md-100 {
margin-left: 6.25rem !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-5 {
padding: 0.3125rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 0.3125rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 0.3125rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 0.3125rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 0.3125rem !important;
}
.p-md-10 {
padding: 0.625rem !important;
}
.pt-md-10,
.py-md-10 {
padding-top: 0.625rem !important;
}
.pr-md-10,
.px-md-10 {
padding-right: 0.625rem !important;
}
.pb-md-10,
.py-md-10 {
padding-bottom: 0.625rem !important;
}
.pl-md-10,
.px-md-10 {
padding-left: 0.625rem !important;
}
.p-md-15 {
padding: 0.9375rem !important;
}
.pt-md-15,
.py-md-15 {
padding-top: 0.9375rem !important;
}
.pr-md-15,
.px-md-15 {
padding-right: 0.9375rem !important;
}
.pb-md-15,
.py-md-15 {
padding-bottom: 0.9375rem !important;
}
.pl-md-15,
.px-md-15 {
padding-left: 0.9375rem !important;
}
.p-md-20 {
padding: 1.25rem !important;
}
.pt-md-20,
.py-md-20 {
padding-top: 1.25rem !important;
}
.pr-md-20,
.px-md-20 {
padding-right: 1.25rem !important;
}
.pb-md-20,
.py-md-20 {
padding-bottom: 1.25rem !important;
}
.pl-md-20,
.px-md-20 {
padding-left: 1.25rem !important;
}
.p-md-25 {
padding: 1.5625rem !important;
}
.pt-md-25,
.py-md-25 {
padding-top: 1.5625rem !important;
}
.pr-md-25,
.px-md-25 {
padding-right: 1.5625rem !important;
}
.pb-md-25,
.py-md-25 {
padding-bottom: 1.5625rem !important;
}
.pl-md-25,
.px-md-25 {
padding-left: 1.5625rem !important;
}
.p-md-30 {
padding: 1.875rem !important;
}
.pt-md-30,
.py-md-30 {
padding-top: 1.875rem !important;
}
.pr-md-30,
.px-md-30 {
padding-right: 1.875rem !important;
}
.pb-md-30,
.py-md-30 {
padding-bottom: 1.875rem !important;
}
.pl-md-30,
.px-md-30 {
padding-left: 1.875rem !important;
}
.p-md-35 {
padding: 2.1875rem !important;
}
.pt-md-35,
.py-md-35 {
padding-top: 2.1875rem !important;
}
.pr-md-35,
.px-md-35 {
padding-right: 2.1875rem !important;
}
.pb-md-35,
.py-md-35 {
padding-bottom: 2.1875rem !important;
}
.pl-md-35,
.px-md-35 {
padding-left: 2.1875rem !important;
}
.p-md-40 {
padding: 2.5rem !important;
}
.pt-md-40,
.py-md-40 {
padding-top: 2.5rem !important;
}
.pr-md-40,
.px-md-40 {
padding-right: 2.5rem !important;
}
.pb-md-40,
.py-md-40 {
padding-bottom: 2.5rem !important;
}
.pl-md-40,
.px-md-40 {
padding-left: 2.5rem !important;
}
.p-md-50 {
padding: 3.125rem !important;
}
.pt-md-50,
.py-md-50 {
padding-top: 3.125rem !important;
}
.pr-md-50,
.px-md-50 {
padding-right: 3.125rem !important;
}
.pb-md-50,
.py-md-50 {
padding-bottom: 3.125rem !important;
}
.pl-md-50,
.px-md-50 {
padding-left: 3.125rem !important;
}
.p-md-60 {
padding: 3.75rem !important;
}
.pt-md-60,
.py-md-60 {
padding-top: 3.75rem !important;
}
.pr-md-60,
.px-md-60 {
padding-right: 3.75rem !important;
}
.pb-md-60,
.py-md-60 {
padding-bottom: 3.75rem !important;
}
.pl-md-60,
.px-md-60 {
padding-left: 3.75rem !important;
}
.p-md-70 {
padding: 4.375rem !important;
}
.pt-md-70,
.py-md-70 {
padding-top: 4.375rem !important;
}
.pr-md-70,
.px-md-70 {
padding-right: 4.375rem !important;
}
.pb-md-70,
.py-md-70 {
padding-bottom: 4.375rem !important;
}
.pl-md-70,
.px-md-70 {
padding-left: 4.375rem !important;
}
.p-md-80 {
padding: 5rem !important;
}
.pt-md-80,
.py-md-80 {
padding-top: 5rem !important;
}
.pr-md-80,
.px-md-80 {
padding-right: 5rem !important;
}
.pb-md-80,
.py-md-80 {
padding-bottom: 5rem !important;
}
.pl-md-80,
.px-md-80 {
padding-left: 5rem !important;
}
.p-md-90 {
padding: 5.625rem !important;
}
.pt-md-90,
.py-md-90 {
padding-top: 5.625rem !important;
}
.pr-md-90,
.px-md-90 {
padding-right: 5.625rem !important;
}
.pb-md-90,
.py-md-90 {
padding-bottom: 5.625rem !important;
}
.pl-md-90,
.px-md-90 {
padding-left: 5.625rem !important;
}
.p-md-100 {
padding: 6.25rem !important;
}
.pt-md-100,
.py-md-100 {
padding-top: 6.25rem !important;
}
.pr-md-100,
.px-md-100 {
padding-right: 6.25rem !important;
}
.pb-md-100,
.py-md-100 {
padding-bottom: 6.25rem !important;
}
.pl-md-100,
.px-md-100 {
padding-left: 6.25rem !important;
}
.mt-md-n80,
.my-md-n80 {
margin-top: -5rem !important;
}
.mr-md-n80,
.mx-md-n80 {
margin-right: -5rem !important;
}
.mb-md-n80,
.my-md-n80 {
margin-bottom: -5rem !important;
}
.ml-md-n80,
.mx-md-n80 {
margin-left: -5rem !important;
}
.mt-md-n35,
.my-md-n35 {
margin-top: -2.1875rem !important;
}
.mr-md-n35,
.mx-md-n35 {
margin-right: -2.1875rem !important;
}
.mb-md-n35,
.my-md-n35 {
margin-bottom: -2.1875rem !important;
}
.ml-md-n35,
.mx-md-n35 {
margin-left: -2.1875rem !important;
}
.mt-md-n15,
.my-md-n15 {
margin-top: -0.9375rem !important;
}
.mr-md-n15,
.mx-md-n15 {
margin-right: -0.9375rem !important;
}
.mb-md-n15,
.my-md-n15 {
margin-bottom: -0.9375rem !important;
}
.ml-md-n15,
.mx-md-n15 {
margin-left: -0.9375rem !important;
}
.mt-md-n10,
.my-md-n10 {
margin-top: -0.625rem !important;
}
.mr-md-n10,
.mx-md-n10 {
margin-right: -0.625rem !important;
}
.mb-md-n10,
.my-md-n10 {
margin-bottom: -0.625rem !important;
}
.ml-md-n10,
.mx-md-n10 {
margin-left: -0.625rem !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-5 {
margin: 0.3125rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 0.3125rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 0.3125rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 0.3125rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 0.3125rem !important;
}
.m-lg-10 {
margin: 0.625rem !important;
}
.mt-lg-10,
.my-lg-10 {
margin-top: 0.625rem !important;
}
.mr-lg-10,
.mx-lg-10 {
margin-right: 0.625rem !important;
}
.mb-lg-10,
.my-lg-10 {
margin-bottom: 0.625rem !important;
}
.ml-lg-10,
.mx-lg-10 {
margin-left: 0.625rem !important;
}
.m-lg-15 {
margin: 0.9375rem !important;
}
.mt-lg-15,
.my-lg-15 {
margin-top: 0.9375rem !important;
}
.mr-lg-15,
.mx-lg-15 {
margin-right: 0.9375rem !important;
}
.mb-lg-15,
.my-lg-15 {
margin-bottom: 0.9375rem !important;
}
.ml-lg-15,
.mx-lg-15 {
margin-left: 0.9375rem !important;
}
.m-lg-20 {
margin: 1.25rem !important;
}
.mt-lg-20,
.my-lg-20 {
margin-top: 1.25rem !important;
}
.mr-lg-20,
.mx-lg-20 {
margin-right: 1.25rem !important;
}
.mb-lg-20,
.my-lg-20 {
margin-bottom: 1.25rem !important;
}
.ml-lg-20,
.mx-lg-20 {
margin-left: 1.25rem !important;
}
.m-lg-25 {
margin: 1.5625rem !important;
}
.mt-lg-25,
.my-lg-25 {
margin-top: 1.5625rem !important;
}
.mr-lg-25,
.mx-lg-25 {
margin-right: 1.5625rem !important;
}
.mb-lg-25,
.my-lg-25 {
margin-bottom: 1.5625rem !important;
}
.ml-lg-25,
.mx-lg-25 {
margin-left: 1.5625rem !important;
}
.m-lg-30 {
margin: 1.875rem !important;
}
.mt-lg-30,
.my-lg-30 {
margin-top: 1.875rem !important;
}
.mr-lg-30,
.mx-lg-30 {
margin-right: 1.875rem !important;
}
.mb-lg-30,
.my-lg-30 {
margin-bottom: 1.875rem !important;
}
.ml-lg-30,
.mx-lg-30 {
margin-left: 1.875rem !important;
}
.m-lg-35 {
margin: 2.1875rem !important;
}
.mt-lg-35,
.my-lg-35 {
margin-top: 2.1875rem !important;
}
.mr-lg-35,
.mx-lg-35 {
margin-right: 2.1875rem !important;
}
.mb-lg-35,
.my-lg-35 {
margin-bottom: 2.1875rem !important;
}
.ml-lg-35,
.mx-lg-35 {
margin-left: 2.1875rem !important;
}
.m-lg-40 {
margin: 2.5rem !important;
}
.mt-lg-40,
.my-lg-40 {
margin-top: 2.5rem !important;
}
.mr-lg-40,
.mx-lg-40 {
margin-right: 2.5rem !important;
}
.mb-lg-40,
.my-lg-40 {
margin-bottom: 2.5rem !important;
}
.ml-lg-40,
.mx-lg-40 {
margin-left: 2.5rem !important;
}
.m-lg-50 {
margin: 3.125rem !important;
}
.mt-lg-50,
.my-lg-50 {
margin-top: 3.125rem !important;
}
.mr-lg-50,
.mx-lg-50 {
margin-right: 3.125rem !important;
}
.mb-lg-50,
.my-lg-50 {
margin-bottom: 3.125rem !important;
}
.ml-lg-50,
.mx-lg-50 {
margin-left: 3.125rem !important;
}
.m-lg-60 {
margin: 3.75rem !important;
}
.mt-lg-60,
.my-lg-60 {
margin-top: 3.75rem !important;
}
.mr-lg-60,
.mx-lg-60 {
margin-right: 3.75rem !important;
}
.mb-lg-60,
.my-lg-60 {
margin-bottom: 3.75rem !important;
}
.ml-lg-60,
.mx-lg-60 {
margin-left: 3.75rem !important;
}
.m-lg-70 {
margin: 4.375rem !important;
}
.mt-lg-70,
.my-lg-70 {
margin-top: 4.375rem !important;
}
.mr-lg-70,
.mx-lg-70 {
margin-right: 4.375rem !important;
}
.mb-lg-70,
.my-lg-70 {
margin-bottom: 4.375rem !important;
}
.ml-lg-70,
.mx-lg-70 {
margin-left: 4.375rem !important;
}
.m-lg-80 {
margin: 5rem !important;
}
.mt-lg-80,
.my-lg-80 {
margin-top: 5rem !important;
}
.mr-lg-80,
.mx-lg-80 {
margin-right: 5rem !important;
}
.mb-lg-80,
.my-lg-80 {
margin-bottom: 5rem !important;
}
.ml-lg-80,
.mx-lg-80 {
margin-left: 5rem !important;
}
.m-lg-90 {
margin: 5.625rem !important;
}
.mt-lg-90,
.my-lg-90 {
margin-top: 5.625rem !important;
}
.mr-lg-90,
.mx-lg-90 {
margin-right: 5.625rem !important;
}
.mb-lg-90,
.my-lg-90 {
margin-bottom: 5.625rem !important;
}
.ml-lg-90,
.mx-lg-90 {
margin-left: 5.625rem !important;
}
.m-lg-100 {
margin: 6.25rem !important;
}
.mt-lg-100,
.my-lg-100 {
margin-top: 6.25rem !important;
}
.mr-lg-100,
.mx-lg-100 {
margin-right: 6.25rem !important;
}
.mb-lg-100,
.my-lg-100 {
margin-bottom: 6.25rem !important;
}
.ml-lg-100,
.mx-lg-100 {
margin-left: 6.25rem !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-5 {
padding: 0.3125rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 0.3125rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 0.3125rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 0.3125rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 0.3125rem !important;
}
.p-lg-10 {
padding: 0.625rem !important;
}
.pt-lg-10,
.py-lg-10 {
padding-top: 0.625rem !important;
}
.pr-lg-10,
.px-lg-10 {
padding-right: 0.625rem !important;
}
.pb-lg-10,
.py-lg-10 {
padding-bottom: 0.625rem !important;
}
.pl-lg-10,
.px-lg-10 {
padding-left: 0.625rem !important;
}
.p-lg-15 {
padding: 0.9375rem !important;
}
.pt-lg-15,
.py-lg-15 {
padding-top: 0.9375rem !important;
}
.pr-lg-15,
.px-lg-15 {
padding-right: 0.9375rem !important;
}
.pb-lg-15,
.py-lg-15 {
padding-bottom: 0.9375rem !important;
}
.pl-lg-15,
.px-lg-15 {
padding-left: 0.9375rem !important;
}
.p-lg-20 {
padding: 1.25rem !important;
}
.pt-lg-20,
.py-lg-20 {
padding-top: 1.25rem !important;
}
.pr-lg-20,
.px-lg-20 {
padding-right: 1.25rem !important;
}
.pb-lg-20,
.py-lg-20 {
padding-bottom: 1.25rem !important;
}
.pl-lg-20,
.px-lg-20 {
padding-left: 1.25rem !important;
}
.p-lg-25 {
padding: 1.5625rem !important;
}
.pt-lg-25,
.py-lg-25 {
padding-top: 1.5625rem !important;
}
.pr-lg-25,
.px-lg-25 {
padding-right: 1.5625rem !important;
}
.pb-lg-25,
.py-lg-25 {
padding-bottom: 1.5625rem !important;
}
.pl-lg-25,
.px-lg-25 {
padding-left: 1.5625rem !important;
}
.p-lg-30 {
padding: 1.875rem !important;
}
.pt-lg-30,
.py-lg-30 {
padding-top: 1.875rem !important;
}
.pr-lg-30,
.px-lg-30 {
padding-right: 1.875rem !important;
}
.pb-lg-30,
.py-lg-30 {
padding-bottom: 1.875rem !important;
}
.pl-lg-30,
.px-lg-30 {
padding-left: 1.875rem !important;
}
.p-lg-35 {
padding: 2.1875rem !important;
}
.pt-lg-35,
.py-lg-35 {
padding-top: 2.1875rem !important;
}
.pr-lg-35,
.px-lg-35 {
padding-right: 2.1875rem !important;
}
.pb-lg-35,
.py-lg-35 {
padding-bottom: 2.1875rem !important;
}
.pl-lg-35,
.px-lg-35 {
padding-left: 2.1875rem !important;
}
.p-lg-40 {
padding: 2.5rem !important;
}
.pt-lg-40,
.py-lg-40 {
padding-top: 2.5rem !important;
}
.pr-lg-40,
.px-lg-40 {
padding-right: 2.5rem !important;
}
.pb-lg-40,
.py-lg-40 {
padding-bottom: 2.5rem !important;
}
.pl-lg-40,
.px-lg-40 {
padding-left: 2.5rem !important;
}
.p-lg-50 {
padding: 3.125rem !important;
}
.pt-lg-50,
.py-lg-50 {
padding-top: 3.125rem !important;
}
.pr-lg-50,
.px-lg-50 {
padding-right: 3.125rem !important;
}
.pb-lg-50,
.py-lg-50 {
padding-bottom: 3.125rem !important;
}
.pl-lg-50,
.px-lg-50 {
padding-left: 3.125rem !important;
}
.p-lg-60 {
padding: 3.75rem !important;
}
.pt-lg-60,
.py-lg-60 {
padding-top: 3.75rem !important;
}
.pr-lg-60,
.px-lg-60 {
padding-right: 3.75rem !important;
}
.pb-lg-60,
.py-lg-60 {
padding-bottom: 3.75rem !important;
}
.pl-lg-60,
.px-lg-60 {
padding-left: 3.75rem !important;
}
.p-lg-70 {
padding: 4.375rem !important;
}
.pt-lg-70,
.py-lg-70 {
padding-top: 4.375rem !important;
}
.pr-lg-70,
.px-lg-70 {
padding-right: 4.375rem !important;
}
.pb-lg-70,
.py-lg-70 {
padding-bottom: 4.375rem !important;
}
.pl-lg-70,
.px-lg-70 {
padding-left: 4.375rem !important;
}
.p-lg-80 {
padding: 5rem !important;
}
.pt-lg-80,
.py-lg-80 {
padding-top: 5rem !important;
}
.pr-lg-80,
.px-lg-80 {
padding-right: 5rem !important;
}
.pb-lg-80,
.py-lg-80 {
padding-bottom: 5rem !important;
}
.pl-lg-80,
.px-lg-80 {
padding-left: 5rem !important;
}
.p-lg-90 {
padding: 5.625rem !important;
}
.pt-lg-90,
.py-lg-90 {
padding-top: 5.625rem !important;
}
.pr-lg-90,
.px-lg-90 {
padding-right: 5.625rem !important;
}
.pb-lg-90,
.py-lg-90 {
padding-bottom: 5.625rem !important;
}
.pl-lg-90,
.px-lg-90 {
padding-left: 5.625rem !important;
}
.p-lg-100 {
padding: 6.25rem !important;
}
.pt-lg-100,
.py-lg-100 {
padding-top: 6.25rem !important;
}
.pr-lg-100,
.px-lg-100 {
padding-right: 6.25rem !important;
}
.pb-lg-100,
.py-lg-100 {
padding-bottom: 6.25rem !important;
}
.pl-lg-100,
.px-lg-100 {
padding-left: 6.25rem !important;
}
.mt-lg-n80,
.my-lg-n80 {
margin-top: -5rem !important;
}
.mr-lg-n80,
.mx-lg-n80 {
margin-right: -5rem !important;
}
.mb-lg-n80,
.my-lg-n80 {
margin-bottom: -5rem !important;
}
.ml-lg-n80,
.mx-lg-n80 {
margin-left: -5rem !important;
}
.mt-lg-n35,
.my-lg-n35 {
margin-top: -2.1875rem !important;
}
.mr-lg-n35,
.mx-lg-n35 {
margin-right: -2.1875rem !important;
}
.mb-lg-n35,
.my-lg-n35 {
margin-bottom: -2.1875rem !important;
}
.ml-lg-n35,
.mx-lg-n35 {
margin-left: -2.1875rem !important;
}
.mt-lg-n15,
.my-lg-n15 {
margin-top: -0.9375rem !important;
}
.mr-lg-n15,
.mx-lg-n15 {
margin-right: -0.9375rem !important;
}
.mb-lg-n15,
.my-lg-n15 {
margin-bottom: -0.9375rem !important;
}
.ml-lg-n15,
.mx-lg-n15 {
margin-left: -0.9375rem !important;
}
.mt-lg-n10,
.my-lg-n10 {
margin-top: -0.625rem !important;
}
.mr-lg-n10,
.mx-lg-n10 {
margin-right: -0.625rem !important;
}
.mb-lg-n10,
.my-lg-n10 {
margin-bottom: -0.625rem !important;
}
.ml-lg-n10,
.mx-lg-n10 {
margin-left: -0.625rem !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-5 {
margin: 0.3125rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 0.3125rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 0.3125rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 0.3125rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 0.3125rem !important;
}
.m-xl-10 {
margin: 0.625rem !important;
}
.mt-xl-10,
.my-xl-10 {
margin-top: 0.625rem !important;
}
.mr-xl-10,
.mx-xl-10 {
margin-right: 0.625rem !important;
}
.mb-xl-10,
.my-xl-10 {
margin-bottom: 0.625rem !important;
}
.ml-xl-10,
.mx-xl-10 {
margin-left: 0.625rem !important;
}
.m-xl-15 {
margin: 0.9375rem !important;
}
.mt-xl-15,
.my-xl-15 {
margin-top: 0.9375rem !important;
}
.mr-xl-15,
.mx-xl-15 {
margin-right: 0.9375rem !important;
}
.mb-xl-15,
.my-xl-15 {
margin-bottom: 0.9375rem !important;
}
.ml-xl-15,
.mx-xl-15 {
margin-left: 0.9375rem !important;
}
.m-xl-20 {
margin: 1.25rem !important;
}
.mt-xl-20,
.my-xl-20 {
margin-top: 1.25rem !important;
}
.mr-xl-20,
.mx-xl-20 {
margin-right: 1.25rem !important;
}
.mb-xl-20,
.my-xl-20 {
margin-bottom: 1.25rem !important;
}
.ml-xl-20,
.mx-xl-20 {
margin-left: 1.25rem !important;
}
.m-xl-25 {
margin: 1.5625rem !important;
}
.mt-xl-25,
.my-xl-25 {
margin-top: 1.5625rem !important;
}
.mr-xl-25,
.mx-xl-25 {
margin-right: 1.5625rem !important;
}
.mb-xl-25,
.my-xl-25 {
margin-bottom: 1.5625rem !important;
}
.ml-xl-25,
.mx-xl-25 {
margin-left: 1.5625rem !important;
}
.m-xl-30 {
margin: 1.875rem !important;
}
.mt-xl-30,
.my-xl-30 {
margin-top: 1.875rem !important;
}
.mr-xl-30,
.mx-xl-30 {
margin-right: 1.875rem !important;
}
.mb-xl-30,
.my-xl-30 {
margin-bottom: 1.875rem !important;
}
.ml-xl-30,
.mx-xl-30 {
margin-left: 1.875rem !important;
}
.m-xl-35 {
margin: 2.1875rem !important;
}
.mt-xl-35,
.my-xl-35 {
margin-top: 2.1875rem !important;
}
.mr-xl-35,
.mx-xl-35 {
margin-right: 2.1875rem !important;
}
.mb-xl-35,
.my-xl-35 {
margin-bottom: 2.1875rem !important;
}
.ml-xl-35,
.mx-xl-35 {
margin-left: 2.1875rem !important;
}
.m-xl-40 {
margin: 2.5rem !important;
}
.mt-xl-40,
.my-xl-40 {
margin-top: 2.5rem !important;
}
.mr-xl-40,
.mx-xl-40 {
margin-right: 2.5rem !important;
}
.mb-xl-40,
.my-xl-40 {
margin-bottom: 2.5rem !important;
}
.ml-xl-40,
.mx-xl-40 {
margin-left: 2.5rem !important;
}
.m-xl-50 {
margin: 3.125rem !important;
}
.mt-xl-50,
.my-xl-50 {
margin-top: 3.125rem !important;
}
.mr-xl-50,
.mx-xl-50 {
margin-right: 3.125rem !important;
}
.mb-xl-50,
.my-xl-50 {
margin-bottom: 3.125rem !important;
}
.ml-xl-50,
.mx-xl-50 {
margin-left: 3.125rem !important;
}
.m-xl-60 {
margin: 3.75rem !important;
}
.mt-xl-60,
.my-xl-60 {
margin-top: 3.75rem !important;
}
.mr-xl-60,
.mx-xl-60 {
margin-right: 3.75rem !important;
}
.mb-xl-60,
.my-xl-60 {
margin-bottom: 3.75rem !important;
}
.ml-xl-60,
.mx-xl-60 {
margin-left: 3.75rem !important;
}
.m-xl-70 {
margin: 4.375rem !important;
}
.mt-xl-70,
.my-xl-70 {
margin-top: 4.375rem !important;
}
.mr-xl-70,
.mx-xl-70 {
margin-right: 4.375rem !important;
}
.mb-xl-70,
.my-xl-70 {
margin-bottom: 4.375rem !important;
}
.ml-xl-70,
.mx-xl-70 {
margin-left: 4.375rem !important;
}
.m-xl-80 {
margin: 5rem !important;
}
.mt-xl-80,
.my-xl-80 {
margin-top: 5rem !important;
}
.mr-xl-80,
.mx-xl-80 {
margin-right: 5rem !important;
}
.mb-xl-80,
.my-xl-80 {
margin-bottom: 5rem !important;
}
.ml-xl-80,
.mx-xl-80 {
margin-left: 5rem !important;
}
.m-xl-90 {
margin: 5.625rem !important;
}
.mt-xl-90,
.my-xl-90 {
margin-top: 5.625rem !important;
}
.mr-xl-90,
.mx-xl-90 {
margin-right: 5.625rem !important;
}
.mb-xl-90,
.my-xl-90 {
margin-bottom: 5.625rem !important;
}
.ml-xl-90,
.mx-xl-90 {
margin-left: 5.625rem !important;
}
.m-xl-100 {
margin: 6.25rem !important;
}
.mt-xl-100,
.my-xl-100 {
margin-top: 6.25rem !important;
}
.mr-xl-100,
.mx-xl-100 {
margin-right: 6.25rem !important;
}
.mb-xl-100,
.my-xl-100 {
margin-bottom: 6.25rem !important;
}
.ml-xl-100,
.mx-xl-100 {
margin-left: 6.25rem !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-5 {
padding: 0.3125rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 0.3125rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 0.3125rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 0.3125rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 0.3125rem !important;
}
.p-xl-10 {
padding: 0.625rem !important;
}
.pt-xl-10,
.py-xl-10 {
padding-top: 0.625rem !important;
}
.pr-xl-10,
.px-xl-10 {
padding-right: 0.625rem !important;
}
.pb-xl-10,
.py-xl-10 {
padding-bottom: 0.625rem !important;
}
.pl-xl-10,
.px-xl-10 {
padding-left: 0.625rem !important;
}
.p-xl-15 {
padding: 0.9375rem !important;
}
.pt-xl-15,
.py-xl-15 {
padding-top: 0.9375rem !important;
}
.pr-xl-15,
.px-xl-15 {
padding-right: 0.9375rem !important;
}
.pb-xl-15,
.py-xl-15 {
padding-bottom: 0.9375rem !important;
}
.pl-xl-15,
.px-xl-15 {
padding-left: 0.9375rem !important;
}
.p-xl-20 {
padding: 1.25rem !important;
}
.pt-xl-20,
.py-xl-20 {
padding-top: 1.25rem !important;
}
.pr-xl-20,
.px-xl-20 {
padding-right: 1.25rem !important;
}
.pb-xl-20,
.py-xl-20 {
padding-bottom: 1.25rem !important;
}
.pl-xl-20,
.px-xl-20 {
padding-left: 1.25rem !important;
}
.p-xl-25 {
padding: 1.5625rem !important;
}
.pt-xl-25,
.py-xl-25 {
padding-top: 1.5625rem !important;
}
.pr-xl-25,
.px-xl-25 {
padding-right: 1.5625rem !important;
}
.pb-xl-25,
.py-xl-25 {
padding-bottom: 1.5625rem !important;
}
.pl-xl-25,
.px-xl-25 {
padding-left: 1.5625rem !important;
}
.p-xl-30 {
padding: 1.875rem !important;
}
.pt-xl-30,
.py-xl-30 {
padding-top: 1.875rem !important;
}
.pr-xl-30,
.px-xl-30 {
padding-right: 1.875rem !important;
}
.pb-xl-30,
.py-xl-30 {
padding-bottom: 1.875rem !important;
}
.pl-xl-30,
.px-xl-30 {
padding-left: 1.875rem !important;
}
.p-xl-35 {
padding: 2.1875rem !important;
}
.pt-xl-35,
.py-xl-35 {
padding-top: 2.1875rem !important;
}
.pr-xl-35,
.px-xl-35 {
padding-right: 2.1875rem !important;
}
.pb-xl-35,
.py-xl-35 {
padding-bottom: 2.1875rem !important;
}
.pl-xl-35,
.px-xl-35 {
padding-left: 2.1875rem !important;
}
.p-xl-40 {
padding: 2.5rem !important;
}
.pt-xl-40,
.py-xl-40 {
padding-top: 2.5rem !important;
}
.pr-xl-40,
.px-xl-40 {
padding-right: 2.5rem !important;
}
.pb-xl-40,
.py-xl-40 {
padding-bottom: 2.5rem !important;
}
.pl-xl-40,
.px-xl-40 {
padding-left: 2.5rem !important;
}
.p-xl-50 {
padding: 3.125rem !important;
}
.pt-xl-50,
.py-xl-50 {
padding-top: 3.125rem !important;
}
.pr-xl-50,
.px-xl-50 {
padding-right: 3.125rem !important;
}
.pb-xl-50,
.py-xl-50 {
padding-bottom: 3.125rem !important;
}
.pl-xl-50,
.px-xl-50 {
padding-left: 3.125rem !important;
}
.p-xl-60 {
padding: 3.75rem !important;
}
.pt-xl-60,
.py-xl-60 {
padding-top: 3.75rem !important;
}
.pr-xl-60,
.px-xl-60 {
padding-right: 3.75rem !important;
}
.pb-xl-60,
.py-xl-60 {
padding-bottom: 3.75rem !important;
}
.pl-xl-60,
.px-xl-60 {
padding-left: 3.75rem !important;
}
.p-xl-70 {
padding: 4.375rem !important;
}
.pt-xl-70,
.py-xl-70 {
padding-top: 4.375rem !important;
}
.pr-xl-70,
.px-xl-70 {
padding-right: 4.375rem !important;
}
.pb-xl-70,
.py-xl-70 {
padding-bottom: 4.375rem !important;
}
.pl-xl-70,
.px-xl-70 {
padding-left: 4.375rem !important;
}
.p-xl-80 {
padding: 5rem !important;
}
.pt-xl-80,
.py-xl-80 {
padding-top: 5rem !important;
}
.pr-xl-80,
.px-xl-80 {
padding-right: 5rem !important;
}
.pb-xl-80,
.py-xl-80 {
padding-bottom: 5rem !important;
}
.pl-xl-80,
.px-xl-80 {
padding-left: 5rem !important;
}
.p-xl-90 {
padding: 5.625rem !important;
}
.pt-xl-90,
.py-xl-90 {
padding-top: 5.625rem !important;
}
.pr-xl-90,
.px-xl-90 {
padding-right: 5.625rem !important;
}
.pb-xl-90,
.py-xl-90 {
padding-bottom: 5.625rem !important;
}
.pl-xl-90,
.px-xl-90 {
padding-left: 5.625rem !important;
}
.p-xl-100 {
padding: 6.25rem !important;
}
.pt-xl-100,
.py-xl-100 {
padding-top: 6.25rem !important;
}
.pr-xl-100,
.px-xl-100 {
padding-right: 6.25rem !important;
}
.pb-xl-100,
.py-xl-100 {
padding-bottom: 6.25rem !important;
}
.pl-xl-100,
.px-xl-100 {
padding-left: 6.25rem !important;
}
.mt-xl-n80,
.my-xl-n80 {
margin-top: -5rem !important;
}
.mr-xl-n80,
.mx-xl-n80 {
margin-right: -5rem !important;
}
.mb-xl-n80,
.my-xl-n80 {
margin-bottom: -5rem !important;
}
.ml-xl-n80,
.mx-xl-n80 {
margin-left: -5rem !important;
}
.mt-xl-n35,
.my-xl-n35 {
margin-top: -2.1875rem !important;
}
.mr-xl-n35,
.mx-xl-n35 {
margin-right: -2.1875rem !important;
}
.mb-xl-n35,
.my-xl-n35 {
margin-bottom: -2.1875rem !important;
}
.ml-xl-n35,
.mx-xl-n35 {
margin-left: -2.1875rem !important;
}
.mt-xl-n15,
.my-xl-n15 {
margin-top: -0.9375rem !important;
}
.mr-xl-n15,
.mx-xl-n15 {
margin-right: -0.9375rem !important;
}
.mb-xl-n15,
.my-xl-n15 {
margin-bottom: -0.9375rem !important;
}
.ml-xl-n15,
.mx-xl-n15 {
margin-left: -0.9375rem !important;
}
.mt-xl-n10,
.my-xl-n10 {
margin-top: -0.625rem !important;
}
.mr-xl-n10,
.mx-xl-n10 {
margin-right: -0.625rem !important;
}
.mb-xl-n10,
.my-xl-n10 {
margin-bottom: -0.625rem !important;
}
.ml-xl-n10,
.mx-xl-n10 {
margin-left: -0.625rem !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: 1360px) {
.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-5 {
margin: 0.3125rem !important;
}
.mt-xxl-5,
.my-xxl-5 {
margin-top: 0.3125rem !important;
}
.mr-xxl-5,
.mx-xxl-5 {
margin-right: 0.3125rem !important;
}
.mb-xxl-5,
.my-xxl-5 {
margin-bottom: 0.3125rem !important;
}
.ml-xxl-5,
.mx-xxl-5 {
margin-left: 0.3125rem !important;
}
.m-xxl-10 {
margin: 0.625rem !important;
}
.mt-xxl-10,
.my-xxl-10 {
margin-top: 0.625rem !important;
}
.mr-xxl-10,
.mx-xxl-10 {
margin-right: 0.625rem !important;
}
.mb-xxl-10,
.my-xxl-10 {
margin-bottom: 0.625rem !important;
}
.ml-xxl-10,
.mx-xxl-10 {
margin-left: 0.625rem !important;
}
.m-xxl-15 {
margin: 0.9375rem !important;
}
.mt-xxl-15,
.my-xxl-15 {
margin-top: 0.9375rem !important;
}
.mr-xxl-15,
.mx-xxl-15 {
margin-right: 0.9375rem !important;
}
.mb-xxl-15,
.my-xxl-15 {
margin-bottom: 0.9375rem !important;
}
.ml-xxl-15,
.mx-xxl-15 {
margin-left: 0.9375rem !important;
}
.m-xxl-20 {
margin: 1.25rem !important;
}
.mt-xxl-20,
.my-xxl-20 {
margin-top: 1.25rem !important;
}
.mr-xxl-20,
.mx-xxl-20 {
margin-right: 1.25rem !important;
}
.mb-xxl-20,
.my-xxl-20 {
margin-bottom: 1.25rem !important;
}
.ml-xxl-20,
.mx-xxl-20 {
margin-left: 1.25rem !important;
}
.m-xxl-25 {
margin: 1.5625rem !important;
}
.mt-xxl-25,
.my-xxl-25 {
margin-top: 1.5625rem !important;
}
.mr-xxl-25,
.mx-xxl-25 {
margin-right: 1.5625rem !important;
}
.mb-xxl-25,
.my-xxl-25 {
margin-bottom: 1.5625rem !important;
}
.ml-xxl-25,
.mx-xxl-25 {
margin-left: 1.5625rem !important;
}
.m-xxl-30 {
margin: 1.875rem !important;
}
.mt-xxl-30,
.my-xxl-30 {
margin-top: 1.875rem !important;
}
.mr-xxl-30,
.mx-xxl-30 {
margin-right: 1.875rem !important;
}
.mb-xxl-30,
.my-xxl-30 {
margin-bottom: 1.875rem !important;
}
.ml-xxl-30,
.mx-xxl-30 {
margin-left: 1.875rem !important;
}
.m-xxl-35 {
margin: 2.1875rem !important;
}
.mt-xxl-35,
.my-xxl-35 {
margin-top: 2.1875rem !important;
}
.mr-xxl-35,
.mx-xxl-35 {
margin-right: 2.1875rem !important;
}
.mb-xxl-35,
.my-xxl-35 {
margin-bottom: 2.1875rem !important;
}
.ml-xxl-35,
.mx-xxl-35 {
margin-left: 2.1875rem !important;
}
.m-xxl-40 {
margin: 2.5rem !important;
}
.mt-xxl-40,
.my-xxl-40 {
margin-top: 2.5rem !important;
}
.mr-xxl-40,
.mx-xxl-40 {
margin-right: 2.5rem !important;
}
.mb-xxl-40,
.my-xxl-40 {
margin-bottom: 2.5rem !important;
}
.ml-xxl-40,
.mx-xxl-40 {
margin-left: 2.5rem !important;
}
.m-xxl-50 {
margin: 3.125rem !important;
}
.mt-xxl-50,
.my-xxl-50 {
margin-top: 3.125rem !important;
}
.mr-xxl-50,
.mx-xxl-50 {
margin-right: 3.125rem !important;
}
.mb-xxl-50,
.my-xxl-50 {
margin-bottom: 3.125rem !important;
}
.ml-xxl-50,
.mx-xxl-50 {
margin-left: 3.125rem !important;
}
.m-xxl-60 {
margin: 3.75rem !important;
}
.mt-xxl-60,
.my-xxl-60 {
margin-top: 3.75rem !important;
}
.mr-xxl-60,
.mx-xxl-60 {
margin-right: 3.75rem !important;
}
.mb-xxl-60,
.my-xxl-60 {
margin-bottom: 3.75rem !important;
}
.ml-xxl-60,
.mx-xxl-60 {
margin-left: 3.75rem !important;
}
.m-xxl-70 {
margin: 4.375rem !important;
}
.mt-xxl-70,
.my-xxl-70 {
margin-top: 4.375rem !important;
}
.mr-xxl-70,
.mx-xxl-70 {
margin-right: 4.375rem !important;
}
.mb-xxl-70,
.my-xxl-70 {
margin-bottom: 4.375rem !important;
}
.ml-xxl-70,
.mx-xxl-70 {
margin-left: 4.375rem !important;
}
.m-xxl-80 {
margin: 5rem !important;
}
.mt-xxl-80,
.my-xxl-80 {
margin-top: 5rem !important;
}
.mr-xxl-80,
.mx-xxl-80 {
margin-right: 5rem !important;
}
.mb-xxl-80,
.my-xxl-80 {
margin-bottom: 5rem !important;
}
.ml-xxl-80,
.mx-xxl-80 {
margin-left: 5rem !important;
}
.m-xxl-90 {
margin: 5.625rem !important;
}
.mt-xxl-90,
.my-xxl-90 {
margin-top: 5.625rem !important;
}
.mr-xxl-90,
.mx-xxl-90 {
margin-right: 5.625rem !important;
}
.mb-xxl-90,
.my-xxl-90 {
margin-bottom: 5.625rem !important;
}
.ml-xxl-90,
.mx-xxl-90 {
margin-left: 5.625rem !important;
}
.m-xxl-100 {
margin: 6.25rem !important;
}
.mt-xxl-100,
.my-xxl-100 {
margin-top: 6.25rem !important;
}
.mr-xxl-100,
.mx-xxl-100 {
margin-right: 6.25rem !important;
}
.mb-xxl-100,
.my-xxl-100 {
margin-bottom: 6.25rem !important;
}
.ml-xxl-100,
.mx-xxl-100 {
margin-left: 6.25rem !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-5 {
padding: 0.3125rem !important;
}
.pt-xxl-5,
.py-xxl-5 {
padding-top: 0.3125rem !important;
}
.pr-xxl-5,
.px-xxl-5 {
padding-right: 0.3125rem !important;
}
.pb-xxl-5,
.py-xxl-5 {
padding-bottom: 0.3125rem !important;
}
.pl-xxl-5,
.px-xxl-5 {
padding-left: 0.3125rem !important;
}
.p-xxl-10 {
padding: 0.625rem !important;
}
.pt-xxl-10,
.py-xxl-10 {
padding-top: 0.625rem !important;
}
.pr-xxl-10,
.px-xxl-10 {
padding-right: 0.625rem !important;
}
.pb-xxl-10,
.py-xxl-10 {
padding-bottom: 0.625rem !important;
}
.pl-xxl-10,
.px-xxl-10 {
padding-left: 0.625rem !important;
}
.p-xxl-15 {
padding: 0.9375rem !important;
}
.pt-xxl-15,
.py-xxl-15 {
padding-top: 0.9375rem !important;
}
.pr-xxl-15,
.px-xxl-15 {
padding-right: 0.9375rem !important;
}
.pb-xxl-15,
.py-xxl-15 {
padding-bottom: 0.9375rem !important;
}
.pl-xxl-15,
.px-xxl-15 {
padding-left: 0.9375rem !important;
}
.p-xxl-20 {
padding: 1.25rem !important;
}
.pt-xxl-20,
.py-xxl-20 {
padding-top: 1.25rem !important;
}
.pr-xxl-20,
.px-xxl-20 {
padding-right: 1.25rem !important;
}
.pb-xxl-20,
.py-xxl-20 {
padding-bottom: 1.25rem !important;
}
.pl-xxl-20,
.px-xxl-20 {
padding-left: 1.25rem !important;
}
.p-xxl-25 {
padding: 1.5625rem !important;
}
.pt-xxl-25,
.py-xxl-25 {
padding-top: 1.5625rem !important;
}
.pr-xxl-25,
.px-xxl-25 {
padding-right: 1.5625rem !important;
}
.pb-xxl-25,
.py-xxl-25 {
padding-bottom: 1.5625rem !important;
}
.pl-xxl-25,
.px-xxl-25 {
padding-left: 1.5625rem !important;
}
.p-xxl-30 {
padding: 1.875rem !important;
}
.pt-xxl-30,
.py-xxl-30 {
padding-top: 1.875rem !important;
}
.pr-xxl-30,
.px-xxl-30 {
padding-right: 1.875rem !important;
}
.pb-xxl-30,
.py-xxl-30 {
padding-bottom: 1.875rem !important;
}
.pl-xxl-30,
.px-xxl-30 {
padding-left: 1.875rem !important;
}
.p-xxl-35 {
padding: 2.1875rem !important;
}
.pt-xxl-35,
.py-xxl-35 {
padding-top: 2.1875rem !important;
}
.pr-xxl-35,
.px-xxl-35 {
padding-right: 2.1875rem !important;
}
.pb-xxl-35,
.py-xxl-35 {
padding-bottom: 2.1875rem !important;
}
.pl-xxl-35,
.px-xxl-35 {
padding-left: 2.1875rem !important;
}
.p-xxl-40 {
padding: 2.5rem !important;
}
.pt-xxl-40,
.py-xxl-40 {
padding-top: 2.5rem !important;
}
.pr-xxl-40,
.px-xxl-40 {
padding-right: 2.5rem !important;
}
.pb-xxl-40,
.py-xxl-40 {
padding-bottom: 2.5rem !important;
}
.pl-xxl-40,
.px-xxl-40 {
padding-left: 2.5rem !important;
}
.p-xxl-50 {
padding: 3.125rem !important;
}
.pt-xxl-50,
.py-xxl-50 {
padding-top: 3.125rem !important;
}
.pr-xxl-50,
.px-xxl-50 {
padding-right: 3.125rem !important;
}
.pb-xxl-50,
.py-xxl-50 {
padding-bottom: 3.125rem !important;
}
.pl-xxl-50,
.px-xxl-50 {
padding-left: 3.125rem !important;
}
.p-xxl-60 {
padding: 3.75rem !important;
}
.pt-xxl-60,
.py-xxl-60 {
padding-top: 3.75rem !important;
}
.pr-xxl-60,
.px-xxl-60 {
padding-right: 3.75rem !important;
}
.pb-xxl-60,
.py-xxl-60 {
padding-bottom: 3.75rem !important;
}
.pl-xxl-60,
.px-xxl-60 {
padding-left: 3.75rem !important;
}
.p-xxl-70 {
padding: 4.375rem !important;
}
.pt-xxl-70,
.py-xxl-70 {
padding-top: 4.375rem !important;
}
.pr-xxl-70,
.px-xxl-70 {
padding-right: 4.375rem !important;
}
.pb-xxl-70,
.py-xxl-70 {
padding-bottom: 4.375rem !important;
}
.pl-xxl-70,
.px-xxl-70 {
padding-left: 4.375rem !important;
}
.p-xxl-80 {
padding: 5rem !important;
}
.pt-xxl-80,
.py-xxl-80 {
padding-top: 5rem !important;
}
.pr-xxl-80,
.px-xxl-80 {
padding-right: 5rem !important;
}
.pb-xxl-80,
.py-xxl-80 {
padding-bottom: 5rem !important;
}
.pl-xxl-80,
.px-xxl-80 {
padding-left: 5rem !important;
}
.p-xxl-90 {
padding: 5.625rem !important;
}
.pt-xxl-90,
.py-xxl-90 {
padding-top: 5.625rem !important;
}
.pr-xxl-90,
.px-xxl-90 {
padding-right: 5.625rem !important;
}
.pb-xxl-90,
.py-xxl-90 {
padding-bottom: 5.625rem !important;
}
.pl-xxl-90,
.px-xxl-90 {
padding-left: 5.625rem !important;
}
.p-xxl-100 {
padding: 6.25rem !important;
}
.pt-xxl-100,
.py-xxl-100 {
padding-top: 6.25rem !important;
}
.pr-xxl-100,
.px-xxl-100 {
padding-right: 6.25rem !important;
}
.pb-xxl-100,
.py-xxl-100 {
padding-bottom: 6.25rem !important;
}
.pl-xxl-100,
.px-xxl-100 {
padding-left: 6.25rem !important;
}
.mt-xxl-n80,
.my-xxl-n80 {
margin-top: -5rem !important;
}
.mr-xxl-n80,
.mx-xxl-n80 {
margin-right: -5rem !important;
}
.mb-xxl-n80,
.my-xxl-n80 {
margin-bottom: -5rem !important;
}
.ml-xxl-n80,
.mx-xxl-n80 {
margin-left: -5rem !important;
}
.mt-xxl-n35,
.my-xxl-n35 {
margin-top: -2.1875rem !important;
}
.mr-xxl-n35,
.mx-xxl-n35 {
margin-right: -2.1875rem !important;
}
.mb-xxl-n35,
.my-xxl-n35 {
margin-bottom: -2.1875rem !important;
}
.ml-xxl-n35,
.mx-xxl-n35 {
margin-left: -2.1875rem !important;
}
.mt-xxl-n15,
.my-xxl-n15 {
margin-top: -0.9375rem !important;
}
.mr-xxl-n15,
.mx-xxl-n15 {
margin-right: -0.9375rem !important;
}
.mb-xxl-n15,
.my-xxl-n15 {
margin-bottom: -0.9375rem !important;
}
.ml-xxl-n15,
.mx-xxl-n15 {
margin-left: -0.9375rem !important;
}
.mt-xxl-n10,
.my-xxl-n10 {
margin-top: -0.625rem !important;
}
.mr-xxl-n10,
.mx-xxl-n10 {
margin-right: -0.625rem !important;
}
.mb-xxl-n10,
.my-xxl-n10 {
margin-bottom: -0.625rem !important;
}
.ml-xxl-n10,
.mx-xxl-n10 {
margin-left: -0.625rem !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;
}
}
@font-face {
font-family: "MinervaModern";
font-style: normal;
font-weight: 400;
src: url(//redbookagency.com/wp-content/themes/redbook/assets/fonts/MINERVAMODERNRegular.eot);
src: local("MinervaModern-Regular"), url(//redbookagency.com/wp-content/themes/redbook/assets/fonts/MINERVAMODERNRegular.eot?#iefix) format("embedded-opentype"), url(//redbookagency.com/wp-content/themes/redbook/assets/fonts/MINERVAMODERNRegular.woff2) format("woff2"), url(//redbookagency.com/wp-content/themes/redbook/assets/fonts/MINERVAMODERNRegular.woff) format("woff"),
url(//redbookagency.com/wp-content/themes/redbook/assets/fonts/MINERVAMODERNRegular.ttf) format("truetype"), url(//redbookagency.com/wp-content/themes/redbook/assets/fonts/MINERVAMODERNRegular.svg#webfont) format("svg");
}
.f-family-minervamodern {
font-family: "MinervaModern", serif;
}
.f-family-tenor {
font-family: "Tenor Sans", sans-serif;
}
.brand-primary-color {
color: #2b0815;
}
.brand-text-color,
.rb-header__list-menu li.current-menu-item a {
color: #c60c1d;
}
.brand-primary-bg {
background-color: #2b0815;
}
.brand-text-bg {
background-color: #c60c1d;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
padding-top: 0;
}
h1 {
font-size: 1.375rem;
}
@media (min-width: 992px) {
h1 {
font-size: 1.5rem;
}
}
h2,
h3,
h6 {
font-size: 1.25rem;
}
@media (min-width: 768px) {
h2 {
font-size: 1.3125rem;
}
}
@media (min-width: 992px) {
h2 {
font-size: 1.375rem;
}
}
@media (min-width: 768px) {
h3 {
font-size: 1.3125rem;
}
}
@media (min-width: 992px) {
h3 {
font-size: 1.375rem;
}
}
h4 {
font-size: 1.75rem;
}
h5 {
font-size: 1.5rem;
}
dl,
p {
margin-bottom: 20px;
}
ol,
ul {
padding: 0;
}
ul {
list-style: disc;
margin: 0 0 25px 20px;
}
ul ul {
list-style-type: circle;
}
ul ul ul {
list-style-type: square;
}
ol {
margin: 0 0 25px 25px;
}
code {
display: inline-block;
padding: 3px 10px;
border-radius: 3px;
}
[dir="rtl"] pre {
text-align: right;
}
kbd {
padding: 2px 5px;
border-radius: 4px;
}
table caption {
caption-side: top;
text-align: center;
padding-top: 0;
padding-bottom: 10px;
}
code,
table tfoot,
table thead {
background-color: #f9f9f9;
}
table tbody tr {
border-bottom: 1px solid #eee;
}
table tbody tr:last-child {
border-bottom: none;
}
table td,
table th {
padding: 10px 15px;
}
blockquote,
q {
padding: 0;
position: relative;
display: block;
max-width: 840px;
font-family: "Tenor Sans", sans-serif;
font-size: 1.75rem;
line-height: 1.2;
color: #c60c1d;
text-align: center;
margin: 30px auto 40px;
}
@media (min-width: 768px) {
blockquote,
q {
font-size: 2rem;
}
}
@media (min-width: 1200px) {
blockquote,
q {
font-size: 2.25rem;
margin: 80px auto 90px;
}
}
embed,
iframe,
object {
margin-bottom: 20px;
max-width: 100%;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
outline: 0;
}
a:focus,
a:hover {
color: #c60c1d;
text-decoration: none;
}
.alignleft {
float: left;
margin: 5px 40px 20px 0;
}
.alignright {
float: right;
margin: 5px 0 20px 40px;
}
.f-size-10 {
font-size: 0.625rem;
}
.f-size-11 {
font-size: 0.6875rem;
}
.f-size-12 {
font-size: 0.75rem;
}
.f-size-13 {
font-size: 0.8125rem;
}
.f-size-14 {
font-size: 0.875rem;
}
.f-size-15 {
font-size: 0.9375rem;
}
.f-size-16 {
font-size: 1rem;
}
.f-size-17 {
font-size: 1.0625rem;
}
.f-size-18 {
font-size: 1.125rem;
}
.f-size-20 {
font-size: 1.25rem;
}
.f-size-22 {
font-size: 1.375rem;
}
.f-size-24 {
font-size: 1.5rem;
}
.f-size-26 {
font-size: 1.625rem;
}
.f-size-28 {
font-size: 1.75rem;
}
.f-size-30 {
font-size: 1.875rem;
}
.f-size-32 {
font-size: 2rem;
}
.f-size-34 {
font-size: 2.125rem;
}
.f-size-36 {
font-size: 2.25rem;
}
.f-size-38 {
font-size: 2.375rem;
}
.f-size-40 {
font-size: 2.5rem;
}
.f-size-42 {
font-size: 2.625rem;
}
.f-size-44 {
font-size: 2.75rem;
}
.f-size-46 {
font-size: 2.875rem;
}
.f-size-48 {
font-size: 3rem;
}
.f-size-50 {
font-size: 3.125rem;
}
.f-size-52 {
font-size: 3.25rem;
}
.f-size-54 {
font-size: 3.375rem;
}
.f-size-56 {
font-size: 3.5rem;
}
.f-size-58 {
font-size: 3.625rem;
}
.f-size-60 {
font-size: 3.75rem;
}
.f-size-62 {
font-size: 3.875rem;
}
.f-size-64 {
font-size: 4rem;
}
.f-size-66 {
font-size: 4.125rem;
}
.f-size-68 {
font-size: 4.25rem;
}
.f-size-70 {
font-size: 4.375rem;
}
.f-size-72 {
font-size: 4.5rem;
}
.f-size-74 {
font-size: 4.625rem;
}
.f-size-76 {
font-size: 4.75rem;
}
.f-size-78 {
font-size: 4.875rem;
}
.f-size-80 {
font-size: 5rem;
}
.f-size-96 {
font-size: 6rem;
}
@media (min-width: 576px) {
.f-size-sm-10 {
font-size: 0.625rem;
}
.f-size-sm-11 {
font-size: 0.6875rem;
}
.f-size-sm-12 {
font-size: 0.75rem;
}
.f-size-sm-13 {
font-size: 0.8125rem;
}
.f-size-sm-14 {
font-size: 0.875rem;
}
.f-size-sm-15 {
font-size: 0.9375rem;
}
.f-size-sm-16 {
font-size: 1rem;
}
.f-size-sm-17 {
font-size: 1.0625rem;
}
.f-size-sm-18 {
font-size: 1.125rem;
}
.f-size-sm-20 {
font-size: 1.25rem;
}
.f-size-sm-22 {
font-size: 1.375rem;
}
.f-size-sm-24 {
font-size: 1.5rem;
}
.f-size-sm-26 {
font-size: 1.625rem;
}
.f-size-sm-28 {
font-size: 1.75rem;
}
.f-size-sm-30 {
font-size: 1.875rem;
}
.f-size-sm-32 {
font-size: 2rem;
}
.f-size-sm-34 {
font-size: 2.125rem;
}
.f-size-sm-36 {
font-size: 2.25rem;
}
.f-size-sm-38 {
font-size: 2.375rem;
}
.f-size-sm-40 {
font-size: 2.5rem;
}
.f-size-sm-42 {
font-size: 2.625rem;
}
.f-size-sm-44 {
font-size: 2.75rem;
}
.f-size-sm-46 {
font-size: 2.875rem;
}
.f-size-sm-48 {
font-size: 3rem;
}
.f-size-sm-50 {
font-size: 3.125rem;
}
.f-size-sm-52 {
font-size: 3.25rem;
}
.f-size-sm-54 {
font-size: 3.375rem;
}
.f-size-sm-56 {
font-size: 3.5rem;
}
.f-size-sm-58 {
font-size: 3.625rem;
}
.f-size-sm-60 {
font-size: 3.75rem;
}
.f-size-sm-62 {
font-size: 3.875rem;
}
.f-size-sm-64 {
font-size: 4rem;
}
.f-size-sm-66 {
font-size: 4.125rem;
}
.f-size-sm-68 {
font-size: 4.25rem;
}
.f-size-sm-70 {
font-size: 4.375rem;
}
.f-size-sm-72 {
font-size: 4.5rem;
}
.f-size-sm-74 {
font-size: 4.625rem;
}
.f-size-sm-76 {
font-size: 4.75rem;
}
.f-size-sm-78 {
font-size: 4.875rem;
}
.f-size-sm-80 {
font-size: 5rem;
}
.f-size-sm-96 {
font-size: 6rem;
}
}
@media (min-width: 768px) {
.f-size-md-10 {
font-size: 0.625rem;
}
.f-size-md-11 {
font-size: 0.6875rem;
}
.f-size-md-12 {
font-size: 0.75rem;
}
.f-size-md-13 {
font-size: 0.8125rem;
}
.f-size-md-14 {
font-size: 0.875rem;
}
.f-size-md-15 {
font-size: 0.9375rem;
}
.f-size-md-16 {
font-size: 1rem;
}
.f-size-md-17 {
font-size: 1.0625rem;
}
.f-size-md-18 {
font-size: 1.125rem;
}
.f-size-md-20 {
font-size: 1.25rem;
}
.f-size-md-22 {
font-size: 1.375rem;
}
.f-size-md-24 {
font-size: 1.5rem;
}
.f-size-md-26 {
font-size: 1.625rem;
}
.f-size-md-28 {
font-size: 1.75rem;
}
.f-size-md-30 {
font-size: 1.875rem;
}
.f-size-md-32 {
font-size: 2rem;
}
.f-size-md-34 {
font-size: 2.125rem;
}
.f-size-md-36 {
font-size: 2.25rem;
}
.f-size-md-38 {
font-size: 2.375rem;
}
.f-size-md-40 {
font-size: 2.5rem;
}
.f-size-md-42 {
font-size: 2.625rem;
}
.f-size-md-44 {
font-size: 2.75rem;
}
.f-size-md-46 {
font-size: 2.875rem;
}
.f-size-md-48 {
font-size: 3rem;
}
.f-size-md-50 {
font-size: 3.125rem;
}
.f-size-md-52 {
font-size: 3.25rem;
}
.f-size-md-54 {
font-size: 3.375rem;
}
.f-size-md-56 {
font-size: 3.5rem;
}
.f-size-md-58 {
font-size: 3.625rem;
}
.f-size-md-60 {
font-size: 3.75rem;
}
.f-size-md-62 {
font-size: 3.875rem;
}
.f-size-md-64 {
font-size: 4rem;
}
.f-size-md-66 {
font-size: 4.125rem;
}
.f-size-md-68 {
font-size: 4.25rem;
}
.f-size-md-70 {
font-size: 4.375rem;
}
.f-size-md-72 {
font-size: 4.5rem;
}
.f-size-md-74 {
font-size: 4.625rem;
}
.f-size-md-76 {
font-size: 4.75rem;
}
.f-size-md-78 {
font-size: 4.875rem;
}
.f-size-md-80 {
font-size: 5rem;
}
.f-size-md-96 {
font-size: 6rem;
}
}
@media (min-width: 992px) {
.f-size-lg-10 {
font-size: 0.625rem;
}
.f-size-lg-11 {
font-size: 0.6875rem;
}
.f-size-lg-12 {
font-size: 0.75rem;
}
.f-size-lg-13 {
font-size: 0.8125rem;
}
.f-size-lg-14 {
font-size: 0.875rem;
}
.f-size-lg-15 {
font-size: 0.9375rem;
}
.f-size-lg-16 {
font-size: 1rem;
}
.f-size-lg-17 {
font-size: 1.0625rem;
}
.f-size-lg-18 {
font-size: 1.125rem;
}
.f-size-lg-20 {
font-size: 1.25rem;
}
.f-size-lg-22 {
font-size: 1.375rem;
}
.f-size-lg-24 {
font-size: 1.5rem;
}
.f-size-lg-26 {
font-size: 1.625rem;
}
.f-size-lg-28 {
font-size: 1.75rem;
}
.f-size-lg-30 {
font-size: 1.875rem;
}
.f-size-lg-32 {
font-size: 2rem;
}
.f-size-lg-34 {
font-size: 2.125rem;
}
.f-size-lg-36 {
font-size: 2.25rem;
}
.f-size-lg-38 {
font-size: 2.375rem;
}
.f-size-lg-40 {
font-size: 2.5rem;
}
.f-size-lg-42 {
font-size: 2.625rem;
}
.f-size-lg-44 {
font-size: 2.75rem;
}
.f-size-lg-46 {
font-size: 2.875rem;
}
.f-size-lg-48 {
font-size: 3rem;
}
.f-size-lg-50 {
font-size: 3.125rem;
}
.f-size-lg-52 {
font-size: 3.25rem;
}
.f-size-lg-54 {
font-size: 3.375rem;
}
.f-size-lg-56 {
font-size: 3.5rem;
}
.f-size-lg-58 {
font-size: 3.625rem;
}
.f-size-lg-60 {
font-size: 3.75rem;
}
.f-size-lg-62 {
font-size: 3.875rem;
}
.f-size-lg-64 {
font-size: 4rem;
}
.f-size-lg-66 {
font-size: 4.125rem;
}
.f-size-lg-68 {
font-size: 4.25rem;
}
.f-size-lg-70 {
font-size: 4.375rem;
}
.f-size-lg-72 {
font-size: 4.5rem;
}
.f-size-lg-74 {
font-size: 4.625rem;
}
.f-size-lg-76 {
font-size: 4.75rem;
}
.f-size-lg-78 {
font-size: 4.875rem;
}
.f-size-lg-80 {
font-size: 5rem;
}
.f-size-lg-96 {
font-size: 6rem;
}
}
@media (min-width: 1200px) {
.f-size-xl-10 {
font-size: 0.625rem;
}
.f-size-xl-11 {
font-size: 0.6875rem;
}
.f-size-xl-12 {
font-size: 0.75rem;
}
.f-size-xl-13 {
font-size: 0.8125rem;
}
.f-size-xl-14 {
font-size: 0.875rem;
}
.f-size-xl-15 {
font-size: 0.9375rem;
}
.f-size-xl-16 {
font-size: 1rem;
}
.f-size-xl-17 {
font-size: 1.0625rem;
}
.f-size-xl-18 {
font-size: 1.125rem;
}
.f-size-xl-20 {
font-size: 1.25rem;
}
.f-size-xl-22 {
font-size: 1.375rem;
}
.f-size-xl-24 {
font-size: 1.5rem;
}
.f-size-xl-26 {
font-size: 1.625rem;
}
.f-size-xl-28 {
font-size: 1.75rem;
}
.f-size-xl-30 {
font-size: 1.875rem;
}
.f-size-xl-32 {
font-size: 2rem;
}
.f-size-xl-34 {
font-size: 2.125rem;
}
.f-size-xl-36 {
font-size: 2.25rem;
}
.f-size-xl-38 {
font-size: 2.375rem;
}
.f-size-xl-40 {
font-size: 2.5rem;
}
.f-size-xl-42 {
font-size: 2.625rem;
}
.f-size-xl-44 {
font-size: 2.75rem;
}
.f-size-xl-46 {
font-size: 2.875rem;
}
.f-size-xl-48 {
font-size: 3rem;
}
.f-size-xl-50 {
font-size: 3.125rem;
}
.f-size-xl-52 {
font-size: 3.25rem;
}
.f-size-xl-54 {
font-size: 3.375rem;
}
.f-size-xl-56 {
font-size: 3.5rem;
}
.f-size-xl-58 {
font-size: 3.625rem;
}
.f-size-xl-60 {
font-size: 3.75rem;
}
.f-size-xl-62 {
font-size: 3.875rem;
}
.f-size-xl-64 {
font-size: 4rem;
}
.f-size-xl-66 {
font-size: 4.125rem;
}
.f-size-xl-68 {
font-size: 4.25rem;
}
.f-size-xl-70 {
font-size: 4.375rem;
}
.f-size-xl-72 {
font-size: 4.5rem;
}
.f-size-xl-74 {
font-size: 4.625rem;
}
.f-size-xl-76 {
font-size: 4.75rem;
}
.f-size-xl-78 {
font-size: 4.875rem;
}
.f-size-xl-80 {
font-size: 5rem;
}
.f-size-xl-96 {
font-size: 6rem;
}
}
@media (min-width: 1360px) {
.f-size-xxl-10 {
font-size: 0.625rem;
}
.f-size-xxl-11 {
font-size: 0.6875rem;
}
.f-size-xxl-12 {
font-size: 0.75rem;
}
.f-size-xxl-13 {
font-size: 0.8125rem;
}
.f-size-xxl-14 {
font-size: 0.875rem;
}
.f-size-xxl-15 {
font-size: 0.9375rem;
}
.f-size-xxl-16 {
font-size: 1rem;
}
.f-size-xxl-17 {
font-size: 1.0625rem;
}
.f-size-xxl-18 {
font-size: 1.125rem;
}
.f-size-xxl-20 {
font-size: 1.25rem;
}
.f-size-xxl-22 {
font-size: 1.375rem;
}
.f-size-xxl-24 {
font-size: 1.5rem;
}
.f-size-xxl-26 {
font-size: 1.625rem;
}
.f-size-xxl-28 {
font-size: 1.75rem;
}
.f-size-xxl-30 {
font-size: 1.875rem;
}
.f-size-xxl-32 {
font-size: 2rem;
}
.f-size-xxl-34 {
font-size: 2.125rem;
}
.f-size-xxl-36 {
font-size: 2.25rem;
}
.f-size-xxl-38 {
font-size: 2.375rem;
}
.f-size-xxl-40 {
font-size: 2.5rem;
}
.f-size-xxl-42 {
font-size: 2.625rem;
}
.f-size-xxl-44 {
font-size: 2.75rem;
}
.f-size-xxl-46 {
font-size: 2.875rem;
}
.f-size-xxl-48 {
font-size: 3rem;
}
.f-size-xxl-50 {
font-size: 3.125rem;
}
.f-size-xxl-52 {
font-size: 3.25rem;
}
.f-size-xxl-54 {
font-size: 3.375rem;
}
.f-size-xxl-56 {
font-size: 3.5rem;
}
.f-size-xxl-58 {
font-size: 3.625rem;
}
.f-size-xxl-60 {
font-size: 3.75rem;
}
.f-size-xxl-62 {
font-size: 3.875rem;
}
.f-size-xxl-64 {
font-size: 4rem;
}
.f-size-xxl-66 {
font-size: 4.125rem;
}
.f-size-xxl-68 {
font-size: 4.25rem;
}
.f-size-xxl-70 {
font-size: 4.375rem;
}
.f-size-xxl-72 {
font-size: 4.5rem;
}
.f-size-xxl-74 {
font-size: 4.625rem;
}
.f-size-xxl-76 {
font-size: 4.75rem;
}
.f-size-xxl-78 {
font-size: 4.875rem;
}
.f-size-xxl-80 {
font-size: 5rem;
}
.f-size-xxl-96 {
font-size: 6rem;
}
}
.l-height-50 {
line-height: 0.5;
}
.l-height-60 {
line-height: 0.6;
}
.l-height-70 {
line-height: 0.7;
}
.l-height-80 {
line-height: 0.8;
}
.l-height-90 {
line-height: 0.9;
}
.l-height-100 {
line-height: 1;
}
.l-height-110 {
line-height: 1.1;
}
.l-height-120 {
line-height: 1.2;
}
.l-height-130 {
line-height: 1.3;
}
.l-height-140 {
line-height: 1.4;
}
.l-height-150 {
line-height: 1.5;
}
.l-height-160 {
line-height: 1.6;
}
.l-height-170 {
line-height: 1.7;
}
.l-height-180 {
line-height: 1.8;
}
.l-height-190 {
line-height: 1.9;
}
.l-height-200 {
line-height: 2;
}
.f-weight-100 {
font-weight: 100;
}
.f-weight-200 {
font-weight: 200;
}
.f-weight-300 {
font-weight: 300;
}
.f-weight-400 {
font-weight: 400;
}
.f-weight-500 {
font-weight: 500;
}
.f-weight-600 {
font-weight: 600;
}
.f-weight-700 {
font-weight: 700;
}
.f-weight-800 {
font-weight: 800;
}
.f-weight-900 {
font-weight: 900;
}
.f-style-italic {
font-style: italic;
}
.f-style-normal {
font-style: normal;
}
.t-decoration-underline {
text-decoration: underline;
}
.t-decoration-overline {
text-decoration: overline;
}
.t-decoration-line-through {
text-decoration: line-through;
}
.letter-spacing-5 {
letter-spacing: 0.005rem;
}
.letter-spacing-n5 {
letter-spacing: -0.005rem;
}
.letter-spacing-10 {
letter-spacing: 0.01rem;
}
.letter-spacing-n10 {
letter-spacing: -0.01rem;
}
.letter-spacing-20 {
letter-spacing: 0.02rem;
}
.letter-spacing-n20 {
letter-spacing: -0.02rem;
}
.letter-spacing-30 {
letter-spacing: 0.03rem;
}
.letter-spacing-n30 {
letter-spacing: -0.03rem;
}
.letter-spacing-50 {
letter-spacing: 0.05rem;
}
.letter-spacing-n50 {
letter-spacing: -0.05rem;
}
.letter-spacing-100 {
letter-spacing: 0.1rem;
}
.letter-spacing-n100 {
letter-spacing: -0.1rem;
}
.letter-spacing-200 {
letter-spacing: 0.2rem;
}
.letter-spacing-n200 {
letter-spacing: -0.2rem;
}
.letter-spacing-500 {
letter-spacing: 0.5rem;
}
.letter-spacing-n500 {
letter-spacing: -0.5rem;
}
.opacity-5 {
opacity: 0.05;
}
.opacity-10 {
opacity: 0.1;
}
.opacity-15 {
opacity: 0.15;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-35 {
opacity: 0.35;
}
.opacity-40 {
opacity: 0.4;
}
.opacity-45 {
opacity: 0.45;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-55 {
opacity: 0.55;
}
.opacity-60 {
opacity: 0.6;
}
.opacity-65 {
opacity: 0.65;
}
.opacity-70 {
opacity: 0.7;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-80 {
opacity: 0.8;
}
.opacity-85 {
opacity: 0.85;
}
.opacity-90 {
opacity: 0.9;
}
.opacity-95 {
opacity: 0.95;
}
.opacity-100 {
opacity: 1;
}
.z-index-n1 {
z-index: -1 !important;
}
.z-index-0 {
z-index: 0 !important;
}
.z-index-1 {
z-index: 1 !important;
}
.z-index-2 {
z-index: 2 !important;
}
.z-index-3 {
z-index: 3 !important;
}
.z-index-4 {
z-index: 4 !important;
}
.z-index-5 {
z-index: 5 !important;
}
.z-index-6 {
z-index: 6 !important;
}
.z-index-7 {
z-index: 7 !important;
}
.z-index-8 {
z-index: 8 !important;
}
.z-index-9 {
z-index: 9 !important;
}
.z-index-10 {
z-index: 10 !important;
}
.overflow-hidden-x {
overflow-x: hidden !important;
}
.overflow-hidden-y {
overflow-y: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.bg-norepeat {
background-repeat: no-repeat;
}
.bg-repeat {
background-repeat: repeat;
}
.bg-position-top-left {
background-position: left top;
}
.bg-position-top-center {
background-position: center top;
}
.bg-position-top-right {
background-position: right top;
}
.bg-position-bottom-left {
background-position: left bottom;
}
.bg-position-bottom-center {
background-position: center bottom;
}
.bg-position-bottom-right {
background-position: right bottom;
}
.bg-position-left-center {
background-position: left center;
}
.bg-position-right-center {
background-position: right center;
}
.bg-position-center {
background-position: center center;
}
.overlay-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.overlay-full {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.overlay-full ~ * {
z-index: 1;
}
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.wpcf7 form .wpcf7-response-output {
margin: 15px 0;
padding: 5px 15px;
border: 2px solid #17a2b8;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #28a745;
}
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
border-color: #c60c1d;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #ffc107;
}
.overlay-full ~ *,
.rb-footer__form form,
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid {
border: 2px solid #c60c1d;
background-color: #fff;
}
.screen-reader-response,
.wpcf7-not-valid-tip,
div.wpcf7 div.ajax-error {
display: none;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #c60c1d;
background: #fff;
padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::after,
span.wpcf7-list-item-label::before {
content: " ";
}
div.wpcf7 .ajax-loader {
position: absolute;
top: 0;
right: 0;
visibility: hidden;
display: inline-block;
background-image: url(//redbookagency.com/wp-content/themes/redbook/assets/img/ajax-loader.gif);
width: 16px;
height: 16px;
border: 0;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.rb-header .desktop-header {
display: flex;
flex-wrap: wrap;
width: calc(100% - 40px);
margin-left: auto;
margin-right: auto;
position: fixed;
top: 20px;
left: 50%;
transform: translateX(-50%);
z-index: 999;
}
@media (min-width: 576px) {
.rb-header .desktop-header {
width: calc(100% - 80px);
}
}
@media (min-width: 992px) {
.rb-header .desktop-header {
top: 2.08333vw;
}
}
@media (max-width: 575px) {
.rb-header .desktop-header {
align-items: center;
}
}
.rb-header-col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
position: relative;
display: flex;
justify-content: space-evenly;
}
.rb-header-col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
position: relative;
margin: auto;
}
.rb-header__logo {
display: block;
width: 230px;
}
.rb-header__logo svg,
.rb-header__open:hover .rb-header__open-line:after,
.rb-header__open:hover .rb-header__open-line:before {
width: 100%;
}
.rb-header__logo svg path {
fill: #f5f3f0;
}
.rb-red-screen .rb-header__logo svg path {
fill: #fff;
}
.dark-header .rb-header__list-menu a {
color: #c60c1d;
}
.dark-header .rb-header__logo svg path {
fill: #c60c1d!important; 
}
.rb-header__open {
display: block;
border: 0;
padding: 0;
margin: 0;
background-color: transparent;
}
.rb-header__open:hover .rb-header__open-line span {
transition-property: all;
transition-duration: 0.3s;
transition-delay: 0s;
width: 100%;
}
@media (min-width: 768px) {
.rb-header__open:hover .rb-header__open-text {
transition-property: all;
transition-duration: 0.3s;
transition-delay: 0s;
opacity: 0;
}
}
.rb-header__open.open-active:hover .rb-header__open-line:after,
.rb-header__open.open-active:hover .rb-header__open-line:before {
background-color: #fff;
}
.rb-header__open.open-active .rb-header__open-line:after,
.rb-header__open.open-active .rb-header__open-line:before {
width: 100%;
height: 3px;
background-color: #c60c1d;
transition-delay: 0s, 0.3s, 0.3s, 0s, 0.3s;
}
.rb-header__open.open-active .rb-header__open-line:before {
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.rb-header__open.open-active .rb-header__open-line:after {
bottom: 50%;
transform: translateY(50%) rotate(-45deg);
}
.rb-header__open.open-active .rb-header__open-line span {
transition-property: all;
transition-duration: 0.3s;
transition-delay: 0s;
background-color: transparent;
}
.rb-header__open.open-active .rb-header__open-text {
transition-property: all;
transition-duration: 0.3s;
transition-delay: 0s;
opacity: 0;
}
.rb-header__open span {
display: block;
}
.rb-header__open-line {
position: relative;
width: 32px;
height: 24px;
cursor: pointer;
margin-bottom: 16px;
}
.rb-header__open-line:after,
.rb-header__open-line:before {
content: "";
position: absolute;
left: 0;
width: 22px;
height: 2px;
border-radius: 2px;
background-color: #fff;
transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
transition-delay: 0s, 0s, 0s, 0.3s, 0s;
transform: rotate(0deg);
}
.rb-white-screen .rb-header__inst:before,
.rb-white-screen .rb-header__open-line span,
.rb-white-screen .rb-header__open-line:after,
.rb-white-screen .rb-header__open-line:before {
background-color: #000;
}
.rb-header__open-line:before {
top: 2px;
transition-property: background-color, width, height, top, \transform;
}
.rb-header__open-line:after {
bottom: 2px;
transition-property: background-color, width, height, bottom, \transform;
}
.rb-header__open-line span {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 27px;
height: 2px;
border-radius: 2px;
background-color: #fff;
transition-property: all;
transition-duration: 0.3s;
}
.rb-header__inst,
.rb-header__open-text {
color: #fff;
text-transform: uppercase;
font-weight: 500;
}
.rb-header__open-text {
font-size: 0.75rem;
line-height: 1;
transition-property: all;
transition-duration: 0.3s;
}
.rb-white-screen .rb-header__inst,
.rb-white-screen .rb-header__inst:hover,
.rb-white-screen .rb-header__open-text {
color: #000;
}
.rb-header__inst {
font-size: 0.875rem;
line-height: 1.2;
position: relative;
}
.rb-header__inst:before {
content: "";
position: absolute;
bottom: -3px;
height: 1px;
background-color: #fff;
left: auto;
right: 0;
width: 0;
transition: all 0.3s;
}
.rb-header__inst:hover {
color: #fff;
}
.rb-header__inst:hover:before {
width: 100%;
left: 0;
right: auto;
}
.rb-header__menu {
position: absolute;
top: -20px;
left: 50%;
right: 0;
padding-top: 100px;
z-index: 2;
background-color: #2b0815;
transform: translate(-50%, -100%);
transition: transform 0.8s ease 0.3s;
overflow-y: auto;
}
@media (min-width: 992px) {
.rb-header__menu {
padding-top: 11.45833vw;
top: -2.08333vw;
}
}
.rb-header__menu.active {
transition: transform 0.8s ease 0s;
transform: translate(-50%, 0);
padding-left: 10px;
padding-right: 10px;
}
.rb-header__menu.active .rb-header__contact-item,
.rb-header__menu.active .rb-header__list-menu li {
opacity: 1;
transform: translateY(0);
}
.rb-header__menu.active .rb-header__list-menu li:nth-child(1) {
transition-delay: 0.7s;
}
.rb-header__menu.active .rb-header__list-menu li:nth-child(2) {
transition-delay: 0.8s;
}
.rb-header__menu.active .rb-header__list-menu li:nth-child(3) {
transition-delay: 0.9s;
}
.rb-header__menu.active .rb-header__list-menu li:nth-child(4) {
transition-delay: 1s;
}
.rb-header__menu.active .rb-header__list-menu li:nth-child(5) {
transition-delay: 1.1s;
}
.rb-header__menu.active .rb-header__list-menu li:nth-child(6) {
transition-delay: 1.2s;
}
.rb-header__menu.active .rb-header__contact-item:nth-child(1),
.rb-header__menu.active .rb-header__list-menu li:nth-child(7) {
transition-delay: 1.3s;
}
.rb-header__menu.active .rb-header__contact-item:nth-child(2),
.rb-header__menu.active .rb-header__list-menu li:nth-child(8) {
transition-delay: 1.4s;
}
.rb-header__menu.active .rb-header__contact-item:nth-child(3),
.rb-header__menu.active .rb-header__list-menu li:nth-child(9) {
transition-delay: 1.5s;
}
.rb-header__menu.active .rb-header__list-menu li:nth-child(10) {
transition-delay: 1.6s;
}
.rb-header__menu .container,
.rb-header__menu .row {
height: 100%;
}
@media (max-width: 767px) and (orientation: landscape) {
.rb-header__menu .container,
.rb-header__menu .row {
height: auto;
}
.rb-header__menu .container {
padding-bottom: 50px;
}
}
.rb-header__list-menu {
padding: 0; list-style-type: none;
display: inline-flex;
}
@media (max-width: 575px) {
.rb-header__list-menu {
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
}
}
.rb-header__list-menu li {
opacity: 1;
transform: translateY(20px);
transition: transform 0.6s, opacity 0.4s;
margin: 0 20px;
letter-spacing: 1px;
}
@media (min-width: 576px) {
.rb-header__list-menu li {
margin-bottom: 10px;
}
}
@media (min-width: 992px) {
.rb-header__list-menu li {
margin-bottom: 20px;
}
}
@media (min-width: 992px) and (max-height: 700px) {
.rb-header__list-menu li {
margin-bottom: 10px;
}
}
.rb-header__list-menu li:last-child {
margin-bottom: 0;
}
.rb-header__list-menu a {
display: block;
font-size: 1.625rem;
line-height: 1.3;
font-family: "MinervaModern", serif;
text-transform: uppercase;
text-align: center;
}
@media (min-width: 576px) {
.rb-header__list-menu a {
font-size: 2rem;
}
} @media (min-width: 992px) {
.rb-header__list-menu a {
font-size: 1.1rem;
}
}
@media (max-width: 575px) {
.rb-header__contact {
display: flex;
flex-wrap: wrap;
}
}
@media (max-width: 767px) and (orientation: landscape) {
.rb-header__contact {
padding-bottom: 0 !important;
}
}
.rb-header__contact-item {
opacity: 0;
transform: translateY(20px);
transition: transform 0.6s, opacity 0.4s;
color: #fff;
}
@media (max-width: 575px) {
.rb-header__contact-item {
flex: 0 0 50%;
max-width: 50%;
}
}
.rb-header__contact-item-lk a:hover {
color: #fff;
text-decoration: underline;
}
.rb-header__contact-inst {
display: inline-block;
font-size: 0.875rem;
line-height: 1;
font-weight: 500;
letter-spacing: 3px;
position: relative;
padding-bottom: 5px;
}
@media (max-width: 575px) {
.rb-header__contact-inst {
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
}
.rb-header__contact-inst:hover:before {
width: 0;
right: auto;
left: 0;
}
.rb-header__contact-inst:before {
content: "";
position: absolute;
display: block;
right: 0;
left: auto;
bottom: 0;
width: 100%;
height: 1px;
background-color: #fff;
transition: all 0.3s;
}
.rb-header__banner,
.rb-header__banner-item div {
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
.rb-header__banner {
position: relative;
width: 440px;
overflow: hidden;
margin-left: 70px;
background-position: center center;
}
@media (min-width: 992px) and (max-height: 700px) {
.rb-header__banner {
height: calc(100% - 10px);
}
}
.rb-header__banner.banner-active .rb-header__banner-item {
transition-duration: 0.4s;
transition-delay: 0.6s;
}
.rb-header__banner-item,
.rb-header__banner-item.item-active,
.rb-header__banner.banner-active .rb-header__banner-item.item-active {
transition-duration: 0.4s;
transition-delay: 0s;
}
.rb-header__banner-item {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
z-index: 1;
overflow: hidden;
transition-property: width;
}
.rb-header__banner-item div {
width: 100%;
background-position: left center;
transform: scale(1.1);
transition-property: transform;
transition-duration: 0s;
transition-delay: 0.6s;
}
.rb-header__banner-item.item-active {
z-index: 2;
width: 100%;
}
.rb-header__banner-item.item-active div {
transform: scale(1);
transition-duration: 0.6s;
transition-delay: 0s;
}
.rb-loaded-hiding {
overflow: hidden;
}
.rb-preloader,
.rb-preloader:before {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #f5f3f0;
z-index: 9999;
}
.rb-preloader:before {
content: "";
position: absolute;
background-color: transparent;
z-index: 99;
}
.rb-preloader__logo svg,
.rb-preloader__text span {
transform: translateY(20px);
opacity: 0;
transition: all 0.8s;
}
.rb-preloader__logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.rb-preloader__logo.show svg,
.rb-preloader__text.show span {
transform: translateY(0);
opacity: 1;
}
.rb-preloader__logo.hide svg {
transform: translateY(-20px);
opacity: 0;
}
.rb-preloader__logo svg {
width: 280px;
transform: translateY(20px);
opacity: 0;
transition: all 0.8s;
}
.rb-btn,
.rb-preloader__text {
text-align: center;
font-weight: 500;
text-transform: uppercase;
}
.rb-preloader__text {
position: absolute;
top: calc(60% + 20px);
left: 0;
right: 0;
transform: translateY(-50%);
font-size: 1.875rem;
letter-spacing: 2px;
color: #c60c1d;
font-family: "MinervaModern", serif;
line-height: 1.2;
padding: 0 20px;
}
.rb-preloader__text span {
display: block;
transform: translateY(15px);
opacity: 0;
transition: all 0.8s;
}
.rb-preloader__text.hide span {
transform: translateY(-15px);
opacity: 0;
}
.rb-btn {
display: inline-flex;
align-items: center;
position: relative;
height: 44px;
font-size: 0.875rem;
border: 0;
background-color: transparent;
color: #fff;
padding: 0 85px 0 0;
letter-spacing: 3px;
transition: padding 0.3s;
}
.rb-btn:hover {
color: #fff;
padding: 0 70px 0 15px;
}
.rb-btn:hover svg {
transform: translateY(-50%) rotate(-90deg) scale(1.14);
}
.rb-btn:focus {
color: #fff;
}
.rb-btn svg {
position: absolute;
width: 44px;
height: 44px;
top: 50%;
right: 0;
transform: translateY(-50%) rotate(-90deg);
z-index: 1;
transition: transform 0.3s;
}
.rb-btn__arrow,
.rb-btn__arrow span {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.rb-btn__arrow {
right: 19px;
width: 45px;
height: 10px;
z-index: 2;
}
.rb-btn__arrow span {
left: 0;
right: auto;
width: 0;
height: 1px;
background-color: #fff;
transition: width 700ms ease 450ms;
}
.rb-btn__arrow span:after,
.rb-btn__arrow span:before {
content: "";
position: absolute;
top: 50%;
right: 0;
width: 0;
height: 1px;
background-color: #fff;
transform-origin: right center;
transition: width 500ms ease 1100ms;
}
.rb-btn__arrow span:before {
transform: translateY(-50%) rotate(-45deg);
}
.rb-btn__arrow span:after {
transform: translateY(-50%) rotate(45deg);
}
.rb-btn_on-screen .rb-btn__arrow span {
width: 100%;
}
.rb-btn_on-screen .rb-btn__arrow span:after,
.rb-btn_on-screen .rb-btn__arrow span:before {
width: 7px;
}
.rb-btn_on-loaded .rb-btn__arrow span {
transition: width 300ms ease 0s;
left: auto;
right: 0;
}
.rb-btn_on-loaded:hover .rb-btn__arrow span {
width: 0;
}
.rb-btn_black,
.rb-btn_black:hover {
color: #2b0815;
}
.rb-btn_black:focus {
color: #2b0815;
}
.rb-btn_black .rb-btn__arrow span,
.rb-btn_black .rb-btn__arrow span:after,
.rb-btn_black .rb-btn__arrow span:before {
background-color: #2b0815;
}
.rb-btn_view {
padding: 0 55px 0 10px;
transition: padding 0.4s;
}
.rb-btn_view .rb-btn__arrow {
position: absolute;
top: 50%;
right: 18px;
width: 11px;
height: 11px;
transform: translateY(-50%);
transition: transform 0.4s, right 0.4s;
}
.rb-btn_view .rb-btn__arrow span {
position: absolute;
left: 50%;
top: 50%;
right: auto;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background-color: transparent;
transition: transform 0.4s;
}
.rb-btn_view .rb-btn__arrow span:after,
.rb-btn_view .rb-btn__arrow span:before {
content: "";
position: absolute;
top: 5px;
left: 50%;
width: 100%;
height: 1px;
background-color: #fff;
transform-origin: center;
transition: width 500ms ease 0ms;
}
.rb-btn_view .rb-btn__arrow span:before {
transform: translateX(-50%);
}
.rb-btn_view .rb-btn__arrow span:after {
transform: translateX(-50%) rotate(90deg);
}
.rb-btn_view:hover {
padding: 0 65px 0 0;
}
.rb-btn_view:hover .rb-btn__arrow {
right: 17px;
}
.rb-btn_view:hover .rb-btn__arrow span {
width: 11px;
transform: translate(-50%, -50%) rotate(-90deg);
}
.rb-btn_reverse {
padding: 0 0 0 85px;
}
.rb-btn_reverse:hover {
padding: 0 15px 0 70px;
}
.rb-btn_reverse:hover svg {
transform: translateY(-50%) rotate(90deg) scale(1.14);
}
.rb-btn_reverse svg {
top: 50%;
left: 0;
right: auto;
transform: translateY(-50%) rotate(90deg);
}
.rb-btn_reverse .rb-btn__arrow {
left: 19px;
right: auto;
}
.rb-btn_reverse .rb-btn__arrow span {
left: auto;
right: 0;
}
.rb-btn_reverse .rb-btn__arrow span:after,
.rb-btn_reverse .rb-btn__arrow span:before {
right: auto;
left: 0;
transform-origin: left center;
}
.rb-btn_reverse .rb-btn__arrow span:before {
transform: translateY(-50%) rotate(45deg);
}
.rb-btn_reverse .rb-btn__arrow span:after {
transform: translateY(-50%) rotate(-45deg);
}
.rb-btn_reverse.rb-btn_on-loaded .rb-btn__arrow span {
left: 0;
right: auto;
}
.rb-btn-back {
display: inline-flex;
align-items: center;
text-align: center;
position: relative;
height: 44px;
font-size: 0.875rem;
border: 0;
background-color: transparent;
font-weight: 500;
color: #fff;
text-transform: uppercase;
padding: 0 8px 0 60px;
letter-spacing: 3px;
transition: padding 0.3s;
}
.rb-btn-back:hover {
color: #fff;
padding: 0 0 0 68px;
}
.rb-btn-back:hover:before,
.rb-btn-scroll:hover:before {
transform: translateY(-50%) scale(1.14);
}
.rb-btn-back:hover span:before {
transform: translateX(calc(-100% - 3px)) rotate(45deg);
}
.rb-btn-back:hover span:after {
transform: translateX(3px) rotate(45deg);
}
.rb-btn-back:before {
content: "";
width: 44px;
height: 44px;
left: 0;
border-radius: 50%;
border: 1px solid #c60c1d;
transition: transform 0.3s;
}
.rb-btn-back span,
.rb-btn-back:before,
.rb-btn-scroll:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.rb-btn-back span {
left: 17px;
width: 8px;
height: 8px;
overflow: hidden;
}
.rb-btn-back span:after,
.rb-btn-back span:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 8px;
height: 8px;
transform-origin: center;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
transition: transform 0.3s;
}
.rb-btn-back span:before {
transform: translateX(3px) rotate(45deg);
}
.rb-btn-back span:after {
transform: translateX(calc(100% + 3px)) rotate(45deg);
}
.rb-btn-back_black,
.rb-btn-back_black:hover {
color: #2b0815;
}
.rb-btn-back_black span:after,
.rb-btn-back_black span:before {
border-bottom: 1px solid #2b0815;
border-left: 1px solid #2b0815;
}
.rb-btn-scroll {
height: 44px;
display: inline-flex;
align-items: center;
padding-left: 60px;
padding-right: 10px;
position: relative;
font-size: 0.95rem;
font-weight: 500;
text-align: center;
letter-spacing: 3px;
color: #2b0815;
transition: padding 0.3s;
}
.rb-btn-scroll:before {
content: "";
left: 0;
width: 44px;
height: 44px;
border-radius: 50%;
border: 1px solid #c60c1d;
transition: transform 0.3s;
}
.rb-btn-scroll:after {
content: "";
position: absolute;
top: calc(50% - 1px);
left: 18px;
transform-origin: center;
transform: translateY(-90%) rotate(45deg);
width: 7px;
height: 7px;
border-right: 1px solid #2b0815;
border-bottom: 1px solid #2b0815;
-webkit-animation: indicator-animate 2s ease infinite;
animation: indicator-animate 2s ease infinite;
}
.rb-btn-scroll:hover {
color: #2b0815;
padding-left: 70px;
padding-right: 0;
}
.rb-btn-scroll:focus {
color: #2b0815;
}
.rb-btn-scroll_dark-line:before {
border: 1px solid #2b0815;
}
.mfp-preloader a:hover,
.rb-btn-scroll_white,
.rb-btn-scroll_white:hover {
color: #fff;
}
.rb-btn-scroll_white:after {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.rb-btn-scroll_white:focus {
color: #fff;
}
.rb-404 {
background-color: #2b0815;
height: 100vh;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
flex-direction: column;
}
.rb-404__title {
font-size: 10rem;
line-height: 90px;
color: #c60c1d;
letter-spacing: 4px;
font-family: "MinervaModern", serif;
margin-bottom: 100px;
}
@media (min-width: 768px) {
.rb-404__title {
font-size: 12.5rem;
}
}
.rb-404 a {
font-size: 1.625rem;
font-weight: 500;
}
.rb-footer {
background-color: #2b0815;
color: #fff;
}
.rb-footer__logo {
max-width: 155px;
}
.rb-footer__menu {
margin: 0 -15px 15px;
padding: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
}
@media (min-width: 768px) {
.rb-footer__menu {
margin: 0 -15px 57px;
}
}
.rb-footer__menu li {
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px;
display: block;
margin-bottom: 10px;
}
@media (min-width: 576px) {
.rb-footer__menu li {
margin-bottom: 20px;
}
}
.rb-footer__menu a {
font-size: 1.75rem;
line-height: 1.5;
font-family: "MinervaModern", serif;
text-transform: uppercase;
}
.rb-contact form,
.rb-footer__form form .wpcf7-form-control-wrap,
.rb-press__item span {
display: block;
}
.rb-footer__form form [type="email"] {
width: 100%;
height: 48px;
background-color: transparent;
border: 0;
border-bottom: 1px solid #fff;
font-size: 0.875rem;
letter-spacing: 3px;
font-weight: 500;
border-radius: 0;
color: #fff;
text-transform: uppercase;
padding: 0 50px 0 0;
}
.rb-footer__form form [type="email"]::-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
.rb-footer__form form [type="email"]::-moz-placeholder {
color: #fff;
opacity: 1;
}
.rb-footer__form form [type="email"]:-ms-input-placeholder {
color: #fff;
opacity: 1;
}
.rb-footer__form form [type="email"]::placeholder {
color: #fff;
opacity: 1;
}
.rb-footer__form form [type="submit"] {
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 48px;
background-color: transparent;
border: 0;
}
.rb-footer__form form [type="submit"]:hover span {
width: 25px;
}
.rb-footer__form form [type="submit"] span {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
height: 1px;
background-color: #fff;
transition: width 0.4s;
}
.rb-footer__form form [type="submit"] span:after,
.rb-footer__form form [type="submit"] span:before {
content: "";
position: absolute;
top: 50%;
right: 0;
width: 7px;
height: 1px;
background-color: #fff;
transform-origin: right center;
}
.rb-footer__form form [type="submit"] span:before {
transform: translateY(-50%) rotate(-45deg);
}
.rb-footer__form form [type="submit"] span:after {
transform: translateY(-50%) rotate(45deg);
}
.rb-footer__dlink,
.rb-footer__link:hover {
color: #fff;
text-decoration: underline;
}
.rb-footer__dlink:hover {
color: #fff;
text-decoration: none;
}
.mfp-bg {
z-index: 1042;
overflow: hidden;
position: fixed;
background: #2b0815;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.mfp-wrap {
z-index: 1043;
position: fixed;
outline: 0 !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before,
.mfp-content {
display: inline-block;
vertical-align: middle;
}
.mfp-container:before {
content: "";
height: 100%;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
display: block;
outline: 0;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 26px;
height: 26px;
position: absolute;
right: 1.5625vw;
top: 1.35417vw;
text-decoration: none;
text-align: center;
padding: 0;
font-style: normal;
font-size: 0;
color: transparent;
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
background-image: url(//redbookagency.com/wp-content/themes/redbook/assets/img/mfp-close.svg);
}
@media (min-width: 768px) {
.mfp-close {
width: 34px;
height: 34px;
}
}
.mfp-close:hover {
background-image: url(//redbookagency.com/wp-content/themes/redbook/assets/img/mfp-close-black.svg);
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
top: 50%;
margin: -55px 0 0;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
img.mfp-img {
width: auto;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
margin: 0 auto;
}
.mfp-figure {
line-height: 0;
position: relative;
}
.mfp-figure figure {
margin: 0;
}
.mfp-figure:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 180px;
background: linear-gradient(to bottom, rgba(43, 8, 21, 0) 0, rgba(43, 8, 21, 0.75) 100%);
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
font-size: 1.125rem;
line-height: 1.3;
color: #fff;
word-wrap: break-word;
position: absolute;
z-index: 3;
left: 2.08333vw;
bottom: 2.08333vw;
max-width: 380px;
padding-right: 20px;
text-transform: uppercase;
font-weight: 400;
font-family: "MinervaModern", serif;
}
@media (min-width: 768px) {
.mfp-title {
font-size: 1.75rem;
}
}
.mfp-image-holder .mfp-content,
img.mfp-img {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.rb-press {
background-color: #2b0815;
color: #fff;
padding-bottom: 50px;
}
.rb-press__header {
padding-top: 130px;
padding-bottom: 30px;
}
@media (min-width: 576px) {
.rb-press__header {
padding-bottom: 65px;
}
}
@media (min-width: 768px) {
.rb-press__header {
padding-top: 13.28125vw;
}
}
.rb-press__indicator {
width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid #c60c1d;
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: 60px;
}
@media (min-width: 768px) {
.rb-press__indicator {
margin-top: 80px;
}
}
@media (min-width: 992px) {
.rb-press__indicator {
margin-top: 120px;
width: 76px;
height: 76px;
}
}
@media (max-width: 1030px) and (orientation: landscape) {
.rb-press__indicator {
margin-bottom: 50px;
}
}
.rb-press__indicator:after {
content: "";
position: absolute;
top: calc(50% - 1px);
left: 50%;
transform-origin: center;
transform: translate(-50%, -90%) rotate(45deg);
width: 7px;
height: 7px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-animation: indicator-b-animate 2s ease infinite;
animation: indicator-b-animate 2s ease infinite;
}
.rb-press__item {
display: block;
text-align: center;
}
.rb-press__item:hover {
color: #fff;
}
.rb-press__item:hover .rb-press__item-cat {
transform: translate(-50%, 0);
}
.rb-press-single__content a,
.rb-press__item:hover .rb-press__item-title {
color: #c60c1d;
}
.rb-press__item-thumb {
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 250px;
overflow: hidden;
}
@media (min-width: 992px) {
.rb-press__item-thumb {
height: 500px;
}
}
.rb-press__item-thumb img {
width: 100%;
height: 250px;
-o-object-fit: cover;
object-fit: cover;
transition: transform 0.3s;
}
@media (min-width: 992px) {
.rb-press__item-thumb img {
height: 500px;
}
}
.rb-press__item-cat {
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%, 100%);
width: 270px;
height: 60px;
background-color: #c60c1d;
transition: transform 0.3s;
font-size: 1.125rem;
line-height: 1.2;
display: flex !important;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-weight: 500;
font-family: "MinervaModern", serif;
letter-spacing: 1px;
}
.rb-press__item-title {
max-width: 520px;
margin-left: auto;
margin-right: auto;
letter-spacing: 1px;
transition: color 0.3s;
font-family: "Tenor Sans", sans-serif;
}
.rb-press-single__header {
background-color: #2b0815;
min-height: 100vh;
position: relative;
color: #fff;
padding-top: 130px;
}
@media (min-width: 768px) {
.rb-press-single__header {
min-height: 550px;
padding-top: 190px;
}
}
.rb-press-single__container {
min-height: calc(100vh - 130px);
}
@media (min-width: 768px) {
.rb-press-single__container {
min-height: calc(100vh - 190px);
}
}
@media (max-width: 767px) and (orientation: landscape) {
.rb-press-single__container {
padding-bottom: 120px;
}
}
.rb-press-single__container .row {
min-height: inherit;
}
.rb-press-single__container .row [class*="col-"] {
margin-top: -130px;
}
@media (min-width: 768px) {
.rb-press-single__container .row [class*="col-"] {
margin-top: -190px;
}
}
.rb-press-single__layer {
position: absolute;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
right: 0;
width: 50%;
z-index: 1;
display: none;
}
@media (min-width: 1200px) {
.rb-press-single__layer {
top: 190px;
bottom: -110px;
display: block;
}
}
.rb-press-single__scroll {
font-size: 0.875rem;
line-height: 1;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 3px;
color: #fff;
position: absolute;
left: 20px;
bottom: 0;
height: 82px;
}
.rb-intro__scroll span,
.rb-press-single__scroll span {
position: absolute;
bottom: 0;
left: 0;
height: 50px;
width: 1px;
overflow: hidden;
}
.rb-intro__scroll span {
left: calc(50%);
}
.rb-intro__scroll span:before,
.rb-press-single__scroll span:before {
content: "";
position: absolute;
top: 0;
width: 100%;
height: 100%;
transform: translateY(-100%);
background-color: #c60c1d;
-webkit-animation: animate-line-scroll 1.5s ease infinite;
animation: animate-line-scroll 1.5s ease infinite;
}
.rb-press-single__content {
padding-top: 60px;
padding-bottom: 60px;
background-color: #f5f3f0;
font-size: 1.125rem;
line-height: 1.8;
color: #2b0815;
}
@media (min-width: 1200px) {
.rb-press-single__content {
padding-top: 210px;
padding-bottom: 160px;
}
}
.rb-press-single__content a:hover {
text-decoration: underline;
}
@media (min-width: 768px) {
.rb-press-single__content .alignleft,
.rb-press-single__content .alignright {
width: calc(50% - 20px);
}
}
.rb-press-single__content .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.rb-press-related {
background-color: #c60c1d;
padding-top: 70px;
padding-bottom: 40px;
color: #fff;
text-align: center;
}
@media (min-width: 992px) {
.rb-press-related {
padding-top: 160px;
padding-bottom: 90px;
}
}
.rb-press-related .rb-press__item:focus,
.rb-press-related .rb-press__item:hover {
color: #fff;
}
.rb-press-related .rb-press__item:focus .rb-press__item-title,
.rb-press-related .rb-press__item:hover .rb-press__item-title {
color: #2b0815 !important;
}
.rb-contact__header {
background-color: #2b0815;
color: #fff;
position: relative;
}
.rb-contact__header .container {
padding-top: 130px;
padding-bottom: 60px;
z-index: 99;
}
@media (min-width: 576px) {
.rb-contact__header .container {
padding-bottom: 90px;
}
}
@media (min-width: 768px) {
.rb-contact__header .container {
padding-top: 13.28125vw;
}
}
@media (min-width: 992px) {
.rb-contact__header .container {
padding-bottom: 140px;
}
}
.rb-contact__logo {
display: none !important;
position: absolute;
bottom: 0;
right: calc(8.33333% + 20px);
transform: translateY(50%);
width: 195px;
height: 195px;
}
.rb-contact__logo img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.rb-contact__logo:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(0);
transform-origin: center;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
background-image: url(//redbookagency.com/wp-content/themes/redbook/assets/img/circular-text.png);
-webkit-animation: circular-animate 10s linear infinite;
animation: circular-animate 10s linear infinite;
}
.rb-contact__content {
padding-top: 60px;
padding-bottom: 40px;
background-color: #f5f3f0;
}
@media (min-width: 768px) {
.rb-contact__content {
padding-top: 160px;
padding-bottom: 80px;
}
}
@media (min-width: 992px) {
.rb-contact__content {
padding-top: 160px;
padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
.rb-contact__content {
padding-top: 160px;
padding-bottom: 155px;
}
}
.rb-contact__content a {
color: #2b0815;
}
.rb-contact__content a:hover {
color: #c60c1d;
}
.rb-contact form .wpcf7-form-control-wrap {
display: block;
padding-bottom: 40px;
}
.rb-contact form [type="email"],
.rb-contact form [type="tel"],
.rb-contact form [type="text"] {
height: 46px;
line-height: 46px;
width: 100%;
border: 0;
border-bottom: 1px solid #2b0815;
font-size: 0.875rem;
text-transform: uppercase;
color: #2b0815;
padding: 0;
background-color: transparent;
}
.rb-contact form [type="email"]::-webkit-input-placeholder,
.rb-contact form [type="tel"]::-webkit-input-placeholder,
.rb-contact form [type="text"]::-webkit-input-placeholder,
.rb-contact form textarea::-webkit-input-placeholder {
color: #2b0815;
opacity: 1;
}
.rb-contact form [type="email"]::-moz-placeholder,
.rb-contact form [type="tel"]::-moz-placeholder,
.rb-contact form [type="text"]::-moz-placeholder,
.rb-contact form textarea::-moz-placeholder {
color: #2b0815;
opacity: 1;
}
.rb-contact form [type="email"]:-ms-input-placeholder,
.rb-contact form [type="tel"]:-ms-input-placeholder,
.rb-contact form [type="text"]:-ms-input-placeholder,
.rb-contact form textarea:-ms-input-placeholder {
color: #2b0815;
opacity: 1;
}
.rb-contact form [type="email"]::placeholder,
.rb-contact form [type="tel"]::placeholder,
.rb-contact form [type="text"]::placeholder,
.rb-contact form textarea::placeholder {
color: #2b0815;
opacity: 1;
}
.rb-contact form textarea {
height: 46px;
line-height: 24px;
width: 100%;
border: 0;
border-bottom: 1px solid #2b0815;
font-size: 0.875rem;
text-transform: uppercase;
color: #2b0815;
padding: 10px 0;
background-color: transparent;
}
.rb-contact__mail {
font-size: 1.375rem;
line-height: 1.2;
font-family: "MinervaModern", serif;
border-bottom: 1px solid #c60c1d;
padding-bottom: 5px;
}
@media (min-width: 992px) {
.rb-contact__mail {
font-size: 1.75rem;
}
}
.rb-services-header {
background-color: #2b0815;
color: #fff;
padding-bottom: 50px;
padding-top: 130px;
}
@media (min-width: 768px) {
.rb-services-header {
padding-top: 13.28125vw;
padding-bottom: 90px;
}
}
.rb-services-header__desc {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.rb-services-header__item {
opacity: 0;
transform: translateY(80%);
transition-property: all;
transition-duration: 1s;
text-align: center;
}
.js-services-header-item_animated .rb-services-header__item {
opacity: 1;
transform: translateY(0);
}
.js-services-header-item_animated .rb-services-header__item .rb-services-header__item-arrow {
width: 100%;
transition-delay: 1.2s;
}
.js-services-header-item_animated .rb-services-header__item .rb-services-header__item-arrow:after,
.js-services-header-item_animated .rb-services-header__item .rb-services-header__item-arrow:before {
width: 7px;
transition-delay: var(--td-pcs);
}
.js-services-header-item_animated .rb-services-header__item.rb-services-header__item_end .rb-services-header__item-arrow:before {
width: 7px;
height: 7px;
}
.rb-services-header__item_end .rb-services-header__item-arrow:before {
width: 0;
height: 0;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
transition-property: width, height;
transition-duration: 0.3s, 0.3s;
}
.rb-services-header__item_end .rb-services-header__item-arrow:after {
display: none;
}
.rb-services-header__item-arrow {
position: absolute;
width: 0;
bottom: -30px;
left: 0;
height: 1px;
background-color: #fff;
transition-property: width;
transition-duration: 1s;
}
.rb-services-header__item-arrow:after,
.rb-services-header__item-arrow:before {
content: "";
position: absolute;
width: 0;
height: 1px;
background-color: #fff;
right: 0;
top: 0;
transform-origin: 100% 50%;
transition-property: width;
transition-duration: 0.3s;
}
.rb-services-header__item-arrow:before {
transform: rotate(-35deg);
}
.rb-services-header__item-arrow:after {
transform: rotate(35deg);
}
.rb-services-header__item:hover .rb-services-header__item-thumb-img img {
transform: scale(1.1);
}
.rb-services-header__item-thumb {
position: relative;
}
.rb-services-header__item-thumb-img {
overflow: hidden;
}
.rb-services-header__item-thumb-img img {
transform-origin: center;
transition: transform 0.3s;
}
.rb-services-header__item-desc {
max-width: 310px;
margin-left: auto;
margin-right: auto;
margin-bottom: 35px;
}
.rb-services-header__item-link {
font-size: 0.875rem;
line-height: 1;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
display: inline-block;
padding-bottom: 10px;
}
.rb-services-header__item-link:hover {
color: #fff;
}
.rb-services-header__item-link:hover:before {
width: 34px;
}
.rb-services-header__item-link:before {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 100%;
height: 1px;
background-color: #c60c1d;
transform: translateX(-50%);
transition: width 0.3s;
}
.rb-services-expertise {
padding-top: 60px;
padding-bottom: 40px;
background-color: #f5f3f0;
}
@media (min-width: 768px) {
.rb-services-expertise {
padding-top: 135px;
}
}
.services-section {
margin-bottom: 80px;
}
.rb-services-expertise__item {
text-align: center;
}
.rb-services-expertise__item-title {
border-bottom: 1px solid #2b0815;
padding-bottom: 20px;
}
.rb-services-expertise__item-title p {
text-transform: none;
letter-spacing: 0px;
opacity: 0.6;
max-width: 600px;
margin: 10px auto;
line-height: 1.2;
}
.rb-services-aftercare__desc {
opacity: 0.6;
}
.rb-services-expertise__list-img {
width: 100px;
height: 100px;
background-color: #2b0815;
border-radius: 50%;
position: relative;
margin-left: auto;
margin-right: auto;
}
.rb-services-expertise__list-img img {
max-width: 50px;
max-height: 50px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.rb-services-single {
background-color: #2b0815;
padding-bottom: 50px;
}
@media (min-width: 992px) {
.rb-services-single {
padding-bottom: 10.41667vw;
}
}
.rb-services-single__header {
padding-top: 130px;
padding-bottom: 80px;
width: calc(100% - 40px);
margin-left: auto;
margin-right: auto;
color: #fff;
}
@media (min-width: 576px) {
.rb-services-single__header {
width: calc(100% - 80px);
}
}
@media (min-width: 768px) {
.rb-services-single__header {
padding-top: 190px;
padding-bottom: 160px;
}
}
.rb-services-single__number {
position: absolute;
top: -15px;
font-size: 15.625rem;
line-height: 0.85;
left: 50%;
font-family: "MinervaModern", serif;
transform: translateX(-50%);
opacity: 0.03;
}
@media (min-width: 576px) {
.rb-services-single__number {
top: -25px;
}
}
.rb-services-accordion_bottom .rb-services-accordion__container {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.rb-services-accordion.active .rb-services-accordion__title,
.rb-services-accordion__container:hover .rb-services-accordion__title {
color: #c60c1d;
}
.rb-services-accordion.active .services-accordion-open:before {
width: 42px;
height: 42px;
}
@media (min-width: 992px) {
.rb-services-accordion.active .services-accordion-open:before {
width: 65px;
height: 65px;
}
}
.rb-services-accordion.active .services-accordion-open span {
width: 14px;
height: 14px;
transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 992px) {
.rb-services-accordion.active .services-accordion-open span {
width: 16px;
height: 16px;
}
}
.rb-services-accordion.active .rb-services-accordion__img div {
width: 100%;
padding-bottom: 117%;
}
.rb-services-accordion__container {
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 20px 0;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
@media (min-width: 992px) {
.rb-services-accordion__container {
padding: 40px 0;
}
}
.rb-services-accordion__img {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.rb-services-accordion__img div {
width: 220px;
min-height: 130px;
padding-bottom: 24.6%;
transition: all 0.3s;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.rb-services-accordion__text {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
@media (min-width: 992px) {
.rb-services-accordion__text {
flex: 0 0 33.33333%;
max-width: 33.33333%;
margin-left: 8.33333%;
padding-top: 20px;
}
}
.rb-services-accordion__title {
color: #fff;
font-family: "MinervaModern", serif;
text-transform: uppercase;
transition: color 0.3s;
font-size: 1.375rem;
display: flex;
flex-wrap: wrap;
align-items: center;
min-height: 42px;
}
@media (min-width: 576px) {
.rb-services-accordion__title {
font-size: 1.75rem;
}
}
@media (min-width: 992px) {
.rb-services-accordion__title {
font-size: 2.25rem;
line-height: 1.2;
height: 90px;
}
}
.rb-services-accordion .accordion-content {
display: none;
color: #fff;
padding-top: 15px;
}
@media (min-width: 768px) {
.rb-services-accordion .accordion-content {
padding-top: 30px;
}
}
.rb-services-accordion__button {
flex: 0 0 auto;
width: auto;
max-width: 100%;
text-align: center;
}
@media (min-width: 992px) {
.rb-services-accordion__button {
flex: 0 0 8.33333%;
max-width: 8.33333%;
margin-left: 8.33333%;
padding-top: 33px;
}
}
.rb-services-accordion .services-accordion-open {
width: 42px;
height: 42px;
padding: 0;
margin: 0;
border: 0;
background-color: transparent;
position: relative;
}
@media (min-width: 992px) {
.rb-services-accordion .services-accordion-open {
width: 65px;
height: 65px;
}
}
.rb-services-accordion .services-accordion-open:hover:before {
border-color: #fff;
width: 40px;
height: 40px;
}
@media (min-width: 992px) {
.rb-services-accordion .services-accordion-open:hover:before {
width: 50px;
height: 50px;
}
}
.rb-services-accordion .services-accordion-open:before {
content: "";
width: 31px;
height: 31px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #c60c1d;
border-radius: 50%;
transition: all 0.3s;
}
@media (min-width: 992px) {
.rb-services-accordion .services-accordion-open:before {
width: 45px;
height: 45px;
}
}
.rb-services-accordion .services-accordion-open span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 9px;
height: 9px;
transition: all 0.3s;
}
@media (min-width: 992px) {
.rb-services-accordion .services-accordion-open span {
width: 11px;
height: 11px;
}
}
.rb-services-accordion .services-accordion-open span:after,
.rb-services-accordion .services-accordion-open span:before {
content: "";
position: absolute;
background-color: #fff;
}
.rb-services-accordion .services-accordion-open span:before {
width: 100%;
height: 1px;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.rb-services-accordion .services-accordion-open span:after {
width: 1px;
height: 100%;
left: 50%;
transform: translateX(-50%);
}
.rb-services-next,
.rb-services-prev {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
text-align: center;
height: auto;
padding: 15px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
@media (min-width: 768px) {
.rb-services-next,
.rb-services-prev {
height: 150px;
padding: 0;
}
}
.sub-service-text ul {
display: flex;
flex-direction: column;
align-items: center;
}
.rb-intro { min-height: 500px;
position: relative;
color: #fff;
overflow: hidden;
}
@media (min-width: 480px) {
.rb-intro {
height: 100vh;
}
}
@media (min-width: 768px) {
.rb-intro {
min-height: 550px;
}
}
.rb-intro .container {
padding-top: 120px;
padding-bottom: 120px;
}
@media (min-width: 480px) {
.rb-intro .container {
padding-top: 0;
padding-bottom: 0;
}
}
.rb-intro {
background: #2b0815;
}
.rb-intro__slide,
.rb-intro__slider {
position: absolute;
top: 0;
height: 100%;
z-index: 1;
}
.rb-intro__slider {
right: 0;
width: 0;
transition: opacity 1.3s ease 0.4s;
overflow: hidden;
}
.rb-page-loaded .rb-intro__slider {
width: 100%;
}
.rb-intro__slider:before {
background: linear-gradient(180deg, rgba(0,0,0,0.8),rgba(0,0,0,0.6), transparent);
z-index: 9;
}
.rb-intro__slider:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 183px; } .rb-intro__slide {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
opacity: 0;
z-index: 0;
transition: opacity 0.7s ease-in-out;
background-color: #000; }
.rb-intro__slide.slide-active {
opacity: 1;
z-index: 2;
}
.rb-intro__slide.slide-exit {
opacity: 0;
z-index: 1;
}
.rb-intro__title {
opacity: 0;
transform: translateX(-40px);
transition: all 0.8s ease 0.4s;
}
.rb-page-loaded .rb-intro .rb-btn,
.rb-page-loaded .rb-intro__text,
.rb-page-loaded .rb-intro__title {
opacity: 1;
transform: translateX(0);
}
.rb-intro .rb-btn,
.rb-intro__scroll,
.rb-intro__text {
opacity: 0;
transform: translateX(-40px);
transition: all 0.8s ease 0.6s;
}
.rb-intro .rb-btn,
.rb-intro__scroll {
transition: all 0.8s ease 0.8s;
}
.rb-intro__scroll {
font-size: 0.875rem;
line-height: 1;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 3px;
color: #fff;
position: absolute;
bottom: 0;
height: 82px;
transition: all 0.8s ease 1s;
}
.rb-page-loaded .rb-intro__scroll {
opacity: 1;
transform: translateX(0);
}
@media (min-width: 1200px) {
.rb-intro__scroll {
left: calc(8.33333% + 20px);
}
}
.rb-about {
background-color: #2b0815;
padding: 7.03125vw 0;
color: #fff;
}
.rb-about__maw {
max-width: 510px;
}
.rb-about__img-left {
text-align: center;
position: relative;
}
.rb-about__img-left img {
width: 100%;
}
@media (max-width: 991px) {
.rb-about__img-left img {
max-width: 375px;
}
}
.rb-about__img-left-content {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 435px;
padding: 0 15px;
text-align: center;
}
@media (min-width: 768px) {
.rb-about__img-left-content {
bottom: 60px;
}
.service-col-js:nth-child(1) .rb-service__item {
transition-delay: 0.5s;
}
}
.service-col-js:nth-child(1) .rb-service__img:before {
transition-delay: 2s;
}
@media (min-width: 768px) {
.service-col-js:nth-child(2) .rb-service__item {
transition-delay: 1s;
}
}
.service-col-js:nth-child(2) .rb-service__img:before {
transition-delay: 2.5s;
}
@media (min-width: 768px) {
.service-col-js:nth-child(3) .rb-service__item {
transition-delay: 1.5s;
}
}
.rb-service {
background-color: #f5f3f0;
padding: 7.03125vw 0;
color: #2b0815;
}
.rb-service__desc,
.rb-service__item {
max-width: 630px;
margin-left: auto;
margin-right: auto;
}
.rb-service__item {
max-width: 375px;
opacity: 0;
transform: translateY(100%);
transition-property: transform, opacity;
transition-duration: 1s, 1s;
}
@media (min-width: 768px) {
.rb-service__item {
max-width: none;
}
}
.service-col-js_animated .rb-service__item {
opacity: 1;
transform: translateY(0);
}
.rb-team-directors__item:hover .rb-btn,
.service-col-js_animated .rb-service__item .rb-service__img:before {
opacity: 1;
}
.rb-service__item_down-next .rb-service__img,
.rb-service__item_up-next .rb-service__img {
position: relative;
}
.rb-service__item_down-next .rb-service__img:before,
.rb-service__item_up-next .rb-service__img:before {
content: "";
position: absolute;
top: 50%;
right: -78px;
transform: translateY(-50%);
width: 123px;
height: 34px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
z-index: 99;
display: none;
opacity: 0;
transition-property: opacity;
transition-duration: 1s;
}
@media (min-width: 992px) {
.rb-service__item_down-next .rb-service__img:before,
.rb-service__item_up-next .rb-service__img:before {
display: block;
}
}
.rb-service__item_up-next .rb-service__img:before {
background-image: url(//redbookagency.com/wp-content/themes/redbook/assets/img/up-next-arrow.png);
}
.rb-service__item_down-next .rb-service__img:before {
background-image: url(//redbookagency.com/wp-content/themes/redbook/assets/img/down-next-arrow.png);
}
.rb-service__item:hover .rb-service__img-ovr img {
transform: scale(1.14);
}
.rb-service__img-ovr {
position: relative;
overflow: hidden;
}
.rb-service__img-ovr img {
transform-origin: center;
transition: all 0.3s;
}
.rb-testimonial {
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.rb-testimonial__item {
color: #fff;
text-align: center;
padding: 50px 0 70px;
}
@media (min-width: 992px) {
.rb-testimonial__item {
height: 100vh;
max-height: 900px;
}
}
@media (max-width: 767px) and (orientation: landscape) {
.rb-testimonial__item {
height: auto;
}
}
.rb-testimonial__item .container,
.rb-testimonial__item .row {
height: inherit;
max-height: inherit;
}
.rb-testimonial__icon {
width: 90px;
height: 90px;
border-radius: 50%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.rb-testimonial__nav {
position: absolute;
width: calc(100% - 20px);
max-width: 1290px;
padding-left: 5px;
padding-right: 5px;
left: 50%;
transform: translateX(-50%);
bottom: 20px;
z-index: 99;
}
@media (min-width: 768px) {
.rb-testimonial__nav {
bottom: 3.125vw;
}
}
.rb-testimonial__pagination {
margin-left: -5px;
margin-right: -5px;
display: flex;
flex-wrap: wrap;
}
.rb-testimonial__dots {
display: block;
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
margin-left: 5px;
margin-right: 5px;
height: 15px;
position: relative;
cursor: pointer;
}
.rb-testimonial__dots:before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
height: 1px;
background-color: #f5f3f0;
}
.rb-testimonial__dots span {
display: block;
position: absolute;
height: 3px;
top: 50%;
left: auto;
right: 0;
transform: translateY(-50%);
width: 0;
background-color: #c60c1d;
-webkit-animation-name: dots-line;
animation-name: dots-line;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.rb-testimonial__dots_current span {
width: 100%;
left: 0;
right: auto;
-webkit-animation-name: current-line;
animation-name: current-line;
}
.rb-advisory {
background-color: #c60c1d;
padding: 60px 0;
color: #fff;
position: relative;
}
@media (min-width: 768px) {
.rb-advisory {
padding: 7.8125vw 0;
}
}
.rb-advisory__layer {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: calc(50% - 50px);
height: calc(100% - 120px);
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
display: none;
filter: grayscale(1);
}
@media (min-width: 992px) {
.rb-advisory__layer {
display: block;
height: calc(100% - 15.625vw);
}
}
@media (min-width: 1360px) {
.rb-advisory__layer {
width: calc(50% + 50px);
}
}
.rb-appointment-banner {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
color: #fff;
padding: 80px 0;
}
@media (min-width: 768px) {
.rb-appointment-banner {
padding: 0;
height: 530px;
}
}
.rb-appointment-banner .container,
.rb-appointment-banner .row,
.rb-projects__header .row {
height: inherit;
}
.rb-appointment-banner__text {
max-width: 500px;
}
.rb-projects {
background-color: #2b0815;
color: #fff;
padding-bottom: 50px;
}
@media (min-width: 992px) {
.rb-projects {
padding-bottom: 135px;
}
}
.rb-projects__header {
padding: 130px 0 70px;
}
@media (min-width: 576px) {
.rb-projects__header {
padding: 130px 0 100px;
}
}
@media (min-width: 768px) {
.rb-projects__header {
padding: 13.28125vw 0 100px;
}
}
.rb-projects__filters {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 1200px) {
.rb-projects__filters {
margin-left: -25px;
margin-right: -25px;
}
}
.rb-projects__filters-col {
flex: 0 0 auto;
width: auto;
max-width: 100%;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 5px;
}
@media (min-width: 1200px) {
.rb-projects__filters-col {
padding-left: 25px;
padding-right: 25px;
}
}
.rb-projects__filter-button {
padding: 0;
background-color: transparent;
border: 0;
font-size: 0.875rem;
line-height: 30px;
letter-spacing: 2px;
color: #fff;
text-transform: uppercase;
position: relative;
}
.rb-projects__filter-button:before {
content: "";
position: absolute;
bottom: 0;
left: auto;
right: 0;
width: 0;
height: 1px;
background-color: #fff;
transition: width 0.4s;
}
.rb-projects__filter-button:hover:before {
left: 0;
right: auto;
width: 100%;
}
.rb-projects__filter-button.is-checked {
color: #c60c1d;
}
.rb-projects__filter-button.is-checked:before {
left: 0;
right: auto;
width: 100%;
background-color: #c60c1d;
}
.rb-projects__row {
margin-left: -8px;
margin-right: -8px;
}
.rb-projects__row > .col,
.rb-projects__row > [class*="col-"] {
padding: 8px;
}
.rb-projects__item {
display: block;
height: 234px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.rb-projects__item:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
transition: all 0.3s;
}
.rb-projects__item:hover:before {
background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
.rb-projects__item_high {
height: 484px;
}
}
.rb-team-directors {
background-color: #f5f3f0;
color: #fff;
}
.rb-team-directors__header {
padding-top: 130px;
padding-bottom: 70px;
}
@media (min-width: 768px) {
.rb-team-directors__header {
padding-top: 13.28125vw;
padding-bottom: 7.29167vw;
}
.rb-index__header {
padding-top: 13.28125vw;
padding-bottom: 4.29167vw;
}
}
.rb-team-directors__item {
color: #fff;
text-align: center;
cursor: pointer;
position: relative;
}
.rb-tc a:hover,
.rb-team-directors__item:hover .rb-team-directors__item-title {
color: #c60c1d;
}
.rb-team-directors__item-img {
position: relative;
}
.rb-team-directors .rb-btn {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
transition: opacity 0.4s, padding 0.3s;
}
@media (min-width: 768px) {
.rb-team-directors .rb-btn {
white-space: nowrap;
opacity: 0;
}
}
@media (max-width: 767px) and (orientation: landscape) {
.rb-team-directors .rb-btn {
font-size: 0.8125rem;
}
}
.rb-team-directors-popup {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
background-color: #2b0815;
z-index: 999;
display: none;
padding-top: 40px;
overflow: auto;
}
.rb-team-directors-popup__wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media (max-width: 991px) {
.rb-team-directors-popup__wrap {
padding-bottom: 40px;
}
}
.rb-team-directors-popup .container {
padding-bottom: 40px;
}
.rb-team-directors-popup .row {
height: 100%;
}
.rb-team-directors-popup__img {
width: 100%;
height: 100%;
}
.rb-team-directors-popup__img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.rb-team-directors-popup__content {
height: 100%;
background-color: #c60c1d;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.rb-team-directors-popup__col {
width: 100%;
max-width: 560px;
padding: 30px 15px;
color: #fff;
}
@media (min-width: 768px) {
.rb-team-directors-popup__col {
padding: 50px 15px 30px;
}
}
.rb-team-directors-popup__description {
max-height: 400px;
overflow-y: auto;
padding-right: 17px;
}
.rb-team-directors-popup__close {
width: 26px;
height: 26px;
position: absolute;
right: 1.5625vw;
top: 1.35417vw;
padding: 0;
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
background-image: url(//redbookagency.com/wp-content/themes/redbook/assets/img/mfp-close.svg);
transition: all 0.3s;
}
@media (min-width: 768px) {
.rb-team-directors-popup__close {
width: 34px;
height: 34px;
}
}
.rb-team-directors-popup__close:hover {
background-image: url(//redbookagency.com/wp-content/themes/redbook/assets/img/mfp-close-prim.svg);
}
.team-directors-hidden {
overflow: hidden;
}
.rb-team-authorities {
background-color: #f5f3f0;
}
.rb-team-authorities__header {
padding: 60px 0 30px;
}
@media (min-width: 768px) {
.rb-team-authorities__header {
padding: 7.03125vw 0 50px;
}
}
.rb-team-authorities__desc {
max-width: 660px;
margin-left: auto;
margin-right: auto;
}
.rb-team-authorities__item {
text-align: center;
color: #2b0815;
cursor: pointer;
}
.rb-team-authorities__item-img {
position: relative;
}
.rb-team-authorities__item .rb-btn {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
transition: opacity 0.4s, padding 0.3s;
}
@media (min-width: 768px) {
.rb-team-authorities__item .rb-btn {
white-space: nowrap;
opacity: 0;
}
}
@media (max-width: 767px) and (orientation: landscape) {
.rb-team-authorities__item .rb-btn {
font-size: 0.8125rem;
}
}
.rb-team-authorities__item:hover .rb-btn {
opacity: 1;
}
.rb-tc a,
.rb-tc h1,
.rb-team-authorities__item:hover .rb-team-authorities__item-title {
color: #c60c1d;
}
.rb-team-authorities__item-desc {
max-width: 310px;
margin-left: auto;
margin-right: auto;
}
.rb-tc {
padding-top: 150px;
padding-bottom: 60px;
background-color: #f5f3f0;
color: #2b0815;
}
@media (min-width: 992px) {
.rb-tc {
padding-top: 200px;
padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
.rb-tc {
padding-top: 300px;
padding-bottom: 200px;
}
}
.rb-tc h1 {
font-size: 2.5rem;
line-height: 1.2;
font-family: "MinervaModern", serif;
font-weight: 400;
margin-bottom: 40px;
}
@media (min-width: 576px) {
.rb-tc h1 {
font-size: 2.75rem;
}
}
@media (min-width: 768px) {
.rb-tc h1 {
font-size: 3rem;
margin-bottom: 60px;
}
}
@media (min-width: 992px) {
.rb-tc h1 {
font-size: 3.375rem;
}
}
.rb-about-block-header {
background-color: #2b0815;
color: #fff;
padding-top: 130px;
}
@media (min-width: 768px) {
.rb-about-block-header {
padding-top: 13.28125vw;
}
}
.rb-about-block-header__img-right {
margin-top: -76px;
}
.rb-about-block-header__img-right img,
.rb-about-block-step__item-arrow.item-arrow-active {
width: 100%;
}
.rb-about-block-header__img-left {
margin-top: 40px;
position: relative;
width: calc(100% - 40px);
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) {
.rb-about-block-header__img-left {
width: 36%;
max-width: none;
margin-top: -117px;
margin-left: 0;
margin-right: 0;
}
}
.rb-about-block-header__img-left-content {
position: absolute;
top: 55px;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 435px;
padding: 0 15px;
text-align: center;
}
@media (min-width: 992px) {
.rb-about-block-header__container {
transform: translateY(-9.375vw);
}
}
.rb-about-block-work {
position: relative;
background-color: #f5f3f0;
}
.rb-about-block-work__right-img {
position: relative;
max-width: 400px;
height: 450px;
margin-left: auto;
margin-right: auto;
color: #fff;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 992px) {
.rb-about-block-work__right-img {
width: 36%;
max-width: none;
margin-top: 0;
margin-left: auto;
margin-right: 0;
height: 100vh;
position: -webkit-sticky;
position: sticky;
top: 0;
}
}
.rb-about-block-work__right-img-content {
position: absolute;
bottom: 60px;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 435px;
padding: 0 15px;
text-align: center;
}
@media (min-width: 1200px) {
.rb-about-block-work__row-title {
margin-top: -50px;
}
}
.rb-about-block-step {
background-color: #2b0815;
padding-top: 8.85417vw;
padding-bottom: 8.85417vw;
color: #fff;
}
.rb-about-block-step__item {
padding: 0 20px 50px;
background-color: #c60c1d;
height: 100%;
position: relative;
}
.rb-about-block-step__item-arrow {
position: absolute;
width: 0;
top: -20px;
left: 0;
height: 1px;
background-color: #fff;
transition-property: width;
transition-duration: 0.6s;
}
.rb-about-block-step__item-arrow:after,
.rb-about-block-step__item-arrow:before {
content: "";
position: absolute;
width: 0;
height: 1px;
background-color: #fff;
right: 0;
top: 0;
transform-origin: 100% 50%;
transition-property: width;
transition-duration: 0.3s;
}
.rb-about-block-step__item-arrow:before {
transform: rotate(-35deg);
}
.rb-about-block-step__item-arrow:after {
transform: rotate(35deg);
}
.rb-about-block-step__item-arrow.item-arrow-active:after,
.rb-about-block-step__item-arrow.item-arrow-active:before {
width: 7px;
transition-delay: 0.55s;
}
.rb-about-block-step__item-title {
text-align: center;
letter-spacing: 0.15625rem;
line-height: 50px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.rb-about-block-step__item-icon {
text-align: center;
height: 30px;
}
.rb-about-block-step__item-icon img {
max-width: 35px;
max-height: 30px;
}  .directmail_sf table tbody tr {
border-bottom-style: none !important;
}
.directmail_sf table tbody td {
padding: 0 !important;
}
.directmail_sf input[type="submit"] {
xbackground-color: yellow !important;
}  .rb-intro__testimonial {
position: absolute;
bottom: 10%;
left: 50%;
width: 100%;
max-width: 500px;
transform: translateX(-50%);
z-index: 100;
text-align: center;
opacity: 0;
transition: opacity .3s ease-in-out 2s;
}
.rb-page-loaded .rb-intro__testimonial {
opacity: 1;
}
.rb-intro__testimonial__content {
margin-bottom: 10px;
font: 400 36px/44px "MinervaModern",serif;
}
.rb-intro__testimonial__author {
font: 400 16px/24px "Barlow",sans-serif;
letter-spacing: 3.2px;
}
.footer-right-block{
margin: auto 0;
}
.rb-section__scroll {
width: 100%;
position: absolute;
bottom: 20px;
left: 0;
}
.rb-section__scroll .rb-btn-scroll {
font-size: 0;
padding: 0;
}
@media (max-width:768px){
body.home div.row > div > iframe {
max-height: 55vw;
max-width: calc(100vw - 20px);
margin: 0 10px;
}
body > .rb-intro .container {
padding-top: 100%;
padding-bottom: 120px;
}	
}