@charset "UTF-8";
  @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--brown: #7d654c;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-2xl: 1600px;
--breakpoint-3xl: 1920px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
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 {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
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-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-3xl,
.col-3xl-auto, .col-3xl-12, .col-3xl-11, .col-3xl-10, .col-3xl-9, .col-3xl-8, .col-3xl-7, .col-3xl-6, .col-3xl-5, .col-3xl-4, .col-3xl-3, .col-3xl-2, .col-3xl-1, .col-2xl,
.col-2xl-auto, .col-2xl-12, .col-2xl-11, .col-2xl-10, .col-2xl-9, .col-2xl-8, .col-2xl-7, .col-2xl-6, .col-2xl-5, .col-2xl-4, .col-2xl-3, .col-2xl-2, .col-2xl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
order: -1;
}
.order-last {
order: 13;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
.offset-5 {
margin-left: 41.6666666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.3333333333%;
}
.offset-8 {
margin-left: 66.6666666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.3333333333%;
}
.offset-11 {
margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1600px) {
.col-2xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-2xl-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-2xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-2xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-2xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-2xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-2xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-2xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-2xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-2xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-2xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-2xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-2xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-2xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-2xl-first {
order: -1;
}
.order-2xl-last {
order: 13;
}
.order-2xl-0 {
order: 0;
}
.order-2xl-1 {
order: 1;
}
.order-2xl-2 {
order: 2;
}
.order-2xl-3 {
order: 3;
}
.order-2xl-4 {
order: 4;
}
.order-2xl-5 {
order: 5;
}
.order-2xl-6 {
order: 6;
}
.order-2xl-7 {
order: 7;
}
.order-2xl-8 {
order: 8;
}
.order-2xl-9 {
order: 9;
}
.order-2xl-10 {
order: 10;
}
.order-2xl-11 {
order: 11;
}
.order-2xl-12 {
order: 12;
}
.offset-2xl-0 {
margin-left: 0;
}
.offset-2xl-1 {
margin-left: 8.3333333333%;
}
.offset-2xl-2 {
margin-left: 16.6666666667%;
}
.offset-2xl-3 {
margin-left: 25%;
}
.offset-2xl-4 {
margin-left: 33.3333333333%;
}
.offset-2xl-5 {
margin-left: 41.6666666667%;
}
.offset-2xl-6 {
margin-left: 50%;
}
.offset-2xl-7 {
margin-left: 58.3333333333%;
}
.offset-2xl-8 {
margin-left: 66.6666666667%;
}
.offset-2xl-9 {
margin-left: 75%;
}
.offset-2xl-10 {
margin-left: 83.3333333333%;
}
.offset-2xl-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1920px) {
.col-3xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-3xl-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-3xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-3xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-3xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-3xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-3xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-3xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-3xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-3xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-3xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-3xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-3xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-3xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-3xl-first {
order: -1;
}
.order-3xl-last {
order: 13;
}
.order-3xl-0 {
order: 0;
}
.order-3xl-1 {
order: 1;
}
.order-3xl-2 {
order: 2;
}
.order-3xl-3 {
order: 3;
}
.order-3xl-4 {
order: 4;
}
.order-3xl-5 {
order: 5;
}
.order-3xl-6 {
order: 6;
}
.order-3xl-7 {
order: 7;
}
.order-3xl-8 {
order: 8;
}
.order-3xl-9 {
order: 9;
}
.order-3xl-10 {
order: 10;
}
.order-3xl-11 {
order: 11;
}
.order-3xl-12 {
order: 12;
}
.offset-3xl-0 {
margin-left: 0;
}
.offset-3xl-1 {
margin-left: 8.3333333333%;
}
.offset-3xl-2 {
margin-left: 16.6666666667%;
}
.offset-3xl-3 {
margin-left: 25%;
}
.offset-3xl-4 {
margin-left: 33.3333333333%;
}
.offset-3xl-5 {
margin-left: 41.6666666667%;
}
.offset-3xl-6 {
margin-left: 50%;
}
.offset-3xl-7 {
margin-left: 58.3333333333%;
}
.offset-3xl-8 {
margin-left: 66.6666666667%;
}
.offset-3xl-9 {
margin-left: 75%;
}
.offset-3xl-10 {
margin-left: 83.3333333333%;
}
.offset-3xl-11 {
margin-left: 91.6666666667%;
}
}
.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;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1600px) {
.d-2xl-none {
display: none !important;
}
.d-2xl-inline {
display: inline !important;
}
.d-2xl-inline-block {
display: inline-block !important;
}
.d-2xl-block {
display: block !important;
}
.d-2xl-table {
display: table !important;
}
.d-2xl-table-row {
display: table-row !important;
}
.d-2xl-table-cell {
display: table-cell !important;
}
.d-2xl-flex {
display: flex !important;
}
.d-2xl-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1920px) {
.d-3xl-none {
display: none !important;
}
.d-3xl-inline {
display: inline !important;
}
.d-3xl-inline-block {
display: inline-block !important;
}
.d-3xl-block {
display: block !important;
}
.d-3xl-table {
display: table !important;
}
.d-3xl-table-row {
display: table-row !important;
}
.d-3xl-table-cell {
display: table-cell !important;
}
.d-3xl-flex {
display: flex !important;
}
.d-3xl-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;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.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: 1600px) {
.flex-2xl-row {
flex-direction: row !important;
}
.flex-2xl-column {
flex-direction: column !important;
}
.flex-2xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-2xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-2xl-wrap {
flex-wrap: wrap !important;
}
.flex-2xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-2xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-2xl-fill {
flex: 1 1 auto !important;
}
.flex-2xl-grow-0 {
flex-grow: 0 !important;
}
.flex-2xl-grow-1 {
flex-grow: 1 !important;
}
.flex-2xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-2xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-2xl-start {
justify-content: flex-start !important;
}
.justify-content-2xl-end {
justify-content: flex-end !important;
}
.justify-content-2xl-center {
justify-content: center !important;
}
.justify-content-2xl-between {
justify-content: space-between !important;
}
.justify-content-2xl-around {
justify-content: space-around !important;
}
.align-items-2xl-start {
align-items: flex-start !important;
}
.align-items-2xl-end {
align-items: flex-end !important;
}
.align-items-2xl-center {
align-items: center !important;
}
.align-items-2xl-baseline {
align-items: baseline !important;
}
.align-items-2xl-stretch {
align-items: stretch !important;
}
.align-content-2xl-start {
align-content: flex-start !important;
}
.align-content-2xl-end {
align-content: flex-end !important;
}
.align-content-2xl-center {
align-content: center !important;
}
.align-content-2xl-between {
align-content: space-between !important;
}
.align-content-2xl-around {
align-content: space-around !important;
}
.align-content-2xl-stretch {
align-content: stretch !important;
}
.align-self-2xl-auto {
align-self: auto !important;
}
.align-self-2xl-start {
align-self: flex-start !important;
}
.align-self-2xl-end {
align-self: flex-end !important;
}
.align-self-2xl-center {
align-self: center !important;
}
.align-self-2xl-baseline {
align-self: baseline !important;
}
.align-self-2xl-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1920px) {
.flex-3xl-row {
flex-direction: row !important;
}
.flex-3xl-column {
flex-direction: column !important;
}
.flex-3xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-3xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-3xl-wrap {
flex-wrap: wrap !important;
}
.flex-3xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-3xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-3xl-fill {
flex: 1 1 auto !important;
}
.flex-3xl-grow-0 {
flex-grow: 0 !important;
}
.flex-3xl-grow-1 {
flex-grow: 1 !important;
}
.flex-3xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-3xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-3xl-start {
justify-content: flex-start !important;
}
.justify-content-3xl-end {
justify-content: flex-end !important;
}
.justify-content-3xl-center {
justify-content: center !important;
}
.justify-content-3xl-between {
justify-content: space-between !important;
}
.justify-content-3xl-around {
justify-content: space-around !important;
}
.align-items-3xl-start {
align-items: flex-start !important;
}
.align-items-3xl-end {
align-items: flex-end !important;
}
.align-items-3xl-center {
align-items: center !important;
}
.align-items-3xl-baseline {
align-items: baseline !important;
}
.align-items-3xl-stretch {
align-items: stretch !important;
}
.align-content-3xl-start {
align-content: flex-start !important;
}
.align-content-3xl-end {
align-content: flex-end !important;
}
.align-content-3xl-center {
align-content: center !important;
}
.align-content-3xl-between {
align-content: space-between !important;
}
.align-content-3xl-around {
align-content: space-around !important;
}
.align-content-3xl-stretch {
align-content: stretch !important;
}
.align-self-3xl-auto {
align-self: auto !important;
}
.align-self-3xl-start {
align-self: flex-start !important;
}
.align-self-3xl-end {
align-self: flex-end !important;
}
.align-self-3xl-center {
align-self: center !important;
}
.align-self-3xl-baseline {
align-self: baseline !important;
}
.align-self-3xl-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: 1600px) {
.float-2xl-left {
float: left !important;
}
.float-2xl-right {
float: right !important;
}
.float-2xl-none {
float: none !important;
}
}
@media (min-width: 1920px) {
.float-3xl-left {
float: left !important;
}
.float-3xl-right {
float: right !important;
}
.float-3xl-none {
float: none !important;
}
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.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-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !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-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !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-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !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-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !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-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !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-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !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-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !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-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !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-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !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-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !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: 1600px) {
.m-2xl-0 {
margin: 0 !important;
}
.mt-2xl-0,
.my-2xl-0 {
margin-top: 0 !important;
}
.mr-2xl-0,
.mx-2xl-0 {
margin-right: 0 !important;
}
.mb-2xl-0,
.my-2xl-0 {
margin-bottom: 0 !important;
}
.ml-2xl-0,
.mx-2xl-0 {
margin-left: 0 !important;
}
.m-2xl-1 {
margin: 0.25rem !important;
}
.mt-2xl-1,
.my-2xl-1 {
margin-top: 0.25rem !important;
}
.mr-2xl-1,
.mx-2xl-1 {
margin-right: 0.25rem !important;
}
.mb-2xl-1,
.my-2xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-2xl-1,
.mx-2xl-1 {
margin-left: 0.25rem !important;
}
.m-2xl-2 {
margin: 0.5rem !important;
}
.mt-2xl-2,
.my-2xl-2 {
margin-top: 0.5rem !important;
}
.mr-2xl-2,
.mx-2xl-2 {
margin-right: 0.5rem !important;
}
.mb-2xl-2,
.my-2xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-2xl-2,
.mx-2xl-2 {
margin-left: 0.5rem !important;
}
.m-2xl-3 {
margin: 1rem !important;
}
.mt-2xl-3,
.my-2xl-3 {
margin-top: 1rem !important;
}
.mr-2xl-3,
.mx-2xl-3 {
margin-right: 1rem !important;
}
.mb-2xl-3,
.my-2xl-3 {
margin-bottom: 1rem !important;
}
.ml-2xl-3,
.mx-2xl-3 {
margin-left: 1rem !important;
}
.m-2xl-4 {
margin: 1.5rem !important;
}
.mt-2xl-4,
.my-2xl-4 {
margin-top: 1.5rem !important;
}
.mr-2xl-4,
.mx-2xl-4 {
margin-right: 1.5rem !important;
}
.mb-2xl-4,
.my-2xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-2xl-4,
.mx-2xl-4 {
margin-left: 1.5rem !important;
}
.m-2xl-5 {
margin: 3rem !important;
}
.mt-2xl-5,
.my-2xl-5 {
margin-top: 3rem !important;
}
.mr-2xl-5,
.mx-2xl-5 {
margin-right: 3rem !important;
}
.mb-2xl-5,
.my-2xl-5 {
margin-bottom: 3rem !important;
}
.ml-2xl-5,
.mx-2xl-5 {
margin-left: 3rem !important;
}
.p-2xl-0 {
padding: 0 !important;
}
.pt-2xl-0,
.py-2xl-0 {
padding-top: 0 !important;
}
.pr-2xl-0,
.px-2xl-0 {
padding-right: 0 !important;
}
.pb-2xl-0,
.py-2xl-0 {
padding-bottom: 0 !important;
}
.pl-2xl-0,
.px-2xl-0 {
padding-left: 0 !important;
}
.p-2xl-1 {
padding: 0.25rem !important;
}
.pt-2xl-1,
.py-2xl-1 {
padding-top: 0.25rem !important;
}
.pr-2xl-1,
.px-2xl-1 {
padding-right: 0.25rem !important;
}
.pb-2xl-1,
.py-2xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-2xl-1,
.px-2xl-1 {
padding-left: 0.25rem !important;
}
.p-2xl-2 {
padding: 0.5rem !important;
}
.pt-2xl-2,
.py-2xl-2 {
padding-top: 0.5rem !important;
}
.pr-2xl-2,
.px-2xl-2 {
padding-right: 0.5rem !important;
}
.pb-2xl-2,
.py-2xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-2xl-2,
.px-2xl-2 {
padding-left: 0.5rem !important;
}
.p-2xl-3 {
padding: 1rem !important;
}
.pt-2xl-3,
.py-2xl-3 {
padding-top: 1rem !important;
}
.pr-2xl-3,
.px-2xl-3 {
padding-right: 1rem !important;
}
.pb-2xl-3,
.py-2xl-3 {
padding-bottom: 1rem !important;
}
.pl-2xl-3,
.px-2xl-3 {
padding-left: 1rem !important;
}
.p-2xl-4 {
padding: 1.5rem !important;
}
.pt-2xl-4,
.py-2xl-4 {
padding-top: 1.5rem !important;
}
.pr-2xl-4,
.px-2xl-4 {
padding-right: 1.5rem !important;
}
.pb-2xl-4,
.py-2xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-2xl-4,
.px-2xl-4 {
padding-left: 1.5rem !important;
}
.p-2xl-5 {
padding: 3rem !important;
}
.pt-2xl-5,
.py-2xl-5 {
padding-top: 3rem !important;
}
.pr-2xl-5,
.px-2xl-5 {
padding-right: 3rem !important;
}
.pb-2xl-5,
.py-2xl-5 {
padding-bottom: 3rem !important;
}
.pl-2xl-5,
.px-2xl-5 {
padding-left: 3rem !important;
}
.m-2xl-auto {
margin: auto !important;
}
.mt-2xl-auto,
.my-2xl-auto {
margin-top: auto !important;
}
.mr-2xl-auto,
.mx-2xl-auto {
margin-right: auto !important;
}
.mb-2xl-auto,
.my-2xl-auto {
margin-bottom: auto !important;
}
.ml-2xl-auto,
.mx-2xl-auto {
margin-left: auto !important;
}
}
@media (min-width: 1920px) {
.m-3xl-0 {
margin: 0 !important;
}
.mt-3xl-0,
.my-3xl-0 {
margin-top: 0 !important;
}
.mr-3xl-0,
.mx-3xl-0 {
margin-right: 0 !important;
}
.mb-3xl-0,
.my-3xl-0 {
margin-bottom: 0 !important;
}
.ml-3xl-0,
.mx-3xl-0 {
margin-left: 0 !important;
}
.m-3xl-1 {
margin: 0.25rem !important;
}
.mt-3xl-1,
.my-3xl-1 {
margin-top: 0.25rem !important;
}
.mr-3xl-1,
.mx-3xl-1 {
margin-right: 0.25rem !important;
}
.mb-3xl-1,
.my-3xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-3xl-1,
.mx-3xl-1 {
margin-left: 0.25rem !important;
}
.m-3xl-2 {
margin: 0.5rem !important;
}
.mt-3xl-2,
.my-3xl-2 {
margin-top: 0.5rem !important;
}
.mr-3xl-2,
.mx-3xl-2 {
margin-right: 0.5rem !important;
}
.mb-3xl-2,
.my-3xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-3xl-2,
.mx-3xl-2 {
margin-left: 0.5rem !important;
}
.m-3xl-3 {
margin: 1rem !important;
}
.mt-3xl-3,
.my-3xl-3 {
margin-top: 1rem !important;
}
.mr-3xl-3,
.mx-3xl-3 {
margin-right: 1rem !important;
}
.mb-3xl-3,
.my-3xl-3 {
margin-bottom: 1rem !important;
}
.ml-3xl-3,
.mx-3xl-3 {
margin-left: 1rem !important;
}
.m-3xl-4 {
margin: 1.5rem !important;
}
.mt-3xl-4,
.my-3xl-4 {
margin-top: 1.5rem !important;
}
.mr-3xl-4,
.mx-3xl-4 {
margin-right: 1.5rem !important;
}
.mb-3xl-4,
.my-3xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-3xl-4,
.mx-3xl-4 {
margin-left: 1.5rem !important;
}
.m-3xl-5 {
margin: 3rem !important;
}
.mt-3xl-5,
.my-3xl-5 {
margin-top: 3rem !important;
}
.mr-3xl-5,
.mx-3xl-5 {
margin-right: 3rem !important;
}
.mb-3xl-5,
.my-3xl-5 {
margin-bottom: 3rem !important;
}
.ml-3xl-5,
.mx-3xl-5 {
margin-left: 3rem !important;
}
.p-3xl-0 {
padding: 0 !important;
}
.pt-3xl-0,
.py-3xl-0 {
padding-top: 0 !important;
}
.pr-3xl-0,
.px-3xl-0 {
padding-right: 0 !important;
}
.pb-3xl-0,
.py-3xl-0 {
padding-bottom: 0 !important;
}
.pl-3xl-0,
.px-3xl-0 {
padding-left: 0 !important;
}
.p-3xl-1 {
padding: 0.25rem !important;
}
.pt-3xl-1,
.py-3xl-1 {
padding-top: 0.25rem !important;
}
.pr-3xl-1,
.px-3xl-1 {
padding-right: 0.25rem !important;
}
.pb-3xl-1,
.py-3xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-3xl-1,
.px-3xl-1 {
padding-left: 0.25rem !important;
}
.p-3xl-2 {
padding: 0.5rem !important;
}
.pt-3xl-2,
.py-3xl-2 {
padding-top: 0.5rem !important;
}
.pr-3xl-2,
.px-3xl-2 {
padding-right: 0.5rem !important;
}
.pb-3xl-2,
.py-3xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-3xl-2,
.px-3xl-2 {
padding-left: 0.5rem !important;
}
.p-3xl-3 {
padding: 1rem !important;
}
.pt-3xl-3,
.py-3xl-3 {
padding-top: 1rem !important;
}
.pr-3xl-3,
.px-3xl-3 {
padding-right: 1rem !important;
}
.pb-3xl-3,
.py-3xl-3 {
padding-bottom: 1rem !important;
}
.pl-3xl-3,
.px-3xl-3 {
padding-left: 1rem !important;
}
.p-3xl-4 {
padding: 1.5rem !important;
}
.pt-3xl-4,
.py-3xl-4 {
padding-top: 1.5rem !important;
}
.pr-3xl-4,
.px-3xl-4 {
padding-right: 1.5rem !important;
}
.pb-3xl-4,
.py-3xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-3xl-4,
.px-3xl-4 {
padding-left: 1.5rem !important;
}
.p-3xl-5 {
padding: 3rem !important;
}
.pt-3xl-5,
.py-3xl-5 {
padding-top: 3rem !important;
}
.pr-3xl-5,
.px-3xl-5 {
padding-right: 3rem !important;
}
.pb-3xl-5,
.py-3xl-5 {
padding-bottom: 3rem !important;
}
.pl-3xl-5,
.px-3xl-5 {
padding-left: 3rem !important;
}
.m-3xl-auto {
margin: auto !important;
}
.mt-3xl-auto,
.my-3xl-auto {
margin-top: auto !important;
}
.mr-3xl-auto,
.mx-3xl-auto {
margin-right: auto !important;
}
.mb-3xl-auto,
.my-3xl-auto {
margin-bottom: auto !important;
}
.ml-3xl-auto,
.mx-3xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
text-align: justify !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;
}
@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;
}
}
@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;
}
}
@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;
}
}
@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;
}
}
@media (min-width: 1600px) {
.text-2xl-left {
text-align: left !important;
}
.text-2xl-right {
text-align: right !important;
}
.text-2xl-center {
text-align: center !important;
}
}
@media (min-width: 1920px) {
.text-3xl-left {
text-align: left !important;
}
.text-3xl-right {
text-align: right !important;
}
.text-3xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
color: #117a8b !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
body.hidden-scroll {
overflow: hidden;
}
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.7;
display: none;
z-index: 1035;
}
.sl-wrapper {
z-index: 1040;
width: 100%;
height: 100%;
left: 0;
top: 0;
position: fixed;
}
.sl-wrapper * {
box-sizing: border-box;
}
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer;
}
.sl-wrapper button:hover {
opacity: 0.7;
}
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem;
}
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem;
}
.sl-wrapper .sl-navigation {
width: 100%;
display: none;
}
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem;
}
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr;
}
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000;
}
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none;
}
}
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none;
}
}
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060;
}
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@keyframes plyr-progress {
to {
background-position: var(--plyr-progress-loading-size, 25px) 0;
}
}
@keyframes plyr-popup {
0% {
opacity: 0.5;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes plyr-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.plyr {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
align-items: center;
direction: ltr;
display: flex;
flex-direction: column;
font-family: var(--plyr-font-family, inherit);
font-variant-numeric: tabular-nums;
font-weight: var(--plyr-font-weight-regular, 400);
line-height: var(--plyr-line-height, 1.7);
max-width: 100%;
min-width: 200px;
position: relative;
text-shadow: none;
transition: box-shadow 0.3s ease;
z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
display: block;
height: 100%;
width: 100%;
}
.plyr button {
font: inherit;
line-height: inherit;
width: auto;
}
.plyr:focus {
outline: 0;
}
.plyr--full-ui {
box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
touch-action: manipulation;
}
.plyr__badge {
background: var(--plyr-badge-background, hsl(216deg, 15%, 34%));
border-radius: var(--plyr-badge-border-radius, 2px);
color: var(--plyr-badge-text-color, #fff);
font-size: var(--plyr-font-size-badge, 9px);
line-height: 1;
padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
display: none;
}
.plyr__captions {
animation: plyr-fade-in 0.3s ease;
bottom: 0;
display: none;
font-size: var(--plyr-font-size-small, 13px);
left: 0;
padding: var(--plyr-control-spacing, 10px);
position: absolute;
text-align: center;
transition: transform 0.4s ease-in-out;
width: 100%;
}
.plyr__captions span:empty {
display: none;
}
@media (min-width: 480px) {
.plyr__captions {
font-size: var(--plyr-font-size-base, 15px);
padding: calc(var(--plyr-control-spacing, 10px) * 2);
}
}
@media (min-width: 768px) {
.plyr__captions {
font-size: var(--plyr-font-size-large, 18px);
}
}
.plyr--captions-active .plyr__captions {
display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
border-radius: 2px;
box-decoration-break: clone;
color: var(--plyr-captions-text-color, #fff);
line-height: 185%;
padding: 0.2em 0.5em;
white-space: pre-wrap;
}
.plyr__caption div {
display: inline;
}
.plyr__control {
background: transparent;
border: 0;
border-radius: var(--plyr-control-radius, 3px);
color: inherit;
cursor: pointer;
flex-shrink: 0;
overflow: visible;
padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
position: relative;
transition: all 0.3s ease;
}
.plyr__control svg {
display: block;
fill: currentColor;
height: var(--plyr-control-icon-size, 18px);
pointer-events: none;
width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
outline: 0;
}
.plyr__control.plyr__tab-focus {
outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #766554));
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
a.plyr__control {
text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
display: none;
}
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
display: none;
}
.plyr--full-ui ::-webkit-media-controls {
display: none;
}
.plyr__controls {
align-items: center;
display: flex;
justify-content: flex-end;
text-align: center;
}
.plyr__controls .plyr__progress__container {
flex: 1;
min-width: 0;
}
.plyr__controls .plyr__controls__item {
margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
margin-left: 0;
margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
padding-left: 0;
}
.plyr__controls:empty {
display: none;
}
.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
display: none;
}
.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
display: inline-block;
}
.plyr__menu {
display: flex;
position: relative;
}
.plyr__menu .plyr__control svg {
transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
display: none;
}
.plyr__menu__container {
animation: plyr-popup 0.2s ease;
background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
border-radius: 4px;
bottom: 100%;
box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
font-size: var(--plyr-font-size-base, 15px);
margin-bottom: 10px;
position: absolute;
right: -3px;
text-align: left;
white-space: nowrap;
z-index: 3;
}
.plyr__menu__container > div {
overflow: hidden;
transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
border: var(--plyr-menu-arrow-size, 4px) solid transparent;
border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
content: "";
height: 0;
position: absolute;
right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
top: 100%;
width: 0;
}
.plyr__menu__container [role=menu] {
padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
margin-top: 0;
}
.plyr__menu__container .plyr__control {
align-items: center;
color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
display: flex;
font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
user-select: none;
width: 100%;
}
.plyr__menu__container .plyr__control > span {
align-items: inherit;
display: flex;
width: 100%;
}
.plyr__menu__container .plyr__control::after {
border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
border-left-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
font-weight: var(--plyr-font-weight-regular, 400);
margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
position: relative;
width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
border-right-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
background: var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));
box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
content: "";
height: 1px;
left: 0;
margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
overflow: hidden;
position: absolute;
right: 0;
top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
background: rgba(0, 0, 0, 0.1);
content: "";
display: block;
flex-shrink: 0;
height: 16px;
margin-right: var(--plyr-control-spacing, 10px);
transition: all 0.3s ease;
width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
background: #fff;
border: 0;
height: 6px;
left: 12px;
opacity: 0;
top: 50%;
transform: translateY(-50%) scale(0);
transition: transform 0.3s ease, opacity 0.3s ease;
width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, #766554));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
opacity: 1;
transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
align-items: center;
display: flex;
margin-left: auto;
margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
overflow: hidden;
padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
pointer-events: none;
}
.plyr--full-ui input[type=range] {
-webkit-appearance: none; background: transparent;
border: 0;
border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
color: var(--plyr-range-fill-background, var(--plyr-color-main, #766554));
display: block;
height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
margin: 0;
min-width: 0;
padding: 0;
transition: box-shadow 0.3s ease;
width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
background: transparent;
border: 0;
border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
height: var(--plyr-range-track-height, 5px);
transition: box-shadow 0.3s ease;
user-select: none;
background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
background: var(--plyr-range-thumb-background, #fff);
border: 0;
border-radius: 100%;
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
height: var(--plyr-range-thumb-height, 13px);
position: relative;
transition: all 0.2s ease;
width: var(--plyr-range-thumb-height, 13px);
-webkit-appearance: none; margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
background: transparent;
border: 0;
border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
height: var(--plyr-range-track-height, 5px);
transition: box-shadow 0.3s ease;
user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
background: var(--plyr-range-thumb-background, #fff);
border: 0;
border-radius: 100%;
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
height: var(--plyr-range-thumb-height, 13px);
position: relative;
transition: all 0.2s ease;
width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
background: currentColor;
border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
background: transparent;
border: 0;
border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
height: var(--plyr-range-track-height, 5px);
transition: box-shadow 0.3s ease;
user-select: none;
color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
background: transparent;
border: 0;
border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
height: var(--plyr-range-track-height, 5px);
transition: box-shadow 0.3s ease;
user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
background: transparent;
border: 0;
border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
height: var(--plyr-range-track-height, 5px);
transition: box-shadow 0.3s ease;
user-select: none;
background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
background: var(--plyr-range-thumb-background, #fff);
border: 0;
border-radius: 100%;
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
height: var(--plyr-range-thumb-height, 13px);
position: relative;
transition: all 0.2s ease;
width: var(--plyr-range-thumb-height, 13px);
margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
display: none;
}
.plyr--full-ui input[type=range]:focus {
outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #766554));
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #766554));
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #766554));
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
.plyr__poster {
background-color: #000;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: opacity 0.2s ease;
width: 100%;
z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
opacity: 1;
}
.plyr__time {
font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time::before {
content: "⁄";
margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: calc(768px - 1px)) {
.plyr__time + .plyr__time {
display: none;
}
}
.plyr__tooltip {
background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
border-radius: var(--plyr-tooltip-radius, 3px);
bottom: 100%;
box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
color: var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));
font-size: var(--plyr-font-size-small, 13px);
font-weight: var(--plyr-font-weight-regular, 400);
left: 50%;
line-height: 1.3;
margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
opacity: 0;
padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
pointer-events: none;
position: absolute;
transform: translate(-50%, 10px) scale(0.8);
transform-origin: 50% 100%;
transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
white-space: nowrap;
z-index: 2;
}
.plyr__tooltip::before {
border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
content: "";
height: 0;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 0;
z-index: 2;
}
.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
opacity: 1;
transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
left: 0;
transform: translate(0, 10px) scale(0.8);
transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
left: auto;
right: 0;
transform: translate(0, 10px) scale(0.8);
transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
left: auto;
right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
transform: translate(0, 0) scale(1);
}
.plyr__progress {
left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
margin-right: var(--plyr-range-thumb-height, 13px);
position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
position: relative;
z-index: 2;
}
.plyr__progress .plyr__tooltip {
font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
left: 0;
}
.plyr__progress__buffer {
-webkit-appearance: none; background: transparent;
border: 0;
border-radius: 100px;
height: var(--plyr-range-track-height, 5px);
left: 0;
margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
padding: 0;
position: absolute;
top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
background: currentColor;
border-radius: 100px;
min-width: var(--plyr-range-track-height, 5px);
transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
background: currentColor;
border-radius: 100px;
min-width: var(--plyr-range-track-height, 5px);
transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
border-radius: 100px;
transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
animation: plyr-progress 1s linear infinite;
background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
background-repeat: repeat-x;
background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr__volume {
align-items: center;
display: flex;
max-width: 110px;
min-width: 80px;
position: relative;
width: 20%;
}
.plyr__volume input[type=range] {
margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
position: relative;
z-index: 2;
}
.plyr--is-ios .plyr__volume {
min-width: 0;
width: auto;
}
.plyr--audio {
display: block;
}
.plyr--audio .plyr__controls {
background: var(--plyr-audio-controls-background, #fff);
border-radius: inherit;
color: var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));
padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, #766554));
color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr--video {
background: #000;
overflow: hidden;
}
.plyr--video.plyr--menu-open {
overflow: visible;
}
.plyr__video-wrapper {
background: #000;
height: 100%;
margin: auto;
overflow: hidden;
position: relative;
width: 100%;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
height: 0;
padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
border: 0;
left: 0;
position: absolute;
top: 0;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
padding-bottom: 240%;
position: relative;
transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
bottom: 0;
color: var(--plyr-video-control-color, #fff);
left: 0;
padding: calc(var(--plyr-control-spacing, 10px) / 2);
padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
position: absolute;
right: 0;
transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
z-index: 3;
}
@media (min-width: 480px) {
.plyr--video .plyr__controls {
padding: var(--plyr-control-spacing, 10px);
padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
}
}
.plyr--video.plyr--hide-controls .plyr__controls {
opacity: 0;
pointer-events: none;
transform: translateY(100%);
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #766554));
color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #766554));
border: 0;
border-radius: 100%;
color: var(--plyr-video-control-color, #fff);
display: none;
left: 50%;
opacity: 0.9;
padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transition: 0.3s;
z-index: 2;
}
.plyr__control--overlaid svg {
left: 2px;
position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
opacity: 0;
visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
display: block;
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--video .plyr__progress__buffer {
color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}
.plyr:fullscreen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.plyr:fullscreen video {
height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
height: 100%;
position: static;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.plyr:fullscreen.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.plyr:fullscreen .plyr__captions {
font-size: var(--plyr-font-size-xlarge, 21px);
}
} .plyr:-webkit-full-screen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.plyr:-webkit-full-screen video {
height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
height: 100%;
position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.plyr:-webkit-full-screen .plyr__captions {
font-size: var(--plyr-font-size-xlarge, 21px);
}
} .plyr:-moz-full-screen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.plyr:-moz-full-screen video {
height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
height: 100%;
position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.plyr:-moz-full-screen .plyr__captions {
font-size: var(--plyr-font-size-xlarge, 21px);
}
} .plyr:-ms-fullscreen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.plyr:-ms-fullscreen video {
height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
height: 100%;
position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.plyr:-ms-fullscreen .plyr__captions {
font-size: var(--plyr-font-size-xlarge, 21px);
}
}
.plyr--fullscreen-fallback {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
bottom: 0;
display: block;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 10000000;
}
.plyr--fullscreen-fallback video {
height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
height: 100%;
position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.plyr--fullscreen-fallback .plyr__captions {
font-size: var(--plyr-font-size-xlarge, 21px);
}
}
.plyr__ads {
border-radius: inherit;
bottom: 0;
cursor: pointer;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
height: 100%;
position: absolute;
width: 100%;
}
.plyr__ads::after {
background: hsl(216deg, 15%, 16%);
border-radius: 2px;
bottom: var(--plyr-control-spacing, 10px);
color: #fff;
content: attr(data-badge-text);
font-size: 11px;
padding: 2px 6px;
pointer-events: none;
position: absolute;
right: var(--plyr-control-spacing, 10px);
z-index: 3;
}
.plyr__ads::after:empty {
display: none;
}
.plyr__cues {
background: currentColor;
display: block;
height: var(--plyr-range-track-height, 5px);
left: 0;
margin: -var(--plyr-range-track-height, 5px)/2 0 0;
opacity: 0.8;
position: absolute;
top: 50%;
width: 3px;
z-index: 3;
}
.plyr__preview-thumb {
background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
border-radius: 3px;
bottom: 100%;
box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
opacity: 0;
padding: var(--plyr-tooltip-radius, 3px);
pointer-events: none;
position: absolute;
transform: translate(0, 10px) scale(0.8);
transform-origin: 50% 100%;
transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
z-index: 2;
}
.plyr__preview-thumb--is-shown {
opacity: 1;
transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
content: "";
height: 0;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 0;
z-index: 2;
}
.plyr__preview-thumb__image-container {
background: hsl(216deg, 15%, 79%);
border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
overflow: hidden;
position: relative;
z-index: 0;
}
.plyr__preview-thumb__image-container img {
height: 100%;
left: 0;
max-height: none;
max-width: none;
position: absolute;
top: 0;
width: 100%;
}
.plyr__preview-thumb__time-container {
bottom: 6px;
left: 0;
position: absolute;
right: 0;
white-space: nowrap;
z-index: 3;
}
.plyr__preview-thumb__time-container span {
background-color: rgba(0, 0, 0, 0.55);
border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
color: #fff;
font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
padding: 3px 6px;
}
.plyr__preview-scrubbing {
bottom: 0;
filter: blur(1px);
height: 100%;
left: 0;
margin: auto;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: opacity 0.3s ease;
width: 100%;
z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
opacity: 1;
}
.plyr__preview-scrubbing img {
height: 100%;
left: 0;
max-height: none;
max-width: none;
object-fit: contain;
position: absolute;
top: 0;
width: 100%;
}
.plyr--no-transition {
transition: none !important;
}
.plyr__sr-only {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
border: 0 !important;
height: 1px !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.plyr [hidden] {
display: none !important;
} p {
font-size: 16px;
}
@media (min-width: 576px) {
p {
font-size: 14px;
}
}
.simple-link {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
position: relative;
z-index: 2;
color: #0a0a0a;
transition: color 0.3s ease-in-out;
border-bottom: 2px solid #000;
display: inline-block;
padding-bottom: 5px;
}
.simple-link:hover {
color: #646363;
text-decoration: none;
}
.text-link {
color: #0a0a0a;
text-decoration: underline;
}
.text-link:hover {
color: #646363;
}
html {
scroll-behavior: smooth;
}
body {
font-family: "IBM Plex Sans", sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
color: #0a0a0a;
}
::selection {
background-color: #766554;
color: #fff;
}
main {
overflow-x: hidden;
}
@media (min-width: 1200px) {
.container {
max-width: 1240px;
}
}
.container-narrow {
max-width: 715px;
margin: 0 auto;
}
.blur {
position: relative;
transition: all 1s;
}
.blur:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 1;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
} .article {
color: #3b3d40;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
font-weight: 400;
font-size: 30px;
margin: 0 0 15px;
}
.article p {
font-size: 16px;
margin: 0 0 15px;
}
.article img {
max-width: 100%;
height: auto;
}
.article a {
color: #3b3d40;
text-decoration: underline;
}
.article .section {
padding: 20px 0;
}
.article .product__description {
margin-left: auto;
margin-right: auto;
}
.article .product__description p {
max-width: 100%;
text-align: left;
}
@media (min-width: 992px) {
.article .product__description {
max-width: 75%;
}
}
.button {
display: inline-block;
background-color: transparent;
border: 1px solid;
font-size: 14px;
padding: 12px 50px;
border-radius: 30px;
cursor: pointer;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.button:hover {
text-decoration: none;
}
.button:focus {
outline: none;
}
.button--white {
border-color: #fff;
color: #fff;
}
.button--white:hover {
color: #766554;
background-color: #fff;
}
.button--dark {
border-color: #0a0a0a;
color: #0a0a0a;
}
.button--dark:hover {
color: #fff;
background-color: #0a0a0a;
}
.button--orange-arrow {
width: 171px !important;
position: relative;
background-color: #ff9700 !important;
border: 3px solid #ff9700 !important;
font-size: 20px !important;
padding: 9px 26.5px 12px 22px;
color: #fff !important;
-webkit-transition: none;
transition: none;
border-radius: 40px;
text-transform: none !important;
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/arrow-right.svg);
background-color: #ff9700;
background-position: calc(100% - 25px);
background-size: 25px 17px;
background-repeat: no-repeat;
font-family: "IBM Plex Sans", serif !important;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25 !important;
letter-spacing: normal;
margin: 10px auto;
}
.button--orange-arrow.centered {
margin: 50px auto 25px;
}
.button--orange-arrow.h-sm {
padding: 6px 18.5px 7px 17px !important;
font-size: 16px !important;
border: 1px solid #ff9700 !important;
}
.button--orange-arrow.h-sm:hover {
border: 1px solid #ff9700 !important;
}
.button--orange-arrow.info-section {
padding: 27px 32px 27px 0px;
width: 367px !important;
}
@media (max-width: 767.98px) {
.button--orange-arrow.info-section {
width: 307px !important;
font-size: 16px !important;
}
}
.button--orange-arrow:hover {
background-color: transparent !important;
color: #fd7e14 !important;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/arrow-right-orange.svg);
}
button[type=submit]:disabled {
pointer-events: none;
opacity: 0.4;
}
.contact__data span {
display: block;
font-size: 20px;
}
.contact__data span a {
color: #0a0a0a;
}
.contact__map {
min-height: 500px;
margin-bottom: 30px;
}
.contact-form .form-group {
margin-bottom: 10px;
}
.contact-form .form-group--checkbox label {
padding-left: 10px;
font-size: 12px;
line-height: 1.25;
font-size: 12px;
color: #0a0a0a;
padding-right: 30px;
}
.contact-form .form-group--checkbox label a {
color: #0a0a0a;
text-decoration: underline;
}
@media (min-width: 576px) {
.contact-form .form-group--checkbox label {
padding-right: 0;
}
}
.contact-form .form-group--checkbox input {
transform: translateY(3px);
min-width: 15px;
}
.contact-form label {
font-size: 14px;
margin-bottom: 0;
}
.contact-form p {
font-size: 12px;
line-height: 1.25;
font-size: 12px;
color: #0a0a0a;
}
.contact-form p a {
color: #0a0a0a;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form select,
.contact-form textarea {
width: 100%;
border: 1px solid rgba(125, 101, 76, 0.5);
font-size: 14px;
color: #0a0a0a;
padding: 11px 11px 12px;
border-radius: 0;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
font-size: 14px;
color: #a5a5a5;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
box-shadow: 0px 0px 6px 0px rgb(255, 152, 35);
border: solid 1px #ff9823 !important;
}
.contact-form select {
appearance: none;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/svg/chevron-down.svg);
background-repeat: no-repeat;
background-position: 97% 50%;
background-size: 3%;
}
.contact-form select#who_am_i {
position: absolute;
top: 0;
z-index: -1;
}
.contact-form button[type=submit], .contact-form button[type=button] {
width: 100%;
border: 2px solid #766554;
color: #fff;
background-color: #766554;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
padding: 10px;
cursor: pointer;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.contact-form button[type=submit]:hover, .contact-form button[type=button]:hover {
background-color: transparent;
color: #766554;
}
.contact-form .custom_who_select {
width: 100%;
position: relative;
font-size: 14px;
}
.contact-form .custom_who_select__current {
background-color: #7d654c;
color: #fff;
padding: 11px 11px 12px;
}
.contact-form .custom_who_select__current::after {
content: "";
position: absolute;
top: calc(50% - 10px);
right: 11px;
width: 20px;
height: 20px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/svg/chevron-down.svg);
background-position: center right;
filter: brightness(0) invert(1);
background-repeat: no-repeat;
}
.contact-form .custom_who_select__current.is-active::after {
transform: rotate(180deg);
}
.contact-form .custom_who_select__options {
position: absolute;
width: 100%;
background-color: #fff;
border: 1px solid #7d654c;
opacity: 0;
z-index: -1;
}
.contact-form .custom_who_select__options.is-active {
opacity: 1;
z-index: 99;
}
.contact-form .custom_who_select__options div {
padding: 11px 11px;
cursor: pointer;
}
.contact-form .custom_who_select__options div:hover {
background-color: #7d654c;
color: #fff;
}
.contact-form .custom_who_select__options div.iam {
cursor: not-allowed;
}
.contact-form .custom_who_select__options div.iam:hover {
background-color: inherit;
color: inherit;
}
.contact-form__error {
background-color: transparent !important;
color: red;
padding: 3px 5px;
font-weight: bold;
font-size: 12px;
}
.contact-form__success {
background-color: #2dcb0a;
color: #fff;
padding: 7px 15px;
font-weight: bold;
font-size: 14px;
}
.cookie-notice {
position: fixed;
top: 50%;
left: calc(50% - 20px);
transform: translate(-50%, -50%);
z-index: 12;
background-color: #fff;
padding: 50px;
margin: 20px;
text-align: center;
width: calc(100% - 40px);
max-width: 800px;
box-shadow: 0 0 50px -11px rgba(0, 0, 0, 0.75);
}
@media (min-width: 576px) {
.cookie-notice {
margin: 0;
left: 50%;
}
}
.cookie-notice__title {
font-size: 24px;
color: #3b3d40;
margin-bottom: 25px;
line-height: 1.1;
font-weight: 400;
}
@media (min-width: 576px) {
.cookie-notice__title {
font-size: 48px;
line-height: inherit;
}
}
.cookie-notice p {
margin: 0 0 15px;
font-size: 14px;
color: #3b3d40;
}
.cookie-notice .button--dark {
border: 1px solid #7d654c;
color: #7d654c;
padding: 15px 20px;
}
.cookie-notice .button--dark:hover {
background-color: #fff;
opacity: 0.7;
}
.file-download {
background-color: #f8f8f8;
height: 100%;
padding: 40px 0;
}
.file-download__title {
text-align: center;
font-size: 20px;
margin-bottom: 40px;
font-weight: bold;
}
.file-download__item {
text-align: center;
padding: 0 20px;
}
.file-download__item a {
color: #0a0a0a;
display: inline-block;
margin-bottom: 10px;
font-size: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
padding-left: 10px;
position: relative;
}
.file-download__item a:hover {
text-decoration: none;
}
.file-download__item a:hover::after {
opacity: 1;
}
.file-download__item a::before {
content: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/svg/pdf-file.svg);
display: inline-block;
transform: translate(-5px, 5px);
}
.file-download__item a::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.3);
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
.footer__menu {
margin: 0;
padding: 0;
list-style: none;
}
.footer__menu li a {
display: block;
color: #fff;
transition: color 0.3s ease-in-out;
}
.footer__menu li a:hover {
text-decoration: none;
color: rgba(255, 255, 255, 0.7);
}
.footer__menu-title {
color: #fff;
font-size: 16px;
font-weight: bold;
}
.footer__menu-title:hover {
color: #fff;
text-decoration: none;
}
.footer__credits {
font-size: 14px;
color: #fff;
text-align: right;
}
.footer__credits a {
color: #fff;
}
.gallery {
padding: 0;
}
.gallery-switcher {
text-align: center;
font-size: 16px;
font-weight: 400;
transition: background-color 0.3s ease-in-out;
cursor: pointer;
padding: 10px 0;
margin-bottom: 15px;
}
@media (min-width: 576px) {
.gallery-switcher {
font-size: 24px;
padding: 23px 0;
margin-bottom: 30px;
}
}
.gallery-switcher:hover {
background-color: #e3e3e3;
}
.gallery-switcher--is-active {
background-color: #e3e3e3;
}
.gallery__image {
margin-bottom: 15px;
overflow: hidden;
background-color: #000;
}
@media (min-width: 576px) {
.gallery__image {
margin-bottom: 30px;
}
}
.gallery__image img {
position: relative;
z-index: 1;
max-width: 100%;
height: auto;
transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
display: block;
}
.gallery__image img:hover {
transform: scale(1.04);
filter: opacity(70%);
}
.hero {
min-height: 100vh;
position: relative;
}
@media (min-width: 576px) {
.hero {
min-height: 698px;
}
}
.hero__image {
object-fit: cover;
object-position: left;
height: 100vh;
width: 100%;
}
.hero__content {
position: absolute;
z-index: 2;
bottom: 25px;
left: 0;
width: 100%;
}
@media (min-width: 576px) {
.hero__content {
bottom: 85px;
}
}
.hero--50 {
min-height: 50vh;
}
.hero__header-primary {
color: #fff;
font-size: 51px;
position: relative;
line-height: 1.29;
font-weight: 500;
max-width: 99%;
}
.hero__header-primary::before {
content: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/logo-twinson-transparent.png);
position: absolute;
top: -60px;
left: 30%;
width: 100%;
display: block;
}
.hero__header-primary--no-logo::before {
content: unset;
}
@media (min-width: 576px) {
.hero__header-primary {
max-width: 100%;
}
}
.hero__header-secondary {
color: #fff;
font-size: 23px;
font-weight: 400;
margin-bottom: 40px;
max-width: 90%;
}
.hero__header-secondary a {
color: #fff;
text-decoration: underline;
}
.hero__header-secondary a:hover {
color: #fff;
}
@media (min-width: 576px) {
.hero__header-secondary {
max-width: 100%;
}
}
.hero--text-page {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.hero--text-page-center {
justify-content: center;
}
.hero--text-page-center > div {
margin-top: 50px;
}
.hero--text-page__title {
font-size: 28px;
font-weight: 400;
text-align: center;
line-height: 1.2;
margin-bottom: 30px;
}
@media (min-width: 576px) {
.hero--text-page__title {
font-size: 40px;
margin: 80px 0;
}
}
@media (min-width: 1200px) {
.hero--text-page__title {
font-size: 60px;
}
}
.hero--text-page__excerpt p {
font-size: 18px;
font-weight: 400;
color: #3b3d40;
text-align: center;
margin-bottom: 20px;
}
@media (min-width: 576px) {
.hero--text-page__excerpt p {
font-size: 20px;
margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.hero--text-page__excerpt p {
font-size: 28px;
}
}
.page-template-home .hero__image {
object-position: -115px;
}
@media (min-width: 576px) {
.page-template-home .hero__image {
object-position: left;
}
}
.img-responsive {
max-width: 100%;
height: auto;
}
.learn-more {
margin-top: 50px;
}
.learn-more p {
font-size: 18px;
line-height: 1.58;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
max-width: 435px;
}
@media (min-width: 992px) {
.learn-more p {
font-size: 24px;
}
}
.learn-more input[type=email] {
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.2);
padding: 5px;
color: #fff;
}
.learn-more input[type=email]::placeholder {
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
}
.learn-more label {
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
}
.learn-more label a {
color: rgba(255, 255, 255, 0.8);
text-decoration: underline;
}
.learn-more__error {
background-color: #dd382d;
padding: 5px 10px;
font-weight: bold;
margin-top: 10px;
}
.learn-more__success {
background-color: #1ea100;
padding: 5px 10px;
font-weight: bold;
margin-top: 10px;
}
.list-styled {
font-size: 20px;
}
.list-styled-inside {
list-style: inside;
}
.map-location-search {
margin-bottom: 30px;
}
.map-location-search input[type=text] {
width: 100%;
padding: 8px 20px;
border: 1px solid #766554;
}
.map-location-search input[type=text]::placeholder {
color: #b7b7b7;
}
.map-location-search button {
background-color: #766554;
border: 1px solid #766554;
color: #fff;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
padding: 10px 20px;
cursor: pointer;
}
.map-location-search__field-wrapper {
position: relative;
z-index: 1;
}
.map-location-search__field-wrapper img {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9;
transition: background-color 0.3s ease-in-out;
will-change: background-color;
}
.nav--is-narrowed {
background-color: #fff;
box-shadow: 0 0 25px -7px rgba(0, 0, 0, 0.75);
}
.nav--is-narrowed .nav__logo {
max-width: 90px;
margin-bottom: -15px;
}
@media (min-width: 576px) {
.nav--is-narrowed .nav__logo {
max-width: 120px;
margin-bottom: -30px;
}
}
.nav--is-narrowed .nav__menu-wrapper {
color: #766554;
}
.nav--is-narrowed .nav__menu-bars > div {
background-color: #766554;
}
.nav__logo {
display: block;
max-width: 90px;
width: 100%;
height: auto;
transition: max-width 0.3s ease-in-out;
will-change: max-width;
}
@media (min-width: 576px) {
.nav__logo {
max-width: 130px;
margin: 0 auto;
}
}
.nav__text {
color: #fff;
text-align: right;
display: flex;
flex-direction: column;
justify-content: flex-end;
margin-bottom: 20px;
transition: color 0.3s ease-in-out;
}
.nav__text > * {
font-size: 19px;
margin: 0;
font-weight: 400;
}
.nav__menu {
position: fixed;
top: 25px;
right: 25px;
bottom: 25px;
left: 25px;
z-index: 11;
background-color: #fff;
padding: 20px 10px;
transition: transform 0.3s ease-in-out;
transform: translateY(-110%);
}
@media (min-width: 576px) {
.nav__menu {
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
}
}
.nav__menu--is-open {
transform: translateY(0);
}
.nav__menu-close {
text-align: right;
}
.nav__menu-close img {
width: 100%;
max-width: 20px;
height: auto;
cursor: pointer;
margin-right: 20px;
}
.nav__menu-inner {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
margin-top: -30px;
}
@media screen and (max-width: 767.98px) and (orientation: landscape) {
.nav__menu-inner {
transform: scale(0.5);
}
}
.nav__menu-item {
color: #766554;
white-space: nowrap;
display: block;
text-align: center;
font-size: 20px;
margin-bottom: 5px;
padding: 0 30px;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.nav__menu-item:hover {
color: #ab9279;
text-decoration: none;
}
@media (min-width: 576px) {
.nav__menu-item {
font-size: 24px;
}
}
.nav__menu-item--disabled {
cursor: unset;
}
.nav__menu-item--disabled:hover {
color: #766554;
background-color: transparent;
}
.nav__menu-item--secondary {
color: #3b3d40;
opacity: 0.5;
font-weight: 400;
font-size: 20px;
margin-bottom: 2px;
transition: opacity 0.3s ease-in-out;
}
.nav__menu-item--secondary:hover {
opacity: 1;
}
.nav__menu-wrapper {
color: #fff;
transition: color 0.3s ease-in-out;
font-weight: bold;
display: flex;
align-items: center;
cursor: pointer;
}
.nav__menu-bars {
margin-left: 20px;
width: 15px;
height: 11px;
position: relative;
}
.nav__menu-bars div {
position: absolute;
left: 0;
z-index: 2;
width: 100%;
height: 1px;
background-color: #fff;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.nav__menu-bars div:first-child {
transform-origin: top left;
top: 0;
}
.nav__menu-bars div:nth-child(2) {
top: 5px;
}
.nav__menu-bars div:last-child {
transform-origin: bottom left;
bottom: 0;
}
.nav--secondary .nav__text {
color: #766554;
}
.nav--secondary .nav__menu-wrapper {
color: #766554;
}
.nav--secondary .nav__menu-bars div {
background-color: #766554;
}
.nav--secondary.dark-nav .nav__text {
color: white;
}
.nav--secondary.dark-nav .nav__menu-wrapper {
color: white;
}
.nav--secondary.dark-nav .nav__menu-bars div {
background-color: white;
}
.nav--is-narrowed .nav__text {
color: #766554;
}
.nav--is-narrowed .nav__menu-wrapper {
color: #766554;
}
.nav--is-narrowed .nav__menu-bars div {
background-color: #766554;
}
.nav--is-narrowed.dark-nav .nav__text {
color: #766554;
}
.nav--is-narrowed.dark-nav .nav__menu-wrapper {
color: #766554;
}
.nav--is-narrowed.dark-nav .nav__menu-bars div {
background-color: #766554;
}
.page-template-produkty .nav--secondary .nav__text {
color: white;
}
.page-template-produkty .nav--secondary .nav__menu-wrapper {
color: white;
}
.page-template-produkty .nav--secondary .nav__menu-bars div {
background-color: white;
}
.pagination a {
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #0a0a0a;
}
.scroll-top {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #766554;
width: 50px;
height: 50px;
border-radius: 50%;
z-index: 9;
box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.75);
cursor: pointer;
transform: translateY(150%);
transition: transform 0.3s ease-in-out;
}
.scroll-top:hover img {
transform: translate(-50%, 6%) scale(1.1);
}
.scroll-top--is-visible {
transform: translateY(0);
}
.scroll-top__inner {
position: relative;
}
.scroll-top__inner img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 6%);
transition: transform 0.3s ease-in-out;
}
.section {
padding: 50px 0;
}
.section--gray {
background-color: #f8f8f8;
}
.section--gray-light {
background-color: #f5f4f5;
}
.section--primary {
background-color: #766554;
color: #fff;
}
.section--first {
padding-top: 200px;
}
.section__title {
font-size: 38px;
text-align: center;
font-weight: normal;
margin-bottom: 50px;
line-height: 1.1;
color: #3b3d40;
}
@media (min-width: 576px) {
.section__title {
font-size: 48px;
}
}
@media (min-width: 768px) {
.section__title {
font-size: 60px;
}
}
.section__title--sm {
font-size: 36px;
}
.section__title--white {
color: #fff;
}
.section__sub-title {
text-align: center;
font-size: 28px;
line-height: 1.32;
color: rgb(59, 61, 64);
margin-bottom: 50px;
}
.section__description {
max-width: 460px;
text-align: center;
margin: 0 auto 50px;
}
.product__picker p {
font-size: 16px;
}
.product__picker .row {
justify-content: center !important;
}
.product__title {
font-size: 30px;
text-align: center;
font-weight: normal;
margin-bottom: 50px;
line-height: 1.1;
color: #3b3d40;
}
.product__title--m-b15 {
margin-bottom: 15px;
}
.product__description ul,
.product__description ol {
margin: 0 auto 15px;
max-width: 70%;
}
@media (max-width: 991.98px) {
.product__description ul,
.product__description ol {
max-width: unset;
}
}
.product__description p {
max-width: 70%;
font-size: 16px !important;
text-align: center;
margin: 0 auto 15px;
}
@media (max-width: 991.98px) {
.product__description p {
max-width: unset;
}
}
.product__text ul {
padding-left: 2rem;
font-size: 16px;
}
.product__text p {
font-size: 16px;
}
@media (min-width: 992px) {
.product__text p {
margin-left: 1rem;
}
}
@media (max-width: 991.98px) {
.product__text ul {
padding-left: 1rem;
}
}
.font-size-30 {
font-size: 30px !important;
}
.font-size-16 {
font-size: 16px !important;
}
.p-0 {
padding: 0 !important;
}
.bg-gray section, .bg-gray div {
background-color: #f8f8f8 !important;
}
h1.product__title {
font-size: 38px;
}
@media (min-width: 576px) {
h1.product__title {
font-size: 48px;
}
}
@media (min-width: 768px) {
h1.product__title {
font-size: 60px;
}
}
.side-by-side__media img {
height: 300px;
object-fit: cover;
width: 100%;
}
@media (min-width: 1200px) {
.side-by-side__media img {
height: 450px;
}
}
.video-player--h-770 > div {
max-height: 770px;
}
.plyr__poster {
background-size: cover;
}
.video {
position: relative;
}
.video__title {
display: block;
text-align: center;
color: #fff;
font-size: 20px;
font-weight: 700;
position: absolute;
z-index: 99999;
top: 25px;
left: 0;
right: 0;
}
.award-form {
color: #775c45;
font-family: "Montserrat", sans-serif;
}
.award-form p {
font-size: 12px;
line-height: 1.25;
font-size: 12px;
color: #775c45;
}
.award-form p a {
color: #0a0a0a;
}
.award-form .form-group input[type=checkbox] {
color: #ffffff;
accent-color: #fd9b34;
}
.award-form .form-group--checkbox label {
color: #775c45;
}
.award-form input[type=text],
.award-form input[type=email],
.award-form select,
.award-form textarea {
width: 100%;
border: 1px solid rgba(125, 101, 76, 0.5);
font-size: 18px;
background-color: transparent;
border-radius: 40px;
color: #775c45;
padding: 20px;
outline: none;
}
.award-form input[type=text]::placeholder,
.award-form input[type=email]::placeholder,
.award-form select::placeholder,
.award-form textarea::placeholder {
color: #7d654c;
font-weight: 500;
font-size: 16px;
opacity: 1;
}
.award-form__h {
margin: 3px 10px 23px;
font-size: 20px !important;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
text-align: center;
color: #000000;
}
@media (min-width: 576px) {
.award-form__h {
margin: 0 100px 38px 76px;
}
}
.award-form__h a {
text-decoration: underline;
color: #ff9700 !important;
font-weight: 700 !important;
}
.award-form .contact-form-field[type=file] {
display: none;
}
.award-form #button-file-place {
opacity: 0;
}
.award-form .form-button {
background-color: #ff9700;
}
.award-form .form-button.button-upload {
width: 240px !important;
position: relative;
background-color: #ff9700;
border: 3px solid #ff9700 !important;
text-transform: inherit;
text-align: left;
padding: 20px 20px;
color: #ffffff;
transition: none;
border-radius: 40px;
margin-top: 5px;
font-family: Montserrat !important;
font-size: 14px;
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/award2023/spinacz.svg);
background-color: #ff9700;
background-position: calc(100% - 20px);
background-repeat: no-repeat;
}
.award-form .form-button.button-upload:hover {
background-color: #fff;
color: #ff9700;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/award2023/spinacz-orange.svg);
}
.award-form .form-button.button-file {
width: 140px;
max-width: 140px;
position: relative;
background-color: transparent;
border-color: transparent;
text-transform: inherit;
text-align: left;
padding: 11px 0;
color: #0a0a0a;
font-weight: 400;
}
@media (min-width: 576px) {
.award-form .form-button.button-file {
width: 250px;
max-width: 250px;
margin-left: 2rem;
}
}
.award-form .form-button.button-file::before {
content: "";
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/anuluj.svg);
height: 30px;
background-position: center right;
background-repeat: no-repeat;
position: absolute;
top: 4px;
right: 24.8px;
width: 100%;
display: block;
}
.award-form .form-button.button-file label {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 70px;
}
@media (min-width: 576px) {
.award-form .form-button.button-file label {
width: 182px;
}
}
.award-form .form-button.button-file:hover {
opacity: 0.7;
}
.award-form .form-button:active, .award-form .form-button:focus {
outline: none !important;
box-shadow: none;
}
.award-form .button-send-form {
width: 215px !important;
position: relative;
background-color: #ff9700 !important;
border: 3px solid #ff9700 !important;
font-size: 18px !important;
line-height: 23px !important;
padding: 20px 40px 20px 10px !important;
color: #ffffff !important;
transition: none;
border-radius: 40px;
text-transform: none !important;
font-family: Montserrat !important;
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow.png);
background-color: #ff9700;
background-position: calc(100% - 35px);
background-repeat: no-repeat;
}
.award-form .button-send-form:hover {
background-color: #fff !important;
color: #ff9700 !important;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow-orange-ff9700.png);
}
.twinson-promo-name {
width: 176.3px;
margin-top: 12px;
}
@media (min-width: 576px) {
.twinson-promo-name {
width: 300px;
margin-top: 0;
}
}
@media (min-width: 1200px) {
.twinson-promo-name {
width: 447.4px;
}
}
.page-template-award-2021 #page-wrapper > .nav {
position: absolute;
}
.award-header-text {
font-size: 18px;
line-height: 23px;
color: #775c45;
font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) {
.award-header-text {
font-size: 25px;
line-height: 31px;
}
}
.award-hero {
height: 491px;
min-height: inherit;
background: #f2eeea url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/award2023/naglowek2025.webp);
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
position: relative;
}
@media (max-width: 991.98px) {
.award-hero {
height: 30vh;
}
}
@media (max-width: 767.98px) {
.award-hero {
height: 20vh;
}
}
.award-hero h1 {
color: #ff9700;
font-size: 52px;
line-height: 60px;
position: absolute;
bottom: 48px;
font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) {
.award-hero h1 {
font-size: 60px;
line-height: 70px;
}
}
.award-hero .hero__image {
object-fit: cover;
object-position: -290px;
height: 491px;
width: 100%;
}
@media (min-width: 576px) {
.award-hero .hero__image {
object-position: center;
}
}
.award-hero .hero__content {
position: absolute;
z-index: 2;
top: 200px;
bottom: inherit;
text-align: center;
width: 100%;
}
@media (min-width: 576px) {
.award-hero .hero__content {
top: 209px;
bottom: inherit;
}
}
.award-hero .hero__header-primary {
font-size: 26px;
line-height: 1.31;
}
@media (min-width: 576px) {
.award-hero .hero__header-primary {
font-size: 38px;
}
}
.award-hero .hero__header-secondary {
max-width: 100%;
font-size: 32px;
line-height: 1.31;
margin-bottom: 0;
text-transform: uppercase;
}
.promo2023 {
padding-left: 20px;
padding-right: 20px;
background-color: #f2eeea;
font-family: "Montserrat" !important;
color: #7d654d;
}
.promo2023 * {
margin: 0;
padding: 0;
font-family: "Montserrat" !important;
}
.promo2023 .policy {
color: #775c45 !important;
font-size: 12px !important;
}
.promo2023 .link {
color: #fd9b34 !important;
text-decoration: underline !important;
}
.promo2023 .link:hover {
color: #7d654d !important;
}
.promo2023 .promo-wrapper {
max-width: 1200px;
margin: auto;
position: relative;
}
.promo2023__header .logo {
position: absolute;
z-index: 2;
}
@media (max-width: 1024px) {
.promo2023__header .logo {
max-width: 80px;
}
}
.promo2023__hero-section {
display: flex;
justify-content: space-between;
min-height: 1100px;
position: relative;
}
@media (max-width: 1024px) {
.promo2023__hero-section {
flex-wrap: wrap;
}
}
.promo2023__hero-section__text {
padding-top: 320px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/hero-2.png);
background-repeat: no-repeat;
background-position-x: right;
background-position-y: 10px;
width: 100%;
position: relative;
}
@media (max-width: 1440px) {
.promo2023__hero-section__text {
padding-top: 260px;
}
}
@media (max-width: 1024px) {
.promo2023__hero-section__text {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/hero-mobile.png);
padding-top: 0;
background-position-y: -10px;
min-height: 490px;
background-size: contain;
}
}
.promo2023__hero-section__text::before {
content: "";
position: absolute;
width: 194px;
height: 195px;
background-repeat: no-repeat;
right: 33%;
top: 12%;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/prize.png);
}
@media (max-width: 1024px) {
.promo2023__hero-section__text::before {
width: 80px;
height: 80px;
background-size: cover;
right: calc(50vw - 280px);
top: 20%;
}
}
@media (max-width: 800px) {
.promo2023__hero-section__text::before {
width: 80px;
height: 80px;
background-size: cover;
right: 30%;
top: 20%;
}
}
.promo2023__hero-section__text::after {
content: "";
position: absolute;
width: 194px;
height: 195px;
background-repeat: no-repeat;
right: 33%;
top: 12%;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/prize-text.png);
-webkit-animation: rotating 15s linear infinite;
-moz-animation: rotating 15s linear infinite;
-ms-animation: rotating 15s linear infinite;
-o-animation: rotating 15s linear infinite;
animation: rotating 15s linear infinite;
}
@media (max-width: 1024px) {
.promo2023__hero-section__text::after {
width: 80px;
height: 80px;
background-size: cover;
right: calc(50vw - 280px);
top: 20%;
}
}
@media (max-width: 800px) {
.promo2023__hero-section__text::after {
width: 80px;
height: 80px;
background-size: cover;
right: 30%;
top: 20%;
}
}
.promo2023__hero-section__text .twin {
font-size: 41px;
padding-bottom: 70px;
}
.promo2023__hero-section__text h3 {
font-size: 88px;
line-height: 0.5;
}
.promo2023__hero-section__text h2 {
font-size: 112px;
position: relative;
width: fit-content;
}
.promo2023__hero-section__text h2::after {
position: absolute;
width: 100%;
height: 40px;
content: "";
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/line.png);
background-repeat: no-repeat;
background-position: 34%;
left: 0;
bottom: 0;
}
@media (max-width: 1024px) {
.promo2023__hero-section__text h2::after {
height: 19px;
background-size: contain;
bottom: -20px;
background-position: 44%;
}
}
.promo2023__hero-section__text .prize {
font-size: 22px;
max-width: 280px;
padding: 20px 0;
}
.promo2023__hero-section__text .prize-2 {
font-size: 19px;
max-width: 320px;
font-weight: normal;
}
.promo2023__hero-section__text .prize-2 .bold {
font-weight: bold;
}
@media (max-width: 1024px) {
.promo2023__hero-section__text .twin {
font-size: 32px;
padding: 140px 0 10px;
}
.promo2023__hero-section__text h3 {
font-size: 74px;
margin-bottom: -7px;
}
.promo2023__hero-section__text h2 {
font-size: 94px;
}
.promo2023__hero-section__text .prize {
font-size: 32px;
max-width: 400px;
line-height: 1;
margin-top: 20px;
}
.promo2023__hero-section__text .prize-2 {
line-height: 1;
max-width: 400px;
font-size: 28px;
}
}
@media (max-width: 800px) {
.promo2023__hero-section__text .twin {
font-size: 18px;
padding: 140px 0 10px;
}
.promo2023__hero-section__text h3 {
font-size: 37px;
margin-bottom: -7px;
}
.promo2023__hero-section__text h2 {
font-size: 47px;
}
.promo2023__hero-section__text .prize {
font-size: 16px;
max-width: 180px;
line-height: 1;
margin-top: 20px;
}
.promo2023__hero-section__text .prize-2 {
line-height: 1;
max-width: 190px;
font-size: 14px;
}
}
@media (max-width: 400px) {
.promo2023__hero-section__text h2 {
font-size: 45px;
}
.promo2023__hero-section__text .prize-2 {
line-height: 1;
max-width: 180px;
font-size: 14px;
}
}
.promo2023__hero-section__form {
padding-top: 55px;
padding-left: 2px;
padding-right: 2px;
min-width: 425px;
max-width: 425px;
}
.promo2023__hero-section__form textarea:focus, .promo2023__hero-section__form input:focus {
outline: none;
}
.promo2023__hero-section__form .rodo {
display: flex;
}
@media (max-width: 1944px) {
.promo2023__hero-section__form {
min-width: 425px;
max-width: 425px;
}
}
@media (max-width: 1024px) {
.promo2023__hero-section__form {
min-width: unset;
max-width: unset;
}
}
.promo2023__hero-section__form h3 {
font-size: 35.5px;
line-height: 1;
}
.promo2023__hero-section__form h3 span {
color: #ff9700;
}
@media (max-width: 1024px) {
.promo2023__hero-section__form h3 {
font-size: 21px;
}
.promo2023__hero-section__form h3 br {
display: none;
}
}
.promo2023__hero-section__form p.form-t {
padding: 10px 0;
font-size: 19px;
}
.promo2023__hero-section__form p.form-t span {
font-weight: bold;
}
@media (max-width: 1024px) {
.promo2023__hero-section__form p.form-t {
font-size: 14px;
max-width: 280px;
padding-bottom: 20px;
}
}
.promo2023__hero-section__form input {
background-color: transparent;
border-radius: 40px !important;
font-size: 19px !important;
color: #7d654c !important;
padding: 20px !important;
}
@media (max-width: 1024px) {
.promo2023__hero-section__form input {
font-size: 14px !important;
padding: 14px 20px !important;
}
}
.promo2023__hero-section__form input::placeholder { color: #7d654c !important;
font-weight: 500 !important;
font-size: 19px !important;
opacity: 1; }
@media (max-width: 1024px) {
.promo2023__hero-section__form input::placeholder {
font-size: 14px !important;
}
}
.promo2023__hero-section__form input[type=checkbox].contact-form-field {
background: transparent;
border: 1px solid #775c45;
-webkit-appearance: none;
border-radius: 5px !important;
padding: 0 !important;
-moz-appearance: none;
appearance: none;
height: 15px;
cursor: pointer;
}
.promo2023__hero-section__form input[type=checkbox].contact-form-field:checked {
background: #fd9b34;
}
.promo2023__hero-section__form .contact-form__error {
background-color: transparent !important;
color: red;
padding-left: 20px;
font-weight: 500;
font-size: 12px;
margin-top: 5px;
}
.promo2023__hero-section__form .contact-form-input__error {
border: 1px solid #ff0000 !important;
}
.promo2023__hero-section__form p, .promo2023__hero-section__form label {
color: #775c45 !important;
}
.promo2023__hero-section__form button {
width: 215px !important;
position: relative;
background-color: #ff9700 !important;
font-size: 18px !important;
line-height: 23px !important;
padding: 20px 40px 20px 10px !important;
color: #ffffff !important;
transition: none;
border-radius: 40px;
text-transform: none !important;
font-family: Montserrat !important;
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow.png);
background-color: #ff9700;
background-position: calc(100% - 35px);
background-repeat: no-repeat;
border: 3px solid #ff9700 !important;
}
.promo2023__hero-section__form button:hover {
background-color: transparent !important;
color: #ff9700 !important;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow-orange-ff9700.png);
}
.promo2023__hero-section__form .collapse {
font-size: 12px;
cursor: pointer;
text-decoration: underline;
}
.promo2023__hero-section__form .collapse:hover {
color: #fd9b34;
}
.promo2023__hero-section .arrow-down-animation {
position: absolute;
content: "";
width: 57px;
height: 41px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow-d.png);
bottom: 0;
left: 18%;
animation: bounce 3s linear infinite;
cursor: pointer;
}
@media (max-width: 1024px) {
.promo2023__hero-section .arrow-down-animation {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow-mobile.png);
background-repeat: no-repeat;
background-position: center;
left: calc(50% - 28px);
top: 640px;
}
}
@media (max-width: 800px) {
.promo2023__hero-section .arrow-down-animation {
top: 500px;
}
}
.promo2023__hero-section .arrow-down-animation::after {
position: absolute;
content: "";
width: 57px;
height: 41px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow-d.png);
bottom: -30px;
}
@media (max-width: 1024px) {
.promo2023__hero-section .arrow-down-animation::after {
display: none;
}
}
.promo2023__hero-section .arrow-down-animation::before {
position: absolute;
content: "";
width: 57px;
height: 41px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow-d.png);
bottom: 30px;
}
@media (max-width: 1024px) {
.promo2023__hero-section .arrow-down-animation::before {
display: none;
}
}
.promo2023__prizes {
display: grid;
grid-template-columns: 1fr 1fr;
}
.promo2023__prizes .prize-1-mobile, .promo2023__prizes .prize-2-mobile {
display: none;
}
@media (max-width: 1024px) {
.promo2023__prizes {
display: block;
width: 100%;
height: 600px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/prize-mobile.png);
background-position: center;
background-repeat: no-repeat;
position: relative;
background-size: contain;
}
.promo2023__prizes .prize-1-mobile, .promo2023__prizes .prize-2-mobile {
display: block;
}
.promo2023__prizes .prize-1-mobile p, .promo2023__prizes .prize-2-mobile p {
font-size: 16px;
font-weight: 700;
line-height: 1;
}
.promo2023__prizes .prize-1-mobile span, .promo2023__prizes .prize-2-mobile span {
color: #fd9b34;
}
.promo2023__prizes .prize-1-mobile {
position: absolute;
right: calc(50vw - 130px);
top: 36%;
}
.promo2023__prizes .prize-2-mobile {
position: absolute;
left: calc(50vw - 65px);
top: 60%;
}
}
.promo2023__prizes .prize {
min-height: 632px;
background-repeat: no-repeat;
background-position-y: bottom;
position: relative;
}
@media (max-width: 1024px) {
.promo2023__prizes .prize {
display: none;
}
}
.promo2023__prizes .prize:nth-child(1) {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/karcher.png);
background-position-x: left;
}
.promo2023__prizes .prize:nth-child(1) p {
right: -20px;
bottom: 110px;
}
.promo2023__prizes .prize:nth-child(1)::after {
position: absolute;
content: "";
width: 160px;
height: 29px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/line-3.png);
bottom: 20%;
left: -3%;
}
.promo2023__prizes .prize:nth-child(2) {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/karcher2.png);
background-position-x: right;
}
.promo2023__prizes .prize:nth-child(2) p {
right: 40px;
top: 150px;
}
.promo2023__prizes .prize:nth-child(2)::after {
position: absolute;
content: "";
width: 160px;
height: 29px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/line-2.png);
top: 22%;
left: 16%;
}
.promo2023__prizes .prize p {
font-size: 35px;
font-weight: 600;
line-height: 0.9;
position: absolute;
}
.promo2023__prizes .prize p span {
color: #fd9b34;
}
.promo2023 .instruction {
text-align: center;
margin-top: 150px;
padding-bottom: 100px;
}
@media (max-width: 1024px) {
.promo2023 .instruction {
padding-bottom: 40px;
margin-top: 30px;
}
}
.promo2023 .instruction h3 {
font-size: 36px;
}
.promo2023 .instruction h3 span {
color: #fd9b34;
}
@media (max-width: 1024px) {
.promo2023 .instruction h3 {
font-size: 21px;
text-align: left;
}
}
.promo2023 .instruction > p {
font-size: 19px;
}
.promo2023 .instruction > p span {
font-weight: 700;
}
@media (max-width: 1024px) {
.promo2023 .instruction > p {
font-size: 14px;
text-align: left;
}
}
.promo2023 .instruction__elements {
margin-top: 40px;
display: flex;
align-items: center;
justify-content: space-between;
}
@media (max-width: 1024px) {
.promo2023 .instruction__elements {
flex-wrap: wrap;
}
}
.promo2023 .instruction__elements .element {
width: 29%;
}
@media (max-width: 1024px) {
.promo2023 .instruction__elements .element {
width: 100%;
display: flex;
gap: 20px;
margin-bottom: 23px;
justify-content: space-between;
}
.promo2023 .instruction__elements .element:nth-child(1) .title {
margin-top: -20px;
}
.promo2023 .instruction__elements .element:nth-child(2) {
flex-direction: row-reverse;
}
.promo2023 .instruction__elements .element:nth-child(2) .title {
margin-top: 15px;
}
.promo2023 .instruction__elements .element__text-wrapper {
text-align: left;
}
}
.promo2023 .instruction__elements .element a {
color: #7d654d;
font-weight: 600;
}
.promo2023 .instruction__elements .element a:hover {
text-decoration: underline;
}
.promo2023 .instruction__elements .element img {
margin: auto;
display: block;
}
@media (max-width: 1024px) {
.promo2023 .instruction__elements .element img:nth-child(1) {
max-width: 100px;
}
.promo2023 .instruction__elements .element img:nth-child(1) {
max-width: 100px;
}
.promo2023 .instruction__elements .element img:nth-child(1) {
max-width: 110px;
}
}
.promo2023 .instruction__elements .element .title {
font-size: 20px;
margin-top: 40px;
font-weight: bold;
line-height: 1.2;
color: #7d654d;
}
.promo2023 .instruction__elements .element .title span {
color: #fd9b34;
}
@media (max-width: 1024px) {
.promo2023 .instruction__elements .element .title {
font-size: 16px;
margin-top: 0;
}
}
.promo2023 .instruction__elements .element .text {
font-size: 20px;
font-weight: 400;
margin: 6px;
line-height: 1.4;
}
@media (max-width: 1024px) {
.promo2023 .instruction__elements .element .text {
font-size: 14px;
}
.promo2023 .instruction__elements .element .text br {
display: none;
}
}
.promo2023 .instruction__elements .element .link {
font-weight: 400;
text-decoration: underline;
color: #fd9b34;
}
.promo2023 .instruction__elements .element .link:hover {
color: #7d654d;
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes bounce {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-30px);
}
100% {
transform: translateY(0);
}
}
@keyframes scrollAnimation {
0% {
transform: translateY(0px);
opacity: 0;
}
5% {
transform: translateY(0px);
opacity: 1;
}
20% {
transform: translateY(3px);
}
50% {
transform: translateY(8px);
opacity: 1;
}
80% {
transform: translateY(20px);
opacity: 0;
}
100% {
transform: translateY(20px);
opacity: 0;
}
}
.promo2021 {
position: relative;
background-color: #f2f2f2;
background-repeat: no-repeat;
background-color: #f2eeea;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/award2021/hero.png);
background-size: 365px auto;
background-position: 0px 118px;
position: relative;
}
@media (min-width: 576px) and (max-width: 768px) {
.promo2021 {
background-position: 20vw 143px;
}
}
@media (min-width: 769px) and (max-width: 1280px) {
.promo2021 {
background-position: calc(3vw + 20px) 32px;
background-size: 75% auto;
}
.promo2021 > .container {
max-width: 100%;
}
}
@media (min-width: 1200px) {
.promo2021 {
background-size: 777px auto;
background-position: 50px 60px;
}
.promo2021 > .container {
max-width: 100%;
}
}
@media (min-width: 1440px) {
.promo2021 {
background-position: 104px 60px;
}
}
@media (min-width: 1700px) {
.promo2021 {
background-position: 136px 60px;
background-size: 1014px auto;
}
}
.promo2021__header {
position: absolute;
background-position: top left;
top: 0;
height: 88.9px;
z-index: 2;
padding: 0 20px;
display: flex;
}
.promo2021__header-title {
font-size: 18px;
line-height: 23px;
color: #775c45;
padding-top: 9px;
margin-left: 18px;
max-width: 140px;
}
@media (min-width: 992px) {
.promo2021__header-title {
font-size: 25px;
line-height: 1.24;
max-width: 195px;
padding-top: 19px;
margin-left: 35px;
}
}
@media (min-width: 1700px) {
.promo2021__header-title {
font-size: 31px;
max-width: 241px;
padding-top: 25px;
margin-left: 45px;
}
}
@media (min-width: 576px) and (max-width: 768px) {
.promo2021__header {
margin-left: calc((-100vw + 557px) / 2 + 20vw - 16px);
}
}
@media (min-width: 769px) and (max-width: 1280px) {
.promo2021__header {
margin-left: 3vw;
}
}
@media (min-width: 1280px) {
.promo2021__header {
height: 152px;
padding: 0 50px;
}
}
@media (min-width: 1440px) {
.promo2021__header {
padding-left: 104px;
}
}
@media (min-width: 1700px) {
.promo2021__header {
padding-left: 136px;
}
}
.promo2021__header img {
pointer-events: none;
}
.promo2021__header img.logo {
width: 83px;
height: 83px;
margin-bottom: 36px;
}
@media (min-width: 992px) {
.promo2021__header img.logo {
width: 130px;
height: 130px;
margin-bottom: 0;
}
}
@media (min-width: 1700px) {
.promo2021__header img.logo {
width: 170px;
height: 170px;
}
}
.promo2021__header img.promotion-header {
display: none;
}
@media (min-width: 1200px) {
.promo2021__header img.promotion-header {
display: inline-block;
margin-left: 50px;
width: auto;
}
}
.promo2021__header img.promotion-header-mobile {
display: inline-block;
margin-left: 23px;
width: 176.3px;
}
@media (min-width: 1200px) {
.promo2021__header img.promotion-header-mobile {
display: none;
}
}
.promo2021__awards {
margin-top: 108px;
z-index: 2;
}
@media (min-width: 992px) {
.promo2021__awards {
position: relative;
left: 0;
margin-top: 163px;
}
}
@media (min-width: 1200px) {
.promo2021__awards {
position: relative;
left: 0;
}
}
@media (min-width: 1700px) {
.promo2021__awards {
margin-top: 212px;
}
}
.promo2021__awards .button-send div {
margin-left: 37.1px;
width: 194px;
height: 37px;
padding-left: 30px;
line-height: 37px;
text-align: left;
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2021/przycisk-kopia.svg);
background-color: transparent !important;
background-repeat: no-repeat;
background-position: center right;
background-size: 100% 100%;
color: white;
text-transform: uppercase;
}
@media (max-width: 575.98px) {
.promo2021__awards .button-send div {
margin-left: 20px;
}
}
.promo2021__awards--text h2 {
background-color: rgba(242, 194, 48, 0.9);
color: #775c45;
padding: 19px 24px 19px 20px;
width: 283px;
max-width: 100%;
font-size: 19px;
line-height: 1.53em;
letter-spacing: -0.57px;
font-weight: 500;
margin-top: 37px;
margin-bottom: 0;
font-family: "Montserrat" !important;
}
@media (min-width: 576px) and (max-width: 768px) {
.promo2021__awards--text h2 {
margin-left: calc((-100vw + 540px) / 2);
padding-left: 20vw;
padding-right: 53px;
width: calc(327px + 20vw);
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.promo2021__awards--text h2 {
padding-left: calc(3vw + 14px);
width: calc(327px + 3vw);
}
}
@media (min-width: 1024px) and (max-width: 1280px) {
.promo2021__awards--text h2 {
padding: 24px 44px 30px 42px;
padding-left: calc(3vw + 14px);
width: calc(360px + 3vw);
font-size: 21px;
line-height: 1.52;
}
}
@media (min-width: 1200px) {
.promo2021__awards--text h2 {
width: 360px;
font-size: 21px;
line-height: 1.52;
padding: 24px 44px 30px 42px;
padding-left: 50px;
letter-spacing: -0.63px;
font-stretch: normal;
font-style: normal;
}
}
@media (min-width: 1440px) {
.promo2021__awards--text h2 {
padding-left: 104px;
width: 415px;
}
}
@media (min-width: 1700px) {
.promo2021__awards--text h2 {
padding-left: 136px;
font-size: 26px;
width: 530px;
margin-top: 52px;
padding: 31px 44px 42px 128px;
}
}
.promo2021__awards--text p {
width: 283px;
max-width: calc(100% - 20px);
font-family: "Montserrat" !important;
font-size: 15px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.6;
letter-spacing: normal;
text-align: left;
color: #775c45;
padding: 10px;
background-color: rgba(242, 238, 234, 0.9);
padding-left: 20px;
}
@media (min-width: 576px) and (max-width: 768px) {
.promo2021__awards--text p {
margin-left: calc((-100vw + 540px) / 2);
padding-left: 20vw;
padding-right: 53px;
width: calc(327px + 20vw);
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.promo2021__awards--text p {
padding-left: calc(3vw + 14px);
width: calc(327px + 3vw);
}
}
@media (min-width: 1024px) {
.promo2021__awards--text p {
padding: 12px 20px 28px 42px;
padding-left: calc(3vw + 14px);
width: calc(3vw + 360px);
font-size: 18px;
line-height: 1.17;
}
}
@media (min-width: 1200px) {
.promo2021__awards--text p {
width: 360px;
font-size: 18px;
line-height: 1.17;
padding: 12px 20px 28px 42px;
padding-left: 50px;
}
}
@media (min-width: 1440px) {
.promo2021__awards--text p {
padding-left: 104px;
width: 415px;
}
}
@media (min-width: 1700px) {
.promo2021__awards--text p {
width: 530px;
font-size: 22px;
padding: 15px 44px 42px 128px;
}
}
.promo2021__awards img {
width: 238px;
max-width: 100%;
margin-left: 15px;
}
@media (min-width: 576px) and (max-width: 768px) {
.promo2021__awards img {
margin-left: calc((-100vw + 557px) / 2 + 20vw);
}
}
@media (min-width: 769px) and (max-width: 1280px) {
.promo2021__awards img {
margin-left: calc(3vw + 14px);
width: 231px;
}
}
@media (min-width: 992px) {
.promo2021__awards img {
width: 297px;
}
}
@media (min-width: 1200px) {
.promo2021__awards img {
margin-left: 45px;
}
}
@media (min-width: 1440px) {
.promo2021__awards img {
margin-left: 100px;
}
}
@media (min-width: 1700px) {
.promo2021__awards img {
margin-left: 127px;
width: 383px;
}
}
.promo2021 .promo-products {
margin-top: 20px;
}
@media (min-width: 768px) {
.promo2021 .promo-products {
margin-top: 80px;
}
.promo2021 .promo-products .container {
max-width: 800px;
}
}
@media (min-width: 992px) {
.promo2021 .promo-products {
margin-top: 80px;
}
.promo2021 .promo-products .container {
max-width: 1000px;
}
}
@media (min-width: 1700px) {
.promo2021 .promo-products .container {
max-width: 1390px;
}
}
.promo2021 .promo-products img {
width: 240px;
height: 240px;
border-radius: 50%;
object-fit: cover;
display: block;
margin: 0 auto;
}
@media (min-width: 768px) {
.promo2021 .promo-products img {
width: 212px;
height: 212px;
}
}
@media (min-width: 992px) {
.promo2021 .promo-products img {
width: 272px;
height: 272px;
}
}
@media (min-width: 1700px) {
.promo2021 .promo-products img {
width: 362px;
height: 362px;
}
}
.promo2021 .promo-products h4 {
width: 220px;
margin: 10px auto 30px auto;
font-family: Montserrat;
font-size: 18px !important;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: center;
color: #775c45;
}
@media (min-width: 1200px) {
.promo2021 .promo-products h4 {
width: 260px;
}
}
@media (min-width: 1700px) {
.promo2021 .promo-products h4 {
font-size: 22px !important;
width: 330px;
}
}
.promo2021 .promo-how {
background-color: transparent;
padding-top: 0;
padding-bottom: 0;
}
.promo2021 .promo-how__content {
padding-top: 0;
border-top: none;
padding-bottom: 0;
}
.promo2021 .promo-how__content--card {
margin-bottom: 0;
}
.promo2021 .promo-how__content--card img {
width: 140px;
height: 146px;
object-fit: contain;
margin-bottom: 30px;
}
.promo2021 .promo-how__content--card h4 {
width: 216px;
max-width: 100%;
margin: 0 auto;
font-family: Montserrat;
font-size: 26px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.23;
letter-spacing: normal;
text-align: center;
color: #f2c230;
}
@media (min-width: 1200px) {
.promo2021 .promo-how__content--card h4 {
width: 100%;
}
}
.promo2021 .promo-how__content--card p {
width: 254px;
max-width: 100%;
margin: 11px auto 30px;
font-family: "IBM Plex Sans", sans-serif;
font-size: 19px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.26;
letter-spacing: normal;
text-align: center;
color: #000;
}
@media (min-width: 1200px) {
.promo2021 .promo-how__content--card p {
width: 100%;
}
}
.promo2021 .promo-how__content--card p a {
color: #f2c230;
font-weight: bold;
}
.promo2021 .promo-how__content--card .button-rules {
background-color: #f2c230 !important;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2021/Icon-feather-external-link.png);
background-size: 16px 16px;
background-position: calc(100% - 13px);
color: white;
padding: 11px 50px 11px 18px;
font-family: "IBM Plex Sans", sans-serif;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.29;
letter-spacing: normal;
text-align: center;
position: relative;
margin-top: 0;
top: -20px;
margin-bottom: 38px !important;
display: inline-block;
}
.promo2021 .col-xl-4,
.promo2021 .col-xl-12 {
position: static;
}
.promo2021 .scroll-icon {
display: none;
}
@media (min-width: 768px) {
.promo2021 .scroll-icon {
display: block;
pointer-events: none;
width: 38px;
height: 59px;
border: solid 2px #f2c230;
border-radius: 20px;
position: absolute;
z-index: 3;
left: 50%;
top: 60vw;
transform: translateX(-50%);
}
.promo2021 .scroll-icon:before {
content: "";
display: block;
width: 2px;
border-radius: 1px;
background: #f2c230;
height: 12px;
left: 50%;
left: calc(50% - 1px);
top: 12px;
position: absolute;
animation: scrollAnimation 1.8s forwards infinite linear;
}
}
@media (min-width: 1200px) {
.promo2021 .scroll-icon {
top: 650px;
}
}
@media (min-width: 1700px) {
.promo2021 .scroll-icon {
top: 875px;
}
}
.promo2021__promo-form {
background-color: #f2f2f2;
padding: 20px 14px;
z-index: 2;
}
@media (min-width: 768px) {
.promo2021__promo-form {
background-color: rgba(248, 246, 244, 0.5);
position: absolute;
right: 0;
top: 31px;
width: 317px;
padding: 22px 32px 33px 23px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
backdrop-filter: blur(20px);
box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.promo2021__promo-form {
backdrop-filter: none;
box-shadow: none;
background-color: #f8f6f4;
}
}
@media (min-width: 768px) {
.promo2021__promo-form .truncate {
margin-bottom: 0 !important;
}
}
@media (min-width: 992px) {
.promo2021__promo-form {
width: 407px;
padding: 28px 42px 43px 33px;
}
}
@media (min-width: 1440px) {
.promo2021__promo-form {
width: 515px;
padding: 28px 150px 60px 33px;
}
}
@media (min-width: 1700px) {
.promo2021__promo-form {
width: 618px;
padding: 37px 142px 78px 40px;
}
.promo2021__promo-form .truncate {
font-size: 12px !important;
}
}
.promo2021__promo-form .button-send {
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2021/Strzalka.svg);
background-color: #f2c230 !important;
background-position: calc(100% - 30px);
background-repeat: no-repeat;
background-size: 38.5px 15.6px;
border: none !important;
display: inline-block;
font-weight: 500 !important;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: center;
margin-top: 25px;
width: 253px !important;
height: 70px !important;
text-align: left;
letter-spacing: -0.6px;
padding: 23px 70px 23px 29px !important;
font-family: Montserrat !important;
font-size: 20px !important;
color: #775c45 !important;
}
.promo2021__promo-form .button-send:hover {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2021/Strzalka.png);
background-color: #f2c230 !important;
color: white !important;
}
@media (min-width: 768px) {
.promo2021__promo-form .button-send {
max-width: 197px;
font-size: 14px !important;
background-size: 30px auto;
padding: 18px 22px;
}
}
@media (min-width: 992px) {
.promo2021__promo-form .button-send {
max-width: 253px;
font-size: 24px !important;
background-size: 38.5px auto;
padding: 23px 29px;
}
}
@media (min-width: 1200px) {
.promo2021__promo-form .button-send {
position: static;
margin-top: 10px;
}
}
.promo2021__promo-form h3 {
font-family: Montserrat;
font-size: 28px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.21;
letter-spacing: normal;
text-align: left;
color: #f2c230;
margin-bottom: 5px;
margin-top: 0;
}
@media (min-width: 768px) {
.promo2021__promo-form h3 {
font-size: 21px;
}
}
@media (min-width: 992px) {
.promo2021__promo-form h3 {
font-size: 28px;
}
}
.promo2021__promo-form p {
font-family: Montserrat;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #000;
margin: 0;
margin-bottom: 25px;
}
@media (min-width: 768px) {
.promo2021__promo-form p {
font-size: 12px;
}
}
@media (min-width: 992px) {
.promo2021__promo-form p {
font-size: 16px;
}
}
.promo2021__promo-form .form-group {
margin-bottom: 14px;
}
.promo2021__promo-form .form-group p {
font-family: "IBM Plex Sans", sans-serif;
font-size: 10px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
text-align: left;
color: #0a0a0a;
}
@media (min-width: 768px) {
.promo2021__promo-form .form-group {
margin-bottom: 10px;
}
}
@media (min-width: 768px) {
.promo2021__promo-form .form-group {
margin-bottom: 14px;
}
}
@media (min-width: 1700px) {
.promo2021__promo-form .form-group {
margin-bottom: 18px;
}
}
.promo2021__promo-form .contact-form-field[type=text],
.promo2021__promo-form .contact-form-field[type=email] {
background-color: #f2eeea !important;
border: none !important;
font-size: 14px;
}
.promo2021__promo-form .contact-form-field[type=text]::placeholder,
.promo2021__promo-form .contact-form-field[type=email]::placeholder {
font-family: "IBM Plex Sans", sans-serif;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: italic;
line-height: 1.57;
letter-spacing: normal;
text-align: left;
color: rgba(18, 18, 18, 0.8);
}
@media (min-width: 768px) {
.promo2021__promo-form .contact-form-field[type=text],
.promo2021__promo-form .contact-form-field[type=email] {
height: 31px !important;
font-size: 10px !important;
padding-left: 7.8px;
padding-right: 7.8px;
}
.promo2021__promo-form .contact-form-field[type=text]::placeholder,
.promo2021__promo-form .contact-form-field[type=email]::placeholder {
font-size: 10px !important;
}
}
@media (min-width: 992px) {
.promo2021__promo-form .contact-form-field[type=text],
.promo2021__promo-form .contact-form-field[type=email] {
height: 40px !important;
font-size: 14px !important;
padding-left: 10px;
padding-right: 10px;
}
.promo2021__promo-form .contact-form-field[type=text]::placeholder,
.promo2021__promo-form .contact-form-field[type=email]::placeholder {
font-size: 14px !important;
}
}
@media (min-width: 1700px) {
.promo2021__promo-form .contact-form-field[type=text],
.promo2021__promo-form .contact-form-field[type=email] {
height: 52px !important;
font-size: 17px !important;
}
.promo2021__promo-form .contact-form-field[type=text]::placeholder,
.promo2021__promo-form .contact-form-field[type=email]::placeholder {
font-size: 16px !important;
}
}
.promo2021 .policy {
position: relative;
font-size: 10px;
color: #0a0a0a;
line-height: 1.3;
margin-left: 22px;
top: -15px;
}
.promo2021 .policy a {
font-size: 10px;
color: #0a0a0a;
line-height: 1.3;
text-decoration: underline;
}
.promo2021 .form-group {
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.promo2021 .form-group.form-group--checkbox {
margin-bottom: 5px;
}
}
.promo2021 .form-group p {
font-size: 10px;
color: #0a0a0a;
line-height: 1.3;
}
.promo2021 .form-group--checkbox label {
font-size: 10px;
color: #0a0a0a;
line-height: 1.3;
}
.promo2021 .form-group .truncated {
position: relative;
}
.promo2021 .form-group input[type=text], .promo2021 .form-group input[type=email] {
height: 40px;
}
.promo2021 .form-group .collapse {
position: absolute;
bottom: 0;
width: 70px;
padding-left: 5px;
right: 0;
background-color: #f2f2f2;
font-size: 10px;
color: #0a0a0a;
line-height: 1.3;
text-decoration: underline;
}
.promo-how {
position: relative;
background-color: #f2f2f2;
text-align: center;
}
@media (min-width: 768px) {
.promo-how .container {
max-width: 800px;
}
}
.promo-how__content {
border-top: 1px solid #7d654c;
padding: 48.5px 0;
}
@media (min-width: 1200px) {
.promo-how__content {
padding: 10px;
}
}
.promo-how__content h1 {
font-size: 34px;
line-height: 1.21;
font-weight: normal;
margin-bottom: 6px;
}
@media (min-width: 1200px) {
.promo-how__content h1 {
font-size: 34px;
}
}
@media (min-width: 1700px) {
.promo-how__content h1 {
font-size: 43px !important;
max-width: 868px !important;
margin-bottom: 4px;
}
}
.promo-how__content p.h {
font-size: 18px;
font-weight: normal;
line-height: 1.25;
margin-bottom: 58px;
white-space: nowrap;
width: 100%;
text-align: center;
}
@media (min-width: 1200px) {
.promo-how__content p.h {
font-size: 20px;
}
}
@media (min-width: 1700px) {
.promo-how__content p.h {
font-size: 26px !important;
margin-bottom: 93px;
}
}
.promo-how__content--card {
width: 100%;
margin-bottom: 62px;
}
@media (min-width: 1200px) {
.promo-how__content--card {
margin-bottom: 0;
}
}
.promo-how__content--card img {
height: 154px;
width: auto;
margin-bottom: 30px;
}
.promo-how__content--card img.award-step3 {
margin-left: -20px;
}
.promo-how__content--card h4 {
color: #fd9b34;
line-height: 1.31;
font-size: 26px;
font-weight: 600;
margin-bottom: 10px;
}
@media (min-width: 768px) {
.promo-how__content--card h4 {
font-size: 20px !important;
}
}
@media (min-width: 1200px) {
.promo-how__content--card h4 {
font-size: 26px !important;
}
}
.promo-how__content--card p {
font-size: 19px;
line-height: 1.26;
color: #7d654c;
max-width: 244px;
margin: 0 auto 16px;
}
.promo-how__content--card p a {
color: #775c45 !important;
text-decoration: underline;
}
.promo-how__content--card p a:hover {
color: #f2c230 !important;
}
@media (min-width: 768px) {
.promo-how__content--card p {
font-size: 14px !important;
}
}
@media (min-width: 1200px) {
.promo-how__content--card p {
font-size: 19px !important;
}
}
.promo-how__content--card .button-rules {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2021/Icon-feather-external-link.svg) !important;
background-color: transparent !important;
background-repeat: no-repeat;
background-size: 100% 100%;
text-transform: uppercase;
font-size: 14px;
margin-top: 16px;
padding: 55px 55px 55px 35px;
text-align: left;
color: #775c45 !important;
background-color: #f2c230 !important;
}
.promo-how__content--card .button-rules:hover {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2021/Icon-feather-external-link.png) !important;
background-color: #f2c230 !important;
color: white !important;
text-decoration: none !important;
}
.promo-how .arrow-1, .promo-how .arrow-2 {
display: none;
}
@media (min-width: 768px) {
.promo-how .container {
max-width: 1000px;
position: relative;
}
.promo-how h1 {
border-top: 1px solid #8e7763;
padding-top: 50px;
max-width: 666px;
margin: 0 auto;
font-family: Montserrat;
font-size: 34px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.21;
letter-spacing: normal;
color: #000;
position: relative;
margin-top: 20px;
}
.promo-how h1:before {
content: "";
display: block;
width: 10px;
height: 10px;
border: 1px solid #8e7763;
border-top-color: transparent;
border-right-color: transparent;
position: absolute;
background: #f2eeea;
transform: translateX(-50%) rotate(-45deg);
top: -5px;
left: 50%;
}
.promo-how p {
display: block;
width: 413px;
margin: 2px auto;
opacity: 0.73;
font-family: Montserrat;
font-size: 21px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.19;
letter-spacing: normal;
text-align: left;
color: #000;
}
.promo-how .arrow-1, .promo-how .arrow-2 {
display: block;
position: absolute;
width: 13vw;
}
.promo-how .arrow-1 {
top: 191px;
left: 27%;
}
.promo-how .arrow-2 {
top: 290px;
left: 59%;
}
}
@media (min-width: 1200px) {
.promo-how .container {
max-width: 1000px;
position: relative;
}
.promo-how h1 {
border-top: 1px solid #8e7763;
padding-top: 50px;
max-width: 666px;
margin: 0 auto;
font-family: Montserrat;
font-size: 34px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.21;
letter-spacing: normal;
color: #000;
position: relative;
margin-top: 20px;
}
.promo-how h1:before {
content: "";
display: block;
width: 10px;
height: 10px;
border: 1px solid #8e7763;
border-top-color: transparent;
border-right-color: transparent;
position: absolute;
background: #f2eeea;
transform: translateX(-50%) rotate(-45deg);
top: -5px;
left: 50%;
}
.promo-how p {
display: block;
width: 413px;
margin: 2px auto;
opacity: 0.73;
font-family: Montserrat;
font-size: 21px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.19;
letter-spacing: normal;
text-align: left;
color: #000;
}
.promo-how .arrow-1, .promo-how .arrow-2 {
display: block;
position: absolute;
width: 140px;
}
.promo-how .arrow-1 {
top: 191px;
left: 27%;
}
.promo-how .arrow-2 {
top: 290px;
left: 59%;
}
}
@media (min-width: 1700px) {
.promo-how .container {
max-width: 1350px;
}
.promo-how .container img {
width: 182px;
height: auto;
}
.promo-how .container .arrow-1 {
top: 248px;
left: 27%;
}
.promo-how .container .arrow-2 {
top: 376px;
left: 59.5%;
}
.promo-how .container h4 {
font-size: 32px;
margin-top: 10px;
}
.promo-how .container p {
width: 450px;
font-size: 22px !important;
}
.promo-how .container .button-rules {
height: 52px !important;
width: 267px !important;
font-size: 17px !important;
padding: 16px 20px;
padding-right: 50px;
background-size: 21px 21px;
background-position: calc(100% - 17px) center;
margin-top: 25px;
}
}
.promo-2024-sticker {
position: fixed;
top: 30%;
right: 15px;
z-index: 10;
width: 126px;
height: 126px;
}
@media (min-width: 768px) {
.promo-2024-sticker {
right: 15px;
}
}
@media (min-width: 992px) {
.promo-2024-sticker {
width: 193px;
height: 193px;
}
}
.promo-2024-sticker img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.promo-2024-sticker img:last-child {
z-index: 2;
-webkit-animation: rotating 15s linear infinite;
-moz-animation: rotating 15s linear infinite;
-ms-animation: rotating 15s linear infinite;
-o-animation: rotating 15s linear infinite;
animation: rotating 15s linear infinite;
}
.page-template-promo-2024 {
background-color: #f2eeea;
color: #7d654c;
}
.page-template-promo-2024 ul {
list-style: none;
margin: 0;
padding: 0;
}
.page-template-promo-2024 h3 {
font-size: 30px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: center;
}
.page-template-promo-2024 h3 span {
color: #fe9700;
}
@media (min-width: 768px) {
.page-template-promo-2024 h3 {
font-size: 38px;
line-height: 1.21;
}
}
.page-template-promo-2024 .btn {
padding: 16px 0 15px !important;
border-radius: 25px !important;
border: none;
outline: none;
background: none;
cursor: pointer;
white-space: nowrap;
text-decoration: none;
max-width: calc(100vw - 30px);
font-family: Montserrat !important;
font-size: 15px !important;
font-weight: 500 !important;
font-stretch: normal;
font-style: normal;
line-height: 0.94 !important;
letter-spacing: normal;
text-align: center;
width: auto !important;
}
.page-template-promo-2024 .btn, .page-template-promo-2024 .btn:hover {
background-color: #ff9700 !important;
color: #fff !important;
}
@media (min-width: 768px) {
.page-template-promo-2024 .btn {
padding: 23px 91.5px 22px 40.3px !important;
border-radius: 35px !important;
font-size: 21px !important;
font-weight: 600 !important;
line-height: 1.19 !important;
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/arrow-right.svg) !important;
background-color: #ff9700 !important;
background-position: calc(100% - 37.5px) !important;
background-size: 37.3px 21.1px !important;
background-repeat: no-repeat !important;
}
}
.page-template-promo-2024 .separator {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2024/separator.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
height: 39.6px;
width: 100%;
}
@media (max-width: 991.98px) {
.page-template-promo-2024 .separator {
height: 28.3px;
}
}
.page-template-promo-2024 .intro,
.page-template-promo-2024 .features,
.page-template-promo-2024 .colors,
.page-template-promo-2024 .quote,
.page-template-promo-2024 .faq,
.page-template-promo-2024 .partners {
max-width: 1230px;
margin: 0 auto;
padding: 0 15px;
}
.page-template-promo-2024 .intro {
min-height: 80vh;
position: relative;
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
.page-template-promo-2024 .intro {
max-height: 100vh;
min-height: 698px;
}
}
.page-template-promo-2024 .intro__logo {
position: absolute;
top: 0;
left: 15px;
width: 90px;
height: auto;
z-index: 2;
}
.page-template-promo-2024 .intro__logo img {
width: 100%;
height: 100%;
}
@media (min-width: 992px) {
.page-template-promo-2024 .intro__logo {
width: 130px;
}
}
.page-template-promo-2024 .intro__content {
flex-grow: 1;
margin-top: 2.5rem;
}
@media (min-width: 768px) {
.page-template-promo-2024 .intro__content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 2rem;
}
}
.page-template-promo-2024 .intro__pres {
height: 100%;
display: flex;
flex-direction: column-reverse;
gap: 1rem;
}
@media (min-width: 768px) {
.page-template-promo-2024 .intro__pres {
gap: 0;
flex-direction: row;
}
}
@media (min-width: 768px) {
.page-template-promo-2024 .intro__pres__cap, .page-template-promo-2024 .intro__pres__pic {
width: 50%;
}
}
.page-template-promo-2024 .intro__pres__cap {
z-index: 3;
margin-top: -30vh;
}
@media (min-width: 576px) {
.page-template-promo-2024 .intro__pres__cap {
margin-top: -45vh;
}
}
@media (min-width: 768px) {
.page-template-promo-2024 .intro__pres__cap {
margin-top: 0;
}
}
.page-template-promo-2024 .intro__pres__cap h1,
.page-template-promo-2024 .intro__pres__cap h2,
.page-template-promo-2024 .intro__pres__cap li {
white-space: pre-wrap;
}
.page-template-promo-2024 .intro__pres__cap h1 {
height: 46px;
margin: 0 39.7px 0.4px 0;
font-size: 35px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 0.91;
letter-spacing: normal;
text-align: left;
}
@media (max-width: 1100px) {
.page-template-promo-2024 .intro__pres__cap h1 {
height: 41px;
margin: 0 11.7px 0.7px 0;
font-size: 31px;
line-height: 0.9;
}
}
.page-template-promo-2024 .intro__pres__cap h2 {
height: 198px;
margin: 0.4px 1.5px 14.7px 0;
font-size: 63px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 0.92;
letter-spacing: normal;
text-align: left;
}
@media (max-width: 1100px) {
.page-template-promo-2024 .intro__pres__cap h2 {
height: 176px;
margin: 0.7px 84px 21.3px 0;
font-size: 56px;
line-height: 0.93;
}
}
.page-template-promo-2024 .intro__pres__cap .separator {
margin: 0 2.5px 0 0;
background-position: left;
}
.page-template-promo-2024 .intro__pres__cap #slider-labels {
position: relative;
margin: 27.5px 2px 46.5px 0;
height: 98px;
}
.page-template-promo-2024 .intro__pres__cap #slider-labels li {
position: absolute;
width: 100%;
margin-bottom: 0;
font-size: 26px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.23;
letter-spacing: normal;
text-align: left;
opacity: 0;
will-change: opacity;
transition: opacity 0.3s ease-out;
}
.page-template-promo-2024 .intro__pres__cap #slider-labels li span {
color: #fe9700;
}
.page-template-promo-2024 .intro__pres__cap #slider-labels li b {
font-weight: 600;
}
.page-template-promo-2024 .intro__pres__cap #slider-labels li.active {
opacity: 1;
z-index: 2;
}
@media (max-width: 991.98px) {
.page-template-promo-2024 .intro__pres__cap #slider-labels {
width: 308px;
height: 86px;
margin: 26.1px 67px 13.3px 0;
}
.page-template-promo-2024 .intro__pres__cap #slider-labels li {
font-size: 23px;
line-height: 1.22;
}
}
.page-template-promo-2024 .intro__pres__cap #slider-controls {
width: 100%;
display: flex;
align-items: center;
gap: 10px;
}
@media (max-width: 1100px) {
.page-template-promo-2024 .intro__pres__cap #slider-controls {
margin-bottom: 24.6px;
}
}
.page-template-promo-2024 .intro__pres__cap #slider-controls li {
cursor: pointer;
position: relative;
width: 30px;
padding-top: 4.5px;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 0.86;
letter-spacing: normal;
color: #7d654c;
border-top: solid 3px #7d654c;
will-change: width;
transition: width 0.3s ease-out;
}
.page-template-promo-2024 .intro__pres__cap #slider-controls li.active {
color: #fe9700;
width: 200px;
}
.page-template-promo-2024 .intro__pres__cap #slider-controls li.active::after {
position: absolute;
content: " ";
top: -3px;
left: 0;
height: 3px;
width: 50%;
background-color: #fe9700;
-webkit-animation: fill 4s linear forwards;
-moz-animation: fill 4s linear forwards;
-ms-animation: fill 4s linear forwards;
-o-animation: fill 4s linear forwards;
animation: fill 4s linear forwards;
}
@keyframes fill {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
.page-template-promo-2024 .intro__pres__cap #slider-controls li:hover {
color: #fe9700;
}
.page-template-promo-2024 .intro__pres__pic {
height: 100%;
position: relative;
display: flex;
align-items: center;
justify-content: end;
}
.page-template-promo-2024 .intro__pres__pic__icon {
position: absolute;
top: 2.5%;
left: 2.5%;
width: 50.7%;
padding-bottom: 50.7%;
z-index: 2;
}
.page-template-promo-2024 .intro__pres__pic__icon img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.page-template-promo-2024 .intro__pres__pic__icon img:last-child {
z-index: 2;
-webkit-animation: rotating 15s linear infinite;
-moz-animation: rotating 15s linear infinite;
-ms-animation: rotating 15s linear infinite;
-o-animation: rotating 15s linear infinite;
animation: rotating 15s linear infinite;
}
.page-template-promo-2024 .intro__pres__pic__bg {
max-width: 68.7vw;
position: relative;
margin-right: -1rem;
}
@media (min-width: 768px) {
.page-template-promo-2024 .intro__pres__pic__bg {
margin-right: 0;
}
}
.page-template-promo-2024 .intro__pres__pic__bg #slider-images {
width: 100%;
display: flex;
overflow: hidden;
scroll-behavior: smooth;
mask-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2024/slides/slide1.png);
mask-size: cover;
}
.page-template-promo-2024 .intro__pres__pic__bg #slider-images img {
max-height: 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.page-template-promo-2024 .intro__pres {
width: 100%;
display: flex;
align-items: center;
max-width: 760px;
}
}
.page-template-promo-2024 .intro__form {
display: none;
width: 100%;
}
@media (min-width: 768px) {
.page-template-promo-2024 .intro__form {
display: block;
max-width: 260px;
}
}
@media (min-width: 992px) {
.page-template-promo-2024 .intro__form {
max-width: 360px;
}
}
.page-template-promo-2024 .intro__move-down {
margin-top: 37.6px;
text-align: center;
}
@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
}
50% {
transform: translateY(0);
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
}
.page-template-promo-2024 .intro__move-down img {
-webkit-animation: bounce 1s linear infinite;
-moz-animation: bounce 1s linear infinite;
-ms-animation: bounce 1s linear infinite;
-o-animation: bounce 1s linear infinite;
animation: bounce 1s linear infinite;
}
@media (max-width: 1199.98px) {
.page-template-promo-2024 .intro__move-down {
margin: 24.6px 0.7px 0;
}
.page-template-promo-2024 .intro__move-down img {
width: 32.6px;
height: 61.5px;
}
}
.page-template-promo-2024 .features {
margin: 54.5px auto 50.9px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .features {
margin: 42.3px auto 107.6px;
}
}
.page-template-promo-2024 .features__list {
display: flex;
flex-direction: column;
list-style: none;
gap: 50px;
margin: 67px 0 0;
padding: 0;
}
@media (min-width: 768px) {
.page-template-promo-2024 .features__list {
margin: 60px 0 0;
flex-direction: row;
align-items: start;
gap: 44px;
}
}
.page-template-promo-2024 .features__list li {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
gap: 28px;
}
.page-template-promo-2024 .features__list li p {
margin-bottom: 0;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
text-align: center;
white-space: pre-wrap;
}
.page-template-promo-2024 .features__list li p strong {
font-weight: 500;
}
@media (min-width: 768px) {
.page-template-promo-2024 .features__list li p {
font-size: 26px;
line-height: 1.23;
}
}
.page-template-promo-2024 .features__list__icon {
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.page-template-promo-2024 .colors {
max-width: 1220px;
padding: 0 10px;
}
.page-template-promo-2024 .colors h3 {
margin: 50.2px 0 51.1px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .colors h3 {
margin: 44.4px 0 44.4px;
}
}
.page-template-promo-2024 .colors__desc {
margin: 0 auto 22px auto;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: center;
}
.page-template-promo-2024 .colors__desc strong {
font-weight: 500;
}
@media (min-width: 768px) {
.page-template-promo-2024 .colors__desc {
max-width: 782px;
margin-bottom: 109px;
font-size: 22px;
line-height: 1.27;
}
}
.page-template-promo-2024 .colors__list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 34px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .colors__list {
column-gap: 57px;
justify-content: center;
}
}
.page-template-promo-2024 .colors__list li {
width: 168px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .colors__list li {
width: 170px;
}
}
.page-template-promo-2024 .colors__list img {
width: 100%;
height: auto;
}
.page-template-promo-2024 .colors__list div {
margin: 29px 12px 0;
font-size: 19px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.26;
letter-spacing: normal;
text-align: center;
color: #707070;
white-space: pre;
text-transform: uppercase;
}
@media (min-width: 768px) {
.page-template-promo-2024 .colors__list div {
margin: 25px 13.5px 0;
font-size: 20px;
line-height: 1.25;
}
}
@media (min-width: 768px) {
.page-template-promo-2024 .colors__list {
row-gap: 35px;
column-gap: 68px;
}
}
.page-template-promo-2024 .colors__disclaimer {
margin: 44px 0 55px;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
text-align: center;
color: #707070;
}
@media (min-width: 768px) {
.page-template-promo-2024 .colors__disclaimer {
max-width: 906px;
margin: 45px auto 67px;
}
}
.page-template-promo-2024 .colors__action {
margin-bottom: 67px;
text-align: center;
}
@media (min-width: 768px) {
.page-template-promo-2024 .colors__action {
margin-bottom: 106.7px;
}
}
@media (max-width: 991.98px) {
.page-template-promo-2024 .colors__action .btn {
padding-left: 11px !important;
padding-right: 12px !important;
}
}
.page-template-promo-2024 .colors__action a {
display: inline-block;
}
.page-template-promo-2024 .table h3 {
margin: 50.2px auto 57px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .table h3 {
margin: 44.4px auto 102.6px;
}
}
.page-template-promo-2024 .table__container {
max-width: 1200px;
margin: auto;
overflow: auto;
position: relative;
}
@media (min-width: 768px) {
.page-template-promo-2024 .table__container table {
width: 100%;
table-layout: fixed;
}
}
.page-template-promo-2024 .table__container table thead {
font-size: 20px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .table__container table thead {
font-size: 22px;
}
}
.page-template-promo-2024 .table__container table tbody {
font-size: 16px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .table__container table tbody {
font-size: 18px;
}
}
.page-template-promo-2024 .table__container table th {
padding-top: 0 !important;
}
.page-template-promo-2024 .table__container table th span {
display: block;
white-space: pre-wrap;
font-weight: 500;
color: #6b594e;
height: 50px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .table__container table th span {
height: 58px;
}
}
.page-template-promo-2024 .table__container table th img {
margin: 27px auto 0;
}
@media (min-width: 768px) {
.page-template-promo-2024 .table__container table th img {
margin-top: 30.3px;
}
}
.page-template-promo-2024 .table__container table td {
color: #7d654d;
font-weight: normal;
}
.page-template-promo-2024 .table__container table th,
.page-template-promo-2024 .table__container table td {
padding: 24px 16px 18px;
vertical-align: top;
text-align: center;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
text-align: center;
background-color: #f2eeea;
}
.page-template-promo-2024 .table__container table th:not(:first-child):not(:last-child),
.page-template-promo-2024 .table__container table td:not(:first-child):not(:last-child) {
position: relative;
}
.page-template-promo-2024 .table__container table th:not(:first-child):not(:last-child)::after,
.page-template-promo-2024 .table__container table td:not(:first-child):not(:last-child)::after {
content: " ";
position: absolute;
top: 0;
bottom: 0;
right: 0;
border-right: 1px solid rgba(125, 101, 77, 0.23);
}
.page-template-promo-2024 .table__container table th:first-child,
.page-template-promo-2024 .table__container table td:first-child {
position: sticky;
z-index: 2;
left: 0;
text-align: right;
font-weight: 500;
border-right: 2px solid #7d654d;
}
@media (min-width: 768px) {
.page-template-promo-2024 .table__container table th:first-child,
.page-template-promo-2024 .table__container table td:first-child {
width: 300px;
}
}
.page-template-promo-2024 .table__container table th:first-child::after,
.page-template-promo-2024 .table__container table td:first-child::after {
content: " ";
position: absolute;
top: 0;
bottom: 0;
right: -2px;
border-right: 2px solid #7d654d;
}
.page-template-promo-2024 .table__container table th:not(:first-child):not(:last-child)::after {
top: 50px;
}
.page-template-promo-2024 .table__container table tr:nth-child(odd) td {
background-color: #e6e0d5;
}
.page-template-promo-2024 .table__action {
margin: 57.4px auto 62.4px;
text-align: center;
}
@media (min-width: 768px) {
.page-template-promo-2024 .table__action {
margin: 70.7px auto 99.5px;
}
}
@media (max-width: 991.98px) {
.page-template-promo-2024 .table__action .btn {
padding-left: 20px !important;
padding-right: 19.2px !important;
}
}
.page-template-promo-2024 .table__action a {
display: inline-block;
}
.page-template-promo-2024 .quote {
max-width: 990px;
}
.page-template-promo-2024 .quote h3 {
margin: 50.2px 0 41.4px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .quote h3 {
margin: 44.4px 0 67.4px;
}
}
.page-template-promo-2024 .quote__content {
display: flex;
flex-direction: column;
gap: 22.2px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .quote__content {
flex-direction: row;
gap: 45px;
}
}
.page-template-promo-2024 .quote__content__video div {
line-height: 0;
width: 100%;
position: relative;
padding-bottom: 70%;
}
@media (min-width: 768px) {
.page-template-promo-2024 .quote__content__video div {
width: 506px;
}
}
.page-template-promo-2024 .quote__content__video div iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.page-template-promo-2024 .quote__content__video p {
margin: 9.1px 0 0;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: italic;
line-height: 1.25;
letter-spacing: normal;
text-align: left;
color: #707070;
}
@media (min-width: 768px) {
.page-template-promo-2024 .quote__content__video p {
margin-top: 12.4px;
font-size: 18px;
line-height: 1.28;
}
}
.page-template-promo-2024 .quote__content__text p {
margin: 23.6px 0 0;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: italic;
line-height: 1.25;
letter-spacing: normal;
white-space: pre-wrap;
}
@media (min-width: 768px) {
.page-template-promo-2024 .quote__content__text p {
margin-top: 26px;
font-size: 20px;
line-height: 1.25;
}
}
.page-template-promo-2024 .quote__action {
margin: 49.9px 0 63.9px 0;
text-align: center;
}
@media (min-width: 768px) {
.page-template-promo-2024 .quote__action {
margin-bottom: 106.6px;
}
}
@media (max-width: 991.98px) {
.page-template-promo-2024 .quote__action .btn {
padding-left: 19px !important;
padding-right: 18.2px !important;
}
}
.page-template-promo-2024 .quote__action a {
display: inline-block;
}
.page-template-promo-2024 .gallery {
margin-bottom: 79.4px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .gallery {
margin-bottom: 106.6px;
}
}
.page-template-promo-2024 .gallery h3 {
padding: 0 15px;
margin-top: 50.2px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .gallery h3 {
margin-bottom: 44.4px;
}
}
.page-template-promo-2024 .gallery .gallery-switcher {
padding: 11.8px 0 12px;
margin-bottom: 0;
font-size: 18px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
color: #7d654c;
}
.page-template-promo-2024 .gallery .gallery-switcher:hover, .page-template-promo-2024 .gallery .gallery-switcher--is-active {
background-color: rgba(125, 101, 76, 0.21);
}
@media (min-width: 768px) {
.page-template-promo-2024 .gallery .gallery-switcher {
padding: 29px 0;
font-size: 22px;
font-weight: 500;
line-height: 1.27;
}
}
.page-template-promo-2024 .gallery__description {
padding: 0 15px;
max-width: 800px;
margin: 41.1px auto 69.4px;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: center;
}
@media (min-width: 768px) {
.page-template-promo-2024 .gallery__description {
margin: 30.4px auto 64.6px;
font-size: 22px;
line-height: 1.27;
}
}
.page-template-promo-2024 .faq {
max-width: 1010px;
}
.page-template-promo-2024 .faq h3 {
margin: 50.2px 0 49.9px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .faq h3 {
margin: 44.4px 0;
}
}
.page-template-promo-2024 .faq__item {
padding: 12.7px 24px 9px 14px;
background-color: white;
margin-bottom: 10px;
}
.page-template-promo-2024 .faq__item:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.page-template-promo-2024 .faq__item {
padding: 22px 35.1px 21.3px 21px;
}
}
.page-template-promo-2024 .faq__item [role=button] {
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
}
.page-template-promo-2024 .faq__item [role=button] p {
font-size: 16px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.19;
letter-spacing: normal;
margin-bottom: 0;
}
@media (min-width: 768px) {
.page-template-promo-2024 .faq__item [role=button] p {
font-size: 22px;
line-height: 1.27;
}
}
.page-template-promo-2024 .faq__item__icon {
flex-shrink: 0;
width: 23.1px;
height: 23.1px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2024/expand-arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: transform 0.3s ease-out;
will-change: transform;
}
@media (min-width: 768px) {
.page-template-promo-2024 .faq__item__icon {
width: 33.75px;
height: 33.75px;
}
}
.page-template-promo-2024 .faq__item__details {
display: none;
margin-top: 7.5px;
margin-bottom: 0;
padding-right: 32px;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal;
color: #707070;
}
@media (min-width: 768px) {
.page-template-promo-2024 .faq__item__details {
margin-top: 14px;
font-size: 20px;
line-height: 1.2;
}
}
.page-template-promo-2024 .faq__item--active .faq__item__details {
display: block;
}
.page-template-promo-2024 .faq__item--active .faq__item__icon {
transform: rotate(180deg);
}
.page-template-promo-2024 .faq__action {
margin-top: 55.8px;
margin-bottom: 71.6px;
text-align: center;
}
@media (min-width: 768px) {
.page-template-promo-2024 .faq__action {
margin-top: 80.6px;
margin-bottom: 106.9px;
}
}
@media (max-width: 991.98px) {
.page-template-promo-2024 .faq__action .btn {
padding-left: 11px !important;
padding-right: 12px !important;
font-size: 14px !important;
}
}
.page-template-promo-2024 .faq__action a {
display: inline-block;
}
.page-template-promo-2024 .partners {
max-width: 886px;
}
.page-template-promo-2024 .partners h3 {
margin-top: 49.9px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .partners h3 {
margin-top: 44.4px;
}
}
.page-template-promo-2024 .partners__desc {
margin: 41.4px auto 50.2px;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: center;
}
@media (min-width: 768px) {
.page-template-promo-2024 .partners__desc {
margin: 42px auto 79.7px;
font-size: 22px;
line-height: 1.27;
}
}
.page-template-promo-2024 .partners__list {
display: flex;
flex-direction: column;
gap: 49.7px;
}
.page-template-promo-2024 .partners__list__logo {
width: 140px;
flex-shrink: 0;
display: flex;
justify-content: center;
}
.page-template-promo-2024 .partners__list li {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 44.4px;
}
@media (min-width: 768px) {
.page-template-promo-2024 .partners__list li {
flex-direction: row;
text-align: left;
}
}
.page-template-promo-2024 .partners__list li h5 {
margin-bottom: 9px;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.9;
letter-spacing: normal;
text-transform: uppercase;
}
@media (min-width: 768px) {
.page-template-promo-2024 .partners__list li h5 {
margin-bottom: 5px;
font-size: 28px;
line-height: 1.64;
}
}
.page-template-promo-2024 .partners__list li p {
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.44;
letter-spacing: normal;
}
@media (min-width: 768px) {
.page-template-promo-2024 .partners__list li p {
font-size: 22px;
line-height: 1.27;
}
}
.page-template-promo-2024 .partners__action {
margin: 50.6px 0 50.8px 0;
text-align: center;
}
@media (min-width: 768px) {
.page-template-promo-2024 .partners__action {
margin: 90.7px auto 107.5px;
}
}
@media (max-width: 991.98px) {
.page-template-promo-2024 .partners__action .btn {
padding-left: 39px !important;
padding-right: 38px !important;
}
}
.page-template-promo-2024 .partners__action a {
display: inline-block;
}
.page-template-promo-2024 section.form {
margin: 0 auto 43px;
padding: 0 15px;
max-width: 768px;
}
.page-template-promo-2024 .promo2023__hero-section__form {
min-width: auto;
max-width: 100%;
padding: 0;
}
.page-template-promo-2024 .promo2023__hero-section__form #form-scroll {
text-align: left;
}
.page-template-promo-2024 .promo2023__hero-section__form .form-t {
padding: 0;
margin: 18.7px 0;
}
@media (min-width: 768px) {
.page-template-promo-2024 .promo2023__hero-section__form .form-t {
margin: 0 0 17px;
}
}
.page-template-promo-2024 .promo2023__hero-section__form input[type=checkbox].contact-form-field:checked {
border-color: #fd9b34;
}
.page-template-promo-2024 .promo2023__hero-section__form .form-group--checkbox {
overflow: hidden;
max-height: 30px;
}
.page-template-promo-2024 .promo2023__hero-section__form .form-group--checkbox p.truncate {
height: 100%;
margin-bottom: 0;
}
.page-template-promo-2024 .promo2023__hero-section__form .form-group--checkbox.rodo {
margin-bottom: 26px !important;
}
.page-template-promo-2024 .promo2023__hero-section__form .collapse {
font-weight: 600;
}
.page-template-promo-2024 .promo2023__hero-section__form .policy {
margin-top: -8px;
padding-left: 25px;
}
.page-template-promo-2024 .promo2023__hero-section__form .btn {
margin-top: 38.3px !important;
padding-left: 41px !important;
padding-right: 41px !important;
}
@media (min-width: 768px) {
.page-template-promo-2024 .promo2023__hero-section__form .btn {
height: 74.6px !important;
margin-top: 22.9px !important;
padding: 22.4px 119.1px 26.5px 41.3px !important;
border-radius: 37px !important;
}
}
.page-template-promo-2025 {
background-color: #f2eeea;
}
.promo-2025 {
padding-left: 20px;
padding-right: 20px;
background-color: #f2eeea;
padding-left: 20px;
padding-right: 20px;
color: #7d654d; }
.promo-2025 ul {
list-style: none;
margin: 0;
padding: 0;
}
.promo-2025 .link {
color: #fd9b34;
text-decoration: underline;
}
.promo-2025 .link:hover {
color: #7d654d;
}
.promo-2025 .color-highlight {
color: #fe9700 !important;
font-weight: 600 !important;
}
.promo-2025__wrapper {
max-width: 1200px;
margin: auto;
position: relative;
}
.promo-2025__header .logo {
position: absolute;
z-index: 2;
}
.promo-2025__hero-section {
display: flex;
justify-content: space-between;
padding-bottom: 160px;
position: relative;
}
.promo-2025__hero-section__text {
padding-top: 266px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/hero.webp);
background-repeat: no-repeat;
background-position-x: calc(100% - 80px);
background-position-y: 50px;
width: 100%;
position: relative;
z-index: 1;
}
.promo-2025__hero-section__text p, .promo-2025__hero-section__text h2 {
text-shadow: 3px 0 3px #f2eeea;
}
.promo-2025__hero-section__text:before {
content: "";
position: absolute;
width: 194px;
height: 195px;
right: 36%;
top: 80px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/prize.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.promo-2025__hero-section__text::after {
content: "";
position: absolute;
width: 193px;
height: 193px;
background-repeat: no-repeat;
right: 36%;
top: 80px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/prize-text.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
animation: rotating 15s linear infinite;
}
.promo-2025__hero-section__text .twin {
font-size: 35px;
padding-bottom: 0;
margin-bottom: 0;
}
.promo-2025__hero-section__text .twin:before {
content: "";
width: 307px;
height: 460px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/hero-myjka.webp);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: absolute;
right: 126px;
top: 456px;
z-index: -1;
}
.promo-2025__hero-section__text h2 {
font-size: 50px;
position: relative;
font-weight: 600;
text-transform: uppercase;
line-height: 64px;
padding-bottom: 70px;
margin-bottom: 26px;
}
.promo-2025__hero-section__text h2 span {
font-size: 100px;
}
.promo-2025__hero-section__text h2::after {
position: absolute;
width: 217px;
height: 40px;
content: "";
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/line.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
left: 0;
bottom: 0;
}
.promo-2025__hero-section__text .prize {
font-size: 26px;
line-height: 32px;
max-width: 323px;
margin-bottom: 14px;
}
.promo-2025__hero-section__text .prize-2 {
font-size: 26px;
max-width: 323px;
margin-bottom: 0;
line-height: 32px;
}
.promo-2025__hero-section__form {
padding-top: 39px;
padding-left: 2px;
padding-right: 2px;
min-width: 359px;
max-width: 359px;
}
.promo-2025__hero-section__form textarea:focus, .promo-2025__hero-section__form input:focus {
outline: none;
}
.promo-2025__hero-section__form .rodo {
display: flex;
margin-top: -3px;
}
.promo-2025__hero-section__form .rodo .truncate {
margin-bottom: 0 !important;
}
.promo-2025__hero-section__form .truncate {
line-height: 16px !important;
}
@media (max-width: 1944px) {
.promo-2025__hero-section__form {
min-width: 359px;
max-width: 359px;
}
}
.promo-2025__hero-section__form h3 {
font-size: 34px;
line-height: 34px;
letter-spacing: 1.7px;
font-weight: 400;
margin-bottom: 0;
}
.promo-2025__hero-section__form h3 span {
color: #ff9700;
}
.promo-2025__hero-section__form p.form-t {
font-size: 18px;
font-weight: 300;
margin-top: 4px;
margin-bottom: 17px;
max-width: 300px;
line-height: 22px;
}
.promo-2025__hero-section__form p.form-t span {
font-weight: 600;
}
.promo-2025__hero-section__form .form-group {
margin-bottom: 16px;
}
.promo-2025__hero-section__form .form-group__header {
font-size: 18px;
margin-bottom: 8px;
}
.promo-2025__hero-section__form .form-group__radio-container {
gap: 16px;
border: 1px solid #7d654c;
padding: 12px;
border-radius: 16px;
}
.promo-2025__hero-section__form .form-group__radio-container label {
font-size: 16px;
cursor: pointer;
}
.promo-2025__hero-section__form .form-group--checkbox {
margin-bottom: 3px;
}
.promo-2025__hero-section__form .form-group--checkbox .contact-form__error {
margin-bottom: 0;
padding-top: 0;
}
.promo-2025__hero-section__form .form-group.rodo {
margin-bottom: 8px;
}
.promo-2025__hero-section__form input {
background-color: transparent;
border-radius: 40px !important;
font-size: 18px !important;
color: #7d654c !important;
padding: 12px 24px !important;
border-color: #7d654c !important;
}
.promo-2025__hero-section__form input:focus {
font-weight: 500;
}
.promo-2025__hero-section__form input:focus::placeholder {
font-weight: 500 !important;
}
.promo-2025__hero-section__form input::placeholder { color: #7d654c !important;
font-weight: 400 !important;
font-size: 19px !important;
opacity: 1; }
.promo-2025__hero-section__form input[type=checkbox].contact-form-field {
background: transparent;
border: 1px solid #775c45;
-webkit-appearance: none;
border-radius: 5px !important;
padding: 0 !important;
-moz-appearance: none;
appearance: none;
height: 15px;
cursor: pointer;
}
.promo-2025__hero-section__form input[type=checkbox].contact-form-field:checked {
background: #fd9b34;
}
.promo-2025__hero-section__form .contact-form__error {
background-color: transparent !important;
color: #ff0000;
padding-left: 26px;
font-weight: 400;
font-size: 12px;
padding-top: 4px;
padding-bottom: 0;
margin-bottom: -6px;
}
.promo-2025__hero-section__form .contact-form-input__error {
border: 1px solid #ff0000 !important;
}
.promo-2025__hero-section__form .form-show-more b {
font-weight: 600;
text-decoration: underline;
cursor: pointer;
}
.promo-2025__hero-section__form .form-show-more b:hover {
color: #ff9700;
}
.promo-2025__hero-section__form .form-show-more.expanded span {
display: none;
}
.promo-2025__hero-section__form .form-hidden-text.expanded {
display: inline;
}
.promo-2025__hero-section__form .form-hidden-text {
display: none;
}
.promo-2025__hero-section__form .my-3 {
margin-top: -2px !important;
padding-left: 24px;
margin-bottom: 22px !important;
}
.promo-2025__hero-section__form .my-3 a {
color: inherit;
font-weight: 600;
text-decoration: underline;
}
.promo-2025__hero-section__form .my-3 a:hover {
color: #ff9700;
}
.promo-2025__hero-section__form p, .promo-2025__hero-section__form label {
color: #775c45 !important;
}
.promo-2025__hero-section__form button {
width: 225px !important;
position: relative;
background-color: #ff9700 !important;
font-size: 20px !important;
line-height: 23px !important;
padding: 20px 40px !important;
color: #ffffff !important;
border-radius: 40px;
text-transform: none !important;
font-family: Montserrat !important;
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/form-btn-arrow.svg);
background-color: #ff9700;
background-position: calc(100% - 33px);
background-repeat: no-repeat;
border: 3px solid #ff9700 !important;
font-weight: 600;
text-align: left;
transition: background-color 0.3s ease, color 0.3s ease !important;
}
.promo-2025__hero-section__form button:hover {
background-color: transparent !important;
color: #ff9700 !important;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/form-btn-arrow-orange.svg);
}
.promo-2025__hero-section__form .collapse {
font-size: 12px;
cursor: pointer;
text-decoration: underline;
}
.promo-2025__hero-section__form .collapse:hover {
color: #fd9b34;
}
.promo-2025__hero-section .arrow-down-animation {
position: absolute;
content: "";
width: 45px;
height: 82px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/scroll-down-arrow.svg);
bottom: 25px;
left: 50%;
animation: bounce 1s linear infinite;
}
@keyframes bounce {
0%, 100% {
transform: translate(-50%, -15%);
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
}
50% {
transform: translate(-50%, 0);
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
}
.promo-2025 .separator {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2024/separator.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
height: 39.6px;
width: 100%;
}
@media (max-width: 991.98px) {
.promo-2025 .separator {
height: 28.3px;
}
}
.promo-2025 .section-title {
font-size: 30px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: center;
}
.promo-2025 .section-title span {
color: #fe9700;
}
@media (min-width: 768px) {
.promo-2025 .section-title {
font-size: 38px;
line-height: 1.21;
}
}
.promo-2025 .promo-button {
font-size: 20px;
line-height: 25px;
display: inline-block;
padding: 20px 113px 19px 40px;
border: 3px solid #ff9700;
background-color: #ff9700;
border-radius: 35px;
font-family: Montserrat;
appearance: none;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/form-btn-arrow.svg);
background-position: calc(100% - 40px) 50%;
background-repeat: no-repeat;
font-weight: 600;
color: #fff;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
text-decoration: none !important;
}
.promo-2025 .promo-button:hover {
background-color: transparent;
color: #ff9700;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/form-btn-arrow-orange.svg);
}
.promo-2025 .promo-button--image {
padding-left: 120px;
position: relative;
}
.promo-2025 .promo-button--image:before {
content: "";
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/button-myjka.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: bottom right;
position: absolute;
right: calc(100% - 120px);
bottom: -14px;
height: 172px;
width: 139px;
pointer-events: none;
user-select: none;
}
.promo-2025 .promo-steps {
text-align: center;
margin-bottom: 100px;
}
.promo-2025 .promo-steps h2 {
font-size: 38px;
line-height: 32px;
margin-top: 0;
margin-bottom: 0;
font-weight: 400;
}
.promo-2025 .promo-steps p {
font-size: 22px;
line-height: 28px;
}
.promo-2025 .promo-steps p a {
color: inherit;
text-decoration: underline;
}
.promo-2025 .promo-steps p a:hover {
color: #ff9700;
}
.promo-2025 .promo-steps__desc {
margin-top: 10px;
margin-bottom: 52px;
}
.promo-2025 .promo-steps strong {
font-weight: 600;
}
.promo-2025 .promo-steps h3 {
font-size: 30px;
line-height: 32px;
font-weight: 600;
min-height: 64px;
margin-bottom: 0;
}
.promo-2025 .promo-steps h3 span {
color: #ff9700;
}
.promo-2025 .promo-steps__columns {
display: flex;
justify-content: space-between;
column-gap: 30px;
margin-bottom: 60px;
}
.promo-2025 .promo-steps__columns p {
margin-top: 26px;
margin-bottom: 0;
}
.promo-2025 .promo-steps__columns p strong {
font-weight: 700;
}
.promo-2025 .promo-steps__col {
max-width: 300px;
width: 100%;
}
.promo-2025 .promo-steps__img {
position: relative;
max-width: 197px;
width: 100%;
margin: 0 auto;
}
.promo-2025 .promo-steps__img:before {
content: "";
padding-top: 93%;
display: block;
}
.promo-2025 .promo-steps__img img {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
max-width: 100%;
}
.promo-2025 .quote {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
}
.promo-2025 .quote h3 {
margin: 50.2px auto 41.4px;
max-width: 630px;
}
@media (min-width: 768px) {
.promo-2025 .quote h3 {
margin: 44.4px auto 67.4px;
}
}
.promo-2025 .quote__content {
display: flex;
flex-direction: column;
gap: 22.2px;
}
@media (min-width: 768px) {
.promo-2025 .quote__content {
flex-direction: row;
gap: 45px;
}
}
.promo-2025 .quote__content__video > div {
line-height: 0;
width: 100%;
position: relative;
padding-bottom: 56.25%;
}
@media (min-width: 768px) {
.promo-2025 .quote__content__video > div {
width: 506px;
}
}
.promo-2025 .quote__content__video > div iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.promo-2025 .quote__content__video p {
margin: 9.1px 0 0;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: italic;
line-height: 1.25;
letter-spacing: normal;
text-align: left;
color: #707070;
}
@media (min-width: 768px) {
.promo-2025 .quote__content__video p {
margin-top: 12.4px;
font-size: 18px;
line-height: 1.28;
}
}
.promo-2025 .quote__content__text p {
margin: 23.6px 0 0;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: italic;
line-height: 1.25;
letter-spacing: normal;
white-space: pre-wrap;
}
@media (min-width: 768px) {
.promo-2025 .quote__content__text p {
margin-top: 26px;
font-size: 20px;
line-height: 1.25;
}
}
.promo-2025 .quote__action {
margin: 100px 0 63.9px 0;
text-align: center;
}
@media (min-width: 768px) {
.promo-2025 .quote__action {
margin-bottom: 106.6px;
}
}
@media (max-width: 991.98px) {
.promo-2025 .quote__action .btn {
padding-left: 19px !important;
padding-right: 18.2px !important;
}
}
.promo-2025 .quote__action a {
display: inline-block;
}
.promo-2025 .quote__video-placeholder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/youtube-placeholder.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.promo-2025 .gallery {
margin-bottom: 79.4px;
min-width: 100vw;
left: 50%;
transform: translateX(-50%);
position: relative;
}
@media (min-width: 768px) {
.promo-2025 .gallery {
margin-bottom: 106.6px;
}
}
.promo-2025 .gallery h3 {
padding: 0 15px;
margin-top: 50.2px;
}
@media (min-width: 768px) {
.promo-2025 .gallery h3 {
margin-bottom: 44.4px;
}
}
.promo-2025 .gallery__image {
position: relative;
}
.promo-2025 .gallery__image:before {
content: "";
display: block;
width: 100%;
padding-top: 85.7%;
}
.promo-2025 .gallery__image a {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.promo-2025 .gallery .gallery-switcher {
padding: 11.8px 0 12px;
margin-bottom: 0;
font-size: 18px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
color: #7d654c;
}
.promo-2025 .gallery .gallery-switcher:hover, .promo-2025 .gallery .gallery-switcher--is-active {
background-color: rgba(125, 101, 76, 0.21);
}
@media (min-width: 768px) {
.promo-2025 .gallery .gallery-switcher {
padding: 29px 0;
font-size: 22px;
font-weight: 500;
line-height: 1.27;
}
}
.promo-2025 .gallery__description {
padding: 0 15px;
max-width: 800px;
margin: 41.1px auto 69.4px;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: center;
}
@media (min-width: 768px) {
.promo-2025 .gallery__description {
margin: 30.4px auto 64.6px;
font-size: 22px;
line-height: 1.27;
}
}
.promo-2025 .features {
margin: 54.5px auto 50.9px;
}
@media (min-width: 768px) {
.promo-2025 .features {
margin: 42.3px auto 107.6px;
}
}
.promo-2025 .features__list {
display: flex;
flex-direction: column;
list-style: none;
gap: 50px;
margin: 67px 0 0;
padding: 0;
}
@media (min-width: 768px) {
.promo-2025 .features__list {
margin: 60px 0 0;
flex-direction: row;
align-items: start;
gap: 44px;
}
}
.promo-2025 .features__list li {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
gap: 28px;
}
.promo-2025 .features__list li p {
margin-bottom: 0;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
text-align: center;
white-space: pre-wrap;
}
.promo-2025 .features__list li p strong {
font-weight: 500;
}
@media (min-width: 768px) {
.promo-2025 .features__list li p {
font-size: 26px;
line-height: 1.23;
}
}
.promo-2025 .features__list__icon {
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.promo-2025 .karcher-section {
background-color: #d9d1c9;
padding-top: 23px;
margin-bottom: 128px;
position: relative;
z-index: 1;
}
.promo-2025 .karcher-section:before {
content: "";
width: 100vw;
height: 100%;
background-color: #d9d1c9;
transform: translateX(-50%);
z-index: -1;
position: absolute;
top: 0;
left: 50%;
}
.promo-2025 .karcher-section__row {
max-width: 1024px;
margin: 0 auto;
display: flex;
column-gap: 30px;
justify-content: space-between;
}
.promo-2025 .karcher-section__img {
max-width: 481px;
align-self: flex-end;
width: 50%;
}
.promo-2025 .karcher-section__img img {
position: relative;
bottom: -35px;
max-width: 100%;
}
.promo-2025 .karcher-section__content {
margin-top: 127px;
max-width: 435px;
width: 50%;
padding-bottom: 40px;
}
.promo-2025 .karcher-section h3 {
font-size: 38px;
line-height: 44px;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
}
.promo-2025 .karcher-section p {
font-size: 22px;
line-height: 28px;
margin-top: 34px;
margin-bottom: 50px;
padding-right: 5px;
}
.promo-2025 .karcher-section .promo-button {
padding-right: 101px;
}
.promo-2025 .colors {
max-width: 1220px;
}
.promo-2025 .colors h3 {
margin: 50.2px 0 51.1px;
}
@media (min-width: 768px) {
.promo-2025 .colors h3 {
margin: 44.4px 0 44.4px;
}
}
.promo-2025 .colors__desc {
margin: 0 auto 22px auto;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: center;
}
.promo-2025 .colors__desc strong {
font-weight: 500;
}
@media (min-width: 768px) {
.promo-2025 .colors__desc {
max-width: 782px;
margin-bottom: 109px;
font-size: 22px;
line-height: 1.27;
}
}
.promo-2025 .colors__list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 34px;
}
@media (min-width: 768px) {
.promo-2025 .colors__list {
column-gap: 57px;
justify-content: center;
}
}
.promo-2025 .colors__list li {
width: 168px;
}
@media (min-width: 768px) {
.promo-2025 .colors__list li {
width: 170px;
}
}
.promo-2025 .colors__list img {
width: 100%;
height: auto;
}
.promo-2025 .colors__list div {
margin: 29px 12px 0;
font-size: 19px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.26;
letter-spacing: normal;
text-align: center;
color: #707070;
white-space: pre;
text-transform: uppercase;
}
@media (min-width: 768px) {
.promo-2025 .colors__list div {
margin: 25px 13.5px 0;
font-size: 20px;
line-height: 1.25;
}
}
@media (min-width: 768px) {
.promo-2025 .colors__list {
row-gap: 35px;
column-gap: 68px;
}
}
.promo-2025 .colors__disclaimer {
margin: 44px 0 55px;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
text-align: center;
color: #707070;
}
@media (min-width: 768px) {
.promo-2025 .colors__disclaimer {
max-width: 906px;
margin: 45px auto 67px;
}
}
.promo-2025 .colors__action {
margin-bottom: 67px;
text-align: center;
}
@media (min-width: 768px) {
.promo-2025 .colors__action {
margin-bottom: 106.7px;
}
}
@media (max-width: 991.98px) {
.promo-2025 .colors__action .btn {
padding-left: 11px !important;
padding-right: 12px !important;
}
}
.promo-2025 .colors__action a {
display: inline-block;
}
.promo-2025 .table h3 {
margin: 50.2px auto 57px;
}
@media (min-width: 768px) {
.promo-2025 .table h3 {
margin: 44.4px auto 102.6px;
}
}
.promo-2025 .table__container {
max-width: 1200px;
margin: auto;
overflow: auto;
position: relative;
padding-bottom: 70px;
}
@media (min-width: 768px) {
.promo-2025 .table__container table {
width: 100%;
table-layout: fixed;
}
}
.promo-2025 .table__container table thead {
font-size: 20px;
}
@media (min-width: 768px) {
.promo-2025 .table__container table thead {
font-size: 22px;
}
}
.promo-2025 .table__container table tbody {
font-size: 16px;
}
@media (min-width: 768px) {
.promo-2025 .table__container table tbody {
font-size: 18px;
}
}
.promo-2025 .table__container table th {
padding-top: 0 !important;
}
.promo-2025 .table__container table th span {
display: block;
white-space: pre-wrap;
font-weight: 500;
color: #6b594e;
height: 50px;
}
@media (min-width: 768px) {
.promo-2025 .table__container table th span {
height: 58px;
}
}
.promo-2025 .table__container table th img {
margin: 27px auto 0;
}
@media (min-width: 768px) {
.promo-2025 .table__container table th img {
margin-top: 30.3px;
}
}
.promo-2025 .table__container table td {
color: #7d654d;
font-weight: normal;
}
.promo-2025 .table__container table th,
.promo-2025 .table__container table td {
padding: 24px 16px 18px;
vertical-align: top;
text-align: center;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
text-align: center;
background-color: #f2eeea;
}
.promo-2025 .table__container table th:not(:first-child):not(:last-child),
.promo-2025 .table__container table td:not(:first-child):not(:last-child) {
position: relative;
}
.promo-2025 .table__container table th:not(:first-child):not(:last-child)::after,
.promo-2025 .table__container table td:not(:first-child):not(:last-child)::after {
content: " ";
position: absolute;
top: 0;
bottom: 0;
right: 0;
border-right: 1px solid rgba(125, 101, 77, 0.23);
}
.promo-2025 .table__container table th:first-child,
.promo-2025 .table__container table td:first-child {
position: sticky;
z-index: 2;
left: 0;
text-align: right;
font-weight: 500;
border-right: 2px solid #7d654d;
}
@media (min-width: 768px) {
.promo-2025 .table__container table th:first-child,
.promo-2025 .table__container table td:first-child {
width: 300px;
}
}
.promo-2025 .table__container table th:first-child::after,
.promo-2025 .table__container table td:first-child::after {
content: " ";
position: absolute;
top: 0;
bottom: 0;
right: -2px;
border-right: 2px solid #7d654d;
}
.promo-2025 .table__container table th:not(:first-child):not(:last-child)::after {
top: 50px;
}
.promo-2025 .table__container table tr:nth-child(odd) td {
background-color: #e6e0d5;
}
.promo-2025 .table__action {
margin: 57.4px auto 62.4px;
text-align: center;
}
@media (min-width: 768px) {
.promo-2025 .table__action {
margin: 70.7px auto 99.5px;
}
}
@media (max-width: 991.98px) {
.promo-2025 .table__action .btn {
padding-left: 20px !important;
padding-right: 19.2px !important;
}
}
.promo-2025 .table__action a {
display: inline-block;
}
.promo-2025 .faq {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
.promo-2025 .faq h3 {
margin: 50.2px 0 49.9px;
}
@media (min-width: 768px) {
.promo-2025 .faq h3 {
margin: 44.4px 0;
}
}
.promo-2025 .faq__item {
padding: 12.7px 24px 9px 14px;
background-color: white;
margin-bottom: 10px;
}
.promo-2025 .faq__item:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.promo-2025 .faq__item {
padding: 22px 35.1px 21.3px 21px;
}
}
.promo-2025 .faq__item [role=button] {
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
}
.promo-2025 .faq__item [role=button] p {
font-size: 16px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.19;
letter-spacing: normal;
margin-bottom: 0;
}
@media (min-width: 768px) {
.promo-2025 .faq__item [role=button] p {
font-size: 22px;
line-height: 1.27;
}
}
.promo-2025 .faq__item__icon {
flex-shrink: 0;
width: 23.1px;
height: 23.1px;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2024/expand-arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: transform 0.3s ease-out;
will-change: transform;
}
@media (min-width: 768px) {
.promo-2025 .faq__item__icon {
width: 33.75px;
height: 33.75px;
}
}
.promo-2025 .faq__item__details {
display: none;
margin-top: 7.5px;
margin-bottom: 0;
padding-right: 32px;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal;
color: #707070;
}
@media (min-width: 768px) {
.promo-2025 .faq__item__details {
margin-top: 14px;
font-size: 20px;
line-height: 1.2;
}
}
.promo-2025 .faq__item__details a {
color: inherit;
text-decoration: underline;
}
.promo-2025 .faq__item__details a:hover {
color: #ff9700;
}
.promo-2025 .faq__item--active .faq__item__details {
display: block;
}
.promo-2025 .faq__item--active .faq__item__icon {
transform: rotate(180deg);
}
.promo-2025 .faq__action {
margin-top: 55.8px;
margin-bottom: 71.6px;
text-align: center;
}
@media (min-width: 768px) {
.promo-2025 .faq__action {
margin-top: 80.6px;
margin-bottom: 106.9px;
}
}
@media (max-width: 991.98px) {
.promo-2025 .faq__action .btn {
padding-left: 11px !important;
padding-right: 12px !important;
font-size: 14px !important;
}
}
.promo-2025 .faq__action a {
display: inline-block;
}
.promo-2025 .partners {
max-width: 856px;
margin-left: auto;
margin-right: auto;
margin-top: 185px;
}
.promo-2025 .partners h3 {
margin-top: 49.9px;
}
@media (min-width: 768px) {
.promo-2025 .partners h3 {
margin-top: 44.4px;
}
}
.promo-2025 .partners__desc {
margin: 41.4px auto 50.2px;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: center;
}
@media (min-width: 768px) {
.promo-2025 .partners__desc {
margin: 42px auto 79.7px;
font-size: 22px;
line-height: 1.27;
}
}
.promo-2025 .partners__list {
display: flex;
flex-direction: column;
gap: 49.7px;
padding-bottom: 60px;
}
.promo-2025 .partners__list__logo {
width: 140px;
flex-shrink: 0;
display: flex;
justify-content: center;
}
.promo-2025 .partners__list li {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 44.4px;
}
@media (min-width: 768px) {
.promo-2025 .partners__list li {
flex-direction: row;
text-align: left;
}
}
.promo-2025 .partners__list li h5 {
margin-bottom: 9px;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.9;
letter-spacing: normal;
text-transform: uppercase;
}
@media (min-width: 768px) {
.promo-2025 .partners__list li h5 {
margin-bottom: 5px;
font-size: 28px;
line-height: 1.64;
}
}
.promo-2025 .partners__list li p {
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.44;
letter-spacing: normal;
}
@media (min-width: 768px) {
.promo-2025 .partners__list li p {
font-size: 22px;
line-height: 1.27;
}
}
.promo-2025 .partners__action {
margin: 50.6px 0 50.8px 0;
text-align: center;
}
@media (min-width: 768px) {
.promo-2025 .partners__action {
margin: 90.7px auto 107.5px;
}
}
@media (max-width: 991.98px) {
.promo-2025 .partners__action .btn {
padding-left: 39px !important;
padding-right: 38px !important;
}
}
.promo-2025 .partners__action a {
display: inline-block;
}
.promo-2025 section.form {
margin: 0 auto 43px;
padding: 0 15px;
max-width: 768px;
}
.promo-2025 section.form .promo-2025__hero-section__form {
max-width: 100%;
min-width: auto;
display: block !important;
}
.promo-2025 section.form .promo-2025__hero-section__form .button-send {
padding: 16px 41px 15px 41px !important;
border-radius: 25px;
width: auto !important;
display: inline-block;
background: none;
font-size: 15px !important;
line-height: 0.94 !important;
font-weight: 500 !important;
}
@media screen and (max-width: 1024px) {
.promo-2025__hero-section__text {
background-size: 268px;
background-position-x: calc(100% - 20px);
}
.promo-2025__hero-section__text:before, .promo-2025__hero-section__text:after {
width: 153px;
height: 153px;
right: 100px;
}
.promo-2025__hero-section__text .twin:before {
width: 216px;
height: 298px;
right: 20px;
}
.promo-2025__hero-section__form {
max-width: 260px;
min-width: auto;
}
}
@media screen and (max-width: 767px) {
.promo-2025 {
padding-left: 10px;
padding-right: 10px;
}
.promo-2025 .promo-button {
padding: 12px 24px 14px 24px;
background-image: none !important;
font-size: 14px;
}
.promo-2025 .promo-button--image {
padding: 23px 26px 23px 123px;
}
.promo-2025__header .logo {
width: 90px;
height: 90px;
object-fit: contain;
object-position: center;
}
.promo-2025__hero-section {
width: calc(100% + 10px);
padding-bottom: 115px;
}
.promo-2025__hero-section__text {
background-position-x: calc(100% + 10px);
padding-top: 342px;
background-position-y: 45px;
}
.promo-2025__hero-section__text:before, .promo-2025__hero-section__text:after {
top: 14px;
right: 75px;
}
.promo-2025__hero-section__text .twin {
font-size: 31px;
line-height: 28px;
}
.promo-2025__hero-section__text .twin:before {
right: -7px;
top: 359px;
}
.promo-2025__hero-section__text h2 {
font-size: 40px;
line-height: 46px;
padding-bottom: 50px;
margin-bottom: 22px;
margin-top: 8px;
}
.promo-2025__hero-section__text h2 span {
font-size: 60px;
}
.promo-2025__hero-section__text h2::after {
width: 156px;
height: 28px;
}
.promo-2025__hero-section__text .prize {
font-size: 22px;
line-height: 28px;
max-width: 228px;
margin-bottom: 25px;
}
.promo-2025__hero-section__text .prize-2 {
font-size: 22px;
max-width: 370px;
line-height: 28px;
}
.promo-2025__hero-section__form {
display: none;
}
.promo-2025__hero-section__form h3 br {
display: none;
}
.promo-2025__hero-section__form p.form-t {
max-width: 100%;
margin-top: 8px;
}
.promo-2025__hero-section__form input {
padding: 14px 20px !important;
font-size: 14px !important;
}
.promo-2025__hero-section__form input::placeholder {
font-size: 14px !important;
}
.promo-2025__hero-section .arrow-down-animation {
width: 32px;
height: 61px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
bottom: 30px;
}
.promo-2025 .promo-steps {
margin-bottom: 54px;
}
.promo-2025 .promo-steps__columns {
row-gap: 70px;
align-items: center;
flex-direction: column;
margin-bottom: 30px;
}
.promo-2025 .promo-steps h2 {
font-size: 30px;
line-height: 36px;
}
.promo-2025 .promo-steps__desc {
font-size: 20px;
line-height: 28px;
margin-top: 24px;
}
.promo-2025 .promo-steps h3 {
font-size: 24px;
min-height: 0;
}
.promo-2025 .promo-steps__img {
max-width: 160px;
}
.promo-2025 .promo-steps p {
font-size: 20px;
}
.promo-2025 .promo-steps__col:last-of-type h3 {
margin-bottom: 10px;
}
.promo-2025 .quote__action {
margin-top: 121px;
}
.promo-2025 .karcher-section {
padding-top: 60px;
padding-bottom: 60px;
}
.promo-2025 .karcher-section__row {
display: block;
}
.promo-2025 .karcher-section__img {
max-width: 370px;
width: 100%;
margin: 0 auto;
}
.promo-2025 .karcher-section__img img {
bottom: inherit;
}
.promo-2025 .karcher-section__content {
width: 100%;
margin: 41px auto 0 auto;
padding-bottom: 0;
text-align: center;
}
.promo-2025 .karcher-section h3 {
font-size: 30px;
line-height: 38px;
text-align: left;
}
.promo-2025 .karcher-section p {
font-size: 20px;
margin-top: 10px;
margin-bottom: 41px;
text-align: left;
}
.promo-2025 .karcher-section .promo-button {
padding-right: 24px;
text-align: center;
}
.promo-2025 .table__action {
margin-top: 157px;
}
.promo-2025 .partners {
margin-top: 132px;
}
.promo-2025 .partners h3 {
margin-top: 0;
}
.promo-2025 .partners__action {
margin-top: 166px;
}
}
.form-overlay-alert {
position: fixed;
top: 50%;
left: calc(50% - 20px);
transform: translate(-50%, -50%);
z-index: 12;
background-color: #fff;
padding: 50px;
margin: 20px;
text-align: center;
width: calc(100% - 40px);
max-width: 800px;
box-shadow: 0 0 50px -11px rgba(0, 0, 0, 0.75);
}
@media (min-width: 576px) {
.form-overlay-alert {
margin: 0;
}
}
.form-overlay-alert__title {
font-size: 24px;
color: #3b3d40;
margin-bottom: 25px;
line-height: 1.1;
font-weight: 400;
}
@media (min-width: 576px) {
.form-overlay-alert__title {
font-size: 48px;
line-height: inherit;
}
}
.form-overlay-alert p {
margin: 0 0 15px;
font-size: 14px;
color: #3b3d40;
}
.form-overlay-alert .button--dark {
border: 1px solid #7d654c;
color: #7d654c;
padding: 15px 20px;
}
.form-overlay-alert .button--dark:hover {
background-color: #fff;
opacity: 0.7;
}
.promo-sticker {
position: fixed;
top: 50%;
z-index: 3;
}
.promo-sticker.sticker-position {
right: 50px !important;
}
@media (max-width: 575.98px) {
.promo-sticker.sticker-position {
right: 20px !important;
top: 75% !important;
}
}
.promo-alert {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 999;
width: 100%;
max-width: 390px;
max-height: 620px;
background: #f2eeea;
}
@media (max-width: 575.98px) {
.promo-alert {
max-height: 620px;
}
}
@media (min-width: 576px) {
.promo-alert {
max-width: 58vw;
max-height: 98vh;
}
}
@media (min-width: 768px) {
.promo-alert {
max-width: 48vw;
max-height: 98vh;
}
}
@media (min-width: 1920px) {
.promo-alert {
max-width: 800px;
max-height: 800px;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.promo-alert {
max-width: 60vw;
max-height: 98vh;
}
}
.promo-alert img {
width: 100%;
height: auto;
display: block;
}
.promo-alert img.wez-udzial {
width: 278.6px;
height: 53px;
}
.promo-alert svg {
background-color: #7e664c;
border-radius: 50%;
padding: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.promo-alert svg.close {
position: absolute;
right: 21px;
top: 17px;
width: 54px;
height: 54px;
}
.promo-alert svg.close .cls-1 {
fill: none;
stroke: #ffffff;
stroke-width: 2px;
}
.promo-alert svg.close:hover {
cursor: pointer;
}
.promo-alert svg.close:hover .cls-1 {
stroke: #7d654c;
}
.promo-alert__content {
position: absolute;
top: 110px;
left: 17px;
}
@media screen and (min-width: 370px) {
.promo-alert__content {
top: 115px;
}
}
@media screen and (min-width: 380px) {
.promo-alert__content {
top: 120px;
}
}
@media screen and (min-width: 576px) {
.promo-alert__content {
top: 100px;
}
}
@media screen and (min-width: 600px) {
.promo-alert__content {
top: 108px;
}
}
@media screen and (min-width: 650px) {
.promo-alert__content {
top: 120px;
left: 19px;
}
}
@media screen and (min-width: 700px) {
.promo-alert__content {
top: 130px;
left: 20px;
}
}
@media screen and (min-width: 750px) {
.promo-alert__content {
top: 140px;
left: 20px;
}
}
@media screen and (min-width: 800px) {
.promo-alert__content {
top: 155px;
left: 20px;
}
}
@media screen and (min-width: 870px) {
.promo-alert__content {
top: 161px;
left: 25px;
}
}
@media screen and (min-width: 920px) {
.promo-alert__content {
top: 171px;
left: 28px;
}
}
@media screen and (min-width: 980px) {
.promo-alert__content {
top: 180px;
}
}
@media screen and (min-width: 1050px) {
.promo-alert__content {
top: 195px;
}
}
@media screen and (min-width: 1150px) {
.promo-alert__content {
top: 220px;
left: 32px;
}
}
@media screen and (min-width: 1200px) {
.promo-alert__content {
top: 180px;
left: 24px;
}
}
@media screen and (min-width: 1300px) {
.promo-alert__content {
top: 195px;
left: 30px;
}
}
@media screen and (min-width: 1400px) {
.promo-alert__content {
top: 210px;
left: 30px;
}
}
@media screen and (min-width: 1650px) {
.promo-alert__content {
top: 210px;
left: 30px;
}
}
@media screen and (min-width: 1500px) {
.promo-alert__content {
top: 230px;
left: 35px;
}
}
@media screen and (min-width: 1650px) {
.promo-alert__content {
top: 248px;
left: 37px;
}
}
@media screen and (min-width: 1850px) {
.promo-alert__content {
top: 285px;
left: 40px;
}
}
@media screen and (min-width: 1920px) {
.promo-alert__content {
top: 250px;
left: 37px px;
}
}
.promo-alert__content-h3 {
font-family: "Montserrat", sans-serif;
font-size: 13px;
line-height: 140%;
color: #766554;
margin: 0;
}
@media screen and (min-width: 370px) {
.promo-alert__content-h3 {
font-size: 14px;
}
}
@media screen and (min-width: 750px) {
.promo-alert__content-h3 {
font-size: 15px;
}
}
@media screen and (min-width: 800px) {
.promo-alert__content-h3 {
font-size: 16px;
}
}
@media screen and (min-width: 870px) {
.promo-alert__content-h3 {
font-size: 18px;
}
}
@media screen and (min-width: 920px) {
.promo-alert__content-h3 {
font-size: 19px;
}
}
@media screen and (min-width: 980px) {
.promo-alert__content-h3 {
font-size: 20px;
}
}
@media screen and (min-width: 1050px) {
.promo-alert__content-h3 {
font-size: 21px;
}
}
@media (min-width: 1200px) {
.promo-alert__content-h3 {
font-size: 23px;
letter-spacing: -0.3px;
}
}
.promo-alert__content-h3 span {
display: block;
}
.promo-alert .button {
position: absolute;
display: block;
font-weight: 600;
line-height: 1.2;
text-align: left;
letter-spacing: -0.6px;
font-family: Montserrat !important;
font-size: 22px;
border: 0;
border-radius: 40px;
width: 246px;
left: 40px;
transition: none;
padding: 24px 29px;
}
@media (max-width: 767.98px) {
.promo-alert .button {
width: 156px;
font-size: 12px;
left: 100px;
width: 186px;
font-size: 14px;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.promo-alert .button {
width: 156px;
font-size: 12px;
left: 20px;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.promo-alert .button {
width: 196px;
font-size: 14px;
left: 30px;
}
}
.promo-alert .button.btn-1 {
color: #ffffff;
bottom: 10px;
background: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow.png);
background-color: #7d654c;
background-position: calc(100% - 35px);
background-repeat: no-repeat;
padding: 24px 34px;
border: 3px solid #7d654c !important;
}
@media (max-width: 767.98px) {
.promo-alert .button.btn-1 {
padding: 14px 40px;
bottom: 11px;
background-size: 21.5px 12.6px;
background-position: calc(100% - 40px);
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.promo-alert .button.btn-1 {
padding: 18px 26px;
background-size: 20px;
background-position: calc(100% - 25px);
bottom: 12px;
left: 153px;
}
}
@media (min-width: 1920px) {
.promo-alert .button.btn-1 {
bottom: 46px;
}
}
.promo-alert .button.btn-1:hover {
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/arrow-brown.png);
background-color: #ffffff;
color: #7d654c;
}
.promo-alert .button.btn-2 {
bottom: 45px;
background-color: #ffffff;
color: #775c45;
text-align: center;
}
@media (min-width: 576px) and (max-width: 991.98px) {
.promo-alert .button.btn-2 {
padding: 18px 26px;
bottom: 35px;
}
}
.promo-alert .button.btn-2:hover {
color: #7d654c;
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9;
cursor: pointer;
}
.promo-alert-new {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 11;
overflow: auto;
display: grid;
grid-template-columns: 1fr;
align-items: center;
justify-content: center;
padding: 20px;
color: #7d654c;
}
.promo-alert-new span {
color: #fe9700;
font-weight: 600;
}
.promo-alert-new strong {
font-weight: 600;
}
.promo-alert-new p {
text-shadow: 3px 0 3px #f2eeea;
}
.promo-alert-new__inner {
margin-top: 10px;
margin-bottom: 10px;
max-width: 800px;
width: 100%;
background-color: #f2eeea;
padding: 114px 50px 50px 50px;
margin: 0 auto;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/alert/bg.webp);
background-size: 400px;
background-position: right top;
background-repeat: no-repeat;
min-height: 800px;
position: relative;
z-index: 1;
}
.promo-alert-new__sticker {
position: absolute;
width: 193px;
height: 193px;
right: 181px;
top: 20px;
z-index: 1;
}
.promo-alert-new__sticker:before {
content: "";
position: absolute;
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2025/prize.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.promo-alert-new__sticker::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/prize-text.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
animation: rotating 15s linear infinite;
pointer-events: none;
}
.promo-alert-new__head {
font-size: 39px;
line-height: 36px;
margin-top: 0;
margin-bottom: 0;
}
.promo-alert-new__title {
font-size: 56px;
font-weight: 600;
line-height: 70px;
margin-top: 0;
margin-bottom: 28px;
padding-bottom: 65px;
position: relative;
}
.promo-alert-new__title strong {
font-weight: 600;
font-size: 112px;
}
.promo-alert-new__title:after {
position: absolute;
width: 217px;
height: 40px;
content: "";
background-image: url(//www.tarasy-twinson.pl/wp-content/themes/twinson/assets/images/promo2023/line.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
left: 0;
bottom: 0;
}
.promo-alert-new__prize {
font-size: 26px;
line-height: 32px;
margin-top: 0;
margin-bottom: 14px;
max-width: 323px;
}
.promo-alert-new__btn {
font-family: "Montserrat", sans-serif;
display: inline-block;
font-size: 25px;
line-height: 31px;
font-weight: 600;
color: #fff;
padding: 29px 118px 31px 46px;
border: 3px solid #fe9700;
background-color: #fe9700;
transition: color 0.3s ease, background-color 0.3s ease;
position: relative;
text-decoration: none;
border-radius: 48px;
margin-top: 42px;
}
.promo-alert-new__btn:hover {
background-color: transparent;
color: #fe9700;
}
.promo-alert-new__btn:hover svg path {
stroke: #fe9700;
}
.promo-alert-new__btn svg {
position: absolute;
top: 50%;
right: 41px;
transform: translateY(-50%);
pointer-events: none;
}
.promo-alert-new__btn svg path {
stroke: #fff;
transition: stroke 0.3s ease;
}
.promo-alert-new .close {
appearance: none;
display: block;
width: 60px;
height: 60px;
background-color: #fff;
border-radius: 100%;
border: 0;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.promo-alert-new .close:hover {
background-color: #7d654c;
}
.promo-alert-new .close:hover svg path {
stroke: #fff;
}
.promo-alert-new .close svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.promo-alert-new .close svg path {
stroke: #7d654c;
transition: stroke 0.3s ease;
}
@media screen and (max-width: 700px) {
.promo-alert-new {
padding: 10px;
}
.promo-alert-new__inner {
padding: 80px 10px;
background-size: 300px;
min-height: auto;
}
.promo-alert-new__sticker {
width: 153px;
height: 153px;
right: 100px;
}
.promo-alert-new__sticker:before, .promo-alert-new__sticker:after {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.promo-alert-new__head {
font-size: 31px;
line-height: 28px;
}
.promo-alert-new__title {
font-size: 40px;
line-height: 46px;
padding-bottom: 50px;
margin-bottom: 22px;
margin-top: 8px;
}
.promo-alert-new__title strong {
font-size: 60px;
}
.promo-alert-new__title:after {
width: 156px;
height: 28px;
}
.promo-alert-new__prize {
font-size: 22px;
line-height: 28px;
max-width: 228px;
margin-bottom: 25px;
}
.promo-alert-new__btn {
font-size: 20px;
line-height: 23px;
padding: 19px 90px 21px 46px;
}
.promo-alert-new__btn svg {
max-width: 28px;
width: 100%;
height: auto;
right: 35px;
}
}
@media screen and (max-width: 500px) {
.promo-alert-new__inner {
background-size: 300px;
}
.promo-alert-new__sticker {
right: 80px;
width: 120px;
height: 120px;
}
}
@media screen and (max-width: 420px) {
.promo-alert-new__inner {
background-size: 170px;
background-position-y: 84px;
}
.promo-alert-new__sticker {
display: none;
}
}
#moove_gdpr_cookie_info_bar {
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
right: inherit !important;
bottom: inherit !important;
}
.blog-post-card__image img {
height: 450px;
object-fit: cover;
width: 100%;
}
.blog-post-card__title {
font-size: 30px;
line-height: 1.2;
font-weight: 400;
margin-top: 30px;
}
.blog-post-card__excerpt p {
font-size: 16px;
margin-top: 20px;
margin-bottom: 30px;
}
.blog-post-simple-card {
display: block;
color: #0a0a0a;
position: relative;
z-index: 1;
}
.blog-post-simple-card:hover {
color: #0a0a0a;
text-decoration: none;
}
.blog-post-simple-card:hover::before {
opacity: 0.3;
}
.blog-post-simple-card::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
background-color: #fff;
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
.blog-post-simple-card__title {
font-size: 28px;
font-weight: normal;
text-align: center;
margin-bottom: 25px;
}
@media (min-width: 1200px) {
.blog-post-simple-card__title {
font-size: 38px;
margin-bottom: 50px;
}
}
.blog-post-simple-card__excerpt {
margin-bottom: 30px;
}
.contact-card {
position: relative;
z-index: 1;
}
.contact-card__image {
width: 100%;
}
.contact-card__cta {
position: absolute;
z-index: 2;
bottom: 10px;
right: 10px;
}
@media (min-width: 1200px) {
.contact-card__cta {
bottom: 20px;
right: 20px;
}
}
.icon-card__icon {
min-height: 125px;
display: flex;
justify-content: center;
align-items: center;
}
@media (min-width: 576px) {
.icon-card__icon {
min-height: 200px;
}
}
.icon-card__icon img {
min-width: inherit;
max-width: 40px;
}
@media (min-width: 576px) {
.icon-card__icon img {
min-width: 100px;
max-width: inherit;
}
}
.icon-card__body {
text-align: center;
}
.icon-card__body h3 {
font-size: 20px;
line-height: 1.25;
font-weight: 400;
max-width: 200px;
min-height: 80px;
margin: 0 auto;
color: #3b3d40;
}
.icon-card__body p {
max-width: 92%;
margin: 0 auto;
font-size: 14px;
}
@media (min-width: 576px) {
.icon-card__body p {
max-width: 198px;
font-size: 1rem;
}
}
.product-card {
color: #0a0a0a;
position: relative;
z-index: 1;
display: block;
}
.product-card .simple-link {
font-size: 16px;
}
.product-card:hover {
text-decoration: none;
color: #0a0a0a;
}
.product-card:hover::before {
opacity: 0.3;
}
.product-card::before {
content: "";
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
.product-card__image {
display: flex;
justify-content: center;
}
.product-card__image img {
display: block;
max-width: 100%;
height: auto;
}
.product-card__title {
font-size: 37px;
font-weight: 400;
text-align: center;
margin: 20px 0;
}
.product-card__excerpt {
margin-bottom: 25px;
}
.product-list a {
height: 100%;
position: relative;
}
.product-list a .simple-link {
position: absolute;
bottom: -20px;
font-weight: bold;
}
.product-sample-card {
max-width: 90px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.product-sample-card::before {
content: "";
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.2);
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
.product-sample-card:hover {
cursor: pointer;
}
.product-sample-card:hover::before {
opacity: 1;
}
.product-sample-card__preview {
margin: 0 auto;
display: none;
max-width: 100%;
height: auto;
}
.product-sample-card__preview--is-visible {
display: block;
}
.product-sample-card__image img {
max-width: 100%;
height: auto;
}
.product-sample-card__title {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}