@charset "UTF-8";

@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.caption {
color: #4D4D3F;
font-size: 1.875rem;
font-weight: 700;
line-height: normal;
}
@media (max-width: 576px) {
.caption {
font-size: 1.5rem;
}
}   *,
::before,
::after {
box-sizing: border-box;
} html {
-moz-tab-size: 4;
tab-size: 4;
} html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}  hr {
height: 0; color: inherit; }  abbr[title] {
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  table {
text-indent: 0; border-color: inherit; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} ::-moz-focus-inner {
border-style: none;
padding: 0;
} :-moz-focusring {
outline: 1px dotted ButtonText;
} :-moz-ui-invalid {
box-shadow: none;
} legend {
padding: 0;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  summary {
display: list-item;
}
@font-face {
font-family: "Gotham";
src: url(//msm.dev.webikon.sk/app/themes/vizion/dist//fonts/Gotham-Book.woff2) format("woff2"), url(//msm.dev.webikon.sk/app/themes/vizion/dist//fonts/Gotham-Book.woff) format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Gotham";
src: url(//msm.dev.webikon.sk/app/themes/vizion/dist//fonts/Gotham-Medium.woff2) format("woff2"), url(//msm.dev.webikon.sk/app/themes/vizion/dist//fonts/Gotham-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Gotham";
src: url(//msm.dev.webikon.sk/app/themes/vizion/dist//fonts/Gotham-Bold.woff2) format("woff2"), url(//msm.dev.webikon.sk/app/themes/vizion/dist//fonts/Gotham-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #172536;
font-weight: 700;
margin-top: 0;
}
h1 {
color: #fff;
font-size: 4rem;
line-height: 4.25rem;
}
@media (max-width: 576px) {
h1 {
font-size: 3rem;
line-height: 3.25rem;
}
}
h2 {
color: #fff;
font-size: 2.375rem;
line-height: 2.625rem;
}
@media (max-width: 576px) {
h2 {
font-size: 2rem;
line-height: 2.25rem;
}
}
h3 {
color: #fff;
font-size: 1.75rem;
line-height: 2rem;
}
@media (max-width: 576px) {
h3 {
font-size: 1.5rem;
line-height: 1.75rem;
}
}
p {
color: #172536;
line-height: 1.5625rem;
margin-top: 0;
}
.lead {
color: #172536;
font-size: 1.25rem;
line-height: 1.9375rem;
margin-bottom: 1.5625rem;
}
* {
box-sizing: border-box;
}
*:focus {
outline: none;
}
body {
font-family: "Gotham", sans-serif;
font-size: 100%;
font-weight: 400;
animation: fadeIn ease 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
position: relative;
height: auto;
overflow-x: hidden;
}
body ::selection {
color: #fff;
background-color: #12689D;
}
button {
border: none;
background-color: transparent;
padding: 0;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
@media (min-width: 1200px) {
.container {
max-width: 1180px;
}
}
@media (min-width: 1620px) {
.container {
max-width: 1600px;
}
}
@media (min-width: 1921px) {
.container {
max-width: 1900px;
}
}
.slick-arrow {
background-color: transparent;
display: inline-flex;
align-items: center;
justify-content: center;
width: 55px;
height: 55px;
border: 2px solid #fff;
border-radius: 5px;
will-change: background-color, border-color;
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.slick-arrow:hover, .slick-arrow:focus {
background-color: #DF4A5C;
border-color: #DF4A5C;
}
.slick-dots {
display: flex;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
}
.slick-dots li {
width: 13px;
height: 13px;
border: 1px solid transparent;
border-radius: 50%;
margin-right: 0.4375rem;
cursor: pointer;
position: relative;
transition: border-color 0.3s ease-in-out;
}
.slick-dots li::before {
content: "";
background-color: rgba(255, 255, 255, 0.3);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 7px;
height: 7px;
border-radius: 50%;
transition: background-color 0.3s ease-in-out;
}
.slick-dots li:last-child {
margin-right: 0;
}
.slick-dots li.slick-active {
border-color: #fff;
}
.slick-dots li.slick-active::before {
background-color: #DF4A5C;
}
.o-blog {
position: relative;
padding-bottom: 10rem;
}
.o-blog img.vector {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
}
.o-blog__archive .row {
margin-left: -32px;
margin-right: -32px;
}
.o-blog__archive .row .column {
padding-left: 32px;
padding-right: 32px;
}
.o-blog__archive .c-pagination ul {
justify-content: flex-start;
}
.o-blog__post {
width: 100%;
text-decoration: none;
position: relative;
}
.o-blog__post--default {
display: block;
text-decoration: none;
margin-bottom: 2.1875rem;
}
.o-blog__post--default picture img {
width: 100%;
height: 256px;
object-fit: cover;
margin-bottom: 1.125rem;
will-change: box-shadow 0.3s ease-in-out;
transition: box-shadow 0.3s ease-in-out;
}
.o-blog__post--default time {
color: #143256;
font-size: 0.75rem;
font-weight: 700;
display: block;
width: max-content;
line-height: 1.5625rem;
margin-bottom: 0.5rem;
padding: 0 0.5rem;
border: 1px solid #143256;
border-radius: 10px;
}
.o-blog__post--default h3 {
color: #172536;
font-size: 1.125rem;
line-height: normal;
margin-bottom: 0;
will-change: color;
transition: color 0.3s ease-in-out;
}
.o-blog__post--default:hover picture img, .o-blog__post--default:focus picture img {
box-shadow: 5px 5px 0px 0px rgba(23, 37, 54, 0.2);
}
.o-blog__post--default:hover h3, .o-blog__post--default:focus h3 {
color: #DF4A5C;
}
.o-blog__post--featured {
display: block;
position: relative;
margin-bottom: 1.25rem;
}
.o-blog__post--featured figure {
position: relative;
}
.o-blog__post--featured figure::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 36.34%, rgba(0, 0, 0, 0) 84.54%);
}
.o-blog__post--featured figure img {
width: 100%;
height: 443px;
object-fit: cover;
border-radius: 3px;
}
.o-blog__post--featured__inner {
width: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 38px;
padding-left: 2.6875rem;
padding-right: 5.75rem;
}
.o-blog__post--featured__inner time {
width: max-content;
color: #fff;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.5625rem;
margin-bottom: 0.75rem;
margin-right: auto;
display: block;
padding: 0.25rem 0.5rem;
border: 1px solid #fff;
border-radius: 10px;
}
.o-blog__post--featured__inner h2 {
color: #fff;
font-size: 1.75rem;
font-weight: 700;
line-height: normal;
margin-bottom: 0.9375rem;
}
.o-blog__post--featured__inner p {
color: #fff;
line-height: 1.5625rem;
margin: 0;
}
.o-blog__sidebar {
padding-left: 2.5rem;
}
.o-blog__sidebar-title {
color: #DF4A5C;
font-size: 1.75rem;
font-weight: 700;
line-height: normal;
margin-bottom: 1.25rem;
}
.o-blog__widget__latest-posts {
margin: 0;
padding: 0;
list-style: none;
}
.o-blog__widget__latest-posts li {
padding-bottom: 1.875rem;
padding-top: 1.875rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.o-blog__widget__latest-posts li:first-child {
padding-top: 0;
}
.o-blog__widget__latest-posts li:last-child {
padding-bottom: none;
border-bottom: none;
}
.o-blog__widget__latest-posts a {
text-decoration: none;
}
.o-blog__widget__latest-posts a time {
color: #143256;
font-size: 0.75rem;
font-weight: 700;
line-height: 1.5625rem;
display: block;
margin-bottom: 0.1875rem;
}
.o-blog__widget__latest-posts a h5 {
color: #172536;
font-size: 1rem;
font-weight: 700;
line-height: normal;
margin-bottom: 0;
will-change: color;
transition: color 0.3s ease-in-out;
}
.o-blog__widget__latest-posts a h5:hover, .o-blog__widget__latest-posts a h5:focus {
color: #DF4A5C;
}
.o-blog--related {
background-color: #f5f5f5;
padding-top: 6.875rem;
padding-bottom: 12.5rem;
position: relative;
}
.o-blog--related .row {
margin-left: -10px;
margin-right: -10px;
}
.o-blog--related .row .column {
padding-left: 10px;
padding-right: 10px;
}
.o-blog--related img.vector {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.o-blog--related h2 {
color: #172536;
font-size: 2.8125rem;
line-height: normal;
text-align: center;
margin-bottom: 1.5625rem;
}
@media (max-width: 992px) {
.o-blog__sidebar {
padding-left: 0;
margin-top: 2.5rem;
}
}
@media (max-width: 576px) {
.o-blog__post--featured__inner {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.o-blog--related {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.o-blog--related h2 {
font-size: 1.875rem;
line-height: normal;
margin-bottom: 1.25rem;
}
}
.tooltipster-base .tooltipster-box {
background-color: #fff !important;
filter: drop-shadow(3px 3px 0px rgba(23, 37, 54, 0.2));
border: none !important;
}
.tooltipster-base .tooltipster-content {
padding: 0.9375rem 1.25rem;
}
.tooltipster-base .tooltipster-content p {
color: #172536;
font-size: 1.125rem;
font-weight: 700;
line-height: normal;
margin: 0;
}
.tooltipster-base .tooltipster-arrow-border {
border-left-color: #fff !important;
}
.tooltipster-base .tooltipster-arrow-background {
border-left-color: #fff !important;
}
@media (max-width: 768px) {
.tooltipster-base .tooltipster-arrow-border {
border-top-color: #fff !important;
border-left-color: transparent !important;
}
.tooltipster-base .tooltipster-arrow-background {
border-top-color: #fff !important;
border-left-color: transparent !important;
}
}
section {
padding: 3.75rem 0;
}
form .input-control {
padding: 0.6875rem 0;
}
form .input-control br {
display: none;
}
form .input-control p {
margin: 0;
line-height: 1;
}
form label {
display: block;
color: #172536;
font-size: 0.875rem;
line-height: normal;
margin-bottom: 0.3125rem;
}
form label span {
color: #DF4A5C;
}
form small.helper {
color: #a7a7a7;
font-size: 0.75rem;
display: block;
margin-top: 0.25rem;
line-height: 1.125rem;
}
form input,
form select,
form textarea {
background-color: #fff;
width: 100%;
height: 54px;
border-radius: 13px;
border: 1px solid #d1d3d7;
padding-left: 1rem;
will-change: border-color;
transition: border-color 0.3s ease-in-out;
}
form input:hover, form input:focus,
form select:hover,
form select:focus,
form textarea:hover,
form textarea:focus {
border-color: #12689D;
}
form textarea {
height: 179px;
padding-top: 1.25rem;
}
form select {
appearance: none;
background: url(//msm.dev.webikon.sk/app/themes/vizion/dist/img/icons/select-arrow.svg) calc(100% - 20px) center no-repeat #fff;
}
form select::-ms-expand {
display: none; }
form .file-upload {
width: 100%;
height: 230px;
position: relative;
border-radius: 3px;
border: 1px dashed #d1d3d7;
cursor: pointer;
margin-top: 1.875rem;
}
form .file-upload input[type=file] {
width: 1px;
height: 1px;
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
form .file-upload__inner {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
form .file-upload__inner figure {
background: #f5f5f5;
display: inline-flex;
align-items: center;
justify-content: center;
width: 74px;
height: 74px;
padding: 1.125rem;
border-radius: 16px;
margin: 0 0 1rem 0;
}
form .file-upload__inner figure img {
object-fit: contain;
}
form .file-upload__inner p {
color: #172536;
font-weight: 700;
line-height: 1.5rem;
margin: 0;
}
form .file-upload__inner p small {
display: block;
color: #a7a7a7;
font-size: 0.75rem;
line-height: 1.5rem;
padding: 0 0.625rem;
}
form .form-submit {
margin-top: 1.25rem;
}
form .form-submit button {
width: 100%;
}
.c-languages {
margin-left: 1.4375rem;
position: relative;
}
.c-languages button {
display: inline-flex;
align-items: center;
color: #fff;
font-size: 0.75rem;
font-weight: 500;
text-transform: uppercase;
}
.c-languages button span {
color: #DF4A5C;
margin-left: 0.1875rem;
transform: translateY(1px);
}
.c-languages ul {
display: none;
background-color: #fff;
list-style: none;
margin: 0;
position: absolute;
top: calc(100% + 5px);
left: -15px;
width: 50px;
padding: 0.25rem 0.25rem 0.5rem;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index: 999;
}
.c-languages ul a {
color: #12689D;
font-size: 0.75rem;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
}
.c-button {
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.5rem;
text-transform: uppercase;
text-decoration: none;
padding: 0.875rem 1.875rem;
border-radius: 10px;
}
.c-button--primary {
background-color: #DF4A5C;
transition: background-color 0.3s ease-in-out;
}
.c-button--primary img,
.c-button--primary svg {
margin-left: 0.625rem;
}
.c-button--primary svg {
color: #fff;
}
.c-button--primary:hover, .c-button--primary:focus {
background-color: #d1253a;
}
.c-button--secondary {
color: #fff;
background-color: transparent;
border: 1px solid #fff;
}
.c-button--secondary img,
.c-button--secondary svg {
margin-left: 0.625rem;
}
.c-button--secondary svg {
color: #fff;
}
.c-button--secondary.swap img,
.c-button--secondary.swap svg {
margin-left: 0;
margin-right: 0.625rem;
transform: rotate(180deg);
}
.c-button--tertiary {
color: #8F763E;
background-color: #E7C57A;
transition: background-color 0.3s ease-in-out;
}
.c-button--tertiary img,
.c-button--tertiary svg {
margin-left: 0.625rem;
}
.c-button--tertiary:hover, .c-button--tertiary:focus {
background-color: #dfb24f;
}
.c-button--green, .c-button--red {
font-size: 1rem;
color: #fff;
background-color: #0C5830;
text-transform: none;
padding: 1.125rem 1.375rem;
transition: background-color 0.3s ease-in-out;
}
.c-button--green:hover, .c-button--green:focus, .c-button--red:hover, .c-button--red:focus {
background-color: #062b18;
}
.c-button--red {
background-color: #9D031C;
}
.c-button--red:hover, .c-button--red:focus {
background-color: #6b0213;
}
.c-button.full {
width: 100%;
}
.c-box {
display: block;
position: relative;
text-decoration: none;
border-radius: 10px;
margin-bottom: 1rem;
will-change: filter, transform;
transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.c-box::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 10px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 124.83%);
will-change: opacity;
transition: opacity 0.3s ease-in-out;
}
.c-box__image {
width: 100%;
height: 290px;
object-fit: cover;
border-radius: 10px;
}
.c-box__title {
max-width: 60%;
position: absolute;
left: 25px;
bottom: 20px;
z-index: 2;
}
.c-box__title h3 {
color: #fff;
font-size: 1.125rem;
font-weight: 700;
margin: 0;
line-height: normal;
}
.c-box__cta {
background-color: #172536;
display: inline-flex;
align-items: center;
justify-content: center;
width: 55px;
height: 55px;
position: absolute;
right: 0;
bottom: 0;
}
.c-box:hover, .c-box:focus {
filter: drop-shadow(7px 7px 7px rgba(23, 37, 54, 0.2));
transform: translateY(-10px);
}
.c-box:hover::before, .c-box:focus::before {
opacity: 0;
}
@media (max-width: 768px) {
.c-box__image {
height: 200px;
}
}
.c-section-title h1,
.c-section-title h2,
.c-section-title h3,
.c-section-title h4,
.c-section-title h5 {
color: #172536;
text-align: center;
margin-bottom: 1.5rem;
}
.c-section-title p {
color: #717165;
margin: 0;
text-align: center;
}
.c-post {
display: block;
text-decoration: none;
}
.c-post__featured-image {
margin: 0 0 1.8125rem 0;
position: relative;
}
.c-post__featured-image::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(18, 104, 157, 0.7);
opacity: 0;
will-change: opacity;
transition: opacity 0.3s ease-in-out;
z-index: 1;
}
.c-post__featured-image button {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
will-change: opacity;
transition: opacity 0.3s ease-in-out;
z-index: 2;
}
.c-post__featured-image img {
width: 100%;
height: 219px;
object-fit: cover;
}
.c-post h4 {
color: #E7C57A;
font-size: 1.25rem;
font-weight: 700;
line-height: 1.5rem;
margin-bottom: 1.25rem;
}
.c-post p {
color: #fff;
font-size: 0.875rem;
line-height: 1.5rem;
margin: 0;
}
.c-post:hover .c-post__featured-image::before,
.c-post:hover .c-post__featured-image button, .c-post:focus .c-post__featured-image::before,
.c-post:focus .c-post__featured-image button {
opacity: 1;
}
.c-socials ul {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}
.c-socials--sticky {
position: fixed;
right: 10px;
top: 30%;
z-index: 20;
}
.c-socials--sticky ul {
flex-direction: column;
}
.c-socials--sticky ul li {
background-color: #E7C57A;
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 7px;
margin-bottom: 0.4375rem;
will-change: background-color;
transition: background-color 0.3s ease-in-out;
}
.c-socials--sticky ul li:last-child {
margin-bottom: 0;
}
.c-socials--sticky ul li img {
will-change: filter;
transition: filter 0.3s ease-in-out;
}
.c-socials--sticky ul li:hover, .c-socials--sticky ul li:focus {
background-color: #8F763E;
}
.c-socials--sticky ul li:hover img, .c-socials--sticky ul li:focus img {
filter: brightness(0) invert(1);
}
.c-page-header {
background: #12689D;
position: relative;
padding: 0;
}
.c-page-header::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
z-index: 1;
}
.c-page-header img.cover {
width: 100%;
height: 380px;
object-fit: cover;
object-position: center bottom;
}
.c-page-header img.cover.center-center {
object-position: center center;
}
.c-page-header__inner {
width: 80%;
position: absolute;
left: 50%;
top: 50%;
margin-left: auto;
margin-right: auto;
text-align: center;
transform: translate(-50%, -50%);
z-index: 2;
}
.c-page-header__inner h1 {
font-size: 3.75rem;
line-height: 4.375rem;
text-transform: uppercase;
margin-bottom: 0.3125rem;
}
.c-page-header--product {
overflow: hidden;
}
.c-page-header--product img.cover {
height: 122px;
}
.c-page-header--post {
min-height: 720px;
}
.c-page-header--post img.cover {
height: 720px;
object-position: center center;
}
.c-page-header--post .c-page-header__inner {
max-width: 870px;
}
.c-page-header--post .c-page-header__inner .actions {
display: flex;
align-items: stretch;
justify-content: center;
margin-bottom: 3.125rem;
}
.c-page-header--post .c-page-header__inner .actions time {
color: #172536;
background-color: #fff;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.5625rem;
display: inline-flex;
align-items: center;
margin-left: 0.9375rem;
border-radius: 10px;
padding: 0.5rem;
}
.c-page-header--post .c-page-header__inner .c-breadcrumbs {
margin-bottom: 1.0625rem;
}
.c-page-header--post .c-page-header__inner h1 {
margin-bottom: 2.3125rem;
}
.c-page-header--post .c-page-header__inner p {
color: #fff;
font-size: 1.25rem;
line-height: 1.9375rem;
margin: 0;
}
@media (max-width: 992px) {
.c-page-header__inner h1 {
font-size: 2.5rem;
line-height: 3.125rem;
}
}
@media (max-width: 768px) {
.c-page-header__inner {
top: 65%;
}
.c-page-header--post .c-page-header__inner {
width: 100%;
max-width: 100%;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
top: 55%;
}
.c-page-header--post .c-page-header__inner .actions {
margin-bottom: 1.25rem;
}
.c-page-header--post .c-page-header__inner h1 {
font-size: 2.5rem;
line-height: 3.125rem;
margin-bottom: 1.25rem;
}
.c-page-header--post .c-page-header__inner p {
font-size: 1rem;
line-height: 1.6875rem;
}
}
@media (max-width: 576px) {
.c-page-header__inner {
width: 100%;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.c-page-header__inner h1 {
font-size: 1.875rem;
line-height: 2.5rem;
}
.c-page-header--post .c-page-header__inner h1 {
font-size: 1.875rem;
line-height: 2.5rem;
}
}
.c-breadcrumbs {
width: 100%;
}
.c-breadcrumbs ol {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
}
.c-breadcrumbs ol a,
.c-breadcrumbs ol span {
color: rgba(255, 255, 255, 0.7);
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
}
.c-breadcrumbs ol a {
text-decoration: none;
will-change: color;
transition: color 0.3s ease-in-out;
}
.c-breadcrumbs ol a:hover, .c-breadcrumbs ol a:focus {
color: #fff;
}
.c-breadcrumbs ol span {
color: #fff;
}
.c-breadcrumbs ol li.sep {
margin: 0 0.5625rem;
}
.c-accordion__list {
margin: 0;
padding: 0;
list-style: none;
}
.c-accordion__list-item {
background-color: #F5F5F5;
border-radius: 10px;
padding-left: 1.875rem;
padding-right: 1.875rem;
margin-bottom: 1.0625rem;
}
.c-accordion__list-item:last-child {
margin-bottom: 0;
}
.c-accordion__list-item__title {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 1.875rem;
padding-bottom: 1.875rem;
cursor: pointer;
}
.c-accordion__list-item__title p {
color: #172536;
font-size: 1.125rem;
font-weight: 700;
line-height: normal;
margin: 0;
}
.c-accordion__list-item__title button {
margin-left: 1.25rem;
flex-shrink: 0;
}
.c-accordion__list-item__title button img,
.c-accordion__list-item__title button svg {
will-change: transform;
transition: transform 0.3s ease-in-out;
}
.c-accordion__list-item__title button.active img,
.c-accordion__list-item__title button.active svg {
transform: rotate(45deg);
}
.c-accordion__list-item__content {
display: none;
border-top: 1px solid #E6E6E6;
padding-top: 1.25rem;
padding-bottom: 0.625rem;
}
.c-accordion__list-item__content p {
color: #172536;
font-size: 1rem;
line-height: 1.5625rem;
margin-bottom: 1.25rem;
}
.c-accordion__list-item__content strong {
font-weight: 500;
}
@media (max-width: 576px) {
.c-accordion__list-item {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.c-accordion__list-item__title {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.c-accordion__list-item__title p {
font-size: 1rem;
}
.c-accordion__list-item__content p {
font-size: 0.875rem;
line-height: 1.375rem;
margin-bottom: 0.625rem;
}
}
.c-modal {
display: none;
background-color: #fff;
max-width: 850px !important;
margin-left: auto;
margin-right: auto;
padding: 4.0625rem;
position: relative;
border-radius: 10px;
}
.c-modal .mfp-close {
display: none;
}
.c-modal .close {
position: absolute;
top: 40px;
right: 40px;
}
.c-modal--help figure:not(.file-upload figure) {
background-color: #12689D;
display: inline-flex;
align-items: center;
justify-content: center;
width: 98px;
height: 98px;
border-radius: 50%;
margin: 0 0 1.5rem 0;
}
.c-modal--help h2 {
color: #172536;
font-size: 2.8125rem;
font-weight: 700;
line-height: normal;
margin-bottom: 1.25rem;
}
.c-modal--help p {
color: #172536;
line-height: 1.4375rem;
}
.c-modal--help form h3 {
color: #172536;
margin-bottom: 0.1875rem;
margin-top: 2.5rem;
line-height: normal;
}
.c-modal--help form .input-control {
padding: 0.1875rem 0;
}
@media (max-width: 768px) {
.c-modal {
padding: 2.5rem;
}
}
@media (max-width: 576px) {
.c-modal {
padding: 1.25rem;
}
.c-modal--help h2 {
font-size: 1.875rem;
}
.c-modal--help h3 {
font-size: 1.125rem;
}
}
.fancybox__backdrop {
background-color: rgba(240, 240, 240, 0.9) !important;
}
.fancybox__content > .f-button.is-close-btn {
top: 10px !important;
right: 10px !important;
}
.c-checkbox {
position: relative;
padding: 0.625rem 0;
}
.c-checkbox p {
margin-bottom: 0;
line-height: 1;
}
.c-checkbox input[type=checkbox],
.c-checkbox input[type=radio] {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 1px;
}
.c-checkbox label {
display: inline-flex;
align-items: flex-start;
justify-content: flex-start;
position: relative;
cursor: pointer;
margin-bottom: 0;
}
.c-checkbox label br {
display: none;
}
.c-checkbox label span.check {
display: flex;
align-items: center;
justify-content: center;
width: 23px;
height: 23px;
background: transparent;
border: 1px solid #D1D3D7;
border-radius: 3px;
line-height: 1;
flex-shrink: 0;
margin-right: 0.625rem;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.c-checkbox label span.check svg {
color: #fff;
opacity: 0;
}
.c-checkbox label span.label {
color: #172536;
line-height: 1.5rem;
}
.c-checkbox label span.label a {
color: #12689D;
text-decoration: underline;
}
.c-checkbox label span.label a:hover, .c-checkbox label span.label a:focus {
text-decoration: none;
}
.c-checkbox label input[type=checkbox]:checked + span.check,
.c-checkbox label input[type=radio]:checked + span.check {
background: #DF4A5C;
border-color: #DF4A5C;
}
.c-checkbox label input[type=checkbox]:checked + span.check i,
.c-checkbox label input[type=checkbox]:checked + span.check svg,
.c-checkbox label input[type=checkbox]:checked + span.check img,
.c-checkbox label input[type=radio]:checked + span.check i,
.c-checkbox label input[type=radio]:checked + span.check svg,
.c-checkbox label input[type=radio]:checked + span.check img {
opacity: 1;
}
@media (max-width: 576px) {
.c-checkbox label span.label {
font-size: 1rem;
line-height: 1.25rem;
}
}
.c-image-carousel__wrapper {
width: 100%;
position: relative;
}
.c-image-carousel .slick-slide {
margin: 0 9px;
height: auto;
}
.c-image-carousel__item {
width: 498px;
}
.c-image-carousel__item img {
width: 100%;
height: 361px;
border-radius: 10px;
}
.c-image-carousel .arrows {
display: block;
left: 0;
margin: auto;
max-width: 1600px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: 10;
}
.c-image-carousel .arrows .slick-arrow {
background-color: #fff;
position: absolute;
}
.c-image-carousel .arrows .slick-arrow.slide-prev {
left: 0;
}
.c-image-carousel .arrows .slick-arrow.slide-next {
right: 0;
}
.c-image-carousel .arrows .slick-arrow:hover, .c-image-carousel .arrows .slick-arrow:focus {
border-color: #e6e6e6;
background-color: #e6e6e6;
}
.c-image-carousel__nav {
margin-top: 2.5rem;
}
.c-image-carousel__nav .slick-dots {
justify-content: center;
}
.c-image-carousel__nav .slick-dots li::before {
background-color: rgba(181, 181, 181, 0.3);
}
.c-image-carousel__nav .slick-dots li.slick-active {
border-color: rgba(181, 181, 181, 0.3);
}
.c-image-carousel__nav .slick-dots li.slick-active::before {
background-color: #DF4A5C;
}
@media (max-width: 768px) {
.c-image-carousel__item img {
height: 280px;
}
}
@media (max-width: 576px) {
.c-image-carousel__item img {
height: 200px;
}
}
.c-timeline {
padding-top: 4.375rem;
padding-bottom: 13.375rem;
position: relative;
}
.c-timeline img.vector {
position: absolute;
right: 0;
top: 0;
}
.c-timeline img.vector.bottom {
right: initial;
left: 50%;
transform: translateX(-50%);
bottom: 0;
top: initial;
}
.c-timeline .timeline {
box-sizing: border-box;
position: relative;
}
.c-timeline .timeline *,
.c-timeline .timeline *::before,
.c-timeline .timeline *::after {
box-sizing: inherit;
}
.c-timeline .timeline:not(.timeline--horizontal)::before {
background-color: #ddd;
bottom: 0;
content: "";
right: 0;
margin-left: -3px;
position: absolute;
top: 0;
width: 1px;
z-index: 1;
}
.c-timeline .timeline__wrap {
position: relative;
z-index: 2;
}
.c-timeline .timeline__item {
padding: 0;
position: relative;
width: 100%;
z-index: 2;
margin-bottom: 3.4375rem;
}
.c-timeline .timeline__item .point {
background-color: #fff;
width: 14px;
height: 14px;
position: absolute;
top: 0;
right: -7px;
border: 1px solid #ddd;
border-radius: 50%;
will-change: border-color;
transition: border-color 0.3s ease-in-out;
}
.c-timeline .timeline__item .point::before {
content: "";
background-color: #DF4A5C;
width: 7px;
height: 7px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
z-index: 2;
}
.c-timeline .timeline__item .point::after {
content: "";
position: absolute;
width: calc(100% + 14px);
height: calc(100% + 14px);
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 6px solid #fff;
}
.c-timeline .timeline__item .point span {
background-color: #12689D;
color: #fff;
font-size: 1.125rem;
font-weight: 700;
letter-spacing: 1.8px;
line-height: normal;
filter: drop-shadow(3px 3px 0px rgba(23, 37, 54, 0.2));
border-radius: 10px 10px 0 10px;
position: absolute;
right: calc(100% + 10px);
top: -20px;
padding: 0.4375rem 0.625rem 0.25rem 0.8125rem;
opacity: 0;
will-change: opacity;
transition: opacity 0.3s ease-in-out;
}
.c-timeline .timeline__item.animated {
animation-duration: 1s;
animation-fill-mode: both;
opacity: 0;
}
.c-timeline .timeline__item.fadeIn {
animation-name: fadeIn;
}
.c-timeline .timeline__item.fadeIn .point {
border-color: #DF4A5C;
}
.c-timeline .timeline__item.fadeIn .point span {
opacity: 1;
}
@media (max-width: 576px) {
.c-timeline .timeline__item {
padding-top: 30px;
}
.c-timeline .timeline__item .point {
right: initial;
left: 120px;
border: none;
}
.c-timeline .timeline__item .point::before, .c-timeline .timeline__item .point::after {
display: none;
}
}
.c-timeline .timeline__item--left {
left: 0;
}
.c-timeline .timeline__item--right {
left: 50%;
padding: 10px 0 10px 40px;
}
.c-timeline .timeline__item--right::after {
left: -10px;
}
.c-timeline .timeline__item--right .timeline__content::before {
border-bottom: 10px solid transparent;
border-right: 12px solid red;
border-left: none;
border-top: 10px solid transparent;
left: -12px;
}
.c-timeline .timeline__item--right .timeline__content::after {
border-bottom: 9px solid transparent;
border-right: 11px solid red;
border-left: none;
border-top: 9px solid transparent;
left: -10px;
}
.c-timeline .timeline__content {
display: flex;
align-items: center;
position: relative;
}
.c-timeline .timeline__content .left {
width: 270px;
flex-shrink: 0;
margin-right: 2.125rem;
}
.c-timeline .timeline__content .left img {
border-radius: 3px;
}
.c-timeline .timeline__content .right {
width: 100%;
padding-right: 7.6875rem;
}
.c-timeline .timeline__content .right h3 {
color: #172536;
font-size: 1.75rem;
font-weight: 700;
line-height: normal;
margin-bottom: 0.875rem;
}
.c-timeline .timeline__content .right p {
color: #172536;
font-weight: 500;
line-height: 1.625rem;
margin: 0;
}
.c-timeline .timeline__content.swap .right {
display: flex;
align-items: center;
width: 75%;
border-left: 1px solid #35383d;
padding: 2.5rem 1.875rem;
}
.c-timeline .timeline__content.swap .left {
display: block;
width: 25%;
border-right: none;
padding: 0;
text-align: center;
}
.c-timeline .timeline__content.swap picture {
margin-left: 1.875rem;
margin-right: 0;
}
@media (max-width: 1200px) {
.c-timeline .timeline__content {
flex-direction: column;
}
.c-timeline .timeline__content .left,
.c-timeline .timeline__content .right {
width: 100%;
}
.c-timeline .timeline__content .right {
padding-right: 0;
}
.c-timeline .timeline__content .left {
margin-right: 0;
margin-bottom: 1.875rem;
}
}
@media (max-width: 576px) {
.c-timeline .timeline__content .left {
margin-bottom: 0.625rem;
}
}
.c-timeline .timeline--mobile {
padding: 0;
}
.c-timeline .timeline--mobile::before {
left: 10px !important;
margin: 0 !important;
}
.c-timeline .timeline--mobile .timeline__item {
left: 0;
padding-left: 40px;
padding-right: 0;
width: 100%;
}
.c-timeline .timeline--mobile .timeline__item::after {
left: 2px;
margin: 0;
}
.c-timeline .timeline--mobile .timeline__item .timeline__content::before {
left: -12px;
border-bottom: 12px solid transparent;
border-right: 12px solid #1e2227;
border-left: none;
border-top: 12px solid transparent;
}
.c-timeline .timeline--mobile .timeline__item .timeline__content::after {
left: -10px;
border-bottom: 10px solid transparent;
border-right: 10px solid #1E2227;
border-left: none;
border-top: 10px solid transparent;
}
@keyframes fadeIn {
0% {
opacity: 0;
top: 70px;
}
100% {
opacity: 1;
top: 0px;
}
}
@keyframes liftUp {
0% {
top: 0px;
}
100% {
top: -15px;
}
}
.development-carousel {
background-color: #F5F5F5;
padding-top: 4.375rem;
padding-bottom: 6.25rem;
}
.development-carousel h2 {
color: #172536;
margin-bottom: 1.875rem;
text-align: center;
}
.development-carousel .timeline {
box-sizing: border-box;
position: relative;
}
.development-carousel .timeline *,
.development-carousel .timeline *::before,
.development-carousel .timeline *::after {
box-sizing: inherit;
}
.development-carousel .timeline:not(.timeline--horizontal)::before {
background-color: #DDD;
bottom: 0;
content: "";
left: 50%;
margin-left: -2px;
position: absolute;
top: 0;
width: 4px;
z-index: 1;
}
.development-carousel .timeline__wrap {
overflow: hidden;
position: relative;
z-index: 2;
}
.development-carousel .timeline__item {
font-size: 1rem;
padding: 10px 40px 10px 0;
position: relative;
width: 50%;
z-index: 2;
}
.development-carousel .timeline__item::after {
background-color: #F5F5F5;
border: 1px solid #B4B4B4;
border-radius: 50%;
content: "";
height: 20px;
position: absolute;
right: -10px;
transform: translateY(-50%);
top: 50%;
width: 20px;
z-index: 1;
}
.development-carousel .timeline__item::before {
content: "";
background-color: #12689D;
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
left: 50%;
top: 100%;
transform: translate(-50%, -50%);
z-index: 2;
}
.development-carousel .timeline__item.animated {
animation-duration: 1s;
animation-fill-mode: both;
opacity: 0;
}
.development-carousel .timeline__item.fadeIn {
animation-name: fadeIn;
}
.development-carousel .timeline__item--left {
left: 0;
}
.development-carousel .timeline__item--right {
left: 50%;
padding: 10px 0 10px 40px;
}
.development-carousel .timeline__item--right::after {
left: -10px;
}
.development-carousel .timeline__item--right .timeline__content::before {
border-bottom: 10px solid transparent;
border-right: 12px solid #CCC;
border-left: none;
border-top: 10px solid transparent;
left: -12px;
}
.development-carousel .timeline__item--right .timeline__content::after {
border-bottom: 9px solid transparent;
border-right: 11px solid #FFF;
border-left: none;
border-top: 9px solid transparent;
left: -10px;
}
.development-carousel .timeline__content {
background-color: transparent;
padding: 20px;
position: relative;
}
.development-carousel .timeline__content h5 {
color: #fff;
background-color: #12689D;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.375rem;
max-width: max-content;
margin-right: auto;
margin-bottom: 0.625rem;
padding: 0.4375rem 0.625rem 0.25rem 0.8125rem;
filter: drop-shadow(3px 3px 0px rgba(23, 37, 54, 0.2));
border-radius: 10px 10px 0 10px;
}
.development-carousel .timeline__content p {
color: #172536;
line-height: 1.25rem;
margin-bottom: 0;
}
.development-carousel .timeline--horizontal {
font-size: 0;
overflow: hidden;
white-space: nowrap;
}
.development-carousel .timeline--horizontal .timeline-divider {
background-color: #B4B4B4;
display: block;
height: 1px;
left: 40px;
position: absolute;
transform: translateY(-50%);
right: 40px;
z-index: 1;
}
.development-carousel .timeline--horizontal .timeline__items {
transition: all 0.8s;
will-change: transform;
}
.development-carousel .timeline--horizontal .timeline__item {
display: inline-block;
left: 0;
padding: 0 0 30px;
position: relative;
transition: none;
vertical-align: top;
white-space: normal;
}
.development-carousel .timeline--horizontal .timeline__item::after {
left: 50%;
right: auto;
transform: translate(-50%, -50%);
top: 100%;
}
.development-carousel .timeline--horizontal .timeline__item .timeline__item__inner {
display: table;
width: 100%;
}
.development-carousel .timeline--horizontal .timeline__item .timeline__content__wrap {
display: table-cell;
margin: 0;
padding: 0;
vertical-align: bottom;
}
.development-carousel .timeline--horizontal .timeline__item .timeline__content::before {
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #CCC;
left: 50%;
right: auto;
transform: translateX(-50%);
top: 100%;
}
.development-carousel .timeline--horizontal .timeline__item .timeline__content::after {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #FFF;
left: 50%;
right: auto;
transform: translateX(-50%);
top: 100%;
}
.development-carousel .timeline--horizontal .timeline__item--bottom {
padding: 30px 0 0;
}
.development-carousel .timeline--horizontal .timeline__item--bottom::after {
top: 0;
}
.development-carousel .timeline--horizontal .timeline__item--bottom::before {
top: 0;
background-color: #DF4A5C;
}
.development-carousel .timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
vertical-align: top;
}
.development-carousel .timeline--horizontal .timeline__item--bottom .timeline__content::before {
border-bottom: 12px solid #CCC;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: none;
bottom: 100%;
top: auto;
}
.development-carousel .timeline--horizontal .timeline__item--bottom .timeline__content::after {
border-bottom: 10px solid #FFF;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: none;
bottom: 100%;
top: auto;
}
.development-carousel .timeline--horizontal .timeline__item--bottom h5 {
background-color: #DF4A5C;
border-radius: 10px 0 10px 10px;
}
.development-carousel .timeline-nav-button {
background-color: #FFF;
border: 1px solid #B4B4B4;
border-radius: 50px;
box-sizing: border-box;
box-shadow: none;
cursor: pointer;
display: block;
height: 40px;
outline: none;
position: absolute;
text-indent: -9999px;
transform: translateY(-50%);
top: 50%;
width: 40px;
z-index: 10;
}
.development-carousel .timeline-nav-button:disabled {
opacity: 0.5;
pointer-events: none;
}
.development-carousel .timeline-nav-button::before {
background-position: center center;
background-repeat: no-repeat;
content: "";
display: block;
height: 14px;
left: 50%;
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 50%;
width: 8px;
}
.development-carousel .timeline-nav-button--prev {
left: 0;
}
.development-carousel .timeline-nav-button--prev::before {
background-image: url(//msm.dev.webikon.sk/app/themes/vizion/dist/img/arrow-left.svg);
}
.development-carousel .timeline-nav-button--next {
right: 0;
}
.development-carousel .timeline-nav-button--next::before {
background-image: url(//msm.dev.webikon.sk/app/themes/vizion/dist/img/arrow-right.svg);
}
.development-carousel .timeline--mobile {
padding: 0;
}
.development-carousel .timeline--mobile::before {
left: 10px !important;
margin: 0 !important;
}
.development-carousel .timeline--mobile .timeline__item {
left: 0;
padding-left: 40px;
padding-right: 0;
width: 100%;
}
.development-carousel .timeline--mobile .timeline__item::after {
left: 2px;
margin: 0;
}
.development-carousel .timeline--mobile .timeline__item .timeline__content::before {
left: -12px;
border-bottom: 12px solid transparent;
border-right: 12px solid #CCC;
border-left: none;
border-top: 12px solid transparent;
}
.development-carousel .timeline--mobile .timeline__item .timeline__content::after {
left: -10px;
border-bottom: 10px solid transparent;
border-right: 10px solid #FFF;
border-left: none;
border-top: 10px solid transparent;
}
@media (max-width: 1000px) {
.development-carousel .timeline__item::before {
transform: translateY(-50%);
left: 7px;
top: 50%;
}
.development-carousel .timeline__item:nth-child(odd)::before {
background-color: #D94054;
}
.development-carousel .timeline__item:nth-child(odd) .timeline__content h5 {
background-color: #D94054;
}
}
.c-pagination ul {
display: flex;
align-items: center;
justify-content: flex-end;
padding-left: 0;
list-style: none;
margin: 0.625rem 0 0 0;
}
.c-pagination ul li {
margin-right: 0.3125rem;
}
.c-pagination ul li:last-child {
margin-right: 0;
}
.c-pagination ul a,
.c-pagination ul span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 40px;
border-radius: 9px;
text-decoration: none;
background: #F5F5F5;
color: #172536;
font-size: 0.875rem;
font-weight: 700;
line-height: 1rem;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.c-pagination ul a:hover, .c-pagination ul a:focus, .c-pagination ul a.active,
.c-pagination ul span:hover,
.c-pagination ul span:focus,
.c-pagination ul span.active {
color: #fff;
background-color: #172536;
box-shadow: 2px 2px 0px 0px rgba(23, 37, 54, 0.2);
}
.c-tag {
background: #F5F5F5;
color: #172536;
font-size: 0.875rem;
font-weight: 700;
line-height: 1rem;
padding: 0.75rem 0.9375rem;
border-radius: 4px;
}
.loader-wrapper {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.4);
}
.loader-wrapper.active {
display: flex;
}
.loader {
width: 48px;
height: 48px;
border: 3px solid #fff;
border-radius: 50%;
display: inline-block;
position: relative;
z-index: 2;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
.loader::after {
content: "";
box-sizing: border-box;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 56px;
height: 56px;
border-radius: 50%;
border: 3px solid;
border-color: #12689D transparent;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.hamburger-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #12689D;
width: 42px;
height: 42px;
border-radius: 6px;
margin-left: 0.8125rem;
flex-shrink: 0;
}
.c-hamburger {
width: 25px;
height: 16px;
position: relative;
transform: rotate(0deg);
transition: 0.5s ease-in-out;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
}
.c-hamburger:focus {
outline: none;
}
.c-hamburger span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
border-radius: 3px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
.c-hamburger span:nth-child(1) {
top: 0;
}
.c-hamburger span:nth-child(2), .c-hamburger span:nth-child(3) {
top: 8px;
}
.c-hamburger span:nth-child(4) {
top: 16px;
}
.c-hamburger.active span:nth-child(1) {
top: 9px;
width: 0;
left: 50%;
}
.c-hamburger.active span:nth-child(2) {
transform: rotate(45deg);
}
.c-hamburger.active span:nth-child(3) {
transform: rotate(-45deg);
}
.c-hamburger.active span:nth-child(4) {
top: 9px;
width: 0;
left: 50%;
}
.c-image-base-carousel {
padding-top: 6.875rem;
padding-bottom: 3.75rem;  }
.c-image-base-carousel h2 {
color: #172536;
text-align: center;
margin-bottom: 1.5625rem;
}
.c-image-base-carousel__wrapper {
position: relative;
}
.c-image-base-carousel__item {
width: 500px !important;
height: auto;
}
.c-image-base-carousel__item img {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 10px;
}
.c-image-base-carousel .slick-slide {
margin: 0 9px;
height: auto;
}
.c-image-base-carousel .slick-list {
margin: 0 -9px;
}
.c-image-base-carousel .arrows {
display: block;
width: 100%;
max-width: 1600px;
margin: auto;
position: absolute;
right: 0;
left: 0;
top: calc(50% - 50px);
transform: translateY(-50%);
z-index: 10;
}
.c-image-base-carousel .arrows .slick-arrow {
position: absolute;
background-color: #fff;
}
.c-image-base-carousel .arrows .slick-arrow:hover, .c-image-base-carousel .arrows .slick-arrow:focus {
border-color: #f2f2f2;
background-color: #f2f2f2;
}
.c-image-base-carousel .arrows .slick-arrow.slide-prev {
left: 0;
}
.c-image-base-carousel .arrows .slick-arrow.slide-next {
right: 0;
}
.c-image-base-carousel .slick-dots {
justify-content: center;
margin-top: 2.5rem;
}
.c-image-base-carousel .slick-dots li::before {
background-color: rgba(181, 181, 181, 0.3);
}
.c-image-base-carousel .slick-dots li.slick-active {
border-color: rgba(181, 181, 181, 0.3);
}
.c-image-base-carousel .slick-dots li.slick-active::before {
background-color: #DF4A5C;
}
@media (max-width: 1535px) {
.c-image-base-carousel .arrows {
max-width: 1180px;
}
}
@media (max-width: 992px) {
.c-image-base-carousel .arrows {
max-width: 720px;
}
.c-image-base-carousel__item {
width: 300px !important;
}
.c-image-base-carousel__item img {
height: 240px;
}
}
.c-history-carousel {
background-color: #FBFBFB;
overflow: hidden;  }
.c-history-carousel h2 {
color: #143256;
text-align: center;
margin-bottom: 5rem;
}
.c-history-carousel__item {
width: 280px !important;
}
.c-history-carousel__item .top-bar {
display: flex;
align-items: center;
margin-bottom: 1.25rem;
}
.c-history-carousel__item .top-bar .circle {
width: 13px;
height: 13px;
border: 1px solid #DF4A5C;
position: relative;
border-radius: 50%;
margin-right: 1.0625rem;
flex-shrink: 0;
}
.c-history-carousel__item .top-bar .circle::before {
content: "";
width: 7px;
height: 7px;
background-color: #DF4A5C;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
.c-history-carousel__item .top-bar .line {
background-color: #B4B4B4;
width: 100%;
height: 1px;
}
.c-history-carousel__item .title {
color: #143256;
font-size: 3.375rem;
font-weight: 700;
line-height: 4.0625rem;
margin-bottom: 0.8125rem;
}
.c-history-carousel__item .text {
color: #172536;
line-height: 1.5625rem;
margin: 0;
}
.c-history-carousel__nav {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 5rem;
}
.c-history-carousel .slick-slide {
margin: 0 15px;
height: auto;
}
.c-history-carousel .slick-list {
margin: 0 -15px;
}
.c-history-carousel .slick-arrow {
background-color: #fff;
border-color: #D1D3D7;
}
.c-history-carousel .slick-arrow.slide-prev {
margin-right: 0.75rem;
}
.c-history-carousel .slick-arrow:hover, .c-history-carousel .slick-arrow:focus {
border-color: #DF4A5C;
}
.c-history-carousel .slick-dots li::before {
background-color: rgba(181, 181, 181, 0.3);
}
.c-history-carousel .slick-dots li.slick-active {
border-color: rgba(181, 181, 181, 0.3);
}
.c-history-carousel .slick-dots li.slick-active::before {
background-color: #DF4A5C;
}
@media (max-width: 768px) {
.c-history-carousel__item .title {
font-size: 1.875rem;
line-height: 2.1875rem;
}
}
@media (max-width: 576px) {
.c-history-carousel__wrapper {
margin-left: 0.9375rem;
}
}
.main-header {
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 40px;
z-index: 100;
}
.main-header__wrapper {
display: flex;
align-items: center;
position: relative;
}
.main-header__nav {
margin-left: auto;
}
.main-header__nav ul.main-level {
display: flex;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
}
.main-header__nav ul.main-level li {
margin-right: 1.875rem;
}
.main-header__nav ul.main-level li:last-child {
margin-right: 0;
}
@media (min-width: 1200px) {
.main-header__nav ul.main-level li.has-sub::before {
content: "";
position: absolute;
width: 100px;
height: 40px;
bottom: -30px;
}
.main-header__nav ul.main-level li.has-sub:hover .nav-submenu,
.main-header__nav ul.main-level li.has-sub:hover .nav-dropdown, .main-header__nav ul.main-level li.has-sub:focus .nav-submenu,
.main-header__nav ul.main-level li.has-sub:focus .nav-dropdown {
display: block;
}
.main-header__nav ul.main-level li.has-sub.has-dropdown {
position: relative;
}
}
.main-header__nav ul.main-level a {
color: #fff;
font-size: 0.75rem;
font-weight: 700;
line-height: 1.5rem;
text-transform: uppercase;
text-decoration: none;
}
.main-header__nav ul.main-level button:has(svg) {
color: #DF4A5C;
margin-left: 0.125rem;
transform: translateY(-2px);
}
.main-header__search {
margin-left: 2.125rem;
margin-bottom: 0;
}
.main-header__search .input-holder {
position: relative;
}
.main-header__search input {
font-size: 0.75rem;
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid #fff;
border-radius: 30px;
padding-left: 10px;
width: 202px;
height: 35px;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.main-header__search button[type=submit] {
color: #fff;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.main-header .nav-submenu {
display: none;
width: 100vw;
position: absolute;
left: calc((100vw - 100%) / 2 * -1);
bottom: 0;
transform: translateY(calc(100% + 10px));
z-index: 99;
}
.main-header .nav-submenu__tabs {
display: flex;
}
.main-header .nav-submenu__tabs button {
background-color: #143256;
color: rgba(255, 255, 255, 0.25);
font-size: 1.75rem;
font-weight: 700;
line-height: normal;
width: 50%;
text-align: center;
padding: 0.6875rem 0;
position: relative;
}
.main-header .nav-submenu__tabs button::before {
content: "";
position: absolute;
left: 50%;
bottom: -8px;
width: 16px;
height: 16px;
background-color: #E7C57A;
transform: translateX(-50%) rotate(45deg);
display: none;
}
.main-header .nav-submenu__tabs button:first-child {
margin-right: 0.3125rem;
}
.main-header .nav-submenu__tabs button.active {
color: #fff;
background-color: #E7C57A;
}
.main-header .nav-submenu__tabs button.active::before {
display: block;
}
.main-header .nav-submenu__menu {
display: none;
background-color: #143256;
}
@media (min-width: 576px) {
.main-header .nav-submenu__menu.active {
display: block;
}
}
.main-header .nav-submenu__menu ul {
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 0 -7px;
padding: 0.8125rem 0 0 0;
list-style: none;
}
.main-header .nav-submenu__menu ul li {
width: 33.3333333333%;
padding: 0.875rem;
border-right: 1px solid rgba(137, 137, 116, 0.281);
border-bottom: 1px solid rgba(137, 137, 116, 0.281);
margin-right: 0;
}
@media (min-width: 768px) {
.main-header .nav-submenu__menu ul li:nth-child(3n) {
border-right: none;
}
.main-header .nav-submenu__menu ul li:nth-last-child(-n+3) {
border-bottom: none;
}
}
.main-header .nav-submenu__menu ul a {
width: 100%;
color: #fff;
font-size: 1rem;
font-weight: 700;
line-height: 1.1875rem;
display: flex;
align-items: center;
padding: 1.4375rem 1.25rem;
will-change: background-color, color;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.main-header .nav-submenu__menu ul a img,
.main-header .nav-submenu__menu ul a svg {
margin-right: 0.125rem;
max-width: 65px;
}
@media (min-width: 1200px) {
.main-header .nav-submenu__menu ul a:hover, .main-header .nav-submenu__menu ul a:focus {
color: #143256;
background-color: #fff;
}
}
.main-header .nav-dropdown {
display: none;
background-color: #fff;
position: absolute;
left: 0;
top: calc(100% + 10px);
width: 100%;
min-width: 200px;
padding: 1.25rem;
border-radius: 6px;
}
.main-header .nav-dropdown ul {
padding-left: 0;
margin: 0;
list-style: none;
}
.main-header .nav-dropdown ul li {
margin-bottom: 0.4375rem;
}
.main-header .nav-dropdown ul li:last-child {
margin-bottom: 0;
}
.main-header .nav-dropdown ul a {
color: #172536;
transition: color 0.3s ease-in-out;
}
.main-header .nav-dropdown ul a:hover, .main-header .nav-dropdown ul a:focus {
color: #DF4A5C;
}
@media (max-width: 1200px) {
.main-header__wrapper {
position: static;
}
.main-header__nav {
display: none;
background-color: #12689D;
width: 100%;
position: absolute;
left: 0;
top: 100%;
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header__nav ul.main-level {
flex-direction: column;
align-items: flex-start;
padding: 1.875rem 0;
}
.main-header__nav ul.main-level a:not(.nav-submenu a) {
display: block;
height: 30px;
}
.main-header__nav ul.main-level li:not(.nav-submenu li) {
width: 100%;
margin-right: 0;
margin-bottom: 0.3125rem;
}
.main-header__nav ul.main-level li:not(.nav-submenu li):last-child {
margin-bottom: 0;
}
.main-header__nav ul.main-level li:not(.nav-submenu li).has-sub {
display: flex;
flex-wrap: wrap;
}
.main-header__nav ul.main-level button:has(svg) {
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
margin-left: auto;
width: 30px;
height: 30px;
}
.main-header__nav ul.main-level button:has(svg) svg {
color: #fff;
}
.main-header .nav-submenu {
display: none;
position: static;
width: 100%;
transform: none;
margin-bottom: 0.625rem;
}
.main-header .nav-submenu__tabs button {
font-size: 1rem;
}
.main-header .nav-submenu__tabs button::before {
width: 10px;
height: 10px;
bottom: -5px;
}
.main-header .nav-submenu ul li {
padding: 0.625rem;
}
.main-header .nav-submenu ul a {
font-size: 0.875rem;
padding: 0.625rem 1.5625rem;
}
.main-header .nav-dropdown {
background-color: transparent;
position: static;
min-width: auto;
padding-top: 0;
padding-bottom: 0;
}
.main-header .nav-dropdown ul li {
margin-bottom: 0 !important;
}
.main-header .nav-dropdown ul a {
color: #fff;
height: auto !important;
}
.main-header__search {
margin-left: auto;
}
}
@media (max-width: 768px) {
.main-header .nav-submenu__menu .container {
padding: 0;
}
.main-header .nav-submenu__menu ul {
margin-left: 0;
margin-right: 0;
}
.main-header .nav-submenu__menu ul li {
width: 50%;
}
.main-header .nav-submenu__menu ul li:nth-child(2n) {
border-right: none;
}
.main-header .nav-submenu__menu ul li:last-child {
border-bottom: none;
}
}
@media (max-width: 576px) {
.main-header {
top: 20px;
}
.main-header .search-trigger {
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 6px;
margin-left: auto;
}
.main-header .search-trigger svg {
color: #fff;
}
.main-header__search {
background-color: #12689D;
display: none;
position: absolute;
left: 0;
top: 100%;
width: 100%;
padding: 0.625rem 0.75rem;
}
.main-header__search input {
width: 100%;
}
.main-header .c-languages {
margin-left: auto;
}
.main-header .nav-submenu__tabs {
display: none;
}
.main-header .nav-submenu__menu {
display: block;
background-color: #12689D;
}
.main-header .nav-submenu ul {
padding-top: 0;
}
.main-header .nav-submenu ul li {
width: 100%;
border: none !important;
padding: 0;
}
.main-header .nav-submenu ul a {
padding: 0.5rem 0.625rem;
}
.main-header .nav-submenu ul a img {
display: none;
}
}
.main-footer {
background: linear-gradient(109deg, #143256 4.15%, #12689D 46.36%, #12689D 52.49%, #143256 96.51%);
background-blend-mode: multiply;
}
.main-footer__menu {
padding-top: 3.125rem;
padding-bottom: 3.125rem;
}
.main-footer__menu .column {
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.main-footer__menu .column:last-child {
border-right: none;
}
.main-footer__menu ul {
margin: 0;
padding-left: 8.125rem;
padding-top: 1.25rem;
list-style: none;
}
.main-footer__menu ul a {
color: #fff;
font-size: 0.875rem;
line-height: 1.5rem;
text-decoration: none;
display: flex;
align-items: center;
}
.main-footer__menu ul a::before {
content: url(//msm.dev.webikon.sk/app/themes/vizion/dist/img/icons/list-arrow.svg);
margin-right: 0.3125rem;
}
.main-footer__copyright {
padding: 1.25rem 0;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.main-footer__copyright .wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.main-footer__copyright .left {
padding-right: 3.125rem;
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.main-footer__copyright .left img {
max-width: 160px;
}
.main-footer__copyright .second-left {
padding-right: 3.125rem;
}
.main-footer__copyright .second-left img {
max-width: 160px;
}
.main-footer__copyright .right ul {
display: flex;
align-items: center;
padding: 0;
margin: 0;
list-style: none;
}
.main-footer__copyright .right ul li.sep {
color: #DF4A5C;
margin: 0 0.625rem;
transform: translateY(2px);
}
.main-footer__copyright .right ul a {
color: #fff;
font-size: 0.875rem;
line-height: 1.5rem;
text-decoration: none;
}
@media (max-width: 1200px) {
.main-footer__menu ul {
padding-left: 3.125rem;
}
}
@media (max-width: 992px) {
.main-footer__menu {
padding: 1.875rem 0;
}
.main-footer__menu .column {
border-right: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-footer__menu .column:last-child {
border-bottom: none;
}
.main-footer__menu ul {
padding-left: 0;
padding-top: 1.875rem;
padding-bottom: 1.875rem;
}
}
@media (max-width: 768px) {
.main-footer__copyright .wrapper {
flex-direction: column;
}
.main-footer__copyright .left {
border-right: none;
padding-right: 0;
margin-bottom: 1.25rem;
}
}
@media (max-width: 576px) {
.main-footer__copyright .right ul {
flex-direction: column;
}
}
.hero {
background: linear-gradient(109deg, #143256 4.15%, #12689D 46.36%, #12689D 52.49%, #143256 96.51%);
background-blend-mode: multiply;
padding: 0;
position: relative;
overflow: hidden;
}
.hero .slick-slide {
height: auto;
}
.hero__carousel {
width: 100%;
overflow: hidden;
position: relative;
}
.hero__carousel-subtitle {
color: #fff;
font-size: 1.25rem;
line-height: 1.9375rem;
margin-bottom: 1.1875rem;
}
.hero__carousel-title {
color: #fff;
font-size: 4rem;
line-height: 4.25rem;
}
@media (max-width: 576px) {
.hero__carousel-title {
font-size: 3rem;
line-height: 3.25rem;
}
}
.hero__carousel-item {
display: flex !important;
align-items: flex-start;
justify-content: center;
flex-direction: column;
width: 100%;
min-height: 100vh;
height: auto;
background-repeat: no-repeat;
background-position: right bottom;
background-size: auto auto;
}
.hero__carousel-item.as-row {
align-items: center;
justify-content: flex-start;
flex-direction: row !important;
}
.hero__carousel-item.as-row .column {
flex-basis: 50%;
}
.hero__carousel-navigation {
width: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 90px;
}
.hero__carousel-navigation .wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.hero__carousel-navigation .arrows {
display: flex;
}
.hero__carousel-navigation .arrows .slick-arrow:first-child {
margin-right: 0.625rem;
}
.hero--alt .hero__carousel-title {
max-width: 90%;
}
.hero--alt .hero__carousel-item .column:first-child {
flex-basis: 65%;
}
.hero--alt .hero__carousel-item .column:last-child {
flex-basis: 35%;
}
.hero--alt .hero__carousel-item .column:last-child:has(img) {
text-align: center;
}
@media (max-width: 1535px) {
.hero__carousel-navigation {
bottom: 45px;
}
.hero--alt .hero__carousel-title {
font-size: 3.375rem;
line-height: 3.625rem;
}
}
@media (max-width: 1200px) {
.hero__carousel-item {
height: 800px;
min-height: initial;
padding: 15.625rem 0;
}
}
@media (max-width: 992px) {
.hero__carousel-title {
font-size: 3.125rem;
line-height: 3.375rem;
margin-bottom: 0.9375rem;
}
.hero--alt .hero__carousel-title {
max-width: 100%;
}
.hero--alt .hero__carousel-item .column:first-child {
flex-basis: 100%;
}
.hero--alt .hero__carousel-item .column:has(img) {
text-align: left;
}
.hero--alt .hero__carousel-item .column:has(img) img {
display: block;
margin: 1.875rem 0;
}
}
@media (max-width: 768px) {
.hero__carousel-title {
font-size: 2.5rem;
line-height: 3rem;
}
.hero__carousel-item {
background-size: contain;
padding: 9.375rem 0;
height: 500px;
}
}
@media (max-width: 576px) {
.hero__carousel-title {
font-size: 2rem;
line-height: 2.25rem;
}
.hero__carousel-title br {
display: none;
}
.hero__carousel-item {
height: auto;
padding-top: 5rem;
padding-bottom: 5rem;
justify-content: flex-start;
}
.hero__carousel-item picture img {
margin-bottom: 1.25rem;
}
.hero__carousel-item.as-row .column {
flex-basis: 100%;
}
.hero__carousel-item.as-row .column:first-child {
flex-basis: 88%;
}
.hero__carousel-navigation {
bottom: 10px;
}
}
.boxes .row {
margin-left: -9px;
margin-right: -9px;
}
.boxes .column {
padding: 0 9px;
}
@media (max-width: 1535px) {
.boxes {
margin-top: -2.1875rem;
}
}
@media (max-width: 576px) {
.boxes {
padding-bottom: 0;
}
}
.about-company {
position: relative;
z-index: 5;
}
.about-company .items {
margin-top: 2.5rem;
}
.about-company .items .row {
margin-left: -10px;
margin-right: -10px;
}
.about-company .items .column {
padding: 0 10px;
margin-bottom: 1.25rem;
}
.about-company .items .item {
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(231, 197, 122, 0.18);
width: 100%;
height: 350px;
padding: 4.375rem;
}
.about-company .items .item img {
object-fit: contain;
filter: brightness(0) saturate(100%) invert(83%) sepia(29%) saturate(607%) hue-rotate(352deg) brightness(96%) contrast(87%);
will-change: filter;
}
.about-company .items .item img.hover {
display: none;
}
.about-company .items .item:hover img, .about-company .items .item:focus img {
filter: none;
}
.about-company .items .item:has(img.hover):hover img:not(.hover), .about-company .items .item:has(img.hover):focus img:not(.hover) {
display: none;
}
.about-company .items .item:has(img.hover):hover img.hover, .about-company .items .item:has(img.hover):focus img.hover {
display: block;
}
.about-company .items .cta {
text-align: center;
margin-top: 2.5rem;
}
@media (max-width: 1600px) {
.about-company .items .item {
height: 222px;
}
}
@media (max-width: 1200px) {
.about-company .items .item {
padding: 3.125rem;
}
}
@media (max-width: 576px) {
.about-company .items .item {
height: 150px;
padding: 1.5625rem;
}
}
.about-company-carousel {
padding-top: 7.5rem;
padding-bottom: 3.75rem;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
mix-blend-mode: screen;
position: relative;
overflow: hidden;
}
.about-company-carousel img.paper {
display: none;
}
.about-company-carousel .content h2 {
color: #172536;
text-align: center;
margin-top: rem-calc70;
margin-bottom: 1.6875rem;
}
.about-company-carousel .carousel-box {
background-color: #fff;
max-width: 660px;
margin-left: auto;
margin-right: auto;
padding: 3.125rem 1.875rem;
margin-bottom: 2.3125rem;
border-radius: 10px;
}
.about-company-carousel .carousel-item {
text-align: center;
display: none;
}
.about-company-carousel .carousel-item.active {
display: block;
}
.about-company-carousel .carousel-item figure {
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
margin: 0 0 0.875rem 0;
position: relative;
padding: 0.5625rem;
}
.about-company-carousel .carousel-item figure img,
.about-company-carousel .carousel-item figure svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
filter: brightness(0) invert(1);
}
.about-company-carousel .carousel-item h3 {
color: #172536;
margin-bottom: 0.875rem;
}
.about-company-carousel .carousel-item p {
color: #172536;
font-size: 0.875rem;
line-height: 1.625rem;
margin: 0;
}
.about-company-carousel .carousel-nav ul {
display: flex;
align-items: center;
justify-content: space-between;
list-style: none;
margin: 0;
padding: 0;
max-width: 780px;
margin-left: auto;
margin-right: auto;
}
.about-company-carousel .carousel-nav ul li {
width: 25%;
text-align: center;
cursor: pointer;
}
.about-company-carousel .carousel-nav ul li figure {
background-color: #E7C57A;
display: inline-flex;
align-items: center;
justify-content: center;
width: 66px;
height: 66px;
margin: 0 0 1.375rem 0;
padding: 0.875rem;
border-radius: 50%;
position: relative;
}
.about-company-carousel .carousel-nav ul li figure .line {
position: absolute;
width: 90px;
height: 1px;
background-color: #fff;
top: 50%;
transform: translateY(-50%);
z-index: 5;
}
.about-company-carousel .carousel-nav ul li figure .line.left {
left: -110px;
}
.about-company-carousel .carousel-nav ul li figure .line.right {
right: -108px;
}
.about-company-carousel .carousel-nav ul li figure::before {
content: "";
width: 80px;
height: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 1px solid #fff;
border-radius: 50%;
}
.about-company-carousel .carousel-nav ul li figure img {
object-fit: contain;
height: 100%;
}
.about-company-carousel .carousel-nav ul li p {
color: rgba(255, 255, 255, 0.5);
font-size: 1.25rem;
font-weight: 700;
margin: 0;
text-align: center;
}
.about-company-carousel .carousel-nav ul li:last-child {
margin-right: 0;
}
.about-company-carousel .carousel-nav ul li.active figure {
background-color: #DF4A5C;
}
.about-company-carousel .carousel-nav ul li.active figure::before {
border-color: #DF4A5C;
}
.about-company-carousel .carousel-nav ul li.active figure img {
filter: brightness(0) invert(1);
}
.about-company-carousel .carousel-nav ul li.active p {
color: #fff;
}
@media (max-width: 1200px) {
.about-company-carousel .carousel-nav ul li figure .line {
width: 60px;
}
.about-company-carousel .carousel-nav ul li figure .line.right {
right: -75px;
}
.about-company-carousel .carousel-nav ul li figure .line.left {
left: -75px;
}
}
@media (max-width: 768px) {
.about-company-carousel {
background-size: cover;
}
.about-company-carousel .carousel-nav ul li figure {
margin-bottom: 0.625rem;
}
.about-company-carousel .carousel-nav ul li figure .line {
display: none;
}
.about-company-carousel .carousel-nav ul li p {
font-size: 1rem;
}
}
@media (max-width: 576px) {
.about-company-carousel {
padding-top: 3.125rem;
}
.about-company-carousel .carousel-box {
padding: 1.875rem 1.25rem;
}
.about-company-carousel .carousel-item p {
margin-bottom: 1.25rem;
}
.about-company-carousel .carousel-nav ul li figure {
width: 50px;
height: 50px;
}
.about-company-carousel .carousel-nav ul li figure::before {
width: 60px;
height: 60px;
}
.about-company-carousel .carousel-nav ul li p {
font-size: 0.875rem;
line-height: 1.125rem;
}
}
.product-carousel {
position: relative;
padding-top: 6.875rem;
padding-bottom: 5rem;
overflow: hidden;
}
.product-carousel .vectors {
position: absolute;
}
.product-carousel .vectors.top {
top: 0;
left: 0;
}
.product-carousel .vectors.bottom {
bottom: 0;
right: 0;
}
.product-carousel__wrapper {
position: relative;
}
.product-carousel .slick-slide {
height: auto;
}
.product-carousel .arrows {
display: block;
left: 0;
margin: auto;
max-width: 1600px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: 10;
}
.product-carousel .arrows .slick-arrow {
position: absolute;
opacity: 0.3;
border: none;
will-change: opacity;
transition: opacity 0.3s ease-in-out;
}
.product-carousel .arrows .slick-arrow.slide-prev {
left: 0;
}
.product-carousel .arrows .slick-arrow.slide-next {
right: 0;
}
.product-carousel .arrows .slick-arrow:hover, .product-carousel .arrows .slick-arrow:focus {
background-color: transparent;
border-color: transparent;
opacity: 1;
}
.product-carousel__item .row {
align-items: center;
}
.product-carousel__item figure {
width: max-content;
margin: 0 auto;
text-align: center;
position: relative;
}
.product-carousel__item figure .hotspots .hotspot {
position: absolute;
}
.product-carousel__item figure .hotspots .hotspot button {
position: absolute;
background-color: #DF4A5C;
width: 28px;
height: 28px;
border-radius: 50%;
}
.product-carousel__item figure .hotspots .hotspot button img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-40%, -50%);
will-change: transform;
transition: transform 0.3s ease-in-out;
}
.product-carousel__item figure .hotspots .hotspot button.active img {
transform: translate(-40%, -50%) rotate(45deg);
}
.product-carousel__item figure .hotspots .hotspot .tooltip {
display: none;
width: 155px;
color: #fff;
background-color: #898974;
font-size: 0.75rem;
position: absolute;
top: 50%;
right: calc(100% + 10px);
transform: translateY(-40%);
border-radius: 10px;
text-align: center;
padding: 1.4375rem 0.8125rem;
line-height: 1.125rem;
}
.product-carousel__item figure .hotspots .hotspot .tooltip.active {
display: block;
}
.product-carousel__item .caption {
margin-bottom: 0.625rem;
}
.product-carousel__item h2 {
color: #172536;
font-size: 3.1875rem;
font-weight: 700;
line-height: normal;
margin-bottom: 1.1875rem;
}
.product-carousel__item p:not(.caption) {
color: #898974;
font-size: 0.875rem;
line-height: 1.5rem;
margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
.product-carousel__item .row {
flex-direction: column-reverse;
}
}
@media (max-width: 576px) {
.product-carousel__item h2 {
font-size: 1.875rem;
margin-bottom: 0.625rem;
}
}
.events {
background-color: #F5F5F5;
padding-top: 3.4375rem;
padding-bottom: 4rem;
}
.events h2 {
color: #172536;
text-align: center;
margin-bottom: 1.875rem;
}
.events .row {
margin-left: -10px;
margin-right: -10px;
}
.events .row .column {
padding: 0 10px;
margin-bottom: 1.25rem;
}
.events .event {
text-decoration: none;
display: block;
}
.events .event__featured-image {
margin: 0 0 1.125rem 0;
position: relative;
}
.events .event__featured-image img {
width: 100%;
height: 156px;
object-fit: cover;
}
.events .event__featured-image .date {
background-color: #12689D;
color: #fff;
font-size: 0.875rem;
font-weight: 700;
letter-spacing: 1.4px;
text-transform: uppercase;
line-height: normal;
position: absolute;
top: 12px;
left: 12px;
filter: drop-shadow(3px 3px 0px rgba(23, 37, 54, 0.2));
padding: 0.3125rem 0.625rem;
}
.events .event__location {
color: #172536;
font-size: 0.875rem;
line-height: 1.3125rem;
display: flex;
align-items: center;
margin-bottom: 0.875rem;
}
.events .event__location img,
.events .event__location svg {
margin-right: 0.1875rem;
}
.events .event__partners {
display: flex;
align-items: center;
margin-bottom: 0.75rem;
}
.events .event__partners figure {
width: 53px;
height: 28px;
background-color: #E1E1E1;
margin: 0 0.625rem 0 0;
padding: 0.3125rem 0.1875rem;
}
.events .event__partners figure img {
object-fit: contain;
}
.events .event h4 {
color: #172536;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.5rem;
margin-bottom: 0.1875rem;
}
.events .event p {
color: #172536;
font-size: 0.875rem;
line-height: 1.3125rem;
margin: 0;
}
.events .event p a {
color: #DF4A5C;
text-decoration: underline;
}
.events .event p a:hover, .events .event p a:focus {
text-decoration: none;
}
.posts {
background: linear-gradient(109deg, #143256 4.15%, #12689D 46.36%, #12689D 52.49%, #143256 96.51%);
background-blend-mode: multiply;
padding-top: 3.4375rem;
padding-bottom: 2.6875rem;
}
.posts h2 {
color: #E7C57A;
text-align: center;
margin-bottom: 1.6875rem;
}
.posts .cta {
text-align: center;
margin-top: 4.375rem;
}
.posts .column {
margin-bottom: 1.25rem;
}
.testimonials {
padding: 0;
position: relative;
overflow: hidden;
}
.testimonials .slick-slide {
height: auto;
}
.testimonials-item {
background-repeat: no-repeat;
background-size: cover;
background-position: center 10%;
position: relative;
}
.testimonials-item::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) -3.25%, rgba(0, 0, 0, 0) 85.06%);
z-index: 2;
}
.testimonials-item .wrapper {
height: 550px;
display: flex;
align-items: flex-end;
}
@media (min-width: 1535px) {
.testimonials-item .wrapper {
height: 900px;
}
}
.testimonials-item .content {
display: flex;
align-items: center;
padding-bottom: 1.25rem;
position: relative;
z-index: 3;
}
.testimonials-item .content .image {
margin-right: 2.0625rem;
flex-shrink: 0;
max-width: 133px;
}
.testimonials-item .content .image img {
object-fit: contain;
}
.testimonials-item .content p {
color: #fff;
margin-bottom: 0.4375rem;
}
.testimonials-item .content .title {
font-size: 1.75rem;
font-weight: 700;
line-height: normal;
}
.testimonials-item .content .subtitle {
font-size: 1.25rem;
font-weight: 700;
line-height: 1.5rem;
}
.testimonials-item .content .text {
font-size: 0.875rem;
line-height: 1.3125rem;
margin-bottom: 0;
}
.testimonials .arrows-nav {
position: absolute;
bottom: 55px;
left: 0;
right: 0;
z-index: 3;
}
.testimonials .arrows-nav .arrows {
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 1535px) {
.testimonials-item .wrapper {
height: 415px;
}
}
@media (max-width: 992px) {
.testimonials-item .content {
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 768px) {
.testimonials .arrows-nav {
bottom: initial;
top: 50%;
transform: translateY(-50%);
}
.testimonials-item .content {
max-width: 100%;
}
}
@media (max-width: 576px) {
.testimonials-item .content {
flex-direction: column;
}
.testimonials-item .content .details {
text-align: center;
}
}
.text-block {
background-color: #F5F5F5;
padding-top: 9.6875rem;
padding-bottom: 9.6875rem;
position: relative;
}
.text-block .container > * {
position: relative;
z-index: 2;
}
.text-block .vector {
position: absolute;
}
.text-block .vector.top {
top: 0;
right: 0;
}
.text-block .vector.bottom {
bottom: 0;
left: 0;
}
.text-block h2,
.text-block h3,
.text-block h4 {
color: #172536;
}
.text-block p {
color: #172536;
font-size: 1.125rem;
line-height: 2rem;
}
.text-block a {
color: #DF4A5C;
}
@media (max-width: 992px) {
.text-block {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
}
@media (max-width: 576px) {
.text-block .vector {
display: none;
}
}
.faq {
padding-top: 4.6875rem;
padding-bottom: 5.625rem;
}
.faq .row {
margin-left: -10px;
margin-right: -10px;
}
.faq .row .column {
padding: 0 10px;
}
.faq .info-box {
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
position: relative;
padding: 6.875rem 5rem;
}
.faq .info-box h2 {
color: #fff;
font-size: 2.375rem;
font-weight: 700;
margin-bottom: 2.125rem;
line-height: normal;
}
.faq .info-box p {
color: #fff;
font-size: 1.375rem;
font-weight: 500;
line-height: 2rem;
margin-bottom: 2.125rem;
}
.faq .info-box address {
color: #fff;
font-size: 1.125rem;
font-weight: 500;
font-style: normal;
line-height: 2rem;
margin-bottom: 2.125rem;
display: block;
}
.faq .info-box .buttons {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.faq .info-box .buttons .c-button {
margin-bottom: 0.875rem;
}
.faq .info-box .buttons .c-button:first-child {
margin-right: 0.875rem;
}
.faq .info-box .link {
color: #fff;
font-weight: 500;
line-height: 2rem;
display: block;
}
@media (max-width: 1200px) {
.faq .info-box {
padding: 2.5rem;
}
}
@media (max-width: 992px) {
.faq .info-box {
margin-top: 2.5rem;
}
}
@media (max-width: 576px) {
.faq .info-box {
padding: 1.875rem;
}
.faq .info-box h2 {
font-size: 2rem;
margin-bottom: 1.25rem;
}
.faq .info-box p {
font-size: 1.125rem;
line-height: 1.5rem;
margin-bottom: 1.25rem;
}
.faq .info-box address {
font-size: 1rem;
line-height: 1.5rem;
margin-bottom: 1.25rem;
}
}
.two-columns-fluid {
padding: 0;
display: flex;
align-items: stretch;
}
.two-columns-fluid .column {
width: 50%;
}
.two-columns-fluid .column:first-child {
background: linear-gradient(109deg, #143256 4.15%, #12689D 46.36%, #12689D 52.49%, #143256 96.51%);
background-blend-mode: multiply;
display: flex;
align-items: center;
}
.two-columns-fluid .column__inner {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
width: 100%;
height: 100%;
padding-right: 3.125rem;
}
.two-columns-fluid .column figure {
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
width: 82px;
height: 82px;
border-radius: 50%;
padding: 1.125rem;
margin: 0 0 1.125rem 0;
}
.two-columns-fluid .column h2 {
color: #fff;
margin-bottom: 1.125rem;
}
.two-columns-fluid .column p {
color: #fff;
font-size: 1.125rem;
line-height: 1.6875rem;
margin-bottom: 0.8125rem;
}
.two-columns-fluid .column .c-button {
margin-top: 1.25rem;
}
.two-columns-fluid .column picture img {
width: 100%;
object-fit: cover;
}
@media (max-width: 992px) {
.two-columns-fluid {
flex-direction: column;
}
.two-columns-fluid .column {
width: 100%;
}
.two-columns-fluid .column__inner {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.two-columns-fluid .column:last-child {
display: none;
}
}
@media (max-width: 576px) {
.two-columns-fluid .column__inner {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
}
.we-help {
padding-top: 3.75rem;
padding-bottom: 9.6875rem;
position: relative;
}
.we-help img.vectors {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.we-help h2 {
color: #172536;
text-align: center;
margin-bottom: 1.875rem;
}
.we-help a {
text-align: center;
text-decoration: none;
}
.we-help a img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.875rem;
}
.we-help a p {
color: #172536;
font-size: 1.25rem;
font-weight: 700;
line-height: 1.4375rem;
margin-bottom: 0.875rem;
}
.we-help a p small {
color: #868686;
font-size: 0.75rem;
line-height: normal;
display: block;
}
.map {
background: linear-gradient(109deg, #143256 4.15%, #12689D 46.36%, #12689D 52.49%, #143256 96.51%);
background-blend-mode: multiply;
padding-top: 6.25rem;
padding-bottom: 6.5625rem;
position: relative;
}
.map .vector {
position: absolute;
}
.map .vector.left {
top: 50%;
left: 0;
transform: translateY(-50%);
}
.map .vector.right {
top: 50%;
right: 0;
transform: translateY(-50%);
}
.map__info {
margin-bottom: 2.1875rem;
}
.map__info .item {
display: flex;
align-items: center;
justify-content: center;
}
.map__info .item figure {
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
width: 93px;
height: 93px;
border-radius: 50%;
padding: 1.5rem;
margin: 0 1.25rem 0 0;
flex-shrink: 0;
}
.map__info .item figure img {
object-fit: contain;
}
.map__info .item p {
color: #fff;
font-size: 1.125rem;
line-height: normal;
margin: 0;
}
.map__info .item span {
color: #fff;
font-size: 2.5rem;
font-weight: 500;
display: block;
line-height: normal;
}
.map__wrapper {
max-width: 675px;
margin-left: auto;
margin-right: auto;
text-align: center;
position: relative;
}
.map__wrapper img {
width: 100%;
}
.map__wrapper .spain {
display: flex;
align-items: center;
position: absolute;
right: -300px;
top: 40%;
transform: translateY(-50%);
}
.map__wrapper .spain img {
width: auto;
}
.map__wrapper .spain p {
color: #fff;
font-size: 1.125rem;
font-weight: 700;
line-height: normal;
margin-bottom: 0;
margin-left: 0.75rem;
}
.map__pin {
position: absolute;
left: 10px;
top: 10px;
transform: translate(-50%, -50%);
cursor: pointer;
}
.map__pin svg circle#innerCircle {
transition: fill 0.3s ease-in-out;
}
.map__pin:hover svg circle#innerCircle, .map__pin:focus svg circle#innerCircle {
fill: #D94054;
}
.map .tooltip_templates {
display: none;
}
@media (max-width: 1535px) {
.map__wrapper .spain {
right: -200px;
}
}
@media (max-width: 1200px) {
.map__info .item {
flex-direction: column;
text-align: center;
}
.map__info .item figure {
margin: 0 0 1.25rem 0;
}
.map__info .item span {
font-size: 1.875rem;
}
.map__wrapper .spain {
right: -150px;
}
}
@media (max-width: 992px) {
.map {
padding-bottom: 5rem;
}
.map__wrapper .spain {
right: initial;
left: 50%;
transform: translateX(-50%);
top: calc(100% + 25px);
}
}
@media (max-width: 576px) {
.map {
padding-top: 3.125rem;
}
.map__wrapper .spain p {
font-size: 1rem;
}
.map .vector {
display: none;
}
.map__info {
margin-bottom: 1.25rem;
}
.map__info .item {
margin-bottom: 1.25rem;
}
.map__info .item figure {
width: 60px;
height: 60px;
margin-bottom: 0.625rem;
padding: 0.9375rem;
}
}
.map__pin svg {
width: 24px;
height: 24px;
}
.info-text {
background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 6.875rem;
padding-bottom: 6.875rem;
}
.info-text h2 {
color: #fff;
margin-bottom: 2.125rem;
}
.info-text p {
color: #fff;
font-size: 1.25rem;
font-weight: 500;
line-height: 2rem;
margin-bottom: 2.125rem;
}
.info-text a {
color: #fff;
font-size: 0.875rem;
font-weight: 700;
text-transform: uppercase;
line-height: 1.5rem;
display: flex;
align-items: center;
}
.info-text a img,
.info-text a svg {
margin-left: 0.625rem;
}
.info-text a:hover, .info-text a:focus {
text-decoration: none;
}
@media (max-width: 768px) {
.info-text {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.info-text h2 {
margin-bottom: 1.25rem;
}
.info-text p {
font-size: 1.125rem;
margin-bottom: 1.25rem;
line-height: 1.75rem;
}
}
@media (max-width: 576px) {
.info-text p {
font-size: 1rem;
line-height: 1.625rem;
}
}
.listing-categories {
padding-top: 3.125rem;
padding-bottom: 14.375rem;
position: relative;
}
.listing-categories .vector {
position: absolute;
}
.listing-categories .vector.top {
top: 0;
right: 0;
}
.listing-categories .vector.bottom {
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.listing-categories .row {
margin-left: -10px;
margin-right: -10px;
}
.listing-categories .row .column {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1.125rem;
}
.listing-categories .item {
background: #F5F5F5;
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
height: 100%;
padding: 1.875rem;
border-radius: 9px;
text-decoration: none;
position: relative;
z-index: 2;
}
.listing-categories .item h3 {
color: #000107;
font-size: 1rem;
font-weight: 500;
line-height: 1.1875rem;
margin: 0;
}
.listing-categories .item img {
max-width: 65px;
}
@media (max-width: 992px) {
.listing-categories {
padding-bottom: 9.375rem;
}
}
.listing-products {
padding-top: 2rem;
}
.listing-products h2 {
color: #172536;
font-size: 2.375rem;
line-height: normal;
text-align: center;
margin-bottom: 3rem;
}
.listing-products h3 {
color: #172536;
font-size: 1.75rem;
line-height: normal;
text-align: left;
margin-bottom: 1.5rem;
}
.listing-products .description p {
color: #172536;
font-weight: 500;
line-height: 1.5625rem;
margin-bottom: 0.625rem;
}
.listing-products .description .more-content {
display: none;
}
.listing-products .description .more {
color: #143256;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.5rem;
text-transform: uppercase;
text-decoration: none;
display: flex;
align-items: center;
}
.listing-products .description .more .less-text {
display: none;
}
.listing-products .description .more img,
.listing-products .description .more svg {
margin-left: 0.625rem;
will-change: transform;
transition: transform 0.3s ease-in-out;
}
.listing-products .description .more.active .more-text {
display: none;
}
.listing-products .description .more.active .less-text {
display: block;
}
.listing-products .description .more.active img,
.listing-products .description .more.active svg {
transform: rotate(-180deg);
}
.listing-products .description img:not(.more img) {
display: block;
margin-left: auto;
margin-right: auto;
}
.listing-products .filters {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 1.875rem;
}
.listing-products .filters .back {
color: #143256;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.5rem;
text-transform: uppercase;
display: inline-flex;
align-items: center;
padding: 0.5rem 1.25rem;
border-radius: 10px;
border: 1px solid #172536;
text-decoration: none;
margin-right: 0.625rem;
margin-bottom: 0.625rem;
height: 40px;
}
.listing-products .filters .back img,
.listing-products .filters .back svg {
margin-right: 0.625rem;
}
.listing-products .filters form {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 0;
}
.listing-products .filters form .c-checkbox {
padding: 0;
margin-right: 0.625rem;
margin-bottom: 0.625rem;
}
.listing-products .filters form .c-checkbox label {
margin-bottom: 0;
}
.listing-products .filters form .c-checkbox label span.label {
color: #172536;
background: #f5f5f5;
font-size: 0.875rem;
font-weight: 700;
line-height: 1rem;
padding: 0.75rem;
border-radius: 10px;
margin-bottom: 0;
height: 40px;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.listing-products .filters form .c-checkbox label input[type=checkbox]:checked + span.label {
background-color: #172536;
color: #fff;
box-shadow: 2px 2px 0px 0px rgba(23, 37, 54, 0.2);
}
.listing-products .products {
margin-top: 1.375rem;
}
.listing-products .products .row {
margin-left: -10px;
margin-right: -10px;
}
.listing-products .products .row .column {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1.375rem;
}
.listing-products .products-item {
background-color: #fff;
display: block;
width: 100%;
padding: 1.375rem 1.375rem 3.6875rem;
border-radius: 3px;
text-decoration: none;
position: relative;
will-change: border-color;
transition: border-color 0.3s ease-in-out;
}
.listing-products .products-item::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border-radius: 3px;
will-change: border;
}
.listing-products .products-item::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border: 1px solid #d1d3d7;
border-radius: 3px;
will-change: border-color;
}
.listing-products .products-item picture img {
display: block;
width: 100%;
height: 196px;
object-fit: contain;
margin-bottom: 1.25rem;
}
.listing-products .products-item h4 {
color: #172536;
font-size: 1.125rem;
font-weight: 700;
line-height: normal;
margin-bottom: 0.125rem;
will-change: color;
transition: color 0.3s ease-in-out;
}
.listing-products .products-item p {
color: #90969d;
font-size: 0.875rem;
font-weight: 500;
line-height: 1.25rem;
text-transform: uppercase;
margin: 0;
}
.listing-products .products-item:hover::after, .listing-products .products-item:focus::after {
border: 4px solid #E7C57A;
}
.listing-products .products-item:hover::before, .listing-products .products-item:focus::before {
border-color: transparent;
}
.listing-products .products-item:hover h3, .listing-products .products-item:focus h3 {
color: #ed615c;
}
@media (max-width: 1200px) {
.listing-products .products-item {
padding: 1.375rem;
}
}
.text-two-columns {
padding-bottom: 10.3125rem;
position: relative;
}
.text-two-columns img.vector {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.text-two-columns h2 {
color: #172536;
font-size: 2.8125rem;
margin-bottom: 0;
}
.text-two-columns p {
color: #172536;
line-height: 1.5625rem;
}
@media (max-width: 992px) {
.text-two-columns h2 {
margin-bottom: 1.875rem;
}
}
@media (max-width: 992px) {
.text-two-columns h2 {
font-size: 1.875rem;
line-height: 2.1875rem;
}
}
.product-detail {
padding-top: 0.9375rem;
}
.product-detail .c-breadcrumbs {
margin-bottom: 3.125rem;
}
.product-detail .c-breadcrumbs ol {
justify-content: flex-start;
}
.product-detail .c-breadcrumbs ol a {
color: rgba(30, 30, 30, 0.7);
}
.product-detail .c-breadcrumbs ol span {
color: #1E1E1E;
}
.product-detail .row {
align-items: center;
}
.product-detail figure {
margin: 0;
text-align: center;
}
.product-detail figure img {
max-height: 600px;
object-fit: contain;
}
.product-detail h1 {
color: #172536;
font-size: 2.75rem;
font-weight: 700;
line-height: 3.125rem;
text-transform: uppercase;
margin-bottom: 1.25rem;
}
.product-detail p {
color: #172536;
line-height: 1.5625rem;
margin-bottom: 1.25rem;
}
.product-detail ul li {
color: #172536;
line-height: 1.75rem;
}
.product-detail .buttons {
display: flex;
align-items: center;
}
.product-detail .buttons .c-button--primary {
margin-right: 0.5625rem;
}
.product-detail .buttons .c-button--primary svg {
transform: rotate(90deg);
}
@media (max-width: 992px) {
.product-detail figure {
margin-bottom: 1.875rem;
}
}
@media (max-width: 768px) {
.product-detail h1 {
font-size: 1.875rem;
line-height: 2.1875rem;
margin-bottom: 1.875rem;
}
}
@media (max-width: 576px) {
.product-detail .buttons {
flex-direction: column;
align-items: flex-start;
}
.product-detail .buttons .c-button--primary {
margin-right: 0;
margin-bottom: 0.625rem;
}
}
.product-tables {
background-color: #F5F5F5;
padding-top: 5.625rem;
padding-bottom: 5.9375rem;
}
.product-tables h4 {
color: #DF4A5C;
font-size: 1.125rem;
font-weight: 700;
line-height: 1rem;
text-transform: uppercase;
margin-bottom: 1.25rem;
text-align: center;
}
.product-tables .row {
margin-left: -45px;
margin-right: -45px;
justify-content: center;
}
.product-tables .row .column {
padding-left: 45px;
padding-right: 45px;
}
.product-tables table {
width: 100% !important;
border-collapse: collapse;
margin-bottom: 1.875rem;
}
.product-tables table thead th {
background-color: #DF4A5C;
padding: 0.4375rem 0.625rem;
line-height: 1;
}
.product-tables table thead tr th:first-child {
border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.product-tables table tbody td {
color: #0B0C0C;
font-size: 0.8125rem;
padding: 0.4375rem 0.625rem;
border-bottom: 1px solid #0B0C0C;
}
.product-tables table tbody tr td strong {
font-weight: 400;
}
.product-tables table tbody tr td:first-child {
border-right: 1px solid #0B0C0C;
}
.product-tables table tbody tr td:nth-child(2) {
border-left: 1px solid;
}
.product-tables table tbody tr td:nth-child(2)[rowspan="2"] {
border-right: 1px solid #0B0C0C;
}
.product-tables table tbody tr td:last-child[rowspan="2"] {
border-right: none;
}
.product-tables table tbody tr td:nth-child(3), .product-tables table tbody tr td:nth-child(4) {
border-left: 1px solid #0B0C0C;
}
.product-tables table tbody tr td[colspan="2"] {
border-right: none;
}
.product-tables table tbody tr td:only-child {
border-right: none;
}
.product-tables table tbody tr td:only-child[rowspan="3"] {
border-right: 1px solid #0B0C0C;
}
.product-tables .cta {
text-align: center;
margin-top: 2.5rem;
}
.product-details {
padding-top: 6.875rem;
}
.product-details h2 {
color: #172536;
margin-bottom: 1.6875rem;
margin-bottom: 5.75rem;
}
.product-details p {
color: #172536;
font-weight: 500;
}
.product-details picture img {
display: block;
margin-bottom: 0.9375rem;
border-radius: 4px;
}
.product-details ul {
list-style: none;
padding-left: 0;
}
.product-details ul li {
font-size: 0.875rem;
margin-bottom: 0.3125rem;
}
.product-details ul li:last-child {
margin-bottom: 0;
}
.product-details {
padding-top: 6.875rem;
}
.product-details h2 {
color: #172536;
margin-bottom: 1.6875rem;
margin-bottom: 5.75rem;
}
.product-details p {
color: #172536;
font-weight: 500;
}
.product-details picture img {
display: block;
margin-bottom: 0.9375rem;
border-radius: 4px;
}
.product-details ul {
list-style: none;
padding-left: 0;
}
.product-details ul li {
font-size: 0.875rem;
margin-bottom: 0.3125rem;
}
.product-details ul li:last-child {
margin-bottom: 0;
}
.inquiry-form {
background-color: #F0F0F0;
padding-top: 5rem;
padding-bottom: 5.9375rem;
position: relative;
}
.inquiry-form .vector {
position: absolute;
}
.inquiry-form .vector.left {
top: 50%;
left: 0;
transform: translateY(-50%);
}
.inquiry-form .vector.right {
top: 50%;
right: 0;
transform: translateY(-50%);
}
.inquiry-form h2,
.inquiry-form form {
position: relative;
z-index: 2;
}
.inquiry-form h2 {
color: #172536;
font-size: 2.8125rem;
line-height: normal;
text-align: center;
margin-bottom: 0.9375rem;
}
.inquiry-form form {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.inquiry-form form .form-submit {
text-align: center;
}
.inquiry-form form .form-submit button {
width: auto;
}
@media (max-width: 992px) {
.inquiry-form .vector {
display: none;
}
}
@media (max-width: 768px) {
.inquiry-form h2 {
font-size: 1.875rem;
}
}
.post-content-block {
padding-bottom: 3.75rem;
}
.post-content-block h1,
.post-content-block h2,
.post-content-block h3,
.post-content-block h4,
.post-content-block h5 {
color: #172536;
}
.post-content-block h2 {
font-size: 2.8125rem;
line-height: normal;
margin-bottom: 2.5rem;
}
.post-content-block h4 {
color: #172536;
font-size: 1.75rem;
line-height: normal;
margin-bottom: 1.25rem;
}
.post-content-block img {
display: inline-block;
margin-bottom: 2.5rem;
}
.post-content-block p {
color: #172536;
margin-bottom: 2.5rem;
}
.post-content-block p a {
color: #2F7AD6;
}
.post-content-block ul {
margin: 0 0 2.5rem 0;
list-style: none;
padding-left: 0;
}
.post-content-block ul li {
color: #172536;
line-height: 1.5625rem;
display: flex;
align-items: center;
margin-bottom: 0.75rem;
}
.post-content-block ul li:last-child {
margin-bottom: 0;
}
.post-content-block ul li::before {
font-size: 1.5rem;
content: "•";
display: inline-block;
color: #DF4A5C;
margin-right: 0.875rem;
}
.post-content-block ol {
list-style: none;
counter-reset: counter;
padding-left: 0;
margin: 0 0 2.5rem 0;
}
.post-content-block ol li {
counter-increment: counter;
margin-bottom: 0.75rem;
}
.post-content-block ol li:last-child {
margin-bottom: 0;
}
.post-content-block ol li::before {
content: counter(counter) ".";
color: #fff;
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.75rem;
line-height: normal;
width: 23px;
height: 23px;
align-items: center;
justify-content: center;
margin-right: 0.875rem;
border-radius: 50%;
}
@media (max-width: 576px) {
.post-content-block {
padding-bottom: 3.75rem;
}
}
.career {
padding-bottom: 14.375rem;
position: relative;
}
.career img.vector {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.career__top-bar {
margin-bottom: 1.25rem;
}
.career__top-bar h2 {
width: max-content;
color: #172536;
font-size: 2.8125rem;
line-height: normal;
margin-bottom: 0.625rem;
margin-right: auto;
position: relative;
}
.career__top-bar h2 span.count {
background-color: #EEE;
color: #172536;
font-size: 1.25rem;
font-weight: 500;
line-height: 1.9375rem;
display: inline-flex;
align-items: center;
justify-content: center;
width: 51px;
height: 51px;
position: absolute;
right: -50px;
top: -30px;
border-radius: 50%;
}
.career__top-bar .filter-bar {
background: #EEE;
padding: 1.0625rem 1.25rem;
border-radius: 4px;
}
.career__top-bar .filter-bar form {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 0;
}
.career__top-bar .filter-bar p {
color: #172536;
font-size: 1rem;
font-weight: 700;
line-height: 1rem;
margin: 0;
}
.career__top-bar .filter-bar .c-checkbox {
padding: 0;
margin-left: 1.25rem;
}
.career__top-bar .filter-bar .c-checkbox label {
margin-bottom: 0;
align-items: center;
}
.career__top-bar .filter-bar .c-checkbox label span.check {
width: 18px;
height: 18px;
border-radius: 2px;
}
.career__top-bar .filter-bar .c-checkbox label span.check svg {
width: 10px;
height: 13px;
}
.career__top-bar .filter-bar .c-checkbox label span.label {
color: #172536;
font-size: 1rem;
line-height: normal;
font-weight: 500;
}
.career__listing ul:not(.column ul) {
margin: 0;
padding-left: 0;
list-style: none;
}
.career__listing ul:not(.column ul) li:not(.column ul li) {
background-color: #fff;
border: 1px solid #D1D3D7;
display: flex;
align-items: center;
padding: 1.8125rem 2.5625rem;
border-radius: 3px;
margin-bottom: 1rem;
}
.career__listing ul:not(.column ul) li:not(.column ul li):last-child {
margin-bottom: 0;
}
.career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(1) {
width: 20%;
}
.career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(2) {
width: 30%;
}
.career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(3) {
width: 30%;
}
.career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(4) {
width: 20%;
}
.career__listing ul:not(.column ul) p.company {
color: #90969D;
font-size: 0.875rem;
font-weight: 500;
line-height: 0.875rem;
margin-bottom: 1rem;
}
.career__listing ul:not(.column ul) h3 {
color: #172536;
font-size: 1.75rem;
line-height: 0.875rem;
margin-bottom: 1rem;
}
.career__listing ul:not(.column ul) .tags {
display: flex;
align-items: center;
}
.career__listing ul:not(.column ul) .tags .c-tag {
margin-right: 0.5625rem;
}
.career__listing ul:not(.column ul) .tags .c-tag:last-child {
margin-right: 0;
}
.career__listing ul:not(.column ul) ul {
margin: 0;
padding-left: 0;
list-style: none;
}
.career__listing ul:not(.column ul) ul li {
color: #172536;
font-size: 1rem;
font-weight: 500;
line-height: normal;
display: flex;
align-items: center;
margin-bottom: 0.1875rem;
}
.career__listing ul:not(.column ul) ul li:last-child {
margin-bottom: 0;
}
.career__listing ul:not(.column ul) ul li::before {
content: url(//msm.dev.webikon.sk/app/themes/vizion/dist/img/icons/list-arrow-career.svg);
margin-right: 0.625rem;
flex-shrink: 0;
}
@media (max-width: 1200px) {
.career__listing ul:not(.column ul) li:not(.column ul li) {
padding: 1.25rem;
flex-wrap: wrap;
}
.career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(1), .career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(2), .career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(3), .career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(4) {
width: 50%;
}
}
@media (max-width: 992px) {
.career__listing ul:not(.column ul) li:not(.column ul li) h3 {
line-height: normal;
}
}
@media (max-width: 768px) {
.career__top-bar h2 {
width: auto;
font-size: 1.875rem;
}
.career__top-bar h2 span.count {
width: 40px;
height: 40px;
font-size: 1rem;
position: static;
transform: translateY(-5px);
}
}
@media (max-width: 576px) {
.career__listing ul:not(.column ul) .tags,
.career__listing ul:not(.column ul) ul li {
justify-content: center;
}
.career__listing ul:not(.column ul) ul {
margin-bottom: 1.25rem;
}
.career__listing ul:not(.column ul) li:not(.column ul li) .column {
text-align: center;
}
.career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(1), .career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(2), .career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(3), .career__listing ul:not(.column ul) li:not(.column ul li) .column:nth-child(4) {
width: 100%;
}
}
.contact-section {
padding-top: 2.5rem;
padding-bottom: 9.375rem;
}
.contact-section .row {
margin-left: -10px;
margin-right: -10px;
}
.contact-section .row .column {
padding-left: 10px;
padding-right: 10px;
}
.contact-section__item {
width: 100%;
display: flex;
align-items: stretch;
flex-direction: column;
margin-bottom: 1.0625rem;
}
.contact-section__item .map-wrapper {
width: 100%;
}
.contact-section__item .map-wrapper img {
width: 100%;
box-shadow: 5px 5px 0 0 rgba(23, 37, 54, 0.2);
border-radius: 4px 4px 0 0;
object-fit: cover;
}
.contact-section__item .box {
background: linear-gradient(109deg, #143256 4.15%, #12689d 46.36%, #12689d 52.49%, #143256 96.51%);
background-blend-mode: multiply;
box-shadow: 5px 5px 0px 0px rgba(23, 37, 54, 0.2);
padding: 3.875rem 3.25rem;
border-radius: 0px 0px 10px 10px;
}
.contact-section__item .box a {
display: flex;
align-items: center;
text-decoration: none;
margin-bottom: 0.9375rem;
}
.contact-section__item .box a figure {
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
border-radius: 50%;
margin: 0 0.875rem 0 0;
}
.contact-section__item .box a .text span {
display: block;
color: #fff;
font-size: 0.875rem;
font-weight: 500;
line-height: normal;
}
.contact-section__item .box a .text p {
color: #fff;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.25rem;
margin: 0;
will-change: color;
transition: color 0.3s ease-in-out;
}
.contact-section__item .box a:hover .text p, .contact-section__item .box a:focus .text p {
color: #DF4A5C;
}
.contact-section__item h4 {
color: #fff;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.625rem;
margin-bottom: 0;
}
.contact-section__item address {
color: #fff;
display: block;
font-style: normal;
margin-bottom: 1.875rem;
line-height: 1.625rem;
}
.contact-section__item--featured {
margin-bottom: 1.875rem;
flex-direction: row;
}
.contact-section__item--featured .box {
width: 33.33333333%;
margin-right: 1.25rem;
border-radius: 10px;
}
.contact-section__item--featured .map-wrapper {
width: 66.66666667%;
}
.contact-section__item--featured .map-wrapper a {
display: block;
}
.contact-section__item--featured .map-wrapper img {
border-radius: 4px;
}
@media (max-width: 1200px) {
.contact-section__item .box {
padding: 2.5rem 1.875rem;
}
}
@media (max-width: 992px) {
.contact-section__item--featured {
box-shadow: 5px 5px 0px 0px rgba(23, 37, 54, 0.2);
flex-direction: column;
}
.contact-section__item--featured .box,
.contact-section__item--featured .map-wrapper {
width: 100%;
box-shadow: none;
}
.contact-section__item--featured .box {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.contact-section__item--featured .map-wrapper {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
}
@media (max-width: 576px) {
.contact-section__item .box {
padding: 1.25rem;
}
.contact-section__item .box a figure {
margin-right: 0.625rem;
width: 30px;
height: 30px;
padding: 0.4375rem;
}
.contact-section__item .box a .text p {
font-size: 0.875rem;
}
.contact-section__item address {
margin-bottom: 1.25rem;
}
}
.contact-form {
background-color: #F0F0F0;
padding-top: 4.6875rem;
padding-bottom: 4.6875rem;
position: relative;
}
.contact-form h2 {
color: #172536;
text-align: center;
margin-bottom: 0.9375rem;
}
.contact-form .vector {
position: absolute;
max-height: 100%;
}
.contact-form .vector.left {
left: 0;
top: 50%;
transform: translateY(-50%);
}
.contact-form .vector.right {
right: 0;
top: 50%;
transform: translateY(-50%);
}
.contact-form__tabs {
width: max-content;
background: #F0F0F0;
margin-left: auto;
margin-right: auto;
margin-bottom: 2.5rem;
padding: 0.3125rem;
margin-top: -110px;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
}
.contact-form__tabs ul {
margin: 0;
padding-left: 0;
list-style: none;
display: flex;
justify-content: center;
align-items: stretch;
}
.contact-form__tabs ul button {
color: #172536;
font-size: 1.125rem;
font-weight: 700;
line-height: normal;
padding: 1.125rem 1.5625rem;
border-radius: 4px;
will-change: background-color;
transition: background-color 0.3s ease-in-out;
}
.contact-form__tabs ul button.active {
background-color: #fff;
}
.contact-form .form-holder {
display: none;
}
.contact-form .form-holder.active {
display: block;
}
.contact-form form {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.contact-form form .form-submit {
text-align: center;
}
.contact-form form .form-submit button:not(.full) {
width: auto;
}
@media (max-width: 768px) {
.contact-form .vector {
display: none;
}
}
@media (max-width: 576px) {
.contact-form__tabs ul button {
font-size: 0.875rem;
padding: 0.9375rem 1.25rem;
}
}
.company-numbers {
background: linear-gradient(109deg, #143256 4.15%, #12689D 46.36%, #12689D 52.49%, #143256 96.51%);
background-blend-mode: multiply;
padding-top: 6.25rem;
padding-bottom: 6.25rem;
overflow: hidden;
position: relative;
}
.company-numbers .vector {
position: absolute;
bottom: 0;
}
.company-numbers .vector.left {
left: 0;
}
.company-numbers .vector.right {
right: 0;
}
.company-numbers__item {
display: flex;
align-items: center;
position: relative;
z-index: 2;
}
.company-numbers__item figure {
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
width: 93px;
height: 93px;
margin: 0 1.25rem 0 0;
flex-shrink: 0;
border-radius: 50%;
}
.company-numbers__item .title {
color: #fff;
font-size: 1.125rem;
line-height: normal;
margin: 0;
}
.company-numbers__item .info {
color: #fff;
font-size: 1.6875rem;
font-weight: 500;
line-height: normal;
margin: 0;
}
@media (max-width: 992px) {
.company-numbers {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.company-numbers__item {
margin-bottom: 1.875rem;
}
}
@media (max-width: 576px) {
.company-numbers__item figure {
width: 60px;
height: 60px;
padding: 0.9375rem;
}
.company-numbers__item .info {
font-size: 1.125rem;
}
}
.text-map {
padding-bottom: 8.125rem;
}
.text-map .row {
align-items: center;
}
.text-map .contact-section {
padding: 0;
}
.text-map .contact-section__item {
margin-bottom: 0;
}
.info-banner {
padding-top: 5rem;
padding-bottom: 5rem;
background-repeat: no-repeat;
background-size: cover;
}
.info-banner h3 {
color: #fff;
font-size: 1.75rem;
font-weight: 700;
line-height: normal;
text-align: center;
margin-bottom: 0.4375rem;
}
.info-banner p {
color: #fff;
font-size: 1.25rem;
line-height: 1.9375rem;
margin: 0;
text-align: center;
}
.search-section .search-title {
color: #172536;
}
.search-section ul {
display: flex;
align-items: center;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.search-section ul li {
margin-right: 0.625rem;
margin-bottom: 0.625rem;
}
.search-section ul li:last-child {
margin-right: 0;
}
.search-section ul a {
display: block;
color: #172536;
}
.search-section ul a:hover, .search-section ul a:focus {
text-decoration: none;
}
.error-404 .inner {
text-align: center;
}
.text-with-boxes {
background: linear-gradient(to right, #143256 0%, #12689D 33%, #12689D 66%, #143256 100%);
padding-top: 4.375rem;
padding-bottom: 5.3125rem;
}
.text-with-boxes .row {
align-items: center;
}
.text-with-boxes .text p {
color: #fff;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.6875rem;
margin: 0;
}
.text-with-boxes .boxes-wrapper {
display: flex;
align-items: stretch;
gap: 25px;
}
.text-with-boxes .boxes-wrapper .box {
flex-basis: 33.3333333333%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #fff;
border-radius: 10px;
padding-left: 1.25rem;
padding-right: 1.25rem;
min-height: 300px;
text-align: center;
}
.text-with-boxes .boxes-wrapper .box img {
width: 60px;
height: 60px;
margin-bottom: 1.125rem;
}
.text-with-boxes .boxes-wrapper .box p {
color: #143256;
line-height: 1.25rem;
margin-bottom: 0.9375rem;
}
.text-with-boxes .boxes-wrapper .box h5 {
color: #143256;
font-size: 1.375rem;
font-weight: 500;
line-height: 1.625rem;
margin: 0;
}
@media (max-width: 992px) {
.text-with-boxes .boxes-wrapper {
margin-top: 2.5rem;
}
}
@media (max-width: 768px) {
.text-with-boxes .text p {
font-size: 1rem;
line-height: 1.5rem;
}
.text-with-boxes .boxes-wrapper {
gap: 5px;
}
.text-with-boxes .boxes-wrapper .box p {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-with-boxes .boxes-wrapper .box h5 {
font-size: 1.125rem;
line-height: 1.375rem;
}
}
@media (max-width: 576px) {
.text-with-boxes .boxes-wrapper {
flex-direction: column;
}
}
.production {
padding-top: 4.375rem;
padding-bottom: 6.875rem;
}
.production .row {
align-items: center;
justify-content: center;
}
.production h2 {
color: #194E90;
text-align: center;
margin-bottom: 1.875rem;
}
.production .item {
display: flex;
align-items: center;
margin-bottom: 2.5rem;
}
.production .item figure {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #12689D;
width: 90px;
height: 90px;
margin: 0 1.25rem 0 0;
padding: 1.4375rem;
flex-shrink: 0;
border-radius: 50%;
}
.production .item figure img,
.production .item figure svg {
width: 100%;
height: 100%;
object-fit: contain;
}
.production .item h4 {
color: #172536;
font-size: 1.125rem;
line-height: 1.375rem;
margin-bottom: 0.375rem;
}
.production .item p {
color: #172536;
margin: 0;
}
@media (max-width: 992px) {
.production {
padding-bottom: 3.75rem;
}
.production .item {
margin-bottom: 2.5rem;
}
}
@media (max-width: 576px) {
.production {
padding-bottom: 1.875rem;
}
.production .item {
flex-direction: column;
align-items: center;
text-align: center;
}
.production .item figure {
margin-right: 0;
margin-bottom: 0.625rem;
}
}
.video {
padding: 0;
}
.video a {
display: block;
position: relative;
}
.video img.poster {
width: 100%;
object-fit: cover;
}
.video .play {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #fff;
width: 65px;
height: 65px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
@media (max-width: 576px) {
.video img.poster {
min-height: 200px;
}
}
.info-box {
padding: 3.75rem 0;
}
.info-box .box {
display: flex;
align-items: stretch;
}
.info-box .box .left {
flex-basis: 40%;
}
.info-box .box .left img {
width: 100%;
height: 100%;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.info-box .box .right {
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
flex-basis: 60%;
border: 1px solid #D1D3D7;
padding-left: 2.625rem;
padding-top: 1.875rem;
padding-bottom: 1.875rem;
padding-right: 1.875rem;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.info-box .box .right h3 {
color: #172536;
font-size: 2.375rem;
margin-bottom: 1.25rem;
line-height: 2.8125rem;
}
.info-box .box .right p {
margin: 0;
}
@media (max-width: 992px) {
.info-box .box .right h3 {
font-size: 1.875rem;
line-height: 2.1875rem;
}
}
@media (max-width: 768px) {
.info-box .box {
flex-direction: column-reverse;
}
.info-box .box .left,
.info-box .box .right {
flex-basis: 100%;
}
.info-box .box .right {
border-top-left-radius: 10px;
border-bottom-right-radius: 0;
}
.info-box .box .left img {
border-top-left-radius: 0;
border-bottom-right-radius: 10px;
}
}
@media (max-width: 576px) {
.info-box .box .right {
padding: 0.9375rem;
}
}
.cta-banner {
position: relative;
background-size: cover;
background-repeat: no-repeat;
padding-top: 0;
padding-bottom: 0;
}
.cta-banner .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.9;
z-index: 1;
}
.cta-banner__inner {
text-align: center;
position: relative;
z-index: 1;
padding-top: 4.375rem;
padding-bottom: 4.375rem;
}
.cta-banner__inner p {
color: #fff;
}
.cta-banner__inner .subtitle {
font-size: 1.125rem;
font-weight: 500;
line-height: 1.375rem;
margin-bottom: 0.375rem;
}
.cta-banner__inner .title {
font-size: 3rem;
font-weight: 700;
line-height: 4.25rem;
margin-bottom: 0.5rem;
letter-spacing: 10px;
}
@media (max-width: 992px) {
.cta-banner__inner .title {
font-size: 2.25rem;
line-height: 2.875rem;
}
}
@media (max-width: 768px) {
.cta-banner__inner .title {
font-size: 1.5rem;
line-height: 2.125rem;
margin-bottom: 0.625rem;
}
}
@media (max-width: 576px) {
.cta-banner__inner {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.cta-banner__inner .title {
font-size: 1.125rem;
line-height: 1.75rem;
letter-spacing: 2px;
}
}
.contact-box {
display: flex;
align-items: stretch;
padding: 0;
}
.contact-box .left,
.contact-box .right {
flex-basis: 50%;
}
.contact-box .left {
display: flex;
align-items: center;
padding-top: 3.375rem;
padding-bottom: 3.375rem;
background: linear-gradient(109deg, #143256 4.15%, #12689D 46.36%, #12689D 52.49%, #143256 96.51%);
}
.contact-box .left address,
.contact-box .left .links {
flex-basis: 50%;
}
.contact-box .left address {
color: #fff;
font-size: 1.125rem;
font-style: normal;
line-height: 1.6875rem;
}
.contact-box .left .links a {
display: flex;
align-items: center;
text-decoration: none;
margin-bottom: 0.9375rem;
}
.contact-box .left .links a figure {
background-color: #DF4A5C;
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
border-radius: 50%;
margin: 0 0.875rem 0 0;
}
.contact-box .left .links a .text span {
display: block;
color: #fff;
font-size: 0.875rem;
font-weight: 500;
line-height: normal;
}
.contact-box .left .links a .text p {
color: #fff;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.25rem;
margin: 0;
will-change: color;
transition: color 0.3s ease-in-out;
}
.contact-box .left .links a:hover .text p, .contact-box .left .links a:focus .text p {
color: #DF4A5C;
}
@media (max-width: 992px) {
.contact-box {
flex-direction: column-reverse;
}
.contact-box .right,
.contact-box .left {
flex-basis: 100%;
}
}
@media (max-width: 576px) {
.contact-box .left {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
flex-direction: column;
align-items: flex-start;
}
.contact-box .left address,
.contact-box .left .links {
flex-basis: 100%;
}
.contact-box .left address {
margin-bottom: 1.25rem;
}
}
.underline {
text-decoration: underline;
}
@media (max-width: 1200px) {
.hidden-lg-down {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg-up {
display: none !important;
}
}
@media (max-width: 992px) {
.h-order-md-1 {
order: 1;
}
.h-order-md-2 {
order: 2;
}
.hidden-md-down {
display: none !important;
}
}
@media (min-width: 992px) {
.hidden-md-up {
display: none !important;
}
}
@media (max-width: 768px) {
.hidden-sm-down {
display: none !important;
}
}
@media (min-width: 768px) {
.hidden-sm-up {
display: none !important;
}
}
@media (max-width: 576px) {
.hidden-xs-down {
display: none !important;
}
}
@media (min-width: 576px) {
.hidden-xs-up {
display: none !important;
}
}
.u-mt-0 {
margin-top: 0;
}
.u-mb-0 {
margin-bottom: 0;
}
.u-ml-0 {
margin-left: 0;
}
.u-mr-0 {
margin-right: 0;
}
.u-mt-5 {
margin-top: 0.3125rem;
}
.u-mb-5 {
margin-bottom: 0.3125rem;
}
.u-ml-5 {
margin-left: 0.3125rem;
}
.u-mr-5 {
margin-right: 0.3125rem;
}
.u-mt-10 {
margin-top: 0.625rem;
}
.u-mb-10 {
margin-bottom: 0.625rem;
}
.u-ml-10 {
margin-left: 0.625rem;
}
.u-mr-10 {
margin-right: 0.625rem;
}
.u-mt-15 {
margin-top: 0.9375rem;
}
.u-mb-15 {
margin-bottom: 0.9375rem;
}
.u-ml-15 {
margin-left: 0.9375rem;
}
.u-mr-15 {
margin-right: 0.9375rem;
}
.u-mt-20 {
margin-top: 1.25rem;
}
.u-mb-20 {
margin-bottom: 1.25rem;
}
.u-ml-20 {
margin-left: 1.25rem;
}
.u-mr-20 {
margin-right: 1.25rem;
}
.u-mt-25 {
margin-top: 1.5625rem;
}
.u-mb-25 {
margin-bottom: 1.5625rem;
}
.u-ml-25 {
margin-left: 1.5625rem;
}
.u-mr-25 {
margin-right: 1.5625rem;
}
.u-mt-30 {
margin-top: 1.875rem;
}
.u-mb-30 {
margin-bottom: 1.875rem;
}
.u-ml-30 {
margin-left: 1.875rem;
}
.u-mr-30 {
margin-right: 1.875rem;
}
.u-mt-35 {
margin-top: 2.1875rem;
}
.u-mb-35 {
margin-bottom: 2.1875rem;
}
.u-ml-35 {
margin-left: 2.1875rem;
}
.u-mr-35 {
margin-right: 2.1875rem;
}
.u-mt-40 {
margin-top: 2.5rem;
}
.u-mb-40 {
margin-bottom: 2.5rem;
}
.u-ml-40 {
margin-left: 2.5rem;
}
.u-mr-40 {
margin-right: 2.5rem;
}
.u-mt-45 {
margin-top: 2.8125rem;
}
.u-mb-45 {
margin-bottom: 2.8125rem;
}
.u-ml-45 {
margin-left: 2.8125rem;
}
.u-mr-45 {
margin-right: 2.8125rem;
}
.u-mt-50 {
margin-top: 3.125rem;
}
.u-mb-50 {
margin-bottom: 3.125rem;
}
.u-ml-50 {
margin-left: 3.125rem;
}
.u-mr-50 {
margin-right: 3.125rem;
}
.u-mt-55 {
margin-top: 3.4375rem;
}
.u-mb-55 {
margin-bottom: 3.4375rem;
}
.u-ml-55 {
margin-left: 3.4375rem;
}
.u-mr-55 {
margin-right: 3.4375rem;
}
.u-mt-60 {
margin-top: 3.75rem;
}
.u-mb-60 {
margin-bottom: 3.75rem;
}
.u-ml-60 {
margin-left: 3.75rem;
}
.u-mr-60 {
margin-right: 3.75rem;
}
.u-mt-65 {
margin-top: 4.0625rem;
}
.u-mb-65 {
margin-bottom: 4.0625rem;
}
.u-ml-65 {
margin-left: 4.0625rem;
}
.u-mr-65 {
margin-right: 4.0625rem;
}
.u-mt-70 {
margin-top: 4.375rem;
}
.u-mb-70 {
margin-bottom: 4.375rem;
}
.u-ml-70 {
margin-left: 4.375rem;
}
.u-mr-70 {
margin-right: 4.375rem;
}
.u-mt-75 {
margin-top: 4.6875rem;
}
.u-mb-75 {
margin-bottom: 4.6875rem;
}
.u-ml-75 {
margin-left: 4.6875rem;
}
.u-mr-75 {
margin-right: 4.6875rem;
}
.u-mt-80 {
margin-top: 5rem;
}
.u-mb-80 {
margin-bottom: 5rem;
}
.u-ml-80 {
margin-left: 5rem;
}
.u-mr-80 {
margin-right: 5rem;
}
.u-mt-85 {
margin-top: 5.3125rem;
}
.u-mb-85 {
margin-bottom: 5.3125rem;
}
.u-ml-85 {
margin-left: 5.3125rem;
}
.u-mr-85 {
margin-right: 5.3125rem;
}
.u-mt-90 {
margin-top: 5.625rem;
}
.u-mb-90 {
margin-bottom: 5.625rem;
}
.u-ml-90 {
margin-left: 5.625rem;
}
.u-mr-90 {
margin-right: 5.625rem;
}
.u-mt-95 {
margin-top: 5.9375rem;
}
.u-mb-95 {
margin-bottom: 5.9375rem;
}
.u-ml-95 {
margin-left: 5.9375rem;
}
.u-mr-95 {
margin-right: 5.9375rem;
}
.u-mt-100 {
margin-top: 6.25rem;
}
.u-mb-100 {
margin-bottom: 6.25rem;
}
.u-ml-100 {
margin-left: 6.25rem;
}
.u-mr-100 {
margin-right: 6.25rem;
}
@media (max-width: 576px) {
.u-mt-0-xs {
margin-top: 0;
}
.u-mb-0-xs {
margin-bottom: 0;
}
.u-ml-0-xs {
margin-left: 0;
}
.u-mr-0-xs {
margin-right: 0;
}
.u-mt-5-xs {
margin-top: 0.3125rem;
}
.u-mb-5-xs {
margin-bottom: 0.3125rem;
}
.u-ml-5-xs {
margin-left: 0.3125rem;
}
.u-mr-5-xs {
margin-right: 0.3125rem;
}
.u-mt-10-xs {
margin-top: 0.625rem;
}
.u-mb-10-xs {
margin-bottom: 0.625rem;
}
.u-ml-10-xs {
margin-left: 0.625rem;
}
.u-mr-10-xs {
margin-right: 0.625rem;
}
.u-mt-15-xs {
margin-top: 0.9375rem;
}
.u-mb-15-xs {
margin-bottom: 0.9375rem;
}
.u-ml-15-xs {
margin-left: 0.9375rem;
}
.u-mr-15-xs {
margin-right: 0.9375rem;
}
.u-mt-20-xs {
margin-top: 1.25rem;
}
.u-mb-20-xs {
margin-bottom: 1.25rem;
}
.u-ml-20-xs {
margin-left: 1.25rem;
}
.u-mr-20-xs {
margin-right: 1.25rem;
}
.u-mt-25-xs {
margin-top: 1.5625rem;
}
.u-mb-25-xs {
margin-bottom: 1.5625rem;
}
.u-ml-25-xs {
margin-left: 1.5625rem;
}
.u-mr-25-xs {
margin-right: 1.5625rem;
}
.u-mt-30-xs {
margin-top: 1.875rem;
}
.u-mb-30-xs {
margin-bottom: 1.875rem;
}
.u-ml-30-xs {
margin-left: 1.875rem;
}
.u-mr-30-xs {
margin-right: 1.875rem;
}
.u-mt-35-xs {
margin-top: 2.1875rem;
}
.u-mb-35-xs {
margin-bottom: 2.1875rem;
}
.u-ml-35-xs {
margin-left: 2.1875rem;
}
.u-mr-35-xs {
margin-right: 2.1875rem;
}
.u-mt-40-xs {
margin-top: 2.5rem;
}
.u-mb-40-xs {
margin-bottom: 2.5rem;
}
.u-ml-40-xs {
margin-left: 2.5rem;
}
.u-mr-40-xs {
margin-right: 2.5rem;
}
.u-mt-45-xs {
margin-top: 2.8125rem;
}
.u-mb-45-xs {
margin-bottom: 2.8125rem;
}
.u-ml-45-xs {
margin-left: 2.8125rem;
}
.u-mr-45-xs {
margin-right: 2.8125rem;
}
.u-mt-50-xs {
margin-top: 3.125rem;
}
.u-mb-50-xs {
margin-bottom: 3.125rem;
}
.u-ml-50-xs {
margin-left: 3.125rem;
}
.u-mr-50-xs {
margin-right: 3.125rem;
}
.u-mt-55-xs {
margin-top: 3.4375rem;
}
.u-mb-55-xs {
margin-bottom: 3.4375rem;
}
.u-ml-55-xs {
margin-left: 3.4375rem;
}
.u-mr-55-xs {
margin-right: 3.4375rem;
}
.u-mt-60-xs {
margin-top: 3.75rem;
}
.u-mb-60-xs {
margin-bottom: 3.75rem;
}
.u-ml-60-xs {
margin-left: 3.75rem;
}
.u-mr-60-xs {
margin-right: 3.75rem;
}
.u-mt-65-xs {
margin-top: 4.0625rem;
}
.u-mb-65-xs {
margin-bottom: 4.0625rem;
}
.u-ml-65-xs {
margin-left: 4.0625rem;
}
.u-mr-65-xs {
margin-right: 4.0625rem;
}
.u-mt-70-xs {
margin-top: 4.375rem;
}
.u-mb-70-xs {
margin-bottom: 4.375rem;
}
.u-ml-70-xs {
margin-left: 4.375rem;
}
.u-mr-70-xs {
margin-right: 4.375rem;
}
.u-mt-75-xs {
margin-top: 4.6875rem;
}
.u-mb-75-xs {
margin-bottom: 4.6875rem;
}
.u-ml-75-xs {
margin-left: 4.6875rem;
}
.u-mr-75-xs {
margin-right: 4.6875rem;
}
.u-mt-80-xs {
margin-top: 5rem;
}
.u-mb-80-xs {
margin-bottom: 5rem;
}
.u-ml-80-xs {
margin-left: 5rem;
}
.u-mr-80-xs {
margin-right: 5rem;
}
.u-mt-85-xs {
margin-top: 5.3125rem;
}
.u-mb-85-xs {
margin-bottom: 5.3125rem;
}
.u-ml-85-xs {
margin-left: 5.3125rem;
}
.u-mr-85-xs {
margin-right: 5.3125rem;
}
.u-mt-90-xs {
margin-top: 5.625rem;
}
.u-mb-90-xs {
margin-bottom: 5.625rem;
}
.u-ml-90-xs {
margin-left: 5.625rem;
}
.u-mr-90-xs {
margin-right: 5.625rem;
}
.u-mt-95-xs {
margin-top: 5.9375rem;
}
.u-mb-95-xs {
margin-bottom: 5.9375rem;
}
.u-ml-95-xs {
margin-left: 5.9375rem;
}
.u-mr-95-xs {
margin-right: 5.9375rem;
}
.u-mt-100-xs {
margin-top: 6.25rem;
}
.u-mb-100-xs {
margin-bottom: 6.25rem;
}
.u-ml-100-xs {
margin-left: 6.25rem;
}
.u-mr-100-xs {
margin-right: 6.25rem;
}
}
@media (max-width: 768px) {
.u-mt-0-sm {
margin-top: 0;
}
.u-mb-0-sm {
margin-bottom: 0;
}
.u-ml-0-sm {
margin-left: 0;
}
.u-mr-0-sm {
margin-right: 0;
}
.u-mt-5-sm {
margin-top: 0.3125rem;
}
.u-mb-5-sm {
margin-bottom: 0.3125rem;
}
.u-ml-5-sm {
margin-left: 0.3125rem;
}
.u-mr-5-sm {
margin-right: 0.3125rem;
}
.u-mt-10-sm {
margin-top: 0.625rem;
}
.u-mb-10-sm {
margin-bottom: 0.625rem;
}
.u-ml-10-sm {
margin-left: 0.625rem;
}
.u-mr-10-sm {
margin-right: 0.625rem;
}
.u-mt-15-sm {
margin-top: 0.9375rem;
}
.u-mb-15-sm {
margin-bottom: 0.9375rem;
}
.u-ml-15-sm {
margin-left: 0.9375rem;
}
.u-mr-15-sm {
margin-right: 0.9375rem;
}
.u-mt-20-sm {
margin-top: 1.25rem;
}
.u-mb-20-sm {
margin-bottom: 1.25rem;
}
.u-ml-20-sm {
margin-left: 1.25rem;
}
.u-mr-20-sm {
margin-right: 1.25rem;
}
.u-mt-25-sm {
margin-top: 1.5625rem;
}
.u-mb-25-sm {
margin-bottom: 1.5625rem;
}
.u-ml-25-sm {
margin-left: 1.5625rem;
}
.u-mr-25-sm {
margin-right: 1.5625rem;
}
.u-mt-30-sm {
margin-top: 1.875rem;
}
.u-mb-30-sm {
margin-bottom: 1.875rem;
}
.u-ml-30-sm {
margin-left: 1.875rem;
}
.u-mr-30-sm {
margin-right: 1.875rem;
}
.u-mt-35-sm {
margin-top: 2.1875rem;
}
.u-mb-35-sm {
margin-bottom: 2.1875rem;
}
.u-ml-35-sm {
margin-left: 2.1875rem;
}
.u-mr-35-sm {
margin-right: 2.1875rem;
}
.u-mt-40-sm {
margin-top: 2.5rem;
}
.u-mb-40-sm {
margin-bottom: 2.5rem;
}
.u-ml-40-sm {
margin-left: 2.5rem;
}
.u-mr-40-sm {
margin-right: 2.5rem;
}
.u-mt-45-sm {
margin-top: 2.8125rem;
}
.u-mb-45-sm {
margin-bottom: 2.8125rem;
}
.u-ml-45-sm {
margin-left: 2.8125rem;
}
.u-mr-45-sm {
margin-right: 2.8125rem;
}
.u-mt-50-sm {
margin-top: 3.125rem;
}
.u-mb-50-sm {
margin-bottom: 3.125rem;
}
.u-ml-50-sm {
margin-left: 3.125rem;
}
.u-mr-50-sm {
margin-right: 3.125rem;
}
.u-mt-55-sm {
margin-top: 3.4375rem;
}
.u-mb-55-sm {
margin-bottom: 3.4375rem;
}
.u-ml-55-sm {
margin-left: 3.4375rem;
}
.u-mr-55-sm {
margin-right: 3.4375rem;
}
.u-mt-60-sm {
margin-top: 3.75rem;
}
.u-mb-60-sm {
margin-bottom: 3.75rem;
}
.u-ml-60-sm {
margin-left: 3.75rem;
}
.u-mr-60-sm {
margin-right: 3.75rem;
}
.u-mt-65-sm {
margin-top: 4.0625rem;
}
.u-mb-65-sm {
margin-bottom: 4.0625rem;
}
.u-ml-65-sm {
margin-left: 4.0625rem;
}
.u-mr-65-sm {
margin-right: 4.0625rem;
}
.u-mt-70-sm {
margin-top: 4.375rem;
}
.u-mb-70-sm {
margin-bottom: 4.375rem;
}
.u-ml-70-sm {
margin-left: 4.375rem;
}
.u-mr-70-sm {
margin-right: 4.375rem;
}
.u-mt-75-sm {
margin-top: 4.6875rem;
}
.u-mb-75-sm {
margin-bottom: 4.6875rem;
}
.u-ml-75-sm {
margin-left: 4.6875rem;
}
.u-mr-75-sm {
margin-right: 4.6875rem;
}
.u-mt-80-sm {
margin-top: 5rem;
}
.u-mb-80-sm {
margin-bottom: 5rem;
}
.u-ml-80-sm {
margin-left: 5rem;
}
.u-mr-80-sm {
margin-right: 5rem;
}
.u-mt-85-sm {
margin-top: 5.3125rem;
}
.u-mb-85-sm {
margin-bottom: 5.3125rem;
}
.u-ml-85-sm {
margin-left: 5.3125rem;
}
.u-mr-85-sm {
margin-right: 5.3125rem;
}
.u-mt-90-sm {
margin-top: 5.625rem;
}
.u-mb-90-sm {
margin-bottom: 5.625rem;
}
.u-ml-90-sm {
margin-left: 5.625rem;
}
.u-mr-90-sm {
margin-right: 5.625rem;
}
.u-mt-95-sm {
margin-top: 5.9375rem;
}
.u-mb-95-sm {
margin-bottom: 5.9375rem;
}
.u-ml-95-sm {
margin-left: 5.9375rem;
}
.u-mr-95-sm {
margin-right: 5.9375rem;
}
.u-mt-100-sm {
margin-top: 6.25rem;
}
.u-mb-100-sm {
margin-bottom: 6.25rem;
}
.u-ml-100-sm {
margin-left: 6.25rem;
}
.u-mr-100-sm {
margin-right: 6.25rem;
}
}
@media (max-width: 992px) {
.u-mt-0-md {
margin-top: 0;
}
.u-mb-0-md {
margin-bottom: 0;
}
.u-ml-0-md {
margin-left: 0;
}
.u-mr-0-md {
margin-right: 0;
}
.u-mt-5-md {
margin-top: 0.3125rem;
}
.u-mb-5-md {
margin-bottom: 0.3125rem;
}
.u-ml-5-md {
margin-left: 0.3125rem;
}
.u-mr-5-md {
margin-right: 0.3125rem;
}
.u-mt-10-md {
margin-top: 0.625rem;
}
.u-mb-10-md {
margin-bottom: 0.625rem;
}
.u-ml-10-md {
margin-left: 0.625rem;
}
.u-mr-10-md {
margin-right: 0.625rem;
}
.u-mt-15-md {
margin-top: 0.9375rem;
}
.u-mb-15-md {
margin-bottom: 0.9375rem;
}
.u-ml-15-md {
margin-left: 0.9375rem;
}
.u-mr-15-md {
margin-right: 0.9375rem;
}
.u-mt-20-md {
margin-top: 1.25rem;
}
.u-mb-20-md {
margin-bottom: 1.25rem;
}
.u-ml-20-md {
margin-left: 1.25rem;
}
.u-mr-20-md {
margin-right: 1.25rem;
}
.u-mt-25-md {
margin-top: 1.5625rem;
}
.u-mb-25-md {
margin-bottom: 1.5625rem;
}
.u-ml-25-md {
margin-left: 1.5625rem;
}
.u-mr-25-md {
margin-right: 1.5625rem;
}
.u-mt-30-md {
margin-top: 1.875rem;
}
.u-mb-30-md {
margin-bottom: 1.875rem;
}
.u-ml-30-md {
margin-left: 1.875rem;
}
.u-mr-30-md {
margin-right: 1.875rem;
}
.u-mt-35-md {
margin-top: 2.1875rem;
}
.u-mb-35-md {
margin-bottom: 2.1875rem;
}
.u-ml-35-md {
margin-left: 2.1875rem;
}
.u-mr-35-md {
margin-right: 2.1875rem;
}
.u-mt-40-md {
margin-top: 2.5rem;
}
.u-mb-40-md {
margin-bottom: 2.5rem;
}
.u-ml-40-md {
margin-left: 2.5rem;
}
.u-mr-40-md {
margin-right: 2.5rem;
}
.u-mt-45-md {
margin-top: 2.8125rem;
}
.u-mb-45-md {
margin-bottom: 2.8125rem;
}
.u-ml-45-md {
margin-left: 2.8125rem;
}
.u-mr-45-md {
margin-right: 2.8125rem;
}
.u-mt-50-md {
margin-top: 3.125rem;
}
.u-mb-50-md {
margin-bottom: 3.125rem;
}
.u-ml-50-md {
margin-left: 3.125rem;
}
.u-mr-50-md {
margin-right: 3.125rem;
}
.u-mt-55-md {
margin-top: 3.4375rem;
}
.u-mb-55-md {
margin-bottom: 3.4375rem;
}
.u-ml-55-md {
margin-left: 3.4375rem;
}
.u-mr-55-md {
margin-right: 3.4375rem;
}
.u-mt-60-md {
margin-top: 3.75rem;
}
.u-mb-60-md {
margin-bottom: 3.75rem;
}
.u-ml-60-md {
margin-left: 3.75rem;
}
.u-mr-60-md {
margin-right: 3.75rem;
}
.u-mt-65-md {
margin-top: 4.0625rem;
}
.u-mb-65-md {
margin-bottom: 4.0625rem;
}
.u-ml-65-md {
margin-left: 4.0625rem;
}
.u-mr-65-md {
margin-right: 4.0625rem;
}
.u-mt-70-md {
margin-top: 4.375rem;
}
.u-mb-70-md {
margin-bottom: 4.375rem;
}
.u-ml-70-md {
margin-left: 4.375rem;
}
.u-mr-70-md {
margin-right: 4.375rem;
}
.u-mt-75-md {
margin-top: 4.6875rem;
}
.u-mb-75-md {
margin-bottom: 4.6875rem;
}
.u-ml-75-md {
margin-left: 4.6875rem;
}
.u-mr-75-md {
margin-right: 4.6875rem;
}
.u-mt-80-md {
margin-top: 5rem;
}
.u-mb-80-md {
margin-bottom: 5rem;
}
.u-ml-80-md {
margin-left: 5rem;
}
.u-mr-80-md {
margin-right: 5rem;
}
.u-mt-85-md {
margin-top: 5.3125rem;
}
.u-mb-85-md {
margin-bottom: 5.3125rem;
}
.u-ml-85-md {
margin-left: 5.3125rem;
}
.u-mr-85-md {
margin-right: 5.3125rem;
}
.u-mt-90-md {
margin-top: 5.625rem;
}
.u-mb-90-md {
margin-bottom: 5.625rem;
}
.u-ml-90-md {
margin-left: 5.625rem;
}
.u-mr-90-md {
margin-right: 5.625rem;
}
.u-mt-95-md {
margin-top: 5.9375rem;
}
.u-mb-95-md {
margin-bottom: 5.9375rem;
}
.u-ml-95-md {
margin-left: 5.9375rem;
}
.u-mr-95-md {
margin-right: 5.9375rem;
}
.u-mt-100-md {
margin-top: 6.25rem;
}
.u-mb-100-md {
margin-bottom: 6.25rem;
}
.u-ml-100-md {
margin-left: 6.25rem;
}
.u-mr-100-md {
margin-right: 6.25rem;
}
}
@media (max-width: 1200px) {
.u-mt-0-lg {
margin-top: 0;
}
.u-mb-0-lg {
margin-bottom: 0;
}
.u-ml-0-lg {
margin-left: 0;
}
.u-mr-0-lg {
margin-right: 0;
}
.u-mt-5-lg {
margin-top: 0.3125rem;
}
.u-mb-5-lg {
margin-bottom: 0.3125rem;
}
.u-ml-5-lg {
margin-left: 0.3125rem;
}
.u-mr-5-lg {
margin-right: 0.3125rem;
}
.u-mt-10-lg {
margin-top: 0.625rem;
}
.u-mb-10-lg {
margin-bottom: 0.625rem;
}
.u-ml-10-lg {
margin-left: 0.625rem;
}
.u-mr-10-lg {
margin-right: 0.625rem;
}
.u-mt-15-lg {
margin-top: 0.9375rem;
}
.u-mb-15-lg {
margin-bottom: 0.9375rem;
}
.u-ml-15-lg {
margin-left: 0.9375rem;
}
.u-mr-15-lg {
margin-right: 0.9375rem;
}
.u-mt-20-lg {
margin-top: 1.25rem;
}
.u-mb-20-lg {
margin-bottom: 1.25rem;
}
.u-ml-20-lg {
margin-left: 1.25rem;
}
.u-mr-20-lg {
margin-right: 1.25rem;
}
.u-mt-25-lg {
margin-top: 1.5625rem;
}
.u-mb-25-lg {
margin-bottom: 1.5625rem;
}
.u-ml-25-lg {
margin-left: 1.5625rem;
}
.u-mr-25-lg {
margin-right: 1.5625rem;
}
.u-mt-30-lg {
margin-top: 1.875rem;
}
.u-mb-30-lg {
margin-bottom: 1.875rem;
}
.u-ml-30-lg {
margin-left: 1.875rem;
}
.u-mr-30-lg {
margin-right: 1.875rem;
}
.u-mt-35-lg {
margin-top: 2.1875rem;
}
.u-mb-35-lg {
margin-bottom: 2.1875rem;
}
.u-ml-35-lg {
margin-left: 2.1875rem;
}
.u-mr-35-lg {
margin-right: 2.1875rem;
}
.u-mt-40-lg {
margin-top: 2.5rem;
}
.u-mb-40-lg {
margin-bottom: 2.5rem;
}
.u-ml-40-lg {
margin-left: 2.5rem;
}
.u-mr-40-lg {
margin-right: 2.5rem;
}
.u-mt-45-lg {
margin-top: 2.8125rem;
}
.u-mb-45-lg {
margin-bottom: 2.8125rem;
}
.u-ml-45-lg {
margin-left: 2.8125rem;
}
.u-mr-45-lg {
margin-right: 2.8125rem;
}
.u-mt-50-lg {
margin-top: 3.125rem;
}
.u-mb-50-lg {
margin-bottom: 3.125rem;
}
.u-ml-50-lg {
margin-left: 3.125rem;
}
.u-mr-50-lg {
margin-right: 3.125rem;
}
.u-mt-55-lg {
margin-top: 3.4375rem;
}
.u-mb-55-lg {
margin-bottom: 3.4375rem;
}
.u-ml-55-lg {
margin-left: 3.4375rem;
}
.u-mr-55-lg {
margin-right: 3.4375rem;
}
.u-mt-60-lg {
margin-top: 3.75rem;
}
.u-mb-60-lg {
margin-bottom: 3.75rem;
}
.u-ml-60-lg {
margin-left: 3.75rem;
}
.u-mr-60-lg {
margin-right: 3.75rem;
}
.u-mt-65-lg {
margin-top: 4.0625rem;
}
.u-mb-65-lg {
margin-bottom: 4.0625rem;
}
.u-ml-65-lg {
margin-left: 4.0625rem;
}
.u-mr-65-lg {
margin-right: 4.0625rem;
}
.u-mt-70-lg {
margin-top: 4.375rem;
}
.u-mb-70-lg {
margin-bottom: 4.375rem;
}
.u-ml-70-lg {
margin-left: 4.375rem;
}
.u-mr-70-lg {
margin-right: 4.375rem;
}
.u-mt-75-lg {
margin-top: 4.6875rem;
}
.u-mb-75-lg {
margin-bottom: 4.6875rem;
}
.u-ml-75-lg {
margin-left: 4.6875rem;
}
.u-mr-75-lg {
margin-right: 4.6875rem;
}
.u-mt-80-lg {
margin-top: 5rem;
}
.u-mb-80-lg {
margin-bottom: 5rem;
}
.u-ml-80-lg {
margin-left: 5rem;
}
.u-mr-80-lg {
margin-right: 5rem;
}
.u-mt-85-lg {
margin-top: 5.3125rem;
}
.u-mb-85-lg {
margin-bottom: 5.3125rem;
}
.u-ml-85-lg {
margin-left: 5.3125rem;
}
.u-mr-85-lg {
margin-right: 5.3125rem;
}
.u-mt-90-lg {
margin-top: 5.625rem;
}
.u-mb-90-lg {
margin-bottom: 5.625rem;
}
.u-ml-90-lg {
margin-left: 5.625rem;
}
.u-mr-90-lg {
margin-right: 5.625rem;
}
.u-mt-95-lg {
margin-top: 5.9375rem;
}
.u-mb-95-lg {
margin-bottom: 5.9375rem;
}
.u-ml-95-lg {
margin-left: 5.9375rem;
}
.u-mr-95-lg {
margin-right: 5.9375rem;
}
.u-mt-100-lg {
margin-top: 6.25rem;
}
.u-mb-100-lg {
margin-bottom: 6.25rem;
}
.u-ml-100-lg {
margin-left: 6.25rem;
}
.u-mr-100-lg {
margin-right: 6.25rem;
}
}
@media (max-width: 1535px) {
.u-mt-0-xl {
margin-top: 0;
}
.u-mb-0-xl {
margin-bottom: 0;
}
.u-ml-0-xl {
margin-left: 0;
}
.u-mr-0-xl {
margin-right: 0;
}
.u-mt-5-xl {
margin-top: 0.3125rem;
}
.u-mb-5-xl {
margin-bottom: 0.3125rem;
}
.u-ml-5-xl {
margin-left: 0.3125rem;
}
.u-mr-5-xl {
margin-right: 0.3125rem;
}
.u-mt-10-xl {
margin-top: 0.625rem;
}
.u-mb-10-xl {
margin-bottom: 0.625rem;
}
.u-ml-10-xl {
margin-left: 0.625rem;
}
.u-mr-10-xl {
margin-right: 0.625rem;
}
.u-mt-15-xl {
margin-top: 0.9375rem;
}
.u-mb-15-xl {
margin-bottom: 0.9375rem;
}
.u-ml-15-xl {
margin-left: 0.9375rem;
}
.u-mr-15-xl {
margin-right: 0.9375rem;
}
.u-mt-20-xl {
margin-top: 1.25rem;
}
.u-mb-20-xl {
margin-bottom: 1.25rem;
}
.u-ml-20-xl {
margin-left: 1.25rem;
}
.u-mr-20-xl {
margin-right: 1.25rem;
}
.u-mt-25-xl {
margin-top: 1.5625rem;
}
.u-mb-25-xl {
margin-bottom: 1.5625rem;
}
.u-ml-25-xl {
margin-left: 1.5625rem;
}
.u-mr-25-xl {
margin-right: 1.5625rem;
}
.u-mt-30-xl {
margin-top: 1.875rem;
}
.u-mb-30-xl {
margin-bottom: 1.875rem;
}
.u-ml-30-xl {
margin-left: 1.875rem;
}
.u-mr-30-xl {
margin-right: 1.875rem;
}
.u-mt-35-xl {
margin-top: 2.1875rem;
}
.u-mb-35-xl {
margin-bottom: 2.1875rem;
}
.u-ml-35-xl {
margin-left: 2.1875rem;
}
.u-mr-35-xl {
margin-right: 2.1875rem;
}
.u-mt-40-xl {
margin-top: 2.5rem;
}
.u-mb-40-xl {
margin-bottom: 2.5rem;
}
.u-ml-40-xl {
margin-left: 2.5rem;
}
.u-mr-40-xl {
margin-right: 2.5rem;
}
.u-mt-45-xl {
margin-top: 2.8125rem;
}
.u-mb-45-xl {
margin-bottom: 2.8125rem;
}
.u-ml-45-xl {
margin-left: 2.8125rem;
}
.u-mr-45-xl {
margin-right: 2.8125rem;
}
.u-mt-50-xl {
margin-top: 3.125rem;
}
.u-mb-50-xl {
margin-bottom: 3.125rem;
}
.u-ml-50-xl {
margin-left: 3.125rem;
}
.u-mr-50-xl {
margin-right: 3.125rem;
}
.u-mt-55-xl {
margin-top: 3.4375rem;
}
.u-mb-55-xl {
margin-bottom: 3.4375rem;
}
.u-ml-55-xl {
margin-left: 3.4375rem;
}
.u-mr-55-xl {
margin-right: 3.4375rem;
}
.u-mt-60-xl {
margin-top: 3.75rem;
}
.u-mb-60-xl {
margin-bottom: 3.75rem;
}
.u-ml-60-xl {
margin-left: 3.75rem;
}
.u-mr-60-xl {
margin-right: 3.75rem;
}
.u-mt-65-xl {
margin-top: 4.0625rem;
}
.u-mb-65-xl {
margin-bottom: 4.0625rem;
}
.u-ml-65-xl {
margin-left: 4.0625rem;
}
.u-mr-65-xl {
margin-right: 4.0625rem;
}
.u-mt-70-xl {
margin-top: 4.375rem;
}
.u-mb-70-xl {
margin-bottom: 4.375rem;
}
.u-ml-70-xl {
margin-left: 4.375rem;
}
.u-mr-70-xl {
margin-right: 4.375rem;
}
.u-mt-75-xl {
margin-top: 4.6875rem;
}
.u-mb-75-xl {
margin-bottom: 4.6875rem;
}
.u-ml-75-xl {
margin-left: 4.6875rem;
}
.u-mr-75-xl {
margin-right: 4.6875rem;
}
.u-mt-80-xl {
margin-top: 5rem;
}
.u-mb-80-xl {
margin-bottom: 5rem;
}
.u-ml-80-xl {
margin-left: 5rem;
}
.u-mr-80-xl {
margin-right: 5rem;
}
.u-mt-85-xl {
margin-top: 5.3125rem;
}
.u-mb-85-xl {
margin-bottom: 5.3125rem;
}
.u-ml-85-xl {
margin-left: 5.3125rem;
}
.u-mr-85-xl {
margin-right: 5.3125rem;
}
.u-mt-90-xl {
margin-top: 5.625rem;
}
.u-mb-90-xl {
margin-bottom: 5.625rem;
}
.u-ml-90-xl {
margin-left: 5.625rem;
}
.u-mr-90-xl {
margin-right: 5.625rem;
}
.u-mt-95-xl {
margin-top: 5.9375rem;
}
.u-mb-95-xl {
margin-bottom: 5.9375rem;
}
.u-ml-95-xl {
margin-left: 5.9375rem;
}
.u-mr-95-xl {
margin-right: 5.9375rem;
}
.u-mt-100-xl {
margin-top: 6.25rem;
}
.u-mb-100-xl {
margin-bottom: 6.25rem;
}
.u-ml-100-xl {
margin-left: 6.25rem;
}
.u-mr-100-xl {
margin-right: 6.25rem;
}
}
@media (max-width: 1921px) {
.u-mt-0-xxl {
margin-top: 0;
}
.u-mb-0-xxl {
margin-bottom: 0;
}
.u-ml-0-xxl {
margin-left: 0;
}
.u-mr-0-xxl {
margin-right: 0;
}
.u-mt-5-xxl {
margin-top: 0.3125rem;
}
.u-mb-5-xxl {
margin-bottom: 0.3125rem;
}
.u-ml-5-xxl {
margin-left: 0.3125rem;
}
.u-mr-5-xxl {
margin-right: 0.3125rem;
}
.u-mt-10-xxl {
margin-top: 0.625rem;
}
.u-mb-10-xxl {
margin-bottom: 0.625rem;
}
.u-ml-10-xxl {
margin-left: 0.625rem;
}
.u-mr-10-xxl {
margin-right: 0.625rem;
}
.u-mt-15-xxl {
margin-top: 0.9375rem;
}
.u-mb-15-xxl {
margin-bottom: 0.9375rem;
}
.u-ml-15-xxl {
margin-left: 0.9375rem;
}
.u-mr-15-xxl {
margin-right: 0.9375rem;
}
.u-mt-20-xxl {
margin-top: 1.25rem;
}
.u-mb-20-xxl {
margin-bottom: 1.25rem;
}
.u-ml-20-xxl {
margin-left: 1.25rem;
}
.u-mr-20-xxl {
margin-right: 1.25rem;
}
.u-mt-25-xxl {
margin-top: 1.5625rem;
}
.u-mb-25-xxl {
margin-bottom: 1.5625rem;
}
.u-ml-25-xxl {
margin-left: 1.5625rem;
}
.u-mr-25-xxl {
margin-right: 1.5625rem;
}
.u-mt-30-xxl {
margin-top: 1.875rem;
}
.u-mb-30-xxl {
margin-bottom: 1.875rem;
}
.u-ml-30-xxl {
margin-left: 1.875rem;
}
.u-mr-30-xxl {
margin-right: 1.875rem;
}
.u-mt-35-xxl {
margin-top: 2.1875rem;
}
.u-mb-35-xxl {
margin-bottom: 2.1875rem;
}
.u-ml-35-xxl {
margin-left: 2.1875rem;
}
.u-mr-35-xxl {
margin-right: 2.1875rem;
}
.u-mt-40-xxl {
margin-top: 2.5rem;
}
.u-mb-40-xxl {
margin-bottom: 2.5rem;
}
.u-ml-40-xxl {
margin-left: 2.5rem;
}
.u-mr-40-xxl {
margin-right: 2.5rem;
}
.u-mt-45-xxl {
margin-top: 2.8125rem;
}
.u-mb-45-xxl {
margin-bottom: 2.8125rem;
}
.u-ml-45-xxl {
margin-left: 2.8125rem;
}
.u-mr-45-xxl {
margin-right: 2.8125rem;
}
.u-mt-50-xxl {
margin-top: 3.125rem;
}
.u-mb-50-xxl {
margin-bottom: 3.125rem;
}
.u-ml-50-xxl {
margin-left: 3.125rem;
}
.u-mr-50-xxl {
margin-right: 3.125rem;
}
.u-mt-55-xxl {
margin-top: 3.4375rem;
}
.u-mb-55-xxl {
margin-bottom: 3.4375rem;
}
.u-ml-55-xxl {
margin-left: 3.4375rem;
}
.u-mr-55-xxl {
margin-right: 3.4375rem;
}
.u-mt-60-xxl {
margin-top: 3.75rem;
}
.u-mb-60-xxl {
margin-bottom: 3.75rem;
}
.u-ml-60-xxl {
margin-left: 3.75rem;
}
.u-mr-60-xxl {
margin-right: 3.75rem;
}
.u-mt-65-xxl {
margin-top: 4.0625rem;
}
.u-mb-65-xxl {
margin-bottom: 4.0625rem;
}
.u-ml-65-xxl {
margin-left: 4.0625rem;
}
.u-mr-65-xxl {
margin-right: 4.0625rem;
}
.u-mt-70-xxl {
margin-top: 4.375rem;
}
.u-mb-70-xxl {
margin-bottom: 4.375rem;
}
.u-ml-70-xxl {
margin-left: 4.375rem;
}
.u-mr-70-xxl {
margin-right: 4.375rem;
}
.u-mt-75-xxl {
margin-top: 4.6875rem;
}
.u-mb-75-xxl {
margin-bottom: 4.6875rem;
}
.u-ml-75-xxl {
margin-left: 4.6875rem;
}
.u-mr-75-xxl {
margin-right: 4.6875rem;
}
.u-mt-80-xxl {
margin-top: 5rem;
}
.u-mb-80-xxl {
margin-bottom: 5rem;
}
.u-ml-80-xxl {
margin-left: 5rem;
}
.u-mr-80-xxl {
margin-right: 5rem;
}
.u-mt-85-xxl {
margin-top: 5.3125rem;
}
.u-mb-85-xxl {
margin-bottom: 5.3125rem;
}
.u-ml-85-xxl {
margin-left: 5.3125rem;
}
.u-mr-85-xxl {
margin-right: 5.3125rem;
}
.u-mt-90-xxl {
margin-top: 5.625rem;
}
.u-mb-90-xxl {
margin-bottom: 5.625rem;
}
.u-ml-90-xxl {
margin-left: 5.625rem;
}
.u-mr-90-xxl {
margin-right: 5.625rem;
}
.u-mt-95-xxl {
margin-top: 5.9375rem;
}
.u-mb-95-xxl {
margin-bottom: 5.9375rem;
}
.u-ml-95-xxl {
margin-left: 5.9375rem;
}
.u-mr-95-xxl {
margin-right: 5.9375rem;
}
.u-mt-100-xxl {
margin-top: 6.25rem;
}
.u-mb-100-xxl {
margin-bottom: 6.25rem;
}
.u-ml-100-xxl {
margin-left: 6.25rem;
}
.u-mr-100-xxl {
margin-right: 6.25rem;
}
}
.u-pt-0 {
padding-top: 0;
}
.u-pb-0 {
padding-bottom: 0;
}
.u-pl-0 {
padding-left: 0;
}
.u-pr-0 {
padding-right: 0;
}
.u-pt-5 {
padding-top: 0.3125rem;
}
.u-pb-5 {
padding-bottom: 0.3125rem;
}
.u-pl-5 {
padding-left: 0.3125rem;
}
.u-pr-5 {
padding-right: 0.3125rem;
}
.u-pt-10 {
padding-top: 0.625rem;
}
.u-pb-10 {
padding-bottom: 0.625rem;
}
.u-pl-10 {
padding-left: 0.625rem;
}
.u-pr-10 {
padding-right: 0.625rem;
}
.u-pt-15 {
padding-top: 0.9375rem;
}
.u-pb-15 {
padding-bottom: 0.9375rem;
}
.u-pl-15 {
padding-left: 0.9375rem;
}
.u-pr-15 {
padding-right: 0.9375rem;
}
.u-pt-20 {
padding-top: 1.25rem;
}
.u-pb-20 {
padding-bottom: 1.25rem;
}
.u-pl-20 {
padding-left: 1.25rem;
}
.u-pr-20 {
padding-right: 1.25rem;
}
.u-pt-25 {
padding-top: 1.5625rem;
}
.u-pb-25 {
padding-bottom: 1.5625rem;
}
.u-pl-25 {
padding-left: 1.5625rem;
}
.u-pr-25 {
padding-right: 1.5625rem;
}
.u-pt-30 {
padding-top: 1.875rem;
}
.u-pb-30 {
padding-bottom: 1.875rem;
}
.u-pl-30 {
padding-left: 1.875rem;
}
.u-pr-30 {
padding-right: 1.875rem;
}
.u-pt-35 {
padding-top: 2.1875rem;
}
.u-pb-35 {
padding-bottom: 2.1875rem;
}
.u-pl-35 {
padding-left: 2.1875rem;
}
.u-pr-35 {
padding-right: 2.1875rem;
}
.u-pt-40 {
padding-top: 2.5rem;
}
.u-pb-40 {
padding-bottom: 2.5rem;
}
.u-pl-40 {
padding-left: 2.5rem;
}
.u-pr-40 {
padding-right: 2.5rem;
}
.u-pt-45 {
padding-top: 2.8125rem;
}
.u-pb-45 {
padding-bottom: 2.8125rem;
}
.u-pl-45 {
padding-left: 2.8125rem;
}
.u-pr-45 {
padding-right: 2.8125rem;
}
.u-pt-50 {
padding-top: 3.125rem;
}
.u-pb-50 {
padding-bottom: 3.125rem;
}
.u-pl-50 {
padding-left: 3.125rem;
}
.u-pr-50 {
padding-right: 3.125rem;
}
.u-pt-55 {
padding-top: 3.4375rem;
}
.u-pb-55 {
padding-bottom: 3.4375rem;
}
.u-pl-55 {
padding-left: 3.4375rem;
}
.u-pr-55 {
padding-right: 3.4375rem;
}
.u-pt-60 {
padding-top: 3.75rem;
}
.u-pb-60 {
padding-bottom: 3.75rem;
}
.u-pl-60 {
padding-left: 3.75rem;
}
.u-pr-60 {
padding-right: 3.75rem;
}
.u-pt-65 {
padding-top: 4.0625rem;
}
.u-pb-65 {
padding-bottom: 4.0625rem;
}
.u-pl-65 {
padding-left: 4.0625rem;
}
.u-pr-65 {
padding-right: 4.0625rem;
}
.u-pt-70 {
padding-top: 4.375rem;
}
.u-pb-70 {
padding-bottom: 4.375rem;
}
.u-pl-70 {
padding-left: 4.375rem;
}
.u-pr-70 {
padding-right: 4.375rem;
}
.u-pt-75 {
padding-top: 4.6875rem;
}
.u-pb-75 {
padding-bottom: 4.6875rem;
}
.u-pl-75 {
padding-left: 4.6875rem;
}
.u-pr-75 {
padding-right: 4.6875rem;
}
.u-pt-80 {
padding-top: 5rem;
}
.u-pb-80 {
padding-bottom: 5rem;
}
.u-pl-80 {
padding-left: 5rem;
}
.u-pr-80 {
padding-right: 5rem;
}
.u-pt-85 {
padding-top: 5.3125rem;
}
.u-pb-85 {
padding-bottom: 5.3125rem;
}
.u-pl-85 {
padding-left: 5.3125rem;
}
.u-pr-85 {
padding-right: 5.3125rem;
}
.u-pt-90 {
padding-top: 5.625rem;
}
.u-pb-90 {
padding-bottom: 5.625rem;
}
.u-pl-90 {
padding-left: 5.625rem;
}
.u-pr-90 {
padding-right: 5.625rem;
}
.u-pt-95 {
padding-top: 5.9375rem;
}
.u-pb-95 {
padding-bottom: 5.9375rem;
}
.u-pl-95 {
padding-left: 5.9375rem;
}
.u-pr-95 {
padding-right: 5.9375rem;
}
.u-pt-100 {
padding-top: 6.25rem;
}
.u-pb-100 {
padding-bottom: 6.25rem;
}
.u-pl-100 {
padding-left: 6.25rem;
}
.u-pr-100 {
padding-right: 6.25rem;
}
@media (max-width: 576px) {
.u-pt-0-xs {
padding-top: 0;
}
.u-pb-0-xs {
padding-bottom: 0;
}
.u-pl-0-xs {
padding-left: 0;
}
.u-pr-0-xs {
padding-right: 0;
}
.u-pt-5-xs {
padding-top: 0.3125rem;
}
.u-pb-5-xs {
padding-bottom: 0.3125rem;
}
.u-pl-5-xs {
padding-left: 0.3125rem;
}
.u-pr-5-xs {
padding-right: 0.3125rem;
}
.u-pt-10-xs {
padding-top: 0.625rem;
}
.u-pb-10-xs {
padding-bottom: 0.625rem;
}
.u-pl-10-xs {
padding-left: 0.625rem;
}
.u-pr-10-xs {
padding-right: 0.625rem;
}
.u-pt-15-xs {
padding-top: 0.9375rem;
}
.u-pb-15-xs {
padding-bottom: 0.9375rem;
}
.u-pl-15-xs {
padding-left: 0.9375rem;
}
.u-pr-15-xs {
padding-right: 0.9375rem;
}
.u-pt-20-xs {
padding-top: 1.25rem;
}
.u-pb-20-xs {
padding-bottom: 1.25rem;
}
.u-pl-20-xs {
padding-left: 1.25rem;
}
.u-pr-20-xs {
padding-right: 1.25rem;
}
.u-pt-25-xs {
padding-top: 1.5625rem;
}
.u-pb-25-xs {
padding-bottom: 1.5625rem;
}
.u-pl-25-xs {
padding-left: 1.5625rem;
}
.u-pr-25-xs {
padding-right: 1.5625rem;
}
.u-pt-30-xs {
padding-top: 1.875rem;
}
.u-pb-30-xs {
padding-bottom: 1.875rem;
}
.u-pl-30-xs {
padding-left: 1.875rem;
}
.u-pr-30-xs {
padding-right: 1.875rem;
}
.u-pt-35-xs {
padding-top: 2.1875rem;
}
.u-pb-35-xs {
padding-bottom: 2.1875rem;
}
.u-pl-35-xs {
padding-left: 2.1875rem;
}
.u-pr-35-xs {
padding-right: 2.1875rem;
}
.u-pt-40-xs {
padding-top: 2.5rem;
}
.u-pb-40-xs {
padding-bottom: 2.5rem;
}
.u-pl-40-xs {
padding-left: 2.5rem;
}
.u-pr-40-xs {
padding-right: 2.5rem;
}
.u-pt-45-xs {
padding-top: 2.8125rem;
}
.u-pb-45-xs {
padding-bottom: 2.8125rem;
}
.u-pl-45-xs {
padding-left: 2.8125rem;
}
.u-pr-45-xs {
padding-right: 2.8125rem;
}
.u-pt-50-xs {
padding-top: 3.125rem;
}
.u-pb-50-xs {
padding-bottom: 3.125rem;
}
.u-pl-50-xs {
padding-left: 3.125rem;
}
.u-pr-50-xs {
padding-right: 3.125rem;
}
.u-pt-55-xs {
padding-top: 3.4375rem;
}
.u-pb-55-xs {
padding-bottom: 3.4375rem;
}
.u-pl-55-xs {
padding-left: 3.4375rem;
}
.u-pr-55-xs {
padding-right: 3.4375rem;
}
.u-pt-60-xs {
padding-top: 3.75rem;
}
.u-pb-60-xs {
padding-bottom: 3.75rem;
}
.u-pl-60-xs {
padding-left: 3.75rem;
}
.u-pr-60-xs {
padding-right: 3.75rem;
}
.u-pt-65-xs {
padding-top: 4.0625rem;
}
.u-pb-65-xs {
padding-bottom: 4.0625rem;
}
.u-pl-65-xs {
padding-left: 4.0625rem;
}
.u-pr-65-xs {
padding-right: 4.0625rem;
}
.u-pt-70-xs {
padding-top: 4.375rem;
}
.u-pb-70-xs {
padding-bottom: 4.375rem;
}
.u-pl-70-xs {
padding-left: 4.375rem;
}
.u-pr-70-xs {
padding-right: 4.375rem;
}
.u-pt-75-xs {
padding-top: 4.6875rem;
}
.u-pb-75-xs {
padding-bottom: 4.6875rem;
}
.u-pl-75-xs {
padding-left: 4.6875rem;
}
.u-pr-75-xs {
padding-right: 4.6875rem;
}
.u-pt-80-xs {
padding-top: 5rem;
}
.u-pb-80-xs {
padding-bottom: 5rem;
}
.u-pl-80-xs {
padding-left: 5rem;
}
.u-pr-80-xs {
padding-right: 5rem;
}
.u-pt-85-xs {
padding-top: 5.3125rem;
}
.u-pb-85-xs {
padding-bottom: 5.3125rem;
}
.u-pl-85-xs {
padding-left: 5.3125rem;
}
.u-pr-85-xs {
padding-right: 5.3125rem;
}
.u-pt-90-xs {
padding-top: 5.625rem;
}
.u-pb-90-xs {
padding-bottom: 5.625rem;
}
.u-pl-90-xs {
padding-left: 5.625rem;
}
.u-pr-90-xs {
padding-right: 5.625rem;
}
.u-pt-95-xs {
padding-top: 5.9375rem;
}
.u-pb-95-xs {
padding-bottom: 5.9375rem;
}
.u-pl-95-xs {
padding-left: 5.9375rem;
}
.u-pr-95-xs {
padding-right: 5.9375rem;
}
.u-pt-100-xs {
padding-top: 6.25rem;
}
.u-pb-100-xs {
padding-bottom: 6.25rem;
}
.u-pl-100-xs {
padding-left: 6.25rem;
}
.u-pr-100-xs {
padding-right: 6.25rem;
}
}
@media (max-width: 768px) {
.u-pt-0-sm {
padding-top: 0;
}
.u-pb-0-sm {
padding-bottom: 0;
}
.u-pl-0-sm {
padding-left: 0;
}
.u-pr-0-sm {
padding-right: 0;
}
.u-pt-5-sm {
padding-top: 0.3125rem;
}
.u-pb-5-sm {
padding-bottom: 0.3125rem;
}
.u-pl-5-sm {
padding-left: 0.3125rem;
}
.u-pr-5-sm {
padding-right: 0.3125rem;
}
.u-pt-10-sm {
padding-top: 0.625rem;
}
.u-pb-10-sm {
padding-bottom: 0.625rem;
}
.u-pl-10-sm {
padding-left: 0.625rem;
}
.u-pr-10-sm {
padding-right: 0.625rem;
}
.u-pt-15-sm {
padding-top: 0.9375rem;
}
.u-pb-15-sm {
padding-bottom: 0.9375rem;
}
.u-pl-15-sm {
padding-left: 0.9375rem;
}
.u-pr-15-sm {
padding-right: 0.9375rem;
}
.u-pt-20-sm {
padding-top: 1.25rem;
}
.u-pb-20-sm {
padding-bottom: 1.25rem;
}
.u-pl-20-sm {
padding-left: 1.25rem;
}
.u-pr-20-sm {
padding-right: 1.25rem;
}
.u-pt-25-sm {
padding-top: 1.5625rem;
}
.u-pb-25-sm {
padding-bottom: 1.5625rem;
}
.u-pl-25-sm {
padding-left: 1.5625rem;
}
.u-pr-25-sm {
padding-right: 1.5625rem;
}
.u-pt-30-sm {
padding-top: 1.875rem;
}
.u-pb-30-sm {
padding-bottom: 1.875rem;
}
.u-pl-30-sm {
padding-left: 1.875rem;
}
.u-pr-30-sm {
padding-right: 1.875rem;
}
.u-pt-35-sm {
padding-top: 2.1875rem;
}
.u-pb-35-sm {
padding-bottom: 2.1875rem;
}
.u-pl-35-sm {
padding-left: 2.1875rem;
}
.u-pr-35-sm {
padding-right: 2.1875rem;
}
.u-pt-40-sm {
padding-top: 2.5rem;
}
.u-pb-40-sm {
padding-bottom: 2.5rem;
}
.u-pl-40-sm {
padding-left: 2.5rem;
}
.u-pr-40-sm {
padding-right: 2.5rem;
}
.u-pt-45-sm {
padding-top: 2.8125rem;
}
.u-pb-45-sm {
padding-bottom: 2.8125rem;
}
.u-pl-45-sm {
padding-left: 2.8125rem;
}
.u-pr-45-sm {
padding-right: 2.8125rem;
}
.u-pt-50-sm {
padding-top: 3.125rem;
}
.u-pb-50-sm {
padding-bottom: 3.125rem;
}
.u-pl-50-sm {
padding-left: 3.125rem;
}
.u-pr-50-sm {
padding-right: 3.125rem;
}
.u-pt-55-sm {
padding-top: 3.4375rem;
}
.u-pb-55-sm {
padding-bottom: 3.4375rem;
}
.u-pl-55-sm {
padding-left: 3.4375rem;
}
.u-pr-55-sm {
padding-right: 3.4375rem;
}
.u-pt-60-sm {
padding-top: 3.75rem;
}
.u-pb-60-sm {
padding-bottom: 3.75rem;
}
.u-pl-60-sm {
padding-left: 3.75rem;
}
.u-pr-60-sm {
padding-right: 3.75rem;
}
.u-pt-65-sm {
padding-top: 4.0625rem;
}
.u-pb-65-sm {
padding-bottom: 4.0625rem;
}
.u-pl-65-sm {
padding-left: 4.0625rem;
}
.u-pr-65-sm {
padding-right: 4.0625rem;
}
.u-pt-70-sm {
padding-top: 4.375rem;
}
.u-pb-70-sm {
padding-bottom: 4.375rem;
}
.u-pl-70-sm {
padding-left: 4.375rem;
}
.u-pr-70-sm {
padding-right: 4.375rem;
}
.u-pt-75-sm {
padding-top: 4.6875rem;
}
.u-pb-75-sm {
padding-bottom: 4.6875rem;
}
.u-pl-75-sm {
padding-left: 4.6875rem;
}
.u-pr-75-sm {
padding-right: 4.6875rem;
}
.u-pt-80-sm {
padding-top: 5rem;
}
.u-pb-80-sm {
padding-bottom: 5rem;
}
.u-pl-80-sm {
padding-left: 5rem;
}
.u-pr-80-sm {
padding-right: 5rem;
}
.u-pt-85-sm {
padding-top: 5.3125rem;
}
.u-pb-85-sm {
padding-bottom: 5.3125rem;
}
.u-pl-85-sm {
padding-left: 5.3125rem;
}
.u-pr-85-sm {
padding-right: 5.3125rem;
}
.u-pt-90-sm {
padding-top: 5.625rem;
}
.u-pb-90-sm {
padding-bottom: 5.625rem;
}
.u-pl-90-sm {
padding-left: 5.625rem;
}
.u-pr-90-sm {
padding-right: 5.625rem;
}
.u-pt-95-sm {
padding-top: 5.9375rem;
}
.u-pb-95-sm {
padding-bottom: 5.9375rem;
}
.u-pl-95-sm {
padding-left: 5.9375rem;
}
.u-pr-95-sm {
padding-right: 5.9375rem;
}
.u-pt-100-sm {
padding-top: 6.25rem;
}
.u-pb-100-sm {
padding-bottom: 6.25rem;
}
.u-pl-100-sm {
padding-left: 6.25rem;
}
.u-pr-100-sm {
padding-right: 6.25rem;
}
}
@media (max-width: 992px) {
.u-pt-0-md {
padding-top: 0;
}
.u-pb-0-md {
padding-bottom: 0;
}
.u-pl-0-md {
padding-left: 0;
}
.u-pr-0-md {
padding-right: 0;
}
.u-pt-5-md {
padding-top: 0.3125rem;
}
.u-pb-5-md {
padding-bottom: 0.3125rem;
}
.u-pl-5-md {
padding-left: 0.3125rem;
}
.u-pr-5-md {
padding-right: 0.3125rem;
}
.u-pt-10-md {
padding-top: 0.625rem;
}
.u-pb-10-md {
padding-bottom: 0.625rem;
}
.u-pl-10-md {
padding-left: 0.625rem;
}
.u-pr-10-md {
padding-right: 0.625rem;
}
.u-pt-15-md {
padding-top: 0.9375rem;
}
.u-pb-15-md {
padding-bottom: 0.9375rem;
}
.u-pl-15-md {
padding-left: 0.9375rem;
}
.u-pr-15-md {
padding-right: 0.9375rem;
}
.u-pt-20-md {
padding-top: 1.25rem;
}
.u-pb-20-md {
padding-bottom: 1.25rem;
}
.u-pl-20-md {
padding-left: 1.25rem;
}
.u-pr-20-md {
padding-right: 1.25rem;
}
.u-pt-25-md {
padding-top: 1.5625rem;
}
.u-pb-25-md {
padding-bottom: 1.5625rem;
}
.u-pl-25-md {
padding-left: 1.5625rem;
}
.u-pr-25-md {
padding-right: 1.5625rem;
}
.u-pt-30-md {
padding-top: 1.875rem;
}
.u-pb-30-md {
padding-bottom: 1.875rem;
}
.u-pl-30-md {
padding-left: 1.875rem;
}
.u-pr-30-md {
padding-right: 1.875rem;
}
.u-pt-35-md {
padding-top: 2.1875rem;
}
.u-pb-35-md {
padding-bottom: 2.1875rem;
}
.u-pl-35-md {
padding-left: 2.1875rem;
}
.u-pr-35-md {
padding-right: 2.1875rem;
}
.u-pt-40-md {
padding-top: 2.5rem;
}
.u-pb-40-md {
padding-bottom: 2.5rem;
}
.u-pl-40-md {
padding-left: 2.5rem;
}
.u-pr-40-md {
padding-right: 2.5rem;
}
.u-pt-45-md {
padding-top: 2.8125rem;
}
.u-pb-45-md {
padding-bottom: 2.8125rem;
}
.u-pl-45-md {
padding-left: 2.8125rem;
}
.u-pr-45-md {
padding-right: 2.8125rem;
}
.u-pt-50-md {
padding-top: 3.125rem;
}
.u-pb-50-md {
padding-bottom: 3.125rem;
}
.u-pl-50-md {
padding-left: 3.125rem;
}
.u-pr-50-md {
padding-right: 3.125rem;
}
.u-pt-55-md {
padding-top: 3.4375rem;
}
.u-pb-55-md {
padding-bottom: 3.4375rem;
}
.u-pl-55-md {
padding-left: 3.4375rem;
}
.u-pr-55-md {
padding-right: 3.4375rem;
}
.u-pt-60-md {
padding-top: 3.75rem;
}
.u-pb-60-md {
padding-bottom: 3.75rem;
}
.u-pl-60-md {
padding-left: 3.75rem;
}
.u-pr-60-md {
padding-right: 3.75rem;
}
.u-pt-65-md {
padding-top: 4.0625rem;
}
.u-pb-65-md {
padding-bottom: 4.0625rem;
}
.u-pl-65-md {
padding-left: 4.0625rem;
}
.u-pr-65-md {
padding-right: 4.0625rem;
}
.u-pt-70-md {
padding-top: 4.375rem;
}
.u-pb-70-md {
padding-bottom: 4.375rem;
}
.u-pl-70-md {
padding-left: 4.375rem;
}
.u-pr-70-md {
padding-right: 4.375rem;
}
.u-pt-75-md {
padding-top: 4.6875rem;
}
.u-pb-75-md {
padding-bottom: 4.6875rem;
}
.u-pl-75-md {
padding-left: 4.6875rem;
}
.u-pr-75-md {
padding-right: 4.6875rem;
}
.u-pt-80-md {
padding-top: 5rem;
}
.u-pb-80-md {
padding-bottom: 5rem;
}
.u-pl-80-md {
padding-left: 5rem;
}
.u-pr-80-md {
padding-right: 5rem;
}
.u-pt-85-md {
padding-top: 5.3125rem;
}
.u-pb-85-md {
padding-bottom: 5.3125rem;
}
.u-pl-85-md {
padding-left: 5.3125rem;
}
.u-pr-85-md {
padding-right: 5.3125rem;
}
.u-pt-90-md {
padding-top: 5.625rem;
}
.u-pb-90-md {
padding-bottom: 5.625rem;
}
.u-pl-90-md {
padding-left: 5.625rem;
}
.u-pr-90-md {
padding-right: 5.625rem;
}
.u-pt-95-md {
padding-top: 5.9375rem;
}
.u-pb-95-md {
padding-bottom: 5.9375rem;
}
.u-pl-95-md {
padding-left: 5.9375rem;
}
.u-pr-95-md {
padding-right: 5.9375rem;
}
.u-pt-100-md {
padding-top: 6.25rem;
}
.u-pb-100-md {
padding-bottom: 6.25rem;
}
.u-pl-100-md {
padding-left: 6.25rem;
}
.u-pr-100-md {
padding-right: 6.25rem;
}
}
@media (max-width: 1200px) {
.u-pt-0-lg {
padding-top: 0;
}
.u-pb-0-lg {
padding-bottom: 0;
}
.u-pl-0-lg {
padding-left: 0;
}
.u-pr-0-lg {
padding-right: 0;
}
.u-pt-5-lg {
padding-top: 0.3125rem;
}
.u-pb-5-lg {
padding-bottom: 0.3125rem;
}
.u-pl-5-lg {
padding-left: 0.3125rem;
}
.u-pr-5-lg {
padding-right: 0.3125rem;
}
.u-pt-10-lg {
padding-top: 0.625rem;
}
.u-pb-10-lg {
padding-bottom: 0.625rem;
}
.u-pl-10-lg {
padding-left: 0.625rem;
}
.u-pr-10-lg {
padding-right: 0.625rem;
}
.u-pt-15-lg {
padding-top: 0.9375rem;
}
.u-pb-15-lg {
padding-bottom: 0.9375rem;
}
.u-pl-15-lg {
padding-left: 0.9375rem;
}
.u-pr-15-lg {
padding-right: 0.9375rem;
}
.u-pt-20-lg {
padding-top: 1.25rem;
}
.u-pb-20-lg {
padding-bottom: 1.25rem;
}
.u-pl-20-lg {
padding-left: 1.25rem;
}
.u-pr-20-lg {
padding-right: 1.25rem;
}
.u-pt-25-lg {
padding-top: 1.5625rem;
}
.u-pb-25-lg {
padding-bottom: 1.5625rem;
}
.u-pl-25-lg {
padding-left: 1.5625rem;
}
.u-pr-25-lg {
padding-right: 1.5625rem;
}
.u-pt-30-lg {
padding-top: 1.875rem;
}
.u-pb-30-lg {
padding-bottom: 1.875rem;
}
.u-pl-30-lg {
padding-left: 1.875rem;
}
.u-pr-30-lg {
padding-right: 1.875rem;
}
.u-pt-35-lg {
padding-top: 2.1875rem;
}
.u-pb-35-lg {
padding-bottom: 2.1875rem;
}
.u-pl-35-lg {
padding-left: 2.1875rem;
}
.u-pr-35-lg {
padding-right: 2.1875rem;
}
.u-pt-40-lg {
padding-top: 2.5rem;
}
.u-pb-40-lg {
padding-bottom: 2.5rem;
}
.u-pl-40-lg {
padding-left: 2.5rem;
}
.u-pr-40-lg {
padding-right: 2.5rem;
}
.u-pt-45-lg {
padding-top: 2.8125rem;
}
.u-pb-45-lg {
padding-bottom: 2.8125rem;
}
.u-pl-45-lg {
padding-left: 2.8125rem;
}
.u-pr-45-lg {
padding-right: 2.8125rem;
}
.u-pt-50-lg {
padding-top: 3.125rem;
}
.u-pb-50-lg {
padding-bottom: 3.125rem;
}
.u-pl-50-lg {
padding-left: 3.125rem;
}
.u-pr-50-lg {
padding-right: 3.125rem;
}
.u-pt-55-lg {
padding-top: 3.4375rem;
}
.u-pb-55-lg {
padding-bottom: 3.4375rem;
}
.u-pl-55-lg {
padding-left: 3.4375rem;
}
.u-pr-55-lg {
padding-right: 3.4375rem;
}
.u-pt-60-lg {
padding-top: 3.75rem;
}
.u-pb-60-lg {
padding-bottom: 3.75rem;
}
.u-pl-60-lg {
padding-left: 3.75rem;
}
.u-pr-60-lg {
padding-right: 3.75rem;
}
.u-pt-65-lg {
padding-top: 4.0625rem;
}
.u-pb-65-lg {
padding-bottom: 4.0625rem;
}
.u-pl-65-lg {
padding-left: 4.0625rem;
}
.u-pr-65-lg {
padding-right: 4.0625rem;
}
.u-pt-70-lg {
padding-top: 4.375rem;
}
.u-pb-70-lg {
padding-bottom: 4.375rem;
}
.u-pl-70-lg {
padding-left: 4.375rem;
}
.u-pr-70-lg {
padding-right: 4.375rem;
}
.u-pt-75-lg {
padding-top: 4.6875rem;
}
.u-pb-75-lg {
padding-bottom: 4.6875rem;
}
.u-pl-75-lg {
padding-left: 4.6875rem;
}
.u-pr-75-lg {
padding-right: 4.6875rem;
}
.u-pt-80-lg {
padding-top: 5rem;
}
.u-pb-80-lg {
padding-bottom: 5rem;
}
.u-pl-80-lg {
padding-left: 5rem;
}
.u-pr-80-lg {
padding-right: 5rem;
}
.u-pt-85-lg {
padding-top: 5.3125rem;
}
.u-pb-85-lg {
padding-bottom: 5.3125rem;
}
.u-pl-85-lg {
padding-left: 5.3125rem;
}
.u-pr-85-lg {
padding-right: 5.3125rem;
}
.u-pt-90-lg {
padding-top: 5.625rem;
}
.u-pb-90-lg {
padding-bottom: 5.625rem;
}
.u-pl-90-lg {
padding-left: 5.625rem;
}
.u-pr-90-lg {
padding-right: 5.625rem;
}
.u-pt-95-lg {
padding-top: 5.9375rem;
}
.u-pb-95-lg {
padding-bottom: 5.9375rem;
}
.u-pl-95-lg {
padding-left: 5.9375rem;
}
.u-pr-95-lg {
padding-right: 5.9375rem;
}
.u-pt-100-lg {
padding-top: 6.25rem;
}
.u-pb-100-lg {
padding-bottom: 6.25rem;
}
.u-pl-100-lg {
padding-left: 6.25rem;
}
.u-pr-100-lg {
padding-right: 6.25rem;
}
}
@media (max-width: 1535px) {
.u-pt-0-xl {
padding-top: 0;
}
.u-pb-0-xl {
padding-bottom: 0;
}
.u-pl-0-xl {
padding-left: 0;
}
.u-pr-0-xl {
padding-right: 0;
}
.u-pt-5-xl {
padding-top: 0.3125rem;
}
.u-pb-5-xl {
padding-bottom: 0.3125rem;
}
.u-pl-5-xl {
padding-left: 0.3125rem;
}
.u-pr-5-xl {
padding-right: 0.3125rem;
}
.u-pt-10-xl {
padding-top: 0.625rem;
}
.u-pb-10-xl {
padding-bottom: 0.625rem;
}
.u-pl-10-xl {
padding-left: 0.625rem;
}
.u-pr-10-xl {
padding-right: 0.625rem;
}
.u-pt-15-xl {
padding-top: 0.9375rem;
}
.u-pb-15-xl {
padding-bottom: 0.9375rem;
}
.u-pl-15-xl {
padding-left: 0.9375rem;
}
.u-pr-15-xl {
padding-right: 0.9375rem;
}
.u-pt-20-xl {
padding-top: 1.25rem;
}
.u-pb-20-xl {
padding-bottom: 1.25rem;
}
.u-pl-20-xl {
padding-left: 1.25rem;
}
.u-pr-20-xl {
padding-right: 1.25rem;
}
.u-pt-25-xl {
padding-top: 1.5625rem;
}
.u-pb-25-xl {
padding-bottom: 1.5625rem;
}
.u-pl-25-xl {
padding-left: 1.5625rem;
}
.u-pr-25-xl {
padding-right: 1.5625rem;
}
.u-pt-30-xl {
padding-top: 1.875rem;
}
.u-pb-30-xl {
padding-bottom: 1.875rem;
}
.u-pl-30-xl {
padding-left: 1.875rem;
}
.u-pr-30-xl {
padding-right: 1.875rem;
}
.u-pt-35-xl {
padding-top: 2.1875rem;
}
.u-pb-35-xl {
padding-bottom: 2.1875rem;
}
.u-pl-35-xl {
padding-left: 2.1875rem;
}
.u-pr-35-xl {
padding-right: 2.1875rem;
}
.u-pt-40-xl {
padding-top: 2.5rem;
}
.u-pb-40-xl {
padding-bottom: 2.5rem;
}
.u-pl-40-xl {
padding-left: 2.5rem;
}
.u-pr-40-xl {
padding-right: 2.5rem;
}
.u-pt-45-xl {
padding-top: 2.8125rem;
}
.u-pb-45-xl {
padding-bottom: 2.8125rem;
}
.u-pl-45-xl {
padding-left: 2.8125rem;
}
.u-pr-45-xl {
padding-right: 2.8125rem;
}
.u-pt-50-xl {
padding-top: 3.125rem;
}
.u-pb-50-xl {
padding-bottom: 3.125rem;
}
.u-pl-50-xl {
padding-left: 3.125rem;
}
.u-pr-50-xl {
padding-right: 3.125rem;
}
.u-pt-55-xl {
padding-top: 3.4375rem;
}
.u-pb-55-xl {
padding-bottom: 3.4375rem;
}
.u-pl-55-xl {
padding-left: 3.4375rem;
}
.u-pr-55-xl {
padding-right: 3.4375rem;
}
.u-pt-60-xl {
padding-top: 3.75rem;
}
.u-pb-60-xl {
padding-bottom: 3.75rem;
}
.u-pl-60-xl {
padding-left: 3.75rem;
}
.u-pr-60-xl {
padding-right: 3.75rem;
}
.u-pt-65-xl {
padding-top: 4.0625rem;
}
.u-pb-65-xl {
padding-bottom: 4.0625rem;
}
.u-pl-65-xl {
padding-left: 4.0625rem;
}
.u-pr-65-xl {
padding-right: 4.0625rem;
}
.u-pt-70-xl {
padding-top: 4.375rem;
}
.u-pb-70-xl {
padding-bottom: 4.375rem;
}
.u-pl-70-xl {
padding-left: 4.375rem;
}
.u-pr-70-xl {
padding-right: 4.375rem;
}
.u-pt-75-xl {
padding-top: 4.6875rem;
}
.u-pb-75-xl {
padding-bottom: 4.6875rem;
}
.u-pl-75-xl {
padding-left: 4.6875rem;
}
.u-pr-75-xl {
padding-right: 4.6875rem;
}
.u-pt-80-xl {
padding-top: 5rem;
}
.u-pb-80-xl {
padding-bottom: 5rem;
}
.u-pl-80-xl {
padding-left: 5rem;
}
.u-pr-80-xl {
padding-right: 5rem;
}
.u-pt-85-xl {
padding-top: 5.3125rem;
}
.u-pb-85-xl {
padding-bottom: 5.3125rem;
}
.u-pl-85-xl {
padding-left: 5.3125rem;
}
.u-pr-85-xl {
padding-right: 5.3125rem;
}
.u-pt-90-xl {
padding-top: 5.625rem;
}
.u-pb-90-xl {
padding-bottom: 5.625rem;
}
.u-pl-90-xl {
padding-left: 5.625rem;
}
.u-pr-90-xl {
padding-right: 5.625rem;
}
.u-pt-95-xl {
padding-top: 5.9375rem;
}
.u-pb-95-xl {
padding-bottom: 5.9375rem;
}
.u-pl-95-xl {
padding-left: 5.9375rem;
}
.u-pr-95-xl {
padding-right: 5.9375rem;
}
.u-pt-100-xl {
padding-top: 6.25rem;
}
.u-pb-100-xl {
padding-bottom: 6.25rem;
}
.u-pl-100-xl {
padding-left: 6.25rem;
}
.u-pr-100-xl {
padding-right: 6.25rem;
}
}
@media (max-width: 1921px) {
.u-pt-0-xxl {
padding-top: 0;
}
.u-pb-0-xxl {
padding-bottom: 0;
}
.u-pl-0-xxl {
padding-left: 0;
}
.u-pr-0-xxl {
padding-right: 0;
}
.u-pt-5-xxl {
padding-top: 0.3125rem;
}
.u-pb-5-xxl {
padding-bottom: 0.3125rem;
}
.u-pl-5-xxl {
padding-left: 0.3125rem;
}
.u-pr-5-xxl {
padding-right: 0.3125rem;
}
.u-pt-10-xxl {
padding-top: 0.625rem;
}
.u-pb-10-xxl {
padding-bottom: 0.625rem;
}
.u-pl-10-xxl {
padding-left: 0.625rem;
}
.u-pr-10-xxl {
padding-right: 0.625rem;
}
.u-pt-15-xxl {
padding-top: 0.9375rem;
}
.u-pb-15-xxl {
padding-bottom: 0.9375rem;
}
.u-pl-15-xxl {
padding-left: 0.9375rem;
}
.u-pr-15-xxl {
padding-right: 0.9375rem;
}
.u-pt-20-xxl {
padding-top: 1.25rem;
}
.u-pb-20-xxl {
padding-bottom: 1.25rem;
}
.u-pl-20-xxl {
padding-left: 1.25rem;
}
.u-pr-20-xxl {
padding-right: 1.25rem;
}
.u-pt-25-xxl {
padding-top: 1.5625rem;
}
.u-pb-25-xxl {
padding-bottom: 1.5625rem;
}
.u-pl-25-xxl {
padding-left: 1.5625rem;
}
.u-pr-25-xxl {
padding-right: 1.5625rem;
}
.u-pt-30-xxl {
padding-top: 1.875rem;
}
.u-pb-30-xxl {
padding-bottom: 1.875rem;
}
.u-pl-30-xxl {
padding-left: 1.875rem;
}
.u-pr-30-xxl {
padding-right: 1.875rem;
}
.u-pt-35-xxl {
padding-top: 2.1875rem;
}
.u-pb-35-xxl {
padding-bottom: 2.1875rem;
}
.u-pl-35-xxl {
padding-left: 2.1875rem;
}
.u-pr-35-xxl {
padding-right: 2.1875rem;
}
.u-pt-40-xxl {
padding-top: 2.5rem;
}
.u-pb-40-xxl {
padding-bottom: 2.5rem;
}
.u-pl-40-xxl {
padding-left: 2.5rem;
}
.u-pr-40-xxl {
padding-right: 2.5rem;
}
.u-pt-45-xxl {
padding-top: 2.8125rem;
}
.u-pb-45-xxl {
padding-bottom: 2.8125rem;
}
.u-pl-45-xxl {
padding-left: 2.8125rem;
}
.u-pr-45-xxl {
padding-right: 2.8125rem;
}
.u-pt-50-xxl {
padding-top: 3.125rem;
}
.u-pb-50-xxl {
padding-bottom: 3.125rem;
}
.u-pl-50-xxl {
padding-left: 3.125rem;
}
.u-pr-50-xxl {
padding-right: 3.125rem;
}
.u-pt-55-xxl {
padding-top: 3.4375rem;
}
.u-pb-55-xxl {
padding-bottom: 3.4375rem;
}
.u-pl-55-xxl {
padding-left: 3.4375rem;
}
.u-pr-55-xxl {
padding-right: 3.4375rem;
}
.u-pt-60-xxl {
padding-top: 3.75rem;
}
.u-pb-60-xxl {
padding-bottom: 3.75rem;
}
.u-pl-60-xxl {
padding-left: 3.75rem;
}
.u-pr-60-xxl {
padding-right: 3.75rem;
}
.u-pt-65-xxl {
padding-top: 4.0625rem;
}
.u-pb-65-xxl {
padding-bottom: 4.0625rem;
}
.u-pl-65-xxl {
padding-left: 4.0625rem;
}
.u-pr-65-xxl {
padding-right: 4.0625rem;
}
.u-pt-70-xxl {
padding-top: 4.375rem;
}
.u-pb-70-xxl {
padding-bottom: 4.375rem;
}
.u-pl-70-xxl {
padding-left: 4.375rem;
}
.u-pr-70-xxl {
padding-right: 4.375rem;
}
.u-pt-75-xxl {
padding-top: 4.6875rem;
}
.u-pb-75-xxl {
padding-bottom: 4.6875rem;
}
.u-pl-75-xxl {
padding-left: 4.6875rem;
}
.u-pr-75-xxl {
padding-right: 4.6875rem;
}
.u-pt-80-xxl {
padding-top: 5rem;
}
.u-pb-80-xxl {
padding-bottom: 5rem;
}
.u-pl-80-xxl {
padding-left: 5rem;
}
.u-pr-80-xxl {
padding-right: 5rem;
}
.u-pt-85-xxl {
padding-top: 5.3125rem;
}
.u-pb-85-xxl {
padding-bottom: 5.3125rem;
}
.u-pl-85-xxl {
padding-left: 5.3125rem;
}
.u-pr-85-xxl {
padding-right: 5.3125rem;
}
.u-pt-90-xxl {
padding-top: 5.625rem;
}
.u-pb-90-xxl {
padding-bottom: 5.625rem;
}
.u-pl-90-xxl {
padding-left: 5.625rem;
}
.u-pr-90-xxl {
padding-right: 5.625rem;
}
.u-pt-95-xxl {
padding-top: 5.9375rem;
}
.u-pb-95-xxl {
padding-bottom: 5.9375rem;
}
.u-pl-95-xxl {
padding-left: 5.9375rem;
}
.u-pr-95-xxl {
padding-right: 5.9375rem;
}
.u-pt-100-xxl {
padding-top: 6.25rem;
}
.u-pb-100-xxl {
padding-bottom: 6.25rem;
}
.u-pl-100-xxl {
padding-left: 6.25rem;
}
.u-pr-100-xxl {
padding-right: 6.25rem;
}
}
.grecaptcha-badge {
right: -300px !important;
}